body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    margin: 0px auto;
    background: #fff;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}


/* navbar starts*/

.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-between;
    width: 97%;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.svg");
}


/* navbar ends*/


/* header nav */

.navbar.navbar-light {
    background: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #393185;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #393185 !important;
    border-bottom: 3px solid #c42c40;
}

a:hover {
    color: #ed4631 !important;
}


/*Banner*/

.carousel-control-prev-icon {
    background-image: url("../images/chevron_left_black_24dp.svg");
}

.carousel-control-next-icon {
    background-image: url("../images/chevron_right_black_24dp.svg");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 0.7 !important;
}

h5,
h6,
p {
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}

.head {
    font-size: 3rem;
}


/*Scroll button starts*/

.scroll {
    outline: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    color: #fff !important;
    line-height: 40px;
    font-size: 30px;
    z-index: 9991;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: #c42c40;
    font-weight: 600;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.3);
}

i.fa.fa-angle-up {
    font-weight: 900;
    font-size: 2rem;
}


/*Scroll button ends*/

:focus,
.navbar-light .navbar-toggler:focus {
    outline: none;
}

#header.header-scrolled {
    background: #f8f8f8;
}

.bg-blue {
    background: #151545;
}

.text-blue {
    color: #151545;
}

.text-violet {
    color: #393185;
}

.text-pink {
    color: #be3446;
}

.bg-pink {
    background: #C42C40;
}

.bg-violet {
    background: #393185;
}

.bg-yellow {
    background: #FFD400;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px !important;
}

.btn-primary a {
    color: white;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #202658;
    border-color: #202658;
    border-radius: 38px;
    padding: 0.7rem 3rem;
    font-weight: bold;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
    color: #202658;
    background-color: #f9ac52;
    border-color: #f9ac52;
    border-radius: 38px;
    padding: 0.7rem 3rem;
    font-weight: bold;
}

a {
    color: #202658;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 25px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 3% !important;
}

.owl-carousel .owl-nav .owl-next {
    right: 3% !important;
}

#partner_slide .owl-nav .owl-next {
    right: -10% !important;
    top: 2rem;
}

#partner_slide .owl-nav .owl-prev {
    left: -10% !important;
    top: 2rem;
}

button:focus {
    outline: none !important;
}

.form-control {
    color: #6c757d !important;
}


/*sidebar form starts*/

.dsu-form {
    top: 8rem;
}

.dsu-form {
    z-index: 100000 !important;
}

.dsu-form {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 308px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
}

.form-clickOuter {
    left: -34%;
    position: absolute;
    bottom: 39%;
    right: 78%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite;
}

.form-click {
    position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    background: #c42c40;
}

.frmBg {
    text-align: center;
    padding: 10px 15px;
    background-color: #393185;
}

.frmBg span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

input#submit_btn {
    background: #393185;
    margin: auto;
    display: block;
}


/*sidebar form ends*/

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.font-weight-600 {
    font-weight: 600;
}

.mt-bann {
    margin-top: -0.5rem;
}

.custom-div {
    display: flex;
    justify-content: space-between;
}

.cust-card {
    background-color: #C42C40;
    color: #FFFFFF;
    width: 200px;
    height: 130px;
    border-radius: 20px;
    /* padding-bottom: 1rem; */
    margin-bottom: 1rem;
}

.cust-card>.card-body {
    align-items: center;
    display: flex;
    justify-content: center;
}

.cust-pad {
    padding-top: 4rem;
}


/* align-items-center d-flex justify-content-center */

.cust-row {
    padding-top: 5rem;
}

.cust-container {
    /* margin-top: 5rem; */
    padding-bottom: 3rem;
}

.cust-col {
    display: flex;
    justify-content: space-between;
    gap: 2;
}

.text-mb-5 {
    margin-bottom: 5rem !important;
}

.text-mb-3 {
    margin-bottom: 3rem !important;
}

.shadow-enter {
    background: #FFFFFF;
    box-shadow: 5px 5px 20px #00000026;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .design-exp-points {
        margin-top: 2rem;
    }
    img.exp-img {
        margin-top: 1rem !important;
        align-items: center;
    }
    s.text {
        align-items: center;
    }
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #3b3785!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #3b3785!important;
    background: #3b3785!important;
}

.owl-carousel .owl-nav .owl-prev {
    left: -5% !important;
}

.owl-carousel .owl-nav .owl-next {
    right: -5% !important;
}


/*new css*/

.text-yellow {
    color: #F6CE08;
}

.dsu-form1 {
    border: 1px solid #ced4da;
    padding: 1rem;
}

.toll-free a:hover {
    color: #403785 !important;
}


/*footer starts*/

.copyright {
    background: url("../images/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
}


/*footer ends*/

.bord-r {
    border-right: 2px solid #be3b4638;
}

.bord-b {
    border-bottom: 2px solid #be3b4638;
}

.bg-grey {
    background: #eeecec;
}

.test-box {
    border: 1px solid #C42C40;
    border-radius: 20px;
    padding: 25px 10px 60px;
}


/* .std-img {
    position: absolute;
    bottom: -55px;
    left: 38%;
} */

.info {
    background: #F6F5FF;
    padding: 70px 20px 20px;
    margin-top: -50px;
    min-height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adv-sec {
    background: white;
    box-shadow: 0 0 10px grey;
    padding: 0rem 0.5rem 0rem 0.5rem;
    position: relative;
    min-height: 130px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.bg-cream {
    background-color: #FFFBE6;
}


/*slant css starts*/

.bg-grey-right {
    width: auto;
    padding: 3rem 1rem 3rem 3rem;
    position: relative;
    background: #E9E6FF;
}

.bg-grey-right:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #E9E6FF;
    transform-origin: top right;
    transform: skew(30deg, 0deg);
}


/*slant css ends*/

.padd-right-rect {
    padding-right: 7rem !important;
}

.text-grey {
    color: #626163;
}

.bord-white {
    border-bottom: 2px dashed white;
}

.bord-rpac {
    border-right: 2px dashed #ffffff;
}

.adv-subhead {
    font-size: 0.9rem !important;
}

.global-ht {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.learn {
    background: url("../images/bglearn.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.policy-ht {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bord-rd {
    border-right: 1px dashed #ffffff75;
}

.triangle-left-orange {
    width: 0;
    height: 0;
    margin: 30px auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #F6CE08;
    position: absolute;
    right: 0px;
    top: 115px;
    z-index: 999;
}

.triangle-right-orange {
    width: 0;
    height: 0;
    margin: 30px auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #F6CE08;
    position: absolute;
    left: 0px;
    top: 115px;
    z-index: 999;
}

.bg-blue-new {
    background: url("../images/bgblue.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

button.btn.enq_ftr {
    background-color: #c4161c;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    width: 100%;
    border-radius: 0.7rem;
}
.para-height{
    min-height: 13rem;
}