/*v=3.1*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*,
.box,
.custom-options,
.linkk nav {
    box-sizing: border-box;
}
.btn-success {
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    border: none;
    border-radius: 30px !important;
    margin: 0px !important;
    padding: 11px 45px !important;
    line-height: 2.2rem !important;
    border: 1px solid #3eb418;
    text-transform: none !important;
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold;
}
.btn-primary {
    background-color: #3498db;
    padding: 16px 56px 16px 56px !important;
    border-radius: 40px;
    text-transform: none !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: bold;
}
.btn-danger {
    padding: 11px 45px !important;
    text-transform: none !important;
    font-size: 18px !important;
    line-height: 2.2rem !important;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3498db;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.align-items-center {
    align-items: center !important;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.text-success {
    color: #3eb418 !important;
}
.con_ma_inn.indexpage input[type="radio"] {
    appearance: none;
    -webkit-appearance: none !important;
    width: 0px !important;
}
.con_ma_inn.indexpage .con_th_lf {
    height: auto;
    width: 50%;
}
.con_ma_inn.indexpage label.btn.btn-default {
    padding: 14px 24px 14px 24px;
}
.con_ma_inn.indexpage .con_th_rg {
    height: auto;
    width: 50%;
    margin: 0px;
}
.con_ma_inn.indexpage label.btn.btn-default {
    padding: 11px 0px !important;
    line-height: 40px !important;
    color: #000;
    background: #fff;
}
.dropdown-content,
.link:hover {
    text-decoration: underline;
}
.bg_new.index.v4 .content.ind {
    text-align: left;
}
.bg_new.index.v4 .content.ind .con_third_btn {
    text-align: left;
    margin: 0px;
}
.custom-options,
.slick-slide.dragging img {
    pointer-events: none;
}

.foo_rg li,
.menu ul,
.navigation,
.slick-dots,
.social,
ul.despite {
    list-style: none;
}
header {
    position: sticky;
    background-color: var(--clr-bg-header);
    width: 100%;
    z-index: 1000;
}
.nav-btn {
    flex: 3;
    display: flex;
}

.nav-links {
    flex: 2;
}

.log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo {
    color: var(--clr-light);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span {
    font-weight: 300;
}

.btn {
    display: inline-block;
    padding: 0.5rem 1.3rem;
    font-size: 0.8rem;
    border: 2px solid var(--clr-light);
    border-radius: 2rem;
    line-height: 1;
    margin: 0 0.2rem;
    transition: 0.3s;
    text-transform: uppercase;
}

.btn.solid,
.btn.transparent:hover {
    background-color: var(--clr-light);
    color: var(--clr-btn);
}
.btn.transparent,
.btn.solid:hover {
    background-color: transparent;
    color: var(--clr-light);
}

.nav-links > ul {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0px;
}

.nav-link {
    position: relative;
}

.nav-link > a {
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    font-weight: 700;
}
.nav-link > a > i {
    margin-left: 0.2rem;
}
li.nav-link.joinclas a {
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    padding: 8px 25px;
    line-height: 2.2rem;
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #3eb418;
}
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 8px;
    padding: 5px 0px;
}
.dropdown ul {
    position: relative;
    list-style: none;
    padding: 0px;
}
.dropdown-link > a {
    display: flex;
    background-color: var(--clr-light);
    color: var(--clr-dropdown);
    padding: 0px 20px;
    font-size: 0.9rem;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    line-height: 40px;
    text-decoration: none;
}

.dropdown-link:hover > a {
    background-color: var(--clr-dropdown);
    color: var(--clr-light);
}

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
    transform: rotate(-90deg);
}
.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: var(--clr-light);
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow {
    background-color: var(--clr-dropdown);
}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: 0.8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow {
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #11437b;
    position: relative;
    z-index: 1001;
    transition: 0.5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #11437b;
    border-radius: 3px;
    transition: 0.5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

.bg_new.index.v4 .con_main.spacing {
    top: 90px !important;
    padding: 0px 50px !important;
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
@media (max-width: 920px) {
    .hamburger-menu-container {
        display: flex;
    }

    #check {
        display: block;
    }

    .nav-btn {
        position: fixed;
        height: calc(100vh - -1rem);
        top: 0rem;
        left: 0;
        width: 100%;
        background-color: var(--clr-btn);
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: 0.65s;
        padding: 10px !important;
    }

    #check:checked ~ .nav-btn {
        transform: translateX(0);
    }

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign {
        animation: animation 0.5s ease forwards var(--i);
    }

    .nav-links {
        flex: initial;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        border-radius: 8px;
    }

    .nav-links > ul {
        flex-direction: column;
        padding: 0px;
    }

    .nav-link {
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }
    .nav-btn .nav-link > a {
        padding: 1.6rem 2rem;
    }
    .nav-link > a {
        line-height: 1;
        padding: 1.6rem 2rem;
    }

    .nav-link:hover > a {
        transform: scale(1);
        background-color: var(--clr-nav-hover);
    }

    .dropdown,
    .dropdown.second {
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: var(--clr-dropdown-hov);
        display: none;
    }

    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown {
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i {
        transform: rotate(360deg);
    }

    .dropdown-link > a {
        background-color: transparent;
        color: var(--clr-light);
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a {
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a {
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)) {
        border-bottom: none;
    }

    .arrow {
        z-index: 1;
        background-color: var(--clr-btn);
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: 0.5s;
    }

    .nav-link:hover .arrow {
        background-color: var(--clr-nav-hover);
    }

    .dropdown .dropdown .arrow {
        display: none;
    }

    .dropdown-link:hover > a {
        background-color: var(--clr-dropdown-link-hov);
    }

    .dropdown-link:first-child:hover ~ .arrow {
        background-color: var(--clr-nav-hover);
    }

    .nav-link > a > i {
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: 0.7s;
    }

    .dropdown i {
        font-size: 1rem;
        transition: 0.7s;
    }

    .log-sign {
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
    .hed_btm {
        padding: 20px 23px !important;
    }
    nav.pag_main li.page-item {
        margin-right: 3px !important;
    }
    nav.pag_main li.page-item.active a {
        padding: 5px 15px !important;
    }
    nav.pag_main li.page-item a.page-link {
        line-height: 23px !important;
        padding: 5px 15px !important;
    }
}
#myBtn,
.our_new.podcast.press .short_img h1 {
    font-size: 25px !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}
.cont_nw.v3 {
    background: #11437b;
    border-radius: 0px;
    padding: 50px 30px;
}
.con_four_nw.v3 {
    background: no-repeat;
    margin: 0px;
    padding: 0px;
}
.con_four_nw.v3 .con_temp {
    padding: 0px, 0px, 22px, 0px;
    display: flex;
}
.flash {
    animation-name: flash;
}

.invest_con h2 {
    color: #000 !important;
    padding: 0 0 30px;
}

.Portfolio.two h2 {
    color: #fff !important;
    width: 32%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.ournew_con h3 {
    text-align: left;
    color: #fff !important;
    margin: 0 0 30px;
}

.invest_con h4 {
    font-size: 35px;
    text-align: left;
    color: #000 !important;
    padding: 20px 0;
}

ul.navigation li:hover:after {
    transform: scaleX(1);
}
li.fromLeft:after {
    transform-origin: 0% 50%;
}
li.fromLeft:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.Portfolio,
.Portfolio_snap,
.content,
.content_nw,
.footer.custom .foo_lf,
.in_ink,
.inve_inn,
.inve_video,
.invest_con,
.invest_con h1,
.invet_sec h1,
.linkk nav,
.mar_img.cor,
.mar_img.hospital,
.our_new,
.our_new h1,
.ournew_con,
.press,
.slick-dots,
.slide_inn,
.speck_sec,
.stom_tem,
.stom_tem h1,
.tab-container,
.tb_con h3,
.tb_con span,
h1.faq,
small {
    text-align: center;
}

.tab-container.sel_tab.locationss .custom-select-trigger,
.tab-container.sel_tab.locationss label.typ,
body {
    color: #000;
}

html {
    background: #fff !important;
}

body,
html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
}

h1,
h2,
h3,
h4 {
    letter-spacing: 0.02em;
}

h3 {
    font-size: calc((2.5 - 1) * 1.1vw + 1rem) !important;
}

h4 {
    margin-bottom: 0 !important;
    font-size: calc((1.6 - 1) * 1.2vw + 1rem) !important;
    line-height: calc(1.3 * (1 + (1 - 1.6) / 25)) !important;
}

h5 {
    margin-bottom: 00px;
}

.Portfolio.two h3,
.acc_con,
.acc_img,
.acc_img img,
.content.ind h3,
.foo_lf,
.foo_lf h1,
.foo_rg,
.footer,
.in_cepi_con,
.in_ink,
.inn_img,
.inv_map,
.inv_map p,
.inve_cod,
.inve_cod p,
.inve_cod span,
.inve_con,
.inve_con img,
.inve_inn,
.invest_cepital_main,
.invest_con,
.invest_con h1,
.invest_con h3,
.invest_con p,
.invest_img,
.invest_img img,
.invest_main,
.invest_round,
.invest_sec,
.invest_slid_img h1,
.invest_video_con,
.invest_video_main,
.invet_sec h1,
.invt_map_img iframe,
.login_form,
.maR_inn_con p,
.maR_inn_con ul,
.main,
.mar_img.exp img,
.market_inn p,
.our_con,
.our_mid,
.our_new,
.our_new h1,
.ournew_con p,
.ournew_img,
.ournew_img img,
.ournew_sec,
.pan_main,
.pan_main h1,
.press_iframe,
.read_btn,
.responsive-map,
.tab-container,
.tb_con,
.tb_con h3,
.tb_con span,
.tb_img,
.tb_img img,
.video_invest,
.web_con,
.web_con a h2,
.web_con span,
.web_img,
.web_img img,
.web_inn,
.web_link,
.web_link a,
.why,
.why span,
.why ul,
.why ul li,
header.site-header,
ul.benefits,
ul.benefits li {
    width: 100%;
    float: left;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1085px !important;
    }
}
video {
    width: 100%;
    position: absolute;
}

.linkk nav {
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 1px;
}

.inve_cod p {
    text-align: center !important;
    line-height: 25px !important;
}

.inve_cod .col-md-6.col-sm-12.col-xs-12.wow.fadeInUp {
    background: #fff;
    margin: 10px;
    width: 45% !important;
    padding: 20px 10px;
    height: 135px;
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: 0.5s;
}
.inve_cod .col-md-6.col-sm-12.col-xs-12.wow.fadeInUp:hover h3 {
    color: #fff;
}
.inve_cod .col-md-6.col-sm-12.col-xs-12.wow.fadeInUp:hover p {
    color: #fff;
}
.inve_cod .col-md-6.col-sm-12.col-xs-12.wow.fadeInUp:hover {
    border-radius: 50%;
    background: #487375;
    padding: 27px 10px;
    transition: 0.5s;
}
.inve_cod h3 {
    font-size: 30px !important;
    color: #487375;
}

a.home_vido .inner_btn {
    width: 20%;
    margin-top: 30px !important;
}

.linkk nav a span {
    color: #fff;
    margin: 32px 15px !important;
    position: relative;
    top: 2px;
}

.linkk nav a {
    font-size: 30px;
    width: auto;
    text-decoration: none;
    color: #719e8b;
}

.linkk nav a h2 {
    width: auto;
    border-bottom: 1px solid;
    font-size: 30px !important;
}

.sticky-social {
    position: fixed;
    top: 45%;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
}

.navbar {
    border-radous: 0;
    border: 0;
    margin: 0;
}

.bg_new {
    width: 100%;
    float: left;
    position: relative;

    height: 100% !important;
}

.brand a,
.footer.custom .foo_rg,
.logo {
    width: auto;

    float: left;
}

.col-md-3,
.col-md-3.col-sm-3.col-xs-3,
.col-md-5,
.col-md-6,
.col-md-7,
.dropdown,
.invest_sec .col-6.col-sm-12.col-md-6.col-lg-6,
.mar_img .col-6.col-md-6.col-sm-6.col-lg-6 {
    float: left;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    color: #000;
    background-color: inherit;
    margin-left: 2.3vw;
    font-weight: 700;
    padding-top: 10px;
}

.btn span:hover,
.inner_btn:hover {
    color: #719e8b !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 8px;
    width: 240px;
    margin-top: 10px;
    padding: 5px 0px;
}

.dropdown-content a {
    width: 100%;
    float: left;

    color: #000;
    padding: 0px 20px !important;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 40px !important;
}
.navigation a:hover {
    color: #3498db;
}

.dropdown:hover .dropdown-content,
.modal.active,
.overlay.active,
.slick-initialized .slick-slide,
.slick-slide img {
    display: block;
}

.card-img-overlay,
.content h1,
.stom_tem h1 {
    color: #11437b;
    width: 100%;
    float: left;
    font-size: 58px;
    font-weight: bold;
    line-height: 66px;
}

.linkk {
    width: 100%;
    float: left;
    padding: 0 150px;
    margin-top: 30px;
}

a.link_under {
    color: #719e8b;
    font-size: 24px;
    position: relative;
}

.box,
.btn span,
.content,
.custom-select,
.in_ink,
.inner_btn,
.inve_con,
.our_btn,
.slick-dots li,
.wrapper {
    position: relative;
}

.hr {
    width: 3px;
    height: 25px;
    background: #fff;
    margin-top: -30px;
    margin-left: 0;
}

.bg_new img {
    width: 100%;
    object-position: 50% 52%;
    position: absolute;
}

.ineer_sec,
.invest_slid_img,
.invet_sec {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.invest_slid_img h2 {
    color: #487375 !important;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px !important;
    /* border-bottom: 1px solid #487375; */
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.according_sec,
.inve_video,
.short_team {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.inve_video iframe {
    height: 940px;
}

.responsive-map iframe {
    width: 100%;
    float: left;
    height: 580px;
}

.inner_btn {
    width: auto;
    border-radius: unset;
    background: #487375;
    margin-top: 10px;
    color: #fff;
    padding: 30px 200px;
    font-size: 18px;
    border: 1px solid #487375;
    cursor: pointer;
    transition: 0.2s;
}

.inner_btn hr {
    height: 23px;
    background-color: #fff;
    right: 41%;
    top: 35%;
    width: 1px;
    opacity: 1;
    border: none;
    margin: 0;
}
span.title {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.inner_btn.three hr {
    right: 36%;
}
.cont_inner h2 span {
    font-size: 30px;
}
.con_th_lf label.btn.btn-default:hover {
    color: #000;
}
.con_th_lf {
    float: left;
    font-weight: bold;
    font-size: 1rem;
    appearance: none;
    height: 46px;
}
.con_th_rg {
    height: 46px;
    float: left;
    font-weight: bold;
    font-size: 1rem;
    appearance: none;
    margin-left: -3px;
}
span.title.nw {
    padding-bottom: 0px;
}
.cont_inner span {
    color: #fff;
}
.con_ma_inn {
    width: 100%;
    float: left;
    margin-top: 10px;
    /*box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);*/
    border-radius: 30px;
}
.cont_inner h2 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}
.tab-container.sel_tab.locationss .custom-select-trigger:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.inner_btn.slid hr {
    right: 33%;
}

.inner_btn i.fa.fa-arrow-right {
    padding-left: 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid;
    position: relative;
}

.inner_btn:hover {
    border: 1px solid #719e8b;
    background: #fff;
    transition: 0.2s;
}

.btn span {
    color: #fff !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}

.inner_code h3 {
    font-size: 24px;
    color: #000;
}

.Portfolio.new h2.wow.fadeInUp {
    width: 70%;
}

.Portfolio h2 {
    color: #fff;
    margin-bottom: 30px;
    width: 60%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 45px !important;
}

.Portfolio,
.Portfolio h1,
.Portfolio_snap,
.brand,
.content,
.content p,
.inner_code,
.mangment {
    float: left;
    width: 100%;
}

.bg_new.inve {
    height: 53vh;
}

.inner_code p {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    line-height: 1.8;
}

.inner_code h1,
.invet_sec h1 {
    color: #000;
    font-size: 50px;
}
nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 .con_third_btn {
    width: auto;
    float: right;
    margin-top: -8px;
}
nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 a.scrollto {
    width: auto;
    float: left;
    color: #000;
    margin-right: 25px;
    font-size: 16px;
    font-family: "Raleway", sans-serif !important;
}
nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 {
    width: auto;
    float: right;
    text-align: right !important;
    line-height: 40px;
}
.sec_con {
    width: 100%;
    float: left;
    padding: 0px 200px;
    /* position: relative; */
    margin-top: 20px;
}
input[type="select"] {
    border-radius: 50px;
}
.copyright {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 14px;
}
.padding {
    padding: 0px 70px !important;
    box-sizing: border-box;
}
footer {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 20px 0px;
    line-height: 10px;
}
.inner_code {
    padding-left: 50px;
}
.con_main {
    top: 180px !important;
    position: relative;
    width: 100%;
    float: left;
}
.bg_new.index.v4 .con_main {
    top: 140px !important;
    position: relative;
    /*padding: 0px 55px;*/
    top: 110px !important;
}
.con_thir_inn select.form-select {
    border-radius: 50px;
    width: 100%;
    float: left;
    height: 60px;
    border: none;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    padding: 0px 20px;
    font-size: 17px;
    color: #555555;
    margin-top: 10px;
}
.bg_new.index.v4 h3 {
    color: #3498db;
    text-shadow: none !important;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    float: left;
    line-height: 50px;
}
.bg_new.index.v4 h2 {
    padding: 0px;
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 50px;
    width: 100%;
    float: left;
    margin-top: 0px;
}
.bg_new.index.v4 h1.wow.fadeInUp {
    font-size: 56px !important;
    line-height: 66px;
}
.bg_new.index.v4 h1.wow.fadeInUp span {
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: normal;
    line-height: 34px;
    opacity: 75%;
}
.con_third_btn.v4 span {
    background: #3498db !important;
    border: none;
    border-radius: 50px;
    padding: 12px 18px 12px 18px;
    font-size: 18px;
    text-align: left;
    width: 100%;
    color: #ffff;
    text-decoration: none;
    float: left;
    line-height: 21.13px;
    font-weight: 400;
}
.cont_five li.page-item {
    margin-right: 20px !important;
}

.con_third_btn.v4 span label {
    font-weight: 700;
}
.cont_four.six .con_four_nw nav.pag_main {
    margin: 0px;
}
.con_third_btn input.btn.btn-success.fw-bold {
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    border: none;
    border-radius: 30px;
    margin: 0px !important;
    padding: 11px 45px;
    line-height: 2.2rem;
    border: 1px solid #3eb418;
    text-transform: none !important;
    font-size: 18px;
}
.con_third_btn a.btn.btn-success.fw-bold {
    background-image: linear-gradient(
        180deg,
        #64d729 25%,
        #3eb418 75%
        ) !important;
    border: none;
    border-radius: 30px;
    margin: 0px !important;
    padding: 11px 45px;
    line-height: 2.2rem;
    border: 1px solid #3eb418;
    text-transform: none !important;
    font-size: 18px;
}
.con_third_btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.cont_third {
    width: 100%;
    float: left;

    margin-top: 10px;
}
.con_thir_inn label {
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 0px;
}
.con_thir_inn {
    width: 100%;
    float: left;
    padding: 0px 12px;
    box-sizing: border-box;
}
.cont_center {
    width: 100%;
    float: left;
    margin-top: 50px;

    text-align: center;
}
.con_four_nw {
    width: 100%;
    border-radius: 8px;
    float: left;
    background: #f8f8f8;
    padding: 40px;
    border: 5px solid #fff;
}
.con_four_nw v3 {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.cont_nw {
    width: 100%;
    float: left;
    background: #3498db;
    border-radius: 8px;
    padding: 30px;
}
.cont_inner {
    width: 100%;
    float: left;
}

.content.ind h2 {
    color: #11437b;
    font-size: 18px;
    margin-top: 20px;
    padding: 0px 35px;
    font-weight: 600;
    line-height: 30px;
}

.main-nav {
    text-align: right;
    white-space: nowrap;
    padding: 0 0 0 30px;
    width: 100%;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cont_four h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #11437b;
    font-size: 34px;
    font-family: "Raleway", sans-serif !important;
    font-weight: bold;
}
.cont_four .cont_inner span.title {
    color: #000;
}
.cont_four .cont_inner .con_third_btn {
    margin-top: 5px;
}
.cont_four .cont_inner {
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.cont_five.nw {
    margin: 0px;
}
.cont_four {
    width: 100%;
    float: left;

    margin-top: 10px;
}
.cont_five h4 {
    width: 100%;
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 30px !important;
    font-family: "Raleway", sans-serif !important;
}
.cont_five li {
    font-size: 18px;
}
.cont_four.six h4 {
    font-size: 23px !important;
}
ul.pagination {
    margin: 0px;
}
.copyright a {
    color: #000;
}
nav.pag_main {
    width: 100%;
    float: left;
    margin-top: 30px;
}
nav.pag_main li.page-item {
    margin-right: 33px;
    font-weight: bold;
    font-family: "Raleway", sans-serif !important;
}
nav.pag_main li.page-item a.page-link {
    font-size: 18px !important;
    line-height: 30px;
    border: none !important;
    background: transparent;
    color: #000;
    padding: 13px 35px;
}
nav.pag_main li.page-item:last-child {
    margin-right: 0px;
    background: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    color: #fff !important;
    border-radius: 30px !important;
}
nav.pag_main li.page-item:last-child a {
    color: #fff;
    padding: 13px 50px;
}
nav.pag_main li.page-item.active a {
    background: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    color: #fff;
    border-radius: 30px !important;
    padding: 13px 35px;
}
.cont_five p a {
    width: 100%;
    font-size: 18px !important;
    float: left;
    color: #11437b;
    font-weight: bold;
}
.cont_five .con_third_btn {
    text-align: left;
}
.cont_four.six h2 {
    text-align: left;
    line-height: 34px;
}
.cont_five p {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
}
.cont_five {
    width: 100%;
    float: left;
    margin-top: 10px;
}
li.invest_new a {
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    padding: 8px 25px;
    line-height: 2.2rem;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #3eb418;
}

.logo img {
    width: auto;
    max-width: 100%;
    max-height: 45px;
}

.brand,
.mangment {
    padding: 60px 0;
}

.header-inner {
    width: 100%;
    position: reltive;
    z-index: 999;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1),
        0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: a;
}

.hamburger-icon {
    display: none;
    border: none;
    background-color: transparent;
}
.hed_btm.active {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 15px 30px rgba(18, 19, 20, 0.2);
}
.hamburger-icon .fa-bars,
.hamburger-icon .fa-x {
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.hamburger-icon input[type="checkbox"] {
    appearance: none;
}

.navigation {
    display: flex;
    margin-bottom: 0;
    position: absolute;
    right: 6%;
    line-height: 30px;
}
.hed_btm {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 70px;
    box-sizing: border-box;
    z-index: 11;
    transition: 0.9s;
}

:focus,
:hover,
button.inner_btn.btn.btn-1.hover-filled-slide-up:active {
    outline: 0 !important;
    outline-offset: 0;
}

button.inner_btn.btn.btn-1.hover-filled-slide-up:hover
.inner_btn
i.fa.fa-arrow-right {
    opacity: 0;
}

button.inner_btn.btn.btn-1.hover-filled-slide-up::after,
button.inner_btn.btn.btn-1.hover-filled-slide-up::before {
    position: absolute;
    content: "";
}

.btn-1::before {
    background-color: #487375;
    transition: 0.3s ease-out;
}

.btn-1 span:hover {
    transition: 0.2s 0.1s;
}

.btn.hover-filled-slide-up::before {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 5px;
    width: 100%;
}
input#interviewforpilot:checked + label {
    background: #20b8be;
    border-radius: 0;
    padding: 11px 45px;
    line-height: 40px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    border: none;
    font-weight: bold;
    color: #fff;
    text-transform: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.con_th_rg.studnt {
    width: 33% !important;
    float: left;
}
.con_th_rg.studnt.last label.btn.btn-default {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    line-height: 40px !important;
}
.con_th_lf.stud {
    width: 33.4% !important;
    float: left;
}
.con_th_lf.stud label.btn.btn-default {
    padding: 11px 0px !important;
}
.con_th_rg.studnt label.btn.btn-default {
    padding: 11px 0px !important;
    line-height: 20px !important;
    border-radius: 0px !important;
    font-size: 17px !important;
}
input#simulator:checked + label {
    background: #20b8be;
    border-radius: 0;
    padding: 11px 45px;
    line-height: 40px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    border: none;
    font-weight: bold;
    color: #fff;
    text-transform: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.tabs {
    padding: 0;
    list-style: none;
    position: relative;
}
.tabs li:first-child {
    margin-left: 10px;
}
.tabs .active-tab {
    border-bottom: 2px solid #11437b;
    color: black;
}
.tabs .active-tab a {
    color: black;
    text-decoration: none;
}
.tabs a {
    color: #11437b;
}
ul.tabs span {
    background: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    padding: 5px 18px 8px 18px !important;
    border-radius: 30px;
    color: #fff;
    margin-left: 10px;
    line-height: normal !important;
}
input.btn.btn-success.fw-bold {
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    border: 1px solid #3eb418;
    border-radius: 30px;
    padding: 10px 45px;
    line-height: 2.2rem;
}
input.btn.btn-light.fw-bold {
    background: #f8f8f8;
    border: none;
    margin: 0px !important;
    border-radius: 30px;
    font-size: 1rem;
    text-transform: none !important;
    padding: 10px 45px;
    line-height: 2.2rem;
    color: #11437b;
}
a.btn.btn-light.fw-bold {
    background: #f8f8f8;
    border: none;
    margin: 0px !important;
    border-radius: 30px;
    font-size: 1rem;
    text-transform: none !important;
    padding: 10px 45px;
    line-height: 2.2rem;
    color: #11437b;
}
.v4_nw li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.v4_nw li:last-child {
    margin-bottom: 0px;
}
.v4_rg span {
    font-size: 20px;
    font-weight: 700;
    color: #11437b;
    font-family: "Raleway", sans-serif !important;
    line-height: 45px;
}
.v4_nw .v4_lf span {
    font-size: 26px;
}
.v4_nw .v4_lf img {
    width: auto;
    left: auto;
    position: unset;
}
.v4_lf span {
    width: auto;
    float: left;
    font-family: "Raleway", sans-serif !important;
    font-size: 38px;
    color: #11437b;
    font-weight: 700;
    line-height: 50px;
}
.v4_rg p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    margin: 0px;
    line-height: 22px;
}
.v4_lf {
    width: auto;
    float: left;
}
.v4_lf ol li {
    height: 232px;
}
.v4_lf img {
    width: 168px;
    height: 216px;
    left: 121px;
}
.v4_rg {
    width: 79%;
    float: right;
    margin-top: 10px;
}
.con_third_btn.v4 {
    width: auto;
    text-align: left;
}
.con_third_btn.v4 {
    margin-top: 30px !important;
}
.con_third_btn.v4.full_width {
    width: 100%;
}
.con_third_btn.v4 a.btn.btn-light.fw-bold {
    padding: 11px 0px;
    width: 100%;
    margin-left: 10px !important;
}
.con_third_btn.v4 a.btn.btn-success.fw-bold {
    padding: 11px 0px !important;
    width: 100%;
}
.v4_nw {
    width: 100%;
    float: left;
}
.v4_nw ol {
    padding: 0;
    list-style: none;
}

ul.tabs-content {
    list-style: none;
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 15px 0px;
    height: 430px;
}
.ai_v4.paid ul.tabs-content {
    height: 96px;
}
.tab_rg p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin: 0px;
}
.tab_lf {
    width: auto;
    float: left;
}
.tab_lf img {
    width: 287px;
    height: 370px;
}
.tab_rg {
    width: 70%;
    float: right;
    margin-top: 20px;
}
.tabs li {
    width: 31%;
    display: inline-block;
    cursor: pointer;
    color: #3a5ea7;
    padding: 5px 10px 15px;
    font-size: 18px;
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
    text-align: center;
}
.tabs-content li {
    display: none;
}
.ai_v4 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.tabs .active-tab:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}
.copyright.MB {
    display: none;
}
.con_th_lf label.btn.btn-default {
    padding: 6px 24px 6px 24px;
    line-height: 34px;
    font-weight: bold;
    background-color: #f8f8f8;
    border-radius: 41px 0px 0px 41px;
    text-transform: none !important;
    font-size: 18px;
    color: #11437b;
    margin: 0px;
}
.con_th_lf label.btn.btn-default img {
    width: 12px;
    height: 24px;
    margin-right: 9px;
    object-position: 50% 52%;
    position: inherit;
    top: 11px;
    left: 24px;
}
.con_th_rg label.btn.btn-default {
    padding: 6px 24px 6px 24px;
    line-height: 36px;
    font-weight: bold;
    background: linear-gradient(180deg, #ff7e06 0%, #d42b2b 100%);
    border-radius: 0px 41px 41px 0px;
    text-transform: none !important;
    font-size: 18px;
    color: #ffffff;
}
.con_th_rg label.btn.btn-default img {
    width: 14px;
    height: 18px;
    margin-left: 9px;
    position: inherit;
}
input#interviewforattender:checked + label {
    background: #20b8be;
    border-radius: 0;
    padding: 11px 45px;
    line-height: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-image: linear-gradient(180deg, #64d729 25%, #3eb418 75%);
    border: none;
    font-weight: bold;
    color: #fff;
}
.btn.hover-filled-slide-up:hover::before {
    height: 0%;
}
.navigation a i.fa.fa-angle-down {
    margin-left: 10px;
    line-height: 30px;
    font-size: 20px;
}
img.Mobile {
    display: none;
}
img.desktop {
    display: block;
}
.navigation a {
    color: #000;
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: 0.2s;
    display: inline-flex;
    flex-wrap: wrap;
    font-weight: 700;
}

ul.navigation li {
    display: inline-block;
    flex-wrap: wrap;
    margin-left: 2.3vw;
}

.navigation a:hover,
.pam_link a:hover {
    transition: 0.2s;
}

.login-hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 8px;
    padding: 5px 0px;
}

/* responsive */
@media (max-width: 2560px) {
    .con_th_rg.studnt label.btn.btn-default{
        line-height: 40px !important;
    }
}
@media (max-width: 1400px) {
    .con_th_rg.studnt label.btn.btn-default {
        line-height: 20px !important;
    }
}
@media (min-width: 1800px) and (max-width: 2100px) {
    .content.ind {
        padding: 0px 430px;
    }
}

@media (max-width: 1199.98px) {
    .con_th_rg.studnt.last label.btn.btn-default {
        line-height: 20px !important;
    }
}

@media (max-width: 1024px) {
    .con_ma_inn.indexpage .con_th_lf.stud label.btn.btn-default {
        padding: 11px 0px !important;
    }
    .con_ma_inn.indexpage .con_th_rg.studnt label.btn.btn-default {
        padding: 11px 0px !important;
    }
    .con_th_rg.studnt.last label.btn.btn-default {
        line-height: 20px !important;
    }
    .bg_new.index.v4 .con_main {
        padding: 0px 23px;
    }
    .con_third_btn.v4 {
        width: auto;
    }
    .tab_rg {
        width: 65%;
    }    
    .v4_rg {
        width: 76%;
    }
    .padding {
        padding: 0px 20px !important;
    }
    .btn-success, .btn-danger {
        font-size: 15px !important;
    }
    a.btn.btn-light.fw-bold {
        font-size: 15px !important;
    }
    .con_ma_inn.indexpage label.btn.btn-default {
        padding: 11px 64px !important;
    }
    .hed_btm {
        padding: 20px 20px !important;
    }
    .nav-link > a {
        font-size: 14px;
        padding: 10px 11px;
    }
    .cont_inner h2 {
        font-size: 40px;
    }
    .con_ma_inn.indexpage .con_th_rg label.btn.btn-default {
        font-size: 15px !important;
        padding: 11px 27px !important;
    }
    .con_temp label.btn.btn-default {
        padding: 10px 25px;
    }
    .tab_lf img {
        width: 265px;
    }
    .v4_nw .v4_lf img {
        width: 160px;
    }
    .con_third_btn.v4 {
        margin-top: 20px;
    }
    .con_third_btn.v4 input.btn.btn-success.fw-bold {
        padding: 6px 15px;
        font-size: 16px;
    }
    .con_third_btn.v4 input.btn.btn-light.fw-bold {
        padding: 6px 15px;
        font-size: 16px;
    }
    .cont_five li.page-item {
        margin-right: 5px !important;
    }
    .copyright {
        font-size: 13px;
    }
    .bg_new.index.v4 .con_main.spacing {
        top: 76px !important;
        padding: 0px 5px !important;
    }
    .cont_third {
        padding: 0px 20px 5px 20px;
    }
}
@media (max-width: 913px) {
    .con_ma_inn.indexpage .con_th_rg.studnt label.btn.btn-default {
        line-height: 40px !important;
    }
    .con_th_rg.studnt.last label.btn.btn-default {
        line-height: 40px !important;
    }
    .con_third_btn.v4 {
        width: 100%;
    }
    .v4_rg {
        width: 70% !important;
    }
    .con_third_btn.v4 {
        margin-top: 10px !important;
    }
    .tab_lf img {
        width: 190px;
    }
    .v4_nw .v4_lf img {
        width: 150px;
    }
    .v4_rg {
        width: 75%;
    }
    .cont_third {
        padding: 0px 20px 5px 20px;
    }
}
@media (max-width: 768px) {
    .con_ma_inn.indexpage label.btn.btn-default {
        padding: 11px 80px !important;
        font-size: 18px !important;
    }
    .cont_nw .col-3.col-md-6.col-sm-12.col-lg-3 {
        margin-bottom: 20px;
    }
    .con_thir_inn {
        margin-bottom: 30px;
    }
    .con_third_btn {
        margin-top: 0px;
    }
    .cont_four .cont_inner {
        padding: 0px;
    }
    span.title {
        font-size: 16px;
    }
    .cont_four .cont_inner .con_third_btn {
        text-align: left;
    }
    .con_third_btn input.btn.btn-success.fw-bold {
        padding: 5px 30px;
        margin: 0px;
        font-size: 16px;
    }
    .con_third_btn a.btn.btn-success.fw-bold {
        padding: 5px 30px;
        margin: 0px;
        font-size: 16px;
    }
    .cont_four h2 {
        margin-bottom: 20px;
    }
    .cont_five .con_third_btn {
        margin-top: 30px;
    }
    .copyright.MB {
        display: none;
    }
    .copyright.des {
        display: block;
    }
    .cont_four.six h2 {
        line-height: 30px;
        font-size: 25px;
    }
    nav.pag_main li.page-item {
        margin-right: 25px !important;
    }
    nav.pag_main li.page-item a.page-link {
        line-height: 23px !important;
        padding: 10px 25px !important;
    }
    .bg_new.index.v4 h1.wow.fadeInUp {
        font-size: 50px !important;
    }
    .con_temp label.btn.btn-default {
        /*padding: 5px 25px;*/
        font-size: 14px !important;
    }

    footer {
        text-align: center;
    }
    nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 {
        float: none;
        margin-top: 20px;
        display: inline-block;
    }
    nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 .con_third_btn {
        float: none;
        display: inline-block;
    }
    .bg_new.index.v4 h2 {
        font-size: 35px;
    }
    .tabs li {
        font-size: 16px;
    }
    .tab_lf img {
        width: 195px;
    }
    .v4_nw .v4_lf img {
        width: 153px;
    }
    .v4_rg {
        margin-top: 0px;
    }
    .v4_rg span {
        font-size: 18px;
    }
    .con_third_btn.v4 {
        margin-top: 15px;
    }
    .con_third_btn.v4 input.btn.btn-light.fw-bold {
        padding: 0px 10px;
        font-size: 12px;
    }
    .con_third_btn.v4 input.btn.btn-success.fw-bold {
        padding: 0px 10px;
        font-size: 12px;
    }
    .v4_rg p {
        font-size: 14px;
    }
    .cont_five {
        margin: 0px;
    }
    .cont_five nav.pag_main li.page-item {
        margin-right: 0px !important;
    }
    .con_main.student-upgrade .cont_nw .col-4.col-md-6.col-sm-12.col-lg-4 {
        width: 48%;
        float: left !important;
    }
    .stu_box {
        margin-top: -188px;
    }
    .cont_nw.studant .cont_inner {
        height: 130px;
    }
    .bg_new.index.v4 .con_main.spacing {
        top: 72px !important;
        padding: 0px 0px !important;
    }    
}
@media (max-width: 600px) {
     .interview_inn ul li .intre_left{
        width: 100% !important;
    }
    .paid_sec {
        padding: 14px !important;
    }
    .intre_left a{
        margin-left: 5px !important;
    }
    .intre_center .text-bg-success{
        margin-top :7px !important;
    }
    .intre_center .text-bg-light{
        margin-top :7px !important;
    }
    .mbgDiv .col-lg-1.col-sm-12 {
        text-align: center;
    }
    .con_success_hired.mbgDiv img {
        position: unset;
    }
    .mbgDiv_2{
        margin-top:0px !important;
    }
    .cont_center {
        background-size: 100% 100% !important;
        height: auto !important;
    }
    .con_main.student-upgrade .cont_nw .col-4.col-md-6.col-sm-12.col-lg-4 {
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .con_ma_inn.indexpage label.btn.btn-default.pilot {
        line-height: 40px !important;
    }
    .stu_box .cont_nw.studant {
        background: #f8f8f8 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .plan.mb-2 .col-12.col-md-6 {
        margin: 0px 0px 20px 0px;
        padding-bottom: 20px;
        border-bottom: 3px solid #f8f8f8;
    }
    .ex1-input {
        border-radius: 50px !important;
        margin-top: 10px !important;
        border: none !important;
        padding: 15px 20px !important;
        height: 3rem !important;
    }
    #card-number {
        margin-top: 10px !important;
        border: none !important;
        height: 3rem !important;
        padding: 15px 20px !important;
    }
    .postfix {
        margin-top: 10px !important;
        border: none !important;
        padding: 15px 20px !important;
    }
    input[type="text"] {
        border-radius: 50px;
        margin-top: 10px;
        border: none;
        padding: 15px 20px;
    }
    .inspectlet-sensitive .col-md-6 {
        margin-bottom: 20px;
    }
    .new_in {
        margin-bottom: 20px !important;
    }
    .stu_box {
        margin: 0px !important;
    }
    .stu_up p {
        padding: 0px 10px !important;
    }
    .gouge {
        padding: 0px 10px !important;
    }
    .padding {
        /*padding: unset !important;*/
        /*margin-bottom: 15px !important;*/
    }
    nav.pag_main {
        margin-top: 20px !important;
    }
    input#interviewforpilot:checked + label {
        line-height: 40px !important;
    }
    .con_ma_inn.indexpage label.btn.btn-default {
    }
    .con_ma_inn.indexpage label.btn.btn-default {
        padding: 11px 43px !important;
        font-size: 14px !important;
        line-height: 40px !important;
    }
    nav.pag_main li.page-item a.page-link {
        line-height: 23px !important;
        padding: 10px 19px !important;
    }
    nav.pag_main li.page-item {
        margin-right: 1px !important;
        width: auto;
        float: left;
    }
    img.Mobile {
        display: block;
    }
    img.desktop {
        display: none;
    }
    .card-img-overlay,
    .content h1,
    .stom_tem h1 {
        font-size: 36px;

        line-height: 40px;
    }
    .con_main {
        top: 95px !important;
    }
    .content.ind h2 {
        padding: 0px;
        font-size: 16px;
        line-height: 24px;
    }
    .cont_center {
        margin-top: 7px;
        padding: 0px 20px 10px 20px;
        box-sizing: border-box;
    }
    .con_third_btn.newcl input.btn.btn-success.fw-bold {
        padding: 15px 30px;
        white-space: break-spaces;
        line-height: 20px;
    }
    .cont_inner h2 {
        font-size: 32px;
    }
    .cont_nw .col-3.col-md-6.col-sm-6.col-lg-3 {
        margin-bottom: 30px;
    }
    .col-3.col-md-6.col-sm-6.col-lg-3:nth-child(3n) {
        margin-bottom: 0px !important;
    }
    .col-3.col-md-6.col-sm-6.col-lg-3:nth-child(4n) {
        margin-bottom: 0px !important;
    }
    .cont_third {
        margin-top: 0px;
        padding: 0px 12px 5px 12px;
    }
    .con_four_nw {
        padding: 20px;
        border: none;
        border-radius: 25px;
    }
    .con_temp {
        margin-top: 10px;
        width: max-content;
    }
    .tabs li:first-child {
        margin-left: 0px;
    }
    ul.tabs span {
        width: 100%;
        float: left;
        margin: 0px;
    }
    .tab_rg {
        width: 100%;
    }
    .v4_lf {
        width: 100%;
    }
    .v4_nw .v4_lf img {
        width: 100%;
        position: unset;
        height: auto;
    }
    .v4_rg {
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
    }
    .con_third_btn.v4 input.btn.btn-light.fw-bold {
        width: 100%;
        margin-top: 10px !important;
    }
    ul.tabs-content {
        height: auto;
    }
    .cont_nw {
        border-radius: 25px;
        padding: 30px 10px;
    }
    .cont_four {
        padding: 0px 20px 5px 20px;
        margin: 0px;
    }
    .con_th_rg label.btn.btn-default {
        font-size: 15px !important;
        line-height: 20px;
    }
    .con_thir_inn label {
        font-size: 18px;
        text-align: center;
        line-height: 20px;
    }
    input#interviewforattender:checked + label {
        line-height: 20px;
    }
    .con_th_lf label.btn.btn-default {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        line-height: 40px;
    }
    .con_third_btn input.btn.btn-success.fw-bold {
        padding: 10px 0px;
        margin: 0px;
        font-size: 17px;
        width: 100%;
    }
    .con_third_btn a.btn.btn-success.fw-bold {
        padding: 10px 0px;
        margin: 0px;
        font-size: 17px;
        width: 100%;
    }
    nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 .con_third_btn {
        width: 100%;
        margin-top: 10px;
    }
    nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 {
        margin: 0px;
    }
    .cont_inner h2 {
        margin: 0px;
    }
    .con_thir_inn {
        padding: 0px;
    }
    .con_four_nw .col-6.col-md-6.col-sm-12.col-lg-6:last-child {
        margin-top: 30px;
    }
    nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0 a.scrollto {
        width: 100%;
        text-align: center;
        margin: 0px;
    }
    .copyright {
        font-size: 18px;
        line-height: 25px;
        padding: 0px 20px;
    }
    .copyright.MB {
        text-align: center;
        margin-top: 30px;
        display: block;
    }
    .copyright.des {
        display: none;
    }
    nav.footer-links.text-lg-right.text-center.pt-2.pt-lg-0
    .con_third_btn
    input.btn.btn-success.fw-bold {
        padding: 10px 50px !important;
        width: auto;
    }
    footer {
        margin-top: 5px;
    }

    .bg_new.index.v4 h1.wow.fadeInUp span {
        display: block;
    }
    .tab_rg p {
        padding: 0px 20px;
    }
    .bg_new.index.v4 h2 {
        font-size: 31px;
    }
/*    .con_four_nw.v3 {
        margin-top: 5px;
    }*/

    .con_third_btn.v4 span {
        text-align: center;
    }
    .bg_new.index.v4 h3 {
        margin: 0px !important;
    }
    .bg_new.index.v4 h1.wow.fadeInUp {
        font-size: 45px !important;
        line-height: 60px;
    }
    .con_third_btn.v4 a.btn.btn-light.fw-bold {
        margin-left: 0px !important;
        padding: 11px;
    }
    .ai_v4 {
        margin-top: 20px;
    }
    .v4_rg {
        width: 100% !important;
    }
    .v4_rg .readStudyGuide.date {
        padding: 0px 5px 0px 40px;
        margin-top: -45px;
    }
    .v4_rg .readStudyGuide {
        padding: 0px 28px;
        margin-top: -34px;
    }
    .expItem a.btn.btn-light.fw-bold {
        line-height: 18px !important;
    }
    .bg_new.index.v4 h2 {
        margin-top: 15px;
        font-size: 25px;
        line-height: 35px;
    }
    .content.ind a.fw-bold {
        line-height: normal !important;
    }
    .con_temp label.btn.btn-default {
        padding: 5px 15px;
    }
    .con_temp .con_th_rg label.btn.btn-default {
        line-height: 40px;
    }
     .con_ma_inn.indexpage .con_th_rg.studnt.last label.btn.btn-default {
        line-height: 40px !important;
    }
}
@media (max-width: 547px) {
     .interview_inn ul li .intre_left{
        width: 100% !important;
    }
    .intre_left a{
        margin-left: 5px !important;
    }
     .intre_center .text-bg-success{
        margin-top :7px !important;
    }
     .intre_center .text-bg-light{
        margin-top :7px !important;
    }
    .con_ma_inn.indexpage .con_th_rg.studnt label.btn.btn-default {
        line-height: 20px !important;
    }
    .con_ma_inn.indexpage .con_th_rg.studnt.last label.btn.btn-default {
        line-height: 40px !important;
    }
}
@media (max-width: 475px) {
     .interview_inn ul li .intre_left{
        width: 100% !important;
    }
    .intre_left a{
        margin-left: 5px !important;
    }
    .intre_center .text-bg-success{
        margin-top :7px !important;
    }
     .intre_center .text-bg-light{
        margin-top :7px !important;
    }
    .con_ma_inn.indexpage .con_th_rg.studnt.last label.btn.btn-default {
        line-height: 20px !important;
    }
}
@media (max-width: 425px) {
    .interview_inn ul li .intre_left{
        width: 100% !important;
    }
    .intre_left a{
        margin-left: 5px !important;
    }
     .intre_center .text-bg-success{
        margin-top :7px !important;
    }
     .intre_center .text-bg-light{
        margin-top :7px !important;
    }
    .con_temp .con_th_rg label.btn.btn-default {
        padding: 5px 15px !important;
        line-height: 40px;
    }
    .con_ma_inn.indexpage label.btn.btn-default {
        line-height: 40px !important;
    }
    .bg_new.index.v4 h1.wow.fadeInUp {
        font-size: 43px !important;
    }
    
}
@media (max-width: 390px) {
     .interview_inn ul li .intre_left{
        width: 100% !important;
    }
    .intre_left a{
        margin-left: 5px !important;
    }
     .intre_center .text-bg-success{
        margin-top :7px !important;
    }
     .intre_center .text-bg-light{
        margin-top :7px !important;
    }
    nav.pag_main li.page-item a.page-link {
        padding: 10px 16px !important;
    }
    .btn-success, .btn-danger {
        line-height: 1.2rem !important;
    }
    .padding {
        padding: 0px 0px !important;
    }
    .con_ma_inn.indexpage label.btn.btn-default {
        padding: 11px 41px !important;
        line-height: 40px !important;
    }
    .bg_new.index.v4 h1.wow.fadeInUp {
        font-size: 39px !important;
    }
    a.btn.btn-light.fw-bold {
        font-size: 13px !important;
    }
    .con_temp .con_th_rg label.btn.btn-default {
        padding: 5px 25px !important;
    }
}
@media (max-width: 360px) {
     .interview_inn ul li .intre_left{
        width: 100% !important;
    }
    .intre_left a{
        margin-left: 5px !important;
    }
     .intre_center .text-bg-success{
        margin-top :7px !important;
    }
     .intre_center .text-bg-light{
        margin-top :7px !important;
    }
    .con_ma_inn.indexpage label.btn.btn-default {
        padding: 11px 35px !important;
    }
    .con_temp .con_th_rg label.btn.btn-default {
        padding: 11px 19px !important;
    }
    .bg_new.index.v4 h1.wow.fadeInUp {
        font-size: 37px !important;
    }
}
@media (max-width: 350px) {
    .con_temp .con_th_rg label.btn.btn-default {
        padding: 11px 10px !important;
    }
    .bg_new.index.v4 h1.wow.fadeInUp {
        font-size: 32px !important;
    }
    .con_temp label.btn.btn-default {
        padding: 5px 10px;
    }
}
@media (max-width: 320px) {
    .bg_new.index.v4 h1.wow.fadeInUp {
        font-size: 32px !important;
    }
    .bg_new.index.v4 h2 {
        font-size: 21px;
        line-height: 25px;
    }
    .bg_new.index.v4 .con_main {
        padding: 0px 0px;
    }
    .con_temp .con_th_rg label.btn.btn-default {
        padding: 11px 16px !important;
    }
    .btn-success {
        line-height: 1.2rem !important;
    }
    .tabs li {
        font-size: 14px;
    }
    .con_four_nw.v3 .con_temp {
        margin-left: 8px;
    }
    .con_th_rg label.btn.btn-default img {
        margin-left: 0px;
    }
    .padding {
        padding: 0px 10px !important;
    }
}
/* paid-interview */
.ai_v4.paid .tab_lf {
    width: 100%;
    float: left;
}
.ai_v4.paid ul.tabs-content {
    background: transparent;
}
.ai_v4.paid select.form-select {
    background-color: #f8f8f8;
    box-shadow: none;
    border: 2px solid #55555514;
}
.paid_inter {
    width: 100%;
    float: left;
}
.paid_inn {
    width: 100%;
    float: left;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 12px;
    box-sizing: border-box;
    height: 1340px;
}
.paid_innner {
    width: 100%;
    float: left;
}
.paid_innner span {
    color: #555555;
    font-size: 16px;
    font-weight: 600;
}
.paid_innner h4 {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 18px !important;
    color: #11437b !important;
    font-family: "Raleway", sans-serif !important;
}
.paid_sec,
.con_success_hired {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    margin-top: 17px;
    box-sizing: border-box;
}
.paid_sec a {
    color: #11437b;
}
.paid_sec p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin: 0px;
}
.paid_third {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.paid_for {
    width: 100%;
    float: left;
    height: auto;
    border: 2px solid #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff80;
}
.paid_third .col-4.col-md-6.col-sm-12.col-lg-4 {
    margin-right: 15px;
    width: 32.3%;
}
.paid_third .col-4.col-md-6.col-sm-12.col-lg-4:last-child {
    margin-right: 0px;
}
.paid_lf {
    width: 100%;
    float: left;
}
.pad_in {
    width: 67%;
    float: left;
}
.paid_main {
    width: 30%;
    float: right;
}
.paid_for h4 {
    font-size: 18px !important;
    color: #11437b;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}
.pad_in .paid_lf p {
    width: 30%;
    float: right;
}
.pad_in .paid_lf span {
    width: auto;
    float: left;
}
.paid_lf p {
    margin: 0px;
}
.paid_lf {
    width: 100%;
    float: left;
    line-height: 35px;
    border-bottom: 1px solid #555555;
}
.paid_lf span {
    width: 70%;
    float: left;
    font-weight: 700;
}
.con_third_btn.v4.paid_info a {
    width: auto;
    float: left;
    padding: 12px 30px 12px 30px;
}
.con_third_btn.v4.paid_info a.nw {
    background: transparent !important;
    color: #555555;
    font-weight: bold;
    text-decoration: underline;
    font-family: "Raleway", sans-serif !important;
    font-size: 16px;
}
.paid_six h2 {
    font-family: "Raleway", sans-serif !important;
    color: #11437b;
    font-size: 26px !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
.paid_six p {
    font-size: 16px;
}
.con_third_btn.v4.paid_info.nw_cls {
    margin: 0px;
}
.paid_six .con_third_btn.v4.paid_info a {
    background: #f8f8f8 !important;
    text-decoration: none;
}
.paid_five {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.paid_six {
    width: 100%;
    float: left;
    border: 2px solid #f8f8f8;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 8px;
}
.con_third_btn.v4.tutorial {
    margin-top: 0px !important;
}
.tutorial a {
    background: #3498db;
    border: none;
    border-radius: 50px;
    padding: 12px 28px 12px 28px;
    font-size: 18px;
    text-align: left;
    width: 100%;
    color: #ffff;
    text-decoration: none;
    /*float: left;*/
    width: auto;
}
.con_third_btn.v4 a img {
    width: unset;
    object-position: 50% 52%;
    position: unset;
}
.strta_last h3 span {
    font-weight: normal;
    margin-left: 10px;
}
.start_btm h4 {
    font-size: 20px !important;
    color: #11437b !important;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.content.ind a.fw-bold {
    width: auto;
    float: left;
    font-size: 18px !important;
    color: #3a5ea7 !important;
    font-family: "Raleway", sans-serif !important;
    line-height: 76px;
}
.strta_last h3 {
    font-size: 18px !important;
    color: #11437b !important;
    line-height: normal !important;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: "Raleway", sans-serif !important;
    font-weight: bold;
}
.new_in img {
    width: auto;
    float: left;
    margin-top: 3px;
}
.new_in span {
    width: auto;
    float: left;
    margin-left: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #3eb418;
    font-family: "Raleway", sans-serif !important;
}
.new_in {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.gouge {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.star {
    width: 100%;
    float: left;
}
.start_inner {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 18px 23px 18px 23px;
    box-sizing: border-box;
    border-radius: 4px;
}
.start_btm {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #11437b;
    line-height: 24px;
    margin-top: 10px !important;
    font-family: "Open Sans", sans-serif;
}
.strta_last {
    width: 100%;
    float: left;
}
.start_new {
    width: auto;
    float: left;
}
.star img {
    width: auto;
    float: left;
    position: unset;
    margin-right: 10px;
}
/* student-dashboard */
.stud_inn {
    width: 100%;
    float: left;
}
.stud_inn .con_thir_inn {
    background: #f8f8f8;
    padding: 22px 22px 81px 22px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 5px solid #fff;
}
.stud_part_sec {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.stud_sec span {
    text-align: center;
    background: #11437b;
    padding: 16px 22px;
    color: #fff;
    box-sizing: border-box;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    float: left;
    font-family: "Raleway", sans-serif !important;
}

.stud_sec {
    width: 100%;
    float: left;
}
.stud_sec ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    border: 2px solid #f8f8f8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0px !important;
    padding: 10px 16px;
    box-sizing: border-box;
}
.stud_sec ul li {
    width: 100%;
    float: left;
    background: #f8f8f8;
    margin-bottom: 5px;
    padding: 10px 22px;
    box-sizing: border-box;
    border-radius: 25px;
}
.stud_sec ul li a {
    color: #11437b;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    float: left;
}
.stud_last {
    width: 100%;
    float: left;
    background: #3498db;
    padding: 63px 22px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
}
.we_now {
    width: 100%;
    float: left;
    background: #f8f8f8;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.we_now h2 {
    color: #11437b;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 32px !important;
    font-weight: bold;
    font-family: "Raleway", sans-serif !important;
    margin: 0px !important;
    padding: 0px 20px !important;
    line-height: 35px !important;
}
.we_now p {
    width: 100%;
    float: left;
    text-align: center;
    color: #3498db;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px !important;
}
.stud_last span {
    font-size: 19px;
    color: #fff;
    width: 100%;
    float: left;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
}
.interview {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.stud_last h2 {
    color: #fff;
    font-size: 46px;
    width: 100%;
    float: left;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
}
.stud_last .con_third_btn.v4 {
    width: 100%;
}
.stud_inn .con_third_btn.v4 {
    width: 100%;
}
.interview_inn {
    width: 100%;
    float: left;
    border: 2px solid #f8f8f8;
    border-radius: 8px;
    padding: 22px;
    box-sizing: border-box;
}
.interview_inn span {
    color: #555555;
    font-size: 18px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
}
.interview_inn ul {
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top: 10px;
}
.intre_left a {
    width: auto;
    float: left;
    margin-left: 25px;
    color: #555555;
    font-size: 16px;
    font-weight: 600;
}
.interview_inn ul li {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 15px 25px !important;
    border-radius: 40px;
    margin-bottom: 10px !important;
}
.intre_center {
    float: left;
}
.intre_center a {
    text-decoration: none;
}
.intre_right {
    width: auto;
    float: right;
}

.interview_inn ul li .intre_left {
    width: auto;
    /* width: 40% !important; */
    float: left;
}
.interview_inn ul li .intre_left h3 {
    font-size: 20px !important;
    color: #11437b !important;
    font-weight: 700;
    margin: 0px;
    width: auto !important;
    float: left;
    line-height: normal !important;
    font-family: "Raleway", sans-serif !important;
}
.intre_right span {
    font-size: 15px;
    font-style: italic;
    font-weight: 400 !important;
}

/*  */
.con_main.student-upgrade .cont_center {
    background: url(../img/Rectangle-4452.png) !important;
    padding: 30px 0px;
    background-repeat: no-repeat !important;
}
.con_main.student-upgrade .cont_nw {
    background: transparent;
    text-align: center;
}
.con_main.student-upgrade .cont_center p {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 0px;
    font-family: "Raleway", sans-serif !important;
}
.con_main.student-upgrade .cont_nw .col-4.col-md-6.col-sm-12.col-lg-4 {
    float: none;
    display: inline-block;
    box-shadow: 0px 0px 30px 0px #0000001a;
    background: #fff;
    border-radius: 8px;
    padding: 22px 30px;
    box-sizing: border-box;
    text-align: left;
    margin-right: 15px;
}
.con_main.student-upgrade
.cont_nw
.col-4.col-md-6.col-sm-12.col-lg-4:last-child {
    margin-right: 0px;
}
.con_main.student-upgrade
.cont_nw
.col-4.col-md-6.col-sm-12.col-lg-4
.cont_inner
h2
a {
    color: #11437b;

    font-weight: 700 !important;
    font-family: "Raleway", sans-serif !important;
}
.con_main.student-upgrade
.cont_nw
.col-4.col-md-6.col-sm-12.col-lg-4
.cont_inner
h2 {
    font-size: 30px !important;
    margin-bottom: 15px;
}
.con_main.student-upgrade
.cont_nw
.col-4.col-md-6.col-sm-12.col-lg-4
.cont_inner
span.title.nw {
    color: #11437b;
    font-size: 22px;
    font-weight: 700;
}
.con_main.student-upgrade .cont_nw ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0px;
}
.con_main.student-upgrade .cont_nw ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #11437b;
    font-weight: 600;
    line-height: 33px;
}
.con_main.student-upgrade .cont_nw ul li img {
    width: 17px;
    position: unset;
    margin-right: 10px;
}
.con_main.student-upgrade .cont_nw h3 {
    font-size: 22px !important;
    color: #11437b !important;
    width: 100%;
    float: left;
    font-weight: 700;
}
.con_main.student-upgrade .cont_nw h3 {
    font-size: 22px !important;
    color: #11437b !important;
    width: 100%;
    float: left;
    font-weight: 700;
    text-shadow: none;
}
.con_main.student-upgrade .cont_nw p {
    color: #555555;
    font-size: 16px !important;
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600;
    line-height: 21.79px;
    opacity: 70%;
}
.con_main.student-upgrade .cont_nw ul hr {
    width: 100%;
    color: #11437b;
    margin-top: 15px !important;
    float: left;
}
.stu_up p {
    color: #11437b;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 100px;
}
.stu_up {
    width: 100%;
    float: left;
}
.start_inner .fa {
    font-size: 19px;
    margin-right: 5px;
    color: #ffbf30;
}

.con_success_hired h4 {
    color: #11437b;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin: 0px;
    font-family: "Raleway", sans-serif !important;
}

.con_success_hired p {
    color: #3498db;
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.con_success_hired p span {
    color: #3498db;
    font-family: "Raleway", sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.sim-container {
    background-color: #dcdcdc;
    color: #dcdcdc;
}
.fa-check-circle {
    font-size: 18px !important;
}
.fa-times-circle {
    opacity: 70%;
}

.payment_form {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 30px;
    float: left;
    margin: 43px 0px;
    width: 100%;
}

.payment_form .plan {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
}

.payment_form .plan input[type="radio"] {
    font-size: 21px;
    margin-top: -1px;
    appearance: none;
    background-clip: content-box;
}
.payment_form .plan label {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 18px;
    color: #11437b;
}
.payment_form .plan input[type="radio"]:checked {
    background-color: #3eb418;
    border: 1px solid #3eb418;
}
.payment_form .plan input[type="radio"]:checked ~ label {
    color: #3eb418 !important;
}
.payment_form .plan p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24.51px;
    margin-left: 21px;
    margin-bottom: 0px;
}
.payment_form .plan span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.79px;
    color: #555555;
    opacity: 50%;
    margin-left: 21px;
}

.payment_form label {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #11437b !important;
}

input[type="text"] {
    border-radius: 50px;
}

/* pro-dashboard */
.paid_das_inn {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 22px;
    border-radius: 5px;
    margin-top: 20px;
}
.paid_top {
    width: 100%;
    float: left;
}
.paid_btm {
    width: 100%;
    float: left;
}
label.form-label.fw-bold span {
    background: #3498db;
    padding: 5px 18px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px !important;
    margin-left: 5px;
}
.con_thir_inn.paid label {
    width: auto;
    color: #11437b;
}
.con_thir_inn.paid a {
    width: auto;
    float: right;
    font-weight: 700;
    font-size: 14px;
}
.paid_das_inn {
    width: 100%;
    float: left;
}
.paid_top h3 {
    color: #11437b !important;
    width: auto !important;
    font-size: 22px !important;
    line-height: normal !important;
}
.paid_top a {
    color: rgba(17, 67, 123, 1);
    font-size: 16px !important;
    font-weight: 600 !important;
}
.paid_top a i.fa.fa-times-circle {
    margin-left: 10px;
    color: rgba(17, 67, 123, 1);
    font-size: 18px;
}
.paid_btm a {
    float: left !important;
    margin-right: 52px;
    font-size: 18px !important;
    color: #555555;
    font-weight: 400 !important;
}
.paid_btm a:last-child {
    margin-right: 0px;
}
.con_thir_inn.first {
    padding: 22px 22px 22px 22px;
}
.con_thir_inn.paid {
    padding: 22px 22px 58px 22px;
}
.stud_sec img {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}
.stud_part_sec.paid span {
    padding: 10px 5px;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3498db;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
