@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #024769;
    background: #fff;
    line-height: 30px;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #024769;
}
img{
    pointer-events: none;
}

a:hover {
    text-decoration: none !important;
    color: #4ab88c;
}

.disply-active{
    display: block !important;
}

@media(min-width: 1200px) {
    .container {
        max-width: 1100px;
        width: 100%;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1300px;
        width: 100%;
    }
}

@media(min-width: 1520px) {
    .container {
        max-width: 1470px;
        width: 100%;
    }
}

.fira-sans{
    font-family: 'Fira Sans', sans-serif;
}
.roboto{
    font-family: 'Roboto', sans-serif;
}

.btn-round {
    border-radius: 40px;
}

.btn,
.btn:hover,
a,
a:hover {
    transition: all .5s;
}

.btn {
    padding: 10px 40px;
    border-radius: 40px;
}

.btn-danger {
    background-color: #ff7518;
    border-color: #ff7518;
    text-transform: uppercase;
}

.btn-danger:hover {
    background-color: #023436;
    border-color: #023436;
    color: #fff !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 121, 123, .5);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #027FBD;
    border-color: #005cbf;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 121, 123, .5);
}

.error {
    color: #ff7518;
    margin-bottom: 0;
}

.btn-success:hover {
    background-color: #027FBD;
    border-color: #027FBD;
}

.btn-success {
    background-color: #024769;
    border-color: #024769;
    text-transform: uppercase;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 75, 119, .5);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #027FBD;
    border-color: #027FBD;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 75, 119, .5);
}

.btn-danger:hover {
    background-color: #027FBD;
    border-color: #027FBD;
    color: #ff7518;
}

.btn-danger {
    background-color: #ff7518;
    border-color: #ff7518;
    text-transform: uppercase;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 57, 105, .5);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #ff7518;
    border-color: #ff7518;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 57, 105, .5);
}

.btn-info:hover {
    background-color: #ff7518;
    border-color: #ff7518;
}

.btn-info {
    background-color: #024769;
    border-color: #024769;
    text-transform: uppercase;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 221, .5);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #ff7518;
    border-color: #ff7518;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 221, .5);
}

.btn-warning:hover {
    background-color: #ff7518;
    border-color: #ff7518;
}

.btn-warning {
    background-color: #027FBD;
    border-color: #027FBD;
    text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 184, 140, .5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #ff7518;
    border-color: #ff7518;
}

.btn-primary:not(:disabled):not(.disabled).pre,
.btn-primary:not(:disabled):not(.disabled):pre,
.show>.btn-primary.dropdown-toggle {
    background-color: #023436;
    border-color: #023436;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 221, .5);
}

.btn-primary:hover {
    background-color: #023436;
    border-color: #023436;
}

.btn-primary {
    background-color: #fff;
    border-color: #2b7a81;
    text-transform: uppercase;
    color: #2b7a81
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #8cb7a6;
    border-color: #8cb7a6;
}

.nav_left li {
    margin-right: 25px;
}

header li.nav-item a.nav-link.active {
    color: #4ab88c;
}

.nav_left {
    display: inline-block;
    width: 42.5%;
}

.navbar-collapse {
/*    width: 42.5%;*/
    font-size: 16px;
}

.nav_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

header li.nav-item {
    margin-left: 15px;
}

.inner_sld {
    background: #8de4af;
    padding: 90px 0;
    text-align: center;
}

.inner_sld_head {
    color: #023436;
    max-width: 660px;
    margin: auto;
    width: 100%;
}

.inner_sld_head h2 {
    font-size: 45px;
    font-weight: 700;
}

.inner_sld_head p {
    font-size: 20px;
    margin-bottom: 0;
}

.tab_sec1 .nav-tabs a.nav-link {
    color: #EBF8FF;
    border: 0;
    background: none;
}

.tab_sec1 .nav-tabs {
    max-width: 1200px;
    width: 100%;
    margin: -37px auto 0;
    background: #023436;
    border: 0;
    justify-content: space-between;
    border-radius: 8px;
}

.tab_sec1 .nav-tabs .nav-item {
    margin-bottom: 0;
    margin: 16px 20px;
}

.tab_sec1 .nav-tabs a.nav-link.active,
.tab_sec1 .nav-tabs a.nav-link:hover {
    color: #ffff79;
}

.tabsec_item_img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.play_ic {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
}

.tabsec_item_img .play_ic img {
    width: auto;
}

.tabsec_item_img img {
    width: 100%;
}

.tabsec_item .row {
    margin: 0 -40px;
}

.tabsec_item .row [class*="col-"] {
    padding: 0 40px;
}

.tabsec_item .row {
    margin: 0 -40px;
}

.tabsec_item .row [class*="col-"] {
    padding: 0 40px;
}

.team_sec .row,
.v_m_sec .row,
.values_items .row {
    margin: 0 -25px;
}

.team_sec .row [class*="col-"],
.v_m_sec .row [class*="col-"],
.values_items .row [class*="col-"] {
    padding: 0 25px;
}

.heading_type1 h5 {
    font-size: 24px;
    color: #4ab88c;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading_type1 h5::after {
    display: inline-block;
    content: "";
    width: 200px;
    height: 2px;
    background: #4ab88c;
    vertical-align: middle;
    margin-left: 20px;
}

.heading_type1 h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.heading_type2 {
    max-width: 900px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.heading_type2 h5 {
    font-size: 24px;
    color: #4ab88c;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading_type2 h5::after {
    display: inline-block;
    content: "";
    width: 80px;
    height: 2px;
    background: #4ab88c;
    vertical-align: middle;
    margin-left: 20px;
}

.heading_type2 h5::before {
    display: inline-block;
    content: "";
    width: 80px;
    height: 2px;
    background: #4ab88c;
    vertical-align: middle;
    margin-right: 20px;
}

.heading_type2 h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.tabsec_item {
    padding: 50px 0;
}

.btn_sec {
    margin-top: 30px;
}

.btntype1:hover {
    background: #ff7518;
    color: #EBF8FF;
}

.w_c_item_ic {
    flex: 0 0 82px;
    height: 82px;
    background: #023436;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    margin-right: 40px;
    box-shadow: 0 0 10px #d2d2d2;
    transition: all .5s;
}

.w_c_item_con h4 {
    font-size: 22px;
    font-weight: 700;
}

.w_c_item_con p {
    margin-bottom: 0;
}

.w_c_item_con {
    line-height: 22px;
}

.w_c_item {
    display: flex;
    margin: 40px 0;
}

.w_c_item:hover .w_c_item_ic {
    background: #ff7518;
    transition: all .5s;
}

.team_item {
    background: #8de4af;
    padding: 50px;
    border-radius: 20px;
    transition: all .5s;
    color: #023436;
}

.team_img {
    border-radius: 17px;
    overflow: hidden;
}

.team_info {
    font-size: 16px;
    line-height: 24px;
}

.team_info span {
    text-transform: uppercase;
    color: #ff7518;
}

.team_info h4 {
    font-size: 29px;
    margin: 5px 0 10px;
    color: #ff7518;
    font-weight: 600;
}

.team_info ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.team_info ul a {
    background: #023436;
    color: #EBF8FF;
    width: 38px;
    height: 38px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.team_item:hover {
    transition: all .5s;
    background: #023436;
    color: #8de4af;
}

.team_item:hover .team_info span,
.team_item:hover .team_info h4 {
    color: #ffff79;
}

.team_item:hover .team_info ul a {
    background: #EBF8FF;
}

.team_item:hover .team_info ul a.team_linkedin {
    color: #0077b5;
}

.team_item:hover .team_info ul a.team_twitter {
    color: #4e9dec;
}

.v_sec {
    background: #8de4af;
    border-radius: 20px;
    width: calc(100% - 50px);
}

.v_sec .v_m_item_info {
    background: #023436;
    padding: 50px;
    border-radius: 20px;
    color: #8de4af;
    position: relative;
    left: 50px;
    top: -50px;
}

.v_m_sec .v_m_item {
    margin-top: 50px;
}

.m_sec {
    background: #023436;
    border-radius: 20px;
    width: calc(100% - 50px);
}

.m_sec .v_m_item_info {
    background: #8de4af;
    padding: 50px;
    border-radius: 20px;
    color: #023436;
    position: relative;
    left: 50px;
    top: -50px;
}

.v_m_item h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.v_m_item h3::after {
    display: inline-block;
    content: "";
    width: 200px;
    height: 2px;
    vertical-align: middle;
    margin-left: 20px;
}

.v_sec h3 {
    color: #ffff79;
}

.v_sec h3::after {
    background: #ffff79;
}

.m_sec h3 {
    color: #ff7518;
}

.m_sec h3::after {
    background: #ff7518;
}

.v_m_item p {
    margin-bottom: 0;
}

.value_sec .row {
    align-items: center;
}

.values_item {
    background: #8de4af;
    padding: 40px;
    border-radius: 20px;
    transition: all .5s;
    margin-bottom: 50px;
    color: #023436;
}

.with_hover {
    display: none;
    transition: all .5s;
}

.values_items .row [class*="col-"]:first-child .values_item {
    margin-top: 80px;
}

.values_items .row {
    align-items: unset;
}

.values_items .row [class*="col-"]:last-child .values_item {
    margin-top: -80px;
}

.values_ic {
    margin-bottom: 30px;
}

.values_item_info h4 {
    font-size: 26px;
    font-weight: bold;
    color: #ff7518;
    margin-bottom: 10px;
    transition: all .5s;
}

.values_item_info p {
    margin-bottom: 0;
}

.values_item:hover {
    transition: all .5s;
    background: #023436;
    color: #8de4af;
}

.values_item:hover .values_item_info h4 {
    color: #ffff79;
    transition: all .5s;
}

.values_item:hover .with_hover {
    transition: all .5s;
    display: block;
}

.values_item:hover .without_hover {
    transition: all .5s;
    display: none;
}

.footer_sec {
    background: #024769;
    color: #EBF8FF;
    font-size: 16px;
}

.footer_sec .footer_top {
    padding: 50px 0;
}

.footer_item_con {
    margin-top: 40px;
}

.footer_item_head h4 {
    color: #ffff79;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer_sec a {
    color: #EBF8FF;
}

.footer_sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_quicklinks {
    padding-left: 100px;
}

.footer_contact_item span {
    font-size: 18px;
}

.footer_item_form input[type="text"] {
    height: 55px;
    background: #EBF8FF;
}

.footer_bottom {
    border-top: 1px solid #084b88;
    padding: 25px 0;
}

.footer_info p {
    margin-bottom: 0;
}

.footer_social ul {
    display: flex;
}

.footer_social ul {
    display: flex;
    justify-content: flex-end;
}

.footer_social a {
    width: 36px;
    height: 36px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer_social a.f_whatsapp {
    background: #4dc246;
}

.footer_social a.f_facebook {
    background: #4064ad;
}

.footer_social a.f_twitter {
    background: #4f9dec;
}

.footer_social a.f_linkedin {
    background: #0077b5;
}

.footer_social a.f_google {
    background: #d64f43;
}

.footer_social a.f_instagram {
    background: rgb(247, 220, 0);
    background: linear-gradient(180deg, rgba(247, 220, 0, 1) 0%, rgba(229, 71, 73, 1) 51%, rgba(203, 56, 163, 1) 100%);
}

.footer_social a.f_instagram {
    background: #ff0000;
}

.footer_social a.f_whatsapp:hover {
    color: #4dc246;
}

.footer_social a.f_facebook:hover {
    color: #4064ad;
}

.footer_social a.f_twitter:hover {
    color: #4f9dec;
}

.footer_social a.f_linkedin:hover {
    color: #0077b5;
}

.footer_social a.f_google:hover {
    color: #d64f43;
}

.footer_social a.f_instagram:hover {
    color: #cd399b;
}

.footer_social a:hover {
    background: #EBF8FF;
}

.footer_social a.f_instagram:hover {
    color: #ff0000;
}

.why_c_item {
    margin-top: 30px;
    background: #8de4af;
    padding: 40px;
    border-radius: 20px;
    transition: all .5s;
    color: #023436;
}

.why_c_items .row {
    margin: 0 -25px;
}

.why_c_items .row [class*="col-"] {
    padding: 0 25px;
}

.why_c_item_con ul {
    padding: 0;
    list-style: none;
}

.why_c_item_con ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.why_c_item_con ul li:last-child {
    margin-bottom: 0;
}

.why_c_item_con ul li::before {
    position: absolute;
    content: "";
    border: 2px solid #023436;
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

.why_c_item_con h4 {
    font-size: 26px;
    color: #ff7518;
    font-weight: 700;
    margin-bottom: 15px;
}

.why_c_item_ic {
    margin-bottom: 20px;
}

.why_c_item:hover .with_hover {
    display: block;
    transition: all .5s;
}

.why_c_item:hover .without_hover {
    display: none;
    transition: all .5s;
}

.why_c_item:hover .why_c_item_con h4 {
    color: #ffff79;
    transition: all .5s
}

.why_c_item:hover {
    background: #023436;
    color: #8de4af;
    transition: all .5s;
    margin-top: 0px;
}

.why_c_item:hover .why_c_item_con ul li::before {
    border: 2px solid #8de4af;
    transition: all .5s;
}

.nav_left .dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    padding: 0;
    background: #4ab88c;
    margin: 0.125rem -150px 0 !important;
}

.dropdown-item {
    color: #EBF8FF;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: #EBF8FF;
    color: #4ab88c;
    border: 0;
    outline: 0;
}




/*test css start*/
.text_logo {
    text-align: center;
    padding: 0;
}

.text_logo .navbar-brand {
    margin-bottom: 0;
    margin-right: 0;
}

.test_step_in {
    max-width: 1000px;
    margin: 0px auto 72px;
    width: 100%;
    min-height: calc(100vh - 156px);
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.test_step_sec .heading_type2 h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.test_step_sec .heading_type2 p {
    font-size: 20px;
}

.test_step_form {
    padding-top: 20px;
    width: 100%
}

.button_sec {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 15px;
    z-index: 1;
    text-align: center;
}

.button_sec_in {
    max-width: 750px;
    margin: auto;
    justify-content: space-between;
    display: flex;
}

.test_step_form .form-control {
    background: none;
    border-color: #023436;
    height: 44px;
    padding: .375rem 3rem .375rem 1rem;
    font-size: 16px;
    min-height: 44px;
}

.test_step_form label {
    margin-bottom: 0;
    font-size: 16px;
}

.test_step_in h4.text_hd {
    font-size: 24px;
    margin-top: 20px;
}

.veryfiy_box label.otp_msg {
    margin-bottom: 10px;
    line-height: 1.4;
}

.test_user_detail .form-group {
    margin-bottom: 13px;
}

.test_step_form .form-control[placeholder="Eneter Name"] {
    color: #023436;
}

.test_step_form .form-control:focus {
    color: #023436;
    background: none;
    border-color: #023436;
    outline: 0;
    box-shadow: unset;
}

.test_step_form select.form-control {
    background: #EBF8FF url(../img/down_ar.png) no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.general_ins h4 {
    font-size: 24px;
    font-weight: 700;
}

.general_ins_items {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.general_ins_items li {
    padding-left: 20px;
    position: relative;
}

.general_ins_items li::before {
    border: 2px solid #024769;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}

.instruction_items {
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    border: 1px solid #023436;
}

.instruction_item {
    border-bottom: 1px solid #023436;
    display: flex;
    justify-content: space-between;
}

.instruction_value {
    width: 180px;
    border-left: 1px solid #023436;
    padding: 5px 20px;
}

.instruction_label {
    padding: 5px 20px;
}

.instruction_items {
    border-radius: 8px;
}

.instruction_item:last-child {
    border: 0;
}

.button_sec .btn {
    text-transform: uppercase;
    font-size: 16px;
}

.t_s_head {
    background: #023436;
    padding: 7px 50px;
    display: flex;
    justify-content: space-between;
    color: #EBF8FF;
    font-size: 20px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.t_s_head_time {
    background: #EBF8FF;
    color: #023436;
    font-size: 16px;
    padding: 2px 12px;
    border-radius: 30px;
    text-align: center;
}

.t_s_logo a {
    max-width: 150px;
    padding: 0;
    margin: 0 auto;
}

.text_logo.test_result_logo .navbar-brand {
    max-width: 150px;
    margin: 0;
    padding: 0;
}

.question_img {
    margin: 0 auto 10px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 450px;
    position: relative;
}

.image_source {
    position: absolute;
    bottom: 0;
    right: 9px;
}

.image_source a {
    color: #fff;
    text-shadow: 0px 0px 10px #999;
    font-size: 12px;
}

.question_img img {
    width: 100%;
    max-height: 350px;
}

.ans_item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
}

input[type="radio"]~label,
input[type="checkbox"]~label {
    margin-bottom: 0;
    margin-left: 35px;
}

input[type="radio"] {
    width: 100%;
    height: 24px;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

input[type="radio"]~label::before {
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    background: #EBF8FF;
    border-radius: 50%;
    top: 2px;
}

.ans_radio input[type="radio"]~label::before {
    background: #fff;
    border: 2px solid #023436;
}

input[type="radio"]~label {
    position: relative;
}

input[type="radio"]~label::after {
    transform: scale(.6);
    background: #023436;
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 2px;
    display: none;
}

input[type="radio"]:checked~label::after {
    display: block;
}

input[type="checkbox"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
}

input[type="checkbox"]~label::before {
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    top: 2px;
    border: 2px solid #023436;
}

.ans_checkbox input[type="radio"]~label::before {
    background: #fff;
    border: 2px solid #023436;
}

input[type="checkbox"]~label {
    position: relative;
}

input[type="checkbox"]~label::after {
    background: #023436 url(../img/check.png) no-repeat center;
    content: "";
    position: absolute;
    left: -35px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    top: 2px;
    display: none;
}

input[type="checkbox"]:checked~label::after {
    display: block;
}

.contact_info {
    padding: 50px 0;
}

.contact_item {
    margin-top: 10px;
    background: #8de4af;
    padding: 30px;
    border-radius: 20px;
    transition: all .5s;
    color: #023436;
    text-align: center;
}

.contact_item:hover {
    background: #023436;
    color: #8de4af;
    transition: all .5s;
    margin-top: 0px;
}

.contact_item:hover .contact_item_con h4 {
    color: #ffff79;
    transition: all .5s;
}

.contact_item h4 {
    font-size: 30px;
    color: #ff7518;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact_item:hover .without_hover {
    display: none;
    transition: all .5s;
}

.contact_item:hover .with_hover {
    display: inline-block;
    transition: all .5s;
}

.contact_item_con {
    padding: 30px 0 0;
}

.contact_item_con p {
    font-size: 24px;
    margin-top: 7px;
    margin-bottom: 0;
}

.contact_form_sec {
    background: #023436;
    padding: 50px 0;
}

.contact_form .heading_type1 h5 {
    color: #fbfc79;
}

.contact_form .heading_type1 h5::after {
    background: #fbfc79;
}

.contact_form .heading_type1 h3 {
    color: #fbfc79;
}

.form-control {
    background: #EBF8FF;
    color: #023436;
    font-size: 18px;
    min-height: 55px;
}

.form-control::placeholder {
    color: #023436;
}

.form-control:focus {
    background: #EBF8FF;
}

.contact_form .btn {
    text-transform: uppercase;
}

.contact_img {
    padding-left: 100px;
}

.contact_form .form-group {
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.faq_sec {
    padding: 50px 0;
}

.faq_item_body {
    padding: 20px;
}

.faq_item_body {
    padding: 20px;
    color: #023436;
}

.faq_item {
    margin: 20px 0;
    background: #8de4af;
    border-radius: 5px;
}

.faq_item_head a {
    background: #023436;
    padding: 20px 60px 20px 20px;
    border-radius: 5px;
    color: #ffff79;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    position: relative;
}

.faq_item_head a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ffff79;
    right: 20px;
    top: 32px;
}

.faq_item_head a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #ffff79;
    top: 23px;
    right: 28px;
}

.faq_item_head a[aria-expanded="true"]::before {
    display: none;
}

.content_sec {
    padding: 50px 0;
}

.content_sec_in h3 {
    margin-top: 30px;
    font-weight: bold;
}

.login_signup_sec {
    padding: 50px 0;
}

.login_signup_form {
    background: #8de4af;
    padding: 40px;
    border-radius: 10px;
}

.login_signup_form .heading_type2 h5 {
    color: #024769;
}

.heading_type2 h5::before {
    background: #024769;
}

.heading_type2 h5::after {
    background: #024769;
}

.login_signup_form .heading_type2 {
    margin-bottom: 30px;
}

.login_ic,
.login_ic:focus {
    background: #EBF8FF url(../img/login_ic.png) no-repeat left center;
    padding-left: 50px;
}

.password_ic,
.password_ic:focus {
    background: #EBF8FF url(../img/password_ic.png) no-repeat left center;
    padding-left: 50px;
}

.d-block {
    width: 100%;
}

.btn_item {
    background: #EBF8FF;
    padding: 5px 15px 5px 5px;
    border-radius: 3px;
    transition: all .5s;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: left;
}

.btn_item-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #EBF8FF;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}

.btn_facebook:hover {
    background: #3b5999;
    color: #EBF8FF;
    transition: all .5s;
}

.btn_google:hover {
    background: #4585f4;
    color: #EBF8FF;
    transition: all .5s;
}

.text-danger {
    color: #ff7518;
}

.text-danger:hover {
    color: #ffff79;
}

.login_signup_sec .row {
    align-items: center;
}

.signup_step_items {
    max-width: 800px;
    margin: 15px auto;
    text-align: center;
}

.signup_step_items ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.signup_step_items {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    width: 100%;
}

.radio_check_item {
    position: relative;
    margin-right: 15px;
}

.signup_s_i_number {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    background: #023436;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EBF8FF;
}

.signup_s_i_name {
    color: #023436;
}

.signup_step_item {
    position: relative;
    width: 33%;
}

.signup_s_i_number::before {
    content: "";
    position: absolute;
    background: #023436;
    height: 1px;
    width: 100%;
    right: 50%;
    z-index: -1;
}

.signup_step_item:first-child .signup_s_i_number::before {
    display: none;
}

.signup_step_item.active .signup_s_i_number {
    background: #ff7518;
}

.signup_step_item.active .signup_s_i_name {
    color: #ff7518;
}

.signup_step_item.active .signup_s_i_number::before {
    background: #ff7518;
}

.full_widthcontent {
    max-width: 900px;
    margin: auto;
}

.form_right {
    font-size: 13px;
    text-align: right;
    width: 100%;
    display: inline-block;
}

.form_content {
    font-size: 14px;
    line-height: 1.5;
}

.cl_danger {
    color: #ff7518;
    display: block;
}

.text_inffo {
    text-align: center;
    padding: 0;
}

.text_inffo h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.button_sec_info {}

.button_sec_info .btn-danger {
    text-transform: capitalize;
}

.text_logo h5 {
    margin-top: -10px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 97px;
}

.test_contact_info {
    font-size: 16px;
}

.test_contact_head {
    font-size: 18px;
}

.text_logo.test_result_logo {
    position: fixed;
    top: 0;
    z-index: 11;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 0;
}

.text_logo.test_result_logo+.main_sec .t_s_head {
    padding: 14px 50px;
}

.button_sec2.text-center {
    margin-bottom: 15px;
}

.test_contact_info .test_contact_item {
    margin-top: 20px;
}

.text_inffo p {
    font-size: 18px;
    line-height: 1.4;
}

.question_sec p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 7px;
    line-height: 1.4;
}

.ans_items {
    margin-top: 25px;
    font-size: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.grade_radio {
    width: auto !important;
    height: 24px !important;
    opacity: 0.8 !important;
}

.text_inffo a.navbar-brand {
    margin: 0;
    width: 180px;
    padding: 0;
    vertical-align: middle;
}

.text_logo .navbar-brand {
    max-width: 180px;
}

.text_logo h5 {
    display: none;
}

.text_inffo .landing_sld_img {
    display: block;
    position: relative;
    max-width: 300px;
    margin: auto;
}

.landing_sld_img .bnr_btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
}

.landing_sld_img .bnr_btn .waves-box .iq-waves .waves {
    background: rgba(141, 228, 175, 0.2);
}

.landing_sld_img .bnr_btn .waves-box {
    margin-right: 0;
    z-index: 1;
    position: relative;
    float: left;
}

.bnr_btn .waves-box .venobox_custom {
    position: relative;
    background: #fff;
    color: #8de4af;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    border-radius: 50%;
    padding-left: 4px;
    z-index: 11;
}

.bnr_btn .waves-box .iq-waves {
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: -90px;
    top: -90px;
    z-index: 2;
    float: right;
}

.bnr_btn .waves-box .iq-waves .waves {
    position: absolute;
    width: 384px;
    width: 15rem;
    height: 384px;
    height: 15rem;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.bnr_btn .waves-box .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.bnr_btn .waves-box .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.bnr_btn .waves-box .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.vbox-close {
    right: 20px;
    font-size: 40px;
}

.check_items .form-check {
    display: inline-block;
    margin: 10px 5px;
    padding-left: 0;
}

.form-check-item {
    position: relative;
    width: 130px;
    height: 60px;
}

.form-check-item input.form-check-input.grade_radio {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 100% !important;
    margin: 0;
    height: 100% !important;
    border-radius: 0 !important;
    opacity: 0 !important;
    cursor: pointer;
}

.form-check-item input[type="radio"]~label {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #024769;
    cursor: pointer;
}

.form-check-item input[type="radio"]~label::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    top: 0;
    background: #fff;
    border: 2px solid #023436;
    z-index: -1;
}

.form-check-item input[type="radio"]~label::after {
    transform: scale(1);
    background: #023436;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    top: 0;
    display: none;
    z-index: -1;
}

.form-check-item input[type="radio"]:checked~label::after {
    display: block;
}

.form-check-item input[type="radio"]:checked~label {
    color: #fff !important;
}

.check_items {
    margin: 20px 0 60px;
}

.test_contact_info a {
    text-decoration: underline;
}

.test_contact_info a:hover {
    text-decoration: underline !important;
}



.veryfiy_box+.button_sec .button_sec_in {
    justify-content: center;
}

.veryfiy_box+.button_sec .button_sec_in .ml-auto {
    margin: auto;
}

.product_sec .tab-content>.tab-pane {
    height: 0 !important;
    visibility: hidden;
    display: block !important;
    overflow: hidden;
}

.st_ans_wrong::before {
    content: "";
    border: 2px solid #ff7518;
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 20px);
    left: -10px;
    top: -5px;
    border-radius: 5px;
    background: #fde3e9;
}

.ans_item {
    position: relative;
}

.st_ans_wrong::after {
    content: "";
    position: absolute;
    background: url(../img/cross_ic.png);
    right: 0px;
    width: 14px;
    height: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    top: 7px;
}

.st_ans_right::before {
    content: "";
    border: 2px solid #8de4af;
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 20px);
    left: -10px;
    top: -5px;
    border-radius: 5px;
    background: #EBF8FF;
}

.st_ans_right::after {
    content: "";
    position: absolute;
    background: url(../img/check_pr.png);
    right: 0px;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    top: 7px;
}

.def_ans_right::after {
    content: "";
    position: absolute;
    background: url(../img/check_pr.png);
    right: 0px;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    top: 7px;
}

.st_ans_wrong,
.def_ans_right,
.st_ans_right {
    padding-right: 30px;
}

.resend_mobile_otp,
.resend_otp {
    cursor: pointer;
    color: #4AB88C;
}

.back_to_form {
    color: #ff7518;
    border-bottom: 1px solid #ff7518;
}

.back_to_form:hover {
    color: #4ab88c;
    border-bottom: 1px solid #4ab88c;
}

.input_gr {
    position: relative;
}

.input_gr .resend_otp,
.input_gr .resend_mobile_otp {
    position: absolute;
    right: 10px;
    top: 8px;
}

.checkbox_note {
    text-align: right;
    font-style: italic;
}

.test_step_in .form_box {
    max-width: 500px;
    margin: auto;
    border: 1px solid #024769;
    padding: 20px;
    border-radius: 10px;
}

a.wtp_sec {
    position: fixed;
    bottom: 15px;
    z-index: 11;
    right: 15px;
    border: 0;
}

a.wtp_sec i {
    display: flex;
    background: #4dc246;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px #bbb;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: auto;
}

a.wtp_sec span {
    display: block;
    font-size: 11px;
    line-height: 1.8;
}

.test_contact_info_wrp {
    margin: 20px 0 25px;
}

.btn-whtap {
    background: #4dc246;
}

.btn-whtap:hover {
    background: #2dab26;
}

a.btn_hf {
    color: #ff7518;
    border-bottom: 1px solid #ff7518;
    margin-top: 10px;
    transition: all .5s;
    font-size: 20px;
    padding-bottom: 0px;
    display: inline-block;
}

.form_box .custom-control {
    padding: 0;
    margin: 0 5px 0px 0 !important;
}

.thank-y-info-itm {
    margin-bottom: 20px;
}

.test_contact_item {
    margin-bottom: 15px;
}

.thank-y-info-itm p {
    margin: 0 0 5px;
}

.free-vs-comp h3 {
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}

.free-vs-comp .button_sec_info {
    text-align: center;
    margin: 20px 0 0;
}

.free-vs-comp ul {
    padding-left: 18px;
}

.free-vs-comp-box {
    height: 100%;
    margin: 0;
    position: relative;
}

.free-vs-comp-lbl {
    position: absolute;
    top: -20px;
    background: #4ab88c;
    padding: 0 9px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.thank-y-info-itm {
    text-align: center;
}

.thank-y-fc-itm-head-wrp {
    margin-bottom: 10px;
}

.thank-y-fc-itm-head {
    text-align: center;
    background: #f6f6f6;
    padding: 20px 10px;
    height: 250px;
    max-width: 600px;
    margin: 20px auto;
    align-items: center;
    display: flex;
    border-radius: 30px;
    justify-content: center;
    border: 1px solid #02476912;
    box-shadow: 0px 0px 40px 0px #0247692e;
    transition: all 0.6s;
}

.thank-y-fc-itm-head:hover,
.feedback-style:hover {
    transform: scale(1.05);
    border-radius: 25px;
}

.thank-y-fc-itm-head p {
    margin: 0 30px 30px;
}

.feedback-style {
    text-align: center;
    background: #f6f6f6;
    padding: 20px 10px;
    height: 250px;
    max-width: 300px;
    margin: 20px auto;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    border: 1px solid #02476930;
    box-shadow: 0px 6px 50px -10px #0247695e;
    transition: all 0.6s;
}

.thk-pg-wrp .text_inffo h2 {
    margin-bottom: 10px;
}

.free-vs-comp .row>[class*="col-"]:first-child {
    border-right: 1px solid #4ab88c;
}


.st-rslt-list {
    font-size: 13px;
    line-height: 1.3;
}

.st-rslt-list table .btn {
    font-size: 12px;
    padding: 6px 13px;
    margin: 0 0 2px;
    white-space: nowrap;
}

.st-rslt-list .table td,
.st-rslt-list .table th {
    padding: 5px;
}

.pg-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #EBF8FF;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.loader .image {
    width: 100px;
    height: 160px;
    font-size: 40px;
    text-align: center;
    transform-origin: bottom center;
    animation: 3s rotate infinite;
    opacity: 0;
}

.loader span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(90deg);
    }

    10% {
        opacity: 0;
    }

    35% {
        transform: rotate(0deg);
        opacity: 1;
    }

    65% {
        transform: rotate(0deg);
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        transform: rotate(-90deg);
    }
}


div.stars {
    width: 155px;
    display: inline-block;
    vertical-align: middle;
}

.mt-200 {
    margin-top: 200px
}

.stars input[type="radio"]~label {
    margin-left: 10px;
}

input.star {
    display: none
}

label.star {
    float: right;
    font-size: 22px;
    color: #ff7518;
    transition: all .2s
}

input.star:checked~label.star:before {
    content: '\f005' !important;
    color: #ff7518;
    transition: all .25s
}

input.star:checked~label.star:after {
    display: none;
}

/*input.star-5:checked~label.star:before {color: #FE7;}

input.star-1:checked~label.star:before {color: #F62}*/

label.star:before {
    content: '\f006' !important;
    font-family: FontAwesome;
    position: static !important;
    background: none !important;
}

form.rr-frm {
    padding: 15px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, .09);
    margin-top: 18px;
}

.rr-frm .custom-control {
    padding-left: 5px !important;
    margin-right: 8px;
}

.q_a_sec a.accordion-toggle {
    display: inline-block;
    border-bottom: 1px solid;
    color: #f7751a;
    transition: all .5s;
}

.q_a_sec a.accordion-toggle:hover {
    color: #024769;
    border-bottom: 1px solid #4ab88c;
}

.q_a_sec .panel-group {
    margin: 30px 0 0;
}

.q_a_sec .panel-group .panel-title {
    margin: 0 0 15px;
}

section.fs-t7.section {
    margin: 10px 0 70px;
}

.fs-t7-items {
    position: relative;
}

.fs-t7-items:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/pls-n.jpg);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: 40px;
}

.fs-t7-items [class*="col"] {
    margin: 22px 0;
}

.fs-t7-head {
    background: #023436;
    color: #fff;
    padding: 12px 20px;
}

.fs-t7-head h3 {
    margin: 0;
}

.fs-t7-item {
    border: 1px solid #ddd;
    max-width: 500px;
    margin: 0 auto 15px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
}

.fs-t7-item:hover {
    box-shadow: 0px 7px 25px 0px rgb(0 0 0 / 9%);
}

.fs-t7-body {
    padding: 25px;
}

.fs-t7-body .media {
    margin: 0 0 15px;
}

.fs-t7-body .media h4 {
    font-weight: bold;
}

.fs-t7-body .media:last-child {
    margin: 0;
}

.fs-t7-body .media img {
    transition: all 0.5s;
    width: 60px;
}

.fs-t7-body .media:hover img {
    transform: rotate(360deg);
}

.fs-t7-body .media:hover h4 {
    color: #ff7518;
}

.fs-t7 .heading_type1 {
    text-align: center;
    margin: 0 0 50px;
}


.fs-t7-sm .fs-t7-body .media img {
    width: 40px;
    margin-right: 7px !important;
}

.fs-t7-sm .fs-t7-body .media h4 {
    font-size: 16px;
}

.fs-t7-sm .fs-t7-body .media {
    font-size: 13px;
    line-height: 1.7;
}

.fs-t7-sm .fs-t7-head {
    padding: 10px 20px;
}

.fs-t7-sm .fs-t7-head h3 {
    font-size: 20px;
}

.fs-t7-sm .fs-t7-items [class*="col"] {
    margin: 10px 0;
}

.fs-t7-sm .fs-t7-items:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.fs-t7-sm .fs-t7-body {
    padding: 10px;
}

.ui-timepicker-container {
    z-index: 99999 !important;
}

.tst-rmdr {
    background: #35bafd;
    background: -moz-linear-gradient(top, #35bafd 0%, #027fbd 100%);
    background: -webkit-linear-gradient(top, #35bafd 0%, #027fbd 100%);
    background: linear-gradient(to bottom, #35bafd 0%, #027fbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35bafd', endColorstr='#027fbd', GradientType=0);
}

.tst-rmdr .modal-content {
    background: none;
    border: none;
}

.tst-rmdr .modal-content .modal-body {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 4px 10px 0 rgb(0 0 0 / 0.5);
    padding: 30px 20px;
}

.tst-rmdr .modal-content .modal-header {
    border: none;
    padding-top: 0;
}

.tst-rmdr .modal-hdng {
    margin: auto;
    text-align: center;
    position: relative;
}

.tst-rmdr .modal-hdng h2 {
    font-weight: 700;
    font-size: 36px;
}

.tst-rmdr .modal-hdng p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.frm-t1 .form-group {
    position: relative;
}

.frm-t1 .form-group label {
    position: absolute;
    top: -7px;
    left: 9px;
    background: #fff;
    line-height: 1;
    font-size: 14px;
    padding: 0 5px;
    z-index: 9;
    font-weight: bold;
}

.frm-t1 .form-control {
    background: #fff;
}

.apply-coupon-cd {
    margin-bottom: 8px;
}

.payment-tbl table.table {
    margin: 0;
}

.apply-coupon-got .remove_coupon {
    font-size: 13px;
    color: #f64b77;
}

.tst-rmdr .close {
    font-weight: 300;
    opacity: 1;
    color: #083969;
    text-shadow: none;
    font-size: 60px;
    padding: 0;
    line-height: 1px;
    margin: 0 0 10px;
}

.my-btn {
    width: auto;
}

.rouded-btn {
    border-radius: 50% !important;
    padding: 0px !important;
    width: 32px !important;
    height: 32px;
    line-height: 28px;
    cursor: pointer !important;
    margin: 0 8px 10px 5px !important;
    font-size: 14px
}

.active {
    background-color: #18222f1a;
    border-color: #18222f;
}

.number-bg {
    background: #f4f6f5;
    border-radius: 5px;
    padding: 10px
}

i.q {
    display: block;
    color: #2b7a81;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
    padding-left: 8px;
}

/*.btn-success{background: #fff; border-color: #fff; color: #023436}*/
.question_sec {
    padding-top: 28px
}

.dot-icon {
    display: none;
}

.mob-hide {
    display: block;
}

@media all and (max-width: 1000px) {
    .desk-full {
        width: 100%
    }

    .mob-hide {
        display: none;
        position: fixed;
        /* top:0; bottom: 0; */
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        top: 20%;
    }

    .back-black {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        top: 0;
        position: fixed;
        z-index: 9;
        display: none;
    }

    .dot-icon {
        display: block;
    }

    .bullets.number-bg {
        max-width: 315px;
        margin: auto;
    }

    .t_s_logo img {
        max-width: 70%
    }

    .w-100 {
        min-width: 100% !important
    }

    .bookmark-mobile {
        background: #ccc;
        position: absolute;
        right: 0
    }

    .bookmark-mob {
        position: fixed;
        top: 62px;
        right: 0;
        background: #f9f5f6;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        text-align: center !important;
        line-height: 30px;
    }
}


.brdr-none {
    border: 0 none !important;
}

.pause {
    padding: 2px 2px 2px 15px !important;
}

.time {
    padding: 2px !important;
}

.bullets.number-bg span {
    position: relative;
}

.bullets.number-bg span i {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #023436;
    border-radius: 100%;
    font-size: 9px;
    line-height: 14px;
    top: -9px;
    right: -3px;
    border: 1px solid #fff;
    color: #fff
}

.add_to_bookmark {
    background: #f4f6f5;
    padding: 10px 20px;
    border-radius: 50px;
    color: #023436;
    font-weight: 500;
}

.bookmarked {
    background-color: #ff7518 !important;
    border-color: #ff7518 !important;
    color: #fff !important
}

.active1 {
    background-color: #fff !important;
    border: solid 1px #023436 !important;
    color: #023436 !important;
}

.attempted {
    background-color: #023436 !important;
    border-color: #023436 !important;
    color: #fff !important;
}

.text_logo img {
    width: 70px;
}

.select_mod .row {
    justify-content: center;
}

.select_mod_itm_img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

#select_inst.select_module_itm {
    cursor: pointer;
}

.select_mod h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.select_mod_itm_con {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.select_mod_itm_con h4 {
    margin-bottom: 0;
    font-size: 18px;
}

.select_mod {
    text-align: center;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}

.select_mod:first-child {
    margin-top: -15px;
}

.select_module_itms .row {
    margin: 0 -7px;
}

.select_module_itms .row [class*="col-"] {
    padding: 0 7px;
}

.select_module_itm_img {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 10px;
}

.select_module_itm h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.select_mod_itm .module_select {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.select_mod_itm .custom-control {
    padding-left: 0;
}

.select_mod_itm label.custom-control-label {
    margin-left: 0;
    width: 100%;
}

.select_mod_itm label.custom-control-label::before {
    display: none;
}

.select_mod_itm label.custom-control-label::after {
    display: none !important;
}

.test_user_detail .divs {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}

.t_s_logo a.navbar-brand img {
    width: 70px;
}

.t_s_head {
    justify-content: center;
}

.bg_gradient {
    background: #023436;
}

.sectype_2 {
    padding: 50px 0;
}

.sectype_2 .heading_type2 {
    max-width: 930px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}

.sectype_2 .heading_type2 h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sectype_2 .heading_type2 p {
    font-size: 22px;
    color: #FF781F;
    font-weight: 500;
    max-width: 85%;
    margin: 0 auto 1rem;
}

.sectype_2 .heading_type2 h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sectype_2_info {
    display: flex;
    align-items: center;
}

.sectype_2_itm_l {
    margin-right: 25px;
}

.sectype_2_itm_r {
    max-width: 60%;
}

.sectype_2_itm_r h4 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}

.sectype_2_wl {
    border-left: 2px solid #024769;
}

.sectype_2_wl .sectype_2_info {
    flex-direction: column;
}

.sectype_2_wl .sectype_2_itm_l {
    margin-right: 0;
    position: relative;
}

.sectype_2_wl .sectype_2_itm_r {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sectype_2_wl .sectype_2_itm_r h4 {
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    flex: 0 0 100px;
    margin-top: -10px;
}

.sectype_2_wl_prc h3 {
    margin-bottom: 0;
    color: #FF781F;
    font-size: 34px;
    font-weight: bold;
    margin-top: 10px;
}

.sectype_2_wl .btn_sec {
    margin-top: 20px;
}

.sectype_2_wl .btn {
    text-transform: uppercase;
    padding: 6px 30px;
    min-width: 180px;
}

.pulse_price {
    position: absolute;
    right: 0;
    top: 0;
}

.blob {
    background: #ff7518;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 20px;
    width: 20px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    border: 5px solid #023436;
}

.blob.orange {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 52, 54, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(2, 52, 54, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 52, 54, 0);
    }
}

.price_planet_itms {
    position: absolute;
    width: 150px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    right: -140px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    top: 0;
}

.pulse_price:hover+.price_planet_itms {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.price_planet_itms li {
    margin: 5px 0;
}

.test_instructions {
    font-size: 14px;
}

@media all and (max-width:768px) {
    .ans_items {
        overflow-y: auto
    }
}

.select_mod_itm {
    margin: 0 0 30px;
}

.tst_questions>.q_a_sec:not(:first-child) {
    display: none;
}

.action-btn {
    background-color: #FF7F00;
    border: none;
    text-transform: uppercase;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.action-btn:hover {
    background-color: #027FBD !important;
    border-color: #027FBD !important;
    color: #fff !important;
}

.action-btn::after {
    content: '';
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: calc(50% - 0.75em);
    top: calc(50% - 0.75em);
    border: 0.15em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    -webkit-animation: button-anim 0.7s linear infinite;
    animation: button-anim 0.7s linear infinite;
    opacity: 0;
}

.action-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #027FBD;
    top: 0;
    left: 0;
    border-radius: 40px;
    opacity: 0;
}

@-webkit-keyframes button-anim {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes button-anim {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.action-btn.loading {
    color: transparent;
}

.action-btn.loading::after,
.action-btn.loading::before {
    opacity: 1;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 1025px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }
}

/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0px;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 32px;
    transition-delay: 0.3s;
    padding: 5px 10px !important;
    z-index: 99;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
    border-right: 1px solid;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 0px);
    height: calc(100% - 0px);
    overflow-y: auto;
    position: relative;
    background-color: white;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
    color: black;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
    color: #000000;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 9px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
    background-color: white;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
}

.page-wrapper .page-content>div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D !important;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48 !important;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent !important;
    box-shadow: none !important;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896 !important;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: white !important;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd !important;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff !important;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #ffffff !important;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5) !important;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48 !important;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #000000 !important;
}

/* User Profile */


.learnLevelCard_img{
    height: 8rem;
}

.learnLevelCard_img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}