@media (max-width: 1400px){
  section.featured-pro .pro-box {
    padding: var(--p40) var(--p20);
}
}
@media (max-width: 1366px){
    .search-bar form{
         width:96%;
    }
    section.featured-pro ul {
    justify-content: space-between;
}
section.featured-pro ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
}
@media (max-width: 1024px) and (min-width: 981px){
 
  .search-bar button.main-btn{
      font-size: var(--f14);
      height: 85px;
  }
  .search-bar i{
      left: 1.4rem;
  }
  .search-bar select{
      text-indent: 24px;
  }
  .search-bar input{
      padding: var(--p12) var(--p22) var(--p11) var(--p41);
  }
  .search-bar select{
      background-position-x: 100%;
  }
   section.featured-pro .pro-box{
        width: 90%;
        padding: var(--p40) var(--p30);
    }

div#guestsss{
    min-width: 240px;
}
}
@media (max-width: 980px){
    a.sticky.main-btn {
    display: none;
}
.search-bar .col-3:before{
    background: none;
}
.search-bar button.main-btn{
    border-radius: 30px;
    height: auto;
}
.search-bar .col-3.md-12.sm-12.srch-btn{
    background: transparent;
}
.search-bar{
    position:relative;
    top:0;
}
    .search-bar form{
    width: 100%;
    position: relative;
    bottom: 0px;
    margin-top: var(--m20);
    padding: var(--p20);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}
.search-bar .col-3{
    width: 50%;
    margin-bottom: var(--m15);
}
.search-bar .col-3.md-12.sm-12.srch-btn {
    width: 100%;
    margin-bottom: 0px;
}
.search-bar input, .search-bar select{
    background: var(--lt-bg-color);
}
.form-control:focus {
    background-color: var(--lt-bg-color) !important;
}
.search-bar input, .search-bar select{
    width: 100%;
}
.banner h1 {
    margin-bottom: 90px;
}
section.featured-pro .det {
    margin-bottom: var(--m40);
    width: 100%;
}
section.featured-pro img.img-fluid{
    height:405px;
}
section.featured-pro{
    padding-bottom: var(--p10);
}
 section.featured-pro .pro-box{
        width: 90%;
        padding: var(--p40) var(--p30);
    }
    a.sticky.main-btn {
    display: none;
}
}
@media (max-width: 540px){
    .search-bar .col-3 {
    width: 100%;
    margin-bottom: var(--m15);
}
section.featured-pro{
    padding-top: var(--p40);
}
.search-bar button.main-btn{
    border-radius: 30px;
    height: auto;
}
.search-bar .col-3.md-12.sm-12.srch-btn{
    background: transparent;
}
.search-bar input{
    border: none;
}
a.sticky.main-btn {
    transform: rotate(0deg);
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}
section.featured-pro .head-sec {
    text-align: center;
}
section.featured-pro .head-sec .row.bttn h2{
     width:100%;
}
section.featured-pro .row.bttn .col-6.right{
    display:none;
}
section.featured-pro .row.bttn .col-6{
    width:100%;
}
section.featured-pro .det{
    padding:0px;
}
section.featured-pro img.img-fluid {
    height: 355px;
}
section.featured-pro .pro-box {
    width: 95%;
    padding: var(--p20) var(--p20);
    min-height: auto;
}
section.featured-pro h3.title{
    font-size: var(--f24);
    height: 28px;
}
section.featured-pro ul{
    gap: 10px;
}
footer .copyright{
    padding-bottom: var(--p60);
}
a.sticky.main-btn {
    transform: rotate(0deg);
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}
}
@media (max-width: 400px){
  
}
@media (max-width: 380px){
  section.featured-pro ul li {
    font-size: var(--f13);
}
section.featured-pro .pro-box{
    padding: var(--p20) var(--p15);
}
.btn_4.learn-more .button-text{
    font-size: var(--f13);
}
}
@media (max-width: 360px){
   section.featured-pro h3.title {
    font-size: var(--f21);
    height: 25px;
}
section.featured-pro h5 {
    font-size: var(--f12);
}
section.featured-pro ul {
    gap: 5px;
    justify-content: space-between;
}
section.featured-pro ul li {
    font-size: var(--f13);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
section.featured-pro ul li i{
    margin-right: 0;
}
}
@media (max-width: 320px){
   .search-bar form{
    padding: var(--p20) var(--p10);
}

}