/* Form Popup start */
.popup-main2 {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(.8);
    transition: .5s all;
    z-index: -1;
}

.popup-main2 .close-popup {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 30px;
    top: 40px;
}

.popup-main2 .close-popup:before,
.popup-main2 .close-popup:after {
    height: 100%;
    width: 2px;
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .5s all;
}
.popup-main2 .close-popup:hover:before, .popup-main2 .close-popup:hover:after{background-color: #ffdb2d;}

.popup-main2 .close-popup:after {
     transform: rotate(-45deg);   
}

.popup-main2 .popup-content-quote {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 0 15px;
}

.popup-main2.open-quote {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 9999999999;
}

body.open-custom-popup-quote {
    overflow: hidden;
}
.popup-content-quote h6 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}


.crm-support-left-bg-image{
        margin-top: 70px;
    }
        body, html{
            scroll-behavior: smooth;
        }
    .ratings-section{
        padding: 100px 0 50px;
    }
    .fix-heading{
        background:     #f1f2f2;
    }
   
    .mobile-section{
        display:    none;
    }
    .step-content{
        padding-left:100px;
    }
    .animation-section{
        overflow: hidden;
    }
.hubspot-banner .btn-block .normal-btn:after {
display: none;
}

.new-btn-div {
    display: flex;
    align-items: center; /* Vertically center items */
    border: 1px solid black;
    border-radius: 50px;
   padding: 5px 5px 5px 20px;
    margin-top: 30px;
    width: fit-content;
}

.new-btn-div p {
    margin: 0; /* Remove default margin from the paragraph */
}

.new-btn-div .btn {
    margin-left: 20px; /* Add some space between the paragraph and the button */
    flex-shrink: 0;
}
.step-animation{
    padding-top:100px;
}
   
.checkboxes-section {
    width: 100%;
     display: grid;
    row-gap: 30px;
    padding-top:20px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start; /* Aligns the label at the top, starting from the middle of the image */
}

.checkbox-container img {
    margin-right: 10px; /* Adds a 20px gap between the image and label */
    width: 24px; /* Set the desired width of the checkbox image */
    height: auto; /* Maintain the aspect ratio */
}

.checkbox-container label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
}
   
label.custom-checkbox {
    font-size: 16px; /* Font size for the label text */
    color: #333; /* Text color */
}

    /* Container for the images */
    .image-container {
        position: relative;
        width: 100%;
    }

    .img-block{
        display: inline-block;
        position: relative;
    }
   
    /* Image 2 - Middle layer */
    .img1 {
        position: absolute;
  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-block{
     padding-bottom: 100px;
}
/*.step-block1 .img-block{
    margin-left:-60px;
}*/

.step-block3{
        padding-left: 100px;
   

}

.step-block3 .img-block{
     padding-top: 119px;
}
.step-block6{
    margin-left: 14px;
   
}

.step-block4{
    margin-left: 62px;
}

 .line-image2 {
    position: absolute;
    top: 347px;
    left: 63px;
}

   /* position:   absolute;
    top: 343px;
    left: 182px;*/
    

.line-image3 {
    position: absolute;
    
 top: 421px;
    left: 249px;
}
.line-image4 {
     position: absolute;
          top: 240px;
    left: 145px;
}

.line-image5{
    position:   absolute;
            top: 330px;
    left: 61px;
}

    .line-image1{
        /*top: 327px;
        left: 245px;*/
               top: 310px;
    left: 219px;
        position: absolute;
    }
     .user-title{
        font-size: 28px;
        text-align: left;
        border-left: 8px solid yellow;
        padding-left: 10px;
        position: absolute;
        bottom: 60px;
    }
    .user-title span{
        font-size:18px;
    }
    .client-logo-slider{
        width:200px;
    }
    .slider-left{
/*        padding:79px;*/
padding:50px;
    }
        .slider-right{
/*            padding:79px 132px 0 70px*/
    padding: 50px 132px 0 15px;
        }
        .slider-right p{
               margin-top: 20px;
                line-height: 30px !important;
        }
   
        .slider-name{
            font-size:26px !important;
            text-align:left;
            margin-bottom:0px !important;
        }
        .slider-descp{
            text-align: left !important;
            font-size:22px !important;
        }
   .owl-item .item {
    
    height: 480px; /* Keeping your fixed height */
    padding: 10px 0px;
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 auto; /* Center the items */
    transform: scale(0.9);
    border: 1px solid black;
    border-radius: 10px;
    background: transparent;
    margin-top:30px;
    background-image: url(https://dev-mavlersnew.pantheonsite.io/wp-content/uploads/testmonial-bg.png);
    background-size: contain; 
    background-position: left; 
    background-repeat: no-repeat;
}

.owl-item {
    margin: 0 auto; /* Remove extra side margins */
}

.owl-item.active .item {
    max-width: 1115px; /* Fix the width */
    height: 509px; /* As per your original CSS */
    padding: 10px 0px;
    opacity: 1;
    transition: .4s ease all;
    margin: 0 auto; /* Center active item */
    transform: scale(1); /* Scale to full size when active */
    border: 1px solid black;
    border-radius: 10px;
    background: transparent;
     background-image: url(https://dev-mavlersnew.pantheonsite.io/wp-content/uploads/testmonial-bg.png);
    background-size: contain; 
    background-position: left; 
    background-repeat: no-repeat;
}

.owl-stage {
    display: flex;
    justify-content: center; /* Center the items in the stage */
}

.owl-carousel .owl-stage-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.owl-dots {
    display: none; /* Keep dots hidden as in your original CSS */
}

.owl .item {
  background: #4DC7A0; /* Keeping the background from your original */
}

.live-breathe-main .lists div[class*="col-"]{max-width: none;}

/* Responsive behavior */
@media (max-width: 1440px) {
    .owl-carousel .owl-item {
            margin: 40px;
        }
    .user-title{
        font-size: 20px;
    }
    .user-title span{
        font-size:14px;
    }
    .client-logo-slider{
        width:180px;
    }
    .slider-name {
    font-size: 20px !important;
    }
    .slider-right p {
    margin-top: 16px;
    width: 100% !important;
    }
    .line-image2 {
    top: 334px;
    }
    .line-image3 {
    
   top: 417px;
    left: 250px;
}
/* .line-image4 {
    top: 312px;
    left: 65px;
} */
.line-image5 {
    position: absolute;
        top: 340px;
  
}
}

.owl-dots {
    display: none;
}
.owl .item {
  background: #4DC7A0;
}

/* Hide default arrow icons */
.owl-prev span, .owl-next span {
    display: none; /* This will hide the default arrow content */
}


    .btn-block{
        column-gap: 50px;
    }
.ems-section.normal-btn{
      border: none;
    border-bottom: 3px solid yellow;
    background: none;
    color: white;
    border-radius: 0px;
    padding: 0px;
    height: 25px;
        text-align: left;
    

}
.btn .ems-section.yellow-btn:hover {
    background-color: white;
    border-color: #ffda30;
}
.ms-bullet-points .content{
    margin-top:30px;
}
.ms-sno{
    font-size: 24px;
    border: 1px solid black;
    border-radius: 50%;
    font-weight: 600;
    display: inline-block;
    width: 51px;
    height: 51px;
    text-align: center;
    padding-top: 10px;
}
.ms-col {
    display: block;
    overflow: hidden; /* To ensure float doesn't affect layout */
    margin-bottom: 20px; /* Optional: Adds spacing between rows */
}

.right-content-bs {
    display: inline-block;
    width: calc(100% - 60px); /* Leaves space for the number */
    vertical-align: top; /* Aligns the content to the top */
    padding-left: 10px;
    padding-top:8px;
}

.bullet-points {
    margin: 0;
}

.sno{
  font-size: 49.55px;
  font-weight: 900;
  color: #FFDB2D;
}

.bullet-point-section p{
      font-size: 20px;
    font-weight: 600;
}
 h2{
text-align: center;
}
.bullet-point-section-row{
    row-gap: 50px;
}
.bullet-point-section-left{
    padding-right:80px;
}
.bullet-point-section{
    margin-top:35px;
}

.partner-logo .lists div[class*="col-"]:after {
    content: "";
    display: block!important;
    width: 2px;
    background-color: #ffdb2d;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 40px;
}

.partner-logo .lists div[class*="col-"]:nth-child(4n):after{display: none!important;}

.crm-support-section-text p{
        line-height: 26px;
    width: 75%;
}
.crm-support-left-section{
    margin-top:30px;
    padding-left:40px;
}
.stats-title{
    color: #ffdb2d ;
}
.live-breathe-main .row_three_cls div[class*="col-"] {
max-width:25%;
}
.live-breathe-main .row_three_cls div[class*="col-"]:after {
    width: 2px;
    background-color: white;
    
    height: 40px;
}

.live-breathe-main .lists .inner-wrap {
    display: block;
}

.row.trustpilot-review {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
}
.row.trustpilot-review .col-6 {
    padding-left: 25px;
    padding-right: 25px;
}
.client-review {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.client-review > figure {
    margin-right: 25px;
    width: calc(100% - 165px);
}
.client-review .review-count {
    width: 140px;
    height: 140px;
    background-color: #ffda30;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center;
}
.client-review .review-count h4 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 0;
}
.client-review .review-count span {
    font-size: 19px;
    display: inline-block;
}
.row.trustpilot-review .col-lg-6:first-of-type:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 25px);
    background-color: #f0f0f0;
    right: 0;
    top: -12px;
}
.col-lg-6{
    width: 50%;
}
.bs-descp{
    font-size: 16px !important;
}
.bullet-point-section img{
    padding-top: 115px;
}

@media (max-width:1366px){
    .popup-main2 .close-popup{width: 30px; height: 30px;}
}

@media screen and (min-width:300px) and (max-width:344px){
    .slider-name{
        font-size:  11px !important ;
    }
    .slider-descp{
        font-size:  10px !important;
    }
    .user-title{
        font-size:  9px !important  ;
        left:18px !important    ;
    }
}


@media screen and (max-width: 639px) {
    
    .row.trustpilot-review .col-lg-6:first-of-type {
        margin-bottom: 30px;
    }
    .row.trustpilot-review .col-lg-6:first-of-type:after {
    display: none;
}
 .row.trustpilot-review .col-lg-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
        .client-review {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .live-breathe-main .row_three_cls div[class*="col-"] {
       max-width: 100% !important;
        width: 100% !important;
    }
    .live-breathe-main .row_three_cls div[class*="col-"]:after {
    display: none;
}
   .user-title {
        font-size: 10px !important;
        bottom: 5px !important;
        left: 23px;
    }
        .user-title span {
        font-size: 8px !important;
    }
        .slider-right {
        padding: 5px 20px 0 16px !important;
        width: 50% !important;
    }
        .slider-left {
        padding: 8px 0px 0 29px !important;
        width: 50% !important;
    }
}
@media screen and (max-width: 767px) {
   .bs-descp{
    font-size: 14px !important;
}
    .ms-sno {
    font-size: 16px;
    width: 31px;
    height: 31px;
    padding-top: 5px;
}
.right-content-bs {
    padding-top: 0px;
}

    .mobile-cta{
        text-align: center;
    }
    .crm-support-left-bg-image{
        margin-top:30px;
    }
    .ratings-section {
    padding: 40px 0;
    margin: 10px;
}
    .mobile-section{
        display:    block;
    }
    .desktop-section{
        display:    none;
    }
    .step-content{
        padding-left:   unset !important    ;
    }
        .step-image::before {
            display:    none;
        }

        .mobile-image{
            width:100px;
        }

        .step-animation {
            padding-top:60px;
        }
        .flex-container {
    display: flex;
    align-items: flex-start; /* Align items at the start (top) */
}

.step-image {
    margin-right: 20px; /* Space between the image and the text */
}

.mobile-image img {
    max-width: 100%; /* Make sure the image is responsive */
    height: auto; /* Maintain aspect ratio */
}

.sno{
  font-size: 24px;
}
.bullet-point-section p{
      font-size: 16px;
    font-weight: 600;
}
.crm-support-section-text p{
    width: 100%;
}
.desktop{
    display: none;
}
    .client-review .review-count {
        width: 100px;
        height: 100px;
    }
    .client-review .review-count h4 {
        font-size: 30px;
    }
    .client-review .review-count span {
        font-size: 17px;
    }
    .client-review > figure {
        margin: 0 auto;
        width: calc(100% - 165px);
    }
    .row.trustpilot-review {
margin-bottom:10px;
    }
    .owl-prev::before {
        left: 2% !important;
        width: 30px;
        height: 18px;
        top:45%;
    }
    .owl-next::before {
        right: 2.5% ;
        width: 30px;
        height: 18px;
        top:45%;
    }
        .slider-left {
        padding: 40px 0px 0 29px;
        width:50% !important;
    }
    .slider-right {
                padding: 51px 19px 0 20px;
         width:50% !important;
    }
        .user-title span {
        font-size: 10px;
    }
    .user-title{
        font-size: 12px;
        bottom: 3px !important;
    }

     .slider-right p {
    margin-top: 14px !important;
    line-height: 20px !important;
    font-size: 12px !important;
}

    .slider-name{
        font-size:14px !important;
    }
   
.owl-item .item{
    height:315px !important;
}
    .client-logo-slider {
        width: 100px !important;
    }

   .owl-nav{
        display: none;
      }
}
@media screen and (min-width:768px) and (max-width:1023px){
        .mobile-cta {
        text-align: center;
    }
    .desktop-content{
        display: none;
    }
    .crm-support-left-bg-image{
        width: 100%;
    }
     .crm-support-left-bg-image p{
        width: 100%;
    }
    .new-btn-div {
    display: unset;
    align-items: center; /* Vertically center items */
    border: unset;
    border-radius:  unset;
    padding: 15px;
    margin-top: 30px;
}

.new-btn-div p {
    margin: 0; /* Remove default margin from the paragraph */
    font-weight: 600;
    font-size:16px;
}

.new-btn-div .btn {
    margin-top:30px;
    margin-left: 0px; /* Add some space between the paragraph and the button */
}
    .owl-nav{
        display: none;
      }
        .checkboxes-section {
            padding-top:0px !important;
        }
}

@media screen and (min-width:768px) and (max-width:1023px){
      .owl-nav{
        display: none;
      }
}

@media screen and (min-width:1023px) and (max-width:1024px){
     .owl-next::before {
        right:16% !important;
    }

    .owl-prev::before {
        left: 16% !important;
    }
        
}

@media screen and (min-width:1025px) and (max-width:1439px){
     .owl-next::before {
        right:14% !important;
    }

    .owl-prev::before {
        left: 14% !important;
    }
   
        
}

@media screen and (min-width:1441px) and (max-width:1601px){

    .owl-carousel .owl-item {
        margin: 40px;
    }
        
}

@media screen and (min-width:853px) and (max-width:1023px){
        .btn a, .yellow-btn {
        padding: 12px 25px;
    }

   
}

@media screen and (max-width: 1024px) {
    

.bullet-point-section-left{
    padding-top:40px;
    padding-right:0px;
    width: 100%;
    text-align: center;
}

.

.sno{
  font-size: 24px;
}
.bullet-point-section p{
      font-size: 16px;
    font-weight: 600;
}
.bullet-point-section-left img{
    width: 300px;
}

.bullet-point-section {
    width:100%;
    margin-bottom: 0px;
}


.maximize-section .listng .col-6 {
        width: 100% !important;
        margin-bottom: 0px;
    }
    .bullet-point-section-image{
        text-align:     center  ;
    }
    .maximize-section .listng .col-6 img {
        margin-top:40px;
        width: 300px !important;
    }
     .maximize-section .listng .col-6 {
        width: 100% !important;
        margin-top: 0px;
    }
    .bullet-point-section img {
    padding-top: 0px;
}
.slider-left{
       padding: 94px 0px 0 29px;
}
.client-logo-slider {
        width: 120px;
    }
        .slider-right p {
        margin-top: 14px;
        width: 100% !important;
        font-size: 12px !important;
    }
    .slider-right {
    padding: 79px 30px 0 30px;
    }
    .user-title {
    font-size: 16px;
    bottom: 6px;
    }
        .user-title span {
        font-size: 14px;
    }

    .owl-item .item{
        height: 350px;
        background-position: bottom;
    }
    .owl-item.active .item {
        height: 406px;
        background-position: bottom;
    }
    .owl-prev::before {
        left:16%;
            width: 30px;
    height: 18px;
    }
    .owl-next::before{
        right: 16% ;
            width: 30px;
    height: 18px;
    }
        .owl-carousel .owl-item {
        margin: 30px;
    }
}

@media screen and (min-width:1025px) and (max-width:1439px){
     .owl-item .item{
        height: 350px;
        background-position: bottom;
    }
    .owl-item.active .item {
        height: 406px;
        background-position: bottom;
    }
    .owl-prev::before {
        left:16%;
            width: 30px;
    height: 18px;
    }
    .owl-next::before{
        right: 16% ;
            width: 30px;
    height: 18px;
    }
        .owl-carousel .owl-item {
        margin: 30px;
    }

.user-title {
    font-size: 16px;
    bottom: 20px;
}
.slider-right {
    padding: 50px 25px 0 15px;
}
.slider-left {
    /* padding: 79px; */
    padding: 35px;
}

    .slider-right p {
        font-size: 14px !important;
    }
    
}

@media screen and (min-width:1265px) and (max-width:1439px){

.owl-item.active .item {
        background-position: left;
    }
    .owl-item .item {
         background-position: left;
    }
}

@media screen and (min-width:1439px) and (max-width:1440px){

.owl-item.active .item {
        background-position: bottom;
    }
    .owl-item .item {
         background-position: bottom;
    }
}

@media screen and (max-width: 1439px) {
    .line-image{
        display: none;
    }
    .step-image{
        text-align:     center;
        height:     100%;
        position:   relative    ;
    }
    .step-image::before {
        position:   absolute   ;
        content:   "";
        width:  2px;
        height:  calc(100% + 100px);
        background-color:   #ffdb2d;
        left:   50%;
        top:0;

    }
    
.step-block:last-child .step-image {height: auto;}
.step-block:last-child .step-image::before { display:none; }
   .step-block:last-child .step-image figure.image.img3::after , .step-block:first-child .step-image figure.image.img3::before {
            display:    none;
    }

     .img-block {
  
    
    text-align: center;
    margin: 0 auto !important;
    }
    .step-block3 {
     padding-left: unset; 
     padding-top:    unset   ;
      
}

.step-block4 {
     margin-left: unset; 
}
.step-block6 {
   margin-left: unset;
 margin-top: unset  ;
}

.step-content {
    padding-left: 60px;
}
.step-content .btn {
    justify-content:   left !important  ;
}
.checkboxes-section{
    padding-top:30px;
}
figure.image.img3  {
    background-color:  #f1f2f2   ;
}
figure.image.img3::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: black;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    top: -5px;
    right: 0;
}
figure.image.img3::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: black;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
}

.step-block3 .img-block {
     padding-top: unset; 
}
 
}