html {
    height: 100%;
    /*scroll-behavior: smooth;*/
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 100%;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

    a:hover {
        text-decoration: none;
    }

.main {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 1em; /* Height of footer */
    min-height: 100%;
}


nav.bg-light {
    background-color: #fff !important;
    padding-left: 100px;
    border-bottom: 1px solid #ddd;
}

nav .navbar-brand img {
    width: 170px;
}

nav .nav-link {
    text-transform: uppercase;
    color: #d0112b !important;
    font-size: 21px;
    margin-right: 20px;
    border-bottom: 4px solid #fff;
}

    nav .nav-link:hover {
        border-bottom: 4px solid #d0112b;
        padding-bottom: 6px;
    }

    nav .nav-link.active {
        border-bottom: 4px solid #d0112b;
        padding-bottom: 6px;
    }

nav .phone-number a {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.slider {
    padding-top: 100px;
}

    .slider .carousel-indicators {
        bottom: 0;
    }

        .slider .carousel-indicators li {
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 20px;
            opacity: 0.5;
            margin: 5px 7px;
        }

            .slider .carousel-indicators li.active {
                opacity: 1;
            }

.welcome-message-div {
    background: #ffd200;
    padding: 40px;
}

    .welcome-message-div p {
        margin-bottom: 0;
        font-size: 52px;
        color: #fff;
    }

.after-welcome-div {
    padding: 100px 15px;
    margin-bottom: 50px;
}

    .after-welcome-div p {
        margin-bottom: 0;
        font-size: 14px;
    }

.form .custom-form {
    /*padding: 20px 0;*/
}

    .form .custom-form .btn-danger {
        background: #d0112b;
        padding: 10px 50px;
        margin-top: 20px;
    }

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #dadada;
    padding: 20px 0;
}

    .footer p {
        margin-bottom: 0;
        color: #4f4e4e;
        font-size: 14px;
    }

    .footer a {
        color: #4f4e4e;
    }

/* Styles Need to be added */
.padding-bottom-80 {
    padding-bottom: 10px !important;
}

h1.ty-mainbox-title {
    color: #dd1a32;
    padding: 0;
    font-size: 64px;
    font-weight: normal;
}

.m-tb-30 {
    margin: 30px 0;
}

.strip {
    height: 100px;
    background-color: #ffd200;
    width: 100%;
    margin-top: 100px;
    padding: 0;
}

.form {
    margin-top: 100px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.main {
    padding-bottom: 1px;
}

.error span {
    color: red
}

.navbar select.form-control {
    width: auto;
    vertical-align: top;
}


.reportsearchform .container-fluid {
    padding: 0;
}

.reportsearchform .searchbar {
    margin: 0 auto;
    background: #d8d289;
    padding: 10px;
}

    .reportsearchform .searchbar .btn-primary, .reportsearchform .searchbar .btn-primary:focus, .reportsearchform .searchbar .btn-primary:active {
        background: #d0112b;
        border-color: #d0112b;
        box-shadow: none;
        outline: none;
        color: white;
    }

    .reportsearchform .searchbar .btn-Logout, .reportsearchform .searchbar .btn-Logout:focus, .reportsearchform .searchbar .btn-Logout:active {
        background: #9be4eb;
        border-color: #9be4eb;
        box-shadow: none;
        outline: none;
        color: black;
    }


.ref-reporttable thead tr {
    background: #d8d289 !important;
}

.ref-reporttable tr:nth-child(odd) {
    background: #fff;
}

.ref-reporttable tr:nth-child(even) {
    background: #f1efd8;
}

.reportsearchform ul.pagination {
    justify-content: center;
}

    .reportsearchform ul.pagination li span {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }

.reportsearchform .page-item.active .page-link {
    background: #d8d289;
    border-color: #d8d289;
    color: #000;
}

.reportsearchform .page-item .page-link {
    color: #000;
}

    .reportsearchform .page-item .page-link:focus {
        box-shadow: none;
    }

.modal-header {
    background: #d8d289;
    padding: 7px;
}

.center-form {
    max-width: 50%;
    margin: 0 auto;
    background: #e3f9f9;
    padding: 15px;
}

.line-height-heading {
    min-height: 67px;
}


.banner {
    position: relative;
    margin-top: 100px;
}

    .banner img {
        width: 100%;
    }

    .banner .action-buttons {
        position: absolute;
        right: 290px;
        bottom: 100px;
    }

.banner .action-buttons button, .banner .action-buttons a {
            /*width: 190px;*/
            padding-left: 30px;
            padding-right: 30px;
 }

.request-quote {
    background-color: #fcde08;
    border-color: #fcde08;
    color: #000;
}

.refer-friend {
    background-color: #fcde08;
    border-color: #fcde08;
    color: #000;
}

    .request-quote:hover, .refer-friend:hover {
        background-color: #d0bb24;
        border-color: #d0bb24;
        color: #000;
    }

.refer-friend-form-heading h3 {
    color: #d0112b;
    position: relative;
}

    .refer-friend-form-heading h3::before {
        position: absolute;
        text-align: center;
        bottom: -15px;
        right: 0;
        left: 0;
        width: 75px;
        margin: 0 auto;
        height: 4px;
        content: "";
        background: #d0112b;
    }

.learn-more-text {
    color: #999;
}

    .learn-more-text a {
        color: #d0112b;
        text-decoration: underline;
        font-weight: 700;
    }

.car-image img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .navbar select.form-control {
        font-size: 13px;
        height: auto !important;
        margin-top: 0;
        position: absolute;
        right: 45px;
        top: 7px;
        padding: 2px 10px;
        text-transform: uppercase;
        border-radius: 2px;
    }
}

@media screen and (max-width: 1330px) and (min-width: 1200px) {
    .banner .action-buttons {
        right: 290px;
    }
}

@media screen and (max-width: 1200px) {
    nav.bg-light {
        padding-left: 0;
    }

    nav .navbar-brand img {
        padding-left: 20px;
    }

    .banner .action-buttons {
        right: 130px;
        bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        padding-left: 20px;
    }

    .button-select-hold-box {
        width: 170px;
    }

        .button-select-hold-box button {
            float: left;
        }

        .button-select-hold-box select {
            float: right;
        }

    .reportsearchform .m-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .banner .action-buttons {
        right: 90px;
        bottom: 60px;
    }
}

@media screen and (max-width: 900px) {
    .banner .action-buttons {
        right: 23px;
        bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        position: static;
    }

        .footer a {
            display: inline-block;
            margin-top: 15px;
        }

    .reportsearchform .searchbar .btn-primary {
        margin-top: 15px;
    }

    .banner .action-buttons {
        right: 60px;
        bottom: 20px;
    }

        .banner .action-buttons .btn {
            padding: 5px;
            font-size: 14px;
        }
}

@media screen and (max-width: 691px) {
    .center-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .banner .action-buttons {
        right: 30px;
        bottom: 20px;
    }

        .banner .action-buttons .btn {
            padding: 2px;
            font-size: 13px;
        }
}

@media screen and (max-width: 480px) {
    nav .navbar-brand img {
        width: 100px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    nav .phone-number a {
        font-size: 14px;
    }

    .welcome-message-div p {
        font-size: 26px;
    }

    .slider {
        padding-top: 65px;
    }

    .banner .action-buttons {
        right: 10px;
        bottom: 8px;
    }

        .banner .action-buttons .btn {
            padding: 0px;
            font-size: 10px;
        }
}


.sidebar {
    left: 0;
    top: 0;
    position: fixed;
    width: 200px;
    height: 100vh;
    color: #fff;
    z-index: 99;
    background-color: #222;
    transition: all 0.3s linear;
}

    .sidebar.active {
        left: -200px;
    }

    .sidebar ul {
        padding: 20px 0;
    }

        .sidebar ul li a {
            padding: 15px 20px;
            font-size: 1rem;
            display: block;
            color: #fff;
        }

            .sidebar ul li a.active, .sidebar ul li a:hover {
                /*background: rgba(0,0,0,0.1);*/
                background-color: #fff;
                color: black;
            }

.nav-collapse {
    position: absolute;
    top: 60px;
    right: -50px;
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    width: 50px;
    height: 50px;
    font-size: 24px;
    outline: none;
    cursor: pointer;
}

.content-wrapper {
    transition: all 0.3s linear;
    margin-left: 200px;
}

.sidebar-active .content-wrapper {
    margin-left: 0;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: .8 !important;
}

/* 09172020 */
/* @include transition(all,2s,ease-out); */
.banner-section {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

    .banner-section:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 48.1089258699%;
    }

    .banner-section .banner-content-holder {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 3vw 0;
    }

        .banner-section .banner-content-holder .banner-content {
            margin-left: auto;
            padding-right: 2%;
            display: flex;
            flex-direction: column;
            width: 42.6vw;
        }

            .banner-section .banner-content-holder .banner-content h3.bg {
                background-color: #cd0d32;
                color: #fff;
                padding: 4px 20px;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .banner-section .banner-content-holder .banner-content h2 {
                font-size: 35px;
                font-weight: 400;
                color: #000;
                margin-bottom: 1px;
                font-size: 1.8vw;
            }

            .banner-section .banner-content-holder .banner-content h1 {
                color: #000;
                font-weight: 700;
                letter-spacing: 3px;
                font-size: 64px;
                margin-bottom: 18px;
                line-height: 1.1;
                letter-spacing: 0;
                font-size: 3.4vw;
                margin-bottom: 1.3vw;
            }

            .banner-section .banner-content-holder .banner-content h3 {
                font-weight: 600;
                color: #000;
                font-size: 35px;
                font-size: 1.8vw;
                font-size: 1.6vw;
            }

            .banner-section .banner-content-holder .banner-content ol {
                margin-left: 25px;
                margin-left: 1.3vw;
                margin-bottom: 0.3vw;
            }

            .banner-section .banner-content-holder .banner-content .borderright {
                position: relative;
                padding-left: 20px;
            }

                .banner-section .banner-content-holder .banner-content .borderright::before {
                    top: 8px;
                    content: "";
                    position: absolute;
                    height: 85px;
                    background-color: #cd0d32;
                    width: 9px;
                    left: 0;
                }

            .banner-section .banner-content-holder .banner-content ol li {
                font-size: 22px;
                color: #000000;
                font-weight: bold;
                margin-bottom: 16px;
                line-height: 1.3;
                margin-bottom: 1.2vw;
                font-size: 1.2vw;
                line-height: 1.2;
                margin-bottom: 1vw;
                font-size: 1.5vw;
                padding-right: 40px;
            }

                .banner-section .banner-content-holder .banner-content ol li a {
                    color: #cd0d32;
                    text-decoration: none;
                }

            .banner-section .banner-content-holder .banner-content p {
                padding: 15px 0px 25px 0;
                font-weight: 600;
            }

            .banner-section .banner-content-holder .banner-content .banner-btn {
                background-color: #cd0d32;
                border-radius: 10px;
                font-weight: 600;
                color: #fff;
                padding: 5px 30px;
                font-size: 30px;
                border-radius: 0.5vw;
                padding: 0.5vw 1.4vw;
                font-size: 1.65vw;
                border: 0;
                height: 50px;
            }

                .banner-section .banner-content-holder .banner-content .banner-btn a {
                    color: #fff;
                    text-decoration: none;
                }

                .banner-section .banner-content-holder .banner-content .banner-btn:hover, .banner-section .banner-content-holder .banner-content .banner-btn:focus {
                    background-color: #bc0d2e;
                    color: #fff;
                }

                .banner-section .banner-content-holder .banner-content .banner-btn + .banner-btn {
                    margin-left: 15px;
                }

            .banner-section .banner-content-holder .banner-content.spanish h2 {
                font-size: 28px;
                font-size: 1.5vw;
            }

            .banner-section .banner-content-holder .banner-content.spanish h1 {
                margin-bottom: 10px;
                font-size: 48px;
                margin-bottom: 0.5vw;
                font-size: 2.6vw;
                font-size: 2.4vw;
            }

            .banner-section .banner-content-holder .banner-content.spanish ol {
                margin-left: 45px;
                margin-left: 2.5vw;
            }

#dialog {
    overflow-x: hidden;
}
.table-sicky {
    position:relative;
}

   
    .table-sicky thead.sticky {
        table-layout: fixed;
        top: 0;
    }
  


/*.win-back-table {
    table-layout: fixed;
}*/

.th-action {
    white-space:nowrap;
}

    .win-back-table th {
        word-break: keep-all;
    }

    .win-back-table td {
       /* word-break: break-word;*/
        /*font-size:14px;*/
    }

        .win-back-table td input {
            width: 100%;
        }

        .win-back-table td i {
            font-size: 22px;
        }

            .win-back-table td i.small-font {
                font-size: 16px;
            }



/*BannerNewStyle*/
.banner-section-rw,
.banner-section-rw .banner-content-holder {
    position: static;
}

    .banner-section-rw .banner-content-holder {
        /*background: #f9cd27;*/
        background: #face27;
        padding: 40px 20px;
    }

    .banner-section-rw .banner-img {
        width: 50%;
        padding-right: 50px;
        flex-shrink: 0;
    }

        .banner-section-rw .banner-img img {
            width: 100%;
        }

    .banner-section-rw .banner-content-holder .banner-content {
        width: 50%;
        padding: 0 20px 0 0;
    }

.banner-section.banner-section-rw .banner-content-holder .banner-content.spanish h2 {
    font-size: 20.49px;
}

.banner-section.banner-section-rw .banner-content-holder .banner-content.spanish h1 {
    font-size: 32.784px;
}

.banner-section.banner-section-rw .banner-content-holder .banner-content h3 {
    font-size: 21.856px;
}

.banner-section.banner-section-rw .banner-content-holder .banner-content ol li {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.3;
    margin-bottom: 1.2vw;
    font-size: 1.2vw;
    line-height: 1.2;
    margin-bottom: 1vw;
    font-size: 20.49px;
    padding-right: 40px;
}

.banner-section.banner-section-rw .banner-content-holder .banner-content .banner-btn {
    padding: 7px 20px;
    font-size: 22.539px;
    height: auto;
}

.banner-section.banner-section-rw .banner-btn-rw .banner-btn {
    margin: 0 10px 5px 0 !important;
}

.banner-section.banner-section-rw:before {
    display: none;
}

@media(max-width:1024px) {
    .banner-section-rw .banner-content-holder {
    padding:20px;
    }
    .banner-section-rw .banner-content-holder .banner-content {
        width: 100%;
        border-top: 1px solid #ffe584;
        padding-top: 16px;
        padding-right: 0;
    }

    .banner-section-rw .banner-img {
        text-align: center;
        width: 300px;
        padding-right: 20px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content.spanish h2 {
        font-size: 15.49px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content.spanish h1 {
        font-size: 24.784px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content h3 {
        font-size: 17.856px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content ol li {
        font-size: 16.49px;
    }

    .banner-section .banner-content-holder .banner-content p {
        font-size: 14px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content .banner-btn {
        font-size: 18.539px;
    }
}

@media(max-width:767px) {
    .banner-section-rw .banner-content-holder {
        flex-direction: column;
        align-items: center;
    }
    .banner-section.banner-section-rw .banner-content-holder .banner-content.spanish h2 {
        font-size: 14.49px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content.spanish h1 {
        font-size: 20.784px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content h3 {
        font-size: 16.856px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content ol li {
        font-size: 15.49px;
    }

    .banner-section .banner-content-holder .banner-content p {
        font-size: 13px;
    }

    .banner-section.banner-section-rw .banner-content-holder .banner-content .banner-btn {
        font-size: 15.539px;
    }
}

@media(max-width:600px) {
    .banner-section.banner-section-rw .banner-content-holder .banner-content.spanish h1 {
        font-size: 18.784px;
    }
    .banner-section.banner-section-rw .banner-content-holder .banner-content h3 {
        font-size: 15.856px;
    }
    .banner-section.banner-section-rw .banner-content-holder .banner-content .banner-btn {
        width: 100%;
        margin-right: 0 !important;
    }
}





@media (max-width: 375px) {
    .banneralpa {
        display: none;
    }
}

/* Media Queries */

@media screen and (max-width:1440px) {

    /* Banner */
    .alpabanner_wrapper {
        padding-left: 34px;
    }
}


@media screen and (max-width:1199px) {
    .alpacontainer {
        padding: 0 16px;
    }


    .alpabanner_wrapper {
        padding-left: 16px;
        gap: 25px;
    }

    .alpabanner_header p {
        font-size: 30px;
    }

    .refer_steps li {
        font-size: 18px;
    }

    .alpabanner_wrapper .alpabanner_img {
        height: 500px;
    }

    /* User Form */
    .alpauser_form {
        max-width: 800px;
    }
}

@media screen and (max-width:991px) {

    /* Header */
    .alpamenu_btn .alpabtn_menu {
        display: block;
    }

    .alpanavbar .alpanavbar_nav {
        position: fixed;
        top: 0;
        right: -300px;
        height: 100dvh;
        width: 295px;
        z-index: 23;
        background: #1414148f;
        padding: 30px 20px 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        flex-direction: column;
        gap: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        transition: right 0.5s ease;
    }


    .alpanavbar_nav.alpashow {
        right: 0;
    }

    .alpanav_item a {
        color: white;
        font-size: 18px;
    }

    .alpanavbar_nav .alpanav_item .alpanav_link.active {
        color: var(--secondary-color);
    }


    /* Banner */
    .alpabanner_wrapper {
        flex-direction: column-reverse;
        padding: 10px 16px 42px 16px;
    }

        .alpabanner_wrapper .alpabanner_text_item {
            flex: 0 1 auto;
        }

        .alpabanner_wrapper .alpabanner_img {
            height: 100%;
        }

    .alpabanner_img_col {
        margin-right: unset;
        width: 100%;
    }

    /* .banner_wrapper .banner_img {
        height: 450px;
    } */

    /* USer Form */

    .alpauser_form {
        max-width: unset;
    }

    .alpaform_block {
        flex-direction: column;
    }

    .alpauser_form .alpaform_heading {
        font-size: 28px;
    }

    .alpaform_block .alpaform_item {
        flex: 0 1 100%;
        gap: 14px;
    }
}

@media screen and (max-width:545px) {
    .alpabrand_logo {
        max-width: 145px;
    }

    .alpabanner_header p {
        font-size: 24px;
    }

    .alparefer_steps li {
        font-size: 16px;
    }

    .alpauser_form .alpaform_heading {
        font-size: 24px;
    }

    .alpaform_item .alpaform_subheading {
        color: var(--primary-color);
        font-size: 22px;
    }

    .alparefer_steps {
        margin: 16px 0 0 18px;
    }
}