<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
}
.modal-backdrop {
  z-index: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins' !important;
}
p{
    font-family: 'Poppins' !important;
}
span{
    font-family: 'Poppins' !important;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
    font-family: 'Poppins' !important;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    font-family: 'Poppins' !important;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}




/*Custom Styling*/

.blue-btn {
    background-color: #be2422;
    color: #fff;
    align-items: center;
    display: flex;
    font-size: 13px;
    border-radius: 30px;
    padding: 12px 24px;
    transition: all 0.8s;
    position: relative;
    font-weight: 500;
    margin: 20px 0px 0;
    width: 35%;
    justify-content: center;
}

.blue-btn:hover {
    background-color: #3c9c3a !important;
    color: #fff;
}

a.pink-btn {
    background-color: #d65d8a;
    color: #fff;
    align-items: center;
    display: flex;
    font-size: 13px;
    border-radius: 30px;
    padding: 12px 24px;
    transition: all 0.8s;
    position: relative;
    font-weight: 500;
    margin: 20px 0px 0;
    width: 55%;
    justify-content: center;
}

a.pink-btn:hover {
    background-color: #719ac7;
    color: #fff;
}

.bold{
    font-weight: 600;
}

.greybg{
     background-color: #f9f9f9;
}
.logo {
    width: 210px;
}
/*Header Css Start*/

header .collapse {
    width: 100%;
    justify-content: end;
}
header{
    transition: 0.3s linear all;
}
.header-fixed {
    width: 100%;
    background: white;
    position: fixed;
    z-index: 100;
}

div#navbarNav a.blue-btn {
    margin: 0;
    width: auto;/*31%;*/
}

header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
    align-items: center;
}

header .navbar-light .navbar-nav .nav-link {
    color: #808080;
    font-weight: 500;
}

header a.nav-link.active::after {
    position: absolute;
    content: '';
    width: 42px;
    height: 2px;
    background-color: #be2422;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header a.nav-link.active::before {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    background-color: #be2422;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header a.nav-link.active{
    color: #d65d8a !important;
    position: relative;
    display: inline-flex;
}


/*UAE Banner CSS Start*/
section.uae-banner {
    background-image: url(../images/uae-banner.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
}

.banner-title h4 {
    font-weight: 200;
    color: #fff;
    font-size: 43px;
    font-family: 'Poppins';
}

.banner-title {
    text-align: center;
    padding: 40px 0 40px;
}

.banner-title h3 {
    font-weight: lighter !important;
    font-size: 41px;
    color: #fff;
}

.banner-title h3 span {
    font-weight: 600;
}

.banner-title p {
    color: #fff;
    font-weight: 300;
}



/*Input Bar CSS Start*/

section.input-bar {
    background: #f7f7f7;
    padding: 20px 0;
    z-index: 99;
    position: relative;
}

.input-bar .form-control {
    border-radius: 40px 0 0 40px !important;
    border-color: transparent;
    padding-left: 20px;
}

.input-bar .input-group {
    border-radius: 40px;
    height: 46px;
}

.docs-upload input {
    opacity: 0;
    z-index: 5;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    left: 0;
    right: 0;
    top: 0;
}
input[type="file"] {
    cursor: pointer;
    margin: 5px 0 0 47px;
}

.docs-upload h6 {
    position: absolute;
    left: 0;
    bottom: 45px;
    display: flex;
    justify-content: center;
    right: 0;
    cursor: pointer;
}

.input-bar .input-group-text {
    border-radius: 40px !important;
    background-color: #be2422 !important;
    color: #fff !important;
    padding: 0 40px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.input-bar .input-bar-space {
    background-color: #fff;
    padding: 1px;
    border-radius: 40px;
    box-shadow: rgb(0 0 0 / 20%) 0 5px 15px 0px;
    margin: -40px 0 0;
}

.input-bar .input-group-text i {
    margin-right: 8px;
    font-size: 20px;
}

.input-bar .input-group input::-webkit-input-placeholder {
  color: #797979;
}

.input-bar .input-group input::-moz-placeholder {
  color: #797979;
  opacity: 1;
}

.input-bar .input-group input:-ms-input-placeholder {
  color: #797979;
}

.input-bar .input-group input:-moz-placeholder {
  color: #797979;
  opacity: 1;
}


/*  Toggle Switch  */

.toggleSwitch span span {
    display: none;
}  
  
.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 150px;
    background-color: #fafafa;
    border-radius:5px;
    font-size: 20px;
    height: 50px;
    padding: 9px 0;
}
.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toggleSwitch label,
.toggleSwitch &gt; span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}
.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
    outline: none;
}
.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}
.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}
.toggleSwitch &gt; span {
    position: absolute;
    left: 0;
    width: calc(100% - 6px);
    margin: 0;
    text-align: left;
    white-space: nowrap;
    margin:0 3px;
}
.toggleSwitch &gt; span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: auto;
    left: 0;
    top: -1px;
    opacity: 1;
    width:40%;
    text-align: center;
  line-height:34px;
}
.toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    top: 3px;
    bottom: 3px;
    padding: 0;
    left: 3px;
    width: 50%;
    background-color: #be2422;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}
.toggleSwitch &gt; span span:first-of-type {
    color: #FFF;
    opacity: 1;
    /* left: -10px !important; */
    margin: 0;
    /* background: #fff; */
    width: 50%;
    border-radius: 30px;
}
.toggleSwitch &gt; span span:last-of-type {
    left:auto;
    right:0;
    color: #999;
    margin: 0;
    width: 50%;
}
.toggleSwitch &gt; span:before {
    /* content: ''; */
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: -2px;
    /* background-color: #fafafa;
    border: 1px solid #ccc; */
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.toggleSwitch input:checked ~ a {
    left: calc(50% - 3px);
}
.toggleSwitch input:checked ~ span:before {
    /* border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #0097D1; */
}
.toggleSwitch input:checked ~ span span:first-of-type {
    left:0;
    color:#999;
}
.toggleSwitch input:checked ~ span span:last-of-type {
    /* opacity: 1;
    color: #fff;     */
    color:#FFF;
}
/* Switch Sizes */
.toggleSwitch.large {
    width: 60px;
    height: 27px;
}
.toggleSwitch.large a {
    width: 27px;
}
.toggleSwitch.large &gt; span {
    height: 29px;
    line-height: 28px;
}
.toggleSwitch.large input:checked ~ a {
    left: 41px;
}
.toggleSwitch.large &gt; span span {
    font-size: 1.1em;
}
.toggleSwitch.large &gt; span span:first-of-type {
    left: 50%;
}
.toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
}
.toggleSwitch.xlarge a {
    width: 36px;
}
.toggleSwitch.xlarge &gt; span {
    height: 38px;
    line-height: 37px;
}
.toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
}
.toggleSwitch.xlarge &gt; span span {
    font-size: 1.4em;
}
.toggleSwitch.xlarge &gt; span span:first-of-type {
    left: 50%;
}

  /*  End Toggle Switch  */

section.visa-type {
    padding: 100px 0 150px;
    background: #f7f7f7;
}

.button-switch .toggleSwitch {
    margin-bottom: 0px;
}



/*Visa Type CSS Start*/

.visa-type-title {
    text-align: center;
}

.visa-type-title h4 {
    font-size: 35px;
    font-weight: 200;
}

.visa-type-title p {
    color: #6a6a6a;
}

.switch-toggle {
    border: 1px solid #dcdcdc;
    padding: 20px 0;
    border-radius: 40px;
}

.switch-toggle .row {
    align-items: center;
}

.button-switch {
    text-align: right;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.switch-bullets {
    padding-left: 40px;
}

.switch-bullets label {
    font-family: poppins;
    color: #be2422;
}

.switch-bullets .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: 1px solid #b1afaf;
    border-radius: 50%;
    background-color: #fff;
}

.switch-bullets .custom-radio .custom-control-input:checked~.custom-control-label::after {
     background-image: unset !important;
    background-color: #286dad;
    border: 2px solid #ffffff;
    outline: 3px solid #286dad;
}

.visa-slider-main .slick-prev:before {
    content: '\f104';
    color: #bababa;
    font-family: 'FontAwesome';
    font-size: 100px;
}


.visa-slider-main .slick-prev {
    left: -60px;
    height: unset;
    width: unset;
}

.visa-slider-main .slick-next:before {
    content: '\f105';
    color: #bababa;
    font-family: 'FontAwesome';
    font-size: 100px;
}


.visa-slider-main .slick-next {
    right: -60px;
    height: unset;
    width: unset;
}


.for-plane {
    position: relative;
}


.for-plane::after {
    content: '';
    position: absolute;
    background-image: url(../images/plane-img.png);
    left: 260px;
    bottom: 65px;
    width: 85px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-15px);
    }
    100% {
        transform: translatey(0px);
    }
}

.for-plane::before {
    position: absolute;
    content: '';
    background-image: url(../images/plane-track.png);
    width: 84%;
    height: 34%;
    bottom: -120px;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.for-plane .container {
    max-width: 1220px;
}

/*Apply Viss CSS Start*/



.banner-title.appvisa h4{
    color: #000;
    font-size: 53px;
}

.banner-title.appvisa p {
    color: #6a6a6a;
    letter-spacing: 1px;
}


.visacard {
    background-color: #f9f9f9;
    text-align: center;
    padding: 44px 0 20px;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.visacard span {
    background-color: #fff;
    padding: 50px 43px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.5s;
}

.visacard img {
    min-width: 130px;
    max-height: 110px;
    object-fit: contain;
}

.visacard-img {
    margin: 0 0 30px;
}

.visacard-text h5 {
    width: 80%;
    font-size: 17px;
    margin: 0 auto 10px;
    font-weight: 600;
}

.visacard-text p {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 300;
}

.visacard-text {
    padding: 0 40px;
}

.visacard:hover {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 15px;
}

.visacard:hover span {
    background-color: #f9f9f9;
    transform: translate(0, -10px);
}

.blue-ltalic {
    color: #408bde;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    font-style: italic;
}

.blue-text {
    padding: 70px 0 0;
}

section.apply-visa {
    padding: 50px 0 70px;
    position:relative;
}
.timeDiv{position: absolute;top: 81px;left:50%;transform:translateX(-50%);z-index:99;}
.timeDiv span{background: #be2422;padding: 10px 20px;/* border:1px solid #d2d2d2; */font-size: 16px;color: #fff;border-radius: 50px;}
.timeDiv span i{ font-size:14px; margin-right:5px;}


.visa-slider-card {
    background-color: #fff;
    margin: 0 20px;
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 8%) 10px 5px 15px 0px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.visa-slider-card:hover .plane-img {
    background-color: #fff;
}

.visa-slider-card:hover {
    background-color: #f9f9f9;
}

.plane-img {
    margin: 0 auto;
    background-color: #f9f9f9;
    border-radius: 50%;
}

.plane-img {
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    display: flex;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 50%;
}


.visa-slider-card a {
    margin: 20px auto;
}

.visa-slider-main {
    padding: 70px 0;
}

.visa-content {
    margin: 20px 0 0;
}

.visa-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.visa-content p {
    color: #6a6a6a;
    font-size: 14px;
}

.visa-content h6 {
    font-weight: 900 !important;
    font-size: 50px;
    font-family: oswald !important;
    color: #3c9c3a;
    margin-bottom: 20px;
}


.visa-content sub {
    font-weight: 100;
    font-size: 25px;
    bottom: 25px;
    margin-left: 8px;
}

section.visa-type .slick-track {
    margin: 0 0 40px;
}

/*Free Consulting CSS Start*/

section.free-consulting {
    background-image: url(../images/travel1.jpg);
    width: 100%;
    /* height: 908px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    align-items: center;
    position:relative;
}

section.free-consulting:after {
    background: rgb(210 100 145 / 75%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.free-consulting-form {
    /* padding: 50px 40px; */
    /* background-color: #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* border-radius: 10px; */
    /* position: relative; */
    /* z-index: 99; */
}

.free-consulting-form a {
    width: 33%;
}

.free-consulting-form input {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    font-size: 14px;
}

.free-consulting-form textarea {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 0 0 15px;
    font-size: 14px;
    resize: none;
}

.free-consulting-form h4 {
    font-size: 38px;
    font-weight: 200;
}

.free-consulting-form p {
    font-size: 14px;
    color: #6a6a6a;
}

.free-consulting-form .bold {
    font-weight: 600;
}

section.free-consulting .container {
    max-width: 1220px;
}


/*Apply Now CSS Start*/



section.apply-now .row {
    align-items: center;
}

section.apply-now h4 {
    font-size: 31px;
    font-weight: 200;
}


section.apply-now {
    padding: 30px 0;
}

section.apply-now p {
    font-size: 14px;
    color: #6a6a6a;
    letter-spacing: 1px;
}

.apply-now-btn {
    text-align: center;
}   





/*Footer CSS Start*/
.footer-box h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

footer {
    background: #080808;
    padding: 60px 0;
}

.footer-box a {
    color: #aaa3a3;
}

.footer-box a:hover {
    color: #fff;
}

.footer-box li {
    color: #aaa3a3;
    padding: 0 0 8px;
}

.footer-box ul {
    margin: 40px 0 0;
}


.copyright p {
    margin: 0;
    color: #cbc9c9;
}


.copyright {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    background-color: #030303;
}

.social-icons ul {
    display: flex;
}

.social-icons li {
    margin: 0 20px 0 0;
    background: transparent;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    padding: 8px 0 0;
    text-align: center;
    transition: all 0.6s;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.social-icons i {
    color: #fff;
}

.social-icons li:hover {
    transform: rotate(360deg) scale(1.5);
}

.social-icons {
    margin: 30px 0 0;
}

/*About Us CSS Start*/

section.banner {
    width: 100%;
    height: 375px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/banner_02.png);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-head {
    text-align: center;
}

.banner-head h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 100;
}

.banner-head .bold {
    margin-right: 12px;
}

section.about-us img {
    width: 100%;
}

section.about-us h4 {
    font-size: 35px;
    font-weight: 200;
}

section.about-us p {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

section.about-us .pink {
    color: #d4779f;
    font-weight: 500;
}

.about-bottom {
    margin: 50px 0 0;
}

.about-bottom a {
    color: #719ac7;
    font-weight: 500;
}

section.about-us {
    padding: 60px 0;
}





/*FAQ CSS Start*/



.banner-title.faq h4 {
    color: #000;
    font-size: 35px;
}

.banner-title.faq p {
    color: #6a6a6a;
}

.faq-collaps div#accordion .btn {
    width: 100%;
    text-decoration: none;
    color: #000;
    font-family: poppins;
    font-weight: 500;
}

.faq-collaps .card-header {
    background-color: transparent;
    border: none;
}

.faq-collaps .card {
    margin: 0 0 30px;
    border-radius: 10px;
}

.faq-collaps .collapse.show {
    display: block;
    background-color: #f7f7f7;
    color: #666666;
}

.loading {
    text-align: center;
    margin: 60px 0 0;
}

section.faq {
    padding: 0 0 100px;
}

.contact-detail-title {
    text-align: center;
}

.contact-detail-title h4 {
    font-size: 35px;
    font-weight: 200;
}

.contact-detail-title p {
    color: #6a6a6a;
}

section.contact-detail {
    padding: 80px 0 0;
}

.contact-circle ul {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-circle span {
    /* border-radius: 50%; */
    display: flex;
    /* margin: 0 0 30px; */
    z-index: 0;
    position: relative;
    width: 106px;
    height: 106px;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    margin: 0 auto 10px;
}

.contact-circle {
    padding: 70px 0 0;
    overflow: hidden;
}

.contact-circle span:hover img {
    transform: scale(1.3)rotateY(180deg);
}

.contact-circle img {
    transition: all 0.4s;
    width: 39px;
}

.contact-circle span.brown:hover {
    background: #be2422;
}

.contact-circle span.blue:hover {
    background: #be2422;
}


.contact-circle span.pink:hover {
    background: #be2422;
}


.contact-circle li {
    text-align: center;
    /* margin: 0 -10px; */
    min-height: 174px;
    width: 16.6%;
    float: left;
}

.contact-circle h5 {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 auto 5px;
    width: 70%;
}

.contact-circle h6 {
    color: #6a6a6a;
    font-size: 11px;
    width: 70%;
    margin: 0 auto;
}

.nopad h6.blue-ltalic {
    color: #72aceb;
    font-style: unset;
    font-size: 12px;
}

.contact-circle span.blue {
    background-color: #be2422;
}

.contact-circle span.pink {
    background-color: #be2422;
}

.contact-circle span.brown {
    background-color: #be2422;
}

span.nopad {
    /* padding: 0; */
    display: block;
    width: unset;
    height: unset;
}

.loading {
    animation: animName 7s linear infinite;
}

  @keyframes animName {
   0%{
      transform: rotate(0deg);
     }
  100%{
      transform: rotate(360deg);
     }  
  } 


/*Getin Touch CSS Start*/


.getin-touch form {
    padding: 20px 40px 20px 70px;
    background: #f7f7f7;
}

section.getin-touch input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #b8b8b8;
    height: 60px;
    padding: 20px 0 0px;
    font-style: italic;
    margin: 0 0 20px;
    outline: none;
}

.bg-whitee {
    border: 2px dashed #bbb;
    background-color: #fff;
    padding: 6px;
    position: relative;
}

section.getin-touch textarea {
    width: 100%;
    background-color: transparent;
    min-height: 120px;
    border: none;
    padding: 70px 0 0px;
    border-bottom: 1px solid #b8b8b8;
    font-style: italic;
    outline: none;
}

section.getin-touch a.blue-btn {
    background-color: #719ac7;
    color: #fff;
    align-items: center;
    display: flex;
    font-size: 13px;
    border-radius: 30px;
    padding: 12px 24px;
    transition: all 0.8s;
    position: relative;
    font-weight: 500;
    margin: 20px 0px 0 auto;
    width: 14%;
    justify-content: center;
}

.getin-touch-title h4 {
    font-size: 35px;
    font-weight: 200;
}

.getin-touch-title {
    text-align: center;
    padding: 30px 0 30px;
}

.pink-horizontal {
    background: #cf6893;
    text-align: center;
}

.pink-horizontal h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 24px;
}

.bg-whitee::after {
    position: absolute;
    content: '';
    background-image:url(../images/schedule.png);
    width: 45px;
    height: 388px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 6px;
    left: 6px;
}

section.getin-touch {
    padding: 0 0 140px;
}


/*Privacy Policy CSS Start*/


.bluetxt{
    color: #72aceb;
    font-size: 16px;
}

.greybg{
     background-color: #f9f9f9;
     margin: 0 0 40px;
     padding: 40px 40px;
     border-radius: 10px;
}

.greybg h4 {
    font-size: 30px;
    font-weight: 600;
}

.terms-condition .greybg h4 {
    font-weight: 200;
}

.greybg p {
    color: #6a6a6a;
}

section.privacy-policy {
    padding: 100px 0 80px;
}



/*Track CSS Start*/


.track-title {
    text-align: center;
    padding: 0 0 40px;
}

.track-title h4 {
    font-size: 35px;
    font-weight: 200;
}

.track-title p {
    color: #6a6a6a;
}

.order-tracking h4 {
    background: #454545;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 13px 20px;
    font-size: 16px;
    border-radius: 6px 6px 0 0;
}

.tracking-flds {
    border: 1px solid #ddd;
    padding: 20px 30px;
}

.tracking-flds input {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #f8f7f7;
    height: 40px;
    border-radius: 5px;
    outline: none;
}

.tracking-flds label {
    color: #6a6a6a;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
}

.tracking-flds .col-md-6:nth-child(1) {
    padding-right: 5px;
}

.tracking-flds .col-md-6:nth-child(2) {
    padding-left: 5px;
}

.tracking-flds a.pink-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
}

section.track {
    padding: 90px 0;
}

/*Terms Condition CSS Start*/

.banner-head.tandc p {
    color: #fff;
}

section.terms-condition {
    padding: 60px 0 40px;
}





/*MODAL CSS Start*/

/* multi Step from css */
.first-step .file-config {
  display: flex;
  justify-content: center;
}
.first-step .file-config p {
  font-size: 12px;
  background-color: #f9f9f9;
  margin: 0 7px;
  min-width: 301px;
  padding: 15px 0;
  color: #b4b4b4;
}
.docs-upload-sec {
  margin-top: 40px;
}
.docs-upload-sec .docs-upload {
  border: 1px solid #e7e7e7;
  border-radius: 9px;
  padding: 28px 15px;
  position: relative;
  min-height: 216px;
}
@keyframes loading-skeleton {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 1;
    }
}
.docs-upload-sec .docs-upload.is-loading  {
    pointer-events: none;
    animation: loading-skeleton 1s infinite alternate;
}
.docs-upload-sec .doc-file {
    width: 100%;
    overflow: hidden;
    height: auto;
    word-break: break-all;
    border: 1px solid #e7e7e7;
    border-radius: 9px;
    padding: 3px;
    margin-top: 12px;
}
.docs-upload-sec .docs-upload p {
  margin: 13px 0 12px 0;
}
img.upload {
  max-width: 23px;
  position: absolute;
  bottom: -10px;
  left: 105px;
}
.first-step .docs-upload-sec .docs-upload img {
  width: 55%;
}
fieldset .btns {
  margin-top: 48px;
}
.first-step .file-config p span {
  color: #be2422;
}
.second-step .input-container,
.fourth-step .input-container {
  display: flex;
  border: 1px solid #d5d5d5;
  margin-top: 14px;
}
.second-step .input-container input,
.fourth-step .input-container input {
  font-family: Poppins-Light;
}
.fourth-step .serch-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c7c7c7;
  height: 42px;
  border-radius: 6px;
}
.fourth-step .total-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}
.fourth-step .total-sec .text {
  position: relative;
  color: #939393;
}
.fourth-step .total-sec .text:after {
  content: "";
  width: 629px;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute !important;
  top: 12px;
  left: 38px;
}
.fourth-step .pay-detail .sub {
  font-size: 14px;
  color: #6a6a6a;
}
.fourth-step .parnt .chld .title {
  font-size: 13px;
  margin: 11px 0 0 0;
}
.fourth-step .serch-field button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 19px;
  color: #b9b9b9;
  padding: 10px 13px;
  cursor: pointer;
}
.fourth-step .main-heading p {
  font-size: 29px;
  color: #000000;
  margin-bottom: 10px;
  font-family: Poppins-Light;
  margin-bottom: 21px;
}
.fourth-step .main-heading p span {
  font-weight: 700;
  font-family: Poppins-SemiBold;
}

.fourth-step .serch-field input {
  border: hidden !important;
  outline: none;
  width: 100%;
  font-size: 13px !important;
  padding: 0 0px 0 12px !important;
  margin: 0 !important;
  font-family: Poppins-Regular !important;
}
.fourth-step .bank-cards img {
  width: 150px;
  margin-top: 47px;
}
.second-step .input-container input,
.fourth-step .input-container input {
  border: hidden !important;
  outline: none;
  font-size: 13px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
#msform fieldset.second-step {
  margin: 0 0;
}
.second-step .input-container i,
.fourth-step .input-container i {
  font-size: 19px;
  color: #b9b9b9;
  padding: 10px 13px;
}
a.second-step-previous, .btn-back {
  background-color: #4c4c4c !important;
  padding: 10px 14px !important;
  border-radius: 50%;
  color: #fff !important;
  border: none !important;
}
a.second-step-previous:hover, .btn-back:hover {
  background-color: #4c4c4c !important;
  padding: 10px 14px !important;
  color: #fff !important;
  border: none !important;
}
.third-step .parnt {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 51px;
}
.fourth-step .parnt {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 26px;
}
.fourth-step .main-title {
  font-size: 29px;
  color: #000000;
  margin-bottom: 10px;
  font-family: Poppins-Light;
  padding: 24px 0 3px 0;
}
.fourth-step .total-sec .price {
  color: #d65d8a;
  font-size: 15px;
  font-family: Poppins-SemiBold;
}
.fourth-step .main-title span {
  font-weight: 700;
  font-family: Poppins-Regular;
}
.fourth-step .parnt .chld {
  border: 1px solid #d7d7d7;
  padding: 24px 0;
  border-radius: 9px;
  min-width: 243px;
  max-width: 77px;
  max-height: 268px;
}
.fourth-step .parnt .chld.services-checkout{
    cursor: pointer;
}
.fourth-step .parnt .chld.services-checkout.active{
    border: 1px solid green;
}
.fourth-step .parnt .chld img {
  width: 110px;
}
.fourth-step .parnt .chld .doller {
  color: #719ac7;
  font-size: 23px;
  font-family: Poppins-Bold;
}
.fourth-step .parnt .chld .sub {
  color: #b4b4b4;
  font-size: 12px;
  font-family: Poppins-Light;
  width: 90%;
  display: inline-block;
}
.third-step .parnt .img-sec {
  border: 1px solid #d7d7d7;
  padding: 44px 0;
  border-radius: 9px;
  min-width: 243px;
}
.third-step .parnt .img-sec img {
  width: 97px;
}
#msform fieldset.third-step {
  margin: 0;
}
.third-step .select-sec select {
  width: 100%;
  border-color: #d5d5d5;
  padding: 8px 13px;
  border-radius: 5px;
  outline: none;
  color: #c0c0c0;
  margin-top: 15px;
}
.third-step .parnt .chld .title {
  font-family: "Poppins-SemiBold";
  font-size: 13px;
}
.third-step .parnt .img-sec .sub {
  font-size: 12px;
  font-family: "Poppins-Regular";
  padding: 7px 0 0 0;
}
a.third-step-previous {
  background-color: #4c4c4c !important;
  padding: 10px 14px !important;
  border-radius: 50%;
  color: #fff !important;
  border: none !important;
}
.fourth-step thead tr th:first-child {
  width: 70%;
  text-align: initial;
}
.fourth-step thead th {
  font-family: Poppins-Light;
}
.fourth-step tbody tr td {
  font-family: Poppins-Light;
}
.fourth-step thead tr th:nth-child(2) {
  width: 10%;
  border-left: 1px solid #6f6f6f;
  border-right: 1px solid #6f6f6f;
}
.fourth-step tbody tr:first-child td:nth-child(2) {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.fourth-step tbody tr:nth-child(2) td:nth-child(3) {
  color: #d65d8a;
  font-family: Poppins-SemiBold;
}
.fourth-step tbody tr:nth-child(2) td:first-child {
  font-family: Poppins-SemiBold;
  color: #939393;
}
.fourth-step tbody tr td {
  text-align: center;
}
.fourth-step tbody tr td:first-child {
  text-align: initial;
}
.fourth-step thead tr th:nth-child(3) {
  width: 20%;
}
.fourth-step tbody tr:nth-child(2) td:first-child {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fourth-step .table {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
.table table {
  width: -webkit-fill-available;
}
/* multi Step from css */
/* get started modal */
.modal-content.get-started .heading {
  text-align: center;
}
.modal-content.get-started .heading .main {
  font-size: 25px;
  font-family: Poppins-Light;
}
.modal-content.get-started .heading .main span {
  font-family: Poppins-Bold;
}

.modal-content.get-started .heading .sub {
  font-size: 14px;
  line-height: 4px;
  margin-bottom: 30px;
  color: #a6a6a7;
  font-family: Poppins-Light;
}
.modal-content.get-started .details-sec .inner {
  text-align: center;
  background-color: #f9f9f9;
  /* padding: 23px 4px; */
  border-radius: 12px;
  height: 210px;
}
.modal-content.get-started .details-sec .inner .sub {
  font-size: 10px;
  font-family: Poppins-Light;
  padding: 0 7px;
}
.modal-content.get-started .details-sec .inner .title {
  margin: 12px 0 3px 0;
  font-family: Poppins-Regular;
  font-size: 13px;
  font-weight: 600;
}
.modal-content.get-started .details-sec {
  text-align: center;
}
.modal-content.get-started .details-sec .row {
  width: 100%;
  display: inline-flex;
}
.modal-content.get-started .inner img {
  width: 55%;
}
.modal-content.get-started {
  padding: 73px 53px;
  border-radius: 28px;
}
.modal {
  overflow-y: scroll !important;
}
.modal-content.get-started .details-sec .row div {
  padding: 14px 5px;
}
.modal-content.get-started .confirem-sec {
  background-color: #f9f9f9;
  padding: 25px 28px;
  border-radius: 13px;
}
.modal-content.get-started .confirem-sec .title {
  font-family: "Poppins-Bold";
}
.modal-content.get-started .confirem-sec form .form-group {
  display: flex;
  align-items: center;
}
.modal-content.get-started .confirem-sec form .form-group label {
  font-size: 12px;
  font-family: Poppins-Light;
}
.modal-content.get-started .confirem-sec form .form-group input {
  margin: 0 8px 0 0;
  accent-color: #be2422;
  margin: -10px 10px 0 0px;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.modal-content.get-started .confirem-sec .info p {
  text-align: center;
  color: #719ac7;
  font-size: 12px;
  font-family: Poppins-Light;
}
.modal-content.get-started .confirem-sec .info .btns {
  text-align: center;
}

.modal-content.get-started .confirem-sec .info .btns a, fieldset .btns a, fieldset .btns button {
  border: 1px solid #cbc3c3;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border-radius: 24px;
  /* margin: 0 0 0 3px; */
  text-transform: uppercase;
  color: #767070;
  font-size: 12px;
}
.modal-content.get-started .confirem-sec .info p img {
  width: 15px;
}
.modal-content.get-started .confirem-sec .info .btns a:hover, fieldset .btns a:hover, fieldset .btn-next:hover {
  background-color: #be2422;
  border-color: transparent;
  color: #fff;
  padding: 4px 19px;
}
fieldset .btns .btn-next:hover{
    padding: 10px 26px !important;
}
.modal-content.get-started .confirem-sec .info .btns a.start,
fieldset .btns a.start {
  padding: 10px 30px;
}
.modal-content.get-started .confirem-sec .info .btns a.start.disabled{
    cursor: not-allowed;
}
fieldset .btns a.disabled {
    cursor: not-allowed;
    background: gainsboro;
    color: white;
    border: gainsboro;
}

.modal-content.get-started .confirem-sec .info .btns a.cancel, fieldset .btns a.cancel, fieldset .btns button {
  padding: 10px 26px;
}
fieldset .btns button.disabled{
    cursor:not-allowed;
}

/* get started modal */
/* modal */





/*form styles*/
#msform {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  /* display: none; */
}

.fs-title {
  font-size: 27px;
  color: #000;
  margin-bottom: 10px;
  font-family: Poppins-Light;
}
.fs-title span {
  font-family: "Poppins-SemiBold";
  font-weight: 900;
  color: #000;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#progressbar li {
  list-style-type: none;
  color: #d7d7d7;
  padding: 19px 0 0 0;
  text-transform: uppercase;
  font-size: 13px;
  width: 147px;
  position: relative;
  font-family: Poppins-Regular;
}
#progressbar li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 70px;
  width: 13px;
  height: 13px;
  font-size: 10px;
  color: #d7d7d7 !important;
  background: #d7d7d7 !important;
  z-index: 1;
  border-radius: 50%;
}
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d7d7d7;
  position: absolute;
  left: -50%;
  top: 6px;
  z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #be2422!important;
  /* color: white; */
}

/* modal */

.nationality-search-results {
    height: 240px;
    overflow-y: scroll;
    margin-top: 15px;
}
.nationality-search-results img {
    height: 40px;
    width: 40px;
    border-radius: 40px;
}
.nationality-search-results li{
    padding: 5px;
}
.nationality-search-results li:hover {
    cursor: pointer;
    background: #be2422;
    color: white;
}

.collapsible {
  background-color: #719ac7;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  text-align: -webkit-center;
  border: 0;
}

.footTop .active, .collapsible:hover {
  background-color: #719ac7;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.footTop .active:after {
  content: "\2212";
}

.content {
  padding: 0 120px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  text-align: center;
}

.content p{padding:20px; font-size:15px; color:#787878;}

.mobile-left-icon a{ display:block; margin:10px; }
.mobile-left-icon{ position:fixed; bottom:20px; left:20px; z-index:999;}
.mobile-left-icon a img{ width:45px;}

.special-icon{position:fixed;z-index:9999;/* top: 0; */bottom: 83px;left:0;}
.special-icon img{width: 183px;}

#visaappvue{position:relative;/* z-index: 9; */}
.timeDiv.onmobile{ display:none; }
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
.banner-title h4 {    font-size: 23px;}
.banner-title h3 {     font-size: 27px;}
.uae-banner .banner-title {padding: 10px;background: #0000008f;/* margin: 30px 0; */}
.logo {    width: 152px;}
.timeDiv.onmobile{
    top: 0;
    left: 0;
    transform: translateX(0%);
    z-index: 99;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 10px 0;
}
header .navbar-nav{ display:block; width:100%; }
div#navbarNav a.blue-btn{ width:100% }
.banner-title.appvisa h4 {
    color: #000;
    font-size: 23px;
}
.timeDiv{ display:none; }
.timeDiv.onmobile{ display:block; }
    
section.visa-type {
    padding: 50px 0 50px;}
    body{overflow-x:hidden;}

    .blue-btn{ width:100%; }
    .free-consulting-form h4 {
    font-size: 23px;}

    section.uae-banner {
    height: 286px;
    padding: 50px 0;
}

    span.peep{ display:none}
    .faq-collaps div#accordion .btn{ white-space:unset; }
}

.teeter {padding:10px; background:#fff;border-radius:40px;}
.teeter img{ width:40px;margin:0 10px; }

#more {display: none;}
#more1 {display: none;}
#myBtn,#myBtn1{ background:none; border:0; color:#be2422; font-weight: bold;}</pre></body></html>