/* Responsive Css */


@media only screen and (max-width: 1749px){



}


@media only screen and (max-width: 1499px){

  .main-header .outer-box{
    padding: 0px 30px;
  }

  .header-top .outer-container{
    padding: 10px 30px;
  }

}


@media only screen and (max-width: 1399px){

  .main-header .menu-right-content .support-box{
    display: none;
  }

}


@media only screen and (max-width: 1299px){



}



@media only screen and (max-width: 1200px){

.outer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-area {
  order: 2; /* move to the right */
}

.menu-right-content {
  order: 1; /* move to the left */
}


.main-header .outer-box {
  display: flex;
  align-items: center;
}

.logo-box {
  margin-right: auto;
}

.menu-area {
  order: 2;
  margin-left: 40px;
}

.menu-right-content {
  order: 1;
}

  .main-menu,
  .main-header.style-one .outer-container:before{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }

  .megamenu ul li:first-child{
    display: none;
  }

  .main-header .logo-box{
    padding: 5px 0px;
  }

  .header-top .info-list li{
    margin-right: 30px;
  }

  .rtl .header-top .info-list li{
    margin-left: 30px;
  }

.banner-carousel .slide-item {
    height: 560px;
}
.banner-section .shape-layer .shape-2 {
    top: 150px;
    right: 200px;
}
.about-section {
  padding: 60px 0px;
}
.section-space{
  padding: 60px 0px;
}
.main-footer .widget-section{
  padding: 40px 0px
}
.image-block-one .image-box{
  padding-left: 0px;
}
.md-ml-0{
  margin-left: 0px;
}
.why-choose-img {
    aspect-ratio: 5/4;
}
}



@media only screen and (max-width: 991px){
.banner-carousel .slide-item {
    height: 580px;
}
.contact-sec{
  padding: 40px 0px;
}

.why-choose-img {
    width: 100%;
    height: 375px;
}
 .about-section {
  padding-top: 50px;
}
.section-space{
  padding: 50px 0px;
}
.main-footer .widget-section{
  padding: 40px 0px;
}

}

@media only screen and (max-width: 768px){
 


}
@media only screen and (min-width: 768px){
  
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}

@media only screen and (max-width: 1199px){
.chooseus-block-one .inner-box {
    min-height: 230px;
}
.first-col, .second-col{
  margin-bottom: 30px;
}
.banner-section .shape-layer .shape-1 {
    top: 150px;
}
}

@media only screen and (max-width: 991px){
    .banner-carousel .content-box p{
        font-weight: 400;
    }
    .banner-carousel .content-box {
    backdrop-filter: blur(3px);
    padding: 20px;
}
    .banner-section .shape-layer .shape-1 {
    top: 135px;
}
  .map2{
    margin-top: 20px;
  }
  .chooseus-block-one .inner-box {
    min-height: 210px;
}
.chooseus-grid{
  margin-top: 20px;
}
  .contact-info-top{
    justify-content: center;
  }
    .service-item{
      background-image: none;
    }
  .service-item {
    gap: 20px;
}
  .about-page .image-column{
    margin-bottom: 30px;
  }
/* .header-top .social-links {
  display: none;
} */
  .sec-title h2 br{
    display: none;
  }

  .header-top .info-list li:last-child {
    display: none;
}

  .header-top .info-list li,
  .header-top .social-links li{
    float: none;
  }

  .sec-title p br{
    display: none;
  }

  .main-footer .footer-menu{
    display: block;
    text-align: center;
  }

  .main-footer .footer-menu .logo-box{
    margin-bottom: 20px;
  }

  .main-footer .footer-menu{
    padding: 37px 40px;
  }

  .main-footer .footer-menu .menu-list li{
    margin-right: 20px;
  }

  .main-footer .footer-menu .menu-list{
    justify-content: center;
  }
.header-lower .logo-box .logo img{
  height: 110px;
}

 .sticky-header .logo-box .logo img {
    height: 80px;
}


.book-btn .theme-btn, .script-btn .theme-btn {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 40px;
    padding: 10px 6px 10px 20px;
}
.theme-btn span:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
}


@media only screen and (max-width: 767px){
    
    .book-btn{
        display: none;
    }
    .downloads {
        flex-direction: column;
    }
  .chooseus-block-one .inner-box {
    min-height: 140px !important;
}
      .about-page .image-column {
        margin-bottom: 20px;
    }
  .cont-social{
    flex-direction: row !important;
  }
.info-block-two .inner-box {
    padding: 10px;
    gap: 15px;
    /* flex-direction: column; */
    align-items: flex-start;
    overflow: hidden;
}
  .service-item .service-content h3 {
    font-size: 28px;
    margin-bottom: 5px;
}
  .service-item {
    padding: 20px;
}
  .team-section .bg-layer {
    width: 100%;
    height: 100%;
}
  .main-footer .widget-title{
    margin-bottom: 10px;
  }
   .third-col{
    margin-bottom: 30px;
   }
  /* .why-choose-img {
    margin-bottom: 20px;
} */
.sm-mb_20{
  margin-bottom: 20px;
}
.mb_25 {
    margin-bottom: 15px;
}
.mobile{
  display: block;
}
.laptop {
  display: none;
}
  .sec-title h2{
    font-size: 28px;
    line-height: 1;
  }
  .mb_15 {
    margin-bottom: 10px;
}

.header-lower .logo-box .logo img, .sticky-header .logo-box .logo img {
    height: 70px;
}
.contact-sec p {
    font-size: 18px;
    line-height: 1.4;
}
.contact-sec h3 {
    font-size: 28px;
    line-height: 1.2;
}
.breadcrumb-section {
    padding: 30px 0px;
}
.info-block-two .inner-box .icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
}
.info-block-two .icon-box i {
    font-size: 20px;
}
.info-block-two .inner-box h3 {
    font-size: 22px;
}
}

@media only screen and (max-width: 599px){
  

  .header-top .top-inner .social-links {
    display: none;
  }
  .header-top .info-list li:nth-child(2) {
    margin: 0px !important;
    display: none;
}

  .main-header .outer-box{
    padding: 0px;
  }

  .main-footer .footer-menu .menu-list{
    display: block;
  }

  .main-footer .footer-menu .menu-list li{
    margin: 0px;
    margin-bottom: 15px;
    display: block;
  }

  .main-footer .footer-menu .menu-list li:last-child{
    margin-bottom: 0px;
  }


}


@media only screen and (max-width: 499px){
    .banner-carousel .content-box p {
    font-weight: 500;
}
  .chooseus-block-one .inner-box h3, .chooseus-block-one .inner-box p {
    text-align: left;
}
.chooseus-block-one .inner-box h3{
  margin-bottom: 0px;
}

  .mobile-menu{
    width: 100%;
  }

  

  .header-style-three .header-lower .outer-box{
    padding-left: 15px;
    padding-right: 15px;
  }
.why-choose-img {
    width: 100%;
    height: 280px;
}
.menu-area {
    margin-left: 10px;
}
.menu-right-content .theme-btn {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 6px 8px 12px;
}
.menu-right-content .theme-btn span {
    padding-right: 33px;
}
  .menu-right-content .theme-btn span:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: -6px;
}
.menu-area .mobile-nav-toggler .icon-bar {
    width: 25px;
    margin-bottom: 4px;
}
.menu-area .mobile-nav-toggler {
    padding: 8px;
}

}

@media only screen and (max-width: 399px){
    .menu-right-content .theme-btn span {
    padding-right: 29px;
}
.menu-right-content .theme-btn span:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -4px;
}
.menu-right-content .theme-btn {
    font-size: 12px;
    line-height: 22px;
    padding: 8px 8px 8px 12px;
}
.menu-area .mobile-nav-toggler {
    padding: 8px;
}
.menu-area .mobile-nav-toggler .icon-bar {
    height: 2px;
    width: 20px;
    margin-bottom: 3px;
}
.content-block-two .content-box .list-style-one li {
    margin-bottom: 10px;
}
.list-style-one li {
    line-height: 1.4;
}
}



















