:root {
    --primary:#179AD7;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'good_timesregular';
    src: url('../fonts/good_times_rg-webfont.woff2') format('woff2'),
         url('../fonts/good_times_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'neue_montrealregular';
    src: url('../fonts/neuemontreal-regular-webfont.woff2') format('woff2'),
         url('../fonts/neuemontreal-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'londrina_outlineregular';
    src: url('../fonts/londrinaoutline-regular-webfont.woff2') format('woff2'),
         url('../fonts/londrinaoutline-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{margin: 0;padding: 0;font-family: 'neue_montrealregular';}
a{color: var(--primary);text-decoration: none;}

.banner_section{
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #002837 0%, #03054D 100%);
    overflow: hidden;
}
.background_banner{
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%; */
    height: 100%;
    opacity: 0.2;
    z-index: -1;
    margin: auto;
    left: 0;
    right: 0;
}
.banner_section .background_banner{
    opacity: 0.1;
    mix-blend-mode: soft-light;
    z-index: 0;
}
.main_header{
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 10px 0;
}
.menu-border-right{
    position: relative;
}
.menu-border-right::after{
    position: absolute;
    width: 1px;
    height:10px;
    background-color: #224167;
    content: '';
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main_header .navbar-nav .nav-link{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #fff;
}
.main_header .navbar-nav .nav-link.active{
    color: var(--primary);
}
.header_btn_1{
    border-radius: 30px;
    border: 1px solid var(--primary, #179AD7);
    margin-right:5px;
}
.header_btn_2{
    border-radius: 98.065px;
    border: 1.226px solid var(--primary);
    background: linear-gradient(139deg, var(--primary) 0%, #006E97 100%);
}
.header_btn_2:hover{background: #025478;color: #fff;}
.banner_content_sec{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 30%;

}
.banner_cnt_box{
    width: 100%;
    display: inline-block;
    max-width: 600px;
    position: relative;
    z-index: 9;
}
.banner_btn_new{
    width: 100%;
    height: auto;
    padding: 15px 30px;
    border-radius: 98.065px;
    border: 1.226px solid var(--primary);
    background: linear-gradient(139deg, var(--primary) 0%, #006E97 100%);
    color: #fff;
    text-decoration: none;
    max-width: 200px;
    font-family: 'good_timesregular';
    transition: 0.2s ease;
}
.banner_btn_new:hover{background: #025478;color: #fff;}
.banner_cnt_box h1{
    font-size: 60px;
    color: #fff;
}
.banner_cnt_box p{
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.ternding_product_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    position: relative;
}
.home_heading{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
}
.home_heading span{
    width: 100%;
    display: inline-block;
    color: #696C6C;
    font-size: 22px;
    margin-bottom: 5px;
}
.home_heading h3{
    width: 100%;
    display: inline-block;
    background: linear-gradient(144deg, #179AD7 0%, #0061BB 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-family: 'good_timesregular';
}
.trending_product_cnt_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
}

.trending_product_left_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.trending_product_left_logo{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 30px;
}
.trending_product_left_quick_count{
    width: 100%;
    height: auto;
    display: inline-block;
}
.trending_product_left_quick_count_box{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
   
}
.trending_product_left_quick_count_box span{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    color: #696C6C;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.trending_product_left_quick_count_box strong{
    color: var(--primary, #179AD7);
    text-align: center;
    font-family: 'good_timesregular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.92%; /* 28.319px */
    letter-spacing: 0.78px;
    border-bottom: 1px dashed var(--primary);
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
}
.trending_product_left_quick_count .trending_product_left_quick_count_box:last-child strong{border-bottom: 0;}
.trending_product_cnter_box{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    background: #DCF4FD;
    box-shadow: -26.33333396911621px 26.33333396911621px 26.33333396911621px 0px rgba(255, 255, 255, 0.10) inset, 26.33333396911621px -26.33333396911621px 26.33333396911621px 0px rgba(165, 165, 165, 0.10) inset;
    backdrop-filter: blur(26.33333396911621px);
}
.trending_product_cnter_box img{max-width: 100%;}
.trending_product_center_sec{
    width: 100%;
    height: auto;
    text-align: center;
}
.trending_product_center_sec_image{
    border-radius: 10px;
    background: #DCF4FD;
    box-shadow: -26.33333396911621px 26.33333396911621px 26.33333396911621px 0px rgba(255, 255, 255, 0.10) inset, 26.33333396911621px -26.33333396911621px 26.33333396911621px 0px rgba(165, 165, 165, 0.10) inset;
    backdrop-filter: blur(26.33333396911621px);
    padding: 15px;
    display: inline-block;
}
.trending_product_center_sec_image img{width: 100%;max-width: 250px;}
.trending_product_right_sec{
    width: 100%;
    display: inline-block;
}
.trending_product_right_list{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.trending_product_right_list::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50px;
}

.our_core_feature_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    background: linear-gradient(127deg, #0D5F86 0%, #002959 100%);
    padding: 40px 0;
}
.our_core_feature_sec .home_heading span{
    color: #ACE1F4;
}
.our_core_feature_sec .home_heading h3{
    background: linear-gradient(144deg, #179AD7 0%, #5BA7EC 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our_core_feature_box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    
}
.our_core_feature_box_img{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.our_core_feature_box_text{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.our_core_feature_box_text h5{
    background: linear-gradient(144deg, #76C7ED 0%, #76BDFF 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    font-family: 'bebas_neueregular';
}
.our_core_feature_box_text p{
    width: 100%;
    padding: 0 20px;
    color: #E2F7FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
}
.all_product_section{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
}
.product_view_bg{
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    right: 0;
    height: auto;
    margin: auto;
    z-index: -1;

}
.all_product_content_box_sec{
    width: 100%;
    height: auto;
    /* display: inline-block; */
    margin: auto;
    position: relative;
    margin-top: 40px;
    max-width: 700px;
}
.all_product_content_box_sec:before{
    width: 1px;
    height: 80%;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    border-left: 1px dashed #ccc;
}
.all_product_content_box_row{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.all_product_content_box{
    width: 22%;
    min-width: 250px;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.11);
    position: relative;
    min-height: 40px;
}
.all_product_content_box_row:nth-child(odd) .all_product_content_box{
    float: left;
}
.all_product_content_box_row:nth-child(even) .all_product_content_box{
    float: right;
}
.box_right_line{
    position: absolute;
    right: -104px;
}
.box_num{
    width: 25px;
    height: 25px;
    background-color: var(--primary);
    border-radius: 50px;
    position: absolute;
    right: -115px;
    top: 0;
    text-align: center;
    color: #fff;
    line-height: 25px;
}
.all_product_content_box_row:nth-child(even) .box_num{
    left: -117px;
    right: inherit;
}
.all_product_content_box_row:nth-child(even) .all_product_content_box .box_right_line{
    right: inherit;
    left: -100px;
    transform: rotateZ(45deg);
}
.all_product_content{
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.all_product_content_logo{
    width: 70%;
    height: auto;
}
.all_product_content_logo img{max-width: 100%;max-height:60px;}
.all_product_content_image{
    width: 30%;
    text-align: center;
}
.all_product_content_image img{max-width: 100%;max-height:100px;}
.prd_arrow_btn{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -20px;
    top: 39%;
    color: #179AD7;
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.11));
}

.all_product_content_box_row:nth-child(even) .prd_arrow_btn{
    right: inherit;
    left: -20px;
    transform: rotateZ(180deg);
}
.all_product_content_box_row:nth-child(even) .all_product_content{flex-direction: row-reverse;}

.opertunity_section{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #002837;
    position: relative;
    overflow: hidden;
}
.opertunity_sec_cnt{
    width: 100%;
    height: auto;
}
.opertunity_sec_cnt h5{
    width: 100%;
    background: linear-gradient(144deg, #179AD7 0%, #5BA7EC 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 39px;
    font-style: normal;
    font-family: 'good_timesregular';
}
.opertunity_sec_cnt p{
    color: #E2F7FF;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    letter-spacing: 2px;
}
.play_icon_oprtunity{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin-top: 10%;
    float: right;
}

.content_opertunity{position: relative;z-index: 9;}
.footer_section{
    width: 100%;
    height: auto;
    padding-top: 70px;
    background-image: url("../images/footer_bg.jpg");
    background-size: cover;
}
.footer_section_column{
    width: 100%;
    height: auto;
    display: inline-block;
}
.footer_section_social{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 15px 0;
}
.footer_section_social_ico{
    width: 50px;
    height: 50px;
    transition: 0.2s ease;
}
.footer_section_social_ico:hover{margin-top: -5px;}
.border_rgiht_footer{
    border-right: 1px solid #193048;
}
.footer_section_column_head{
    color: #9CCDDF;
    font-size: 22px;
    margin-bottom: 25px;
    font-family: 'bebas_neueregular';
}
.footer_section_column_mn{
    width: 100%;display: inline-block;
}
.footer_section_column_mn ul{
    padding: 0;
}
.footer_section_column_mn li{
    list-style: none;
    margin-bottom: 10px;
}
.footer_section_column_mn a{
    text-decoration: none;
    font-size: 15px;
    color: #527A8C;
    transition: 0.2s ease;
}
.footer_section_column_mn a:hover{color: #fff;}
.footer_section_logo{margin-bottom: 40px;}
.footer_section_logo img{max-width: 80%;}
.footer_copyright{
    margin-top:80px;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px 0;
    border-top: 1px #142933 solid;
}
.footer_copyright_cnt{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #527A8C;
}
.footer_copyright_cnt p{margin: 0;}
.footer_copyright_cnt p a{
    color: #527A8C;
    text-decoration: none;
}
.main_header.fixed{
    background-color: #ffffff9c;
    padding: 0 5px;
    box-shadow: 0px 0px 20px #0000002b;
    backdrop-filter: blur(3px);
    top: 0 !important;
}
.main_header.fixed .nav-link{color: #242424;}
.main_header.fixed .nav-link:hover{color: var(--primary);}
.main_header.fixed .nav-link.header_btn_2{color: #fff;}
.logo-light{display: none;}
.main_header.fixed .logo-dark{display: none;}
.main_header.fixed .logo-light{display: block;}

.inner_banner_sec{
    width: 100%;
    height: auto;
    padding: 120px 0;
    padding-top: 150px;
    display: inline-block;
    background: linear-gradient(127deg, #003C58 0%, #002959 100%);
    position: relative;
}

.inner_banner_background{
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    pointer-events: none;
}
.inner_banner_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.inner_banner_cnt h2{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(144deg, #A5D0E4 0%, #5BA7EC 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: 'good_timesregular';
}
.inner_banner_cnt span{
    height: auto;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    opacity: 0.2;
    font-family: 'londrina_outlineregular';
    position: absolute;
    width: 100%;
    top: -60px;
    color: #32679b;
    left: 0;
    pointer-events: none;
}


.about_core_feature_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 60px 0;
}
.about_core_feature_sec p{
    color: #313131;
    font-size: 17px;
    line-height: 30px;
}
.about_core_feature_sec .our_core_feature_box_text h5{
    background: linear-gradient(144deg, #179AD7 0%, #0061BB 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_core_feature_sec .our_core_feature_box_text p{
    color: #313131;
text-align: center;
}

.who_we_are_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 60px 0;
    background: #F9F9F9;
    position: relative;
}
.who_we_are_sec .background_banner{z-index: 0;pointer-events: none;}
.whoweare_img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.whoweare_img img{max-width: 100%;mix-blend-mode: darken;}
.whoweare_txt{
    width: 100%;
    height: auto;
    display: inline-block;
}
.whoweare_txt h4{
    width: 100%;
    font-size: 33px;
    background: linear-gradient(144deg, #179AD7 0%, #0061BB 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'good_timesregular';
}
.whoweare_txt p{
    width: 100%;
    color: #313131;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.whoweare_txt .banner_btn_new{
    max-width: 200px;
    padding: 10px 20px;
    margin-top: 15px;
}
.our_game_plan_sec{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #000D17;
    position: relative;
    overflow: hidden;
}
.game_plan_left_globe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}
.game_plan_left_globe img{   
     max-width: 100%;
    height: 100%;
}
.about_prd_page{
    background-image: url("../images/slider-shape.png");
    background-size: cover;
    background-position: top;
}

.view_all_btn_row{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}
.our_mission_section{
    width: 100%;
    height: auto;
    display: inline-block;
}
.our_mission_box{
    width: 100%;
    padding: 20px 40px;
    border-radius: 115px;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1100px;
    margin-bottom: -40px;
}
.our_mission_box h5{
    font-size:35px;
    background: linear-gradient(144deg, #179AD7 0%, #0061BB 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'good_timesregular';
    margin: 0;
}
.our_mission_box p{
    font-size: 17px;
    line-height: 33px;
    margin: 0;
}
.meetthe_founder_cnt_Sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
}
.meetthe_founder_row{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 40px;
    background-image: url("../images/slider-shape.png");
    background-size: cover;
    background-position: top;
}
.meetthe_founder_row_img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: -100px;
}
.meetthe_founder_row_img img{max-width: 200px;}
.meetthe_founder_row_box{
    width: 100%;
    padding: 40px ;
    border-radius: 30px;
    background: #FFF;
    box-shadow: -10px 4px 74px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}
.meetthe_founder_row_box h5{
    width: 100%;
    background: linear-gradient(144deg, #179AD7 0%, #0061BB 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-family: 'good_timesregular';
    line-height: 27px;
}
.meetthe_founder_row_box h5 span{
    width: 100%;
    font-size: 16px;
    color: #033363;
    font-family: 'neue_montrealregular'
}
.meetthe_founder_row_box p{
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #313131;
}
.meetthe_founder_row_box .banner_btn_new {
    padding: 10px 20px;
    font-size: 12px;
}
.product_services_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 60px 0;
}
.product_services_box{
    width: 100%;
    height: 90%;
    display: inline-block;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 20px;
}
.product_services_box_img{
    width: 100%;
}
.product_services_box_img img{width: 100%;}
.product_services_box_logo{max-width: 100%;text-align: center;margin-bottom: 15px;margin-top: 5px;}
.product_services_box_logo img{max-width: 100%;}
.product_services_view_deatil_btn{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    color: #179AD7;
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.11));
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}
.join_nexarise_contnt_Sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
}
.join_nexarise_contnt_left_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
}
.join_nexarise_contnt_left_cnt h4{
    width: 100%;
    font-size: 33px;
    background: linear-gradient(144deg, #179AD7 0%, #0061BB 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'good_timesregular';
}
.join_nexarise_contnt_left_cnt p{
    width: 100%;
    color: #313131;
    font-size: 17px;
    font-style: normal;
    line-height: 30px;
    font-weight: 400;
}
.join_nexarise_contnt_right_img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.join_nexarise_contnt_right_img img{width: 100%;}

.join_whatyou_get_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    background-color: #F9F9F9;
    position: relative;
}
.what_you_get_cnt{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}
.what_you_get_cnt_box{
    width: 100%;
    height: 90%;
    display: flex;
    padding: 15px;
    margin-bottom: 10px;
    gap:10px;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: -10px 4px 74px 0px rgba(0, 0, 0, 0.07); 
}
.what_you_get_cnt_box_img{
    width: 50px;
}
.what_you_get_cnt_box_img img{width: 100%;}
.what_you_get_cnt_box p{
    font-size: 17px;
    color: #313131;
    margin: 0;
}
.what_you_get_cnt_lsttxt{
    width: 100%;
    padding: 10px 30px;
    font-size: 17px;
    color: #313131;
    margin: 0;
    margin-top: 40px;
    text-align: center;
}
.moretext{display: none;}
.moretext2{display: none;}
.moretext3{display: none;}

.enrollment_cnt_sec{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 40px 0;
    text-align: center;
    background-image: url("../images/slider-shape.png");
    background-size: cover;
    background-position: top;
}
.enrollment_cnt_sec_box{
    width: 100%;
    max-width: 800px;
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #e5e5e5;
}

#multistepsform {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
    
  }
  #multistepsform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    text-align: left;

  }
  #multistepsform fieldset:not(:first-of-type) {
    display: none;
  }
  #multistepsform input,
  #multistepsform textarea {
    padding:8px;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2c3e50;
    font-size: 13px;
  }
  #multistepsform input:focus,
  #multistepsform textarea:focus {
    border-color: #ccc;
    outline: none;
    color: #637373;
  }
  #multistepsform .action-button {
    width: 100px;
    background: #179ad7;
    font-weight: bold;
    color: #fff;
    transition: 150ms;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    border-radius: 30px;
  }
  #multistepsform .action-button.previous{
    background-color: #ccc;
  }

  #multistepsform .action-button:hover,
  #multistepsform .action-button:focus {
    box-shadow: 0 0 0 2px #f08a5d, 0 0 0 3px #f08a5d;
    color: #fff;
  }
  #multistepsform .fs-title {
    font-size: 21px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
  }
  #multistepsform .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
  }
  #multistepsform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    position: relative;
    z-index: 2;
  }
  #multistepsform #progressbar li {
    list-style-type: none;
    color: #ccc;
    text-transform: uppercase;
    font-size: 9px;
    width: 18.33%;
    float: left;
    position: relative;
  }
  #multistepsform #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #fff;
    background: #ccc;
    border-radius: 50px;
    margin: 0 auto 5px auto;
  }
  #multistepsform #progressbar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    left: -50%;
    top: 10px;
    z-index: -1;
  }
  #multistepsform #progressbar li:first-child:after {
    content: none;
  }
  #multistepsform #progressbar li.active {
    color: #179ad7;
  }
  #multistepsform #progressbar li.active:before, #multistepsform #progressbar li.active:after {
    background: #179ad7;
    color: white;
  }
  .enrollment_box{
    display: inline-block;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #e5e5e5;
    padding: 10px;
    /* min-height: 600px; */
    position: relative;
  }

  #multistepsform fieldset{
    position: relative !important;
    transform:  inherit !important;
    left: 0 !important;
    top:0 !important; 
  }
  .fildest_secion{
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .fildest_secion fieldset{
    width: 100%;
    min-width: 500px;
  }
  .password_show{
    padding: 5px 15px;
    height: 37px;
    margin-left: -6px !important;
  }
  .form-control{appearance: auto;}

  .product_image_sec{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.2;
  }
  .product_image_logo_sec{
    width: 300px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
  }
  .product_image_logo_sec img{width: 100%;}
  .product_image_sec img{width: 100%;}
  .product_detail_cnt_sec{
    padding: 40px 0;
    width: 100%;
    display: inline-block;
    padding-top: 150px;
    position: relative;
  }
  .product_detail_does_dont_box_head{
    width: 100%;
    height: auto;
    display: inline-block;
    font-family: 'good_timesregular';
    color: #1393CD;
    font-size: 20px;
    padding: 5px 0;
    border-bottom: 1px #e5e5e5 solid;
  }

  .product_detail_does_dont_box{
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
  }
  .product_detail_does_dont_box_cnt{
    width: 100%;
    display: inline-block;
    padding-top: 20px;
  }
  .product_detail_does_dont_box_cnt ul{
    padding: 0;
  }
  .product_detail_does_dont_box_cnt li{
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .does_chk li::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #2DAD68;
    content: '\f058';
    color: #fff;
    font-family: "Font Awesome 6 Free";
    border-radius: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
  }
  .donts_chk li::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #C82121;
    content: "\f057";
    color: #fff;
    border-radius: 30px;
    font-family: "Font Awesome 6 Free";
    text-align: center;
    line-height: 25px;
    font-size: 16px;
  }
  .agree_prduct_btn{
    width: 200px;
    height: 50px;
    line-height: 30px;
    border-radius: 98.065px;
    border: 1.226px solid #00ADEE;
    background: linear-gradient(139deg, #179AD7 0%, #006E97 100%);
    color: #fff;
    font-size: 15px;
    font-family: 'good_timesregular';
    padding: 10px 30px;
    margin: auto;
    margin-top: 20px;
    display: inline-block;
    transition: 0.2 ease;
  }
  .agree_prduct_btn:hover{
    background: #003C58;
  }
  .agree_prduct_terms_Sec{
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
  }
  .agree_prduct_terms_Sec input{width: 18px;height: 18px;position: relative;top: 3px;margin-right: 5px;}
  .heading_sec2{
    width: 100%;
    display: inline-block;
    background: linear-gradient(144deg, #179AD7 0%, #0061BB 93.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-family: 'good_timesregular';
  }
  .contact_us_sec{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
  }

  .contact_us_box{
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.11);
    position: relative;
    max-width: 600px;
    margin: auto;
  }
  .your_enroller_box{
    width: 100%;
    height: auto;
    display: flex;
    gap:10px;
    margin-top: 30px;
    padding: 20px;
    border: dashed 1px #ccc;
    margin-bottom: 10px;
    align-items: center;
  }
  .enroller_box_img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
  }
  .enroller_box_img img{width: 100%;}
  .enroller_bx_txt h2{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0;
  } 
  .enroller_bx_txt p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    color: #242424;
  } 
  .trending_product_list{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px 0;
  }
  .trending_product_box{
    width: 98%;
    height: auto;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border: solid 3px #fff;
    padding: 10px;
    margin: 10px 0;
    margin-left: 4px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
  .trending_product_box_image{
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .trending_product_box_logo{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
  }
  .trending_product_box_logo img{width: 100%;height: 40px;}

#trendingprd .owl-stage{padding: 50px 0;}
#trendingprd .owl-nav button{width: 40px;height: 40px;background-color: #fff;border-radius: 50px;background-color: #fff;color: #242424;font-size: 18px;text-align: center;box-shadow: 0px 0px 10px #e5e5e5;position: absolute;top:40%;border: solid 1px #ccc;}
#trendingprd .owl-nav span{font-size: 32px;line-height: 30px;}
#trendingprd .owl-prev{left: -10px;}
#trendingprd .owl-next{right: -10px;}
#trendingprd .trending_product_box:hover{transform: scale(1.2);position: relative;z-index: 9;}

.top_user_dtl_dv{
    width: 100%;
    height: auto;
    position: fixed;
    background-color: #025478;
    padding: 10px 0;
    top: 0;
}
.top_user_dtl_spacer{
    padding-top: 45px;
}
.top_user_dtl_spacer .main_header{
    top: 45px;
}
.top_user_dtl_dv_cnt{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_user_dtl_dv_cnt h6{
    margin: 0;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.top_user_dtl_dv_cnt h6 strong{
    font-family: 'bebas_neueregular';
    font-weight: normal;
    letter-spacing: 1px;
}
.pro_usr_img{
    width: 25px;
    height: 25px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
}
.pro_usr_img img{width: 100%;}
.top_user_soc_icons{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 13px;
}
.top_user_soc_icon_bx{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}


.loader_payment{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb9;
    text-align: center;
    padding-top: 40%;
}
.loader_payment img{max-width: 100px;}
.choose_region_sec{
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    min-height: 100vh;

}

.choose_region_sec_head{
    width: 100%;
    display: inline-block;
    font-size: 30px;
    color: #002837;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.choose_region_content_sec{
    width: 100%;
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    gap: 10px;
    max-width:1000px;
    margin: auto;
    margin-top: 60px;
    position: relative;
}
.choose_region_content_box{
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.choose_region_content_box_img{
    width: 25px;
    height: auto;
}
.choose_region_content_box_img img{width: 100%;}
.choose_region_content_box span{
    font-size: 20px;
    color: #000;
}

.country_choose_btn{
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}



.cntr_img1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}
.region_tab_nav_sec{
    margin-top: 40px;
}
.region_tab_nav_sec .nav-tabs{
    justify-content: center;
    border: 0;
}
.region_tab_nav_sec .nav-link{
    font-size: 17px;
    font-weight: bold;
    color: #002837;
    padding: 5px 20px;
    border-radius: 30px;
}
.region_tab_nav_sec .nav-link.active{color: #fff;background-color: #002837;}
.region_tab_nav_sec .tab-content {
    border: 0;
    background-color: transparent;
}
#multistepsform input.error, #multistepsform textarea.error{border: solid 1px #f00;background-color: #ff00002e;}
.error-message{color: #f00;}
