


@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri_Regular.ttf");
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri_Regular.ttf");
  font-family: 500;
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri_Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri_Light.ttf");
  font-weight: 300;
}

/*@font-face {
  font-family: 'interstate';
  src: url("../fonts/interstate-regular.otf");
}

@font-face {
  font-family: 'interstate';
  src: url("../fonts/interstate-regular.otf");
  font-weight: 400;
}


@font-face {
  font-family: 'interstate';
  src: url("../fonts/interstate-light.otf");
  font-weight: 300;
}*/

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Book.otf");
}


@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Book.otf");
  font-weight: 500;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Black.otf");
  font-weight: 900;
}

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Bold2.otf");
  font-weight: 600;
}

body { margin: 0; padding: 0; font-family: 'Calibri';
}
* { margin: 0; padding: 0;}
:root{
    --theme-color:#0054a5;
}
a {transition: .3s;}
a:hover {
  
       --bs-link-hover-color: #F05323;
}

h1, h2, h3, h4 {
    font-family: 'Avenir';
    font-weight: 600;
    text-transform: uppercase;
}
::selection {color: #fff;background: #0054a5;}

header { padding: 0.5rem 3rem; display: flex; justify-content: space-between;    align-items: center; background-color: #fff;
box-shadow: 0 2px 12px #00000042; height: auto;}
.menu {display: flex; list-style: none; margin: 0; padding: 0;}
.menu li { padding: 1rem;}
.menu a { text-decoration: none;color: #282a2b; font-weight: 500; transition: 0.5s; font-size: 18px;}
.menu a:hover { color: #0054a5;}
.menu li:last-child a { background-color: #0054a5; color: #fff; border: solid 1px #0054a5;     padding: 12px 25px;
border-radius: 50px;}
.menu li:last-child a:hover {background-color: transparent; color: #0054a5; }

footer {background-color: #f5f6f6; padding: 4rem 0 2rem 0; }
.footer_wrap {display: flex; justify-content: space-between; }
.footer_wrap .col { width: fit-content; flex: auto;}
.footer_wrap .col .ftitle { font-size: 1rem; font-weight: 700; color: #0092d7; margin-bottom: 20px; }
.footer_add_box {display: flex; margin-bottom: 1rem;}
.footer_add_box .icon { padding-right: 1.5rem;}
.footer_wrap a { text-decoration: none; color: #424249;}
.footer_menu {list-style: none; margin: 0; padding: 0;}
.footer_menu li a { transition: 0.5s;}
.footer_menu li a:hover {color: #0054a5;}

.btn_group { display: flex; justify-content: start; list-style: none; padding: 0; padding: 0;grid-gap: 4px;width: 80%;margin: auto;margin-bottom: 20px;  }
.btn_group li { padding: 0;}
.btn_group a { background-color: transparent;  border: solid 1px #0054a5; color: #0054a5;     padding: 12px 25px;
    border-radius: 50px; text-decoration: none; display: block; transition: 0.5s;background: transparent;
    padding: 10px 15px;transition: all .3s;text-decoration: none;border-radius: 5px;cursor: pointer;}
    .btn_group a:hover { background-color: #0054a5; color: #fff; }
 .btn_group a.active{ background-color: #0054a5; color: #fff; border: 1px solid transparent;}

.title {font-size: 27px;font-weight: 600;margin-bottom: 2rem;font-family: "Avenir";text-transform: uppercase;}
section { padding: 3rem 0;}
.form_bg {    background-color: #fff; border-left: solid 5px #036;
box-shadow: 2px 3px 16px #cccccc91; padding: 2rem; border-radius: 8px;   margin-bottom: 3rem; MAX-WIDTH: 80%;
    MARGIN: 0 AUTO;
    MARGIN-BOTTOM: 3REM;   }

label {font-weight: 600; margin-bottom: 10px;}

.list_flex {list-style: none; margin: 0; padding: 0;    display: flex; margin-bottom: 2rem; }
.title:after {    display: block; height: 5px; width: 54px; background-color: #0092d7;content: ''; margin: 5px 0 0 0;  }
.multiple_check {display: flex; list-style: none; margin: 0 -10px; padding: 0; 
flex-wrap: wrap; }
.multiple_check li { padding: 0 10px;}
.btn {font-size: 20px;margin-top: 3rem;background-color: #0054a5; border-left: 1px solid transparent; min-width: 130px;}
 .menu-icon {display: none;}
 .close-sidebar {display: none;}

    .banner_sec {
    background-image: url(./images/banner4.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 450px;
    position: relative;
    }
    .banner_sec::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .3;
}
    .banner_sec  {
        position: relative;
        display: flex;
    align-items: center;
    }

    .banner_sec .banner-text {
        margin: 0;
        position: relative;
    }
    
    .banner-text h2 {
        font-size: 65px;
        color: #fff;
        font-weight: 800;
    }
    .sec-links li a:hover {
    text-decoration: underline;
    color: #0092d7;
}
.sec-title {
  color: #343434;
    font-size: 21px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.sub_heading {
  font-size: 18px;
    text-transform: uppercase;
    color: #343434;
    margin-top: 20px;
}
.sub_heading span {
  font-size: 14px;
  font-weight: normal;
  text-transform: initial;
}
.l_text {
  font-size: 17px;
  margin: 10px 0;
  text-transform: none;
}
.fee_table{width: 100%;max-width: 700px;}
.fee_table td {border: 1px solid #343434;padding: 4px;}
.sub_content {padding-left: 30px;}
.faq-area h2 {font-size: 18px;padding: 20px 0 10px 0;margin-bottom: 0;text-transform: initial;}
.basic-info label { font-size: 16px;margin-bottom: 3px;}
.basic-info small { font-size: 14px; color: #525252;}
.form-control:focus{box-shadow: none;border-color: inherit!important;}
 .tab {
    max-width: 80%;
    margin: 0 auto;
}
.faq-footer {padding: 30px 0;}
.faq-footer h4 {font-size: 15px;font-weight: 600;text-transform: initial;}
ul.nav.nav-tabs {display: flex;margin-bottom: 20px;padding: 8px 0;grid-gap: 4px;}
.nav-tabs li a {border: 1px solid #ccc; color: #343434; background: transparent;padding: 10px 15px; transition: all .3s;text-decoration: none;border-radius: 5px;cursor: pointer;}
.nav-tabs li a:hover {border-top: 1px solid #343434;}

.nav-tabs li a.active {
    background: #0054a5;
    color: #fff;
    border: 1px solid transsparent;
}
p.note {
    color: red;
    padding-top: 10px;
}
.gst {padding: 20px 0;}
.gst p {font-weight: bold;}
.gst a {
  margin-top: 0;
  background-color: #F05323;
  border: none;
  margin-left: 10px;
}
.schedule-date {
  display: inline-block;
  margin-left: 20px;
  color: #0092d7;
    font-weight: bold;
    font-size: 18px;
}
.schedule-date input {border: 1px solid #ced4da;padding: 0.375rem 0.75rem;border-radius: 0.375rem;}

.schedule-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.schedule-box p {
  margin-bottom: 0px;
}
.schedule-box p input {padding: 0.375rem 2.25rem 0.375rem 0.75rem;border: 1px solid #ced4da;
    border-radius: 0.375rem;}

.table.table_membership input {
    margin-right: 4px;
}
.table-reponsive {width: 100%;overflow: auto;}

.table_membership td:first-child {
    min-width: 100px;
}
.table_membership tr:first-child {
    line-height: 1;
}
.table_membership tr td:nth-child(2) {min-width: 100px;}
.has-dropdown {
    position: relative;
}
.sub-menu {
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 0.7rem 0;
    width: 11.5rem;
    top: calc(100%);
    left: 90%;
    transform: translateX(-50%) translateY(7rem);
/*    box-shadow: -1px 1px 9px #0000007a;*/
    transition: all ease 0.5s;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
}
.has-dropdown:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
}
.sub-menu li a {
    padding: 0.2rem 0;
    font-size: 1rem;
    background-color: #fff!important;
    border:none!important;
    text-transform: capitalize;
    color: #000!important;
}
.sub-menu li{padding: 0}

.member-btn {display: flex; gap: 20px}

@media (max-width:991px){
  .menu li{padding: 0 1rem;}
}

section#inner-banner {
    height: 350px;
    object-fit: cover;
    position: relative;
}
section#inner-banner:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .3;
}

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

.inner-breadcrumb ul li a {
    color: #fff;
    text-decoration: none;
    
}

.inner-breadcrumb ul li {
    margin: 0 5px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    position: relative;
}

section#inner-banner span {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
}
.breadcrumbs {
    padding: 5rem 0;
}
.abt-para {
    display: flex;
}

.abt-img {
    width: 45%;
}

.abttext {
    width: 50%;
    margin-left: 5%;
}

.abttext .para {
    font-size: 1.125rem;
}
label.error{
    font-weight: 500!important;
    font-size: 14px!important;
}
a.home_btn { background-color: #0054a5; color: #fff; border: solid 1px #0054a5; padding: 12px 25px; border-radius: 10px; margin: 1.5rem auto 0; text-decoration: none; display: flex; width: fit-content; font-size: 18px; }
.p_rellabel{position: relative;}
.p_rellabel label.error{position: absolute;bottom: -15px}
.home_banner .swiper-slide {
        position: relative;
    }
    .home_banner .swiper-slide::before {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 1;
    top: 0;
    left: 0;
}
    .home_banner .swiper-slide .banner-text {
        position: absolute;
        text-align: left;
        width: 100%;
        left: 12%;
        z-index: 2;
    }

    .banner-text {
        color: #fff;
    }
    .banner-text p{
        margin-bottom: 2.5rem;
    }
    .banner-text h2 {
        /*font-size: 65px;*/
        color: #fff;
        font-weight: 800;
    }

    .banner-text a {
        background-color: #0053a5;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 26px;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    }
    .top-t p{
        font-size: 18px;
        color: #292f49;
    }
    .box-wrap {
        padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .box_img {width: 100%; object-fit: cover;}
    
    .box-item p {
       display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-height: 290px;
    }
.box-item p span {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
   /* .box-item p img {
    margin-right: 20px;
}*/
.box-item a {
    color: #000;
    text-decoration: none;
}
.box-item a:hover {
    color: #0092d7;
}
.box-item p a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-item p a>img {
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
     .box-wrap {
         grid-template-columns: repeat(1, 1fr);
         grid-gap: 0px;
     }
 /*    .swiper-slide img {min-height: 255px;}*/
}




/*Asnt Section*/

.sub_title {
    font-size: 20px;
    color: #212529;
}
.asnt_sectn .courses_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:  60px;
    padding-top: 20px;
}
.asnt_sectn .courses-item {
    text-align: center;
    border: 1px solid #c5c5c5;
    padding: 20px 0px;
    padding-bottom: 0;
    padding-top: 0;
} 
.asnt_sectn .courses-item img {
    padding-bottom: 20px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.asnt_sectn .cour_text {
    padding: 10px 25px;
}
.asnt_sectn .cour_text p {
    font-size: 16px;
    font-weight: 500;
}
.asnt_sectn .courses-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.asnt_sectn .courses-item h3::after {
    content: "";
    background: #0092d7;
    width: 74px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 5px;
}
.asnt_sectn .mamb_btn {
    background-color: #0054a5;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    min-width: 290px;
    text-align: center;
}
.asnt_sectn .mamb_btn:hover {
    color: #fff ;
}
.asnt_sectn .traning_area p {
    padding-bottom: 2rem;
}
.asnt_sectn .traning_area {
    padding-bottom: 30px;
}

.asnt_sectn .cour_text a, .cour_text a:hover {
    color: currentColor;
    text-decoration: none;
}
.asnt_sectn .courses_box a {
    text-decoration: none;
    color: initial;
}
.asnt_sectn .courses_box a:hover {
   
    color: initial;
}
.asnt_sectn .traning_area a {background-color: #0054a5; color: #fff;text-decoration: none;padding: 12px 20px;}














/*training course*/


.tran_sectn .courses_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap:  30px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.tran_sectn .courses-item {
    text-align: center;
    border: 1px solid #c5c5c5;
    padding: 20px 0px;
    padding-bottom: 40px;
    position: relative;
} 
.tran_sectn .courses-item h3 {
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    padding: 10px;
}
.tran_sectn .courses-item h3::after {
    content: "";
    background: #0092d7;
    width: 74px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 5px;
}
.tran_sectn .courses-item p {
    font-size: 18px;
    font-weight: 600;
     display: flex;
    justify-content: center;
    align-items: center;
}
.tran_sectn .courses-item p span {
    color: #F05323;
    margin-left: 10px;
}
.tran_sectn .courses-item a {
    background: #0054a5;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    position: absolute;
    height: 40px;
    bottom: 0;
    display: grid;
    place-content: center;
}
.tran_sectn .sec-links {
    padding: 40px 0;
}
.tran_sectn .sec-links ul {
    display: flex;
    justify-content: start;
    grid-gap: 30px;
    list-style-type: none;
    padding: 0;
}
.tran_sectn .sec-links li {
    padding: 10px 0;
}
.tran_sectn .sec-links li a {
    text-decoration: none;
    padding: 10px 20px;
    min-width: 290px;
    text-align: center;
    background: transparent;
    color: #000;
    border: 1px solid #0054a5;
    border-radius: 2px;
}

.tran_sectn .crtf_buttons a {
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 22px;
    background-color: #F05323;
    position: relative;
}
.tran_sectn .crtf_buttons a:hover{text-decoration: none;}
.tran_sectn .crtf_buttons a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scaleX(0);
    background-position: center center;
    background-color: #bf5434;
    transition: transform 0.2s;
    z-index: 1;
    padding: 10px 20px;
 
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
.tran_sectn .crtf_buttons a:hover:after{
    transform: translate(-50%, -50%) scaleX(1);
}
.tran_sectn .crtf_buttons a span {
    position: relative;
    z-index: 2;
    color: #fff;
}
.tran_sectn .crtf_buttons {

    padding: 30px 0;
}
.tran_sectn .crtf_buttons ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}





/*Membership Page*/

.mebershp_sectn .courses_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:  60px;
    padding-top: 20px;
}
.mebershp_sectn .courses-item {
    text-align: center;
    border: 1px solid #c5c5c5;
    padding: 20px 0px;
    padding-bottom: 0;
    padding-top: 0;
} 
.mebershp_sectn .courses-item img {
    padding-bottom: 20px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.mebershp_sectn .cour_text {
    padding: 10px 25px;
}
.mebershp_sectn .cour_text p {
    font-size: 16px;
    font-weight: 500;
}
.mebershp_sectn .courses-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.mebershp_sectn .courses-item h3::after {
    content: "";
    background: #0092d7;
    width: 74px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 5px;
}


.mebershp_sectn .mamb_btn {
    background-color: #0054a5;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    min-width: 290px;
    text-align: center;
}
.mebershp_sectn .mamb_btn:hover {
    color: #fff ;
}
.mebershp_sectn .traning_area p {
    padding-bottom: 2rem;
}
.mebershp_sectn .traning_area {
    padding-bottom: 30px;
}

.mebershp_sectn .cour_text a, .cour_text a:hover {
    color: currentColor;
    text-decoration: none;
}
.mebershp_sectn .courses_box a {
    text-decoration: none;
    color: initial;
}
.mebershp_sectn .courses_box a:hover {
   
    color: initial;
}
.mebershp_sectn .traning_area .member-btn a {background-color: #0054a5; color: #fff;text-decoration: none;padding: 12px 20px;}




/*Contact Page*/

 .contact_form {
            width: 60rem;
    overflow: auto;
    padding: 3rem 3rem;
    background: white;
    color: black;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: left;
    pointer-events: all;
    margin: auto;
    border: 1px solid #e9e9e9;
        }
        .conact_area {
           position: relative;
        }
        .contact_form h3 {
            color: #2a292d;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 3rem;
        }
       .contact_form .form-input {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-direction: column;
}
.form-input input {
    width: 100%;
    margin: 0 0 1em;
    border: 1px solid #ccc;
    outline: none;
    padding: 0.5em;
    font-size: 1.2rem;
    border-radius: 4px;
    background-color: #f8f8f8;
    padding-left: 1.2rem;
}
 .form-input textarea {
    width: 100%;
    margin: 0 0 1em;
    border: 1px solid #ccc;
    outline: none;
    padding: 0.5em;
    font-size: 1.2rem;
    border-radius: 4px;
    background-color: #f8f8f8;
    padding-left: 1.2rem;
}
.form-input input::placeholder, .form-input textarea::placeholder {
    font-size: 14px;
}
.enq_btn {
    margin: 1rem 0 0.5rem;
    border: none;
    outline: none;
    padding: 0.7rem 3.5rem;
    font-size: 1rem;
    border-radius: 4px;
    background: #f01920;
    color: #fff;
    border-radius: 2rem;
    font-weight: 500;
    background-color: #0054a5;
    color: #fff;
    border: solid 1px #0054a5;
    padding: 12px 25px;
    border-radius: 50px;
}
.form-input .input_box {
    width: 100%;
}
.contact_form .form-input:first-child {
    flex-direction: revert;
    gap: 20px;
}




/*Memberstep1*/

.p_relative{position: relative;}
.tooltip_hover:hover .tooltiptext{visibility: visible;}
.tooltiptext {position: absolute;left: 8%;bottom: 30px;padding: 2px 5px;margin-bottom: 0;visibility: hidden;background-color: black;color: #fff;font-weight: 400;font-size: 15px;border-radius: 6px;box-shadow: 0px 10px 10px rgba(0,0,0,0.1);transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);z-index: 999;}
label.error{color: red;}
span.select2.select2-container.select2-container--default {width: 100%!important;}
.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
    width: fit-content;
    display: flex;
    margin: 0 auto;
    padding: 15px 70px;
    font-size: 18px;
}
a.close {
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #842029;
    position: absolute;
    right: -10px;
    top: -18px;
    background: #f8d7da;
    padding: 6px;
    height: 35px;
    border-radius: 50%;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*Asnt Certificate*/

.asnt_certi_sectn .crtf_buttons {

    padding: 10px 0;
}

.asnt_certi_sectn .l1 {
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.asnt_certi_sectn .crtf_buttons a {
    text-decoration: none;
    padding: 10px 10px;
    text-align: center;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 22px;
    background-color: #F05323;
    position: relative;
    font-size: 15px;
}

.asnt_certi_sectn .crtf_buttons a:hover {
    text-decoration: none;
}

.asnt_certi_sectn .crtf_buttons a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scaleX(0);
    background-position: center center;
    background-color: #bf5434;
    transition: transform 0.2s;
    z-index: 1;
    padding: 10px 20px;

    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

.asnt_certi_sectn .crtf_buttons a:hover:after {
    transform: translate(-50%, -50%) scaleX(1);
}

.asnt_certi_sectn .crtf_buttons a span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.asnt_certi_sectn .level_area {
    padding-top: 20px;
    display: flex;
}

.asnt_certi_sectn .courses_box {
    display: flex;

    grid-gap: 15px;

}

.asnt_certi_sectn .courses-item {
    text-align: center;
    border: 1px solid #c5c5c5;
    padding: 20px 0px;
    padding-bottom: 0;
    padding-bottom: 40px;
    position: relative;
    width: 50%;
}

.asnt_certi_sectn .courses-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.asnt_certi_sectn .courses-item h3::after {
    content: "";
    background: #0092d7;
    width: 74px;
    height: 3px;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.asnt_certi_sectn .courses-item p {
    font-size: 15px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.asnt_certi_sectn .courses-item p span {
    color: #F05323;
}

.asnt_certi_sectn .courses-item a {
    background: #0054a5;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.asnt_certi_sectn .crtf_buttons ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

}

.asnt_certi_sectn .crtf_buttons li {
    padding: 10px 0;
}

.asnt_certi_sectn .l1 {
    padding-right: 2rem;
    width: 50%;
}

.asnt_certi_sectn .l1.l2 {
    border-left: 1px solid #ccc;
    padding-left: 2rem;
    padding-right: 0;
}


div#otp_success_msg {
    margin-bottom: 20px;
    word-break: break-all;
    width: 100%;
    font-size: .9rem;
    text-align: center;
    background: #d1e7dd;
    padding: 1rem;
    border: #0f5132;
    border-radius: 10px;
}
div#otp_success_msg .alert-success{--bs-alert-bg: none!important; padding: 0;   --bs-alert-border-color: none!important;}

span#otp_expire_countdown {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #1e92d7;
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
}
.asnt_certi_sectn .l1:nth-child(2) {
    border-left: 1px solid #ccc;
    padding-left: 2rem;
    padding-right: 0;
}


.addressBar.terms h2{font-size: 22px}
.terms h1{font-size: 22px}
.terms li{margin-bottom: 5px}

#frmSendOtp .tooltiptext {left: 5%!important}


.form_bg label.tooltip_hover {position: relative;width: 100%;}
.doc_icon a {margin: 5px;}
.hide-map{display: none!important;}

.asnt_certi_sectn .courses_box{margin-top: auto;}

.menu li:hover a {
    color: #f05323;
}

.menu li:nth-child(1):hover a {
    color: #000;
    cursor: default;
}

ul.sub-menu li:hover a {
    color: #f05323!important;
    cursor: pointer!important;
}

.logo_img {
    width: 245px;
    display: inline-block;
}
.logo_img img{width:100%;}