
body{
/*	font-family: 'Saira', sans-serif;*/
	font-family: 'Ubuntu', sans-serif;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: 'Saira', sans-serif;
}
#mainNav{
	padding: 0;
}
section{
    position: relative;
}
.menubar{
	background-color: #053161;
	color: #ffffff;
}
.menubar_wrap{
    align-items: center;
}
#mainNav .menubar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    position: relative;
}
.menubar_wrap .navbar-nav{
    flex-direction: row;
}
#mainNav .menubar_wrap .navbar-nav .nav-item.active_menu .nav-link{
    color: #10D2FF;
}
#mainNav .menubar_wrap .navbar-nav .nav-item.active_menu .nav-link:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color:#10D2FF ;
}
.mobile_menu_wrap{
    display: none !important;
}

section.banner_section{
	background-image: url("../quicklineAssets/assets/img/banner_image.jpg");
}
.banner_section{
     margin-top: 115px;
}

.header_top_link{

}
.header_top_link span {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #636363;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    color: #636363;
}
.header_top_link p {
    padding-left: 48px;
    font-size: 16px;
    line-height: 24px;
    color: #283D9A;
    margin-bottom: 0px;
}
.header_top_link p.sm__text {
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    margin-bottom: 0;
}
.login_button{
	background-color: #053161;
	border-radius: 0;
    padding: 10px 20px;
    border: 0px;
}
.login_button:hover{
    background-color: #0fcbf6;
    color: #ffffff;
}
.menubar_wrap .nav-item .nav-link{
    margin-right: 30px;
    font-weight: 400;
    font-size: 14px;
}

.banner_subheading{
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}

.about_section {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /*background: #F8F8F8 url("../assets/img/about_shadow_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;*/
    background-color: #f0f7fd;
}


.default_custom_btn{
    background-color: #0fcbf6;
    color: #ffffff;
    min-width: 200px;
    padding: 12px 20px;
    border-color: #0fcbf6;
}
.default_custom_btn:hover{
    background-color: #0fcbf6;
    border-color: #0fcbf6;
}

.default_bordered_btn{
    background-color: transparent;
    border: 1px solid #10D2FF;
    color: #10D2FF;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
}

.default_bordered_btn:hover{
    background-color: #0fcbf6;
    border-color: #0fcbf6;
}

.top_dual_box_section{
    /*position: absolute;
    top: 0;
    padding: 0;*/
    margin-top: 0px;
    width: 100%;
    z-index: 99;
}

.emergency_blue_box{
    background-color: #ffffff;
    padding: 30px 40px;
    height: 100%;
}
.emergency_number_box{
    display: block;
    text-decoration: none;
}
.emergency_number_box:hover{
    text-decoration: none;
}
.emergency_number_box span{
    float: left;
    width: 50px;
    height: 54px;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    color: #636363;
}
.emergency_number_box span i{
    font-size: 48px;
    color: #242a43;
}
.emergency_number_box p {
    padding-left: 60px;
    font-size: 24px;
    line-height: 24px;
    color: #10D2FF;
    margin-bottom: 0px;
}
.emergency_number_box p.sm__text {
    font-size: 14px;
    line-height: 16px;
    color: #242a43;
    margin-bottom: 10px;
}

.top_bookappoint_box{
    background-color: #242a43;
    padding: 30px 40px;    
    height: 100%;
}

.form-select, .form-control{
    border: 1px solid #C9C9C9;
    border-radius: 30px;
    border: 1px solid #4e546d;
    border-radius: 30px;
    background-color: #242a43;
    color: #fff;
}

.section_subtitle{
    font-size: 24px;
    color: #10D2FF;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.section_title{
    font-weight: 600;
    color: #373941;
}
.text_default{
    color: #000000;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
}
.text_quote{
    font-size: 30px;
    color: #09185D;
    font-weight: 500;
}
.about_qinfo_col{
    margin-bottom: 50px;
}
.number_text{
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    color: #37D8FE;
    margin-bottom: 0;
}
.number_text_label{
    font-size: 24px;
    font-weight: 500;
    color: #09185D;
    margin-bottom: 0;
}
.bg_left_top{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.department_section .nav-pills li.nav-item{
    width: 15%;
    margin-bottom: 30px;
}
.department_section .nav-pills li.nav-item .nav-link{
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    color: #09185D;
    width: 100%;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    height: 100%;
}
.department_section .nav-pills li.nav-item .nav-link span{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.department_section .nav-pills li.nav-item .nav-link.active{
    background-color: #10D2FF;
    border: 1px solid #10D2FF;
    color: #ffffff ! !important;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
.department_image_block img{
    border-radius: 20px;
}

.services_section{
    background: #f0f7fd ;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.services_grid_col{
    display: block;
    align-items: center;
    text-align: center;
    background-color: #fff;
    padding: 50px 30px;
    height: 100%;
}
.services_icon{
    width: 100px;
    margin-bottom: 20px;
}
.services_grid_col_text_content{
    padding-left: 20px;
    padding-right: 20px;
}
.services_grid_col_text_title{
    font-size: 22px;
    color: #373941;
    font-weight: 600;
}
.services_grid_col_text{
    font-size: 18px;
    color: #52566b;
    font-weight: 300;
}
.why_choose_section{
    background-color: #031531;
    padding-bottom: 0px;
}
.bg_right_top{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.why_choose_carousel_wrapper .owl-dots{
    display: none;
}
.why_choose_carousel_wrapper {
    margin-bottom: -80px;
}

.whychoose_item{
    background-color: #ffffff;
    padding: 30px 20px;
    text-align: center;
    text-align: center;
}
.image_circle{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}
.whychoose_image{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.whychoose_item h4{
    font-size: 24px;
    color: #09185D;
    margin-bottom: 20px;
    font-weight: 600;
}
.whychoose_item p{
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}
.whychoose_item button.btn{
    background-color: #ffffff;
    color: #1D318B;
    border: 1px solid #1D318B;
}
.why_choose_carousel_wrapper .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    font-size: 50px !important;
}


.testimonial_section{
    background-color: #f0f7fd;
   /* background: #1B3E94 url("../assets/img/map-texture.png");
    background-position: center center;
    background-repeat: no-repeat;*/
    background-size: 60%;
    padding: 10rem 0 5rem;
}
.users_overlay1{
    position: absolute;
    left: 30px;
    top: 50px;
    width: 320px;
}
.users_overlay2{
    position: absolute;
    right: 30px;
    bottom: 50px;
    width: 320px;
}
.client_logo_wrap{
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    border-radius: 100px;
    margin: auto;
    padding: 10px;
    display: flex;
    align-items: center;
}
.testimonial_section .client_logo_wrap img{
    width: 80px;
    max-height: 100px;
    margin: auto;
}
.testimonial_item h2{
    margin:30px 0;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}
.testimonial_item p{
    margin:30px 0;
    font-size: 18px;
    color: #10D2FF;
    font-weight: 500;
    text-align: center;
}

footer.footer_section {
    background-color: #f0f7fd;
}

.contact_col_section{
    padding: 20px 0;
    background-color: #001d51;
}
.contact_grid_col{
    display: flex;
    align-items: center;
}
.contact_icon{
    width: 80px;
    height: auto;
}
.contact_grid_col_text_content{
    padding-left: 20px;
}
.contact_grid_col_text{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}
.contact_grid_col_text_title{
    font-size: 20px;
    color: #10d2ff;
    font-weight: 600;
}
.footer_social{
    margin-top: 20px;
}
.footer_social a{
    display: inline-block;
    margin-right: 20px;
}
.footer_col_title{
    font-size: 20px;
    color: #283D9A;
    margin-bottom: 20px;
}
.footer_country_list{
    margin:0;
    padding: 0;
    list-style: none;
}
.footer_country_list li{
    display: block;
    margin-bottom: 15px;
}
.footer_country_list li a{
    display: inline-block;
    color: #4E4E4E;
}
.footer_country_list li a:hover{
    text-decoration: none;
}
.footer_country_list_wrapper{
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}
.footer_copyright_wrap{
    border-top: 1px solid #EBEBEB;
}

.header_callback_btn_icon, .header_callback_mobile_btn{
    display: none;
}


@media (max-width:991px){
    .container{
        padding-left: 30px;
        padding-right: 30px;
        max-width: 950px;
    }
    .menubar{
        display: none;
    }
    .mobile_menu_wrap {
        display: block !important;
    }

    .header_callback_btn{
        display: none;
    }
    .header_callback_mobile_btn{
        display: block;
    }
    .default_custom_btn.header_callback_btn{
/*        order: 1;*/
    }
    .banner_section {
        margin-top: 73px;
    }
    .about_section{
        padding-top: 3rem;
    }
    .top_dual_box_section {
        position: relative;
        padding: 0;
        margin-top: 0;
    }
    .text_default{
        font-size: 20px;
    }
    .text_quote {
        font-size: 24px;
    }
    .about_qinfo_col{
        text-align: center;
    }
    .number_text{
        font-size: 40px;
    }
    .number_text_label{
        font-size: 20px;
    }
    .department_section .nav-pills li.nav-item .nav-link {
        font-size: 15px;
        padding: 10px 5px;
    }
    .footer_country_list_wrapper{
        padding-left:0px !important;
        border-left: 0px;
        border-right: 0px;
        text-align: center;
    }
    .qrcode_wrapper{
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        border-top: 1px solid #EBEBEB;
    }
    footer.footer_section.py-5.pb-0{
        text-align: center;
    }
}
@media (max-width:767px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
        max-width: 720px;
    }
    .department_section .nav-pills li.nav-item {
        width: 48%;
        margin-bottom: 10px;
    }
    .default_custom_btn.header_callback_btn{
        min-width: 20px;
        padding: 12px 12px;
    }
    .header_callback_btn span{
        display: none;
    }
    .header_callback_btn_icon{
        display: block;
    }
}

@media (max-width:600px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
        max-width: 600px;
    }
    .navbar-brand img{
        width: 200px;
        display: block;
        margin-top: 10px;
    }
}