﻿/*Insurancebroker.Master*/

.btntransparent {
    background-color: transparent;
    color: black;
    border: 0;
}

li ul {
    display: none !important;
}

li:hover ul, li:active ul, li:focus ul {
    display: block !important;
}

#drop li {
    padding: 0px !important;
}


.fntddl {
    background-image: url(/images/arrow_downN.png) !important;
}


.fw {
    font-weight: 600;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.header.header-demo {
    height: 50px !important;
}

.header.header-demo .header-icon {
    margin-top: 0px !important;
}

.header.header-demo .header-title {
    margin-top: 0px !important;
}

.header.header-demo .header-logo {
    margin-top: 0px !important;
}

.myfas {
    padding: 10px !important;
    font-size: 20px !important;
    color: black;
}

.sidebar {
    position: fixed;
    left: -250px;
    width: 250px;
    height: 100%;
    top: 0px;
    background-color: white;
    transition: all .5s ease;
    z-index: 9
}

.ml-15 {
    margin-left: 15px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.sidebar header {
    font-size: 20px;
    color: black;
    text-align: center;
    line-height: 70px;
}

.sidebar ul li {
    list-style-type: none;
}

.sidebar ul a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 65px;
    font-size: 16px;
    color: black;
    padding-left: 30px;
    box-sizing: border-box;
    border-top: 1px solid #f3f3f3;
    transition: .4s
}

.sidebar ul li:hover a {
    padding-left: 40px;
}

.sidebar ul a i {
    margin-right: 10px;
}

#check {
    display: none;
}

label #btn, label #cancel {
    position: absolute;
    cursor: pointer;
}

.internet-connection-status {
    position: fixed;
    background-color: transparent;
    width: 100%;
    height: 26px;
    z-index: 99999;
    text-align: center;
    color: #ffffff;
    bottom: 58px !important;
    left: 0;
    right: 0;
    line-height: 26px;
    font-weight: 700;
    font-size: 12px;
}

label #btn {
    font-size: 20px;
    color: black;
    padding: 10px 12px;
    transition: all .5s;
    top: 0px;
    left: 0px;
}

label #cancel {
    z-index: 111;
    left: -195px;
    font-size: 30px;
    color: black;
    transition: all .5s;
    top: 5px;
}

input[type=checkbox] + label {
    margin-left: 5px !important;
}

input[type='checkbox']:not(:checked) + label:before, input[type='checkbox']:checked + label:not(.checkboxPlainLabel):before {
    display: none !important;
}

#check + label:not(.checkboxPlainLabel) {
    border-radius: 4px;
    box-shadow: 0 0 0 0 !important;
}

#check {
    display: none
}

    #check:checked ~ .sidebar {
        left: 0px;
    }

    #check:checked ~ label #btn {
        left: 250px;
        opacity: 0
    }

    #check:checked ~ label #cancel {
        left: 195px;
    }

.pr-color {
    color: #0098b9 !important;
}



/*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';
}

.txtoffer {
    color: #455469;
    font-weight: normal;
    font-size: 30px;
    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;
}


