.empty{
  height: 20px;
  clear: both;
}
.empty1{
  height: 30px;
  clear: both;
}
.empty2{
  height: 40px;
  clear: both;
}
.empty3{
  height: 60px;
  clear: both;
}
.empty4{
  height: 80px;
  clear: both;
}
.empty5{
  height: 100px;
  clear: both;
}
.tr{
  text-align: right;
}
.tl{
  text-align: right;
}
.tc{
  text-align: right;
}
.text-info{
  color:#c6907f !important;
}
.ls-6{
  letter-spacing: 6px;
}
.ls-5{
  letter-spacing: 5px;
}
.mt1{
  margin-top: 10px;
}
.mt2{
  margin-top: 20px;
}
.mt3{
  margin-top: 30px;
}
.mt4{
  margin-top: 40px;
}
.mt5{
  margin-top: 50px;
}
.mb1{
  margin-bottom: 10px;
}
.mb2{
  margin-bottom: 20px;
}
.mb3{
  margin-bottom: 30px;
}
.mb4{
  margin-bottom: 40px;
}
.mb5{
  margin-bottom: 50px;
}
.ml1{
  margin-left: 10px;
}
.ml2{
  margin-left: 20px;
}
.ml3{
  margin-left: 5px;
margin-top: -25px;
}
.ml4{
  margin-left: 40px;
}
.ml5{
  margin-left: 50px;
}
.ml8{
  margin-left: 80px;
}
.ml8r{
  margin-left: 10rem;
}
.mr1{
  margin-right: 10px;
}
.mr2{
  margin-right: 20px;
}
.mr3{
  margin-right: 30px;
}
.mr4{
  margin-right: 40px;
}
.mr5{
  margin-right: 50px;
}
.f14{
  font-size: 14px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px !important;
  font-weight: normal !important;
}
.f20{
  font-size: 20px !important;
}
.f22{
  font-size: 18px !important;
}
.f24{
  font-size: 24px !important;
}
.dark{
  background: #000;
      bottom: 0 !important;
      position: absolute !important;
      width: 100% !important;
}
.terms{
  display: block;
  position: relative;
    font-size: 14.5px;
    padding-top:14px;
}
.terms li:first-child {
margin-left: -38px;
}
.terms li{
  display: inline-block;
  float: left;
  margin-left: 9px;
}
.terms li a{
  text-decoration: none;
  color: #fff;
  letter-spacing: 1.5px;
  border-right:2px solid #fff;
  padding-right: 9px;
   font-family: 'JosefinSlab SemiBold';
   font-size:1.07rem !important;
}
.terms li:last-child a{
  border-right: 0px;
}
.terms li:hover a{
  text-decoration: none;
}
.copyright{
  /* border-top:2px solid #ddd; */
  color: #f2ebeb96 !important;
  font-size: 12px;
  padding-top:13px;
  letter-spacing: 6px;
    font-family: 'JosefinSlab Bold';
}
.copyright::before{
  width: 80%;
height: 1px;
background:
#ffffff;
position: absolute;
content: " ";
margin-top: -12px;
}
.borderh4{
  border:2px solid #fff;
  padding:10px;
  color:#fff !important;
  background: #c6907f !important;
}
.tc{
  text-align: center;
}
.ls20{
  letter-spacing: 20px;
}
h5{
  color:#fff !important;
  line-height: 0.5 !important;
font-size: 16px;
letter-spacing: 2px;
}
.dark1{
  background-color: #fff;
}
#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #DDD;
  color: #555;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
#back2Top:hover {
  background-color: #DDF;
  color: #000;
}
.ml-40{margin-left:40px !important;}
.ml-10{margin-left:10px !important;}
footer .container{margin-left:auto !important;margin-right:auto !important;}
.search {
  position: absolute;
  text-align: center;
  width: auto;
  left: 88%;
  /* left: 87%; */
  transform: translate(-50%,0%);
  top: -60px;}
  .f14a{font-size:14px;}
  .pl-6{padding-left:12px !important;}
  .blackline{height: 2px;background-color: #000;width: 88%;margin-left: 18px;}

/* The Loader */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
  .no-js  {
    display: none;
  }



#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ccc;
  border-bottom-color: #ccc; 
  animation: spin 1.7s linear infinite;
  z-index: 11;}
  
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;
    animation: spin-reverse .6s linear infinite;
  }
  
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ccc;
    animation: spin 1s linear infinite;
  }


  @-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


@-moz-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@-o-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }

    50% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
.serchdrop{width:12.5rem; padding-top:0.2rem;line-height:1.4;margin:2.5rem 7.3rem;padding:.5rem 0rem;border:1px solid #000;border-radius:0px;transform: translate3d(-55px, 50px, 0px) !important;height:auto;min-height:15vh;}
.carddrop{width:12.5rem; margin:-1rem -6rem;padding:.5rem 1rem;border-radius:0px;transform: translate3d(-55px, 50px, 0px) !important;border:1px solid #000;}
  @media only screen and (max-width:320px){
    .dateright{right:3.5rem !important;}
    .search{left:36% !important;width:72% !important;top:0px !important;}
    .search-btn{margin-left:4.7rem !important;}
    .example{padding-right:0px !important;}
  }
  @media (min-width:768px) and (max-width: 1820px){
    .search{width:20% !important;}
    #getData{margin-left:-5px !important;}
  }
@media only screen and (max-width:500px){
  .blackline{height: 2px;background-color: #000;width: 94%;margin-left: 11px;}
  .search{left:41%;transform: inherit;top:0px;width:62%;}
  .w-8{width:100%;margin-left:0rem !important;text-align:left;margin-right:7rem;margin-top:1rem !important;}
  .example{margin-right:30px !important;display:block !important;padding-right:5px;}
.mr-4a{margin-right:2.3rem !important;}
#getData{margin-left:-22px;position: absolute;color:#fff;margin-top:8px;}
.search-btn{margin-top:-1.5rem !important;position:absolute;margin-left:4.7rem !important;}
.ml-40{margin-left:0px;}
.ml-10{margin-left:0px !important;}
}
  @media (min-width: 1920px) and (max-width: 2560px) {
  /* .shopping{margin-right:5% !important;} */
  .search{width:13% !important;}
  .mr-25a{margin-right:-23% !important;}
  #getData{padding-right:23px !important;}
  .term3{font-size:18px !important;} 
  .term8{font-size:18px !important;line-height: 1.5 !important;} 
  .term4{font-size:18px !important;line-height: 1.5 !important;} 
  .container{max-width:1300px !important;}
  .terms li a{    letter-spacing: 2.1px;font-size: 19.2px !important;font-weight: bold;}
  .copyright{font-size:15px;}
}

/*=== Webuncles css =====*/
.wuhide {
    display: none !important;
}
.well {
    margin-bottom: 10px !important;
}
p.wusubsctext {
    color: #fff;
    padding-left: 44px;
    padding-top: 10px;
}


@media (min-width: 500px) and (max-width: 1024px){
.terms li a{
   font-size: 0.6rem !important;
}    .btn-lg{
         font-size: 9px !important;
}
#thankyou {
    margin-left: 100px !important;
    font-size: 1.1rem !important;
        margin-top: 10px !important;}
.term{
        font-size: 20px !important;
    letter-spacing: 8px !important;
    margin-left: 100px !important;
}
.well form input {
    border: 1px solid #999999 !important;
}
}
@media (min-width: 1024px) and (max-width: 1200px){
.terms li a{
    font-size: 0.9rem !important;
} 
}
@media (min-width: 576px) and (max-width: 767px){
.well #form {
    margin-left: 15px;
    margin-top: 0px;}
p.wusubsctext {
    margin-bottom: 1px !important;
    padding-left: 11px;
    font-size: 0.9em;
}
}
#getData {
    /*display: none !important;*/
}
