
@media screen and (max-width: 1368px) {
  p {
    font-size: 16px;
  }

  .hero-part .text-part h2 {
    width: 100%;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 6px;
}

}

@media screen and (max-width: 1199px) {

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block!important;
}



  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }

  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px !important;
    height: 20px !important;
    position: absolute;
    top: 20px;
    /* left: 0; */
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    bottom: 0;
    right: 36px;
}


    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }


    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }

  
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        background: white;
        height: 100vh;
        left: 0;
        transform: translate(-110%, 0px);
        transition: al .5s ease-in-out;
        z-index: 1000;
    }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open {
        position: fixed;
        top: 0;
        z-index: 10000000000000000;
        right: 30px;
        top: 30px;
    }

    .animated-icon1 .open span {
        background: #ffffff;
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .animated-icon1.open span {
        background: #222222;
    }
  
}

@media (max-width: 1199px) {

}


@media screen and (max-width: 1024px) {

.rotate-wrapper {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 5px;
}

.left-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.submenu {
    position: absolute;
    top: -1px!important;
    left: 150px!important;
    background: #fff;
    width: 220px;
    border-radius: 10px;
    box-shadow: 0 10px 25px 2px rgb(0 0 0 / 7%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .3s ease;
    padding: 10px 0;
    border: 1px solid #e8e8e8;
    z-index: 10000!important;
}

.overview {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.swiper-btn-prev, .swiper-btn-next {
    position: absolute;
    top: 94%!important;
    transform: translateY(-55%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(108,60,247,.3);
    transition: background .2s, transform .2s;
    outline: none;
}

.head-part {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-direction: column;
    gap: 20px;
}

.bottom-footer .footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 7px;
}

.search-container .nav-tabs .nav-link {
    border: none;
    background-color: #fff;
    color: #ffffff;
    padding: 12px 20px;
    font-weight: 600;
    /* border-radius: 8px 8px 0 0; */
    margin-right: 2px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.2);
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.content-part-about {
    padding: 0px 30px 30px 30px;
}

/*.hero-style .slide-title h2 {*/
/*    font-size: 22px;*/
/*    font-weight: 900;*/
/*    line-height: 1;*/
/*    color: #ffffff;*/
/*    text-transform: capitalize;*/
/*    transition: all 0.4s ease;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    line-height: 30px;*/
/*}*/

.rotate-text span {
    margin: 3px 0;
}


header .navbar-expand-lg .navbar-nav {
    flex-direction: column!important;
    gap: 0px;
}


  .hero-part .text-part h2 {
    font-size: 60px;
    width: 68%;
    line-height: 85px;
}

.hero-part .text-part {
  position: absolute;
  bottom: 0px;
  top: -280px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: fit-content;
  z-index: 100;
}

header {
    padding: 0px 0px!important;
}

  header .top-header::after {
        background: #4D3803;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0px;
    }

    header .top-header {
        display: flex;
        position: relative;
        top: 0px;
    }

    header .top-header .address-part {
        display: flex;
        justify-content: space-between;
        padding: 16px 0px;
    }

    header .top-header p {
        margin-right: 40px;
        padding-bottom: 0px !important;
        line-height: 0px !important;
        z-index: 1000;
        margin: 0px !important;
        padding-right: 20px !important;
        padding-left: 0px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .top-header .social-sec {
        margin-left: 70px;
        display: none;
    }

    header .top-header a {
        color: #fff;
        text-decoration: none;
        font-size: 10px;
        letter-spacing: 1px;
    }

    header .main-nav .logo img {
        width: 100%;
        padding: 10px 20px;
    }

    header .main-nav .logo {
        position: static;
    }



    .navbar-collapse.show {
        transform: translate(0%, 0px);
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        background: white;
        width: 100;
        height: 100vh;
        left: 0;
        transform: translate(-110%, 0px);
        transition: al .5s ease-in-out;
    }

    ul.navbar-nav.m-auto {
    padding: 20px;
    padding-top: 60px;
}


header .navbar-nav li {
    height: auto;
    margin: 10px 0px;
}


header li.nav-item {
    padding: 0px 0px 0px 40px;
}

    .navbar-toggler:hover {
        text-decoration: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent !important;
        border: 1px solid transparent;
        border-radius: .25rem;
        box-shadow: none !important;
    }



    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }


    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }

  
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        background: white;
        height: 100vh;
        left: 0;
        transform: translate(-110%, 0px);
        transition: al .5s ease-in-out;
        z-index: 1000;
    }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1 .open span {
        background: #ffffff;
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .animated-icon1.open span {
        background: #222222;
    }

    header .main-nav .navbar-nav {
        padding: 10px 21px;
    }



}

@media screen and (max-width: 992px) {
  body, html {
    overflow-x: hidden;
  }
  body, p, a, li {
    font-size: var(--size-14);
  }

  .navbar-expand-lg .navbar-toggler {
    display: block!important;
}
   




}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 94%;
  }
}

@media screen and (min-width: 768px) {
  .benifits-part {
    background: #f7fffd;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #0000003b;
    margin: 0px 0px;
}



  .footer .footer-link-sec {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: baseline;
    align-items: center;
  }
  .footer .footer-card .social-flex {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    padding: 0px;
  }
  .footer {
    margin-top: 30px;
    padding: 0px 0px 0px 0px;
  }
  .comb-head {
    margin-bottom: 10px;
    text-align: left !important;
  }

  .hero-banner .banner-content img {
    height: 100%;
    width: 100%;
  }

  .main.benifit-sec {
    margin-top: -60px;
}

.hero-part .text-part {
  top: -21%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: fit-content;
  z-index: 100;
}


  .hero-banner .banner-content::after {
    width: 100%;
    height: 100%;
}

}

@media screen and (max-width: 576px) {
  .hero-part .text-part h2 {
    font-size: 46px;
    width: 80%;
    line-height: 56px;
}

header a.btn.btn-theme {
    display: none;
}


}
@media screen and (max-width: 480px) {


}
@media screen and (max-width: 425px) {

}
@media screen and (max-width: 376px) {

  .vaild {
    display: flex;
    padding: 8px 18px;
    content: center;
    align-items: center;
}

.hero-part .text-part h2 {
  font-size: 40px;
  width: 80%;
  line-height: 48px;
}

.benifits-part {
  background: #f7fffd;
  padding: 20px 0px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px #0000003b;
  margin: 0px 0px;
}

.slide-title a {
    margin: 10px auto 0px !important;
    font-size: 12px!important;
}

/*.hero-style .slide-title h2 {*/
/*    font-size: 14px!important;*/
/*    font-weight: 600;*/
/*    line-height: 1;*/
/*    color: #ffffff;*/
/*    text-transform: capitalize;*/
/*    transition: all 0.4s ease;*/
/*    width: 70% !important;*/
/*    margin: auto;*/
/*    line-height: 20px!important;*/
/*}*/

.main.benifit-sec {
  margin-top: -40px;
}

header .logo img {
  width: 160px !important;
  padding: 5px 0px;
}

header .burger-icon label {
  display: flex;
  flex-direction: column;
  width: 40px;
  cursor: pointer;
}

header .burger-icon label span {
  background: #fff;
  border-radius: 10px;
  height: 3px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.vaild-btn span {
  color: #ffff;
  font-size: 13px;
}

}
@media screen and (max-width: 320px) {
  p {
    font-size: var(--size-12);
  }
}

@media screen and (max-width: 1368px) {

  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 10%;
    height: 60px;
    position: relative;
  }
  p {
    font-size: var(--size-16);
  }
  .gallery-main .card-image {
    display: block;
    padding-top: 75%;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {


  .animated-icon1 span {
    background: #222222;
  }

  h3 {
    font-size: 30px;
    font-weight: 600;
  }
  .gallery-main .card-image {
    display: block;
    padding-top: 104%;
    position: relative;
    width: 100%;
  }
  .hero-slider .swiper-button-prev {
    left: 50px;
  }
  .hero-slider .swiper-button-next {
    right: 50px;
  }
  .gallery .image1 img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
  }
}




@media screen and (max-width: 991px) {
    .post-type-archive-nf_project .d-flex.flex-wrap.gap-3 {
    justify-content: center;
}

ul, ol {
    margin: 0px!important;
}


  header .logo img {
    width: 170px!important;
}
.swiper-btn-next {
    right: 380px;
    /* top: 0; */
}
.swiper-btn-prev {
    left: 400px;
}
.book-btn {
    display: none;
}
.hero-slider .container {
    padding: 0px;
}
  body, html {
    overflow-x: hidden;
  }
  body, p, a, li {
    font-size: var(--size-14);
  }
  header .navbar-nav li {
    height: auto;
    margin: 8px 0px;
  }
  header .navbar-nav li a {
    font-size: var(--size-16);
  }
  header a.theme-btn {
    display: none;
  }
  .plot-left {
    padding-left: 16px;
    padding-top: 40px;
}
  .why-choose .features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}
.ame-part {
    display: flex;
    gap: 50px!important;
    flex-wrap: wrap;
}

.footer-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
    margin-top: 30px;
}

.col-lg-5.col-md-12.col-12.cta-btn {
    display: flex;
    align-items: end;
    justify-content: center!important;
}

.cta-btn {
    justify-content: center;
    display: flex;
}

.row.cta-content {
    z-index: 1000;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    margin: auto;
}

.hero-slider .swiper-slide::after {
    width: 100%;
    height: 100vh;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 47%) 100%)!important;
    top: 0;
    left: 0;
}

.partners-content {
    text-align: center;
}

.banner-text {
    font-size: 15px;
    max-width: 100%!important;
    opacity: 0.95;
    color: #fff;
}

  header .hero-slider .swiper-slide::after {
    width: 100%;
    height: 95vh !important;
    position: absolute;
    content: "";
    background: rgb(0, 29, 86);
    background: linear-gradient(14deg, rgba(0, 29, 86, 0.32) 0%, rgba(0, 29, 86, 0.45) 100%);
    top: 0;
    left: 0;
  }
  header .hero-slider .swiper-container {
    width: 100%;
    height: 95vh !important;
  }
  header .hero-slider .swiper-slide::after {
    height: 95vh !important;
  }
  .thumbImg {
    margin: 10px;
  }
  .thumbImg img {
    height: 96px;
    border-radius: 10px;
    margin: 5px 0px;
  }
  .service-sec .amenties-part-one, .service-sec .amenties-part-two {
    margin: 20px 0px 0px 0px !important;
    float: left;
    width: 100%;
  }
  .form-sec .text-part {
    padding: 0px !important;
  }
  #progressbar li:after {
    content: "";
    width: 40px !important;
    height: 10px;
    background: rgba(136, 136, 136, 0.3411764706);
    position: absolute;
    left: 0px;
    top: 15px;
    z-index: -1;
    padding: 7px;
    margin: 10px 0px;
    border-radius: 50px;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 20px 0px;
    background: #d1e0d7;
    padding: 50px 0px;
  }
  .form-sec .img-part img {
    width: 240px;
  }
  .product-sec .text-part {
    margin-top: 30px;
  }
  .amenties-part-one .text-part {
    margin-top: 30px;
  }
  .amenties-part-two .text-part {
    margin-top: 30px;
    padding-left: 0px !important;
  }
  .main-head :where(h1, h2),
  .products-inner-main .inner-card h3 {
    font-size: var(--size-36);
  }
  .product-sec {
    float: left;
    width: 100%;
    margin: 30px 0px 0px 0px;
  }
  .plans .plan {
    width: 100%;
  }
  .plan.complete-plan {
    margin-top: 20px;
  }
  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }
  .plans .plan input[type=radio]:checked + .plan-content:after {
    top: 45%;
    transform: translate(-50%);
  }


  .slider-banner-image {
    height: 500px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0px 6px 0;
  }
  .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) rotate(-90deg);
  }
  .slick-prev {
    left: 0;
    right: unset;
  }
  .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .bid-tag {
    padding: 10px 0 15px;
  }
  .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }

    .animated-icon1 span {
    background: #222222;
  }
  
.slide img {
    width: 100%;
    height: 320px!important;
    object-fit: cover;
    /* border-radius: 16px; */
    transition: .4s;
    cursor: pointer;
}


}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 94%;
  }

  
}
@media screen and (max-width: 768px) {
  .thumbImg img {
    height: auto;
    border-radius: 10px;
    margin: 10px 0px;
  }

.plot-left {
    padding-left: 0px;
}

.ame-part {
    display: flex;
    gap: 62px;
    flex-wrap: wrap;
}

  .hero-slider .swiper-slide img {
    width: 100%;
    height: auto !important;
  }

  .hero-style .slide-title a.btn.theme-btn {
    margin-top: 16px;
  }
  .service-sec .amenties-part-one, .service-sec .amenties-part-two {
    margin: 40px 0px 0px 0px;
    float: left;
    width: 100%;
  }
  header .burger-icon label {
    display: flex;
    flex-direction: column;
    width: 26px;
    cursor: pointer;
  }

  header .burger-icon label span {
    background: #fff;
    border-radius: 10px;
    height: 3px;
    margin: 2px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .theme-btn {
    padding: 7px 35px;
  }
  .product-sec {
    float: left;
    width: 100%;
    margin: 30px 0px;
  }
  .product-sec h6 {
    padding-top: 6px;
  }
  .row.amenties-part-one.flex-row-reverse .text-part {
    margin-top: 30px;
  }
  .plans .plan {
    cursor: pointer;
    width: 100%;
    margin: 6px 0px;
  }
  .footer .footer-link-sec {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: baseline;
    align-items: center;
  }
  .footer .footer-card .social-flex {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    padding: 0px;
  }
  .form-sec.img-part img {
    width: 250px;
  }
  .form-sec .text-part {
    margin-top: 30px;
    padding: 19px 0px;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 0px 0px;
    padding: 50px 0px;
  }
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 4%;
    height: 59px;
    position: relative;
    padding: 22px;
  }
  #progressbar li:after {
    content: "";
    width: 40px;
    height: 10px;
    background: lightgray;
    position: absolute;
    left: 0px;
    top: 15px;
    z-index: -1;
    padding: 7px;
    margin: 10px 0px;
    border-radius: 50px;
  }
  .product-sec a.btn.theme-btn {
    margin-top: 20px;
  }

  .thumbImg {
    margin: 10px;
    padding: 0px;
  }
  .main.product-sec .text-part {
    margin-top: 20px;
  }
  .service-sec .swiper-slide img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  h3 {
    font-size: 28px;
    font-weight: 600;
  }
  p {
    line-height: 24px !important;
    color: #666666;
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .service-sec .amenties-part-two .text-part {
    margin-top: 40px;
    padding-left: 10px;
  }
  .slide-title {
    position: absolute;
    bottom: 0px;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: -moz-fit-content;
    height: auto;
    z-index: 1000;
  }
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 260px;
    bottom: 0;
    position: absolute;
  }
  .burger-icon label span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .slider-banner-image img {
    height: auto;
  }
  .service-sec .amenties-part-one {
    float: left;
    width: 100%;
    margin: 0px 0px;
    float: left;
    width: 100%;
    padding: 0px 0px;
  }
  .slider-banner-image {
    height: 400px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0px 0px 0;
    margin: 0px 0px 0 !important;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 100% !important;
  }
  .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
  .hero-slider .swiper-container {
    width: 100%;
    height: auto !important;
  }
  .burger-icon label {
    display: flex;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
  }
  .footer {
    margin-top: 30px;
    padding: 0px 0px 0px 0px;
  }
  .comb-head {
    margin-bottom: 10px;
    text-align: left !important;
  }
}
@media screen and (max-width: 576px) {

  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 220px;
        bottom: 0;
  }
  .hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    bottom: 40px;
    left: 0;
    width: 100%;
  }
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 10%;
    height: 59px;
    position: relative;
    padding: 18px;
  }
  .main.form-sec img {
    width: 50%;
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
    display: flex;
    justify-content: left;
  }
  .slider-banner-image {
    height: 340px;
  }
  .product-sec .slider-banner-image img {
    height: 250px !important;
  }
  .thumbImg {
    margin: 4px;
    padding: 0px;
  }
  .gallery-main .card-image {
    display: block;
    padding-top: 40%;
    position: relative;
    width: 100%;
  }
  .thumbImg img {
    height: 75px;
    border-radius: 10px;
    margin: 2px 0px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #progressbar li:after {
    content: "";
    width: 34px !important;
    height: 10px;
    background: lightgray;
    position: absolute;
    left: 0px;
    top: 15px;
    z-index: -1;
    padding: 7px;
    margin: 10px 0px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-head :where(h1, h2), .products-inner-main .inner-card h3, .contact-form h2 {
    font-size: var(--size-26);
  }


  .slider-banner-image {
    height: 280px;
  }

  .gallery-main .card-image {
    display: block;
    padding-top: 50% !important;
    position: relative;
    width: 100%;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 0px 0px;
    background: rgba(229, 244, 224, 0.6509803922);
    /* z-index: -1000; */
    padding: 0px 30px;
  }
}
@media screen and (max-width: 425px) {
  .gallery-main .card #img-1 img {
    height: 276px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 376px) {
  .main.form-sec img {
    width: 70%;
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    display: flex;
    justify-content: left;
  }
  .product-sec .slider-banner-image img {
    height: 170px !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 0px 0px;
    background: rgba(229, 244, 224, 0.6509803922);
    /* z-index: -1000; */
    padding: 0px 10px;
  }

.hero-style .slide-title h2 {
    font-size: 20px!important;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.4s ease;
    width: 70% !important;
    margin: auto;
    line-height: 30px!important;
}

.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 208px!important;
    bottom: 0;
}

  .gallery-main .card-image {
    display: block;
    padding-top: 65% !important;
    position: relative;
    width: 100%;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 0px 0px;
    background: rgba(229, 244, 224, 0.6509803922);
    /* z-index: -1000; */
    padding: 50px 10px !important;
  }
  .form-sec .img-part img {
    display: none !important;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 0px 0px;
    background: rgba(229, 244, 224, 0.6509803922);
    /* z-index: -1000; */
    padding: 30px 20px;
  }
  .form-sec .form-select {
    width: 100% !important;
  }
  .form-text {
    width: 100% !important;
    padding: 10px 10px !important;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid #79bcff;
    border-radius: var(--bs-border-radius);
    margin: 35px 0px !important;
  }
  #progressbar li:after {
    content: "";
    width: 31px !important;
    height: 10px;
    background: lightgray;
    position: absolute;
    left: -2px;
    top: 15px;
    z-index: -1;
    padding: 5px;
    margin: 7px 0px;
    border-radius: 50px;
  }
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 10%;
    height: 59px;
    position: relative;
    padding: 0px !important;
  }
}
@media screen and (max-width: 320px) {
  p {
    font-size: var(--size-12);
  }
  .hero-style .slide-title h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.4s ease;
    width: 70% !important;
    margin: auto;
    line-height: 29px;
  }
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 32px;
    bottom: 0;
  }
  .hero-slider .swiper-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .gallery {
    -moz-column-count: 3;
         column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    -moz-column-count: 2;
         column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .gallery {
    -moz-column-count: 1;
         column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}
@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}
@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    transition: height 0.4s;
  }
  .plans .plan input[type=radio]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }
  .plans .plan .plan-content .plan-details {
    width: 100%;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 0px 0px;
    background: rgba(229, 244, 224, 0.6509803922);
    /* z-index: -1000; */
    padding: 52px 30px;
  }
  .gallery-main .gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    padding: 0px 20px;
  }
  .gallery-main .card-image {
    display: block;
    padding-top: 40%;
    position: relative;
    width: 100%;
  }
  .gallery-main .card-image {
    display: block;
    padding-top: 44%;
    position: relative;
    width: 100%;
  }
  .plans .plan .plan-content {
    padding: 20px;
    flex-direction: column;
    align-items: baseline;
  }
}/*# sourceMappingURL=responsive.css.map */






