/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */
html, button, input, select, textarea {
    color: #222;
}

html {
    font-size: 62.5%;
    line-height: 1.4;
}

/* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */
audio, canvas, img, video {
    vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

/* ========================================================================== Browse Happy prompt ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #fff;
    padding: 0.2em 0;
}

/* ===== Initializr Styles ================================================== Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template ========================================================================== */
@-ms-viewport {
    width: device-width;
}

/* ========================================================================== Author's custom styles ========================================================================== */
ul, img, header, footer, section, figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

a {
    text-decoration: none;
}

a:focus {
    border: 0;
    outline: 0;
}

a, a:hover, i, i:hover {
    transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.no-padding {
    padding: 0px !important;
}

.t-r {
    text-align: right !important;
}

.t-c {
    text-align: center !important;
}

.flt-l {
    float: left !important;
}

.flt-r {
    float: right !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

textarea, select, input[type="text"], input[type="email"], input[type="tel"], input[type="button"], input[type="submit"] {
    /*-webkit-appearance: none;
    */
    border-radius: 0;
}

.copy_from {
    color: #fff !important;
    font-family: 'SFProDisplayRegular' !important;
    background: #104383 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    border-radius: 6px !important;
    line-height: 40px !important;
    text-decoration: none !important;
    padding: 0 30px !important;
    width: 100%;
}

.copy_from .fa-clone {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block !important;
    margin-right: 5px;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

@font-face {
    font-family: 'SFProDisplayRegular';
    src: url('../font/SFProDisplayRegular.eot');
    src: url('../font/SFProDisplayRegular.eot') format('embedded-opentype'), url('../font/SFProDisplayRegular.woff2') format('woff2'), url('../font/SFProDisplayRegular.woff') format('woff'), url('../font/SFProDisplayRegular.ttf') format('truetype'), url('../font/SFProDisplayRegular.svg#SFProDisplayRegular') format('svg');
}

@font-face {
    font-family: 'SFProDisplayBold';
    src: url('../font/SFProDisplayBold.eot');
    src: url('../font/SFProDisplayBold.eot') format('embedded-opentype'), url('../font/SFProDisplayBold.woff2') format('woff2'), url('../font/SFProDisplayBold.woff') format('woff'), url('../font/SFProDisplayBold.ttf') format('truetype'), url('../font/SFProDisplayBold.svg#SFProDisplayBold') format('svg');
}

@font-face {
    font-family: 'SFProDisplaySemibold';
    src: url('../font/SFProDisplaySemibold.eot');
    src: url('../font/SFProDisplaySemibold.eot') format('embedded-opentype'), url('../font/SFProDisplaySemibold.woff2') format('woff2'), url('../font/SFProDisplaySemibold.woff') format('woff'), url('../font/SFProDisplaySemibold.ttf') format('truetype'), url('../font/SFProDisplaySemibold.svg#SFProDisplaySemibold') format('svg');
}

@font-face {
    font-family: 'SFProDisplayMedium';
    src: url('../font/SFProDisplayMedium.eot');
    src: url('../font/SFProDisplayMedium.eot') format('embedded-opentype'), url('../font/SFProDisplayMedium.woff2') format('woff2'), url('../font/SFProDisplayMedium.woff') format('woff'), url('../font/SFProDisplayMedium.ttf') format('truetype'), url('../font/SFProDisplayMedium.svg#SFProDisplayMedium') format('svg');
}

.container {
    max-width: 1280px;
    width: 100%;
}

.header {
    background: #fff;
}

.header .logo {
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}

.header .nav {
    float: right;
    position: relative;
    /* margin: 26px 0 0; */
    padding: 0 0;
}

.header .nav ul {
    float: right;
    width: 100%;

    margin: 0 0 0 0;
}

.header .nav li {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-family: 'SFProDisplayRegular';
    letter-spacing: 1px;
    text-decoration: none;
}

.header .nav li a {
    float: left;
    color: #484848;
    font-size: 16px;
    text-decoration: none;
    font-family: 'SFProDisplayRegular';
    line-height: 40px;
    padding: 0 12px;
    border-radius: 6px;
    margin: 0 4px;
}

.header .nav li a:hover,
.header .nav li a:focus,
.header .nav li.active.open,
.header .nav li.active.open li a:hover {
    color: #fbfbfb !important;
    background: #123B78 !important;
    text-decoration: none;
}

.header .nav li.active.open li a {
    background: none !important;
    /* color: #484848 !important; */
}

.header .nav li.active a {
    color: #fbfbfb;
    background: #123B78;
    text-decoration: none;
}

.header .nav li.active a:focus {
    background: none;
}

.header .nav li.active a .dropdown-item {
    background: #fff !important;
    background: #fff !important;
    color: #484848 !important;
    border: 2px solid red;
}

/* .header .nav li a:focus{
    background: none;
}*/
.header .nav .ph_block {
    float: right;
    width: auto;
    margin: 10px 50px 0 50px;
}

.header .nav .ph_block .phone {
    float: left;
    background: url(../images/ph-icon.png) no-repeat left top 5px;
    color: #484848;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    font-family: 'SFProDisplayBold';
    letter-spacing: 1px;
    padding: 0 0 0 18px;
    margin: 0 0 0 0;
}

.header a.apply {
    float: right;
    color: #fff;
    font-family: 'SFProDisplayRegular';
    background: #CF0202;
    border: 2px solid #CF0202;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0px 0 0 34px;
}

.header a.apply--alt {
    background: white;
    border: 2px solid #123B78;
    color: #123B78;
}


.btn-red {
    color: #fff;
    font-family: 'SFProDisplayRegular';
    background: #CF0202;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0px 0 0 0;
    border: 1px solid #cf0202;
    border-color: #cf0202;
    outline: none !important;
    display: inline-block;
    cursor: pointer;
}

.btn-green {
    color: #fff;
    font-family: 'SFProDisplayRegular';
    background: green;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0px 0 0 0;
    border: 1px solid green;
    border-color: green;
    outline: none !important;
    display: inline-block;
    cursor: pointer;
}

.home-icon.home-icon.home-icon a {
    background: rgb(17, 67, 131);
    width: 44px;
    height: 44px;
    margin: 0;
    display: block;
    border-radius: 44px;
    line-height: 44px;
    text-align: center;
    color: white;
    font-size: 16px;
    box-sizing: border-box;
    max-width: 44px;
    float: none;
    padding: 0;
}

.btn-red:hover {
    color: white;
}

.btn-big {
    font-size: 22px;
    padding: 2px 30px;
}

.header .head_botm {
    float: left;
    width: 100%;
    font-family: 'SFProDisplayBold';
    text-align: center;
    background: #123B78;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 60px;
    margin: 20px 0 0 0;
}

.header .nav li li {
    width: 100%;
    float: left;
}

.header .nav li li a {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.header .dropdown-menu {
    padding: 0;
}

.header .col-md-3 {
    /* width: 20%; */
}

#navbar {
    padding: 0;
}

.header .container,
footer .container,
.container {
    max-width: 1210px;
    width: 100%;
}

.flink ul li:last-child {
    padding-right: 0 !important;
}

.checkout-list {
    margin: 5px 5px;
    padding: 20px 0 0;
}

.checkout-list li {
    text-align: left;
    font-size: 20px;
    /* list-style-type: disc; */
    margin-bottom: 25px;
    display: flex;
}

.checkout-list li i {
    color: #7dca0a;
    margin-right: 10px;
    font-size: 24px;
}

.paycheckout {
    font-size: 18px;
}

/* Customize the label (the check-container) */
.check-container {
    display: block;
    position: relative;
    padding-left: 65px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    margin-top: 10px;
    border: 1px solid #a7a7a7;
    background: transparent;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: transparent;
    border-color: #CF0202;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 15px;
    top: 4px;
    width: 15px;
    height: 30px;
    border: solid #CF0202;
    border-width: 0 7px 7px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*------------------Banner----------------------*/
.banner {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%), url(../images/banner.jpg) no-repeat center;
    float: left;
    width: 100%;
    height: 680px;
    position: relative;
    margin: 0 0 0 0;
    background-size: cover;
}

.banner-eb5 {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%), url(../images/eb5-banner.jpg) no-repeat center !important;
    float: left;
    width: 100%;
    height: 680px;
    position: relative;
    margin: 0 0 0 0;
    background-size: cover !important;
}

.banner .container {
    width: 100%;
    padding: 0px;
    position: relative;
    height: 100%;
}

.banner .caption {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    /* height: 233px; */
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    margin-top: -40px;
}

.banner .caption h1 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 36px;
    font-family: 'SFProDisplayBold';
    line-height: 55px;
}

.banner .caption p {
    float: none;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'SFProDisplayRegular';
    line-height: 28px;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
    /*padding: 0 30%;*/
}

/* .visa-lp .banner .caption p {
    width: 460px;
    max-width: 100%;
    float:none;
    margin: 20px auto 20px;
} */

/* .visa-lp .banner .caption h1 {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
} */
/*
.visa-lp .banner {
    float: none;
} */

.single-page {
    padding: 20px 0;
}

.single-page h1,
.single-page h2,
.single-page h3 {
    color: #123B78;
}

.single-page h1 {
    margin-bottom: 15px;
}

.single-page h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.single-page p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.single-page p.text-center {
    text-align: center;
}

.single-page p.bigger {
    font-size: 18px;
}

.single-page .country_help {
    margin-top: 0;
}

.single-page #countries p {
    margin-top: 20px;
}

.banner .caption p.small {
    font-size: 14px;
}

.banner .caption p a {
    color: white;
    text-decoration: underline;
    font-family: SFProDisplayBold;
}

.banner .caption a.start {
    color: #fff;
    font-family: 'SFProDisplayBold';
    background: #CF0202;
    font-size: 34px;
    border-radius: 6px;
    line-height: 55px;
    text-decoration: none;
    padding: 15px 50px;
    margin: 5px auto 10px auto;
}

.black-box {
    background: rgba(0, 0, 0, 0.7);
    max-width: 420px;
    padding: 25px 30px;
    float: right;
    margin-right: 10px;
}

/* .black-box:after {
    display: block;
    position: absolute;
    content: " ";
    width: 1px;
    top: 0;
    height: 100%;
    right: 0;
    background: #0000006b;
} */

.black-box__list ul li {
    padding-bottom: 20px;
    display: flex;
    font-size: 16px;
}

.black-box__list ul li:last-child {
    padding-bottom: 0;
}

.black-box__list ul li i {
    font-size: 22px;
    margin-right: 10px;
}

.black-box__title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.black-box__list {
    color: white;
    text-align: left;
}

.caption a.start {
    font-size: 34px;
}

.flogo img {
    max-width: 240px;
}

.copyright p {
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
}

/*.modal-dialog {
     width: 800px !important;
}
*/

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.btn-prim {
    color: #fff;
    font-family: 'SFProDisplayRegular';
    background: #123B78;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 40px;
    text-decoration: none;
    padding: 0 22px;
    margin: 0px 0 0 0;
}

.modal-title {
    color: #2D2D2D;
    font-family: 'SFProDisplayBold';
    font-size: 36px;
    text-align: center;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
    border-bottom: none !important;
}

.modal-body label {
    float: left;
    width: 100%;
    color: #2D2D2D;
    font-family: 'SFProDisplayRegular' !important;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0;
    margin: 10px 0 0 0;
}

.modal-body select {
    display: block;
    float: left;
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    color: #2D2D2D;
    font-family: 'SFProDisplayRegular' !important;
    font-size: 18px;
    padding: 0 20px;
    margin: 15px 0 0 0;
}

.modal-body .travel {
    width: 100%;
    color: #2D2D2D;
    font-family: 'SFProDisplayRegular';
    font-size: 18px;
    margin: 30px 0 0 0;
}

.modal-body .reson {
    display: block;
    width: 100%;
    margin: 2px 0 0 0;
}

.reson .reasons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .reasons label:last-child {
    margin-right: 0;
} */

.flagstrap#basic {
    margin-top: 10px;
}

/*.modal-body .reson ul {
     display: block;
     float: left;
     width: 100%;
     margin: 0 0 0 0;
}
 .modal-body .reson ul li {
     float: left;
     text-align: center;
     width: 161px;
     border: 2px solid #ccc;
     border-radius: 5px !important;
     padding:0 0 20px 0;
     margin: 0 3px;
}
 .modal-body .reson ul li .icon {
     float: left;
     width: 100%;
     margin: 15px 0 0 0;
}
 .modal-body .reson ul li p {
     float: left;
     text-align: center;
     width: 100%;
     color: #2D2D2D;
     font-family: 'SFProDisplayMedium';
     font-size: 18px;
     padding: 0 0;
     margin: 10px 0 0 0;
}
 .modal-body .reson ul li:hover {
     border-color: red;
}
*/

.row-section {
    padding: 70px 0;
}

.row-section h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 86px;
    font-family: SFProDisplayBold, sans-serif;
}

.faq-container {
    margin-bottom: 45px;
}

.faq-question {
    font-size: 20px;
    font-family: SFProDisplayBold, sans-serif;
    margin-bottom: 20px;
}

.faq-answer {
    font-size: 18px;
    line-height: 26px;
}

.reson label {
    float: left;
    border-radius: 10px;
    margin: 6px 5px;
    width: calc(33% - 10px);
    text-align: center;
    border: 1px solid #999;
    padding: 10px;
    background: white;
}

.reson label span {
    float: none;
    display: block;
    font-size: 15px;
    font-weight: normal;
    position: relative !important;
    top: auto;
    transform: none;
    right: 0;
}

.reson input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.reson label {
    cursor: pointer;
    color: #123B78;
    border-color: #123B78;
}

/* CHECKED STYLES */
.reson label.active,
.reson label:hover {
    background: #123B78;
    border-color: #123B78;
    color: white;
}

.reson label:hover i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-25px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.reson i {
    transition: all 0s;
}

label:focus:after {
    content: '';
    background: url(../images/tick.png) no-repeat;
    width: 17px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.help-block {
    color: red;
}

.modal-body input[type="button"],
.modal-body input[type="submit"],
.modal-body .button1 {
    float: right;
    font-family: 'SFProDisplayBold';
    background: #CF0202;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 60px;
    text-decoration: none;
    border: none;
    /*padding: 0 55px;*/
    margin: 20px 0;
    width: 100%;
    display: block;
    float: none;
}

.modal-body .btn-primary {
    margin: 0 10px 0 0;
    color: #2d2d2d;
    width: 158px;
    height: 120px;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    border: 2px solid #c5c5c5;
    background: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    background: none !important;
    border: 2px solid #cf0202;
    outline: none;
}

.btn-primary:hover {
    outline: none;
}

.btn-primary:focus:after {
    content: '';
    background: url(../images/tick.png) no-repeat;
    width: 17px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.home_new_section-white {
    background: #fff !important;
    padding: 90px 0 20px !important;
}

.banner_botm {
    float: left;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 0;
    margin: -180px 0 0 0;
}

.banner_botm p {
    float: left;
    width: 100%;
    font-family: 'SFProDisplayRegular';
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    padding: 0 0;
    margin: 0 0 0 0;
}

.banner_botm p img {
    float: left;
    padding: 5px 20px 0 0;
}

.body_cont {
    width: 100%;
    display: block;
    position: relative;
    /*background: url(../images/midbgVector.png) no-repeat center 300px;*/
    min-height: 900px;
}

.step_4 {
    display: block;
    position: relative;
}

.step_4 h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #2D2D2D;
    font-size: 36px;
    font-family: 'SFProDisplayBold';
    padding: 100px 0 80px;
    margin: 0px;
}

.step_4 .stepbox {
    text-align: center;
    margin: 0 0 0 0;
}

.step_4 .stepbox img {
    text-align: center;
    margin: 0px 0 20px 0;
}

.step_4 .stepbox h3 {
    float: left;
    width: 100%;
    text-align: center;
    color: #2D2D2D;
    font-size: 18px;
    font-family: 'SFProDisplayBold';
    letter-spacing: 1px;
    margin: 0px 0 0 0;
}

.step_4 .stepbox p {
    float: left;
    width: 100%;
    text-align: center;
    color: #6c6c6c;
    font-size: 16px;
    font-family: 'SFProDisplayRegular';
    line-height: 24px;
    padding: 0 15%;
    margin: 10px 0 0 0;
}

.sec_service {
    display: block;
    position: relative;
    margin: 100px 0 0 0;
}

.sec_service h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #2D2D2D;
    font-size: 36px;
    font-family: 'SFProDisplayBold';
    padding: 0 0 0;
    margin: 0px;
}

.sec_service .text16 {
    float: left;
    width: 100%;
    text-align: center;
    color: #6c6c6c;
    font-size: 16px;
    font-family: 'SFProDisplayRegular';
    line-height: 24px;
    padding: 0 19%;
    margin: 25px 0 0 0;
}

.sec_service .srv_detal {
    float: left;
    width: 100%;
    padding: 0 0;
    margin: 15px 0 40px 0;
}

.sec_service .srv_detal ul {
    float: left;
    width: 78%;
    margin: 0 0 0 11%;
}

.sec_service .srv_detal li {
    float: left;
    width: 400px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 25px 25px;
    margin: 56px 0 0 56px;
}

.sec_service .srv_detal li p {
    float: left;
    width: 100%;
    color: #6c6c6c;
    font-size: 16px;
    font-family: 'SFProDisplayRegular';
    line-height: 24px;
    padding: 0 0;
    margin: 0 0 0 0;
}

.sec_service .srv_detal li p span {
    color: #2D2D2D;
    font-size: 18px;
    font-family: 'SFProDisplayBold';
    margin-bottom: 10px;
    display: block;
}

.home_new_section .col-sm-3.sec p {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #484848;
    max-width: 235px;
    margin: 0 auto;
}

.t-c-img {
    margin: 60px 0 30px 0;
    min-height: 56px;
    position: relative;
}

.t-c-img img {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec_service .srv_detal li p img {
    float: left;
    margin: 0 0 0 0;
    padding: 0 20px 70px 0;
}

.section_01 {
    float: left;
    background: #F4F4F4;
    display: block;
    width: 100%;
    position: relative;
    padding: 80px 0;
    margin: 90px 0 0 0;
}

.section_01.last {
    padding: 0 0 80px;
}

.section_01 .girl {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 10px;
    margin: 0;
}

.section_01 .text_12 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'SFProDisplayBold';
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

.section_01 .text_detail {
    float: left;
    width: 100%;
    margin: 0;
}

.section_01 .text_detail img {
    float: left;
    width: 34px;
    margin: 5px 10px 120px 0;
}

.section_01 .text_detail p {
    float: left;
    width: 80%;
    font-family: 'SFProDisplayRegular';
    font-size: 22px;
    color: #484848;
    line-height: 35px;
    padding: 0 0 0 0;
    margin: 0;
}

.section_cvw {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    padding: 135px 0 65px;
    margin: 0 0 0 0;
}

.section_cvw h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #484848;
    font-size: 36px;
    font-family: 'SFProDisplayBold';
    padding: 0 0 0;
    margin: 0px;
}

.section_cvw .gray18 {
    float: left;
    width: 100%;
    text-align: center;
    color: #484848;
    font-size: 18px;
    font-family: 'SFProDisplayRegular';
    line-height: 24px;
    padding: 0 30%;
    margin: 25px 0 0 0;
}

.section_cvw .country_help,
.country_help {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.section_cvw .country_help ul,
.country_help ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
}

.section_cvw .country_help ul li,
.country_help ul li {
    float: left;
    width: 250px;
    font-size: 20px;
    font-family: 'SFProDisplaySemibold';
    line-height: 40px;
    color: #2D2D2D;
    padding: 20px 36px;
    margin: 20px 30px;
}

.section_cvw .country_help ul li img,
.country_help ul li img {
    float: left;
    margin: 0 22px 0 0;
}

.section_cvw .country_help ul li:hover,
.country_help ul li:hover {
    box-shadow: 0 0 5px #ccc;
    border-radius: 8px;
}

.section_faq {
    display: block;
    width: 100%;
    position: relative;
    padding: 80px 0 60px;
    margin: 0 0 0 0;
}

.section_faq h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #484848;
    font-size: 36px;
    font-family: 'SFProDisplayBold';
    padding: 0 0 100px;
    margin: 0px;
}

.section_faq h3 {
    float: left;
    width: 100%;
    color: #484848;
    font-size: 20px;
    font-family: 'SFProDisplayBold';
    padding: 0 20%;
    margin: 0px;
}

.section_faq p {
    float: left;
    width: 100%;
    color: #484848;
    font-size: 18px;
    font-family: 'SFProDisplayRegular';
    line-height: 26px;
    padding: 0 20%;
    margin: 20px 0 50px 0;
}

.section_need {
    display: block;
    width: 100%;
    text-align: center;
    background: #123B78;
    color: #fff;
    font-size: 26px;
    font-family: 'SFProDisplayBold';
    position: relative;
    padding: 38px 0;
    margin: 0 0 0 0;
}

.section_need p {
    padding: 10px;
    padding-top: 0;
}


/*-----------------------------------Footer-----------------------------------*/
footer {
    background: #fff;
    margin: 0 0 0 0;
    padding: 40px 0;
    width: 100%;
    float: left;
}

/*footer .container {
     width: 900px;
}
*/
footer .flogo {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

footer .flink {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 6px;
}

footer .flink ul {
    float: right;
    /*width: 100%;*/
    margin: 0;
}

footer .flink ul li {
    float: left;
    font-family: 'SFProDisplayRegular';
    font-size: 16px;
    color: #484848;
    line-height: 24px;
    padding: 0 20px;
    margin: 0;
}

footer .flink ul li a {
    float: left;
    font-family: 'SFProDisplayRegular';
    font-size: 16px;
    color: #484848;
    padding: 0;
    margin: 0;
}

footer .copyright {
    float: left;
    width: 100%;
    text-align: center;
    color: #2D2D2D;
    font-family: 'SFProDisplayRegular';
    font-size: 16px;
    line-height: 18px;
    margin: 40px 0 0;
    padding: 0 0 0 0;
}

/*--------------------------------------------------------------------------*/
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #123B78;
    border-radius: 4px;
    float: right;
    /* margin-bottom: 8px;
     margin-right: 15px;
    */
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
    margin-right: 0px;
    margin-top: -18px;
}

.navbar-toggle .icon-bar {
    background: #000;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

/*----------application page----------*/
.application_header {
    background: url(../images/banner-application.png) no-repeat;
    background-size: cover;
    min-height: 245px;
}

.application_header .logo {
    margin: 60px 0;
}

.application_header h2 {
    font-style: Bold;
    font-family: 'SFProDisplayBold';
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #fff;
}

.application_body,
.application_body_new {
    background: #fff;
    padding: 5%;
}

.application_body ul,
.application_body_new ul {
    width: 100%;
    float: left;
    font-family: 'SFProDisplayRegular';
}

.application_body ul li,
.application_body_new ul li {
    display: inline;
    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #484848;
}

.application_body ul li a,
.application_body_new ul li a {
    color: #767676;
    border-top: 2px solid #ebebeb;
    padding: 16px 0 0 0;
    width: 273px;
    display: inline;
    float: left;
    margin: 0 25px 0 0;
}

.application_body ul li:last-child a,
.application_body_new ul li:last-child a {
    margin: 0px;
}

.application_body ul li a:hover,
.application_body_new ul li a:hover {
    color: #484848;
    text-decoration: none;
    border-top: 2px solid #cf0202;
}

.application_body ul li.active a,
.application_body_new ul li.active a {
    color: #484848;
    text-decoration: none;
    border-top: 2px solid #cf0202;
}

.application_body h3 {
    margin: 99px 0 0 0;
    line-height: 33px;
    font-size: 28px;
    font-family: 'SFProDisplayBold';
    color: #484848;
    letter-spacing: 1px;
    width: 100%;
    float: left;
}

.application_body h4 {
    background: #dceaff;
    display: inline;
    float: left;
    font-size: 16px;
    line-height: 29px;
    padding: 0 16px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 40px 0;
    letter-spacing: 1px;
}

.application_body label {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #484848;
    font-family: 'SFProDisplayRegular';
    letter-spacing: 1px;
    font-weight: 500;
}

.application_body input[type="text"] {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c5c5c5;
    width: 100%;
    float: left;
    display: inline;
    line-height: 38px;
    height: 38px;
    padding: 0 3%;
    margin: 0 0 42px 0;
}

.application_body select {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c5c5c5;
    width: 100%;
    float: left;
    display: inline;
    padding: 3%;
    margin: 0 0 42px 0;
    font-size: 16px;
    color: #484848;
    line-height: 38px;
    height: 38px;
    padding: 0 3%;
}

.application_body .font16 {
    color: #484848;
    font-size: 16px;
    line-height: 19px;
}

.sec {
    position: relative;
}

.sec .radio-group {
    width: 100%;
    float: left;
    overflow: hidden;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c5c5c5;
}

.sec input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.sec label {
    width: 50% !important;
    display: inline;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin: 0px;
    color: #fff !important;
    background: #cf0202;
}

.sec input[type=radio]:checked + label {
    color: #484848 !important;
    background: #fff;
}

/*------------- apply now --------------*/
header {
    width: 100%;
    float: left;
    position: relative;
}

.apply-modal-title {
    margin-bottom: 30px;
    text-align: center;
    color: #024c8b;
    font-size: 28px;
}

.visa-type-btn {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #024c8b;
}

.visa-type-btn-days {
    font-size: 18px;
    padding: 10px 0;
}

.visa-type-btn.selected, .visa-type-btn.selected:hover {
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.8);
    background: #024c8b;
    color: white;
}

.apply-modal-btns .btn {
    font-size: 18px;
    padding: 10px 30px;
    margin: 5px;
}

.visa-type-btn:hover {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
}

.apply-modal-btns {
    text-align: center;
    margin: 25px 0 10px;
}

.visa-type-btn-icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.duration-wizard {
    font-size: 28px;
    padding: 15px 0;
}

.visa-type-btn-duration.selected .evisa2 {
    display: block !important;
}

.visa-type-btn-duration.selected .evisa {
    display: none;
}

.visa-type-btn-duration .evisa, .visa-type-btn-duration .evisa2 {
    max-width: 140px;
    margin: 10px auto;
}

.visa-type-btn-duration {
    padding: 10px;
    height: 185px;
}

.wizard-3sta-btn {
    border: 2px solid #DC3362;
    margin-bottom: 20px;
}

.wizard-3sta-btn.selected {
    border-color: #024c8b;
}

li.wizard-3sta i {
    color: #5ea209;
}

li.wizard-3sta {
    font-size: 14px;
    font-weight: normal;
}

header .logo-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.35);
    padding-bottom: 10px;
}

header .logo-area .logo-main {
    margin-top: 12px;
}

header .slide {
    position: relative;
}

header .nav-area {
    padding: 0;
    margin: 0;
    text-align: right;
}

header .nav-area .navbar {
    background: none;
    border: 0;
    margin: 24px 0 0;
    display: inline-block;
}

header .nav-area .navbar .container-fluid, header .nav-area .navbar .container-fluid .navbar-collapse {
    padding-right: 0;
}

header .nav-area .navbar .navbar-nav li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    padding: 12px 0;
    margin: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

header .nav-area .navbar .navbar-nav li a:hover {
    color: #f95c87;
    background: none;
}

header .nav-area .navbar .navbar-nav li.active a {
    color: #fff;
    background: none;
}

header .top-rightlink {
    text-align: center;
    padding-top: 0;
}

header .top-rightlink a, .main-btn {
    padding: 9px 30px;
    border-radius: 6px !important;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    background: #cf0202 !important;
    font-weight: 700;
    border: 1px solid transparent;
}

header .top-rightlink a:hover, .main-btn:hover {
    color: #cf0202 !important;
    background: #fff;
    border: 1px solid #cf0202 !important;
}

input:checked + .slider {
    background: #cf0202 !important;
}

.carousel .container {
    position: absolute;
    left: 50%;
    top: 190px;
    margin-left: -585px;
}

.carousel .item img {
    margin: 0 auto;
    max-width: inherit;
}

.carousel h1 {
    font-size: 38px;
    font-family: 'Lato';
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.carousel ul {
    margin-bottom: 0;
}

.carousel ul li {
    background: url('../images/bullet1.png') 0 3px no-repeat;
    font-size: 17px;
    color: #fff;
    padding: 0 0 18px 30px;
}

.carousel ul li:last-child {
    padding-bottom: 0 !important;
}

.carousel a.apply {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 8px 38px;
    border-radius: 35px;
    text-transform: uppercase;
    background: #cf0202 !important;
    font-weight: 700;
}

.carousel a img {
    margin-left: 10px;
}

.short-header {
    height: 90px;
}

.mid1 {
    width: 100%;
    background: #ebebeb;
    position: relative;
    color: #024c8b;
    font-size: 18px;
    line-height: 25px;
    padding: 70px 0 50px;
}

.mid1 ul {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 60px;
}

.mid1 ul li {
    display: inline-block;
    width: 280px;
    position: relative;
}

.mid1 ul li:after {
    width: 125px;
    position: absolute;
    right: -65px;
    top: 70px;
    height: 22px;
    content: url(../images/bullet2.jpg);
    background: url('../images/line-bk.jpg') 0 50% repeat-x;
}

.mid1 ul li .iconarea {
    width: 156px;
    height: 156px;
    background: #fff;
    border-radius: 100%;
    border: 5px solid #e5e5e5;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 140px;
    text-align: center;
}

.mid1 ul li a {
    color: #024c8b;
    font-size: 18px;
    font-family: 'Lato';
}

.mid1 ul li:last-child:after {
    display: none;
}

.mid1 .more {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 8px 38px;
    border-radius: 35px;
    text-transform: uppercase;
    background: #cf0202 !important;
    font-weight: 700;
}

.mid1 .more img {
    margin-left: 10px;
}

.mid2 {
    width: 100%;
    background: #fff url('../images/map.jpg') 50% 180px no-repeat;
    position: relative;
    color: #024c8b;
    font-size: 18px;
    line-height: 25px;
    padding: 50px 0px;
}

.mid2 h2 {
    color: #024c8b;
    font-size: 38px;
    font-family: 'Lato';
    font-weight: bold;
    margin: 0 0 40px;
}

.mid2 .maparea {
    text-align: center;
}

.mid2 .maparea ul li {
    width: 19%;
    /*display: inline-block;
    */
    float: left;
    min-height: 74px;
    text-align: center;
    margin-bottom: 50px;
    color: #024c8b;
    font-size: 14px;
}

.mid2 .more {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 8px 38px;
    border-radius: 35px;
    text-transform: uppercase;
    background: #cf0202 !important;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 25px;
}

.mid2 .more img {
    margin-left: 10px;
}

.mid3 {
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 50px 0px;
    background-size: cover;
    background-attachment: fixed;
}

.mid3 h2 {
    color: #fff;
    font-size: 38px;
    font-family: 'Lato';
    font-weight: bold;
    margin: 0 0 25px;
}

.mid3 p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 30px;
}

.mid3 .panel-group {
    margin-bottom: 70px;
    margin-top: 30px;
}

.mid3 .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: rgba(0, 0, 0, 0);
}

.mid3 .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background: rgba(255, 255, 255, 0.85);
    /*border-color: #EEEEEE;
    */
    border: 0;
}

.mid3 .panel-title a {
    font-size: 17px;
    font-weight: 500;
    color: #024c8b;
    background: none;
    font-family: 'Lato';
}

.mid3 .panel-title .plus {
    width: 7px;
    height: 11px;
    background: url('../images/up-arrow.png') 0 0 no-repeat;
    display: inline-block;
}

.mid3 .panel-title .minus {
    width: 11px;
    height: 7px;
    background: url('../images/btm-arrow.png') 0 0 no-repeat;
    display: inline-block;
}

.mid3 .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    padding: 19px 19px;
}

.mid3 .more-less {
    float: right;
    margin-top: 4px;
}

.mid3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    background-color: #f0f0f0;
    padding: 0 15px 20px 20px;
    color: #524d66;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.panel-collapse > .panel-body strong {
    color: #690fa9;
}

.mid3 .panel-collapse > .panel-body .content {
    padding-top: 20px;
}

.mid3 .panel-group .panel + .panel {
    margin-top: 3px;
}

.inner-sec1 {
    width: 100%;
    float: left;
    padding: 50px 0 80px;
    border-bottom: 1px solid #d6d6d6;
}

.inner-sec1 .blue-line {
    width: 86%;
    margin: 0 0 0 10%;
}

.inner-sec1 .blue-line ul {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.inner-sec1 .blue-line ul li {
    display: inline-block;
    color: #024c8b;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: normal;
    margin-right: 13%;
    position: relative;
    z-index: 100;
}

.inner-sec1 .blue-line ul li .nos {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #024c8b;
    border-radius: 100%;
    border: 5px solid #d8d8d8;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 auto 12px;
}

.inner-sec1 .blue-line ul li.active .nos {
    background: #024c8b;
    color: #fff;
}

.inner-sec1 .blue-line ul li:first-child {
    margin-left: -70px
}

.inner-sec1 .blue-line ul li:last-child {
    margin-right: 0;
    margin-left: 40px;
}

.inner-sec1 .blue-line ul li:nth-child(1):before {
    width: 270px;
    height: 11px;
    left: 87px;
    top: 15px;
    background: #024c8b;
    position: absolute;
    z-index: 90;
    content: ' ';
}

.inner-sec1 .blue-line ul li:nth-child(2):before {
    width: 250px;
    height: 11px;
    left: 102px;
    top: 15px;
    background: #024c8b;
    position: absolute;
    z-index: 90;
    content: ' ';
}

.inner-sec1 .blue-line ul li:nth-child(3):before {
    width: 230px;
    height: 11px;
    left: 60px;
    top: 15px;
    background: #024c8b;
    position: absolute;
    z-index: 90;
    content: ' ';
}

.inner-sec2 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 80px 0;
}

.inner-sec2 h2, .main-title {
    font-family: 'Lato';
    font-size: 38px;
    font-weight: bold;
    color: #024c8b;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.inner-sec2 h3 {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: normal;
    color: #024c8b;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.inner-sec2 p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 35px;
}

.inner-sec2 ul {
    margin: 0 0 35px 50px;
}

.inner-sec2 ul li {
    padding: 0 0 15px 0px;
    list-style-type: disc;
    color: #024c8b;
}

.inner-sec2 .the-content ul {
    margin: 0 0 35px 30px;
}

.inner-sec2 .the-content ul li {
    list-style-type: none;
    background: url('../images/bullet3.png') 0 6px no-repeat;
    padding-left: 22px;
    color: #666;
}

.inner-sec2 .the-content p {
    color: #024c8b !important;
    line-height: 25px !important;
    margin-top: 5px !important;
}

.inner-sec2 p.blue-txt-para {
    margin-top: 15px;
    margin-bottom: 15px;
}

.inner-sec2 form .gray-blok {
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.inner-sec2 form .gray-blok .blok1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    /*padding: 35px 65px 10px;
    */
    padding: 35px;
}

#apply_form .form-group .error_new .help-block {
    bottom: -62px;
}

.inner-sec2 form .gray-blok a.unk {
    background: darkgray;
    color: white;
    margin: 10px 0 0 0;
    display: inline-block;
    padding: 2px 10px;
}

.inner-sec2 form .gray-blok .extraMargin a.unk {
    margin: 30px 0 0 0;
}

.inner-sec2 form .gray-blok .blok2 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    /*padding: 15px 65px 5px;
    */
    padding: 35px;
}

.inner-sec2 form .gray-blok h3 {
    color: #024c8b;
    font-family: 'Lato';
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
}

.inner-sec2 form .gray-blok p {
    color: #666;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.inner-sec2 form .graylast-blok p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.inner-sec2 form input[type="submit"] {
    width: 250px;
    height: 50px;
    background: #cf0202 !important url('../images/whit-arw.png') 77 % 17 px no-repeat;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 25px;
    margin: 30px 0;
}


.inner-sec2 form input[type="button"] {
    width: 250px;
    height: 50px;
    background: #CF0202;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 25px;
    margin: 30px 10px 30px 0;
}

.inner-sec2 form input[type="button"] {
    background: #CF0202 !important;
    border-radius: 6px !important;
}

.inner-sec2 form .form-group {
    margin-bottom: 30px;
}

.inner-sec2 form .form-group label {
    color: #024c8b;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.inner-sec2 form .form-group label span {
    /*font-size:20px;
    */
    color: #ba2525;
}

.inner-sec2 form .form-group label i {
    font-size: 14px;
}

.inner-sec2 form .know-disable.disabled label, .inner-sec2 form .applicant-national-disable.disabled label, .inner-sec2 form .personal-identification-disabled.disabled label, .inner-sec2 form .applicant-issuing-disabled.disabled label, .inner-sec2 form .other-citizenship-nationality.disabled label, .inner-sec2 form .other_citizenship_ever_nationality-disabled.disabled label, .inner-sec2 form .Membershipdisabled.disabled label, .inner-sec2 form .socialmedia-disable.disabled label, .inner-sec2 form .employment-inf-disable.disabled label, .inner-sec2 form .us-point-disabled.disabled label {
    color: #919191;
}

.inner-sec2 form .know-disable.disabled label span, .inner-sec2 form .applicant-national-disable.disabled label span, .inner-sec2 form .personal-identification-disabled.disabled label span, .inner-sec2 form .applicant-issuing-disabled.disabled label span, .inner-sec2 form .other-citizenship-nationality.disabled label span, .inner-sec2 form .other_citizenship_ever_nationality-disabled.disabled label span, .inner-sec2 form .Membershipdisabled.disabled label span, .inner-sec2 form .socialmedia-disable.disabled label span, .inner-sec2 form .employment-inf-disable.disabled label span, .inner-sec2 form .us-point-disabled.disabled label span {
    display: none;
}

.inner-sec2 form .applicant-national-disable.disabled label i, .inner-sec2 form .personal-identification-disabled.disabled label i, .inner-sec2 form .applicant-issuing-disabled.disabled label i, .inner-sec2 form .other-citizenship-nationality.disabled label i, .inner-sec2 form .other_citizenship_ever_nationality-disabled.disabled label i, .inner-sec2 form .Membershipdisabled.disabled label i, .inner-sec2 form .socialmedia-disable.disabled label i, .inner-sec2 form .employment-inf-disable.disabled label i, .inner-sec2 form .us-point-disabled.disabled label i {
    display: none;
}

.inner-sec2 form .dob-no-pad {
    padding-left: 0 !important;
}

.inner-sec2 form input[type="text"] {
    height: 40px;
    border: 1px solid #cdcdcd;
}

.inner-sec2 form select {
    height: 40px;
    border: 1px solid #cdcdcd;
}

.app-steps-wrapper {
    text-align: center;
    font-size: 18px;
    /* font-weight: bold;
     */
    display: flex;
    justify-content: space-between;
    color: rgba(27, 76, 139, 0.4)
    position: relative;
    z-index: 1;
}

.app-steps-wrapper::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background: #1B4C8B;
    top: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 75%;
}

.app-step.active {
    color: #1B4C8B;
}

.app-step {
    position: relative;
    flex-basis: 25%;
}

.app-step-number {
    font-size: 22px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #F2F2F2;
    color: rgba(27, 76, 139, 1);
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    z-index: 0;
    top: 3px;
}

.app-step.active .app-step-number {
    background: #1b4c8b;
    color: white;
}

.app-step-name {
    margin-top: 5px;
    color: rgba(27, 76, 139, 1);
}

.app-step-number-wrapper {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background: #1B4C8B;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.unk.unk.unk.unk.unk.unk {
    /* display: none !important;
     */
    position: absolute;
    top: 3px;
    right: 3px;
    height: 34px;
    border-radius: 4px;
    background: #A9A9A9;
    color: white;
    padding: 0 10px;
    display: block;
    margin: 0;
    line-height: 34px;
}

.est4-msg {
    /* border: 1px solid #ddd;
     */
    /* background: #f4f4f4;
     */
    padding: 35px 0 0;
}

.est4-msg p {
    text-align: center;
    font-size: 18px;
}

.apply-disclaimer {
    margin: 15px auto;
    max-width: 450px;
}

.apply-disclaimer li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.esta-msg p {
    margin-bottom: 20px;
}

.yesno .btn {
    background: white;
    border: 1px solid #cdcdcd;
    font-weight: bold;
    font-size: 16px;
    color: #1B4C8B;
    width: 100px;
    height: 40px;
    line-height: 27px;
}

.yesno .btn.active {
    background: #CF0202;
    border-color: #CF0202;
    color: white;
}

.concierge-btn {
    background: rgba(0, 0, 0, .6);
    width: 44px;
    height: 44px;
    margin: 0;
    display: block;
    border-radius: 44px;
    line-height: 44px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-left: 10px;
}

#myModal .modal-body,
#myModal2 .modal-body {
    padding: 0 45px;
}

.modal-body {
    padding: 0 45px;
}

#continue-app .modal-body {
    /* padding-top: 30px; */
    padding-bottom: 15px;
}

#continue-app input[type="submit"] {
    margin-top: 30px;
    outline: none !important;
}

#continue-app input[type="submit"].loading {
    background: #CF0202 url(../images/spinner.svg) no-repeat center center;
}

#continue-app input[type="text"] {
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    outline: none !important;
}

#continue-app input[type="text"].error {
    border-color: #CF0202;
    box-shadow: 0 0 10px #cf020226;
}

label.error {
    color: #CF0202;
}

#myModal2 .modal-header p {
    text-align: center;
    font-size: 18px;
}

#myModal2 .close {
    float: none;
    right: 12px;
    position: absolute;
}

#myModal2 .input-group-addon {
    padding: 18px 6px;
    background: transparent;
    color: #123B78;
    flex-basis: 40px;
}

#myModal2 .input-group-addon + input {
    border-left: none !important;
}

#myModal2 input[type="text"] {
    background: #fff;
    width: auto;
    border: 1px solid #ccc;
    padding: 15px;
    flex-grow: 1;
}

#myModal2 .input-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#myModal2 .help-block {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 1;
}

.modal-body .btn-default {
    width: 100%;
    text-align: left;
    padding: 3%;
    font-size: 16px;
    border: 1px solid #c5c5c5;
}

.modal-body .btn-default .caret {
    float: right;
    margin-top: 10px;
}

.package {
    border: 1px solid #ddd;
    max-width: 400px;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.package-member {
    border: 1px solid #ddd;
    max-width: 600px;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.package__title {
    font-size: 22px;
    font-family: SFProDisplayBold, sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.package__list {
    margin: 0;
    min-height: 170px;
}

.package__list li {
    list-style: none;
    margin: 0 0 20px;
    position: relative;
    padding-left: 40px;
}

.package__list li::before {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/checkmark.png);
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.package__price {
    font-family: SFProDisplayBold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.package__button {
    text-align: center;
}

.package__button--order button, .package__button--order a {
    background: #123b78;
    color: white;
    border: 2px solid #123b78;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}

.package--order {
    padding: 25px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    color: #5f5f5f;
}

.wincluded,
.order-disclaimer span {
    color: #5f5f5f;
}

.wincluded h1 {
    color: #000;
}

.package--order:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    color: white;
    background: #123b78ed;
}

.package--order.selected {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    color: white;
    background: rgb(18, 59, 120);
    background: linear-gradient(0deg, rgba(18, 59, 120, 1) 40%, rgba(18, 59, 120, 0.9) 100%);
}

.package--order:hover .package__application-details__icon,
.package--order.selected .package__application-details__icon {
    color: white;
}

.package--order:hover .package__pricing_visatype_details,
.package--order.selected .package__pricing_visatype_details {
    color: black;
}

.package__pricing {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.package__pricing_visatype,
.package__pricing_price {
    flex-basis: 50%;
    width: 50%;
}

.package__pricing_price {
    text-align: right;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.package__pricing_price_title {
    font-style: italic;
    margin-bottom: 10px;
}

.package__pricing_price_previous {
    text-decoration: line-through;
    font-weight: bold;
}

.package__pricing_price_current {
    font-size: 22px;
    font-weight: bold;
}

.package__pricing_visatype {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 15px;
    width: 100%;
    padding: 15px 0;
    margin-right: 15px;
}

.package__pricing_visatype_icon {
    font-size: 22px;
    margin-right: 15px;
    color: #123b78;
}

.package__discount-ribbon {
    position: absolute;
    top: 10px;
    right: -50px;
    background: #f1c40f;
    color: white;
    padding: 6px;
    font-weight: bold;
    width: 150px;
    text-align: center;
    transform: rotate(45deg);
}

/*-------------- application new page --------------*/

.form_block {
    margin: 75px 0 0 0;
}

.form_block .panel {
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0 0 48px 0;
}

.form_block .collapse {
    position: relative;
}

.form_block .collapse.in:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -80px;
    border-top: 4px solid #123b78;
}

.form_block .panel-default > .panel-heading {
    background: none;
    padding: 3%;
}

.form_block .panel-default > .panel-heading h4 a {
    font-size: 22px;
}

.form_block .panel-default > .panel-heading h4 a:hover,
.form_block .panel-default > .panel-heading h4 a:focus {
    text-decoration: none;
}

.form_block .panel-default > .panel-heading .number {
    background: #123b78;
    color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin: 0 10px 0 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 3%;
}

.application_body_new label {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #484848;
    font-family: 'SFProDisplayRegular';
    letter-spacing: 1px;
    font-weight: 500;
}

.application_body_new input[type="text"] {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c5c5c5;
    width: 100%;
    float: left;
    display: inline;
    line-height: 38px;
    height: 38px;
    padding: 0 3%;
    margin: 0 0 42px 0;
}

.application_body_new select {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #c5c5c5;
    width: 100%;
    float: left;
    display: inline;
    padding: 3%;
    margin: 0 0 42px 0;
    font-size: 16px;
    color: #484848;
    line-height: 38px;
    height: 38px;
    padding: 0 3%;
}

.application_body_new .btn-default {
    float: right;
    background: #cf0202;
    color: #fff;
    font-size: 17px;
    border: none;
    line-height: 48px;
    padding: 0 31px;
}

.form_block .panel-default > .panel-heading .tick,
.form_block .panel-default > .panel-heading .btn {
    display: none;
}

.form_block .panel-default > .panel-heading.selected {
    background: #123b78;
}

.form_block .panel-default > .panel-heading.selected a {
    color: #fff;
}

.form_block .panel-default > .panel-heading.selected .number {
    display: none;
}

.form_block .panel-default > .panel-heading.selected .tick {
    margin: 0 15px 0 0;
    display: inline-block;
}

.form_block .panel-default > .panel-heading.selected .btn {
    float: right;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 31px;
    display: block;
}


/*--------- application new page ----------*/

.new_application_header {
    border-bottom: 1px solid #ededed;
    padding: 1% 0;
}

.new_application_header .font16 {
    color: #484848;
    font-size: 16px;
    line-height: 35px;
    border-left: 1px solid #ededed;
}

.new_application_body {
    padding: 0px;
}

.new_application_body .list {
    border-bottom: 1px solid #ededed;
    padding: 0px;
}

.new_application_body ul {
    display: inline;
    float: left;
    width: 100%;
}

.new_application_body ul li {
    display: inline;
    float: left;
    line-height: 43px;
    padding: 0 63px;
    border-right: 1px solid #ededed;
}

.new_application_body ul li.active {
    font-weight: bold;
    background: #f4f4f4;
    border-bottom: 3px solid #cf0202;
}

.new_application_body h2 {
    margin: 60px 0 0 0;
    font-size: 28px;
    color: #484848;
}

.new_application_body p {
    margin: 23px 0 55px 0;
}

.new_application_body h3 {
    background: #dceaff;
    color: #484848;
    font-size: 16px;
    display: inline;
    float: left;
    line-height: 26px;
    padding: 0 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.new_application_body label {
    width: 100%;
    float: left;
    margin: 32px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

.new_application_body input[type="text"],
.new_application_body input[type="tel"] {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d3d3d3;
    line-height: 34px;
    height: 34px;
    margin: 11px 0 0 0;
    padding: 0 5px;
    width: 100%;
}

.new_application_body select {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d3d3d3;
    line-height: 34px;
    height: 34px;
    margin: 11px 0 0 0;
    padding: 0 5%;
    width: 100%;
}

.new_application_body .spacer {
    margin: 108px 0 0 0;
    height: 1px;
}

.new_application_body .font16 {
    color: #484848;
    font-size: 16px;
    line-height: 19px;
}

.new_application_body .sec label {
    margin: 0px;
    padding: 0px;
}

.new_application_body .back {
    background: #ebebeb;
    color: #484848;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 34px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline;
    float: left;
    border: none;
    margin: 88px 0;
}

.new_application_body .back:hover {
    color: #000;
}

.new_application_body .continue {
    background: #cf0202;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 34px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline;
    float: right;
    border: none;
    margin: 88px 0;
}

.new_application_body .continue:hover {
    color: #ededed;
}

.new_application_body .save {
    background: #fff;
    color: #cf0202;
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
    padding: 0 34px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline;
    float: right;
    border: none;
    margin: 89px 15px 44px 0;
    border: 1px solid #cf0202;
}

.new_application_body .save:hover {
    color: #fff;
    background: #cf0202;
    border: 1px solid #cf0202;
}

.new_application_body ul li.active_old {
    font-weight: bold;
    background: #fff;
    border-bottom: 3px solid #cf0202;
}


/*----------- landing page -------------*/

.landing .banner {
    background: url(../images/hero-image.jpg) no-repeat;
    background-size: cover;
    /*margin: 24px 0 0 0;*/
    text-align: center;
    position: relative;
    height: 602px;
}

.landing .banner h2 {
    color: #fff;
    text-align: center;
    font-family: 'SFProDisplayBold';
    font-weight: bold;
    letter-spacing: 2px;
    margin: 166px auto 0 auto;
    font-size: 48px;
    width: 100%;
    max-width: 560px;
}

.landing .banner p {
    color: #fff;
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
    margin: 28px 0;
}

.landing .banner a {
    background: #cf0202;
    color: #fff;
    font-size: 17px;
    border: none;
    line-height: 48px;
    /*padding: 0 31px;*/
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 72px;
}

.landing .banner a:hover {
    text-decoration: none;
    color: #ccc;
}

.landing .banner .btm_sec {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}

.landing .banner .btm_sec ul {
    width: 100%;
    float: left;
    padding: 30px;
}

.landing .banner .btm_sec ul li {
    float: left;
    color: #fff;
    font-size: 16px;
    width: 25%;
}

.landing .banner .btm_sec ul li img {
    margin: 0 16px 0 0;
    float: left;
}

.landing .banner .btm_sec ul li span {
    display: block;
    float: left;
    width: 70%;
}

.landing .landing_section_01 {
    background: #fff;
    padding: 96px 0;
    font-family: 'SFProDisplayRegular';
}

.landing .landing_section_01 h2 {
    text-align: center;
    color: #2D2D2D;
    font-size: 36px;
    line-height: 43px;
    margin: 0px;
    padding: 0px;
    font-family: 'SFProDisplayBold';
}

.landing .landing_section_01 .redtext {
    color: #CF0202;
    font-size: 48px;
    line-height: 57px;
    width: 100%;
    text-align: center;
    float: left;
    margin: 50px 0 0 0;
    font-family: 'SFProDisplayBold';
}

.landing .landing_section_01 p {
    color: #2D2D2D;
    font-size: 20px;
    width: 100%;
    text-align: center;
    float: left;
}

.landing .landing_section_02 {
    background: #f4f4f4;
    padding: 80px 0;
}

.landing .landing_section_02 .container {
    width: 1062px;
}

.landing .landing_section_02 h2 {
    margin: 0px;
    padding: 0px;
    color: #2D2D2D;
    font-size: 36px;
    line-height: 43px;
    width: 100%;
    float: left;
    font-family: 'SFProDisplayBold';
}

.landing .landing_section_02 p {
    color: #484848;
    font-size: 16px;
    line-height: 24px;
    margin: 14px 0;
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 360px;
}

.landing .landing_section_02 .link {
    background: #cf0202;
    color: #fff;
    font-size: 17px;
    border: none;
    line-height: 48px;
    /*padding: 0 31px;*/
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 37px;
    margin-top: 25px;
}

.landing .landing_section_03 {
    background: #fff;
    padding: 97px 0;
    font-family: 'SFProDisplayRegular';
}

.landing .landing_section_03 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 28px;
    margin: 0 0 70px 0;
    padding: 0px;
    color: #2D2D2D;
    font-family: 'SFProDisplayBold';
}

.landing .landing_section_03 .img_sec img {
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.landing .landing_section_03 p {
    width: 100%;
    float: left;
    margin: 15px 0;
    color: #484848;
    font-size: 16px;
    line-height: 24px;
    min-height: 100px;
}

.landing .landing_section_03 .rating_block {
    width: 100%;
}

.landing .landing_section_03 .author_name {
    color: #484848;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 39px;
    width: 100%;
    float: left;
}

.landing .btm_line {
    background: #123B78;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 3% 0;
    font-family: 'SFProDisplayBold';
    letter-spacing: 1px;
}

.header {
    background: transparent;
}

.thank-you .header .nav li a,
.thank-you-visa .header .nav li a {
    color: white;
}

.thank-you .header .nav li.open a, .thank-you-visa .header .nav li.open a {
    background: #123B78 !important;
}

.thank-you .header .nav li.open a:hover, .thank-you-visa .header .nav li.open > a:hover {
    background: #fff !important;
    color: #123b78 !important;
}

.reason__icon {
    font-size: 40px;
    margin: 9px 0;
}

.big-header-wrapper {
    background: #ddd;
    padding: 48px;
    padding-top: 154px;
    top: -71px;
    margin-bottom: -71px;
    position: relative;
    z-index: -1;
}

.big-header-wrapper__title {
    color: white;
    text-align: center;
    font-family: SFProDisplayBold, sans-serif;
}

.thank-you-wrapper {
    background: url(../images/ty_banner.jpg) no-repeat;
    background-size: cover;
}

.nm {
    margin: 0 !important;
}

.ty {
    text-align: center;
    padding: 20px 0;
    max-width: 760px;
    margin: 0 auto;
}

.ty .bold {
    font-family: SFProDisplayBold, sans-serif;
}

.ty__icon {
    background: url(../images/checkmark.png);
    background-size: contain;
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.ty__title h2 {
    font-family: SFProDisplayBold;
    font-size: 36px;
    margin-bottom: 40px;
}

.ty__msg {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.ty__msg a {
    text-decoration: underline;
}

.ty__msg p {
    margin-bottom: 20px;
}

.ty__msg p:last-child {
    margin-bottom: 0;
}

.ty__msg--justify {
    /* text-align: justify; */
}

.ty__sub-title {
    font-size: 26px;
    margin-bottom: 20px;
    /* font-family: SFProDisplayBold, sans-serif; */
}

.ty__box {
    background: #f3f5f8;
    max-width: 100%;
    padding: 35px 40px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
}

.ty__box-msg {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.ty__box-button {
    flex-basis: 260px;
    flex-shrink: 0;
}

.ty__box-button button {
    font-size: 18px;
}

/*----------- landing page CR1 -------------*/

.landing .banner.cr {
    background: url(../images/cr_banner_img.jpg) no-repeat;
    background-size: cover;
    text-align: left;
}

.landing .banner.cr h2,
.landing .banner.cr p {
    text-align: left;
}

.landing .banner.cr .container {
    width: 1170px;
}

.landing .banner.cr a {
    font-size: 20px;
}

.landing .landing_section_04 .outer {
    border-top: 1px solid #c5c5c5;
    width: 100%;
    float: left;
    padding: 96px 0;
}

.landing .landing_section_04 .icon {
    text-align: center;
}

.landing .landing_section_04 h2 {
    color: #000;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.02em;
    font-family: 'SFProDisplayBold';
    margin: 0px;
    padding: 0px;
}

.landing .landing_section_04 ul {
    width: 100%;
    float: left;
}

.landing .landing_section_04 ul li {
    background: url(../images/bullet-red.png) no-repeat 0 3px;
    margin: 17px 0 0 0;
    padding: 0 0 0 36px;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
}

/*--------------- contact us page ----------------*/

.contact_us .mid {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    float: left;
    padding: 3% 5% 5% 5%;
}

.contact_us .mid label {
    color: #484848;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 30px 0 0 0;
}

.contact_us .mid input[type="email"],
.contact_us .mid input[type="text"] {
    width: 100%;
    border: 1px solid #C5C5C5;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    margin: 12px 0 0 0;
}

.contact_us .mid textarea {
    width: 100%;
    border: 1px solid #C5C5C5;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 12px 0 40px 0;
}

.contact_us .mid input[type="submit"] {
    float: left;
    background: #cf0202;
    color: #fff;
    font-size: 16px;
    border: none;
    line-height: 48px;
    margin: 0px;
    padding: 0 48px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1px;
}

.application .mid input[type="button"] {
    border-radius: 6px !important;
    color: #fff !important;
    font-family: 'SFProDisplayRegular' !important;
    background: #CF0202 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    border-radius: 6px !important;
    line-height: 40px !important;
    text-decoration: none !important;
    padding: 0 30px !important;
}

.f1 {
    /* padding: 5% 0; */
}

/* .f1 ul li {
    margin: 0 0 0 30px;
}
.f1 ul li a {
    color: 124382;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 35px;
}*/
.f1 input[type="text"] {
    border: 1px solid #d5d5d5;
    padding: 0 3%;
    width: 100%;
    font-size: 12px;
    line-height: 35px;
}

.pay-title {
    font-size: 36px;
    margin-bottom: 25px;
}

.pay-cont {
    padding: 60px 0;

}

.f1 input[type="submit"] {
    background: #C7041A;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 26px;
    display: inline-block;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    border-radius: 6px;
}

.f1 input[type="submit"]:hover {
    background: #C7041A;
    text-decoration: none;
}

/*
================================================================

    ORDER PAGE

================================================================
*/

.order {
    padding: 60px 0;
    color: #2D2D2D;
    font-size: 16px;
    font-family: SFProDisplayRegular, sans-serif;
}

.order strong,
.order label {
    font-family: SFProDisplayBold, sans-serif;
    font-weight: 500;
}

.order .checkbox {
    margin-bottom: 30px;
}

.order .checkbox label {
    font-family: SFProDisplayRegular, sans-serif;
    font-weight: 400;
}

.order h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: SFProDisplayBold, sans-serif;
    border-bottom: 2px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.order input,
.order select {
    line-height: 40px;
    height: 40px;
    border-radius: 6px;
    padding: 0 15px;
}

.order .disclaimer p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}


.order .form-group {
    margin-bottom: 30px;
}

.order .secure-form {
    font-size: 14px;
    color: #87c387;
    font-family: SFProDisplayRegular, sans-serif;
    text-transform: none;
}

.order .secure-form i {
    margin-right: 5px;
}

.order-payment-details h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-summary .order-summary-item:nth-child(2) {
    padding-top: 0;
}

.order-summary-item {
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}

.order-summary-item-name {
    font-size: 18px;
}

.order-summary-item_total {
    font-size: 20px;
    color: #123B78;
    border: none;
    margin-bottom: 15px;
}

.order .order-summary-item-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}

.order-submit {
    color: #fff;
    font-family: 'SFProDisplayBold';
    background: #CF0202;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 40px;
    text-decoration: none;
    margin: 0;
    width: 100%;
}

.order-submit i {
    margin-right: 5px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-right: 40px;
}

.input-with-icon i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(204, 204, 204);
}

.modal-elegibility-cant .modal-title {
    color: white;
}

.modal-elegibility-cant button.btn-primary,
.modal-elegibility-cant button.btn-primary:hover,
.modal-elegibility-cant button.btn-primary:focus,
.modal-elegibility-cant button.btn-primary:active {
    background: #CF0202 !important;
    color: white;
}

.modal-elegibility-cant button {
    width: 100px !important;
}

.modal-elegibility-cant .modal-body {
    position: relative;
    padding: 55px;
}

.modal-elegibility-cant .modal-footer {
    border-top: 1px solid #e5e5e5 !important;
}

/*
================================================================

    ORDER PAGE END

================================================================
*/

/*------------- home new section 04.12.18 ---------------*/

.section_vip_program {
    background: #fff;
    font-family: 'SFProDisplayRegular';
}

.section_vip_program .container {
    width: 1000px;
}

.section_vip_program .inner {
    padding: 5% 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
}

.section_vip_program h2 {
    font-size: 28px;
    color: #484848;
    font-family: 'SFProDisplayBold';
}

.section_vip_program p {
    line-height: 26px;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.section_vip_program ul {
    width: 100%;
    float: left;
}

.section_vip_program ul li {
    background: url(../images/bullet-red.png) no-repeat 0 3px;
    margin: 17px 0 0 0;
    padding: 0 0 0 36px;
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-family: 'SFProDisplayBold';
}

.section_vip_program .link {
    background: #13CE66;
    border-radius: 6px;
    line-height: 49px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 0 40px;
}

.section_vip_program .link:hover {
    background: #333;
    text-decoration: none;
}

/*------------ vip landing page ------------*/

.vip_landing .vip_banner .img_sec {
    background: #5e779a;
    text-align: center;
}

.vip_landing .vip_banner .top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 2% 0 0 0;
}

.vip_landing .vip_banner ul {
    float: right;
    /*width: 100%;*/
    margin: 10px 0 0 0;
}

.vip_landing .vip_banner li {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-family: 'SFProDisplayRegular';
    letter-spacing: 1px;
    text-decoration: none;
}

.vip_landing .vip_banner li a {
    float: left;
    line-height: 24px;
    font-size: 16px;
    text-decoration: none;
    font-family: 'SFProDisplayRegular';
    padding: 0 22px;
    color: #fff;
}

.vip_landing .vip_banner li a:hover {
    color: #fff;
    background: none;
    text-decoration: none;
}

.vip_landing .vip_banner li.active a {
    color: #fff;
    background: #123B78;
    text-decoration: none;
}

.vip_landing .vip_banner .dropdown-menu ul li {
    width: 100%;
    float: left;
}

.vip_landing .vip_banner .dropdown-menu a {
    color: #5B7296;
}

.vip_landing .vip_banner h2 {
    line-height: normal;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
    margin: 94px 0 0 0;
    display: inline-block;
    width: 100%;
    float: left;
}

.inner-pg-cms h2 {
    text-transform: none !important;
}

.vip_landing .vip_banner p {
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 23px 0 0 0;
    display: inline-block;
    width: 100%;
    float: left;
}

.vip_landing .outer_mid {
    margin: 0px auto;
    width: 793px;
}

.vip_landing .mid_box {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    background: #fff;
    width: 100%;
    float: left;
    padding: 3%;
    margin: -153px 0 162px 0;
    position: relative;
    z-index: 3;
}

.vip_landing .mid_box .top_box {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
    float: left;
    border: 2px solid #EBEBEB;
    box-sizing: border-box;
}

.vip_landing .mid_box .top_box .col-md-6 {
    padding: 3%;
}

.vip_landing .mid_box .top_box .col-md-6 h2 {
    line-height: normal;
    font-size: 20px;
    color: #000000;
    font-family: 'SFProDisplayBold';
}

.vip_landing .mid_box .top_box .col-md-6 p {
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000000;
}

.vip_landing .mid_box .top_box .col-md-6 .tel {
    line-height: normal;
    font-size: 28px;
    color: #123B78;
    font-family: 'SFProDisplayBold';
    width: 100%;
    display: inline-block;
}

.vip_landing .mid_box .top_box .col-md-6.even {
    background: #f6f7fa;
    min-height: 150px;
}

.vip_landing .mid_box .top_box .col-md-6.even h2 {
    margin: 0 0 15px 0;
    padding: 0px;
}

.vip_landing .mid_box .block {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
    float: left;
    border: 2px solid #EBEBEB;
    box-sizing: border-box;
    margin: 24px 0 0 0;
    padding: 5%;
}

.vip_landing .mid_box .block h2 {
    line-height: normal;
    font-size: 20px;
    color: #000000;
    font-family: 'SFProDisplayBold';
}

.vip_landing .mid_box .block p {
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000000;
}

/*------------- 05.12.18 -------------*/

.section_cvw .country_help .block,
.country_help .block {
    float: left;
    width: 100%;
    height: auto;
    /*width: 250px;*/
    font-size: 20px;
    font-family: 'SFProDisplaySemibold';
    line-height: 40px;
    color: #2D2D2D;
    padding: 20px 30px;
    background: none;
    margin: 25px 0;
    text-shadow: none;
    text-align: left;
}

.section_cvw .country_help .block img,
.country_help .block img {
    float: left;
    margin: 0 22px 0 0;
    max-width: 40px;
}

.section_cvw .country_help .block:hover,
.country_help .block:hover {
    box-shadow: 0 0 5px #ccc;
    border-radius: 8px;
}

/*------------- 06.12.18 --------------*/

/*------------- 06.12.18 --------------*/

.landing .landing_section_03 .container {
    width: 1062px;
}

.contact_us {
    margin: -108px 0 108px 0;
}

.contact_us .container {
    width: 792px;
}

.contact_us .container .mid {
    padding: 0px;
}

.contact_us .container .mid form {
    padding: 5%;
}

.contact_us .container .mid .contact_btm {
    border-top: 1px solid #EBEBEB;
    padding: 7% 5%;
}

.contact_us .container .mid .contact_btm .right_text {
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #767676;
}

.contact_us .container .mid .contact_btm .right_text img {
    display: inline;
    float: left;
    margin: 0 18px 0 0;
}

.contact_us .container .mid .contact_btm .right_text .font20 {
    font-size: 20px;
}

.already_apply {
    color: #000;
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 30px 0;
}

.already_apply a {
    color: #D80027;
    font-weight: bold;
}

/* .visa-lp .banner .caption {
    margin: 30px 0 0 0;
} */


.home-icon--mobile {
    display: none !important;
}

#pay-btns {
    padding: 0 0 70px !important;
}

.continue-msg {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 0;
}

div#error-continue > p {
    margin-bottom: 20px;
}

/*---------- cost page -------------*/

/* .cost {
    background: #ffffff;
    padding: 80px 15px;
} */
/* .cost h2 {
    font-size: 36px;
    font-weight: bold;
    color: #024c8b;
    margin: 0 0 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.cost h3 {
    font-size: 20px;
    font-weight: bold;
    color: #024c8b;
    margin-top: 0;
    padding: 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
} */
.cost .font16 {
    color: #333333;
    font-size: 16px;
    width: 100%;
    margin: 35px 0 0 0;
    width: 100%;
}

/* .cost p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 40px;
    width: 100%;
} */

.application .mid {
    font-family: 'SFProDisplayRegular', sans-serif !important;
}

.payment-evisa {
    padding: 40px;
}

.payment-evisa .blok1 {
    background: #f0f0f0;
    padding: 35px 15px 10px;
}

/*------------ home new section ------------*/

.home_new_section {
    background: #f8f9fb;
    padding: 80px 0 60px;
    text-align: center;
}

.home_new_section h2 {
    line-height: normal;
    font-size: 36px;
    text-align: center;
    color: #2D2D2D;
    font-weight: bold;
    margin: 0 auto 20px;
}

.home_new_section .sec img {
    margin: 40px 0 30px 0;
}

.home_new_section .sec h3 {
    line-height: normal;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #2D2D2D;
    font-weight: bold;
}

.home_new_section .sec p {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #484848;
    max-width: 280px;
    margin: 0 auto 20px;
}

.section_need button {
    margin-left: 10px;
}


.msg-box {
    font-family: 'Lato';
    font-size: 38px;
    font-weight: bold;
    color: #024c8b;
    margin: 50px auto 20px !important;
    max-width: 650px;
    background: #F2F2F2;
    padding: 20px 40px;
}

.msg-box h1 {
    font-size: 28px;
    margin: 10px 0 15px;
}

.msg-box p {
    color: #333;
    font-size: 17px;
    margin: 0 0 15px;
}

.msg-box a {
    display: block;
    font-size: 15px;
}

.yesno .btn.active {
    background: #cf0202 !important;
    border-color: #cf0202 !important;
    color: white;
}

.payment_mid {
    padding: 15px 20px;
    border: 1px solid #dadada;
    border-radius: 15px;
    margin-bottom: 20px;
}

.payment-blok {
    margin: 0 0 20px;
    text-align: left;
}

.header .logo img {
    max-width: 240px;
    margin-top: 5px;
}

.services-sec {
    min-height: 252px;
    border-radius: 6px;
    transition: all 0.25s;
}

.home .services-sec:hover * {
    color: white !important;
}

.home .services-sec:hover {
    background: #123B78;
    color: white;
    cursor: pointer;
}

.home .services-sec:hover img.main {
    display: none;
}

.home .services-sec:hover img.alt {
    display: inline-block !important;
}

.flagstrap .dropdown-menu > li > a {
    cursor: pointer;
}

.hpbtn-container {
    margin: 40px 0;
}

.lang_es .banner_botm p,
.lang_it .banner_botm p,
.lang_nl .banner_botm p,
.lang_ru .banner_botm p {
    font-size: 14px;
}

.lang_de .banner_botm p {
    font-size: 12px;
}

.lang_de .header .nav li a {
    font-size: 14px;
}

.lang_ru .header .nav li a {
    font-size: 16px;
    padding: 0 15px;
}

.lang_es .banner_botm,
.lang_de .banner_botm,
.lang_ru .banner_botm {
    margin: -90px 0 0 0;
}

.lang_fr .banner .caption a.start {
    font-size: 26px;
}

.lang_fr .black-box__list ul li,
.lang_ru .black-box__list ul li {
    font-size: 14px;
}

.lang_all .section_cvw .country_help .block,
.lang_all .country_help .block {
    float: left;
    width: 100%;
    height: auto;
    /* width: 250px; */
    font-size: 16px;
    font-family: 'SFProDisplaySemibold';
    line-height: 40px;
    color: #2D2D2D;
    padding: 20px 30px;
    background: none;
    margin: 25px 0;
    text-shadow: none;
    text-align: left;
}

.lang_all footer .flink ul li {
    padding: 0 10px;
}

.lang_all footer .flink ul li a {
    font-size: 14px;
}

.faq_container {
    padding: 0;
}

.faq_single {
    padding: 30px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.faq_single:hover {
    background: #F7F7F7;
}

.faq_single__title {
    font-weight: bold;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    position: relative;
    padding-right: 30px;
}

.faq_single__title.open {
    margin-bottom: 15px;
}

.faq_single__title::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    position: absolute;
    right: 0;
    top: 0;
}

.faq_single__title.open::after {
    content: "\f077";
}

.faq_single__body {
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    display: none;
}

.faq_single__body p {
    margin-bottom: 20px;
}

.faq_single__body p:last-child {
    margin-bottom: 0;
}

.btn-redd {
    color: #fff;
    font-family: 'SFProDisplayRegular';
    background: #CF0202;
    border: 2px solid #CF0202;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 40px;
    text-decoration: none;
    padding: 10px 40px;
    margin: 0 auto;
}

.footer_chat_cta {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.order_sub_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.btn-order-pay {
    background: #CF0202;
    border: 2px solid #CF0202;
    font-size: 26px;
    font-weight: bold;
    padding: 15px 40px;
    width: 100%;
    margin-bottom: 10px;
    color: white;
}

.btn-order-pay:hover,
.btn-order-pay:focus,
.btn-order-pay:active {
    background: white !important;
    color: #CF0202 !important;
    border: 2px solid #CF0202 !important;
}

.package__title--order {
    margin-bottom: 5px;
}

.package__sub-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.package__application-details {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.package__application-details__icon {
    font-size: 26px;
    margin-right: 15px;
    color: #123b78;
}

.package i {
    transition: all 0s !important;
}

.package__pricing_more-applicants {
    font-size: 14px;
    font-weight: bold;
    background: #f7f7f7;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.package__pricing_more-applicants .fa-stack {
    margin-right: 20px;
}

.package__icon {
    margin-bottom: 20px;
    color: #123B78;
    position: relative;
}

.package:hover .package__icon,
.package.selected .package__icon {
    color: #fff;
}

.package__pricing_price_current {
    color: #123B78;
}

.package:hover .package__pricing_price_current,
.package.selected .package__pricing_price_current {
    color: #fff;
}

.package__icon-persons {
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: calc(50% + 80px);
    transform: translate(-50%, -50%);
}

.order-disclaimer {
    font-size: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.payment-group {
    margin-bottom: 60px;
}

.wincluded__desc {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.wincluded__advantages {
    display: flex;
    flex-wrap: wrap;
}

.wincluded__advantages li {
    flex-basis: 50%;
    width: 50%;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    color: rgba(0, 0, 0, 0.7)
}

.wincluded__advantages li span {
    padding: 0 10px;
}

.wincluded__advantages_check {
    color: #2ecd73;
    background: white;
    width: 57px;
    height: 57px;
    line-height: 57px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.package__selected {
    background: #CF0202;
    color: white;
    display: inline-block;
    position: absolute;
    padding: 2px 10px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.input-cont {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.input-cont i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 22px;
    color: #123B78;
}

.or-separator {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
    width: 75%;
    margin: 0 auto;
    background: #F6F8F8;
}

.or-separator span {
    background: #F6F8F8;
    padding: 0 5px;
}

.or-separator::after {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #ddd;
    left: 0;
    top: 50%;
    z-index: -1;
}

.ty__table {
    /* border: 1px solid #ddd; */
    /* padding: 30px; */
}

.ty__table_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ty__table_item_number {
    /* color: #123b78; */
    font-size: 50px;
    font-weight: bold;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.ty__table_item_number:after {
    border-right: 2px solid #ddd;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.ty__table_item_info {
    text-align: left;
    margin-left: 10px;
    color: #555;
}

.ty__table_item_icon {
    font-size: 24px;
    color: #123b78;
    display: inline-block;
    margin-right: 5px;
}

.ty__table_item_info > div {
    margin-bottom: 20px;
}

.ty__table_item_info > div:last-child {
    margin-bottom: 0;
}

.ty__table_group {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid #ddd; */
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.ty__table_group:nth-child(even) {
    background-color: #f9f9f9;
}


/* .ty__table_group:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
} */

.modal-btn {
    font-family: 'SFProDisplayBold';
    background: #CF0202;
    border: 2px solid #CF0202;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 6px;
    line-height: 60px;
    text-decoration: none;
    margin: 20px 5px;
    width: 100%;
}

.modal-btn--alt {
    background: white;
    color: #CF0202;
}

/*
#package-detected--ask-passport .input-cont i {
    top: calc(50% - 6px);
    transition: all 0s;
}
#package-detected--ask-passport .input-cont:last-child i {
    top: calc(50%);
}

#package-detected--ask-passport .error + i {
    margin-top: 0;
}

#package-detected--ask-passport form .input-cont:last-child .error + i {
    /* margin-t: calc(50% + 28px ); */
/* }

#package-detected--ask-passport form .input-cont:last-child .error + i {
    top: calc(50% + 20px );
} */

.passport-input {
    position: relative;
}

.passport-input:after {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    color: #12378b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form_mid input[disabled],
.form_mid input[readonly] {
    background: #e6e6e6;
    cursor: not-allowed;
}

.loader {
    text-align: center;
    padding: 120px 0 80px;
}

.loader-message {
    color: rgba(0, 0, 0, 0.75);
    font-size: 22px;
    font-weight: bold;
    padding: 40px 0 0;
}

.lds-cont {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 96px;
    height: 96px;
    margin-left: -30px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 62px 62px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CF0001;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 80px;
    left: 80px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 84px;
    left: 75px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 87px;
    left: 69px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 88px;
    left: 62px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 87px;
    left: 55px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 84px;
    left: 49px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 80px;
    left: 44px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 75px;
    left: 40px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

[v-cloak] {
    display: none
}

.site_title {
    margin-bottom: 30px;
    padding: 20px 0 10px;
}

.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    position: relative;
    overflow: hidden
}

.toggle input[type=checkbox] {
    display: none
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}

.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}

[v-cloak] {
    display: none
}

.order {
    padding: 40px 0;
}

.order .border {
    border: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin: 35px 0 0 0;
    padding: 15px;
    font-size: 16px;
    border-bottom: 0;
}

#cart h2 {
    color: #024c8b;
    font-size: 35px;
    text-align: center;
}

#cart h3 {
    color: #333;
    font-size: 26px;
    text-transform: none;
    font-weight: bold;
}

.express-box {
    border: 1px solid #ebebeb;
    padding: 40px;
    text-align: center;
    font-size: 18px;
}

.express-box-cta {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.express-box .toggle {
    margin-right: 10px;
    border-radius: 100px;
    width: 74px !important;
}

.express-box .toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 32px;
    border-width: 0 1px;
    border-radius: 100px;
    left: -16px;
}

.express-box .toggle.off .toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 32px;
    border-width: 0 1px;
    border-radius: 100px;
    left: 16px;
}

.express-box .toggle-on.btn {
    padding-right: 34px;
    border-radius: 100px;
}

.express-box .toggle-off.btn {
    padding-left: 34px;
    border-radius: 100px;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .15s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
    opacity: 0;
}

.cart-total {
    font-size: 28px;
    font-weight: bold;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px;
    margin-bottom: 20px;
}

.add-applicants-box {
    font-size: 18px;
}

.add-applicants-box button {
    background: #024C8A;
    border-color: #024C8A;
    padding: 10px 40px;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 6px;
    color: white;
    outline: 0;
}

.add-applicants-box select {
    height: 42px !important;
    width: 60px !important;
    outline: 0 !important;
}

.naslov:before,
.naslov:after {
    display: table;
    content: " ";
}

.naslov:after {
    clear: both;
}

.ui.mini.active.inline.loader {
    height: 10px !important;
    max-height: 10px !important;
    margin: -3px 6px 0 0 !important;
    float: none;
    padding: 0 6px 0 0 !important;
}

.sk-radio {
    background: white;
    border-color: #123B78 !important;
}

.sk-radio * {
    color: #123B78;
}

.sk-radio-checked {
    background: #123B78;
    border-color: #123B78 !important;
}

.sk-radio-checked * {
    color: white;
}

/*------------- responsive story -------------*/

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .new_application_header {
        text-align: center;
        padding: 2% 0;
    }

    .new_application_header .font16 {
        border-top: 1px solid #ededed;
        border-left: none;
        margin: 10px 0 0 0;
    }

    .new_application_header .col-md-2, .new_application_header .col-md-8 {
        width: 100%;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 960px) {

}

@media only screen and (min-width: 768px) {
    #navbar {
        margin-top: 22px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .banner .caption {
        margin: 43px 0 0 0;
    }

    .wrapper {
        overflow: hidden;
    }

    .container {
        width: 100% !important;
        /* padding: 0px !important; */
    }

    .header .logo {
        margin: 20px 0 0 20px;
    }

    .banner .caption h1 {
        padding: 0px 0;
        margin: 0px;
        font-size: 40px;
    }

    .banner .caption p {
        padding: 0 5%;
    }

    .banner .caption a.start {
        margin: 5px auto 0 auto;
    }

    .banner_botm {
        padding: 25px 0 20px;
        margin: -154px 0 0 0 !important;
    }

    .banner_botm p img {
        float: left;
        padding: 5px 20px 60px 0;
    }

    .sec_service .srv_detal li {
        margin: 56px 0 0 182px !important;
    }

    footer .flink ul li {
        padding: 0 9px !important;
    }

    footer .flink ul li a {
        font-size: 13px !important;
    }

    .header .logo img {
        /* max-width: 138px; */
        /*max-height: 100px;*/
    }
}

/* Tablet landscape size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .navbar-header {
        float: none;
        margin-top: 35px;
    }

    .thank-you .navbar-toggle {
        border-color: white;
    }

    .thank-you .navbar-toggle .icon-bar {
        background: white;
    }

    .navbar-toggle {
        display: block;
    }

    #navbar {
        position: absolute;
        z-index: 1;
        background: #003a7c;
        color: white;
        top: 21px;
        width: 100vw;
        text-align: center;
    }

    #navbar.collapse {
        display: none !important;
    }

    #navbar.collapse.in {
        display: block !important;
    }

    .header .nav li,
    .header .nav li a,
    .header .nav {
        width: 100%;
        float: none;
        color: white;
    }

    .open .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
        display: block;
        float: none !important;
        position: relative;
        text-align: center;
    }

    .header a.apply {
        display: block;
        margin: 0 auto;
        float: none;
        width: 200px;
        margin: 10px auto !important;
    }

    .navbar-wrapper {
        display: flex !important;
        flex-flow: column-reverse !important;
        padding: 30px 0;
    }

    .wrapper {
        overflow: hidden;
    }

    .container {
        width: 100% !important;
        /* padding: 0px !important; */
    }

    .header .logo {
        margin: 15px 0 0 20px;
    }

    .header a.apply {
        margin: 10px 0 0 0;
    }

    .banner .caption h1 {
        padding: 0px 0% !important;
    }

    .banner .caption p {
        padding: 0 0 !important;
    }

    .banner_botm {
        margin: -115px 0 0 0;
    }

    .sec_service .srv_detal ul {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
    }

    .sec_service .srv_detal li {
        margin: 56px 0 0 74px;
    }

    .section_cvw .gray18 {
        padding: 0 17%;
    }

    .section_cvw .country_help ul li {
        width: 196px;
        font-size: 18px;
        color: #2D2D2D;
        padding: 20px 10px;
        margin: 20px 30px;
    }

    footer .flink ul li {
        padding: 0 15px;
    }

    .new_application_header {
        text-align: center;
        padding: 2% 0;
    }

    .new_application_header .font16 {
        border-top: 1px solid #ededed;
        border-left: none;
        margin: 10px 0 0 0;
    }

    .new_application_header .container {
        padding: 0px;
    }

    .new_application_body ul {
        display: none;
    }

    .new_application_body h2 {
        font-size: 24px;
    }

    .new_application_body p {
        margin: 15px 0;
    }

    .new_application_body h3 {
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .new_application_body .spacer {
        display: none;
    }

    .new_application_body label {
        margin: 20px 0 0 0;
    }

    .new_application_body .font16 {
        margin: 0 0 15px 0;
    }

    .new_application_body .back, .new_application_body .continue {
        margin: 70px 0;
    }

    .header .nav li a {
        padding: 0 20px;
    }

    .vip_landing .outer_mid {
        margin: 0px;
        width: 100%;
    }

    .vip_landing .mid_box {
        margin: 30px 0;
        box-shadow: none;
    }

    .vip_landing .vip_banner .top {
        position: relative;
        background: #8aa0bd;
    }

    .vip_landing .vip_banner h2,
    .vip_landing .vip_banner p {
        /*color: #123B78;*/
        margin: 15px 0;
    }

    .section_cvw .country_help .block {
        text-align: center;
    }

    .section_cvw .country_help .block img {
        margin: 0px;
        float: none;
    }

    .section_cvw .country_help .block {
        text-align: center;
        font-size: 14px;
    }

    .section_cvw .country_help .block .sec {
        width: 100%;
        float: left;
    }

    .landing .landing_section_03 .container {
        width: 100%;
    }

    .contact_us {
        margin: 0px;
    }

    .contact_us .container {
        width: 100%;
    }

    .contact_us .mid {
        box-shadow: none;
    }

    .contact_us .container .mid form,
    .contact_us .container .mid .contact_btm {
        padding: 10%;
    }

    .vip_landing .container,
    .vip_landing .container .contact_us {
        padding: 0px;
    }

    .header .col-md-3 {
        /* width: auto; */
    }
}

/* All Mobile Sizes (devices and browser) */
/*all things are do in this condition*/


@media only screen and (max-width: 767px) {

    li.sk-step {
        text-align: center;
        padding: 0;
    }

    .equal.width.fields {
        width: 100%;
    }

    .sk-additional-content {
        width: 100%;
    }

    .checkbox-group.fields {
        display: block !important;
    }

    .hpbtn-container {
        margin: 0 auto;
    }

    .wincluded__advantages li {
        flex-basis: 100%;
        width: 100%;
    }

    #navbar {
        position: absolute;
        z-index: 1;
        margin: 0;
    }

    .home-icon--mobile {
        float: right !important;
        margin-right: 15px;
        display: inline-block !important;
    }

    .thank-you .navbar-toggle {
        border-color: white;
    }

    .thank-you .navbar-toggle .icon-bar {
        background: white;
    }

    .order {
        padding-top: 0;
        border-top: 1px solid #dadada;
    }

    .author_name_last {
        margin-bottom: 0 !important;
    }

    .banner .caption {
        margin: 0 0 0 0 !important;
        position: relative;
        top: 0;
        transform: translate(0);
    }

    .order-submit {
        margin-bottom: 30px;
    }

    .order-summary {
        margin-bottom: 30px;
    }

    .container {
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        margin-right: 19px !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .header .nav {
        text-align: center;
        margin-top: 0 !important;
    }

    .navbar-wrapper {
        display: flex !important;
        flex-flow: wrap-reverse;
        padding: 15px 0 25px;
    }

    /* .navbar-nav li:first-child {
        padding-top: 0 !important;
    } */
    .header .logo {
        margin: 20px 0 10px 0 !important;
    }

    .wrapper {
        overflow: hidden;
    }

    /*.container {
         width: 100% !important;
         padding: 0px !important;
    }
     */
    /*.navbar-toggle {
         margin-right: 132px;
    }
     */
    /*.header a.apply {
         float: left;
         margin: 20px 0 20px 10px;
    }
    */
    .header .nav {
        margin: 0 0 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    .header {
        position: relative;
        float: left;
        width: 100%;
    }

    .header .top_row a.login {
        float: left;
        margin: 20px 0 0 110px;
    }

    .header .head_botm {
        line-height: 28px;
    }

    .navbar {
        border: 1px solid transparent;
        margin-bottom: 0px !important;
        min-height: 0px !important;
        position: relative;
    }

    .navbar-header {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .navbar-nav {
        float: left !important;
        text-align: left !important;
        width: 100%;
        margin: 7.5px 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav > li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #2f2f2f;
    }

    .navbar-nav > li:last-child {
        border-bottom: none;
    }

    .navbar-default .navbar-nav > li > a {
        background: none !important;
        float: left;
        width: 100%;
        line-height: 20px !important;
        padding: 5px 5px;
    }

    .header .nav {
        padding-left: 0;
        padding-right: 0;
    }

    .nav > li > a {
        width: 100%;
    }

    .header .head_botm {
        display: none;
    }

    .banner {
        height: auto;
        position: relative;
        text-align: center;
        padding: 40px 0 !important;
    }

    .banner .caption {
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 1%;
        text-align: center;
    }

    .banner .caption a.start {
        margin: 0 30px;
        display: inline-block;
        float: none;
        padding: 10px 30px;
        max-width: 100%;
    }

    .caption a.start {
        padding: 15px 50px;
    }

    .banner .caption h1 {
        width: 100%;
        text-align: center;
        line-height: 40px;
        padding: 0px 24px 20px;
        margin: 0px;
        font-size: 28px !important;
    }

    .black-box {
        margin-bottom: 20px;
    }

    .banner .caption p {
        margin: 15px 0 20px 0;
        padding: 0 24px;
    }

    .banner_botm {
        background: #123b78;
        margin: 0 0 0 0;
    }

    .banner_botm p {
        margin: 0 0 20px 0;
    }

    /*.banner .caption a.start {
         margin: 20px 0 100px 40px;
    }
    */
    .section_01 .text_detail p {
        text-align: center;
    }

    .step_4 h2 {
        font-size: 28px;
        padding: 100px 10px 80px;
        margin: 0px;
    }

    .step_4 .stepbox p {
        margin: 10px 0 30px 0;
    }

    .sec_service h2 {
        font-size: 25px;
    }

    .sec_service .text16 {
        padding: 0 5%;
    }

    .sec_service .srv_detal {
        width: 100%;
        padding: 0 0;
        margin: 0px 0 40px 0;
    }

    .sec_service .srv_detal ul {
        float: left;
        width: 100%;
        margin: 0 0 0 0%;
        padding: 0 2%;
    }

    .sec_service .srv_detal li {
        width: 100%;
        padding: 25px 25px;
        margin: 56px 0 0 0px;
        text-align: center;
    }

    .sec_service .srv_detal li p span {
        font-size: 17px;
        margin: 18px 0;
        width: 100%;
        display: inline-block;
    }

    .sec_service .srv_detal li p img {
        float: none;
        padding: 0px;
        /*padding: 0 20px 80px 0;
        */
    }

    .section_01 .text_detail {
        margin: 20px 0 0 0;
    }

    .section_01 .text_detail img {
        display: none;
    }

    .section_01 .text_detail p {
        float: left;
        width: 100%;
        text-align: center;
        font-family: 'SFProDisplayRegular';
        font-size: 16px;
        color: #484848;
        line-height: 30px;
        padding: 0 0 0 0;
        margin: 0;
    }

    .section_steps h2 {
        line-height: 50px;
    }

    .section_steps .step_blog .text_red {
        width: 100%;
    }

    .section_trv p {
        padding: 0 5% 20px;
    }

    .section_steps .step_blog .text_red {
        text-align: center;
    }

    .section_steps .step_blog h3 {
        font-size: 23px;
    }

    .section_cvw h2 {
        font-size: 30px;
        padding: 0 0 0;
        margin: 0px;
    }

    .section_cvw .gray18 {
        padding: 0 2%;
    }

    .section_cvw .country_help ul li img {
        float: left;
        margin: 0 22px 0 25px;
    }

    .section_cvw .country_help ul li {
        width: 100px;
        font-size: 16px;
        line-height: 40px;
        padding: 20px 2px;
        margin: 20px 30px;
        text-align: center;
    }

    .section_faq h2 {
        font-size: 30px;
    }

    .section_faq {
        padding: 80px 2% 60px 2%;
    }

    .section_faq h3 {
        padding: 0 0;
        margin: 0px;
    }

    .section_faq p {
        padding: 0 0;
    }

    footer .flogo {
        width: 100%;
        text-align: center;
        float: left;
        margin: 0 0 0 0;
    }

    footer .flink {
        float: left;
        width: 100%;
        margin: 30px 0 0 0;
    }

    footer .flink ul {
        text-align: center;
    }

    footer .flink ul li {
        line-height: 32px;
        padding: 0 18px;
        margin: 0;
        float: none;
        display: inline-block;
        width: 49%;
        padding: 0;
    }

    footer .copyright {
        line-height: 30px;
        margin: 50px 0 0 0;
    }

    .modal-body .btn-primary {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .modal-title {
        font-size: 27px;
    }

    .modal-body input[type="submit"] {
        width: 100%;
    }

    .section_01 .text_detail p {
        width: 100%;
    }

    .navbar-collapse {
        background: #123b78;
    }

    .header .nav {
        text-align: center;
        /* margin-top: -35px !important; */
    }

    .header .nav li {
        border: none;
        padding: 3% 0;
        text-align: center;
    }

    .header .nav li a {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }

    .header .nav .ph_block {
        display: none;
    }

    .header a.apply {
        float: none;
        display: inline-block;
    }

    .navbar-collapse {
        padding: 0 0 15px 0;
    }

    .new_application_header {
        text-align: center;
        padding: 2% 0;
    }

    .new_application_header .font16 {
        border-top: 1px solid #ededed;
        border-left: none;
        margin: 10px 0 0 0;
    }

    .new_application_header .container {
        padding: 0px;
    }

    .new_application_body ul {
        display: none;
    }

    .new_application_body h2 {
        margin: 0px;
        font-size: 24px;
    }

    .new_application_body p {
        margin: 15px 0;
    }

    .new_application_body h3 {
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .new_application_body .spacer {
        display: none;
    }

    .new_application_body label {
        margin: 20px 0 0 0;
    }

    .new_application_body .font16 {
        margin: 0 0 15px 0;
    }

    .new_application_body .back, .new_application_body .continue {
        margin: 70px 0;
    }

    .new_application_body_new .block {
        margin: 38px 0;
        border: none;
        background: #fff7ea;
    }

    .new_application_body_new .blank {
        display: none;
    }

    .new_application_body_new .block .link, .new_application_body_new .block_outer .btm_sec, .new_application_body_new .block .col-md-12 select {
        display: none;
    }

    .new_application_body_new .block {
        position: relative;
        padding: 5% 0;
        height: 160px;
    }

    .new_application_body_new .block::after {
        content: '';
        background: #fff7ea;
        width: 20%;
        height: 160px;
        position: absolute;
        left: -57px;
        top: 0;
    }

    .new_application_body_new .block::before {
        content: '';
        background: #fff7ea;
        width: 20%;
        height: 160px;
        position: absolute;
        right: -57px;
        top: 0;
    }

    .thank_you_mid .container {
        width: 100%;
        padding: 0px;
    }

    .thank_you_mid p {
        padding: 15px;
    }

    .thank_you_mid .block p {
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .thank_you_mid .block a {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .landing .banner {
        min-height: inherit;
        height: inherit;
    }

    .landing .banner a {
        font-size: 20px;
    }

    .landing .banner .btm_sec {
        position: relative;
        float: left;
        background: #123b78;
    }

    .landing .banner .btm_sec ul li {
        width: 100%;
        float: left;
    }

    .landing .banner h2 {
        margin: 166px 0 0 0;
        font-size: 36px;
    }

    .landing .banner a {
        margin: 0 0 166px 0;
    }

    .landing .banner .btm_sec ul {
        padding: 13%;
    }

    .landing .banner .btm_sec ul li {
        margin: 0 0 40px 0;
    }

    .landing .banner .btm_sec ul li:last-child {
        margin: 0px;
    }

    .landing .landing_section_01 h2 {
        font-size: 28px;
        line-height: 33px;
    }

    .landing .landing_section_01 {
        padding: 15% 0;
    }

    .landing .landing_section_02 .container {
        width: 100%;
        text-align: center;
    }

    .landing .landing_section_02 .col-md-6 {
        padding: 5%;
    }

    .landing .landing_section_02 {
        padding: 85px 0 0 0;
    }

    .landing .landing_section_02 .link {
        margin: 0 0 85px 0;
    }

    .landing .landing_section_02 h2 {
        font-size: 28px;
        text-align: center;
    }

    .landing .landing_section_02 p {
        text-align: center;
        margin: 15px 5%;
        width: 90%;
    }

    .landing .landing_section_02 .col-md-6, .landing .landing_section_02 .container {
        padding: 0px;
    }

    .landing .landing_section_03 {
        text-align: center;
        padding: 15% 0;
    }

    .landing .landing_section_03 .author_name {
        margin: 0 0 50px 0;
    }

    .landing .btm_line {
        padding: 10% 0;
    }

    .landing .landing_section_03 h2 {
        font-size: 28px;
    }

    .landing .btm_line {
        font-size: 22px;
    }

    .landing .banner {
        padding: 0px !important;
    }

    .landing .banner.cr .container {
        width: 100%;
        padding: 0 15px;
    }

    .landing .banner.cr {
        text-align: center;
        background: url(../images/cr_banner_img_mobile.jpg) no-repeat center center;
        background-size: cover;
    }

    .landing .banner.cr h2, .landing .banner.cr p {
        text-align: center;
    }

    .section_vip_program .link {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .vip_landing .outer_mid {
        margin: 0px;
        width: 100%;
    }

    .vip_landing .mid_box {
        margin: 30px 0;
    }

    .vip_landing .vip_banner .top {
        position: relative;
        background: #8aa0bd;
    }

    .vip_landing .vip_banner h2,
    .vip_landing .vip_banner p {
        /*color: #123B78;*/
        margin: 15px 0;
    }

    .vip_banner h2,
    .inner-pg-cms h2,
    .cost h2,
    .pay-title {
        font-size: 28px !important;
    }

    .section_cvw .country_help .block {
        text-align: center;
        font-size: 12px;
    }

    .section_cvw .country_help .block img {
        margin: 0px;
        float: none;
    }

    .section_cvw .country_help .block .sec {
        width: 100%;
        float: left;
    }

    .landing .landing_section_03 .container {
        width: 100%;
    }

    .vip_landing .vip_banner .img_sec {
        display: none;
    }

    .vip_landing .vip_banner .top.contact {
        background: url(../images/contact_banner.png) no-repeat 50%;
        background-size: cover;
        padding: 10% 3%;
    }

    .contact_us {
        margin: 0px;
    }

    .contact_us .container {
        width: 100%;
    }

    .contact_us .mid {
        box-shadow: none;
    }

    .contact_us .container .mid form,
    .contact_us .container .mid .contact_btm {
        padding: 10%;
    }

    .vip_landing .container,
    .vip_landing .container .contact_us {
        padding: 0px;
    }

    .section_vip_program .container {
        width: 100%;
    }

    .header .logo img {
        /* max-height: 46px;
        max-width: 150px; */
        margin-top: -8px;
        max-width: 185px;
        margin-left: 15px;
    }

    .header .col-md-3 {
        /* width: auto; */
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*.navbar-toggle {
         margin-right: 220px;
    }
     */
    .field.radio-button {
        display: inline-block;
        margin-bottom: 15px !important;
    }

    .ui.form {
        width: 100%;
        padding: 0 30px;
    }

    h2#formTitle {
        padding: 20px;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .navbar-toggle {
        margin-right: 19px !important;
        margin-top: -62px;
    }

    /*.banner .caption a.start {
         margin: 0px 0 0 34%;
    }
     */
    .header .head_botm {
        padding: 10px 0;
    }

    /*.banner .caption a.start {
         margin: 20px 0 100px 120px !important;
    }
    */
    /*.section_01 .text_detail p {
         width: 92%;
    }
    */
    .header a.apply {
        float: right;
        margin: 10px 0 20px 10px;
    }

    /*.banner .caption a.start {
         margin: 20px 0 100px 80px;
    }
    */
    .banner_botm p img {
        margin: -10px 0 0 0;
    }

    .sec_service h2 {
        font-size: 30px;
    }

    /*.section_cvw .country_help ul li {
         padding: 20px 2px;
         margin: 20px 68px;
    }
    */
    .btn-group {
        width: 100%;
    }

    .modal-body .btn-primary {
        width: 32%;
        margin: 0 5px 0 0;
    }

    .navbar-toggle {
        margin-top: 0;
    }

    .new_application_body_new .block::after {
        left: -115px;
    }

    .banner .caption h1 {
        width: 100%;
        text-align: center;
        line-height: 40px;
        padding: 0px 15px;
        margin: 0px;
        font-size: 25px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .wrapper {
        overflow: hidden;
    }

    .container {
        width: 100% !important;
        /* padding: 0px !important; */
    }

    .banner .caption a.start {
        margin: 20px auto 100px auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .flogo img {
        max-width: 100%;
        margin-top: 18px;
        margin-left: 10px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .modal-dialog {
        vertical-align: top !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
}

@media (min-width: 1215px) {
    .header .nav li a {
        margin: 0 4px;
        padding: 0 25px;
    }

    .dropdown-menu {
        min-width: 200px;
    }

    .header .nav {
        padding-right: 0;
    }

    .header .navbar-nav > li > .dropdown-menu {
        margin-left: 4px;
    }
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1800px) {
}

@media (min-width: 2000px) {
}

/*---------------- responsive css for apply now page --------------------*/
@media (min-width: 1350px) {
    .carousel .item img {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .carousel .container {
        left: 0;
        margin-left: 0;
        top: 100px;
    }

    .mid1 ul li::after {
        right: -50px;
        width: 75px;
    }

    .mid1 ul li {
        width: 210px;
    }

    .carousel .item img {
        max-width: 100%;
    }

    .contact-img img {
        width: 100%;
    }

    .inner-sec1 .blue-line ul li:nth-child(3)::before {
        width: 190px;
    }

    .inner-sec2 form .form-group label {
        font-size: 14px;
    }

    #apply_form .form-group .extra-frmgrup2 .help-block {
        bottom: -30px;
    }
}

@media (max-width: 767px) {

    .sk-step.sk-step.sk-step.sk-step.sk-step.sk-step {
        padding-left: 0px !important;
    }

    .sk-step.sk-step.sk-step.sk-step.sk-step.sk-active-step {
        padding-left: 0px !important;
    }

}

@media (max-width: 991px) {

    .footer_chat_cta {
        flex-flow: column;
        align-items: center;
    }

    .banner .caption {
        margin: 0 0 0 0 !important;
        position: relative;
        top: 0;
        transform: translate(0);
    }

    .banner .caption p {
        max-width: 100% !important;
        width: auto !important;
        display: inline-block;
    }

    .black-box {
        float: none;
    }

    .mid1 ul li::after {
        display: none;
    }

    .mid1 ul li {
        width: 170px;
    }

    .mid1 ul li p {
        float: left;
        width: 100%;
    }

    .carousel ul li {
        padding: 0 0 8px 30px;
    }

    .carousel h1 {
        margin-bottom: 15px;
    }

    footer .ftr-top ul li {
        padding: 0 6px;
    }

    footer .ftr-top ul li a {
        font-size: 14px;
    }

    .inner-sec1 .blue-line ul li:nth-child(1)::before {
        width: 140px;
        left: 85px;
    }

    .inner-sec1 .blue-line ul li {
        margin-right: 4%;
        font-size: 13px;
    }

    .inner-sec1 .blue-line ul li:nth-child(2)::before {
        left: 98px;
    }

    .inner-sec1 .blue-line ul li:nth-child(3)::before {
        width: 90px;
    }

    /*.inner-sec2 form .form-group label {
         font-size:12px;
    }
     */
    #apply_form .form-group .extra-frmgrup2-res1 .help-block {
        bottom: -30px;
    }

    #apply_form .form-group .extra-frmgrup2-res2 .help-block {
        bottom: -48px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .visa-lp .banner .caption {
        margin: -40px 0 0 0;
    }

    .visa-lp .banner .caption h1 {
        font-size: 36px;
    }
}

@media (max-width: 992px) {

    .visa-lp .header,
    .visa-lp .banner,
    .visa-lp .banner_botm {
        float: none;
    }

    .navbar-wrapper {
        display: flex !important;
        flex-flow: wrap-reverse;
        justify-items: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    #navbar {
        width: 100vw;
        margin: 0 -15px;
    }

    .header a.apply {
        margin: 0 auto;
    }

    header .logo-area {
        position: relative;
        background: rgba(0, 0, 0, 1);
    }

    header .logo-main {
        text-align: center;
        width: 100% !important;
    }

    .navbar-inverse .navbar-toggle {
        margin: -73px 30px 0 0;
        border: 0;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none;
    }

    .navbar {
        min-height: 0;
    }

    header .nav-area .navbar {
        display: block;
    }

    header .nav-area .navbar .container-fluid, header .nav-area .navbar .container-fluid .navbar-collapse {
        padding-right: 15px;
    }

    header .nav-area .navbar .navbar-nav li a {
        text-align: center;
    }

    .carousel .container {
        top: 40px;
    }

    footer .ftr-top {
        text-align: center;
    }

    footer .ftr-top ul {
        text-align: center;
        width: 100%;
    }

    footer .ftr-bot {
        text-align: center;
    }

    .carousel .item img {
        max-width: 180vw;
        margin-left: -60vw;
    }

    .carousel-inner > .item {
        max-height: 610px;
    }

    .carousel-inner * {
        text-align: center;
    }

    .carousel-inner li {
        text-align: left;
    }

    .carousel h1 {
        margin-top: 0;
        font-size: 30px;
    }

    .carousel ul li {
        padding: 0 0 8px 30px;
    }

    header .top-rightlink {
        padding-top: 0;
        display: none;
    }

    header .concierge-btn {
        display: none;
    }

    /*header .translation-links {
         top: -98px;
         right: -110px;
    }
     */
    header .translation-links > ul {
        background: none;
    }

    .mid1 ul li {
        margin-bottom: 40px;
        width: 45%;
    }

    .inner-sec2 form .dob-no-pad {
        padding-left: 15px !important;
        /*margin-top: 20px;
         */
    }

    .inner-sec1 {
        display: none;
    }

    .inner-sec2 form .gray-blok h3 {
        font-size: 18px;
        word-wrap: break-word;
    }

    .inner-sec2 form input[type="button"] {
        padding: 0 40px;
        width: auto;
    }

    .inner-sec2 h2 {
        font-size: 28px;
    }

    .inner-sec2 form select {
        margin-bottom: 5px;
    }

    #apply_form .dob-xtra-gap select {
        margin-bottom: 30px;
    }

    #apply_form .dob-xtra-gap .help-block {
        bottom: 0px;
        left: 0;
    }

    #apply_form .dob-xtra-gap2 .help-block {
        bottom: 0px;
        left: 15px;
    }

    #apply_form .form-group .extra-frmgrup2-res1 .help-block {
        bottom: -30px;
    }

    #apply_form .form-group .extra-frmgrup2-res3 .help-block {
        left: 15px;
    }

    #apply_form .form-group .extra-frmgrup2-res4 .help-block {
        left: 15px;
        bottom: -30px;
    }

    header .logo-area .logo-main .translation-links {
        display: inline-block;
        top: 15px;
        left: 15px;
    }

    header .logo-area .logo-main .translation-links > ul {
        margin: 0px;
        padding: 0px;
    }

    header .col-md-4 {
        display: none;
    }

    header .logo-area {
        padding: 5px 0;
        min-height: 10px;
    }

    header .navbar {
        margin-bottom: 0px;
    }

    header .nav-area .navbar {
        margin: 0;
    }

    header .navbar-inverse .navbar-toggle {
        margin: -37px 5px 0 0;
    }

    header .logo-area .logo-main {
        margin-top: 0px;
    }

    .home.carousel p, .home.carousel li {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    header .logo-main {
        text-align: left;
    }

    .carousel h1 {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .carousel ul li {
        padding: 0 0 3px 30px;
        font-size: 13px;
    }

    .carousel ul {
        margin-bottom: 6px;
    }

    .carousel ul li {
        background: url('../images/bullet1.png') 0 0px no-repeat;
    }

    header .logo-main img {
        width: 180px;
    }

    .navbar-inverse .navbar-toggle {
        margin: -73px 10px 0 0;
    }

    .mid2 .maparea ul li {
        width: 32%;
    }

    .inner-sec2 form .gray-blok .blok1 {
        padding: 35px 35px 10px;
    }

    .inner-sec2 form .gray-blok .blok2 {
        padding: 15px 35px 5px;
    }

    .inner-sec2 form input[type="button"] {
        padding: 0 20px;
        font-size: 16px;
    }

    .home.carousel p, .home.carousel li {
        font-size: 12px;
    }
}

@media (max-width: 410px) {
    #apply_form .form-group .extra-frmgrup2-res4 .help-block {
        left: 15px;
        bottom: -47px;
    }

    .home.carousel p, .home.carousel li {
        font-size: 12px;
    }
}

/* #pay-btns {
     padding: 0 0 40px;
     display: flex;
     justify-content: center;
     align-items: center;
} */
.est4-msg {
    /* border: 1px solid #ddd;
     */
    /* background: #f4f4f4;
     */
    padding: 35px 0 0;
}

.est4-msg p {
    text-align: center;
    font-size: 18px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
}

.apply-disclaimer {
    margin: 15px auto;
    max-width: 450px;
}

.apply-disclaimer li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.esta-msg p {
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    /* div#frm_div {
         padding: 0;
    }
     */
    .equal.width.fields {
        width: 100%;
    }

    .checkbox-group.fields {
        display: block !important;
    }

    .checkbox-group.fields .field {
        display: inline-block !important;
        width: 25%;
        margin: 10px 0 !important;
        padding: 0 2px !important;
    }

    .sk-radio,
    .sk-radio-checked {
        width: 100% !important;
        height: 90px !important;
    }

    .sk-radio i.huge.icon,
    .sk-radio-checked i.huge.icon {
        font-size: 3em !important;
    }

    .sk-selection-container div.ui.header {
        margin-top: 5px !important;
    }

    .sk-selection-container .sk-step-buttons {
        margin-top: -10px !important;
    }

    .ui.header.getStarted-text {
        margin-bottom: 0 !important;
    }

    .fields.checkbox-group {
        text-align: center !important;
    }

    .sk-selection-container {
        border-color: white !important;
        margin-top: 10px;
        padding-top: 20px !important;
        text-align: center;
        border-top: 1px solid #ddd !important;
    }

    #myModal .modal-body,
    #myModal2 .modal-body {
        padding: 0 15px;
    }

    .reson label {
        padding: 5px;
    }

    .single-page {
        padding: 0;
    }

    #pay-btns {
        margin: 0 !important;
        padding: 0 0 50px !important;
    }

    .card-payment {
        display: none;
    }

    .payment-evisa .blok1 {
        padding: 0 15px 10px;
        margin-top: -10px;
    }

    .payment-evisa .blok2 {
        padding: 0 !important;
    }

    .payment-evisa #pay_paypal_btn {
        display: none;
    }

    .payment-evisa .blok1 h4 {
        margin: 10px 0 30px !important;
        padding-top: 10px;
    }

    .payment-evisa {
        padding: 0;
        margin: 20px 0;
    }

    .payment-evisa .container {
        padding: 0 5px;
    }

    .banner_botm > div > div:last-child p {
        margin-bottom: 0;
    }

    .banner_botm {
        padding: 45px 0;
    }

    .section_01 .text_detail p {
        text-align: justify;
    }

    .reason__icon {
        font-size: 30px;
    }

    .cost {
        background: #ffffff;
        padding: 40px 15px;
    }

    .package {
        padding: 30px;
    }

    #navbar {

        margin: 0;
    }

    .big-header-wrapper {
        padding: 85px 15px 20px;
    }

    .big-header-wrapper__title {
        font-size: 28px;
    }

    .ty {
        padding: 20px 0;
    }

    .ty__title h2 {
        font-size: 28px;
    }

    .ty__sub-title {
        font-size: 20px;
        font-family: SFProDisplayBold, sans-serif;
    }

    .ty__msg p {
        font-size: 16px;
    }

    .ty__box {
        flex-flow: column;
        padding: 30px;
    }

    .ty__box-button button {
        padding: 0;
        width: 100%;
    }

    .ty__box-button {
        flex-basis: auto;
        flex-shrink: 0;
        width: 100%;
    }

    .ty__box-msg {
        text-align: center;
        margin-bottom: 20px;
    }

    ul#step_track {
        margin: 20px 0 15px;
    }

    .services-sec {
        min-height: auto;
    }

    .faq-container {
        padding: 0 15px;
    }

    .faq-answer {
        text-align: justify;
        font-size: 16px;
    }

    .faq-question {
        font-size: 20px;
    }

    .section_cvw .country_help .block {
        padding: 0;
    }

    .section_cvw {
        padding: 50px 0 15px;
    }

    .row-section h2 {
        font-size: 28px;
        margin-bottom: 45px;
    }

    .faq-container {
        text-align: center;
    }

    .header .logo {
        margin: 10px 0;
    }

    .navbar-toggle {
        position: relative;

    }

    /* .collapse.in.in.in.in.in.in.in, .collapsing.collapsing.collapsing.collapsing {
    padding: 25px 0 35px !important;
} */
    div#add_name_btn {
        display: flex;
    }

    .header .container {
        padding: 0 !important;
    }

    .home_new_section h2 {
        font-size: 28px;
    }

    .banner_botm p {
        font-size: 20px;
    }

    .pay-cont {
        padding: 0;
        text-align: center;
    }

    .btn-big {
        font-size: 16px;
        padding: 0px 30px;
    }

    header .top-rightlink {
        display: block;
        text-align: left;
    }

    .yesno {
        text-align: center;
        margin: 15px auto 30px;
    }

    .inner-sec2 form .gray-blok .blok1 {
        padding: 35px 15px 10px;
    }

    .inner-sec2 form .gray-blok .blok2 {
        padding: 15px 15px 5px;
    }

    .row-no-padding {
        margin-left: 0;
        margin-right: 0;
    }

    .row-no-padding [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .no-padding {
        padding: 0 !important;
    }

    .main-title-home {
        margin-bottom: 2px !important;
        text-transform: initial !important;
        font-size: 26px !important;
    }

    .sub-title-home {
        margin: 0 0 15px !important;
        text-transform: initial !important;
        font-size: 18px !important;
    }

    .landing-header-title:after {
        display: none;
    }

    .trusted-list-container {
        flex-flow: column;
    }

    .landing-header-title {
        font-size: 30px;
        margin: 20px 0 10px;
    }

    .landing-header-tag {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .landing-row h2 {
        font-size: 28px;
    }

    .testimony-single p {
        font-size: 16px;
        line-height: 24px;
    }

    #wn-insurance-quote-editor #qqc .input-group.departure-date, #wn-insurance-quote-editor #qqc .input-group.return-date, #wn-insurance-quote-editor #qqc .traveller-age {
        width: 100% !important;
        margin: 0 !important;
    }

    #wn-insurance-quote-editor #qqc .qqc-background {
        padding: 60px 10px 0 10px !important;
    }

    #wn-insurance-quote-editor.insurance-quote-white #qqc .qqc-background {
        padding: 20px 15px 0 15px !important;
    }

    #wn-insurance-quote-editor.insurance-quote-white.insurance-quote-header #qqc .qqc-background {
        padding: 0 15px 0 15px !important;
    }

    #wn-insurance-quote-editor #qqc .input-group.departure-date {
        margin-right: 5px !important;
    }

    #wn-insurance-quote-editor #qqc .input-group.departure-date, #wn-insurance-quote-editor #qqc .input-group.return-date {
        width: 49% !important;
    }

    #wn-insurance-quote-editor.insurance-quote-header #qqc h1 {
        display: none !important;
    }

    .trusted-list-container > * {
        margin-bottom: 30px;
    }

    .landing-header {
        height: 100vh;
    }

    .landing-header-content-inner {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .landing-header-content {
        height: auto;
    }

    .msg-box {
        padding: 15px;
    }

    .carousel-bg-mobile {
        background: black !important;
        opacity: 0.5;
        filter: blur(2px);
    }

    #pay-btns {
        padding-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-flow: column;
    }

    #pay-btns img {
        height: 44px !important;
    }

    .home .carousel-inner {
        background: black;
    }

    .home.carousel {
        text-align: center;
    }

    .home.carousel h1 {
        font-size: 28px;
    }

    .home.carousel p, .home.carousel li {
        font-size: 16px;
        font-weight: 300;
    }

    .home.carousel li {
        text-align: left;
        margin-bottom: 10px;
        background-position: 0 4px;
    }

    .home.carousel ul {
        margin-bottom: 30px;
    }

    .home.carousel .container {
        top: 10px !important;
        width: 100%;
    }

    .apply-if {
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size: 18px;
    }

    .mid2 .maparea ul li {
        width: 48%;
    }

    .mid1 ul li {
        margin-bottom: 40px;
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    .inner-sec2 {
        background: #fff;
        width: 100%;
        float: left;
        padding: 30px 0;
    }

    /* #pay-btns .main-btn {
         padding: 9px 30px !important;
         border-radius: 28px !important;
         display: inline-block;
         color: #fff !important;
         text-transform: uppercase !important;
         font-size: 17px !important;
         font-family: 'Roboto', sans-serif;
         background: #cf0202 !important !important;
         font-weight: 700 !important;
         border: 1px solid transparent !important;
         height: 44px !important;
    } */
    .msg-box_payment {
        background: #fff;
        width: 100%;
        margin: 0 auto;
        max-width: initial;
        padding: 20px 0;
    }

    .section_need {
        font-size: 16px;
        padding: 38px 20px;
        line-height: 32px;
    }

    .section_need button.btn-red.btn-big {
        margin-top: 10px;
    }

    .visa_iframe iframe {
        height: 1007px !important;
    }

    .banner .caption p.small {
        font-size: 14px;
        line-height: 25px;
    }

    .banner .caption p.small.already-applied strong {
        display: block;
    }

    .banner .caption p.small.already-applied a {
        /* display: block; */
    }

    .banner {
        background: url(../images/banner_mobile.jpg) no-repeat center !important;
        background-size: cover !important;
    }
}

@media (max-width: 360px) {
    #apply_form .form-group .extra-frmgrup2-res5 .help-block {
        bottom: -47px;
    }

    #apply_form .form-group .extra-frmgrup2-res6 .help-block {
        bottom: -47px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .carousel.home .carousel-inner {
        max-height: 1000px;
        min-height: 700px;
    }

    .carousel.home .item img {
        max-width: 370vw;
        margin-left: -170vw;
    }

    .home-disclaimer {
        text-shadow: 0 0 12px rgba(0, 0, 0, 1), 0 0 2px rgba(0, 0, 0, 1), 0 0 1px rgba(0, 0, 0, 1), 0 0 6px rgba(0, 0, 0, 1);
        background: rgba(0, 0, 0, 0.2);
        padding: 15px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 415px) and (min-height: 650px) {
    .main-title-home {
        margin-top: 60px !important;
    }
}

@media only screen and (max-width: 320px) {
    .reson label {
        padding: 0;
    }

    .reson label span {
        font-size: 12px !important;
    }

    #myModal .modal-body, #myModal2 .modal-body {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .header .nav {
        margin-top: 2px;
    }
}

.modal {
    text-align: center;
}

.modal-big {
    font-size: 16px;
}

/* @media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
} */

@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

ul.previousapps {
    margin-bottom: 20px;
}

ul.previousapps > li {
    padding: 10px;
    border: 1px solid #fff;
    background-color: #ddd;
}

/* ul.previousapps > li:nth-of-type(odd) {
    background-color: #ffe0b2 ;
} */

ul.previousapps > li.error {
    background-color: #ffccbc;
}

ul.previousapps > li.approved {
    background-color: #c8e6c9;
}

ul.previousapps > li.processing {
    background-color: #ffe0b2;
}

/*
.headcont::after {
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
} */

.custom-center {
    text-align: center !important;
}

.custom-font {
    font-family: 'Muli', sans-serif !important;

}

.gradient-protection {
    background: rgb(225, 240, 255);
    background: -moz-radial-gradient(circle, rgba(225, 240, 255, 1) 0%, rgba(190, 224, 251, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(225, 240, 255, 1) 0%, rgba(190, 224, 251, 1) 100%);
    background: radial-gradient(circle, rgba(225, 240, 255, 1) 0%, rgba(190, 224, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1f0ff", endColorstr="#bee0fb", GradientType=1);
}

.custom-justify {
    text-align: justify !important;
}

.no-margin {
    margin-top: 0px !important;
}

.custom-color-051929 {
    color: #051929 !important;
}

.custom-hr {
    color: #5691ca !important;
    border-color: #5691ca !important;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-top: 15px;
    margin-bottom: 15px;

}


.travel-banner {
    min-height: 471px;
}

.travel-banner h1 {
    color: #ffffff;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin: 66px 0 0 0;
}

.travel-banner p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 18px 0;
}

.travel-banner .link,
.btn-main {
    background: #C7041A;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 40px;
    padding: 0 26px;
    display: inline-block;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.travel-banner .link:hover,
.btn-main:hover {
    background: #000;
    text-decoration: none;
}

.banner h1, .banner ul {
    margin: 5% 0;
}

/**Update**/

.custom-href-travel {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    background: #2A53A4;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5vw;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #2A53A4;
}

.custom-href-travel:hover {
    text-decoration: none;
    background: #5691ca;
    color: #fff;
    border: 2px solid #2A53A4;
}


/*------------------------------------ Start of Custom CSS Style ------------------------------------*/


.custom-center {
    text-align: center;
}

.custom-left {
    text-align: left;
}

.custom-error-box {
    background-color: rgba(233, 210, 211, 0.9);
    border-radius: 15px;
    padding: 20px 50px 20px 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border: solid 1px #db5f61;
}

.custom-thankyou-box {
    background-color: rgba(212, 233, 211, 0.8);
    border-radius: 15px;
    padding: 20px 50px 20px 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border: solid 1px #50b456;
}

.clearfix {
    clear: both;
    width: 100%;
}

.padding40 {
    padding-top: 40px;
}

.padding80 {
    padding-top: 80px;
}

.support-button-error {
    padding: 30px;
    background-color: #db5f61;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1vw;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.support-button-error:hover {
    padding: 30px;
    background-color: #ce2427;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1vw;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid #ffffff;

}

.support-button-thankyou {
    padding: 30px;
    background-color: #50b456;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1vw;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.support-button-thankyou:hover {
    padding: 30px;
    background-color: #0f883b;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1vw;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid #ffffff;

}

.bg-error {
    background: url('../images/errorthankyou.jpg');
    background-size: cover;
}

.bg-thankyou {
    background: url('../images/errorthankyou.jpg');
    background-size: cover;
}

/*-- text utilities --*/
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

/*-- spacing utilities --*/
.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 992px) {
    .m-md-0 {
        margin: 0 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.select-widget .ui.dropdown .menu > .item > .flag{
    margin: 0;
    padding: 0;
    float: left;
    position: static;
}

.select-widget .menu .flag:before{
    top: 13px;
}

.select-widget .text .flag {
    margin: 0;
}

.select-widget .text .flag:before{
    top: 0;
}

#root .button {
    background: #CF0202;
    color: #fff
}


.select-widget input[type=radio], input[type=checkbox] {
    margin: 0 !important;
    margin-top: -5px !important;
    margin-right: 10px !important;
}

/*Serice Benefits*/
.benefits-h1 {
    text-align: center;
    color: #024c8b;
}

.benefits-image {
    text-align: center;
}


/*EB-5 Visa*/

.eb5-iconcolor-blue {
    color: #123B78;
}

.eb5-iconcolor-green {
    color: #2c7812;
}

.eb5-iconcolor-cyan {
    color: #126b78;
}

.eb5-about-bg {
    background: url(../images/nyc.jpg) no-repeat top left;
    background-size: cover;
}

.eb5-rural-bg {
    background: url(../images/rural.jpg) no-repeat top left;
    background-size: cover;
}

.eb5-border {
    border-top: 1px solid #123B78;
    border-bottom: 1px solid #123B78;
}

.cf-eb5-text {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    width: 100%;
    border: 1px solid #123B78;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.cf-eb5-text:focus {
    border: 1px solid #CF0202;
}

.cf-eb5-submit {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    background-color: #CF0202;
    border: 1px solid #123B78;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-weight: bold;
}

.cf-eb5-submit:hover {
    background-color: #d7e7ff;
    color: #123B78;
}

.cf-eb5-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sk-testimonials-center {
    text-align: center;
    font-family: 'SFProDisplayRegular';
    font-size: 22px;
    color: #484848;
}

.sk-testimonials-right {
    text-align: right;
    font-family: 'SFProDisplayRegular';
    font-size: 28px;
    color: #484848;
}

.carousel-inner {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.glyphicon-chevron-left:before {
    display: none;
}

.glyphicon-chevron-right:before {
    display: none;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
}

.sk-black {
    color: black !important;
}

.top-alert {
    background: black;
    color: white;
    padding: 10px;
    text-align: left;
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width: 500px) {
    .top-alert {
        font-size: 9px !important;
    }
}

.backgroundg1 {
    background-image: url(../images/1bg.jpg);
}

.backgroundg2 {
    background-image: url(../images/2bg.jpg);
}

.backgroundg3 {
    background-image: url(../images/3bg.jpg);
}

.backgroundgclouds {
    background-image: url(../images/Clouds.jpg);
}

@media only screen and (max-width: 767px) {
    .hide-phone {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .hide-desktop {
        display: none !important;
    }
}

.button-getstarted {
    display: block;
    width: 50%;
    height: 55px;
    background: #378ddd;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.custom-white {
    color: #ffffff;
}

.custom-green {
    color: #42a031;
}

.custom-red {
    color: #b23737;
}

.gtranslate-switcher-sk {
    padding-top: 11px;
}

.invitation-letter-box {
    border: 1px solid #123B78;
    border-radius: 5px;
    padding: 10px 0px 0px 0px;
    box-shadow: 0 0 5px #ccc;
}

.invitation-letter-subtitle-blue {
    color: #ffffff;
    text-align: center;
    background: #123B78;
    padding: 7px 10px 7px 10px;
}

.invitation-letter-subtitle-lightblue {
    color: #ffffff;
    text-align: center;
    background: #7a96bf;
    padding: 7px 10px 7px 10px;
}

.invitation-letter-i {
    color: #123B78;
}

.invitation-letter-i-red {
    color: #CF0202;
}

.invitation-letter-add-cart {
    background: #CF0202;
    padding: 7px 10px 7px 10px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.invitation-letter-add-cart a {
    color: #ffffff;
}

.invitation-howitworks {
    background-image: url(../images/Lights.jpg);
    border-top: 1px solid #123B78;
    border-bottom: 1px solid #123B78;
}

.invitation-faq {
    background-image: url(../images/Clouds.jpg);
    border-top: 1px solid #123B78;
    border-bottom: 1px solid #123B78;
}

.lawyer-banner {
    padding: 30px;
    background-image: url("../images/legal-grad.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.white-box {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
}

.lawyer-hr {
    border-color: blue;
}

.lawyer-box {
    border: 1px solid #123B78;
    border-radius: 5px;
    padding: 0px;
}

.lawyer-title {
    background: #123B78;
}

.lawyer-feature {
    background: #eef5ff;
    padding: 15px 10px 15px 10px;
    font-weight: 600 !important;
}

.lawyer-green {
    color: green !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.thankyou-step {
    border: 2px solid green;
    border-radius: 5px;
}

.thankyou-step-padding {
    padding: 15px 5px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 500px) {
    .row-eq-height {
        flex-wrap: wrap;
    }
}

.add-applicant {
    margin: 30px 0px;
    padding: 15px 10px;
    border: 1px solid #cfdecf;
    border-radius: 5px;
    background: #efefef;
}

.precart-note {
	background-color: #f1f1f1;
	padding: 20px 10px;
	border-radius: 5px;
}

.precart-pack-holder {
	padding: 20px;
	border: 1px solid #cecece;
	border-radius: 10px;
}

.disclaimer-small {
	font-size: 10px;
	color: gray;
}

@media screen and (max-width: 500px) {
    .disclaimer-small {
		font-size: 14px!important;
	}
}

.applicant-select {
  margin-top: 20px;
  width: 200px;
  border-radius: 5px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #CCC;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow-dropdown.png") 96% / 7% no-repeat #EEE;
}

.precart-list {
	padding: 5px 10px;
	font-size: 17px;
}

.precart-list li {
	padding: 3px 0px;
	list-style: circle!important;
}

.color-gold {
	color: #d6b24d;
}

.precart-shadow {
	margin-top: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.18);
}

.circle-next {
	background: #123b78;
	padding: 5px 10px;
	border-radius: 50%;
	color: white;
	font-weight: bold;
}

.faq_pre-cart {
	border: 1px solid #ceccec;
	margin-bottom: 10px;
	padding: 15px!important;
	border-radius: 8px;
}

.faq_pre-cart .faq_single__title {
	font-size: 16px!important;
	line-height: 20px!important;
}

.field:not(.error) .ui input::placeholder {
    color: rgb(199, 199, 199) !important;
}


.sk-form-container h5.ui.header, .sk-form-container h6.ui.header {
    margin: 0!important;
}

@media (max-width: 768px) {
  .field.sk-inline-field.sk-multiple-input-fields > div > div {
    flex-direction: column;
  }
}

 .ui.form .equal.width.fields {
     padding-left: 2.5rem !important;
 }

 .sk-upload-passport__actions {
    display: flex!important;
    flex-direction: column!important;
 }

 .sk-upload-passport__actions input {
    visibility: hidden;
    display: block;  
 }

.ui.form.error.warning.success .equal.width.fields {
    padding-left: 0!important;
}

.field.undefined .ui.input {
    margin-bottom: 0.5rem!important;
}

.field.wide.seven.sk-flex-column .equal.width.fields .field.undefined .ui.input input{
    padding-top: 0.5em!important;
    padding-bottom: 0.5em !important;
    font-size: 1.125rem!important;
    line-height: 1.5rem!important;

}

 .ui.form .field>label {
    display: inline-block!important;
 }

 .ui.form .sk-inline-field.field>label span {
    word-break: break-word;
    display: inline;
 }

@media only screen and (min-width: 768px) {
    .ui.form .field>label {
        margin-right: 50px!important;
    }
}

.ui.form .field small {
    margin-top: 10px!important
}
@media only screen and (max-width: 767px)  {
    div:has(button i.icon) {
        top: auto!important;
        bottom: -25px;
    }

    div:has(div > div > button i.icon) {
        padding-bottom: 30px;
    }
}

.sk-label-text--required:after,
i.icon {
    display: inline!important;
    margin-left: 5px!important;
}

.ui.form .sk-inline-field.field .sk-phone-input {
    height: 43px;
}