﻿.heroSection {
    background-color: #EAECF0;
}
.newtitle{
    color:red;
}
.firstDiv {
    font-size: 22px;
    font-weight: 600;
    color: #0A4007;
}
.smallText {
    font-weight: 600;
    color: #3A3B41;
}
img.newLogo {
    width: 40%;
}
.mainSection {
    padding-left: 48px;
    padding-right: 40px;
    margin: 48px 24px 48px 24px;
}
.joyText {
    color: #3A3B41;
    font-weight: 600;
}
.joyBox p {
    color: #3A3B41;
    font-weight:600;
}
.joyBox small {
    color: #686C78;
}
.step-number {
    background-color: #0057d9;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-right: 15px;
}

.dotted-line {
    border-left: 2px dotted #0057d9;
    margin-left: 14px;
    height: 100%;
    position: absolute;
    top: 30px;
}

.step {
    position: relative;
    margin-bottom: 40px;
}

.step:last-child .dotted-line {
    display: none;
    margin-bottom:0px;
}
.flexBox {
    background-color:#E3F1F7;
}
.flexBox h3 {
    font-size: 22px;
}
.flexBox {
    background-color: #E3F1F7;
    border-radius: 10px;
    block-size: 100%;
}
.flexText {
    font-size: 18px;
    font-weight: 600;
}
.flexPay {
    background-color: #F6F6F9;
    border-radius: 10px;
    block-size: 100%;
}
.advisePay {
    background-color: #0a4007;
    color: #fff;
    border-radius: 15px;
}
.suBox {
    padding: 35px;
}
.advisePay p {
    font-size: 22px;
}
.advisePay span {
    font-size: 22px;
}
.termCon {
    color: #686C78;
    font-size:14px;
}
.termCon a {
    color: #686C78;
    font-size: 14px;
}
.joyBox img {
    min-width: 80px;
    height: 67px;
}
@media (max-width: 768px) {
    .mainSection {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: 0px 0px 10px 0px !important;
    }
    img.img-fluid {
        max-width: 100% !important;
    }
    .suBox {
        padding-top: 10px !important;
        padding-bottom:10px !important;
    }
    .moreInfo{
        display:block !important;
    }
    .moreInfo p{
        text-align:center;
        margin-bottom:0px;
    }
    .joyBox img {
        min-width: 80px;
        height: 55px;
    }
    a.callNow.callUs.specialCallUs.newCall {
        color: #000 !important;
        text-align: center;
        display: flow;
        margin-bottom: 5px;
    }
    .moreInfo button {
        margin-top: 0px !important;
    }
    img.newLogo {
        width: 35%;
        margin-bottom:0px !important;
    }
}
.visaBtn {
    background-color: #47B34D !important;
    margin-bottom: 5px;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 14px !important;
}
.toast-top-right {
    top: 80px !important; /* Moves the toast 40px from the top */
    right: 0px !important; /* No margin on the right */
}
form.row.team-form.m-0 {
    margin-bottom: 10px !important;
}
.break-text {
    display: inline;
}
a.callNow.callUs.specialCallUs.newCall {
    color: #000 !important;
}
.moreInfo button {
    margin-top: 15px;
}
@media (min-width: 768px) {
    /* For tablets and up (including desktops) */
    .break-text {
        display: block;
    }
}