@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap';

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-attachment: fixed;
    color: #000;
    font-size: 14px;
    font-family: manrope, sans-serif;
    background-color: #fff;
    max-width: 100%;
    overflow-x: hidden !important
}

img {
    max-width: 100%;
    height: auto
}

h1 {
    font-size: 36px;
    text-align: center
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px;
    margin: 20px 0
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.mb-3 {
    margin-bottom: 2.5rem;
}

p {
    font-size: 16px !important;
    font-weight: 500;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 20px
}

.bread-crumbs {
    margin-top: 20px
}

.bread-crumbs p {
    margin-bottom: 0
}

#topsection p {
    text-align: center
}

.update_text {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 10px
}

.top_question {
    font-size: 18px;
    text-align: center
}

.tocheading {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
    color: #000
}

.custom_title {
    font-size: 32px !important
}

.olist li {
    font-size: 16px;
    line-height: 28px;
    color: #32b6bb
}

.olist li a {
    color: #32b6bb
}

.main-list p {
    margin-bottom: 0
}

.embassy_block {
    border-radius: 5px;
    border: 1px solid #ccc
}

.embassy_title {
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-weight: 800;
    font-size: 24px
}

.embassy_content {
    padding: 10px
}

.embassy_border {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    font-size: 14px
}

.airline_block {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ccc;
    display: block;
    overflow: hidden
}

.airline_img {
    border: 5px solid #ccc
}

.title_block {
    display: block;
    margin-bottom: 25px
}

.title_number {
    font-size: 32px;
    font-weight: 800;
    border-right: 2px solid #27bdbe;
    line-height: 60px;
    padding-right: 15px;
    margin-right: 15px;
    display: inline-block
}

.title_main {
    font-size: 32px;
    font-weight: 800;
    display: inline-block
}

.information-list {
    background: #efefef;
    padding: 20px;
    min-height: 370px
}

.key-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px
}

.key-info ul {
    margin-left: 15px
}

.key-info ul li {
    font-size: 18px;
    margin-bottom: 15px
}

.key-info p {
    margin-bottom: 10px;
    font-size: 18px
}

.nav-tabs.nav-justified>li>a {
    border-bottom: none !important;
    border-radius: 0 !important;
    padding: 50px 0;
    height: 200px;
    color: #000;
    font-size: 18px;
    background: #efefef
}

.prepaid-arrival {
    border: 2px solid #efefef;
    border-top: 0;
    margin-bottom: 25px
}

.tab-content {
    padding: 15px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-top: 5px solid #33b6bb;
    background: #fff;
    border-left-color: #fff;
    border-right-color: #fff
}

.nav-tabs.nav-justified>li>a {
    border-radius: 4px 4px 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000;
    font-size: 18px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-left-color: 0 !important;
    border-right-color: 0 !important
}

.nav-tabs.nav-justified>.active>a .s-num,
.nav-tabs.nav-justified>.active>a .s-num:hover,
.nav-tabs.nav-justified>.active>a .s-num:focus {
    background: #33b6bb;
    width: 30px;
    margin: 0 auto;
    border-radius: 100px;
    height: 30px;
    padding: 2px 9px
}

.information-list .s-num {
    background: #33b6bb;
    width: 30px;
    border-radius: 100px;
    height: 30px;
    padding: 2px 9px
}

.nav-tabs>li.active>a p,
.nav-tabs>li.active>a p:hover,
.nav-tabs>li.active>a p:focus {
    color: #fff;
    font-size: 18px;
    background: #33b6bb;
    width: 30px;
    margin: 0 auto;
    border-radius: 100px;
    height: 30px;
    padding: 2px 9px
}

.nav-tabs.nav-justified>li>a p {
    background: #000;
    color: #fff;
    width: 30px;
    margin: 0 auto;
    border-radius: 100px;
    height: 30px;
    padding: 2px 9px
}

.price_block {
    background: #f5f5f5;
    border-radius: 8px
}

.price_block_top {
    padding: 10px
}

.price_list {
    list-style: none;
    line-height: 32px;
    font-size: 18px;
    color: #000
}

.price_list img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom
}

.price_block_bottom {
    background: #27bdbe;
    padding: 15px;
    border-radius: 0 0 8px 8px
}

.greencolor {
    background: #d5cc2e
}

.big_price {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-align: center
}

.small_price {
    font-size: 16px;
    text-align: center;
    color: #fff
}

.docExp li:before {
    width: 25px;
    content: " ";
    background: url(https://www.arabiers.com/ae/en/images/rarrow.png) left top no-repeat;
    position: absolute;
    left: 0;
    height: 37px;
    background-size: 100%;
    top: 4px
}

.docExp li {
    padding-left: 30px;
    margin: 15px 0;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    list-style: none
}

.process_block {
    margin: 10px 0;
    padding: 20px;
    display: block
}

.pull-right {
    margin-left: 30px
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eee
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 25px 15px;
    text-decoration: none
}

.more-less {
    float: right;
    color: #32b6bb;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px
}

.glyphicon {
    top: -15px
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee
}

section {
    margin-top: 25px 0
}

.embassy_block p {
    font-size: 14px
}

.stay_block {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
    display: block;
    overflow: hidden
}

.stay_block img {
    border-radius: 10px;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .airline_img {
        margin-right: 25px
    }

    .nav-tabs.nav-justified>li {
        float: left;
        width: 25%
    }

    .nav-tabs.nav-justified>li>a {
        padding: 15px 0;
        font-size: 14px;
        height: auto
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        font-size: 14px
    }
}