@media screen and (min-width: 1441px) {
  .financing-section .financing-right-bottom-wrp {
    bottom: 160px;
    left: 160px;
  }
}

@media screen and (min-width: 1301px) {
  .testimonials-section .review-list .slick-list {
    padding: 0 200px;
  }
}


@media (min-width: 768px) {
  .coupen-section .coupen-btn a.blue-btn{
    min-width: 151px;
  }
  .testimonials-section  .blue-btn{
   min-width: 199px;
  }
}
@media (min-width: 1201px) {
  .main_menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .mean-expand {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1218px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-us-section .container {
    max-width: 1190px;
  }

  .area-section .container {
    max-width: 1224px;
  }

  footer .container {
    max-width: 1051px;
  }

  .logo-banner .container,
  .featured-section .container {
    max-width: 1250px;
  }

  .cta-section .container {
    max-width: 1110px;
  }

  .cms-cnt .container {
    max-width: 1151px;
  }

  .single-page-content .container,
  .single-blog .container {
    max-width: 1128px;
  }

  .coupons-block .container {
    max-width: 1243px;
  }

  .mean-nav {
    display: none !important;
  }
  .area-section.no-bg .area-wrp{
        display: grid;
    grid-template-columns: 1fr 1.1fr;
  }
}

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 60px;
  }

  h2,
  .h2 {
    font-size: 44px;
  }

  .main_menu {
    display: none !important;
  }

  .lines-button {
    display: block;
  }

  .mean-nav {
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
  }

  .mean-bar {
    position: static;
  }

  .lines-button.x2.meanclose .lines:after {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: 50% 50% 0;
  }

  .lines-button.x2.meanclose .lines:before {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: 50% 50% 0;
  }

  .meanclose .lines {
    background: none;
  }

  .lines:before,
  .lines:after,
  .lines {
    width: 30px;
    height: 4px;
    background: var(--Blue);
  }

  header .navigation .mean-bar ul.firstul {
    display: block;
  }

  .dropdown-toggle::after {
    display: none;
  }

  header .navigation .mean-bar ul.firstul {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  header .navigation .mean-bar ul.firstul {
    padding-bottom: 30px;
    margin-top: 0;
  }

  .mean-nav ul.firstul>li>a:not(.mean-expand) {
    box-shadow: none;
    background: var(--White);
  }

  body .mean-nav ul.firstul>li:hover>a:not(.mean-expand) {
    background: #08232B !important;
    color: var(--Blue) !important;
  }

  .mean-nav ul li a.mean-expand {
    background-image: url(../images/down-black.svg) !important;
    background-size: 12px !important;
    transform: rotate(0deg);
    height: 48px;
    width: 70px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 0;
  }

  .mean-nav ul.dropdown-menu {
    border: none;
  }

  .mean-nav ul .dropdown-menu {
    position: relative;
    top: 0;
    border-radius: unset;
  }

  body .mean-nav ul.firstul>li:hover>a.mean-expand,
  body .main_menu ul>li:hover>a.mean-expand {
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    /* filter: brightness(0) invert(1); */
    background-image: url(../images/down-blue.svg) !important;
  }

  body .mean-nav ul li a {
    transition: none;
  }

  body .mean-nav ul li a.mean-expand.mean-clicked {
    transform: rotate(180deg) !important;
  }

  header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a {
    padding: 13px 30px;
  }

  .mean-nav ul .dropdown-menu li:last-child {
    border-bottom: none;
  }

  .mean-nav>ul>li.current_page_item>li.current_page_item>a,
  .mean-nav>ul>li.current-menu-ancestor>ul>li.current-menu-parent>a,
  .mean-nav>ul>li>ul>li>ul>li.current-menu-item>a {
    background: #0093bb;
    color: #fff;
  }

  .mean-nav>ul>li.current_page_item>a:not(.mean-expand),
  .mean-nav>ul>li>ul>li>ul>li.current_page_item>a:not(.mean-expand) {
    background: #08232B !important;
    color: var(--Blue) !important;
  }

  .mean-nav>ul>li.current_page_item>a.mean-expand {
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    /* filter: brightness(0) invert(1); */
    background-image: url('../images/down-blue.svg') !important;
  }

  .mean-nav>ul>li.current-menu-parent>a,
  .mean-nav>ul>li.current-page-parent>a,
  .mean-nav>ul>li>ul>li.current_page_parent>a {
    background-color: var(--Red) !important;
    color: var(--Gray-2) !important;
  }

  .mean-nav>ul>li.current-menu-parent>a,
  .mean-nav>ul>li.current-page-parent>a {
    background-color: #08232B !important;
    color: var(--Blue) !important;
  }

  .mean-nav>ul>li.current-menu-parent>a.mean-expand,
  .mean-nav>ul>li.current-page-parent>a.mean-expand,
  .mean-nav>ul>li>ul>li.current_page_parent>a.mean-expand {
    /* filter: brightness(0) invert(1); */
    /* background-color: transparent !important; */
    background-image: url(../images/down-blue.svg) !important;
  }

  .mean-nav>ul>li.current-menu-parent>ul>li.current-menu-item>a {
    background-color: #08232B !important;
    color: var(--Blue) !important;
  }

  .mean-nav {
    width: 100vw;
    left: 50%;
    right: 50%;
    background: var(--White);
    margin-left: -50vw;
    margin-right: -50vw;
    opacity: 0;
    transition: opacity 0.33s linear;
    pointer-events: none;
  }

  .opennav .mean-nav {
    opacity: 1;
    transition: opacity 0.33s linear;
    pointer-events: auto;
  }

  body.fixnav header {
    z-index: 99999;
  }

  header .navigation .mean-bar ul.firstul li a {
    min-height: 1px;
    text-align: left;
    font-family: var(--font-heading);
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    transition: all 0.3s linear;
  }

  .mean-nav ul li a:hover {
    background-color: var(--Blue) !important;
    color: #fff !important;
  }

  header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a:hover {
    background-color: #08232B !important;
    color: var(--Blue) !important;
  }

  .opennav .mean-nav {
    display: block !important;
  }

  .mean-nav ul>li {
    border-top: 1px solid #CBCBCB;
  }

  .mean-nav ul>li:last-child {
    border-bottom: 1px solid #CBCBCB;
  }

  /*home page*/
  /* .content {
    padding-top: 136px;
  } */
  header .top-header {
    position: relative;
    padding: 14.5px 30px;
  }

  .lines-button {
    top: 48%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 999;
    transition: all 0.33s linear;
    border-radius: 0;
    padding: 0;
  }

  header .right-wrp {
    margin-right: 50px;
  }

  header .btn-container.desktop {
    display: none;
  }

  header .btn-container.mobile {
    display: block;
    margin: 0 20px 20px;
  }

  /* Home Page */
  .hero-home .hero-home-wrp .hero-btn {
    margin-top: 40px;
  }

  .home-service-head .home-service-wrp::before {
    top: 80px;
  }

  .home-service-head .home-service-btn {
    margin-top: 40px;
  }

  .why-us-section {
    padding: 50px 0 22px;
  }

  .why-us-section .why-us-wrp .why-us-content ul.why-list {
    margin-top: 15px;
    gap: 16px;
  }

  .why-us-section .why-us-wrp .why-us-image {
    flex: 0 0 44.227%;
    max-width: 44.227%;
  }

  .why-us-section .why-us-wrp .why-us-content {
    flex: 0 0 52.028%;
    max-width: 52.028%;
  }

  .why-us-section .why-us-wrp .why-us-content ul.why-list li {
    font-size: 14px;
    line-height: 26px;
  }

  .featured-section {
    padding: 85px 0;
  }

  .area-section {
    padding: 80px 0 90px;
  }

  .area-section .area-heading {
    margin-bottom: 50px;
  }

  .area-section .area-wrp .area-left {
    flex: 0 0 52.667%;
    max-width: 52.667%;
  }

  .area-section .area-map-list {
    padding: 24px 20px 36px;
  }

  .area-section .area-wrp .area-right {
    flex: 0 0 43.167%;
    max-width: 43.167%;
  }

  .coupen-section {
    padding: 30px 0 60px;
  }

  .coupen-section .coupen-btn {
    margin-top: 60px;
  }

  .testimonials-section {
    padding: 54px 0;
  }

  .testimonials-section .testimonial-wrp .testimonial-top {
    margin-bottom: 40px;
  }

  .testimonials-section .review-list .slick-list {
    padding: 0 12vw;
  }

  .testimonials-section .slick-dots {
    margin-top: 20px;
  }

  /* .testimonials-section .testimonial-btn {
    margin-top: 52px;
  } */

  .financing-section {
    padding: 50px 0 80px;
    padding-left: max(30px, calc((100vw - 1100px) / 2));
  }

  .financing-section .financing-options-wrp .financing-left-wrp {
    max-width: 55%;
  }

  .financing-section .financing-options-wrap {
    max-width: 450px;
  }

  .financing-section .financing-right-bottom-wrp {
    bottom: 120px;
    left: 120px;
  }

  .cta-section::before {
    background-size: cover;
  }

  footer {
    padding: 70px 0 0;
  }

  footer .footer-row {
    margin-bottom: 60px;
  }

  footer .footer-row .left-wrp {
    flex: 0 0 30.688%;
    max-width: 30.688%;
  }

  footer .footer-row .right-wrp {
    max-width: 46.342%;
    flex: 0 0 46.342%;
  }

  /*coupons sec start  */
  .coupons-block .content-text .service-desc {
    margin: 0px auto 45px auto;
  }

  .testimonials-section.coupon-testi {
    padding: 49px 0px 60px 0px;
  }

  /*coupons sec end */
  /* single-page-content start  */
  .single-page-content {
    padding: 34px 0 134px 0px;
  }

  .single-page-content .top-wrp h2 {
    margin: 30px 0px 20px 0px;
  }

  .single-page-content .top-wrp p {
    margin-bottom: 28px;
  }

  .single-page-content .top-wrp img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .single-page-content .content-wrp .page-content blockquote {
    margin-bottom: 36px;
  }

  .single-page-content .content-wrp .page-content p:nth-child(18) {
    margin-bottom: 65px;
  }

  /* single-page-content end  */

  /* single-blog start  */
  .single-blog {
    padding: 34px 0 134px 0px;
  }

  .single-blog .top-wrp {
    margin-bottom: 40px;
  }

  .single-blog .post-heading-wrp p {
    margin-bottom: 30px;
  }

  .single-blog .post-cnt-wrp .post-cnt blockquote {
    margin-bottom: 36px;
  }

  .single-blog .post-cnt-wrp .post-cnt p:nth-child(18) {
    margin-bottom: 65px;
  }

  /* single-blog end  */
   .about-us {
  margin: 49px 0 60px;
 }
 .about-us-wrap::before {
  width: 102px;
  height: 102px;
 }
 body:has(.about-us) .why-us-section {
  padding-top: 60px;
  padding-bottom: 75px;
 }
 body:has(.about-us) .testimonials-section {
  padding-bottom: 54px;
 }
.two-col-with-img-section.bg-img::after{
      mask-size: auto;
      -webkit-mask-size: auto;
}
.two-col-with-img-section:not(.bg-img){
    padding: 88px 0 68px;
}
.two-col-with-img-section.right-img.bg-img{
      padding: 51px 0 90px;
}
.two-col-wrp{
      gap: 30px;
}
.two-col-with-img-section.bg-img{
      padding: 75px 0px 132px;
}
.our-process-section {
    margin-top: 70px;
    margin-bottom: 76px;
}
.process-steps{
      gap: 20px;
}
.featured-section.service-feature {
    padding: 65px 0;
}
.page-not-found-wrp h1 {
    font-size: 200px;
}
.page-not-found-wrp ul {
    margin-top: 50px;
    gap: 30px;
}
.area-section.no-bg .area-wrp .area-right {
    flex: 1.3;
}
.area-section.no-bg  .area-wrp .area-right .area-img img {
    max-height: 100%;
}

}

/*1199px end*/

@media screen and (min-width:992px) and (max-width: 1199px) {

  .footer .footer-row2 ul li,
  .footer .footer-row2 ul li p,
  .footer .footer-row2 .footer-row2-in>a {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .modal-dialog {
    max-width: 95%;
  }

  /* .content {
    padding-top: 120px;
  } */
  h1,
  .h1 {
    font-size: 54px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  /* Home Page */
  .hero-home {
    padding: 84px 0;
  }

  .hero-home .hero-home-wrp ul.hero-features {
    justify-content: center;
  }

  .logo-banner {
    padding: 21px 0;
  }

  .home-service-head {
    padding: 40px 0;
  }

  .home-service-head .home-service-wrp::before {
    top: 70px;
    right: -20px;
    width: 82px;
    height: 82px;
  }

  .home-service-head .service-top .home-service-desc {
    padding: 24px 30px;
  }

  .blur-line {
    height: 6px;
    filter: blur(6px);
  }

  .home-service-head .service-item {
    width: calc((100% - (23px * 1))/2);
  }

  .why-us-section {
    padding: 40px 0 22px;
  }

  .why-us-section .why-us-wrp {
    flex-direction: column;
    gap: 20px;
  }

  .why-us-section .why-us-wrp .why-us-image,
  .why-us-section .why-us-wrp .why-us-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .featured-section {
    padding: 65px 0;
  }

  .area-section::before {
    width: 50%;
  }

  .area-section .area-wrp {
    flex-direction: column;
    row-gap: 50px;
  }

  .area-section .area-map-list .area-desc p {
    max-width: 100%;
  }

  .area-section .area-wrp .area-left,
  .area-section .area-wrp .area-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .coupen-section .coupen-wrp .coupen-top {
    margin-bottom: 40px;
  }

  .coupen-section .coupen-items .slick-track {
    display: flex;
    margin: 0 -10px;
  }

  .coupen-section .coupen-items .coupen-item.slick-slide {
    margin: 10px 10px 0 10px;
  }

  .coupen-section .slick-dots li.slick-active button {
    background: #26A4CB;
  }

  .coupen-section .slick-dots li button {
    background: #40C1F466;
  }

  .coupen-section ul.slick-dots {
    position: relative;
    bottom: 0;
  }

  .coupen-section .coupen-btn {
    margin-top: 40px;
  }

  .testimonials-section .review-list .slick-list {
    padding: 0 5vw;
  }

  .testimonials-section .review-wrp .review-wrp-inn {
    padding: 60px 15px 20px;
  }

  .financing-section {
    padding: 40px 0 120px;
    padding-left: max(30px, calc((100vw - 1100px) / 2));
  }

  .financing-section .financing-options-wrp {
    flex-direction: column;
  }

  .financing-section .financing-options-wrp .financing-left-wrp {
    max-width: 100%;
  }

  .financing-section .financing-options-wrap {
    max-width: 80vw;
  }

  .financing-section .financing-right-wrp .financing-right-image {
    display: none;
  }

  .financing-section .financing-options-wrp .financing-right-wrp {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }

  .financing-section .financing-right-bottom-wrp {
    position: unset;
    margin-top: 40px;
    width: 100%;
  }

  .cta-section .cta-wrp {
    flex-direction: column;
  }

  .cta-section .cta-wrp .cta-left-image {
    flex: 0 0 100%;
    max-width: 20vw;
    margin-inline: auto;
  }

  .cta-section .cta-wrp .cta-content {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .cta-section a.black-btn {
    margin-inline: auto;
  }

  footer {
    padding: 65px 0 0;
  }

  footer .footer-row {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 52px;
    row-gap: 42px;
  }

  footer .footer-row .left-wrp {
    flex: 100%;
    max-width: 223px;
    margin-inline: auto;
  }

  footer .footer-row .right-wrp {
    max-width: 280px;
    flex: 0 0 100%;
    margin-inline: auto;
    gap: 40px;
  }

  .col-in {
    text-align: center;
  }

  .footer .footer-row2 {
    padding: 30px 0 20px;
  }

  .footer .footer-row2 .footer-row2-in {
    justify-content: center;
    flex-direction: column;
  }

  .footer .footer-row2 ul.f-social-list {
    order: 1;
    margin-bottom: 25px;
  }

  .footer .footer-row2 .footer-row2-in>a {
    order: 2;
    margin-bottom: 10px;
  }

  .footer .footer-row2 ul {
    order: 3;
  }

  /*coupons sec start */
  .coupons-block {
    padding: 48px 0px 50px 0px;
  }

  .coupons-block .content-text .service-desc {
    margin: 0px auto 35px auto;
  }

  .coupons-block .coupon-wrapper .coupen-item {
    width: calc((100% - (16px * 1)) / 2);
    padding: 26px 9px 26px 26px;
  }

  /*coupons sec end */
  /* single-page-content start  */
  .single-page-content {
    padding: 34px 0 90px 0px;
  }

  .single-page-content .top-wrp h2 {
    margin: 20px 0px 20px 0px;
    line-height: 50px;
  }

  .single-page-content .top-wrp p {
    margin-bottom: 20px;
  }

  .single-page-content .sidebar .toc-sidebar .toc-links .service,
  .single-page-content .sidebar .resources-sidebar .resources .resource {
    padding: 6px 3px 6px;
  }

  /* single-page-content end  */
  /* single-blog start  */
  .single-blog {
    padding: 34px 0 134px 0px;
  }

  .single-blog .top-wrp {
    margin-bottom: 35px;
  }
.single-blog .sidebar-wrp {
    width: 100%;
    order: 3;
    margin-top: 20px;
}
.single-blog .col-md-9 {
    width: 100%;
}
.coupons-block .coupon-wrapper{
      row-gap: 25px;
}
  .single-blog .post-heading-wrp h2 {
    line-height: 120%;
    margin: 0px 0px 12px 0px;
  }

  /* single-blog end  */
  /* Financing page start */
  .financing-section.financing-page {
    padding: 52px 0px 30px 0px;
  }

  /* Financing page end */
  /* blogs-list-page start */
  .ftr-post .blog-lists .post-wrp .cnt-wrp {
    padding: 42px;
  }

  .blog-lists-wrp .blog-lists .post-wrp {
    flex: 0 0 calc((100% - var(--gap) * 1) / 2);
  }

  /* blogs-list-page end */
   .financing-section .financing-right-bottom-wrp{
    display: none;
  }
  .about-us {
  margin: 40px 0;
 }
 .about-us-wrap {
  flex-direction: column-reverse;
 }
 .about-us-wrap .about-us-content {
  text-align: center;
  flex-direction: column;
  padding: 28.5px 20px;
 }
 body:has(.about-us) .why-us-section {
  padding-top: 50px;
  padding-bottom: 70px;
 }
 body:has(.about-us) .home-service-head .service-top .home-service-desc {
  padding: 0;
  margin-top: 54px;
 }
 .two-col-wrp{
    flex-direction: column;
     gap: 20px;
 }
 .two-col-wrp .image-box{
      max-width: 100%;
 }
 .two-col-with-img-section:not(.bg-img) {
        padding: 78px 0 68px;
  }
  .two-col-with-img-section.bg-img .two-col-wrp .two-col-content {
    max-width: 100%;
}
.two-col-wrp .image-box{
      order: -1;
}
.two-col-with-img-section.bg-img .two-col-wrp .image-box {
    max-width: 100%;
}
.two-col-wrp .two-col-content h2{
      max-width: 100%;
}
.two-col-wrp .two-col-content .wcu-desc{
      max-width: 100%;
}
.two-col-wrp .two-col-content .blue-btn{
      margin-top: 35px;
}
.two-col-with-img-section.bg-img .two-col-wrp .two-col-content .wcu-desc{
      max-width: 100%;
}
.process-steps {
        gap: 15px;
 }
 .two-col-with-img-section.bg-img{
          margin-bottom: 30px;
 }
 .our-process-section .text-btn-wrapper{
      margin-bottom: 45px;
 }
 .our-process-section {
        margin-top: 30px;
        margin-bottom: 56px;
        position: relative;
  }
  .our-process-section + .home-service-head .service-items{
        margin: 37px auto 0;
  }
  .featured-section.service-feature {
    padding: 50px 0 65px;
}
.page-not-found-wrp h1 {
    font-size: 180px;
}
.cms-cnt {
    padding: 40px 0 69px;
}
.area-section.no-bg .area-wrp .area-left {
    padding-inline: 30px;
    padding-bottom: 0;
    padding-top: 50px;
    text-align: center;
}
.area-section.area-full-map .area-wrp {
    row-gap: 0;
}
.area-section.no-bg .area-heading {
    margin-bottom: 35px;
}
.area-section.no-bg a.white-btn {
    margin-top: 30px;
    margin-right: 0;
}
.area-section.no-bg .area-wrp .area-right {
    display: none;
}
.testimonials-section.service-area {
    padding-bottom: 71px;
}
.testimonials-section.service-area .testimonial-btn {
    margin-top: 46px;
}
.has-top-wave.coupen-section .coupen-btn {
    margin-top: 40px;
}

.hero-home .hero-home-wrp h1 {
    font-size: 46px;
}

}

/*991px end*/

@media (max-width: 767px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }

  h1,
  .h1 {
    font-size: 44px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .red-btn,
  .blue-btn,
  .border-btn,
  .white-btn,
  .black-btn,
  .gform_button {
    min-width: 100%;
    max-width: 360px;
    min-height: 48px;
  }

  header .top-header {
    gap: 0;
    padding: 19px 15px;
  }

  .lines-button {
    right: 15px;
  }

  header .navigation .mean-bar ul.firstul {
    padding-bottom: 24px;
  }

  header .navigation .mean-bar ul.firstul li a {
    padding: 9px 15px;
    line-height: 21px;
  }

  .mean-nav ul li a.mean-expand {
    height: 39px;
    width: 60px;
  }

  header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a {
    padding: 9px 25px;
  }

  .logged-in #main__header {
    top: 46px;
  }

  .modal-dialog {
    max-width: 92.31%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-dialog .close-btn {
    top: 15px;
  }

  .meta_social_btns {
    gap: 28px;
  }

  .meta_social_btns a .copy-to-clipboard {
    top: 28px;
    left: -65px;
    text-align: center;
    font-size: 12px;
  }

  .meta_social_btns a:hover img.hover {
    opacity: 0;
    visibility: hidden;
  }

  /* call-div fix button */
  .call-div.fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px;
    text-align: center;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--White);
    box-shadow: 0 2px 32px var(--Blue);
  }

  .call-div.fix .blue-btn {
    min-width: auto;
    flex: 1;
  }

  /* call-div fix button end */
  /* .content {
    padding-top: 87px;
  } */
  header .logo img {
    max-width: 170px;
    min-height: 42px;
  }

  .mean-nav {
    height: calc(100vh - 75px);
  }

  .lines-button {
    top: 46%;
  }

  .lines:before,
  .lines:after,
  .lines {
    height: 2.2px;
    width: 20px;
  }

  .lines:before {
    top: 7px;
  }

  .lines:after {
    top: -7px;
  }

  .lines-button:hover .lines:before {
    top: 7px;
  }

  .lines-button:hover .lines:after {
    top: -7px;
  }

  header .btn-container.mobile {
    margin: 0 15px 60px;
    max-width: 100%;
  }

  /* Home-page */
  .hero-home {
    padding: 70px 0 52px;
  }

  .hero-home .hero-home-wrp .hero-top {
    column-gap: 8px;
    padding: 12px 22px;
  }

  .hero-home .hero-home-wrp .hero-btn a.blue-btn,
  .hero-home .hero-home-wrp .hero-btn a.red-btn,
  .hero-home .hero-home-wrp .hero-btn a.border-btn {
    min-width: 100%;
  }

  .hero-home .hero-home-wrp h1 {
    margin: 27px 0 19px;
  }

  .hero-home .hero-home-wrp ul li:first-child {
    order: 1;
  }

  .hero-home .hero-home-wrp ul li:nth-child(2) {
    order: 3;
  }

  .hero-home .hero-home-wrp ul li:nth-child(3) {
    order: 2;
  }

  .hero-home .hero-home-wrp ul li:nth-child(4) {
    order: 4;
  }

  .hero-home .hero-home-wrp .hero-btn {
    margin-top: 30px;
    gap: 25px;
  }

  .logo-banner {
    padding: 20px 0;
  }

  .logo-banner .logo-list .slick-track {
    margin: 0 30px;
  }

  .logo-banner .slick-slide {
    margin: 0 15px;
  }

  .blur-line {
    height: 2px;
    filter: blur(4px);
    max-width: 300px;
  }

  .home-service-head {
    padding: 40px 0 25px;
  }

  .home-service-head .home-service-wrp::before {
    top: 160px;
    right: -20px;
    width: 60px;
    height: 60px;
    z-index: -1;
    border-width: 2px;
  }

  .home-service-head .service-top .home-service-desc {
    padding: 26.5px 19px;
    margin-top: 30px;
  }

  .home-service-head .service-items {
    margin-top: 40px;
    gap: 30px;
  }

  .home-service-head .service-item {
    width: 100%;
  }

  .home-service-head .home-service-wrp::after {
    bottom: 60px;
    width: 60px;
    height: 60px;
    border-width: 2px;
  }

  .home-service-head .home-service-btn .blue-btn {
    min-width: 100%;
  }

  .why-us-section {
    padding: 24px 0 22px;
  }

  .why-us-section .why-us-wrp .why-us-content h2 {
    margin-bottom: 14px;
  }

  .why-us-section .why-us-wrp .why-us-content ul.why-list {
    margin-top: 0;
    grid-template-columns: auto;
    gap: 4px;
  }

  .why-us-section .why-us-wrp .why-us-content a.blue-btn {
    margin-top: 40px;
    min-height: 56px;
  }

  .featured-section {
    padding: 28px 0 66px;
  }

  .featured-section .slick-track {
    margin: 0 -15px;
  }

  .featured-section .slick-slide {
    margin: 0 15px;
  }

  .featured-section .featured-list .logo img {
    object-fit: contain;
    max-width: 141px;
  }

  .area-section {
    padding: 60px 0 80px;
  }

  .area-section::before {
    width: 264px;
  }

  .area-section .area-heading {
    margin-bottom: 30px;
    text-align: center;
  }

  .area-section .area-heading h6 {
    font-size: 16px;
  }

  .area-section .area-map-list .lists .lists-in .map-icon img {
    min-width: 20px;
    width: 20px;
  }

  .area-section .area-map-list .lists .lists-in .city-name a {
    font-size: 16px;
  }

  .area-section .area-map-list {
    padding: 24px 9px 28px;
  }

  .area-section .area-map-list .lists {
    gap: 20px 10px;
  }

  .area-section .area-map-list .lists .lists-in {
    padding: 14px;
  }

  .area-section .area-map-list .area-desc {
    padding: 26px 14px;
    margin-top: 23px;
  }

  .area-section .area-map-list .area-desc p {
    margin-bottom: 20px;
  }

  .area-section .area-wrp .area-right {
    display: none;
  }

  .coupen-section {
    padding: 40px 0 42px;
  }

  .coupen-section .coupen-wrp .coupen-top {
    margin-bottom: 30px;
  }

  .coupen-section .coupen-items .slick-track {
    margin: 0 -4px;
  }

  .coupen-section .coupen-items .coupen-item.slick-slide {
    margin: 10px 5px 0;
    padding: 24px 10px 24px 15px;
  }

  .coupen-section .coupen-items .coupen-item .coupen-item-top span {
    letter-spacing: -0.03em;
  }

  .coupen-section .coupen-items {
    gap: 20px;
  }

  .coupen-section .coupen-btn {
    margin-top: 26px;
  }

  .testimonials-section {
    padding: 50px 0 25px;
  }

  .testimonials-section .testimonial-wrp .testimonial-top {
    margin-bottom: 33px;
  }

  .testimonials-section .review-wrp .review-wrp-inn {
    padding: 60px 20px 20px;
  }

  .testimonials-section .slick-dots {
    margin-top: -10px;
  }

  .testimonials-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .testimonials-section .testimonial-btn {
    margin-top: 54px;
  }

  .testimonials-section .review-list .slick-list {
    padding: 0;
  }

  .testimonials-section .review-list .slick-track {
    margin: 0;
  }

  .financing-section {
    padding: 25px 0 100px;
  }

  .financing-section .financing-left-top-wrp img:first-child {
    max-width: 160px;
  }

  .financing-section .financing-left-top-wrp img:nth-child(2) {
    max-width: 11px;
  }

  .financing-section .financing-left-top-wrp img:last-child {
    max-width: 140px;
  }

  .financing-section .financing-left-top-wrp {
    margin-bottom: 30px;
  }

  .financing-section .financing-left-middle-wrp {
    text-align: center;
  }

  .financing-section .financing-options-wrap {
    max-width: 100%;
    margin-top: 30px;
    row-gap: 15px;
  }

  .financing-section .options-wrp .finance-image-wrap img {
    min-width: 24px;
  }

  .financing-section .financing-btn .blue-btn {
    min-width: 100%;
  }

  .financing-section .financing-right-bottom-wrp {
    margin-top: 50px;
  }

  .cta-section {
    padding: 20px 0 37px;
  }

  .cta-section .cta-wrp .cta-left-image {
    max-width: 157px;
  }

  .cta-section .cta-wrp {
    gap: 22px;
  }

  .cta-section .cta-wrp .cta-content h2 {
    line-height: 140%;
    margin-bottom: 8px;
  }

  .cta-section .cta-wrp .cta-content p {
    margin-bottom: 23px;
  }

  footer {
    padding: 60px 0 0;
  }

  footer .footer-row {
    margin-bottom: 32px;
  }

  .footer .footer-row2 {
    padding: 30px 0 102px;
  }

  .footer .footer-row2 ul.f-social-list {
    gap: 30px;
  }

  footer .f-social-list a {
    width: 26px;
    height: 25px;
  }

  /* financing section 14/04/26 changes */
  .financing-section:has(+ .cta-section) {
    padding-bottom: 80px;
  }

  .financing-section .financing-right-bottom-wrp {
    display: none;
  }

  .cta-section .cta-top-wrp.mobile {
    background: #FFFFFFF2;
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px #00000040;
    width: 100%;
  }

  .cta-section .cta-top-wrp.mobile img {
    background: linear-gradient(180deg, #187896 0%, #26A4CB 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 13.5px;
    height: 100%;
    box-shadow: 0px 10px 15px -3px #0000001A;
  }

  .cta-section .cta-top-wrp.mobile .cta-cnt-wrp h6 {
    font-family: var(--font-body);
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.45px;
    margin-bottom: 0;
    color: #101828;
    width: fit-content;
    position: relative;
  }

  .cta-section .cta-top-wrp.mobile .cta-cnt-wrp h6::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    width: 16px;
    height: 16px;
    background: url('../images/energy-icon.svg') no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
  }

  .cta-section .cta-top-wrp.mobile .cta-cnt-wrp p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #4A5565;
    margin-bottom: 0;
  }

  /*coupons sec start */
  .inner-hero .inner-wrp .red-btn {
    min-width: 100%;
  }

  .coupons-block {
    padding: 40px 0px 76px 0px;
  }

  .coupons-block .content-text .service-desc {
    margin: 0px auto 29px auto;
    max-width: 100%;
  }

  .coupons-block .coupon-wrapper {
    row-gap: 20px;
  }

  .coupons-block .coupon-wrapper .coupen-item {
    width: 100%;
    padding: 26px 30px 26px 20px;
  }

  .testimonials-section.coupon-testi .slick-dots {
    margin-top: 23px;
  }

  .testimonials-section.coupon-testi .testimonial-btn {
    margin-top: 31px;
  }

  .testimonials-section.coupon-testi {
    padding: 49px 0px 51px 0px;
  }

  /*coupons sec end */
  /* single-page-content start  */
  .single-page-content {
    padding: 26px 0 55px 0px;
  }

  .single-page-content .top-wrp h2 {
    margin: 35px 0px 14px 0px;
    text-align: center;
    line-height: 120%;
  }

  .single-page-content .top-wrp p {
    margin-bottom: 26px;
    text-align: center;
    font-size: 16px;
  }

  .single-page-content .top-wrp img {
    max-width: 100%;
    margin-bottom: 39px;
    min-height: 280px;
  }

  .single-page-content .col-md-3 {
    display: none;
  }

  .single-page-content .col-md-9 {
    width: 100%;
  }

  .single-page-content .content-wrp .page-content p {
    text-align: center;
    margin-bottom: 19px;
  }

  .single-page-content .content-wrp .page-content h4 {
    text-align: center;
    font-size: 24px;
  }

  .single-page-content .content-wrp .page-content p:nth-child(3) {
    margin-bottom: 40px;
  }

  .single-page-content .content-wrp .page-content blockquote p {
    text-align: start;
    margin-bottom: 0px;
  }

  .single-page-content .content-wrp .page-content p:nth-child(7),
  .single-page-content .content-wrp .page-content p:nth-child(8) {
    margin-bottom: 29px;
  }

  .single-page-content .content-wrp .page-content p:nth-child(9),
  .single-page-content .content-wrp .page-content p:nth-child(12),
  .single-page-content .content-wrp .page-content p:nth-child(15) {
    margin-bottom: 40px;
  }

  .single-page-content .content-wrp .page-content p:nth-child(18) {
    margin-bottom: 53px;
  }

  /* single-page-content end */
  /* single-blog start  */
  .single-blog {
    padding: 26px 0 55px 0px;
  }

  .single-blog .post-heading-wrp h2 {
    text-align: center;
    margin: 0px 0px 14px 0px;
  }

  .single-blog .post-heading-wrp p {
    margin-bottom: 26px;
    text-align: center;
    font-size: 16px;
  }

  .single-blog .post-heading-wrp .featured-img {
    max-width: 100%;
    min-height: 260px;
    margin-bottom: 38px;
  }

  .single-blog .post-heading-wrp .featured-img img {
    height: 260px;
  }

  .single-blog .sidebar-wrp {
    display: none;
  }

  .single-blog .col-md-9 {
    width: 100%;
  }

  .single-blog .post-cnt-wrp .post-cnt {
    text-align: center;
  }

  .single-blog .post-cnt-wrp .post-cnt .wp-block-heading {
    font-size: 24px;
  }

  .single-blog .post-cnt-wrp .post-cnt p {
    margin-bottom: 19px;
  }

  .single-blog .post-cnt-wrp .post-cnt p:nth-child(3) {
    margin-bottom: 40px;
  }

  .single-blog .post-cnt-wrp .post-cnt .wp-block-heading:nth-of-type(2) {
    margin-bottom: 8px;
  }

  .single-blog .post-cnt-wrp .post-cnt h6.wp-block-heading {
    font-size: 15.2px;
    line-height: 25.84px;
    text-align: start;
  }

  .single-blog .post-cnt-wrp .post-cnt blockquote p {
    text-align: start;
  }

  .single-blog .post-cnt-wrp .post-cnt blockquote {
    padding: 25px 32px 14px 28px;
    margin-bottom: 40px;
  }

  .single-blog .post-cnt-wrp .post-cnt p:nth-child(9),
  .single-blog .post-cnt-wrp .post-cnt p:nth-child(12),
  .single-blog .post-cnt-wrp .post-cnt p:nth-child(15) {
    margin-bottom: 40px;
  }

  .single-blog .post-cnt-wrp .post-cnt p:nth-child(18) {
    margin-bottom: 53px;
  }

  /* single-blog end */
  /* financing page start */
  .financing-section .financing-btn {
    margin-top: 35px;
  }

  .cta-section {
    padding: 9px 0 60px;
    margin-top: 50px;
  }

  /* financing page end */
  /* blog start  */
  .ftr-post .blog-lists .post-wrp {
    grid-template-columns: unset;
  }

  .blog-lists-wrp .blog-lists {
    gap: 0px;
  }

  .blog-lists-wrp .blog-lists .post-wrp {
    flex: 0 0 calc((100% - var(--gap) * 0) / 1);
    margin-bottom: calc(43px - var(--gap));
    border-radius: 3.4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0.86px 11.97px 0px #1A1A1A1F;
  }

  .blog-list-sec .filter-wrp .filter-header {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 45px;
  }

  .ftr-post .blog-lists .post-wrp .img-wrp img {
    aspect-ratio: 678 / 487;
  }

  .blog-lists-wrp .blog-lists .post-wrp .img-wrp img {
    width: 100%;
  }

  .ftr-post .blog-lists .post-wrp .cnt-wrp {
    padding: 40px 15px;
  }

  .blog-list-sec .filter-wrp .search-box input {
    padding: 14px 10px 15px 43px;
    background-position: 10px center;
  }

  .blog-list-sec .pagination {
    margin-top: 0px;
  }

  .blog-list-sec {
    padding-bottom: 60px;
  }

  /* blog end */
    .call-div.fix{
     justify-content: center;
  }
  .home-service-head .service-item .service-icon{
     max-width: inherit;
     width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
     padding: 0;
             margin-bottom: 66px;     
  }
  .home-service-head .service-item .service-icon img{
        width: auto;
  }
  .home-service-head .service-item>a{
        width: 100%;
  }
 .home-service-head .service-item{
          min-height: 215px;
 }
 body .testimonials-section .slick-dots{
        margin-top: 23px;
        line-height: 0;
 }
body  .testimonials-section .testimonial-btn {
        margin-top: 31px;
}
.financing-section .financing-left-top-wrp{
justify-content: center;
}
.financing-section .container {
    max-width: 540px;
}
.featured-section .featured-list {
    margin-top: 39px;
}
.featured-section .blur-line{
          filter: blur(8px);
}
.area-section .area-map-list .area-desc{
  margin-left: 5px;
margin-right: 5px;
}
.coupen-item-top-right{
      margin-left: -30px;
}
body .coupen-section .coupen-items .coupen-item.slick-slide{
          padding: 26px 20px;
}
body .financing-section:has(+ .cta-section) {
        padding-bottom: 30px;
}
.cta-section a.black-btn{
   min-height: 38px;
}
.about-us {
  margin: 25px 0;
 }
 .about-us-wrap {
  gap: 25px;
 }
 .about-us-wrap .about-us-content {
  padding: 28.5px 15px;
 }
 .about-us-wrap .about-us-content .btn-wrp .blue-btn {
  min-width: 177px;
 }
 .home-service-head.abt {
  padding: 15px 0;
 }
 body:has(.about-us) .home-service-head .home-service-wrp::after {
  top: 150px;
  left: -40px;
 }
 body:has(.about-us) .why-us-section {
  padding-top: 25px;
  padding-bottom: 50px;
 }
 body:has(.about-us) .area-section {
  padding-bottom: 92px;
 }
 body:has(.about-us) .testimonials-section {
  padding-bottom: 44px;
 }
 .home-service-head.abt .service-items {
  margin-top: 20px;
 }

.inner-hero.service-single .inner-btn .border-btn{
      min-width: 100%;
}
.home-service-head.service-single .blur-line{
          filter: blur(8px);
}
.home-service-head.service-single .service-top .home-service-desc {
    padding: 33px 20px;
}
.two-col-with-img-section:not(.bg-img) {
        padding: 59px 0 58px;
 }
 .two-col-wrp .two-col-content{
      text-align: center;
 }
 .two-col-wrp .two-col-content .tag-list{
      flex-direction: column;
 }
 .two-col-wrp .two-col-content .blue-btn {
        margin-top: 39px;
  }
  .two-col-with-img-section:not(.bg-img)::after{
    bottom: -33px;
    left: -25px;
    border: 2px solid #18789633;
  }
 .two-col-with-img-section.right-img.bg-img{
   padding: 41px 0 58px;
 }
 .two-col-wrp .two-col-content h2{
  margin-bottom: 13px;
 }
 .two-col-wrp .two-col-content .wcu-desc{
   margin-bottom: 20px;
 }
.two-col-with-img-section.bg-img .two-col-wrp .two-col-content h2{
      margin-bottom: 13px;
}
.two-col-with-img-section.bg-img .two-col-wrp .two-col-content .wcu-desc{
      margin-bottom: 20px;
}
.two-col-with-img-section.bg-img {
        padding: 40px 0px 90px;
}
.our-process-section .text-btn-wrapper {
        margin-bottom: 52px;
        flex-direction: column;
        text-align: center;
        gap: 35px;
 }
 .our-process-section .text-btn-wrapper .left-content h2{
      margin-bottom: 13px;
 }
 .our-process-section .text-btn-wrapper .left-content .wcu-desc{
      line-height: 24px;
 }
 .process-steps {
        gap: 40px;
        flex-direction: column;
}
.process-steps::before{
      left: 6px;
    right: auto;
    height: 100%;
        bottom: 0;
    top: 3px;
        margin-bottom: 0;
    width: 1px;
}
.process-steps .step-box{
      display: grid;
    grid-auto-flow: column;
    gap: 22px;
            align-items: flex-start;
}
.step-box:first-child::before{
      top: 2px;
}
.step-box::before{
      margin-bottom: 0;
              position: relative;
        top: 3px;
}
.step-box h4{
      text-align: left;
}
.our-process-section{
          margin-bottom: 58px;
}
.our-process-section + .home-service-head .service-items{
          flex-direction: column;
}
.our-process-section + .home-service-head .service-item{
      width: 100%;
}
.our-process-section + .home-service-head .home-service-btn {
        margin-top: 35px;
}
.our-process-section + .home-service-head .home-service-btn .blue-btn{
      min-width: 100%;
}
.our-process-section + .home-service-head{
      padding-bottom: 52px;
}
.featured-section.service-feature {
    padding: 26px 0 65px;
}
.inner-hero {
    min-height: 490px;
 }
 .page-not-found {
    min-height: 642px;
  }
 .page-not-found-wrp h1 {
    font-size: 174px;
    margin-bottom: 15px;
  }
  .page-not-found-wrp ul {
    margin-top: 40px;
    gap: 12px 25px;
 }
 .cms-cnt .cnt-wrp p,.cms-cnt .cnt-wrp ul li {
    word-wrap: break-word;
 }
 .cms-cnt .cnt-wrp p {
    margin-bottom: 20px;
 }
 .cms-cnt .cnt-wrp p+ul:not(:nth-of-type(3)) {
    margin-top: -20px;
 }
 .area-section.no-bg .area-wrp .area-left {
    padding-inline: 15px;
    padding-top: 40px;
  }
  .testimonials-section.service-area {
    padding-bottom: 50px;
 }
 .has-top-wave.coupen-section .coupen-btn {
    margin-top: 26px;
 }
 .coupen-section.has-top-wave .coupen-btn a.blue-btn {
    min-width: 100%;
 }
 .testimonials-section.service-area .testimonial-btn {
    margin-top: 31px;
 }
  .coupen-section.has-top-wave::before{
       display: none;
  }
   .coupen-section.has-top-wave{
    background:  url("../images/service-inbg.svg") no-repeat center top;
            background-size: cover;
   }
   .area-section.no-bg .area-map-list .area-desc {
    margin-inline: 0;
}
 .home-service-head .service-top h2 span{
    margin-top: 3px;
 }
 
  .hero-home {
    padding: 40px 0 52px;
  }
  .hero-home .hero-home-wrp h1 {
    margin: 20px 0 15px;
    font-size: 40px;
  }
  .hero-home .hero-home-wrp ul.hero-features {
    row-gap: 8px;
  }
  .hero-home .hero-home-wrp .hero-btn {
    margin-top: 20px;
    row-gap: 15px;
  }
}

/*767px end*/

@media screen and (max-width: 576px) {
  .area-section::after {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 48px;
    /* background: url('../images/area-bg-mobile.svg') repeat-x top; */
    background-size: cover;
    mask-image: url('../images/area-bg-mobile.svg');
    mask-repeat: repeat-x;
    mask-position: top;
    mask-size: cover;

    -webkit-mask-image: url('../images/area-bg-mobile.svg');
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    background-color: #035A82;

  }
   .two-col-with-img-section.bg-img::after{
        left: 0;
        width: 100%;
        height: 48px;
        mask-image: url(../images/area-bg-mobile.svg);
        mask-repeat: repeat-x;
        mask-position: center;
        mask-size: cover;
        -webkit-mask-image: url(../images/area-bg-mobile.svg);
        -webkit-mask-repeat: repeat-x;
        -webkit-mask-position: center;
        -webkit-mask-size: cover;
                bottom: -10px;
  }
  
  .two-col-with-img-section.right-img.bg-img::after{
        top: -40px;
  }
  .two-col-with-img-section.right-img.bg-img{
            margin-top: 40px;
  }
  .cta-section::before {
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/cta-bg-mobile.svg') repeat-x top;
    background-size: cover;
  }

  .hero-home .hero-home-wrp .hero-top h6 {
    font-size: 13px;
  }
}

@media screen and (max-width: 389px) {
  .hero-home .hero-home-wrp .hero-top {
    column-gap: 6px;
    padding: 12px 18px;
  }
}

@media screen and (max-width: 782px) {
  .logged-in #main__header {
    top: 46px;
  }

  html #wpadminbar {
    position: fixed;
  }
}

@media (max-width: 1199px) {
  .opennav .mean-nav #menu-main-menu {
    display: flex !important;
  }
}

