
@media only screen and (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

.mainBanner {background:linear-gradient(90deg, rgba(8,24,38,.88), rgba(8,24,38,.55), rgba(8,24,38,.74)),
        url('../images/bannerImage.avif') center/cover no-repeat}

.mainBanner .header {
    background: rgba(8, 24, 38, .74);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    top: 0;
    line-height: 91px;
}

.mainBanner .mainlogo img {width: auto;height: 58px;vertical-align: middle;}

img.lazy {}

.mainBanner .mainlogo {
    margin: 0px;
}

.mainBanner .mainlogo a {
}

.menus {
    padding: 0px;
}
.menus ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.menus ul li {
    margin-left: 18px;
}

.menus ul li a.talkassist {
    border: 0px;
    background: #1890c9;
    padding: 22px 26px;
    color: #fff;
    border-radius: 31px;
    margin-top: -5px;
    display: block;
    line-height: normal;
}
.menus ul li a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    opacity: .9;
    font-size: 15px;
}
.mainBanner .bnrcontact .bdg {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgb(47 134 201 / 22%);
    color: #6accfb;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .02em;
    font-family: "Inter", sans-serif;
}

.mainBanner .bnrcontact h1 {
    font-size: 82px;
    letter-spacing: -0.05em;
    margin: 22px 0 20px;
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
    font-weight: bold;
}


.mainBanner .bnrcontact h1 span {
    font-size: 82px;
    color: #71c6f4;
}
.mainBanner .lftcnt {
    padding-right: 25px;
}
.mainBanner .bnrcontact p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    max-width: 740px;
    color: rgba(255, 255, 255, .88);
    line-height: 1.7;
}
.mainBanner .bnrcontact .btnswrp a.custom-btn {
    background: linear-gradient(135deg, #2f86c9, #71c6f4);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(47, 134, 201, .34);
    padding: 15px 24px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent;
    transition: .25s ease;
    font-family: Inter, sans-serif;
    color: #fff;
    line-height: 1.6;
    font-weight: 700;
    font-size: 17px;
}

.mainBanner .bnrcontact .btnswrp a.custom-btn1 {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
}

.mainBanner .bnrcontact .btnswrp a.custom-btn i {
    margin-left: 7px;
}

.mainBanner .bnrcontact .btnswrp {
    margin-bottom: 27px;
}
.mainBanner .bnrcontact ul li {
    width: unset;
}

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

.mainBanner .bnrcontact h1 {
    margin-top: 0px;
}

.mainBanner .bnrcontact .bdg {
    margin-bottom: 20px;
}
.bnrcontact {padding: 0;}

.mainBanner {
    padding: 142px 0 70px;
}
.bannerForm {
    background: rgba(8, 24, 38, .74);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(8, 24, 38, 0.18);
    backdrop-filter: blur(22px);
}

.bannerForm h2 {
    text-align: left;
    font-size: 27px;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
}

.mainBanner .bnrcontact .bannerForm p {
    font-size: 15px;
    margin-bottom: 22px;
    text-align: left;
    color: rgba(255, 255, 255, .88);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.bannerForm .group-form input {
    width: 100%;
    padding: 16px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .96);
    font-size: 15px;
    font-family: Inter, sans-serif;
    margin-bottom: 14px;
}

.bannerForm .group-form select {
    width: 100%;
    padding: 16px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .96);
    font-size: 15px;
    font-family: Inter, sans-serif;
    height: unset;
    margin-bottom: 14px;
}

.bannerForm button {
    background: linear-gradient(135deg, #2f86c9, #71c6f4);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(47, 134, 201, .34);
    color: #fff;
}
.trustbar p {
    font-size: 14px;
    color: rgba(255, 255, 255, .78);
    font-family: "Inter", sans-serif;
}

.trustbar p span {
    display: block;
    color: #71c6f4;
    font-family: Montserrat;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 0px;
}

.trustbar {
    background: #03080c;
}
.sctitle {
    margin-bottom: 45px;
    text-align: center;
}

.sctitle .sbhd {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(47, 134, 201, 0.13);
    color: #2f86c9;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .02em;
    font-family: "Inter", sans-serif;
}

.sctitle h2 {
    margin: 16px 0;
    letter-spacing: -.035em;
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
    font-size: 52px;
    font-weight: bold;
    font-style: normal;
}

.sctitle p {
    color: #667085;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.videoSection {
    padding: 92px 0;
    background: #f8fafc;
}

.videoSection iframe {
    width: 100%; height:600px;
}
.credibility .sctitle {
    text-align: left;
    align-content: center;
    height: 100%;
}

.credibility {
    background: #eef3fb;
}

.credibility .sctitle h2 {
    font-size: 50px;
}

.credibility .sctitle p {
    color: #667085;
    font-size: 18px;
}

.visa-cat-style-two .icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: rgba(47, 134, 201, .12);
    color: #2f86c9;
    font-size: 26px;
    margin-bottom: 18px;
    text-align: center;
    line-height: 54px;
}

.visa-cat-style-two .icon::after {
    display: none;
}

.credibility .visa-cat-style-two .icon i {
    font-size: 24px;
}

.credibility .visa-cat-style-two.rigtstb {
    margin-top: 0;
}

.info {}

.credibility .visa-cat-style-two {
    box-shadow: 0 16px 44px rgba(8, 24, 38, .09);
    border: 1px solid rgba(8, 24, 38, .06);
}

.visa-cat-style-two .info {
    padding: 28px;
}

.credibility .visa-cat-style-two .info h4 a {
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
    font-size: 20px;
    display: block;
}

.credibility .visa-cat-style-two .info h4 {
    margin-bottom: 8px;
}

.credibility .visa-cat-style-two .info p {
    font-family: "Inter", sans-serif;
    color: #667085;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
}
.whoitbox {
    padding: 0;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(8, 24, 38, .09);
    border: 1px solid rgba(8, 24, 38, .06);
    border-radius: 26px;
}

.whoitbox .cnts {
    padding: 24px;
}

.whoitbox .cnts h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
    font-style: normal;
    font-weight: 700;
}

.whoitbox .cnts ul {
    padding-left: 18px;
    list-style: unset;
}

.whoitbox .cnts ul li {font-family: "Inter", sans-serif;color: #667085;line-height: 1.6;font-size: 15px;font-weight: 400;}
.whoisit {
    padding: 92px 0;
}

.whoitbox figure {
    height: 180px;
}

.whoitbox figure .img {
    background-size: cover !important;
    background-position: center !important;
    height: 180px;
    transition: all 0.6s ease-in-out;
}

.whoitbox:hover figure .img {
    transform: scale(1.06);
}
.pricing-item-metal {
    padding: 28px;
    box-shadow: 0 16px 44px rgba(8, 24, 38, .09);
    border: 1px solid rgba(8, 24, 38, .06);
    display: flex;
    flex-direction: column;
}

.pricing-item-header-metal {
    padding: 0px;
}

.pricing-item-header-box-metal .icon-box {
    float: none;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(47, 134, 201, .12);
    color: #2f86c9;
    font-size: 26px;
    margin-bottom: 18px;
}

.pricing-item-header-box-metal .tops span {
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
    font-size: 21px;
    font-weight: bold;
    color: #17202a;
}

.pricing-item-header-box-metal .tops h3 {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    margin: 14px 0;
    font-weight: bold;
    line-height: 1.6;
}

.pricing-item-header-content-metal p {
    font-family: "Inter", sans-serif;
    color: #667085;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
}

.pricing-item-header-content-metal ul li {
    font-family: "Inter", sans-serif;
    color: #667085;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}

.pricing-item-header-content-metal ul {
    padding: 0; margin-bottom: 25px;
}

.pricing-item-header-content-metal ul li i {
    display: none;
}

.pricing-item-metal a.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 24px;
    border-radius: 999px;
    background: #081826 !important;
    font-weight: 800;
    border: 1px solid transparent;
    transition: .25s ease;
    cursor: pointer;
    white-space: nowrap;
    color: #fff !important;
}

.pricing-item-body-metal {
    margin-top: auto;
}

.pricing-item-metal:hover .icon-box {
    background: #1890c9;
    color: #fff;
}

.pricing-item-metal.mstpwrp {
    border: 2px solid #1890c9;
    transform: translateY(-12px);
}

.pricing-item-metal.mstpwrp .mstppl {
    font-family: "Inter", sans-serif;
    font-weight: bold;
}

.pricing-item-metal.mstpwrp a.custom-btn {
    background: linear-gradient(135deg, #2f86c9, #71c6f4) !important;
    color: var(--white);
    box-shadow: 0 12px 28px rgba(47, 134, 201, .34);
}

.pricing-item-metal.mstpwrp a.custom-btn:hover {
    background: #081826 ! IMPORTANT;
}
.pricing-item-header-content-metal p {
    margin-bottom: 25px;
}

.amientsboxs {
    background: linear-gradient(180deg, #f8fafc, #fff);
    padding: 92px 0;
}

.Communitywrap1{
        background: linear-gradient(rgba(8, 24, 38, .85), rgba(8, 24, 38, .87)), url(../images/glr4.jpeg) center / cover fixed;
}
.Communitywrap1:after {
    display: none;
}

.Communitywrap1 .sctitle p {
    color: #fff;
}

.Communitywrap1 .visa-cat-style-two {
    background: rgba(255, 255, 255, .9);
    color: #17202a;
    border-radius: 26px;
    text-align: center;
}

.Communitywrap1 .visa-cat-style-two .info {
    padding: 32px;
}

.Communitywrap1 .visa-cat-style-two .info .icon {
    background: rgba(47, 134, 201, .12);
    color: #2f86c9;
}

.Communitywrap1 .visa-cat-style-two .info .icon i {
    font-size: 24px;
}

.Communitywrap1 .visa-cat-style-two .info h4 a {
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
    font-size: 20px;
    display: block;
    color: #17202a;
    font-weight: bold;
}

.Communitywrap1 .visa-cat-style-two .info p {
    font-family: "Inter", sans-serif;
    color: #667085;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
}

.Communitywrap1 .btmcnts .custom-btn {
    padding: 15px 24px;
    background: linear-gradient(135deg, #2f86c9, #71c6f4);
    box-shadow: 0 12px 28px rgba(47, 134, 201, .34);
    color: #fff;
}

.Communitywrap1 .btmcnts .custom-btn i {
    margin-left: 6px;
}

.Communitywrap1 .btmcnts .custom-btn1 {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
}

.Communitywrap1 .btmcnts {
    margin-top: 60px;
}

.Communitywrap.Communitywrap1 {
    padding: 92px 0;
}
.amniteswraps {
    padding: 92px 0;
    background: #f8fafc;
}

.amniteswraps .amenties figure {
    min-height: 155px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    color: white;
    font-weight: 900;
    background-size: cover !important;
    background-position: center !important;
    isolation: isolate;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

.amniteswraps .amenties figure:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .66));
    z-index: -1;
}
.locationmaps {
    padding: 92px 0;
    background: #f3f7fb;
}

.locationmaps .sctitle {
    text-align: left;
}

.locationmaps .sctitle p {
    color: #667085;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}

.locationmaps .loctnlst ul li i {
    display: none;
}

.locationmaps .loctnlst ul li {
    padding: 16px 18px;
    background: white;
    border-radius: 16px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 17px;
}

.locationmaps figure {
    background: #fff;
    padding: 30px;
    background: white;
    border-radius: 32px;
    min-height: 430px;
    box-shadow: 0 24px 70px rgba(8, 24, 38, 0.18);
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}
.availuit {
    padding-top: 0px;
}

.unitprop .unitcont h3 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.unitprop .unitcont .prc {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    margin-bottom: 14px;
}



.unitprop .unitcont ul li {
    font-family: "Inter", sans-serif;
    color: #667085;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}

.unitprop .unitcont ul {
    padding: 0; margin-bottom: 25px;
}

.unitprop .unitcont a.custom-btn {
    padding: 15px 24px;
    font-weight: 800;
    font-family: "Inter", sans-serif;
    display: inline-block;
    width: unset;
    background: #081826 !important;
    color: #fff;
}

.unitprop {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 16px 44px rgba(8, 24, 38, .09);
    border: 1px solid rgba(8, 24, 38, .06);
}
.savingpath {
    background: #101820;
    color: white;
    padding: 92px 0;
}

.savingpath .sctitle h2 {
    color: #fff;
}

.savingpath .sctitle p {
    color: #fff;
}

.savingpath .pathbox {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    padding: 30px;
    min-height: 190px;
}

.savingpath .pathbox .cnts {
    padding: unset;
}

.savingpath .pathbox .cnts h4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
    font-weight: bold;
    font-size: 20px;
}

.savingpath .pathbox .cnts p {
    font-family: "Inter", sans-serif;
    color: rgba(255,255,255,.72);
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
}
.Faqs {
    background: #f8fafc;
    padding: 92px 0;
}

.Faqs .acrdbox {
    background: #fff;
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 16px 44px rgba(8, 24, 38, .09);
    border: 1px solid rgba(8, 24, 38, .06);
    margin-bottom: 18px;
    min-height: 178px;
    align-content: center;
}

.Faqs .acrdbox h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    line-height: 1.12;
    font-weight: bold;
    font-style: normal;
}

.Faqs .acrdbox p {
    font-family: "Inter", sans-serif;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.callAction{
        color: white;
    text-align: center;
    background: linear-gradient(rgba(8, 24, 38, .82), rgba(8, 24, 38, .9)), url(../images/glr2.jpeg) center / cover;
    padding: 110px 0;
}
.callAction:after {
    display: none;
}

.callAction .sctitle h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 800;
}

.callAction .sctitle p {
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
}

.callAction .butnswp {
    margin-top: 40px;
    margin-bottom: 0px;
}

.callAction .butnswp a.custom-btn {
    padding: 15px 24px;
}

.callAction .butnswp a.custom-btn2 {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
}

.callAction .butnswp a.custom-btn3 {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
    background: none !important;
}

.callAction .butnswp a.custom-btn1 {
    background: linear-gradient(135deg, #2f86c9, #71c6fd);
    color: #fff;
    box-shadow: 0 12px 28px rgba(47, 134, 201, .34);
}

.footer {
    background: #02070b;
    color: rgba(255, 255, 255, .76);
    padding: 42px 0;
}

.footer .fotlogo .ttl {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 4px;
}

.footer .fotlogo p {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
}

.footer .fotcntr {
    text-align: center;
}

.footer .fotcntr p {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
    color: rgba(255,255,255,.76);
}


.footer small, .footer .bttns a {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,.76);
}

.footer .bttns a:before {
    width: 5px;
    height: 5px;
    background: #fff;
    display: inline-block;
    content: '';
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.footer p.dscr {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(255,255,255,.54); margin-top: 10px;
}
.talkAssist .innerAssist .lftsid .adrs span {
    margin-bottom: 3px;
}

.talkAssist .innerAssist .form-wraps h3 {
    font-family: "Montserrat", sans-serif;
}

.talkAssist .innerAssist .form-wraps p {
    font-family: "Inter", sans-serif;
}

.talkAssist .innerAssist .group-form input {
    font-family: "Inter", sans-serif;
}

.talkAssist .innerAssist button {
    border-radius: 59px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 17px;
}

.talkAssist .innerAssist .lftsid .adrs span {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.talkAssist .innerAssist .lftsid .adrs span i, .talkAssist .innerAssist .lftsid .adrs p i {
    margin-right: 7px;
}
.videoSection {
    background: #fff;
}
.amniteswraps {
    background: linear-gradient(180deg, #f8fafc, #fff);
}
.credibility .sctitle ul li {
    font-family: "Inter", sans-serif;
    font-size: 17px;
}

.credibility .sctitle ul {
    padding-left: 20px;
}

.credibility .sctitle ul li span {
    font-weight: bold;
    color: #1890c9;
    margin-right: 6px;
    min-width: 70px;
    display: inline-block;
    margin-bottom: 4px;
}
.credibility .visa-cat-style-two .info h4 a {
    font-size: 30px;
}

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

.credibility .visa-cat-style-two .info p {
    font-size: 15px;
}
.amniteswraps .btmcnts .custom-btn {
    padding: 15px 34px;
    background: linear-gradient(135deg, #2f86c9, #71c6f4);
    box-shadow: 0 12px 28px rgba(47, 134, 201, .34);
    color: #fff;
    border-radius: 30px;
    background-color: #d4daff !important;
    letter-spacing: unset;
    font-size: 16px;
    text-transform: unset;
    margin: 0px 4px;
}

.amniteswraps .btmcnts {
    margin-top: 30px;
    text-align: center;
}

.amniteswraps .btmcnts .custom-btn1 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, .42);
    background: #000 !important;
    backdrop-filter: blur(12px);
}
.talkAssist .innerAssist .form-wraps .afterSubmiting1 p {
    font-size: 20px;
    text-align: center;
}
/*======= open header responsive =======*/
@media only screen and (max-width:850px) {
    .mainBanner .header .col-sm-3.col-md-3, .mainBanner .header .col-sm-9.col-md-9 {
        width: 100%;
    }
    .mainBanner .mainlogo a.menuopn {
        display: block;
        float: right;
        margin-top: 17px;
    }
    .mainBanner .header {
        height: unset;
    }

    .mainBanner .mainlogo a.menuopn span i {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 6px;
    }

    .mainBanner .mainlogo a.menuopn span {
    display: block;
    width: 40px;
    background: #fff;
    padding: 8px 5px;
    border-radius: 4px;
    }

    .mainBanner .mainlogo a.menuopn span i:last-child {
    margin: 0;
    }

    .menus {
    position: fixed;
    top: 0;
    background: #000;
    text-align: left;
    height: 100%;
    z-index: 9999;
    left: -100%;
    width: 90%;
    text-decoration: none;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-top: 52px;
    }

    .menus.actv {
    left: 0;
    }

    .menus ul li {
    display: block;
    margin: 0px;
    }

    .menus ul {
    padding: 0 10px;
    }

    .menus ul li a {
    padding: 10px 10px;
    border-bottom: 1px dashed #fff;
    display: block;
    }

    .menus a.cls {
    display: block;
    position: absolute;
    top: 13px;
    right: 18px;
    color: #fff;
    font-size: 25px;
    }
    .menus {
        height: 100vh;
        line-height: normal;
        padding: 20px;
        padding-top: 47px;
    }

    .menus ul li a.talkassist {
        margin: 0px;
        margin-top: 21px;
    }

    .menus ul li a {
        font-size: 14px;
    }

    .menus ul li a {
        padding: 15px 10px;
        display: block;
    }
    .mainBanner .mainlogo img {
    height: auto;
    width: 140px;
    }
}

@media only screen and (min-width:851px) and (max-width:1000px) {
    .mainBanner .mainlogo img {
        height: auto;
        width: 145px;
    }

    .menus ul li a {
        font-size: 11px;
    }

    .menus ul li {
        margin-left: 7px;
    }

    .menus ul li a.talkassist {
        padding: 14px 20px;
    }

}
/*======= close header responsive =======*/


/*======= open banner responsive =======*/
@media only screen and (max-width:575px) {
    .bnrcontact .col-sm-5.col-md-5 {
        orphans: unset;
    }

    .mainBanner .col-sm-7.col-md-7 {
        order: unset;
    }

    .mainBanner .bnrcontact h1 {
        font-size: 37px;
        text-align: left;
    }

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

    .mainBanner .bnrcontact p {
        text-align: left;
        font-size: 17px;
        line-height: 1.8;
    }

    .mainBanner .bnrcontact .btnswrp a.custom-btn {
        width: 100%;
        margin-bottom: 12px;
    }

    .trustbar .col {
        width: 100%;
        justify-content: center !important;
    }

    .trustbar .col p {
        border-bottom: 1px solid #8c8c8c;
        padding-bottom: 22px;
    }

    .trustbar .col:last-child p {
        margin: 0;
        padding: 0;
        border: 0;
    }
}

@media only screen and (min-width:576px) and (max-width:800px) {
    .bnrcontact .col-sm-5.col-md-5 {
        orphans: unset;
    }

    .mainBanner .col-sm-7.col-md-7 {
        order: unset;
        width: 100%;
    }

    .mainBanner .bnrcontact h1 {
        font-size: 44px;
        text-align: left;
    }

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

    .mainBanner .bnrcontact p {
        text-align: left;
        font-size: 17px;
        line-height: 1.8;
    }

    .mainBanner .bnrcontact .btnswrp a.custom-btn {
        margin-bottom: 12px;
    }

    .trustbar .col {
        width: 50%;
        justify-content: center !important;
    }

    .trustbar .col p {
        border-bottom: 1px solid #8c8c8c;
        padding-bottom: 22px;
    }

    .trustbar .col:last-child p {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .bnrcontact .col-sm-5.col-md-5 {
        width: 100%;
    }
    .mainBanner .bnrcontact ul li {
        display: inline-block;
    }
    .trustbar .col p {
        margin-bottom: 23px;
    }

    .trustbar .col {
        flex: unset;
    }

    .trustbar .row {
        justify-content: center !important;
    }
}

@media only screen and (min-width:801px) and (max-width:1000px) {
    .bnrcontact .col-sm-5.col-md-5 {
        orphans: unset;
    }

    .mainBanner .col-sm-7.col-md-7 {
        order: unset;
        width: 100%;
    }

    .mainBanner .bnrcontact h1 {
        font-size: 44px;
        text-align: left;
    }

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

    .mainBanner .bnrcontact p {
        text-align: left;
        font-size: 17px;
        line-height: 1.8;
    }

    .mainBanner .bnrcontact .btnswrp a.custom-btn {
        margin-bottom: 12px;
    }

    .bnrcontact .col-sm-5.col-md-5 {
        width: 100%;
    }
    .mainBanner .bnrcontact ul li {
        display: inline-block;
    }
    .trustbar p {
        font-size: 12px;
    }

    .trustbar p span {
        font-size: 21px;
    }
}
/*======= close banner responsive =======*/


/*======= open mainpage responsive =======*/
@media only screen and (max-width:575px) {
    .videoSection {
        padding: 70px 0px;
    }

    .sctitle {
        width: 100%;
    }

    .sctitle h2 {
        font-size: 28px;
    }

    .sctitle p {
        font-size: 15px;
    }

    .videoSection iframe {
        height: 400px;
        min-height: unset;
    }

    .credibility .sctitle h2 {
        font-size: 30px;
    }

    .whoitbox {
        margin-bottom: 20px;
    }

    .amniteswraps .col {
        width: 100%;
        flex: unset;
    }

    .locationmaps .loctnlst {
        padding: 0;
    }

    .locationmaps figure {
        min-height: unset;
    }

    .callAction .sctitle h2 {
        font-size: 30px;
    }

    .callAction {
        padding: 40px 0px;
    }

    .callAction .butnswp a.custom-btn {
        width: 100%;
        margin: 0px 0px 10px;
    }

    .footer .fotlogo {
        text-align: center;
    }

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

    .Communitywrap1 .btmcnts .custom-btn {
        width: 100%;
        margin: 0px 0px 10px;
    }
    .amniteswraps .btmcnts .custom-btn {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:576px) and (max-width:767px) {
    .videoSection {
        padding: 70px 0px;
    }

    .sctitle {
        width: 80%;
    }

    .sctitle h2 {
        font-size: 28px;
    }

    .sctitle p {
        font-size: 15px;
    }

    .videoSection iframe {
        height: 400px;
        min-height: unset;
    }


    .credibility .sctitle h2 {
        font-size: 30px;
    }

    .whoitbox {
        margin-bottom: 20px;
    }

    .credibility .visa-cat-style-two .info h4 a {
        font-size: 15px;
        line-height: 1.5;
    }

    .whoisit .col-sm-3.col-md-3 {
        width: 50%;
        margin-bottom: 15px;
    }

    .whoitbox {
        height: 100%;
        margin: 0;
    }

    .amientsboxs .col-xl-4.col-md-6 {
    }

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

    .locationmaps .loctnlst {
        padding: 0;
    }

    .locationmaps figure {
        min-height: unset;
    }

    .unitprop .unitcont h3 {
        font-size: 15px;
    }

    .unitprop .unitcont .prc {
        font-size: 11px;
    }

    .unitprop .unitcont ul li {
        font-size: 12px;
    }

    .savingpath .pathbox .cnts h4 {
        font-size: 12px;
        font-weight: 900;
    }

    .savingpath .pathbox .cnts p {
        font-size: 12px;
    }

    .savingpath .pathbox {
        margin-bottom: 20px;
        min-height: unset;
    }

    .savingpath .col-sm-4.col-md-4 {
        width: 100%;
    }

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


    .callAction .sctitle h2 {
        font-size: 30px;
    }

    .callAction {
        padding: 40px 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:950px) {
    .videoSection {
        padding: 70px 0px;
    }

    .sctitle {
        width: 85%;
    }

    .sctitle h2 {
        font-size: 28px;
    }

    .sctitle p {
        font-size: 15px;
    }

    .videoSection iframe {
        height: 400px;
        min-height: unset;
    }


    .credibility .sctitle h2 {
        font-size: 30px;
    }
    .callAction .sctitle h2 {
        font-size: 30px;
    }

    .callAction {
        padding: 40px 0px;
    }
    .credibility .justify-content-center > .col-sm-6.col-md-6 {
        width: 100%;
    }
    .whoisit .col-md-3 {
        width: 50%;
    }

    .whoitbox {
        margin-bottom: 20px;
    }

    .amientsboxs .col-xl-4.col-md-6 {
        width: 33%;
    }

    .pricing-item-metal.mstpwrp .mstppl {
        font-size: 9px;
    }

    .pricing-item-header-box-metal .tops span {
        font-size: 10px;
    }

    .pricing-item-header-box-metal .tops h3 {
        font-size: 16px;
    }

    .pricing-item-header-content-metal p {
        font-size: 11px;
    }

    .pricing-item-header-content-metal ul li {
        font-size: 12px;
    }

    .pricing-item-metal a.custom-btn {
        font-size: 9px;
        padding: 10px 20px;
    }

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

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



    .amniteswraps .amenties figure {
        font-size: 12px;
    }

    .locationmaps .loctnlst {
        padding: 0;
    }

    .locationmaps .loctnlst .sctitle h2 {
        font-size: 19px;
    }

    .locationmaps .loctnlst .sctitle p {
        font-size: 13px;
    }

    .locationmaps .loctnlst ul li {
        font-size: 14px;
        padding: 7px 18px;
    }

    .unitprop .unitcont h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .unitprop .unitcont .prc {
        font-size: 12px;
    }

    .unitprop .unitcont ul li {
        font-size: 11px;
    }

    .unitprop .unitcont a.custom-btn {
        padding: 10px 21px;
        font-size: 14px;
    }

    .savingpath .pathbox .cnts h4 {
        font-size: 15px;
        line-height: 23px;
    }

    .savingpath .pathbox .cnts p {
        font-size: 11px;
        margin: 0;
    }

    .savingpath .pathbox {
        min-height: unset;
    }

    .Faqs .acrdbox h4 {
        font-size: 13px;
    }

    .Faqs .acrdbox p {
        font-size: 12px;
    }

    .callAction .butnswp a.custom-btn {
        padding: 10px 15px;
        font-size: 12px;
    }

    .footer small, .footer .bttns a {
        font-size: 10px;
    }

    .footer .fotcntr p {
        font-size: 11px;
    }

    .footer .fotlogo p {
        font-size: 11px;
    }

    .footer .fotlogo .ttl {
        font-size: 13px;
    }

    .footer p.dscr {
        font-size: 9px;
        margin: 0;
    }
}