﻿/*Custom-Card-Start*/
.portlet.light {
    /*padding: 12px 20px 15px;*/
    padding: 12px 20px 10px;
    background-color: #ffffff;
    box-shadow: rgba(162, 135, 83, 0.25) 0px 0px 0px 0px;
}
    /*.portlet.light:hover{
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
}*/

    .portlet.light.bordered {
        /*border: 1px solid #000000 !important;
        border-top-color: #ff6826 !important;
        border-top-width: 6px !important;*/
        border-left: 3px solid #ff6826 !important;
        border-bottom: 1px solid #626262;
        border-top: 1px solid #626262;
        border-right: 1px solid #626262;
    }

        .portlet.light.bordered > .portlet-title {
            border-bottom: 1px solid #eef1f5;
        }

    .portlet.light.bg-inverse {
        background: #f1f4f7;
    }

    .portlet.light > .portlet-title {
        padding: 0;
        min-height: 48px;
    }

        .portlet.light > .portlet-title > .caption {
            color: #666;
            padding: 10px 0;
        }

            .portlet.light > .portlet-title > .caption > .caption-subject {
                font-size: 16px;
            }

            .portlet.light > .portlet-title > .caption > i {
                color: #777;
                font-size: 15px;
                font-weight: 300;
                margin-top: 3px;
            }


.portlet.bordered {
    border-left: 2px solid #e6e9ec !important;
}

    .portlet.bordered > .portlet-title {
        border-bottom: 0;
    }


.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 2px;
}


    .portlet > .portlet-body {
        clear: both;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

/*Custom-Card-End*/

/*Facebook-Button-Starts*/
.btn-facebook {
    color: #fff;
    background-color: #4C67A1;
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #405D9B;
    }

    .btn-facebook:focus {
        color: #fff;
    }
/*Facebook-Button-Ends*/


/*Custom margin class Start*/

html .offset-top-0 {
    margin-top: 0;
}

html .offset-top-4 {
    margin-top: 4px;
}

html .offset-top-8 {
    margin-top: 8px;
}

html .offset-top-12 {
    margin-top: 12px;
}

html .offset-top-15 {
    margin-top: 15px;
}

/*Custom margin class End*/


/*text box design start*/

.veloxpoilcyformcontainer label {
    font-size: 15px;
    /*font-weight: 700;*/
}

.veloxpoilcyformcontainer .form-control {
    font-size: 15px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 4px;
    /*color: #7d7a7a;*/
    color: #000;
}



    .veloxpoilcyformcontainer .form-control:focus {
        border: 1px solid #ff6826 !important;
        background: transparent;
        /*-webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);*/
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        /*-webkit-animation: swing 2s ease;
        animation: swing 2s ease;
        -webkit-animation-iteration-count: 0.4;
        animation-iteration-count: 0.4;*/
    }


.form-control {
    border-radius: 0;
    box-shadow: none;
    /*height: auto;*/
    height: 37px !important;
    line-height: 1.33333;
    padding: 8px 18px !important;
    background: transparent;
    color: #626262;
}



    .form-control:focus {
        box-shadow: none;
        border: 1px solid #db2d2e;
    }

    .form-control.input-lg {
        resize: none;
        font-size: .9em;
    }

    .form-control.rounded {
        border-radius: 0px;
    }

.form-control, .input-group-addon {
    border: 1px solid #e3e3e3;
}

.form-group label {
    color: #626262;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    /*text-transform: uppercase;*/
    font-size: 15px;
}

.form-inline button {
    margin: 0px;
}

.form-group > label {
    display: block;
}

.form-control::-moz-placeholder {
    color: #626262;
}

.form-control::-ms-input-placeholder {
    color: #626262;
}

.form-control::-webkit-input-placeholder {
    color: #626262;
}
/*text box design end*/


.input-validation-error {
    border: 1px solid #FF0000 !important;
    background: transparent;
}

.field-validation-error {
    color: red;
}




.veloxpoilcyformcontainer .button1 {
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #ff6826; /* Green */
    border-radius: 5px;
}


    .veloxpoilcyformcontainer .button1 span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .veloxpoilcyformcontainer .button1 span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .veloxpoilcyformcontainer .button1:hover span {
        padding-right: 25px;
    }

        .veloxpoilcyformcontainer .button1:hover span:after {
            opacity: 1;
            right: 0;
        }


    .veloxpoilcyformcontainer .button1:hover {
        /*background-color: #ff6826;*/
        background: linear-gradient(350deg,#ff6826 40%,#d2cac6 85%);
    }



/*************************************
          Car item
**************************************/
.feature-car.new-arrival .car-item {
    margin-bottom: 30px;
}

.car-item {
    position: relative;
    overflow: hidden;
}

    .car-item .car-content {
        background: #ffffff;
        padding: 20px;
    }

        .car-item .car-content a {
            font-size: 16px;
            font-weight: 600;
            /*color: #2F4F4F;*/
            color: #999999;
            margin-bottom: 10px;
            display: block;
        }

            .car-item .car-content a:hover {
                color: #f37327;
            }

    .car-item .price span {
        color: #363636;
        font-weight: 700;
        font-size: 16px;
    }

        .car-item .price span.old-price {
            color: #999999;
            text-decoration: line-through;
            padding-right: 5px;
            font-size: 13px;
            font-weight: 400;
        }

    .car-item .separator {
        margin-bottom: 15px;
    }

        .car-item .separator:after {
            width: 50px;
            display: block;
            margin: auto;
            content: "";
            height: 1px;
            background: #000000;
            bottom: 0px;
            left: 50%;
            transition: width .8s ease, background-color .8s ease;
            -webkit-transition: width .8s ease, background-color .8s ease;
            -o-transition: width .8s ease, background-color .8s ease;
            -ms-transition: width .8s ease, background-color .8s ease;
            -moz-transition: width .8s ease, background-color .8s ease;
        }

        .car-item .separator:before {
            content: '';
            display: block;
            margin: auto;
            left: 50%;
            height: 1px;
            width: 30px;
            bottom: -10px;
            background: #000000;
            transition: width .8s ease, background-color .8s ease;
            -webkit-transition: width .8s ease, background-color .8s ease;
            -o-transition: width .8s ease, background-color .8s ease;
            -ms-transition: width .8s ease, background-color .8s ease;
            -moz-transition: width .8s ease, background-color .8s ease;
            margin-bottom: 4px;
        }

        .car-item .separator:before {
            width: 50px;
            left: 0;
            background: #db2d2e;
        }

        .car-item .separator:after {
            width: 30px;
            left: 0;
            background: #db2d2e;
        }

    .car-item .car-list {
        background: #ffffff;
        color: #363636;
        overflow: hidden;
        bottom: 144px;
        height: 0;
        left: 0;
        position: absolute;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        width: 100%;
        z-index: 2;
        text-align: center;
    }

        .car-item .car-list li {
            line-height: 38px;
            color: #999999;
        }

            .car-item .car-list li i {
                padding-right: 3px;
            }

    .car-item .car-list {
        height: 40px;
        border-bottom: 1px solid #f6f6f6;
    }

    .car-item .car-image {
        position: relative;
        overflow: hidden;
    }
    /*.car-item .car-overlay-banner { background: rgba(219, 45, 46, 0.7); position: absolute; top: -100%; height: 100%; width: 100%; opacity: 0; transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; }*/
    .car-item .car-overlay-banner {
        position: absolute;
        top: -100%;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
    }

        .car-item .car-overlay-banner ul {
            left: 0;
            position: absolute;
            right: 0;
            top: 40%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            z-index: 99;
        }

            .car-item .car-overlay-banner ul li {
                display: inline-block;
            }

                .car-item .car-overlay-banner ul li a {
                    background: transparent;
                    border: 2px solid #ffffff;
                    color: #ffffff;
                    width: 36px;
                    height: 36px;
                    line-height: 36px;
                    text-align: center;
                    display: inline-block;
                    border-radius: 50%;
                }

                    .car-item .car-overlay-banner ul li a:hover {
                        background: #ffffff;
                        color: #f37327;
                    }

    .car-item .car-overlay-banner {
        opacity: 1;
        top: 0;
    }

    .car-item.gray-bg .car-content {
        background: #f6f6f6;
    }


.vehicle-list .item {
    border: 1px solid #777;
    /*margin-bottom: 15px;*/
    margin-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
    border-top-color: #f37327 !important;
    border-top-width: 2px;
    border-radius: 3px;
}

.vehicle-list .car-image {
    height: 114px;
}

.vehicle-list .car-item .car-content {
    padding: 5px;
    /*border-bottom: 1px solid #ddd;*/
}

.vehicle-list .car-item .car-list {
    bottom: 0px;
}

.vehicle-list .car-item .car-overlay-banner ul {
    top: 35%;
}

.vehicle-list .excluded .car-item .car-content {
    background: #999;
    color: #FFF;
}



.bs-wizard {
    margin-top: 3px;
}

    /*Form Wizard*/
    /*.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}*/
    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }
        /*.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #ffffff; font-size: 15px; margin-bottom: 5px;font-weight:bold;}*/
        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 23px;
            height: 23px;
            display: block;
            background: #e96220;
            top: 56px;
            left: 65%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 11px;
                height: 11px;
                background: #ffffff;
                border-radius: 50px;
                position: absolute;
                top: 6px;
                left: 6px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 4px;
            box-shadow: none;
            margin: 20px 0;
            background-color: #606060;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #ffffff;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #e96220;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*.bs-wizard > .bs-wizard-step.disabled div{color:#ffffff;font-weight:500 !important;}*/



/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        color: #046ea8;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: bold;
        padding: 7px 15px 0 15px;
        width: auto;
    }
.headercustoWidth .bs-wizard .bs-wizard-step {
    padding: 0 20px;
    width: auto;
    display: inline-block;
    float: none;
}
#header .navbar .nav.navbar-nav {
    float: right;
}
.headercustoWidth .bs-wizard {
    text-align: center;
}
    .bs-wizard > .bs-wizard-step.underline div {
        border-bottom: 3px solid #ff6826;
    }

    .bs-wizard > .bs-wizard-step.disabled div {
        color: #868686;
        font-weight: 500 !important;
    }

.menucustomheader .active a {
    pointer-events: none;
    cursor: default;
}

.menucustomheader .disabled a {
    pointer-events: none;
    cursor: default;
}

@media(max-width:767px) {
    /*.bs-wizard > .bs-wizard-step.disabled div{display:block;}
.bs-wizard > .bs-wizard-step div:after {content: attr(data-number);}*/
}
/*END Form Wizard*/


.btn-group-justified > .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff !important;
}


    .btn-group-justified > .btn-default:hover {
        color: #23527c;
        background-color: #ff6826;
    }

.car-content > ul, ol {
    margin-top: 0;
    margin-bottom: 0px !important;
}



.has-feedback .form-control-feedback {
    right: 25px;
    top: 9px;
    font-size: 18px;
}

.has-success .form-control-feedback {
    color: #4CAF50;
}

.has-success .form-control {
    border-color: #e3e3e3 !important;
}


.form-control-feedback {
    display: none;
}


.has-error .control-label {
    color: #626262 !important;
}

.has-success .control-label {
    color: #626262 !important;
}

.has-success .radio-inline {
    color: black;
}

.has-error .radio-inline {
    color: #626262 !important;
}

.row2 .field-validation-error > span {
    padding-left: 15px;
}



.input-group-addon-custom:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon-custom {
    color: #3c763d;
    background-color: #ffffff;
    border-color: #3c763d;
    /*border-left-color: rgb(60, 118, 61);*/
}

.input-group-addon-custom {
    border: 1px solid #ffffff;
    border-left-width: 1px;
    border-left-style: solid;
    /*border-left-color: rgb(227, 227, 227);*/
}

.input-group-addon-custom {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-left-width: 1px;
    border-left-style: solid;
    /*border-left-color: rgb(204, 204, 204);*/
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group-addon-custom {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon-custom {
    display: table-cell;
}

.custom-question-mark {
    background-color: #019af7;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    padding: 2px 5px 2px 5px;
}




/* Scroll Top Top -Ends */
.model-custom {
    /*top: 310px;
    left: 77%;*/
    padding: 20px;
    border-color: #3773ca !important;
    border-top-width: 3px;
    background-color: #f6f6f6;
}



.popup-close {
    width: 20px;
    height: 20px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 17px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 1px #808080;
}

    .popup-close:after,
    .popup-close:before {
        content: "";
        position: absolute;
        top: 7px;
        left: 3px;
        height: 4px;
        width: 12px;
        border-radius: 30px;
        background: #808080;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .popup-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg) !important;
        transform: translate(50%, -50%) rotate(180deg) !important;
        background: #fff;
        text-decoration: none;
        border-color: #f37327;
    }

        .popup-close:hover:after,
        .popup-close:hover:before {
            background: #f37327;
        }

/*Custom-Card-End*/


.custom-tooltip {
    position: absolute;
    /*background-color: #ededed;*/
    background-color: #fff;
    width: 28rem;
    -webkit-border-radius: .4rem;
    -webkit-background-clip: padding-box;
    -moz-border-radius: .4rem;
    -moz-background-clip: padding;
    border-radius: .4rem;
    background-clip: padding-box;
    z-index: 10;
    opacity: 1;
    /*display: none;*/
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    border-style: solid;
    /*border-color: #757374;*/
    border-color: #ff6826;
    border-width: .1rem;
    top: -12px;
}


    .custom-tooltip > div {
        max-height: 20rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 1rem;
        font-size: 14px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        font-weight: normal;
        color: #222;
        line-height: 1.4;
    }

    .custom-tooltip p {
        font-size: 14px;
        line-height: 1.4;
    }

    .custom-tooltip ul {
        padding-left: 1.2rem;
        padding-right: 0rem;
    }


    .custom-tooltip:after {
        right: 100%;
        top: 22px;
        border: solid transparent;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-right-color: transparent;
        border-right-color: #757374;
        border-width: 8px;
    }


    .custom-tooltip div::-webkit-scrollbar {
        width: 6px;
    }

    .custom-tooltip div::-webkit-scrollbar-thumb {
        background-color: #ccc;
    }
    .custom-tooltip button.popup-close {
        top: 3px;
        right: 5px;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
        .custom-tooltip button.popup-close:hover {
            -webkit-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
        }

        @media only screen and (min-width: 1281px) and (min-width: 1441px) {
            /*.CustomScreenHeight {
        min-height: 900px;
    }*/
            #footer {
        padding-bottom: 225px !important;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {

    .CustomScreenHeight {
        min-height: 473px;
    }
}


/*Header css*/

.mobilePartialView .col-xs-2 {
    width: 19%;
}

.mobilemenuheader .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    width: auto;
    font-size: 13px;
}

.menucustomheader {
    background: #f2f2f2;
    height: 37px;
}

    /*#footer {
    padding-bottom: 200px;
}*/

    .menucustomheader a {
        text-decoration: none;
    }

.mobilemenuheader .col-xs-2 {
    width: 19%;
}

.deskstopmenuheader .headercustoMargin {
    border-bottom: 0;
    margin-left: 0px;
}

/*#footer {
    padding-bottom : 100px;
}*/

.mobilemenuheader .headercustoMargin {
    border-bottom: 0;
    margin-left: 15px;
}

.deskstopmenuheader .headercustoWidth {
    width: 1170px;
    padding-left: 0px;
    margin: auto;
}

.headerMenuTitle {
    color: #ff6826;
    padding-left: 23px;
    padding-top: 10px;
}

.managecutomlist {
    margin: 4px 4px 10px 4px;
    text-decoration: none;
}

.managecutomlistcolor {
    color: #e96220;
}


.radioButtonCustomPadding {
    border-right: 1px solid #333 !important;
    padding-right: 10px !important;
}

.radioButtonCustomMargin {
    margin-top: 8px !important;
}

.fontsize11 {
    font-size: 11px;
}

.adanothervehicle {
    padding: 20px !important;
    font-size: 70px !important;
    margin: 0 !important;
}

.adanothervehicleWithoutVin {
    padding: 20px !important;
    font-size: 50px !important;
    margin: 0 !important;
}

.adanothervehicleheight {
    height: 200px;
}

.adanothervehicleheightWithoutVin {
    height: 173px;
}

.adanothervehicleInner {
    display: block;
    font-size: 15px;
    text-decoration: none;
}

.textDecorationNone {
    text-decoration: none;
}

.displaynone {
    display: none;
}


.addanotherdriver {
    padding: 20px;
    font-size: 70px !important;
    margin: 0;
}

.addanotherdriverheight {
    height: 201px;
}

.imgresponsiveDriver {
    margin: 5px auto;
    height: 74px;
}

.marginbottom0 {
    margin-bottom: 0px;
}

.margin0 {
    margin: 0 auto;
}

.margin-0 {
    margin: 0px !important;
}

.thankyouminheight {
    min-height: 473px;
}

.liabilityDetailHeight {
    min-height: 350px;
}

.thankyoumenucolor {
    color: #e96220;
    font-size: 40px !important;
    /*font-weight: bold !important;*/
}

.thankyoumessage {
    font-weight: bold !important;
    font-size: 14px !important;
}


.margin-top-8 {
    margin-top: 8px;
}


.margin-top-10 {
    margin-top: 10px;
}

.widthauto {
    width: auto !important;
}

@media (min-width: 992px) {
    .radioErrorHeight {
        height: 36px !important;
    }
}




/*Darshan*/

@media (max-width: 767px) {
    .custom-tooltip {
        width: 100%;
        top: 46px;
        right: 5%;
        opacity: 1;
    }

        .custom-tooltip:after {
            right: 0% !important;
            top: -16px !important;
            border: solid transparent !important;
            border-top-color: transparent !important;
            border-right-color: transparent !important;
            border-bottom-color: #757374 !important;
            content: " ";
            position: absolute !important;
            border-width: 8px !important;
        }
}
/*Making Tooltip In Center*/
.labelTooltip {
    position: relative;
    top: -10px;
}

@media(min-width:961px) {
    .min-height-473 {
        min-height: 473px;
    }
}
/*Make Check mark Right When tool tip Question mark is there*/
.make-right-55 {
    right: 55px !important;
}

.make-right-45 {
    right: 45px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.car-insurance {
    font-size: 17px;
    font-weight: bold;
}

.padding-top-50 {
    padding-top: 50px;
}

.state-list a {
    padding-right: 10px;
    color: #000000 !important;
    text-decoration: none !important;
}

    .state-list a:hover {
        color: #ff6826 !important;
    }

.top-49 {
    top: 49px !important;
}



/*Footer link Section start*/

.footerLink .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--middle {
    vertical-align: middle;
}

.footerLink .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
    text-align: right;
}

.footerLink .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.footerLink .m-stack.m-stack--ver > .m-stack__item {
    display: block;
    height: auto;
}

.footerLink .m-nav.m-nav--inline {
    display: inline-block;
    width: auto;
    height: 100%;
}

.footerLink .m-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footerLink .m--pull-right {
    float: right;
}

.footerLink ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

.footerLink .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
    text-align: right;
}

.footerLink .m-nav.m-nav--inline > .m-nav__item:first-child {
    padding-left: 0;
}

.footerLink .m-nav.m-nav--inline > .m-nav__item {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
    padding-left: 25px;
}

.footerLink .m-nav .m-nav__item {
    display: block;
}

.footerLink .m-nav {
    list-style: none;
}

.footerLink .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
    text-align: right;
}

.footerLink .m-nav.m-nav--inline > .m-nav__item > .m-nav__link {
    width: auto;
    padding: 9px 0;
}

.footerLink .m-nav .m-nav__item > .m-nav__link {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    outline: none !important;
    vertical-align: middle;
    padding: 9px 0;
}

.footerLink a {
    color: #5867dd;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.footerLink .m-nav {
    list-style: none;
}

.footerLink .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
    text-align: right;
}

.footerLink .m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
    color: #6f727d;
    font-weight: 400;
}

.footerLink .m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
    display: table-cell;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 13px;
}

.footerLink a {
    color: #5867dd;
}

.footerLink .m-nav {
    list-style: none;
}

.footerLink .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
    text-align: right;
}
/*No effect to $ sign add on*/
.no-change-color {
    color: #555 !important;
    background-color: #eee !important;
    border-color: #e3e3e3 !important;
}


/*New Css 8-28-2021*/
a.btn.bck-btn {
    border: 2px solid #ff6826;
    padding: 8px 32px;
    border-radius: 30px;
    font-size: 16px;
}

a.btn.bck-btn:hover {
    background: #ff6826;
    color: #fff;
}

.btn.so-btn {
    margin-top: 11px;
    color: #046ea8;
    font-size: 16px;
    font-weight: bold;
}

.btn.so-btn i {
    transform: rotateY(180deg);
    padding-right: 5px;
}

.btn.so-btn:hover {
    color: #ff6827;
}




/*-------------- 19-4-2018 mobile responsive header -----------*/


@media only screen and (min-width:486px) and (max-width:569px) {

    .mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 12px;
    }

    .commercial_menu_area .bs-wizard > .col-xs-2 {
        width: auto !important;
        padding: 0 9px !important;
    }

    .mobilemenuheader .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        width: auto !important;
    }


    .condo_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 48px !important;
    }

    .mobilehome_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 48px !important;
    }

    .landlord_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 48px !important;
    }
}

@media only screen and (min-width:415px) and (max-width:485px) {

    .mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 12px;
    }

    .commercial_menu_area .bs-wizard > .col-xs-2 {
        width: auto !important;
        padding: 0 9px !important;
    }

    .mobilemenuheader .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        width: auto !important;
    }

    .bs-wizard > .bs-wizard-step.underline div {
        font-size: 12px !important;
    }


    .condo_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 27px !important;
    }

    .mobilehome_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 27px !important;
    }

    .landlord_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 27px !important;
    }
}

@media only screen and (min-width:376px) and (max-width:414px) {

    .mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 12px;
    }

    .commercial_menu_area .bs-wizard > .col-xs-2 {
        width: auto !important;
        padding: 0 9px !important;
    }

    .mobilemenuheader .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        width: auto !important;
    }

    .bs-wizard > .bs-wizard-step.underline div {
        font-size: 12px !important;
    }

    .condo_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 25px !important;
    }

    .mobilehome_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 23px !important;
    }

    .landlord_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 25px !important;
    }
}

@media only screen and (min-width:351px) and (max-width:375px) {

    .mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 8px;
    }

    .commercial_menu_area .bs-wizard > .col-xs-2 {
        width: auto !important;
        padding: 0 6px !important;
    }

    .mobilemenuheader .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        width: auto !important;
    }

    .bs-wizard > .bs-wizard-step.underline div {
        font-size: 12px !important;
    }

    .condo_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 22px !important;
    }

    .mobilehome_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 16px !important;
    }

    .landlord_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 18px !important;
    }
}

@media only screen and (min-width:200px) and (max-width:350px) {

    .mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 3px;
    }

    .commercial_menu_area .bs-wizard > .col-xs-2 {
        width: auto !important;
        padding: 0 2px !important;
    }

    .mobilemenuheader .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        width: auto !important;
    }

    .bs-wizard > .bs-wizard-step.underline div {
        font-size: 12px !important;
    }

    .condo_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 16px !important;
    }

    .mobilehome_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 11px !important;
    }

    .landlord_menu_area.mobilemenuheader .col-xs-2 {
        width: auto !important;
        padding: 0 13px !important;
    }
}

@media only screen and (width:360px) {
    .commercial_menu_area .bs-wizard > .col-xs-2 {
        width: auto !important;
        padding: 0 5px !important;
    }
}

.margin-left-15 {
    margin-left: 15px;
}


.fixDollarError {
    position: absolute;
    display: table-cell;
    top: 37px;
    left: 0;
}

.make-right-5{
    right:5px !important;
}
.make-right-10{
    right:10px !important;
}

.form-field select {
    width: 50%;
}
.form-field .last-div {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.form-field .select-space select {
    width: 48%;
}
.form-field label.col-md-10 {
    margin-top: 0;
}

.form-field .input-group-addon-custom {
    vertical-align: top;
}

.radio-type-first label.col-md-10 {
    padding-left: 0;
    width: auto !important;
    padding-right: 0px !important;
}
.radio-type-first .col-md-6.radioErrorHeight {
    padding-right: 0;
}
.radio-type-first .radioErrorHeight span {
    font-size: 14px;
}
.radio-type-first .radioButtonCustomMargin input {
    margin-top: 5px;
    margin-left: -18px;
}
.radio-type-first label.radioButtonCustomMargin {
    margin-left: 11px !important;
}
.row-space-bot {
    padding-bottom: 0 !important;
}
.last-stap-radio .radioButtonCustomMargin {
    margin-right: 15px;
}
.last-stap-radio .radioButtonCustomMargin input {
    margin-top: 6px;
}
.last-stap-radio .row1 {
    padding: 0;
}
.last-stap-radio .input-group label {
    padding-right: 15px;
}
.form-control, .input-group-addon {
    border: 1px solid #929292;
}

.title-form-main {
    padding-left: 0;
}

.spc-top-rmv {
    margin-top: 0 !important;
}

@media (max-width: 1199px){
.deskstopmenuheader .headercustoWidth {
    width: 970px;
}
.headercustoWidth .bs-wizard .bs-wizard-step {
    padding: 0 15px;
}
#header .navbar ul li a {
    padding: 0 17px;
}    
}

@media (max-width: 1023px){
.deskstopmenuheader .headercustoWidth {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
}
#header .navbar ul li a {
    padding: 0 14px;
    line-height: 39px;
    height: 40px;
}
#header {
    padding: 4px 0;
    height: auto;
}
.headercustoWidth .bs-wizard .bs-wizard-step {
    padding: 0 8px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 14px;
    padding: 7px 10px 0 10px;
}
.radio-type-first label.radioButtonCustomMargin {
    margin-left: 5px !important;
}
.radio-type-first .radioErrorHeight span {
    font-size: 13px;
}
}

@media (max-width: 767px){
.deskstopmenuheader .headercustoWidth {
    width: 100%;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 12px;
    padding: 7px 5px 0 5px;
}
.headercustoWidth .bs-wizard .bs-wizard-step {
    padding: 0 5px;
}    
.mobile-space-rem .row1 {
    padding: 0 !important;
}
.visible-xs {
    height: 15px;
}
.last-sec-btn .visible-xs {
    display: none !important;
}
.last-sec-btn .col-md-6.radioErrorHeight {
    width: 100% !important;
}
.last-sec-btn input.form-control {
    float: none !important;
    width: 150px !important;
}
.select-space.space-bot-sec {
    margin-bottom: 10px;
}

    .claim-list-sec .mob-spce {
        padding-left: 5px;
        padding-right: 5px;
        word-break: break-all;
    }
}

@media (max-width: 567px){
.menucustomheader {
    height: auto;
}
.deskstopmenuheader .headercustoMargin {
    padding-bottom: 0;
}
.radio-type-first .input-group.right {
    width: 100%;
}
.radio-type-first .col-md-6.radioErrorHeight {
    display: inline-block !important;
    width: 100% !important;
}
.radio-type-first label.radioButtonCustomMargin {
    margin-top: 0 !important;
}
.last-stap-radio .radioButtonCustomMargin {
    margin-top: 0 !important;
}
}

    /*.form-field .select-space select:first-child {
        float: left;
    }*/
/*/*.form-field .input-group {
    padding-left: 15px;
    padding-right: 15px;
}
.form-field .form-group {
    background: #d8d8d8;
}
    .form-field .form-group.last-div {
        background: none;
    }
    .form-field .form-group span.input-group-addon-custom {
        background: none;
        border: 0;
        height: auto;
        padding: 0 !important;
    }

.form-space-remove .row.row1 {
    padding-top: 0;
}
.form-field .radioErrorHeight span.quest-msg {
    display: inline-block;
    width: 100%;
    color: #ed0000;
    font-size: 15px;
    font-weight: 500;
}*//*/

/*Quote table css*/
