/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2025 | 15:22:09 */
/* .single #header {
    background: transparent;
} */

.share-post {
    margin: 56px 10px;
	display:none;
}
.forStikcy {
    position: sticky;
    top: 40px;
    height: 200px;
}
.share-post .social-icons {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.share-post .social-icons li {
  display: inline-block;
}

.share-post .social-icons a,
.share-post .social-icons button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.share-post .social-icons img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%) brightness(0.7);
}

.share-post .social-icons a:hover img,
.share-post .social-icons button:hover img {
  transform: scale(1.1);
  filter: none;
}

.copy-post-link.copied img {
  filter: hue-rotate(90deg); /* Slight visual cue when copied */
}



#header {
    background: #121566;
}
.q-icon-top {
    margin-top: -9px;
}

.q-icon-bottom {
    margin: 5px 5px;
}
.page-id-7 #header {
    background: #0000;
} 

.container {
    max-width: 1200px;
}
.mini-text {
    font-size: 18px;
    font-weight: 300;
}
#my-cus-img p {
    font-size: 18px;
    font-weight: 400;
    color: #121566;
    font-family: 'Roboto';
	padding: 0px 60px;
}
.top-header a {
    color: white;
    font-weight: 700;
    text-decoration: underline;
}
#con-icon-box {
  padding:10px;
  margin: 10px;
	height: 264px;
  background: #FFF;
  box-shadow: 0px 30px 50px 0px #DADAF4;
}

.elementskit-post-image-card {
    background: transparent !important;
    box-shadow: none !important;
}

.footer-logo img{
    width: 217px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    margin:0 auto;
}

#custom-img-box .elementor-image-box-content {
    position: relative; 
/*     border-radius: 19px;
    border: 1px solid #EAEAEF;
    background: #F3F3FF;
    box-shadow: 0px 6px 0px 0px #1BA081; */
    margin-top: -33px;
    justify-content:left;
    text-align:left;
    padding:20px 10px;
}
.e-n-accordion-item-title {
    display: flex;
    align-items: center;
}

.e-n-accordion-item-title-icon {
    margin-left: auto;
}
a {
    font: inherit;
    color: inherit;
    font-size: inherit;
}


.logo {
    width: 170px;
}

img {
    max-width: 100%;
}

.top-header p {
    margin: 0;
    color: #FFF;
    font-family: Montreal, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-header {
    background: #1BA081;
    padding: 9px 0;
}

.header-right .header-right-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.header-right .header-right-menu li a {
    padding: 36px 16px;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.header-login {
    color: #193368;
    font-family: Montreal, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 22px;
    border-radius: 8px;
    background: #FFF;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;
}

.header--banner {
    z-index: 999;
    transition: 0.5s;
    position: fixed;
    width: 100%;
    top: 0;
}

.inner-header.fixed-top {
    background: #121566;
    animation: header-anime .2s linear 1 forwards
}

@keyframes header-anime {
    from {
        top: 36px
    }

    to {
        top: 0
    }
}

.inner-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.inner-header {
    padding: 0 0;
}

.sub-nav {
    position: fixed;
    top: 118px;
    left: 0;
    display: none;
    background: #4d30b0;
    background: linear-gradient(82.93deg, #121565 -27.68%, #121565 89.26%);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    width: 100vw;
    padding: 80px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 99;
}

.header-right .header-right-menu li:hover .sub-nav {
    display: block;
}

.wrapper {

    max-width: 1190px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.sub-nav-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
}

.sub-nav-main>* {
    padding: 0 12px;
    width: 33.3333%;
}

.sub-nav-main-block p {
    color: #fff;
    font-size: 32px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
}

.sub-nav-main-block ul {
    padding: 0;
    list-style: none;
}

.sub-nav-main-block ul li:not(:last-child) {
    padding-bottom: 15px;
}

.header-right .header-right-menu .sub-nav-main-block ul li a {
    display: block;
    padding: 3px 0;
    position: relative;
    transition: 0.5s;
}

.header-right .header-right-menu li:not(.sub-menu li) {
    position: relative;
}

.header-right .header-right-menu li.dropdown:not(.sub-nav li):before {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='non-zero' d='M13.069 5.157L8.384 9.768a.546.546 0 0 1-.768 0L2.93 5.158a.55.55 0 0 0-.771 0a.53.53 0 0 0 0 .759l4.684 4.61a1.65 1.65 0 0 0 2.312 0l4.684-4.61a.53.53 0 0 0 0-.76a.55.55 0 0 0-.771 0' stroke-width='0.8' stroke='%23fff'/%3E%3C/svg%3E");
    background-size: cover;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
}


.header-right .header-right-menu li.dropdown:hover:not(.sub-nav li):before {
    transform: rotate(-90deg);
}


.header-right .header-right-menu .sub-nav-main-block ul li a:before {
    position: absolute;
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M11.273 3.687a1 1 0 1 1 1.454-1.374l8.5 9a1 1 0 0 1 0 1.374l-8.5 9.001a1 1 0 1 1-1.454-1.373L19.125 12z' stroke-width='0.8' stroke='%23fff'/%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    right: 50px;
}

.header-right .header-right-menu .sub-nav-main-block ul li a:hover {
    color: #1b9e7f;
}

.header-right .header-right-menu .sub-nav-main-block ul li a:hover:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%231b9e7f' d='M11.273 3.687a1 1 0 1 1 1.454-1.374l8.5 9a1 1 0 0 1 0 1.374l-8.5 9.001a1 1 0 1 1-1.454-1.373L19.125 12z' stroke-width='0.8' stroke='%231b9e7f'/%3E%3C/svg%3E");
}

.header-right .header-right-menu .sub-nav-main-block ul li a:hover .text {
    text-decoration: underline;
}

.header-right .header-right-menu .sub-nav-main-block ul li a .text {
    transition: 0.5s;
}

.toggle-btn-my {
    display: none;
}

.footer {
    border-radius: 37px 37px 0px 0px;
    background: #121566;
    padding-top: 80px;
    text-align: center;
    color: #fff;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 40px 0;
}

.footer-menu ul li a {
    padding: 10px;
    text-decoration: none;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-footer p {
    max-width: 1050px;
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.footer-top p {
    margin: 0;
    text-align: justify;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
}

.footer-top ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 7px;
    margin: 0;
    justify-content: end;
}

.footer-top {
    padding: 24px 0;
    border-top: 1px solid #2F328B;
    margin-top: 80px;
}

.footer-top ul a {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

/* =============Testi section============== */

.testi-left {
    max-width: 190px;
    width: 100%;
    text-align: center;
}

.testi-left h3 {
    color: #121566;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    /* 324% */
    text-transform: capitalize;
    margin-bottom: 25px;
}

.testi-left p {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.7%;
    /* 24.432px */
    margin-top: 14px;
    margin-bottom: 18px;
}

.testi-review-carousel-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.testi-main {
    display: flex;
}

.testi-right {
    padding-left: 60px;
    padding-right: 20px;
    width: calc(100% - 190px);
    position: relative;
}

.testi-review-carousel-item .testi-review-carousel-img {
    align-items: flex-start;
    gap: 10px;
}

.testi-review-carousel-item .testi-review-carousel-img li:first-child img {
    width: 105px;
}

.testi-review-carousel-item h3 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 152.7%;
    /* 30.54px */
    margin-bottom: 3px;
}

.testi-review-carousel-item p {
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 15px;
}

ul.testi-author {
    gap: 3px;
}

ul.testi-author li {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 152.7%;
    /* 21.378px */
}

ul.testi-author li:last-child {
    color: #6D6D6D;
    font-weight: 400;
}

.testi-review-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -45px;
    height: fit-content;
    bottom: 0;
    margin: auto;
}

.testi-review-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -40px;
    height: fit-content;
    bottom: 0;
    margin: auto;
}

/* =============Testi section============== */

/* ============Blog section================= */
.blog-banner {
    color: #fff;
    padding: 140px 0;
}


.blog-banner-main {
    background-position: center;
    border-radius: 0px 0px 37px 37px;
    background-color: #f3f3ff;
    overflow: hidden;
    background-size: cover;
}

.blog-banner-content {
    max-width: 880px;
    margin: auto;
}

.blog-banner-content h1 {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    /* 180% */
    text-transform: capitalize;
    margin-bottom: 30px;
}

.blog-banner-content p {
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    margin: 0;
}

.blog-feature-img {
    border-radius: 19px;
    overflow: hidden;
}

.blog-publish-date {
    margin: 20px 0;
    color: #6265A9;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.7%;
    /* 24.432px */
}




.blog--detail-content h3 {
    color: #121566;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 144% */
    text-transform: capitalize;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog--detail-content a {
    text-decoration: none;
}

.blog--detail-content p {
    color: #121566;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.read-more-btn {
    color: #121566;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    /* 252.941% */
    text-transform: capitalize;
}

.main-featured-blog--bg {
    padding: 106px 0 116px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f3f3ff;
}


.main-featured-blog-block {
    display: flex;
    gap: 50px;
    align-items: center;
}

.main-featured-blog-inner-content {
    max-width: 544px;
    width: 100%;
}

.blog-tiles {
    padding: 75px 0 120px;
}

/* .main-featured-blog--bg.sticky {
            position: sticky;
        } */

/* ============Blog section================= */
/* =======================blog dteails======================= */
.blog-detail-banner-main {
    min-height: 640px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-detail-banner-main:before {
    position: absolute;
    content: '';
    inset: 0;
    height: 100%;
    width: 100%;
    background: #121566E5;
}

.blog-details-section {
    margin-top: -300px;
    padding-bottom: 90px;
    position: relative;
    z-index: 99;
}

.blog-detail-feature-img {
    border-radius: 19px;
    overflow: hidden;
    height: 581px;
	max-width: 97%;
    margin: 0 auto;
}

.blog-details-content {
/*     max-width: 1038px; */
	max-width:97%;
    margin: auto;
    color: #121566;
}
.inner-blog-details-content {
    max-width: 99%;
    margin: 0 auto;
}
.blog-detail-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-content h1 {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px;
    /* 202.5% */
    text-transform: capitalize;
    margin: 35px 0;
}

.blog-details-content h3 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 144% */
    text-transform: capitalize;
    margin-bottom: 16px;
}

.blog-details-content h6 {
    color: #6265A9;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.7%;
    /* 24.432px */
    margin-bottom: 30px;
}

.blog-details-content p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 30px;
}


.blog-details-content ul li {
    color: #121566;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
}

.blog-feature-img img {
    width: 100%;
}

.main-footer p {
    max-width: 100%;
    text-align: left;
}
 
.footer {
    text-align: left;
}
 
.footer-menu ul {
    justify-content: flex-start;
    padding:0px;
    margin-left:-09px;
}
 
.footer-logo img {
    margin: 0;
}

/* =======================blog dteails======================= */

@media screen and (min-width:768px) and (max-width:1199px) {

    .blog-banner {
        padding: 110px 0;
    }

    .blog-banner-content h1 {
        font-size: 42px;
        margin-bottom: 4px;
    }

    .blog-banner-content p {
        font-size: 20px;
        line-height: 1.4;
    }

    .main-featured-blog--bg {
        padding: 41px 0;
    }

    .read-more-btn {
        font-size: 15px;
    }

    .blog-publish-date {
        margin: 10px 0;
    }

    .blog--detail-content h3 {
        margin-bottom: 12px;
    }

    .blog--detail-content p {
        margin-bottom: 6px;
    }

    .blog-tiles {
        padding: 50px 0 80px;
    }

    .blog-detail-banner-main {
        min-height: 500px;
    }

    .blog-detail-feature-img {
        height: 460px;
    }

    .blog-details-section {
        margin-top: -252px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .blog-banner {
        padding: 60px 0;
    }

    .blog-banner-content h1 {
        font-size: 40px;
        margin-bottom: 12px;
        margin-top: 0;
        line-height: normal;
    }

    .blog-banner-content p {
        font-size: 19px;
        line-height: 1.4;
    }

    .main-featured-blog--bg {
        padding: 21px 0;
    }

    .read-more-btn {
        font-size: 15px;
    }

    .blog-publish-date {
        margin: 10px 0;
    }

    .blog--detail-content h3 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.2;
    }

    .blog--detail-content p {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 1.4;
    }

    .blog-tiles {
        padding: 50px 0 80px;
    }

    .blog-details-content h1 {
        font-size: 35px;
        line-height: 1.4;
        margin: 20px 0;
    }

    .blog-details-content h6 {
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .blog-details-content h3 {
        font-size: 23px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .blog-details-content p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .blog-details-content ul li {
        font-size: 15px;
        line-height: 1.4;
    }

    .blog-details-content ul li:not(:last-child) {
        margin-bottom: 9px;
    }

    .blog-detail-banner-main {
        min-height: 420px;
        position: relative;
    }

    .blog-detail-feature-img {
        height: auto;
    }

    .blog-details-section {
        margin-top: -250px;
        padding-bottom: 70px;
    }

    .blog-banner-content {
        max-width: 620px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {

    .blog-banner {
        padding: 30px 0;
    }

    .blog-banner-content h1 {
        font-size: 38px;
        margin-bottom: 10px;
        line-height: normal;
        margin-top: 0;
    }

    .blog-banner-content p {
        font-size: 17px;
        line-height: 1.4;
    }

    .main-featured-blog--bg {
        padding: 51px 0;
        background-position: right 229px;
        background-color: #f3f3ff;
    }

    .main-featured-blog-block {
        flex-direction: column;
        gap: 0;
    }

    .blog-publish-date {
        margin: 10px 0;
    }

    .blog--detail-content h3 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 1.4;
    }

    .blog--detail-content p {
        font-size: 15px;
        line-height: 1.4;
    }

    .blog-tiles .row {
        gap: 24px;
    }

    .blog-tiles {
        padding: 60px 0;
    }

    .main-featured-blog--bg.sticky {
        position: unset;
    }

    .blog-details-content h1 {
        font-size: 30px;
        line-height: 1.3;
        margin: 15px 0;
    }

    .blog-details-content h6 {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .blog-details-content h3 {
        font-size: 21px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .blog-details-content p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .blog-details-content ul li {
        line-height: 1.5;
    }

    .blog-details-content ul li:not(:last-child) {
        margin-bottom: 17px;
    }

    .blog-detail-banner-main {
        min-height: 320px;
    }

    .blog-detail-feature-img {
        height: auto;
    }

    .blog-details-section {
        margin-top: -150px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {

    .toggle-btn-my {
        display: block;
    }

    .header-right {
        position: fixed;
        top: 136px;
        transition: 0.5s;
        height: 70vh;
        overflow: auto;
        left: 0;
        width: 100%;
        padding: 20px;
        transform: translateY(-120%);
        opacity: 0;
        visibility: hidden;
    }

    .toggle-btn-my {
        position: relative;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 30px;
        overflow: hidden;
        width: 30px;
        border-radius: 0;
    }

    .toggle-btn-my span {
        position: absolute;
        width: 30px;
        height: 2px;
        background: #ffffff;
        border-radius: 10px;
        transition: 0.5s;
        left: 0;
    }

    .toggle-btn-my span:nth-child(1) {
        transform: translateY(-10px);
/*         width: 21px; */
		 width: 30px;
        left: 0;
    }

    .toggle-btn-my.active span:nth-child(1) {
        width: 30px;
        transform: translateY(0) rotate(45deg);
        transition-delay: 0.125s;
    }

    .toggle-btn-my span:nth-child(2) {
        transform: translateY(10px);
/*         width: 14px; */
		  width: 30px;
        left: 0;
    }

    .toggle-btn-my.active span:nth-child(2) {
        width: 30px;
        transform: translateY(0) rotate(315deg);
        transition-delay: 0.25s;
    }

    .toggle-btn-my.active span:nth-child(3) {
        transform: translateX(60px);
    }

    .header-right.active {
        display: flex;
        transform: translateY(0%);
        flex-direction: column;
        align-items: flex-start;
      background: linear-gradient(82.93deg, #0a0d5b -27.68%, #121565 89.26%);
        visibility: visible;
        position: fixed;
        opacity: 1;
    }

    .header-right .header-right-menu {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .inner-header.fixed-top .header-right.active {
        top: 84px;
    }

    .header-right .header-right-menu li a {
        display: inline-block;
        padding: 6px 0px;
    }

    .sub-nav {
        position: relative;
        padding: 20px 15px;
        top: unset !important;
        width: 100%;
    }

    .wrapper {
        padding: 0;
    }

    .sub-nav-main {
        flex-direction: column;
        gap: 15px;
    }

    .sub-nav-main>* {
        width: 100%;
        padding: 0;
        gap: 15px;
    }

    .header-right .header-right-menu .sub-nav-main-block ul li a:before {
        right: 0;
    }

    .header-right .header-right-menu li a {
        font-size: 16px;
    }

    .header-right .header-right-menu li.dropdown:hover:not(.sub-nav li):before {
        top: 5px;
        margin: unset;
    }

    .inner-header {
        padding: 26px 0;
    }

    .header-right .header-right-menu li:hover .sub-nav {
        display: none;
    }

    .header-right .header-right-menu li .sub-nav.active {
        display: block;
    }

    .footer-menu ul {
        flex-direction: column;
    }

    .footer-menu ul {
        margin: 20px 0;
		margin-left:-09px;
        gap: 8px;
    }

    .main-footer p {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer {
        padding-top: 60px;
    }

    .footer-top {
        margin-top: 20px;
        padding: 17px 0;
    }

    .footer-menu ul li a {
        font-size: 16px;
    }

    .footer-top ul {
        justify-content: center;
    }

    .footer-top p {
        text-align: center;
        font-size: 14px;
    }

    .footer-top ul a {
        font-size: 14px;
    }


    .testi-main {
        flex-direction: column;
        gap: 24px;
    }

    .testi-right {
        width: 100%;
        padding: 0 20px;
    }

    .testi-left {
        max-width: 100%;
		margin-bottom:30px;
    }

    .testi-review-carousel .owl-nav .owl-prev {
        left: -30px;
    }

    .testi-review-carousel .owl-nav .owl-next {
        right: -30px;
    }


}

@media (max-width: 767px) {
  #main-banner-content {
    padding: 20px;
  }
	 #custom-img-box .elementor-image-box-img img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    #custom-img-box .elementor-image-box-wrapper {
        flex-direction: column;
        align-items: center;
    }

    #custom-img-box .elementor-image-box-content {
        text-align: center;
		margin-top: -43px;
    }
	#my-cus-img p {
    font-size: 18px;
    font-weight: 400;
    color: #121566;
    font-family: 'Roboto';
	padding: 0px 10px;
}
	
}

@media (max-width: 767px) {
  #excellent-rating .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center; /* centers the full row horizontally */
    /* gap: 10px; */
    margin: 0 auto;
    width: 55%;
  }

  #excellent-rating .elementor-image-box-img,
  #excellent-rating .elementor-image-box-content {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }

  #excellent-rating .elementor-image-box-img img {
    max-height: 40px;
	  padding-top: 2px;
    width: auto;
    height: auto;
    display: block;
  }

  #excellent-rating .elementor-image-box-content {
    text-align: right;
  }
}

