.cursor-pointer{
    cursor: pointer !important;
}
.py-6{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.disclaimer-text{
    font-size: 14px;
    color: #7e7e7e;
    line-height: 1.5;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f4f6fa;
}
.services-btn {
    padding: 5px 10px;
    text-align: center;
    background-image: linear-gradient(to right, #6f8dff, #4e7db2, #6f8dff, #4e7db2);
    background-size: 300% 100%;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: 400;
    transition: all .4s;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    z-index: 0 !important;
    /* box-shadow: 0 4px 0 -1px #000; */
}

.services-btn:hover {
    color: #fff;
    /* Change text color to white on hover */
}

.main-nav .main-btn2 {
    padding: 5px 10px;
}

.main-nav .main-btn2 {
    padding: 5px 10px;
}

.main-btn2 {
    padding: 5px 10px;
    text-align: center;
    background-image: linear-gradient(to right, #6f8dff, #6aa5e7, #6f8dff, #6aa5e7);
    background-size: 300% 100%;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    transition: all .4s ease-in-out;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    z-index: 0 !important;
    /* box-shadow: 0 4px 0 -1px #000; */
}

.main-btn2:hover {
    color: white;
}

.main-btn2.second-btn2:hover {
    background-position: 100% 0;
}

.box-shaddow-custom {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

/* Marquee Css Start Here */
.marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-family: rubik, sans-serif;
    font-size: 18px;
}

.marquee span {
    font-weight: 400;
    font-family: rubik, sans-serif;
    font-size: 18px;
}

.marquee a {
    display: inline-block;
    padding: 10px 0px;
    font-weight: 300;
    font-family: rubik, sans-serif;
    font-size: 18px;
}

.marquee a strong:hover {
    color: #0d69da;
}

/* Marquee Css End Here */
/* start adding  */
.fs-14 {
    font-size: 14px !important;
}
.form-control-modal {
    background-color: #f4f6fa !important;
    /* color: #fff !important; */
}
.form-control-modal:focus {
    border: 1px solid #0c68d8;
}
.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #f4f6fa !important;
    background-image: none;
    text-align: center;
    border: 2px solid #d3d3d9;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}
@media only screen and (max-width: 991px) {
    .mobile-nav .mobile-brand img {
        position: relative;
        z-index: 2;
        max-width: 270px;
    }
}
.contact-form .bootstrap-select>.dropdown-toggle,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="date"],
.contact-form .form-group input[type="time"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: rgb(12, 41, 87);
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 229, 233);
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin-bottom: 10px;
}
.header-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #160f30;
}
.header-content.header-content-white h2 {
    color: #fff;
}
.card-pack {
    min-height: 140px;
}
.card-pack:has(input:checked) {
    background: #8fb0ff;
    border: 2px solid #01aacf;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

input:checked+.form-check-label {
    color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
    box-shadow: unset;
}
.form-check-label {
    background-size: 300% 100%;
    color: #160f30;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}
.input-file {
    width: 100%;
    border-radius: 2px;
    padding: 8px 5px 6px 5px;
    /* height: 55px; */
    cursor: pointer;
    background-color: #f4f6fa;
    border: 1px solid rgb(211 211 217);
    box-shadow: 0px 1px 0px rgb(0 0 0 / 5%);
    margin-right: 16px;
    transition: background-color 200ms;
}
.section-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #160f30;
    position: relative;
    line-height: 1.4;
}
.follow-box {
    padding: 30px 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #0c65d5;
}

.info-box-list-label {
    font-size: 16px;
    font-weight: 500;
    color: #0c65d5;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.riskimg{
    border-radius: 10px;
    width: 90%;
}
.validation-error {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
