/* manrope-regular - latin */
/* manrope-300 - latin */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Manrope, sans-serif;
}

img {
    max-width: 100%
}

h1 {
    font-weight: 800;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    color: #000 !important
}

p {
    color: #000 !important;
}

a {
    color: #33b6bb !important;
}

li a {
    color: #33b6bb !important;
}

.deskdis {
    display: block
}

.mobdis {
    display: none
}

body {
    color: #000 !important;
}

.container {
    padding-left: 10px;
    padding-right: 10px
}

.img-responsive {
    display: inline-block
}

.d-flex {
    display: flex
}

.intro-40 {
    font-size: 22px !important;
    line-height: 50px !important
}

.express-step {
    border-radius: 6px;
    list-style: none;
    font-weight: 700;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #707070
}

.express-step.default {
    font-size: 15px;
    background-color: #fff
}

.express-step.theme {
    font-size: 15px;
    background-color: #f4fbff
}

.express-step li {
    padding: 18px 20px;
    position: relative;
    display: flex
}

.express-step li:not(:last-child) {
    border-bottom: 1px solid #80868e
}

.express-step .icon {
    display: inline-block;
    width: 44px
}

.express-step li {
    font-size: 18px !important
}

.express-step li span {
    display: block
}

.express-step .icon .number {
    display: inline-block;
    color: #fff;
    background-color: #33b6bb;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%
}

.express-step p {
    font-weight: 400;
    margin-bottom: 0
}

.exp__arrow {
    height: 10px;
    width: 10px;
    border-right: 1px solid #80868e;
    border-bottom: 1px solid #80868e;
    position: absolute;
    left: 0
}

.exp__arrow--bl {
    bottom: -11px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.express-step.default .exp__arrow {
    background-color: #fff
}

.express-step.theme .exp__arrow {
    background-color: #f4fbff
}

.btn-group {
    display: flex
}

.btn-email,
.btn-whatsapp {
    display: inline-block;
    border-radius: 34px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 25px
}

.btn-email:hover,
.btn-whatsapp:hover {
    text-decoration: none
}

a.btn-whatsapp:hover {
    background: 0 0;
    color: #000 !important;
    border: 2px solid #000 !important
}

a.btn-email:hover {
    background: #000;
    color: #fff !important
}

.btn-whatsapp {
    background-color: #000;
    color: #fff;
    text-align: left;
    margin-right: 15px;
    border: 2px solid transparent
}

/* a.btn-whatsapp {
    color: #fff !important
} */

.btn-whatsapp img {
    margin-right: 5px
}

.btn-email {
    text-align: center;
    color: #000;
    border: 2px solid #000;
    padding: 15px 25px !important;
    margin-top: 90px
}

.btn-email:hover {
    color: #000
}

.btn-quick {
    width: 100%;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    position: relative;
    border: 0;
    padding: 15px 0;
    background-color: transparent
}

.btn-quick:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 25px;
    right: 15px;
    border-bottom: 3px solid #33b6bb;
    border-left: 3px solid #33b6bb;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.btn-quick.collapsed:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 15px;
    border-bottom: 0;
    border-left: 0;
    border-top: 3px solid #33b6bb;
    border-right: 3px solid #33b6bb;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.quick-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.quick-links a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 0
}

.quick-links a:focus,
.quick-links a:hover {
    font-weight: 700
}

.navbar {
    padding: 0;
    font-size: 16px
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000
}

.navbar-light .navbar-brand {
    padding-top: 22px;
    padding-bottom: 15px
}

.navbar-expand-lg .navbar-nav {
    list-style-type: none
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 28px 0 28px;
    margin-left: 20px;
    margin-right: 12px;
    display: inline-block;
    font-size: 16px !important
}

.btn.whatsapp {
    border-radius: 26px
}

.navbar .nav-item.dropdown {
    position: initial
}

.navbar .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: 0 9px 14px -4px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 9px 14px -4px rgba(0, 0, 0, .16);
    box-shadow: 0 9px 14px -4px rgb(0 0 0 / 16%);
    padding: 0;
    border: none
}

.navbar .dropdown-menu::after {
    position: absolute;
    content: ' ';
    background-color: #f4fbff;
    width: 33%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    z-index: -1
}

.navbar .dropdown-toggle::after {
    display: none
}

.nav-link.dropdown-toggle.show {
    color: #26b1b1 !important;
    font-weight: 600;
    border-bottom: 2px solid #26b1b1
}

.navbar-light .navbar-nav .nav-link {
    color: initial
}

.nav-item:not(:first-child):before {
    content: '•';
    color: #80868e;
    font-size: 22px;
    position: absolute;
    top: 23px
}

.nav-subwrap {
    padding-top: 25px;
    padding-bottom: 20px
}

.navbar .nav-subtitle {
    color: #80868e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.nav-sublist {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-sublist a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 4px 2px
}

.nav-sublist li:not(:last-child) a:hover {
    font-weight: 700;
    background-image: -webkit-linear-gradient(0deg, #57c3c7, #fff);
    background-image: linear-gradient(90deg, #57c3c7, #fff)
}

.nav-sublist-footer {
    color: #33b6bb !important
}

.nav-feature {
    background: #f4fbff
}

.nav-feature .nav-subtitle {
    color: #000;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: none
}

.nav-feature .ft-box {
    display: flex
}

.nav-feature .ft-box img {
    max-width: 143px;
    max-height: 119px;
    margin-right: 12px
}

.nav-feature .ft-title {
    color: #000;
    font-weight: 600
}

.nav-feature .ft-info {
    color: #000;
    font-size: 13px
}

.btn.whatsapp {
    border: 2px solid #000;
    display: inline-flex;
    padding: .25rem .75rem;
    margin-right: 6px
}

.btn.whatsapp:hover {
    background: #000;
    color: #fff
}

a.btn.whatsapp:hover .mtitle {
    color: #fff !important
}

.black_btn:hover {
    background: #33b6bb
}

.btn.btn-dark.rounded-pill {
    padding: .5rem .75rem
}

.btn.whatsapp>div {
    text-align: left;
    line-height: 15px
}

.btn.whatsapp img {
    width: 27px;
    height: 27px;
    margin-top: 1px;
    margin-right: 4px
}

.btn.whatsapp .mtitle {
    font-size: 16px;
    color: #000
}

.btn.whatsapp .stitle {
    color: #48c857;
    font-size: 11px
}

.btn__arrow {
    height: 12px;
    width: 12px;
    background-color: #fff;
    position: absolute
}

.btn__arrow--bl {
    bottom: -12px;
    left: 80px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.intro-trusted {
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-top: 40px
}

.btn-google,
.btn-tripadvisor {
    padding: 12px 16px;
    ;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    margin: 10px 0 20px 0;
    -webkit-box-shadow: 0 0 20px #00000029;
    -moz-box-shadow: 0 0 20px #00000029;
    box-shadow: 0 0 20px #00000029
}

.btn-google:hover,
.btn-tripadvisor:hover {
    -webkit-box-shadow: 0 0 12px #00000029;
    -moz-box-shadow: 0 0 12px #00000029;
    box-shadow: 0 0 12px #00000029
}

.btn-google {
    margin-right: 5px
}

.btn-google .gimg {
    width: 55px;
    margin-right: 10px
}

.btn-google .gtitle {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px
}

.btn-google .gsub {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.btn-tripadvisor {
    padding: 12px 20px
}

.dubai-express {
    background: #efefef;
}

.nav.nav-tabs {
    border-bottom: 1px solid #80868e;
    display: flex
}

.nav.nav-tabs li {
    float: none;
    width: 50%
}

.nav.nav-tabs .active {
    font-weight: 700;
    border-bottom: 2px solid #33b6bb
}

.nav.nav-tabs .active a {
    border: 0 !important
}

.packages-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 30px;
    border-radius: 6px
}

.packages-title.silver {
    background: #989898;
    background: -webkit-linear-gradient(-45deg, #d5d1d1, #989898);
    background: linear-gradient(-45deg, #d5d1d1, #989898)
}

.packages-title.gold {
    background: #989898;
    background: -webkit-linear-gradient(-45deg, #cf9c5d, #bc7412);
    background: linear-gradient(-45deg, #cf9c5d, #bc7412)
}

.packages-title.platinum {
    background: #989898;
    background: -webkit-linear-gradient(-45deg, #68718f, #3c3758);
    background: linear-gradient(-45deg, #68718f, #3c3758)
}

.price {
    font-size: 32px;
    font-weight: 700
}

.review {
    border: 1px solid #80868e;
    background-color: #f4fbff;
    border-radius: 6px;
    padding: 12px;
    overflow: hidden
}

.review>.row {
    border-bottom: 1px solid #80868e
}

.review-content .review-block:not(:first-child) {
    border-top: 1px solid #80868e
}

.review-block {
    padding: 0 !important
}

.review-head .title {
    width: 100%
}

.review-head .title h6 {
    font-size: 18px
}

.review-head .count {
    width: 45px;
    padding-right: 8px
}

.review .read-more {
    padding: 10px 5px 0
}

.review .read-more a {
    color: #000;
    font-weight: 700;
    position: relative
}

.review .read-more a:after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 2px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #33b6bb;
    border-right: 3px solid #33b6bb;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.prices .quick-links {
    margin-top: 10px
}

.prices .quick-links a {
    font-size: 14px
}

.prices .quick-links .active a {
    color: #33b6bb !important;
    font-weight: 700
}

.arrival_nationals p,
.delay_in_processing p,
.documents_required p,
.fsize-p p,
.in_country p,
.prepaid_nationals p,
.prices p,
.things_to_know p {
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 25pt !important;
        color: #000
    }
}

.bg-light {
    background-color: #ebebec
}

.new_week_padding {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px
}

.para_margin {
    margin: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.ps-0 {
    padding-left: 0
}

.ps-1 {
    padding-left: .25rem
}

.ps-2 {
    padding-left: .5rem
}

.ps-3 {
    padding-left: 1rem
}

.pe-0 {
    padding-right: 0
}

.pe-1 {
    padding-right: .25rem
}

.pe-2 {
    padding-right: .5rem
}

.pe-3 {
    padding-right: 1rem
}

.h1-intro {
    color: #000;
    text-align: center;
    font-size: 42px !important;
    font-weight: 700
}

.align-middle {
    vertical-align: middle
}

.delay-in-processing {
    border-radius: 6px;
    list-style: none;
    margin: 0;
    padding: 0 12px
}

.intro p {
    font-size: 16px;
}

.delay-in-processing.default {
    font-size: 15px;
    background-color: #fff
}

.delay-in-processing li {
    padding: 15px 0;
    position: relative;
    display: flex
}

.delay-list li {
    padding: 0 15px 15px 32px !important;
    position: relative;
    background: url(https://www.arabiers.com/ae/en/resources/dubai-express-visa/images/icons/dot_small.png) no-repeat left 5px;
    display: block !important
}

.delay-in-processing .icon {
    display: inline-block;
    width: 40px
}

.delay-in-processing li {
    font-size: 16px !important;
    line-height: 30px;
    text-align: justify;
}

.delay-in-processing li span {
    display: block
}

.delay-in-processing .icon .number {
    display: inline-block;
    color: #fff;
    background-color: #33b6bb;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%
}

.delay-img {
    width: 15px;
    height: 15px
}

.custom_font {
    font-size: 13pt
}

.assurance_days_heading {
    color: #80868e
}

.contact_us_heading {
    font-size: 28pt !important;
    line-height: 1.4;
    margin-top: 125px
}

.contact_us .btn-whatsapp {
    margin-top: 125px
}

.in_country_or_out_country_a_text {
    color: #2caaad;
    text-decoration: underline
}

.pay_methods_div {
    border: 1px solid #80868e;
    height: 100px;
    line-height: 55px
}

.w-100 {
    width: 100%
}

.com-google-icon {
    width: 80%
}

.rating_star {
    width: 12px;
    height: 12px
}

.things_to_know_sub_heading {
    font-size: 18pt;
    font-weight: 600
}

.faq .panel {
    border: none;
    border-top: 1px solid #80868e;
    border-radius: 0
}

.faq .panel-heading {
    padding: 0;
    background: #fff;
    border: none
}

.faq .panel-title a {
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 15px;
    text-decoration: none;
    position: relative
}

.faq .panel-title a::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
    background-repeat: no-repeat
}

.footer_container {
    padding-left: 16x;
    padding-right: 16px
}

.footer-text {
    font-size: 13pt
}

.footer-top {
    background: url(../images/footer/footer-header.png) no-repeat center;
    height: 260px
}

.footer-body {
    margin-top: -1px;
    padding-top: 15px;
    background-color: #ebebec
}

footer .about .logo-img {
    margin-bottom: 20px
}

footer .about p {
    margin-bottom: 30px
}

footer .about h5 {
    font-size: 15px !important;
    color: #929292 !important;
    margin-bottom: 20px
}

.btn-whatsapp-lg {
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    text-decoration: none
}

footer .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px !important
}

footer .menu ul>li:first-child {
    font-weight: 700
}

footer .menu a {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px
}

footer .pay-online p {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700
}

footer .currency span {
    display: inline-block;
    margin-top: 5px
}

.footer-body-wrapper {
    overflow: hidden
}

.footer-body-wrapper .row {
    padding-top: 18px;
    padding-bottom: 18px
}

.footer-body-wrapper .row:not(:last-child) {
    border-bottom: 1px solid #929497
}

footer .locations {
    padding-bottom: 30px
}

footer .locations p {
    margin: 0;
    font-size: 13px !important
}

footer .social-links a {
    padding: 3px 8px
}

footer .copyright {
    padding: 20px 5px
}

.section_number {
    margin-right: 15px
}

.reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
    margin-top: 6px;
}
.rev {
    border: 1px solid #e5ece9;
    border-radius: 16px;
    padding: 15px;
    background: #fff;
}
.rev .rh {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 7px;
}
.rev .av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e6f5f5;
    color: #0a7676;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 13px;
}
.rev .nm {
    font-size: 13.5px;
    font-weight: 600;
    color: #16302f;
}
.rev .src2 {
    font-size: 11.5px;
    color:#6c7a78;
}
@media only screen and (max-width:600px) {
    p {
        font-size: 13pt;
        line-height: 21pt;
        color: #000
    }

    .authrinfo {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .deskdis {
        display: none
    }

    .mobdis {
        display: block !important
    }

    .btn-quick {
        width: 100%;
        font-size: 20px;
        text-align: left;
        font-weight: 700;
        position: relative;
        border: 0;
        padding: 15px 0;
        background-color: transparent
    }

    .header-bottom {
        -webkit-box-shadow: 0 4px 10px #00000029;
        -moz-box-shadow: 0 4px 10px #00000029;
        box-shadow: 0 4px 10px #00000029
    }

    .h1-intro {
        font-size: 32px !important
    }

    .intro-40 {
        font-size: 20px !important;
        line-height: 30px !important;
        text-align: center;
    }

    .mobile-center {
        text-align: center;
        font-size: 12px;
    }

    .contact_us_heading {
        margin-top: 10px
    }

    .contact_us .btn-whatsapp {
        margin-top: 12px
    }

    .intro-trusted {
        margin-top: 30px
    }
}

.card-body {
    padding: 0 !important
}

.my-footer {
    padding: 70px 0 0;
    background: #fff
}

.my-footer .my-footer-col h3 {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 400;
    text-transform: capitalize
}

.my-footer .my-footer-socila-col p {
    color: #758590;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #243240
}

.my-footer .my-footer-col h4 {
    color: #758590
}

.my-footer-social-box {
    float: left;
    margin-right: 18px
}

.my-footer .my-footer-col .my-footer-social-box ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 28px
}

.my-footer .my-footer-col .my-footer-social-box ul li h4 {
    color: #a1b1bc;
    font-size: 16px;
    line-height: 27px
}

.my-footer .my-footer-col .my-footer-social-box ul li h4 span {
    font-size: 12px;
    font-weight: 400
}

.my-footer .my-footer-col .my-footer-social-box ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: grey;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.my-footer .my-footer-col .my-news li {
    position: relative;
    padding-left: 70px;
    border-bottom: 1px solid #243240;
    padding-bottom: 20px;
    margin-bottom: 15px
}

.my-footer .my-footer-col .my-news li:last-child {
    border-bottom: none
}

.my-footer .my-footer-col .my-news li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px
}

.my-footer .my-footer-col .my-news li h4 a {
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.my-footer .my-footer-col .my-news li h4 a:hover {
    font-size: 16px;
    color: #488fe1;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.my-footer .my-footer-col .my-news li p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 24px
}

.my-footer .my-footer-col .my-news li a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.my-footer .my-footer-col .my-news li a:hover {
    color: #488fe1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.my-footer-link h4 {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.my-footer-link a {
    color: #4c4b4b;
    font-size: 13px
}

.my-footer-link ul li {
    padding-bottom: 5px;
    margin-bottom: 12px;
    list-style: none !important
}

.my-footer-link ul li:last-child {
    border-bottom: none
}

.my-footer-link ul li a {
    margin-left: 7px
}

ul.social {
    display: inline-flex;
    margin-top: 27px;
    list-style: none !important
}

.social li a.fb:hover i {
    color: #29487d
}

.social li a.ins:hover i {
    color: #99004e
}

.social li a.td:hover i {
    color: #078171
}

.my-footer-link ul li a:hover {
    color: #488fe1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.my-mail-box h4 {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.before-footer {
    padding: 0
}

.my-footer {
    background: #ebebec !important
}

.my-footer .my-footer-socila-col p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    color: #000 !important;
}

.my-footer .my-footer-col h3 {
    color: #000 !important;
    margin-bottom: 10px
}

a.btn.btn-default.footer-btn {
    border-radius: 5px;
    background: #000;
    color: #fff;
    padding: 12px 25px;
}

.my-footer-link h4 {
    line-height: 0 !important
}

.my-footer-link ul li {
    margin-bottom: 0
}

.my-footer-link ul li a {
    margin-left: 0
}

.my-footer-link h4 {
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.my-copyright {
    padding: 0 15px;
    background: 0 0
}

.footerheading3 {
    font-size: 22px
}

.footerheading {
    font-size: 22px
}

html {
    font-size: 16px !important
}

.my-footer ol,
ul {
    margin: 0;
    padding: 0 !important;
    list-style: none !important
}

h2 {
    font-size: 36px;
    line-height: 1.4;
    position: relative;
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 60px;
}

.bignumber:before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    font-size: 50px;
    font-weight: 700;
    color: #D6CE33;
    z-index: -999;
}


.bignumber-1:before {
    content: "1";
}

.bignumber-2:before {
    content: "2";
}

.bignumber-3:before {
    content: "3";
}

.bignumber-4:before {
    content: "4";
}

.bignumber-5:before {
    content: "5";
}

.bignumber-6:before {
    content: "6";
}

.bignumber-7:before {
    content: "7";
}

.bignumber-8:before {
    content: "8";
}

.bignumber-9:before {
    content: "9";
}

.bignumber-10:before {
    content: "10";
}

.bignumber-11:before {
    content: "11";
}

.bignumber-12:before {
    content: "12";
}

.bignumber-13:before {
    content: "13";
}

.bignumber-14:before {
    content: "14";
}

.bignumber-15:before {
    content: "15";
}

.bignumber-16:before {
    content: "16";
}

.bignumber-17:before {
    content: "17";
}

.bignumber-18:before {
    content: "18";
}

.bignumber-19:before {
    content: "19";
}

.bignumber-20:before {
    content: "20";
}

.pt-5 {
    padding-top: 35px;
}


.arabNavBarRight {
    margin-top: 2px;
}

#reviews {
    width: 100%;
    overflow: hidden;
}

#reviews .item {
    padding: 10px 26px;
}

.common--botton {
    z-index: 11 !important;
}


.profile-top-area {
    display: flex;
    align-items: center;
}

.star-icon {
    position: absolute;
    left: 80px;
    bottom: 0;
}

.profile-name {
    font-size: 40px;
    font-weight: bold;
}

.profile-picture {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.arabTextName {
    padding-top: 0px;
}


a {
    color: #33B6BB !important;
}

.mt-4 {
    margin-top: 10px !important;
}

.featured-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    max-width: 1230px;
    padding: 25px 0;
    background-color: #efefef;
    overflow-x: auto;
    overflow-y: hidden;
}

.featured-text {
    font-size: 20px;
    font-weight: bold;
    color: #828282;
}

.b-bottom {
    border-bottom: 1px solid #D9D9D9;
}

.review {
    font-size: 14px;
}

.owl-carousel {
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    margin-top: 20px;
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #FFFFFF;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.owl-prev::after,
.owl-next::after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background-image: url(../images/arrow-btn.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 50%;
}

.owl-prev.disabled::after,
.owl-next.disabled::after {
    background-image: url(../images/arrow-btn-disabled.png) !important;
}

.owl-prev.disabled::after {
    transform: rotate(180deg);
}

.owl-next:not(.owl-next.disabled)::after {
    transform: rotate(180deg);
}

.owl-prev {
    margin-right: 2rem !important;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.review-row {
    margin-top: 1.2rem;
    padding-left: 32px;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.review-row .review-text {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: bold;
}

.rating-row {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.ratings,
.reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 20px;
    padding-right: .5rem;
    flex-shrink: 0;
}

.reviews {
      background-color: transparent;
}
.rev p{
    font-weight: normal;
}
.offices-countries-sec {
    margin-bottom: 80px;
}
.callout {
    border-radius: 16px;
    padding: 16px 20px;
    margin: 16px 0;
    font-size: 15.5px;
}

.callout.tip {
    background:#e6f5f5;
    border: 1px solid #bfe3e3;
}
.callout b {
    color: #16302f;
}
.src {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6c7a78;
    background: #f7faf9;
    border: 1px solid #e5ece9;
    border-radius: 7px;
    padding: 3px 9px;
}
.contact {
    border: 1px solid #e5ece9;
    border-radius: 16px;
    padding: 20px;
    background: #f7faf9;
}
.contact dt {
    font-weight: 700;
    color: #16302f;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-top: 12px;
}
.contact dt:first-child {
    margin-top: 0;
}

.contact dd {
    margin: 2px 0 0;
}

.callout.warn {
    background: #fdeee9;
    border: 1px solid #f3cdc2;
    color: #7a2a16;
}
a {
    color: #0a7676;
}
.cta {
    background-image: linear-gradient(135deg, #14403e, #0e2e2d);
    color: #dff0ee;
    border-radius: 22px;
    padding: 40px;
    text-align: center;
    margin: 40px 0;
}
.cta h2 {
    color: #fff;
    margin-bottom: .3em;
}
.cta p {
    color: #bcd6d3;
    max-width: 560px;
    margin: 0 auto 22px;
}
.cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}	
.cta .btn.wa {
    background: var(--gold);
    color: #3a2c10;
}
.cta .btn.call {
    background: transparent;
    border-color: var(--gold);
    color: var(--gold);
}
.author-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    border: 1px solid #e5ece9;
    border-radius: 16px;
    padding: 22px;
    background: #f7faf9;
    margin: 26px 0;
}
.author-box img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid #c9a96e;
    object-fit: cover;
    flex: none;
    background: #f6efe2;
}
.author-box .meta b {
    color: #16302f;
    font-size: 16.5px;
}
.author-box a {
    color: #0a7676;
}
.offices-countries-sec .col {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    background-color: #D9D9D9;
    border-radius: 12px;
    display: flex;
    gap: 16px;
}

.nopading {
    padding: 0px !important;
}

.offices-countries-sec .col:nth-last-of-type(1) {
    margin-right: 0;
}

.offices-countries-sec .col .img-box {
    height: auto;
}

.offices-countries-sec .col .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.offices-countries-sec .office-address {
    padding: 16px 10px 16px 0;
    display: flex;
    align-items: flex-start;
    gap: .6rem;
}

.common-heading-center {
    text-align: center;
}

.offices-countries-sec .office-address i {
    color: #fff;
    margin-top: 7px;
}

.offices-countries-sec .col h3 {
    line-height: normal;
}

.offices-countries-sec h3 {
    font-size: 16px;
    margin: 0px !important;
}

.h1-intro {
    color: #000 !important;
}

.arabNavBarRight {
    margin-top: 2px;
}

.common--botton button {
    width: 175px;
    height: 50px;
    border-radius: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: rgba(0, 0, 0, .15) 0 3px 12px 0; */
    background-color: #030000 !important;
    border: none;
    outline: none;

}

.common--botton button span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.common--botton button img {
    margin-right: 10px;
}

/* form-wrapper css */
.apply-btn,
.whatsapp_now {
    outline: none;
    border: none;
}

.form-popup {
    width: 100%;
    height: 100%;
    background-color: #0000003b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.form-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.form-wrapper {
    width: 439px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-wrapper form {
    background-color: #FFFFFF;
    box-shadow: 0 3px 10px #00000030;
    padding: 20px 20px 20px;
    border-radius: 6px;
}

.form-wrapper form h4 {
    margin: 0 0 20px;
}

.form-wrapper form .form-group {
    position: relative;
    margin-bottom: 14px;
}

.form-wrapper form .form-group img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.form-wrapper form .form-group input {
    width: 100%;
    padding: 16px 45px;
    background-color: #FFFFFF;
    border: 1px solid #00000012;
    border-radius: 4px;
    font-family: "Manrope", serif;
}

.form-wrapper form .form-group input:focus {
    outline: none;
}

.form-wrapper form .form-group input::placeholder {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #D9D9D9;
}

.form-wrapper form .btn-wrapper {
    column-gap: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apply-btn,
.whatsapp_now {
    width: max-content;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 18px 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #FFFFFF !important;
    font-family: "Manrope", serif;
    border-radius: 6px;
    color: #fff;
}

.apply-btn {
    background-color: #27BDBE;

}

.whatsapp_now {
    background-color: #828282;
    padding: 18px 21px;
}

.apply-btn img,
.whatsapp_now img {
    margin-left: 10px;
}

.close-form {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 21px;
    cursor: pointer;
}

.iti--separate-dial-code {
    width: 100%;
}

/*visa-process-sec */
.visa-process-sec .process-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.visa-process-sec .process-row .box {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.visa-process-sec .process-row .box .img-box,
.visa-process-sec .process-row .box .content {
    width: 50%;
    height: 100%;
}

.visa-process-sec .process-row .box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;

}

.visa-process-sec .process-row .box .content {
    padding: 33px 12px 33px 20px;
    background-color: #F5F5F5;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.stap {
    width: max-content;
    background-color: #27BDBE;
    padding: 10px 8px;
    border-radius: 24px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.visa-process-sec .process-row .box .content p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .visa-process-sec .process-row {
        gap: 24px;
    }
}

@media screen and (max-width: 1080px) {
    .offices-countries-sec .col .img-box img {
        height: 150px;
    }

    .profile-picture {
        width: 60px;
        height: 60px;
    }

    .visa-process-sec .process-row .box .content {
        padding: 33px 12px 33px 8px;
    }

    .visa-process-sec .process-row .box .content p br {
        display: none;
    }

    #documents_required p {
        margin-bottom: 0;
    }

    .documents_required {}
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 32px;
    }

    .bignumber:before {
        font-size: 34px;
        line-height: 40px;
    }

    .offices-countries-sec .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .offices-countries-sec .col {
        width: 48%;
        margin-right: 0;
    }

    #reviews .item {
        padding: 0 10px;
    }

    .contact_us_heading {
        font-size: 20px !important;
    }

    .contact_us .btn-whatsapp {
        margin-top: 66px;
        margin-right: 0;
    }

    .new_week_padding {
        padding: 16px 10px;
    }

    .visa-process-sec .process-row .box {
        width: 100%;
    }

    .visa-process-sec .process-row .box .content {
        padding: 30px 10px 22px 10px;
    }

    .visa-process-sec .process-row .box .img-box img {
        height: 200px;
    }

    .visa-process-sec .process-row .box .content p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-top: 14px !important;
    }

    .stap {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 850px) {
    h2 {
        font-size: 26px;
    }

    .container {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .dubai-express {
        margin: 20px 0;
    }

    .intro-trusted {
        font-size: 20px !important;
        margin-top: 16px;
    }

}

@media screen and (max-width: 767px) {
    h2 {
        margin: 20px 0 !important;
    }

    p {
        font-size: 16px;
        line-height: 28px;
        color: #000;
    }

    .dubai-express {
        margin-top: 0;
    }

    .offices-countries-sec .col {
        width: 100%;
    }

    #reviews .item {
        padding: 0;
    }

    .new_week_padding {
        padding: 16px;
    }

    .contact_us .btn-whatsapp {
        margin-top: 0;
    }

    .pay_methods_div {
        height: auto;
    }

    .pay_methods_div img {
        max-width: 100%;
    }

    .pay_methods_div p {
        margin-bottom: 0;
    }

    .waystopay .play-girl {
        display: block;
        margin: 0 auto;
    }

    .header-bottom {
        box-shadow: none;
        margin-bottom: 0px;
    }

    .breadcrumb {
        padding: 0;
    }

    .common--botton {
        width: 200px !important;
    }

    .intro-trusted {
        margin-top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 580px) {
    h2 {
        margin: 20px 0 !important;
    }

    .h1-intro {
        font-size: 28px !important;
        line-height: 1.36;
    }

    .h1-intro+.pt-5 {
        padding: 0 !important;
    }

    .authrinfo {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .contact_us .col-sm-3 .mt-5 {
        margin: 20px 0 !important;
    }

    .visa-process-sec .process-row .box .content p {
        font-size: 14px !important;
    }

    .stap {
        font-size: 20px;
    }

    .offices-countries-sec .col .img-box img {
        height: 160px;
    }

    .form-wrapper {
        width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .visa-process-sec .process-row .box {
        height: 210px;
    }

    .visa-process-sec .process-row .box .img-box img {
        height: 210px;
    }

    .form-wrapper {
        width: 360px;
    }

    .form-wrapper form h4 {
        width: 90%;
    }

}

@media screen and (max-width: 380px) {
    .form-wrapper {
        width: 340px;
    }
}