.header-tittle {
    font-family: 'Source Sans 3';
    font-weight: 600
}

.header-container {
  background-color:black;
    background-size: cover;
    margin-top: -110px;
}

.header-guaranteimg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-icons-bg {
    background-color: #252b686e
}

.card-header {
    font-size: 24px;
    color: #252B68;
    text-transform: uppercase;
}

.card-text {
    color: #252B68;
}

.readMore-link {
    text-decoration: none !important;
    color: #252B68;
    font-weight: 700;
    cursor:pointer;
}

.carousel-card {
    height: 100% !important;
    display: flex !important;
    overflow: hidden;
    -webkit-box-shadow: 5px 8px 11px 5px rgba(0,0,0,0.32);
    -moz-box-shadow: 5px 8px 11px 5px rgba(0,0,0,0.32);
    box-shadow: 5px 8px 11px 5px rgba(0,0,0,0.32);
    max-width: 35rem;
    border-radius: 15px !important;
    border-style: none !important;
}

.card-header hr {
    border-top: 2px solid #D22630;
    opacity: 0.40;
}

.carousel-card .card-header {
    height: 60px;
    border-style: none;
}

.carousel-card-container {
    background-image: url("../img/homepage/new/Wave Background.png");
    padding-top: 250PX !IMPORTANT;
    padding-bottom: 120px !important;
    margin-top: -70px;
}


.card-review hr {
    border-top: 2px solid #252B68;
    opacity: 1;
    margin: 5PX 0px 10PX 0px;
}

.card-review {
    background-color: #F1F1F1;
    border-radius: 30px;
    padding: 10px;
}

    .card-review .rounded-circle {
        height: 70px;
        width: 70px;
    }

    .card-review p {
        font-size: 16px;
    }

    .card-review .bi-quote {
        font-size: 60px;
    }

.discover-label{
    font-size:20px !important;
    line-height:30px;
}

.carousel-card-container .lSSlideOuter .lSPager.lSpg > li.active a, .carousel-card-container .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: white !important;
}


.OraclePartner_sm {
    position: absolute;
    right: 0px;
    top: 35px;
    width: 150px !important;
}


/*CARUSSEL*/
.ktrv {
    width: 1180px;
    height: 650px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.ktrv > div.wwkt > div:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    display: table;
    background-color: #0a3b52;
    border-radius: 5px;
}

.ktrv > div.wwkt > div:last-child {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.ktrv > div.wwkt > div:first-child {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}


#callback-output {
    height: 450px;
    overflow: scroll;
}



.ktrv > div.wwkt {
    display: inline-block;
    cursor: pointer;
}

#carousel-small .lSSlideOuter .lSPager.lSpg > li a {
    background-color: white !important;
}


/* Medium */
@media (max-width: 992px) {

    .header-guaranteimg {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .header-container {
        margin-top: -90px;
    }

    #carousel-small .carousel-card {
        height: 650px !important;
    }




}

/* Small */
@media (max-width: 768px) {
    .header-container {
        margin-top: -70px;
    }


    .OraclePartner_sm {
        top: 25px;
    }

    .header-guaranteimg {
        width: 180px;
    }

    #carousel-small .carousel-card {
        height: 600px !important;
    }

    #accordionFAQs .accordion-button {
        font-size: 20px !important;
    }

    #logo {
        max-width: 180px;
    }

    .brand-logos {
        max-height: 70px !important;
    }
}

/* Extra Small */
@media (max-width: 576px) {

    .brand-logos {
        max-height: 
            50px !important;
    }

    #logo {
        max-width: 150px !important;
    }

    .header-container {
        margin-top: -60px;
    }

    #carousel-small .carousel-card {
        height: 450px !important;
    }

    .card-review p {
        font-size:14px;
    }

    .card-review hr {
        margin: 5PX 0px 5PX 0px;
    }

    .card-review .bi-quote {
        font-size: 50px;
    }

    #accordionFAQs .accordion-button {
        font-size: 17px !important;
    }

  

}
