.owl-carousel .owl-dots .owl-dot span {
    height: 26px;
    width: 26px;
    margin: 0 0 0px;
    transform: translate3d(0, -50%, 0) scale(.7);
    transition: 250ms ease-out;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #1c3044!important;
    }
.mobile-view{
    background: #217a87;
}
.mobile-view .phoneNumber{
    padding: 0;margin-top: -3px;font-size: 19px;margin-left: 8px;
}
.mobile-view .phoneNumber p.time{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    margin-top: 11px;
    text-align: center;
}
.mobile-view .phoneNumber .phoneNo{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
ul.price_promise li button, #header .navbar-nav .nav-link button.btn-nav {
    padding: 10px 17px;
}
.select2-container .select2-selection--single{height:42px!important;border-radius:3px!important;border:2px solid #e5e5e5!important}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:8px}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:39px!important;padding-left: 30px!important}
.select2-container{width:100%!important}

.main_logo img{
    height:90px;
    width: auto;
}
img.whyChooseImg {
    width: auto;
}

.parking_type_section .types-icons {
    height: 170px;
    width: auto;
}
footer .we-acc-h5 img {
    height: auto;
}
footer img.dmcaImg{
    height: 24px;
    width: auto;
}
footer img.footerLogo{
    height: 75px;
    width: auto;
}
ul.helpLine_list li.helpLineItem{
    margin-top: 14px;
    padding-left: 10px;
}
.mobile_logo{
    height: 60px;
    width: auto;
}
ul.helpLine_list li img.helpIcon{
    width: 63px; 
    height: 63px; 
    margin-top: 10px;
}
ul.helpLine_list{
    list-style-type: none;display: inline-flex;margin: 0;
}
.displayBlockMobile{
    display: none;
}

@media only screen and (max-width: 991px){
    nav.navbar#header .container{
        flex-direction: row-reverse;
    }
    .displayBlockMobile{
        display: block!important;
    }
    .displayNoneMobile{
        display: none;
    }
    .typesTitle{
        font-size: 20px;
        text-align: center;
        margin-block: 5px;
        font-weight: 600;
        color: #000;
    }
}
@media only screen and (max-width: 576px){
    ul.helpLine_list li span.helpline-number {
        font-weight: 500;
        font-size: 18px;
        color: #055988;
    }
    ul.helpLine_list li.helpLineItem {
        line-height: 25px;
    }
    #banner .tab-content {
        padding: 3px 20px 20px!important;
    }
    .mobile-hid .helpline-number {
        font-size: 18px;
    }
    .mobile-hid .helpline-span {
        font-size: 14px;
    }
}