/*************************
GENERAL & BASIC STYLES
*************************/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    padding: 0 0 0;
    font-size: 16px;
    color: #111111;
    font-family: arial;
    font-weight: 400;
}

*:hover,
*:focus {
    outline: none !important;
}

a,
button,
input,
select,
textarea {
    outline: none !important;
}


button,
input[type="submit"],
a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

img {
    max-width: 40%;
    vertical-align: top;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.disabled {
    display: none !important;
}

.display-flex {
    display: flex;
}

a {
    color: #49aaf7;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #49aaf7;
}

.wrapper-full {
    max-width: 1400px;
    width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*************************
Header
*************************/

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.top-header {
    padding: 15px 0px;
    background-color: #f4f6fa;
}

.top-header .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-header .top-list {
    float: right;
    display: flex;
    align-items: center;
    margin: 0;
}

.top-header .info {
    display: flex;
    align-items: center;
}

.top-header .info .fa {
    margin-right: 10px;
    padding: 7px 10px;
    background-color: transparent;
    color: #032777;
    font-size: 24px;
    border: 1px solid #032777;
}

.top-header .info span {
    display: block;
    font-size: 14px;
}

.top-header .info a {
    font-weight: 500;
    font-size: 18px;
    color: #032777;
}

.lang-box .dropdown-menu {
    overflow: visible !important;
    min-width: 130px;
    border-radius: 0px;
}

.lang-box .dropdown-menu.inner.selectpicker {
    position: static;
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
}

.lang-box .dropdown-menu.inner.selectpicker .flag-icon {
    margin-right: 10px;
}

.lang-box .dropdown-toggle.selectpicker {
    font-size: 18px;
    color: #111;
    border-color: #032777;
    border-radius: 0px;
    padding: 0px 25px 0px 0px;
    min-width: 130px;
}

.lang-box .dropdown-menu>li>a {
    display: block;
    padding: 3px 12px;
    font-size: 16px;
}

.lang-box .dropdown-menu.inner.selectpicker .glyphicon {
    display: none;
}

.lang-box .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: transparent;
}

/* .lang-box .btn-group.open .dropdown-toggle:hover,
.lang-box .btn-group.open .dropdown-toggle:focus,
.lang-box .btn-group .dropdown-toggle:hover,
.lang-box .btn-group .dropdown-toggle:focus {
    border-color: #032777;
    background: transparent;
} */

.lang-box .btn-group.bootstrap-select {
    margin-right: 30px;
}

.lang-box .btn-group.bootstrap-select .caret {
    display: none;
}

.lang-box .dropdown-toggle.selectpicker::after {
    content: "\f107";
    display: block;
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.filter-option .flag-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    line-height: 1em;
    margin: 10px 18px 10px 8px;
}

.filter-option .flag-icon::after {
    content: '';
    display: block;
    width: 1px;
    background: #032777;
    position: absolute;
    right: -10px;
    top: -10px;
    bottom: -10px;
}

.top-list .lang-box {
    margin-left: 30px;
}

.header-navigation {
    margin-bottom: -30px;
    position: relative;
    z-index: 99;
}

.header-navigation .navbar {
    background: #032777;
    padding: 0px 15px;
}

.navbar-default {
    background-color: transparent;
    min-height: auto;
    border: 0px;
    margin: 0px;
}

.navbar-nav {
    float: none;
    margin: 0px -15px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, .16);
}

.navbar-default .navbar-nav>li {
    padding: 20px 0px;
    position: relative;
    margin: 0px 10px;
}

.navbar-default .navbar-nav>li::after {
    content: '';
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    display: none;
}

.navbar-default .navbar-nav>li.active::after {
    display: block;
}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: transparent;
    font-weight: 800;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0b3157;
    background-color: transparent;
}

#navbar {
    padding: 0px;
}

/*************************
Banner
*************************/
.home-banner {
    position: relative;
}

.home-slider .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
}

.home-banner .caption {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 40%;
}

.home-banner .caption h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.home-banner .caption h1 {
    color: #ffffff;
    font-size: 45px;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}

.home-banner .caption h1 strong {
    display: block;
}

.home-banner .caption .blue-btn {
    margin-top: 30px;
}

.blue-btn {
    background-color: #032777;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
}

.blue-btn img {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

.blue-btn:hover,
.blue-btn:focus {
    background-color: #0b3157;
    color: #fff;
}

.home-slider {
    margin-bottom: 50px;
}

.home-slider .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

.home-slider .owl-nav {
    max-width: 1170px;
    margin: -65px auto 0px;
    padding: 0px 15px;
    position: relative;
}

.home-slider.owl-carousel .owl-nav button {
    color: #fff;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, .25);
    border-radius: 50%;
    margin-right: 10px;
}

.home-slider .owl-dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1170px;
    padding: 0px 15px 0px 150px;
    margin: -11px auto 0px;
}

.home-slider .owl-dots button {
    width: 100%;
    height: 1px;
    background: #BCBCBC;
}

.home-slider .owl-dots button.active {
    background: #fff;
}

/*************************
Footer
*************************/

/*.footer-top {*/
/*    background: #111;*/
/*    padding: 30px 0px 0px;*/
/*    color: #fff;*/
/*}*/

/*.footer-bottom {*/
/*    background: #0B3157;*/
/*    padding: 10px 0px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*}*/

/*.footer-top p {*/
/*    font-size: 16px;*/
/*    margin-top: 15px;*/
/*}*/

/*.footer-top h3 {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    margin-bottom: 30px;*/
/*    position: relative;*/
/*}*/

/*.footer-top h3::after {*/
/*    content: '';*/
/*    background: #032777;*/
/*    display: block;*/
/*    width: 105px;*/
/*    height: 1px;*/
/*    margin-top: 15px;*/
/*}*/

/*.footer-top h3::before {*/
/*    content: '"';*/
/*    color: #032777;*/
/*    display: block;*/
/*    font-weight: 800;*/
/*    position: absolute;*/
/*    bottom: -14px;*/
/*    width: 105px;*/
/*    text-align: center;*/
/*    line-height: 100%;*/
/*}*/

/*.footer-list li a {*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*}*/

/*.footer-list li a:hover {*/
/*    color: #032777;*/
/*}*/

/*.footer-list li {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.social-list li {*/
/*    display: inline-block;*/
/*    margin-right: 15px;*/
/*}*/

/*.social-list li a:hover svg path {*/
/*    stroke: #032777;*/
/*}*/

/*.copyright {*/
/*    color: #979797;*/
/*    font-size: 13px;*/
/*    text-align: center;*/
/*    border-top: 1px solid #202020;*/
/*    margin-top: 30px;*/
/*    padding: 15px 0px;*/
/*}*/

/*.footer-desc {*/
/*    padding-right: 0px;*/
/*}*/

/*.footer-inner-page {*/
/*    background: #111111;*/
/*    padding: 30px 0px;*/
/*}*/

/*.footer-inner-page .copyright {*/
/*    font-size: 16px;*/
/*    border: 0px;*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/

/*************************
Content
*************************/

.home-services-block {
    padding: 50px 0px 100px;
}

.home-services-block .row {
    display: flex;
    flex-wrap: wrap;
}

/* .home-services-block .row>div {
    margin-bottom: 50px;
} */

.service-head p {
    color: #111;
    font-size: 10px;
}

.service-head {
    text-align: center;
    margin-bottom: 50px;
}

.service-head h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0B3157;
    margin: 20px 0px;
}

.service-head h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.service-box {
    border: 1px solid #CCE5F8;
    background: #FAFDFF;
    padding: 30px 30px 80px;
    height: 100%;
    position: relative;
}

.service-box h3 {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0px 20px;
    line-height: 26px;
}

.service-icon {
    margin: 0px auto;
    display: block;
}

.service-box h3 .btm-line {
    width: 105px;
    display: block;
    height: 1px;
    background: #032777;
    margin: 15px auto;
}

.service-box h3 .btm-line::after {
    content: '"';
    color: #032777;
    font-weight: 900;
    background: #fafdff;
    width: 15px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: -8px;
}

.service-box ul li {
    color: #111;
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 10px;
}

.apply-now a {
    color: #032777;
    font-size: 16px;
    font-weight: 600;
}

.apply-now a svg {
    vertical-align: middle;
    margin-left: 10px;
}

.apply-now {
    border-top: 1px solid #CCE5F8;
    text-align: center;
    padding: 15px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fafdff;
}

.apply-now:hover {
    background: #032777;
}

.apply-now:hover a {
    color: #fff;
}

.apply-now:hover a svg path {
    stroke: #fff;
}

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

.service-box .blue-btn {
    margin-top: 15px;
}

.how-it-works {
    background: #f6fbff;
    padding: 80px 0px;
}

.section-title h4 {
    font-size: 14px;
    font-weight: 600;
    color: #032777;
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 28px;
    color: #111111;
    font-weight: 600;
}

.section-title {
    margin-bottom: 40px;
}

.hiw-inner {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #ddd;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.how-it-works .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hiw-icon {
    background: #032777;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
    box-shadow: 0px 0px 10px #ddd;
}

.hiw-icon img {
    display: inline-block;
    vertical-align: middle;
}

.hiw-inner .hiw-cont {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.hiw-inner .hiw-cont h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.hiw-inner .hiw-cont p {
    color: #111111;
}

.side-by-side {
    margin-top: 50px;
    text-align: center;
}

.side-by-side img {
    box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    margin: 0 15px;
    display: inline-block;
    width: calc(50% - 15px);
    margin-right: -3px;
}

.home-about-block {
    background: #f6fbff;
    padding: 80px 0px;
    background-image: url(../images/bg.jpg);
    background-size: 48% 100%;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 80px;
}

.home-about-block:after {
    content: '';
    display: block;
    width: 100%;
    background: #f6fbff;
    height: 80px;
    position: absolute;
    top: 100%;
}

.cube {
    width: 95px;
    height: 95px;
    background: #032777;
    display: block;
    border-radius: 5px 50px 5px 5px;
    box-shadow: 0px 3px 6px rgba(17, 136, 255, .43);
    margin-left: 15px;
}

.img-with-design {
    display: flex;
    align-items: flex-end;
}

.cont-block p {
    margin-bottom: 30px;
    line-height: 26px;
}

.cont-block .blue-btn {
    margin-top: 30px;
}

.book-card {
    padding: 80px 0px;
}

.up-down img:nth-child(1) {
    margin-bottom: -80px;
}

.up-down img:nth-child(2) {
    float: right;
    position: relative;
}

.notice-modal {
    max-width: 751px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 0px;
    padding: 0px !important;
    bottom: auto;
}

.notice-modal .modal-header {
    background: #032777;
    text-align: center;
    border: 0px;
    color: #fff;
}

.notice-modal .modal-header h3 {
    font-size: 18px;
    font-weight: 600;
}

.notice-modal .modal-body {
    padding: 30px;
}

.notice-modal .modal-body p {
    font-size: 14px;
    color: #111;
    line-height: 26px;
}

.notice-modal .modal-body p a {
    color: #032777;
    font-weight: 600;
}

.notice-modal .modal-footer {
    text-align: center;
    border: 0px;
    padding: 30px;
}

.side-by-side img:nth-child(1) {
    margin-left: 0px;
}

/*********applicant detail css start**************/

.applicant-detail-block {
    /*border-top: 1px solid #D8EEFF;*/
    padding: 0px 0px;
}

.prev-btn img {
    margin-left: 0px;
    margin-right: 10px;
    transform: rotate(180deg);
}

.applicant-detail-block .form-head {
    margin-bottom: 30px;
    text-align: center;
}

.applicant-detail-block h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.form-wrapper {
    box-shadow: 0px 0px 15px rgba(17, 136, 255, 0.12);
    background: #fff;
    padding: 0;
    border-radius: 20px;
    margin: 0;
}

.form-wrapper label {
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.form-wrapper .form-control {
    /* border: 2px solid #000;
    border-radius: 5px;
    box-shadow: none;
    height: 50px;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000C19; */
    height: 40px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
    border-radius: 15px;
}



.form-wrapper .form-group {
    margin-bottom: 15px;
}

.form-wrapper select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 95%;
    color: #555;
}

.form-wrapper .form-control.height-box {
    background-position: 85%;
}

.popup-icon {
    font-size: 20px;
    margin-left: 5px;
    display: inline-flex;
}

.popover {
    min-width: 250px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* .form-wrapper .row {
    display: flex;
    flex-wrap: wrap;
} */

.gender-btn {
    display: flex;
    margin: 0px -10px;
}

.gender-btn label {
    width: 50%;
    padding: 0px 10px;
    margin: 0px;
}

.gender-btn label span {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #A5A5A5;
    text-align: center;
    height: 50px;
    line-height: 100%;
    display: block;
    cursor: pointer;
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gender-btn label input {
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

.gender-btn label input:checked+span {
    /*border-color: #032777;*/
    /*color: #fff;*/
    /*background-color: #032777;*/
    border-color: #00b352;
    color: #000;
    background-color: #e9fcf8;
}

.form-wrapper .input-group {
    display: flex;
}

.form-wrapper .input-group>span {
    background: #E9ECEF;
    color: #A5A5A5;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #E1E1E1;
    line-height: 50px;
    height: 40px;
    padding: 0px 10px;
    border-left: 0px;
}

.form-wrapper .input-group .input-group-addon {
    cursor: pointer;
    width: 50px;
}

.form-btns {
    text-align: center;
    margin: 40px 0px 35px;
}

.form-btns .blue-btn {
    margin: 0px 10px;
}

.form-wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.check-block>label {
    position: relative;
    padding-left: 30px;
}

.check-block label span {
    width: 20px;
    height: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-right: 10px;
    left: 0px;
}

.check-block {
    margin: 20px 0px;
}

.check-block label input:checked+span {
    background-color: #032777;
    border-color: #032777;
}

.check-block label span::after {
    content: '';
    width: 5px;
    height: 10px;
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    left: 32%;
    top: 46%;
}

.find-link {
    color: #111;
    text-decoration: underline;
    margin-top: 45px;
    display: inline-block;
}

.order-dtl p {
    margin-bottom: 10px;
}

.order-dtl p strong {
    font-weight: 800;
}

.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.top-flex h3 {
    margin-right: 5px;
}

.table-block tr td:first-child {
    font-weight: 600;
}

.table-block table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.table-block {
    /* border: 1px solid #E1E1E1; */
    border-radius: 5px;
    background: #fff;
    /* margin-bottom: 30px; */
}

.table-block table th {
    /* background: #0b3157;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    border-right: 1px solid #E1E1E1; */
    border-radius: 4px;
    text-align: center;
    background: linear-gradient(90deg, #1E90FF 0%, #87CEEB 100%) !important;
    color: #333333;
    height: 47px;
    font-size: 18px;
    vertical-align: middle;
}

.table-block table th:last-child {
    border-right: 0px;
}

.table-block table td {
    font-size: 16px;
    padding: 10px 15px;
    /* border-right: 1px solid #E1E1E1; */
    width: 60%;
    color: #333333;
}

.table-block table td:last-child {
    border-right: 0px;
}

.form-wrapper .sign-box {
    max-width: 300px;
    height: 150px !important;
    margin: 15px 0px;
}
.table-responsive{
    font-family: arial;
    border: none;
}

.table-responsive tr {
    padding: 8px;
    font-size: 16px;
    height: 48px;
    border: 0;
}

.selectt {
    display: none;
}

.media-heading {
    margin: 10px 0px;
}

/************additional benefits css start*******************/

.inner-banner {
    padding: 80px 0px;
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    color: #fff;
    background-position: center;
}

.inner-caption {
    border-left: 6px solid #032777;
    padding: 10px 0px 10px 30px;
}

.inner-caption h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.inner-caption .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb li {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.breadcrumb li a {
    font-weight: 400;
    color: #fff;
}

.additional-benefit-block {
    padding: 80px 0px;
}

.additional-benefit-block .row {
    display: flex;
    flex-wrap: wrap;
}

.additional-benefit-block .row>div {
    margin-bottom: 30px;
}

.ab-iner {
    background: #FAFDFF;
    border: 1px solid #CCE5F8;
    text-align: center;
    padding: 30px 15px;
    height: 100%;
}

.ab-iner h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 22px;
    color: #111;
}

.ab-iner img {
    height: 60px;
}

/************Qa css start****************/

.qa-block {
    padding: 80px 0px;
}

.qa-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.qa-block .panel-default>.panel-heading {
    color: #111;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 20px 20px 20px 50px;
    position: relative;
}

.qa-block .panel-group .panel {
    margin-bottom: 30px;
    border-radius: 0;
    border: 0px;
    padding: 0px;
    box-shadow: 0px 0px 15px rgba(17, 136, 255, 0.12);
    background-color: #fff;
}

.qa-block .panel-body {
    padding: 20px 20px 20px 50px;
}

.qa-block .panel-body a {
    color: #fff;
}

.qa-block .panel-title {
    font-weight: 600;
}

.more-less {
    color: #032777;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.qa-block .panel-default>.panel-heading a:hover {
    color: #111;
}

.qa-block .panel-default>.panel-heading.open {
    background-color: #032777;
    color: #fff;
}

.qa-block .panel-default>.panel-heading.open a,
.qa-block .panel-default>.panel-heading.open a:focus,
.qa-block .panel-default>.panel-heading.open .more-less {
    color: #fff;
}

.qa-block .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
    background-color: #032777;
    color: #fff;
}

.qa-block .panel-group {
    margin-bottom: 90px;
}

/************Contact us css start*****************/

.Contact-us-block {
    padding: 80px 0px;
}

.Contact-us-block .form-wrapper {
    max-width: 700px;
    margin: auto;
}

.radio-btn label {
    margin: 0px 15px 0px 0px;
}

.radio-btn span {
    width: 20px;
    height: 20px;
    border: 1px solid #E1E1E1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.radio-btn span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #032777;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: 0;
}

.radio-btn input:checked+span:after {
    opacity: 1;
}

/*************refund page css start*****************/

.refund-block {
    padding: 80px 0px;
}

.content-inner {
    box-shadow: 0px 0px 15px rgba(17, 136, 255, 0.12);
    background: #fff;
    padding: 30px;
}

.refund-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.refund-block .with-border {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
}

.refund-block p {
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    margin-bottom: 30px;
}

.refund-block a {
    font-weight: 600;
}

/**************order detail page***************/
.download-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-start;
}

.download-top p {
    font-weight: 600;
    margin-top: 0px !important;
    margin-bottom: 10px;
}

.download-btn {
    background: #E92A11;
    margin-left: 10px;
}

.order-dtl-block h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.order-dtl-block p {
    margin-top: 20px;
}

.after-payment-block p {
    margin-bottom: 20px;
}

.after-payment-steps li {
    margin-bottom: 20px;
}

.after-payment-steps li span {
    border: 1px solid #032777;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #032777;
    font-size: 14px;
    margin-right: 10px;
}

/**************home page***************/
.cookiealert {
    background: #111;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    font-size: 14px;
}

.cookiealert.show a {
    color: #fff;
    text-decoration: underline;
}

#yellow-band {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    background: #0B3157;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    z-index: 999;
}

.notice-modal {
    max-width: 600px;
}

.notice-modal .modal-footer {
    padding: 0px 30px 30px;
}

.form-wrapper label .required {
    color: #e92a11;
}

.check-block input {
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

.notice-modal .modal-header {
    padding: 10px;
}

.notice-modal .modal-body {
    padding: 15px;
}

.notice-modal .modal-footer {
    padding: 0px 15px 15px;
}

.notice-modal .blue-btn {
    padding: 10px 15px;
}

.notice-modal .modal-body p {
    line-height: 24px;
}

.cookiealert {
    display: none;
}

.form-wrapper .row:before,
.form-wrapper .row:after {
    display: none;
}

.top-header .row:before,
.top-header .row:after {
    display: none;
}

.lang-box .goog-te-gadget .goog-te-combo {
    margin: 0;
    border: 0;
    padding: 0px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: linear-gradient(90deg, #1E90FF 0%, #87CEEB 100%) !important;
    /* background-origin: padding-box; */
    padding-right: 6px;
}

.goog-te-gadget .goog-te-combo{
    text-align: center;
}

.home-services-block {
    /* background-image: url(../images/bg-parallax.jpg); */
    background-color: #d5f3f5;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.home-services-block::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(246, 251, 255, .8);
    position: absolute;
}

.home-services-block>.container {
    position: relative;
}

#parent-spouse-form .check-block label span {
    border: 1px solid #032777;
}

span[data-text]::after {
    content: attr(data-text);
}

.form-container {
    position: relative !important;
}

/* new updates*/
.home-banner .caption {
    color: #fff;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 37%; */
    /* transform: translateY(-50%); */
    z-index: 99;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blue-btn-updated {
    background-color: #fe0002;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 57px;
    margin-top: 20px;
}

.blue-btn-updated {
    display: block;
    margin: 0 auto;
    width: 45%;
}

.blue-btn-section {
    background-color: #fe0002;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 57px;
    margin-top: 20px;
}

.blue-btn-section {
    display: block;
    /* margin: 0 auto; */
    width: 55%;
}

.view-more-btn {
    background-color: #fe0002 !important;
    border-radius: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 563px) {
    .blue-btn-updated {
        font-size: 11px;
        width: 75%;
    }

    .blue-btn-section {
        width: 55%;
    }
}

@media only screen and (min-width: 564px) and (max-width: 700px) {
    .blue-btn-updated {
        font-size: 12px;
        width: 45%;
    }

    .blue-btn-section {
        width: 55%;
    }
}

@media only screen and (min-width: 700px) and (max-width:767px) {
    .blue-btn-updated {
        font-size: 12px;
        width: 40%;
    }

    
}

@media only screen and (min-width: 768px) and (max-width: 1051px) {
    .blue-btn-updated {
        font-size: 12px;
        width: 50%;
    }
}

@media only screen and (min-width: 1300px) and (max-width:1576px) {
    .blue-btn-updated {
        font-size: 16px;
        width: 60%;
    }
}

.c1 {
    border: 1px solid #e60000 !important;
    background-color: #ffecee;
    border-radius: 15px !important;
    box-shadow: 0 0 10px rgba(229, 0, 0, .2) !important;
}

.c2 {
    border: 1px solid #00b352 ;
    background-color: #e9fcf8;
    border-radius: 15px !important;
    box-shadow: 0 0 10px rgba(229, 0, 0, .2) !important;
}

/*------------------------14-05-24-----------------*/
.pty-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: transparent;
}

.pty-left {
    width: calc(100% - 400px);
    padding: 0 5px;
    background: #fff;
    padding: 30px;
}

.logo-icon {
    display: inline-block;
    width: 29px;
    margin-right: 10px;
}

.pty-right h4 {
    font-size: 16px;
    margin: 0 0 15px
}

.logo-icon {
    display: inline-block;
    width: 29px;
    margin-right: 10px;
    vertical-align: middle;
}

.pty-right {
    width: 400px;
    padding-left: 30px;
}

.pty-right-in {
    background: #fff;
    padding: 25px;
    margin: 0 0 20px;
}

.pty-card {
    display: flex;
    margin: 0 -7px 25px;
}

.pty-card li {
    width: 14.66%;
    padding: 0 7px;
    margin: 0 1%
}

.pty-card li .card-logo {
    max-height: 63px;
}

.pty-card li {
    width: 14.66%;
    padding: 0;
    margin: 0 1%;
    background: #f4f4f4;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.pty-c-info p {
    font-size: 15px;
    margin: 0 0 10px;
}

.pty-c-info p span {
    display: block;
    font-weight: 700;
}

.pty-c-bank {
    background: #f4f4f4;
    padding: 15px;
    margin: 0;
}

.pty-c-bank p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.pty-c-ref {
    display: flex;
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.pty-c-ref:last-child {
    margin: 0;
}

.c-ref-box {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.icon-ref {
    width: 60px;
}

.c-ref-box span {
    font-weight: 700;
    font-size: 16px;
}

.c-ref-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.pty-bottom {
    width: 100%;
    padding: 0 0 20px;
}

.secuty-text img {
    width: 20px;
}

.secuty-text {
    width: 100%;
    margin: 36px 0 0;
    font-weight: 600;
    font-size: 15px;
}

.safety-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.safety-col {
    width: 50%;
    padding: 15px 15px 0;
    display: flex;
    align-items: center;
}

.safety-col p {
    width: calc(100% - 75px);
    padding-left: 15px;
    font-size: 15px;
}

.safety-icon {
    width: 75px;
}

.safety-col {
    width: 50%;
    padding: 15px 30px 0;
    display: flex;
    align-items: center;
}

.pty-bottom h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 15px;
}

.pty-c-ref ul {
    margin: 0;
}

.pty-c-ref ul li {
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 20px;
}

.pty-c-ref ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 8px;
    height: 13px;
    border-bottom: 2px solid #008eff;
    border-right: 2px solid #008eff;
    transform: rotate(45deg);
}

.card-logo-g {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    width: 72%;
}

.card-logo-group {
    background: #fff;
    padding: 20px 0;
    margin-top: 0px;
}

#application_form {
    padding: 0 25px;
}

.cvv-icon {
    position: relative;
}

.popover__title {
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: rgb(28 110 177);
    text-align: center;
    padding: 4px 1px;
}

.cvv-icon .popover__title {
    width: 25px;
    position: absolute;
    right: 18px;
    top: 43px;
}

@media(max-width:479px) {
    .cvv-icon .popover__title {
        bottom: 1px;
    }
}

@media(max-width:1169px) {
    .pty-right {
        width: 330px;
        padding-left: 30px;
    }

    .pty-right h4 .logo-icon {
        float: left;
    }

    .pty-right-in {
        padding: 20px;
        margin: 0 0 20px;
    }

    .pty-left {
        width: calc(100% - 330px);
        padding: 20px 25px;
    }

    .pty-c-info p {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .pty-card li .card-logo {
        max-height: 50px;
    }

    .pty-card li {
        border-radius: 6px;
    }
}

@media(max-width: 991px) {
    .safety-col p {
        width: calc(100% - 50px);
        padding-left: 15px;
        font-size: 14px;
    }

    .safety-icon {
        width: 50px;
    }

    .safety-col {
        width: 100%;
        padding: 15px 15px 0;
        display: flex;
    }

    .pty-card li .card-logo {
        max-height: 32px;
    }

    .pty-card li {
        border-radius: 4px;
    }

    #application_form {
        padding: 0;
    }

    .card-logo-group {
        padding: 15px 0;
        margin-top: 20px;
    }
}

 .mobile-secure {
        display: none !important;
    }

@media (max-width: 767px) {


    body .goog-te-gadget .goog-te-combo {
        width: 100px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 11px !important;
        height: 32px !important;
        font-weight: 600;
    }

    .pty-row {
        padding: 5px !important;
    }
    .user-data-privacy {
        font-size: 12px !important;
    }

      .navbar-brand img {
            max-width: 64% !important;
        }

    .mobile-secure {
        display: flex !important;
    }
    .desktop-secure {
        display: none !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .custom-row {
        display: flex;
        padding: 5px 13px 5px 13px;
    }

    .mobile-col {
        flex: 0 0 auto;
        width: 33.33333333%;
        padding: 2px;
    }

    .pty-right {
        width: 100%;
        padding-left: 0;
    }

    .pty-left {
        width: 100%;
        padding: 20px 25px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .safety-col {
        width: 100%;
        padding: 15px 10px 0;
    }

    .applicant-detail-block {
        padding: 0 !important;
    }

    .applicant-detail-block .form-head {
        margin-bottom: 33px;
    }

    .applicant-detail-block h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .secuty-text {
        margin: 20px 0 0;
        font-size: 13px;
    }

    .form-btns {
        margin: 20px 0px 15px;
    }

    .pty-bottom h4 {
        font-size: 18px;
        margin: 0;
    }

    .form-wrapper .form-group {
        margin-bottom: 20px;
    }

    .card-logo-group {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        margin-top: 20px;
    }

    .card-logo-group {
        padding: 5px;
        margin-top: 20px;
    }

    .cvv-icon .popover__title {
        top: 30px;
    }
    
    .updatelater .blue-btn {
        min-width: 250px;
    }
}
.payment-page-btn {
    margin: 0px 0px 0px;
}

.full_name_section {
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
}
.signature-box {
padding: 5px 15px 5px 15px !important;
}

.gender-inline {
margin-right: 0 !important;
display: inline-block;
}
.gender-inline label {
	width: 100%;
	padding: 0px 17px 0px 0px;
	margin: 0px;
}
  
.gender-inline input {
	width: 0px;
	height: 0px;
	position: absolute;
	visibility: hidden;
}
  
.gender-inline label span {
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
	text-align: center;
	height: 40px;
	line-height: 100%;
	display: block;
	cursor: pointer;
	padding: 0px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
}

.gender-inline input:checked + label span {
    border-color: #00b352;
    color: #333;
    background-color: #e9fcf8;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 15px;
    height: 40px;
    /* border-color: #00b352; */
    border: 1px solid #cccccc;
 
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #444 !important;
    line-height: 40px !important;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.twoBtnWrapper {
  gap: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

input::placeholder {
  color: #cccac9 !important;
  opacity: 1;
}

option {
    color: #000;
}

.form-group input[type="radio"] {
  margin-right: 5px;
}
.form-group label span {
  margin-right: 15px;
}

input[type="radio"] {
    accent-color: #49aaf7 ;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    background-color: #49aaf700;
    position: relative;
    cursor: pointer;
    border: 2px solid #49aaf7;
    width: 20px;
    height: 20px;
    top: 5px;
}

input[type="radio"]:checked {
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border: 6px solid #49aaf7;
    width: 20px;
    height: 20px;
}

input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    max-width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

.main-form-top-title {
    background: linear-gradient(90deg, #1E90FF 0%, #87CEEB 100%) !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* margin: 0 -15px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-form-top-title img {
    height: 32px;
    padding: 0px;
    margin-right: 30px;
}
.form-title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
}

.form-subtext {
    font-size: 14px;
    color: #0f3d66;
    font-weight: 400;
    line-height: 1.1;
    padding: 0 20px;
}

.main-form-top-title span {
    color: #0f3d66;
    line-height: 1.1;
    padding: 4px 20px;
    font-size: 25px;
    font-weight: 700;
}
.terms-of-services {
  font-size: 11px;
  color: #adb1d6;
  margin-bottom: 15px;
  clear: both;
}

.checkbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  margin-top: 21px;
}

/* hide visually but keep clickable */
#accept_terms_service {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* custom box before label */
#accept_terms_service + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #49aaf7;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* checked state */
#accept_terms_service:checked + label::before {
  content: '✓';
  background-color: #49aaf7;
  color: #fff;
  border-color: #49aaf7;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* make the label clickable */
label.terms_services {
  cursor: pointer;
  user-select: none;
}

#btn_application {
    background: linear-gradient(90deg, #1E90FF 0%, #87CEEB 100%);
    border-radius: 20px;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
    font-size: 16px;
    /* height: 45px; */
    font-family: sans-serif;
    border: 0;
    transition: background 0.7s ease;
    color: #fff;
}


/* Wrapper for alignment */
.processing-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 5%;
    margin-bottom: 5%;
}

/* Radio group */
.processing-options .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1rem;
}

/* Radio button styling */
.processing-options input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #0d6efd;
    /* Modern browsers */
    cursor: pointer;
    margin-top: 4px;
}

.table-style th {
    font-size: 16px;
    color: #333 !important;
}

/* Label styling */
.processing-options label {
    cursor: pointer;
    line-height: 1.4;
    color: #222;
    font-size: large !important;
    font-weight: 600;
    padding-top: 6px;
}

/* Price styling */
.processing-options label .price {
    display: inline-block;
    color: #555555ad;
    /* Grey but still clear */
    font-size: large;
    font-weight: 500;
    margin-left: 4px;
}

/* Duration styling */
.processing-options label .duration {
    display: block;
    font-weight: normal;
    color: #777;
    font-size: 15px;
}

.user-data-privacy {
      background: linear-gradient(90deg, #1E90FF 0%, #87CEEB 100%) !important;
    padding: 5px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    /* display: block; */
    margin: 0;
    border-radius: 8px;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

/* .user-data-privacy svg{
    position: relative;
    top: 4px;
} */
/* .form-wrapper .form-control:focus,
.form-control:focus {
  border: 2px solid #00b352 !important;
} */

.navbar-brand img {
    max-width: 40% ;
}

.heading-section {
    clear: both;
}

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



@media(max-width: 932px) {
.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
}
    
.content {
    padding-top: 50px;
}
.table-block table td {word-break: break-all;}

    }


@media(max-width:991px) {
    .phone-field-wrap.row {
    display: flex !important;
    margin: 0 -10px !important;
}

.phone-field-wrap.row>div {
    padding: 0 10px !important;
}

.phone-field-wrap.row>.col-md-4.col-2 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
}

.phone-field-wrap.row>.col-md-8.col-10 {
    flex: 0 0 70% !important;
    max-width: 70% !important;
}

.row.preview-page-row {
    display: block !important;
}
}

@media(max-width:767px) {
        .navbar-brand img {
        max-width: 120px !important;
    }
}