@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 {
    margin: 0 auto;
    max-width: 1084px;
  }
  .services .container {
    max-width: 1084px;
  }
  .door-types .container {
    max-width: 1048px;
  }
  .door-designer .container {
    max-width: 1110px;
  }
  .area-list .container {
    max-width: 1036px;
  }
  .mean-nav {
    display: none !important;
  }
  header .mobile-div {
    display: none;
  }
  header .container{
    max-width: 1238px;
  }
  .customer-reviews .container {
    max-width: 1080px;
  }
  .cms-cnt .container {
      max-width: 1147px;
  }
  .form-with-details .container {
    max-width: 1234px;
  }
  .single-hero .container {
    max-width: 1204px;
  }
  .single-page-content .container , .single-blog .container{
    max-width: 1240px;
  }
  .review-banner .container , .f-banner .container {
    max-width:1124px;
  }
  .service-area-hero .container {
    max-width: 1214px;
  }
  .service-area-list .service-area-btm .container {
    max-width: 1090px;
  }
  .post-list-sec .container {
    max-width: 1119px;
  }
  .single-hero .top-wrp {
    min-height: 404px;
  }

}


@media (min-width: 1600px){
  .hero-home {
    min-height: 950px;
  }
  .services , .content-with-slider {
    margin-top: -400px;
  }
  .services.has-bg::after , .content-with-slider::after , .form-with-details::after {
    height: 650px;
  }
  .services.has-bg::before , .content-with-slider::before {
    border-top-left-radius: 140px;
  }
 
  .services .chameleon-img {
    top: -292px;
  }
  .area-list::after , .service-area-list .service-area-btm::after{
    height: 550px;
  }
  .services.inner-services .chameleon-bg {
    top: -350px;
  }
  .services.inner-services .chameleon-img , .content-with-slider .chameleon-img {
    top: -275px;
  }

  .hero-banner .title-wrap {
    padding-bottom: 485px;
  }
  .plan-detail {
    margin-top: -428px;
  }

}

@media (min-width: 1800px){

  .hero-home {
    min-height: 1000px;
  }
  .services , .content-with-slider{
    margin-top: -470px;
  }
  .area-list::after, .service-area-list .service-area-btm::after {
    height: 640px;
  }
  .services .chameleon-img {
    top: -305px;
  }
  .plan-detail .white-bg {
    height: 550px;
  }
  .hero-banner .title-wrap {
    padding-bottom: 535px;
  }
  .plan-detail {
    margin-top: -478px;
  }

}

@media (min-width: 2000px){

  .hero-home {
    min-height: 1100px;
  }
  .services, .content-with-slider{
    margin-top: -540px;
  }
  .services.has-bg::after , .content-with-slider::after , .form-with-details::after {
    height: 710px;
  }
  .services.has-bg::before , .content-with-slider::before {
    border-top-left-radius: 170px;
  }
  .service-area-list .service-area-btm .top-text {
    margin-top: 30px;
  }
  .hero-banner .title-wrap {
    padding-bottom: 585px;
  }
  .plan-detail {
    margin-top: -528px;
  }

}

@media (max-width: 1199px) {

  header .container , footer .container{
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  h1, .h1 {
    font-size: 60px;
  }
  h2, .h2 {
    font-size: 38px;
  }

  .main_menu {
    display: none !important;
  }

  .lines-button {
    display: block;
  }

  .mean-nav {
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 65px);
    height: auto;
    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(--Purple);
  }

  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(--Gray-2);
  }

  body .mean-nav ul.firstul > li:hover > a:not(.mean-expand) {
    background: var(--Purple) !important;
    color: #fff !important;
  }

  .mean-nav ul li a.mean-expand {
    background-image: url(../images/down-green.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;
  }

  body .menu-cntdtl-wrap ul li a,
  body .menu-cntdtl-wrap ul li a:hover {
    padding: 22px 44px 22px 26px;
    min-height: 1px;
  }

  .menu-icon {
    justify-content: center;
    display: flex;
  }

  .mean-nav .sidebar-footer-bottom .menu-cntdtl-wrap ul a {
    min-height: 1px;
  }

  .menu-cntdtl-wrap ul li:first-child {
    padding: 0 15px;
  }

  .mean-nav {
    height: calc(100vh - 136px);
  }

  .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);
  }

  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: var(--Purple) !important;
    color: #fff !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);
  }

  .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: var(--Purple) !important;
    color: var(--White) !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;
  }
  .mean-nav > ul > li.current-menu-parent > ul > li.current-menu-item > a {
    background-color: var(--Pink) !important ;
    color: #fff !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;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--Purple);
    transition: all 0.3s linear;
  }

  .mean-nav ul li a:hover {
    background-color: var(--Purple) !important;
    color: #fff !important;
  }
  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a:hover{
    background-color: var(--Pink) !important;
    color: #fff !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;
  }

  .mean-nav .mobile-div {
    display: block;
    background: linear-gradient(180deg, #00B098 0%, #018780 126.62%);
    padding: 16px 20px 40px;
  }
  .mean-nav .mobile-div .inner-wrp {
    padding: 20px 0;
    border: 2.67px solid #FFFFFF;
    background: url(../images/pink-noise.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12.27px;
    overflow: hidden;
    padding: 20px 30px;
    text-align: center;
  }
  .mean-nav .mobile-div .inner-wrp:last-child{
    margin-top: 20px;
  }
  .mean-nav .mobile-div .inner-wrp h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--White);
    font-weight: 800;
  }
  .mean-nav .mobile-div .inner-wrp a ,  .mean-nav .mobile-div .inner-wrp p{
     font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
     color: #fff;
   }
  .mean-nav .mobile-div .inner-wrp .addr {
    text-decoration: underline;
  }
  .mean-nav .mobile-div .inner-wrp .call {
    margin-bottom: 6px;
  }
  .mean-nav .mobile-div .inner-wrp p {
    margin-bottom: 10px;
  }


  /*home page*/
  .content {
    padding-top: 136px;
  }

  header .top-header {
    position: relative;
    padding: 11px 0;
  }
  .lines-button {
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    /*background: url(../images/menu-icon.svg) no-repeat center;*/
    /*background-size: 24px;*/
    z-index: 999;
    transition: all 0.33s linear;
    border-radius: 0;
    padding: 0;
  }

/*  header .lines-button.meanclose {
    background-image: url(../images/menu-close-icon.svg);
    background-size: 24px;
  }*/

  header .right-wrp {
    margin-right: 52px;
  }

  .hero-home {
    min-height: 890px;
  }
  .hero-home .hero-home-wrp h1 {
    margin-bottom: 25px;
  }

  .services .chameleon-img {
    width: 320.82px;
    height: 268.46px;
    left: 0;
    top: -223px;
  }
  .services .chameleon-bg {
    width: 470px;
    top: -295px;
  }
  .services .yellow-circle {
    width: 44vw;
    height: 60vw;
  }
  .services .service-inner-wrp .service-cnt {
    padding: 40px 25px 50px;
  }
  .customer-reviews .reviews-wrp .slick-prev {
    left: -20px;
  }
  .customer-reviews .reviews-wrp .slick-next {
    right: -20px;
  }

  .door-designer {
    padding: 70px 0 ;
  }
  .area-list .area-list-wrp .area-inner-wrp a {
    font-size: 15px;
  }
  .door-designer .content-wrp {
    padding: 0;
	display: flex;
	flex-direction: column;
  }
  .door-designer .right-wrp {
      margin-right: -50px;
      margin-left: -40px;
  }

  .customer-reviews .logo-wrp {
    gap: 55px;
  }
  .customer-reviews .reviews-wrp .review-item {
    padding: 12px 23px 40px;
  }
  .customer-reviews .reviews-wrp .review-item p {
    padding-right: 0;
  }
  .door-types::after {
    width: 40.70vw;
    height: 17.18vw;
  }
  .door-types .door-types-wrp .door-types-main-wrp {
    width: calc((100% - (18px * 3)) / 4);
  }
  .door-types .top-aligned, .payment-options .top-aligned {
    min-width: 340px;
  }
  .door-designer::before {
    top: -110px;
    height: 60vw;
    width: 48vw;
  }
  .area-list .top-wrp .chameleon-img {
    width: 320.82px;
    height: 268.46px;
    top: -164px;
  }
  .area-list .top-wrp {
    margin-bottom: 40px;
  }
  .area-list::before {
    z-index: 1;
  }
  .area-list .area-list-wrp {
    row-gap: 26px;
    column-gap: 25px;
  }
  .payment-options .right-wrp {
    max-width: 95%;
    padding: 90px 0 ;
    margin: 0 auto;
  }

  footer ul.f-social-list {
    width: 100%;
  }
  footer .footer-row .col-in h3 {
    font-size: 26px;
  }
  .area-list .yellow-circle {
    height: 60vw;
    width: 48vw;
    bottom: -140px;
  }
  .cta .cta-wrp .cta-right {
    padding: 0 30px 0 15px;
  }
  .cta .cta-wrp::before {
    width: 33.35vw;
    top: 0;
  }

  
  .cms-cnt {
    padding: 60px 0;
  }
  .page-not-found {
    padding: 140px 0 160px;
  }
  .single-hero .btm-wrp .right-wrp {
    margin-top: -170px;
  }
  .sidebar .services-sidebar, .sidebar .resources-sidebar {
    padding: 50px 14px 30px;
  }
  a.back-to-parent {
    margin-left: 20px;
  }
  .single-page-content::after, .single-blog::after {
    width: 350px;
    height: 550px;
  }
  .single-page-content .contact-wrp, .single-blog .contact-wrp {
    padding: 40px;
  }
  .single-page-content::before, .single-blog::before {
    width: 186.74px;
    right: -50px;
  }
  .door-designer.add-van::after {
    width: 470px;
    height: 200px;
    top: -140px;
  }

  .services.inner-services .chameleon-img {
    right: 0;
    top: -223px;
  }
  .services.inner-services .chameleon-bg {
    right: -100px;
  }
  .service-area-list .top-text .chameleon-img {
    width: 280.82px;
    height: 248.46px;
    top: -100px;
  }
  .service-area-list .top-text .chameleon-bg {
    right: -118px;
    width: 400px;
    top: -185px;
  } 
  .service-area-list .service-area-list-wrp {
    column-gap: 50px;
  }
  .faqs::after, .plan-detail::after {
    width: 210.74px;
    height: 175.65px;
  }
  .faqs::before, .plan-detail::before {
    width: 320px;
    height: 350px;
    bottom: 180px;
  }
  .hero-home.inner-hero .hero-home-wrp h1 {
    margin-bottom: 30px;
  }
  .content-with-slider .chameleon-img {
    width: 320.82px;
    height: 268.46px;
    top: -225px;
    right: 0;
  }
  .content-with-slider .chameleon-bg {
    width: 470px;
    top: -295px;
    right: -100px;
  }
  .info-cards .info-cards-wrp .info-card {
    padding: 40px 25px 50px;
  }
  .modal-dialog {
    max-width: 95%;
  }
  .team-list .modal-dialog .left-pop .img-cnt h3 {
    font-size: 34.64px;
    line-height: 39.88px;
  }
  .hero-banner .cnt-wrp .logo-wrp {
    max-width: 240px;
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item {
    width: calc((100% - (24px * 1)) / 2);
  }
  .career-form {
    padding: 80px 0;
  }
  .career-form .form-wrp {
    padding: 80px 35px 60px;
  }
  .single-blog-banner::after {
    width: 170.74px;
    height: 148px;
  }
  .single-blog-banner::before {
    width: 200px;
    height: 300px;
  }
  .single-blog-banner .cnt-wrp {
    padding: 70px 0 120px;
  }
  .lirc-sec .right-content .cnt-wrp {
    padding: 100px 30px 50px 0;
  }
  .form-with-details::after {
    height: 400px;
  }
  .form-with-details .chameleon-img {
    width: 320.82px;
    height: 268.46px;
    top: -169px;
  }
  .form-with-details .chameleon-bg {
    width: 470px;
    top: -285px;
    left: -100px;
    height: 400px;
  }
  .form-with-details .top-wrp {
    margin-bottom: 70px;
  }
  .form-with-details .left-wrp {
    margin-left: 0;
  }
  .form-with-details .ratings-wrp {
    gap: 20px;
  } 
  .form-with-details .left-wrp .contact-locations .details p a[href^="tel:"] {
    font-size: 18px;
  }
  .form-with-details .left-wrp .contact-locations .details p:last-child {
    font-size: 17px;
  }
  .form-with-details .left-wrp .logos {
    margin-top: 30px;
  }
  .form-with-details .left-wrp .logos .logo:last-child {
    max-width: 221.82px;
  }
  .form-with-details .right-wrp {
    padding: 82px 30px 90px;
  }


}
/*1199px end*/

@media (max-width: 991px) {

  .modal-dialog {
    max-width: 95%;
  }

  header .logo img {
    max-width: 120px;
  }
  .content {
    padding-top: 120px;
  }
  .mean-nav {
    height: calc(100vh - 120px);
  }
  h1, .h1 {
    font-size: 54px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 37px;
  }

  header .top-banner .middle a {
    font-size: 12px;
  }
  header .top-banner p {
    font-size: 13px;
  }
  header .top-banner p a {
    font-size: 14px;
  }
  .hero-home {
    min-height: 700px;
    padding: 70px 0;
  }
  .services .chameleon-bg {
    width: 430px;
    height: 400px;
    top: -300px;
  }
  .hero-home .hero-home-wrp h3 {
    font-size: 23px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .services {
    padding-bottom: 70px;
    margin-top: -250px;
  }
  .services.has-bg::after {
    height: 420px;
  }
  .services .chameleon-img {
    width: 270.82px;
    height: 210.46px;
    top: -233px;
  }
  .services .top-text {
    max-width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .services .service-wrp {
    row-gap: 40px;
  }
  .services .service-wrp .service-inner-wrp {
    width: calc((100% - (27px * 1 )) / 2 );
  }

  .customer-reviews .heading-wrp {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .customer-reviews h2 {
    max-width: 95%;
    margin: 0 auto;
  }
  .customer-reviews .reviews-wrp .slick-prev {
    left: -17px;
  }
  .customer-reviews .reviews-wrp .slick-next {
    right: -17px;
  }
  .customer-reviews .reviews-wrp .review-item .top-wrp {
    margin-bottom: 25px;
  }
  .door-types {
    padding: 100px 0;
  }
  .door-types .door-types-wrp .door-types-main-wrp {
    width: calc((100% - (18px * 2)) / 3);
  }

  .door-designer {
    padding: 60px 0 50px;
    text-align: center;
  }
  .door-designer .row>div:first-child {
    width: 100%;
  }
  .door-designer .content-wrp  h2 {
    margin-left: 0;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .door-designer .right-wrp.desktop {
    display: none;
  }
  .door-designer .right-wrp.mobile {
    display: block;
    margin-bottom: 50px;
    width: 100vw; 
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
  }
  .door-designer .content-wrp p {
    margin-bottom: 40px;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
  .door-designer .content-wrp .btn-wrp {
    justify-content: center;
	margin-bottom: 30px;
  }
  .area-list {
      text-align: center;
      padding: 140px 0 70px;
  }
  .area-list .row>div:nth-child(2) {
      width: 100%;
  }
  .area-list .img-wrp.desktop {
      display: none;
  }
  .area-list .img-wrp.mobile {
      display: block;
      margin-top: 30px;
  }
  .area-list .left-wrp {
      max-width: 100%;
	  display: flex;
	  flex-direction: column;
  }
  .area-list .left-wrp .green-btn {
	  margin: 30px auto 0;
  }
  .area-list .yellow-circle {
    height: 70vw;
    width: 48vw;
    bottom: auto;
    top: 45%;
  }

  .area-list .top-wrp .chameleon-img {
    width: 270.82px;
    height: 210.46px;
    top: -147px;
  }
  .area-list .top-wrp {
    margin-bottom: 30px;
    padding: 80px 0 0;
  }

  .area-list .area-list-wrp .area-inner-wrp a {
    font-size: 16px;
  }

  .payment-options .row>div {
    width: 100%;
  }
  .payment-options .left-wrp {
    min-height: 400px;
  }
  .payment-options .right-wrp {
    padding: 0 0 60px;
    text-align: center;
	display: flex;
	flex-direction: column;
  }
	.payment-options .right-wrp .purple-btn{
		margin-bottom: 30px;
	}
  .payment-options .left-wrp::after {
    background: linear-gradient(0deg, #00B098 0%, rgba(0, 176, 152, 0) 100%);
    width: 100%;
    left: 0;
    top: auto;
  }
  .door-types::after {
    top: -60px;
    height: 130px;
    background-size: contain;
    background-position: left;
  }
  footer .footer-row .col-in h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 9px 20px;
  }

  footer .footer-row {
    padding: 0;
  }
  footer .footer-row>div {
    width: 35%;
  }
  footer .footer-row .left-wrp , footer .footer-row .right-wrp {
    padding-right: 15px;
    padding-left: 10px;
  }
  footer .footer-row .col-in .addr {
    font-size: 14px;
  }

  footer .footer-row .middle-wrp {
    padding: 0 15px;
    width: 30%;
  }
  footer .middle-wrp p {
    margin: auto;
  }

  .footer-row2 ul li, .footer-row2 ul li p {
    font-size: 12px;
  }
  .cta .cta-wrp {
      flex-direction: column;
      margin-top: -116px;
      padding-bottom: 60px;
  }
  .cta .cta-wrp .cta-left {
      max-width: 100%;
      margin-left: 0;
  }
  .cta .cta-wrp .cta-right {
      width: 100%;
      text-align: center;
  }
  .cta .cta-wrp .btn-wrp {
    justify-content: center;
  }
  .cta .cta-wrp .cta-right h2,.cta .cta-wrp .cta-right p{
    max-width: 100%;
  }
  .cta .cta-wrp::before {
    width: 33.35vw;
    top: 0;
    height: 33.35vw;
    background-position: top;
  }

  
  .cms-cnt {
    padding: 50px 0;
  }
  .cms-cnt h1 {
    margin-bottom: 30px;
  }
  .page-not-found {
    padding: 100px 0;
  }
  .single-hero::after {
    bottom: 40%;
  }
  .single-hero .top-wrp {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    z-index: 2;
    padding: 40px 0;
  }
  .single-hero .top-wrp .top-heading-wrp {
    max-width: 100%;
  }
  .single-hero .bagde-wrp {
    justify-content: center;
    margin: 15px 0;
  }
  .single-hero .btm-wrp {
    flex-direction: column-reverse;
    gap: 50px;
    padding: 40px 0 60px;
  }
  .single-hero .btm-wrp .right-wrp {
    margin-top: 0;
    width: 100%;
  }
  .single-hero .btm-wrp .left-cnt {
    max-width: 100%;
  }
  .single-hero .btm-wrp .left-cnt .btn-wrp>a {
    width: calc(50% - 8px);
  }
  .single-page-content .row>div:first-child , .single-blog .row>div:first-child{
    order: 0;
  }
  .single-page-content .row>div:nth-child(2) , .single-blog .row>div:nth-child(2){
    width: 100%;
    order: 2;
  }
  .single-page-content .row>div:last-child , .single-blog .row>div:last-child{
    width: 100%;
    order: 1;
  }
  a.back-to-parent {
    margin-left: 0;
  }
  .sidebar {
    margin-top: 40px;
  }
  .sidebar .services-sidebar, .sidebar .resources-sidebar {
    padding: 40px 25px 30px;
  }
  .single-page-content .contact-wrp, .single-blog .contact-wrp {
    padding: 30px;
    margin-left: 0;
    margin-top: 30px;
  }
  .door-designer.add-van::after {
    width: 360px;
    height: 160px;
    top: -100px;
  }
  .services.inner-services .yellow-circle {
    left: -150px;
    bottom: -120px;
  }
  .tab-with-content .top-wrp {
    max-width: 720px;
  }
  .tab-with-content .tab-content-txt {
    max-width: 720px;
  }
  .service-area-hero {
    padding: 60px 0;
  }
  .service-area-list .service-area-btm .top-text {
    padding: 80px 0 0;
  }
  .service-area-list .top-text .chameleon-img {
    width: 240.82px;
    height: 190.46px;
    top: -115px;
  }
  .service-area-list .service-area-list-wrp {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-area-list .ratings-wrp {
    max-width: 100%;
  }
  .faqs .list-wrp {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .faqs .faq .faq-cnt {
    margin-bottom: 35px;
  }
  .lcri-sec .row>div:first-child, .content-with-accordion .row:first-child>div:first-child {
    width: 100%;
  }
  .lcri-sec .row>div:last-child, .content-with-accordion .row:first-child>div:last-child {
    width: 100%;
  }
  .lcri-sec .left-wrp, .content-with-accordion .left-wrp {
    max-width: 100%;
  }
  .lcri-sec .row, .content-with-accordion .row:first-child {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .faqs {
    padding-top: 80px;
  }
  .services.inner-services .chameleon-img {
    top: -231px;
  }
  .content-with-slider {
    margin-top: -250px;
    padding-bottom: 70px;
  }
  .content-with-slider::after {
    height: 420px;
  }
  .content-with-slider .chameleon-img {
    width: 270.82px;
    height: 210.46px;
    top: -227px;
  }
  .content-with-slider .chameleon-bg {
    width: 430px;
    height: 400px;
    top: -300px;
  }
  .hero-home:not(:has(.title-img)) {
    padding: 150px 0;
  }
  .content-with-slider .row>div:last-child {
    width: 100%;
    order: 1;
  }
  .content-with-slider .row>div:nth-child(2) {
    width: 100%;
    order: 2;
  }
  .content-with-slider .cnt-wrp {
    max-width: 100%;
  }
  .content-with-slider .top-text {
    margin: 0 auto 35px;
  }
  .content-with-slider .img-sldier {
    margin-bottom: 48px;
  }
  .info-cards {
    padding: 70px 0;
  }
  .info-cards .info-cards-wrp .info-card {
    width: calc((100% - (27px * 1)) / 2);
  }
  .team-list .team-members .team-detail-modal {
    width: calc((100% - (25px * 1)) / 2);
  }
  .team-list .modal-dialog .left-pop .img-cnt h3 {
    font-size: 27px;
    line-height: 32px;
  }
  .team-list .modal-dialog .left-pop .img-cnt p {
    font-size: 16px;
  }
  .hero-banner .cnt-wrp {
    min-height: 280px;
  }
  .hero-banner .cnt-wrp .logo-wrp {
    max-width: 180px;
    bottom: -90px;
  }
  .hero-banner .title-wrap h1::after {
    width: 350px;
  }
  .hero-banner .title-wrap {
    padding: 100px 0 320px;
  }
  .plan-detail {
    margin-top: -268px;
  }
  .plan-detail .white-bg {
    height: 380px;
  }
  .plan-detail .plan-wrp {
    padding: 35px 15px 50px;
  }
  .plan-detail table.plan-table tr td.plan-title {
    padding-left: 20px;
    padding-right: 10px;
  }
  .plan-detail table.plan-table tr td.plan-title h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .plan-detail table.plan-table tr td.plan-details {
    padding: 15px 10px 20px 10px;
  }
  .plan-detail .plan-wrp .plan-cnt h2 {
    padding: 25px 20px;
    margin: 0 -38px 0;
  }
  .review-banner {
    padding: 100px 0;
    min-height: 290px;
  }
  .career-detail {
    padding: 70px 0;
  }
  .job-opening .faq h3 {
    padding-left: 30px;
  }
  .job-opening .faq .faq-cnt {
    padding: 20px 30px 40px;
  }
  .career-form .form-wrp .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 6;
    -ms-grid-column-span: 6;
  }
  .career-form .form-wrp .gform_wrapper.gravity-theme .gfield--input-type-date {
    grid-column: span 12;
    -ms-grid-column-span: 12;
  }

  .filter-wrp {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .post-list-sec .ftr-post .post-wrp .img-wrp {
    width: 100%;
  }
  .post-list-sec .ftr-post .post-wrp .cnt-wrp {
    width: 100%;
  }
  .post-list-sec .posts-row .blog-lists {
    gap: 30px 20px;
  }
  .post-list-sec .posts-row .blog-lists .post-wrp {
    width: calc((100% - (20px * 1))/2);
  }
  .post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp {
    padding: 29px 25px 38px;  
  }
  .single-blog {
    padding-bottom: 130px;
  }
  .f-banner {
    padding: 70px 0 110px;
  }
  .f-banner .logo-wrp {
    padding: 25px 30px;
    max-width: 260px;
  }
  .lirc-sec .left-content {
    width: 100%;
  }
  .lirc-sec .right-content {
    width: 100%;
  }
  .lirc-sec .right-content .cnt-wrp {
    padding: 50px 30px;
    max-width: 100%;
  }
  .lirc-sec .left-content .img-wrp::after {
    background: linear-gradient(0deg, #00B098 0%, rgba(0, 176, 152, 0) 100%);
    width: 100%;
    top: auto;
    height: 50%;
  }
  .lirc-sec .right-content p {
    max-width: 100%;
  }
  .form-with-details .col-md-6:nth-child(2) {
    width: 100%;
    order: 2;
  }
  .form-with-details .col-md-6:last-child {
    width: 100%;
    order: 1;
  }
  .form-with-details .left-wrp {
    max-width: 100%;
    margin: 50px 0 0;
  }
  .form-with-details .chameleon-img {
    width: 270.82px;
    height: 210.46px;
    top: -184px;
  }
  .form-with-details .chameleon-bg {
    width: 430px;
    height: 400px;
    top: -300px;
  }
  .form-with-details .top-wrp {
    margin-bottom: 40px;
    margin-top: 50px;
  }
  .form-with-details .top-wrp .head-img {
    width: 100%;
  }
  .form-with-details .top-wrp .head-img img {
    max-width: 280px;
  }
  .form-with-details .left-wrp .logos {
    max-width: 420px;
    margin: 30px auto 0;
  }
  .form-with-details .yellow-circle {
    width: 300px;
    height: 440px;
    bottom: auto;
    top: 42%;
  }
  .latest-posts.post-list-sec .posts-row .blog-lists.slick-slider {
    display: block;
  }
  .latest-posts.post-list-sec .posts-row .blog-lists .post-wrp {
    margin: 10px;
  }
  .latest-posts.post-list-sec .slick-next {
    right: -24px;
  }
  .latest-posts.post-list-sec .slick-prev {
    left: -24px;
  }

}

/*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: 48px;
    line-height: 54px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  p {
    font-size: 16px;
  }
  .purple-btn, .green-btn , .gform_button {
    min-width: 100%;
    max-width: 360px;
    min-height: 47px;
  }

  header .purple-btn {
    min-width: 160px;
    padding: 10px;
    font-size: 15px;
  }

  header .top-header {
    gap: 0;
  }
  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 .mobile-div {
    padding: 16px 15px 40px;
  }

  .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;
  }

  /*home page*/
  .hero-home {
    min-height: 757px;
    padding: 50px 0;
  }
  .hero-home .hero-home-wrp img.title-img {
    max-width: 260px;
  }
  .hero-home .hero-home-wrp h1 {
    margin-bottom: 15px;
  }
  .hero-home .hero-home-wrp h1 .yellow-text {
    display: block;
  }
  .hero-home .hero-home-wrp h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 31px;
  }
  .services {
    margin-top: -230px;
    padding: 120px 0 70px;
  }
  .services .top-text {
    padding-top: 70px;
  }
  .services.has-bg::after {
      height: 270px;
      background-position: left top;
  }
  .services .service-wrp {
      margin-top: 30px;
      row-gap: 40px;
  }
  .services .service-wrp .service-inner-wrp {
      width: 100%;
  }
  .services .service-inner-wrp .service-cnt {
      padding: 40px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: var(--Purple);
  }
  .services .service-inner-wrp .icon-wrp {
    background-color: var(--Pink);
  }
  .services .service-inner-wrp .icon-wrp img {
    filter: brightness(0) invert(1);
  }
  .services .service-inner-wrp h3 {
      font-size: 22px;
      line-height: 27px;
  }
  .services .btn-wrp .purple-btn {
    min-width: 100%;
  }
  .services .service-inner-wrp p {
      font-size: 14px;
  }
  .services .service-inner-wrp .service-cnt .green-btn{
      min-width: calc(100% - 60px);
      transform: translateY(0);
      bottom: -18px;
      opacity: 1;
      pointer-events: auto;
  }
  .services .chameleon-img {
    width: 212.74px;
    height: 162.47px;
    top: -122px;
    left: 12px;
  }
  .services .chameleon-bg {
    width: 300px;
    height: 300px;
    top: -192px;
    left: -50px;
  }
  .services .top-text span {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 10px;
  }
  .services .top-text h2 {
      margin-bottom: 27px;
      line-height: 44px;
  }
  .customer-reviews {
      padding: 55px 0 64px;
  }
  .customer-reviews h2 {
      max-width: 100%;
      line-height: 44px;
  }
  .customer-reviews .logo-wrp {
    gap: 30px;
  }
  .customer-reviews .logo-wrp img {
    max-width: 160px;
  }
  .customer-reviews .logo-wrp img:first-child {
    max-width: 100px;
  }

  .customer-reviews .reviews-wrp .review-item h6 {
    font-size: 25px;
    margin: 24px 0 14px;
  }
  .customer-reviews .reviews-wrp .slick-prev {
    top: auto;
    left: calc(50% - 35px);
    bottom: -45px;
  }
  .customer-reviews .reviews-wrp .slick-next {
    top: auto;
    right: calc(50% - 35px);
    bottom: -45px;
  }
  .customer-reviews .reviews-wrp .slick-dots {
      bottom: -70px;
  }
  .customer-reviews .btn-wrp {
    margin-top: 90px;
  }
  .customer-reviews .btn-wrp .purple-btn {
    min-width: 100%;
  }
  .slick-dots li {
      width: 7px;
      height: 7px;
      margin: 0 2.75px;
  }
  .door-types {
      padding: 100px 0 135px;
      text-align: center;
  }
  .door-designer::after {
    width: 186.74px;
    left: -56px;
  }
  .door-types .main-btn-wrp {
    margin-top: 15px;
  }
  .door-types .heading-wrp span {
      font-size: 22px;
      line-height: 27px;
  }
  .door-types .heading-wrp {
    margin-bottom: 30px;
  }
  .door-types .door-types-wrp .door-types-main-wrp .btn-wrp {
    opacity: 1;
  }
  .door-types .heading-wrp h2 {
      margin-bottom: 12px;
      max-width: 100%;
  }
  .door-types .heading-wrp span {
      font-size: 20px;
      line-height: 24px;
  }
  .door-designer .content-wrp p {
    margin-bottom: 25px;
  }
  .door-types .door-types-wrp {
      gap: 20px;
      max-width: 100%;
  }
  .door-types .door-types-wrp .door-types-main-wrp {
      width: calc((100% - (20px * 1)) / 2);
  }
  .door-types .door-types-wrp .door-types-main-wrp .door-type-inner-wrp {
    min-height: 145px;
  }
  .door-designer {
      padding: 50px 0 145px;
  }

  .door-designer .content-wrp .btn-wrp {
      flex-direction: column;
      gap: 25px;
  }
  .payment-options {
      text-align: center;
  }
  .payment-options .right-wrp {
    max-width: 100%;
    padding: 0px 15px 60px;
  }
  .payment-options .purple-btn {
    min-width: 100%;
  }

  .payment-options .heading-wrp h2 {
      line-height: 41px;
      font-size: 34px;
  }
  .payment-options .heading-wrp {
      justify-content: center;
      margin-bottom: 17px;
  }

  .door-types .top-aligned, .payment-options .top-aligned {
    font-size: 16px;
    line-height: 20px;
    min-width: 210px;
  }
  .door-types .top-aligned span, .payment-options .top-aligned span {
    padding: 0 10px 0 45px;
  }
 
 
  .area-list {
    padding: 50px 0 80px;
    margin-top: 0;
  }
  .area-list::after {
    top: -20px;
    height: 320px;
  }
  .area-list .top-wrp {
    margin-bottom: 30px;
    padding: 90px 0 0;
  }
  .area-list .top-wrp img {
    max-width: 260px;
  }
  .area-list .top-wrp .chameleon-img {
    width: 212.74px;
    height: 162.47px;
    top: -106px;
    right: 0px;
  }
  .area-list .ratings-wrp {
    gap: 10px;
    margin-bottom: 30px;
  }
  .area-list .ratings-wrp .ratings-inner-wrp span {
    font-size: 32px;
    line-height: 36px;
  }
  .area-list .ratings-wrp .ratings-inner-wrp>img {
    max-width: 40px;
    width: 100%;
  }
  .area-list .ratings-wrp .ratings-inner-wrp .in-txt img {
    max-width: 60px;
  }
  .area-list .img-wrp.mobile {
    margin-top: 30px;
  }
  .area-list .img-wrp img {
    min-height: 470px;
  }
  .area-list .area-list-wrp {
    margin-top: 40px;
    grid-template-columns: repeat(2,1fr);
    row-gap: 15px;
    column-gap: 20px;
  }

  .cta .cta-wrp {
    margin-top: -46px;
  }
  .cta .fullwidth-img img {
    min-height: 200px;
  }
  .cta .fullwidth-img::before{
    display: none;
  }
  .payment-options p {
    padding-left: 0;
  }
  .cta .cta-wrp .cta-right{
    padding: 0 15px;
  }
  .cta .cta-wrp .cta-left {
    margin-bottom: 10px;
  }
  .cta .cta-wrp .cta-right h2 {
    margin-bottom: 15px;
  }

  header .container, footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    padding: 15px 0 23px;
    padding: 57px 0 150px;
    box-shadow: 0px 4px 44px 0px #37373742;
    z-index: 1;
  }
  .f-logo {
    max-width: 206px;
  }
  footer .footer-row>div {
    width: 100%;
  }
  footer .footer-row .middle-wrp {
      padding: 0;
      width: 100%;
  }
  footer .footer-row .left-wrp ,  footer .footer-row .right-wrp{
    max-width: 100%;
    padding: 0;
  }
  footer .footer-row {
    row-gap: 65px;
  }
  footer .footer-row .col-in .addr {
    font-size: 19px;
  }

  footer .middle-wrp p {
      margin: 20px auto 17px;
  }
  footer .footer-row .col-in h3 {
    font-size: 28px;
    line-height: 32px;
    padding: 13px 25px;
  }
  .footer-row2 {
      margin-top: 63px;
      padding-top: 20px;
      justify-content: center;
      column-gap: 13px;
  }
  .footer-row2 ul {
      row-gap: 0;
  }
  .footer-row2 ul li, .footer-row2 ul li p {
      font-size: 14px;
      line-height: 150%;
      text-align: center;
  }
  header .top-banner {
    display: none;
  }
  .call-div.fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--Green);
    padding: 10px 21px 12px;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .call-div.fix .purple-btn {
    min-width: auto;
    flex: 1;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
  .content {
    padding-top: 87px;
  }
  .mean-nav {
    height: calc(100vh - 87px);
  }
  .lines-button {
    top: 46%;
  }
  .lines:before, .lines:after, .lines {
    height: 3px;
    width: 22.89px;
  }

  /* privacy and terms start */
  .cms-cnt {
    padding: 40px 0;
  }
  .cms-cnt h1{
    text-align: left;
    margin-bottom: 24px;
  }
  .privacy-policy .cms-cnt h1{
    margin-bottom: 17px;
  }
  .cms-cnt .cnt-wrp p+ul:not(:nth-of-type(3)) {
      margin-top: -22px;
  }
  .cms-cnt .cnt-wrp ul {
    padding-left: 25px;
    margin-bottom: 22px;
  }
  .cms-cnt .cnt-wrp p {
      margin-bottom: 22px;
  }
  /* privacy and terms end */
  /* page not found start */
  .page-not-found {
    padding: 232px 0 76px;
    background: url(../images/404-mobile.png) no-repeat;
    background-position: top 68px center;
    background-size: contain;
  }
  .page-not-found ul {
    column-gap: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-not-found ul li {
    max-width: 100%;
    width: 100%;
  }
  .page-not-found ul li:nth-child(4),
  .page-not-found ul li:nth-child(8) {
    margin-bottom: 46px;
  }
  .page-not-found h1 {
      margin-bottom: 10px;
  }
  .page-not-found p {
      margin: 0 auto 37px;
  }
  /* page not found end */

  .single-hero .top-wrp {
    padding: 58px 0 69px;
  }
  .single-hero .top-wrp .title-img {
    width: 100%;
  }
  .single-hero .top-wrp .title-img img {
    max-width: 259.97px;
  }
  .single-hero .bagde-wrp {
    margin: 24px 0 21px;
    gap: 20px;
  }
  .single-hero .bagde-wrp .badge-icon {
    width: 16px;
    margin-right: 6px;
  }
  .single-hero .bagde-wrp .badge-in span {
    font-size: 13.07px;
    line-height: 26.14px;
  }
  .single-hero .btm-wrp .right-wrp {
    padding: 0;
  }
  .single-hero .btm-wrp .img-wrp {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .single-hero .stats-wrp {
    left: 0;
    right: 0;
    max-width: 210px;
    margin: 0 auto;
    transform: translateY(50%);
  }
  .single-hero .stats-wrp h2 {
    font-size: 40px;
    line-height: 43px;
  }
  .single-hero .stats-wrp p {
    font-size: 15px;
  }
  .single-hero .btm-wrp {
    gap: 127px;
    padding: 0 0 60px;
    margin-top: -20px;
  }
  .single-page-content {
    padding: 45px 0 100px;
  }
  a.back-to-parent {
    margin-left: 0;
    margin-bottom: 23px;
    padding-left: 29px;
  }
  .single-page-content .content-wrp h2, .single-blog .post-cnt h2 {
    line-height: 40px;
  }
  .single-page-content .content-wrp>h2, .single-blog .post-cnt h2:first-child {
    margin-bottom: 11px;
  }
  .single-page-content .page-content h2, .single-blog .post-cnt h2:not(:first-child) {
    margin-bottom: 13px;
  }
  .single-page-content .page-content p, .single-page-content .page-content li, .single-blog .post-cnt p, .single-blog .post-cnt li {
    font-size: 16px;
  }
  .single-page-content .page-content h3, .single-blog .post-cnt h3 {
    margin: 43px 0 15px;
  }
  .single-page-content .page-content li, .single-blog .post-cnt li {
    margin-left: 30px;
  }
  .single-page-content .page-content img, .single-blog .post-cnt img {
    border-radius: 14px;
    margin: 43px 0 36px;
  }
  .single-page-content .page-content .single-video, .single-blog .post-cnt .wp-block-video {
    border-radius: 14px;
    margin: 32px 0 41px;
  }
  .single-page-content .page-content .single-video video, .single-blog .post-cnt .wp-block-video video {
    min-height: 203.33px;
  }
  blockquote {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
  }
  .single-page-content .contact-wrp, .single-blog .contact-wrp {
    padding: 19px 15px;
    margin-top: 46px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-radius: 0;
    flex-direction: column;
    text-align: center;
    gap: 9px;
  }
  .single-page-content .contact-wrp h3, .single-blog .contact-wrp h3 {
    font-size: 23px;
  }
  .single-page-content .contact-wrp .green-btn, .single-blog .contact-wrp .green-btn {
    min-width: 180px;
  }
  .sidebar .services-sidebar, .sidebar .resources-sidebar {
    padding: 30px 15px 20px;
  }
  .single-page-content::after, .single-blog::after{
    display: none;
  }
  .single-page-content::before, .single-blog::before {
    width: 134.48px;
    height: 103px;
    right: -35px;
    bottom: -35px;
  }
  .door-designer.add-van {
    padding: 158px 0 100px;
  }
  .door-designer.add-van::before {
    top: 0;
  }
  .door-designer.add-van::after {
    width: 317px;
    height: 130px;
    top: -36px;
    left: -103px;
  }
  .services .yellow-circle {
    display: none;
  }
  .services.inner-services {
    padding-bottom: 99px;
  }
  .services.inner-services .top-text {
    text-align: center;
  }
  .services.inner-services .yellow-circle {
    left: -50px;
    bottom: -70px;
    display: block;
  }
  .services.inner-services .chameleon-img {
    right: -12px;
    top: -111px;
  }
  .services.inner-services .chameleon-img img , .content-with-slider .chameleon-img img{
    transform: rotate(-7deg);
  }
  .services.inner-services .chameleon-bg {
    right: -80px;
  }
  .tab-with-content {
    padding: 96px 0 0;
  }
  .tab-with-content .top-wrp {
    max-width: calc(100% - 30px);
    margin-bottom: 124px;
  }
  .tab-with-content::after {
    width: 180px;
    right: -56px;
    bottom: -80px;
  }
  .tab-with-content .tab-content {
    flex-direction: column;
    gap: 98px;
    min-height: auto;
  }
  .tab-with-content .tab-content .tab {
    position: relative;
  }
  .tab-with-content .tab-content .overlay {
    z-index: -1;
  }
  .tab-with-content .tab-content-txt {
    max-width: 100%;
    padding: 96px 15px 94px;
  }
  .tab-with-content ul.tab-links li a {
    background: var(--Green);
    border-color: var(--White);
    padding: 13px 20px;
  }
  .tab-with-content ul.tab-links {
    margin-top: -58px;
  }
  .tab-with-content .tab-content-txt h2 {
    line-height: 40px;
    margin-bottom: 15px;
  }
  .service-area-hero {
    padding: 38px 0;
    text-align: center;
  }
  .service-area-hero .main-wrp img {
    max-width: 209px;
    margin: 0 auto;
  }
  .service-area-hero .main-wrp {
    gap: 12px;
    flex-direction: column;
  }
  .service-area-list .bg-img img {
    min-height: 525px;
  }
  .service-area-list .service-area-btm {
    margin-top: -170px;
    padding-bottom: 84px;
  }
  .service-area-list .service-area-btm .top-text {
    padding-top: 47px;
  }
  .service-area-list .service-area-btm::after {
    top: 0;
    height: 270px;
    background-position: left top;
    background-image: url(../images/slope-curve-bg2.svg);
    transform: rotateY(180deg);
  }
  .service-area-list .service-area-btm::before {
    z-index: -1;
  }
  .service-area-list .top-text .chameleon-img {
    width: 212.05px;
    height: 162.47px;
    top: -131px;
    right: 5px;
  }
  .service-area-list .top-text .chameleon-bg {
    right: -90px;
    width: 320px;
    height: 320px;
    top: -215px;
  }
  .service-area-list .ratings-wrp {
    padding: 36px 16px 40px;
    row-gap: 17px;
    column-gap: 16px;
    margin-bottom: 30px;
  }
  .ratings-wrp .ratings-inner-wrp span {
    font-size: 32.1px;
    line-height: 32.1px;
  }
  .ratings-wrp .ratings-inner-wrp .in-txt img {
    max-width: 49px;
    margin: 0 auto;
  }
  .ratings-wrp .ratings-inner-wrp>img {
    max-width: 32px;
  }
  .service-area-list .ratings-wrp p {
    font-size: 15px;
  }
  .service-area-list .service-area-list-wrp {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 14px;
  }
  .service-area-list h2 {
    margin-bottom: 40px;
  }
  .services:not(.has-bg) {
    padding-bottom: 77px;
  }
  .services:not(.has-bg) .top-text {
    padding-top: 0;
    text-align: left;
  }
  .lcri-sec {
    padding: 69px 0 47px;
  }
  .lcri-sec .img-wrp, .content-with-accordion .img-wrp {
    border-radius: 14px;
  }
  .lcri-sec h2 , .content-with-accordion .left-wrp h2{
    margin-bottom: 13px;
    line-height: 40px;
    max-width: 100%;
  }
  .lcri-sec p , .content-with-accordion .left-wrp p{
    margin-bottom: 24px;
  }
  .lcri-sec .purple-btn {
    min-width: 100%;
  }
  .services:not(.has-bg) .yellow-circle {
    width: 410px;
    bottom: 41%;
  }
  .faqs {
    padding: 89px 0 148px;
  }
  .faqs .heading-wrp h2 {
    line-height: 40px;
    margin-bottom: 15px;
  }
  .faqs .list-wrp {
    row-gap: 19px;
    margin-top: 35px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .faqs .faq:not(:last-child) {
    margin-bottom: 19px;
  }
  .faqs .faq, .job-opening .faq {
    border-radius: 10px;
  }
  .faqs .faq h3, .job-opening .faq h3 {
    padding-left: 13px;
    padding-right: 23px;
  }
  .faqs .faq .faq-cnt {
    margin: 5px 13px 30px;
  }
  .faqs .faq .faq-cnt p {
    line-height: 124%;
  }
  .faqs::after, .plan-detail::after {
    width: 168.43px;
    height: 129px;
    right: -31px;
    bottom: -36px;
  }
  .door-designer.add-van:has(+.payment-options) {
    padding-bottom: 68px;
  }
  .hero-home.inner-hero .hero-home-wrp h1 {
    margin-bottom: 35px;
  }
  .content-with-accordion.faqs {
    padding: 62px 0 148px;
  }
  .content-with-accordion .row + .row .heading-wrp {
    margin-top: 63px;
  }
  .hero-home:not(:has(.title-img)) {
    padding: 200px 0;
  }
  .content-with-slider::after {
    height: 270px;
    background-position: left top;
  }
  .content-with-slider {
    margin-top: -230px;
    padding: 120px 0 73px;
  }
  .content-with-slider .chameleon-img {
    right: -12px;
    top: -111px;
    width: 212.74px;
    height: 162.47px;
  }
  .content-with-slider .chameleon-bg {
    width: 300px;
    height: 300px;
    top: -192px;
    right: -80px;
  }
  .content-with-slider .top-text {
    margin: 69px auto 39px;
    max-width: 260px;
  }
  .content-with-slider .slick-slider .slick-next, .content-with-slider .slick-slider .slick-prev, .career-detail .slick-slider .slick-next, .career-detail .slick-slider .slick-prev {
    height: 45.1px;
    width: 45.1px;
    background-size: 22px !important;
    border-radius: 0 14.12px 14.12px 0;
  }
  .content-with-slider .slick-slider .slick-next, .career-detail .slick-slider .slick-next {
    right: -15px;
  }
  .content-with-slider .slick-slider .slick-prev, .career-detail .slick-slider .slick-prev {
    left: -15px;
  }
  .content-with-slider h2 {
    margin-bottom: 12px;
    line-height: 44px;
  }
  .info-cards {
    padding: 89px 0 111px;
  }
  .info-cards:has(+.area-list) {
    padding-bottom: 273px;
    margin-bottom: -145px;
  }
  .info-cards h2 {
    line-height: 40px;
  }
  .info-cards .info-cards-wrp {
    gap: 25px;
  }
  .info-cards .info-cards-wrp .info-card {
    width: 100%;
    padding: 56px 34px 52px;
    background-color: var(--Pink);
  }
  .info-cards .info-card .icon-wrp {
    background-color: var(--Purple);
  }
  .info-cards .info-card .icon-wrp img {
    filter: brightness(0) invert(1);
  }
  .info-cards .info-card h3 {
    margin: 13px 0 18px;
    font-size: 22px;
    line-height: 27px;
  }
  .info-cards .info-card p {
    font-size: 14px;
    line-height: 20.5px;
  }
  .team-list {
    padding: 74px 0 124px;
  }
  .team-list h2 {
    margin-bottom: 23px;
    line-height: 40px;
  }
  .team-list .team-members {
    gap: 31px;
  }
  .team-list .team-members .team-detail-modal .list-itm::before {
    opacity: 1;
  }
  .team-list .team-members .team-detail-modal .list-itm::after {
    opacity: 0;
  }
  .team-list .team-members .team-detail-modal {
    width: 100%;
    outline-color: var(--Green);
  }
  .team-list .team-members .list-itm .team-cnt-wrap {
    bottom: 35px;
  }
  .team-list .team-members .list-itm .team-cnt-wrap p {
    font-size: 15px;
  }
  .team-list .modal-dialog .left-pop {
    max-width: 100%;
  }
  .team-list .modal-dialog .right-pop {
    max-width: 100%;
    padding: 32px 15px 36px;
  }
  .team-list .modal-dialog .left-pop .img-cnt {
    bottom: 28px;
    padding: 0 13px;
  }
  .team-list .modal-dialog .left-pop .img-cnt h3 {
    font-size: 36.64px;
    line-height: 41.88px;
  }
  .team-list .modal-dialog .left-pop .img-cnt p {
    font-size: 19.63px;
  }
  .team-list .modal-dialog .team-cont p {
    font-size: 15px;
  }
  .hero-banner .cnt-wrp {
    padding: 85px 0 217px;
  }
  .hero-banner .cnt-wrp .title-wrp {
    max-width: 209px;
    margin: 0 auto;
  }
  .hero-banner .cnt-wrp .logo-wrp {
    max-width: 244.68px;
    bottom: -134px;
  }
  .hero-banner .title-wrap {
    padding: 145px 0 250px;
  }
  .hero-banner .title-wrap h1::after {
    width: 309px;
    right: 0;
  }
  .plan-detail {
    margin-top: -210px;
    padding: 69px 0 124px;
  }
  .plan-detail .white-bg {
    height: 270px;
    background-position: top right -1px;
  }
  .plan-detail .plan-wrp {
    padding: 44px 9px 85px;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .plan-detail table.plan-table tr:not(:last-child) {
    border-bottom-width: 2px;
  }
  .plan-detail table.plan-table tr td.plan-title {
    padding: 14px 4px 0;
    width: 32%;
  }
  .plan-detail table.plan-table tr td.plan-title h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .plan-detail table.plan-table tr td.plan-details {
    padding: 12px 15px;
    width: 58%;
    padding-right: 18px;
  }
  .plan-detail table.plan-table tr td.plan-details p {
    font-size: 15px;
  }
  .plan-detail table.plan-table tr td.plan-icon {
    width: 10%;
    padding-top: 22px;
    padding-right: 7px;
  }
  .plan-detail .plan-wrp .plan-cnt {
    padding: 30px 4px 0;
  }
  .plan-detail .plan-wrp .plan-cnt h2 {
    padding: 18px 12px;
    margin: 0 3px;
    border-radius: 16.58px;
    font-size: 28.02px;
    line-height: 32.54px;
  }
  .plan-detail .plan-wrp .plan-cnt p {
    margin: 25px 0 9px;
  }
  .review-banner {
    padding: 100px 0;
    min-height: 278px;
  }
  .review-banner .rev-wrp {
    flex-direction: column-reverse;
  }
  .review-banner .title-wrp, .f-banner .title-wrp {
    max-width: 209px;
    margin: 0 auto 30px;
  }
  .review-banner .ratings-wrp {
    width: unset;
    padding: 23px 22px;
    gap: 16px;
  }
  .customer-reviews.reviews-sec .review-item.review-hidden {
    display: none;
  }
  .customer-reviews.reviews-sec .load-more-btn {
    border: 1px solid var(--Purple);
    color: var(--Purple);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 36px;
    background-color: transparent;
    outline: none;
    width: 100%;
    padding: 6.5px 20px;
    margin-top: 40px;
  }
  .customer-reviews.reviews-sec .load-more-btn::after {
    content: "";
    background: url(../images/slider-prev-blue.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    transform: rotate(-90deg);
    display: block;
    height: 14px;
    width: 15px;
  }
  .customer-reviews.reviews-sec {
    padding: 89px 0 80px;
  }
  .customer-reviews.reviews-sec .reviews-wrp {
    gap: 20px;
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item {
    width: 100%;
    min-height: 489px;
    background-color: var(--Purple);
    border-color: var(--Green);
    padding: 12px 42px 37px 31px;
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item p, .customer-reviews.reviews-sec .reviews-wrp .review-item .top-wrp span {
    color: var(--White);
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item .circle {
    background: var(--White);
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item .circle img {
    filter: none;
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item p {
    font-weight: 600;
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item h6 {
    color: var(--Pink);
  }
  .customer-reviews.reviews-sec .reviews-wrp .review-item p a.read-more, .customer-reviews.reviews-sec .reviews-wrp .review-item p a.read-less {
    filter: brightness(0) invert(1);
  }

  .career-detail {
    padding: 46px 0 64px;
  }
  .career-detail h2 {
    margin-bottom: 17px;
    line-height: 40px;
  }
  .career-detail .images-wrp {
    margin: 35px 0 58px;
  }
  .career-detail .slick-list {
    margin: -15px;
  }
  .career-detail .images-wrp .image-inner-wrp {
    margin: 15px;
  }
  .career-detail .slick-dots {
    bottom: -15px;
  }
  .career-detail .green-btn {
    min-width: 100%;
  }
  .career-detail .images-wrp .image-inner-wrp img {
    min-height: 260px;
  }
  .job-opening::before {
    width: 154px;
    height: 117.94px;
    left: -42px;
    top: -82px;
  } 
  .job-opening {
    padding: 68px 0 90px;
  }
  .job-opening h2 {
    margin-bottom: 25px;
    line-height: 40px;
  }
  .job-opening .faq-list {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .job-opening .faq .faq-cnt {
    padding: 8px 13px 56px;
  }
  .job-opening .faq .faq-cnt p , .job-opening .faq .faq-cnt ul{
    margin-bottom: 27px;
  }
  .job-opening .faq:not(:last-child){
    margin-bottom: 22px;
  }

  .career-form {
    padding: 102px 0 104px;
  }
  .form-wrp .gform_wrapper.gravity-theme .gfield.gfield--width-quarter , .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
    -ms-grid-column-span: 12 !important;
  }
  .career-form .form-wrp {
    padding: 56px 15px 78px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .career-form .form-wrp h2 {
    margin-bottom: 25px;
    line-height: 40px;
  }
  .gform_wrapper.gravity-theme .gform_fields, .gform_wrapper.gravity-theme
  .gfield--input-type-address
  .ginput_container_address {
    grid-row-gap: 26px !important;
  }
  .gform_wrapper.gravity-theme .gform_footer {
    height: 47px;
    max-width: 100%;
    margin-top: 33px !important;
  }
  .form-wrp .gravity-theme .gform_confirmation_message {
    font-size: 18px;
  }
  .post-list-sec {
    padding: 40px 0;
  }
  .filter-wrp {
    gap: 8px;
    align-items: center;
  }
  .filter-wrp .filter-wrp-in {
    gap: 10px;
    width: 100%;
  }
  .filter-wrp .filter-wrp-in>div {
    flex-direction: column;
    flex: 1;
  }
  .filter-wrp .filter-wrp-in>div h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .filter-wrp .filter-wrp-in>div select {
    min-width: 100%;
  }
  .post-list-sec .ftr-post .post-wrp .cnt-wrp {
    padding: 29px 41px 38px;
  }
  .post-list-sec .ftr-post .post-wrp {
    margin-bottom: 29px;
  }
  .post-list-sec .blog-lists {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .post-list-sec .posts-row .blog-lists {
    gap: 29px;
  }
  .post-list-sec .posts-row .blog-lists .post-wrp {
    width: 100%;
    border-color: var(--Green);
    background-color: var(--Purple);
  }
  .post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp {
    padding: 29px 41px 38px;
  }
  .post-list-sec .posts-row .blog-lists .post-wrp p.date {
    color: var(--Pink);
  }
  .post-list-sec .posts-row .blog-lists .post-wrp h3 {
    color: var(--White);
  }
  .post-list-sec .post-wrp .cnt-wrp .green-btn {
    min-width: 190px;
  }
  .single-blog-banner .top-bar {
    padding: 21px 0 6px;
    gap: 5px 36px;
    justify-content: center;
  }
  .single-blog-banner .top-bar .img-wrp {
    width: 100%;
    order: -1;
  }
  .single-blog-banner .top-bar .img-wrp img {
    max-width: 152.89px;
    margin: 0 auto;
    display: block;
  }
  .single-blog-banner .top-bar span.post-date, .single-blog-banner .top-bar span.category-name {
    font-weight: 800;
    font-size: 13.07px;
    line-height: 26.14px;
  }
  .single-blog-banner .cnt-wrp {
    padding: 41px 0 141px;
    text-align: center;
  }
  .single-blog-banner .cnt-wrp h1 {
    margin-bottom: 40px;
  }
  .single-blog-banner::after {
    width: 216.74px;
    height: 166px;
  }
  .single-blog-banner::before {
    width: 250px;
    height: 360px;
  }
  .single-blog {
    padding: 68px 0 89px; 
  }
  .f-banner {
    padding: 75px 0 100px;
  }
  .f-banner .cnt-wrp {
    flex-direction: column-reverse;
  }
  .review-banner .rev-wrp h1, .f-banner .cnt-wrp h1 {
    text-align: center;
  }
  .f-banner .logo-wrp {
    padding: 22px 27px;
    max-width: 260px;
  }
  .lirc-sec .left-content .img-wrp::after {
    height: 58%;
  }
  .lirc-sec .right-content .cnt-wrp {
    padding: 26px 15px 68px;
  }
  .lirc-sec .right-content h2 {
    margin-left: 0;
    margin-bottom: 18px;
    line-height: 40px;
  }
  .lirc-sec .right-content p {
    margin-left: 0;
    margin-bottom: 21px;
  }
  .contact-us-banner {
    padding: 62px 0 260px;
  }
  .contact-us-banner .banner-wrp {
    text-align: center;
    margin-right: 0;
  }
  .form-with-details {
    margin-top: -232px;
  }
  .form-with-details::before {
    border-top-left-radius: 0;
  }
  .form-with-details .chameleon-img {
    width: 212.05px;
    height: 162.47px;
    top: -168px;
  }
  .form-with-details .chameleon-bg {
    width: 290px;
    height: 380px;
    top: -220px;
    left: -40px;
  }
  .form-with-details::after {
    height: 250px;
    background-position: left top;
  }
  .form-with-details .top-wrp {
    margin-bottom: 34px;
    margin-top: 30px;
  }
  .form-with-details .top-wrp .head-img img {
    max-width: 209px;
  }
  .form-with-details .right-wrp {
    padding: 57px 15px 72px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .form-with-details .right-wrp h2 {
    margin-bottom: 33px;
    line-height: 40px;
  }
  .form-wrp .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
  }
  .form-with-details .gform_wrapper.gravity-theme .gfield textarea {
    height: 172px !important;
  }
  .form-with-details .right-wrp .gform_footer {
    margin-top: 42px !important;
  }
  .form-with-details .left-wrp {
    margin: 174px 0 0;
  }
  .form-with-details .yellow-circle {
    top: 38%;
  }
  .form-with-details .ratings-wrp {
    gap: 30px;
    margin-bottom: 35px;
  }
  .form-with-details .left-wrp h2 {
    line-height: 40px;
    margin-bottom: 19px;
  }
  .form-with-details .left-wrp .contact-locations {
    margin-top: 40px;
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .form-with-details .left-wrp .contact-locations .details p:last-child {
    max-width: 210px;
    margin: 0 auto;
    font-size: 18px;
  }
  .form-with-details .left-wrp .logos .logo {
    max-width: 100px;
  }
  .form-with-details .left-wrp .logos .logo:last-child {
    max-width: 160px;
  }
  .form-with-details .left-wrp .logos {
    max-width: 300px;
  }
  .latest-posts.post-list-sec {
    padding: 66px 0;
  }
  .latest-posts.post-list-sec h2 {
    margin-bottom: 22px;
    line-height: 44px;
  }
  .latest-posts.post-list-sec .posts-row .blog-lists .post-wrp {
    margin: 0;
  }
  .latest-posts.post-list-sec .slick-prev, .latest-posts.post-list-sec .slick-next {
    top: auto;
    bottom: -50px;
  }
  .latest-posts.post-list-sec .slick-prev {
    left: calc(50% - 35px);
  }
  .latest-posts.post-list-sec .slick-next {
    right: calc(50% - 35px);
  }
  .latest-posts.post-list-sec .btn-container {
    margin-top: 97px;
  }
  .latest-posts.post-list-sec .btn-container .purple-btn {
    min-width: 100%;
  }
  .latest-posts.post-list-sec .slick-dots {
    bottom: -75px;
  }


}

/*767px end*/


@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;
  }
}
