

@media screen and (max-width:1300px) {
    section.about .round {
      
        top: -56px;
      
    }

    section.ads .box {
        top: 10px;
    }

    header .nav-link {
        padding-left: 15px !important;
        font-size: 15px;
    }

    section.about h2 {
        font-size: 36px;
        line-height: 39px;
    }

    section.spaces .card .box {

        width: 65px;
        height: 65px;
    
    }

    section.spaces .card .box img {
        width: 30px;
    }

    section.featured .box h4{

        font-size: 18px !important;
       
       }
       section.featured .box p{
       
        font-size: 14px !important;
       
       }

       section.banner .contact-form{
   display: none;
}

section.banner .carousel-item{
    height: 100%;
}

}



@media screen and (max-width:991px){

    section.testimonials .height{
        position: static;
        margin-top: 30px;
    }

}





@media screen and (max-width:767px) {
  header .logo{
    width: 160px;
  }  

  header .nav-link {
    font-size: 17px;
}
  /* section.banner .carousel-item {
    height: 69vh;
} */

section.banner .content{
    top:55%
}


section.about .round {
    background-color: #fff;
    position: absolute;
    border-radius: 80px 80px 0 0;
    top: -56px;

}

section.about h2{
    font-size: 30px;
    line-height: 30px;
}
section.featured .aprt{
  height: 450px;
  object-fit: cover;
  border-radius: 40px;
}
section.featured .box h4{

 font-size: 18px !important;

}
section.featured .box p{

 font-size: 14px !important;

}



section.ads img{
    height: 300px;
     /* aspect-ratio: 1/1; */
     object-fit: cover;
     object-position: 20% 100%;
    border-radius: 30px;
}

section.ads .box {
    margin-top: 20px;
    padding:20px;
    position: static;
   border-radius: 25px;
}


section.choose {
    padding-top: 50px;
}
section.choose .box span:last-child{
    font-size: 15px !important;
}
section.choose .box span:first-child img{
  width: 40px;
}

section.testimonials .height{
    position: static;
    margin-top: 30px;
}

section.testimonials .card{
    padding: 30px;
}

section.testimonials .owl-theme .owl-nav{
    position: static;
}

footer .small_1{
    font-size: 12px !important;
}


section.banner .contact-form{
  display: none;
}

section.about .cricle{
    width: 160px;
    height: 160px;
}

section.about .cricle h2{
    font-size: 30px;
    margin-bottom: 7px !important;
  }

  section.search .container {
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    transform: translateY(0);
}

 section.about {
    margin-top: 0;
    }

    
    
section.search .container select{
    font-size: 13px !important;
    }
    
    
section.search .container input{
    font-size: 15px !important;
    }


section.search .container .btn_2{
    width: 100px;
    }
    
    .home-overview-word {
        font-size: 40px !important;
        color: #ff9933;
        letter-spacing: 2px;
      }
      #test-slider .item img{
        height: 100%;
      }
      .plan img{
        height: 100%;
      }
      .gap{
        margin-bottom: 60px;
      }

}



@media screen and (max-width:500px) {
    
.bottom-bar{
    width: 350px;
}

.home-overview-word {
    font-size: 30px !important;
    color: #ff9933;
    letter-spacing: 2px;
  }
}