﻿/*Home Page*/


@media screen and (min-width:270px) and (max-width:325px) {
    .inslist

{
    position: absolute;
    top: 50% !important;
    line-height: 36px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    left: 50% !important;
}

#mealdealmob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

}

@media screen and (min-width:326px) and (max-width:360px) {
    .inslist {
        position: absolute;
        top: 50%;
        line-height: 39px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #mealdealmob {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media screen and (min-width:361px) and (max-width:400px) {
    .inslist {
        position: absolute;
        top: 50%;
        line-height: 50px;
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #mealdealmob {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media screen and (min-width:401px) and (max-width:450px) {
    .inslist {
        position: absolute;
        top: 50%;
        line-height: 66px;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #mealdealmob {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media screen and (min-width:451px) and (max-width:600px) {
    .inslist {
        position: absolute;
        top: 50%;
        line-height: 66px;
        font-size: 23px;
        font-weight: 600;
        text-align: center;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #mealdealmob {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

.w100p {
    width: 100% !important;
}

html {
    scroll-behavior: smooth
}

.widthVideo {
    width: 100vw;
}

iframe {
    /*pointer-events: none;
            position: relative;
            top: 50%;
            left: 50%;*/
    width: 100vw;
    /*height: 80vh;
            transform: translate(-50%, -50%);*/
}

.bgThemeMob {
    background-color: #1da197
}

.carquoteNew::before {
    display: block;
    content: " ";
    margin-top: -500px;
    height: 600px;
    visibility: hidden;
    pointer-events: none;
}



.fntddl {
    background-image: url(/images/arrow_downN.png) !important;
}

.txthead {
    color: #455469;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Arial'
}


.txtdesc {
    color: #455469;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Arial'
}

.txtTail {
    color: #455469;
    font-weight: bold;
    font-size: 44px;
    font-family: 'Acumin Variable Concept-Bold';
}
/*color: #455469;*/
.txtoffer {
    color: black;
    font-weight: normal;
    font-size: 25px;
    font-family: 'Acumin Variable Concept-Bold';
}


.mt-50 {
    margin-top: 50px;
}

.mar40 {
    margin-left: 5%;
    width: 90%;
    margin-bottom: 40px;
}

.cardbox {
    width: 100%;
    height: 65px;
    background: rgb(255, 255, 255);
    border-radius: 4.53px;
    display: flex;
    align-items: center;
    margin: 0 0 1rem 0;
    cursor: pointer;
}

.lnkbtnC {
    background-color: transparent;
    color: black;
}

div.ex1 {
    width: 98%;
    height: 700px;
    overflow: scroll;
    overflow-x: hidden;
}


@media only screen and (min-width: 1200px) {
    .maxwidthhome2

{
    max-width: 380px !important;
}

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .txtoffer {
        font-size: 22px !important;
        text-align: center !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .txtoffer {
        font-size: 22px !important;
        text-align: center !important;
    }
}


/*Car Quote*/

.interestedadter1:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 100% !important;
    padding: 0 10px;
    height: 13px;
    background-color: #60d8d7;
    z-index: -1;
    padding: 0;
    box-sizing: content-box;
    transition: width .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out;
    transform: translateX(-50%);
    font-weight: 600;
    color: black !important;
}

td {
    padding: 5px !important;
    width: 5% !important;
}

.ajax__calendar_container td {
    padding: 0 !important;
    width: 1% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: none !important;
}

input, select, textarea {
    max-width: 350px;
}

.ml10 {
    margin-left: 10px;
}


.error {
    color: Red;
    display: none;
}



