

@media screen and (max-width: 280px){



    /*footer*/
    .footer {
        gap: 50px;
        flex-direction: column;
    }

    .footer-bottom {
        font-size: 0.35rem;
    }
}

@media screen and (min-width: 281px) and (max-width: 479px){
   
    
    /*footer*/
    .footer {
        gap: 50px;
        flex-direction: column;
    }
    
    .footer-bottom {
        font-size: 0.4rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px){


    /*footer*/
    .footer {
        gap: 50px;
        flex-direction: column;
    }

    .footer-bottom {
        font-size: 0.65rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .footer-bottom {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px){
   
    /*footer*/
    .footer-bottom {
        font-size: 0.85rem;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px){
    
    /*footer*/
    .footer-bottom {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 1440px) and (max-width: 2159px){
    
    /*footer*/
    .footer-bottom {
        font-size: 1rem;
    }
}

@media screen and (min-width: 2160px){

    .footer-bottom {
        font-size: 1.2rem;
    }
}


html, body {
    height: 100%;
   
    overflow-x:hidden!important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
a{
    text-decoration:none!important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


/*----newquotepage-----*/
@media screen and (min-width:900px) and (max-width :1400px ) {
    #vedio_section {
        max-width: 65% !important;
        margin-left: auto;
        margin-right: auto;
    }

    iframe {
        height: 337px !important;
        width: 100% !important;
    }

    #box_section {
        max-width: 65% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .drivingbutton, .frequently, .Blue_box {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .Blue_box1 {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .border {
        outline: 2px solid #0769a9 !important;
        text-decoration: none;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .covidbanner {
        max-height: 155px;
        width: auto;
    }
    .featureslist li {
        width: 335px;
    }

    main {
        display: flex;
        justify-content: center;
    }
}
@media screen and (min-width:767px) and (max-width :992px ) {
    #vedio_section {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    #boxes {
        display: flex !important;
        justify-content: flex-end;
    }
    .col1 {
        display: table-cell;
        
    }
    .col2 {
        display: table-cell;
        margin-top: -15px;
    }

    .Full_Maintenance {
        margin-right: 32px !important;
        margin-top: 4px !important;
        max-width: 328px !important;
    }
   
    .featureslist[b-i9yoc5stgo] {
        display: grid;
        width: fit-content !important;
        margin-top: 30px !important;
    }
    .featureslist li {
        width: 331px !important;
        text-align: justify;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(0 * var(--bs-gutter-y));
        margin-right: calc(0 * var(--bs-gutter-x));
        margin-left: calc(0 * var(--bs-gutter-x));
    }
    .fa.fa-car[b-i9yoc5stgo] {
        float: right;
        font-size: 27px;
        background-color: #0769A9;
        color: #fff;
        padding: 14px 8px;
        margin: 30px -10px!important;
        width: 46px;
    }
    iframe {
        height: 199px !important;
        width: 100% !important;
    }

    .covidbanner {
        max-height: 100px;
        max-width: auto;
    }
    #box_section {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .drivingbutton, .frequently, .Blue_box {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .Blue_box1 {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 328px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
        margin-bottom: 35px !important;
    }
    .border {
        outline: 2px solid #0769a9 !important;
        text-decoration: none;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

   

    main {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width:500px) and (max-width :767px ) {
    #vedio_section {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(0 * var(--bs-gutter-y));
        margin-right: calc(0 * var(--bs-gutter-x));
        margin-left: calc(0 * var(--bs-gutter-x));
    }
    iframe {
        height: 244px !important;
        width: 100% !important;
    }

    #box_section {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .featureslist li {
        width: 335px;
    }
    .drivingbutton, .frequently, .Blue_box {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .Blue_box1 {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .border {
        outline: 2px solid #0769a9 !important;
        text-decoration: none;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    main {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width:350px) and (max-width :400px ) {
    #vedio_section {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(0 * var(--bs-gutter-y));
        margin-right: calc( * var(--bs-gutter-x));
        margin-left: calc( * var(--bs-gutter-x));
    }
    iframe {
        height: 170px !important;
        width: 100% !important;
    }

    #box_section {
        max-width: 100% !important;
        margin-left: auto;
    }



    .featureslist {
        max-width: 262px !important;
        display: grid !important;
    }
    

    main {
        display: flex;
        justify-content: center;
    }

    .drivingbutton, .frequently, .Blue_box {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .Blue_box1 {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .border {
        outline: 2px solid #0769a9 !important;
        text-decoration: none;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .covidbanner {
        max-height: 100px;
        width: auto;
    }

   }



@media screen and (min-width:400px) and (max-width :500px ) {
    #vedio_section {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(0 * var(--bs-gutter-y));
        margin-right: calc(0 * var(--bs-gutter-x));
        margin-left: calc(0 * var(--bs-gutter-x));
    }
    iframe {
        height: 220px !important;
        width: 100% !important;
    }

    #box_section {
        max-width: 100% !important;
        margin-left: auto;
    }

    .featureslist {
        color: #0769a9 !important;
        font-size: 18px;
        font-weight: 600;
        display: grid;
        max-width: -webkit-fill-available;
    }

        
    main {
        display: flex;
        justify-content: center;
    }

    .drivingbutton, .frequently, .Blue_box {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 250px!important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .Blue_box1 {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 250px !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .border {
        outline: 2px solid #0769a9 !important;
        text-decoration: none;
        max-width: 250px!important;
        margin-left: auto;
        margin-right: auto;
    }

    .covidbanner {
        max-height: 120px!important;
        width: auto;
    }

   
}



@media screen and (min-width:250px) and (max-width :300px ) {
    #vedio_section {
        max-width: 100% !important;
        display: table-caption!important;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(0.1 * var(--bs-gutter-x));
    }
    iframe {
        height: 130px !important;
        width: 100% !important;
    }

    #box_section {
        max-width: 100% !important;
        display: grid;
        justify-content: center;
    }



    .featureslist {
        color: #0769a9 !important;
        font-size: 18px;
        font-weight: 600;
        display: grid;
        max-width: 162px;
        margin-left: -5px !important;
    }
        .featureslist li {
            line-height: 25px !important;
        }

    main {
        display: flex;
        justify-content: center;
    }

    .drivingbutton, .frequently, .Blue_box {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 200px;
        height:fit-content!important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .Blue_box1 {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: fit-content!important;
        height: fit-content !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }
    .border {
        outline: 2px solid #0769a9 !important;
        text-decoration: none;
        max-width: 200px!important;
        height: fit-content !important;
        margin-left: auto;
        margin-right: auto;
    }

    .covidbanner {
        max-height: 80px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    }


@media screen and (min-width:300px) and (max-width :360px ) {
    #vedio_section {
        max-width: 100% !important;
        display: table-caption !important;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(0.1 * var(--bs-gutter-x));
    }

    iframe {
        height: 130px !important;
        width: 100% !important;
    }

    #box_section {
        max-width: 100% !important;
        display: grid;
        justify-content: center;
    }

    .featureslist {
        color: #0769a9 !important;
        font-size: 18px;
        font-weight: 600;
        display: grid;
        max-width: 244px;
    }

    main {
        display: flex;
        justify-content: center ;
    }

    .drivingbutton, .frequently, .Blue_box {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: 200px;
        height: fit-content !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }

    .Blue_box1 {
        background-color: #0769a9 !important;
        color: white;
        padding: 5px;
        margin: 2px;
        max-width: fit-content !important;
        height: fit-content !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        background-color: #0769a9;
        padding: 20px;
        border-radius: 8px 8px 8px 8px;
        font-weight: 600;
        font-size: 24px;
        position: relative;
    }

    .border {
        outline: 2px solid #0769a9 !important;
        text-decoration: none;
        max-width: 200px !important;
        height: fit-content !important;
        margin-left: auto;
        margin-right: auto;
    }

    .covidbanner {
        max-height: 80px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
}






@media screen and (min-width:360px) and (max-width:390px) {
    .vedio_index {
        max-height: 150px !important;
        width: 100% !important;
    }
    .featureslist {
        color: #0769a9 !important;
        font-size: 18px;
        font-weight: 600;
        display: grid;
        max-width: 293px;
    }
}



@media screen and (min-width:500px) and (max-width:576px) {
    .form_newquote{
        max-width:480px!important;
    }

}

@media screen and (min-width:400px) and (max-width:500px) {
    .form_newquote {
        max-width: 380px !important;
    }
}


@media screen and (min-width:300px) and (max-width:400px) {
    .form_newquote {
        max-width: 280px !important;
    }
}

@media screen and (min-width:200px) and (max-width:300px) {
    .form_newquote {
        max-width: 195px !important;
    }
}

    @media screen and (max-width:412px) {
        .vedio_index {
            max-height: 150px !important;
            width: 100% !important;
        }
    }

    @media screen and (min-width:428px) and (max-width :430px) {
        .vedio_index {
            max-height: 168px !important;
            width: 100% !important;
        }

        .featureslist {
            color: #0769a9 !important;
            font-size: 18px;
            font-weight: 600;
            display: grid;
            max-width: 300px;
        }
    }

    @media screen and (min-width:993px) and (max-width :1199px) {
        .vedio_index {
            max-height: 278px !important;
            width: 100% !important;
        }
    }