

p {
  line-height: 30px;
  color: #666666;
}

@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) {
  .hero-style .slide-title h2 {
        font-size: 40px;
        width: 60%;
        margin: auto;
        line-height: 54px;
  }
  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;
  }

.service-sec .swiper-slide img {
    height: 570px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}
}
@media screen and (max-width: 992px) {
  body, html {
    overflow-x: hidden;
  }
  body, p, a, li {
    font-size: var(--size-14);
  }
  header .navbar-nav li {
    height: auto;
    margin: 15px 0px;
  }
  header .navbar-nav li a {
    font-size: var(--size-16);
  }
  header a.theme-btn {
    display: none;
  }
  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%);
  }
  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  .banner-slider .slider.slider-nav {
    height: auto;
  }
  .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;
  }
}
@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;
  }
  header .logo img {
    width: 120px !important;
    padding: 0px 0px;
  }
  .hero-slider .swiper-slide img {
    width: 100%;
    height: 50vh!important;
}

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

.hero-slider .btn-sec {
  display: none;
}
  .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;
  }
  .product-sec .slider-banner-image img {
    height: 336px !important;
  }
  .gallery-main .card #img-1 img {
    height: 276px;
    margin-top: -26px;
  }
  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);
  }
  header .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    z-index: 1000;
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 14px 0px;
}

.hero-part .text-part h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.4s ease;
  width: 60%;
  margin: auto;
  line-height: 55px;
}
  .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 .img-part img {
    display: none;
}
  .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;
  }
.hero-style .slide-title h2 {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 10px;
}
  .thumbImg {
    margin: 10px;
    padding: 0px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    /* top: 0; */
    left: 0;
    width: 100%;
    position: relative;
  }
  .hero-style .slide-title {
    position: absolute;
    bottom: 0px;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1000;
  }
  .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%;
    /* margin: 50px 0px; */
    /* z-index: -1000; */
    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;
  }

  .hero-style .slide-title h2 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 10px;
    width: 80%;
}

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

  .hero-style .slide-title h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.4s ease;
    width: 66% !important;
    margin: auto;
    line-height: 35px;
}
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 115px;
    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;
  }

.form-sec .img-part img {
    display: none;
}
  .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;
  }
  .form-sec {
    float: left;
    width: 100%;
    margin: 0px 0px;
    background: rgba(229, 244, 224, 0.6509803922);
    /* z-index: -1000; */
    padding: 0px 31px!important;
}

}
@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);
  }
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 95px;
    bottom: 0;
  }
  .slider-banner-image {
    height: 280px;
  }
  .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: 88% !important;
        margin: auto;
        line-height: 30px;
    }
  }
  .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: 16px;
    font-weight: 600;
    line-height: 1;
    /* color: #ffffff; */
    text-transform: capitalize;
    transition: all 0.4s ease;
    width: 105% !important;
    margin: auto;
    line-height: 25px;
}

.service-sec .card .img-part {
    display: flex;
    align-items: left!important;
    flex-direction: column;
}
  .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;
  }
}

/* Global brand color override */
[data-theme=default] {
  --primary: #6A93B0 !important;
  --secondary: #3C7460 !important;
  --body-backgound: #E6EEF3 !important;
  --secondary-brown: #3C7460 !important;
  --brown-light: #DCE7EE !important;
}

header .navbar-expand-lg {
  background: #ffffff !important;
}

.theme-btn,
#main-form .action-button,
.hero-banner a.btn.theme-btn,
.usp-sec i {
  background: #3C7460 !important;
  border-color: #3C7460 !important;
  color: #fff !important;
}

.theme-btn:hover {
  box-shadow: inset 0 1.5em 0 0 #6A93B0, inset 0 -1.5em 0 0 #6A93B0 !important;
  border-color: #6A93B0 !important;
}

.product-sec h5,
.benifit-sec .text-part h2,
.main-head :where(h1, h2) {
  color: #3C7460 !important;
}

.service-sec .card::before,
.benifit-sec .card::before {
  background: #6A93B0 !important;
}

.form-sec {
  background: #E6EEF3 !important;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next,
.hero-style .slide-title h2,
.hero-part .text-part h2 {
  background: rgba(106, 147, 176, 0.62) !important;
}

@media (max-width: 767px) {
  .product-api-stack-item {
    min-height: auto;
    padding-bottom: 24px;
    margin-top: 0 !important;
    display: block;
  }

  .product-api-stack-item .product-api-card {
    position: relative;
    top: 0;
    opacity: 1;
    transform: none;
  }

  .product-api-block .product-api-card {
    padding: 16px;
  }

  .product-api-gallery .slider > div img {
    max-height: 320px;
  }

  .product-api-spec-item {
    min-height: auto;
  }
}

@media (max-width: 992px) {
  .hero-banner--premium.hero-banner.hero-part,
  .hero-banner--premium .banner-content {
    min-height: 64vh;
  }

  .hero-banner--premium .hero-banner-panel {
    margin-top: 28px;
    padding: 16px 14px;
  }
}

@media (max-width: 768px) {
  .hero-banner--premium.hero-banner.hero-part,
  .hero-banner--premium .banner-content {
    min-height: 56vh;
  }

  .hero-banner--premium .hero-banner-title {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.12;
  }

  .hero-banner--premium .hero-banner-date {
    margin-top: 14px;
    font-size: 13px;
    padding: 8px 12px;
  }

  .benifit-sec--enhanced {
    margin-top: -100px;
  }

  .benifit-sec--enhanced .benifits-part {
    padding: 18px 14px;
    row-gap: 14px;
  }

  .benifit-sec--enhanced .benefit-card {
    padding: 16px 14px;
  }

  .benifit-sec--enhanced .benefit-card h4 {
    font-size: 26px;
  }

  .benifit-sec--enhanced .benefit-card p {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=responsive.css.map */