.container{
    max-width: 1230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.py-6{
    padding-top: 90px;
    padding-bottom: 90px;
}
body{
    font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;
}
a{
    text-decoration: none;
}
a:hover{
    color: #fff;
}
.custom-heading-font{
    font-family: "Playfair Display", serif;
}
.custom-body-font{
    font-family: "Poppins", sans-serif;
}
.btn-custom{
font-size: 18px;
font-weight: 500;
font-family: "Poppins", sans-serif;
}
.btn-custom-success{
background: #677D68;
color: #fff;
padding: 12px 26px;
border-radius: 500px;
}
header#Header{
    padding: 15px 0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
header#Header .custom_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header#Header .custom_row .custom-col ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    column-gap: 35px;
}
header#Header .header-logo img{
    width: 107px;
    height: 99px;
    object-fit: cover;
}
header#Header .custom_row .custom-col ul li a{
    font-size: 18px;
    color: #000;
    font-family: "Poppins", sans-serif;
    transition: 0.5s all linear;
}
header#Header .custom_row .custom-col ul li a:hover{
    color: #677D68;
}
.custom-header-logo a img{
    width: 107px;
    height: 99px;
}
section.herobanner{
    position: relative;
    padding: 60px 0;
}
section.herobanner::before{
    content: '';
    background-image: url(../../../../uploads/2026/02/bnr-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
section.herobanner .custom-outer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 74px;
}
section.herobanner .custom-outer-flex .custom-inner-flex img{
width: 451px;
height: 502px;
border-radius: 20px;
object-fit: cover;
}
section.herobanner .custom-outer-flex .custom-inner-flex:nth-child(1){
    flex-basis: 60%;
    }
section.herobanner .custom-outer-flex .custom-inner-flex .custom-content h1{
font-family: "Playfair Display", serif;
font-weight: 500;
font-size: 50px;
line-height: 70px;
color: #000
}
section.herobanner .custom-outer-flex .custom-inner-flex .custom-content p{
    font-size: 18px;
    line-height: 29px;
    color: #212529;
}
section.herobanner .custom-outer-flex .custom-inner-flex .custom-content .custom-hero-banner-btn{
    margin-top: 34px;
}
section.about{
    background: #EFF6F6;
    padding: 50px 0;
}
section.about .custom-outer-flex{
    display: flex;
    justify-content: flex-start;
    column-gap: 15px;
}
section.about .custom-outer-flex .inner-custom-flex h1{
    color: #000;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0;
}
section.about .custom-outer-flex .inner-custom-flex h3{
    color: #004C58;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
}
section.about .custom-outer-flex .inner-custom-flex:nth-child(1){
    flex-basis: 40%;
}
section.welcome .outer-custom-flex{
    display: flex;
    column-gap: 95px;
}

section.welcome .outer-custom-flex .custom-inner-flex .custom-content h2{
    color: #004C58;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}
section.welcome .outer-custom-flex .custom-inner-flex .custom-content p{
    font-size: 18px;
}
section.welcome .outer-custom-flex .custom-inner-flex .custom-thumbnail img {
    max-width: 495px;
    height: 658px;
    object-fit: cover;
    border-radius: 20px;
}
section.custom-grid .outer-custom-flex{
    display: flex;
    column-gap: 125px;
    justify-content: space-between;
}
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content h2{
    font-size: 40px;
    font-weight: 500;
    color: #004C58;
    margin-bottom: 14px;
}
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content h4{
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;

}
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content p{
    color: #2E3133;
    font-size: 18px;
}
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-thumbnail{
   position: relative;
}
section.custom-grid .outer-custom-flex:nth-child(odd) .inner-custom-flex .custom-thumbnail{
    display: flex;
    justify-content: end;
 }
 section.custom-grid .outer-custom-flex:nth-child(even){
    flex-direction: row-reverse;
 }
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-thumbnail img{
    width: 496px;
    object-fit: cover;
    border-radius: 20px;
    height: 622px;
    object-position: bottom;
}
section.custom-grid .outer-custom-flex .inner-custom-flex:nth-child(1){
    flex-basis: 55%;
}
section.custom-grid .outer-custom-flex .inner-custom-flex:nth-child(2){
    flex-basis: 42%;
}
section.custom-grid .outer-custom-flex:nth-child(odd) .inner-custom-flex .custom-thumbnail::after{
    content: '';
    background: #FFF6EB;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    left: -30px;
}
section.custom-grid .outer-custom-flex:nth-child(even) .inner-custom-flex .custom-thumbnail::after{
    content: '';
    background: #FFF6EB;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 30px;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    right: -30px;
}
section.custom-grid .outer-custom-flex:not(:last-child){
    margin-bottom: 100px;
}
section.custom-grid .outer-custom-flex:nth-child(2) .inner-custom-flex .custom-thumbnail img{
    width: 100%;
    
	object-fit: cover;
    object-position: center;
}
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content ul li{
    color: #212529;
    font-size: 18px;
    line-height: 29px;
}

section.custom-grid .outer-custom-flex:nth-child(2) .inner-custom-flex .custom-content h5{
    color: #2E3133;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 23px;
}

section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content ul li:not(:last-child){
    margin-bottom: 12px;
}
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content ul{
    margin-bottom: 30px;
    padding-left: 0;
}
section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content ul li{
    position: relative;
    display: flex;
    column-gap: 20px;
}
section.custom-grid .outer-custom-flex:nth-child(4) .inner-custom-flex .custom-content ul{
    margin-bottom: 0px;
    padding-left: 0;
}

section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content ul li::before{
    content: '';
    background-image: url(../images/right-border-tick.png);
    height: 27px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
}
section.custom-grid .outer-custom-flex:nth-child(3) .inner-custom-flex .custom-thumbnail img{
    width: 100%;
    
	        object-fit: cover;
        object-position: center;
}
section.custom-grid .outer-custom-flex:nth-child(4) .inner-custom-flex .custom-thumbnail img{
    width: 100%;
    
	        object-fit: cover;
        object-position: center;
}
section.services h2{
margin-bottom: 70px;
font-size: 40px;
font-weight: 500;
}
section.services .outer-custom-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
section.services .outer-custom-grid .inner-custom-grid .custom-card{
    background-color: #EFF6F6;
    padding: 35px 24px;
    border-radius: 20px;
    height: 100%;
}
section.services .outer-custom-grid .inner-custom-grid .custom-card h3{
    font-size: 25px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #004C58;
    margin-bottom: 15px;
}
section.services .outer-custom-grid .inner-custom-grid .custom-card p{
    font-size: 18px;
    color: #000;
}
section.services .outer-custom-grid .inner-custom-grid .custom-card .custom-icon {
    width: 87px;
    height: 102px;
    position: relative;
    z-index: 1;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
section.services .outer-custom-grid .inner-custom-grid .custom-card .custom-icon:after {
    content: '';
    background-image: url(../images/leaf-bg.png);
    background-repeat: no-repeat;
    width: 87px;
    height: 102px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
/*******************************faq******************************/
section.faq {
padding-bottom: 100px;
  }
section.faq .bg_custom_light{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }
    
    section.faq   h2{
      font-size: 40px;
      margin-bottom: 45px;
      color: #000;
      font-weight: 500;
    }
    section.faq .faq-item {
      border-radius: 20px;
      padding: 32px 40px;
      background-color: #EFF6F6;
  }
  section.faq .faq-item.active{
    box-shadow: 0px 1px 25px 0px #00000017;
    background-color: #fff;
  }
  
  section.faq .faq-item:not(:last-child) {
      margin-bottom: 12px;
  }
  
  section.faq .faq-question {
      width: 100%;
      border: none;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      background-color: #EFF6F6;
      padding: 0;
  }
  section.faq .faq-item.active .faq-question{
    background-color: #fff;
  }
    section.faq .faq-question .icon {
        background: #677D68;
        color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: grid;
        place-content: center;
    }
  section.faq .faq-question .icon::before {
    content: "\2b"; /* chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }
  section.faq .faq-item.active .faq-question .icon::before {
    content: '\f068';
  }
  
  section.faq .faq-question span.title {
      font-weight: 500;
      font-size: 20px;
      line-height: 29px;
      color: #212529;
  }
  
  section.faq .faq-answer {
      display: none;
      padding: 12px 0 0 0;
      font-size: 18px;
      line-height: 29px;
      color: #212529;
  }
  
  section.faq .faq-item.active .faq-answer {
      display: block;
  }
  section.faq .bottom-custom-btn{
    display: flex;
    justify-content: center;
    margin-top: 75px;
}
section.resources h2{
    color: #000;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 70px;
}
section.resources{
    padding-top: 100px;
}
section.resources .outer-custom-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
section.resources .outer-custom-grid .inner-custom-grid .custom-card{
    background-color: #EFF6F6;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
}
section.resources .outer-custom-grid .inner-custom-grid .custom-card h4{
    color: #004C58;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
}
section.resources .outer-custom-grid .inner-custom-grid .custom-card p{
    color: #212529;
    font-size: 18px;
    line-height: 29px;
}
section.resources .outer-custom-grid .inner-custom-grid .custom-card .custom-card-footer{
    margin-top: auto;
}
section.resources .outer-custom-grid .inner-custom-grid .custom-card .custom-card-footer a{
    color: #004C58;
    font-size: 18px;
    line-height: 29px;
    text-decoration: underline;
}
footer#Footer{
    background: #FFF6EB;
    padding: 60px 0;
}
footer#Footer .custom-outer-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}
footer#Footer .custom-outer-grid .inner-custom-grid h5{
font-size: 20px;
font-weight: 500;
font-family: "Poppins", sans-serif;
margin-bottom: 25px;
color: #000;
}
footer#Footer .custom-outer-grid .inner-custom-grid ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    column-gap: 24px;
}
footer#Footer .custom-outer-grid .inner-custom-grid ul li a{
    background: #677D68;
    color: #fff;
    width: 33px;
    height: 33px;
    display: grid;
    border-radius: 5px;
    place-content: center;
}
footer#Footer .custom-outer-grid .inner-custom-grid p{
    color: #000;
    font-size: 18px;
}
footer#Footer .custom-outer-grid .inner-custom-grid .custom-outer-flex .custom-inner-flex{
    display: flex;
    column-gap: 18px;
}
footer#Footer .custom-outer-grid .inner-custom-grid .custom-outer-flex .custom-inner-flex .right-text{
font-size: 18px;
color: #000;
}
footer#Footer .custom-outer-grid .inner-custom-grid .custom-outer-flex .custom-inner-flex .right-text a{
    font-size: 18px;
    color: #000;
    display: block;
}
footer#Footer .custom-outer-grid .inner-custom-grid .custom-outer-flex .custom-inner-flex:not(:last-child){
    margin-bottom: 25px;
}
footer#Footer .custom-outer-grid .inner-custom-grid .custom-outer-flex .custom-inner-flex .left-icon{
    flex: none;
}
footer#Footer .copyright-text{
    border-top: 1px solid #677D68;
    padding-top: 42px;
    margin-top: 82px;
}
footer#Footer .copyright-text .left-custom-text{
    color: #000;
    font-size: 16px;
}
footer#Footer .copyright-text .right-custom-text{
    display: flex;
    justify-content: flex-end;
    column-gap: 26px;
}
footer#Footer .copyright-text .right-custom-text a{
    color: #000;
    font-size: 16px;
}
section.session .session-bg{
    padding: 62px 75px;
    background: #677D68;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
section.session .session-bg::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 286px;
    width: 257px;
    background-image: url(../images/book-session-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
}
section.session h2{ 
    color: #fff;
    margin-bottom: 44px;
    text-align: center;
    font-family: "Playfair Display", serif;
}
section.testimonials{
    padding: 60px 0;
    background: linear-gradient(180deg, #FFF6EB 14.93%, #FFFFFF 116.5%);
}
section.testimonials h2{
 font-size: 40px;
 font-weight: 500;
 color: #000;
 margin-bottom: 68px;
}
section.testimonials .outer-custom-slider .inner-custom-slide .custom-card{
    background-color: #fff;
    border-radius: 22px;
    padding: 38px;
    height: 100%;
}
section.testimonials .custom-arrows button{
    border: 1px solid #677D68;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    background-color: transparent;
}
section.testimonials .custom-arrows button.is-active{
    background-color: #677D68;
    color: #fff;
}
/* ENABLED ARROW */
section.testimonials .custom-arrows button:not(.slick-disabled) {
    opacity: 1;
    pointer-events: auto;
  }
  /* spacing between cards */
section.testimonials .outer-custom-slider{
margin-left: -10px;
margin-right: -10px;
} 
section.testimonials .outer-custom-slider .slick-slide {
    padding: 0 10px;
}
section.testimonials .outer-custom-slider .inner-custom-slide .custom-card .outer-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.testimonials .custom-arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.testimonials .custom-arrows button i{
    color: #000;
}
section.testimonials button.is-active i{
    color: #fff;
}
section.testimonials button.is-active {
    color: #fff;
}
section.testimonials .inner-container {
    position: relative;
}
section.testimonials .custom-arrows button.customc-prev{
    left: -60px;
}
section.testimonials .custom-arrows button.customc-next{
    right: -60px;
}
section.testimonials ul.slick-dots {
    bottom: -100px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #677D68;
    font-size: 15px;
}
.slick-dots li button:before {
    font-size: 9px;
    color: rgba(103, 125, 104, 0.2);
    opacity: 1;
}
.slick-dots li {
    margin: 0;
}

section.session .inner-bg {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

/* Ensure the CF7 wrapper doesn't break the layout */
section.session .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
section.session  .form-group {
    margin-bottom: 20px;
}
/* Fix for the bottom border alignment */
section.session .inner-bg input[type="text"],
section.session .inner-bg input[type="email"],
section.session .inner-bg textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CAC9C9;
    padding: 0; /* Added padding for better look */
    background: transparent;
    display: block;
    outline: none;
}
section.session span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
section.session span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item  label {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}
section.session .wpcf7-list-item{
    margin: 0;
}
section.session .inner-bg textarea {
    resize: none;
}
/* Fix for the checkbox alignment */
section.session .wpcf7-checkbox label span {
    font-weight: 400;
    margin-bottom: 0;
}

/* Agreement Styling */
section.session  .agreement-label {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    margin-top: 5px;
}

/* Hide the default CF7 validation error for acceptance to keep it clean */
section.session  .wpcf7-acceptance .wpcf7-not-valid-tip {
    display: none !important;
}
section.session label{
    margin-bottom: 15px;
}
section.session .form-row.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
section.session input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-custom.btn-custom-success{
    border: none;
}
/* 1. Fix the vertical stretch between the two columns */
section.session .form-row.two-col {
    align-items: start !important;
}

/* 2. Fix the Textarea height and appearance */
section.session .inner-bg textarea {
    height: 45px !important;      /* Matches the height of your text inputs */
    min-height: 45px !important;
    padding: 10px 0 5px 0 !important;
    line-height: 1.5 !important;
    overflow: hidden;             /* Removes the scrollbar for a cleaner look */
    transition: height 0.3s ease; /* Smooth transition if it expands */
}

/* 3. Optional: Expand the textarea slightly when clicked so users can see more text */
section.session .inner-bg textarea:focus {
    height: 100px !important; 
    overflow-y: auto;
}

/* 4. Align checkboxes/radio buttons with the first line of text */
section.session .wpcf7-list-item label input[type="checkbox"],
section.session .wpcf7-list-item label input[type="radio"] {
    margin-top: 5px !important;
    flex-shrink: 0;
}

/* 5. Mobile Responsiveness: Stack columns on smaller screens */
@media (max-width: 768px) {
    section.session .form-row.two-col {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    section.session .inner-bg {
        padding: 25px; /* Adjust padding for mobile devices */
    }
}
/* Mobile */
@media (max-width: 768px) {
    section.session .inner-bg .two-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media (max-width: 991px){
    header#Header {
        padding: 10px 0;
        position: static;
    }
    
    
    section.herobanner .custom-outer-flex {
        align-items: stretch;
        column-gap: unset;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    section.welcome .outer-custom-flex .custom-inner-flex .custom-thumbnail img {
        
        width: 100%;
		object-fit: cover;
        object-position: center;
    }
    section.custom-grid .outer-custom-flex:not(:last-child) {
        margin-bottom: 70px;
    }
    section.custom-grid .outer-custom-flex {
        column-gap: unset;
        flex-direction: column-reverse !important;
        row-gap: 20px;
    }
    footer#Footer .custom-outer-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    section.session .session-bg {
        padding: 50px 20px;
    }
    section.faq h2 {
        font-size: 30px;
        margin-bottom: 35px;
    }
    
    
    footer#Footer .copyright-text .right-custom-text {
        justify-content: start;
        column-gap: 15px;
    }
    
    section.resources .outer-custom-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    section.services .outer-custom-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    
    section.about .custom-outer-flex {
        column-gap: unset;
        flex-direction: column;
        row-gap: 20px;
    }
    section.welcome .outer-custom-flex {
        column-gap: unset;
        row-gap: 20px;
        flex-direction: column;
    }
    
    section.herobanner .custom-outer-flex .custom-inner-flex img {
        width: 100%;
        
		object-fit: cover;
        object-position: center;
    }
    section.herobanner .custom-outer-flex .custom-inner-flex .custom-content h1 {
        font-size: 35px;
        line-height: 50px;
    }
    section.herobanner .custom-outer-flex .custom-inner-flex:nth-child(1) {
        flex-basis: 100%;
    }
    section.services h2{
        margin-bottom: 35px;
        }
    
}

/* Hamburger Styles */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999;
}

.menu-toggle .bar {
    width: 30px;
    height: 3px;
    background-color: #000;
    transition: 0.3s;
}

/* Mobile View (Below 991px) */
@media (max-width: 991px) {
    .menu-toggle {
        display: flex; /* Show hamburger */
    }

    header#Header .custom_row .nav-col {
        position: fixed;
        top: 0;
        right: -100%; /* Hide off-screen */
        width: 100%;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transition: 0.4s ease-in-out;
        padding-top: 100px;
        z-index: 998;
    }

    /* When menu is active */
    header#Header .custom_row .nav-col.active {
        right: 0;
    }

    header#Header .custom_row .custom-col ul {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 25px;
        padding-left: 20px;
        padding-top: 50px;
    }
    .header-logo {
        position: relative;
        z-index: 999;
    }

    /* Hide the right-side button on very small screens or move it inside menu */
    .btn-col {
        display: none; 
    }
    section.about .custom-outer-flex .inner-custom-flex h1 {
        font-size: 35px;
    }
    section.about .custom-outer-flex .inner-custom-flex h3 {
        font-size: 25px;
    }
    section.welcome .outer-custom-flex .custom-inner-flex .custom-content h2 {
        font-size: 30px;
    }
    section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content h2 {
        font-size: 35px;
    }
    section.custom-grid .outer-custom-flex:nth-child(even) .inner-custom-flex .custom-thumbnail::after{
        display: none;
    }
    section.custom-grid .outer-custom-flex:nth-child(odd) .inner-custom-flex .custom-thumbnail::after{
        display: none;
    }
    section.faq .faq-item {
        padding: 20px;
    }
    section.faq .faq-question .icon {
        width: 30px;
        height: 30px;
        flex: none;
    }
    section.faq .faq-question .icon::before {
        font-size: 12px;
    }
    section.testimonials .custom-arrows button.customc-next {
        display: none;
    }
    section.testimonials .custom-arrows button.customc-prev {
        display: none;
    }
    section.custom-grid .outer-custom-flex .inner-custom-flex .custom-thumbnail img {
        width: 100%;
        
		object-fit: cover;
        object-position: center;
    }
    section.custom-grid .outer-custom-flex .inner-custom-flex .custom-content ul li::before {
        flex: none;
    }
    
    
}
section.innerBanner{
    background-color: #EFF6F6;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}