 @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.bannerProp {background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    animation: float 6s ease-in-out infinite;}

.bannerProp figure {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background: linear-gradient(135deg, #1553C7, #0A1628);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.bannerProp figure .imgs {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center ;
    background-size: cover !important;
}

.bannerProp figure .pcard-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #22C55E;
    color: white;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.bannerProp figure .pcard-roi {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    background: #1890c9;
    color: white;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
}

.bannerProp .prpCnt {
    padding: 20px;
}

.bannerProp figure .imgs:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(10, 22, 40, 0.7));
}

.bannerProp .prpCnt h4 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
    font-style: normal;
}

.bannerProp .prpCnt p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.pcard-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
}
.pcard-progress-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 16px;
}
.pcard-progress-fill {
    height: 100%;
    width: 68%;
    background: linear-gradient(90deg, #2A6EFF, #60A5FA);
    border-radius: 3px;
}
.pcard-meta {
    display: flex;
    gap: 0;
}
.pcard-meta-item {
    flex: 1;
    text-align: center;
    padding: 0 8px;
    font-family: 'Saira', sans-serif;
}
.pcard-meta-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.pcard-meta-item .val {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: white;
}
.pcard-meta-item .lbl {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}


.mainBanner .bnrcontact .btnswrp {
    margin-bottom: 35px;
}

.mainBanner .bnrcontact .btnswrp a.custom-btn {
    box-shadow: none;
}
.trustbar p span {
    display: inline-block;
    color: #2f86c9;
    width: 32px;
    height: 32px;
    background: rgba(42, 110, 255, 0.15);
    border-radius: 8px;
    line-height: 32px;
    margin-right: 7px;
}

.trustbar {
    background: #0a1628;
}

.hwitwks {
    padding: 70px 0;
    background: #f7f9fc;
    background: #f0f9fe;
}

.hwitwks .visa-cat-style-two {
    position: relative;
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
    border-radius: 22px;
}

.hwitwks .visa-cat-style-two .info {
    position: relative;
}

.hwitwks .visa-cat-style-two .info .icon {
    background: #e8f0ff;
    width: 48px;
    height: 48px;
    line-height: 45px;
}

.hwitwks .visa-cat-style-two .info .icon i {
    font-size: 23px;
    vertical-align: middle;
}

.hwitwks .visa-cat-style-two .info span.stepnmb {
    position: absolute;
    top: 29px;
    right: 20px;
    font-size: 52px;
    font-family: 'Saira', sans-serif;
    font-weight: 800;
    color: #e8f0ff;
}
.hwitwks .visa-cat-style-two:hover {
    box-shadow: 0 12px 30px rgba(10, 22, 40, 0.16);
    transform: translateY(-1px);
}
.currntproperties {
    padding: 70px 0;
}

.currntproperties .propwrp {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: white;
    transition: box-shadow 0.2s, transform 0.2s;
}

.currntproperties .propwrp figure {
    height: 260px;
    background: #dde8ff;
    position: relative;
    overflow: hidden;
}

.currntproperties .propwrp figure .img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover !important;
}
.listing-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #22C55E;
    color: white;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
}
.listing-roi {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #0a1628;
    color: #f5c842;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
}
.listing-type {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(10, 22, 40, 0.75);
    backdrop-filter: blur(6px);
    color: white;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
}

.currntproperties .propwrp .propdtl {
    padding: 20px;
}

.currntproperties .propwrp .propdtl h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0d1b38;
    line-height: normal;
    margin-bottom: 5px;
    font-style: normal;
}

.currntproperties .propwrp .propdtl p {
    font-size: 13px;
    color: #6b7a99;
    margin-bottom: 14px;
    line-height: normal;
}
.listing-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6b7a99;
    margin-bottom: 6px;
}
.listing-bar {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 16px;
}
.listing-bar-fill {
    height: 100%;
    background: #1890c9;
    border-radius: 3px; }


.currntproperties .propwrp .propdtl a.listing-cta {
    display: block;
    text-align: center;
    background: #1890c9;
    color: white;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.2s;
}

.currntproperties .propwrp .propdtl .property-stats {
    margin-bottom: 16px;
}

.currntproperties .propwrp .propdtl .property-stats ul {
    padding: 0;
    line-height: normal;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.currntproperties .propwrp .propdtl .property-stats ul li {
    min-height: 71px;
    border-right: 1px solid #c5c5c5;
    padding: 10px 7px;
    width: 50%;
    height: auto !important;
    border-bottom: 1px solid #c5c5c5;
    text-align: center;
    align-content: center;
}

.currntproperties .propwrp .propdtl .property-stats ul li:nth-child(2), .currntproperties .propwrp .propdtl .property-stats ul li:last-child {
    border-right: 0px;
}

.currntproperties .propwrp .propdtl .property-stats ul li:nth-child(3), .currntproperties .propwrp .propdtl .property-stats ul li:last-child {
    border-bottom: 0;
}

.currntproperties .propwrp .propdtl .property-stats ul li span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.mainBanner .bnrcontact h1 {
    font-family: 'Saira', sans-serif;
    letter-spacing: 0px;
}

.mainBanner .bnrcontact .btnswrp a.custom-btn {
    font-family: 'Saira', sans-serif;
    padding: 8px 35px;
}

.mainBanner .bnrcontact ul li {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, .88);
}

.mainBanner .bnrcontact ul li span {
    font-family: 'Saira', sans-serif;
    line-height: normal;
    margin-bottom: 0;
    color: #fff;
}

.bannerProp .prpCnt h4 {
    font-family: 'Saira', sans-serif;
    font-size: 20px;
}

.bannerProp .prpCnt p {
    font-family: Inter, sans-serif;
    font-size: 14px;
}

.pcard-progress-label {
    font-family: Inter, sans-serif;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.pcard-meta-item {
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.pcard-meta-item .val {
    font-family: 'Saira', sans-serif;
    font-size: 20px;
}

.trustbar p {
    font-family: 'Saira', sans-serif;
    font-size: 13px;
}

.sctitle h2 {
    font-family: 'Saira', sans-serif;
    margin-bottom: 7px;
}

.sctitle p {
    font-family: "Montserrat", sans-serif;
       font-size: 14px !important;
    font-weight: 600;
}

.mainBanner .bnrcontact p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.bannerProp .prpCnt p {
    font-size: 12px;
    text-shadow: none;
}

.currntproperties .propwrp .propdtl h4 {
    font-family: 'Saira', sans-serif;
    font-size: 20px;
}

.currntproperties .propwrp figure {
    margin: 0;
}

.currntproperties .propwrp .propdtl p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.listing-progress-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.currntproperties .propwrp .propdtl .property-stats ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.currntproperties .propwrp .propdtl .property-stats ul li span {
    font-family: 'Saira', sans-serif;
    font-size: 17px;
    color: #000;
}
.currntproperties .propwrp figure .img {background-position: center !important;}
.credibility .visa-cat-style-two .info h4 a {
    font-family: 'Saira', sans-serif;
    font-size: 19px;
}

.credibility .visa-cat-style-two .info {
    padding: 20px;
    min-height: 250px;
}

.credibility .visa-cat-style-two .info p {
    font-size: 14px;
    line-height: 25px;
}

.credibility .visa-cat-style-two .info .icon {
    border-radius: 14px;
}
.calculator {
    padding: 70px 0;
    background: #f7f9fc;
}

.calculator .calc-inputs {
    background: white;
    border-radius: 22px;
    padding: 36px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 32px rgba(10, 22, 40, 0.10);
}

.calculator .calc-inputs label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0d1b38;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
}

.calculator .calc-inputs label span {
    font-family: 'Saira', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #1890c9;
    float: right;
    margin-top: 5px;
}

.calculator .calc-inputs .calc-group input {
    height: unset;
}

.calculator .calc-inputs .calc-group {
    margin-bottom: 32px;
}

.calculator .calc-inputs p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #444444;
    margin: 0;
    line-height: 19px;
}

.calculator .calc-results .calc-result-hero {
    background: #0a1628;
    background: #1890c9;
    border-radius: 22px;
    padding: 36px;
    margin-bottom: 20px;
}

.calculator .calc-results .calc-result-hero .label {
    font-size: 14px;
    color: rgb(255 255 255);
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.calculator .calc-results .calc-result-hero .amount {
    font-family: 'Saira', sans-serif;
    font-size: 37px;
    font-weight: 800;
    color: #ffffff;
}

.calculator .calc-results .calc-result-hero .sub {
    font-size: 13px;
    color: rgb(255 255 255);
    margin-top: 6px;
    font-family: 'Inter', sans-serif;
}

.calculator .calc-results .calc-result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.calculator .calc-results .calc-result-grid .calc-result-card {
    background: white;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #e2e8f0;
}

.calculator .calc-results .calc-result-grid .calc-result-card .val {
    font-family: 'Saira', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000;
}

.calculator .calc-results .calc-result-grid .calc-result-card .lbl {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
}
.amniteswraps {
    background: #fff;
}
.contacts {
    padding: 70px 0;
    background: #f7f9fc;
}

.contacts .sctitle {
    text-align: left;
    padding-right: 30px;
}

.contacts .sctitle ul {
    padding: 0;
    line-height: normal;
    list-style: none;
}

.contacts .sctitle ul li {
    display: flex;
    margin-bottom: 19px;
    gap: 20px;
}

.contacts .sctitle ul li .icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: rgba(47, 134, 201, .12);
    color: #2f86c9;
    font-size: 17px;
    text-align: center;
    line-height: 48px;
}

.contacts .sctitle ul li .cnts {
    width: calc(100% - 70px);
    align-content: center;
}

.contacts .sctitle ul li .cnts small {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #3e3e3e;
}

.contacts .sctitle ul li .cnts span {
    font-family: 'Saira', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2f86c9;
}
.contacts .cntsForm {
    position: relative;
}
.contacts .cntsForm {
    background: white;
    border-radius: 22px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 32px rgba(10, 22, 40, 0.10);
}

.contacts .cntsForm h2 {
    font-family: 'Saira', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    font-style: normal;
    line-height: normal;
    margin: 0px;
}

.contacts .cntsForm p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.contacts .cntsForm .group-form {
    margin-bottom: 12px;
}

.contacts .cntsForm .group-form label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-bottom: 6px;
}

.contacts .cntsForm .group-form input[type="text"], .contacts .cntsForm .group-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #0d1b38;
    background: #f7f9fc;
    outline: none;
    transition: border 0.2s;
    font-weight: 600;
    line-height: normal;
}

.contacts .cntsForm .group-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #0d1b38;
    background: #f7f9fc;
    outline: none;
    transition: border 0.2s;
    font-weight: 600;
}

.contacts .cntsForm button {
    width: 100%;
    padding: 14px;
    background: #1890c9;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    margin-top: 6px;
    font-family: 'Saira', sans-serif;
}

.contacts .sctitle p {
    margin-bottom: 28px;
}

.footer {
    background: #0a1628;
    color: rgba(255, 255, 255, 0.55);
    padding: 48px 0 20px;
}

.footer .fotlogo img {
    height: 48px;
}

.footer .fotlogo p {
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 25px;
}

.footer  .widgt {
    text-align: left;
}

.footer .widgt h5 {
    font-family: 'Saira', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

.footer .widgt ul li a, .footer .widgt ul li {
    font-family: 'Saira', sans-serif;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

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

.footer .widgt ul li a:hover {
    color: #1890c9;
}

.footer .widgt ul li {
    margin-bottom: 6px;
}

.footer .widgt ul li i {
    margin-right: 8px;
}

.footer .botmfot {
    margin-top: 45px;
    border-top: 1px solid rgb(255 255 255 / 39%);
    padding-top: 20px;
}

.footer .botmfot p {
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 500;
    margin: 0px;
}

.footer .botmfot .text-right {
    text-align: right;
}

.footer .botmfot p a {
    color: #fff;
    margin-left: 18px;
}
.menus ul li a {
    text-transform: unset;
    font-size: 12px;
}

.menus ul {
    padding: 0;
}

.credibility {
    background: #dff5ff;
}

.credibility .sctitle h2 {
    color: #000;
}

.credibility .sctitle p {
    color: #000;
}

.credibility .visa-cat-style-two {
    background: #ffffff;
}

.credibility .visa-cat-style-two .info .icon {
    background: #1890c9;
    color: #fff;
}

.credibility .visa-cat-style-two .info .icon i {
    color: #fff;
}

.credibility .visa-cat-style-two .info h4 a span {
    color: #000;
}

.credibility .visa-cat-style-two .info p {
    color: #000;
}

.callAction {
    background: linear-gradient(135deg, #1890c9, #005689);
}

.callAction .sctitle .sbhd {
    background: #075174;
    color: #fff;
}

.trustbar p {
    color: #fff;
}

.trustbar p span {
    background: rgb(0 0 0 / 23%);
}
.successbnnr {
    background: #1890c9;
}

.successbnnr .bnrcontact .bnrct h1 {
    text-align: center;
}

.successbnnr .header {
    background: #126d99;
}
.sucessMessage {
    text-align: center;
    padding: 70px 0px;
}
.sucessMessage .form-message h4 {
    font-size: 33px;
    font-family: "Saira", sans-serif;
    line-height: 40px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: bold;
}
.sucessMessage .form-message p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 27px;
}
.sucessMessage .form-message .btn-default {
    position: relative;
    display: inline-block;
    background: #1890c9;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    padding: 17px 24px;
    border: none;
    outline: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.form-message .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #2f86c9;
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 18px;
    text-align: center;
    line-height: 83px;
    margin: 0 auto 19px;
}
.mainBanner .bnrcontact .btnswrp a.custom-btn {
    padding: 10px 28px;
    font-size: 15px;
    border-radius: 8px;
    font-weight: 800;
}

.mainBanner .bnrcontact h1 {
    font-weight: 800;
}

.bannerForm h2 {
    font-weight: 800;
    font-family: 'Saira', sans-serif;
    font-size: 26px;
    margin-bottom: 2px;
}

.sidemn a {
    border-radius: 8px;
}
.trustbar ul {
    padding: 0;
    list-style: none;
}

.trustbar ul li {
    display: inline-block;
    margin: 0px 6px;
    font-family: 'Saira', sans-serif;
    color: #71c6f4;
}

.trustbar ul li span {
    color: #fff;
}

.trustbar ul li span i {
    margin-right: 8px;
}

.trustbar {
    border-top: 1px solid rgb(255 255 255 / 37%);
    padding: 16px 0px;
    position: relative;
}
.hwitwks .visa-cat-style-two {
    margin-bottom: 20px;
    min-height: 230px;
    height: unset;
}
.hwitwsteps {
    padding: 60px 0px;
}

.hwitwsteps .visa-cat-style-two {
    padding: 0;
    background: none;
    box-shadow: none;
    position: relative;
    text-align: center;
    overflow: visible;
}

.hwitwsteps .visa-cat-style-two .info span {
    font-size: 52px;
    font-family: 'Saira', sans-serif;
    font-weight: 800;
    color: #d4e2fc;
    margin-bottom: 20px;
    display: block;
}

.hwitwsteps .visa-cat-style-two .fa-arrow-right-long {
    background: #e8f0ff;
    width: 48px;
    height: 48px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    right: -38px;
    top: 62%;
    transform: translate(0px, -50%);
    color: #1890c9;
    font-size: 19px;
}

.hwitwsteps .visa-cat-style-two .info {
}
.currntproperties .propwrp .propdtl .property-stats ul li {
    background: rgb(228 239 248 / 37%);
}

.currntproperties .propwrp .propdtl .property-stats ul {
    border-radius: 13px;
    overflow: hidden;
}

.currntproperties .propwrp .propdtl h4 {
    font-size: 19px;
}

.currntproperties {
    background: #dff5ff;
}
.ivs-protection {
    padding: 60px 0;
}

.ivs-protection .iconBoxl {
    text-align: center;
    align-content: center;
    height: 100%;
    position: relative;
}

.ivs-protection .iconBoxl i {
    font-size: 220px;
    color: #d4e2fc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-77%, -80%);
}

.ivs-protection .iconBoxl .contbx {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgb(14 30 41), rgb(181 223 255));
    border: 3px solid #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: 0 0 48px rgba(201, 150, 58, .2);
    position: relative;
}

.ivs-protection .iconBoxl .contbx span {
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    display: block;
    color: #fff;
    margin: 0;
}

.ivs-protection .iconBoxl .contbx span cite {
    display: block;
    font-size:28px;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 9px;
    color: #60c3f2;
}

.ivs-protection .iconBoxl p {
    font-family: 'Saira', sans-serif;
    font-size: 16px;
    color: #000;
}

.ivs-protection .sctitle {
    text-align: left; margin: 0px;
}

.ivs-protection .sctitle ul {
    padding: 0;
    list-style: none;
}

.ivs-protection .sctitle ul li {
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #667085;
}

.ivs-protection .sctitle ul li i {
    margin-right: 10px;
    color: #1890c9;
}
.trustedinvestr {
    padding: 60px 0;
    background: #dff5ff;
}

.trustedinvestr ul {
    text-align: center;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 2px;
    background: #187cab;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(201, 150, 58, 0.2);
    padding: 30px 20px 24px;
}

.trustedinvestr ul li {
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    color: #ffffff;
}

.trustedinvestr ul li span {
    display: block;
    font-size: 31px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 4px;
}

.trustedinvestr .sctitle {
    margin-bottom: 20px;
}

.trustedinvestr .sctitle h2 {
    margin-top: 0;
}
.callAction .butnswp
 {
    margin-bottom: 30px;
}
.callAction ul {margin: 0}
.footer {
    padding: 20px 0px;
    text-align: center;
}

.footer .fotlogo img {
    height: 27px;
    margin-bottom: 3px;
}

.footer .fotlogo p {
    margin-bottom: 2px;
    color: #fff;
}

.footer .fotlogo p a {
    color: #28a4e0;
}

.footer .fotlogo span {
    font-family: 'Saira', sans-serif;
    font-size: 13px;
    line-height: 20px;
    display: block;
}
.ivs-protection .iconBoxl {
    margin-top: 40px;
    height: auto;
}
.menus ul li a {
    font-family: 'Saira', sans-serif;
    font-size: 14px;
}
.ivs-protections {
    padding: 70px 0;
    background: #edfaff;
}

.ivs-protections .sctitle {
    text-align: left;
    margin: 0;
}

.ivs-protections .visa-cat-style-two {
    background: #fff;
}

.ivs-protections .visa-cat-style-two .icon i {
    font-size: 21px;
}
.videoSection {
    padding: 60px 0;
}

.videoSection .sctitle {
    margin-bottom: 30px;
}
.videoSection iframe {
    overflow: hidden;
    border: 2px solid #096ca1;
    height: 557px;
}
.sidemn a.lgn {
    background: none;
    box-shadow: none;
}
.menus ul li.rsp {
    display: none;
}

.mainBanner .header {
    position: fixed;
    top: 0;
}
.mainBanner .bnrcontact small {
    color: rgb(255 255 255 / 75%);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    display: block;
}
.mainBanner .bnrcontact .btnswrp a.custom-btn {
    background: #1890c9 !important;
    font-size: 17px;
    font-weight: 600;
    border-radius: 48px;
}

.mainBanner .bnrcontact .btnswrp a.custom-btn1 {
    background: none !important;
}

.mainBanner .bnrcontact p {
    text-shadow: 0px 2px 0px #1b1b1b;
}

.mainBanner .bnrcontact ul li {
    font-size: 12px;
}

.mainBanner .bnrcontact small {
    text-shadow: 0px 2px 0px #1b1b1b;
}

.mainBanner .bnrcontact h1 {
    line-height: 1.13;
}
.bannerForm button {
    background: #1890c9 !important;
    border: 1px solid #063951;
}
.smallnote {
    text-align: center;
    margin-top: 19px;
}

.smallnote p {
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0;
    font-weight: 500;
}
.amniteswraps .smallnote {
    margin-top: 40px;
    padding-top: 1px;
}

.amniteswraps {
    padding: 70px 0;
}
.videoSection {
    background: #f5f6f7;
    padding: 70px 0;
}

.amniteswraps {
    padding-top: 60px;
}
.videoSection .sctitle {
    text-align: left;
    padding-right: 23px;
    height: 100%;
    align-content: center;
}

.videoSection .sctitle h2 {
    font-size: 32px;
}

.videoSection .sctitle p {
    font-size: 15px !important;
    color: #000;
}

.videoSection .sctitle ul {
    padding-left: 5px;
}

.videoSection .sctitle ul li {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.videoSection iframe {
    background: #e6f1f6;
    padding: 8px;
    height: 392px;
}
/*======= Responsive =======*/
@media only screen and (max-width:850px) {
    .menus ul li.rsp {
        display: block;
    }
    .menus {
        text-align: left;
    }

    .trustbar p span i {
        font-size: 16px;
    }
    .bannerForm .group-form label {
        display: block;
        text-align: left;
    }
}
@media only screen and (max-width:575px) {
    .videoSection iframe {
        height: 170px;
        width: 300px;
        margin: 0 auto;
        display: block;
    }
    .mainBanner .bnrcontact .bdg {
        font-size: 12px;
    }
    .bannerProp {
        margin-top: 36px;
    }


    .trustbar .col p span {
        display: block;
        margin: 0 auto;
    }

    .trustbar .col {
    }

    .trustbar .col p {
        text-align: center;
        font-size: 10px;
    }


    .calculator .calc-inputs {
        margin-bottom: 25px;
    }

    .footer .fotcntr .col-sm-4.col-md-4 {
        width: 50%;
    }

    .footer .widgt {
        margin-bottom: 23px;
    }

    .footer .botmfot p {
        text-align: center;
    }

    .footer .widgt ul li a, .footer .widgt ul li {
    }
    .trustbar ul li {
        text-align: left;
        display: block;
        border-bottom: 1px solid #fff;
        padding: 10px 0px;
    }

    .trustbar ul li:last-child {
        border: 0;
    }

    .hwitwks .visa-cat-style-two {min-height: unset;}

    .hwitwsteps .visa-cat-style-two .fa-arrow-right-long {
        right: 43%;
        transform: rotate(90deg);
        top: unset;
        bottom: -28px;
        display: none;
    }

    .currntproperties .propwrp {
        margin-bottom: 20px;
    }

    .ivs-protection .iconBoxl {
        margin-top: 36px;
        margin-bottom: 12px;
        height: unset;
    }

    .trustedinvestr ul li {
        margin-bottom: 13px;
    }

}

@media only screen and (min-width:576px) and (max-width:650px) {
    .videoSection iframe {
        height: 285px;
        width: 500px;
        margin: 0 auto;
        display: block;
    }

    .mainBanner .bnrcontact .bdg {
        font-size: 12px;
    }
    .bannerProp {
        margin-top: 36px;
    }

    .trustbar .col p span {
        display: block;
        margin: 0 auto;
    }

    .trustbar .col {
    }

    .trustbar .col p {
        text-align: center;
        font-size: 10px;
    }


    .calculator .calc-inputs {
        margin-bottom: 25px;
    }

    .footer .fotcntr .col-sm-4.col-md-4 {
        width: 50%;
    }

    .footer .widgt {
        margin-bottom: 23px;
    }

    .footer .botmfot p {
        text-align: center;
    }

    .footer .widgt ul li a, .footer .widgt ul li {
    }

    .visa-cat-style-two .info h4 a {
        font-size: 16px;
    }

    .visa-cat-style-two .info p {
        font-size: 11px;
    }

    .currntproperties .propwrp .propdtl h4 {
        font-size: 19px;
        line-height: 23px;
    }

    .currntproperties .propwrp {
        margin-bottom: 27px;
    }

    .currntproperties .propwrp .propdtl .property-stats ul li {
        font-size: 11px;
    }

    .currntproperties .propwrp .propdtl .property-stats ul li span {
        font-size: 16px;
    }

    .calculator .calc-results .calc-result-hero .label {
        font-size: 11px;
    }

    .calculator .calc-results .calc-result-hero .amount {
        font-size: 28px;
    }

    .calculator .calc-results .calc-result-hero .sub {
        font-size: 12px;
        line-height: 20px;
    }

    .calculator .calc-results .calc-result-grid .calc-result-card .lbl {
        font-size: 10px;
        line-height: 15px;
    }

    .calculator .calc-results .calc-result-grid .calc-result-card .val {
        font-size: 15px;
    }

    .calculator .calc-inputs label {
        font-size: 9px;
    }

    .calculator .calc-inputs label span {
        font-size: 11px;
        margin-top: 0px;
    }

    .calculator .calc-inputs p {
        font-size: 9px;
        line-height: 22px;
    }

    .contacts .sctitle {
        padding: 0;
        width: 100%;
    }

    .contacts .sctitle h2 {
        font-size: 18px;
    }

    .contacts .sctitle p {
        font-size: 1px;
    }

    .contacts .sctitle p {
        font-size: 11px !important;
    }

    .contacts .sctitle ul li .cnts span {
        font-size: 12px;
    }

    .contacts .cntsForm h2 {
        font-size: 14px;
    }

    .contacts .cntsForm p {
        font-size: 9px;
        line-height: 15px;
    }

    .contacts .cntsForm .col-sm-6.col-md-6 {
        width: 100%;
    }

    .contacts .cntsForm {
        padding: 28px 25px;
    }

    .contacts .cntsForm .group-form label {
        font-size: 10px;
        display: block;
        margin-bottom: 1px;
    }

    .contacts .cntsForm .group-form {
        margin-bottom: 6px;
    }

    .contacts .cntsForm .group-form input[type="text"], .contacts .cntsForm .group-form select {
        padding: 7px 10px;
        height: unset;
        font-size: 13px;
    }

    .contacts .cntsForm .group-form textarea {
        font-size: 10px;
        line-height: 17px;
    }

    .contacts .cntsForm button {
        font-size: 11px;
        padding: 8px 20px;
    }

    .footer .botmfot p {
        font-size: 9px;
        text-align: unset;
        line-height: 18px;
    }
    .trustbar ul li {
        text-align: left;
        display: inline-block;
        border-bottom: 1px solid #fff;
        padding: 10px 0px;
        width: 47%;
        margin: 0px;
    }

    .trustbar ul li:last-child {
        border: 0;
    }

    .hwitwks .visa-cat-style-two {min-height: 239px;}

    .hwitwsteps .visa-cat-style-two .fa-arrow-right-long {
        right: 43%;
        transform: rotate(90deg);
        top: unset;
        bottom: -28px;
        display: none;
    }

    .currntproperties .propwrp {
        margin-bottom: 20px;
    }

    .ivs-protection .iconBoxl {
        margin-top: 36px;
        margin-bottom: 12px;
        height: unset;
    }

    .trustedinvestr ul li {
        margin-bottom: 13px;
    }

    .trustbar ul li:last-child {
        width: 94%;
        text-align: center;
    }

    .ivs-protection .iconBoxl i {
        font-size: 183px;
    }

    .ivs-protection .sctitle h2 {
        font-size: 15px;
    }

    .ivs-protection .sctitle p {
        font-size: 11px !important;
        color: #000;
    }

    .ivs-protection .sctitle ul li {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
        color: #000;
    }
}

@media only screen and (min-width:651px) and (max-width:767px) {
    .videoSection iframe {
        height: 225px;
        width: 400px;
        margin: 0 auto;
        display: block;
    }
    .mainBanner .bnrcontact .bdg {
        font-size: 8px;
    }
    .bannerProp {
        margin-top: 36px;
    }


    .trustbar .col p span {
        display: block;
        margin: 0 auto;
    }

    .trustbar .col {
    }

    .trustbar .col p {
        text-align: center;
        font-size: 10px;
    }


    .calculator .calc-inputs {
        margin-bottom: 25px;
    }

    .footer .fotcntr .col-sm-4.col-md-4 {
        width: 50%;
    }

    .footer .widgt {
        margin-bottom: 23px;
    }

    .footer .botmfot p {
        text-align: center;
    }

    .footer .widgt ul li a, .footer .widgt ul li {
    }

    .visa-cat-style-two .info h4 a {
        font-size: 16px;
    }

    .visa-cat-style-two .info p {
        font-size: 11px;
    }

    .currntproperties .propwrp .propdtl h4 {
        font-size: 19px;
        line-height: 23px;
    }

    .currntproperties .propwrp {
        margin-bottom: 27px;
    }

    .currntproperties .propwrp .propdtl .property-stats ul li {
        font-size: 11px;
    }

    .currntproperties .propwrp .propdtl .property-stats ul li span {
        font-size: 16px;
    }

    .calculator .calc-results .calc-result-hero .label {
        font-size: 11px;
    }

    .calculator .calc-results .calc-result-hero .amount {
        font-size: 28px;
    }

    .calculator .calc-results .calc-result-hero .sub {
        font-size: 12px;
        line-height: 20px;
    }

    .calculator .calc-results .calc-result-grid .calc-result-card .lbl {
        font-size: 10px;
        line-height: 15px;
    }

    .calculator .calc-results .calc-result-grid .calc-result-card .val {
        font-size: 15px;
    }

    .calculator .calc-inputs label {
        font-size: 9px;
    }

    .calculator .calc-inputs label span {
        font-size: 11px;
        margin-top: 0px;
    }

    .calculator .calc-inputs p {
        font-size: 9px;
        line-height: 22px;
    }

    .contacts .sctitle {
        padding: 0;
        width: 100%;
    }

    .contacts .sctitle h2 {
        font-size: 18px;
    }

    .contacts .sctitle p {
        font-size: 1px;
    }

    .contacts .sctitle p {
        font-size: 11px !important;
    }

    .contacts .sctitle ul li .cnts span {
        font-size: 12px;
    }

    .contacts .cntsForm h2 {
        font-size: 14px;
    }

    .contacts .cntsForm p {
        font-size: 9px;
        line-height: 15px;
    }

    .contacts .cntsForm .col-sm-6.col-md-6 {
        width: 100%;
    }

    .contacts .cntsForm {
        padding: 28px 25px;
    }

    .contacts .cntsForm .group-form label {
        font-size: 10px;
        display: block;
        margin-bottom: 1px;
    }

    .contacts .cntsForm .group-form {
        margin-bottom: 6px;
    }

    .contacts .cntsForm .group-form input[type="text"], .contacts .cntsForm .group-form select {
        padding: 7px 10px;
        height: unset;
        font-size: 13px;
    }

    .contacts .cntsForm .group-form textarea {
        font-size: 10px;
        line-height: 17px;
    }

    .contacts .cntsForm button {
        font-size: 11px;
        padding: 8px 20px;
    }

    .footer .botmfot p {
        font-size: 9px;
        text-align: unset;
        line-height: 18px;
    }

    .mainBanner .bnrcontact h1, .mainBanner .bnrcontact h1 span {
        font-size: 22px;
    }

    .mainBanner .bnrcontact p {
        font-size: 9px;
        line-height: 21px;
    }

    .mainBanner .bnrcontact .btnswrp a.custom-btn {
        font-size: 11px;
        display: inline-block;
    }

    .mainBanner .bnrcontact ul {
        display: block;
    }

    .mainBanner .bnrcontact ul li {
        width: 100%;
        font-size: 10px;
    }

    .mainBanner .bnrcontact ul li span {
        font-size: 16px;
    }

    .mainBanner .bnrcontact .btnswrp {
        margin-bottom: 10px;
    }

    .bannerProp .prpCnt h4 {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 0;
    }

    .pcard-meta-item .val {
        font-size: 14px;
    }
    .trustbar ul li {
        text-align: left;
        display: inline-block;
        border-bottom: 1px solid #fff;
        padding: 10px 0px;
        width: 47%;
        margin: 0px;
    }

    .trustbar ul li:last-child {
        border: 0;
    }

    .hwitwks .visa-cat-style-two {min-height: 239px;}

    .hwitwsteps .visa-cat-style-two .fa-arrow-right-long {
        right: 43%;
        transform: rotate(90deg);
        top: unset;
        bottom: -28px;
        display: none;
    }

    .currntproperties .propwrp {
        margin-bottom: 20px;
    }

    .ivs-protection .iconBoxl {
        margin-top: 36px;
        margin-bottom: 12px;
        height: unset;
    }

    .trustedinvestr ul li {
        margin-bottom: 13px;
    }

    .trustbar ul li:last-child {
        width: 94%;
        text-align: center;
    }

    .ivs-protection .iconBoxl i {
        font-size: 183px;
    }

    .ivs-protection .sctitle h2 {
        font-size: 15px;
    }

    .ivs-protection .sctitle p {
        font-size: 11px !important;
        color: #000;
    }

    .ivs-protection .sctitle ul li {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
        color: #000;
    }

    .bannerForm h2 {
        font-size: 14px;
    }

    .mainBanner .bnrcontact .bannerForm p {
        font-size: 10px;
    }

    .bannerForm .group-form label {
        display: none;
    }

    .bannerForm button {
        font-size: 11px;
        padding: 10px 10px;
    }

    .bannerForm button i {
        display: none;
    }

    .mainBanner .bnrcontact .btnswrp a.custom-btn {
        font-size: 11px;
        padding: 10px 11px;
        width: 100%;
        text-align: center;
    }

    .mainBanner .bnrcontact ul li {
        width: 100%;
        display: inline-block;
        font-size: 8px;
        margin-right: 0;
    }

    .mainBanner .bnrcontact ul li:last-child {
        width: 100%;
    }

}
@media only screen and (min-width:768px) and (max-width:980px){
    .videoSection iframe {
        height: 285px;
        width: 500px;
        margin: 0 auto;
        display: block;
    }
    .mainBanner .bnrcontact h1, .mainBanner .bnrcontact h1 span {
        font-size: 26px;
    }

    .mainBanner .bnrcontact p {
        font-size: 9px;
        line-height: 21px;
    }

    .mainBanner .bnrcontact .bdg {
        font-size: 10px;
    }

    .mainBanner .bnrcontact .btnswrp a.custom-btn {
        font-size: 11px;
        display: inline-block;
        padding: 7px 15px;
    }

    .mainBanner .bnrcontact ul li {
        font-size: 9px;
    }

    .mainBanner .bnrcontact ul li span {
        font-size: 16px;
    }

    .trustbar .col p {
        font-size: 12px;
    }

    .trustbar .col {
        width: 33%;
        margin-bottom: 16px;
    }

    .trustbar {
        padding-bottom: 10px;
    }

    .hwitwks .visa-cat-style-two {
        height: unset;
        margin-bottom: 20px;
    }

    .currntproperties .propwrp .propdtl h4 {
        font-size: 14px;
    }

    .currntproperties .propwrp {
        margin-bottom: 20px;
    }

    .footer .widgt ul li a, .footer .widgt ul li {
        font-size: 11px;
    }

    .footer .botmfot p {
        font-size: 12px;
        line-height: 20px;
    }
    .trustbar ul li {
        text-align: left;
        display: inline-block;
        border-bottom: 1px solid #fff;
        padding: 10px 0px;
        width: 31%;
        margin: 0px;
    }

    .trustbar ul li:last-child {
        border: 0;
    }

    .hwitwks .visa-cat-style-two {min-height: 239px;}

    .hwitwsteps .visa-cat-style-two .fa-arrow-right-long {
        right: 43%;
        transform: rotate(90deg);
        top: unset;
        bottom: -28px;
        display: none;
    }

    .currntproperties .propwrp {
        margin-bottom: 20px;
    }

    .ivs-protection .iconBoxl {
        margin-top: 36px;
        margin-bottom: 12px;
        height: unset;
    }

    .trustedinvestr ul li {
        margin-bottom: 13px;
    }
    .ivs-protection .iconBoxl i {
        font-size: 183px;
    }

    .ivs-protection .sctitle h2 {
        font-size: 15px;
    }

    .ivs-protection .sctitle p {
        font-size: 11px !important;
        color: #000;
    }

    .ivs-protection .sctitle ul li {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
        color: #000;
    }

    .bannerForm h2 {
        font-size: 14px;
    }

    .mainBanner .bnrcontact .bannerForm p {
        font-size: 10px;
    }


    .bannerForm .group-form label {
        font-size: 12px;
    }

    .trustbar ul li:nth-child(4) {
        border: 0;
    }

}