.navbar-custom {
    background-color: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}

.main-nav-menu {
    justify-content: end;
}

.cover-section {
    background: #F0F8FF; 
}


.grayscale-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.grayscale-image.smooth {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.grayscale-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
    opacity: 1;
}



.about-section {
    background: #FFF;
}

.about-img-box {
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.fa_color_01 {
    color: #013088;
}


.happy-customer {
    background: #FFF;
}
.happy-customer .image-box-happy {
    position: relative;
}

.happy-customer .bg-card-gray {
    background: #F0F8FF;
    border-radius: 15px 15px 15px 15px;
    padding: 50px 50px 50px;
}

.happy-customer .bg-card-gray .image-box-style {
    position: absolute;
    top: -8rem;
}

.btn_box_flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.btn_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-btn {
    width: 100%;
    /* max-width: 160px; */
    color: #fff;
    /* margin: 20px 10px; */
    margin-bottom: 15px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.app-btn.blu {
    background-color: #101010;
    transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
    background-color: #454545;
}

.app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 0px;
}

.app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
}

.app-btn-p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.widget-card-section {
    background: #FFF;
}

.widget-card-section .card {
    border: none;
    padding: 30px;
    background: #F0F8FF;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.widget-card-section .card:hover {
    cursor: pointer;
    background: #bfe2ff;
}


.active_user_main_div {
    display: flex;
    align-items: center;
} 
.main_title {
    font-size: 50px;
} 


.testimonial-card {
    background: #F0F8FF;
    padding: 30px;
    height: 310px;
}

.testimonial-card hr {
    opacity: 0.15;
}

.testimonial-card .test-image img {  
    width: auto;
    height: 100%;
}

.frequently-ask .accordion-button:not(.collapsed) {
    color:#000;
    background-color: #F0F8FF;
    box-shadow: none;
}
.frequently-ask .accordion-button:focus { 
    border-color: none; 
    box-shadow: none;
}
.frequently-ask .accordion-item {
    margin-bottom: 1rem;  
    border: 0px;
} 
.frequently-ask .accordion-item:not(:first-of-type) {
    border-top: 0px solid #ddd;
    border-radius: 0;
}
.frequently-ask .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} 
.frequently-ask .accordion-button { 
    background-color: #F0F8FF; 
}


.get-in-touch .btn-primary:hover {
    background: #013088;
    color: #FFF #ddd;
}

.get-in-touch .custom-form {
    background: #F0F8FF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
    border-radius: 10px;
}

.get-in-touch .form-control {
    font-size: 16px;
    height: 50px;
    background-color: #FFF;
}

.get-in-touch textarea.form-control {
    min-height: calc(8em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.get-in-touch .btn-primary {
    background: transparent;
    border: 1px solid #013088;
    color: #013088;
} 

.get-in-touch-address li a {
    color: #454545;
    line-height: 1.8em;
}

.get-in-touch-address li a:hover {
    color: #013088;
}


.discover-section .discover-card {
    border: none; 
    padding: 0 15px;
}

.marketing-strategies-section {
    background-color: #f0f8ff;
}
.marketing-strategies-section .content-box {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px 30px;
}

.marketing-strategies-section .content-box h2 {
    font-size: 44px;
    line-height: 1.1818181818;
}

.module-section .content-box {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px 30px;
}

.module-section .content-box h2 {
    font-size: 44px;
    line-height: 1.1818181818;
}

.newsletter-section .container {
    border-radius: 40px;
    background-color: #f6f6f6;
    padding: 50px 60px;
}

.newsletter-section .content-box {
    display: flex;
    height: 100%;
    align-items: center; 
}
.newsletter-section .content-box h2 {
    font-size: 44px;
    line-height: 1.1818181818;
}


.frequently-ask .accordion-item { 
    border-radius: 10px !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}
.accordion-item .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}
.accordion-item .collapsed {
    border-radius: 10px; 
}


.right-choice-changes {
    background: #F0F8FF;
    box-shadow: inset 0px -77px 72px -60px rgba(0, 0, 0, 0.16);
}

.footer_get_in_touch {
    padding-right: 65px;
}

.footer_logo_icon .menu-social-link {
    /* background: #bfe2ff; */
    padding: 10px;
    border-radius: 10px;
    color: #485B7C;
    width: 35px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
} 

.footer_logo_icon .menu-social-link i { 
    color: #485B7C; 
} 

.payment-methord-logo .card {
    border: none;
    margin-bottom: 15px;
    
}
.payment-methord-logo .card img {
    width: 50px;
    height: 35px;
}

.content-box {
    overflow: hidden;
}

.see-more {
    cursor: pointer;
    color: #013088;
}

.home_cover_section { 
    position: relative;
}

.home_cover_section .cover_content {
    position: absolute;
    top: -10%;
    width: 40%;
    padding: 0 0 0 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}

.heading-text {
    font-size: clamp(2.566rem,-1.3128571428571432rem + 6.060714285714286vw,5.96rem);
    color: #013088;  
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em; 
}

.short_desc {
    font-size: 18px;
    padding: 1.5rem 0;
}

.home_cover_section .bg_shape_image {
    width: 100%;
    height: auto;
}

.get_started_btn { 
    border-radius: 1000px;
    cursor: pointer;
    display: inline-block;
    min-width: 6rem;
    text-align: center;
    transition: color 0.20s ease, background-color 0.20s ease, border-color 0.20s ease, box-shadow 0.20s ease;
    border: 0.125rem solid #013088;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    background-color: #013088;
    padding: 0.425rem 1.875rem;
}


@media (max-width: 767px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px; 
    }

    .newsletter-section .container {
        border-radius: 40px;
        background-color: #f6f6f6;
        padding: 50px 25px;
    }
    
    .about-img-box { 
        margin-top: 3rem;
    }

    .happy-customer .bg-card-gray { 
        padding: 30px 20px 30px;
    }

    .happy-customer .image-box-happy {
        position: unset;
    }
    .happy-customer .bg-card-gray .image-box-style {
        position: unset; 
        top: 0;
        margin-bottom: 3rem;
    }
}