﻿/* CUSTOM STYLESHEET */


#top-nav input.valid:not([type]),
#top-nav input.valid:focus:not([type]),
#top-nav input.valid[type="text"],
#top-nav input.valid[type="text"]:focus,
#top-nav input.valid[type="number"],
#top-nav input.valid[type="number"]:focus,
#top-nav input.valid[type="search"],
#top-nav input.valid[type="search"]:focus,
#top-nav textarea.materialize-textarea.valid,
#top-nav textarea.materialize-textarea.valid:focus {
    border-bottom: 1px solid rgba(63, 63, 63, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

#top-nav input:not([type]),
#top-nav input[type="text"],
#top-nav input[type="number"],
#top-nav input[type="search"],
#top-nav textarea.materialize-textarea {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #top-nav input:focus:not([type]):not([readonly]),
    #top-nav input[type="text"]:focus:not([readonly]),
    #top-nav input[type="number"]:focus:not([readonly]),
    #top-nav input[type="search"]:focus:not([readonly]),
    #top-nav textarea.materialize-textarea:focus:not([readonly]) {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 0;
    }

#top-nav .z-depth-1, nav,
#top-nav .card-panel,
#top-nav .card, .toast,
#top-nav .btn, .btn-large,
#top-nav .btn-floating,
#top-nav .dropdown-content,
#top-nav .collapsible,
#top-nav .side-nav {
    color: rgba(0,0,0,.87);
    -webkit-box-shadow: none;
    box-shadow: none;
}

    nav#top-nav i, nav [class^="mdi-"],
    nav#top-nav [class*="mdi-"],
    nav#top-nav i.material-icons {
        display: inline-block;
        height: auto;
    }

    nav#top-nav, nav#top-nav .nav-wrapper i, nav#top-nav a.button-collapse, nav#top-nav a.button-collapse i {
        height: auto;
        line-height: normal;
    }

#top-nav .row {
    margin-bottom: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.87);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

input, textarea, input:focus, textarea:focus {
    outline: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

#car-homepage {
    height: 100%;
}

.row, .container .row {
    margin-left: -15px;
    margin-right: -15px;
}

img {
    max-width: 100%;
}


a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.disable-text {
    color: rgba(0,0,0,.38);
}

h1, h2, h3, .sub-heading {
    font-weight: 400;
}

b.sub-heading {
    font-weight: bold;
}

h4, .btn-small, .btn-large {
    font-weight: 700;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.main-heading {
    font-size: 20px;
}

.sub-heading {
    font-size: 16px;
}

.btn-small {
    font-size: 14px;
}
/* FONT WEIGHT BOLD */
.btn-large {
    font-size: 16px;
}

#top-nav-2 {
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    width: 100%;
}

.navbar {
    min-height: 54px;
    border: 0;
    margin-bottom: 0;
    background: #fff;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggle {
    z-index: 3;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,.84);
    padding: 0 20px;
}

.navbar-fixed-top .navbar-collapse {
    padding: 0 15px;
}

.carousel-inner img {
    width: 100%;
    margin: auto;
}

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 600px;
}

.carousel.vertical .prev {
    top: -600px;
}

    .carousel.vertical .next.left, .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -600px;
}

.carousel.vertical .active.right {
    top: 600px;
}

.carousel.vertical .item {
    left: 0;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 8px 0 0px !important;
    vertical-align: middle;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, .38);
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    width: 8px;
    position: relative;
    left: 2px;
}

    .carousel-indicators li.active {
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid #fff;
        left: 0;
        height: 12px !important;
        width: 12px !important;
    }

.carousel-indicators {
    left: auto;
    right: 3%;
    top: 47%;
    bottom: auto;
    width: auto;
}

#myNavbar {
    width: 100%;
}

.navbar.custom-top {
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    min-height: auto;
}

    .navbar.custom-top .navbar-nav > li > a {
        padding: 0 20px;
        line-height: 30px;
        font-size: 10px;
    }

    .navbar.custom-top .navbar-nav > li.quote-text a {
        color: rgba(0,0,0,.70);
        font-weight: 700;
        font-size: 12px;
    }

.heading::after {
    background: #e42125 none repeat scroll 0 0;
    clear: both;
    content: "";
    display: block;
    height: 3px;
    margin: 3px auto 0;
    text-align: center;
    width: 10%;
}

.nav .icon-mobile {
    font-size: 20px;
    position: relative;
    top: 5px;
}

.nav .icon-menu, .nav .icon-help {
    font-size: 40px;
    line-height: 54px;
}

.serv-desc {
    font-size: 12px;
    background: #f0f0f0;
    padding: 2px 5px;
    color: rgba(0,0,0,.87);
}

.img-hover {
    position: relative;
    overflow: hidden;
}

#testimonials {
    background: #f3eee1;
    position: relative;
}

.social-icons {
    float: left;
    margin-top: 20px;
}

    .social-icons a {
        margin-right: 5px;
        font-size: 28px;
    }

#testimonials .icon-quote-left, #testimonials .icon-quote-right {
    color: rgba(0, 0, 0, 0.06);
    font-size: 180px;
    position: absolute;
    left: 0;
    top: 0;
}

#testimonials .icon-quote-right {
    right: 0;
    left: auto;
}

.testimonial-blk {
    padding-top: 20px;
}

    .testimonial-blk img {
        border-radius: 50%;
    }

ul.thumbnails-carousel li {
    position: relative;
    top: -2px;
}



    /* START CODE FOR TESTIMONIAL CAROUSEL */
    ul.thumbnails-carousel li.active-thumbnail {
        border-color: #e42125;
        opacity: 1;
    }



/* Plugin styles */
ul.thumbnails-carousel {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

    ul.thumbnails-carousel .center {
        display: inline-block;
    }

    ul.thumbnails-carousel li {
        margin-bottom: 10px;
        margin-right: 55px;
        float: left;
        cursor: pointer;
        border: 2px solid #fff;
        border-radius: 50%;
    }

.controls-background-reset {
    background: none !important;
}

.active-thumbnail {
    opacity: 0.4;
}

.indicators-fix {
    bottom: 70px;
}

#testimonials .carousel-inner img {
    width: auto;
    margin-top: 50px;
}

ul.thumbnails-carousel li:last-child {
    margin-right: 0;
}
/* END CODE FOR TESTIMONIAL CAROUSEL */


@media only screen and (max-width: 1290px) {
    .main-heading {
        font-size: 16px;
    }

    ul.thumbnails-carousel li {
        margin-right: 45px;
    }
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}


.testName {
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: bold;
}

.insType i {
    font-size: 24px;
    color: rgba(0,0,0,.54);
    font-size: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50px;
    right: -10px;
    padding: 4px;
}

.insType {
    position: relative;
    width: 125px;
    margin: auto;
}

.menu-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

.left-menu-content, .right-menu-content {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 350px;
    z-index: 10002;
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.right-menu-content {
    right: 0;
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    width: 400px;
}

    .left-menu-content.visible, .right-menu-content.visible {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

#left-menu .icon-arrow-down, #right-menu .icon-arrow-down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    float: right;
    position: relative;
    top: 6px;
    cursor: pointer;
}

#right-menu .icon-arrow-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



.menu-txt span:hover i {
    color: #000;
}

#left-menu i:first-child.icon-arrow-down, #right-menu i:first-child.icon-arrow-down {
    margin-left: -14px;
}

.menu-txt {
    padding: 10px 16px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

#left-menu ul li a {
    color: rgba(0,0,0,.54);
    font-weight: 700;
    display: block;
}

    #left-menu ul li a:hover {
        color: #e42125;
    }

    #left-menu ul li a i {
        color: #e42125;
        font-size: 36px;
        margin-right: 10px;
    }

.left-menu-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
}

#left-menu ul li a i.icon-info, #left-menu ul li a i.icon-user, #left-menu ul li a i.icon-users, #left-menu ul li a i.icon-blog {
    font-size: 32px;
    top: 7px;
}

.left-menu-content .down-app {
    color: #37464f;
    margin: 40px 0 20px 20px;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    -webkit-transform: translate(-400px, 0px);
    -ms-transform: translate(-500px, 0px);
    transform: translate(-350px, 0px);
    transition: all 0.35s ease-in-out 0s;
}

.left-menu-content.visible .down-app {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.navbar {
    border-radius: 0;
}

.down-app i {
    color: #e42125;
    font-size: 30px;
    margin-left: 15px;
    position: relative;
    top: 7px;
}

    .down-app i.icon-apple {
        margin-left: 5px;
    }

.menu-help-blk.row {
    margin-bottom: 0;
}

.menu-txt ~ .row [class*="col-"] {
    line-height: 15px;
    margin: 15px 0;
}

#right-menu .menu-txt {
    margin-bottom: 15px;
}

.icon-chat .path1::before, .icon-chat .path2::before, .icon-chat .path3::before, .icon-chat .path4::before, .icon-chat .path5::before, .icon-chat .path6::before {
    font-size: 70px;
}

.chat-H {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.chat-Desc {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.chat-blk {
    border-top: 1px solid rgba(0,0,0,.12);
    margin-top: 15px;
    padding-top: 20px;
}

a.chat-btn {
    border: 1px solid #e42125;
    color: #e42125;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 30px;
    text-transform: uppercase;
}

.menu-help-blk {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 20px;
    width: 400px;
    position: absolute;
    bottom: 0;
}

.left-menu-link .addMenu {
    position: relative;
}

.addMenu.active {
    background: rgba(0,0,0,.03);
    padding-top: 0px !important;
}

.addMenu {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.submenu-content {
    margin: 0 -15px;
    display: none;
}

.left-menu-link a span, .last-menu-link a span {
    position: relative;
    top: -10px;
}

ul.left-menu-link:not(.browser-default) {
    padding: 0;
}

.scroll-b ul:not(.browser-default) li:first-child {
    padding-top: 10px;
}

.scroll-b ul:not(.browser-default) li:last-child {
    padding-bottom: 10px;
}

.scroll-b ul.submenu-content:not(.browser-default) li:last-child {
    padding-bottom: 0;
}

.scroll-b ul.submenu-content:not(.browser-default) li:first-child {
    padding-top: 0;
}

.menu-help-blk > div {
    padding: 10px 0
}

.toll-freeT {
    color: #4f4f4f;
    display: block;
    font-size: 12px;
    margin-top: -1px;
}

.menu-help-blk .icon-call, .menu-help-blk .icon-mail {
    margin-bottom: 10px;
}

.devider {
    border-right: 1px solid rgba(0,0,0,.12);
    height: 100%;
}

[class*="icon-"] label {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    height: 15px;
    position: absolute;
    width: 15px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    top: 0;
    right: 15px;
}

    [class*="icon-"] label > span {
        position: absolute;
        top: 10px;
        left: 0px;
        z-index: 9;
        width: 200px;
        background: #000;
        color: #fff;
    }

.carousel-inner {
    width: 100%;
    max-height: 455px !important;
}

.scroll-b.panel-body {
    padding: 0;
}

.clearfix {
    clear: both;
}

.mouseDown a {
    display: block;
    height: 45px;
}

.mouseDown {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -15px;
    font-size: 22px;
    height: 45px;
    left: 49%;
    position: absolute;
    text-align: center;
    width: 45px;
    z-index: 9;
}

#car-homepage .mouseDown {
    background: transparent;
}

.mouseDown a:after {
    content: "\e923";
    font-family: 'hdfc-ergo';
    color: #fff;
    position: relative;
    top: 2px;
}

.reg-process input[type="text"]:focus {
    border-bottom: 0 none !important;
    box-shadow: none !important;
}

#car-homepage {
    background: url(../../images/bg-Renewal.jpg);
    background-size: cover;
    background-position: 94%;
    padding: 200px 0 200px 80px;
}

#textCarousel h1, #textCarousel h1 + span {
    font-size: 54px;
    font-weight: bold;
    color: #fff;
}

    #textCarousel h1 + span {
        font-weight: 300;
    }

#textCarousel .carousel-indicators li {
    margin: 0 0 10px;
    display: inline-block;
}

#textCarousel .carousel-indicators {
    left: 0;
    margin-left: 0;
    text-align: left;
    top: auto;
    bottom: -12px;
}

.reg-process {
    margin-top: 50px;
}

    .reg-process input {
        height: 64px;
        font-size: 20px;
        color: rgba(0,0,0,1);
        width: 40%;
        border: 0;
        padding: 0 20px;
        margin-bottom: 0;
        background: #fff;
        float: left;
    }

a.cust-btn-red {
    font-size: 16px;
}

a.cust-btn-red {
    font-size: 16px;
    text-align: center;
    padding: 24px 30px;
    line-height: normal;
}

.cust-btn-red, a.cust-btn-red {
    background: #e42125;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    height: 64px;
    border: 0;
    padding: 24px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    float: left;
}

    .cust-btn-red:hover, a.cust-btn-red:hover {
        background: #d41115;
    }

a.continue-txt {
    color: rgba(255, 255, 255, 0.8);
    clear: both;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}

a.cust-btn-red {
    display: inline-block;
}

#textCarousel {
    height: 115px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,.38);
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,.38);
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,.38);
}

:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,.38);
}

#top-nav-2 {
    height: 54px;
}

    #top-nav-2 ul li a {
        color: rgba(0,0,0,.54);
        text-transform: uppercase;
        position: relative;
        line-height: 54px;
        font-weight: 700;
        font-size: 14px;
        padding: 0 20px;
    }

        #top-nav-2 ul li a:hover {
            color: #000;
        }

    #top-nav-2 ul.navbar-left li:first-child a {
        line-height: normal !important;
    }

    #top-nav-2 ul.navbar-right li:last-child a {
        line-height: normal !important;
    }

    #top-nav-2 ul {
        width: 47.4%;
    }

        #top-nav-2 ul li {
            width: 33%;
        }

        #top-nav-2 ul.navbar-right li {
            text-align: right;
        }

.continue-txt-main {
    position: relative;
    clear: both;
}

    .continue-txt-main i.icon-arrow-right:before {
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .continue-txt-main a:hover ~ i.icon-arrow-right:before {
        opacity: 1;
        left: 3px;
    }


a.red-btn, button.red-btn, input.red-btn {
    background: #e42125;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 50px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

a:hover.red-btn, button:hover.red-btn, input:hover.red-btn {
    color: #fff;
    background: #d41115;
}

a.disabled {
    background: #ddd;
    cursor: default;
}

    a.disabled:hover {
        background: #ddd;
    }


[type="radio"]:checked + label::after, .with-gap[type="radio"]:checked + label::before, .with-gap[type="radio"]:checked + label::after {
    border: 2px solid #34bccf;
}

[type="radio"]:checked + label::after, .with-gap[type="radio"]:checked + label::after {
    background-color: #34bccf;
}

input.valid:not([type]), input.valid:focus:not([type]), input.valid[type="text"], input.valid[type="text"]:focus, input.valid[type="password"], input.valid[type="password"]:focus, input.valid[type="email"], input.valid[type="email"]:focus, input.valid[type="url"], input.valid[type="url"]:focus, input.valid[type="time"], input.valid[type="time"]:focus, input.valid[type="date"], input.valid[type="date"]:focus, input.valid[type="datetime"], input.valid[type="datetime"]:focus, input.valid[type="datetime-local"], input.valid[type="datetime-local"]:focus, input.valid[type="tel"], input.valid[type="tel"]:focus, input.valid[type="number"], input.valid[type="number"]:focus, input.valid[type="search"], input.valid[type="search"]:focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus {
    border-bottom: 1px solid rgba(63, 63, 63, 0.87);
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus:not([type]):not([readonly]) + label, input[type="text"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="url"]:focus:not([readonly]) + label, input[type="time"]:focus:not([readonly]) + label, input[type="date"]:focus:not([readonly]) + label, input[type="datetime"]:focus:not([readonly]) + label, input[type="datetime-local"]:focus:not([readonly]) + label, input[type="tel"]:focus:not([readonly]) + label, input[type="number"]:focus:not([readonly]) + label, input[type="search"]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: rgba(63, 63, 63, 0.87);
}

input:focus:not([type]):not([readonly]), input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e42125;
    -webkit-box-shadow: 0 1px 0 0 #e42125;
    box-shadow: 0 1px 0 0 #e42125;
}

ul:not(.browser-default) li {
    padding: inherit;
}

#mypagejourney #top-nav-2 {
    position: fixed;
    z-index: 999;
}

.dropdown-menu li > a, .dropdown-menu li > span {
    color: rgba(0,0,0,.87);
}

.input-field em {
    font-style: normal;
    font-size: 12px;
    color: rgba(63, 63, 63, 0.38);
    position: relative;
    top: -15px;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,87);
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel {
    border-radius: 0;
    border-bottom: 0;
}

#accordionpinfo .panel-group .panel:last-child {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 0;
}

    #accordionpinfo .panel-group .panel:last-child .panel-heading {
        border-radius: 0
    }

strong {
    font-weight: bold;
}

#modal1 .input-field.col label {
    left: -15px;
}

#modal1 input:not([type]),
#modal1 input[type="text"],
#modal1 input[type="password"],
#modal1 input[type="email"],
#modal1 input[type="url"],
#modal1 input[type="time"],
#modal1 input[type="date"],
#modal1 input[type="datetime"],
#modal1 input[type="datetime-local"],
#modal1 input[type="tel"],
#modal1 input[type="number"],
#modal1 input[type="search"],
#modal1 textarea.materialize-textarea {
    height: 30px;
    margin-bottom: 32px;
    border-color: rgba(0,0,0,.12);
}

    #modal1 input:focus:not([type]):not([readonly]),
    #modal1 input[type="text"]:focus:not([readonly]),
    #modal1 input[type="password"]:focus:not([readonly]),
    #modal1 input[type="email"]:focus:not([readonly]),
    #modal1 input[type="url"]:focus:not([readonly]),
    #modal1 input[type="time"]:focus:not([readonly]),
    #modal1 input[type="date"]:focus:not([readonly]),
    #modal1 input[type="datetime"]:focus:not([readonly]),
    #modal1 input[type="datetime-local"]:focus:not([readonly]),
    #modal1 input[type="tel"]:focus:not([readonly]),
    #modal1 input[type="number"]:focus:not([readonly]),
    #modal1 input[type="search"]:focus:not([readonly]),
    #modal1 textarea.materialize-textarea:focus:not([readonly]) {
        border-color: #e42125;
    }


input.invalid:not([type]) + label::after,
input.invalid:focus:not([type]) + label::after,
input.invalid[type="text"] + label::after,
input.invalid[type="text"]:focus + label::after,
input.invalid[type="number"] + label::after,
input.invalid[type="number"]:focus + label::after,
input.invalid[type="search"] + label::after,
input.invalid[type="search"]:focus + label::after,
textarea.materialize-textarea.invalid + label::after,
textarea.materialize-textarea.invalid:focus + label::after {
    color: #f44336;
    content: attr(data-error);
    opacity: 1;
}

.error-msg {
    color: #f44336;
    font-size: 12px;
    margin-top: -13px;
}


input:not([type]) + label::after,
input[type="text"] + label::after,
input[type="number"] + label::after,
input[type="search"] + label::after,
textarea.materialize-textarea + label::after {
    top: 48px;
}

#modal1 .input-field label.active:not(.label-icon) {
    font-size: 12px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
    font-size: 16px;
}

.input-field label.active:not(.label-icon) {
    font-size: 12px;
}

input.invalid:not([type]) + label::after, input.invalid:focus:not([type]) + label::after, input.invalid[type="text"] + label::after, input.invalid[type="text"]:focus + label::after, input.invalid[type="password"] + label::after, input.invalid[type="password"]:focus + label::after, input.invalid[type="email"] + label::after, input.invalid[type="email"]:focus + label::after, input.invalid[type="url"] + label::after, input.invalid[type="url"]:focus + label::after, input.invalid[type="time"] + label::after, input.invalid[type="time"]:focus + label::after, input.invalid[type="date"] + label::after, input.invalid[type="date"]:focus + label::after, input.invalid[type="datetime"] + label::after, input.invalid[type="datetime"]:focus + label::after, input.invalid[type="datetime-local"] + label::after, input.invalid[type="datetime-local"]:focus + label::after, input.invalid[type="tel"] + label::after, input.invalid[type="tel"]:focus + label::after, input.invalid[type="number"] + label::after, input.invalid[type="number"]:focus + label::after, input.invalid[type="search"] + label::after, input.invalid[type="search"]:focus + label::after, textarea.materialize-textarea.invalid + label::after, textarea.materialize-textarea.invalid:focus + label::after {
    margin-top: -2px;
}

.input-field {
    margin-top: 16px;
    position: relative;
}

    #modal1 .input-field label, .input-field label {
        top: 4px;
    }

#modal1.modal {
    width: 34%;
    max-height: 83%;
}

#modalSamplePol.modal {
    width: 70%;
    max-width: 720px;
    overflow-y: hidden;
}

#modalSamplePol .modal-close {
    display: block;
}


#modal1 input.red-btn {
    margin-top: 20px;
    width: 100%;
    font-weight: 700;
    padding: 15px;
    border-radius: 0;
}


#modalSamplePol .modal-close {
    display: block;
    position: absolute;
    color: black;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    right: 0px;
    z-index: 9;
}

#modal1.modal, #modal2.modal {
    width: 30%;
    max-height: 83%;
}

#modal1.modal {
    max-height: 90%;
}

    #modal1.modal .modal-content, #modal2.modal .modal-content {
        padding: 32px;
        border: 0;
    }

.modal, .modal-content {
    border-radius: 0;
}

.drop-same.dropdown-menu, #dropdown2.dropdown-menu {
    white-space: normal;
    text-align: left;
    text-transform: none;
    padding: 28px 35px;
    width: 460px;
    top: 25px;
}

    .drop-same.dropdown-menu.dropdown-2, #dropdown2.dropdown-menu.dropdown-2 {
        top: 93px;
        left: 205px;
        right: inherit;
    }

    #dropdown2.dropdown-menu.dropdown-2 {
        top: 93px;
        left: 0;
        right: inherit;
    }

.drop-same h4 {
    font-weight: normal;
    text-transform: capitalize;
}

.drop-same .sec-head {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    padding: 0 0 5px;
    margin: 0;
}

.drop-same .damage {
    color: #000000;
    font-size: 14px;
    margin: 20px 0 3px;
}

.drop-same .srno {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    padding: 2px 0;
    float: left;
    font-weight: 600;
    font-weight: bold;
}

.drop-same .particnt {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    padding: 10px;
    font-weight: normal;
}

.drop-same .price {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    padding: 1px 0;
    float: right;
    font-weight: 600;
    text-align: right;
}

.drop-same .net {
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
}

.drop-same .borde_r {
    border-bottom: 1px solid rgba(0,0,0,0.12);
    margin: 10px 0;
    float: left;
    width: 100%;
}

.drop-same .netfont {
    font-size: 14px;
}

.drop-same .pfont {
    font-size: 16px;
}

.drop-same .pfont1 {
    font-size: 14px;
}

.drop-same .pfont2 {
    font-size: 20px;
}

.listval {
    float: left;
    width: 100%;
}

.icon-chat > img {
    max-height: 80px;
}

.right-arrow.icon-arrow-right::before {
    color: #e42125;
    opacity: 1;
}

.filled-in[type="checkbox"]:not(:checked) + label::after {
    background-color: transparent;
    border: 2px solid rgba(0,0,0,.38);
}



/* END CODE FOR STEP 2*/
/* END CODE FOR QUOTE STEPS */

#mypage input:focus:not([type]):not([readonly]),
#mypage input[type="text"]:focus:not([readonly]),
#mypage input[type="number"]:focus:not([readonly]),
#mypage input[type="search"]:focus:not([readonly]),
#mypage textarea.materialize-textarea:focus:not([readonly]) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.dropdown-menu {
    border: 0 none;
}

.dropdown-menu {
    border-radius: 0;
}


nav i.icon-arrow-down {
    display: inline-block !important;
    font-size: 14px;
    left: 4px;
    position: relative;
    top: 1px;
}

.modal-overlay {
    opacity: .94 !important;
}


.scroll-b ul:not(.browser-default) li {
    padding: 0 15px;
}


/* START CSS FOR TYPEAHEAD */
.typeahead, .tt-query, .tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 396px;
}

.typeahead {
    background-color: #FFFFFF;
}

    .typeahead:focus {
        border: 2px solid #0097CF;
    }

.tt-query {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}

.tt-suggestion {
    font-size: 22px;
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #0097CF;
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }
/* END CSS FOR TYPEAHEAD */

.btn-flat {
    font-weight: 700;
}


.autocomplete-content {
    position: absolute;
}

    .autocomplete-content li:hover {
        width: 100%;
    }

.dropdown-content {
    white-space: nowrap;
    width: 80%;
}

    .dropdown-content li > a, .dropdown-content li > span {
        color: rgba(0,0,0,.87);
    }

    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
        background-color: #f5f5f5;
    }

#modal1, .modalPlzwait, #modalSamplePol {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after, input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.1)
}

.icon-round-plus.active::before {
    content: "\e924";
    color: #e42125;
}

#mypagejourney ul.sideways {
    border-bottom: 0;
}

    #mypagejourney ul.sideways li {
        width: 100%;
    }

        #mypagejourney ul.sideways li a {
            border-radius: 0;
            color: #666666;
            margin: 0;
            border-left: 3px solid transparent;
        }

            #mypagejourney ul.sideways li a:hover {
                border: 1px solid rgba(0,0,0,0.12);
                border-left: 3px solid #f00000;
                margin-right: -1px;
                background: #fff !important;
            }

        #mypagejourney ul.sideways li:first-child a {
            border-top: 0 !important;
        }

#mypagejourney .crad_name {
    font-size: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    padding: 25px 25px 20px 0;
    display: inline-block;
}

#mypagejourney .atmw {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    margin-top: -4px;
    margin-left: 37px;
}

.navbar-header .icon-help, .mobile-v {
    display: none;
}

.mob-view-cross, .modal-img {
    display: none;
}

.logo-img-main {
    display: none;
}

body#thnxpage {
    overflow: auto;
}

input::-ms-clear {
    display: none;
}

.navbar-brand > img {
    margin: 0 auto;
    position: relative;
    width: 70px;
}


#thanks-nav {
    display: none;
}

#dropdown2.dropdown-menu.dropdown-2 li {
    list-style: square;
    color: rgba(0,0,0,.87);
}

#modalSamplePol.modal .modal-content {
    padding: 0;
    overflow-y: hidden;
}

    #modalSamplePol.modal .modal-content img {
        overflow: hidden;
    }

.varient-txt-sep {
    border-top: 1px solid rgba(0,0,0,.12);
    margin-top: 10px;
}

.cust-accord-main {
    border: 1px solid #ddd;
}

.cust-accord-h {
    cursor: pointer;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.cust-accord-main li:last-child .cust-accord-b, .cust-accord-main li:last-child .cust-accord-h {
    border-bottom: 0 none
}

.cust-accord-h strong {
    font-weight: bold;
    font-size: 16px;
}

.cust-accord-h.active {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.cust-accord-h span.edit-details {
    display: none;
    float: right;
    color: rgba(0,0,0,.38);
    font-weight: bold;
    padding-right: 40px;
}

.cust-accord-h.active span.edit-details {
    display: inline-block;
}

.cust-accord-b {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

.cust-accord-h:after {
    content: "\e923";
    font-family: hdfc-ergo;
    position: absolute;
    right: 15px;
    top: 15px;
}

.cust-accord-h.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* START CODE FOR OFFLINE CLAIM*/

@-moz-document url-prefix() {
    .inner-claim-content .claim-tabs .nav-tabs > li > a.personal-acc {
        margin-top: 9px;
    }
}

.reg-process input {
    border-right: 1px solid rgba(0,0,0,0.12);
}

    .reg-process input.reg-claim-pass {
        margin-left: -4px;
        border: 0 none;
        border-left: 1px solid rgba(0,0,0,.12) !important;
    }

#carousel1223 .carousel-control {
    padding: 20px 70px;
    background: rgba(255,255,255,0.9);
}

@media screen and (min-width: 0px) and (max-width: 1279px) {

    ul.cont-det-top:not(.browser-default) li {
        padding: 0 16px;
    }


    input.validate:not([type]) + label, input.validate[type="text"] + label, input.validate[type="password"] + label, input.validate[type="email"] + label, input.validate[type="url"] + label, input.validate[type="time"] + label, input.validate[type="date"] + label, input.validate[type="datetime"] + label, input.validate[type="datetime-local"] + label, input.validate[type="tel"] + label, input.validate[type="number"] + label, input.validate[type="search"] + label, textarea.materialize-textarea.validate + label {
        width: calc(100% - 15px);
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-brand {
        left: auto;
        margin-left: 0;
        position: inherit;
        text-align: center;
        top: 0;
        width: auto;
        z-index: 1;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand {
        height: 54px;
        line-height: 20px;
    }

    .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }

    nav i.icon-arrow-left {
        display: inline-block;
        height: auto;
        float: left;
        line-height: 54px;
        margin-left: 15px;
    }

    .navbar-brand {
        line-height: 54px;
        padding: 0 15px;
    }

    .mobile-v {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    .navbar-header .icon-lens {
        cursor: pointer;
        font-size: 28px;
        margin-right: 15px;
        position: fixed;
        right: 0;
        z-index: 10001;
    }

    .left-menu-content, .right-menu-content {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        width: 100%;
        height: auto;
    }

    #left-menu, #right-menu, #left-menu .icon-arrow-down, #right-menu .icon-arrow-down {
        display: none;
    }

    .menu-txt .icon-close, .navbar-header .icon-help {
        display: block;
    }

    #left-menu .icon-close, #right-menu .icon-close {
        cursor: pointer;
        display: inline-block;
        float: right;
        position: relative;
        font-size: 24px;
    }

    .input-field .icon-calender::before {
        right: 10px;
    }

    #left-menu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mob-view-cross {
        color: rgba(0, 0, 0, 0.38);
        display: block;
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .modal {
        z-index: 10004 !important
    }

    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #mypagejourney #top-nav-2 {
        position: inherit;
    }

    #top-nav-2 {
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-header input:focus:not([type]):not([readonly]), .navbar-header input[type="text"]:focus:not([readonly]) {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    input.form-control {
        -webkit-box-shadow: 0 none;
        box-shadow: 0 none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }


    .filled-in[type="checkbox"]:not(:checked) + label::after {
        top: 2px;
    }

    .social-icons {
        margin-top: 0 !important;
        width: 100%;
        text-align: center;
    }

        .social-icons a {
            margin-right: 5px;
            font-size: 24px;
        }

    .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    #thanks-nav {
        position: fixed;
        z-index: 999;
        top: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-brand {
        left: auto;
        margin-left: 0;
        position: inherit;
        text-align: center;
        top: 0;
        width: auto;
        z-index: 1;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand {
        height: 54px;
        line-height: 20px;
    }

    .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 10px;
    }



    .navbar-toggle {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }

    nav i.icon-arrow-left {
        display: inline-block;
        height: auto;
        float: left;
        line-height: 54px;
        margin-left: 15px;
    }

    .navbar-brand {
        line-height: 54px;
        padding: 0 15px;
    }

    #modal1.modal, #modal2.modal {
        width: 100%;
    }

        #modal1.modal .modal-content, #modal2.modal .modal-content {
            border: 0 none;
            padding: 20px 15px;
        }

    s
    .mobile-v {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    .navbar-header .icon-help, .navbar-header .icon-lens {
        font-size: 40px;
        line-height: 54px;
        margin-right: 10px;
        color: rgba(0,0,0,.54);
    }

    .navbar-header .icon-lens {
        cursor: pointer;
        font-size: 28px;
        margin-right: 15px;
        position: fixed;
        right: 0;
        z-index: 10001;
    }

    .navbar-header .icon-help:hover {
        color: rgba(0,0,0,.87);
        cursor: pointer;
    }

    .left-menu-content, .right-menu-content {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        width: 100%;
        height: auto;
    }

    #left-menu, #right-menu, #left-menu .icon-arrow-down, #right-menu .icon-arrow-down {
        display: none;
    }

    .menu-txt .icon-close, .navbar-header .icon-help {
        display: block;
    }

    #left-menu .icon-close, #right-menu .icon-close {
        cursor: pointer;
        display: inline-block;
        float: right;
        position: relative;
        font-size: 24px;
    }

    .drop-same.dropdown-menu.dropdown-2 {
        top: 0;
        width: 100%;
        left: 0;
        z-index: 10005;
    }

    .modal-img {
        margin-right: 15px;
        display: inline-block;
    }

    .drop-same.dropdown-menu {
        width: 90%;
        position: fixed;
        top: 55px;
        padding: 10px;
        left: 5%;
    }

    .input-field .icon-calender::before {
        right: 10px;
    }

    .down-app {
        margin: 10px 0 20px;
        position: relative;
        left: 0;
        padding-left: 15px;
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    #left-menu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .submenu-content {
        margin: 0;
    }

    .mob-view-cross {
        color: rgba(0, 0, 0, 0.38);
        display: block;
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .modal {
        z-index: 10004 !important
    }

    #modal1.modal {
        height: 100%;
        max-height: 100% !important;
    }

    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .drop-same.dropdown-menu {
        height: 100%;
        left: 0;
        padding: 10px;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .drop-same .sec-head {
        font-size: 18px;
    }

    #mypagejourney #top-nav-2 {
        position: inherit;
    }

    #top-nav-2 {
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-header input:focus:not([type]):not([readonly]), .navbar-header input[type="text"]:focus:not([readonly]) {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .scroll-b ul:not(.browser-default) li:first-child {
        padding: 10px 0 0;
    }

    .scroll-b ul:not(.browser-default) li {
        padding: 0;
    }

    .mob-logo {
        height: 30px;
        margin-right: 10px;
        max-width: 100%;
        position: relative;
        top: -2px;
        display: inline-block;
    }

    .drop-same .srno {
        line-height: 20px;
        padding: 3px 0;
    }

    .drop-same .particnt {
        padding: 0 10px;
    }


    .popup-overlay {
        background: #000 none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        opacity: .8;
    }

    input.form-control {
        -webkit-box-shadow: 0 none;
        box-shadow: 0 none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .filled-in[type="checkbox"]:not(:checked) + label::after {
        top: 2px;
    }

    .drop-same .damage {
        margin: 10px 0 3px;
    }

    #thanks-nav .collapse, #thanks-nav .navbar-collapse.collapse, nav#thanks-nav {
        display: block !important;
        width: 100%;
    }

        #thanks-nav .collapse > ul {
            float: left;
        }

            #thanks-nav .collapse > ul:last-child {
                float: right;
            }

    #thanks-nav .navbar-brand > img {
        margin: auto;
        position: relative;
        text-align: center;
        max-width: 72px;
        top: -1px;
    }


    #thanks-nav.navbar-default .navbar-nav > li > a {
        padding: 0;
    }

    #thanks-nav .navbar-nav {
        margin: 0;
    }

    .container {
        width: 100%;
    }

    #thanks-nav {
        display: block;
    }

        #thanks-nav .navbar-brand {
            width: auto;
            padding: 0;
            top: 0;
            left: -webkit-calc(50% - 70px);
            left: calc(50% - 70px);
            position: relative;
        }

    #car-homepage {
        padding: 20px 0 50px 0;
        height: 60%;
    }

    .reg-process input {
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 15px;
    }

    .reg-process .cust-btn-red {
        width: 100%;
        margin-top: 20px !important;
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        height: auto;
        padding: 15px;
        cursor: pointer;
    }

    .reg-process {
        margin-top: 30px;
    }

    #thanks-nav .navbar-brand > img {
        width: 50px;
        top: 7px;
        position: relative;
    }

    #modalSamplePol .modal-close {
        display: block;
        position: absolute;
        color: black;
        font-size: 30px;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
        right: 10px;
        z-index: 9;
    }

    #textCarousel {
        height: 90px;
    }

        #textCarousel h1, #textCarousel h1 + span {
            font-size: 26px !important;
            margin-top: 20px;
        }

    .customize-form {
        border: 0 none;
        border-radius: 0;
        height: auto;
        box-shadow: none;
        padding: 0;
    }

        .customize-form:focus {
            outline: 0;
            border-color: rgba(0,0,0,.12);
            box-shadow: none;
        }

    .container {
        width: 100%;
    }

    #carousel-example-generic .carousel-control {
        top: 30%;
    }

    .nav > li.hidden-xs {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .reg-process .cust-btn-red {
        line-height: normal !important;
    }
}

@media screen and (max-width: 767px) {

    #testimonials .carousel-inner img {
        margin-top: 30px;
    }

    .carousel-indicators {
        bottom: 80px;
    }

    #car-homepage {
        padding: 10% 0;
    }

    a.view-less-btn {
        margin-top: 0;
    }

    .mob-view-cross {
        display: block;
        font-size: 20px;
        top: 15px;
        right: 15px;
        position: absolute;
    }

    #car-homepage {
        height: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .v-align {
        display: block;
        float: left;
        width: 100%;
    }

    .switch label .lever {
        margin-left: 6px;
    }

    .drop-same .sec-head {
        font-size: 16px;
        font-weight: bold;
    }

    .drop-same.dropdown-menu {
        padding: 15px;
    }

    .input-field label {
        font-size: 14px;
    }


    #modalSamplePol.modal .modal-close {
        top: 0;
        right: 0;
    }
}


#menu-slider-carousel {
    overflow: hidden;
    overflow-y: visible;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    #menu-slider-carousel::-webkit-scrollbar {
        display: none;
    }

    #menu-slider-carousel div.item {
        width: 16.66%;
        text-align: center;
        display: inline-block;
        position: relative;
    }

    #menu-slider-carousel div.left {
        position: absolute;
        left: -40px;
        border-color: #f00;
        width: 40px;
        text-align: center;
    }

    #menu-slider-carousel div.right {
        position: absolute;
        right: -40px;
        border-color: #f00;
        width: 40px;
        text-align: center;
    }

    #menu-slider-carousel .main {
        position: relative;
        max-height: 98px;
    }

    #menu-slider-carousel .right.disabled, #menu-slider-carousel .left.disabled {
        background: #fff;
        opacity: .24;
    }

    #menu-slider-carousel .left:before {
        content: "\e923";
        font-family: 'hdfc-ergo';
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        position: absolute;
        color: rgba(0,0,0,.7);
        font-size: 26px;
        top: 7px;
        left: 10px;
    }

    #menu-slider-carousel .right:before {
        content: "\e923";
        font-family: 'hdfc-ergo';
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: block;
        position: absolute;
        color: rgba(0,0,0,.7);
        font-size: 26px;
        top: 7px;
        right: 10px;
    }

    #menu-slider-carousel .right, #menu-slider-carousel .left {
        color: rgba(0,0,0,.54);
        display: block;
        height: 50px;
        width: 50px;
        position: absolute;
        left: -80px;
        top: 25%;
        background: rgba(255,255,255,.96);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    #menu-slider-carousel .right {
        left: auto;
        right: -80px;
    }

#modalSamplePol {
    z-index: 1053;
    opacity: 1;
    top: 50%;
    margin: auto;
    padding-right: 17px;
}



.plz-wait-block-2 {
    position: fixed;
    z-index: 10001;
    display: none;
    font-size: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


    .plz-wait-block-2 img, .plz-wait-block-2 div {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .plz-wait img, .plz-wait-block-2 div {
        position: absolute !important;
    }

    .plz-wait-block-2 div {
        width: 200px;
        height: 20px;
        text-align: center;
        padding-top: 50px;
    }

.plz-wait-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.8);
    z-index: 10000;
    display: none;
}

.plz-wait, .overlay-wait {
    width: 66.7%;
    left: auto;
    right: 0;
}

#top-nav-mobile {
    display: none !important;
}

nav#top-nav-2 {
    display: block !important;
}
/*---------------------------------renewal style 2 over---*/
/*---------------------------------renewal style start---*/
html, body {
    height: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.87);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

header {
    height: 54px;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 54px;
    line-height: 54px;
}

input:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:active, a:focus, a:hover {
    outline: 0 none;
}

h1, h2, h3, .sub-heading {
    font-weight: 400;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.main-heading {
    font-size: 20px;
}

.sub-heading {
    font-size: 16px;
}

.text-heading {
    font-size: 14px;
}

.btn-small {
    font-size: 14px;
}
/* FONT WEIGHT BOLD */
.btn-large {
    font-size: 16px;
}

.navbar-brand {
    padding: 0;
    margin-left: 0;
}

.container {
    width: 1170px;
}

    .container .row, .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

p {
    margin-bottom: 0;
}

.light-color {
    color: rgba(0,0,0,.54);
}

h1, h2, h3, h4, h4, h6 {
    margin: 0;
}

/* CUSTOM STYLESHEET FOR HEADER */
#top-nav-2 {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 54px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    border-radius: 0;
}

.navbar {
    min-height: 54px;
    border: 0;
    margin-bottom: 0;
    background: #fff;
}

#top-nav ~ #top-nav-2 .navbar-brand {
    top: -12px;
}

.navbar-brand > img {
    margin-left: 0;
    width: 70px;
    position: relative;
}

.navbar-toggle {
    z-index: 3;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,.84);
    padding: 0 20px;
}

.navbar-fixed-top .navbar-collapse {
    padding: 0 15px;
}

#myNavbar {
    width: 100%;
}

.navbar.custom-top {
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    min-height: auto;
}

    .navbar.custom-top .navbar-nav > li > a {
        padding: 0 20px;
        line-height: 30px;
        font-size: 10px;
    }

    .navbar.custom-top .navbar-nav > li.quote-text a {
        color: rgba(0,0,0,.70);
        font-weight: 700;
        font-size: 12px;
    }

.heading::after {
    background: #e42125 none repeat scroll 0 0;
    clear: both;
    content: "";
    display: block;
    height: 3px;
    margin: 3px auto 0;
    text-align: center;
    width: 10%;
}

.nav .icon-mobile {
    font-size: 20px;
    position: relative;
    top: 5px;
}

.nav .icon-menu, .nav .icon-help {
    font-size: 40px;
    line-height: 54px;
}

.border0 {
    border: 0 none !important;
}

[class*="icon-"] label {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    height: 15px;
    position: absolute;
    width: 15px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    top: 0;
    right: 15px;
}

    [class*="icon-"] label > span {
        position: absolute;
        top: 10px;
        left: 0px;
        z-index: 9;
        width: 200px;
        background: #000;
        color: #fff;
    }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0;
    padding: 0;
}


.navbar-right {
    margin: 0;
}

#top-nav-2 ul li a {
    color: rgba(0,0,0,.54);
    text-transform: uppercase;
    position: relative;
    line-height: 54px;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
}

    #top-nav-2 ul li a:hover {
        color: #000;
    }

#top-nav-2 ul.navbar-left li:first-child a {
    line-height: normal !important;
}

#top-nav-2 ul.navbar-right li:last-child a {
    line-height: normal !important;
}

#top-nav-2 ul {
    width: -webkit-calc(50% - 35px);
    width: calc(50% - 35px);
}

    #top-nav-2 ul li {
        width: 33%;
    }

    #top-nav-2 ul.navbar-right li {
        text-align: right;
    }

nav i.icon-arrow-down {
    display: inline-block !important;
    font-size: 14px;
    left: 4px;
    position: relative;
    top: 1px;
}

.navbar-header .icon-help, .mobile-v, .discount-blk-mob, .mob-view-cross, .modal-img, .search-blk-mob, .logo-img-main, .what-icon-mob, .hp-features-mob {
    display: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}



/* START CODE FOR PAGE */

.material-design .input-effect.cbinput {
    padding-left: 20px;
}

label.cust-tip {
    background: transparent none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    height: 16px;
    width: 16px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.12);
    margin-bottom: 0;
    vertical-align: middle;
}

.input-effect-wef:focus ~ .cmn-price, .priceVal {
    display: block;
}

label.cust-tip.tooltipped {
    border-color: #db8b4a;
    color: #db8b4a;
}

.popupBtn .red-btn {
    width: 250px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e42100;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.heading-detail {
    color: rgba(0,0,0,0.87);
    font-size: 16px;
    padding: 60px 0;
}

.customize-btn.buy-now-btn {
    padding: 0 50px !important;
    top: 0 !important;
    height: 48px;
    line-height: 48px;
    opacity: 0.3;
    pointer-events: none;
}

.customize-btn {
    background: #e42125;
    padding: 0 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
    cursor: pointer;
}

    .customize-btn.sec-btn {
        height: 48px;
        line-height: 48px;
        padding: 0 50px;
        margin: 15px 0 5px;
    }

    .customize-btn:hover, .customize-btn:focus, .customize-btn:active {
        background: #d41115;
        color: #fff;
    }

    .customize-btn i.icon-right-arrow-2 {
        font-size: 12px;
        position: relative;
        left: 6px;
        padding: 0;
        top: 0;
    }

/* START CODE FOR CUSTOM SELECT BOX, RADION BUTTON */

.material-design input[type="checkbox"] {
    display: none;
}


    .material-design input[type="checkbox"] + label span {
        cursor: pointer;
        position: relative;
    }


        .material-design input[type="checkbox"] + label span:before {
            font-size: 18px;
            color: rgba(0,0,0,.38);
            position: absolute;
            left: -26px;
            top: -1px;
        }


    .material-design input[type="checkbox"]:checked + label span:before {
        content: "\e924";
        color: #649f32;
        font-family: 'hdfc-ergo';
    }


    .material-design input[type="checkbox"] + label {
        margin-right: 6px;
        font-size: 16px;
        padding-left: 28px;
        font-weight: bold;
    }


    .material-design input[type="checkbox"]:checked + label {
        background-image: none;
        color: #649f32;
    }
/* END CODE FOR CUSTOM SELECT BOX, RADION BUTTON */

.material-design .ins-chk-box input[type="checkbox"] + label span:before {
    content: "\e997";
    font-family: 'hdfc-ergo';
    font-size: 18px;
    color: rgba(0,0,0,.38);
    position: absolute;
    left: -26px;
    top: -5px;
    font-size: 24px;
}

.material-design .ins-chk-box input[type="checkbox"]:checked + label span:before {
    content: "\e998";
    font-family: 'hdfc-ergo';
    color: #85c152;
}

.material-design .ins-chk-box input[type="checkbox"] + label {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}


.material-design .ins-chk-box.terms input[type="checkbox"] + label {
    font-size: 16px;
    color: rgba(0,0,0,.87);
    margin-right: 0;
}

.material-design .ins-chk-box.terms input[type="checkbox"]:checked + label span:before {
    color: #e42124;
}

.ins-chk-box.terms a {
    color: #db8b4a;
}

/*Toggle button with slide round*/
.modal::before {
    content: "";
    display: inline-block;
    /*height: 100%;*/
    margin-right: -4px;
    vertical-align: top;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal {
    text-align: center;
}


.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-backdrop.in {
    opacity: .94 !important;
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.7);
}

/* START CODING FOR MATERIALIZE INPUT */
.material-design .input-effect {
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,.12);
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    color: rgba(0,0,0,.87);
}

.material-design .input-effect-wef {
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,.12);
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    color: rgba(0,0,0,.87);
    background: #f9f9f9;
}

    .material-design .input-effect-wef.cbinput {
        padding-left: 20px;
    }

.material-design .input-effect:focus + label, .focsin {
    top: -12px !important;
    font-size: 12px !important;
    transition: all 0.3s ease-in-out;
    color: rgba(0,0,0,.87);
}

.material-design .form-control:focus {
    color: rgba(0,0,0,.87);
    box-shadow: none;
}

.material-design .form-control:focus {
    border-color: #e42125;
    box-shadow: 0px 1px 0px 0px #e42125;
}

.material-design .control-label_01 {
    position: absolute;
    top: 8px;
    font-size: 16px;
    color: rgba(0,0,0,.38);
    transition: all .3s ease-in-out;
    font-weight: normal;
    margin-bottom: 0;
}

.cs-label-val:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed rgba(0,0,0,.54);
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
}

.cs-label-dd {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    top: 34px;
    z-index: 1;
    background: #fff;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

    .cs-label-dd li {
        line-height: 32px;
        padding: 0 15px;
        cursor: pointer;
    }

        .cs-label-dd li:hover, .tt-suggestion:hover {
            background: #f5f5f5;
        }

.material-design label.cs-label-val {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.12);
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: normal;
}

label.cs-label {
    position: absolute;
    top: 6px;
    color: rgba(0,0,0,.38);
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    font-weight: normal;
}

.cs-label.active {
    position: absolute;
    top: -12px;
    font-size: 12px;
    color: rgba(0,0,0,.54);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.input-field {
    min-height: 70px;
}

.error-msg {
    color: #f44336;
    font-size: 12px;
    margin-top: 4px;
}

.tt-menu {
    background: #fff;
    min-width: 250px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.tt-suggestion {
    padding: 10px 15px;
    color: rgba(0,0,0,.54);
    font-size: 16px;
    cursor: pointer;
}

    .tt-suggestion strong {
        color: rgba(0,0,0,.87);
        font-weight: normal;
    }

.twitter-typeahead:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed rgba(0,0,0,.54);
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
}

.material-design .typeahead {
    padding-right: 24px;
}

.twitter-typeahead {
    display: block !important;
}

.tt-menu {
    top: 35px !important;
}

#state-typeahead .tt-menu, #city-typeahead .tt-menu {
    max-height: 200px;
    overflow-y: auto;
}

.form-group {
    margin-bottom: 0;
}
/* END CODING FOR MATERIALIZE INPUT */


.form-control {
    border-radius: 0;
    box-shadow: none;
}

.clearboth {
    clear: both;
}

.disabled {
    opacity: .2;
}

/*NAVBAR  FOR MOBILE*/
#top-nav-mobile {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 54px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    box-shadow: 0px 2px 6px rgba(0,0,0,.1);
    border-radius: 0;
    display: none;
}

#myNavbar-mob ul {
    margin: 0;
}

    #myNavbar-mob ul li {
        float: left;
    }

        #myNavbar-mob ul li a {
            padding: 0;
            padding-right: 15px;
        }

#myNavbar-mob img {
    height: 30px;
    width: auto;
    top: 11px;
}

#myNavbar-mob .right-nav li a {
    padding-right: 0;
}

.nav .icon-back-new {
    font-size: 16px;
    line-height: 54px;
    color: rgba(0,0,0,.54);
}

.left-scroll {
    max-height: calc(100% - 118px);
    max-height: -webkit-calc(100% - 118px);
    overflow-y: auto;
    padding: 30px 30px 0 30px;
}

select {
    -webkit-appearance: none;
    outline: 0 none;
}

    select:focus, select:active {
        outline: 0 none;
    }

    select::-ms-expand {
        display: none;
    }



.left:after {
    content: "";
    border-right: 12px solid #ccc;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 40%;
    left: 40px;
    display: none;
}

.right-new:after {
    content: "";
    border-left: 12px solid #ccc;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    right: 0;
    top: 40%;
    right: 40px;
}

.bold {
    font-weight: 700;
}


.txt-alignment {
    padding-left: 19px !important;
    text-indent: -15px;
}

.clearfix {
    clear: both;
}

.mob-arrow-up {
    transform: rotate(-180deg);
    display: none;
}

.left-top {
    color: rgba(0,0,0,0.54);
    font-size: 14px;
}

.left-menu-ul li.width-veris {
    width: 34%;
}

.btn-confirm {
    top: 50px;
    float: right;
}


/*START CODE FOR RADIO BUTTON*/
input[type="radio"] {
    display: none;
}

    input[type="radio"] + label span {
        cursor: pointer;
        position: relative;
        top: 1px;
    }

        input[type="radio"] + label span:before {
            content: "\e927";
            font-family: 'hdfc-ergo';
            font-size: 24px;
            color: rgba(0,0,0,.38);
            position: absolute;
            left: -32px;
            top: -6px;
        }

    input[type="radio"]:checked + label span:before {
        content: "\e928";
        color: #db8b4a;
    }

    input[type="radio"] + label {
        margin-right: 6px;
        font-size: 14px;
        padding-left: 28px;
        font-weight: normal;
        line-height: 25px;
    }

    input[type="radio"]:checked + label {
        background-image: none;
        color: rgba(0, 0, 0, 0.87);
    }

.pad-T0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn-confirms {
    margin: 30px 0 0;
    float: right;
    top: 0;
    height: 48px;
    line-height: 48px;
    padding: 0px 50px;
}

.net {
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
}



@media screen and (min-width: 0px) and (max-width: 1259px) {

    .container {
        width: 100% !important;
    }

    .modal-body .customize-btn.sec-btn {
        height: 38px;
        line-height: 38px;
    }

    .reg-process {
        margin-top: 30px;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-brand > img {
        width: 50px;
        top: 7px;
    }

    .customize-btn {
        text-align: center;
        margin-left: 20px;
    }



    hr {
        clear: both;
        margin: 15px 0;
    }

    .mob-arrow-up .icon-arrow-down {
        position: relative;
        top: -8px;
    }

    .gst-calc {
        font-size: 12px;
    }

    .material-design .ins-chk-box input[type="checkbox"] + label {
        font-size: 12px;
    }

    .material-design .ins-chk-box input[type="checkbox"]:checked + label span:before {
        font-size: 20px;
    }


    .mob-down-arrow {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

    #top-nav-2 ul.navbar-nav {
        width: auto;
    }

        #top-nav-2 ul.navbar-nav.navbar-right {
            float: right;
            margin-right: 20px;
        }

    #top-nav-mobile {
        display: block;
    }

    nav#top-nav-2 {
        display: none;
    }

    .left-scroll {
        max-height: none;
        overflow-y: inherit;
        padding: 0;
    }

    #menu-slider-carousel div.item {
        width: 33.3%;
    }
}

@media screen and (max-width: 767px) {

    .modal::before {
        content: none;
    }

    .modal.in .modal-dialog {
        margin: 0;
    }

    .modal-content {
        height: 80%;
        margin-left: 3%; 
    }

    .mob-view-cross {
        color: rgba(0, 0, 0, 0.38);
        display: block;
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .modal-dialog {
        height: 100%;
    }

    #textCarousel h1, #textCarousel h1 + span {
        text-shadow: none;
    }

    #ErrorModel .modal-dialog {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .container {
        width: 100% !important;
    }

    .table-cross {
        top: -28px;
    }

    .modal {
        width: 100% !important;
    }

    .mob-view-cross {
        color: rgba(0, 0, 0, 0.38);
        display: block;
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        z-index: 10;
    }

    .modal::before {
        content: none;
    }

    .modal.in .modal-dialog {
        margin: 0;
    }

    .modal1 .modal-dialog {
        width: 100%;
    }

    #menu-slider-carousel div.item {
        width: 100%;
    }

    .mob-view {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 9;
        width: 100%;
    }

    #ErrorModel .modal-dialog {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    #ErrorModel .modal-dialog {
        width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    border-color: #e42125;
    box-shadow: 0px 0px 0px 0px #e42125 !important;
}

.popupBtn {
    margin: 15px 15px 25px;
    clear: both;
}

.red-btn {
    background: #e42125;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: block;
    text-align: center;
}

    .red-btn:hover, .red-btn:focus, .red-btn:active {
        color: #fff;
        background: #d41115;
    }

.popupBtn .red-btn {
    width: 100%;
    padding: 14px 25px;
    height: 50px;
    line-height: 25px;
}

.select-region {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    padding-top: 30px;
}

h4, .btn-small, .btn-large {
    font-weight: 700;
}

.btn-small {
    background-color: #26a69a;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.plz-wait-block-2 {
    position: fixed;
    z-index: 10001;
    display: none;
    font-size: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


    .plz-wait-block-2 img, .plz-wait-block-2 div {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .plz-wait img, .plz-wait-block-2 div {
        position: absolute !important;
    }

    .plz-wait-block-2 div {
        width: 200px;
        height: 20px;
        text-align: center;
        padding-top: 50px;
    }

.plz-wait-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.8);
    z-index: 10000;
    display: none;
}

.plz-wait, .overlay-wait {
    width: 66.7%;
    left: auto;
    right: 0;
}

.display-inline {
    display: inline-block;
}

.material-design .ins-chk-box input[type="checkbox"] + label span:before {
    left: -18px;
    top: -5px;
}

/*edge specific*/
@supports (-ms-ime-align: auto) {
    input [type="radio"] + label span {
        top: -11px;
    }
}

/*ie specific*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input[type="radio"] + label span {
        top: -11px;
    }
}

/*chrome specific*/
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .material-design .ins-chk-box input[type="checkbox"] + label span:before {
        left: -18px;
        top: 9px;
    }
}

/**/
/*---------------------------------renewal style end---*/

/*Footer css starts*/

footer ul li:first-child::after {
    background: #e42125 none repeat scroll 0 0;
    clear: both;
    content: "";
    display: block;
    height: 3px;
    margin: 5px 0 10px;
    text-align: left;
    width: 20%;
}


footer {
    clear: both;
}

.footer-one {
    background: #f7f7f7;
}

.footer-two {
    background: #eeeeee;
}

.footer-three {
    background: #000000;
}

    .footer-three p {
        color: #fff;
        font-size: 11px;
        margin: 0;
        padding: 15px;
    }


footer ul {
    padding: 30px 0;
}

    footer ul li {
        font-size: 12px;
        line-height: 22px;
    }


        footer ul li a {
            color: #525252;
        }

        footer ul li em {
            font-style: normal;
            color: #a6a6a6;
        }

.regoffice {
    font-size: 12px;
    color: #525252;
    font-weight: 500;
    margin-bottom: 14px;
}

    .regoffice strong {
        font-size: 14px;
    }

.social-icons {
    float: left;
    margin-top: 20px;
}

    .social-icons a {
        margin-right: 5px;
        font-size: 28px;
    }

ul.thumbnails-carousel li {
    position: relative;
    top: -2px;
}

    ul.thumbnails-carousel li.active-thumbnail {
        opacity: 1 !important;
    }

.mble-icon {
    padding: 14px 0 14px !important;
}

footer ul:not(.browser-default) {
    padding: 30px 0;
}


footer ul li a:hover {
    color: #000;
}

    footer ul li a:hover.ic-fb {
        color: #3b5998;
    }

    footer ul li a:hover.ic-tw {
        color: #0084b4;
    }

    footer ul li a:hover.ic-ld {
        color: #0077B5;
    }

footer ul:not(.browser-default) li {
    padding: 0;
}

footer ul li:first-child {
    font-size: 14px;
    font-weight: bold;
}

/*Footer For Mobile*/
.footer-one-mobile, .footer-two-mobile {
    display: none;
}

.footer-one-mobile {
    background: #f7f7f7;
}

    .footer-one-mobile ul.two-item {
        text-align: center;
        padding: 20px 0 0;
    }

.mble-icon {
    padding: 14px 0 14px;
}

.footer-one-mobile ul.two-item li {
    display: inline-block;
}


.footer-two-mobile {
    background: #e8e8e8;
}

.tollfreeNmr {
    text-align: center;
    color: rgba(0,0,0,0.87);
    padding: 20px 0 15px;
    font-size: 14px;
}

    .tollfreeNmr:after {
        content: "";
        display: block;
        height: 1px;
        margin: auto;
        text-align: center;
        width: 70%;
        background: rgba(0,0,0,0.12);
        margin-top: 10px;
    }

.tollfreetext {
    color: rgba(166, 166, 166, 0.87);
    font-size: 12px;
}

.address-hdfc {
    text-align: center;
    font-size: 12px;
    color: rgba(0,0,0,0.87);
    padding-bottom: 20px;
}

.mouseDown {
    display: block;
}

.footer-one-mobile .two-item li a {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
}

.footer-two-mobile {
    background: #e8e8e8;
}


@media screen and (min-width:993px) {
    footer .container {
        width: 70% !important;
    }
}

@media screen and (max-width: 991px) {
    .footer-one-mobile, .footer-two-mobile {
        display: block;
    }

    .footer-one, .footer-two {
        display: none;
    }

    footer ul li:first-child::after {
        display: none;
    }

    .social-icons {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }

        .social-icons a {
            margin-right: 5px;
            font-size: 24px;
        }

    .mrg {
        margin: 0px;
    }
}

.footer-three p {
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 15px;
}

.footer-two a {
    color: #525252;
}



.row, .container .row {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width: 0px) and (max-width: 1279px) {
    .footer-one-mobile, .footer-two-mobile {
        display: block;
    }

    .footer-one-mobile, .footer-two-mobile {
        display: block;
    }

    .footer-one, .footer-two {
        display: none;
    }

    footer ul li:first-child::after {
        display: none;
    }

    .social-icons a {
        margin-right: 5px;
        font-size: 24px;
    }

    .footer-three p {
        margin: 12px 0;
        padding: 0;
    }
}

.continue-txt-main {
    position: relative;
    clear: both;
    padding: 0px 15px 15px 0px;
}
/**/

.modalMiddlePopup {
    background: transparent;
    height: auto;
}

    .modalMiddlePopup .modal-footer {
        position: static !important;
    }

    .modalMiddlePopup .modal-dialog, .modalMiddlePopup .modal-content, .modalMiddlePopup .modal-body {
        overflow: unset;
    }

    .modalMiddlePopup .modal-content {
        width: 80%;
        height: auto !important;
        margin: 30PX auto;
        top: 0;
    }
