/* ==================== [ 1500px ] ==================== */
@media (min-width: 1500px) {
  /* ==================== [ Common Start ] ==================== */
  .container {
    max-width: calc(1290px + 40px);
  }

  /* ==================== [ Common End ] ==================== */
}

/* ==================== [ 1599px Start ] ==================== */
@media (max-width: 1599px) {
  /* ==================== [ Header Start ] ==================== */
  .header .navbar {
    padding-block: 30px;
    /* padding-inline: 40px; */
  }

  .header .navbar-brand img {
    height: 55px;
  }

  .header .navbar-nav {
    gap: 30px;
  }

  /* ==================== [ Header End ] ==================== */

  /* ==================== [ Contact CSS Start ] ==================== */

  .contact {
    padding: 80px 60px;
  }

  /* ==================== [ Contact CSS End ] ==================== */

  /* ==================== [ Footer CSS Start ] ==================== */
  .footer .f-top {
    padding: 140px 0 140px 0;
  }
  /* ==================== [ Footer CSS End ] ==================== */

  .why-choose .side-text * {
    writing-mode: initial;
    bottom: -40px;
    right: 0;
    font-size: 220px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
  }
}

/* ==================== [ 1399px ] ==================== */
@media (max-width: 1399px) {
  /* ==================== [ Typography Start ] ==================== */

  h1 {
    font-size: 90px;
    line-height: 104px;
  }

  h2 {
    font-size: 64px;
    line-height: 76px;
  }

  h3 {
    font-size: 48px;
    line-height: 58px;
  }

  h4 {
    font-size: 38px;
    line-height: 48px;
  }

  /* ==================== [ Typography End ] ==================== */

  /* ==================== [ Button Start ] ==================== */
  .btn {
    padding: 18px 40px;
    font-size: 15px;
    line-height: 18px;
  }

  /* ==================== [ Button End ] ==================== */

  /* ==================== [ Header Start ] ==================== */
  .header .navbar {
    padding-block: 20px;
    padding-inline: 0px;
  }

  .header .navbar-brand img {
    height: 48px;
  }

  .header .navbar-nav {
    gap: 20px;
  }

  /* ==================== [ Header End ] ==================== */

  /* ==================== [ Common Section Title Start ] ==================== */
  .common-section-title .title * {
    font-size: 54px;
    line-height: 66px;
  }
  .common-section-title .title-sm * {
    font-size: 40px;
    line-height: 48px;
  }

  .common-section-title .subtitle *,
  .common-section-title .subtitle-dark * {
    font-size: 20px;
    line-height: 32px;
  }
  /* ==================== [ Common Section Title End ] ==================== */

  /* ==================== [ Swiper Common Start ] ==================== */
  .common-slider-btn {
    height: 40px;
    width: 40px;
  }
  .common-slider-btn-block {
    gap: 8px;
  }
  .common-slider-btn::before {
    width: 16px;
    height: 10px;
  }
  /* ==================== [ Swiper Common End ] ==================== */

  /* ==================== [ Testimonials Start ] ==================== */
  .testimonials {
    padding-block: 60px;
  }
  /* ==================== [ Testimonials End ] ==================== */

  /* ==================== [ Buying Home Start ] ==================== */
  .buying-home {
    margin-inline: 120px;
  }
  .buying-home .common-slider-btn-block {
    bottom: calc(100% + 30px);
    left: calc(100% + 20px);
  }
  .buying-home .heading-block {
    margin-bottom: 30px;
  }
  .buying-home .heading-block .brand-icon {
    width: 50px;
  }

  .buying-home .buying-home-card {
    gap: 20px;
  }
  .buying-home .buying-home-card .title * {
    margin-bottom: 8px;
  }
  /* ==================== [ Buying Home End ] ==================== */

  /* ==================== [ Why Choose Start ] ==================== */
  .why-choose .why-choose-block {
    padding-bottom: 120px;
    gap: 40px;
  }
  .why-choose .brand-icon {
    width: 80px;
  }
  .why-choose .top-block .left-block .title > * {
    margin-bottom: 20px;
  }
  .why-choose .bottom-block {
    gap: 40px;
  }
  .why-choose .side-text * {
    writing-mode: initial;
    bottom: -40px;
    right: 0;
    font-size: 200px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
  }
  .why-choose .why-choose-block {
    padding-top: 100px;
  }
  .why-choose {
    margin-top: -300px;
  }

  .why-choose .swiper-wrapper {
    flex-wrap: wrap;
  }
  .why-choose .swiper-slide {
    max-width: 33%;
  }
  .why-choose .swiper-slide:nth-child(3n) .why-choose-card {
    border-right: 1px solid var(--light-dark);
  }
  .why-choose .swiper-slide .why-choose-card {
    border-top: none;
  }
  .why-choose .swiper-slide:first-child .why-choose-card,
  .why-choose .swiper-slide:nth-child(2) .why-choose-card,
  .why-choose .swiper-slide:nth-child(3) .why-choose-card {
    border-top: 1px solid var(--light-dark);
  }
  /* .why-choose .swiper-slide:nth-child(3n) .why-choose-card {border-right: 1px solid var(--light-dark);} */
  /* .why-choose .swiper-slide:nth-child(n), */
  /* .why-choose .swiper-slide:nth-child(3n){margin-left: 0;}
	.why-choose .why-choose-card { border: 1px solid var(--light-dark) !important;} */
  /* ==================== [ Why Choose End ] ==================== */

  /* ==================== [ Contact CSS Start ] ==================== */

  .contact-wrp .contact-inner {
    padding: 80px 20px 80px;
  }

  .contact-inner::before {
    top: 40px;
    left: 0;
    right: 15px;
    bottom: 40px;
  }

  .contact-wrp .contact-left {
    max-width: 410px;
  }

  .contact-wrp .contact-left {
    margin-right: 20px;
  }

  /* ==================== [ Contact CSS End ] ==================== */

  /* ==================== [ Footer CSS Start ] ==================== */
  .footer .f-logo {
    max-width: 250px;
  }

  .footer .f-top {
    padding: 120px 0 120px 0;
  }

  .footer .f-bottom {
    padding: 25px 20px;
  }

  /* ==================== [ Footer CSS End ] ==================== */
}

/* ==================== [ 1299px Start ] ==================== */
@media (max-width: 1299px) {
  /* ==================== [ Footer CSS Start ] ==================== */

  .footer .f-logo {
    max-width: 220px;
  }

  .footer .f-contact .icon {
    width: 44px;
    height: 44px;
  }

  /* ==================== [ Footer CSS End ] ==================== */
}

/* ==================== [ 1199px ] ==================== */
@media (max-width: 1199px) {
  /* ==================== [ Typography Start ] ==================== */
  h1 {
    font-size: 72px;
    line-height: 84px;
  }

  h2 {
    font-size: 56px;
    line-height: 68px;
  }

  h3 {
    font-size: 42px;
    line-height: 52px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 28px;
    line-height: 36px;
  }

  /* ==================== [ Typography End ] ==================== */

  /* ==================== [ Button Start ] ==================== */
  .btn {
    padding: 16px 34px;
    font-size: 14px;
    line-height: 17px;
  }

  /* ==================== [ Button End ] ==================== */

  /* ==================== [ Header Start ] ==================== */
  .header .navbar {
    padding-block: 20px;
    padding-inline: 0px;
  }

  .header .navbar-brand img {
    height: 48px;
  }

  .header .navbar-nav {
    gap: 20px;
  }

  .header .header-contact {
    margin-top: 30px;
    justify-content: center;
  }

  .header.show .navbar {
    background: var(--body);
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    height: auto;
    overflow-y: auto;
    background-color: var(--body);
    transition: all 0.5s ease-in-out;
    z-index: -1;
    padding: 140px 20px 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  .navbar-collapse.show {
    left: 0;
  }

  /* ==================== [ Header End ] ==================== */

  /* ==================== [ Common Section Title Start ] ==================== */
  .common-section-title .title * {
    font-size: 46px;
    line-height: 58px;
  }
  .common-section-title .title-sm * {
    font-size: 36px;
    line-height: 44px;
  }

  .common-section-title .subtitle *,
  .common-section-title .subtitle-dark * {
    font-size: 18px;
    line-height: 28px;
  }
  /* ==================== [ Common Section Title End ] ==================== */

  /* ==================== [ Buying Home Start ] ==================== */
  .buying-home {
    margin-inline: 0;
    padding-block: 70px 100px;
  }
  .buying-home .common-slider-btn-block {
    bottom: unset;
    left: unset;
    position: relative;
    margin-top: 30px;
    justify-content: center;
  }
  .buying-home .heading-block .title > * {
    margin-bottom: 8px;
  }
  .buying-home .heading-block {
    margin-bottom: 20px;
  }
  /* ==================== [ Buying Home End ] ==================== */

  /* ==================== [ Why Choose Start ] ==================== */
  .why-choose::after {
    width: 100%;
  }
  .why-choose .brand-icon {
    width: 70px;
  }
  .why-choose .top-block {
    flex-direction: column-reverse;
  }
  .why-choose .brand-icon {
    width: 50px;
  }
  .why-choose .why-choose-block {
    padding-top: 80px;
  }
  /* ==================== [ Why Choose End ] ==================== */

  /* ==================== [ Contact CSS Start ] ==================== */

  .contact {
    padding: 50px 0;
  }

  .contact-wrp .contact-inner {
    flex-direction: column;
    padding: 60px 40px 60px;
  }

  .contact-wrp .contact-left .common-section-title .title * {
    margin-bottom: 20px;
  }

  .contact-wrp .contact-left .common-section-title .disc * {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-wrp .contact-left {
    max-width: 100%;
    margin: 0 0 30px 0;
  }

  .contact-wrp .contact-right {
    max-width: 100%;
  }

  /* ==================== [ Contact CSS End ] ==================== */

  /* ==================== [ Footer CSS Start ] ==================== */

  .footer .f-logo {
    max-width: 180px;
  }

  .footer .f-contact .icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .footer .f-top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
    padding: 70px 0 70px 0;
  }

  .footer .f-menu-block ul {
    justify-content: center;
  }

  .footer .f-menu-block {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  /* ==================== [ Footer CSS End ] ==================== */
}

/* ==================== [ 991px ] ==================== */
@media (max-width: 991px) {
  /* ==================== [ Typography Start ] ==================== */
  h1 {
    font-size: 56px;
    line-height: 66px;
  }

  h2 {
    font-size: 44px;
    line-height: 54px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
  }

  h6 {
    font-size: 20px;
    line-height: 28px;
  }

  /* ==================== [ Typography End ] ==================== */

  /* ==================== [ Button Start ] ==================== */
  .btn {
    padding: 14px 28px;
    font-size: 14px;
    line-height: 16px;
  }

  /* ==================== [ Button End ] ==================== */

  /* ==================== [ Home Banner Start ] ==================== */
  .home-banner {
    padding: 210px 0 80px;
  }

  .home-banner .banner-box {
    top: 40px;
    position: relative;
    left: 50%;
    top: 14.53%;
    right: 5.1%;
    width: clamp(290px, 144.55px + 45.45vw, 595px);
    height: clamp(420px, 324.62px + 29.81vw, 620px);
    margin-top: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .home-banner .banner-box-girl {
    top: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .home-banner .heading {
    max-width: 100%;
  }

  .home-banner .scroll-action {
    width: 55px;
    height: 55px;
    margin-top: 40px;
  }

  .home-banner .heading .title * {
    font-size: clamp(30px, 17.6px + 3.87vw, 56px);
    line-height: clamp(40px, 29.51px + 3.28vw, 62px);
  }

  .home-banner .heading .subtitle * {
    font-size: clamp(18px, 14.18px + 1.19vw, 26px);
    line-height: clamp(22px, 18.18px + 1.19vw, 30px);
    margin-bottom: 15px;
  }

  .home-banner .heading .disc * {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  /* ==================== [ Home Banner End ] ==================== */

  /* ==================== [ Common Section Title Start ] ==================== */
  .common-section-title .title * {
    font-size: 40px;
    line-height: 50px;
  }
  .common-section-title .title-sm * {
    font-size: 32px;
    line-height: 40px;
  }

  .common-section-title .subtitle *,
  .common-section-title .subtitle-dark * {
    font-size: 16px;
    line-height: 28px;
  }

  .common-section-title .disc *,
  .common-section-title .disc-white * {
    font-size: 16px;
    line-height: 28px;
  }
  /* ==================== [ Common Section Title End ] ==================== */

  /* ==================== [ Testimonials Start ] ==================== */
  .testimonials .testimonials-block {
    flex-direction: column;
  }
  .testimonials .testimonials-block .left-block {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
  .testimonials .testimonials-block .left-block,
  .testimonials .testimonials-block .right-block {
    max-width: 100%;
    width: 100%;
  }
  .testimonials .common-section-title .title-sm span {
    display: inline;
  }
  .testimonials .stars-list ul {
    gap: 4px;
    margin-block: 0 8px;
  }
  .testimonials .stars-list ul img {
    height: 16px;
    width: 16px;
  }
  .testimonials .testimonials-card {
    padding: 20px;
  }
  /* ==================== [ Testimonials End ] ==================== */

  /* ==================== [ Buying Home Start ] ==================== */
  .buying-home {
    padding-block: 60px;
  }

  .why-choose .brand-icon,
  .buying-home .heading-block .brand-icon {
    width: 44px;
  }
  /* ==================== [ Buying Home End ] ==================== */

  /* ==================== [ Why Choose Start ] ==================== */
  .why-choose .top-block .left-block {
    align-items: center;
    text-align: center;
  }
  .why-choose .top-block {
    align-items: center;
  }
  .why-choose .top-block .left-block .title > * {
    margin-bottom: 8px;
  }
  .why-choose .why-choose-card {
    padding: 16px;
  }
  .why-choose .why-choose-card .count {
    height: 24px;
    width: 24px;
  }

  .why-choose .why-choose-card .disc *,
  .why-choose .why-choose-card .title * {
    font-size: 15px;
  }

  .why-choose .why-choose-card .icon {
    height: 50px;
    width: 50px;
  }
  .why-choose .why-choose-card .icon img {
    height: 60%;
    width: 60%;
  }
  .why-choose .side-text * {
    font-size: 130px;
    bottom: -30px;
  }
  .why-choose .why-choose-block {
    padding-top: 60px;
  }
  .why-choose {
    margin-top: 0;
  }
  /* ==================== [ Why Choose End ] ==================== */

  /* ==================== [ Contact CSS Start ] ==================== */

  .contact {
    padding: 40px 0;
  }

  .contact-wrp .contact-left .common-section-title .title * {
    margin-bottom: 15px;
  }

  .contact-wrp .contact-inner {
    padding: 40px;
  }

  /* .contact-form .row {
		row-gap: 20px;
		margin-inline: -10px;
	}

	.contact-form .row > * {
		padding-inline: 10px;
	} */

  .contact-form form .wpforms-field-container {
    gap: 20px;
  }

  .contact-form .form-control .wpforms-field-medium {
    padding: 18px 18px !important;
  }

  .contact-form .wpforms-field.wpforms-field-select .wpforms-field-medium {
    height: 53px !important;
  }

  .contact-form .wpforms-field.wpforms-field-select .wpforms-field-medium {
    padding: 15px 20px 18px !important;
  }

  .contact-form .wpforms-submit-container .btn.btn-primary {
    padding: 18px 46px;
  }

  .contact-form .check-group input[type='checkbox'] {
    min-width: 25px;
    width: 25px;
    height: 25px;
    background-size: 20px 15px;
  }

  /* ==================== [ Contact CSS End ] ==================== */

  /* ==================== [ Footer CSS Start ] ==================== */

  .footer .f-logo {
    max-width: 160px;
  }

  .footer .f-menu-block ul li a {
    width: 40px;
    height: 40px;
  }

  .footer .f-contact a {
    font-size: 14px;
    line-height: 16px;
  }

  .footer .f-top .f-menu-block .address * {
    font-size: 14px;
    line-height: 22px;
  }

  .footer .f-bottom .f-bottom-wrp .f-right,
  .footer .f-bottom .f-bottom-wrp .f-left {
    font-size: 14px;
    line-height: 22px;
  }

  .footer .f-bottom {
    padding: 15px 20px;
  }

  /* ==================== [ Footer CSS End ] ==================== */
}

/* ==================== [ 767px ] ==================== */
@media (max-width: 767px) {
  /* ==================== [ Typography Start ] ==================== */
  h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  /* ==================== [ Typography End ] ==================== */

  /* ==================== [ Button Start ] ==================== */
  .btn {
    padding: 12px 22px;
  }

  /* ==================== [ Button End ] ==================== */

  /* ==================== [ Home Banner Start ] ==================== */

  .home-banner {
    padding-top: clamp(160px, 131.36px + 8.95vw, 200px);
    padding-bottom: clamp(35px, 24.26px + 3.36vw, 50px);
  }

  .home-banner .heading .disc * {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .home-banner .heading .action {
    gap: 15px;
  }

  .home-banner .scroll-action {
    width: 45px;
    height: 45px;
    margin-top: 30px;
  }

  .home-banner .scroll-action img {
    width: 50%;
  }

  .home-banner .banner-box {
    margin-top: 30px;
  }
  /* ==================== [ Home Banner End ] ==================== */

  /* ==================== [ Common Section Title Start ] ==================== */
  .common-section-title .title * {
    font-size: 36px;
    line-height: 42px;
  }
  .common-section-title .title-sm * {
    font-size: 36px;
    line-height: 42px;
  }

  .common-section-title .subtitle *,
  .common-section-title .subtitle-dark * {
    font-size: 16px;
    line-height: 24px;
  }

  .common-section-title .disc *,
  .common-section-title .disc-white * {
    font-size: 16px;
    line-height: 24px;
  }
  /* ==================== [ Common Section Title End ] ==================== */

  /* ==================== [ Testimonials Start ] ==================== */
  .testimonials {
    padding-block: 50px;
  }
  /* ==================== [ Testimonials End ] ==================== */

  /* ==================== [ Buying Home Start ] ==================== */
  .buying-home {
    padding-block: 50px;
  }

  .why-choose .brand-icon,
  .buying-home .heading-block .brand-icon {
    width: 40px;
  }
  /* ==================== [ Buying Home End ] ==================== */

  /* ==================== [ Why Choose Start ] ==================== */
  .why-choose .bottom-block .action-block {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .why-choose .top-block {
    gap: 16px;
  }

  .why-choose .bottom-block,
  .why-choose .why-choose-block {
    gap: 30px;
  }

  .why-choose .swiper-slide {
    max-width: 50%;
  }

  .why-choose .swiper-slide:first-child .why-choose-card,
  .why-choose .swiper-slide:nth-child(2) .why-choose-card {
    border-top: 1px solid var(--light-dark) !important;
  }
  .why-choose .swiper-slide:nth-child(odd) .why-choose-card {
    border-top: none;
  }
  .why-choose .swiper-slide:nth-child(even) .why-choose-card {
    border-right: 1px solid var(--light-dark);
  }
  /* ==================== [ Why Choose End ] ==================== */

  /* ==================== [ Contact CSS Start ] ==================== */

  .contact-wrp .contact-inner {
    padding: 40px 20px 40px;
  }

  .contact-wrp .contact-left .common-section-title .disc * {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-form form .wpforms-field-container {
    gap: 19px;
  }

  .contact-form .form-control .wpforms-field-medium {
    padding: 14px 10px !important;
  }

  .contact-form .wpforms-field.wpforms-field-select .wpforms-field-medium {
    padding: 12px 14px 12px !important;
  }

  .contact-form .wpforms-field.wpforms-field-select .wpforms-field-medium {
    height: 45px !important;
  }

  .contact-form .wpforms-submit-container .btn.btn-primary {
    padding: 16px 40px;
    font-size: 14px;
    line-height: 16px;
  }

  /* ==================== [ Contact CSS End ] ==================== */

  /* ==================== [ Footer CSS Start ] ==================== */

  .footer .f-top {
    flex-direction: column;
    gap: 30px;
  }

  .footer .f-menu-block {
    margin: 0;
  }

  .footer .f-top {
    padding: 40px 0 40px 0;
  }

  .footer .f-bottom .f-bottom-wrp .f-right img {
    max-width: 150px;
  }

  .footer .f-bottom .f-bottom-wrp {
    flex-direction: column;
    gap: 15px;
  }

  .footer .f-top .f-menu-block .address * {
    font-size: 12px;
    line-height: 24px;
  }

  .footer .f-bottom .f-bottom-wrp .f-right,
  .footer .f-bottom .f-bottom-wrp .f-left {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }

  .footer .f-contact .icon * {
    width: 100%;
  }

  /* ==================== [ Footer CSS End ] ==================== */
  .btn {
    width: 100%;
  }
  .footer-v2 .f-top .footer-widget-column-3 .address-item {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-v2 .f-top .footer-widget-column-3 .address-item .address {
    width: 100%;
    text-align: center;
  }
}

/* ==================== [ 575px ] ==================== */
@media (max-width: 575px) {
  /* ==================== [ Home Banner Start ] ==================== */
  .home-banner .scroll-action {
    width: 35px;
    height: 35px;
    margin-top: 20px;
  }

  .home-banner .banner-box {
    margin-top: 20px;
  }
  /* ==================== [ Home Banner End ] ==================== */

  /* ==================== [ Common Section Title Start ] ==================== */
  .common-section-title .title * {
    font-size: 28px;
    line-height: 36px;
  }
  .common-section-title .title-sm * {
    font-size: 28px;
    line-height: 36px;
  }

  .common-section-title .subtitle *,
  .common-section-title .subtitle-dark * {
    font-size: 14px;
    line-height: 24px;
  }

  .common-section-title .disc *,
  .common-section-title .disc-white * {
    font-size: 14px;
    line-height: 24px;
  }
  /* ==================== [ Common Section Title End ] ==================== */

  /* ==================== [ Testimonials Start ] ==================== */
  .testimonials .common-slider-btn-block {
    justify-content: center;
  }
  .testimonials .common-section-title .title-sm span {
    display: block;
  }

  .testimonials .common-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-inline: auto;
  }

  .testimonials .testimonials-card .title *,
  .testimonials .testimonials-card .subtitle *,
  .testimonials .testimonials-card .subtitle::before {
    font-size: 14px;
    line-height: 28px;
  }

  /* ==================== [ Testimonials End ] ==================== */

  /* ==================== [ Why Choose End ] ==================== */
  .why-choose .bottom-block .action-block .disc * {
    font-size: 14px;
    line-height: 20px;
  }

  .why-choose .why-choose-card .disc *,
  .why-choose .why-choose-card .title * {
    font-size: 14px;
    line-height: 20px;
  }

  .why-choose .swiper-wrapper {
    flex-direction: column;
  }
  .why-choose .swiper-slide {
    max-width: 100%;
  }

  .why-choose .swiper-slide .why-choose-card {
    border: 1px solid var(--light-dark) !important;
    border-top: unset !important;
  }
  .why-choose .swiper-slide:first-child .why-choose-card {
    border-top: 1px solid var(--light-dark) !important;
  }
  .why-choose .swiper-slide:nth-child(2) .why-choose-card {
    border-top: none !important;
  }
  /* ==================== [ Why Choose End ] ==================== */

  /* ==================== [ Contact CSS Start ] ==================== */

  .contact {
    padding: 35px 0;
  }

  .contact-wrp .contact-inner {
    padding: 30px 15px 30px;
  }

  .contact-form .form-control .wpforms-field-medium {
    padding: 14px 10px !important;
  }

  .contact-form .wpforms-field.wpforms-field-select .wpforms-field-medium {
    height: 47px !important;
  }

  .contact-form .form-control {
    width: 100% !important;
  }

  .contact-form form .wpforms-field-container {
    flex-direction: column;
    gap: 18px;
  }

  .contact-wrp .contact-left {
    margin: 0 0 20px 0;
  }

  .contact-form .check-group input[type='checkbox'] {
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-size: 15px 10px;
  }

  /* ==================== [ Contact CSS End ] ==================== */

  /* ==================== [ Footer CSS Start ] ==================== */
  .footer .f-top {
    padding: 35px 0 35px 0;
  }

  .footer .f-top .f-menu-block .address br {
    display: none;
  }

  /* ==================== [ Footer CSS End ] ==================== */
}
