* { box-sizing: border-box; }
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        * {
            box-sizing: border-box;
        }

        .row::after {
            content: "";
            clear: both;
            display: table;
        }

        [class*="col-"] {
            float: left;
            padding: 15px;
        }

        html {
            font-family: "Lucida Sans", sans-serif;
        }

        .header {
            background-color: black;
            color: #ffffff;
            padding: 15px;
        }

        .menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .menu li {
            padding: 8px;
            margin-bottom: 7px;
            background-color: #33b5e5;
            color: #ffffff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        }

        .menu li:hover {
            background-color: #0099cc;
        }

        .aside {
            background-color: #33b5e5;
            padding: 15px;
            color: #ffffff;
            text-align: center;
            font-size: 14px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        }

        .footer {
            background-color: black;
            color: #ffffff;
            text-align: center;
            font-size: 18px;
            padding: 15px;
        }

        /* For mobile phones: */
        [class*="col-"] {
            width: 100%;
        }

        @media only screen and (min-width: 600px) {

            /* For tablets: */
            .col-s-1 {
                width: 8.33%;
            }

            .col-s-2 {
                width: 16.66%;
            }

            .col-s-3 {
                width: 25%;
            }

            .col-s-4 {
                width: 33.33%;
            }

            .col-s-5 {
                width: 41.66%;
            }

            .col-s-6 {
                width: 50%;
            }

            .col-s-7 {
                width: 58.33%;
            }

            .col-s-8 {
                width: 66.66%;
            }

            .col-s-9 {
                width: 75%;
            }

            .col-s-10 {
                width: 83.33%;
            }

            .col-s-11 {
                width: 91.66%;
            }

            .col-s-12 {
                width: 100%;
            }
        }

        @media only screen and (min-width: 768px) {

            /* For desktop: */
            .col-1 {
                width: 8.33%;
            }

            .col-2 {
                width: 16.66%;
            }

            .col-3 {
                width: 25%;
            }

            .col-4 {
                width: 33.33%;
            }

            .col-5 {
                width: 41.66%;
            }

            .col-6 {
                width: 50%;
            }

            .col-7 {
                width: 58.33%;
            }

            .col-8 {
                width: 66.66%;
            }

            .col-9 {
                width: 75%;
            }

            .col-10 {
                width: 83.33%;
            }

            .col-11 {
                width: 91.66%;
            }

            .col-12 {
                width: 100%;
            }
        }

        .topnav {
            overflow: hidden;
            /* background-color: #333; */
        }

        .topnav a {
            float: left;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
        }

        .homepage_slider_container {
            width: 100%;
            float: left;
            height: 629px;
            background: url(slider_bg.png) 10% 10% no-repeat;
            /* background-image:url(/src/assets/slider_bg.png);   */
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .float-left {
            float: left !important;
        }

        .w-100 {
            width: 100% !important;
        }

        *,
        ::after,
        ::before {
            box-sizing: inherit;
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

        .owl-carousel {
            display: none;
            width: 100%;
            z-index: 1;
        }

        div {
            display: block;
        }

        .client_item {
            width: 100%;
            float: left;
        }

        .mobile_banner_container {
            background-size: cover !important;
            background-position: center center;
            background-repeat: no-repeat;
            padding: 0;
            max-width: 1140px;
            position: relative;
            overflow: hidden;
            width: 100% !important;
            height: 500px !important;
        }

        .w-100 {
            width: 100% !important;
        }

        .d-block {
            display: block !important;
        }

        img {
            vertical-align: middle;
            border-style: none;
        }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            -moz-backface-visibility: hidden;
        }

        .no-js .owl-carousel,
        .owl-carousel.owl-loaded {
            display: block;
        }

        element.style {
            transform: translate3d(-489px, 0px, 0px);
            transition: all 0s ease 0s;
            width: 1141px;
        }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0, 0, 0);
        }

        .owl-carousel .owl-item,
        .owl-carousel .owl-wrapper {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
        }


        element.style {}

        .client_item {
            width: 100%;
            float: left;
        }

        *,
        ::after,
        ::before {
            box-sizing: inherit;
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        user agent stylesheet div {
            display: block;
        }

        .owl-carousel.owl-drag .owl-item {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

        body {
            font-size: 14px;
            font-family: Montserrat, sans-serif;
            background-color: #f7f9fb;
            overflow-x: hidden;
            position: relative;
        }

        img.banner_in_mobile {
            background-size: cover;
            position: absolute;
            bottom: -10px;
            left: 10px;
            right: 10px;
            background-repeat: no-repeat;
            max-width: 690px;
            width: auto !important;
            height: auto;
            margin-left: -220px;
        }

        .w-100 {
            width: 100% !important;
        }

        .d-block {
            display: block !important;
        }

        img {
            vertical-align: middle;
            border-style: none;
        }

        h2 {
            display: block;
            font-size: 1.5em;
            margin-block-start: 0.83em;
            margin-block-end: 0.83em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            font-weight: bold;
        }

        .slider_caption_container {
            top: 70px;
            left: 7.8333%;
            max-width: 500px;
            min-height: 220px;
            float: left;
            text-align: left;
        }

        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: 20px;
            left: 15%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #fff;
            text-align: center;
        }


        ::-webkit-scrollbar-thumb {
            border-radius: 0;
            -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
        }

        span.info_text {
            font-size: 14px;
            font-weight: 300;
            color: #0e2241;
            margin-bottom: 30px;
            float: left;
            text-align: justify;
            line-height: 22px;
        }

        .page-title {
            /* font-size: 26px; */
        }

        .page-title {
            color: #0e2241;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 32px;
            font-weight: 500;
            float: left;
            line-height: normal;
        }

        .text-center {
            text-align: center !important;
        }

        .float-none {
            float: none !important;
        }

        .h1,
        h1 {
            font-size: 2.5rem;
        }

        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-bottom: 0.5rem;
            font-family: inherit;
            font-weight: 500;
            line-height: 1.2;
            color: inherit;
        }

        .col,
        .col-1,
        .col-10,
        .col-11,
        .col-12,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-auto,
        .col-lg,
        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-auto,
        .col-md,
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-auto,
        .col-sm,
        .col-sm-1,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-auto,
        .col-xl,
        .col-xl-1,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-auto {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }



        .float-right {
            float: right !important;
        }

        .float-left {
            float: left !important;
        }

        .check_onroad_price_advertisement {
            position: relative;
            width: 100%;
            float: left;
            height: auto;
            overflow: hidden;
        }

        article,
        aside,
        dialog,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        legend,
        main,
        nav,
        section {
            display: block;
        }

        img.price_advertisement_img {
            width: auto !important;
        }

        img.price_advertisement_img {
            width: 100%;
            float: left;
        }

        img {
            vertical-align: middle;
            border-style: none;
        }

        .container,
        .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
            width: 100%;
        }

        .price_advertisement_form {
            max-width: 100%;
            left: 15px;
            right: 15px;
        }

        .price_advertisement_form {
            position: absolute;
            top: 12%;
            max-width: 390px;
            padding: 10px 0 30px;
        }

        .price_advertisement_form .page-title {
            color: #fff;
            max-width: 380px;
        }

        .mb_30 {
            margin-bottom: 30px !important;
        }

        .page-title {
            font-size: 26px;
        }

        .white_color {
            color: #fff;
        }

        .page-title {
            color: #0e2241;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 32px;
            font-weight: 500;
            float: left;
            line-height: normal;
        }

        .mb_30 {
            margin-bottom: 30px !important;
        }

        .input-group {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            width: 100%;
        }

        .custom-control,
        .input-group,
        .input-group-btn,
        .input-group-btn>.btn {
            position: relative;
        }


        .select_down_arrow_white {
            background: url(../images/down.svg) right 0.75rem center no-repeat;
            background-size: 10px;
        }

        .gloabl_select_white {
            border: 1px solid #fff;
            border-radius: 0;
            padding: 12px 20px;
            line-height: normal;
            font-size: 14px;
            color: #fff;
            transition: none;
            font-weight: 400;
            cursor: pointer;
        }

        .gloabl_select,
        .gloabl_select_white {
            height: calc(2.63rem + 2px);
            width: 100%;
        }

        .custom-select {
            height: calc(2.25rem + 2px);
            padding: 0.375rem 1.75rem 0.375rem 0.75rem;
            line-height: 1.5;
            color: #495057;
            vertical-align: middle;
            /* background: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) right 0.75rem center no-repeat #fff; */
            background-size: 8px 10px;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .custom-file,
        .custom-select {
            display: inline-block;
            max-width: 100%;
        }

        option {
            font-weight: normal;
            display: block;
            white-space: nowrap;
            min-height: 1.2em;
            padding: 0px 2px 1px;
            color: black;
        }

        .input-group {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: stretch;
            align-items: stretch;
            width: 100%;
        }

        .custom-control,
        .input-group,
        .input-group-btn,
        .input-group-btn>.btn {
            position: relative;
        }

        *,
        ::after,
        ::before {
            box-sizing: inherit;
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        user agent stylesheet div {
            display: block;
        }

        .select_down_arrow_white {
            background: url(../images/down.svg) right 0.75rem center no-repeat;
            background-size: 10px;
        }

        .gloabl_select_white {
            border: 1px solid #fff;
            border-radius: 0;
            padding: 12px 20px;
            line-height: normal;
            font-size: 14px;
            color: #fff;
            transition: none;
            font-weight: 400;
            cursor: pointer;
        }

        .gloabl_select,
        .gloabl_select_white {
            height: calc(2.63rem + 2px);
            width: 100%;
        }

        element.style {
            color: red;
        }

        .w-100 {
            width: 100% !important;
        }

        .float-left {
            float: left !important;
        }

        *,
        ::after,
        ::before {
            box-sizing: inherit;
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        a:not([href]):not([tabindex]),
        a:not([href]):not([tabindex]):focus,
        a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        .test_drive_btn,
        a.test_drive_btn,
        span.test_drive_btn {
            border: 1px solid #ff3824;
            color: #fff !important;
            transition: all .3s ease-out;
            cursor: pointer;
            border-radius: 0 !important;
        }

        .test_drive_btn,
        a.secondary_btn,
        a.test_drive_btn,
        span.test_drive_btn {
            text-transform: uppercase;
            font-size: 13px;
            float: none;
            text-align: center;
            display: inline-block;
            padding: 13px 26px;
            margin-top: 5px;
            margin-bottom: 5px;
            text-decoration: none;
            font-weight: 500;
        }

        .mt_30 {
            margin-top: 30px !important;
        }

        .container,
        .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
            width: 100%;
        }

        .testimonial_container {
            float: left;
            width: 100%;
            background: #f7f9fb;
            padding: 40px;
            margin-bottom: 30px;
        }

        carousel.owl-loaded {
            display: block;
        }

        .owl-carousel {
            display: none;
            width: 100%;
            z-index: 1;
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0, 0, 0);
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            -moz-backface-visibility: hidden;
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

        .owl-carousel.owl-drag .owl-item {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
        }

        .owl-carousel .owl-item,
        .owl-carousel .owl-wrapper {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

        owl-carousel.owl-drag .owl-item {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

        .client_item {
            width: 100%;
            float: left;
        }

        span.client_speek {
            text-align: center;
            font-size: 18px;
            font-weight: 300;
            margin: 0 auto;
            display: block;
        }

        span.client_name {
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            margin: 20px auto 0;
            display: block;
        }

        /* .footer {
    background: #222;
    padding: 40px 0 20px;
} */

        ul {
            display: block;
            list-style-type: disc;
            margin-block-start: 1em;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
            padding-inline-start: 40px;
        }

        ul.footer-item {
            display: inline-block;
            color: #fff;
        }

        ul.footer-item,
        ul.social_icon {
            list-style: none;
            padding-left: 0;
        }

        dl,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        ol,
        p,
        ul {
            margin-top: 0;
        }

        address,
        dl,
        ol,
        p,
        ul {
            margin-bottom: 1rem;
        }


   table td{
            border: 2px solid black;
            /* border-radius: 50px 20px; */
            border-style: inherit 50px 20px;
            width: 100%;
        }
.col-md-10{
/*background-image: url('maruti-suzuki-dzire-1.jpg'); */
background-color: blanchedalmond;
  background-repeat: no-repeat;
  background-size: 100% 100%;
 
}

info_text{
 color: white;
  font-size: 20px;
}

.service{
background-image: url(service_web_winter3.jpg);
 background-size: 100% 100%;
}





    </style>