body{
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #212529;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Quicksand', sans-serif;
	color: #11213a;
}
.wrapper {
    overflow: hidden;
    width: 100%;
}
.header {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s;
}
.FixHeader {
    box-shadow: 8px 0px 10px 0px rgb(63 195 209 / 25%);
    background-color: #fff;
}
.top-sapce {
    height: 77px;
}
.gry-bg {
    background-color: #f9f9f9;
}
.show-mobile {
    display: none !important;
}
.header .container-fluid {
    max-width: 1660px;
}
.navbar img.custom-logo {
    width: 100%;
    height: auto;
	max-width: 220px;
}
.navbar-navb {
    display: block; 
    margin: 0;
}
.navbar-navb .nav-item {
    display: inline-block;
    margin: 0 13px;
	padding:0 !important;
}

.custombtn {
    padding: 12px 30px !important;
    font-size: 16px;
    color: #fff !important;
    background-color: #fcc201 !important;
    border-radius: 8px;
    box-shadow: 1px 1px 24px 1px rgb(34 34 34 / 8%);
    transition: .2s all linear;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.custombtn:hover img {
    transform: translateX(-8px);
}
.navbar-navb .nav-item .nav-link {
    padding: 20px 0px;
    color: #222222;
	font-weight: 500;
	font-size: 15px;
}
.transtext {
    color: #222222;
    font-weight: 500;
    text-decoration: none;
}
.dropdown-menu li a.dropdown-item {
    padding: 10px 20px;
    color: #222222;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #2ec0cf;
}
ul.dropdown-menu {
    box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 14%);
}
/* .comn-padd-big {
    padding: 180px 0;
}*/
.section-hero {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 105px 0 50px;
    background-position: center;
}

.bg-repeat {
    background-repeat: no-repeat;
    background-size: cover;
}
.title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #11213a;
}

.hero-box {
    padding: 25px 0px 25px 0px;
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 1px 1px 24px 1px rgb(34 34 34 / 8%);
    text-decoration: none;
}
.hro-txt h4 {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
}
.hro-txt {
    padding: 0.7rem 1.25rem 0;
}

.hero-box img {
    width: 65px;
    display: block;
    margin: 0 auto;
}
.img-hover {
    display: none !important;
}

.hero-box:hover .img-static {
    display: none !important;
}

.hero-box:hover .img-hover {
    display: block !important;
}

/* Internation Student section */
/* Step header */
.step-header {
    background-color: #fff;
    padding: 12px 0;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
}
.hd-left .custom-logo {
    max-width: 240px;
    height: auto;
    width: 100%;
}
.cl-icon img {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 11px;
}

.cl-txt {
    width: calc(100% - 51px);
    padding-left: 15px;
}

.cl-txt p {
    margin: 0;
    color: #2ec0cf;
    font-size: 21px;
    font-weight: 700;
    transition: all 0.2s;
}

.cl-txt span {
    color: #0f1c28;
    font-weight: 700;
}

.hd-right a {
    text-decoration: none;
    transition: all 0.2s;
}

.hd-right a:hover p {
    color: #fcc201;
}

.step-top-sapce {
    height: 79px;
}
/* End Step header */
.inner-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.dark-bl-bg {
    background-color: #2ec0cf;
}

.int-left {
    padding: 60px 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
}
.int-right {
    padding-left: 30px;
}
.internation-st-space {
    padding: 50px 0;
}
.internation-st {
    min-height: calc(100vh - 92px);
    padding-bottom: 100px;
}
.int-title {
    color: #0f1c28;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #0f1c28;
    padding: 0 0 10px;
    margin: 0 0 40px;
}

.int-sb-title {
    color: #0f1c28;
    font-size: 20px;
    font-weight: 700;
}

.frm-wd {
    width: 50%;
    padding: 0 15px;
}

.gender-wd {
    width: 20%;
}

.date-wd {
    width: 20%;
}
.cmn-form {
    text-align: center;
    position: relative;
    margin-top: 0px
}

.cmn-form  fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 0px;
    position: relative
}

.form-card {
    text-align: left
}

.cmn-form fieldset:not(:first-of-type) {
    display: none
}

.ints-field {
    padding: 12px 12px 12px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}
.err_color {
    color: red;
    font-size: 11px;
    line-height: normal;
}
.ints-field:focus {
    outline:none;
}
.step-filed {
    margin: 0 0 20px;
}
.step-filed p {
    font-size: 14px;
}
.cmn-form .action-button {
    width: auto;
    background: #2ec0cf;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 13px 70px;
    margin: 0 0;
    font-size: 22px;
    display: inline-block;
}

.cmn-form .action-button:hover,
.cmn-form .action-button:focus {
    background-color: #fff;
	color: #2ec0cf;
}

.cmn-form .action-button-previous {
    width: auto;
    background: #fff;
    font-weight: bold;
    color: #2ec0cf;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 13px 70px;
    margin: 0 0;
    font-size: 22px;
    display: inline-block;
}

.cmn-form .action-button-previous:hover,
.cmn-form .action-button-previous:focus {
    background-color: #2ec0cf;
	color: #fff;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}
.fieldlabels {
    color: #929292;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

#progressbar {
    overflow: hidden;
    color: #929292;
    margin: -24px 0 0;
    padding: 0;
}

#progressbar .active {
    color: green
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 14.2%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar li:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #929292;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: green
}
.progress {
    height: 5px;
    background-color: #fff;
    border-radius: 0;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.progress-bar {
    /* background-color: #2ec0cf; */
    background-color: green;
    height: 5px;
}
.int-left img {
    width: 100%;
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.ftr-buttons .justify-content-around {
    justify-content: space-between !important;
}
.ftr-buttons {
    position: fixed;
    background-color: #102039;
    width: 100%;
    padding: 20px 20px;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 9999;
}
.step-filed p a {
    font-weight: 700;
    color: #0f1c28;
    position: relative;
}
.cst-tooltips {
    font-weight: 400;
    text-decoration: none !important;
    display: none;
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    left: 0;
    top: 20px;
    padding: 10px 10px;
    width: 360px;
    z-index: 99999;
    border-radius: 10px;
}

.step-filed p a:hover .cst-tooltips {
    display: inline-block;
}

.pdr-left {
    width: 200px;
    padding: 0 15px;
}

.mainlisting {
    border-radius: 10px;
    background: #f7f7f7;
    margin: 0 0 30px;
}

.pdl-right {
    width: calc(100% - 200px);
}

.smalllogo img {
    width: 100%;
}
.pdl-right {
    border: 1px solid #ddd;
    box-shadow: 1px 3px 10px #ddd;
    padding: 15px 25px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.5s;
    position: relative;
}
.pd-one h3 {
    font-size: 20px;
    color: #000066;
    font-weight: 700;
}

.pd-two p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #11213a;
}

.pd-three h4 {
    font-size: 24px;
    color: #11213a;
    font-weight: 600;
}

.pd-three {text-align: right;}

.pd-four a.custombtn {
    line-height: normal;
}

.pd-four {
    text-align: right;
}
.pre-ext a {
    color: green;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    z-index: 9;
    line-height: normal;
    display: inline-block;
}

.summary_policy a {
    font-size: 14px;
    color: green;
    text-decoration: none;
    padding: .5rem;
    display: inline-block;
    position: relative;
    z-index: 5;
}

.summary_policy {
    text-align: right;
}

.viewfeatures {
    border-top: 1px solid #ddd;
    padding-top: 0px;
    margin-top: 15px;
}

.mycheckbox {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.travel_pol a {
    padding: 0;
    margin-right: 14px;
}
.trip-option {
    position: relative;
    z-index: 5;
}

.trip-filed h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.trip-filed span {
    font-weight: 700;
}
.pdl-right.active_pol {
    background: rgb(46 192 207 / 22%);
    border-color: #2ec0cf;
}

.pd-four a.custombtn {
    position: relative;
    z-index: 3;
}

.summary_policy a:hover {
    text-decoration: underline;
}

.pre-ext a:hover {
    text-decoration: underline !important;
}

.edit-personal-form {
    background-color: white;
    padding: 40px 20px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgb(63 195 209 / 25%);
}

.edit-personal-form .int-sb-title {
    border-bottom: 1px solid #757b82;
    padding-bottom: 5px;
}
.mytooltip {
    position: relative;
    display: inline-block;
}

.mytooltip i {
    color: #000;
    font-size: 14px;
}

.mytooltip .mytooltiptext {
    visibility: hidden;
    width: 360px;
    background-color: #fff;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 15px 20px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 140%;
    font-size: 13px;
    z-index: 99999;
    box-shadow: 0 2px 3px 0px rgb(0 0 0 / 12%);
}

.mytooltip:hover .mytooltiptext {
    visibility: visible;
}
.beneficiary-field .mytooltiptext {
    left: auto;
    right: 14px;
}
.other-form {
    padding: 40px 10px;
    position: relative;
}
.other-form #message-editable {
    color: red;
    font-size: 14px;
    position: absolute;
    top: 8px;
}
.edt-fr-icon {
    background-color: #2ec0cf;
    color: #fff;
    border: 1px solid #2ec0cf;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.edit-personal-form {
    position: relative;
}

.edt-fr-icon:hover {
    background-color: #fff;
    color: #2ec0cf;
}
.paymentdetails h5 {
    background: linear-gradient(to right, #36c5d5 , #1dacca) !important;
    color: #000;
    padding: 20px 30px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

i.fa.fa-times.close_modal {
    float: right;
    margin-top: 16px;
    margin-right: 17px;
    font-size: 30px;
    cursor: pointer;
}

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

.paymentdetails p {
    text-align: left;
    margin: 0 0 15px;
}
.text-left {
    text-align: left;
}

.mdl-inner {
    padding: 20px 20px;
}

.paymentdetails ul li {
    margin: 0 0 4px;
}

.form-check input[type="checkbox"] {
    float: none !important;
}
.form-check label {
    font-size: 14px;
}
.form-check input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none;
}
.eligible-chk a {
    color: #102039;
}

.eligible-chk a strong {
    font-weight: 700;
}
.summary-table {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(63 195 209 / 16%);
    border-radius: 10px;
}

.summary-table table {
    width: 100%;
}

.summary-table table thead th {
    background: linear-gradient(to right, #36c5d5 , #1dacca) !important;
    color: #000;
    padding: 20px 30px;
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.summary-table table tbody td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.summary-table table tbody td:last-child {
    text-align: right;
}

.summary-table tfoot td {
    background-color: #36c5d5;
    padding: 10px 15px;
    font-weight: 700;
    border-color: #36c5d5;
    font-size: 18px;
    color: #000;
}

.summary-table tfoot td:last-child {
    text-align: right;
}
.paypalpayment {
    text-align: center;
    padding: 20px 0;
}
.paybtn.custombtn {
    margin-top: 10px;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    max-width: 190px;
}
.paypal-box a {
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
    background-color: #fcc201;
    color: #000;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
}
/* End Internation Student section */

/* Travel Step page */
.step-header .container, .ftr-buttons .container {
    max-width: 1300px !important;
}
.form-control_radio {
    padding: 40px 10px;
    text-align: center;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

.travel-radio .checkmarkImg img {
    width: 80px;
}

span.r_labelname {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 0;
}

.travel-radio input[tyoe="radio"] {
    position: absolute;
    opacity: 0;
}

.traveler {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.travel-radio {
    position: relative;
}
.travel-radio input[type="radio"]:checked ~ label {
    background-color: #ffffff !important;
    border-color: #2ec0cf !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.travel-progress li {
    width: 16.6666% !important;
}
.cst-radio-list [type="radio"]:checked,
.cst-radio-list [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.trvl-right .int-title {
    margin-bottom: 25px;
}
.cst-radio-list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.cst-radio-list li {
    margin: 0 20px 0 0px;
}
.cst-radio-list [type="radio"]:checked + label, .cst-radio-list [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 600;
}
.cst-radio-list [type="radio"]:checked + label:before, .cst-radio-list [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.cst-radio-list [type="radio"]:checked + label:after, .cst-radio-list [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #2ec0cf;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cst-radio-list [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cst-radio-list [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pr-ext-md .cst-radio-list {
    margin: 0;
}

.pr-ext-md p {
    margin: 0 0 10px;
}
.extra-comn {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    margin: 0 0 15px;
}

.extra-comn .int-sb-title {
    font-size: 18px;
}
.add-btn {
    background: #2ec0cf;
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 13px 30px;
    margin: 0 0;
    font-size: 18px;
    display: inline-block;
}

.add-btn span {
    font-size: 24px;
    line-height: 15px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    font-weight: 500;
}
.add-member-button {
    margin: 0 0 15px;
}
.cross-family {
    background-color: #2ec0cf;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    transform: rotate(45deg);
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.family-section .extra-comn {
    position: relative;
}
.succes-section img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.thanks-text {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}
.succes-section h2 {
    font-weight: 700;
    margin: 10px 0 10px;
}
ul.thk-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

ul.thk-list li strong {
    width: 100%;
    display: inline-block;
    font-weight: 600;
}

ul.thk-list li {
    margin: 0 0 6px;
}
/* End Travel Step page */

/* Rating section */
.wp-google-left {
    width: 60px;
}

.wp-google-right {
    width: calc(100% - 60px);
    text-align: center;
}

.rating-wd {
    max-width: 302px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.wp-google-name a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.rt-sc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rt-sc ul li {
    margin: 0 2px;
}

.rt-sc ul li svg {
    width: 20px;
    height: 20px;
}

span.wp-google-rating {
    color: #e7711b;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: normal;
    margin: 0 6px;
}

span.wp-google-powered {
    color: #777;
    margin: 6px 0 0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.wp-google-powered img {
    max-width: 144px;
    width: 100%;
}

.wp-google-wr a {
    color: #fff!important;
    padding: 8px 20px 10px!important;
    border-radius: 27px!important;
    background: #427fed!important;
    white-space: nowrap!important;
    text-shadow: 1px 1px 0 #888!important;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;
    user-select: none!important;
    transition: all .2s ease-in-out!important;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

.wp-google-wr a svg {
    padding: 1px;
    margin: 0 0 0 4px;
    background: #fff;
    border-radius: 50%;
}

.wp-google-wr {
    margin: 10px 0 0;
}

.wp-google-left img {
    border-radius: 50px;
}

.wp-google-wr a:hover {
    background-color: #1f67e7!important;
}
/* End Rating section */
/* How does section */
.comn-padd {
    padding: 90px 0;
}

.bg-gray {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(239, 239, 239) 100%);
    position: relative;
}
.how-does{
    background: rgb(239, 239, 239);
    background: linear-gradient(180deg, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 15%);
}
.section-head p {
    max-width: 640px;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
}

.blue-shadow {
    box-shadow: 0px 0px 70px 0px rgb(63 195 209 / 16%);
    background: #fff;
    border-radius: 8px;
    padding-top: 3rem;
}

.step-box {
    padding: 45px 25px 25px 25px;
}

.steps-content {
    padding: 1.25rem;
}

.step-nm {
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    margin: 15px auto 25px auto;
    flex-direction: column;
    color: #fff;
    background: #fcc201;
    position: relative;
    font-weight: 500;
}

.step-nm::after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-right.png);
    width: 125px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 100px;
    top: 8px;
    z-index: 1;
}
.follow-row .col-6:last-child .step-nm::after{
	display:none;
}
.steps-content h5 {
    color: #11213a;
    font-size: 14px;
    font-weight: 400;
}
/* End How does section */

/* why policy section */
.light-blue-bg {
    background-color: #e6fdff;
}
.wh-box {
    padding: 40px 0;
    border-radius: 10px;
    border: 0px;
    transition: all .2s linear;
    background-color: #fff;
    height: 100%;
}
.wh-txt h5 {
    margin-top: 30px;
    margin-bottom: 8px;
    color: #11213a;
    font-size: 16px;
    font-weight: 700;
}

.wh-txt p {
    font-size: 14px;
    margin: 0;
}

.wh-img-top {
    object-fit: cover;
    height: 70px;
	margin: 0 auto;
}
.wh-box:hover .img-static {
    display: none !important;
}

.wh-box:hover .img-hover {
    display: block !important;
}
.col-five {
    width: 20% !important;
    padding: 0 15px;
}
.wh-box:hover {
    box-shadow: 0px 0px 40px 1px rgb(63 195 209 / 30%);
    transition: all .2s linear;
}
.mid-title {
    color: #252525;
    font-size: 20px;
    font-weight: 700;
}

.dis-btn {
    text-align: right;
}

.custombtn:hover {
    color: #11213a !important;
}

.custombtn:hover img {
    filter: invert(1);
}

.custombtn img {
    right: -10px;
    position: relative;
    transition: .2s all linear;
}
/* End why policy section */

/* Exclusive section */
.exclusive-bg {
    background-image: url("../images/exclusive.png"), url("../images/exclusive-2.png");
    background-repeat: no-repeat;
    background-position: top 130px left 0, top 60px right 0;
}

.exclusive-bx {
    padding: 10px 0;
    transition: all .2s linear;
    border: 1px solid #f2f4fb;
    border-radius: 10px;
    background: #fff;
    z-index: 1;
    height: 100%;
    min-height: 260px;
}

.exclusive-bx img {
    display: block;
    margin: 0 auto;
    height: 70px;
    object-fit: cover;
}
.exclusive-bx:hover .img-hover {
    display: block !important;
}

.exclusive-bx:hover .img-static {
    display: none !important;
}
.exclusive-slider .slick-slide {
    margin: 0 20px;
}

.exclusive-cnt {
    padding: 1.25rem;
}

.exclusive-cnt h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .75rem;
}

.exclusive-cnt p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.exclusive-slider .slick-list {
    padding: 35px 0;
}

.exclusive-bx:hover {
    box-shadow: 0px 0px 40px 1px rgb(63 195 209 / 30%);
    transition: all .2s linear;
}

.exclusive-slider {
    margin: 10px 0 0 !important;
}
.exclusive-slider .slick-prev:before {
    content: '←';
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    border: 1px solid #6FD2DD;
    line-height: 40px;
    border-radius: 30px;
    color: #000;
    font-family: 'Montserrat';
}

.exclusive-slider .slick-next:before {
    content: '→';
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    border: 1px solid #6FD2DD;
    line-height: 40px;
    border-radius: 30px;
	color: #000;
    font-family: 'Montserrat';
}

.exclusive-slider button.slick-arrow {
    width: 40px;
    height: 40px;
}

.exclusive-slider button.slick-prev {
    left: -40px;
}
.exclusive-slider button.slick-next {
    right: -40px;
}
/* End Exclusive section */

/* Testimonial section */
.testimonial-box p img {
    width: 17px;
    display: inline-block;
}
.testimonial-box {
    padding: 45px 20px;
    box-shadow: 0px 5px 20px 0px rgb(63 195 209 / 12%);
/*    height: 100%; */
    border-radius: 10px;
}
.testimonial-box p {
    line-height: 21px;
    font-size: 12px;
    padding-bottom: 5px;
    text-align: center;
}
.testimonial-slider .slick-track {
    padding: 15px 0 30px;
}
.testimonial-box h3 {
    text-align: center;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-slider {
    margin-bottom: 0 !important;
    padding: 0px 0px 110px 0px;
}

.testimonial-slider .slick-slide {
    margin: 0 10px;
	height: auto;
}
.testimonial-slider .slick-slide:nth-child(even) {
    margin-top: 20px;
}
.testimonial-slider .slick-track {
    display: flex;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    font-size: 0;
    line-height: 0;
	top: auto;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.testimonial-slider .slick-next:before {
    content: '';
    background-image: url('../images/testimonial-arrow-right.png');
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.testimonial-slider .slick-prev:before {
    content: '';
    background-image: url('../images/testimonial-arrow-left.png');
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.testimonial-slider .slick-prev {
    left: 45.5%;
}
.testimonial-slider .slick-next {
    right: 45.5%;
}
/* End Testimonial section */

/* Faq section */
.faq-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
	margin: 0 0 18px !important;
}
.faq-left p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 40px;
}

.faq-left {
    max-width: 420px;
    width: 100%;
}

.accordion button.accordion-button {
    background: #e6fdff;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #11213a;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
}

.accordion-item {
    border: 1px solid #3fc3d1 !IMPORTANT;
    margin: 0 0 10px;
    border-radius: 5px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #11213a;
    box-shadow: none;
    background-color: white !important;
}
.accordion .accordion-button::after {
    content: '+';
    background-image: none;
    font-size: 20px;
    text-align: right;
    transform: unset !important;
}

.accordion .accordion-button:not(.collapsed)::after {
    content: '-';
    background-image: none;
    text-align: right;
}
.accordion .accordion-body {
    padding-top: 0;
}

.accordion .accordion-body p {
    font-size: 14px;
    color: #212529;
}

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

.accordion-button:not(.collapsed)::after {
}
/* End Faq section */

/* Company work section */
.pd-btm {
    padding-bottom: 130px;
}

.ft-img img {
    width: 100%;
    max-width: 135px;
    display: block;
    margin: 0 auto;
}
.ft-img img {
/*    filter: grayscale(100%) brightness(1); */
    transition: all 0.3s;
    cursor: pointer;
}

/* .ft-img img:hover {
    filter: none;
} */
.ft-img:hover .img-hover {
    display: block !important;
}

.ft-img:hover .img-static {
    display: none !important;
}
.company-slider .slick-track {
    display: flex;
    align-items: center;
}
.company-slider {
    margin-bottom: 0 !important;
}
/* End Company work section */




/* About Page */
.banner-title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.banner-img img {
    width: 100%;
}
.breadcrumb li a {
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
}

.breadcrumb li.breadcrumb-item.active {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb li.breadcrumb-item {font-family: 'Montserrat', sans-serif !important;}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.comn-banner {
    padding-top: 25px;
}
.head-two p {
    max-width: 100% !important;
}

.assure-section .wh-box {
    padding: 30px 5px 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 27px 0px rgb(63 195 209 / 14%);
}

.assure-section .wh-img-top {
    height: 50px;
}

.assure-section .wh-txt h5 {
    font-size: 14px;
}

.assure-section .wh-txt p {
    font-size: 12px;
    color: #a3a3a3;
}
.assure-section > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
/* End About Page */

/* Contact Page */
.contactustoday h4 {
    color: #3fc3d1;
    font-size: 32px;
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.cnt-icon {
    width: 68px;
    height: 64px;
    border-radius: 5px;
    border: 1px solid #3fc3d1;
    display: inline-block;
    text-align: center;
    padding: 14px 10px;
    margin-right: 15px;
}
.cnt-icon img {
    width: 35px;
    display: block;
    margin: 0 auto;
}
.contactustoday .media-body h5 {
    color: #022248;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.contactustoday .media-body h5 a {
    color: #3fc3d1;
    transition: 0.5s;
    text-decoration: none;
}

.contactustoday .media-body p {
    color: #7a7f83;
    transition: 0.5s;
    font-size: 14px;
}

.contactustoday .media-body p a {
    color: #7a7f83;
    transition: 0.5s;
    text-decoration: none;
    font-size: 14px;
}
.cnt-d {
    margin-bottom: 15px;
}
.social_icons {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.social_icons li a {
    background: #3fc3d1;
    width: 45px;
    display: block;
    height: 45px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0 10px 0 0px;
    transition: 0.5s;
}
.social_icons li a:hover {
    background: #fcc201;
    color: #000;
}

.contactustoday .media-body h5 a:hover {
    color: #fcc201;
}

.contactustoday .media-body p a:hover {
    color: #022248;
}
.contactform {
    padding: 30px 25px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 6%);
    background: #fff;
    border-radius: 8px;
    border: 1px solid #2ec0cf;
}

.contactform h4 {
    color: #102039;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}

.int-field {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #2ec0cf !important;
    padding: 8px;
	display: block;
	height: 50px;
    font-size: 14px;
}

.int-field:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-field {
    margin: 0 0 15px;
}
.int-textarea {
    width: 100%;
    border-bottom: 1px solid #2ec0cf !important;
    padding: 8px;
    border-top: none;
    border-left: none;
    border-right: none;
    resize: none;
    height: 132px;
	color: #212529;
	display: block;
	font-size: 14px;
}

.int-textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.int-field::-webkit-input-placeholder { 
  color: #212529;
}
.int-field::-moz-placeholder { 
  color: #212529;
}
.int-field:-ms-input-placeholder { 
  color: #212529;
}
.int-field:-moz-placeholder { 
  color: #212529;
}

.int-textarea::-webkit-input-placeholder { 
  color: #212529;
}
.int-textarea::-moz-placeholder { 
  color: #212529;
}
.int-textarea:-ms-input-placeholder { 
  color: #212529;
}
.int-textarea:-moz-placeholder { 
  color: #212529;
}
.submit-field span {
    border-radius: 8px;
    background-color: #3fc3d1;
    border-bottom: 0;
    transition: 0.5s;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.submit-field span > i {
    margin-left: 5px;
}

.sbt-btn {
    background-color: transparent;
    border: none;
    height: 60px;
    width: 100%;
    border-radius: 8px;
    position: absolute;
    left: 0;
}


.submit-field {
    position: relative;
}
.submit-field:hover span {
    background: #fcc201 !important;
    color: #000;
}
.Sign_up_latest_updates {
    background-color: #e6fdff;
    padding: 60px;
    margin: 100px 0 20px;
    width: 100%;
    background-image: url("../images/Sign_up_latest_updates.png");
    background-position: top 0 right 0;
    background-size: inherit;
    display: inline-block;
    background-repeat: no-repeat;
}

.Sign_up_latest_updates h4 {
    color: #102039;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 15px;
    font-size: 24px;
}

.fm-field input {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    height: 50px;
    border: none;
    padding: 10px 25px;
}

.fm-btn input[type="submit"] {
    background: #3fc3d1 !important;
    border: none;
    transition: 0.5s;
    padding: 13px 30px !important;
	font-size: 16px;
}

.fm-btn input[type="submit"]:hover {
    background-color: #fcc201 !important;
}

.Sign_up_latest_updates form {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}
.map-section iframe {
    display: block;
}

.map-section iframe {
    display: block;
    height: 320px;
}
/* End Contact Page */
.accordion button.accordion-button i {
    margin-right: 5px;
}
.hw-file-content h4 {
    font-weight: 700;
    font-size: 22px;
    margin: 15px 0 15px;
}

.hw-file-content p {
    font-size: 14px;
    line-height: 25px;
}

.hw-file-content a {
    color: #2ec0cf;
    text-decoration: none;
}

/* Footer section */
.prefer-section {
    margin-top: -145px;
    margin-bottom: 70px;
}
.email_opt {
    background-image: url(../images/email_opt.png);
    background-repeat: no-repeat;
    padding: 30px 40px 25px 40px;
    border-radius: 10px;
    background-size: cover;
}

.prefer-content h5 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.prefer-content p {
    font-size: 16px;
    color: #11213a;
}

.prefer-btn {
    text-align: right;
}
.footer {
    background-color: #102039;
    padding: 70px 0 0;
    margin-top: 0px;
}
.footer_title {
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 700;
}
.address p, .address p a {
    color: #c1c1c1;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.address p a.phone {
    color: #2ec0cf;
    font-size: 22px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

ul.help_links {
    padding: 0;
    list-style: none;
}

ul.help_links li a {
    color: #c1c1c1;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

.ftr-content p {
    font-size: 14px;
    color: #c1c1c1;
    line-height: 28px;
}

.footer_logo {
    margin: 0 0 35px;
}

form.form-inline {
    display: flex;
}

.footer_form input {
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 15px;
}
ul.footer_social {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.footer_social li a {
    color: #fff;
}

ul.footer_social li {
    margin-right: 30px;
}
.footer_form .form-group {
    width: calc(100% - 42px);
}
.footer_form button.btn {
    background: #2ec0cf;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 42px;
}
.footer-btm {
    padding: 20px 0;
}
div#footer_bottom {
    border-top: 1px solid #25354d;
    color: #c1c1c1;
}

.footer-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 0;
}
/* End Footer section */
.loader-main {
    background-color: #e6fdff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
}
#loader {
    position: absolute;
    left: 0;
    top: 46%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: -76px 0 0 -76px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #2ec0cf;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    right: 0;
    margin: 0 auto;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Calander design */
.ui-widget-header {
    background-color: #2ec0cf !important;
    background-image: none !important;
    border-color: #2ec0cf !important;
}

.ui-widget {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Montserrat', sans-serif !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    color: #102039 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background-color: rgb(46 192 207 / 15%) !important;
    color: #2ec0cf !important;
    border-color: #2ec0cf !important;
    background-image: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-color: #2ec0cf !important;
    background-color: #2ec0cf !important;
    background-image: none !important;
    color: #fff !important; 
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-image: none !important;
    background-color: #2ec0cf1a !important;
    border-color: rgb(46 192 207) !important;
}
/* End Calander design */

.err_color_center {
    color: red;
    font-size: 14px;
    font-weight: 600;
}
.err_color_confirm {
    display: inline-block;
    width: 100%;
    color: red;
    font-size: 12px;
    line-height: normal;
}
.step-box .stp-img-top {
    width: 64px;
	margin: 0 auto;
}
.step-box:hover .img-hover {
    display: block !important;
}

.step-box:hover .img-static {
    display: none;
}
/* Auto insurance */
.subheading {
    font-size: 14px;
    line-height: 24px;
}
.big-padd {
    padding: 130px 0;
}
.cmn-head p {
    max-width: 100%;
    margin-bottom: 15px;
}
.cmn-head p:last-child {
    margin-bottom: 0;
}
.coverageSec.three-item {
    background: #e6fdff;
    padding: 2rem;
    margin: 2.5rem 0;
    text-align: center;
}
.coverage-box p {
    font-size: 14px;
}
.sm-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}

.availabe-coverage {
    width: 100%;
    max-width: 270px;
    padding: 0 15px;
    margin: 15px 0 0;
}

.availabe-coverage h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}
.availabe-coverage img {
    width: 65px;
}
.coverage-box {
    padding: 1.5rem 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 10px;
    margin: 10px 0;
}

.coverage-box h6 {
    font-weight: 700;
    font-size: 18px;
}

.coverage-box:hover {
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 5%);
}

.SaveSec {
    background-color: #102039;
    padding-bottom: 0;
}

.SaveSec h2 {
    color: #fff;
}

.contact-detail .phone {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem 2.5rem;
    box-shadow: 0 0 65px 0 rgb(0 0 0 / 10%);
}

.phone img {
    width: 50px;
    max-width: 100%;
}

.phone p {
    margin-bottom: 0.25rem;
    font-weight: 700;
    line-height: normal;
}

.phone h3 a {
    color: #11213a;
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
    display: inline-block;
}

.phone h3 {
    margin: 0;
}

.contact-detail {
    transform: translateY(45%);
}
.coverage-box img {
    width: 65px;
}
/* End auto insurance */
/* Home insurance */
.coveragebtn {
    background-color: #3dcbda !important;
}
.ins-mg-bx {
    border-radius: 10px;
    overflow: hidden;
}
.ins-mg-bx img {
    width: 100%;
}
.pt-inc {
    padding-top: 130px;
}
.pb-inc {
    padding-bottom: 130px;
}
.faq-img {
    max-width: 100%;
}

.faq-img img {
    width: 100%;
}
/* End Home insurance */
#family_row_ button.btn_remove.newbutn {
    position: absolute;
    right: 0;
    color: #fff;
    background-color: red;
    border: none;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    padding: 0;
    border-radius: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: -10px;
}

#family_row_ {
    position: relative;
}
.likefieldset {
    background-color: rgb(16 32 57 / 5%);
    padding: 10px;
    border-radius: 5px;
}
.newbutn {
    border: 1px solid #fcc201;
    box-shadow: none !important;
    font-size: 14px;
}

.newbutn span {
    font-size: 12px;
    margin-left: 2px;
}
/* Blog */
.blg-img img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.blg-pst {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 27px 0px rgb(63 195 209 / 14%);
    overflow: hidden;
    margin: 0 0 30px 0;
}

.blg-content h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}

.blg-content p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}

.blg-content {
    padding: 30px 30px;
}

.read-more-btn {
    padding: 10px 24px !important;
    font-size: 12px;
    color: #fff !important;
    background-color: #fcc201 !important;
    border-radius: 8px;
    box-shadow: 1px 1px 24px 1px rgb(34 34 34 / 8%);
    transition: .2s all linear;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.read-more-btn:hover {
    color: #000 !important;
}
.blg-pst-inner {
    border-radius: 8px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 1px 1px 24px 1px rgb(34 34 34 / 8%);
    text-decoration: none;
    padding: 30px;
}

.blg-pst-inner > h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px;
}

.blg-pstimg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.single-blg-content {
    padding: 30px 0 0;
}

.single-blg-content p {
    font-size: 14px;
}

.single-blg-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 12px;
    display: inline-block;
    width: 100%;
}
/* End Blog */

@media only screen and (min-width: 1280px){
.container {
	max-width: 1000px !important;
}
}
@media only screen and (min-width: 1500px){
.container {
	max-width: 1100px !important;
}
}
@media only screen and (min-width:991px){
.dropdown:hover ul.dropdown-menu {
    display: block;
}	
}
@media only screen and (max-width:1500px){
.navbar img.custom-logo {
    max-width: 200px;
}
.navbar-navb .nav-item .nav-link {
    font-size: 14px;
}	
.title {
    font-size: 24px;
}

h2.title.mb-5 {
    margin-bottom: 30px !important;
}
.hro-txt h4 {
    font-size: 14px;
    line-height: 20px;
}

.hro-txt {
    padding-top: 5px;
}

.step-nm {
    margin-top: 0;
}
.comn-padd {
    padding: 70px 0;
}

.title {
    margin-bottom: 15px !important;
}

.wh-txt h5 {
    font-size: 14px;
}
.wh-txt p {
    font-size: 12px;
}
.wh-box {
    padding: 35px 0;
}
.wh-img-top {
    height: 60px;
}

.exclusive-bx img {
    height: 60px;
}
.exclusive-slider .slick-slide {
    margin: 0 15px;
}
.exclusive-cnt h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.exclusive-cnt p {
    line-height: 22px;
    font-size: 13px;
}
.testimonial-slider .slick-next {
    right: 43.5%;
}
.testimonial-slider .slick-prev {
    left: 43.5%;
}
.testimonial-slider {
    padding-bottom: 100px;
}
.accordion button.accordion-button {
    font-size: 14px;
    padding: 15px;
}
.accordion .accordion-body p {
    font-size: 13px;
    line-height: 20px;
}
.prefer-content h5 {
    font-size: 24px;
}

.prefer-content p {
    font-size: 14px;
}
.pd-btm {
    padding-bottom: 130px;
}	
.breadcrumb li a {
    font-size: 14px;
}
.breadcrumb li.breadcrumb-item.active {
    font-size: 14px;
}
/* About page */
.assure-section .wh-img-top {
    height: 45px;
}
/* End About page */


/* Internation step page */

.progress {
    margin-top: 18px;
}

#progressbar li:before {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}

#progressbar {
    margin-top: -25px;
}

#progressbar li {
    font-size: 12px;
}

.internation-st-space {
    padding: 40px 0;
}

.custom-logo .custom-logo {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.cl-txt span {
    font-size: 14px;
}

.cl-txt p {
    font-size: 16px;
}

.cl-icon {
    width: 45px;
}

.cl-icon img {
    width: 100%;
}

.cl-txt {
    width: calc(100% - 45px);
}

.step-header {
    padding: 12px 0;
}

.step-top-sapce {
    height: 72px;
}

.int-title {
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.int-sb-title {
    font-size: 18px;
}

.int-right {
    padding-left: 0;
}

.ints-field {
    font-size: 13px;
}

.step-filed p {
    font-size: 14px;
}
.ftr-buttons {
    padding: 15px 0px;
}

.cmn-form .action-button {
    font-size: 18px;
}

.internation-st {
    min-height: calc(100vh - 72px);
    padding-bottom: 72px;
}
/*.inner-wrap {
    max-width: 1300px;
}*/

.cmn-form .action-button-previous {
    font-size: 18px;
}
.pd-one h3 {
    font-size: 14px;
}

.pd-two p {
    font-size: 12px;
}

.pd-three h4 {
    font-size: 24px;
    margin: 0;
}

.pd-four a.custombtn {
    font-size: 14px;
}

.pre-ext a {
    font-size: 12px;
    margin: 5px 0 0;
}

.summary_policy a {
    font-size: 12px;
}

.mainlisting {
    margin: 0 0 20px;
}
.other-form {
    padding: 40px 0;
}

.fieldlabels {
    font-size: 10px;
}
.eligible-chk label {
    font-size: 14px;
}
.paymentdetails p {
    font-size: 14px;
}

.paymentdetails ul li {
    font-size: 14px;
}
.summary-table table thead th {
    padding: 8px 15px;
    font-size: 16px;
}
.summary-table table tbody td {
    font-size: 13px;
    padding: 6px 15px;
}
.summary-table tfoot td {
    font-size: 14px;
    padding: 8px 15px;
}
.pd-one p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 10px;
}
.paypal-box p {
    font-size: 12px;
    margin: 0 0 10px;
}
/* End Internation step page */
ul.help_links li a {
    font-size: 13px;
    line-height: 28px;
}
.footer_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}
.address p, .address p a {
    font-size: 14px;
    line-height: 26px;
}
.ftr-content p {
    font-size: 14px;
    line-height: 24px;
}
.assure-section .wh-box {
    padding: 25px 5px 25px;
}
.paymentmethod .step-filed {
    margin-bottom: 10px;
}
.paybtn.custombtn {
    margin-top: 10px;
}

.big-padd {
    padding: 110px 0;
}
.pt-inc {
    padding-top: 110px;
}
.pb-inc {
    padding-bottom: 110px;
}
.SaveSec {
    padding-bottom: 0;
}
}
@media only screen and (max-width:1400px){
/* Internation step page */	
.cmn-form .action-button {
    padding: 12px 55px;
    font-size: 16px;
}

.cmn-form .action-button-previous {
    padding: 12px 50px;
    font-size: 16px;
}
.summary-table table tbody td {
    padding: 7px 15px;
}
.paypal-box a {
    padding: 12px 20px;
    font-size: 16px;
}
.paypal-box a {
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
}
/* End Internation step page */	

}
@media only screen and (max-width:1199px){
/* Header */	
.navbar img.custom-logo {
    max-width: 200px;
}

.navbar-navb .nav-item .nav-link {
    padding: 25px 0;
    font-size: 14px;
}

.top-sapce {
    height: 88.5px;
}

.navbar-navb .nav-item {
    margin: 0 10px;
}
/* End Header */	
.section-hero {
    min-height: inherit;
}
/* .comn-padd-big {
    padding: 50px 0;
}*/
.testimonial-slider .slick-next {
    right: 45%;
}

.testimonial-slider .slick-prev {
    left: 41%;
}	
}
@media only screen and (max-width:991px){
/* Header */	
.header {
    background: #e6fdff;
    padding: 10px;
}
.top-sapce {
    height: 66px;
}
.navbar img.custom-logo {
    width: 100%;
    max-width: 200px;
}
.navbar-navb .nav-item {
    width: 100%;
    margin: 0;
}
.navbar-navb .nav-item:last-child {
    margin: 0 24px;
    width: auto;
}
.hide-mobile {
    display: none !important;
}

.show-mobile {
    display: inline-block !important;
}

.navbar-navb .nav-item .nav-link.custombtn {
    padding: 10px 50px !important;
}
.navbar-navb .nav-item .nav-link {
    padding: 10px 24px;
}
button.navbar-toggler {
    border: none;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
}
ul.navbar-navb {
    padding-left: 0;
    background-color: #2ec0cf;
    padding: 10px 0;
}

.navbar-navb .nav-item .nav-link a.custombtn {
    width: 100%;
    margin: 0 0 !important;
}
.dropdown-menu {
    position: unset;
}

.dropdown-menu li a.dropdown-item {
    font-size: 14px;
}
.nav-inner {
    overflow-y: scroll;
    height: 100%;
}
.transtext {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}

div#navbarText {
    position: fixed;
    top: 66px;
    height: 100%;
    background-color: #2ec0cf;
    width: 100%;
    max-width: 320px;
    right: -320px;
    transition: all 0.3s;
    left: auto;
}
div#navbarText.show-menu {
    right: 0;
}
.navbar-navb .nav-item .nav-link {
    color: #fff;
}

.transtext {
    color: #fff;
}

ul.navbar-navb {
    height: 100%;
}
/* End Header */	

.step-nm::after {
    display: none;
}
/* .comn-padd-big {
    padding: 70px 0 70px;
} */
.steps-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.step-nm {
    margin-top: 10px;
    margin-bottom: 15px;
}

.steps-content h5 {
    font-size: 14px;
}
.follow-steps .section-head {
    padding: 0 15px;
}
.title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 15px !important;
}
.col-five {
    width: 50% !important;
}

.why-row .col-five:last-child {
    width: 100% !important;
}
.mid-title {
    font-size: 20px;
}

.dis-left {
    text-align: center;
}

.dis-btn {
    text-align: center;
    margin-top: 15px;
}
.pd-btm {
    padding-bottom: 110px;
}
/* About page */
.assure-section .row.mt-5.mb-5 {
    margin-top: 2rem !important;
    margin-bottom: 1.2rem !important;
}
/* End About page */

/* Internation step page */	

.int-left {
    margin-bottom: 25px;
    height: auto;
    padding: 15px;
}
.pd-three {
    text-align: left;
}

.pd-four {
    text-align: left;
}

.pd-three h4 {
    margin: 10px 0;
}

.summary_policy {
    text-align: left;
}

.summary_policy a {
    padding: 0;
    margin-right: 10px;
}
/* End Internation step page */	
.phone h3 a {
    font-size: 21px;
}

}
@media only screen and (max-width: 767px){
.exclusive-slider button.slick-prev {
    left: 0;
    z-index: 9;
}

.exclusive-slider button.slick-next {
    right: 0;
}	
.testimonial-slider .slick-next {
    right: 40%;
}
.testimonial-slider .slick-slide:nth-child(even) {
    margin-top: 0;
}
.testimonial-slider .slick-slide.slick-current {
    border-right: 0;
}
.testimonial-box p {
    text-align: center;
}
.testimonial-slider .slick-prev {
    left: 40%;
}	
.testimonial-box {
    padding: 30px 20px;
}
.testimonial-slider {
    padding-bottom: 70px;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    bottom: -10px;
}
.testimonial-slider {
    padding-top: 0;
}
.accordion {
    margin-top: 50px;
}
.accordion {
    margin-top: 30px;
}

.email_opt {
    padding: 20px 20px;
    text-align: center;
}

.prefer-btn {
    text-align: center;
}
/* About page */
.banner-title {
    font-size: 30px;
}

.breadcrumb li.breadcrumb-item {
    font-size: 15px  !important;
}

.breadcrumb li a {
    font-size: 15px;
}

.banner-img img {
    width: 100%;
}
/* End About page */

/* Contact page */
.contactustoday h4 {
    font-size: 28px;
}
.Sign_up_latest_updates {
    margin-top: 70px;
}
.submit-field span {
    font-size: 16px;
}
.contactustoday .media-body h5 {
    font-size: 20px;
}

.contactform {
    padding: 50px 24px;
}

.fm-btn {
    text-align: center;
}

.Sign_up_latest_updates {
    padding: 50px 24px;
}
/* End Contact page */

/* Internation step page */	
.pdr-left {
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
}
.cl-txt p {
    font-size: 14px;
    line-height: normal;
}
.pdl-right {
    width: 100%;
}
.gender-wd {
    width: 100% !important;
}

.frm-wd {
    width: 50%;
}

.step-filed {
    margin-bottom: 15px;
}
.gender-wd {
    width: 100% !important;
}

.frm-wd {
    width: 50%;
}

.step-filed {
    margin-bottom: 15px;
}

#progressbar {
    margin: 0;
    display: none;
}

.progress {
    height: 5px;
    margin-top: 10px !important;
}

.progress-bar {
    height: 5px;
}

.custom-logo .custom-logo {
    max-width: 140px;
}

.cl-icon {
    width: 35px;
}

.cl-txt {
    width: calc(100% - 35px);
    padding-left: 8px;
}
.cl-txt span {
    display: inline-block;
    line-height: normal;
    font-size: 12px;
}

.step-top-sapce {
    height: 67px;
}

.internation-st {
    min-height: inherit !important;
}

.internation-st-space {
    padding: 30px 0;
}
.other-form {
    padding: 35px 0 0;
}
.summary-left {
    margin: 0 0 30px;
}
/* End Internation step page */	

/* Travel step page */	
.travel-radio {
    margin: 10px 0;
}
/* End Travel step page */	

.img-static {
    display: none !important;
}

.img-hover {
    display: block !important;
}
.prefer-section {
    margin-bottom: 40px;
}

.contact-detail .phone {
    margin: 0 0 10px;
}
.contact-detail {
    transform: unset;
    margin-top: 30px;
}
.big-padd {
    padding: 70px 0 110px;
}

.contact-detail .phone {
    padding: 20px 25px;
}

.phone img {
    width: 40px;
}

.phone p {
    font-size: 14px;
}

.phone h3 a {
    font-size: 20px;
}
.SaveSec {
    padding-bottom: 70px;
}
.pt-inc {
    padding-top: 70px;
}
.faq-img {
    margin-bottom: 40px;
}

.blg-pst-inner {
    padding: 20px;
}

.blg-pst-inner > h2 {
    font-size: 22px;
}

.single-blg-content h2 {
    font-size: 20px;
}

.blg-pstimg img {
    height: 250px;
}
}
@media only screen and (max-width: 480px){
.testimonial-slider .slick-next {
    right: 35%;
}

.testimonial-slider .slick-prev {
    left: 35%;
}	
}


.ints-field:disabled {
    background: #eee;
}

.font-bold {
    font-size: 12px;
    font-weight: 900;
}

button.ui-datepicker-trigger {
    border: 1px solid #d9d9d9d9;
    padding: 10px 15px 10px 15px; 
}

/* .step-filed p {
    font-size: 10px;
} */ 

select#gender,select#couple_gender {
    -webkit-appearance: none;
    padding: 12px 12px 12px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}