@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap');
@import "fonts.css";
*,
body,
html {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f7f7f7;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #ce1212;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
    box-shadow: none !important;
}

.container-fluid.wide {
    padding: 0 3%;
}

header.header {
    background-image: url('../img/logo/header-back.jpg');
    background-size: cover;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 80px;
}

header.header .site_logo {
    width: 55%;
    height: auto;
}

header.header .container {
    height: 100%;
}

header.header .row {
    align-items: center;
    height: 100%;
}

header.header .backtosite {
    text-align: right;
}

header.header .backtosite a {
    background: #fff;
    color: #ce1212;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

footer.footer {
    padding: 10px 0;
    border-top: 1px solid #222;
    background: #111;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    height: 50px;
}

footer.footer .copyright {
    text-align: center;
}

footer.footer .copyright p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.main-content {
    padding: 80px 0 50px;
}

.question-answer-section {
    padding: 50px 0;
}

.question-answer-list .question__box {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.question-answer-list .question__box .question__title {
    margin-bottom: 15px;
}

.question-answer-list .question__box .question__title p {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    =: #ce1212;
    color: #ce1212;
}

.question-answer-list .question__box .question__title p span {
    margin-right: 15px;
    color: #ce1212;
}

.question-answer-list .question__box .question__reply {
    margin-bottom: 15px;
    background: rgb(209 18 18 / 5%);
    padding: 12px;
    border-radius: 5px;
}

.question-answer-list .question__box .question__reply p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.question-answer-list .question__box .question__timing p {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.question-answer-list .question__box .question__timing p i {
    margin-right: 7px;
    margin-top: 1px;
    color: #ce1212;
    font-size: 18px;
}

.login-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.login-form .formtitle {
    text-align: center;
    margin-bottom: 40px;
}

.login-form .formtitle p {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.login-form .formtitle p:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #ce1212;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.login-form input.form-control {
    box-shadow: none;
    height: 45px;
}

.login-form input.form-control:focus {
    border-color: #ccc;
}

.login-form .btn-login {
    width: 100%;
    background: #111;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}

.otp-wrapper.mycustomotpsec {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
}

.otp-wrapper.mycustomotpsec p.headingotp {
    color: #afafaf;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.otp-wrapper.mycustomotpsec .otp-container {
    display: inline-block;
}

.otp-wrapper.mycustomotpsec .otp-container .otp-number-input {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    border: 1px solid #ccc;
    padding: 0;
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    box-shadow: none;
    text-align: center;
    outline: 0;
    transition: border 0.3s ease;
    background: transparent;
    border-radius: 5px;
}

.loaderforotpnc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.loaderforotpnc.show {
    display: flex;
}

.loaderforotpnc .loader-01 {
    display: inline-block;
    width: 3em;
    height: 3em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border: 0.32em dotted #ce1212;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
    animation: 1.5s loader-01 linear infinite;
}

.loaderforotpnc {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.loaderforotpnc.show {
    display: flex;
}

@keyframes loader-01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#resendotpbtn {
    border: 0;
    color: #383838;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: transparent;
}

.login-form .account_details p {
    font-weight: 600;
    color: #ce1212;
    margin: 0;
    text-align: center;
}

.login-form .account_details p span {
    color: #000;
    font-weight: 400;
    padding-right: 5px;
}

.login-form .form-group {
    margin-bottom: 15px;
}

.question-askform {
    margin-bottom: 30px;
}

.question-askform button.btn.btn-submit {
    background: #111;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 35px;
    font-size: 15px;
    width: 200px;
    margin: 0 auto;
    display: block;
}

.site-notifications {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 9999;
    transform: translateY(120px);
    transition: all 0.3s;
}

.site-notifications .inner-notify {
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #219a00;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.site-notifications .inner-notify .message-container {}

.site-notifications .inner-notify .message-container p {
    margin: 0;
    padding-left: 10px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.site-notifications .inner-notify .svg-container svg.ft-green-tick {
    width: 30px;
    height: 30px;
}


/* @supports ((-webkit-animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards) or (animation: grow 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards)) {} */

.site-notifications .inner-notify .svg-container .tick {
    stroke-opacity: 0;
    stroke-dasharray: 29px;
    stroke-dashoffset: 29px;
}

.site-notifications .inner-notify .svg-container .circle {
    fill-opacity: 0;
    stroke: #219a00;
    stroke-width: 16px;
    transform-origin: center;
    transform: scale(0);
}

.site-notifications.show .inner-notify .svg-container .circle {
    -webkit-animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
    animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
}

.site-notifications.show .inner-notify .svg-container .tick {
    -webkit-animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.site-notifications.show {
    transform: translateY(0);
}

@-webkit-keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@keyframes grow {
    60% {
        transform: scale(0.8);
        stroke-width: 4px;
        fill-opacity: 0;
    }
    100% {
        transform: scale(0.9);
        stroke-width: 8px;
        fill-opacity: 1;
        fill: #219a00;
    }
}

@-webkit-keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    0%,
    100% {
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.site-notifications .inner-notify .svg-container svg.error circle.solid {
    stroke: #ddd;
}

.site-notifications .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke: #f56060;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 2;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke: #f56060;
}

.site-notifications .inner-notify .svg-container svg.error line {
    stroke-dashoffset: -50px;
    stroke-dasharray: 50px;
}

.site-notifications .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 0ms;
}

.site-notifications .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 160ms;
}

.site-notifications .inner-notify .svg-container svg.error {
    width: 25px;
    height: 25px;
}

.site-notifications .inner-notify.errors {
    border-color: #f56060;
}

.site-notifications.show .inner-notify .svg-container svg.error circle.animation {
    transition: stroke-dashoffset 200ms linear 260ms, stroke-dasharray 200ms linear 260ms;
    stroke-dasharray: 200, 0;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.left {
    transition: stroke-dashoffset 120ms linear 520ms;
    stroke-dashoffset: 0;
}

.site-notifications.show .inner-notify .svg-container svg.error line.right {
    transition: stroke-dashoffset 120ms linear 700ms;
    stroke-dashoffset: 0;
}

.site-notifications .inner-notify.errors .svg-container.successsvg {
    display: none;
}

.site-notifications .inner-notify .svg-container.successsvg {
    display: block;
}

.site-notifications .inner-notify .svg-container.errorsvg {
    display: none;
}

.site-notifications .inner-notify.errors .svg-container.errorsvg {
    display: block;
}

.question-answer-list .question__box:last-child {
    margin-bottom: 0;
}

header.header .row .col-md-6 .mobile-menu {
    display: none;
}

.mobile-menu-sidebar {
    position: fixed;
    width: 70%;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    transition: all 0.5s;
    transform: translateX(-100%);
}

.mobile-menu-sidebar.show {
    transform: translateX(0%);
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .profile-details {
    padding: 15px;
    border-bottom: 1px solid #ededed;
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .profile-details p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .profile-details p span {
    padding-right: 10px;
    font-size: 20px;
    color: #ce1212;
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .profile-details p:last-child {
    margin: 0;
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .navigationlinks {
    padding: 0;
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .navigationlinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .navigationlinks ul li {
    border-bottom: 1px solid #ededed;
}

.mobile-menu-sidebar .mobile-menu-sidebar-inner .navigationlinks ul li a {
    display: flex;
    width: 100%;
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
}

.mobile-menu-sidebar {
    display: none;
}

header.header .rightside_menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

header.header .rightside_menu .menusite a.nav-link.dropdown-toggle {
    color: #fff;
}

header.header .rightside_menu .menusite {
    margin-right: 15px;
}