body {
    font-family: 'Roboto' !important;
    font-size: 22px;
    width: 100%;
    height: 100vh;
}

:root {
    --bodybg: #dcdefe;
    --primary-color: #3a5cd1;
    --grey: #d6d6d6;
    --placeholder: #969696;
    --white: #fff;
    --text: #333;
    --slider-bg: #eff3ff;
    --login-cta-hover: #182550;
}
.border-main-div1 .div-img {
    margin-left: 8px;
}
ul,
ol {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 0px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */

/* .start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */

.navigation-wrap {
    position: absolute;
    width: 100%;
    top: 91px;
    left: 0;
    z-index: 1000;
    background: #041754;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn.rounded-button.login-cta a {
    background: #fff;
    border-radius: 25px;
    font-size: 18px;
    color: #2e49a5;
    font-weight: 600;
    padding: 5px 14px;
    letter-spacing: .5px;
    width: 195px;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    justify-content: center;
}

.btn.rounded-button.login-cta.logins i {
    font-size: 25px;
    padding-top: 3px;
    padding-left: 4px;
}

.btn.rounded-button.login-cta.logins a {
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 5px 14px;
    letter-spacing: .7px;
    width: 195px;
    border: 2px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.rounded-button.login-cta a i {
    font-size: 21px;
    padding: 0 0px 4px 8px;
}

.header-top img {
    width: 78%;
}

.inner-header ul li {
    display: inline-block;
}

.inner-header {
    padding: 20px 0 10px;
}

.navbar {
    padding: 0;
}

a:hover {
    text-decoration: none !important;
}

header.header-top {
    height: 94px;
}

.div_conte h6 {
    font-weight: 600;
    letter-spacing: .4px;
}

.inner-header ul {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 0;
}

.inner-header ul li {
    list-style: none;
    display: inline-block;
    margin-left: 48px;
}

.div_conte p a {
    font-size: 15px;
    color: #000;
}

.div_conte p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
}

.header-logo {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-top: -80px;
}

.header-logo:after {
    position: absolute;
    left: -477px;
    top: -33px;
    height: 166px;
    width: 810px;
    background: #ffffff;
    content: "";
    border-right: 5px solid var(--primary-color);
    ;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(38deg);
}

.inner-header li i {
    background: var(--primary-color);
    ;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    font-size: 24px;
    display: flex;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
}

.inner-header .dlf {
    display: flex;
    align-items: center;
}

.inner-header ul .div_conte {
    float: left;
    text-align: right;
    margin-right: 11px;
}

.div_icons {
    overflow: hidden;
}

.navbar-brand img {
    width: 96%;
    display: block;
    /* margin-top: 20px; */
    padding-right: 30px;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid var(--login-cta-hover);
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 18px;
    letter-spacing: .4px;
}

.nav-item:hover .nav-link {
    color: #ffffff !important;
}

.nav-item.active .nav-link {
    color: #ffffff !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ffffff;
    opacity: 0;
    transition: all 200ms linear;
}


.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    padding-right: 9px;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.dropdown-item {
    letter-spacing: 0;
    font-size: 17px;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
    border: none;
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

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

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, .6);
}

/* #Media
================================================== */

@media (max-width: 767px) {


    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}



/*btn-form*/
.login-container {
    display: flex;
    background: var(--white);
    margin: auto;
    width: 100%;
    min-width: 320px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    border-radius: 0px;
}

.login-container .logo svg {
    height: 40px;
    width: 40px;
    fill: var(--primary-color);
}

.login-container .login-form {
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.login-container .login-form .login-form-inner {
    max-width: 380px;
    width: 95%;
}

.login-container .login-form .google-login-button .google-icon svg {
    height: 20px;
    display: flex;
    margin-right: 10px;
}

.login-container .login-form .google-login-button {
    color: var(--text);
    border: 1px solid var(--grey);
    margin: 40px 0 20px;
}

.login-container .login-form .sign-in-seperator {
    text-align: center;
    color: var(--placeholder);
    position: relative;
    margin: 30px 0 20px;
}

.login-container .login-form .sign-in-seperator span {
    background: var(--white);
    z-index: 1;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}

.login-container .login-form .sign-in-seperator:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--grey);
    left: 0;
    top: 50%;
    z-index: 0;
}

.login-container .login-form .login-form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.login-container .login-form .login-form-group label {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 10px;
}

.login-container .login-form .login-form-group input {
    padding: 13px 20px;
    box-sizing: border-box;
    border: 1px solid var(--grey);
    border-radius: 50px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--text);
    transition: linear 0.2s;
}

.login-container .login-form .login-form-group input:focus {
    outline: none;
    border: 1px solid var(--primary-color);
}

.login-container .login-form .login-form-group input::-webkit-input-placeholder {
    color: var(--placeholder);
    font-weight: 300;
    font-size: 14px;
}

.login-container .login-form .login-form-group.single-row {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
}

/* custom checkbox */
.login-container .login-form .custom-check input[type="checkbox"] {
    height: 23px;
    width: 23px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    background: var(--white);
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.login-container .login-form .custom-check input[type="checkbox"]:checked {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
}

.login-container .login-form .custom-check input[type="checkbox"]:checked:before,
.login-container .login-form .custom-check input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--white);
}

.login-container .login-form .custom-check input[type="checkbox"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}

.login-container .login-form .custom-check input[type="checkbox"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

.login-container .login-form .custom-check input[type="checkbox"]:focus {
    outline: none;
}

.login-container .login-form .custom-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container .login-form .custom-check label {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.login-container .login-form .link {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}

.login-container .login-form .link:hover {
    text-decoration: underline;
}

.login-container .login-form .login-cta {
    color: var(--white);
    text-decoration: none;
    border: 1px solid var(--primary-color);
    margin: 25px 0 35px;
    background: var(--primary-color);
}

.login-container .login-form .login-cta:hover {
    background: var(--login-cta-hover);
}

.login-container .onboarding {
    flex: 1;
    background: var(--slider-bg);
    display: none;
    width: 50%;
}

.login-container .login-form .login-form-group label .required-star {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 10px;
}

.login-container .rounded-button {
    display: flex;
    width: 100%;
    text-decoration: none;
    border-radius: 50px;
    padding: 7px 20px;
    box-sizing: border-box;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
    transition: linear 0.2s;
}

.login-container .rounded-button:hover {
    box-shadow: 0px 0px 4px 0px var(--grey);
}

.login-container .body-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.login-container .onboarding .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.login-container .onboarding .swiper-slide {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: var(--text);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.login-container .onboarding .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.login-container .onboarding .swiper-slide {
    flex-direction: column;
    display: flex;
}

.login-container .onboarding .swiper-slide .slide-image img {
    width: 100%;
    height: 80%;
}

.login-container .onboarding .slide-content {
    width: 60%;
}

.login-container .onboarding .slide-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.login-container .onboarding .slide-content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.login-container .login-form .login-form-inner h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .login-container .onboarding {
        display: flex;
        align-items: center;
        background: radial-gradient(82.76% 57.9% at 72.85% 4.95%, #3a5cd1 0%, #182550 100%);
        padding: 50px;
    }
}

@media screen and (max-width: 767px) {
    .login-container {
        height: 100vh;
    }
}

@media screen and (width: 768px) {
    .login-container .onboarding {
        order: 0;
    }

    .login-container .login-form {
        order: 1;
    }

    .login-container {
        height: 100vh;
    }
}

@media screen and (max-width: 420px) {
    .login-container .login-form {
        padding: 20px;
    }

    .login-container .login-form-group {
        margin-bottom: 16px;
    }

    .login-container {
        margin: 0;
    }
}

.loigns-1 {
    background-color: #fff;
    padding-top: 5%;
}

.onboarding h1 {
    color: var(--white);
    font-size: 2.1rem;
    margin-bottom: .8rem;
}

.onboarding p {
    color: var(--white);
    font-size: 21px;
}

section.loigns-1 {
    margin: 48px 0 80px;
}

section.loigns-1 h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

section.loigns-1 p {
    font-size: 22px;
    margin-bottom: 2rem;
    text-align: center;
}

.registrations h4 {
    text-align: center;
    color: #fff;
    font-size: 27px;
}

.login-container .rounded-button:hover {
    box-shadow: none;
}

.isocs i {
    font-size: 43px;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #314dad;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.how h5 {
    text-align: center;
    margin: 2rem 0 0;
    font-size: 24px;
    color: #fff;
    line-height: 37px;
}


.logo {
    display: flex;
    align-items: start;
    justify-content: start;
}

.logo h3 {
    font-size: 19px;
    color: #3a5cd1;
}

.h3-sectios {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .4rem 0 1.5rem;
}

.h3-sectios .icnos i {
    font-size: 38px;
    color: var(--login-cta-hover);
    padding-right: 5px;
    padding-bottom: 11px;
}

.h3-sectios h2 {
    color: var(--login-cta-hover);
}


footer ul li {
    list-style: none;
    margin-bottom: 15px;
    overflow: hidden;
}

footer ul li .icon {
    height: 46px;
    width: 46px;
    background: var(--white);
    font-size: 20px;
    color: var(--primary-color);
    line-height: 46px;
    text-align: center;
    float: left;
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

footer ul li .footer__widget__item {
    height: 46px;
    background: #fff;
    overflow: hidden;
    line-height: 46px;
    padding-left: 18px;
    font-size: 16px;
    color: #ffffff;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 2% 50%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 2% 50%);
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

footer ul li .footer__widget__item a {
    color: #ffffff;
    font-size: 16px;
}

footer ul li .footer__widget__item:after {
    position: absolute;
    left: 1px;
    top: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    background: var(--login-cta-hover);
    content: "";
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 2% 50%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 2% 50%);
    z-index: -1;
}

footer {
    background-color: var(--login-cta-hover);
    padding: 70px 0 30px;
    background-image: url(../images/footer.jpg);
}

footer h3 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

.socials-links ul li {
    display: inline-block;
    list-style-type: none;
}

.socials-links {
    margin: 3rem 0 0;
    text-align: start;
}

.socials-links ul li i {
    background: var(--white);
    width: 47px;
    height: 47px;
    color: var(--primary-color);
    font-size: 25px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    margin-right: 11px;
}

.socials-links ul li i:hover {
    background: var(--primary-color);
    color: var(--white);
}


footer .linkss ul li {
    color: #fff;
    border-bottom: 1px dotted #c9c9c9;
    padding-bottom: 8px;
    margin-bottom: 9px;
    font-size: 17px;
}

footer .linkss {
    padding-left: 25px;
}

footer p {
    color: #fff;
    line-height: 30px;
}

footer .abouts-s {
    padding-left: 2rem;
}

.copyrights {
    background-color: #041754;
    padding: 12px;
}

.copyrights h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

ul.footer-privacys li {
    display: inline-block;
    color: #fff;
    padding-right: 8px;
    line-height: 30px;
    font-size: 16px;
}

ul.footer-privacys {
    margin-bottom: 0;
    text-align: end;
}

ul.footer-privacys li a {
    color: #fff;
}



/*registration-one*/

.registartion-process {
    background-color: #e5ebff;
    padding: 100px 0;
}

.div-header-commons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 1rem 0 3rem;
    background: var(--login-cta-hover);
    padding: 6px 24px;
    border-radius: 43px;
}

.div-header-commons select {
    width: 204px;
    border: none;
    padding: 7px 10px;
    border-radius: 26px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
}

.div-header-commons select:focus {
    outline: none;
}

.div-header-commons select:focus-visible {
    outline: none;
}

.div-header-commons select option {
    color: #000;
}

.div-header-commons h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}


.border-main-div {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-color: #fff;
    border-radius: 30px;
}

.border-main-div img {
    width: 100%;
    border-radius: 30px;
    height: 653px;
    object-fit: cover;
    object-position: right;
}

.inner-resitees {
    padding: 20px;
    text-align: center;
}

.inner-resitees h1 {
    font-size: 29px;
    font-weight: 600;
    color: #041754;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.registartion-aadhar {
    padding: 22px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 25px;
    width: 75%;
    margin: 3rem auto;
}

.registartion-aadhar .adh-icons i {
    width: 58px;
    height: 59px;
    background: #3a5cd1;
    border-radius: 50%;
    font-size: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: -40px;
}

.registartion-aadhar .adh-icons {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.registartion-aadhar h3 a {
    font-size: 19px;
    font-weight: 600;
    color: #444;
    letter-spacing: .4px;
}

.registartion-aadhar .btn {

    color: #fff;
}

.registartion-aadhar .btn {
    color: #fff;
    width: 100%;
    background: #3a5cd1;
    border-radius: 33px;
    margin: 1rem 0 .5rem;
    font-size: 18px;
}

.registartion-aadhar .btn:hover {
    color: #fff;
}

.border-main-div1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
}

.border-main-div1 h4 {
    font-weight: 600;
    color: #3a5cd1;
    border-bottom: 2px dotted #3a5cd1;
    display: inline-block;
    padding-bottom: 9px;
    margin-bottom: 1.5rem;
}

.border-main-div1 input {
    border: 2px solid #ddd;
    width: 100%;
    padding: 7px 12px;
    border-radius: 5px;
}

.border-main-div1 select {
    border: 2px solid #ddd;
    width: 100%;
    padding: 7px 12px;
    border-radius: 5px;
}

.div-per-input input {
    width: auto;
}

.wid-fl {
    width: 90%;
}

.border-main-div1 .div-per-input label {
    margin-top: 0;
}

.border-main-div1 label {
    margin-top: 1.3rem;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 600;
    font-family: "Roboto";
    letter-spacing: 0.1px;
}

.com-al {
    position: relative;
}

.f1-step-icon.newas i {
    font-size: 35px;
    font-weight: 600;
    color: green;
}

.f1-step.activated .f1-step-icon.newas {
    display: block !important;
}

.f1-step.activated .f1-step-icon {
    display: none !important;
}

.f1-buttons.JUS {
    justify-content: end;
}

.commons-icons.col-s23 i {
    height: 45px;
    width: 45px;
}

.commons-icons i {
    position: absolute;
    right: 0;
    top: 0;
    background: #3a5cd1;
    color: #fff;
    padding: 5px;
    height: 37px;
    width: 45px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 14px;
}

.border-main-div1 input:focus {
    border: 2px solid #ddd;
    outline: none;
}

.border-main-div1 select:focus {
    border: 2px solid #ddd;
    outline: none;
}

.btntwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.5rem 0 2rem;
}

.btntwo a.prevs {
    background: var(--login-cta-hover);
    padding: 6px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btntwo a.next {
    background: var(--primary-color);
    padding: 6px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



/*next-prev-tabs*/
/***** Top content *****/
/***** Top content *****/
/***** Top content *****/


.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}


.f1 {
    background: #fff;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* .f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 28px;
} */
.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 28px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 86%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #3a5cd1;
}

.sltes {
    width: 81%;
    margin: auto
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 21px;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #182550;
    border-bottom: 2px solid #182550;
    display: inline-block;
    padding-bottom: 6px;
}

/* .f1-step {
    position: relative;
    float: left;
    width: 14%;
   
} */
.f1-step.active p {
    font-weight: 600;
    padding-top: 5px;
}

.f1-step p {
    font-weight: 600;
    padding-top: 5px;
}

.f1-step {
    position: relative;
    float: left;
    width: auto;
    padding: 0;
    width: 19%;
    margin: auto;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 28px;
    line-height: 41px;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #3a5cd1;
    color: #3a5cd1;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #3a5cd1;
    font-size: 28px;
    line-height: 41px;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}

.f1-step p {
    color: #ccc;
}

.f1-step.activated p {
    color: #3a5cd1;
}

.f1-step.active p {
    color: #3a5cd1;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
}

.f1 .input-error {
    border-color: #f35b3f;
}

.form-box button.btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    border-radius: 30px;
    text-shadow: none;
    box-shadow: none;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-box button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

.form-box button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-box button.btn:focus,
.form-box button.btn:active:focus,
.form-box button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.form-box button.btn.btn-next,
.form-box button.btn.btn-next:focus,
.form-box button.btn.btn-next:active:focus,
.form-box button.btn.btn-next.active:focus {
    background: #f35b3f;
}

.form-box button.btn.btn-submit,
.form-box button.btn.btn-submit:focus,
.form-box button.btn.btn-submit:active:focus,
.form-box button.btn.btn-submit.active:focus {
    background: #f35b3f;
}

.form-box button.btn.btn-previous,
.form-box button.btn.btn-previous:focus,
.form-box button.btn.btn-previous:active:focus,
.form-box button.btn.btn-previous.active:focus {
    background: #bbb;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

    .navbar {
        padding-top: 0;
    }

    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, 0.9);
    }

    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .navbar-toggle {
        margin-top: 12px;
    }

    .top-content {
        padding: 0;
    }

}

@media (max-width: 415px) {

    .f1 {
        padding-bottom: 20px;
    }

    .f1-buttons button {
        margin-bottom: 5px;
    }

}

.f1-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 3rem 0 2rem;
}

input:focus {
    box-shadow: none !important;
}

[type="file"] {
    color: #292929;
    width: 100%;
}

[type="file"]::-webkit-file-upload-button {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    color: var(--white);
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 5px 12px;
    text-transform: capitalize;
    transition: all 1s ease;
}

.border-main-div1 input[type="file"] {
    padding: 5px 5px;
}

[type="file"]::-webkit-file-upload-button:hover {
    background: var(--login-cta-hover);
    border: 2px solid var(--login-cta-hover);
    color: var(--white);
}

.border-main-div1 .div-img.wid-is-so img {
    width: 100%;
    height: 124px;
    object-fit: cover;
    margin-left: 15px;
}

button.btn.btn-yes {
    margin: auto;
}

.border-main-div1 .div-img.wid-is-so {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-main-div1 .div-img {
    width: 100px;
    height: 112px;
    object-fit: cover;
}

.border-main-div1 .div-img img {
    width: 100%;
}

.border-main-div1 .fl-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6faff;
    padding: 18px;
    border: 1px dotted #3a4878;
    border-radius: 7px;
    margin: 18px 0;
    width: 100%;
}

.border-main-div1 ul li {
    list-style-type: none;
    font-size: 17px;
    line-height: 27px;
    padding: 4px 0;
}

.border-main-div1 ul li i {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 600;
    padding-right: 6px;
}

.border-main-div1 ul {
    margin-top: 11px;
}

button.btn.btn-snapshot {
    background: var(--primary-color);
}

button.btn.btn-snapshot:hover {
    background: var(--login-cta-hover);
}

p.upload-images {
    background: #ebffeb;
    color: green;
    padding: 9px 12px;
    border: 1px solid green;
    border-radius: 4px;
    margin-top: 13px;
}

.red-alerts {
    color: red;
    background: #ffebeb;
    padding: 9px 12px;
    border: 1px solid red;
    border-radius: 4px;
    margin-top: 13px;
}

.btn.btn-im {
    background-color: var(--primary-color);
    width: 100%;
}

.btn.btn-im:hover {
    background-color: var(--primary-color);
    opacity: 1;
}

.btn.btn-inot:hover {
    background-color: var(--login-cta-hover);
    opacity: 1;
}

.btn.btn-inot {
    width: 100%;
    background-color: var(--login-cta-hover);
}

/* popup-buttons */




.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.pop-up-content-wrap {
    margin-bottom: 2rem;
    line-height: 27px;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: center;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: -13px;
    top: -19px;
    cursor: pointer;
    z-index: 99;
    font-size: 31px;
    color: #fff;
    background: #d13a3a;
    line-height: 37px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.div-check input[type="checkbox"] {
    width: auto;
    height: 14px;
    margin-right: 10px;
}

.div-check {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}


button.btn.btn-pay {
    background: #3a5cd2;
    border-radius: 33px;
    color: #fff;
    padding: 8px 28px;
    margin: 2rem 0;
}

h3.members {
    font-size: 22px;
    font-weight: 600;
    color: #001b75;
    margin: 1rem 0 2rem;
    text-align: center;
    background: aliceblue;
    padding: 11px;
    border: 1px dotted #182550;
    border-radius: 44px;
}

.border-main-div1 .info-sec2 input {
    margin-top: 15px;
}

.border-main-div1 .order-history {
    background: aliceblue;
    border: 1px dotted #3a5cd1;
    padding: 19px;
    border-radius: 10px;
}

.border-main-div1 .order-history .fl-order-com {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 0;
    border-bottom: 1px dotted #3a5cd1;
    padding-bottom: 15px;
}

.border-main-div1 .order-history .fl-order-com h6 {
    margin-bottom: 0;
    font-weight: 600;
}

.border-main-div1 .order-history .fl-order-com p {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
    color: #182550;
}

.border-main-div1 .order-history button {
    color: #fff;
    background: #3a5cd2;
    border-radius: 28px;
    border: none;
    padding: 4px 19px;
}

.border-main-div1 .order-history input {
    border: 1px solid #ddd;
    width: 75%;
    padding: 1px 7px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

h5.id-order {
    font-weight: 600;
    color: #182550;
    border-bottom: 2px dotted #182550;
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 10px;
}

.border-main-div1.succes h3 {
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
}

.border-main-div1.succes {
    padding: 50px;
}

.border-main-div1.succes p {
    font-size: 21px;
    text-align: center;
    line-height: 34px;

}

.div-dlas input {
    width: auto;
    margin-right: 10px;
}

.border-main-div1.fits-sjh {
    box-shadow: none;
    border: 2px solid #ddd;

}

.bg-ifrs {
    background-image: url(../images/front-page.png);
    background-size: contain;
    border-radius: 4px;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, .25), 0 1px 3px -1px rgba(0, 0, 0, .3);
    float: left;
    height: 311px;
    position: relative;
    width: 483px;
    background-repeat: no-repeat;
}

.bg-ifrs .adres {
    text-align: center;
    margin: auto;
    width: 63%;
    padding-top: 43px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 9%;
    font-family: 'Teko';
    letter-spacing: 1.5px;
    line-height: 18px;
}

.bg-ifrs .card-img {
    /* width: 124px; */
    /* height: 100px; */
    position: absolute;
    left: 26px;
    object-fit: cover;
    bottom: 70px;
    /* border: 1px solid #b5072c; */
}

.bg-ifrs .card-img img {
    width: 127px;
    height: 139px;
    object-fit: cover;
}

.bg-ifrs .card-user-name {
    position: absolute;
    bottom: 106px;
    left: 36%;
    font-weight: 500;
    color: #b00729;
    font-size: 28px;
    font-family: 'Teko';
    text-transform: uppercase;
}

.bg-ifrs .div-fl-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 58%;
    margin-left: auto;
    position: absolute;
    right: 28px;
    bottom: 78px;
}

.dob-card {
    text-transform: uppercase;
    font-family: 'Teko';
    font-size: 22px;
    color: #b00729;
}

.bg-ifrs .gender-card {
    text-transform: uppercase;
    font-family: 'Teko';
    font-size: 22px;
    color: #b00729;
}

.bg-ifrs .card-num {
    position: absolute;
    bottom: 11px;
    left: 28%;
    font-weight: 500;
    font-family: 'Teko';
    letter-spacing: 1px;
    font-size: 26px;
}

.bg-ifrs .sing-card {
    width: 23%;
    margin-left: auto;
    position: absolute;
    bottom: 7px;
    right: 24px;
    text-align: center;
}

.bg-ifrs .sing-card img {
    width: 100%;
}

.bg-ifrs .sing-card h4 {
    font-size: 16px;
    font-family: 'Teko';
    letter-spacing: .4px;
    color: #b20c2d;
    text-transform: uppercase;
    border: none;
    text-align: center;
    margin: 0;
    line-height: 5px;
    font-weight: 600;
    padding-bottom: 0;
}

.bg-ifrs .sing-card p {
    font-size: 11px;
    color: #b00729;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Amaranth';
    padding: 0;
    line-height: 22px;
    margin-top: -8px;
}

.bg-ifrs .prev-card {
    position: absolute;
    right: 18px;
    top: 82px;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    letter-spacing: .5px;
}

.back-card {
    background-image: url(../images/back-card.png);
    background-size: contain;
    border-radius: 4px;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, .25), 0 1px 3px -1px rgba(0, 0, 0, .3);
    float: left;
    height: 311px;
    position: relative;
    width: 485px;
    background-repeat: no-repeat;
}


.back-card .adres-back-card {
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 75px;
    width: 77%;
    margin: auto;
    line-height: 23px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.back-card .adres-back-card p {
    font-size: 23px;
    font-weight: 600;
    color: #b20c2d;
    font-family: 'Teko';
    margin-bottom: 0;
    letter-spacing: 1.4px;
    padding-left: 4px;
}

.adre-backyas {
    font-size: 23px;
    font-weight: 600;
    color: #4f4f4f;
    text-transform: uppercase;
    font-family: 'Teko';
    margin-bottom: 0;
    letter-spacing: 1.4px;
}

.back-card .ull-card-back {
    position: absolute;
    padding-left: 32px;
    bottom: 37%;
}

.back-card .ull-card-back ul li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 0;
    font-family: 'Teko';
}

.back-card .ull-card-back ul {
    margin-top: 0;
    margin-bottom: 0;
}

.img-backyrd {
    position: absolute;
    right: 24px;
    bottom: 49px;
}

.img-backyrd img {
    width: 132px;
    object-fit: cover;
    height: 132px;
    border: 2px solid #ddd;
}



/*new-css*/
header.header-top {
    height: 94px;
    background: #fff;
}

.padding-100 {
    padding: 100px 0;
}

.about-us h2 {
    font-size: 49px;
    text-align: left;
    color: #041754;
    font-weight: 800;
    padding-left: 19px;
    border-left: 6px solid #3a5cd1;
    line-height: 60px;
}

.about-us p {
    font-size: 18px;
    padding: 16px 0;
    line-height: 30px;
}

a.btn-more-sec {
    background: #3a5cd1;
    color: #fff;
    padding: 11px 25px;
    font-size: 18px;
}
a.btn-more-sec:hover {

    color: #fff;

}

.about-us img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.course-level {
    background: #041754;
    text-align: center;
}

.course-level h2 {
    font-size: 49px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
}

.sub-cars {
    padding: 19px;
}

.course-level .inner-cards {
    border: 1px solid #fff;

}


.course-level h3 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    line-height: 34px;
    letter-spacing: .3px;
    text-transform: capitalize;
}

.course-level h4 {
    font-size: 19px;
    text-align: left;
    color: #ddd;
}

.course-level p {
    font-size: 17px;
    text-align: left;
    color: #ddd;
}

a.register-commons {
    width: 100%;
    background: #000;
    display: block;
    background: #ffffff;
    padding: 10px;
    color: #041754;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .4px;
}

a.register-commons:hover {
    color: #041754;
}

.upcoing-events h2 {
    font-size: 48px;
    font-weight: 600;
    color: #151515;
    text-align: center;
    margin-bottom: 2rem;
}

.sub-chap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sub-chap .inner-ips {
    padding: 20px 17px;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.inner-ips h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.inner-ips p {
    font-size: 16px;
    color: #696969;
}


.home-demo {
    overflow: hidden;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 7px;
    border-radius: 30px;
    margin-top: 2rem !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #012223 !important;
}


/*photogallery*/

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.inner-ips a {
    color: #1d1d1d;
}

.gallery h2 {
    font-size: 48px;
    font-weight: 600;
    color: #151515;
    text-align: center;
    margin-bottom: 2rem;
}



section.upcoing-events {
    background: #f9f9f9;
}

.sub-cars img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

a.btn-view-all {
    font-size: 19px;
    padding: 12px 36px;
    background: #fff;
    border-radius: 50px;
    margin-top: 0;
    font-weight: 600;
    color: #041754;
    border: 2px solid #041754;
    letter-spacing: .5px;
}

.all-bnt-sec {
    margin: 3rem auto 0;
}

a.btn-view-all:hover {
    color: #041754;
}

a.btn-more-sec:hover {
    color: #fff;
}

.inner-chamioonships img {
    margin-bottom: 15px;
}

.inner-chamioonships h4 {
    font-size: 22px;
    line-height: 31px;
    color: #000;
    margin-bottom: .6rem;
}

.inner-chamioonships p {
    font-size: 16px;
    line-height: 28px;
}

.athlete-champs {
    background-image: url(../images/pattern_repeater.png);
}

.athlete-champs .chap-sec-inners {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 10px 0;
    padding: 20px;
}

.athlete-champs .chap-sec-inners img {
    width: 100%;
}



.sub-champ-sec {
    padding: 18px;
}

.border-rights {
    border-left: 1px dotted #aeaeae;
}

.two-sec-champs {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    margin: 3rem 0 1.5rem;
    background-color: #fff;
    border-radius: 7px;
}

.sub-champ-sec h5 {
    font-weight: 600;
    color: #3a5cd1;
    margin-bottom: 15px;
    text-transform: capitalize;
    padding-bottom: 9px;
    border-bottom: 2px dashed #3a5cd1;
}

.sub-champ-sec td,
.sub-champ-sec th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.sub-champ-sec th {
    font-size: 15px;
    text-transform: capitalize;
}

.date-venue {
    margin: 1rem 0;
}

.date-venue {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 20px;
}

.date-venue span {
    font-size: 17px;
    color: #3c3c3c;
    font-weight: 500;
    padding: 5px;
    display: flex;
}

.date-venue i {
    color: #3a5cd1;
    font-size: 21px;
    line-height: 18px;
    padding-right: 4px;
}

a.btn-circular {
    background: #3a5cd4;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #3a5cd4;
    border-radius: 4px;
    padding: 6px 16px;
}

a.btn-circular:hover {
    background: #3a5cd4;
    color: #fff;
}

a.register-nows {
    background: #041754;
    color: #fff;
    border-radius: 3px;
    padding: 6px 20px;
    font-size: 19px;
    font-weight: 500;
    margin: 1.7rem 0;
}

a.register-nows:hover {
    color: #fff;
}