/* 
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 COMMON CSS
****************************** */

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150 {
        padding: 100px 0;
    }
    .ptb_100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
    .inner-area {
        height: auto;
        padding-bottom: 100px;
        padding-top: 0px;
    }
    .inner-area .head h1 {
        max-width: initial;
    }
    .inner-slider {
        margin-top: 50px;
    }
    .inner-box .details {
        padding-left: 0;
    }
    .top-side img {
        max-width: 300px;
    }
    .bottom-side img {
        max-width: 300px;
    }
    .service-area {
        height: auto;
    }
    .service-img {
        text-align: left;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 30px;
    }
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    }
    .res-margin {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 24px;
    }
    .avatar-lg {
        height: 4rem;
        width: 4rem;
    }
    .container-fluid {
        padding: 0 3%;
    }
    .ptb_180 {
        padding: 80px 0;
    }
}


/*SECTION HEADING*/

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 36px;
    }
    .section-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }
    h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    p {
        line-height: 26px;
    }
    .headings>h2,
    .section-heading>h2 {
        line-height: 1.5;
    }
}


/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }
}

@media (max-width: 991px) {
    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }
    [data-theme=dark] .main:before {
        background: #01081f;
    }
    .canvas-open {
        overflow: hidden;
    }
    .canvas-open .main:before {
        width: 100%;
        opacity: .95;
        visibility: visible;
    }
    .navbar {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .navbar.active {
        display: block;
    }
    .navbar.active .navbar-inner {
        right: 0;
    }
    /* .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    } */
    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }
    .navbar.navbar-dark .nav-link {
        color: #54565a;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }
    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #2c2e30;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }
    /* .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    } */
    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }
    .navbar-inner .dropdown-menu:before {
        content: none;
    }
    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }
    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }
    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }
    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }
    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }
    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .navbar-toggler-icon::before {
        top: -0.625rem;
    }
    .navbar-toggler-icon::after {
        top: 0.625rem;
    }
    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }
    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }
    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }
}

@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon:before,
    .homepage-1 .navbar-dark .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
    }
}


/* ******************************
:: 3.0 WELCOME AREA TO Start CSS
****************************** */

@media(max-width: 991px) {
    .welcome-form {
        margin-left: 0;
    }
    .test-drive {
        background: #e40000;
        height: auto;
    }
    .d-block-991 {
        display: block !important;
    }
    .test-drive .inner {
        margin-bottom: 85px;
    }
    .service-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .review-img,
    .gallery-img {
        margin-bottom: 25px;
    }
    .border-block-991 {
        border-right: 1px solid red !important;
    }
    .contact-test {
        margin-bottom: 30px;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .welcome-area {
        height: auto;
    }
    .delivery-slider-area{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service-area{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .location-area{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-address{
        text-align: center;
    }
}

@media(max-width: 767px) {
    .top-call {
        display: none !important;
    }
    .welcome-area {
        flex-direction: column;
    }
    .welcome-area {
        height: 470px;
    }
    .banner-img {
        flex: 0 0 100%;
    }
    .banner-text {
        top: 23%;
        left: 50%;
    }
    .banner-text h2 {
        color: #fff;
        font-size: 36px;
    }
    .playbtn-banner a {
        left: 50%;
        top: 54%;
    }
    .welcome-form {
        max-width: inherit;
        padding: 40px 60px;
        margin-top: 12px;
    }
    .banner-form {
        flex: 0 0 100%;
        position: relative;
        z-index: 12;
        width: 90%;
        margin: 0 auto;
        margin-top: -40px;
    }
    .product-area {
        margin-top: 430px;
        padding-top: 140px;
    }
    .about-area .img-area {
        display: none;
        /*display: block;*/
        padding: 0px 15px
    }
    .delivery-slider .iem img {
        margin: 0 auto;
    }
    .delivery-slider-area {
        padding-bottom: 80px;
        height: auto;
    }
    .customers-btn a {
        padding: 16px 40px;
        font-size: 18px;
    }
    .test-inner h2 {
        font-size: 25px;
        padding: 15px 35px;
    }
    .test-inner p {
        line-height: 26px;
        font-size: 22px;
        font-weight: 400;
    }
    .service-area .head h2 {
        font-size: 35px;
    }
    .delivery-slider .owl-nav {
        position: absolute;
        right: inherit;
        top: inherit;
        bottom: -88px;
        left: 51%;
        transform: translate(-50%);
    }
    .test-inner {
        margin-bottom: 30px;
    }
    .loc-box,
    .border-block-991 {
        border-right: none !important;
    }
    .footer-area {
        margin-top: -465px;
    }
    .footer-area {
        padding-top: 512px;
    }
    .item-banner {
        height: 450px;
    }
    .welcome-area {
        background-color: unset;
    }
    .banner-form {
        background-color: #e40000;
    }
}

@media(max-width:575px) {
    footer {
        padding-bottom: 0;
    }
    .copyright {
        border-top: 1px solid #e7e2da;
        padding: 15px 0;
    }
    footer .logo a img {
        max-width: 200px;
    }
    .navbar-dark .navbar-brand img {
        max-width: 140px;
    }
    .form-title h4 {
        font-size: 30px;
    }
    .form-title p {
        font-size: 17px;
        margin-bottom: 22px;
    }
    .form-group input,
    .form-group select {
        height: 50px;
        padding-left: 15px;
    }
    .form-group input[type="submit"] {
        height: 50px;
        font-size: 16px;
    }
    #letter5 select,
    #letter5 input {
        height: 50px;
    }
    .enq-side a {
        display: block !important;
    }
    .callnow_inte,
    .whatsapp_inte {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .navbar-inner .top-btn {
        margin-right: 0;
    }
    .navbar-inner .top-btn a {
        padding: 10px 36px;
        font-size: 16px;
    }
    .navbar-brand {
        padding-top: 0;
    }
    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .banner-text h2 {
        font-size: 25px;
    }
    .banner-text h3 {
        font-size: 16px;
    }
    .banner-text h1 {
        font-size: 28px;
    }
    .banner-text p {
        font-size: 16px;
        line-height: 20px;
    }
    .playbtn-banner a {
        width: 50px;
        height: 50px;
    }
    .playbtn-banner a::before {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #cf1818;
    }
    .welcome-form {
        padding: 20px 25px;
    }
    .product-area {
        padding-top: 50px !important;
        margin-top: 0;
    }
    .about-area {
        padding: 50px 0;
    }
    .test-drive .inner .test h1 {
        font-size: 28px;
    }
    .test-drive .inner {
        min-height: 410px;
    }
    .test-drive .inner .test-btn a {
        font-size: 16px;
        padding: 20px 22px;
    }
    .count-area {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .about-test {
        padding-left: 15px;
        padding-right: 15px;
    }
    .count-area .count-box {
        margin-bottom: 25px;
    }
    .count-area .count-box .counter {
        font-size: 30px;
    }
    .count-area .count-box span {
        font-size: 18px;
    }
    .delivery-slider-area .head h1 {
        font-size: 30px;
    }
    .delivery-slider .owl-nav button {
        height: 40px;
        width: 40px;
    }
    .delivery-slider .owl-nav button span {
        font-size: 40px;
        line-height: 35px;
    }
    .service-area .head p {
        font-size: 18px;
        line-height: 28px;
    }
    .service-btn a {
        padding: 18px 28px;
    }
    .test-inner .center-btn a svg {
        font-size: 15px;
    }
    .test-inner .center-btn {
        height: 60px;
        width: 60px;
        line-height: 65px;
    }
    .test-inner .details h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
    }
    .test-inner .details {
        padding: 5px 25px;
        bottom: 10px;
    }
    .test-inner .details span {
        font-size: 14px;
    }
    .testi-slider .owl-nav button span {
        font-size: 40px;
        line-height: 35px;
    }
    .testi-slider .owl-nav button {
        width: 45px;
        height: 45px;
    }
    .testi-slider .owl-nav {
        top: 15px;
    }
    .testi-area {
        padding: 60px 0 80px;
    }
    .gallery-area {
        padding: 40px 0 50px;
    }
    .gallery-area .head h2 {
        font-size: 32px;
    }
    .loc-box p {
        max-width: inherit;
    }
    .loc-box {
        min-height: auto;
        margin-bottom: 35px;
    }
    .bg-red {
        padding-left: 20px;
        padding-right: 20px;
    }
    .welcome-area {
        height: auto;
        padding-top: 110px;
    }
    .banner-inner p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }
    .head-book h2 {
        padding: 10px 30px;
        font-size: 20px;
        border-radius: 15px
    }
    .head-form {
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .head-book h2::before {
        position: absolute;
        content: "";
        bottom: -60px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        display: inline-block;
        border: 20px solid transparent;
        bottom: -45px;
        border: 15px solid transparent;
        border-top-color: #1b232f;
    }
    .banner-inner h1 {
        font-size: 35px;
    }
    .banner-car img {
        max-width: 320px;
    }
    .head-book {
        margin-bottom: 28px;
    }
    .banner-img {
        background-position: 65%;
    }
    .form-group input,
    .form-group select {
        font-size: 18px;
    }
    .playbtn-banner a {
        top: 52%;
    }
    .vertical_btn {
        right: -45px;
    }
    .cont_link_box {
        right: 5px;
    }
    .enq-side a {
        font-size: 16px;
    }
    .pro-box .btns a.first-btn {
        margin-bottom: 10px;
    }
    .gallery-btn a {
        padding: 15px 50px;
    }
    .pp-left {
        display: none;
    }
    .item-banner {
        height: 350px;
    }
    .col-sm-100 {
        width: 100%;
        flex-basis: auto;
    }
    .ft-box {
        margin-bottom: 15px;
        text-align: center;
        padding-top: 15px;
    }
    .nav-tabs2 .nav-item .nav-link {
        font-size: 16px;
        font-weight: 400;
        padding: .5rem .5rem;
    }
    .enq-side a {
        display: none !important;
    }
    .ex-box .icon {
        height: auto;
        width: 266px;
        line-height: 20px;
        margin: 0;
        padding-top: 0;
        padding-right: 0;
        min-height: auto;
    }
    .ex-box .icon::before {
        height: 50px;
        width: 85px;
    }
    .ex-box .icon::after {
        height: 50px;
        width: 85px;
    }
    .ex-box .icon img {
        max-width: 35px;
    }
    .ex-box {
        padding: 34px;
        min-height: auto;
    }
    .ex-box .details h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    .ex-box .details p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.1;
    }
    .inner-area .head h1 {
        font-size: 28px;
    }
    .inner-slider .owl-nav {
        position: absolute;
        right: inherit;
        top: inherit;
        bottom: -330px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .head h2{
        padding-top: 0px;
        font-size: 25px;
    }

    .head h2 span{
        font-size: 35px;
    }

    .delivery-slider-area .head h1{
        margin-bottom: 0px;
    }

    .inner-slider .owl-nav button {
        height: 40px;
        width: 40px;
    }
    .inner-slider .owl-nav button span {
        font-size: 40px;
        line-height: 35px;
    }
    .test-drive2 .test-btn a {
        padding: 15px 25px;
        font-size: 15px;
    }
    .t-c {
        position: absolute;
        top: 2%;
        right: 10%;
        transform: none;
    }
    .t-c span {
        font-size: 12px;
        color: #fffc;
    }
    .test-drive2 .head h1 {
        font-size: 45px;
    }
    .test-drive2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .test-drive2 .head span {
        font-size: 30px;
    }
    .offer-sticky-banner {
        top: auto;
        bottom: 0;
    }
    .offer-sticky-banner h3 {
        font-size: 22px;
    }
    .offer-sticky-banner h3 a {
        font-size: 16px;
        padding: 4px 8px;
    }
    .header {
        margin-top: 0px;
        border-bottom: 1px solid #ddd;
    }
    .inner-box .details h3 {
        font-size: 25px;
    }
    .inner-box .details p {
        font-size: 20px;
    }
    .top-side img,
    .bottom-side img {
        max-width: 200px;
    }
    .test-drive2 .head {
        margin-bottom: 10px;
    }
    .spec-head h2 {
        padding: 15px 42px;
        font-size: 25px;
    }
    .product-btn a {
        padding: 20px 30px;
        font-size: 18px;
    }
    .about-test span {
        font-size: 30px;
    }
    .about-test h3 {
        font-size: 34px;
    }
    .about-test {
        padding-bottom: 0;
        padding-left: 0;
    }
    .abtn-box {
        margin-top: 55px;
        text-align: left;
    }
    .abtn-box a {
        font-size: 16px;
        padding: 20px 30px
    }
    .inner-box {
        padding-left: 0;
    }
}

@media(max-width:320px) {
    .navbar-inner .top-btn a {
        font-size: 17px;
        padding: 8px 28px;
    }
}