@font-face {
    font-family: 'Futura PT Bold';
    src: url('../../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('../../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Demi';
    src: url('../../fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('../../fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Book';
    src: url('../../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../../fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansregular';
    src: url('../../fonts/nunito-sans.regular-webfont.woff2') format('woff2'),
        url('../../fonts/nunito-sans.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansbold';
    src: url('../../fonts/nunitosans-bold-webfont.woff2') format('woff2'),
        url('../../fonts/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanslight';
    src: url('../../fonts/nunitosans-light-webfont.woff2') format('woff2'),
        url('../../fonts/nunitosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sansblack';
    src: url('../../fonts/nunito-sans.black-webfont.woff2') format('woff2'),
        url('../../fonts/nunito-sans.black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../../fonts/nunitosans-semibold-webfont.woff2') format('woff2'),
        url('../../fonts/nunitosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../../fonts/lato-bold-webfont.woff2') format('woff2'),
        url('../../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-size: 18px;
    color: #333;
    font-family: 'latoregular';
    line-height: 32px;
    color: #181F5C;
}
/*header start*/
header{
    padding: 12px 0;
    /*    position: fixed;
        top: 0;
        left: 0;
        right: 0;*/
    z-index: 999;
    background-color: #fff;
    /*position: relative;*/
    /* border-bottom: 1px solid #DBDEDF; */
    box-shadow: 0px 2px 0px #CCCCCC;
}
/*.header-box-shadow{
    moz-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}*/
.header_container{padding: 0 40px;}
.logo{
    width: 387px;
    display: inline-block;
    /*height: 32px;*/
    vertical-align: middle;
}
.logo img{
    max-height: 56px;
}
header .profile_img img {
    max-width: 100%;
}
header .profile_img {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}
header .profile_name {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    line-height: 18px;
}
.menu_list {
    display: inline-block;
    width: calc(100% - 393px);
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    min-height: 1px;
    text-align: right;
}
.navbar-nav li a {
    font-size: 14px;
    color: #333;
    font-family: 'latoregular';
    padding: 0;
}
.navbar{border-radius: 0;border: 0;min-height: 1px; margin: 0;}
.navbar-collapse{padding: 0;}
.navbar-nav > li {float: none;display: inline-block;}
.navbar-nav > li.left_menu {
    float: left;
}
.navbar-nav > li.first_left_menu {
    margin-left: 80px;
}
.navbar-nav{float: none;}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav li.active a,.navbar-nav li a:hover,.navbar-nav li a:focus{
    color: #333;
    background-color: transparent !important;
}
.navbar-nav li.active a{
    font-family: 'latobold';
}
.navbar-toggle{float: none; margin: 0;position: absolute;top: -34px;right: 0;border-color: #181F5C;}
.navbar-toggle .icon-bar{background-color: #181F5C;}
.menu_list .get_btn a {
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    padding: 6px 25px;
    font-family: 'latobold';
    display: inline-block;
}
.menu_list .get_btn a,
.menu_list .get_btn a:hover {
    background-color: #181F5C !important;
    color: #fff;
}
.navbar-nav li{margin-right: 35px; margin-bottom: 0;}
/*.navbar-nav li:last-child{margin-right: 0px;}*/
.navbar-nav li.get_btn{ margin-right: 0px;}
.dropdown-menu {
    width: 100%;
}
.navbar .dropdown-menu {
    min-width: 144px;
    border-radius: 6px;
}
.navbar .dropdown-menu.our_program_menu {
    min-width: 280px;
}
/*.dropdown ul.dropdown-menu {
    max-height: 150px;
    overflow: auto;
}*/
.navbar .dropdown-menu li a {
    padding: 3px 25px!important;
    color: #333333;
    font-size: 14px;
    white-space: normal;
}
.navbar-nav .dropdown-menu li {
    margin: 0;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus ,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;
    color: #333;
}
.navbar .dropdown-menu .dropdown .caret-down {
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000;
    margin: 0 0 1px 3px;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown.open .caret-down {
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-top: none;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown.active.open .caret-down {
    border-bottom-color: #F79727;
}
.navbar .dropdown-menu .dropdown.active .caret-down {
    border-top-color: #F79727;
}
.navbar .dropdown-menu .dropdown.menu-label > a,
.navbar .dropdown-menu .menu-label > a{
    /*display: inline-block;*/
    padding: 3px 10px 3px 15px !important;
}
.dropdown-menu .dropdown-menu{
    position: relative;
    top: auto;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
}
.dropdown-menu .menu-label > a{font-family: 'latobold';}
.dark_header{background-color: #12172A;}
.dark_header .navbar-nav li a{color: #fff;}
.dark_header .navbar-toggle{border-color: #fff;}
.dark_header .navbar-toggle .icon-bar {background-color: #fff;}
.dark_header svg path{fill:#fff;}
.navbar .dropdown .caret-down {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 15px;
    margin-bottom: 2px;
}
.navbar .dropdown.open .caret-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -1px;
}
.navbar .dropdown-menu li svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 8px;
}
.navbar .dropdown-menu li.active svg {
    fill: #333;
}
/*header end*/
/*footer start*/
footer img{max-height: 52px;}
footer{background-color: #181F5C;padding: 40px 0 16px 0}
footer .footer_text{color: #fff;font-size: 14px;font-family: 'latoregular';float: left;margin: 16px 0 0 0;}
.footer_bottom a{float: right;}
.footer_bottom{padding-top: 40px;}
footer li a{color: #fff; font-size: 16px;line-height: 24px;}
footer li a:hover,footer li a:focus{text-decoration: none; color: #fff;}
footer li{margin-bottom: 5px;}
footer .fild-label{margin-bottom: 8px;color: #fff;}
.simple_footer{background-color: transparent;}
.simple_footer .footer_text{color: #A9ABAE;font-size: 11px;line-height: 20px; margin-top: 8px;float: none}
.simple_footer img{max-height: 58px;}
.simple_footer{text-align: center;}
/*footer end*/
.btn{
    border-radius: 48px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    border: none;
    padding: 8px 5px;
    width: 400px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal;
    color: #fff;
    background: #006080;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none;
    outline-offset: 0;
}
.btn:hover,.btn:focus,.btn:focus-visible{
    color: #fff;
    background: #006080;
    outline: none;
}
.btn.disabled{
    opacity: 1;
    background-color: #A9ABAE;
}
/* .content-div{
    text-align: center;
    max-width: 552px;
    margin: 0 auto 0 auto;
    padding-top: 64px;
    padding-bottom: 30px;
} */
.content-div{
    padding-top: 64px;
    padding-bottom: 30px;
}
.content-div .text-div{
    color: #006080;
    font-size: 38px;
    line-height: 42px;
    font-family: 'latobold';
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
}
.content-div .contentul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-div .contentul li .count{
    width: 24px;
    height: 24px;
    background: #006080;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
.content-div .contentul li .nocount{
    width: 15px;
    height: 15px;
    margin-left: 9px;
    margin-top: 4px;
    background: #006080;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
.content-div .contentul li{
    color: #4E5264;
    font-size: 16px;
    line-height: 26px;
    font-family: 'latoregular';
    position: relative;
    padding-left: 39px;
    margin-bottom: 15px;
}
.form-control{
    border: 1px solid #9A9CA5;
    border-radius: 6px;
    background-color: #F7F9FB;
    color: #A9ABAE;
    font-size: 16px;
    padding: 0 15px;
    height: 48px;
    font-family: 'latoregular';
}
/* .form-group{
    text-align: left;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
} */
.form-group label{
    color: #006080;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    margin-bottom: 5px;
    font-weight: normal;
}
.form-group label + .ext-txt:not(:empty){
    color: #006080;
    font-size: 14px;
    line-height: 24px;
    font-family: 'latoregular';
    margin-bottom: 8px;
    display: block;
}
.form-text{
    color: #006080;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    margin-bottom: 16px;
    text-transform: uppercase;
}
.content-div .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-div .row .col-sm-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 80px;
    padding-right: 80px;
}
.content-div .row .col-sm-6:first-child{
    border-right: 3px solid #BFBFC4;
}
.powetxt{
    color: #4B545B;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    font-family: 'latoregular';
}
.text-danger{
    color: #ee3939;
    margin-bottom: 30px;
}
.pos-rlt{
    position: relative;
    display:block;
}
.already-verified{
    font-size: 14px;
}
