/* recapcha start */

.timer {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* background-color: #ccc; */
    height: 100%;
    width: 100%;
}

.rCapcha input[type="text"] {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.rCapcha button {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.rCapcha canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
}


/* recapcha end */


/* GLOBAL START */

* {
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

body {
    font-family: "Poppins", sans-serif;
    background: #e5e5e5;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
}

.container {
    max-width: 1200px !important;
}

.selected {
    border: 2px solid blue;
    border-radius: 4px;
}

.current-step {
    background-color: #5b5b13;
    border-radius: 10px;
}

.color-white-op-5 {
    color: #86909a;
}

.ins {
    margin-bottom: 5px;
    background-color: #dfffdf;
    border-radius: 5px !important;
    padding: 2px 8px 2px 8px;
    border: 1px solid red;
    color: black !important;
    margin-top: 15px;
}

.btn {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14.5px;
    cursor: pointer;
}

.bnt-blue {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14.5px;
    color: #065dbc;
    background: transparent;
    border: 1px solid #065dbc;
}

.td-width-15 {
    width: 15px;
}

.btn-transparent {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14.5px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-primary {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14.5px;
    color: #fff;
    background: #065dbc !important;
    border: 1px solid #065dbc !important;
}

.btn-disabled {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14.5px;
    color: #86909a !important;
    border: 1px solid #bdbdbd;
    background: #ffffff;
}

.btn-fullwhidth {
    width: 100%;
}

.btn-black {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14.5px;
    color: #111111;
    border: 1px solid #111111;
}

.color-yellow {
    color: #f2c94c;
}

.bg-yellow {
    background: #f2c94c;
}

.bg-white {
    background: #ffffff !important;
}

.bg-gray-2 {
    background: #bdbdbd;
}

.color-blue {
    color: #065dbc !important;
}

.color-black {
    color: #111111;
}

.color-white {
    color: #fff;
}

.color-white-op-7 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.color-black-op-5 {
    color: rgba(17, 17, 17, 0.5);
}

.color-black-op-7 {
    color: rgba(17, 17, 17, 0.7);
}

.group-title-blue {
    font-size: 18px;
    color: #065dbc;
}

.form-label {
    color: #111111;
    font-size: 14px;
    margin-bottom: 8px;
}

.page-tittle {
    font-size: 21.7px;
}

.home-page-title-2 {
    font-size: 19.2px;
}

.home-page-title-3 {
    font-size: 17.5px;
}

.form-tittle-1 {
    font-size: 13.6px;
    color: #111111;
    font-weight: 500;
}

.subtittle {
    color: #666666;
    font-size: 13.8px;
}

.font-size-13 {
    font-size: 13px;
}

.form-tittle-2 {
    font-size: 17.5px;
    color: #111111;
    text-decoration: underline;
}

.form-tittle-4 {
    font-size: 14px;
}

.trauma-from-title-area-border {
    border: 3px solid #065dbc;
}

.my-form form input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.my-form form select {
    color: #11111161;
}

.my-form form option:not(:first-of-type) {
    color: rgba(255, 255, 255, 0.5);
}

.particles-js-dashboard-wrapper {
    position: relative;
}

.appilicant-dashboard-section {
    position: relative;
    z-index: 2;
}

.rotate-left-icon {
    font-size: 20px;
    color: #191919;
    cursor: pointer;
}

@media only screen and (min-width: 100px) and (max-width: 414px) {
    .my-form {
        background: #fff;
        border-radius: 8px;
        width: 98% !important;
        /* padding-left: 30px;
        padding-right: 30px; */
        padding-top: 20px;
        padding-bottom: 40px;
        margin: auto !important;
    }
    .form-card {
        width: 98% !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        text-align: center;
        margin: auto;
    }
}

.tittle-font-16 {
    font-size: 16px;
}

.link-tittle-blue {
    color: #065dbc;
}

.link-underline {
    text-decoration: underline;
    text-decoration-color: #065dbc;
}

.bg-blue {
    background: #065dbc;
}

.bg-gray {
    background: #e5e5e5;
}

.bg-white {
    background: #fff;
}

.box-shadow-active {
    border: 1px solid #c1dfff;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.box-shadow {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.center-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-fullhight {
    display: flex !important;
    height: calc(100vh - 150px);
    align-items: center;
    justify-content: center;
}


/* .bg-darkblue-container {
	background: #00162A;
  height:auto ;
  padding-bottom: 60px;
}
@media (max-width:556px) {
  .bg-darkblue-container{
    height:auto ;
  }
}                                          
@media (max-width:360px) {
  .bg-darkblue-container{
    height:auto ;
  }
} */


/* .bg-darkblue-container {
	background: #00162A;
  height: 130vh
} */

@media (max-width: 556px) {
    .bg-darkblue-container {
        height: 135vh;
    }
    /* address area select tag responsive for mobile */
    .select2-container {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .iagree-btn {
        display: flex;
        flex-direction: row;
        text-align: center;
        margin-bottom: 10px;
    }
    .iagree-btn input {
        height: 20px;
        transform: scale(1.5);
        margin-left: -17px;
        position: relative;
        left: 3%;
    }
    .iagree-footer-btn {
        flex-direction: column-reverse;
    }
}

@media (max-width: 350px) {
    .bg-darkblue-container {
        height: 145vh;
    }
}

.logo_text {
    color: #065dbc !important;
    /* color: #030738 !important; */
    font-weight: 600;
}

.logo_text-2 {
    color: #201f5e !important;
    /* color: #28bb0b !important; */
    /* color: #ed1c24 !important; */
    font-weight: 600;
    /* padding-top: 22px; */
    font-size: 18px;
    margin-top: 2px;
    /* margin-left: -35px; */
}

.logo_text {
    /* padding-top: 22px; */
    font-size: 20px;
    /* margin-top: 10px; */
    text-transform: uppercase;
}

.logo-img {
    display: block;
    max-width: 99px;
    max-height: 100%;
    /* height: 80px !important; */
    /* padding: 10px; */
}

:root {
    --backgroundColor: #0d2439;
}


/* #0d2439; */

.bg-darkblue-container {
    /* background: var(--backgroundColor); */
    /* background-image: url("./image/3.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130vh;
}

@media (max-width: 350px) {
    body {
        min-width: 360px;
    }
}

label {
    margin-bottom: 4px !important;
}


/* .alert {
	border: 1px solid #6FCF97 !important;
	color:#6FCF97 !important;
	background: #ffffff;
} */

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.after-tittle-line::after {
    content: "";
    display: block;
    height: 2px;
    background: #065dbc;
    width: 60px;
    margin: auto;
    margin-top: 10px;
}

.form-area {}

.form-card {
    width: 410px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: center;
}

.my-form {
    background: #fff;
    border-radius: 8px;
    width: 410px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.grey-form {
    background: #e5e5e5;
    border-radius: 8px;
    width: 410px;
    padding: 20px;
    margin: auto;
}


/* height commented by rafi */

.yellow-card {
    margin-top: 10px;
    width: 236px;
    /* height: 171px; */
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.card-tittle {
    font-size: 16;
}

.form-center {
    display: flex;
    height: calc(100vh -80px);
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
}

.form-large-center {
    display: flex;
    align-items: center;
    /* height: calc(100vh - 100px); */
    justify-content: center;
    padding-top: 50px;
    /* padding:50px 0px; */
}

.form-group {
    margin-bottom: 20px;
}

.fg-mb {
    margin-bottom: 5px !important;
}

.tittle-width-500 {
    max-width: 500px;
}

.tittle-left-line::after {
    content: "";
    display: block;
    height: 2px;
    width: 51%;
    background: #065dbc1a;
    z-index: -1;
    margin-top: -15px;
    margin-left: 50%;
}

.info-box {
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px;
}

.box {
    padding: 15px 20px;
    border-radius: 8px;
}

form .eye-icon {
    position: absolute;
    right: 6px;
    top: 6px;
}

.btn-group-class {
    display: flex;
    justify-content: space-between;
}

.btn-for-image-upload {
    width: 150px;
}

.thumbnail {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}


/*  ----------------------  global end ------------------------*/


/* --------------------------- Header Area ---------------------- */


/* header css start */

.header {
    height: 100px;
    /* position: -webkit-sticky; */
    /* position: sticky; */
    top: 0;
    z-index: 99;
    margin-top: -8px;
}

.main-nav-link ul {
    justify-content: flex-end;
    margin-right: 7px;
}

.main-nav-link ul li {
    margin: 0px 7px;
}

.main-nav-link ul li a {
    font-size: 13.5px;
}

.nav-link {
    padding: 0px 0px !important;
    margin-top: 3px !important;
}

.logo-img {
    margin-top: 10px;
    margin-left: 14px;
}

.logo-text {
    /* margin-top: 35px; */
    /* margin-top: 22px; */
}

.logo-text h6 {
    font-size: 17.1px;
}


/* .logo-text p {
    font-size: 13.6px;
    width: 241px;
} */

.font-14 {
    font-size: 14px;
}

.header-nav {
    margin-top: 18px;
}

.main-nav-link ul li a.active::after {
    content: "";
    display: block;
    height: 5px;
    background: #065dbc;
    width: 100%;
    margin-top: 38px;
}

.main-nav-link ul li a.active {
    color: #065dbc !important;
}

.before-login-line {
    width: 2px;
    height: 22px;
    background: #111111;
    position: absolute;
    left: -20px;
    top: 11px;
    opacity: 0.3;
}

.afear-login-line {
    width: 2px;
    height: 22px;
    background: #111111;
    position: absolute;
    right: -9px;
    top: 11px;
    opacity: 0.3;
    display: none;
}

.login-button {
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
}

@media only screen and (min-width: 100px) and (max-width: 359px) {
    .login-button {
        position: relative;
        margin-top: 10px;
        margin-left: 0px !important;
    }
}

.mobile-menu {
    position: relative;
    z-index: 3;
}

.mobile-menu-icon {
    display: none;
}

.navbarDropdown1 {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 46% !important;
}


/*
=====================================================
===================   Mobile menu ===================
=====================================================
*/

#mobilenav {
    padding: 15px;
    margin-left: 0px;
}

.moibile-nav-button {
    cursor: pointer;
}

.mobile-menu-close-area {
    text-align: right;
    height: 35px;
}

.mobile-menu-close-area span {
    color: red;
    font-size: 35px;
    padding-right: 15px;
    display: inline-block;
}

.m-menu {
    line-height: 20px;
    width: 90%;
    border-bottom: 1px solid white;
    margin: auto;
}

.m-menu:last-child {
    border-bottom: 1px solid transparent;
}

.overlay-content {
    display: none;
}

.mobile-menu .mobile-menu-icon {
    color: #fff;
    font-size: 30px;
    float: right;
    margin-top: -38px;
}

.mobile-menu .mobile-menu-icon:hover {
    cursor: pointer;
}

.overlay {
    background: #065dbc;
    position: fixed;
    top: 97px;
    left: 0px;
    z-index: 1;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

.overlay-content a {
    color: #fff;
    display: block;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 20px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

.overlay-content a:hover {
    color: #fff;
}

.main-nav-link {
    width: 0px;
}

.mobile-drop-down-menu {
    background: #044d9d;
}

.mobile-drop-down-menu {
    display: none;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1176px) {
    .header-nav {
        display: none !important;
    }
    .mobile-menu-icon {
        display: block;
    }
    .main-nav-link {
        width: 0px;
        position: absolute;
    }
    .afear-login-line {
        display: block;
    }
    .before-login-line {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
        margin-top: 13px;
        margin-right: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .logo-text h6 {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .main-nav-link {
        width: 0px;
        position: absolute;
    }
    .mobile-menu-icon {
        display: block;
        margin-top: 13px;
        margin-right: 36px;
    }
    .logo-text {
        /* margin-left: 8px; */
        margin-top: 0px !important;
        /* display: none; */
    }
    .logo_text {
        /* padding-top: 10px !important; */
        font-size: 15px !important;
        /* margin-top: 10px !important; */
        margin-left: 0px !important;
        text-transform: uppercase;
        line-height: 1.4;
    }
    .logo-text h6 {
        width: 300px;
        font-size: 16px;
        width: 189px;
    }
    .logo-text p {
        font-size: 13px;
        /* width: 214px; */
    }
    .header-nav {
        display: none !important;
    }
    .before-login-line {
        display: none;
    }
    .afear-login-line {
        display: block;
    }
}

@media (max-width: 576px) {
    .form-area {
        width: 100%;
    }
    .logo_text {
        margin-left: -35px;
    }
    .logo_text-2 {
        margin-left: -35px;
    }
    .mobile-menu {
        display: block !important;
    }
    .overlay-content a {
        font-size: 13px;
        font-weight: bold;
    }
    .header {
        height: 80px;
    }
    .main-nav-area {
        margin-top: -8px;
    }
    .logo-img {
        width: 70px;
        margin-top: 0px;
        /* height: 60px; */
        margin-left: 0px;
    }
    .afear-login-line {
        display: block;
    }
    .before-login-line {
        display: none;
    }
    .mobile-menu-icon {
        margin-top: 13px;
        margin-right: 36px;
    }
    .header-nav {
        display: none;
    }
    .overlay {
        top: 80px;
    }
    .btn-for-image-upload {
        width: unset;
    }
}

@media only screen and (min-width: 350px) and (max-width: 413px) {
    .login-button {
        margin-left: 0px !important;
    }
}


/* in htm */

.dropdownInfoDisplayON {
    display: block;
}

.dropdownInfoDisplayOFF {
    display: none;
}


/*   
  // @media (min-width: 1200px) {
  // 	.dropdownInfoDisplayON {
  //     display: none
  // 	}
  // } */

.drop-Menu {
    position: relative;
    display: inline-block;
}

.hover-menu {
    display: none;
    position: absolute;
    z-index: 1;
}

.drop-Menu:hover .hover-menu {
    display: block;
}

.mobile-drop-down-menu {
    margin-bottom: 10px;
    margin-left: 36px;
    margin-right: 22px;
}


/* header css end */


/* footer start */

@media (max-width: 767px) {
    .helpTitle {}
    .home-page-title-2 {
        margin: 0px;
    }
}


/* footer end */


/* eligibility form start */

.signup {
    flex-direction: column !important;
    position: relative;
}

.yellow-card {
    position: absolute;
    top: 35%;
    right: 8%;
}

@media only screen and (min-width: 1050px) and (max-width: 1150px) {
    .yellow-card {
        right: 6%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .yellow-card {
        right: 3%;
    }
}

@media (max-width: 991px) {
    .signup .yellow-card {
        position: relative !important;
        right: 0 !important;
        border-radius: 8px;
        width: 410px;
        padding: 20px 30px;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 414px) {
    .signup .yellow-card {
        width: 98% !important;
        padding: 20px 30px;
        /* margin: auto !important; */
        margin-top: 15px !important;
    }
}


/* eligibility form end */


/* Personal Information  css start */


/*    Appilicant-dashboard Page start     */

.appilicant-dashboard-section {
    margin: 25px 0;
}

.higher-Secondary {
    margin-bottom: 15px;
}

.personal-info {
    margin: auto;
}

.image-avatar {}

.profile-avatar-upl-info {
    width: calc(100% - 160px);
}

.profile-avatar-upl-info p {
    font-size: 12px;
}

.inf {
    background-color: #dfffdf;
    /* background-color: #F2C94C ; */
    border-radius: 5px !important;
    padding: 2px 8px 2px 8px;
    border: 1px solid red;
    color: black !important;
}

.review-info-agree-text {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.appilicant-unite-area ul li {
    list-style-type: none;
    margin: 0px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.appilicant-unite-area ul li a {
    text-decoration: none;
    width: 105px;
    padding: 5px 15px;
    text-align: center;
    color: #27ae60;
    display: inline-block;
    border: 1px solid #27ae60;
    box-shadow: 3px 3px 2px rgb(0 0 0 / 7%);
    border-radius: 50px;
}

.height-345 {
    height: 345px;
}

.width-330 {
    width: 330px;
}

.appilicant-unite-area {
    height: 100%;
}

.Secondary ul,
.higher-Secondary ul,
.personal-info ul {
    list-style-type: none;
}

.Secondary ul li span:first-child,
.higher-Secondary ul li span:first-child,
.personal-info ul li span:first-child {
    width: 140px;
    color: rgba(17, 17, 17, 0.7);
    display: inline-block;
    margin-bottom: 8px;
}

hr {
    opacity: 0.5;
}

.personal-info {
    height: 100%;
}

.footer-button {
    padding: 18px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}


/* in  */

.personal-info table td span:first-child {
    width: 171px;
    color: rgba(17, 17, 17, 0.7);
    display: inline-block;
    margin-bottom: 8px;
}

.higher-Secondary table td span:first-child {
    width: 140px;
    color: rgba(17, 17, 17, 0.7);
    display: inline-block;
    margin-bottom: 8px;
}

.Secondary table td span:first-child {
    width: 140px;
    color: rgba(17, 17, 17, 0.7);
    display: inline-block;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .profile-avatar-upl-info {
        width: 95%;
    }
    .review-info-agree-text-check-box {
        margin-right: 10px;
    }
    .review-info-agree-text {
        font-size: 14px;
        width: 50%;
    }
    .review-info-agree-text-conf-btn {
        padding: 5px 8px !important;
        font-size: 12.5px !important;
    }
    .appilicant-dashboard-section {
        margin: 15px 0;
        width: 100%;
    }
}


/* Personal Information  css end */


/* stepper start */


/* 
===========================
dashboard sub step nav 
===========================
*/

.dash-sub-nav-section {
    background: #00162a;
    height: 64px;
    margin-top: 1px;
}

.dash-sub-nav-section .dash-sub-icon {
    margin-top: 22px;
}

.dash-sub-nav-section .dash-sub-icon .icon-img {
    color: #f2c94c;
    margin-right: 10px;
    font-size: 18px;
    margin-top: -6px;
}

.dash-sub-nav-section .dash-sub-icon .icon-text {
    margin-bottom: 0px;
}

.dash-sub-nav-section .desh-step-nav {
    display: flex;
    justify-content: flex-end;
}

.font-14 {
    font-size: 14px;
}

.bg-green-1 {
    background: #219653;
}

.dash-sub-nav-section .desh-step-nav .single-step-nav {
    display: flex;
}

.dash-sub-nav-section .desh-step-nav .single-step-nav .single-step-icon {
    margin-top: 20px;
    position: relative;
}

.dash-sub-nav-section .desh-step-nav .single-step-nav .single-setp-info {
    margin-top: 20px;
}

.dash-sub-nav-section .desh-step-nav .single-step-nav .single-setp-info p {
    color: #86909a;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px !important;
}

.dash-sub-nav-section .desh-step-nav .single-step-nav .single-step-icon .main-icon {
    width: 24px;
    height: 24px;
}

.dash-sub-nav-section .desh-step-nav .single-step-nav .single-step-icon .step-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 0;
}

.active {
    opacity: 1 !important;
    color: #219653 !important;
}

@media (max-width: 1200px) {
    .dash-sub-nav-section {
        background: #00162a;
    }
    .dash-sub-nav-section .dash-sub-icon {}
    .dash-sub-nav-section .desh-step-nav .single-step-nav .single-setp-info p {
        margin-right: 0px;
        margin-top: 2px;
    }
    .dash-sub-nav-section .desh-step-nav .single-step-nav .single-setp-info p img {}
}

@media (max-width: 1199px) {
    .dash-sub-nav-section .dash-sub-icon {
        display: none !important;
    }
    .dash-sub-nav-section .desh-step-nav {
        justify-content: space-between !important;
    }
}

@media only screen and (min-width: 568px) and (max-width: 852px) {
    .dash-sub-nav-section .desh-step-nav .single-step-nav .single-setp-info p img {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 852px) {}

@media (max-width: 576px) {
    .dash-sub-nav-section {
        height: 90px !important;
        padding-top: 9px;
    }
    .dash-sub-nav-container .row .col-md-12 {
        padding-right: 0px !important;
    }
    .dash-sub-nav-section .desh-step-nav .single-step-nav {
        display: block;
        width: 82px;
        height: 78px;
    }
    .dash-sub-nav-container .row {
        padding-right: 0px;
        margin-right: 0px;
    }
    .dash-sub-nav-section .dash-sub-nav-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .dash-sub-nav-section .desh-step-nav {
        justify-content: center !important;
    }
    .dash-sub-nav-section .desh-step-nav .single-step-nav .single-step-icon {
        margin-top: 0px;
        position: relative;
        margin-left: 30%;
    }
    .dash-sub-nav-section .desh-step-nav .single-step-nav .single-setp-info p {
        margin-left: 0px;
        font-size: 11px;
        margin-bottom: 0px;
        text-align: center;
        margin-top: -7px;
    }
    .dash-sub-nav-section .desh-step-nav .single-step-nav .single-setp-info p img {
        display: none;
    }
}


/* stepper end */

.student-information td label,
.student-information td span {
    margin-left: 5px;
}

.errorms {
    color: red !important;
}

.new-tittle-left-line::after {
    content: "";
    display: block;
    height: 2px;
    width: 51%;
    background: #065dbc1a;
    z-index: -1;
    /* margin-top: -15px; */
    /* margin-left: 50%; */
    margin: auto;
}

.bg-dark-new {
    /* background: #0d2439; */
    padding: 20px 0px;
    /* background-image: url("./image/3.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-color-white-new {
    color: white !important;
}

@media (min-width: 820px) {
    .f-w-control {
        max-width: 65%;
    }
    .footer-w-control {
        max-width: 65%;
        margin: auto;
    }
}


/* 
.form-floating>.floating-test {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-floating>.form-control, .form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating>.form-control {
  padding: 1rem 0.75rem;
} */


/* .form-floating {
  position: relative;
  margin-bottom: 1.5rem;
}
.floating-test {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
  font-family: merienda;
}
.form-control:focus + .floating-test,
.form-control:valid + .floating-test {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  color: #fff;
} */


/* .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.ph-area {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
  font-family: merienda;
}
.form-control:focus + .ph-area,
.form-control:valid + .ph-area {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  color: #fff;
} */

@media print {
    .no-print {
        display: none;
    }
    .footer-copyright {
        /* margin-top:100px; */
    }
    body {
        background-color: transparent;
    }
}


/* @media print {
} */

.table td,
.table th {
    padding: 0.3rem !important;
    vertical-align: top !important;
    border: 1px solid #dee2e6 !important;
}

.i-adjust {
    margin: auto;
    margin-top: 16px;
    margin-right: 70px;
    margin-bottom: 25px;
}


/* modal  */

.modal-bg-color {
    background: rgb(89 89 89 / 75%);
}

.errorModal {
    font-family: Poppins;
    font-style: normal;
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 15px;
    position: relative;
    top: 19.5%;
}

.errorModal .errorModalHeader {
    height: 120px;
    background-color: #eb5757;
    opacity: 0.1;
    border-radius: 8px 8px 0px 0px;
}

.errorModal .modalTypeImg {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 7%;
    left: 42%;
}

.errorModal .errorTitle {
    color: #111111;
    margin-top: 22px;
    font-size: 16px;
}

.errorModal .errorTitleDes {
    margin-top: -11px;
    color: #eb5757;
    font-size: 15px;
}

.errorModal .modal-footer {
    margin: auto;
}

.errorModal .modal-content,
.errorModal .modal-footer {
    border: none;
}


/* search modal */

.searchModal {
    font-family: Poppins;
    font-style: normal;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    top: 8%;
}

.searchModal .successModalHeader {
    height: 142px;
    background-color: #27ae60;
    opacity: 0.1;
    border-radius: 8px 8px 0px 0px;
}

.searchModal .modalTypeImg {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 6%;
    left: 42%;
}

.searchModal .successTitle {
    color: #111111;
    margin-top: 22px;
    font-size: 16px;
}

.searchModal .successTitleDes {
    margin-top: -11px;
    color: #27ae60;
    font-size: 15px;
}

.searchModal .modal-footer {
    margin: auto;
}


/* success modal */

.successModal {
    font-family: Poppins;
    font-style: normal;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    top: 19.5%;
}

.successModal .successModalHeader {
    height: 142px;
    background-color: #27ae60;
    opacity: 0.1;
    border-radius: 8px 8px 0px 0px;
}

.successModal .modalTypeImg {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 6%;
    left: 42%;
}

.successModal .successTitle {
    color: #111111;
    margin-top: 22px;
    font-size: 16px;
}

.successModal .successTitleDes {
    margin-top: -11px;
    color: #27ae60;
    font-size: 15px;
}

.successModal .modal-footer {
    margin: auto;
}

.successModal .modal-content,
.searchModal .modal-content,
.modal-footer {
    border: none;
}

@media (min-width: 768px) {
    .errorModal,
    .successModal,
    .successModal,
    .warningModal {
        width: 410px;
    }
}

.successfullMsg {
    background: #219653;
    padding: 5px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.errorMsg {
    background: #c85633;
    padding: 5px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.new-personal-info table td span:first-child {
    width: 125px !important;
    color: rgba(17, 17, 17, 0.7);
    display: inline-block;
    margin-bottom: 8px;
}

.convert-select {
    background-color: white !important;
    opacity: 1;
    border: 0px !important;
    margin-left: -17px !important;
}

.convert-select {
    /* display: none; */
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}


/* select::-ms-expand {
  display: none !important;
} */

.f-14-px {
    font-size: 14px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    text-align: center;
    margin: auto;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-spiner-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0f1b26fc;
}

.loading-spiner {
    margin-top: 48vh;
}


/* contact us  */

.fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.feature-box:first-child {
    margin-top: 0;
}

.fbox-center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.fbox-bg.fbox-center .fbox-icon {
    background-color: #fff;
}

.fbox-bg.fbox-center .fbox-icon {
    margin-top: -2rem;
}

.fbox-center .fbox-icon {
    margin-bottom: 1.5rem;
}

.fbox-plain .fbox-icon {
    border: none !important;
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}


/* 
.fbox-icon a, .fbox-icon i, .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.fbox-plain .fbox-icon i {
  font-size: 3rem;
  line-height: 1;
}
.fbox-plain .fbox-icon i, .fbox-plain .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #57c1f2;
  border-radius: 0;
}
.fbox-icon i {
  font-style: normal;
  font-size: 1.75rem;
  line-height: 4rem;
  text-align: center;
}
.fbox-icon i, .fbox-icon img {
  border-radius: 50%;
  background-color: #7dcaf4;
}
.fbox-icon a, .fbox-icon i, .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
} */

.fbox-center .fbox-content {}

.fbox-content {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}

.fbox-content h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.f-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.f-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 2rem;
    text-transform: uppercase;
}

.f-title h1 {
    position: relative;
    margin-bottom: 0;
    margin-left: 18px;
}

.title-border::after,
.title-border::before {
    border-top-width: 1px;
    border-top-style: solid;
}

.f-title::after {
    margin-left: 0.75rem;
}

.f-title::after,
.f-title::before {
    content: "";
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 1px double #e5e5e5;
}

.OpenMobileMenu {
    display: block !important;
}

.OpenMobileMenu a {
    color: white !important;
    /* margin-left: 30px; */
}

.td-span-s {
    max-width: 120px !important;
    font-size: 15.5px !important;
}

.td-span-s-2 {
    max-width: 110px !important;
    font-size: 15.5px !important;
}

.info-f-s {
    font-size: 15.5px !important;
    margin: 0px !important;
}

.waterMark {
    background-image: url("./image/tLogo.svg");
    width: 700px;
    height: 700px;
    background-repeat: no-repeat;
    top: 30%;
    position: absolute;
    opacity: 0.1;
    left: 17%;
    display: none;
}

.footer-bar {
    background: #c8dc7f;
    width: 120%;
    height: 13px;
    display: none;
    margin-bottom: 10px;
}

.footer-bar-2 {
    background: #021535;
    width: 120%;
    height: 13px;
    display: none;
}

@media print {
    .waterMark {
        display: block !important;
    }
    .footer-bar,
    .footer-bar-2 {
        display: block;
    }
    .footer-copyright {
        margin-top: 60%;
    }
    .footer-copyright-wh {
        margin-top: 10%;
    }
    .hide-on-print {
        display: none;
    }
}


/* background effect */


/* ---- reset ---- */


/* 
body {
  margin: 0;
  font:normal 75% Arial, Helvetica, sans-serif;
} */


/* 
canvas {
  display: block;
  vertical-align: bottom;
} */


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* #particles-js {
  position: absolute;
  width: 100%;
  height: 90vh;
  /* background-color: #0a344d; */


/* background-image: url("./image/3.jpg"); */

background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;

/* height: 130vh */


}
*/ .z-index-500 * {
    z-index: 5000;
}
.z-i-6000 {
    z-index: 6000 !important;
}
#a-search-btn.example input[type="text"],
#a-search-btn-mbl.example input[type="text"] {
    padding: 10px;
    font-size: 11px;
    border: 1px solid grey;
    float: left;
    width: 70%;
    background: #f1f1f1;
    border-radius: 5px 0px 0px 5px;
}
#a-search-btn.example button,
#a-search-btn-mbl.example button {
    float: left;
    width: 19%;
    padding: 11.1px;
    background: #065dbc;
    color: white;
    font-size: 11px;
    border: 0px solid grey;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}
#a-search-btn.example button:hover,
#a-search-btn-mbl.example button:hover {
    background: #2196f3;
}
#a-search-btn {
    display: inline-block;
}
#a-search-btn-mbl {
    display: none;
}
.footer-logo-img {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 0px 3px #ff0202;
    margin-top: 100px;
}
.footer-copyright {
    color: white !important;
    border-radius: 4px;
    background: #001f3c;
    margin-top: 15px;
    padding: 10px;
}
.footer-inst-link a:hover {
    color: #67b0ff;
}
@media only screen and (max-width: 1176px) {
    #a-search-btn-btn {
        display: none;
    }
    
    #a-search-btn-mbl {
        display: inline-block;
    }
    
    #web-link-btn {
        display: none;
    }
}
@media (max-width: 576px) {
    .footer-logo-img {
        margin-top: 0px;
        width: 130px;
        height: auto;
    }
    
    .footer-title {
        font-size: 18px;
    }
    
    .my-form {
        background: #ffffff;
        border-radius: 8px;
        width: 100%;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .form-large-center {
        padding: 15px 3px !important;
    }
    
    .appilicant-container-area {
        padding: 15px 3px !important;
    }
    
    .box {
        padding: 15px 0px !important;
        border-radius: 8px;
    }
}