﻿
@import url('assets/icons/font-awesome/css/fontawesome.min.css');
@import url('assets/icons/font-awesome/css/fontawesome-all.min.css');

body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #FFFFFF;
    color: #676767 !important;
}
.body-content {
    margin-top: 80px;
}
/*text colors*/
.sunsetornge {
    color: #38e991;
}
.prussianblue {
    color: #0B3E6B;
}
.parrotgreen {
    color: #2BC679;
}
/*button colors*/
.btn-prussianblue {
    color: #FFFFFF;
    background-color: #0B3E6B;
    border-color: #0B3E6B;
}
.btn-sunsetornge {
    background-color: #38e991;
    border-color: #38e991;
}
.btn-success {
    color: #FFFFFF !important;
    background-color: #04B22D;
    border-color: #04B22D;
}
.btn-parrotgreen {
    color: #FFFFFF !important;
    background-color: #2BC679;
    border-color: #2BC679;
}
.btn-deactivate {
    color: #FFFFFF !important;
    background-color: #A0A0A0;
    border-color: #A0A0A0;
}
.btn-secondary {
    color: #676767 !important;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #676767 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    box-shadow: none !important;
}
.btn:focus {
    box-shadow: none !important;
}
/*Section padding css*/
.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section_padding_150_180 {
    padding-top: 150px;
    padding-bottom: 180px;
}
.section_padding_160_60 {
    padding-top: 160px;
    padding-bottom: 60px;
}
.section_padding_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*margin*/
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
/*Font sizes*/
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
/*font-weight*/
.fontWeight700 {
    font-weight: 700 !important;
}
p {
    font-family: 'Montserrat', sans-serif;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}
/*Searchbox css*/
.serach-textbox {
    padding: 5px 5px 5px 30px !important;
    color: #676767;
    font-size: 16px !important;
    font-weight: 500;
    background-image: url('images/SVG/searchicon.svg');
    background-repeat: no-repeat !important;
    -webkit-background-size: 17px 19px !important;
    -moz-background-size: 17px 19px !important;
    -o-background-size: 17px 19px !important;
    background-size: 17px 19px !important;
    background-position: 8px 8px !important;
    height: 38px !important;
    background-color: #ffffff;
    border: 1px solid #DFE3E7 !important;
    border-radius: 20px;
    outline-offset: 0px !important;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1607843137254902);
}

.app-search .serach-textbox:focus {
    padding: 5px 5px 5px 30px !important;
    color: #010101;
    font-size: 16px !important;
    border: none;
    font-weight: 500;
    background-image: url('images/SVG/searchicon.svg');
    background-repeat: no-repeat !important;
    -webkit-background-size: 17px 19px !important;
    -moz-background-size: 17px 19px !important;
    -o-background-size: 17px 19px !important;
    background-size: 17px 19px !important;
    background-position: 8px 8px !important;
    height: 38px !important;
    background-color: #ffffff;
    border: 1px solid #DFE3E7 !important;
    border-radius: 20px;
    outline-offset: 0px !important;
    box-shadow: none; /* margin-top: 9px !important; */
}
/*Select css*/
.custom-select {
    height: calc(2rem + 2px);
    background: url('images/PNG/down-arrow.png') right 0.75rem center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: none;
    cursor: pointer;
    background-color: #FFF;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border: 1px solid #DFE3E7;
    color: #676767;
    font-size: 16px;
}
.btn-group .btn {
    color: #676767;
    background-color: #FFFF;
    border: 1px solid #DFE3E7;
}
/*Moal popup css*/
.customModal .modal-content {
    box-shadow: 0px 20px 30px rgba(140,150,160,0.2);
    border-radius: 30px;
}
.customModal .modal-header {
    border: none;
}
.customModal .modal-header .modal-title {
    font-weight: 600;
}
.customModal .close:focus {
    outline: none;
}
.customModal .modal-footer {
    border: none;
}
.modal .close:focus {
    outline: none;
}
/* --------------------------
:: 1.0 Header Area CSS
-------------------------- */
.header_area {
    width: 100%;
    padding: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
}
.menu_area {
    position: relative;
    z-index: 2;
}
.header_area .navbar {
    padding: 0;
    height: 80px;
}
.menu_area #nav-logo .mainLogo {
    width: 228px;
    height: 48px;
}
.menu_area #nav .nav-link {
    color: #676767;
    display: block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin: 0 8px;
    cursor: pointer;
}

.menu_area #nav .btn-rounded {
    width: 150px;
    height: 48px;
    padding: 0;
    line-height: 48px;
    border-radius: 24px;
    color: #FFFFFF;
}

.menu_area #nav .btn-rounded:hover {
    color: #FFFFFF !important;
}
 .languagechange {
     display: none;
    cursor: pointer!important;
}

/*Language css*/
.goog-te-gadget {
    margin: 0 8px;
    font-family: 'Montserrat', sans-serif !important;
    color: #676767 !important;
    font-size: 14px !important;
    white-space: nowrap;
}
.goog-te-gadget-simple {
    border: 2px solid #0B3E6B !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 10px !important;
    border-radius: 24px;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #676767 !important;
}
/*Profile image set*/
.menu_area #nav .dropdown .profile-pic img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    border: 3px solid #0B3E6B;
    cursor: pointer !important;
}
.menu_area #nav .dropdown .dropdown-toggle::after {
    display: none;
}
.menu_area #nav .dropdown .dropdown-menu .dropdown-item {
    color: #676767;
}
.menu_area #nav .dropdown .dropdown-menu .dropdown-item:active, .menu_area #nav .dropdown .dropdown-menu .dropdown-item:focus {
    color: #FFFFFF;
    background-color: #0B3E6B;
}
/*End*/
.navbar-toggler .navbar-toggler-icon {
    height: 30px;
    width: 30px;
    top: 0;
}

/*HeaderCar css*/
/*.headerCarwrap.active {
    margin-top: 15px;
}*/

.headerCarwrap .nav-link {
    color: #676767 !important;
    /*height: calc(2.9rem + 2px);*/
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0;
    border-radius: 0;
    -webkit-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    border-bottom: none;
}

.headerCarwrap.active .nav-link {
    color: #0B3E6B !important;
    border-bottom: 2px solid #0B3E6B;
}

.headerCarwrap .nav-link:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0B3E6B), to(#0B3E6B)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(#0B3E6B, #0B3E6B), linear-gradient(transparent, transparent);
    color: #0B3E6B !important;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.headerCarwrap .RedCar {
    display: none;
}

.headerCarwrap.active .RedCar {
    display: block;
}

/* stcicky header css */
.header_area.sticky {
    background-color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: -1px;
    z-index: 999;
}
.header_area.sticky .menu_area #nav .nav-link {
    margin: 0 8px;
}
.header_area.sticky .navbar {
    padding: 0;
    height: 80px;
}
.select2-search--dropdown .select2-search__field{
    height:32px;
}
.select2-container{outline:0;}
.select2{min-width: 200px !important;margin-bottom:20px !important;}
.custompageselecttype .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0b3e6b !important;
    color: white !important;
}
.custompageselecttype .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #0b3e6b !important;
    color: #fff !important
}
.custompageselecttype .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}
.custompageselecttype .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 36px;
    outline: 0 !important;
    border-radius: 0;
    padding: 5px 35px 5px 10px;
    font-size: 16px !important;
    background: #fff url('images/PNG/down-arrow.png') 95% !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: 12px 7px !important;
    -moz-background-size: 12px 7px !important;
    -o-background-size: 12px 7px !important;
    background-size: 12px 7px !important;
    outline-offset: 0px !important;
    transition: none !important;
    border: 1px solid #DFE3E7 !important;
    box-shadow: none;
}
.customselecttype .select2-container .select2-selection--single {box-sizing: border-box;cursor: pointer;display: block;height: 45px;user-select: none;-webkit-user-select: none;}
.customselecttype .select2-container .select2-selection--single .select2-selection__rendered {display: block;padding: 5px 35px 5px 10px;      overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.custompageselecttype .select2-container--default .select2-selection--single .select2-selection__rendered {color: #676767;font-size:16px;border-radius: 4px;line-height: 26px;border: 1px solid #DFE3E7 ;}
.custompageselecttype .select2-container .select2-selection--single {outline:0;box-sizing: border-box;cursor: pointer;display: block;height: 38px;user-select: none;-webkit-user-select: none;border:none !important}
.custompageselecttype .select2-container .select2-selection--single .select2-selection__rendered {display: block;padding: 5px 35px 5px 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.select2-dropdown {
    border: 1px solid #dfe3e7 !important;
    z-index:2 !important;
}
@media(max-width: 768px) {

    .select2 {
        min-width: 100px !important;
        margin-bottom: 20px !important;
    }
   

    .header_area {
        padding: 0;
    }

    #shahco-navbar {
        padding: 15px;
        border-radius: 3px;
        background-color: #FFFFFF;
        text-align: left;
    }

    .headerCarwrap.active {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media(device-width: 1024px) {
    .header_area {
        padding: 0;
    }
    .menu_area #nav .nav-link {
        font-size: 12px;
    }
}


@media(min-width: 1500px) {
    .header_area {
        padding: 0 67px;
    }
}
/*Footer css*/
.footerBanner {
    background-image: url('images/PNG/footer-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 479px;
    width: 100%;
}
.footerBanner .contactWrapper {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}
.footerBanner .linkWrapper {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.footerBanner .btnWrapper {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
}
.footerBanner .footerLogo {
    width: 312px;
    height: 65px;
}
.footerBanner .footerTitle {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.footerBanner .addressInfo .lblUAE {
    font-weight: 600;
}
.footerBanner .addressInfo p {
    margin-bottom: 10px;
    color: #0B3E6B;
    font-size: 14px;
    font-weight: 400;
}
.footerBanner .socialIcon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.footerBanner .quickLinks {
    padding-left: 0;
}
.footerBanner .quickLinks li {
    padding-bottom: 5px;
}
.footerBanner .quickLinks a {
    color: #0B3E6B;
    font-size: 14px;
    font-weight: 400;
}
.footerBanner a:hover {
    color: #0B3E6B;
    text-decoration: none;
}
.footerBanner .btn-rounded {
    width: 179px;
    height: 48px;
    padding: 0;
    line-height: 48px;
    border-radius: 24px;
    color: #FFFFFF !important;
    cursor: pointer;
}
.footer-copyright {
    background-color:#F5F5F5;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.footer-copyRight-text {
    font-size: 12px;
    font-weight: 400;
    color: #676767;
    line-height: 1.5;
    display: block;
    text-align: center;
   
}
@media(max-width: 768px) {
    .footerBanner {
        height: auto;
        padding-bottom: 0;
    }

    .footerBanner .contactWrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .footerBanner .linkWrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .footerBanner .btnWwrapper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        text-align: left;
    }
}
@media(max-width: 320px) {
    .footerBanner .footerLogo {
        width: 290px;
    }
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

