
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-BlackItalic';
    src: url('../fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('../fonts/Poppins/Poppins-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'UniversLTStd-BlackObl';
    src: url('../fonts/UniversalFont/UniversLTStd-BlackObl.otf') format('opentype');
}


html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: "Poppins-Regular";
}

h2 {
    font-family: "Poppins-Bold";
}

h2, .para {
    text-align: center;
}

.para {
    font-size: 20px;
    text-align: left;
    line-height: 35px;
    /*width: 80%;
    margin: 20px auto;*/
}

/*.banner-section {*/
/* background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url('/Content/images/Main Image.png'); */
/*background-image: url('/Content/images/Main Image.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 740px;
}*/
.banner-section {
    background-image: url('../Content/images/compressed/cae_website_home_hero_image.jpg');
    background-size: contain;
    /*box-shadow: inset 0px 0px 300px 80px rgb(0 0 0 / 53%);*/
    color: #fff;
    z-index: -1;
    margin-top: -22px;
    background-position: top left;
    background-repeat: no-repeat;
}

.home-banner-section{
    position:relative;
    /*margin-top:-22px;*/
    display:inline-block;
    width:100%;
    vertical-align:top;
}

.home-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Content/images/compressed/cae_website_home_hero_image.jpg');
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.home-banner-section-text {
    font-size: 42px;
    text-shadow: 0px 10px 10px #121212;
    padding: 50px 0;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color:#fff;
    position:relative;
}
.home-banner-section-text span.banner-section-text-color {
    color: #fff;
    display: inline-block !important;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.home-banner-section-text span {
    margin-top: 30px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 300;
}



/*@media (max-width:991px){
    .home-banner-section {
        background-image: url('../Content/images/compressed/cae_website_home_hero_image.jpg');
        background-size: cover;
        color: #fff;
        z-index: -1;
        margin-top: -22px;
        background-position: top left;
        background-repeat: no-repeat;
    }
    .home-banner-section-text {
        padding: 80px 0;
        margin-top: 0;
    }
    .home-banner-img{
        display:none;
    }
}*/



    .banner-section {
    position: relative;
    z-index: -1;
    top: -271px;
    width: 100%;
    margin-bottom: -271px;
}

.margin_left_10per{
    margin-left:10%;
}

.background_red {
    background: #F44336 !important;
}


@media (max-width:991px) {
    .banner-section {
        background-size: cover;
    }
}
    .banner-section-text {
        font-size: 42px;
        text-shadow: 0px 10px 10px #121212;
        position: relative;
        width: 100%;
        padding: 80px 0;
        line-height: 1.3;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

        .banner-section-text span.banner-section-text-color {
            color: #ed1d24;
            display: inline-block !important;
            font-family: 'Poppins', sans-serif;
            font-size: 42px;
            font-weight: 700;
        }

        .banner-section-text span {
            margin-top: 30px;
            display: block;
            font-family: 'Poppins', sans-serif;
            font-size: 30px;
            font-weight: 300;
        }
    /*.banner-section-text {
    position: absolute;
    bottom: 0px;
    
    color: #fff;
    font-size: 50px;
    left: 25%;
    line-height: 1.5;
    font-weight: bolder;
}
*/
    .banner-section-content {
        position: absolute;
        /*bottom: 60px;*/
        bottom: 25px;
        color: #fff;
        font-size: 20px;
        /*width: 70%;*/
        width: 95%;
        padding-left: 100px;
        line-height: 1.5;
        font-weight: bolder;
        text-shadow: 1px 1px 2px black;
        text-align: justify;
    }
        /*.banner-section-content {
    position: absolute;*/
        /*bottom: 60px;*/
        /*bottom: 25px;
    color: #fff;
    font-size: 20px;*/
        /*width: 70%;*/
        /*width: 95%;
    padding-left: 100px;
    line-height: 1.5;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black;
    text-align: justify;
}*/

        .banner-section-content.about-us-banner-section-content {
            padding-left: 0;
            width: auto;
        }

        .banner-section-content h1 {
            margin-bottom: 25px;
        }

    .banner-section-para {
        margin-bottom: 25px;
        line-height: 1.8;
    }

    .banner-section-listing li {
        margin-bottom: 10px;
        font-size: 15px;
    }

        .banner-section-listing li a {
            cursor: pointer;
            color: black !important;
        }

    .banner-section-listing {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        font-size: 18px;
    }
    /*.about-us-banner .banner-section-listing {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    font-size: 18px;
}*/
    .about-us-banner .banner-section-para {
        /*font-size: 17px;*/
        font-size: 20px;
    }

    .about-banner-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /*.home-banner-section-content .carousel-caption {
    top: 300px;
    bottom: auto;
}*/
    #darken {
        
        /*box-shadow: inset 0px 0px 400px 110px rgba(0, 0, 0, .527);*/
        /*darkness level control - change the alpha value for the color for darken/ligheter effect */
        /*background-image: url('/Content/images/compressed/Main Image.jpg');*/
        /*background-image: url('../Content/images/compressed/BannerImageHome.jpg');
        background-size: cover;
        background-repeat: no-repeat;*/
        background:#0672cd;
        z-index: 1;
    }

.menu_main {
    background: #012c7b;
}

.faq-banner-section {
    padding: 90px 0;
}

        .faq-banner-section p {
            font-size: 20px;
        }

    .phone-number {
        font-size: 13px;
        text-align: left;
        padding-top: 10px;
    }

    .phone-number a {
        color: #000;
        text-decoration: none;
        margin:0 10px 0 0;
    }

    .phone-number a i{
        font-size:15px;
        padding:0 5px 0 0;
    }

    .social_icon{
        margin:8px 0 0 0;
        float:right;
    }

    img.logo-img {
        width: 180px;
    }

.header-fix {
    background: #012c7b;
}

.cart-section {
    /*padding-top: 10px;*/
    text-align: right;
}

.cart-img, .search-icon {
    /*background-color: #fefafa;*/
    padding: 6px;
    border: none;
    cursor: pointer;
    /* border-color:  #E62E2D; */
}

.part_search_head {
    height: 50px;
    line-height: 50px;
}

.welcome_txt {
    display: inline-block;
    /* text-align: left; */
    vertical-align: middle;
}

.welcome_txt .welcome_name {
    /*display:inline-block;
    float:right;*/
    font-size: 15px;
    color: #fff;
    display:block;
}

.welcome_txt .welcome_client {
    font-size: 18px;
    color: #fad701;
}

.search-icon {
    height: 50px;
    /*line-height: 50px;*/
    margin-left: -4px;
    padding: 7px 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 0 5px 5px 0px;
}

.cart_count {
    position: relative;
    display: inline-block;
    /* float: left; */
    /* text-align: right; */
    margin: 0 30px 0 0;
}

.cart_count_number {
    position: absolute;
    background: #fad701;
    border-radius: 50%;
    padding: 2px 11px;
    top: -10px;
    right: -10px;
    /* width: 25px; */
    /* height: 25px; */
    line-height: 25px;
    font-size: 16px;
}

.search-icon .fa.fa-search {
    font-size: 16px;
    color: #3f3c3c;
}

.client-login {
    /*background-image: url('../Content/images/ClientLogin.png');
        background-size: cover;
        background-repeat: no-repeat;*/
    padding: 8px;
    margin: 8px 0;
    /*width: 65%;*/
    display: inline-block;
    cursor: pointer;
    text-align: left;
    /*background:#fff;*/
    background: #012c7b;
    border-radius:5px;
}

.dropdown-toggle{
    color:#fff !important;
}

.client-login a {
    /*padding-left: 35%;*/
    text-decoration: none;
    color: #333;
    color:#fff;
}

.client-login .login_icon {
    padding: 0 10px 0 5px;
    color: #fff;
    font-size: 16px;
}

    .banner-h-line {
        border-top: 1px solid #fff !important;
        margin-bottom: 0px;
    }

    /* menu styles */
    /*.navbar-nav {
    width: 100%;
}*/

    .navbar-default {
        background-color: transparent !important;
        border: none;
        margin-bottom: 0;
    }

    .nav > li > a {
        color: #fff !important;
        font-size: 16px;
        /*font-weight: bold;*/
    }

    .navbar-nav > li:first-child a {
        padding-left: 0;
    }

.navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #fad701 !important;
}

/*.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
}

    .navbar-default .navbar-nav > li:first-child a {
        padding-left: 0;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
        color: #E62E2D !important;
    }*/
/* .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a.active:focus, .navbar-default .navbar-nav > li >  a.active:hover {
            background-color: transparent;
            color: #E62E2D !important;
        }*/
.navbar-nav li.dropdown {
    background: url(../Content/images/menu-categories-icon.png) no-repeat right center;
    padding:0 20px 0 0;
}

    .navbar-nav li.dropdown li a {
        padding:8px;
    }
    .navbar-form {
    margin-top: 0px;
}

    .form-control {
        border: none !important;
        /* border-radius: 0px !important; */
        max-width: 85%;
        /*border-radius: 5px 0px 0px 5px;*/
        display: inline-block;
    }

.top_search_new .form-control {
    border: none !important;
    /* border-radius: 0px !important; */
    /*max-width: 85%;*/
    max-width: 90%;
    border-radius: 5px 0px 0px 5px;
    display: inline-block;
}

.navbar-collapse, .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

    .header-seach-section {
        float: right !important;
        padding-right: 0 !important;
        margin-top: 8px;
    }
    /* Breadcrumb styles*/
    .breadcrumb-section {
        background: rgb(0 0 0 / 60%);
    }

ul.breadcrumb {
    display: inline-block;
    padding: 8px 0px;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
    font-family: "Poppins-Regular";
    font-weight: normal;
}
        /* Display list items side by side */
    ul.breadcrumb li {
        display: inline-block;
    }

            /* Add a slash symbol (/) before/behind each list item */
            ul.breadcrumb li + li:before {
                /*padding: 8px;*/
                color: #fff;
                content: "/\00a0";
            }

            /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            text-decoration: none;
            color: #1376AF;
            cursor: pointer;
            font-family: "Poppins-Regular";
            font-weight: normal;
            font-size: 17px;
        }

            ul.breadcrumb li.active a {
                color: #fff;
            }
            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #fff;
                text-decoration: underline;
            }




    .welcome-section {
        /*text-align: center;*/
        font-size: 18px;
        color: #fff;
        /*padding-top: 20px;
  padding-bottom: 20px;*/
        padding: 0px 30px;
        margin-bottom: 20px;
    }

    .welcome-section h3 {
        font-size: 24px;
        color: #0771cf;
        font-weight:700;
    }
    
    .welcome-section h3 span {
        border-bottom: 3px solid #033faa;
        color: #073082;
        display: inline-block;
        border-radius: 1px;
    }



.welcome-section-title {
    font-size: 18px;
    color: #ed1d24;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
}

    .welcome-section-list {
        list-style-position: inside;
    }

    .p-b-10 {
        padding-bottom: 10px;
    }

    .p-b-20 {
        padding-bottom: 20px;
    }

    .p-t-8 {
        padding-top: 8px;
    }

.vehicle-section {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    position: relative;
    /*background: #012c7b;*/
}

.parentClass {
    display: inline-block;
    margin: 20px 0 20px 15px;
    padding: 0px;
}

    .parentClass li {
        list-style-type: none;
        display: inline-block;
    }



.vehicle-section p {
    font-size: 16px;
    color: #ccc;
}

    .select-vehicle-width {
        min-width: 90px;
        width: 100%;
        max-width: 160px;
        margin-right: 10px;
        float: left;
        margin-bottom: 3px;
    }

    .select-vehicle-part-width {
        max-width: 170px;
    }

    .select-vehicle-button-div {
        float: left;
    }

    .select-vehicle-button-div button {
        background: #fed700;
        color: #232121;
        padding: 7px 12px;
        border: none;
        border-radius: 4px;
    }

    .select-vehicle-button {
        border-radius: 0;
    }
    /*.vehicle-section .dropdown {
  margin-right: 28px;
}

.vehicle-section .dropdown a.dropdown-opacity
{
  opacity: 0.5;
}

.vehicle-section .dropdown a
{
  text-decoration: none;
}*/
    .vehicle-section button {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 0px;
        padding: 6px 8px;
        color: #000;
        cursor: pointer;
        font-weight: 800;
    }

        .vehicle-section button:hover {
            background-color: #000;
            color: #fff;
            border: 1px solid #000;
        }

    .sel-vehicle-text {
        margin-bottom: 5px;
    }

    .m-b-0 {
        margin-bottom: 0px;
    }

.p-r-25 {
    padding-right: 25px;
}

.slider-nav.slider {
    width: 100%;
    margin: 0px auto;
}

.slider {
    width: 100%;
    margin: 20px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slider-nav img{
    position:relative;
}

.slider-nav h3 {
    position: absolute;
    position: absolute;
    top: 6%;
    z-index: 9999;
    font-size: 56px;
    color: #fff;
    left: 12.3%;
}

.slider-nav p {
    position: absolute;
    bottom: 40%;
    z-index: 9999;
    font-size: 24px;
    color: #fff;
    width:65%;
    left: 12.3%;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slider-nav .slick-slide {
    transition: all ease-in-out .3s;
    border: none;
    display: flex;
    color: #000;
    margin:0px;
    position:relative;
    z-index:99;
}

.slick-slide {
    transition: all ease-in-out .3s;
    border: 1px solid #ccc;
    display: flex;
    color: #000;
    /*opacity: .2;*/
}

.slider_heading{
    color:#000;
    font-size:18px;
    font-weight:600;
    margin:0px;
    padding:0 0 6px 0;
}

.slider_sku {
    font-size: 16px;
    color: #6b6b6b;
    margin: 0px;
    padding: 0 0 6px 0;
}

.slider_price {
    font-weight: 700;
    color: #ff3c12;
    font-size: 20px;
    margin: 0px;
    padding: 0 0 6px 0;
    display: block;
}
.slider_details {
    color: #0570cb;
    font-weight:600;
    font-size:16px;
}

    .slider_details i {
        color: #fff;
        background: #0570cb;
        padding: 5px 7px 5px 9px;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        margin: 0 0 0 10px;
    }

/*.slick-active {
    opacity: .5;
}*/
.slick-current {
    opacity: 1;
}
.slick-prev, .slick-next{
    z-index:999;
}
.dropdown {
    position: relative;
}
    .dropdown a {
        background-color: transparent;
        padding: 5px;
        color: #000;
    }
.dropdown-menu {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    display: block;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    top: 130%;
    right: auto;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transform: scaleY(0);
    transform-origin: 0 0;
    max-height: 450px;
    overflow: auto;
}
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}
.dropdown-menu li a{
color: #333;
clear: both;
display: block;
line-height: 1.42857;
cursor:pointer;
padding: 10px 20px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;

}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #edecec;
}
.dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    transform: scaleY(1);
    opacity: 1;
}

.caret {
    margin-left: 70px !important;
}

    .featured-products-images {
        border: 1px solid #ccc;
        padding: 30px 20px 0 20px;
        min-height: 247px;
        position: relative;
    }

    .featured-products-text {
        /* margin: 20px -20px 0px -20px; */
        background-color: #66A7C5;
        color: #fff;
        padding: 10px;
        margin: 20px 0px 0px -20px;
        text-align: center;
        min-height: 60px;
        /*min-width: 260px;*/
        min-width: 100%;
        position: absolute;
        bottom: 0px;
    }

.featured-products-section {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    background: #f0f0f0;
}

    .featured-products-section h2 {
        font-size: 60px;
        color: #292e32;
        padding: 25px 0;
    }

        .featured-products-section h2 span {
            color: #0672cd;
        }
.expert_para{
    margin:30px 0px;
}

.spec_brand h3 {
    color: #073287;
    margin: 40px 0 20px 0;
    text-align: center;
    font-weight: bold;
}
.spec_brand img{
    margin:5px 10px;
}
.featured-products-section-red-text {
    font-family: Poppins-Italic;
    color: #E62E2D;
    font-size: 35px;
    font-weight: bold;
    margin-top: 30px;
}

    .features-section {
        background-color: #30384B;
        padding-top: 30px;
        /*padding-bottom: 80px;*/
        padding-bottom: 50px;
        margin-top: 10px;
    }

    /*.features-section-img
{
  display: block;
  margin: 0 auto;
  position: absolute;
}
*/

.new_part_division{
    /*background:url(images/part_division.png) repeat left 90px;*/
    margin:20px 0;
    width:100%;
    display:inline-block;
    /*border:1px solid #ccc;*/
    /*padding:40px 0 0 0;*/
}

    /*.new_part_division h4 {
        font-size: 26px;
        font-weight: bold;
        color: #073082;*/
        /* padding: 0 0 20px 0; */
        /*padding: 20px 0 25px 0;
        margin: 0px;
    }*/

    .new_part_division h4.remanufactured_blk span {
        border-bottom: 5px solid #0672cd;
        color: #0672cd;
        display: inline-block;
        font-size:26px;
    }

#about_us_banner_new {
    /*background-image: url('Content/images/compressed/BannerImageAbout.jpg');*/
    background-image: url('images/compressed/banner-bg-02.jpg');
    background-size: cover;
    box-shadow: inset 0px 0px 400px 110px rgb(0 0 0 / 53%);
    color: #fff;
    z-index: -1;
    margin-top: -42px;
    min-height: 548px;
    background-position: top center;
}
h4.remanufactured_blk {
    font-size: 26px;
    font-weight: bold;
    color: #073082;
    /* padding: 0 0 20px 0; */
    margin: 20px 0 25px 0;
    padding: 10px;
    border-radius: 5px;
    background: #f1ebeb;
    display: inline-block;
}

.part_division_section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .part_division_section .full_div {
        border: 2px solid #003cfa;
        border-radius: 5px;
        width: 100%;
        background: #fff;
        display:inline-block;
        margin:0 0 10px 0;
    }

.display_flex{
    display:flex;
}

.part_division_section img {
    float: left;
}

.left_img {
    display: flex;
}

.part_division_section .half_div_left {
    border: 2px solid #003cfa;
    border-radius: 5px;
    width: 49%;
    box-sizing: border-box;
    margin: 0 5px 5px 0px;
    background: #fff;
    float: left;
    min-height: 130px;
    display:flex;
}

.part_division_section .half_div_right {
    border: 2px solid #003cfa;
    border-radius: 5px;
    width: 49%;
    box-sizing: border-box;
    margin: 0 0px 5px 5px;
    background: #fff;
    float: right;
    min-height: 130px;
    display: flex;
}

.part_division_section span {
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 0 10px 0 20px;
    font-size: 16px;
    font-weight: 700;
}

span.nexteer_red {
    display: contents;
    width: 100%;
    color: red;
}

#part_division .left_img {
    display: flex;
    padding: 15px;
    width: 200px;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex: none;
}
#part_division .left_img img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}


@media (max-width:1200px) {
    .part_division_section {
        text-align: center;
    }

    .part_division_section .half_div_right, .part_division_section .half_div_left, .part_division_section .full_div {
        float: none;
        width:100%;
        max-width: 500px;
        margin: 10px auto;
    }

    .part_division_section .display_flex {
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 20px;
    }
}
.part_division_section .left_img {
    display: flex;
    padding: 15px;
    width: 200px;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex: none;
}

.part_division_section .left_img img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}


@media (max-width:1200px) {
    .part_division_section {
        text-align: center;
    }

        .part_division_section .half_div_right, .part_division_section .half_div_left, .part_division_section .full_div {
            float: none;
            width: 100%;
            max-width: 500px;
            margin: 10px auto;
        }

        .part_division_section .display_flex {
            flex-direction: column;
            text-align: center;
            align-items: center;
            width: 100%;
            padding: 20px;
        }
}

.ymme_search {
    background: url(../Content/images/ymme-search-box-bg.png) no-repeat right center #085cf0;
    padding: 10px 0px;
    display:inline-block;
    width:100%;
  /*  position: relative;
    top: -35px;
    left: 1%;*/
 /*   border-radius:10px;*/
}

.newsletter_section {
    background: url(../Content/images/newsletter-subscription-bg.png) no-repeat;
    background-origin: content-box;
    background-size: cover;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}

    .newsletter_section h5 {
        font-size: 24px;
        font-weight: 700;
        margin: 30px 0 10px 0;
    }

    .newsletter_section p {
        font-size: 17px;
    }

.subscribe_input {
    font-size: 20px;
    width: 70%;
    margin: 20px auto;
}

.check_box_new {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0 10px 0 0;
    color:#fff;
}



    /* Hide the browser's default radio button */
    .check_box_new input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check_box_new:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.check_box_new input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check_box_new input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check_box_new .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

.subscribe_btn {
    color: #fff;
    font-size:16px;
    background: #041e4f;
}
    .someData {
        /* max-width: 768px;
    height: 150px;*/
        display: none;
        padding: 1%;
    }

/*#first {
    background: #4CAF50;
}

#second {
    background: orange;
}*/

.activeTab {
    display: block;
}
    .features-section-icon {
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

        .features-section-icon img {
            transition: all .3s ease-out 0s;
            -webkit-transition: all .3s ease-out 0s;
            max-height: 100%;
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

    .features-section-icon-text {
        color: #fff;
        font-family: "Poppins-Bold";
        text-align: center;
        padding-top: 25px;
        /*position: relative;
  top: 70px;
  right: 45px;*/
    }

    .home-services-section {
        background-image: url('images/BackgroundImage.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

        .home-services-section h2 {
            padding-top: 30px;
        }

    /*.home-services-section .col-md-6
{
  padding-top: 20px;
  padding-bottom: 20px;

}
*/
    .services-section-para {
        font-size: 20px;
        line-height: 1.75;
        /*padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;*/
        padding: 20px 10px 0px;
        text-align: justify;
    }

    .services-secion-image {
        /*width: 100%;*/
        padding: 20px;
    }

    .electric-parts-section-header, .home-more-section-header {
        text-transform: uppercase;
    }

    .electric-parts-section-para, .electric-parts-section-listing, .home-more-section-para, .home-more-section-listing {
        font-size: 20px;
        line-height: 1.75;
        list-style-position: inside;
        padding: 10px;
        /*text-align: center;*/
    }

    .row-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.youtube_vid {
    display: inline-block;
    margin: 20px 0px 10px 28px;
    width: 48%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px #ccc;
    padding: 10px;
    vertical-align: top;
    min-height:500px;
    max-height:500px;
}

    .youtube_vid h4 {
        font-size: 16px;
        margin: 0px 0 10px 0;
        /* background: #085cf0; */
        padding: 8px;
        border: 1px solid #085cf0;
        border-left: 5px solid #012c7b !important;
        display:block;
        font-weight: 900;
    }

    .news-section {
        background-image: url('../Content/images/BackgroundImage.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #DF3C41;
        /* margin-top: 30px;*/
        padding-bottom: 60px;
    }

        .news-section h2 {
            color: #fff;
            padding-top: 30px;
            padding-bottom: 30px;
        }

    .card-img-top {
        width: 100%;
    }

    .card-title {
        font-weight: bolder;
        font-size: 18px;
        line-height: 1.2;
    }

    .card .fa {
        color: #E62E2D;
    }

    .card-body {
        background-color: #fff;
        padding: 20px;
    }

    .card-link, a.card-link:hover {
        color: #DF3C41;
        text-decoration: none;
    }

    hr {
        border-top: 3px solid #E62E2D !important;
    }

    .brands-section h2 {
        padding-top: 30px;
    }

    .brands-section img {
        width: 100%;
    }

    .brands-section-text {
        font-size: 20px;
        font-family: Poppins-Italic;
        text-align: center;
        padding-top: 20px;
    }

    .font-size-h2 {
        font-size: 32px !important;
        font-weight: bolder;
    }

    /*.brands-section-red-text {
    font-size: 20px;
    font-family: Poppins-Italic;
    color: #E62E2D;
    text-align: center;
    padding-top: 20px;
}*/

    /*.opportunities-section
{
  background-image: url('../Content/images/compressed/Background Image New.png');
  background-size: cover;
  background-repeat: no-repeat;
  
}*/
    .career-section {
        background-image: url('../Content/images/compressed/Background Image New.png');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

        .career-section:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #6aa8c6;
            z-index: -1;
        }
    /*.career-section {
    background-image: url('../Content/images/compressed/Blue Background.png');
    background-size: cover;
    background-repeat: no-repeat;
}*/
    .franchise-section {
        background-image: url('../Content/images/compressed/Background Image New.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

        .franchise-section:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #51869e;
            z-index: -1;
        }

    .career-section, .franchise-section {
        text-align: center;
        color: #fff;
        /* font-size: 28px; */
        /*z-index: -1;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .career-section p, .franchise-section p {
            font-size: 67px;
            font-family: Poppins-Bold;
        }

    a.opportunities-section {
        background: #30394b;
        padding: 8px 15px;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }

        a.opportunities-section:hover {
            text-decoration: none;
        }

    .opportunities-section button {
        background-color: #384254;
        border: 1px solid #384254;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

.footer-section {
    background-color: #e0e0e0;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #cecece;
    padding: 0 0 10px 0;
}

.footer-section i {
    color: #012c7b;
    font-size: 16px;
    padding: 4px 10px;
    float: left;
    vertical-align: top;
}

.Footer_new_part{
    font-size:18px;
    color:#333;
    padding:10px 0 15px 0;
    border-bottom:1px solid #ccc;
}

.store img, .hours img {
    padding-right: 16px;
    float: left;
}

    .address, .email, .phone, .store, .hours {
        padding-bottom: 20px;
        font-size: 15px;
        clear: left;
    }
.address a, .email a, .phone a, .store a, .hours a {
    color:#000;
    cursor:pointer;
}

        .address span {
            font-size: 14px;
            color: #333;
            padding: 0 0 10px 0;
            display: inline-block;
        }
.terms_condition span{
    padding:0 10px 0 0;
}

.inquiries_sec h6 {
    color: #717171;
    font-size: 16px;
}

.inquiries_name {
    color: #333;
    font-weight:800;
    font-size: 16px;
}

.footer-images {
    padding-right: 25px;
    padding-bottom: 15px;
}

    .pt-20 {
        padding-top: 20px;
    }

    /*Styles for Contact us Page*/
    .one-stop-section {
        font-size: 18px;
    }


    .red-text {
        color: #E62E2D;
    }

    .one-stop-section-list {
        line-height: 2.5;
    }

    ul.one-stop-section-list {
        list-style-position: inside;
    }

    .one-stop-section-list li::marker {
        color: #E62E2D;
    }

.contact-section i {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
}

    .contact-section hr {
        border-top: 3px solid #6BAAC6 !important;
    }


.contact-address, .contact, .open-hours {
    color: #fff;
    font-size: 18px;
    background-color: #0672cd;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 15px;
}

    .p-l-15 {
        padding-left: 15px;
    }

    .contact-form {
        border: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 20px !important;
    }

        .contact-form hr {
            border-top: 3px solid #0672cd !important;
        }


        .contact-form .form-control {
            border: 1px solid #ccc !important;
            min-width: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
            background-color: #cccccc29;
            height: 45px;
        }

    .m-b-30 {
        margin-bottom: 30px;
    }

.contact-btn-red {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0672cd;
    color: #fff;
}

    .questions-section {
        font-style: italic;
        line-height: 1.75;
        font-weight: bolder;
    }

        .questions-section p, .services-section p {
            font-size: 18px;
            width: 70%;
            margin: 0 auto;
            padding-bottom: 20px;
        }

    .contact-image-section {
        margin-bottom: 20px;
    }

    .services-section {
        line-height: 1.75;
    }

    .services-section {
        background-image: url('images/compressed/BackgroundImageContactUs.png');
        background-color: #fff;
        color: #000;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .dark-blue-text {
        color: #30384B;
    }

    /* FAQ Page*/

    .general-questions-section {
        font-size: 18px;
    }

    .qn {
        color: #000;
    }

        .qn a {
            color: #000;
        }

            .qn a:hover, .qn a:focus {
                text-decoration: none;
            }

    a[aria-expanded=true] {
        color: #E62E2D;
    }
    /*.q-a-section {
    border: 1px solid #ccc;
    padding: 10px;
}*/
    .fa.fa-plus {
        color: #30384B;
    }

    .fa.fa-minus {
        color: #E62E2D;
    }

    .collapse.in {
        margin-top: 10px;
    }

.lkqpdf-container .collapse.in {
    margin-bottom: 10px;
}

    /*.fa.fa-plus, .fa.fa-minus {
    color: #E62E2D;
}*/
    .first-section-q1, .first-section-q2, .first-section-q3, .first-section-q4, .first-section-q5 {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .q-a-section-1, .q-a-section-2, .q-a-section-3, .q-a-section-4, .q-a-section-5, .q-a-section-6, .q-a-section-7 {
        margin-bottom: 20px;
        box-shadow: 0 0 5px #ccc;
    }

    /*About Us Page*/

    .banner-section-para {
        font-size: 16px;
        /*text-align: justify;*/
    }

    .about-mission-section, .about-second-section {
        text-align: center;
        margin-bottom: 30px;
    }

    .mission-header {
        color: #30384B;
        font-weight: bolder;
        font-size: 30px;
    }

    .mission-text {
        max-width: 900px;
        margin: 0px auto;
        line-height: 1.75;
        font-size: 20px;
    }

    .mission-list {
        list-style-position: inside;
        font-size: 18px;
        text-align: left;
        padding-top: 15px;
    }

        .mission-list li {
            line-height: 1.75;
        }

.about_content h1 {
    color: #042b9c;
    margin: 0px 0 20px;
    padding: 0px 0 5px 0;
    font-size: 30px;
    font-weight: 600;
}

    .about_content h1 span {
        display: inline-block;
        border-bottom: 5px solid #042b9c;
        color: #085cf0;
    }

    .about_content h5 {
        color: #033faa;
        font-size: 17px;
        margin: 0 0 20px 0;
    }

    .about-second-section .container {
        max-width: 850px;
        margin: 0px auto;
    }

    .about-second-section-text {
        padding: 25px 0;
    }

    .about-axles-img {
        padding-top: 10%;
        padding-bottom: 30%;
    }

    .about-motor-img {
        padding-bottom: 16%;
    }

    .about-steering-img {
        padding-bottom: 10%;
    }

    .software-section {
        background-color: #30384B;
        color: #fff;
        margin-bottom:5px;
    }

    .software-section-img {
        width: 100%;
    }

    .software-section-text-header {
        padding-top: 20px;
    }

    .software-section-text {
        width: 75%;
        line-height: 1.75;
        font-size: 16px;
        text-align: justify;
    }

    .about-mission-statement-section {
        background-image: url('images/compressed/AboutBackgroundImage.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #E62E2D;
        font-size: 21px;
        color: #fff;
    }

        .about-mission-statement-section h3, .about-mission-statement-section p {
            text-align: center;
        }

    .about-mission-first-para {
        padding-top: 15px;
    }

    .about-mission-list {
        line-height: 2;
        margin-left: 10%;
    }

    .about-mission-last-para {
        padding: 20px 0 !important;
        font-style: italic;
        font-weight: bolder;
        max-width: 950px;
        margin: 0 auto;
        text-align: center;
    }

    .why-choose-cae-section {
        line-height: 1.75;
    }

        .why-choose-cae-section p {
            padding-bottom: 20px;
            font-size: 18px;
            text-align: justify;
        }



    .facilities-section .container {
        border: 1px solid #ccc;
    }
.facilities-section-head {
    margin-right: -15px;
    margin-left: -15px;
}
.facilities-section-header {
    background-color: #30384B;
    color: #E62E2D;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .flt-left {
        float: left;
    }

    .m-0 {
        margin: 0;
    }

    .m-b-5 {
        margin-bottom: 5px;
    }

    .m-b-10 {
        margin-bottom: 10px;
    }

    .m-b-25 {
        margin-bottom: 25px;
    }

    .p-0 {
        padding: 0;
    }

    .p-l-25 {
        padding-left: 25px;
    }

    .p-r-25 {
        padding-right: 25px;
    }

    .facilities-section p {
        font-size: 18px;
        line-height: 2;
        padding-top: 10px;
    }

    .dream-section-img {
        display: block;
    }

    .dream-section-img {
        width: 100%;
    }



    .dream-section-first-text {
        position: absolute;
        top: 10px;
        left: 28%;
        padding: 15px;
    }

        .dream-section-first-text p {
            font-size: 21px;
            text-align: justify;
        }

.dream-section-second-text {
    font-size: 21px;
    /*text-align: center;*/
    text-align: left;
    position: absolute;
    bottom: 0;
    margin: 0;
    top: auto;
    color: #fff;
    padding: 15px;
}
.about-store-img {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px
}

.about-contact-section {
    font-size: 21px;
}

    .light-blue-color {
        color: #66A7C5;
    }

    .dream-section .container {
        width: 100%;
        padding: 0;
    }

   /* @media (min-width:1300px) {
        .dream-section-img {
            display: none;
        }

        .dream-section .container {
            width: 1170px;
            padding-right: 15px;
            padding-left: 15px;
        }

        .dream-section-first-text {
            position: relative;
            top: 10px;
            left: auto;
            padding: 15px;
            margin-left: 250px;
        }

        .dream-section {
            position: relative;
            background: url(../Content/images/compressed/GreenBackgroundImage.jpg) no-repeat;
            background-size: cover;
            height: 550px;
        }

        .dream-section-second-text {
            font-size: 21px;
            text-align: center;
            position: relative;
            color: #fff;
            padding: 15px;
            margin-top: 58px;
        }
    } */

   @media (min-width: 1350px) {
    .dream-section-first-text p {
        font-size: 23px;
    }

    .dream-section-second-text {
        font-size: 23px;
    }
   }

   @media (min-width: 1560px) {
    .dream-section-first-text p {
        font-size: 28px;
    }
    .dream-section-second-text {
        font-size: 26px;
    }
   }

@media (min-width: 1970px) {
    .dream-section-first-text p {
        font-size: 33px;
    }
   

    .dream-section-second-text {
        font-size: 33px;
    }
}

@media (min-width: 1984px) {
    .dream-section-first-text p {
        font-size: 35px;
    }

    .dream-section-second-text {
        font-size: 35px;
    }
}

@media (min-width: 2380px) {
    .dream-section-first-text p {
        font-size: 40px;
    }

    .dream-section-second-text {
        font-size: 40px;
    }
}

@media (max-width:1800px){
    .youtube_vid {
        width: 47%;
    }
}

@media (max-width:1024px) {
    .youtube_vid {
        width: 98%;
        margin:10px;
    }
    
}



@media (max-width: 450px) {
    .dream-section-first-text {
        padding: 0 15px !important;
    }

        .dream-section-first-text p, .dream-section-second-text {
            font-size: 6px !important;
        }

        .dream-section-first-text h1 {
            margin-top: 0;
        }
}

@media (max-width: 375px) {
    .dream-section-first-text p, .dream-section-second-text {
        font-size: 5px !important;
    }
}

    /* Franchise Page*/
    .franchise-page-section {
        font-size: 20px;
        text-align: center;
    }

    .careers-page-section {
        font-size: 20px;
        text-align: justify;
    }

    .franchise-page-para, .careers-page-para {
        padding: 20px;
    }

    .franchise-page-img, .careers-page-img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .franchise-page-items {
        color: #E62E2D;
        padding-top: 10px;
    }

    .franchise-page-text, .careers-page-text {
        padding-bottom: 20px;
    }

    .contact-link, .contact-link:hover {
        color: #E62E2D !important;
        text-decoration: none !important;
    }

    .red-color {
        color: #E62E2D;
    }


    .phone-number {
        display: block;
    }

    .menuicon {
        display: none;
    }

    .mobile-phone-number {
        display: none;
    }

.make_layoutloader {
    margin-left: 12px;
    margin-top: -14px;
    height: 20px;
    position: absolute;
    z-index: 999;
    right: 20px;
    top:30px;
}





.products-page-section {
    display: inline-block;
    width: 100%;
}

.products-page-section ul{
    list-style: none;
    padding: 0;
}

.widget-list {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.widget-list h3 {
    padding: 8px 10px;
    color: #fff;
    background: #666666;
    font-family: "Poppins-Regular";
    font-weight: 600;
    font-size: 17px;
    display: block;
    position: relative;
    margin-bottom: 0;
    margin-top: 5px;
}

.utility-list {
    padding-left: 8px;
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget-list-checkbox p {
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
    font-family: "Poppins-Regular";
}
.utility-list-box {
    max-height: 155px;
    overflow: auto;
    display: block;
}
.custom-checkbox {
    position: relative;
    display: block;
    min-height: 2.5rem;
    padding-left: 1.5rem;
    min-height: auto;
    margin-bottom: 2px;
}
.custom-control-label {
    margin-left: 8px;
    font-weight: 500;
    vertical-align: middle;
}

.filter-right-text-small{
    display:none;
}
.filter-left-hide {
    background: #0672cd;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    float: left;
}
.product-sidebar {
            float: left;
            width: 24%;
            margin-right: 15px;
            box-shadow: 0 0 5px rgb(0 0 0 / 55%);
            background:#fff;
        }

.filter-section {
    background-color: #0672cd;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
}


        .filter-left-text {
            text-align: left;
            display: inline-block;
            width: 85%;
        }

        .filter-right-text {
            text-align: center;
            display: inline-block;
            width: 10%;
            cursor: pointer;
        }

        .data-selection {
            background: #f7f7f7;
            padding: 10px;
            position: relative;
            font-family: Poppins-Regular;
        }

            .data-selection h4 {
                margin-top: 0;
                text-align: center;
                color: #000;
                font-weight: 600;
            }


        .selections-list {
            margin-bottom: 5px;
            font-family: "Poppins-Regular";
        }


        .clear-all {
            text-align: right;
            font-size: 12px;
            color: #f52d2d;
            font-weight: 600;
            display: block;
            cursor: pointer;
            font-family: "Poppins-Regular";
        }

            .clear-all:hover {
                color: #f52d2d;
            }

            .clear-all i {
                font-size: 10px;
            }


        .filter-sidebar-hide {
            margin-left: -100%;
            display: none;
            margin-right: 0;
            width: 0;
        }

       
        /*#wrp_{
            float:left;
            background:#fff;
        }*/
        #con_ {
            /*float:left;*/
            background: #fff;
        }

        .float-lft {
            float: left;
        }
        .product-content {
            width:74%;   /* 99%;*/
            float: left;
            background: #fff;
           /* border-radius: 5px;*/
        }
.product-content-full {
    width: 95%;
    margin-left: 5px;
}
        .mg_left{
            margin-left:18%;
        }

        .custom-control-label {
            margin-left: 8px;
            font-weight: 500;
            vertical-align: middle;
        }
        .PartDetails_mrg{
            margin-top: 3%;
        }
.dropdown-menu > li > a {
    cursor: pointer !important;
}
    .make_layoutloader {
        margin-left: 12px;
        margin-top: -14px;
        height: 20px;
    }


    .blog-section {
        text-align: justify;
    }

    .blog-banner-img {
        margin: 15px 0;
    }

        .blog-banner-img img {
            max-width: 100%;
        }

    .fa.fa-calendar {
        color: #E62E2D;
    }

    /* New styles by Suriya*/

.read-more-btn {
    background-color: #0672cd !important;
    color: #fff !important;
    padding: 10px 40px !important;
    border: 0px !important;
}

    .read-more-btn a {
        color: #fff !important;
    }

        .read-more-btn a:hover, .read-more-btn a:focus {
            color: #fff !important;
            text-decoration: none !important;
        }

.fa.fa-long-arrow-right {
    font-family: FontAwesome !important;
    font-size: 25px !important;
    vertical-align: middle !important;
    margin-left: 5px !important;
}

.cae-social-icon {
    margin-right: 5px;
    /*color: #E62E2D !important;*/
}

.cae-contact-btn {
    margin-bottom: 20px;
}

.contact-section {
    margin-top: 20px !important;
}

/*New Styles - 4-7-22*/
.cae-edit-icon {
    float: right;
    cursor: pointer;
}

#Ship_Billing_Addr p {
    margin-top: 0px !important;
}

    #Ship_Billing_Addr p:not(.ship_address) > p {
        margin-top: 0px !important;
    }

/* Benefits Page*/
.benefits-title {
    text-align: center;
}
.benefits-title span {
    color: red;
}

/*featured products page  */
#ToolEquipments_Panel ul.breadcrumb li + li:before {
    color: #ccc !important;
}

#ToolEquipments_Panel ul.breadcrumb li a.active {
    color: #000 !important;
}

/* CoreChargePolicy*/
.core-policy-title {
    text-align: center !important;
}

/*span.select-vehicle-width .form-control:focus, span.select-vehicle-width .form-control:hover {*/
    /*background-color: #000;*/
    /*border: 3px solid #000 !important;*/
    /*color: #fff;*/
/*}*/

.search-alert-popup{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:99;
   
}

.search-alert-popup:after{
   content:'';
   position:absolute;
   top:0;
   left:0;
   right:0;
   bottom:0;
   background-color:#000;
   z-index:-1;
   opacity:.2;
}

.alert-dialog {
    position: relative;
    z-index: 9999;
    background: #fff;
    width: 500px;
    margin: 10% auto;
    box-shadow: 0 0 5px #252424;
}
.alert-dialog.alert-sm {
    width: 400px;
}
.alert-dialog.alert-md {
    width: 600px;
}
.alert-header {
    background-color: #055ba4;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
}
.alert-header-title{
    color:#fff;
    display:inline-block;
    float:left;
}
.alert-header-close {
    float: right;
    color: #fff;
    cursor: pointer;
    padding: 0 10px;

}
.alert-body {
    padding:15px;
    text-align: center;
}
.alert-form {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.alert-btn {
    background-color: #055ba4;
    color: #fff;
    padding: 5px 15px;
    border: 0px;
    font-size: 15px;
}
.alert-form .form-control {
    min-width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}


.alert-footer {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.Narrow_search_inner {
    border: 1px solid #c2c2c2;
    background: #2474A9;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.form_radio {
    cursor: pointer;
    border-bottom: 1px solid #c2c2c2;
    width: 100%;
    display: inline-block;
    padding: 5px;
    margin: 0px;
}

.homebannera {
    display: flex;
    height: 140px;
    align-items: center;
}

.homebannerimg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}