::placeholder {
    color: #e3e3e3 !important;
    font-size: 16px;
}
::-webkit-input-placeholder {
    /* Edge */
    color: #e3e3e3 !important;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e3e3e3 !important;
    font-size: 16px;
}
.custom-control-input {
    top: 3px;
    width: 23px;
    height: 23px;
    z-index: 0;
}
.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #1c1b1b;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    /* top: 7px; */
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #c4e2df;
    background-color: #096bd8;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 20px;
    height: 25px;
}
.border-red-600 {
    --border-opacity: 1;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity));
}
.text-red-600 {
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
}
:focus-visible {
    outline: none;
}
/* =========================================================*/

.weblogin_form h1 {
    margin-bottom: 25px;
    font-weight: 400;
    color: #1c1b1b;
    font-size: 20px;
    text-align: center;
}
.weblogin_form label {
    font-size: 15px;
    font-weight: 500;
    color: #1c1b1b !important;
}
.weblogin_form .form-control {
    border: 1px solid #1c1b1b;
    padding: 15px 15px;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
.weblogin_form select.form-control {
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 98%;
}
.weblogin_form .form-control:focus {
    border: 1px solid #1976d2 ;
    box-shadow: none;
}
.weblogin_form .form-control:disabled {
    border: 1px solid #e3e3e3;
    background: #e9e9e9;
}
.weblogin_form input[type="date"].form-control{
    text-transform: uppercase;
}
.weblogin_form .save_process {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.weblogin_form .save_process .btn_submit {
    padding: 15px 40px;
    display: inline-block;
}
.main_content .account_text {
    color: #1c1b1b;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.account_text a {
    text-decoration: underline;
    font-weight: 600;
}
.account_text a:hover {
    text-decoration: underline;
    color: #1c1b1b !important;
}
.social_btn a {
    padding: 0;
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
}
.social_btn a:hover {
    opacity: 0.8;
}
.social_btn .btn_facbook {
    background: #405e96;
}
.social_btn .btn_gmail {
    background: #e04a33;
}
.social_btn .btn_apple {
    background: #030303;
}
.weblogin_form .v-text-field--outlined legend{display: table;}
.v-text-field--outlined>.v-input__control>.v-input__slot {background: #fff;}
.weblogin_form .v-text-field--outlined fieldset {color: #42495b;border-width: 1px;border-radius: 8px;}
.weblogin_form .v-text-field--outlined.primary--text fieldset,
.weblogin_form .v-text-field--outlined.primary--text label.primary--text {color: #1976d2 !important;}
.weblogin_form .v-text-field--outlined.error--text fieldset,
.weblogin_form .v-text-field--outlined.error--text label.error--text {color: #ff5252 !important;}
.v-application .weblogin_form a {
    color: #096bd8;font-weight: 600;
}
.weblogin_form .nav-tabs {
    padding: 0px;
    border: none;
    margin-bottom: 0;
    float: left;
    padding-top: 12px;
}
.weblogin_form .nav-tabs li a {
    border: none;
    background: #5ae8d9 !important;
    width: 10px;
    height: 10px;
    padding: 0px !important;
    border-radius: 50%;
    margin: 0px 5px;
}
.weblogin_form .nav-tabs li a.active {
    background: #096bd8 !important;
    width: 28px;
    border-radius: 10px;
}
.welcome_process .mobile_logo {
    display: none;
    padding: 50px 20px;
    border-radius: 0px;
    text-align: center;
}
.welcome_process .mobile_logo img {
    max-width: 100%;
}
.welcome_process .mobile_logo.element_img {
    display: block;
    padding: 0px;
    border-radius: 12px 12px 0px 0px;
}
.welcome_process .mobile_logo.element_img .inner_elementbg {
    display: block;
    background: url(../images/backgroup_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px -50px;
}
.weblogin_form.welcome_process {
    padding: 0px;
}
.weblogin_form.welcome_process .inside_welcome {
    /* padding: 30px; */
    text-align: left;
}
.welcome_process .mobile_logo.element_img .inner_elementbg img {
    padding-top: 80px;
}
.welcome_stepbystep h1 {
    font-weight: 500;
    font-size: 18px;
    color: #1c1b1b;
    margin-bottom: 10px;
    text-align: left;
}
.welcome_stepbystep h3 {
    font-weight: 400;
    font-size: 25px;
    color: #1c1b1b;
    margin-bottom: 20px;
}
.welcome_stepbystep p {
    font-weight: normal;
    font-size: 16px;
    color: #1c1b1b;
    margin-bottom: 10px;
    line-height: inherit;
}
.welcome_stepbystep .skip_next {
    margin-top: 100px;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.welcome_stepbystep .skip_next a {
    font-weight: normal;
    font-size: 18px;
    color: #373f41 !important;
    text-align: center;
    padding: 5px 0;
    letter-spacing: 0.1px;
    text-decoration: none;
}
.welcome_stepbystep .skip_next a.next_text {
    background: #096bd8;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    padding: 8px 20px;
    margin-left: 30px;
}
.weblogin_form .form_title {
    /* font-family: "Merriweather", serif; */
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #1c1b1b;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.weblogin_form .form_title p {
    /* font-family: "Merriweather", serif; */
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color:#096bd8;
    position: absolute;
    top: 0;
    right: 0;
}
.camera_file img {
    box-shadow: 4px 4px 40px rgb(59 70 88 / 20%);
}
.main_content p.required_text {
    color: #1c1b1b;
    line-height: 20px;
    margin-bottom: 10px;
}
.weblogin_form h6 {
    font-weight: 500;
    font-size: 17px;
    color: #1c1b1b;
    line-height: 30px;
}
.profile_photo {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 20px;
    display: table;
}
.inner_photo {
    width: 200px;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d8e3c5;
}
.inner_photo img {
    width: 100%;
    max-height: 100%;
}
.camera_file ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.camera_file ul li {
    display: inline-block;
    margin: 20px 40px 0px 0px;
    text-align: center;
    position: relative;
}
.camera_file ul li input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.camera_file ul li:last-child {
    margin-right: 0px;
}
.camera_file ul li p {
    text-decoration: none !important;
    font-size: 13px !important;
    margin-top: 10px;
}
.camera_file ul li:hover a {
    text-decoration: none !important;
}
.v-application .weblogin_form .btn_submit {
    background: #096bd8;
    border-radius: 4px;
    color: #fff;
    padding: 14px 30px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #096bd8;
    text-decoration: none;
}
.weblogin_form .btn_submit.btn_retake {
    background: transparent;
    border: 1px solid #096bd8;
    color: #1c1b1b;
    margin: 0 15px 5px 0;
}
.weblogin_form .btn_submit.btn_retake:hover {
    background: #096bd8;
    color: #fff;
}
.weblogin_form h6.center_text {
    text-align: center !important;
}
.reference_card {
    border: 1px solid #096bd8;
    border-radius: 8px;
    background: #ffffff;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.title_card {
    float: left;
    width: 100%;
}
.title_card h4 {
    /* font-family: "Merriweather", serif; */
    font-weight: Bold;
    font-size: 18px;
    line-height: 25px;
    color: #1c1b1b;
    float: left;
    text-transform: capitalize;
}
.title_card h5,
.title_card h5 a {
    float: right;
    font-size: 16px;
    line-height: 20px;
    color: #1c1b1b;
    text-transform: capitalize;
    text-decoration: none;
}
.reference_card p {
    font-size: 14px;
    line-height: 20px;
    color: #1c1b1b;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.reference_card h6 {
    font-size: 16px;
    line-height: 25px;
    color: #1c1b1b;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.reference_card h6 img {
    margin-right: 10px;
}
.reference_card .card_date .col-md-6 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.reference_card .card_date p {
    color: #1c1b1b;
    font-size: 16px;
    line-height: 20px;
}
.reference_card .card_date p.title_small {
    color: #969696;
    font-size: 14px;
    margin-bottom: 5px;
}
.access_cardiv label {
    width: 100%;
}
.access_cardiv .forgot_pass {
    display: inline-block;
    width: 45%;
    padding-left: 23px;
    position: relative;
}
.question_label {
    font-weight: 500;
    font-size: 16px;
}
.table_signture .table td {
    border: none;
    padding: 7px 10px;
    vertical-align: middle;
}
.table_signture .signature_text {
    font-size: 22px;
}
.table_signture .signature_text canvas{
    font-family: "Herr Von Muellerhoff", cursive;

}
.training_courses {
    background: #e6e8ee;
    padding: 30px;
    margin: 40px 0px;
}
.training_courses h4 {
    text-align: left;
}
.training_courses .table td {
    padding: 7px 0;
    border: none;
    font-size: 16px;
    color: #556265;
}
.training_courses .table td .custom-control-input {
    right: 4px;
    left: auto;
}

/* ======== profile inner ======== */
.navbar_leftside {
    background: #ffffff;
    padding: 0px;
    border: 2px solid #096bd8;
    border-radius: 15px;
    box-shadow: 2px 2px 0px rgb(9 107 216);
}
.navbar_leftside ul {
    padding: 0px;
    margin: 0px;
    display: block;
    border: none;
}
.navbar_leftside ul li a {
    border-bottom: 1px solid #096bd8;
    font-size: 16px;
    font-weight: 500;
    color: #1c1b1b;
    width: 100%;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
}
.navbar_leftside ul li:last-child {
    margin-top: 100%;
}
.navbar_leftside ul li:last-child a {
    border-bottom: none;
}
.navbar_leftside ul li span {
    vertical-align: middle;
    margin-left: 12px;
}
.navbar_leftside ul li svg path {
    stroke: #728589;
}
.navbar_leftside ul li svg.stocke_none path {
    fill: #728589;
    stroke: none;
}
.navbar_leftside ul li:hover a,
.navbar_leftside ul li a.active,
.navbar_leftside ul li a.router-link-active {
    background:linear-gradient(#ffffff 0%, rgb(9 107 216 / 30%) 100%);
    color: #096bd8;
}
.navbar_leftside ul li:hover svg path,
.navbar_leftside ul li a.active svg path,
.navbar_leftside ul li a.router-link-active svg path {
    stroke: #096bd8;
}
.navbar_leftside ul li:hover svg.stocke_none path,
.navbar_leftside ul li a.active svg.stocke_none path,
.navbar_leftside ul li a.router-link-active svg.stocke_none path {
    fill: #096bd8;
    stroke: none;
}
.navbar_leftside ul li:first-child:hover a, .navbar_leftside ul li:first-child a{
    border-radius: 15px 15px 0px 0px;
}
.navbar_leftside ul li:last-child:hover a, .navbar_leftside ul li:last-child a{
    border-radius: 0px 0px 15px 15px;
}
.action_card {
    border: 1px solid #73858936;
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.action_card h4 {
    /* font-family: "Merriweather", serif; */
    font-weight: Bold;
    font-size: 18px;
    line-height: 25px;
    color: #1c1b1b;
    text-transform: capitalize;
}
.action_card p {
    font-size: 14px;
    line-height: 20px;
    color: #1c1b1b;
    margin-bottom: 5px;
}
.action_card .btn_submit {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 40px;
}
.action_card.dark_bg {
    background: #151948;
    text-align: center;
}
.action_card.dark_bg h4,
.action_card.dark_bg p {
    color: #ffffff;
}
.action_card.dark_bg h5,
.action_card.dark_bg h5 a {
    color: #e3e3e3;
}
.view_all_txt {
    font-size: 16px;
    line-height: 20px;
    color: #1c1b1b !important;
    text-decoration: underline;
}
.VueCarousel-dot-container {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.VueCarousel-dot-container button {
    margin: 0px !important;
    background-color: #9ce6e0 !important;
}
.VueCarousel-dot-container button.VueCarousel-dot--active {
    background-color: #096bd8 !important;
}
.mobile_logodiv {
    border-radius: 20px;
    /* padding: 10px 20px; */
}
.mobile_logonone {
    text-align: center;
    margin: 30px 0px 30px;
    display: none;
}
.password_icon {
    position: absolute;
    top: 48px;
    right: 20px;
}
.verification_email_code input {
    text-align: center;
    color: #000;
}
.verification_email_code input::placeholder {
    font-size: 60px;
    font-family: "Font Awesome 5";
    font-weight: 900;
    color: #e9e9e9 !important;
}
.lds-dual-ring {
    display: inline-block;
    margin: 0 10px;
}
.lds-dual-ring img {
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.grade_choose.checkbox_design .radio_div {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 15px 25px;
    color: #fff;
    text-align: left;
    position: relative;
}
.grade_choose.checkbox_design .radio_div input {
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0 auto;
    z-index: 1;
    border: 1px solid #096bd8;
    border-radius: 8px;
    height: 100%;
}
.grade_choose.checkbox_design .radio_div label {
    font-size: 16px;
    color: #1c1b1b;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}
.grade_choose.checkbox_design .radio_div input[type="radio"]:checked,
.grade_choose.checkbox_design .radio_div input[type="checkbox"]:checked {
    background: #096bd8;
}
.grade_choose.checkbox_design .radio_div input[type="radio"]:checked + label,
.grade_choose.checkbox_design .radio_div input[type="radio"]:checked::after,
.grade_choose.checkbox_design .radio_div input[type="checkbox"]:checked + label,
.grade_choose.checkbox_design .radio_div input[type="checkbox"]:checked::after {
    color: #fff !important;
    z-index: 1;
}
.grade_choose.checkbox_design .radio_div input::after {
    content: "\f054";
    position: absolute;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    color: #484949;
    font-weight: 900;
    font-size: 18px;
    right: 25px;
}
.grade_choose.checkbox_design .radio_div input[type="checkbox"]::after {
    display: none;
}
.grade_choose.checkbox_design .radio_div input[type="checkbox"]:checked::after {
    content: "\f00c";
    position: absolute;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    right: 25px;
    display: inline;
}
.grade_select.grade_choose.checkbox_design .radio_div input::after {
    display: none;
}
.grade_select.grade_choose.checkbox_design .radio_div {
    text-align: center;
    margin-bottom: 0px;
}
/* .bg_white_desktop .mobile_logodiv {
    background: #ffffff;
    box-shadow: 4px 4px 40px rgba(171, 218, 214, 0.4);
} */
.welcome_stepbystep .custom-control-label::before {
    width: 25px;
    height: 25px;
    top: 0px;
}
.welcome_stepbystep
    .custom-control-input:checked
    ~ .custom-control-label::after {
    position: absolute;
    top: 3px;
    left: -23px;
    display: block;
    width: 25px;
    height: 25px;
    content: "\f00c";
    color: #fff;
    background: 50% / 50% 50% no-repeat;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 3px 5px;
}
.upload_filebtn.btn_submit {
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.upload_filebtn input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.passport_imgdiv .passport_size {
    width: 280px;
    height: auto;
    overflow: hidden;
    box-shadow: 4px 4px 40px rgb(171 218 214 / 40%);
    display: block;
    text-align: center;
    margin: 24px auto;
}
.passport_imgdiv .passport_size img {
    width: 100%;
}
.passport_imgdiv .btn_submit{position: relative;}
.passport_imgdiv .btn_submit input[type="file"]{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.congrates .thankyou_email .bg_image {
    background: url(../images/congratulation_bg.png);
    height: 150px;
    overflow: hidden;
    background-repeat: repeat-x;
}
.dashboard_menuitem {
    padding: 0px !important;
    list-style: none;
    width: 50%;
    margin: 50px auto 0px;
}
.dashboard_menuitem a {
    text-decoration: none;
}
.dashboard_menuitem .icon_class {
    display: inline-block;
    vertical-align: top;
    border: 10px solid #fff;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 50px;
    position: relative;
}
.dashboard_menuitem .icon_class.completestep {
    box-shadow: 0px 0px 38px rgb(157 208 204 / 77%);
    border: 10px solid #dff2f0;
}
.dashboard_menuitem .icon_class.nextstep {
    border: 10px solid #dff2f0;
}
.dashboard_menuitem .text_menu {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.welcome_stepbystep .dashboard_menuitem .text_menu p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1c1b1b;
    margin-bottom: 6px;
    margin-top: 10px;
}
.welcome_stepbystep .dashboard_menuitem .text_menu span {
    font-size: 14px;
    line-height: 14px;
    color: #e3e3e3;
}
.dashboard_menuitem .icon_class::after {
    border: 1px solid #dff2f0;
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    top: 129%;
    left: 25px;
}
.dashboard_menuitem li:last-child .icon_class::after {
    display: none;
}
.document_imgcard {
    background: #fff;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    text-align: center;
    padding: 0;
    position: relative;
    justify-content: center;
    align-items: center;
}
.documentation_card {
    border: 1px solid #73858936;
    border-radius: 10px;
}
.document_imgcard img {
    max-width: 90%;
}
.document_titletext {
    background:rgb(224 225 231);
    border-radius: 0px 0px 8px 8px;
    padding: 15px;
}
.document_titletext p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1c1b1b;
    margin: 0px;
}
.document_imgcard img.verify_document_img {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}
.dashboard_navbar {
    /* border: 1px solid #73858936; */
    margin-bottom: 30px;
    display: none;
}
.profile_dashboard {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 8px;
}
.profile_dashboard img {
    width: 100%;
    height: 100%;
}
.notificationbar {
    box-shadow: 4px 4px 40px rgb(171 218 214 / 40%);
    border-radius: 8px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 15px 10px;
    margin-left: auto;
    position: relative;
}
.notificationbar span {
    width: 10px;
    height: 10px;
    background: #f86969;
    position: absolute;
    top: 13px;
    right: 20px;
    border-radius: 50%;
}
.main_content .inside_notification p {
    display: inline-block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    color: #1c1b1b;
}
.n_list {
    margin: 0px;
    padding: 0px !important;
    list-style-type: none;
}
.n_list li {
    padding: 20px;
    border: 1px solid #c4e2df;
    display: flex;
}
.n_icon {
    width: 70px;
}
.n_titletext .form_title {
    font-family: "Lato";
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.n_titletext h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}
.n_titletext .n_time {
    font-size: 14px;
    line-height: 14px;
    color: #1c1b1b;
    margin-bottom: 20px;
}
.dash_profile {
    padding: 0 17px 0 0;
    text-align: center;
}
.dash_profile .photo_image {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #73858936;
    margin-bottom: 10px;
}
.dash_profile .photo_image img {
    width: 100%;
}
.dash_profile a {
    font-weight: 500;
    font-size: 16px;
    color: #1c1b1b !important;
}
.personal_info.n_titletext .form_title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #1c1b1b;
    text-transform: capitalize;
}
.profile_setting h4 {
    font-weight: 500;
    font-size: 16px;
    color: #1c1b1b;
}
.inside_p_setting {
    margin: 0px;
    padding: 0px !important;
    list-style-type: none;
}
.inside_p_setting li {
    position: relative;
    margin-bottom: 20px;
}
.inside_p_setting li a {
    text-decoration: none;
}
.inside_p_setting li p {
    font-weight: 600;
    font-size: 16px;
    color: #1c1b1b;
    margin-bottom: 0px;
    line-height: 30px;
    display: inline-block;
}
.inside_p_setting li span {
    font-weight: 500;
    font-size: 14px;
    color: #8e97ab;
    display: block;
}
.inside_p_setting li img {
    position: absolute;
    top: 20px;
    right: 0px;
}
.inside_p_setting li:hover p {
    color: #1c1b1b;
}
.inside_p_setting.other_setting li img {
    top: 8px;
}

.faq .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.faq .card .card-header {
    padding: 0px;
    border: none;
}
.faq .card .card-header .faq-title {
    padding: 20px 15px;
    color: #1c1b1b;
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    background: #bfd9f5;
    border-radius: 4px;
    line-height: 17px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.faq .card .card-body {
    background: #edf4fc;
    border-radius: 0px 0px 4px 4px;
    padding: 20px 15px;
    color: #1c1b1b;
}
.faq .card .card-body p {
    margin-bottom: 14px;
}
.faq .card .card-header .faq-title::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 15px;
}
.faq .card .card-header .faq-title[aria-expanded="true"]::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 15px;
}

.contact_nightangle a {
    text-decoration: none;
}
.contact_nightangle img {
    padding: 9px;
    background: #ffffff;
    box-shadow: 4px 4px 40px rgb(171 218 214 / 40%);
    border-radius: 8px;
    width: 45px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.contact_nightangle span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1c1b1b;
}
.tarning_sideimg{
    width: 100%;
}
.mx-datepicker .mx-input{
    padding: 0px;
    border: none;
    box-shadow: none;
    height: auto;
    font-size: 16px;
}
.custom-control-label::after {
    width: 0px;
}
.image_name
{
    background: #ebf4ea;
    margin: 15px 0;
    padding: 10px;
    border-radius: 7px;
}

.btn_join{
    background: #096bd8;
    border: 1px solid #096bd8;
    margin: 50px 0 0 0;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
}
.btn_join:hover{
    background: #1976d2 ;
    border: 1px solid #1976d2 ;
}
.btn_join i{
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-style: normal;
    margin: 0 10px;
}

/* .video_room {
    width:100%; height: 98vh;
} */
.video_room video{
    width:100%; height: 98vh;
}
.video_screenset{
    width:50%; height: 98vh;display: inline-block;
}

.btn_circle .btn_join {
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 20px;
    margin: 0 6px;
}
.btn_circle .btn_join .red{
    background: #f44336;
    border: #f44336;
}
.btn_circle .btn_join .green{
    background: #008000;
    border: #008000;
}
.btn_circle .btn_join .gray{
    background: #3d3d3d;
    border: #3d3d3d;
}
.btn_circle.text-center
{
    position: fixed;
    bottom: 20px;
    left: auto;
    right: auto;
    width: 100%;
}
