.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: #041a79;
}


.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;
    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: #041A79;
    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 #041A79;
    color: #041A79;
} 

.get-in-touch-address li a {
    color: #454545;
    line-height: 1.8em;
}

.get-in-touch-address li a:hover {
    color: #041A79;
}


.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;
}

.support-section .main_title {
    font-size: 40px;
    font-weight: 600;
}

.support-section .content-box {
    padding: 0 15px 0 0;
}

.support-section .content-box h2 {
     font-size: 25px;
     font-weight: 600;
}

.support-section .content-box p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

/* Cover */
.cover_e_money {
    padding: 80px 0 50px;
    width: 100%;
    position: relative;
}
.cover_e_money .background_shape {
    position: absolute;
    right: 0;
    width: 40%;
}
.cover_e_money .title {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
}
.cover_e_money .sub_title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

#getCardModal .modal-content {
    background: #F0F8FF;
}

#getCardModal .modal-content .modal-header {
    display: unset;
    position: relative;
    border-bottom: none;
}

#getCardModal .modal-content .modal-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
#getCardModal .modal-content .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #000;
    padding: 6px;
    border-radius: 50%;
    font-size: 10px;
}
#getCardModal .modal-body {
    text-align: center;
}


@media (max-width: 767px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px; 
    }
    
    .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;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px){
    .section.feature-section .card .single-feature{
        margin-top: 15px !important;
    }
    .section.feature-section .card .single-feature.odd{
        position:relative;
        margin-left: 50px;
        margin-right: 0;
    }
    .section.feature-section .card .single-feature.even{
        position:relative;
        margin-right: 50px;
        margin-left: 0;
    }
}