﻿/*Car Upsell*/
@import url('https://fonts.googleapis.com/css2?family=Roboto Condensed:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

.carUpsellCont {
    width: 100%;
    min-height: 170px;
    /*background: linear-gradient(180deg, #DDEBFF -50%, #FFFFFF 47.97%);*/
    /*background: linear-gradient(180deg, rgba(255, 151, 152, 0.17) 0%, rgba(253, 240, 241, 0.01) 32.94%);
    border-radius: 5px;*/
}
    /*.congratsBG {
	background: url(../images/GlitterBG.png) center;
}*/
    .carUpsellCont .carUpsell {
        display: flex;
        justify-content: space-between;
        padding: 40px 0;
    }

        .carUpsellCont .carUpsell .carUpsellL {
            display: flex;
        }

.width60 {
    width: 60%;
}

.width40 {
    width: 40%;
}

.carUpsellCont .carUpsell .carUpsellL .switch {
    padding-top: 10px;
    width: 80px;
    margin-left: 20px;
}

.switchBtn {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 34px;
}

    .switchBtn input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderUpsell {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #878F9D;
    box-sizing: border-box;
}

    .sliderUpsell:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 28px;
        left: 3px;
        bottom: 3px;
        background: #fff url(../images/upsell_lock.png) no-repeat center;
        box-sizing: border-box;
    }

input:checked + .sliderUpsell {
    background: #FDF0F1;
    border: 2px solid #DD2127;
}

    input:checked + .sliderUpsell:before {
        background: #fff url(../images/upsell_lock_open.png) no-repeat center;
        border: 1px solid #DD2127;
        position: absolute;
        top: 1px;
    }

input:focus + .sliderUpsell {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderUpsell:before {
    -webkit-transform: translateX(27px);
    -ms-transform: translateX(27px);
    transform: translateX(27px);
}
/* Rounded sliders */
.sliderUpsell.round {
    border-radius: 30px;
}

    .sliderUpsell.round:before {
        border-radius: 50%;
    }

.carUpsellCont .carUpsell .carUpsellL .mainfield {
}

.congText {
    margin-left: 50px;
    float: right;
}
.upsellMobile {
    display: none;
}
ul.upsellDash {
    display: flex;
    flex-wrap: wrap;
}


    ul.upsellDash li {
        width: 383px;
        height: 155px;
        border-radius: 5px;
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        margin-left: 20px;
        cursor: pointer;
        display: flex;
        padding: 10px;
        border: 2px solid #fff;
    }

        ul.upsellDash li:hover {
            border: 2px solid #DD2127;
        }

        ul.upsellDash li .info {
            width: 75%;
        }
            ul.upsellDash li .info p {
                font-family: Poppins;
                font-size: 14px;
                font-weight: 500;
                line-height: 21px;
                letter-spacing: 0.012em;
                text-align: left;
            }
.aLine{
    font-size: 14px;
    color: #DD2127;
    background: #FBE4E5;
    border-radius: 16px;
    padding: 8px 16px;
    border: 1px #DD2127 solid;
    cursor:pointer;
    font-weight:600;
    margin-bottom:10px;
}
        ul.upsellDash li .ico {
            width: 40%;
            /*margin-left: 4%;*/
            display: flex;
            align-items: flex-start;
        }
        .red{
        }
            .red h3 {
                font-family: Poppins;
                font-size: 18px;
                font-weight: 800;
                line-height: 27px;
                letter-spacing: 0.012em;
                text-align: left;
                color: #DD2127;
            }
            /*.red .aLine {
                font-family: Poppins;
                font-size: 14px;
                font-weight: 600;
                line-height: 21px;
                letter-spacing: 0.012em;
                text-align: left;*/
                /*background: url('../images/ArrowRed.png') no-repeat center right;*/
                /*color: #DD2127;
            }
                .red .aLine img{
                    display:inline-block;
                    padding-left:8px;
                }*/

.blueU h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 0.012em;
    text-align: left;
    color: #4B89E2;
}

/*.blueU .aLine {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.012em;
    text-align: left;*/
    /*background: url('../images/ArrowRed.png') no-repeat center right;*/
    /*color: #4B89E2;
}

                .blueU .aLine img {
                    display: inline-block;
                    padding-left: 8px;
                }*/

.green h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
    letter-spacing: 0.012em;
    text-align: left;
    color: #0EB27A;
}

/*.green .aLine {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.012em;
    text-align: left;*/
    /*background: url('../images/ArrowRed.png') no-repeat center right;*/
    /*color: #0EB27A;
}

    .green .aLine img {
        display: inline-block;
        padding-left: 8px;
    }*/


                .carUpsellCont .carUpsell .carUpsellL h1 {
                    font-weight: 800;
                    font-size: 24px;
                    line-height: 180%;
                    /* or 43px */
                    letter-spacing: 0.0179em;
                    /* dark skyblue */
                    color: #DD2127;
                }

h1.mview {
    display: none;
}

.carUpsellCont .carUpsell .carUpsellL h2 {
    font-weight: 600;
    font-size: 20px;
    /*line-height: 180%;*/
    /* or 43px */

    letter-spacing: 0.012em;
    /* Charcoal Grey */

    color: #323234;
}

    .carUpsellCont .carUpsell .carUpsellL h2 span {
        color: #DD2127;
    }

.carUpsellCont .carUpsell .carUpsellL h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    /* or 32px */
    letter-spacing: 0.012em;
    /* Charcoal Grey */
    color: #323234;
}

.carUpsellCont .carUpsell .carUpsellL p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    letter-spacing: 0.0179em;
    /* Charcoal Grey */
    color: #323234;
}

    .carUpsellCont .carUpsell .carUpsellL p.special {
        font-weight: 300;
        font-size: 10px;
        line-height: 15px;
        /* identical to box height, or 20px */

        letter-spacing: 0.0179em;
        color: #323234;
    }

.regFieldCont {
    width: 90%;
    display: inline-block;
    margin-top: 20px;
}

    .regFieldCont a {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        /* identical to box height, or 171% */
        padding-left: 15px;
        letter-spacing: 0.2px;
        /* dark skyblue */

        color: #4B89E2;
    }

.regField {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

    .regField .label {
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        /* identical to box height, or 24px */
        padding-left: 0px;
        letter-spacing: 0.0179em;
        /* Charcoal Grey */

        color: #323234;
    }

    .regField .fieldBox {
        /* Charcoal Grey */
        padding: 10px 15px;
        border: 1px solid #E8E5E5;
        display: flex;
        width: 270px;
        position: relative;
        left: 20px;
    }
    /*.regField .fieldBox .searchfield1{
			background-color:transparent;
			width:90%;
			border:0;
		}
			*/
    .regField .search {
        background: url(../images/search.png) no-repeat center;
        width: 21px;
        height: 20px;
        padding: 5px;
        border: 0;
        outline: none !important;
        position: relative;
        z-index: 100;
        top: 12px;
        left: -10px;
    }

    .regField .searchFocus {
        background: url(../images/searchFocus.png) no-repeat center;
        width: 21px;
        height: 20px;
        padding: 5px;
        border: 0;
        outline: none !important;
        position: relative;
        z-index: 100;
        top: 12px;
        left: -10px;
    }

    .regField button:focus {
        border: 0;
        outline: none !important;
        box-shadow: none;
        outline-color: #fff;
    }

.carUpsellCont .carUpsell .carUpsellR {
    font-weight: 500;
    font-size: 14px;
    line-height: 118.9%;
    /* identical to box height, or 17px */

    letter-spacing: 0.0179em;
    /* General / Dark */

    color: #222222;
}

.carData {
    display: flex;
    padding-top: 33px;
    width: 100%;
    min-height: 100px;
}
    /*.carData div:first-child {
		width: 37%;
		font-weight: 500;
		font-size: 15px;
	}*/
    .carData div table td {
        padding-bottom: 10px;
        min-width: 200px;
        font-weight: 500;
        font-size: 15px;
    }

        .carData div table td span {
            font-weight: 400;
        }

.discalimer {
    font-size: 12px;
    line-height: 180%;
    /* or 22px */
    margin-top: 50px;
    letter-spacing: 0.012em;
    color: #4B89E2;
}

.carUpsellCont .carUpsell .carUpsellL .mainfield2 {
    padding-left: 15px;
}

    .carUpsellCont .carUpsell .carUpsellL .mainfield2 h1 {
        font-weight: 800;
        font-size: 32px;
        line-height: 180%;
        /* identical to box height, or 58px */

        letter-spacing: 0.0179em;
        color: #DD2127;
        float: left;
    }

.upsellBtn {
    background: #4B89E2;
    border-radius: 7px;
    padding: 7px 45px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 44%;
    color: #fff;
}

.upsellBtnMob {
    display: none;
}

.upsellLogo {
    float: right;
    width: 120px;
}

.editRow {
    display: flex;
    margin-bottom: 10px;
}

    .editRow .editLabel {
        width: 15%;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        padding-top: 15px;
    }

    .editRow .editField {
        width: 85%;
    }

    .editRow .editFieldHalf {
        width: 40%;
        margin-right: 5%;
    }

.checkRow {
    display: flex;
    justify-content: space-between;
}
.vehicleDetailCont {
    background: #f2f2f2;
    display: flex;
    border-radius: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px 10px 20px;
    justify-content: space-between;
}

    .vehicleDetailCont .vehName {
        color: #323234;
        opacity: 0.8;
    }

    .vehicleDetailCont a.vehEdit {
        color: #323234;
        color: #4B89E2;
        font-weight: 600;
    }
.addVehicle {
    background: #f2f2f2;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px 10px 20px;
    clear: both;
}

    .addVehicle .sixty {
        width: 60%;
        margin-right: 2%;
        display: inline-block;
        float: left;
    }

    .addVehicle .forty {
        width: 38%;
        display: inline-block;
        float: left;
    }
.card-text_comm {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #767677;
    padding: 15px;
    justify-content: flex-start;
}

    .card-text_comm h4 {
        font-family: 'Roboto Condensed';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: #313A3F;
        margin: 10px 0;
        height:50px;
    }

    .card-text_comm p {
        font-size: 14px;
        color: #767677;
        height: 60px;
    }

    .card-text_comm a {
        font-size: 14px;
        color: #0074B6 !important;
        text-decoration: underline;
        cursor: pointer !important;
    }

@media only screen and (max-width: 1024px) {
    .mainfield2{
        display:flex;
        flex-direction:column;
    }
    .congText {
        margin-left: 0;
        float: right;
    }
    
}

@media only screen and (max-width: 768px) {
    .carUpsellCont .carUpsell .carUpsellL h3 {
        font-weight: 700;
        font-size: 22px;
    }

    ul.upsellDash{
        display:none;
    }
    .upsellMobile{
        display:block;
    }
    .upsell_accordion {
        background: #fff;
        
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        
    }
        .upsell_accordion h3 {
            font-size: 14px !important;
            line-height: 30px!important;
            float:left;
        }

        .upsell_active, .upsell_accordion:hover {
            background-color: #fff;
        }
            
            .upsell_accordion:after {
                content: url(../images/upC.png);
                float: right;
                margin-left: 5px;
                line-height: 30px;
            }

    .upsell_active:after {
        content: url(../images/upO.png);
    }

    .upsell_holder {
        border-radius: 5px;
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
        padding:15px 30px;
    }

    .upsell_panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        width: 100%;
        display: flex;
    }

        .upsell_panel p {
            /*padding: 10px 0;*/
            font-family: Poppins;
            font-size: 12px;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: 0.012em;
            text-align: left;
        }
        .upsell_panel .info {
            width: 75%;
        }


        .upsell_panel .ico {
            width: 40%;
            /*margin-left: 4%;*/
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
        }

        
}

    @media only screen and (max-width: 600px) {
        .carUpsellCont .carUpsell .carUpsellR {
            display: none;
        }
        .Carousel .Card {
            width: 220px;
            height: auto !important;
        }
    }

    @media only screen and (max-width: 540px) {
        .carUpsellCont {
            margin-top: 10px;
            min-height: 130px;
        }

            .carUpsellCont .carUpsell {
                padding: 20px 0;
            }
                #slide2 .carUpsell .carUpsellL {
                    display: flex;
                    flex-direction: column;
                }
                .carUpsellCont .carUpsell .carUpsellL h1 {
                    font-size: 22px;
                    line-height: 150%;
                }
                .carUpsellCont .carUpsell .carUpsellL h3 {
                    font-weight: 600;
                    font-size: 18px;
                }

                    .carUpsellCont .carUpsell .carUpsellL .mainfield2 h1 {
                        font-weight: 800;
                        font-size: 24px;
                        text-indent: 80px;
                        margin-top: -17px;
                    }


                

        .width40 {
            width: 100%;
            margin: auto;
        }

        .regFieldCont {
            width: 100%;
            margin-top: 0px;
        }

        .regField {
            display: flex;
            margin-bottom: 20px;
            width: 100%;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }

            .regField div {
                width: 100%;
            }

            .regField .fieldBox {
                width: 80%;
                position: relative;
                left: 0px;
            }

            .regField .label {
                text-align: left;
            }

            .regField .search {
                left: -36px;
            }

            .regField .upsellBtn {
                display: none;
            }

        .upsellBtnMob {
            width: 60%;
            margin: auto;
            background: #4B89E2;
            border-radius: 7px;
            padding: 7px 45px;
            font-weight: 600;
            font-size: 18px;
            line-height: 32px;
            border: 0;
            cursor: pointer;
            text-align: center;
            color: #fff;
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .display {
            display: none;
        }

        .regField .searchFocus {
            background: url(../images/searchFocus.png) no-repeat center;
            width: 21px;
            height: 20px;
            padding: 5px;
            border: 0;
            outline: none !important;
            position: relative;
            z-index: 100;
            top: 12px;
            left: -36px;
        }
        .Carousel {
            height: 60vw !important;
        }
    }
@media only screen and (max-width: 428px) {
    .carUpsellCont .carUpsell .carUpsellL .mainfield2 {
        padding-left: 0;
    }
        .carUpsellCont .carUpsell .carUpsellL .mainfield2 h1 {
            margin-top: -26px;
        }
    #slide2 .carUpsell .carUpsellL .switch {
        padding-top: 10px;
        width: 80px;
        margin-left: 0;
    }
    .upsell_holder {
        padding: 15px 20px;
    }
    .upsell_accordion h3 {
        width: 90%;
        line-height:120%!important;
    }
    .editRow {
        flex-direction: column;
    }

        .editRow .editField {
            width: 100%;
        }

        .editRow .editFieldHalf {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }
    .Carousel {
        height: 70vw !important;
    }
    
}
    @media only screen and (max-width: 360px) {
        .carUpsellCont .carUpsell .carUpsellL h2 {
            font-weight: 600;
            font-size: 18px;
        }
        .upsell_accordion h3 {
            width: 88%;
            line-height: 120% !important;
        }
        .Carousel {
            height: 85vw !important;
        }
    }

    @media only screen and (max-width: 320px) {
        .carUpsellCont .carUpsell .carUpsellL h1 {
            font-size: 20px;
            line-height: 150%;
        }

        .carUpsellCont .carUpsell .carUpsellL h2 {
            font-weight: 600;
            font-size: 16px;
        }
    }