@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,700&display=swap');

.board{
   width: 100%;
    /* margin: 60px auto; */
    /* height: 500px; */
    background: #f9f5f0;
    /* box-shadow: 10px 10px #ccc, -10px 20px #ddd;
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}
.card{    background-color: #f9f5f0;border: 0px solid rgba(0, 0, 0, 0.125);}
.board > div.board-inner{
    background: #f9f5f0  url(https://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}
main .container {
    min-height: calc(100vh - (215px + 140px));
}
.logincontainer .row.justify-content-center {
    height: 60vh;
    align-items: center;
}
p.narrow{
    width: 60%;
    margin: 10px auto;
}

/*.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 50%;
    text-align: center;
    color: #313131;
    font-weight: 700;
    position:relative;
}
.nav-tabs > li a {
    color: #313131;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
    font-family: 'Montserrat';
}
/*.selectplan_title:before {
    content: "";
    background: #2b5148;
    width: 10%;
    height: 3px;
    position: absolute;
    display: block;
    margin: auto;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}*/
.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 100%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
            ul.plangrid li
    {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }
}



nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    background-color: #FFF !important;
}
ul.navbar-nav.ms-auto li.nav-item a {
    background: #414042;
    padding: 9px 25px;
    margin-right: 1%;
    border-radius: 26px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    font-family: Montserrat;
    text-transform: uppercase;
    width:100%;
    color: #fff;
}
.navbar-nav.ms-auto li.nav-item.dropdown a {
    background: transparent !important;
    color: #000 !important;
}
.navbar-expand-md .navbar-nav {
    display: flex;
    padding-left: 0px;
    width: 100%;
}
.call-inquiry-block .container,.copyright-block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.navbar-nav.ms-auto li {
    margin-right: 2%;
}
ul.navbar-nav.ms-auto li:last-child{margin-right: 0px;}
.call-inquiry-block .calltext {
    font-size: 36px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}
.call-inquiry-block {
    background: #414042;
    padding: 30px 0px;
}
.call-inquiry-block .calltel {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat';
}
div#app {
    background: #f9f5f0;
}
.call-inquiry-block .calltel a {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat';
}
.copyright-block {
    padding: 20px 0px;
}
.copyright-block div, .copyright-block div a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.nav-tabs > li.active > a {
    text-align: center;
    text-transform: uppercase;
}
ul.plangrid li {
    background: white;
   /*margin: 20px;*/
    /*padding: 20px;*/
    border-radius: 25px;
    border: 2px solid #8b9b95;
    list-style: none;
}
.nav-tabs {
    border-top: 2px solid #b9b9b9;
    padding-top: 30px;
    border-bottom: 0px;
}
.plan_name {
    background: #2b5148;
    padding: 23px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 24px 24px 0px 0px;
    line-height: 1.2;
}
.price {
    text-align: center;
    padding: 30px 0px;
}
.price {
    font-size: 36px;
    color: #2a5249;
    font-weight: 700;
    font-family: 'Montserrat';
}
.price > div {
    color: #000;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 0 10px;
}
.plan_subscribe a {
    background: #2b5148;
    color: #fff;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    margin: 50px;
    border-radius: 38px;
}
.price > div:last-child {
    margin-top: 30px;
    border-top: 1px solid #2c5047;
    padding-top: 15px;
    font-size: 15px;
}
.price .plan_subscribe:nth-child(2) {
    margin-top: 30px;
}
.selectplan_title {
    font-size: 36px;
    color: #000;
    font-weight: 800;
    font-family: 'Montserrat';
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}
ul.plangrid {
    display: flex;
    flex-wrap: wrap;
}
/*.selectplan_title:after {
    content: "";
    background: #2b5148;
    width: 10%;
    height: 3px;
    position: relative;
    display: inline-table;
    margin: auto;
}*/
.form-control{border-radius: 0px;}
.sso_sp .col-md-3 img {
    border-radius: 30px;
    width: 100%;
}
.card .card-header {
    background: transparent;
    border-bottom: 0px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.nav-tabs > li .active a {
    background-color: #fff!important;
    color: #EFC152 !important;
    border: 2px solid #3A7EF4 !important;
}

.nav-tabs > li a.active:before,.nav-tabs > li.active a:before{
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 25%);
    background-color: #2b5148;
    transform: scale(2);
    border: 2px solid #f9f5f0;
    outline: 1px solid #2b5148;
}
.nav-tabs > li a:before {
    content: "";
    position: absolute;
    top: -40px;
    right: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #3A7EF4;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 25%);
    background-color: #b9b9b9;
    transform: scale(2);
    border: 2px solid #f9f5f0;
    outline: 1px solid #b9b9b9;
}
.nav-tabs {
    border-top: 2px solid #b9b9b9;
}
@media(min-width:992px)
{
 .sso_sp {
    padding: 150px 0px;
}
}
@media(min-width:768px){
    
        ul.plangrid li:nth-child(2n)
    {
        margin-right: 0px;
    }
    ul.plangrid li
    {
        flex: 0 0 49%;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    
}
@media(max-width:767px){
    
    .plan_subscribe a{padding: 10px 21px;    margin: 28px;}   
    .call-inquiry-block .container, .copyright-block .container{display: block;}
    .call-inquiry-block .calltext,.call-inquiry-block .calltel a,.price,.selectplan_title{font-size: 28px;}
    .plan_name{font-size: 20px;}
    .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: #fff;
    border-radius: 0px;
    background: #fff;
}
    div#navbarSupportedContent {
    background: #fff;
}
    nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm .container > img {
    width: 40%;
}
    .sso_sp .col-md-3 {
    margin-bottom: 20px;
    width: 50%;
}
}
.plan_subscribe a
@media(max-width:1024px){
    nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm img {
    width: 37%;
}
}
@media(max-width:991px){
.col-md-8 {
    width: 100%;
    }
    .container-md, .container-sm, .container {
    max-width: 100%;
}
    nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm > .container img {
    width: 35%;
}
       .call-inquiry-block .calltext,.call-inquiry-block .calltel a,.price,.selectplan_title{font-size: 30px;}

}
    .navbar-expand-md .navbar-nav{justify-content: end;}
    .navbar-expand-md .navbar-collapse{flex-wrap: wrap;}
@media (min-width:480px) and (max-width: 768px){
        
        ul.plangrid li:nth-child(2n)
    {
        margin-right: 0px;
    }
    ul.plangrid li
    {
        flex: 0 0 49%;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
}
@media (max-width:480px){
        ul.plangrid li
    {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }
    .sso_sp .col-md-3 {
    margin-bottom: 20px;
    width: 100%;
}
}
button.btn.btn-primary {
    background: #414042;
    color: #fff;
    font-family: 'Montserrat';
    border-color: #414042;
    padding: 11px 36px;
    border-radius: 0px;
    font-weight: 700;
}
.nav-tabs > li.active:after,.reg-detail:after,reg-detail:before {
    display: none;
}
.selectplan_title.reg-detail {
    display: block;
}
.wrapper-page .card-body {
    margin: auto;
    width: 600px;
    max-width: 100%;
}
.wrapper-page button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
form#EditForm input {
    margin-bottom: 13px;
}

.wrapper-page .card-body {
    margin: auto;
    width: 600px;
    max-width: 100%;
    height: 64vh;
    display: grid;
    
}
.wrapper-page button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
form#EditForm input {
    margin-bottom: 13px;
}

form#EditForm .form-label-group label {
    margin-right: 
14px
;
}

form#EditForm .form-label-group {
    display: flex;
    align-items: baseline;
}

main.py-4 .wrapper-page {
    min-height: calc( 100vh - ( 215px + 140px ));
}

.g-recaptcha {margin-bottom:  10px;}