﻿

@media (min-width: 576px) {
}


@media (min-width: 768px) {
    .mainLayout {
        padding: 1rem 1rem;
    }
    .heading-bg {       
        font-size: 1.125rem;      
    }
    .custom-label {
       
        top: -6px;
     
        font-size: .875rem;
       
    }


    .home-container .left-container .title-1 {
        font-size: 2rem;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
    }

    .home-container .left-container .title-2 {
        font-size: 1rem;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
    }
    .home-container .right-container .form-container .quote-heading {
        font-size: 1.5rem;
    }
    .steeper-container .steeper-box .steeper-box-wrapper .steeper-item::after {
        right: -150px;
    }
    .quotation-container .left-container .vehicleDescription-container .title1 { 
        color: #000;
    }
    .quotation-container .left-container .quotelist-container-heading {
        font-size: 1.125rem;
    }
    .quotation-container .left-container .vehicleDescription-container {
        border: 1px solid #ccc;
        background-color: #fff;
    }
        .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .idvPriceBox {
            background-color: #fff;
            border-radius: 0px;
        }
       .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .car-logo-container {
        width: 100%;
    }
    .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .price-container {
        width: 100%;
    }
    .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .car-logo-box {
        width: 100%;
    }
        .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .price-container {           
            border: 1px solid var(--teal-0);           
        }
            .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .price-container .form-control {
                color: var(--text-blue-3);
                font-size: 1rem;
                font-style: normal;
                font-weight: 500;
                line-height: 1;
                border: none;
                padding: 0 !important;
                margin-top: 0px;
            }
            .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .price-container .input-group-text {
                border: none;
                background-color: #fff;
                color: var(--text-blue-3);
                font-size: 1rem;
                font-style: normal;
                font-weight: 500;
                line-height: 1;
                padding: 0 !important;               
            }
            .quotation-container .left-container .vehicleDescription-container .left-container .Idv-container .price-container i.fa-solid {
                color: var(--text-blue-3);
                font-size: 1rem;
            }
        .quotation-container .left-container .vehicleDescription-container .left-container .range-container .range-containerBox {
            padding: 0;
            background-color: var(--white-0);
        }
    .adavnceveh-container .advance-vehdtl-container,
    .adavnceveh-container .personalDetail-container {
        padding: 2rem;
    }
    .payment-container .paymentpage-box .left-container .vehicledetail-label {
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.6;
    }
    .payment-container .paymentpage-box .left-container .paymentbreakup-container .label {
        font-size: 1rem;
      
    }
    .payment-container .paymentpage-box .left-container .paymentbreakup-container .value {
        font-size: 1rem;        
    }
    .payment-container .paymentpage-box .right-container .notelabel {
        font-size: 1rem;       
    }
    .payment-container .paymentpage-box .right-container .downloadbadge {      
        font-size: 1rem;      
    }
    .paymentconfirmation-container .greet-container h5.card-title {
        font-size: 1.75rem;
    }

    .paymentconfirmation-container .greet-container p.card-text {
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
    }
    .paymentconfirmation-container .productdtl-container .productdtl-title-container span {
        color: var(--white-0);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
    }
    .paymentconfirmation-container .productdtl-container .productdtl-value-container span {
        color: var(--black-0);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
    }
    .paymentconfirmation-container .query-questions {
        font-size: .875rem;    
    }
    /*----------ratingModalContainer----------*/





    /*17-April*/

    /* RESET STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

    .chart-skills {
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
    }

        .chart-skills *,
        .chart-skills::before {
            box-sizing: border-box;
        }


    /* CHART-SKILLS STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .chart-skills {
        position: relative;
        width: 350px;
        height: 175px;
    }

        .chart-skills::before,
        .chart-skills::after {
            position: absolute;
        }

        .chart-skills::before {
            content: '';
            width: inherit;
            height: inherit;
            border: 95px solid rgba(211, 211, 211, .3);
            border-bottom: none;
            border-top-left-radius: 175px;
            border-top-right-radius: 175px;
        }

        .chart-skills li {
            position: absolute;
            top: 100%;
            left: 0;
            width: inherit;
            height: inherit;
            border: 95px solid;
            border-top: none;
            border-bottom-left-radius: 175px;
            border-bottom-right-radius: 175px;
            transform-origin: 50% 0;
            transform-style: preserve-3d;
            backface-visibility: hidden;
            animation-fill-mode: forwards;
            animation-duration: .4s;
            animation-timing-function: linear;
            margin: 0 ;
        }

            .chart-skills li:nth-child(1) {
                z-index: 5;
                border-color: #a2c5f5;
                animation-name: rotate-one;
                cursor: pointer;
            }

            .chart-skills li:nth-child(2) {
                z-index: 4;
                border-color: #6fa2e9;
                animation-name: rotate-two;
                animation-delay: .4s;
                cursor: pointer;
            }

            .chart-skills li:nth-child(3) {
                z-index: 3;
                border-color: #446499;
                animation-name: rotate-three;
                animation-delay: .8s;
                cursor: pointer;
            }

            .chart-skills li:nth-child(4) {
                z-index: 2;
                border-color: #497dc5;
                animation-name: rotate-four;
                animation-delay: 1.2s;
                cursor: pointer;
            }

            .chart-skills li:nth-child(5) {
                z-index: 1;
                border-color: #446499;
                animation-name: rotate-five;
                animation-delay: 1.6s;
                cursor: pointer;
            }

    @keyframes rotate-one {
        100% {
            transform: rotate(35deg);
            /**
     * 12% => 21.6deg
     */
        }
    }

    @keyframes rotate-two {
        0% {
            transform: rotate(35deg);
        }

        100% {
            transform: rotate(70deg);
            /**
     * 32% => 57.6deg 
     * 57.6 + 21.6 => 79.2deg
     */
        }
    }

    @keyframes rotate-three {
        0% {
            transform: rotate(70deg);
        }

        100% {
            transform: rotate(115deg);
            /**
     * 34% => 61.2deg 
     * 61.2 + 79.2 => 140.4deg
     */
        }
    }

    @keyframes rotate-four {
        0% {
            transform: rotate(115deg);
        }

        100% {
            transform: rotate(150deg);
            /**
     * 22% => 39.6deg  
     * 140.4 + 39.6 => 180deg
     */
        }
    }


    @keyframes rotate-five {
        0% {
            transform: rotate(150deg);
        }

        100% {
            transform: rotate(195deg);
            /**
     * 22% => 39.6deg  
     * 140.4 + 39.6 => 180deg
     */
        }
    }



    @keyframes fade-in {
        0%, 90% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    ul.chart-skills li span {
        position: absolute;
        top: 29px;
        left: -34%;
    }

    .wheel-block {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .nip {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 15px;
        z-index: 999;
        width: fit-content;
        margin: 0 auto;
        transform-origin: bottom;
    }

    .chart-skills li:nth-child(1) span i {
        color: #fff;
        font-size: 27px;
        transform: rotate(-98deg);
    }

    .chart-skills li:nth-child(2) span i {
        color: #fff;
        font-size: 27px;
        transform: rotate(-98deg);
    }

    .chart-skills li:nth-child(3) span i {
        color: #fff;
        font-size: 27px;
        transform: rotate(-98deg);
    }

    .chart-skills li:nth-child(4) span i {
        color: #fff;
        font-size: 27px;
        transform: rotate(-98deg);
    }

    .chart-skills li:nth-child(5) span i {
        color: #fff;
        font-size: 27px;
        transform: rotate(-98deg);
    }

    ul.chart-skills li:nth-child(3) span {
        top: 43px;
        transform: rotate(-18deg);
    }

    ul.chart-skills li:nth-child(5) span {
        top: 35px;
    }

    ul.chart-skills li.active {
        border-color: #dfad17;
    }

    .nip img {
        max-width: 80%;
    }

    .nip.rotate-nip-01 {
        transform: rotate(-84deg);
        top: auto;
        transition: transform .4s ease-in-out;
    }

    .nip.rotate-nip-02 {
        transform: rotate(-47deg);
        top: auto;
        transition: transform .4s ease-in-out;
    }

    .nip.rotate-nip-03 {
        transform: rotate(0deg);
        top: auto;
        transition: transform .4s ease-in-out;
    }

    .nip.rotate-nip-04 {
        transform: rotate(44deg);
        top: auto;
        transition: transform .4s ease-in-out;
    }

    .nip.rotate-nip-05 {
        transform: rotate(88deg);
        top: auto;
        transition: transform .4s ease-in-out;
    }

    .tittle-meter {
        width: 85%;
        margin: 0 auto;
        text-align: center;
        background: #e4e4e4;
        margin-top: 5px;
    }

        .tittle-meter h2 {
            margin: 0;
            text-align: center;
            font-size: 18px;
            line-height: 27px;
            padding: 10px;
        }

    ul.chart-skills li.active:after {
        color: #dfad17;
    }

    .chart-skills li:nth-child(1):after {
        content: "\f005";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 43px;
        left: -108px;
        right: auto;
        z-index: 999;
        font-size: 15px;
    }

    .chart-skills li:nth-child(2):after {
        content: "\f005   \f005";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 48px;
        left: -117px;
        right: auto;
        z-index: 999;
        font-size: 15px;
        transform: rotate(76deg);
    }

    .chart-skills li:nth-child(3):after {
        content: '\f005  \f005  \f005';
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 67px;
        left: -120px;
        right: auto;
        z-index: 999;
        font-size: 15px;
        transform: rotate(64deg);
    }

    .chart-skills li:nth-child(4):after {
        content: '\f005  \f005  \f005  \f005 ';
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 43px;
        left: -138px;
        right: auto;
        z-index: 999;
        font-size: 15px;
        transform: rotate(73deg);
    }

    .chart-skills li:nth-child(5):after {
        content: '\f005  \f005  \f005  \f005  \f005';
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 70px;
        left: -132px;
        right: auto;
        z-index: 999;
        font-size: 14px;
        transform: rotate(65deg);
    }

    .chart-skills::before {
        content: '';
        width: inherit;
        height: inherit;
        border: 200px solid rgba(211, 211, 211, .3);
        border-bottom: none;
        border-radius: 50%;
        width: 400px;
        height: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -200px;
        margin-top: -116px;
        box-shadow: 0px 0px 22px 7px #ccc;
    }

    button.check-wheel-button {
        background: #446499;
        margin: 50px auto 0;
        text-align: center;
        display: block;
        font-size: 14px;
        border-radius: 5px;
        border: none;
    }

    .logo {
        text-align: center;
    }

    h4.modal-title.text-center.tittle-custom {
        color: #150b47;
        font-size: 16px;
        /*    padding: 15px;*/
        font-weight: 600;
        word-spacing: 3px;
        line-height: 25px;
    }


    ul.chart-skills li:nth-child(1) span:after {
        content: '';
        position: absolute;
        width: 124px;
        height: 6px;
        background: #fff;
        left: -68px;
        top: -32px;
    }

    ul.chart-skills li:nth-child(2) span:after {
        content: '';
        position: absolute;
        width: 124px;
        height: 6px;
        background: #fff;
        left: -68px;
        top: -32px;
    }

    ul.chart-skills li:nth-child(3) span:after {
        content: '';
        position: absolute;
        width: 124px;
        height: 6px;
        background: #fff;
        left: -49px;
        top: -46px;
        transform: rotate(17deg);
    }

    ul.chart-skills li:nth-child(4) span:after {
        content: '';
        position: absolute;
        width: 124px;
        height: 6px;
        background: #fff;
        left: -66px;
        top: -35px;
    }

    .blank-image {
        text-align: center;
        display: block;
        padding: 20px 0px;
        border-bottom: dotted;
        width: 80%;
        margin: 0 auto;
    }

    textarea.text-area {
        margin: 0 auto;
        display: block;
        margin-top: 25px;
        border-radius: 5px;
        padding: 10px;
    }

    button.submit-button {
        background: #d77720;
        border: navajowhite;
        color: #fff;
        margin: 15px auto 0;
        display: block;
        padding: 10px 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 4px;
    }


}


@media (min-width: 992px) {
    .mainwithheader {
        min-height: calc(100vh - 68px);
    }

    .headerTwo .logo-img {
        width: 100%;
    }

    .customcard-padding {
        padding: 2rem;
    }

    .custome-badge {
        padding: .5rem 1.5rem;
        font-size: .875rem;
    }

    .form-control, .form-select {
        font-size: .875rem;
        line-height: 1.65;
    }

    .home-container .left-container .title-1 {
        font-size: 2rem;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
    }

    .home-container .left-container .title-2 {
        font-size: 1rem;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
    }

    .home-container .right-container .form-container {
        width: 55%;
    }

        .home-container .right-container .form-container .quote-heading {
            font-size: 1.5rem;
        }

    .steeper-container .steeper-box .steeper-item {
        width: 30%;
    }

    .steeper-container .steeper-box .steeper-box-wrapper .steeper-item::after {
        width: 30%;
        right: -65px;
    }

    .steeper-container .steeper-box .steeper-item .steeper-title {
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.6;
    }


    .quotation-container .left-container .vehicleDescription-container .right-container .vehicleDescription-Box h6 {
        font-size: 1rem;
    }

    .quotation-container .left-container .vehicleDescription-container .right-container .vehicleDescription-Box a {
        font-size: .875rem;
    }

    .quotation-container .left-container .vehicleDescription-container .right-container .vehicleDescription-Box p span {
        font-size: .875rem;
    }

    .quotation-container .left-container .vehicleDescription-container .title1 {
        font-size: 1.125rem;
    }

 


  
 .price-btn-container {
      
        position: static;
       
    }
    .quotation-container .left-container .premiumDescription-Box {
        height: calc(100vh - 238px);
        overflow-y: scroll;
    }
    .compare-container .table-container table th, .table-container table td {
        padding: 10px; 
        font-size: .875rem;
    }
    .premiumbreakup-container .quotationBreakupDetail-Box {
        width: 100%;
       
    }
    .payment-container .paymentpage-box {
        padding: 2rem;
    }
        .payment-container .paymentpage-box .left-container .vehicledetail-label {
            font-size: 1rem;
           
        }
        .payment-container .paymentpage-box .right-container .form-check.form-switch .form-check-label {
            color: var(--black-0);
            font-size: .875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }
        .payment-container .paymentpage-box .right-container .form-check.form-switch .form-check-label a {
            color: var(--black-0);
        
        }
        .payment-container .paymentpage-box .right-container .payment-selection-container .paymentlabel {           
            font-size: .875rem;            
        }
    .quotation-container .right-container .additionalInfoSwitch-container {
        margin-bottom: 0px !important;
    }
  
}

@media (min-width: 1200px) {
}


@media (min-width: 1400px) {
}
