
@media (min-width: 576px) {
.container{max-width:none;padding-right:20px;padding-left:20px;}
}
@media (min-width: 768px) {
.container {max-width:none;padding-right:40px;padding-left:40px;}
}
@media (min-width: 992px) {
.container{max-width:none;padding-right:50px;padding-left:50px;}
}
@media (min-width:1171px) {
.container{max-width:none;padding-right:60px;padding-left:60px;}
}
@media (min-width:1280px) {
.container{max-width:none;padding-right:70px;padding-left:70px;}
}
@media (min-width:1367px){
.container {max-width:1200px;padding-right:15px;padding-left:15px;}
}
@media (min-width:1441px){
.container {max-width:1300px;}
}
@media (min-width:1550px) {
.container{max-width:1430px;}
}






@media screen and (max-width:480px){
  .inqury_title_box .inqury_title_text{
  font-size: 24px !important;
}
.inqury_title_box .inqury_titl_desc{
  font-size: 12px !important;
}
.inqury-form .one-line-input{
  font-size: 12px !important;
}
 .inqury-form .textarea-input{
  font-size: 12px !important;
}
.inqury-form .phone-wrap input[type="number"]{
  width: 100% !important;
  font-size: 12px !important;
}


}

.dh-head-topbar-area {
  padding: 26px 0 31px;
}


.dh-head-contact-form {
  display: inline-block;
  position: relative;
}

.dh-head-contact-form::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  background: #dedede;
  left: -10px;
  top: 6px;
}

.dh-head-contact-form.upper:before {
  display: none;
}

.dh-head-contact-icon {
  display: inline-block;
  padding-right: 16px;
}

.dh-head-contact-text {
  display: inline-block;
}

.dh-head-contact-text p {
  display: inline-block;
  font-size: 15px;
  line-height: 0px;
  font-weight: 400;
}

.dh-head-contact-text h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-text-color);
}

.dh-head-contact-icon {
  display: inline-block;
  padding: 6px 20px 0;
}

.dh-head-contact-icon a i {
  color: var(--color-primary);
  font-size: 22px;
  display: inline-block;
}

.dh-header-area {
  position: relative;
  /* margin-bottom: -36px; */
  z-index: 2;
  /* width: 100%; */
  background: #469935;
}

.row.dh-header {
  position: relative;
  left: 44px;
}

.dh-header-menu {

}

.dh-header-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.dh-header-menu ul li {
  display: inline-block;
  position: relative;margin-right:34px;
}

.dh-head-sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: var(--color-primary) !important;
  transition: .5s;
  z-index: 999;
}

.dh-head-sticky .row.dh-header-bg {
  background: inherit;
  padding: 16px 0;
}

.dh-header-menu ul li .dh-head-sub-menu {
  position: absolute;
  width: 200px;
  background: var(--color-primary);
  top: 189%;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  z-index: 1;
  text-align: left;
  padding: 9px 10px 20px;
  left: 7px;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid #fff;
}

ul.dh-head-sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  width: 100%;
}

ul.dh-head-sub-menu li a {
  margin: 0;
  padding: 0;
}

.dh-header-menu ul li:hover .dh-head-sub-menu {
  opacity: 1;
  visibility: visible;
}

.dh-header-menu ul li a:hover::before {
  width: 100%;
  opacity: 1;
}

.dh-header-menu ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  transition: .5s;
  text-transform: capitalize;
}

.dh-header-menu ul li a::before {
  position: absolute;
  content: "";
  height: 8%;
  width: 0;
  background: #fff;
  bottom: -3px;
  opacity: 0;
  transition: .3s;
}

.dh-header-menu ul li a span {
  padding-left: 4px;
}

.row.dh-header-bg {
  background: var(--color-primary);
  position: relative;
}

.dh-header-area .lang-selector .current-lang {
  color: #fff;
  width: 85px;
}

.dh-header-contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  padding: 0 39px;
  background: #fff;
  font-size: 18px;
  color: #454358;
  border: 1px solid #f8dbd7;
}

.dh-header-contact-btn i {
  margin-right: 0.8em;
  font-size: 22px;
  color: var(--color-primary);
}

.dh-header-menu ul li a:hover {
  color: #000;
}

.dh-header-menu ul li a:hover:before {
  width: 100%;
  opacity: 1;
  background: #000;
}

.dh-header-search-btn i:hover {
  color: black;
}

.dh-header-search-btn i {
  font-size: 16px;
  color: #ffffff;
  padding: 0 12px;
}

.dh-head-right-box {
  display: flex;
  align-items: center;justify-content: flex-end;
}

.dh-head-mobile-menu {
  position: relative;
}

.dh-head-mobile-menu .lang-selector {
  position: absolute;
  z-index: 999;
  right: 50px;
  top: 13px;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dh-header-area {
    margin-bottom: 0px;
    background: var(--color-primary);
  }

  .dh-header-contact-btn a {}
}

@media (min-width: 1170px) and (max-width: 1199px) {
  .dh-head-contact-icon a i {
    font-size: 20px;
  }

  .dh-head-contact-text h5 {
    font-size: 15px;
  }

  .dh-head-contact-form::before {
    left: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dh-header-contact-btn a {}

  .dh-header-area {
    background: var(--color-primary);
    margin-bottom: 0;
  }

  .dh-head-contact-text p {
    font-size: 11px;
  }

  .dh-head-contact-text h5 {
    font-size: 14px;
  }

  .dh-head-contact-form::before {
    left: -15px;
  }

  .dh-head-contact-icon {
    padding: 6px 6px 0;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .dh-head-sticky {
    position: relative !important;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-header-area {
    display: none;
    margin-bottom: 0px;
    background: var(--color-primary);
  }

  .dh-head-contact-form::before {
    left: -4px;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-head-contact-icon i {
    font-size: 15px;
  }

  .dh-head-contact-text p {
    font-size: 9px;
  }

  .dh-head-contact-text h5 {
    font-size: 11px;
  }

  .row.dh-header {
    left: 0;
  }

  .dh-header-menu ul li {
    margin-left: 8px;
  }

  .dh-header-contact-btn a {
    font-size: 13px;
  }

  .dh-header-contact-btn i {
    font-size: 14px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dh-head-sticky {
    position: relative !important;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-header-area {
    display: none;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }

  .dh-header-area {
    margin-bottom: 0px;
    background: var(--color-primary);
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-head-contact-icon i {
    font-size: 14px;
  }

  .dh-head-contact-text p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-head-sticky {
    position: relative !important;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-header-area {
    display: none;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  #ytht_banner{
    margin-top: 64px;
  }
  .sidebanner-rightint2{
    margin-top: 64px;
  }

  .dh-head-mobile-menu.dh-head-mean-container {
    overflow: hidden;
  }

  .dh-head-topbar-area {
    display: none;
    padding: 0;
  }

  .dh-head-topber-logo {
    display: none;
  }

  .dh-head-contact-icon {
    padding: 0;
  }

  .dh-header-area {
    display: none;
  }

  .dh-head-contact-icon a i {
    display: none;
  }

  .dh-head-contact-text {
    display: none;
  }
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.90);
  -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--color-primary);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: var(--color-second);
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 40px;
  color: var(--color-second);
  display: inline-block;
}

span.flaticon-multiply i {
  display: inline-block;
  color: var(--color-primary);
}

.dh-header-area .header-search-btn {
  position: relative;
  display: inline-block;
}

.dh-header-area .header-search-btn i {
  font-size: 16px;
  color: var(--color-second);
  transition: .5s;
  margin-right: 0;
  position: relative;
  left: -24px;
}
.btn-box {
    width: 150px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    /* background: #fff; */
    color: #469935;
    margin-left: 55px;
}

a.book.cd-popup-trigger.wow.fadeInRight {
    background: #fff;
    height: 40px;
    display: block;
    margin-top: 15px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
}
.dh-head-topber-logo img {max-height: 90px;}

.sidebanner-rightint2 .container {
  position: relative;
  z-index: 1!important;
}

@media screen and (min-width:768px){
  .dh-header-area .col-md-9{
    max-width: 66%;
  }
  .dh-header-area .col-md-3{
    max-width: 33%;
  }
}

@media screen and (max-width:1600px){
  .dh-head-topber-logo img {
    max-width: 150px;
  }
  .row.dh-header {
    position: static !important;
  }
  .dh-head-topbar-area .col-md-8{
            max-width: 60.666667%;
  }
    .dh-head-topbar-area .col-md-8 p{
      font-size: 14px;
    }
    .dh-header-menu ul li a{
      font-size: 16px;
    }
}


@media screen and (max-width:992px){
  .mobileLogo{
  display: block !important;
}
}

@media screen and (max-width:768px){
  .mean-container .mean-bar{
    float: none !important;
  }
      .sidebanner-rightint2 h1, .sidebanner-rightint2 h2 {
        font-size: 18px !important;
    }
    .sidebanner-rightint2 p{
      font-size: 12px !important;
    }
    
    .mean-container .mean-nav{
      position: absolute;
      top: 60px;
    }
    .mean-container .mean-nav ul li a span{
      display: none !important;
    }
    
    .mean-container .mean-nav ul li li a{
      font-size: 12px !important;
    }
    .mean-container .mean-nav ul li{
      background: #f8f8f8 !important;
    }
    
    .mean-container a.meanmenu-reveal {
    color: #FFF !important;
}
.mean-container a.meanmenu-reveal:hover{
   color: #FFF !important;
}
.mean-container .mean-nav ul li a.mean-expand{
  width: 50px;
}


}


.lang-selector ul {
    height: 160px;
}
ul.thirdCategory {
    /* display: none; */
    width: 200px;
    position: absolute;
    position: absolute;
    /* color: #000; */
    background: #469935;
    width: 200px;
    height: auto;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    left: 190px;
    top: 0px;
    border-top: 2px solid #fff;
    padding-left: 20px;
}
ul.dh-head-sub-menu li:hover  .thirdCategory{
 opacity: 1;
 z-index: 9999;
}
