@media only screen and (min-width: 300px) and (max-width: 519px){}

@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
}

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;
}



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

footer {
        background-image: linear-gradient(0deg, black, #be2422b8);
    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;
}



/*Custom Styling*/

a.blue-btn {
    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;
    background:#be2422;;
    margin: 20px 0px 0;
    width: 35%;
    justify-content: center;
}

a.blue-btn:hover {
    background-color: #7e0605 !important;
    color: #fff;
}

a.pink-btn {
    margin: 0 auto;
    background-color: #bc0f0e;
    color: #fff;
    align-items: center;
    display: block;
    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: #be2422;
    color: #fff;
}

.bold{
    font-weight: 600;
}

.greybg{
     background-color: #ffebeb;
}
/*Header Css Start*/

header .collapse {
    width: 100%;
    justify-content: end;
    
}

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

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: black;
    font-weight: 500;
}

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


section.banner {
    background-image: url(../images/uae-permit-banner.jpg);
    width: 100%;
    height: 612px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

section.banner.inner {
    height:412px;
    background-position: top center;
    }
section.banner.inner h1{ position:relative; color:#000; z-index:999}

.girl-img img {
    width: 84%;
    z-index: 1;
    position: relative;
}
.appr-img img {
    width: 90%;
    animation: fadeInRight 1.5s ease-in-out;
}

.girl-img {
    text-align: right;
    padding: 120px 0 0;
}

.banner-text h2 {
    color: #010101;
    font-weight: 700;
    font-size: 38px;
}

span.pink {
    color: #bc0f0e;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 auto 15px;
}

section.banner .row {
    align-items: center;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.appr-img {
    padding: 30px 0 0;
}


section.banner::after {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    background-image: url(../images/dubai.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    animation: fadeInUp 0.9s ease-in-out;
}

.banner-text {
    z-index: 99;
    position: relative;
}
img.logo-arrow {
    width: 47px !important;
    transition: all 0.8s;
}

a.navbar-brand:hover .logo-arrow {
    transform: rotate(180deg);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

.nationality {
    background-image: url(../images/input-bg.png);
    width: 70%;
    height: 228px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -135px auto 0;
    z-index: 99999;
    position: relative;
    display: flex;
    align-items: center;
    background-size: contain;
}

.dubai-input {
    width: 55%;
    margin: 0 0 0px 30px;
}

.dubai-input label {
    font-family: poppins !important;
    font-size: 19px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 15px;
}

.dubai-input-pad #basic-addon2 {
    background-image: linear-gradient(to right, #1875bc, #516cc2, #7f5ebd, #a649ad, #c52c92);
    color: #fff;
    border: unset;
    border-radius: 30px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dubai-input-pad input {
    border: 1px solid #b4669f;
    border-radius: 30px;
    height: 43px;
    padding-left: 25px;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    font-family: 'Poppins' !important;
    box-shadow: none !important;
}



/*.text{
    margin: 0;
    background-image: linear-gradient(
        70deg,
        #dc143c 45%,
        #FFF 50%,
        #dc143c 55% 
    );
    background-size: 500% 100%;
    background-clip: text;
    animation: shine 2.9s infinite;
}

@keyframes shine {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
*/
.glow {
  color: #ffffff;
  text-align: center;
  -webkit-animation: glow 1.9s ease-in-out infinite alternate;
  -moz-animation: glow 1.9s ease-in-out infinite alternate;
  animation: glow 1.9s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px ##ffffff8f, 0 0 20px ##ffffff8f, 0 0 30px ##ffffff8f, 0 0 40px ##ffffff8f, 
                 0 0 50px ##ffffff8f, 0 0 60px ##ffffff8f, 0 0 70px ##ffffff8f;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 
                 0 0 60px #fff, 0 0 70px #fff, 0 0 80px #fff;
  }
}

@keyframes shine-effect {
  from {
    left: -200%;
  }
  to {
    left: 100%;
  }
}

 .apply-for-title {
    text-align: center;
}

.apply-for-title h1 {
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 5px;
}

.apply-for-title {
    margin: 0 0 100px;
    text-align: center;
}

.apply-for-title p {
    font-weight: 500;
    color: #404040;
}

.apply-for-card {
    text-align: center;
    padding: 80px 0px 40px;
    border-radius: 15px;
    position: relative;
    margin: 0 10px;
    transition: all 0.3s;
    min-height: 372px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.apply-for-card::after {
    content: '';
    position: absolute;
    top: -54px;
    right: 0;
    left: 0;
    background-image: url(../images/serv_icon.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    margin: 0 auto;
    transition: all 0.7s;
}

.apply-for-card:hover::after {
    transform: rotate(90deg);
}

.apply-for-card h4 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 55px;
    position: relative;
}

.apply-for-card h4::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, #b80a09, #b10606, #c81110, #da1a18, #ff1d1a);
    width: 130px;
    height: 4px;
    transition: all 0.5s;
    border-radius: 13px;
}

.apply-for-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px 4px;
}

.apply-for-card p {
    font-size: 14px;
    font-weight: 500;
}

.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
  i.icon {
    opacity: 0.2;
  font-size: ~'calc(1rem + 1vw)';
  color: transparent;
  transition: opacity .3s .1s ease;
  -webkit-text-stroke: 3px rgba(0,0,0,.5);
  }
  
;
  hover {
    border: 5px solid rgba(0,0,0,0.2);
  }
;
  color: #fff;
  font-size: 30px;
}

span.label__check img {
    width: 45px;
}

.apply-for-card:hover .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
  
  .icon {
  opacity: 1;
  transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
  }
;
  animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
}

.center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
}

@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}

.apply-for-card .opacityy {
    position: absolute;
    right: -14px;
    font-size: 352px;
    bottom: -96px;
    z-index: -1;
    color: #0000000a;
}

section.apply-for {
    padding: 100px 0 50px;
}

.lady-img {
    position: relative;
}

.lady-img::after {
    content: '';
    position: absolute;
    background-image: url(../images/lady.png);
    width: 147px;
    height: 312px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 220px;
    left: 22px;
    animation: fadeInLeft 2s ease-in-out;
}

@keyframes fadeInLeft{
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}

.apply-for-card:hover .opacityy {
    background: -webkit-linear-gradient(#007abd1f, #db188e21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.exclusions {
    text-align: center;
    margin: 40px 0 0;
}

.exclusions h5 {
    font-size: 15px;
    margin: 0 0 5px;
    color: #1e73ba;
    font-weight: 700;
}

.exclusions p {
    color: #404040;
    font-size: 13px;
    font-style: italic;
}

.visa-approve-content img {
    width: 100%;
    min-height: 487px;
    object-fit: cover;
    margin: 0 0px 50px;
}

.visa-approve-content p {
    font-size: 14px;
    font-weight: 500;
}

.visa-approve-content h3 { font-size:20px; font-weight:900;}
section.free-consultation {
 background: linear-gradient(90deg,var(--white) 7px,transparent 1%) 50%,linear-gradient(var(--white) 7px,transparent 1%) 50%,var(--gray);
 background-size: 8px 8px;
 /* background-repeat: no-repeat; */
 width: 100%;
 /* height: 449px; */
 padding: 70px 0;
 margin: 0 0 -2px;
 border-top: 1px solid #dfdfdf;
}


.guarantee h3 {
    font-size: 36px;
    font-weight: 800;
}

.guarantee p {
    font-size: 12px;
    color: #404040;
    font-weight: 500;
}

.guarantee ul {
    margin: -7px 0 0;
}

.guarantee ul li {
    font-size: 13px;
    color: #404040;
    font-weight: 500;
    padding: 0 0 7px;
}

.guarantee li img {
    width: 16px;
    margin: 0 10px 0 0;
}

.guarantee a {width: 54%;margin-top: 0;text-transform: uppercase;}

.women-img img {
    width: 404px;
    z-index: 9;
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.women-img {
    margin: -100px 0 0;
}

.free-consultation-form {
    background: #1e73ba;
    padding: 30px 30px 23px;
    margin: -100px 0 0;
}

.free-consultation-form h4 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.free-consultation-form p {
    color: #fff;
    font-size: 13px;
    margin: 0 0 25px;
}

.free-consultation-form input {
    width: 100%;
    border: unset;
    margin: 0 0 13px;
    padding: 0 10px;
    font-size: 12px;
    height: 44px;
    outline: none;
}

.free-consultation-form textarea {
    width: 100%;
    border: unset;
    margin: 0 0 13px;
    padding: 9px 10px;
    font-size: 12px;
    height: 44px;
    outline: none;
}

.free-consultation-form button {
    background: #be2422;
    border: unset;
    width: 100%;
    height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: poppins !important;
    font-size: 12px;
    font-weight: 600;
}

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

section.visa-approve {
    padding: 0px 0 110px;
}

section.dubai-cta {
    background-image: url(../images/dubai-cta.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 177px;
    margin: 0 0 -1px;
}

section.dubai-cta .row {
    align-items: center;
}

.dubai-stemp img {
    width: 180px;
}

.dubai-stemp-text h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
}

.dubai-stemp-text h5 {
    color: #fff;
    font-size: 19px;
}

.dubai-stemp-btn a {
    width: 72%;
    background: #fff;
    text-transform: uppercase;
    color: #ac3798;
    font-weight: 600;
}

.dubai-stemp-btn {
    display: flex;
    justify-content: center;
}

.dubai-stemp-text h6:last-child {
    margin: 0;
}

.dubai-stemp {
    text-align: center;
    padding: 4px 0 0;
}

.free-consultation-form button:focus {
    outline: 1px dotted;
    outline: none !important;
}
.for-lacd{ display:none !important; }
@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: 671px){
    .modal-content.get-started .details-sec .inner{ height:auto; }
    .first-step .file-config{ display:block; }
    .first-step .file-config p{margin: 10px 0;}
.for-lacd{ display:block !important; }
.fourth-step .parnt{ display:block; }
.fourth-step .parnt .chld{min-width: 100%;}
.input-group.for-mob{ display:none !important; }
header{position: relative !important;}
.women-img img,.girl-img img{ display:none; }
section.free-consultation{ height:auto; }
.navbar-brand{width: 50%}
.banner-text{ margin-top:50px }
.girl-img{padding: 0;}
.appr-img img {width: 40%;}
.free-consultation-form{margin: 20px 0;}
section.dubai-cta{padding: 20px;text-align: center; height: auto;}
.special-icon{ display:none; }

.details-sec .col-md-3.col-xs-6{ width:50%;}
.modal-content.get-started{padding: 73px 0px;}
.first-step .file-config {display:block}
.docs-upload h6{ color:#fff}
.docs-upload-sec .docs-upload{ margin:20px 0;}

img.upload {    left: 50%;    transform: translate(-50%);}
#progressbar li:before{left: 38px}
.fourth-step .parnt{ display:block}
.fourth-step .parnt .chld{min-width:100%}
}


.arroww{position: absolute;/* right:20%; *//* z-index:99; *//* float:right; */margin-top: -48px;left:20px;top: -52px;animation: MoveUpDown 1s linear infinite;}
.arroww img{width: 49px;}

@keyframes MoveUpDown {
  0%, 100% {
    top: -55px;
  }
  50% {
    top: -20px;
  }
}
.free-consultation h2{text-align:center;font-size: 37px;margin-bottom: 40px;}
.review__box {background:#fff;margin:15px;text-align:center;padding:20px;border-radius: 20px;box-shadow: 4px 2px 15px #a0a0a0;}
.review__box p{font-size:14px; padding:10px;max-height: 135px;min-height: 135px;overflow-y: scroll;}
.review__box img{ border-radius:50%; display:inline !important; width:60px; margin:10px;}
.review__box .stars img{ border-radius:0; width:120px;}
.review__box .trust-pilot img{ border-radius:0; width:120px;}
.review__box ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.review__box ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.review__box ::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.review__box ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.slick-prev:before, .slick-next:before{ color:#000 !important; font-size:20px; }

.inner_box{
    padding: 60px 0px;
}

.inner_box h3{
    text-align:center;
        font-weight: 300;
    font-size: 40px;
    margin-bottom: 20px;
}

.inner_box ul{
        font-size: 14px;
    line-height: 35px;
}

.anc_tag{
    background: #a40605;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.anc_tag:hover{
    border:1px solid #a40605;
    color:#a40605;
    background-color: white;
}

.inner_image_slides img{
    width:100%;
    border-radius: 4px;
    margin-top: 20px;
}

.contact_main{
    padding: 30px 0px;
}

.contact_main h3{
  font-weight: 300;
    text-align: center;
    font-size: 33px;
}

.contact_main form{
        background: #fefefe;
    padding: 20px 20px;
    border-radius: 24px;
    box-shadow: 4px 4px 22px #dddddd;
}

.contact_main .form-control {
    display: block;
    width: 100%;
    padding: 14px 20px ;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 19px !important;
    font-weight: 400 !important;
}

.btn-primary {
    color: #fff;
    background-color: #bc0f0e !important;
    border-color: #850100 !important;
}