/* ELEMENTS */
body {
    font-family: 'Open Sans', sans-serif;
}

/* LANGING PAGE */
#landing-page header {
    background: #fff;
    padding: 20px 0;
}

#landing-page header figure.logo {
    margin-left: 13vmin;
}

#landing-page header .logos {
    text-align: right;
}

#landing-page header .logos figure {
    float: left;
    margin: 3vmin;
}

#landing-page main {
    background: #3e97c9 url(../images/bg-landing-page.png) top center no-repeat;
    background-size: cover;
    padding: 20px 0;
}

#landing-page main figure {
    margin-bottom: 20px;
}

#landing-page main figure img {
    width: 100%;
}

#landing-page main p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
}

#landing-page main .bg-light-blue {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 2px;
    padding: 32px 70px;
}

#landing-page main .bg-light-blue h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px;
    font-weight: 300;
}

#landing-page main .btn-connect {
    background: #fff;
    width: 100%;
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 20px;
}

#landing-page main .btn-connect i {
    float: right;
    font-size: 32px;
}

/* DEFAULT + LOGIN */
header {
    min-height: 130px;
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}

header .header-right figure {
    float: left;
    margin: 1vmin 1vmin 1vmin 4vmin;
    padding-right: 10px;
}

header .header-right figure.flag {
    margin-top: 3vmin;
}

header .header-right .button {
    font-size: 11px;
    line-height: 17px;
    width: 90px;
    height: 60px;
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
    float: left;
    margin: 1vmin 2vmin;
    text-align: center;
}

header .header-right .btn-blue {
    background: #3e97c9;
    color: #fff;
}

header .header-right .btn-blue:hover {
    background: #2087c1;
}

header .header-right .btn-light {
    background: #fff;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #e3e3e3;
}

main {
    background: #f4f4f4;

}

main.main-banner {
}

main#homepage {
    padding: 25px 0px 120px;
    min-height: 60vmin;
}

main.main-banner .content-title {
    color: #fff;
    font-size: 1rem;
    padding-left: 0;
    /* text-align: left; */
    margin: 1rem 0;
}

header .header-right .button-sec {
    float: left;
    margin-left: 36px;
    float: initial !important;
    display: inline-block !important;
}

header .header-right .button-sec span.text-light-blue {
    color: #419ccb;
}

header .header-right .button-sec span.text-orange {
    color: #f3a30c;
}

header .header-right .button-sec span {
    line-height: 68px;
    margin-right: 10px;
}

header .header-right .button-sec .button {
    line-height: 0px;
    width: 50px;
    height: 50px;
    display: block;
    padding: 26px 10px 5px;
    border-radius: 50%;
    float: left;
    margin: 1.3vmin 1vmin 1vmin;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

header .header-right .button-sec .btn-orange {
    background: #f3a30c;
    color: #fff;
}

header .header-right .button-sec .btn-blue {
    background: #064892;
    color: #fff;
}

header .header-right .button-sec .btn-light-blue {
    background: #419ccb;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #e3e3e3;
}

main.main-banner .buttons {
    margin-top: 378px;
    float: right;
}

main.main-banner .buttons .button {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    width: 120px;
    height: 70px;
    display: block;
    padding: 7px 14px;
    border-radius: 3px;
    float: left;
    margin: 1vmin;
    text-align: center;
}

main.main-banner .buttons .btn-blue {
    background: #3e97c9;
    color: #fff;
}

main.main-banner .buttons .btn-blue:hover {
    background: #2087c1;
}

main.main-banner .buttons .btn-light {
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #e3e3e3;
}

main.main-banner #log-area {
    padding: 0;
}

main.main-banner #log-area .login {
    background: #3e97c9;
    padding: 8px 15px;
    border-radius: 3px;
}

main.main-banner #log-area .login #login-area {
    position: relative;
}

main.main-banner #log-area .login #login-area label.error {
    position: relative;
    left: 1px;
    bottom: 0;
    background: orangered;
    color: #fff;
    width: 288px;
    float: left;
    display: inline-block;
    padding: 5px 10px;
}

main .main-banner {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    background-size: 100% 100% !important;
}

.main-banner2 {
    background: url(../images/v2bg.jpg) no-repeat top left !important;
    background-size: 100% 100% !important;
}

main.main-banner #log-area .login input[type="text"],
main.main-banner #log-area .login input[type="password"] {
    background: #f9fdfe;
    border: 1px solid #1a70a0;
    border-radius: 2px;
    padding: 5px;
    width: 35%;
    float: left;
    margin-right: 1vmin;
}

main.main-banner #log-area .login input[type="checkbox"] {
    margin-top: 6px;
    display: block;
    float: left;
    margin-right: 8px;
}

main.main-banner #log-area .login .btn-shadow {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
    border: inherit;
    padding: 5px 15px;
    color: #3e97c9;
    font-weight: 600;
}

main.main-banner #log-area .login .login-link {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    background: #0976b3;
    padding: .2rem .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: inline-block;
}

main.main-banner #log-area .login .login-link:hover {
    text-decoration: underline;
}

main.main-banner #log-area .login .alert {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

main.main-banner #log-area .login .alert span {
    font-size: 12px;
}

main.main-banner #log-area .welcome-screen {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
}

main.main-banner #log-area .welcome-screen h1 {
    margin: .5rem 0 1.5rem;
    color: #3e97c9;
    font-size: 26px;
}

main.main-banner #log-area .welcome-screen h1.color-green {
    color: #75a94e;
}

main.main-banner #log-area .welcome-screen h2 {
    font-size: 15px;
    margin: 0;
}

main.main-banner #log-area .welcome-screen hr {
    margin: 10px 0;
}

main.main-banner #log-area .welcome-screen p {
    color: #333;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 8px;
}

main.main-banner #log-area .welcome-screen .btn-dark {
    color: #fff;
    background-color: #666;
    border-color: transparent;
}

main.main-banner #log-area #register input.form-in {
    position: relative;
}

main.main-banner #log-area #register i[class*="glyphicon"] {
    position: absolute;
    top: 38px;
    right: 7px;
    z-index: 2;
}

main.main-banner #log-area #register input {
    z-index: 1;
}

main.main-banner #log-area #register .form-in {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 7px 10px;
    font-size: 11px;
    transition: all 200ms ease-in;
    width: 100%;
}

main.main-banner #log-area #register .form-in:focus {
    background: #f9fdfe;
    border: 1px solid #8ac6de;
}

main.main-banner #log-area #register .form-groups {
    position: relative;
}

main.main-banner #log-area #register .form-groups label {
    padding-top: 0;
    display: inline-block;
    width: 100%;
    clear: both;
}

main.main-banner #log-area #register .form-groups label.terms {
    color: #111;
    font-size: 12px;
    float: right;
    padding: 1px 5px;
    margin: 0;
    font-weight: 400;
    display: block;
    width: auto;
    clear: inherit;
}


main.main-banner #log-area #forget input.form-in {
    position: relative;
}

main.main-banner #log-area #forget i[class*="glyphicon"] {
    position: absolute;
    top: 38px;
    right: 7px;
    z-index: 2;
}

main.main-banner #log-area #forget input {
    z-index: 1;
}

main.main-banner #log-area #forget .form-in {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 7px 10px;
    font-size: 11px;
    transition: all 200ms ease-in;
    width: 100%;
}

main.main-banner #log-area #forget .form-in:focus {
    background: #f9fdfe;
    border: 1px solid #8ac6de;
}

main.main-banner #log-area #forget .form-groups {
    position: relative;
}

main.main-banner #log-area #forget .form-groups label {
    padding-top: 0;
    display: inline-block;
    width: 100%;
    clear: both;
    font-weight: 500;
}

main.main-banner #log-area #forget .form-groups label.terms {
    color: #111;
    font-size: 12px;
    float: right;
    padding: 1px 5px;
    margin: 0;
    font-weight: 400;
    display: block;
    width: auto;
    clear: inherit;
}


main.main-banner #log-area #complain input.form-in {
    position: relative;
}

main.main-banner #log-area #complain i[class*="glyphicon"] {
    position: absolute;
    top: 38px;
    right: 7px;
    z-index: 1;
}

main.main-banner #log-area #complain .form-in {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 7px 10px;
    font-size: 13px;
    transition: all 200ms ease-in;
    width: 100%;
}

main.main-banner #log-area #complain .form-in:focus {
    background: #f9fdfe;
    border: 1px solid #8ac6de;
}

main.main-banner #log-area #complain .form-groups {
    position: relative;
}

main.main-banner #log-area #complain .form-groups label {
    padding-top: 0;
    display: inline-block;
    width: 100%;
    clear: both;
}

main.main-banner #log-area #complain .form-groups label.terms {
    color: #111;
    font-size: 12px;
    float: right;
    padding: 1px 5px;
    margin: 0;
    font-weight: 400;
    display: block;
    width: auto;
    clear: inherit;
}

footer {
    padding: 20px;
}

footer.hide {
    visibility: hidden;
    opacity: 0;
}

footer p {
    color: #999;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
}

footer .footer_links a {
    margin: 0 10px;
}

footer a {
    color: #999;
    font-size: 11px;
    text-decoration: underline;
}

/* HOME-PAGE */
main#homepage .nav-inverse {
    background: #2a2f43;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

main#homepage .nav-inverse .user-screen .log-out {
    background: #2a2f43;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    float: right;
}

main#homepage .nav-inverse .user-screen {
    background: #5f6478;
    padding: 10px 20px;
    border-top-left-radius: 3px;
    display: inline-table;
    width: 100%;
}

main#homepage .nav-inverse .user-screen h2 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-top: 4px;
    float: left;
}

main#homepage .nav-inverse .user-screen .log-out {
    background: #2a2f43;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

main#homepage .nav-inverse .user-screen .log-out:hover {
    background: tomato;
}

main#homepage .nav-inverse .case-info {
    background: #3e97c9;
    padding: 10px;
}

main#homepage .nav-inverse .case-info span {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 13px;
}

main#homepage .nav-inverse .case-info span strong {
    font-weight: bold;
}

main#homepage .nav-inverse nav.navbar li a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(95, 100, 120, 0.67);
    padding: 5px 10px;
    transition: all 120ms ease-in;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

main#homepage .nav-inverse nav.navbar li a:hover {
    background: #43485c;
}

.active_menu {
    background: #43485c;
}

main#homepage .nav-inverse nav.navbar li a.active {
    background: #3e97c9;
}

main#homepage .nav-inverse nav.navbar li a span.notice {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #3E97C9;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
    background-image: -webkit-linear-gradient(bottom, #3E97C9, #3E97C9);
    background-image: -moz-linear-gradient(bottom, #3E97C9, #3E97C9);
    background-image: -o-linear-gradient(bottom, #3E97C9, #3E97C9);
    background-image: -ms-linear-gradient(bottom, #3E97C9, #3E97C9);
    background-image: linear-gradient(to top, #3E97C9, #3E97C9);
    float: right;
    display: block;
    padding: 0px 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-case-notices {
    width: 18px;
    height: 15px;
    margin-top: 7px;
    background: url(../images/icons/icon-case-notices.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-action-required {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    background: url(../images/icons/icon-action-required.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-requests {
    width: 18px;
    height: 12px;
    margin-top: 9px;
    background: url(../images/icons/icon-request.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-help {
    width: 18px;
    height: 15px;
    margin-top: 7px;
    background: url(../images/icons/icon-help.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-magnfier {
    width: 18px;
    height: 20px;
    margin-top: 7px;
    background: url(../images/icons/magnfier.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-question {
    width: 18px;
    height: 20px;
    margin-top: 7px;
    background: url(../images/icons/question.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
    content: inherit !important;
}

main#homepage .nav-inverse nav.navbar li a i.icon-heart {
    width: 18px;
    height: 20px;
    margin-top: 7px;
    background: url(../images/icons/icon-heart.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
    content: inherit !important;
}

.icon-question:before {
    content: '' !important;
}

main#homepage .nav-inverse nav.navbar li a i.icon-contact {
    width: 18px;
    height: 14px;
    margin-top: 7px;
    background: url(../images/icons/icon-contact.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-profile {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    background: url(../images/icons/icon-profile.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-ticket {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    background: url(../images/icons/ticket.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .bg-light {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0;
}

main#homepage .bg-light .block-item {
    border-bottom: 7px solid #f5f5f5;
    display: inline-block;
    width: 100%;
    padding: 32px;
}

main#homepage .bg-light .block-item h2 {
    color: #3e97c9;
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}

main#homepage .bg-light .block-item p {
    color: #666;
    font-size: 12px;
}

main#homepage .nav-inverse nav.navbar li a i.icon-my-status {
    width: 18px;
    height: 15px;
    margin-top: 7px;
    background: url(../images/icons/icon-my-status.png) no-repeat;
    float: left;
    display: block;
    margin-right: 10px;
}

main#homepage .bg-light .block-item .interview-info {
    border: 1px solid #ffec71;
}

main#homepage .bg-light .block-item .interview-info li {
    padding: 17px 20px;
    display: inline-table;
    width: 100%;
    transition: all 200ms ease-in;
}

main#homepage .bg-light .block-item .interview-info li:nth-child(odd) {
    background: #fffce9;
}

main#homepage .bg-light .block-item .interview-info li:nth-child(even) {
    background: #fff;
}

main#homepage .bg-light .block-item .interview-info li:hover {
    background: #ffec71;
}

main#homepage .bg-light .block-item .interview-info li h3 {
    margin: 0;
    float: left;
    font-size: 16px;
    color: #3e97c9;
}

main#homepage .bg-light .block-item .interview-info li p {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 16px;
    color: #2a2f43;
}

main#homepage .bg-light .block-item .interview-info i.icon-date {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    background: url(../images/icons/icon-interDate.png) no-repeat;
}

main#homepage .bg-light .block-item .interview-info i.icon-time {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    background: url(../images/icons/icon-interTime.png) no-repeat;
}

main#homepage .bg-light .block-item .interview-info i.icon-location {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    background: url(../images/icons/icon-interLoca.png) no-repeat;
}

main#homepage .bg-light .block-item .interview-info i.icon-status {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    background: url(../images/icons/icon-interStatus.png) no-repeat;
}

main#homepage .bg-light .block-item .interview-info i.icon-status2 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    background: url(../images/icons/icon-interStatus2.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .step-var {
    width: 20%;
    float: left;
    text-align: center;
}

main#homepage .bg-light .block-item .statusSteps .stepItem {
    color: #aaa;
    display: block;
    width: 100%;
}

main#homepage .bg-light .block-item .statusSteps .stepItem .stepText span {
    line-height: 20px;
    padding: 5px 5px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}


main#homepage .bg-light .block-item .statusSteps .stepItemDisabled {
    color: #aaa;
    display: block;
    width: 100%;
}

main#homepage .bg-light .block-item .statusSteps .stepItemDisabled .stepText span {
    line-height: 20px;
    padding: 5px 5px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

main#homepage .bg-light .block-item .statusSteps .stepItemDisabled i[class*="icon"] {
    margin: 0 auto;
}

main#homepage .bg-light .block-item .statusSteps .stepItemDisabled i.icon-pre-screen {
    width: 59px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-pre-screen.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItemDisabled i.icon-uscis {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-uscis.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItemDisabled i.icon-medical {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-medical.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItemDisabled i.icon-cultural {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-cultural.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItemDisabled i.icon-flight {
    width: 84px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-flight.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItem i[class*="icon"] {
    margin: 0 auto;
}

main#homepage .bg-light .block-item .statusSteps .stepItem i.icon-pre-screen {
    width: 59px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-pre-screen.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItem i.icon-uscis {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-uscis.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItem i.icon-medical {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-medical.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItem i.icon-cultural {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-cultural.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .stepItem i.icon-flight {
    width: 84px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-flight.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .activeStep {
    color: #333;
}

main#homepage .bg-light .block-item .statusSteps .activeStep i[class*="icon"] {
    margin: 0 auto;
}

main#homepage .bg-light .block-item .statusSteps .activeStep i.icon-pre-screen {
    width: 59px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-pre-screen-hover.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .activeStep i.icon-uscis {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-uscis-hover.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .activeStep i.icon-medical {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-medical-hover.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .activeStep i.icon-cultural {
    width: 60px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-cultural-hover.png) no-repeat;
}

main#homepage .bg-light .block-item .statusSteps .activeStep i.icon-flight {
    width: 84px;
    height: 64px;
    display: block;
    background: url(../images/icons/icon-flight-hover.png) no-repeat;
}

main#homepage .bg-light .step-by-step {
    padding: 32px;
}

main#homepage .bg-light .step-by-step h3 {
    color: #3e97c9;
    font-size: 24px;
    font-weight: 300;
}

main#homepage .bg-light .step-by-step h3 i.icon-info {
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/icons/icon-about.png) no-repeat;
    float: left;
    margin-right: 10px;
}

main#homepage .bg-light .step-by-step .item h4 {
    color: #2a2f43;
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0 10px;
}

main#homepage .bg-light .step-by-step .item hr {
    margin: 5px 0 15px 0;
}

main#homepage .bg-light .step-by-step .item p {
    font-size: 14px;
    line-height: 24px;
    color: #2a2f43;
}

main#homepage .bg-light .step-by-step .sticky-navbar a {
    color: #2a2f43;
    padding: 5px 10px;
    display: block;
    border-left: 1px solid transparent;
}

main#homepage .bg-light .step-by-step .sticky-navbar a:hover,
main#homepage .bg-light .step-by-step .sticky-navbar a:focus,
main#homepage .bg-light .step-by-step .sticky-navbar a.active {
    color: #3e97c9;
    border-left: 1px solid #3e97c9;
}

main#homepage .bg-light .profile-info {
    margin-top: 32px;
}

main#homepage .bg-light .profile-info .item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    transition: all 100ms ease-in;
}

main#homepage .bg-light .profile-info .item h4 {
    margin: 0;
    color: #3e97c9;
    font-size: 16px;
    font-weight: 300;
}

main#homepage .bg-light .profile-info .item p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: #2a2f43;
    text-align: right;
}

main#homepage .bg-light .profile-info .item a.edit {
    float: right;
    margin: -2px 0 0 10px;
}

.top-content {
    position: fixed;
    top: 0;
    width: 277px;
    z-index: 999999;
}

.top-nav {
    position: fixed;
    top: 10px;
}

.progress-bar {
    background-color: #45b6af;
}

.request-info {
    margin-top: 32px;
}

.request-info .head-bar {
    background: #eef4f7;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.request-info .head-bar h4 {
    color: #2a2f43;
    float: left;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
}

.request-info .head-bar p {
    color: #2a2f43;
    float: right;
    margin: 0;
    font-size: 18px !important;
    font-weight: 300;
}

.request-info .item {
    padding: 17px 20px;
    display: inline-table;
    width: 100%;
    transition: all 200ms ease-in;
}

.request-info .item:nth-child(odd) {
    background: #f8fbfd;
}

.request-info .item:nth-child(even) {
    background: #fff;
}

.request-info .item:hover {
    background: #e6eaed;
}

.request-info .item h4 {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #2a2f43;
}

.request-info .item p {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 14px !important;
    color: #2a2f43;
}

.top-content {
    position: fixed;
    top: 0;
    width: 255px;
}

/**
 * --------------------------------------------------------------
 * ACCORDION
 * --------------------------------------------------------------
 */
.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.smk_accordion .accordion_in {
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}

.smk_accordion .accordion_in .acc_head {
    position: relative;
    background: #FDFDFD;
    padding: 10px;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    background: url(../images/plusminus.png) center 0;
}

.smk_accordion .accordion_in .acc_content {
    background: #3E97C9;
    color: #FFFFFF;
    padding: 3px 10px;
}

/* Değiştirilebilecek kısım */
.smk_accordion .accordion_in .acc_content p {
    color: #fff !important;
}

.smk_accordion .accordion_in .acc_content span {
    color: #fff !important;
}

.smk_accordion .accordion_in .acc_content a {
    color: #fff !important;
}

.smk_accordion .accordion_in .acc_content strong {
    color: #fff !important;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}

.smk_accordion .accordion_in .acc_content p {
    text-align: left !important;
}

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
    border-radius: 3px 3px 0 0;
}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
    border-radius: 0 0 3px 3px;
}

.smk_accordion .accordion_in.acc_active > .acc_content {
    display: block;
}

.smk_accordion .accordion_in.acc_active > .acc_head {
    background: #F9F9F9;
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
    background: url(../images/plusminus.png) center -18px;
}

.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 40px;
}

label.error {
    font-weight: 400;
    font-size: 12px;
    color: orangered;
}

.mobile-nav {
    display: none;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 767px) and (min-width: 320px) {
    header .header-right .button-sec {
        float: none;
        display: inline-block;
        /*width: 100%;*/
    }

    header .header-right .button-sec .button {
        width: 40px;
        height: 40px;
        padding-top: 40px;
        margin-top: 0 !important;
        padding-top: 37px !important;
        float: initial !important;
        margin: 0 auto;
    }

    header .header-right .button-sec span {
        line-height: 90px;
        margin-left: 10px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    main .container {
        width: 1080px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #landing-page header .header-right figure {
        margin: 10px;
    }

    #landing-page header .logos {
        text-align: right;
    }

    #landing-page header .logos figure {
        float: left;
        margin: 3vmin;
    }

    #landing-page main .bg-light-blue {
        padding: 20px;
    }

    #landing-page main .btn-connect {
        font-size: 15px;
    }

    .header-right div[class*="col"] {
        margin-bottom: 20px;
        padding-left: 0px !important;
    }

    .header-right div[class*="col"] .button {
        width: 78px;
        height: 78px;
        line-height: 0;
    }

    .btn-xs-block {
        width: 100%;
        display: inline-block;
        margin: 15px 0;
    }

    main .main-banner #log-area .login input[type="text"],
    main .main-banner #log-area .login input[type="password"] {
        width: 100%;
        margin: 10px 0;
    }

    .top-content {
        position: relative;
        top: 0;
        width: 100%;
    }

    main .main-banner {
        background-size: cover;
    }

    main .main-banner .buttons {
        margin-top: 20px;
    }

    main .main-banner .buttons .button {
        font-size: 11px;
        width: 83px;
        line-height: 14px;
    }

    main .main-banner .welcome-screen {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    }

    main .statusSteps .step-var {
        width: 50% !important;
    }

    main#homepage .nav-inverse {
        display: none;
    }

    .mobile-nav {
        background: #419ccb;
        padding: 10px 0 10px 20px;
        border-radius: 6px;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .mobile-nav .mobile-menu {
        color: #ffffff;
        font-size: 18px;
        float: left;
    }

    #nav-icon {
        width: 40px;
        height: 20px;
        margin-right: 10px;
        margin-top: 2px;
        float: right;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #ffffff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2) {
        top: 10px;
    }

    #nav-icon span:nth-child(3) {
        top: 20px;
    }

    #nav-icon.openx span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon.openx span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon.openx span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #landing-page header figure.logo {
        margin-bottom: 10vmin;
    }

    #landing-page header .logos {
        text-align: right;
    }

    #landing-page header .logos figure {
        float: left;
        margin: 3vmin;
    }

    #landing-page header .header-right figure {
    }

    #landing-page main .bg-light-blue {
        padding: 20px;
    }

    #landing-page main .btn-connect {
        font-size: 15px;
    }

    #landing-page main #homepage .nav-inverse {
        display: block !important;
    }

    main .main-banner {
        background-size: cover;
    }

    main .main-banner .buttons {
        margin-top: 20px;
    }

    main .main-banner .buttons .button {
        font-size: 11px;
        width: 100px;
    }

    main .main-banner #log-area .login input[type="text"],
    main .main-banner #log-area .login input[type="password"] {
        width: 33%;
    }

    main .main-banner .welcome-screen {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    }

}

header .header-right figure:nth-child(2) {
    margin-top: 30px;
}

header .header-right figure:nth-child(3) {
    margin-top: 29px;
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .header-right figure img {
        width: auto;
        display: inline-block;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-right figure {
        margin-left: 80px !important;
    }
}

.reg_check {
    width: 180px;
    float: right;
}

.upper_case {
    text-transform: uppercase !important;
}

.status-duration p,
.status-duration strong {
    font-weight: bold !important;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    header .header-right figure {
        padding-right: 0px;
        width: 50%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    header .header-right .button-sec span {
        line-height: 43px;
        margin-left: 10px;
        font-size: 14px;
    }

    header .header-right .button-sec {
        width: 90px;
        float: left;
        display: inline;
        margin-left: 0px;
    }

    .header-right div[class*="col"] .button {
        width: 40px;
        height: 40px;
    }

    header .header-right .button-sec .button {
        margin-top: 0 !important;
        padding-top: 20px !important;
        float: initial !important;
        margin: 0 auto;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    header .header-right figure {
        padding-right: 0px;
    }

    header .header-right .button-sec span {
        line-height: 43px;
        margin-left: 10px;
        font-size: 14px;
    }

    header .header-right .button-sec {
        width: 90px;
        float: left;
        display: inline;
        margin-left: 0px;
    }

    .header-right div[class*="col"] .button {
        width: 40px;
        height: 40px;
    }

    header .header-right .button-sec .button {
        margin-top: 0 !important;
        padding-top: 20px !important;
    }

    .header-right figure {
        margin-left: 55px !important;
    }

    .header-right div[class*="col"] {
        margin-top: 0 !important;
    }

    /*.b_hr {margin-left: 100px !important;}*/
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .slider-area {
        margin-top: 0 !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .flag2 {
        margin-top: 10px !important;
    }

    .flag3 {
        margin-top: 10px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    header .header-right figure {
        padding-right: 0px;
        padding-right: 0;
        width: 50%;
        margin: 0 auto !important;
        padding: 0;
        text-align: center;
    }

    header .header-right .button-sec span {
        line-height: 43px;
        margin-left: 10px;
        font-size: 14px;
    }

    header .header-right .button-sec {
        width: 90px;
        float: left;
        display: inline;
        margin-left: 0px;
    }

    .header-right div[class*="col"] .button {
        width: 40px;
        height: 40px;
    }

    header .header-right .button-sec .button {
        margin-top: 0 !important;
        padding-top: 20px !important;
    }

    .header-right figure {
        margin-left: 55px !important;
    }

    .header-right div[class*="col"] {
        margin-top: 0 !important;
    }

    /*.b_hr {margin-left: 130px !important;}*/
    .flag2 {
        margin-top: 10px !important;
    }

    .flag3 {
        margin-top: 10px !important;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .slider-area {
        margin-top: 0 !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    header .header-right figure {
        padding-right: 16px;
        width: 50%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    header .header-right .button-sec span {
        line-height: 43px;
        margin-left: 10px;
        font-size: 14px;
    }

    header .header-right .button-sec {
        width: 90px;
        float: left;
        display: inline;
        margin-left: 0px;
    }

    .header-right div[class*="col"] .button {
        width: 40px;
        height: 40px;
    }

    header .header-right .button-sec .button {
        margin-top: 0 !important;
        padding-top: 20px !important;
        float: initial !important;
        margin: 0 auto;
    }

    header .header-right .button-sec {
        margin-left: 19px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    header .header-right figure {
        padding-right: 0px;
        width: 50%;
        margin: 0 auto !important;
        padding: 0;
        text-align: center;
    }

    .header-right figure {
    }

    header .header-right .button-sec span {
        line-height: 43px;
        margin-left: 10px;
        font-size: 14px;
    }

    header .header-right .button-sec {
        width: 90px;
        float: left;
        display: inline;
        margin-left: 0px;
    }

    .header-right div[class*="col"] .button {
        width: 40px;
        height: 40px;
    }

    header .header-right .button-sec .button {
        margin-top: 0 !important;
        padding-top: 20px !important;
    }

    .header-right figure {
        margin-left: 60px !important;
    }

    .header-right div[class*="col"] {
        margin-top: 0 !important;
    }

    .b_hr {
        margin-left: 200px;
    }

    .flag2 {
        margin-top: 10px !important;
    }

    .flag3 {
        margin-top: 10px !important;
    }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .slider-area {
        margin-top: 0 !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPad ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .b_hl {
        width: 100%;
        display: block;
    }

    .b_hr {
        margin-left: 120px;
        width: 100%;
    }

    .flag2 {
        margin-top: 23px !important;
    }

    .flag3 {
        margin-top: 22px !important;
    }

    header .header-right figure {
        width: 50%;
        margin: 0 auto !important;
        padding: 0;
        text-align: center;
    }

    header .header-right figure img {
        display: inline-block;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    header .header-right figure {
        padding-right: 0;
        margin: 0 !important;
        padding: 10px;
    }

    header .header-right .button-sec {
        margin-left: 0;
    }

    .b_hl {
        margin-left: -44px;
    }

    .b_hr {
        margin-right: -68px !important;
        float: right;
    }

    .flag22 {
        margin-right: 84px !important;
        margin-left: 145px !important;
    }

    .flag2 {
        margin-top: 23px !important;
    }

    .flag3 {
        margin-top: 21px !important;
    }
}

/* Mobil android */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
    .header-right figure {
        margin-left: 50px !important;
    }

    .flag2 {
        margin-top: 7px !important;
    }

    .flag3 {
        margin-top: 7px !important;
    }

    .slider-area {
        margin-top: 0 !important;
    }

}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
    header .header-right .button-sec {
        margin-left: 0px !important;
    }

}

/* HP PC */
@media only screen and (min-device-width: 900px) and (max-device-width: 1920px) {
    .flag22 {
        margin-right: 84px !important;
        margin-left: 145px !important;
    }

    .flag2 {
        margin-top: 23px !important;
    }

    .flag3 {
        margin-top: 21px !important;
    }
}

/* Samsung tablet */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) {
    .flag2 {
        margin-top: 19px !important;
    }

    .flag2,
    .flag3 {
        margin: 0 !important;
        padding: 10px
    }

}

.button-sec {
    direction: ltr !important;
}

#info_back_btn {
    position: fixed;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 40px;
    font-size: 18px;
    bottom: 0;
    right: 30px;
    background: #0b3e6f;
    color: #fff;
    border-radius: 10px 10px 0 0;
    line-height: 40px
}

.slider-area {
    position: relative;
}

.slider-area .title {
    display: block;
    width: 100%;
    background: #3d96cb;
    padding: 10px;
    height: 45px;
}

.slider-area .title h3 {
    margin: 5px 0 0 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.slider-area .title a {
    color: #fff;
}

.slider-area .title a:hover {
    text-decoration: underline;
}

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -6px;
}

.unslider-wrap {
    position: relative;
    overflow: hidden;
}

.unslider-carousel img {
    width: 100%;
    overflow: hidden;
}

.unslider-carousel a {
    color: #024294;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    line-height: 22px;
}

.unslider-carousel span {
    color: #111;
    font-style: italic;
}

.unslider-wrap.unslider-carousel > li {
    float: left;
    border: 1px solid #fff;
}

.unslider-vertical > ul {
    height: 100%;
}

.unslider-vertical li {
    float: none;
    width: 100%;
}

.unslider-fade {
    position: relative;
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10;
}

.unslider li,
.unslider ol,
.unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

.unslider-arrow {
    position: absolute;
    left: 40px;
    top: 40%;
    z-index: 2;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 32px;
    height: 32px;
    line-height: 0;
    text-align: center;
}

.unslider-arrow.next {
    left: auto;
    right: 40px;
}

.unslider-nav {
    display: none;
}

.unslider-nav ol {
    list-style: none;
    text-align: center;
}

.unslider-nav ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}

.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}

@media only screen and (max-width: 768px) {
    .slider-area {
        position: relative;
        margin-top: 30px;
        margin-bottom: 32px;
    }
}

/* UPDATE: NEWS */
.news-area {
    background: #fff;
    padding: 10px 20px;
}

.news-area .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.news-area div[class*="row"] {
    margin-bottom: 20px;
}

.news-area h2 {
    margin: 0 0 10px;
    color: #224187;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10em;
}

.news-area h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.news-area h3 a {
    color: #355cd1;
}

.news-area h3 a:hover {
    color: #1136a3;
}

.news-area p {
    font-size: 14px;
    margin-bottom: 5px;
}

.news-area .pagination > li > a {
    border: none;
    border-radius: 0;
    color: #1760d4;
}

.news-area .pagination > .active > a {
    background: transparent;
    border: 1px solid #1760d4;
    color: #1760d4;
}

.news-area .date {
    color: #888;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    figure {
        margin-bottom: 15px;
        width: 50%;
        margin: 0 auto !important;
        padding: 0;
        text-align: center;
    }

    figure img {
        display: inline-block !important;
    }
}

.media_space {
    padding: 10px
}

.custom_ul_li ul li {
    list-style-type: square !important;
}

.custom_ul_li ul {
    list-style-type: square !important;
}

.navbar {
    margin-bottom: 0px;
}

#survey_btn {
    background: #3d97c9;
    border-left: 15px solid #0f68c4
}

#survey_btn:hover {
    background: #3d97c9 !important;
}

#survey_btn a:hover {
    background: #3d97c9 !important;
}

.survey_notice {
    border-radius: 50%;
    float: right;
    display: block;
    background: #e4f2fd;
    text-align: center;
    color: #0e67c1;
    font-weight: bold;
    font-size: 21px;
    width: 29px;
}

.none {
    display: none;
}

.modal {
    z-index: 9999991;
}

.modal-backdrop {
    z-index: 999999;
}

.sweet-overlay {
    z-index: 9999992;
}

.sweet-alert {
    z-index: 9999993;
}

.reset_password_alert {
    font-weight: bold !important;
    background: rgba(92, 184, 92, 0.38);
    padding-left: 2px;
    padding-right: 2px;
}

.reset_password_alert * {
    line-height: 18px !important;
    font-size: 12px !important;
}

#login_form input,
#login_form select,
#register input,
#register select,
#resetPassword input,
#resetPassword select {
    direction: ltr !important;
}

.txt_center {
    text-align: center;
}

.center {
    text-align: center;
    margin: 0 auto;
}


/* LAST ADDED : 26.08.19 */
.btn-register-here {
    margin-top: 32px;
    border-width: 0;
    background-color: #6bb83d;
    border-radius: 1px;
    padding: .6rem 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.color-green {
    color: #6bb83d;
}

.btn-back {
    background: #666666;
    color: #fff;
    float: right;
    margin-top: .5rem;
}

.btn-back:hover {
    background: #333;
    color: #fff;
}

.popover-text {
    color: red;
    font-weight: bold;
}

.block-item {
    position: initial;
    z-index: 1;
    background-color: #ffffe9;
    padding: 1rem 1rem 0.5rem;
    margin-bottom: 1.5rem;
    /* min-height: 155px; */
}

/* .block-item .block-item_arrow {
    display: inline-block;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0px;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ffffe9;
    border-width: 10px;
    display:none;
} */

/* .block-item .block-item_right_arrow {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: -20px;
    top: 0px;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffe9;
    border-width: 10px;
    display:none;
} */

.left-side {
    position: relative;
    z-index: 1;
}

.left-side:after {
    left: 100%;
    top: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ffffe9;
    border-width: 10px;
    display: none;
}

.block-item.left-side.name:after {
    top: 7%;
}

.right-side {
    position: relative;
    z-index: 1;
}

.right-side:after {
    right: 100%;
    top: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffe9;
    border-width: 10px;
    display: none;
}

.block-item.right-side.first-arrow:after {
    top: 80%;
}

.block-item.right-side.second-arrow:after {
    top: 80%;
}

.block-item.right-side.third-arrow:after {
    top: 25%;
}

.block-item_header .title {
    margin: 0 0 .5rem;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: break-word;
}

.block-item h3 {
    margin: 0 0 .5rem;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: break-word;
}

/* .block-item h6 {
    margin: .5rem 0;
    font-size: 14px;
    font-weight: 600;
}

.block-item p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
} */

.block-item_body p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.block-item p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.link-right {
    float: right;
    margin-bottom: 1rem;
}

.tooltip_dsgn {
    display: none;
}


.modal-backdrop.fade{
    opacity: 1 !important;
}
.modal-backdrop{
    background-color: rgba(0, 0, 0, 0.80);
}

.design-modal .modal-content{
    border-radius: 0 !important;
    border-width: 0;
    color: #fff;
}
.design-modal .modal-header{
    background-color: #31b97b;
    background-image: url('../images/modal-header-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 15rem;
    padding-top: 2rem;
    padding-left: 2rem;
}
.design-modal .modal-body {
    padding: 15px 15px 30px;
}
.design-modal .image-list-items{
    color: #222;
    list-style-type: none;
}
.design-modal .image-list-items li{
    background-image: url('../images/icon-confirm.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 2rem;
    min-height: 40px;
}
.design-modal .text-danger{
    color: #df0000;
}

@media (max-width: 1200px) {
    .block-item {
        display: none;
    }

    main.main-banner #log-area #register .form-groups label {
        font-size: 12px;
    }

    main.main-banner #log-area #register i[class*="glyphicon"] {
        position: absolute;
        top: 8px;
        right: 10px;
        z-index: 3333;
    }

    /* Tooltip */
    .tooltip_dsgn {
        color: #222;
        position: relative;
        width: 100%;
        display: block;
    }

    .tooltip_dsgn + .tooltip > .tooltip-inner {
        background-color: #ffffe9;
        color: #222;
        border: 1px solid #d6d6bf;
        padding: 15px;
    }

    .tooltip_dsgn + .tooltip.top > .tooltip-arrow {
        border-top: 5px solid #d6d6bf;
    }

    .tooltip_dsgn + .tooltip.bottom > .tooltip-arrow {
        border-bottom: 5px solid #d6d6bf;
    }

    .tooltip_dsgn + .tooltip.left > .tooltip-arrow {
        border-left: 5px solid #d6d6bf;
    }

    .tooltip_dsgn + .tooltip.right > .tooltip-arrow {
        border-right: 5px solid #d6d6bf;
    }

}

/* Modal Success Message v2 - BEGIN */
/* @font-face {
    font-family: 'open_sansbold';
    src: url("fonts/opensans-bold.eot");
    src: url("fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold.woff2") format("woff2"), url("fonts/opensans-bold.woff") format("woff"), url("fonts/opensans-bold.ttf") format("truetype"), url("fonts/opensans-bold.svg#open_sansbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url("fonts/opensans-regular.eot");
    src: url("fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular.woff2") format("woff2"), url("fonts/opensans-regular.woff") format("woff"), url("fonts/opensans-regular.ttf") format("truetype"), url("fonts/opensans-regular.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.register__modal {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
    opacity: 0;
}

.register__modal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.register__modal.close {
    -webkit-animation: fadeOut 0.15s ease-out forwards;
    animation: fadeOut 0.15s ease-out forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}



@media screen and (max-width: 768px) {
    .register__modal {
        width: 104vw;
        height: 100%;
    }

    .register__modal__content {
        width: 90% !important;
        min-height: 70%;
    }
}

@media screen and (max-height: 768px) and (max-width: 1024px) {
    .register__modal {
        width: 104vw;
        height: 100%;
    }

    .register__modal__content {
        width: 90% !important;
    }
}

@media screen and (max-width: 620px) {
    .register__modal {
        height: 120vh;
    }
}

@media screen and (max-width: 576px) {
    .register__modal {
        width: 101vw;
        height: 100%;
    }

    .register__modal__content {
        max-height: 95vh;
    }
}

@media screen and (max-width: 375px) {
    .register__modal {
        width: 101vw;
        height: 100%;
    }
    
    .register__modal__content {
        width: 95vw;
        max-height: initial;
        min-height: 80%;
        padding: 2rem 1rem !important;
    }
}

@media screen and (max-height: 375px) {
    .register__modal {
        width: 101vw;
        height: 100%;
    }
    
    .register__modal__content {
        width: 95vw;
        max-height: initial;
        min-height: 55%;
        padding: 2rem 1rem !important;
    }
}

.register__modal h2,
.register__modal h3,
.register__modal p {
    margin: 0;
    padding: 0;
}

.register__modal .register__modal__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 858px;
    height: auto;
    padding: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.2);
}


.register__modal .register__modal__content .top__content {
    width: 100%;
    text-align: center;
    margin-bottom: 44px;
}

@media screen and (max-width: 576px) {
    .register__modal .register__modal__content .top__content {
        margin-bottom: 22px;
    }
}

@media screen and (max-height: 768px) {
    .register__modal .register__modal__content .top__content {
        margin-bottom: 18px;
    }
}

.register__modal .register__modal__content .top__content .modal__title {
    font-size: 26px;
    font-family: 'open_sansbold', sans-serif;
    color: #00966e;
    margin-bottom: 6px;
}

@media screen and (max-width: 576px) {
    .register__modal .register__modal__content .top__content .modal__title {
        font-size: 22px;
    }
}

.register__modal .register__modal__content .top__content .modal__sub__title {
    font-size: 15px;
    font-family: 'open_sansregular', sans-serif;
    color: #00966e;
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .register__modal .register__modal__content .top__content .modal__sub__title {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .register__modal .register__modal__content .top__content .modal__sub__title {
        font-size: 14px;
    }
}

.register__modal .register__modal__content .middle__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .register__modal .register__modal__content .middle__content {
        height: 500px;
    }
}

@media screen and (max-width: 576px) {
    .register__modal .register__modal__content .middle__content {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 415px) {
    .register__modal .register__modal__content .middle__content {
        margin-bottom: 11rem;
    }
}

.register__modal .register__modal__content .middle__content .modal__content__item {
    margin-bottom: 24px;
}

@media screen and (max-width: 576px) {
    .register__modal .register__modal__content .middle__content .modal__content__item {
        margin-bottom: 18px;
    }
}

@media screen and (max-height: 768px) {
    .register__modal .register__modal__content .middle__content .modal__content__item {
        margin-bottom: 10px;
    }
}

.register__modal .register__modal__content .middle__content .modal__content__item h3 {
    font-size: 15px;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
    color: #004a98;
}

.register__modal .register__modal__content .middle__content .modal__content__item p {
    font-size: 15px;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    color: #3b4e57;
}

@media screen and (max-width: 576px) {
    .register__modal .register__modal__content .middle__content .modal__content__item p {
        font-size: 14px;
    }
}

.register__modal .register__modal__content .middle__content .modal__content__item p span {
    text-transform: uppercase;
    color: #df0000;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
}

.register__modal .register__modal__content .middle__content .modal__content__item .custom__item__title {
    color: #3b4e57;
}

.register__modal .register__modal__content .middle__content .modal__content__item .custom__item__desc {
    color: #3b4e57;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
}

.register__modal .register__modal__content .bottom__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register__modal .register__modal__content .bottom__content .ok__button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00966e), to(#00916a));
    background: linear-gradient(to bottom, #00966e, #00916a);
    -webkit-box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.register__modal .register__modal__content .bottom__content .ok__button:hover {
    -webkit-box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3);
    box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3);
}

.register__modal .register__modal__content .bottom__content .ok__button img {
    width: 45px;
    margin: auto;
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        display: none;
    }
}

.open__button {
    background-color: #3e69c5;
    height: 45px;
    padding: 0 2rem;
    display: inline-block;
    border-radius: 22.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-family: sans-serif;
} */
/* Modal Success Message v2 - END */





/* Modal Success Message v2.1 - BEGIN */
/* @font-face {
    font-family: 'open_sansbold';
    src: url("fonts/opensans-bold.eot");
    src: url("fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold.woff2") format("woff2"), url("fonts/opensans-bold.woff") format("woff"), url("fonts/opensans-bold.ttf") format("truetype"), url("fonts/opensans-bold.svg#open_sansbold") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'open_sansregular';
    src: url("fonts/opensans-regular.eot");
    src: url("fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular.woff2") format("woff2"), url("fonts/opensans-regular.woff") format("woff"), url("fonts/opensans-regular.ttf") format("truetype"), url("fonts/opensans-regular.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @-webkit-keyframes fadeOut {
    100% {
      opacity: 0;
      display: none;
    }
  }
  
  @keyframes fadeOut {
    100% {
      opacity: 0;
      display: none;
    }
  }
  
  .open__button {
    background-color: #3e69c5;
    height: 45px;
    padding: 0 2rem;
    display: inline-block;
    border-radius: 22.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-family: sans-serif;
  }
  
  .register__modal, {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    width: 103%;
    min-height: 103%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
    display: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .register__modal.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .register__modal.close {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  input[type="checkbox"]:checked + .register__modal {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  
  @media screen and (max-width: 576px) {
    .register__modal {
      height: 180%;
    }
  }
  
  @media screen and (max-height: 768px) {
    .register__modal {
      min-height: 125%;
    }
  }
  
  @media screen and (max-height: 376px) {
    .register__modal {
        min-height: initial;
        height: 100%;
        overflow: hidden;
    }
  }
  
  @media screen and (max-width: 376px) {
    .register__modal {
      min-height: initial;
      height: 103%;
    }
  }
  
  .register__modal h2,
  .register__modal h3,
  .register__modal p {
    margin: 0;
    padding: 0;
  }
  
  .register__modal .register__modal__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    width: 858px;
    height: 90%;
    padding: 46px;
    display: block;
    -webkit-box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  @media screen and (max-width: 992px) {
    .register__modal .register__modal__content {
      width: 90%;
    }
  }
  
  @media screen and (max-width: 768px) {
    .register__modal .register__modal__content {
      padding: 2rem 1rem;
      height: 70%;
    }
  }
  
  @media screen and (max-width: 576px) {
    .register__modal .register__modal__content {
      padding: 1rem;
    }
  }

  @media screen and (max-height: 769px) {
    .register__modal .register__modal__content {
        height: 70%;
    }
  }

  @media screen and (max-height: 376px) {
    .register__modal .register__modal__content {
        height: 65%;
    }
  }

  @media screen and (max-width: 376px) {
    .register__modal .register__modal__content {
        height: 80%;
    }
  }
  
  .register__modal .register__modal__content .top__content {
    width: 100%;
    text-align: center;
    margin-bottom: 44px;
  }
  
  @media screen and (max-width: 776px) {
    .register__modal .register__modal__content .top__content {
      margin-bottom: 28px;
    }
  }
  
  @media screen and (max-height: 768px) {
    .register__modal .register__modal__content .top__content {
      margin-bottom: 16px;
    }
  }
  
  .register__modal .register__modal__content .top__content .modal__title {
    font-size: 26px;
    font-family: 'open_sansbold', sans-serif;
    color: #00966e;
    margin-bottom: 6px;
  }
  
  @media screen and (max-width: 768px) {
    .register__modal .register__modal__content .top__content .modal__title {
      font-size: 22px;
    }
  }
  
  .register__modal .register__modal__content .top__content .modal__sub__title {
    font-size: 15px;
    font-family: 'open_sansregular', sans-serif;
    color: #00966e;
    width: 85%;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 768px) {
    .register__modal .register__modal__content .top__content .modal__sub__title {
      width: 100%;
      font-size: 14px;
    }
  }
  
  .register__modal .register__modal__content .middle__content {
    width: 100%;
    display: block;
  }
  
  .register__modal .register__modal__content .middle__content .modal__content__item {
    margin-bottom: 24px;
  }
  
  @media screen and (max-width: 576px) {
    .register__modal .register__modal__content .middle__content .modal__content__item {
      margin-bottom: 18px;
    }
  }
  
  .register__modal .register__modal__content .middle__content .modal__content__item h3 {
    font-size: 15px;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
    color: #004a98;
  }
  
  .register__modal .register__modal__content .middle__content .modal__content__item p {
    font-size: 15px;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    color: #3b4e57;
  }
  
  @media screen and (max-width: 768px) {
    .register__modal .register__modal__content .middle__content .modal__content__item p {
      font-size: 14px;
    }
  }
  
  .register__modal .register__modal__content .middle__content .modal__content__item p span {
    text-transform: uppercase;
    color: #df0000;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
  }
  
  .register__modal .register__modal__content .middle__content .modal__content__item .custom__item__title {
    color: #3b4e57;
  }
  
  .register__modal .register__modal__content .middle__content .modal__content__item .custom__item__desc {
    color: #3b4e57;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
  }
  
  .register__modal .register__modal__content .bottom__content {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  
  .register__modal .register__modal__content .bottom__content .ok__button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer !important;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00966e), to(#00916a));
    background: linear-gradient(to bottom, #00966e, #00916a);
    -webkit-box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 99999;
  }
  
  .register__modal .register__modal__content .bottom__content .ok__button:hover {
    -webkit-box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3);
            box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3);
            cursor: pointer;
  }
  
  .register__modal .register__modal__content .bottom__content .ok__button img {
    width: 45px;
    margin: auto;
    cursor: pointer;
  }

  @media screen and (max-width: 321px) {
    .register__modal {
      height: 250vh !important;
    }
  }  
  
  @media screen and (max-width: 321px) {
    .register__modal .register__modal__content {
      height: 80%;
    }
  }   */
/* Modal Success Message v2.1 - END */


/* Tingle Custom Modal CSS */
.tingle-modal {
 z-index: 999999 !important;
 font-family: 'open_sansregular', sans-serif !important;
 font-weight: normal !important;
 background-color: rgba(0, 0, 0, 0.75) !important;
}

.tingle-modal h3 {
    margin-bottom: 0;
}

.tingle-modal p {
    line-height: 1.3;
}

.tingle-modal-box {
    width: 45%;
    margin: auto;
    -webkit-box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2rem 0.3rem rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 0;
    padding: 46px;
}

@media screen and (max-width: 1400px) {
    .tingle-modal-box {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .tingle-modal-box {
        width: 80%;
    }
}

@media screen and (max-width: 577px) {
    .tingle-modal-box {
        width: 90%;
        padding: 40px 16px;
        margin: 4rem auto;
    }
}

@media screen and (max-height: 400px) {
    .tingle-modal-box {
        width: 90%;
        padding: 40px 16px;
        margin: 4rem auto;
    }
}

.tingle-modal-box__content {
  padding: 0 !important;
}


.tingle-modal__close {
    display: none;
}

.tingle-modal-box__content .top__content {
    width: 100%;
    text-align: center;
    margin-bottom: 44px;
  }
  
  @media screen and (max-width: 776px) {
    .tingle-modal-box__content .top__content {
      margin-bottom: 28px;
    }
  }
  
  @media screen and (max-height: 768px) {
    .tingle-modal-box__content .top__content {
      margin-bottom: 16px;
    }
  }

  @media screen and (max-width: 321px) {
    .tingle-modal-box__content .top__content {
     margin-bottom: 3rem;
    }
  }
  
  .tingle-modal-box__content .top__content .modal__title {
    font-size: 26px;
    font-family: 'open_sansbold', sans-serif;
    color: #00966e;
    margin-bottom: 6px;
    margin-top: 0 !important;
  }
  
  @media screen and (max-width: 768px) {
    .tingle-modal-box__content .top__content .modal__title {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 321px) {
    .tingle-modal-box__content .top__content .modal__title {
      font-size: 18px;
    }
  }
  
  .tingle-modal-box__content .top__content .modal__sub__title {
    font-size: 15px;
    font-family: 'open_sansregular', sans-serif;
    color: #00966e;
    width: 85%;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 768px) {
    .tingle-modal-box__content .top__content .modal__sub__title {
      width: 100%;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 321px) {
    .tingle-modal-box__content .top__content .modal__sub__title {
     font-size: 12px;
    }
  }

  .tingle-modal-box__content .middle__content {
    width: 100%;
    display: block;
  }
  
  .tingle-modal-box__content .middle__content .modal__content__item {
    margin-bottom: 24px;
  }
  
  @media screen and (max-width: 576px) {
    .tingle-modal-box__content .middle__content .modal__content__item {
      margin-bottom: 18px;
    }
  }
  
  .tingle-modal-box__content .middle__content .modal__content__item h3 {
    font-size: 15px;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
    color: #004a98;
    margin-bottom: 3px;
    margin-top: 0;
  }

  @media screen and (max-width: 321px) {
    .tingle-modal-box__content .middle__content .modal__content__item h3 {
     font-size: 14px;
     margin-bottom: 6px;
    }
  }
  
  .tingle-modal-box__content .middle__content .modal__content__item p {
    font-size: 15px;
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    color: #3b4e57;
  }
  
  @media screen and (max-width: 768px) {
    .tingle-modal-box__content .middle__content .modal__content__item p {
      font-size: 14px;
    }
  }
  
  .tingle-modal-box__content .middle__content .modal__content__item p span {
    text-transform: uppercase;
    color: #df0000;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
  }
  
  .tingle-modal-box__content .middle__content .modal__content__item .custom__item__title {
    color: #3b4e57;
  }
  
  .tingle-modal-box__content .middle__content .modal__content__item .custom__item__desc {
    color: #3b4e57;
    font-family: 'open_sansbold', sans-serif;
    font-weight: bold;
  }
  
  .tingle-modal-box__content .bottom__content {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
  }
    

  .tingle-modal-box__footer {
      background-color: transparent !important;
      padding: 0 !important;
      width: 77px;
      height: 77px;
      border-bottom-right-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
      margin: 0 auto !important;
  }

  .tingle-btn {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00966e), to(#00916a));
    background: linear-gradient(to bottom, #00966e, #00916a);
    -webkit-box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow: inset -2px -5px 8px rgba(0, 0, 0, 0.3), inset 2px 5px 8px rgba(255, 255, 255, 0.3), 3.5px 4px 0px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 0;
  }

  .tingle-btn:hover {
    -webkit-box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3) !important;
    box-shadow: inset 2px 8px 6px rgba(0, 0, 0, 0.3), inset -2px -5px 8px rgba(255, 255, 255, 0.3) !important;
    cursor: pointer !important;
  }
  
  .tingle-btn img {
    width: 45px;
    margin: auto;
  }

  @media (max-width: 540px) {
      .tingle-modal-box__footer .tingle-btn {
          display: block;
          float: none;
          margin-bottom: 0;
          width: 77px;
      }
  }










  .welcome-screen .form-groups {
    position: relative;
  }

  .welcome-screen .form-groups .tda-left {
    display: inline-block;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ffffe9;
    border-width: 10px;
    position: absolute;
    top: 32px;
    left: -50px;
  }

  @media screen and (max-width: 1200px){
    .welcome-screen .form-groups .tda-left {
        display: none;
    }
  }

  /* @media screen and (max-width: 769px){
    .welcome-screen .form-groups .tda-left {
        left: -42.5px;
    }
  } */

  .welcome-screen .form-groups .tda-right {
    display: inline-block;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #ffffe9;
    border-right-color: #ffffe9;
    border-width: 10px;
    position: absolute;
    top: 32px;
    right: -50px;
  }

  @media screen and (max-width: 1200px){
    .welcome-screen .form-groups .tda-right {
        display: none;
    }
  }

  /* @media screen and (max-width: 769px){
    .welcome-screen .form-groups .tda-right {
        right: -42.5px;
    }
  } */

  @media screen and (min-width: 993px) and (max-width: 1200px) {
    .welcome-screen  {
        width: 60%;
        margin: 0 auto;
    }
  }

  @media screen and (min-width: 577px) and (max-width: 992px) {
    .welcome-screen  {
        width: 70%;
        margin: 0 auto;
    }
  }

  .block-item p span {
      font-size: 14px !important;
  }

  .block-item td span {
    font-size: 14px !important;
}

@media screen and (max-width: 1366px){
    .usrap__input__wrapper {
        margin-bottom: 3rem;
    }

    .first-arrow {
        min-height: 225px !important;
    }

    .year__input__wrapper {
        margin-bottom: 1rem;
    }
}

.block-item {
    border-style: solid;
    border-width: 3px;
    border-color: transparent;
}



.tda-left, .tda-right {
    display: none !important;
}

.custom__label.focus {
    text-decoration: underline;
}

.block-item {
    border: 1px solid transparent;
}

.block-item.glow {
    transition: box-shadow 0.5s ease-out, border 0.5s ease-out;
    box-shadow: 0 0 1rem #00956E;
    border: 1px solid #00956E;
}

.form-in.focus, #lang.focus {
    transition: box-shadow 0.5s ease-out, border 0.5s ease-out;
    box-shadow: 0 0 0.4rem #00956E;
    border: 1px solid #00956E !important;
}
