
@font-face {
    font-family: 'gotham-book';
    src: url('/fonts/gotham-book.ttf') format('truetype');
    weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('/fonts/gotham-bold.ttf') format('truetype');
    weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gotham-medium';
    src: url('/fonts/gotham-medium.ttf') format('truetype');
    weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothamhtf-book';
    src: url('/fonts/gothamhtf-book.ttf') format('truetype');
    weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothamhtf-bold';
    src: url('/fonts/gothamhtf-bold.ttf') format('truetype');
    weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'avenirlt-black';
    src: url('/fonts/avenirlt-black.ttf') format('truetype');
    weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dejavu-sans-bold';
    src: url('/fonts/dejavu-sans-bold.ttf') format('truetype');
    weight: normal;
    font-style: normal;
    font-display: swap;
}

/** Variables Start **/
:root {
    --primary-color: #333333;
    --d-link-color: #5dd348;
    --d-link-hover-color: #e9ab21;
    --site-selection-text-color: #fff;
    --site-selection-bg-color: #5dd348;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --black-color-1: #333333;
    --sc-1: #5dd348;
    --sc-2: #e9ab21;
    --gray-color: #f5f5f5;
    --sf-r: 'gothamhtf-book';
    --sf-b: 'gothamhtf-bold';
    --gotham-m: 'gothamhtf-bold';
    --gotham-htf-b: 'gothamhtf-book';
    --gotham-htf-bl: 'gothamhtf-bold';
    --avenirlt-bl: 'avenirlt-black';
    --dejavu-sans-bl: 'dejavu-sans-bold';
}


/** Class Start **/
.Caps {
    text-transform: uppercase !important;
}

.TAL {
    text-align: left !important;
}

.TAC {
    text-align: center !important;
}

.TAR {
    text-align: right !important;
}

.TextColor1 {
    color: #ffffff !important;
}

.TextColor2 {
    color: #000000 !important;
}

.TextColor3 {
    color: var(--sc-1) !important;
}

.TextColor4 {
    color: var(--sc-2) !important;
}

.BgColor1 {
    background-color: #fff;
}

.BgColor2 {
    background-color: #000;
}

.BgColor3 {
    background-color: var(--black-color-1);
}

.BgColor4 {
    background-color: var(--sc-1);
}

.BgColor5 {
    background-color: var(--sc-2);
}

.BgColor6 {
    background-color: var(--gray-color);
}

.gotham-r {
    font-family: var(--sf-r) !important;
}

.gotham-b {
    font-family: var(--sf-b) !important;
}

.gotham-htf-b {
    font-family: var(--gotham-htf-b) !important;
}

.gotham-htf-bl {
    font-family: var(--gotham-htf-bl) !important;
}

.avenirlt-bl {
    font-family: var(--avenirlt-bl) !important;
}

.dejavu-sans-bl {
    font-family: var(--dejavu-sans-bl) !important;
}

/** Class End **/

body {
    background: #fff;
    font-family: var(--sf-r);
    color: var(--primary-color);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: var(--sc-2);
}

    a:hover {
        color: var(--sc-1);
    }

::selection {
    color: #fff;
    background-color: var(--sc-2);
}

::-moz-selection {
    color: #fff;
    background-color: var(--sc-2);
}

::-webkit-selection {
    color: #fff;
    background-color: var(--sc-2);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--sf-b);
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 45px;
    line-height: 1;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
    line-height: 1.3;
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}

ol {
    list-style: decimal;
    margin-left: 30px;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sub {
    vertical-align: sub !important;
}

sup {
    vertical-align: sup !important;
}

img {
    border: 0px;
    max-width: 100%;
    height: auto;
}

* :focus {
    outline: none;
}

.FParagraph p {
    margin-bottom: 15px;
}

.FParagraph1 p {
    margin-bottom: 20px;
}

    .FParagraph p:last-child, .FParagraph1 p:last-child {
        margin-bottom: 0;
    }

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul li {
        background-image: url('/images/bullet-1.png');
        background-position: 3px 11px; /*R T*/
        background-repeat: no-repeat;
        margin: 0px;
        padding: 1px 0px;
        padding-left: 25px;
    }

.NoBullet li {
    background-image: none;
    background-position: 0px; /*R T*/
    background-repeat: no-repeat;
    margin: 0px; /*T R B L*/
    padding: 0px; /*T R B L*/
}

.vehicle-admin-tabs li {
    background-image: none;
    background-position: 0px; /*R T*/
    background-repeat: no-repeat;
    margin: 0px; /*T R B L*/
    padding: 0px; /*T R B L*/
}
/*---9 .EditorText default UL-OL css---*/
.EditorText ul {
    display: flow-root;
}

.EditorText h1, .EditorText h2, .EditorText h3, .EditorText h4, .EditorText h5, .EditorText h6 {
    margin-bottom: 10px;
}

.EditorText ul + h1, .EditorText ul + h2, .EditorText ul + h3, .EditorText ul + h4, .EditorText ul + h5, .EditorText ul + h6,
.EditorText ul + p {
    margin-top: 20px;
}

.EditorText ul li {
    background-image: url('/images/bullet-1.png');
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 0px 0px 25px; /*T R B L*/
    border: 0px solid;
    display: block;
    text-align: left;
}

.EditorText ol li {
    display: list-item;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: none !important;
    cursor: text;
    width: auto !important;
    list-style: decimal;
    border: 0px;
    text-align: left;
}

.EditorText hr {
    margin: 0px;
    border-bottom: 1px solid #999;
    height: 1px;
    width: 100%;
}

.EditorText table {
    max-width: 500px !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

    .EditorText table tr td {
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 5px 15px;
        border-left: 1px solid #000;
        border-top: 1px solid #000;
    }

.EditorText sup {
    vertical-align: super;
    font-size: smaller;
}

.EditorText sub {
    vertical-align: sub;
    font-size: smaller;
}

.EditorText blockquote {
    padding-left: 20px;
}

/*--- social icons Start---*/
ul.SocialIcons {
    list-style: none;
}

.FSocialIcon {
    margin: 0 auto;
    text-align: center;
}

    .FSocialIcon li {
        background-image: none;
        padding: 0px;
        margin: 0px 0px;
        display: inline-block;
        vertical-align: top;
    }

        .FSocialIcon li a {
            color: #fff;
        }

            .FSocialIcon li a:hover {
                color: var(--sc-2);
            }


/*--- social icons End ---*/

@media (min-width: 1225px) {
    .normal-menu .navbar::before {
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
        padding: 50px 0px;
    }

    .container-fluid, .container-xxl {
        padding: 0;
    }

    .responsive-logo, .scroll-top-arrow {
        display: none;
    }

    .slidebar-menu .navbar {
        padding: 20px 0px !important;
    }

    .normal-menu .navbar.Sticky, .navbar.Sticky {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    }

        .navbar.Sticky .nav-phone a {
            color: #000;
        }

    .get-a-quote-wrapper .container {
        max-width: 1170px;
    }

    .main-dashboard-wrapper .container,
    .resources-list-wrapper .container {
        max-width: 1145px;
    }

    .main-dashboard-wrapper .container {
        padding: 30px 0px;
    }

    .header-text .container, .resources-wrapper .container,
    .contact-wrapper .container {
        max-width: 1130px;
    }

    .default-left-img-wrapper .container,
    .default-right-img-wrapper .container {
        max-width: 1070px;
    }

    .the-rates-wrapper .container {
        max-width: 1050px;
    }

    .affiliate-program-wrapper .container, .affiliate-program-tab-wrapper .container,
    .default-center-text .container {
        max-width: 1000px;
    }

    .default-two-part-desc-wrapper .container {
        max-width: 900px;
    }

    .message-from-president-wrapper .container {
        max-width: 870px;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .message-from-president-wrapper .desc {
        font-size: 15px;
        line-height: 1.7;
    }

    .form-wrapper .container {
        max-width: 780px;
    }

    .dashboard-form-wrapper .container,
    .the-confirmation-wrapper .container {
        max-width: 705px;
    }

    .dashboard-form-wrapper .container {
        padding: 30px 0px 70px;
    }

    .navbar.Sticky .nav-phone img {
        -webkit-filter: none;
        filter: none;
    }

    .navbar.Sticky .nav-phone,
    .navbar.Sticky .nav-phone a {
        color: #000;
    }

        .navbar.Sticky .nav-phone a:hover {
            color: var(--sc-2);
        }
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 60px 0px;
}

.btn-primary {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--sf-b);
    background-color: var(--sc-2) !important;
    border: 2px solid var(--sc-2) !important;
    text-transform: uppercase;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
}

    .btn-primary span {
        font-size: 16px;
    }

    .btn-primary:hover {
        background-color: #000 !important;
        border: 2px solid #000 !important;
    }

.btn-secondary {
    color: var(--sc-1) !important;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--sf-b);
    background-color: transparent !important;
    border: 2px solid var(--sc-1) !important;
    padding: 15px 25px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 10px 0px rgb(93,211,72,0.3);
    position: relative;
    z-index: 1;
}

    .btn-secondary::before {
        content: '';
        position: absolute;
        background-color: var(--sc-1);
        width: 0%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

    .btn-secondary:hover {
        color: #fff !important;
    }

        .btn-secondary:hover::before {
            width: 100%;
        }

.btn-success {
    color: #fff !important;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--sf-b);
    background-color: var(--sc-1) !important;
    border: 2px solid var(--sc-1) !important;
    padding: 15px 25px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 10px 0px rgb(93,211,72,0.3);
    position: relative;
    z-index: 1;
}

.btn-secondary i {
    font-weight: 700;
}

.btn-success:hover {
    color: var(--sc-1) !important;
}

.btn-warning {
    color: #fff !important;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--sf-b);
    background-color: var(--sc-2) !important;
    border: 2px solid var(--sc-2) !important;
    padding: 15px 25px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 10px 0px rgb(233, 171, 33,0.3);
    position: relative;
    z-index: 1;
}

    .btn-warning::before,
    .btn-success::before {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 0%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

    .btn-warning:hover {
        color: var(--sc-2) !important;
    }

        .btn-warning:hover::before,
        .btn-success:hover::before {
            width: 100%;
        }

.yellow-sepline {
    border: 0;
    background-color: var(--sc-2);
    width: 100px;
    height: 7px !important;
    margin: 10px 0px;
    opacity: 1;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: var(--sc-2);
    border-color: #fff;
    box-shadow: none !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
/** Top Navigation Start **/
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}

.normal-menu .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    /*z-index: 99;*/
    z-index: 1000;
    background-color: transparent !important;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

    .normal-menu .navbar::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
    }

    .normal-menu .navbar.Sticky::before, .navbar.Sticky::before {
        opacity: 0;
    }

.navbar-brand {
    padding: 0;
    display: block;
    margin: 0;
}

.logo a {
    display: block;
    width: 390px;
    height: 64px;
    background: url('/images/imgs/main-logo.png') no-repeat left top;
    text-indent: -999999px;
    background-size: 100%;
}

.navbar > .logo-container {
    padding: 40px 0px 20px;
    align-items: flex-start;
    position: relative;
    justify-content: flex-end;
}

.navbar .logo-col {
    position: absolute;
    top: 0;
    left: 50%;
    width: 390px;
    transform: translate(-195px, 26px);
}

.nav-phone {
    margin-top: 4px;
    margin-right: 60px;
}

.normal-menu .nav-phone {
    margin-top: 0px;
    margin-right: 0px;
}

.nav-phone,
.nav-phone a {
    color: #fff;
    font-size: 18px;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: var(--sf-b);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
    min-height: 17px;
    min-width: 145px;
    max-width: 145px;
    text-align: center;
    position: relative;
}

    .nav-phone a {
        position: absolute;
    }

    .nav-phone:hover .default,
    .nav-phone .hover {
        opacity: 0;
    }

    .nav-phone:hover .hover {
        opacity: 1;
    }

    .nav-phone img {
        -webkit-filter: brightness(0) invert();
        filter: brightness(0) invert();
        transition: all 0.3s ease-in-out;
    }

    .nav-phone i {
        color: var(--sc-2);
        min-width: 20px;
        height: 20px;
        border: 2px solid var(--sc-2);
        border-radius: 100%;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
    }

    .nav-phone a:hover {
        color: var(--sc-2);
    }

.top-header-btn .btn-secondary {
    padding: 15px 12px;
    color: #fff !important;
}

.navbar.Sticky .top-header-btn .btn-secondary {
    color: var(--black-color) !important;
}

    .navbar.Sticky .top-header-btn .btn-secondary:hover {
        color: #fff !important;
    }

.navbar > .logo-container .col-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar .navbar-toggler {
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 32px;
    box-shadow: none;
}

.slidebar-menu .navbar .navbar-toggler {
    color: #000;
}

.slidebar-menu .phone {
    color: #000;
    font-size: 18px;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: var(--sf-b);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    transition: all 0.3s ease-in-out;
    min-height: 17px;
    min-width: 145px;
    max-width: 145px;
    text-align: center;
    position: relative;
    float: right;
}

    .slidebar-menu .phone a {
        position: absolute;
        color: #000;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .slidebar-menu .phone a:hover {
            color: var(--sc-2);
        }

    .slidebar-menu .phone:hover .default,
    .slidebar-menu .phone .hover {
        opacity: 0;
    }

    .slidebar-menu .phone:hover .hover {
        opacity: 1;
    }

    .slidebar-menu .phone img {
        -webkit-filter: brightness(5) invert();
        filter: brightness(5) invert();
    }

.navbar .offcanvas .container {
    max-width: 100%;
    position: relative;
    overflow: auto;
    padding-top: 100px;
}
/* .navbar .offcanvas::before{
	content: '';
    position: absolute;
    background-color: var(--sc-2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: 421px;
} */
.navbar .offcanvas {
    background-image: url('images/imgs/sidemenu-bg-logo.png');
    background-position: center;
    background-size: 400px;
    background-repeat: no-repeat;
}

    .navbar .offcanvas.show {
        transform: none;
    }

.navbar .offcanvas-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 40px;
    color: #000;
}

    .navbar .offcanvas-header .btn-close {
        padding: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        font-size: 20px;
        opacity: 1;
        box-shadow: none;
    }

.navbar .offcanvas-body {
    padding: 20px 30px;
}

.navbar .navbar-nav {
    gap: 20px 40px;
}

.navbar ul li {
    background-image: none;
    padding: 0;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav a {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--sf-b);
    padding: 0;
    background-color: transparent;
}

.navbar .offcanvas-body .navbar-nav .nav-link, .offcanvas-body .navbar .navbar-nav a,
.navbar.Sticky .navbar-nav .nav-link, .navbar.Sticky .navbar-nav a {
    color: #000000;
}

.navbar .offcanvas-body .navbar-nav .nav-link, .offcanvas-body .navbar .navbar-nav a {
    font-size: 25px;
}

.navbar .navbar-nav ul {
    padding: 0px;
}

    .navbar .navbar-nav ul li {
        margin: 0;
    }

        .navbar .navbar-nav ul li .nav-link,
        .navbar .navbar-nav ul li a {
            color: #000;
            padding: 10px;
            border-bottom: 1px solid #e9e9e9;
        }

            .navbar .navbar-nav ul li .nav-link:hover,
            .navbar .navbar-nav ul li a:hover {
                color: #fff;
                background-color: var(--sc-1);
            }

.navbar .offcanvas-body .dropdown-item:hover {
    background-color: transparent;
    color: var(--sc-2);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav a:hover,
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .show > .nav-link {
    color: var(--sc-1);
}

.navbar-nav .dropdown-menu {
    padding: 0px 0px 0px 10px;
    border: 0;
    margin: 16px auto 0;
    border-radius: 0;
}

    .navbar-nav .dropdown-menu li {
        margin-bottom: 10px;
    }

.navbar .offcanvas-body .nav-phone {
    padding: 0;
    margin: 0 auto 35px;
}

    .navbar .offcanvas-body .nav-phone a {
        color: #000;
        justify-content: flex-start;
    }

        .navbar .offcanvas-body .nav-phone a:hover {
            color: var(--sc-2);
        }

.navbar .offcanvas-body .col-11 {
    padding: 20px 0px 12px;
}

.responsive-logo .container {
    padding: 10px 0;
    text-align: center;
}

.slidebar-menu .offcanvas-body .phone img {
    -webkit-filter: brightness(5) invert();
    filter: brightness(5) invert();
}

.slidebar-menu .offcanvas-body .phone {
    float: none;
    margin-bottom: 40px;
    justify-content: flex-start;
}

    .slidebar-menu .offcanvas-body .phone a {
        color: var(--sc-1);
    }

.slidebar-menu .SocialIcons a {
    color: #000000;
    font-size: 20px;
}

    .slidebar-menu .SocialIcons a:hover {
        color: var(--sc-1);
    }
/** Top Navigation End **/

/** Footer Start **/
.footer-wrapper {
    background-color: var(--black-color-1);
}

.map-col {
    line-height: 0;
}

    .map-col iframe {
        width: 100% !important;
        border-radius: 5px;
    }

.btn-group {
    display: flex;
    gap: 8px;
}

.footer-wrapper .btn-group {
    margin-top: 30px;
}

    .footer-wrapper .btn-group .btn-secondary {
        color: var(--sc-1) !important;
        padding: 18px 12px;
        box-shadow: 0px 10px 10px 0px rgb(93 211 72 / 15%);
    }

.footer-wrapper .nav-phone {
    margin: 30px auto 0;
}

    .footer-wrapper .nav-phone img {
        filter: none;
    }

.footer-wrapper .btn-group .btn-secondary:hover {
    color: #fff !important;
}

.footer-wrapper h6 {
    font-size: 14px;
}

.footer-link ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

    .footer-link ul li {
        background-image: none;
        padding: 0;
        line-height: 12px;
        position: relative;
    }

        .copy, .developed-by, .developed-by a,
        .footer-link ul li a {
            color: #fff;
            font-size: 15px;
            line-height: 1.5;
            font-family: var(--sf-r);
            letter-spacing: 0.3px;
        }

            .developed-by a:hover,
            .footer-link ul li a:hover {
                color: var(--sc-2);
            }

            .copy, .developed-by, .developed-by a {
                font-size: 13px;
                line-height: 1.6;
            }

.footer-wrapper .info-col {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

    .footer-wrapper .info-col:last-child {
        margin-bottom: 0px;
    }

    .footer-wrapper .info-col .Icon {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: var(--black-color);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer-wrapper .info-col .Icon i {
            font-size: 15px;
            line-height: 1;
        }

    .footer-wrapper .info-col .text,
    .footer-wrapper .info-col .text a {
        color: #000;
        font-size: 15px;
        line-height: 1.5;
    }

    .footer-wrapper .info-col.phone .text,
    .footer-wrapper .info-col.phone .text a {
        font-family: var(--sf-b);
        font-size: 18px;
    }

    .footer-wrapper .info-col .text a:hover {
        color: var(--sc-2);
    }

.copyright {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.copy br {
    display: none;
}

.scroll-top-arrow {
    margin-top: 20px;
}

    .scroll-top-arrow i {
        color: #fff;
        font-size: 25px;
    }
/** Footer End **/

/** Floating Footer Start **/
.modal-header {
    display: block;
    text-align: center;
    padding: 40px 20px 0;
    border: 0;
}

    .modal-header .btn-close {
        margin: 0;
        font-size: 15px;
        padding: 10px !important;
    }

.modal-title {
    color: var(--sc-2);
    text-transform: uppercase;
    font-family: var(--sf-b);
    line-height: 1.3;
}
/** Floating Footer End **/

/** Maintenance Page Start **/
.maintenance-wrapper {
    display: flex;
    align-items: center;
    height: 100vh;
}

    .maintenance-wrapper .container {
        max-width: 1000px;
        background-color: var(--gray-color);
    }

    .maintenance-wrapper .Icon {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: var(--sc-2);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px;
    }

    .maintenance-wrapper .text, .maintenance-wrapper .text a {
        color: #000;
        font-size: 15px;
        line-height: 1.5;
    }

        .maintenance-wrapper .text a:hover {
            color: var(--sc-2);
        }

    .maintenance-wrapper .border-start {
        border-color: #d5d5d5 !important;
    }
/** Maintenance Page End **/

/** Index Page Start **/
.idxheader-wrapper,
.hero-slider-wrapper, .hero-video-wrapper {
    position: relative;
    z-index: 1;
}

    .hero-video-wrapper::before {
        background-color: rgba(0,0,0,0.2);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 100;
        left: 0;
        right: 0;
    }

    .hero-slider-wrapper .ImgWrap {
        position: relative;
    }

        .hero-slider-wrapper .ImgWrap img {
            display: block;
            width: 100%;
        }

        .hero-slider-wrapper .ImgWrap::before {
            content: '';
            position: absolute;
            background-color: rgba(0,0,0,0.35);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

    .hero-slider-wrapper .container, .hero-video-wrapper .container {
        position: relative;
        padding: 0;
    }

    .hero-slider-wrapper .row, .hero-video-wrapper .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-slider-wrapper .col, .hero-video-wrapper .col {
        padding: 0;
        position: relative;
    }

    .hero-video-wrapper .VideoWrap {
        line-height: 0;
    }

.carousel-indicators [data-bs-target] {
    height: 8px;
}

.idxheader-wrapper .carousel-caption {
    bottom: 130px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    z-index: 1;
}

    .idxheader-wrapper .carousel-caption .container {
        padding: 0;
    }

.hero-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
}

    .hero-caption h1, .carousel-caption h1 {
        color: #fff;
        font-size: 35px;
        line-height: 1.1;
        font-family: var(--avenirlt-bl);
        text-transform: uppercase;
        margin-bottom: 25px;
    }

.carousel-caption .btn {
    color: #fff !important;
}

.hero-caption h1 span, .carousel-caption h1 span {
    color: var(--sc-3);
}

.hero-slider-wrapper .second-nav, .hero-video-wrapper .second-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 170px;
    min-width: 170px;
    background-color: var(--sc-2);
    padding: 150px 38px 38px;
}

.JcarouselSlider {
    position: relative;
}

    .JcarouselSlider .swiper-container {
        overflow: hidden;
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -30px;
    right: auto;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    display: block;
    width: 25px;
    height: 35px;
    top: 50%;
    margin-top: -17.5px;
    background-position: center;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
}

.swiper-button-prev {
    background: url('images/icons/prev.png') no-repeat center;
}

.swiper-button-next {
    background: url('images/icons/next.png') no-repeat center;
}

.WithoutSlider + .swiper-button-next1,
.WithoutSlider + .swiper-button-next1 + .swiper-button-prev1,
.WithoutSlider + .swiper-button-next,
.WithoutSlider + .swiper-button-next + .swiper-button-prev {
    display: none;
}

.WithoutSlider .swiper-wrapper {
    justify-content: center;
}

.partnered-wrapper .WithoutSlider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.partnered-wrapper .WithoutSlider .swiper-slide {
    min-width: 170px;
    max-width: 170px;
}

    .partnered-wrapper .WithoutSlider .swiper-slide img {
        -moz-mix-blend-mode: multiply;
        -webkit-mix-blend-mode: multiply;
        mix-blend-mode: multiply;
    }

.partnered-wrapper .title {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}
/** Index Page End **/


/** Inner Page Header Start **/

.inner-header-wrapper {
    position: relative;
    overflow: hidden;
}

    .inner-header-wrapper::after {
        content: '';
        position: absolute;
        background-color: rgba(0,0,0,0.20);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .inner-header-wrapper img {
        max-width: inherit;
        width: 100%;
    }

.header-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 140px;
    z-index: 1;
    text-align: center;
}

    .header-text .container {
        padding: 0;
    }

.page-title {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--sf-b);
    margin: 0;
}
/** Inner Page Header End **/

/** Contact Page Start **/
.contact-wrapper {
    overflow: hidden;
}

    .contact-wrapper .form-wrap {
        position: relative;
    }

.form-floating {
    overflow: hidden;
}

    .form-floating > label {
        height: 30px;
        padding: 0px 15px;
        overflow: hidden;
        top: 15px;
    }

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(.85) translateY(-0.7rem) translateX(.01rem);
    }

.ThanksMsg {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.5;
    font-family: var(--sf-b);
    margin: 100px auto;
}

input:focus, select:focus, textarea:focus {
    box-shadow: 0 0 8px var(--sc-2) !important;
    border: 1px solid var(--sc-2) !important;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.form-floating > .bi-calendar-date + .datepicker_input + label {
    padding-left: 3.5rem;
    z-index: 3;
}

.form-floating > .form-control, .form-floating > .form-select {
    border-radius: 0;
}

.form-floating > label {
    z-index: 9;
}

.contact-wrapper .left .col {
    margin-bottom: 50px;
}

    .contact-wrapper .left .col:last-child {
        margin-bottom: 0px;
    }

.contact-wrapper .left .icon-col {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    background-color: var(--sc-2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
}

.the-confirmation-wrapper .phone span,
.contact-wrapper .left .col .phone {
    position: relative;
    width: 94px;
    height: 18px;
}

    .the-confirmation-wrapper .phone a,
    .contact-wrapper .left .col .phone a {
        position: absolute;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    .the-confirmation-wrapper .phone:hover .default,
    .the-confirmation-wrapper .phone .hover,
    .contact-wrapper .left .col .phone:hover .default,
    .contact-wrapper .left .col .phone .hover {
        opacity: 0;
    }

    .the-confirmation-wrapper .phone:hover .hover,
    .contact-wrapper .left .col .phone:hover .hover {
        opacity: 1;
    }

.contact-wrapper .left .text-col h6 {
    color: var(--sc-1);
    font-family: var(--sf-b);
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 3px;
}

.contact-wrapper .left .text-col,
.contact-wrapper .left .text-col a {
    color: #202124;
    font-size: 15px;
    line-height: 1.5;
    font-family: var(--gotham-htf-b);
}

    .contact-wrapper .left .text-col a:hover {
        color: var(--sc-2);
    }

i.bi-calendar-date {
    background-color: #fff;
    border-left: 0;
    font-size: 22px;
}

.g-recaptcha {
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
    -webkit-transform-origin: 0 0;
    transform-origin: 0;
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.80,M12=0,M21=0,M22=0.80,SizingMethod='auto expand');
}

.message-from-president-wrapper .ImgWrap {
    border-bottom: 7px solid var(--sc-1);
}
/** Contact Page End **/

/** Resources Page Start **/
.resources-wrapper .desc {
    font-size: 18px;
    line-height: 1.6;
}

.resources-list-wrapper ul li {
    background-image: none;
    padding: 0;
    min-width: 370px;
    max-width: 370px;
}

    .resources-list-wrapper ul li a {
        display: block;
        height: 100%;
    }

    .resources-list-wrapper ul li .col {
        background-color: var(--gray-color);
        color: #444444;
        font-size: 15px;
        line-height: 1.5;
        padding: 14px 20px;
        border-left: 4px solid var(--sc-2);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        transition: all 0.3s ease-in-out;
        height: 100%;
    }

        .resources-list-wrapper ul li .col i {
            color: var(--sc-1);
            font-size: 20px;
            line-height: 1;
            transition: all 0.3s ease-in-out;
        }

            .resources-list-wrapper ul li .col i.bi-file-earmark-pdf-fill {
                font-size: 18px;
            }

    .resources-list-wrapper ul li a:hover .col {
        background-color: var(--sc-2);
        color: #fff;
    }

        .resources-list-wrapper ul li a:hover .col i {
            color: #fff;
        }
/** Resources Page End **/

/** FAQ Page Start **/
.insurance-tab-wrapper .nav-tabs .nav-link {
    background-color: var(--sc-1);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-family: var(--gotham-m);
    text-transform: uppercase;
    width: 24%;
    min-width: 288px;
    max-width: 288px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 0;
    padding: 12px 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

    .insurance-tab-wrapper .nav-tabs .nav-link::before {
        content: '';
        position: absolute;
        background-color: var(--sc-2);
        width: 100%;
        height: 0%;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }

    .insurance-tab-wrapper .nav-tabs .nav-link.active::before,
    .insurance-tab-wrapper .nav-tabs .nav-link:hover::before {
        height: 100%;
    }
    /* .insurance-tab-wrapper .nav-tabs .nav-link.active,
.insurance-tab-wrapper .nav-tabs .nav-link:hover{
	background-color: var(--sc-2);
} */
    .insurance-tab-wrapper .nav-tabs .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 0px solid var(--sc-1);
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .insurance-tab-wrapper .nav-tabs .nav-link.active::after,
    .insurance-tab-wrapper .nav-tabs .nav-link:hover::after {
        opacity: 1;
        border-top: 12px solid var(--sc-2);
    }

.accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.insurance-tab-wrapper .faq-col {
    max-width: 1040px;
    margin: 0 auto;
}

    .insurance-tab-wrapper .faq-col .accordion-button {
        background-color: var(--gray-color);
        border: 0;
        box-shadow: none;
        border-left: 6px solid var(--sc-1);
        border-radius: 0;
        color: var(--primary-color);
        font-size: 16px;
        line-height: 1.3;
        font-family: var(--sf-b);
        position: relative;
        padding: 20px 25px 25px 50px;
        gap: 10px;
    }

        .insurance-tab-wrapper .faq-col .accordion-button::before {
            content: 'Q';
            position: absolute;
            color: var(--sc-1);
            font-size: 18px;
            line-height: 1.3;
            font-family: var(--gotham-m);
            top: 20px;
            left: 20px;
        }

.accordion-item {
    margin-bottom: 25px;
}

    .accordion-item:last-child {
        margin-bottom: 0px;
    }

.accordion-button::after {
    background-image: url('images/icons/plus.png');
    width: 19px;
    height: 17px;
    background-size: 100%;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('images/icons/minus.png');
    transform: inherit;
}

.accordion-body {
    position: relative;
    padding: 15px 15px 15px 55px;
}

    .accordion-body::before {
        content: 'A';
        position: absolute;
        color: #c1c1c1;
        font-size: 18px;
        line-height: 1.3;
        font-family: var(--gotham-m);
        top: 17px;
        left: 25px;
    }
/** FAQ Page End **/

/** Service Page Start **/
.service-tab-containe-wrapper .container {
    max-width: 1150px;
}

.service-tab-wrapper .nav-tabs {
    gap: 30px 90px;
}

    .service-tab-wrapper .nav-tabs .nav-link {
        border: 0;
        padding: 0;
        background-color: transparent;
    }

        .service-tab-wrapper .nav-tabs .nav-link .icon {
            width: 140px;
            height: 140px;
            background-color: var(--sc-1);
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s ease-in-out;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

            .service-tab-wrapper .nav-tabs .nav-link .icon::before {
                content: '';
                position: absolute;
                background-color: var(--sc-2);
                width: 0%;
                height: 0%;
                top: 50%;
                left: 50%;
                border-radius: 100%;
                transform: translate(-50%, -50%);
                transition: all 0.5s ease-in-out;
                z-index: -1;
            }

        .service-tab-wrapper .nav-tabs .nav-link.active .icon::before,
        .service-tab-wrapper .nav-tabs .nav-link:hover .icon::before {
            width: 100%;
            height: 100%;
        }
        /* .service-tab-wrapper .nav-tabs .nav-link.active .icon,
.service-tab-wrapper .nav-tabs .nav-link:hover .icon{
	background-color: var(--sc-2);
} */
        .service-tab-wrapper .nav-tabs .nav-link h4 {
            color: var(--sc-1);
            font-size: 20px;
            line-height: 1.2;
            font-family: var(--gotham-m);
            text-transform: uppercase;
            margin: 15px auto 0;
            transition: all 0.3s ease-in-out;
            text-align: center;
        }

        .service-tab-wrapper .nav-tabs .nav-link.active h4,
        .service-tab-wrapper .nav-tabs .nav-link:hover h4 {
            color: var(--sc-2);
        }

.service-tab-containe-wrapper .right .ImgWrap {
    max-width: 400px;
}

.service-tab-containe-wrapper .right .col {
    padding: 30px 0px;
    border-top: 2px solid var(--sc-1);
    border-bottom: 2px solid var(--sc-1);
}

.service-tab-containe-wrapper .left .nav-tabs,
.service-tab-containe-wrapper .left .nav-tabs .nav-link {
    width: 100%;
}

    .service-tab-containe-wrapper .left .nav-tabs .nav-link {
        background-color: var(--gray-color);
        border: 2px solid var(--gray-color);
        text-align: left;
        margin-bottom: 2px;
        transition: all 0.3s ease-in-out;
        color: var(--primary-color);
        font-size: 14px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: var(--sf-b);
        padding: 15px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

        .service-tab-containe-wrapper .left .nav-tabs .nav-link i {
            font-weight: 800;
            font-size: 17px;
        }

        .service-tab-containe-wrapper .left .nav-tabs .nav-link.active,
        .service-tab-containe-wrapper .left .nav-tabs .nav-link:hover {
            background-color: #fff;
            border: 2px solid var(--sc-1);
            color: var(--sc-1);
            box-shadow: 0px 10px 10px 0px rgb(93 211 72 / 30%);
        }
/** Service Page End **/

/** Simple Text Page Start **/
.default-center-text .desc h1, .default-center-text .desc h2, .default-center-text .desc h3,
.default-center-text .desc h4, .default-center-text .desc h5, .default-center-text .desc h6 {
    margin-bottom: 20px;
}

.default-two-part-desc-wrapper .row {
    gap: 50px;
}

.default-two-part-desc-wrapper h6.title {
    color: var(--sc-1);
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.default-two-part-desc-wrapper .col-lg-5 {
    position: relative;
}

    .default-two-part-desc-wrapper .col-lg-5:nth-child(even):before {
        content: '';
        position: absolute;
        background-color: #d7d6d6;
        width: 1px;
        height: 100%;
        top: 0;
        left: -80px;
    }

.default-left-img-wrapper .desc ul li, .default-right-img-wrapper .desc ul li {
    margin-bottom: 15px;
}

/** Simple Text Page End **/

/** Affiliate Program Page Start **/
.affiliate-program-wrapper .left {
    padding-right: 50px !important;
}

a.video {
    display: block;
    position: relative;
}

    a.video::before {
        content: '';
        position: absolute;
       /* background-color: rgba(0,0,0,0.5) !important;*/
        background: url('images/icons/play-icon.png') center no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.affiliate-program-wrapper .nav-link {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.4;
    font-family: var(--sf-b);
    text-transform: uppercase;
    background-color: var(--gray-color);
    border: 2px solid #dcdcdc !important;
    border-radius: 0;
    padding: 15px 30px;
    transition: all 0.3s ease-in-out;
    width: 23.8%;
    min-width: 238px;
    max-width: 238px;
    position: relative;
    z-index: 1;
}

    .affiliate-program-wrapper .nav-link::before {
        content: '';
        position: absolute;
        background-color: var(--sc-1);
        width: 100%;
        height: 0%;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

    .affiliate-program-wrapper .nav-link.active::before,
    .affiliate-program-wrapper .nav-link:hover::before {
        height: 100%;
    }

    .affiliate-program-wrapper .nav-link.active,
    .affiliate-program-wrapper .nav-link:hover {
        color: #fff;
        border: 2px solid var(--sc-1) !important;
        box-shadow: 0px 10px 10px 0px rgb(93 211 72 / 30%);
    }
/** Affiliate Program Page End **/

/*************************** Admin CSS Start ******************************/
.login-wrapper .container, .get-a-quote-wrapper .container, .the-quote-process-wrapper .container,
.saved-quote-wrapper .container {
    padding: 80px 0px;
}

.login-wrapper .text-reset {
    font-size: 14px;
}

.login-wrapper a.text-reset:hover {
    color: var(--sc-1) !important;
}

.the-confirmation-wrapper .ImgWrap {
    min-width: 240px;
    max-width: 240px;
    border-bottom: 2px solid #686868;
    text-align: center;
}

.the-confirmation-wrapper .phone {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--gotham-htf-b);
}

    .the-confirmation-wrapper .phone span,
    .the-confirmation-wrapper .phone a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: #000;
        font-size: 18px;
        line-height: 1.5;
        font-family: var(--gotham-htf-bl);
        width: 145px;
    }

        .the-confirmation-wrapper .phone a:hover {
            color: var(--sc-1);
        }

.the-rates-wrapper .white-box {
    background-color: #fff;
    padding: 5px 15px;
    /*padding: 5px 8px;*/
    gap: 20px 25px;
    border-radius: 5px;
    margin-bottom: 12px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}

    .the-rates-wrapper .white-box:last-child {
        margin-bottom: 0;
    }

    .the-rates-wrapper .white-box .ImgWrap {
        min-width: 140px;
        max-width: 140px;
    }

    .the-rates-wrapper .white-box .text {
        font-size: 15px;
        line-height: 1.3;
        width: 35.5%;
    }

    .the-rates-wrapper .white-box h5 {
        min-width: 60px;
       /* max-width: 60px;*/
        text-align: center;
    }

    .the-rates-wrapper .white-box .btn-col {
        max-width: 165px;
        max-width: 165px;
    }

    .the-rates-wrapper .white-box .btn-success {
        padding: 15px 17px;
        box-shadow: none;
        font-size: 14px;
    }

.the-rates-wrapper .left {
    width: 63%;
}

.the-rates-wrapper .right {
    width: 36%;
}

    .the-rates-wrapper .right .subtitle {
        color: #000;
        font-size: 15px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: var(--gotham-htf-bl);
    }

    .the-rates-wrapper .right .box-col {
        border: 1px solid #a4a4a4;
        border-radius: 6px;
        background-color: transparent;
        padding: 10px 20px;
        margin-bottom: 10px;
        transition: all 0.3s ease-in-out;
    }

        .the-rates-wrapper .right .box-col:hover {
            background-color: var(--sc-1);
            border: 1px solid var(--sc-1);
        }

        .the-rates-wrapper .right .box-col:last-child {
            margin-bottom: 0;
        }

        .the-rates-wrapper .right .box-col h6.TextColor2 {
            font-size: 18px;
            line-height: 1.3;
            transition: all 0.3s ease-in-out;
        }

        .the-rates-wrapper .right .box-col .text {
            color: #202124;
            font-size: 15px;
            line-height: 1.5;
            transition: all 0.3s ease-in-out;
        }

        .the-rates-wrapper .right .box-col:hover h6.TextColor2,
        .the-rates-wrapper .right .box-col:hover .text {
            color: #fff !important;
        }

.get-a-quote-wrapper .left {
    margin-right: 65px;
}

.get-a-quote-wrapper .form-wrap input, .get-a-quote-wrapper .form-wrap select {
    border-radius: 0px;
}

.get-a-quote-wrapper .form-wrap .form-label {
    color: #444444;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: var(--gotham-htf-bl);
    margin-bottom: 5px;
}

.get-a-quote-wrapper .icon-row > div,
.get-a-quote-wrapper .icon-row a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.get-a-quote-wrapper .icon-row .icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background-color: var(--sc-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .get-a-quote-wrapper .icon-row .icon::before {
        content: '';
        position: absolute;
        background-color: var(--sc-2);
        width: 0%;
        height: 0%;
        top: 50%;
        left: 50%;
        border-radius: 100%;
        transform: translate(-50%, -50%);
        transition: all 0.5s ease-in-out;
        z-index: -1;
    }

.get-a-quote-wrapper .icon-row a.active .icon::before,
.get-a-quote-wrapper .icon-row a:hover .icon::before {
    width: 100%;
    height: 100%;
}

.get-a-quote-wrapper .icon-row .text {
    color: #444444;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: var(--gotham-htf-bl);
}

.round-tab-col li {
    width: 145px;
}

    .round-tab-col li .col {
        position: relative;
        padding-bottom: 20px;
    }

        .round-tab-col li .col::after {
            content: '';
            position: absolute;
            background-color: #c8c8c8;
            width: 100%;
            height: 2px;
            bottom: 0;
            right: 50%;
        }
    /* .round-tab-col li:first-child .col::after{
	width: 50%;
	left: inherit;
	right: 0;
} */
    .round-tab-col li:first-child .col::after {
        width: 1px;
    }

    .round-tab-col li .col::before {
        content: '';
        position: absolute;
        background-color: var(--sc-2);
        width: 0%;
        height: 2px;
        bottom: 0;
        left: -50%;
        z-index: 1;
        transition: all 0.3s ease-in-out;
    }

    .round-tab-col li a.active .col::before,
    .round-tab-col li a:hover .col::before {
        width: 100%;
    }

    .round-tab-col li:first-child a.active .col::before,
    .round-tab-col li:first-child a:hover .col::before {
        width: 1px;
    }

    .round-tab-col li .col .text {
        color: var(--primary-color);
        font-size: 16px;
        line-height: 1.4;
    }

    .round-tab-col li .col .round {
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--sc-2);
        border-radius: 100%;
        bottom: -4px;
        left: 50%;
        z-index: 5;
        margin-left: -5px;
        transition: all 0.3s ease-in-out;
    }

        .round-tab-col li .col .round::before {
            content: '';
            position: absolute;
            background-color: #fff;
            border: 2px solid var(--sc-2);
            border-radius: 100%;
            width: 0px;
            height: 0px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease-in-out;
            z-index: 1;
        }

    .round-tab-col li a:hover .col .round::before {
        width: 20px;
        height: 20px;
    }

    .round-tab-col li a.active .col .round::before {
        width: 20px;
        height: 20px;
        background-color: var(--sc-2);
    }

    .round-tab-col li .col .round::after {
        content: '';
        position: absolute;
        background-color: var(--sc-2);
        border-radius: 100%;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .round-tab-col li a.active .col .round::after {
        background-color: #fff;
    }

.the-quote-process-wrapper .tab-contain {
    /*max-width: 700px;*/
    margin: 0 auto;
}

.check-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .check-box .form-check {
        background-color: #fff;
        height: calc(3.5rem + 2px);
        line-height: 1.25;
        display: flex;
        align-items: center;
        border: 1px solid #ced4da;
        margin: 0;
        padding: 10px 10px 10px 40px !important;
        gap: 10px;
        width: 49.42%;
    }

    .the-quote-process-wrapper .form-check {
        width: inherit !important;
    }

.form-check-input[type=checkbox] {
    min-width: 16px;
    width: 16px;
}

.form-check-input:checked {
    background-color: var(--sc-2);
    border-color: var(--sc-2);
}

.back-link i {
    font-weight: 700;
}

.back-link:hover {
    text-decoration: none !important;
}

.btn-check:focus + .btn-success, .btn-success:focus {
    box-shadow: none !important;
}

.dashboard-header-wrapper .container {
    padding: 30px 0px;
}

.breadcrumb-item, .breadcrumb-item a {
    color: #444444;
    font-size: 14px;
    line-height: 1.5;
}

    .breadcrumb-item a:hover {
        color: var(--sc-1);
    }

    .breadcrumb-item + .breadcrumb-item::before {
        opacity: 0.7;
    }

.main-dashboard-wrapper .search-row .form-control {
    border-radius: 0px;
    min-height: 55px;
    padding-right: 150px;
}

.main-dashboard-wrapper .search-row .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 11px 30px;
    box-shadow: none;
    font-size: 13px;
}

    .main-dashboard-wrapper .search-row .btn:hover {
        color: var(--sc-1) !important;
    }

.table-row th,
.table-row td {
    padding: 15px;
}

.table-row th {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: var(--gotham-htf-bl);
}

.table-row td {
    color: #444444;
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--gotham-htf-b);
    background-color: var(--gray-color);
}

    .table-row td:first-child {
        font-family: var(--gotham-htf-bl);
    }

    .table-row td:last-child {
        max-width: 135px;
        width: 135px;
        padding: 6px;
    }

.table-row .btn {
    font-size: 13px;
    padding: 12px 20px;
}

.error-background {
    color: #db2b2b;
    background-color: #fff1f1;
}

.error-message {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px 20px;
    color: #db2b2b;
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--gotham-htf-b);
    background-color: #fff1f1;
}

    .error-message .icon {
        line-height: 0;
    }

        .error-message .icon i {
            font-size: 30px;
        }

.dashboard-form-wrapper .form-control, .dashboard-form-wrapper .form-select {
    border-radius: 0;
}

header.panel-heading
{
    border: 2px solid black;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.wrap-flex {
    flex-wrap: wrap;
}

.nav-tabs-flex {
    display: flex;
    flex-wrap: initial;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.partnered-wrapper-contain {
    width: 100%;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
    text-align: center:
}

.title-heading {
    font-family: Rotunda,sans-serif;
    font-size: 30px;
    color: #282624;
    text-align: center;
}

.swiper-slide-text {
    color: #0B3541;
    font-size: 40px;
}

    .swiper-slide-text div h3 {
        font-family: Playfair Display,serif;
    }

    .swiper-slide-text div h6 {
        color: #CC7A66;
    }

.Comments-textarea textarea {
    height: 100px;
}

.LoaderContact-TAC {
    display: none;
    margin: 100px 80px;
}

.ContactThanksMsg-TAC {
    display: none;
}

.protection-tbl {
 /*   width: 100%;
    position: relative;*/
    overflow-y: auto;
}

#affiliate-api-tab {
    display: none;
}

.margin-left-zero {
    margin-left: 0;
}

    .margin-left-zero li {
        list-style: lower-alpha !important;
    }

.minMaxWidthFivePercent{
    min-width: 5% !important;
    max-width: 5% !important;
    justify-content: center;
}

.newscenter {
    font-size: 30px;
}

.newsarchive {
    font-size: 20px;
}

.avatar {
    display: block;
    width: 70px;
    height: 70px;
    border: 3px solid #eea920;
    border-radius: 50px;
    margin: auto;
}

.avatar-img {
    max-width: 100% !important;
}

    .avatar-img .logo {
        width: 225px;
        margin-bottom: 3em;
        padding: 0.5em 0 0;
    }

#affiliate-grey-bg {
    width: 100%;
    height: 120px;
    background: grey;
}

.affiliate-grey {
    height: 10em;
    width: 10em;
    margin: auto;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

#affiliate-info {
    /*position: relative;
    z-index: 1;*/
    width: 100%;
    height: 120px;
    background: #fff;
}

#affiliate-img {
    width: 100%;
    height: 40px;
    /*background: green;*/
    position: relative;
    /*margin-left: 180px;*/
    margin-top: -20px;
    margin-bottom: -20px;
    z-index: 2
}

.pt-5em {
    padding-top: 5em;
}

.rate-logo {
    display: inline-block;
    width: 300px;
}

.rate-premium {
    width: 200px;
}

.rate-img-div {
    height: 100px;
    position: relative;
    overflow: hidden;
}

.rate-img {
    position: absolute;
    top: -46%;
}

.no-bottom-line .right .col {
    border-bottom: none;
}

.imgwrap-affiliate {
    height: 430px;
}

    .imgwrap-affiliate img {
        height: inherit;
        object-fit: cover;
    }

.JcarouselSlider .swiper-container .swiper-wrapper {
    align-items: center;
}

.aff-row {
    font-size: 15px;
    line-height: 17px;
}

.aff-row .col-md-3 {
    padding: 5px;
}
    .aff-row h6 {
        font-size: 16px;
    }


.multiselect_content {
    z-index: 999 !important;
    border: 1px solid #ced4da;
}

    .multiselect_content .multiselect__content-wrapper {
        border-top: 0;
        border: 1px solid #ced4da;
        overflow:hidden;
        white-space: nowrap;
    }

    .multiselect_content .multiselect__content-wrapper ul li {
        background-image: none !important;
        padding: 0 !important;
        padding-left: 0 !important;
    }
.multiselect__content-wrapper {
    max-height: 300px !important;
}

.multiselect__content {
    display: inline-block;
    height: 200px !important;
    min-height: 200px !important;
    overflow: auto;
}

.multiselect--above .multiselect__content-wrapper {
    border: 1px solid #ced4da !important;
}

@media (max-width: 1536px) {
    .hero-slider-wrapper #hero-slider .carousel-inner .carousel-item .ImgWrap img {
        height: 520px;
    }
}
@media (max-width: 1225px) {
    .hero-slider-wrapper #hero-slider .carousel-inner .carousel-item .ImgWrap img {
        height: auto;
    }
}
[v-cloak] {
    display: none;
}

    [v-cloak] > * {
        display: none
    }

    [v-cloak]::before {
        content: "loading…"
    }
