/*
@font-face {
    font-family: 'SFProDisplayBold';
    src: url('../font/BitstreamVeraSerif-Bold.eot');
    src: url('../font/BitstreamVeraSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/BitstreamVeraSerif-Bold.woff2') format('woff2'),
    url('../font/BitstreamVeraSerif-Bold.woff') format('woff'),
    url('../font/BitstreamVeraSerif-Bold.ttf') format('truetype'),
    url('../font/BitstreamVeraSerif-Bold.svg#BitstreamVeraSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SFProDisplayBold';
    src: url('../font/BitstreamVeraSerif-Roman.eot');
    src: url('../font/BitstreamVeraSerif-Roman.eot?#iefix') format('embedded-opentype'),
    url('../font/BitstreamVeraSerif-Roman.woff2') format('woff2'),
    url('../font/BitstreamVeraSerif-Roman.woff') format('woff'),
    url('../font/BitstreamVeraSerif-Roman.ttf') format('truetype'),
    url('../font/BitstreamVeraSerif-Roman.svg#BitstreamVeraSerif-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-w-webkit-font-smoothing: subpixel-antialiased;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition-duration: 0.5s;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: hvr-back-pulse;
    animation-timing-function: linear;
}

:focus {
    outline: 0;
    text-decoration: none !important;
}

img {
    border: 0px;
    outline: none;
    max-width: 100%;
}

.img-fullwidth {
    width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

strong {}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

input[type="submit"] {
    cursor: pointer
}

.t-t-u {
    text-transform: uppercase !important;
}

.t-t-n {
    text-transform: none !important;
}

.t-l {
    text-align: left !important;
}

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

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

.r-gap {
    margin-right: 0!important;
}

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

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

.flt-none {
    float: none!important;
}

.no-border {
    border: 0!important;
}

.bgnone {
    background: none !important
}

.underliene {
    text-decoration: underline;
}

div {}

p {
    margin: 0;
}


.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

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

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

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}



.wrapper {
    width: 100%;
    float: left;
    position: relative;
}

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: 28px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    background: #dc3462;
    font-weight: 700;
    border: 1px solid transparent;
}

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

.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: 'SFProDisplayBold';
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.carousel ul {
    margin-bottom: 0;
}

.payment-evisa.payment-evisa h2 {
    font-size: 36px;
}

.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: #dc3462;
    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: 'SFProDisplayBold';
}

.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: #dc3462;
    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: 'SFProDisplayBold';
    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: #dc3462;
    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: 'SFProDisplayBold';
    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: 'SFProDisplayBold';
}


.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;
}

footer {
    width: 100%;
    float: left;
    /*    margin-top: 7px;*/
}

footer .ftr-top {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #2a4961;
    background: #001729;
    /* Old browsers */
    background: -moz-linear-gradient(top, #001729 8%, #00213b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #001729 8%, #00213b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #001729 8%, #00213b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001729', endColorstr='#00213b', GradientType=0);
    /* IE6-9 */
}

footer .ftr-top ul {
    margin-top: 20px;
    text-align: right;
    float: right;
}

footer .ftr-top ul li {
    display: inline-block;
    padding: 0 17px;
}

footer .ftr-top ul li a {
    color: #fff;
    font-size: 16px;
}

footer .ftr-bot {
    width: 100%;
    padding: 30px 0;
    color: #8093a3;
    font-size: 12px;
    line-height: 22px;
    background: #00233f;

}

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


.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: 'SFProDisplayBold';
    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: 'SFProDisplayBold';
    font-size: 38px;
    font-weight: bold;
    color: #024c8b;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.inner-sec2 h3 {
    font-family: 'SFProDisplayBold';
    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: 'SFProDisplayBold';
    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: #dc3462 url('../images/whit-arw.png') 77% 17px 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: #dc3462;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 25px;
    margin: 30px 10px 30px 0;
}

.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;
}

#contact_frm input[type="submit"] {
    margin: 0;
}


.inner-pg-cms h2 {
    margin-bottom: 40px;
}


.faq-pg-area .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #d9d9d9;

}

.faq-pg-area .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
}

.faq-pg-area .panel-group .panel + .panel {
    margin-top: 15px;
}

.faq-pg-area .panel-body {
    background: #fff !important;
}

.contact-img {
    padding: 0;
}

.contact-frm {
    background: #024c8b;
    padding: 30px;
}

.contact-frm input[type="text"],
.contact-frm input[type="email"] {
    width: 100%;
    float: left;
    margin-top: 16px;
    font-size: 13px;
    color: #666;
    border: 0;
    border-radius: 6px;
    padding: 0 12px;
    height: 40px;
}

.contact-frm textarea {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 13px;
    color: #666;
    border: 0;
    border-radius: 6px;
    padding: 8px 12px;
    height: 120px;
    resize: none;
    margin-bottom: 40px;
}

.contact-frm input[type="submit"] {
    width: 169px;
    height: 50px;
    background: #dc3462 url('../images/whit-arw.png') 77% 17px no-repeat;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border: 0;
    border-radius: 25px;
}



.contact-frm .error-red {
    position: relative;
}

.contact-frm .error-red .help-block {
    position: absolute;
    left: 20px;
    bottom: -27px;
    font-size: 12px;
}

#apply_form .form-group {
    position: relative;
    padding-bottom: 0;
}

#apply_form .form-group .help-block {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
}
#apply_form .form-group .cstError .help-block, #apply_form .form-group .cstError_exp .help-block , #apply_form .form-group .cstError_iss .help-block
{
   bottom: -48px;
}
#applicant_passport_number-error{
   bottom: -44px !important;
}

#apply_form .form-group .extra-frmgrup .help-block {
    left: 15px;
}

#apply_form .form-group .extra-frmgrup2 .help-block {
    bottom: -45px;
}


.paymentfld input {
    height: 36px !important;
    color: #676767;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
    padding: 0 12px;
    font-weight: 300;
}

.paymentfld1 {
    padding-right: 5px;
}

.paymentfld2 {
    padding-left: 5px;
}

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

.msg-box p {
    font-family: Roboto, sans-serif;
    color: #524d66;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.msg-box_payment {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    max-width: initial;
}

header .slide {
    position: relative;
    max-height: 700px;
}


.home-disclaimer {
    font-size: 12px;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
    margin-top: 25px;
}

.home-disclaimer p {
    margin-bottom: 5px;
    text-align: justify;
}
header .logo-area .logo-main .translation-links,
header .logo-area .logo-main .concierge-btn {
	display: none;
}
header .slide {
    position: relative;
    max-height: 700px;
}




.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.choice-btn {
    background: #fafafa;
    border-radius: 10px;
    max-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.choice-btn .lnr {
    color: #024C8B;
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    min-width: 60px;
}

/* Hide default HTML checkbox */

.switch input {
    display: none;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #DC3462;
}

input:focus + .slider {
    box-shadow: 0 0 1px #DC3462;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.service-info h2 {
    font-family: SFProDisplayBold, sans-serif;
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

span#tandc-error {
    position: absolute;
    top: 29px;
    left: 0;
    width: 450px;
    margin: 0;
}

.flag {
    position: relative;
    padding-left: 30px;
    color: white;
}

.flag:before {
    width: 16px;
    height: 11px;
    content: " ";
    display: block;
    background: url(../../assets/images/flags.png);
    position: absolute;
    left: 7px;
    top: 16px;
}

.flag-english:before,
.flag-en:before {
    background-position: 0 -44px;
}

.flag-japanese:before,
.flag-ja:before {
    background-position: 0 143px;
}

.flag-spanish:before,
.flag-es:before {
    background-position: 0 220px;
}

.flag-german:before,
.flag-de:before {
    background-position: 0 -22px;
}

.flag-greek:before {
    background-position: 0 -33px;
}

.flag-french:before,
.flag-fr:before {
    background-position: 0 187px;
}

.flag-italian:before,
.flag-it:before {
    background-position: 0 154px;
}

.flag-portuguese:before {
    background-position: 0 77px;
}

.flag-chinese:before {
    background-position: 0 22px;
}

.flag-chinesetrad:before {
    background-position: 0 11px;
}

.flag-swedish:before {
    background-position: 0 44px;
}

.flag-slovak:before {
    background-position: 0 -209px;
}

.flag-slovenian:before {
    background-position: 0 -220px;
}

.flag-dutch:before,
.flag-nl:before {
    background-position: 0 -187px;
}

.translation-links ul {
    background: rgba(0, 0, 0, .6);
    padding: 0 20px;
}

.translation-links > ul {
    border-radius: 28px;
    margin-left: 10px;
}

.translation-links > ul:hover {
    border-radius: 28px 28px 0 0;
}

.translation-links li a {
    padding: 0;
    display: block;
    height: 44px;
    line-height: 44px;
    width: auto;
    padding-left: 35px;
}

.translation-links li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: calc(100% + 40px);
    margin-left: 10px;
    padding-bottom: 10px;
}

.translation-links li:hover ul {
    opacity: 1;
    top: 44px;
    visibility: visible;
    border-radius: 0 28px 28px 28px;
    background: rgba(0, 0, 0, .6);
}

.translation-links li ul li {
    width: 100%;
}

.translation-links li ul a:hover {
    /*    background: #bbb;*/
}

.home.carousel .container {
    top: 160px;
}

.site-ribbon {
    position: relative;
    background: #011423;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.site-ribbon-title {
    margin: 0;
    margin-bottom: 15px;
}

.site-ribbon_white {
    color: rgba(0,0,0,0.8);
    background: white;
}

.message-single {
    display: flex;
}

#elegibility_disorder-error,
#elegibility_arrest-error,
#elegibility_violated-error,
#elegibility_engage-error,
#elegibility_misrepresented-error,
#elegibility_employment-error,
#elegibility_denied-error,
#elegibility_longer-error,
#elegibility_iraq-error {
    top: 44px;
    width: 400px;
    left: 0 !important;
}

.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;
}

.feature-container {
    text-align: center;
}

.feature-content {
    font-size: 14px;
    text-align: justify;
}

.feature-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.concierge-round {
    display: inline-block;
    background: #024c8b;
    color: white;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    width: 50px;
    margin-right: 20px;
    min-width: 50px;
    max-width: 50px;
}

.service-info {
    background: #fff;
    /*height: 600px;*/
    width: 100%;
    position: relative;
}

.service-info p {
    font-family: SFProDisplayRegular, sans-serif !important;
}

.signform {
    width: 100%;
    max-width: 340px;
    border: none !important;
    border-bottom: 2px solid #bbb !important;
    background: transparent;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

::-webkit-input-placeholder {
    color: #a0a0a0;
    text-transform: none;
}

@media (max-width: 992px) {

    .service-info {
        height: auto;
        padding: 0 0 40px;
        background: #fafafa;
    }

    .service-info .inner-sec2 {
        background: #fafafa;
    }

    .service-info > div {
        top: 0 !important;
        transform: initial !important;
    }

    .service-info p {
        padding: 0 !important;
        font-size: 16px !important;
        line-height: 26px !important;
        text-align: justify !important;
        margin-top: 20px;
    }

    .service-info h2 {
        margin: 0 !important;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

.feature-icon > span {
    background: white;
    border-radius: 120px;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    line-height: 111px;
    border: 4px solid #E5E5E5;
}

img#pay_paypal_btn {
    cursor: pointer;
}

.insurance-quote-white *,
.insurance-quote-header *{
    color: rgba(0,0,0,0.8) !important;
}

.insurance-quote-header {
    width:100% !important;
    background:white  !important;
    position:relative  !important;
    z-index:10  !important;
    border-radius: 10px  !important;
}

#wn-insurance-quote-editor.insurance-quote-header #qqc h1 {
    display: none;
}

#wn-insurance-quote-editor #qqc .cta-button-primary {
    background: #dc3462 !important;
    width: 210px !important;
    text-align: center;
    border-radius: 40px;
    margin-top:20px !important;
    margin-bottom: 20px !important;
    color: white !important;
    text-transform: uppercase;
}

#wn-insurance-quote-editor #qqc .qqc-background:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/*
#wn-insurance-quote-editor #qqc .qqc-background:after {
    display:none;
}
*/

#wn-insurance-quote-editor.insurance-quote-white #qqc .qqc-background:after {
    display:none;
}

#wn-insurance-quote-editor #qqc .qqc-background {
    padding: 60px 30px 0 30px !important;
}

#wn-insurance-quote-editor.insurance-quote-white #qqc .qqc-background {
    padding: 30px 30px 0 30px !important;
}

#wn-insurance-quote-editor.insurance-quote-white.insurance-quote-header #qqc .qqc-background {
    padding: 0 15px 0 15px !important;
}

/*
#wn-insurance-quote-editor {
    background: transparent !important;
}
*/

#wn-insurance-quote-editor #qqc .input-group.action {
    width: 100% !important;
}

#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: calc(33% - 5px) !important;
    margin-right: 10px !important;
}

#wn-insurance-quote-editor #qqc .traveller-age{
    margin: 0 !important;
}

#wn-insurance-quote-editor #qqc h1 {
    margin-bottom: 20px;
    font-size: 30px !important;
    font-weight: bold;
}

#wn-insurance-quote-editor #qqc h5 {
    margin: 15px 0 10px !important;
    font-size: 16px !important;
}

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

/* LANDING */

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

.landing-header {
    height: 75vh;
/*    padding-top: 90px;*/
    position: relative;
}

.landing-header:after {
    background: rgba(0,0,0,0.5);
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.landing-header-content {
    z-index: 3;
    position: relative;
    color: white;
    height: calc(75vh - 90px);
}

.landing-header-content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.landing-header-title {
    font-size: 60px;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}

.landing-header-title:after {
    content: "";
    width: 150px;
    height: 5px;
    background: white;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.landing-header-tag {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.landing-header-cta {
    font-size: 20px;
    padding: 15px 50px;
    border-radius: 70px;
}

.landing-header-cta i {
    margin-left: 10px;
}

.landing-header_insurance {
    background: url(../images/landings/travel-insurance.jpg) 50% 75%;
    background-size: cover;
}

.landing-feature {
    text-align: center;
}

.landing-feature-intro {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
}

.landing-container-blue .landing-feature-intro {
    color: white;
}

.landing-feature-icon {
    font-size: 75px;
    color: #024c8b;
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
}

.landing-container-blue .landing-feature-icon {
    color: white;
}

.landing-feature-main-title {
    text-align: center;
    margin-bottom: 20px;
    color: #024c8b;
    margin-top: 0;
}

.landing-container-blue .landing-feature-main-title {
    color: white;
}

.landing-feature-title {
    color: #024c8b;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.landing-container-blue .landing-feature-title {
    color: white;
}

.landing-feature-description {
    font-size: 16px;
}

.landing-container-blue .landing-feature-description {
    color: white;
}

.landing-row {
    padding: 60px 0;
}

.landing-container-blue {
    background: #011423;
}

.landing-row h2 {
    font-size: 38px;
}

.trusted-list-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-list {
    margin-left: 10px;
}

.trusted-list > img {
    margin: 0 25px;
}

.testimony-single p {
    font-size: 20px;
    line-height: 40px;
    text-align: justify;
}

.testimony-single-client.testimony-single-client {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}

.testimony-quote {
    font-size: 30px;
    color: rgba(0,0,0,0.75);
    color: #024c8b;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
}

.main-title-home {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    text-transform:initial !important;
    font-size: 38px !important;
}

.radio-wrapper {
    background: #fff; border: 1px solid #cdcdcd; padding: 9px 20px;
}

.radio-wrapper:before{
    display: table;
    content: " ";
}

.radio-wrapper:after{
    clear: both;
    content: " ";
    display: inline-block;
}

.sub-title-home {
    margin: 0 0 15px !important;
    text-transform:initial !important;
    font-size: 24px !important;
}

.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: #DC3462;
    border-color: #DC3462;
    color: white;
}

header .slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0) 70%);
    z-index: 0;
}

.tm-symbol {
    font-size: 10px;
    position: relative;
    top: -6px;
    left: 4px;
}

.flags { cursor:pointer; }

.flags img {
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}

.flags:hover img {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.symbol {
    position: relative;
    width: 1.5em;
}

.symbol.symbol-tm:after {
    display: inline;
    content: "\2122";
    font-family: "Times New Roman";
}

.mid3 {
        background-position: 50% 0;
}

.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;
}

.unk.clicked {
    background: #cf0202 !important;
}

.form-group.other-citizenship-nationality,
.form-group.applicant-issuing-disabled {
    margin-top: 30px;
}

.start-app-container {
    background: #f9f9f9;
    padding: 20px 80px 80px 80px;
    margin: 40px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}

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

/* MEDIA QUERIES */

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

@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:991px) {

    .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) {
    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;
}*/

.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;
    } */




    .est4-msg-container {
        padding: 10px 30px 30px !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .est4-msg .main-title {
    font-size: 28px;
}

    #text {
        white-space: normal !important;
    }

    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: #dc3462 !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;
    }

}

@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;
    }
}
