/*Theme Name: Chubbs Base Theme V1
Theme URI: Starter Theme - www.215marketing.com
Author: 215 Marketing
Author URI: webmaster@215marketing.com
Version: 1.2
Description: 215 Marketing Base custom coded theme.
*/

/* COLOR VARS FROM THEME OPTIONS
--color_1:  #000;  DEFAULT
--color_2:  #fff;
--color_3: color 1
.
.
.
*/


/* Setup from acf variables */

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}


::-moz-selection {
    color: #fff;
    background: #004FA3;
}

::selection {
    color: #fff;
    background: #004FA3;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5 !important;
    color: #4B4B4B;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #4B4B4B;
}

.content-text ul{
    list-style: none;
    padding-left: 0;
}

.content-text ul li {
    position: relative;
    padding-left: 30px; /* space for icon */
}

.content-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;

    width: 16px;   /* control size here */
    height: 16px;

    background-image: url('/wp-content/themes/chubbs/images/icon-check-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anton", sans-serif;
    line-height: 1.4;
    color: var(--primary-text-color);
}

h1,
.h1 {
    font-size: clamp(60px, 3rem + 3vw, 90px);
    line-height: 1.25;
}

h2,
.h2 * {
    font-size: clamp(60px, 5vw, 70px);
    line-height: 1.25;
}

h3,
.h3 * {
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.25;
}

h4,
.h4 * {
    font-size: 20px;
    line-height: 1.25;
}

h5,
.h5 * {
    font-size: 1rem;
}

h6,
.h6 * {
    font-size: 14px;
    line-height: 1.75;

}

.text-white * {
    color: #fff;
}

.text-black * {
    color: #000;
}

.text-dark * {
    color: #333;
}

.text-red * {
    color: #E74112;
}

.text-blue * {
    color: #008BDD;
}

h1 span,
h2 span,
h3 span{
    font-family: "Pacifico", cursive;
}


h1 span.red,
h2 span.red,
h3 span.red{
    color: #E74112;
}

h1 span.blue,
h2 span.blue,
h3 span.blue{
    color: #008BDD;
}


body.page-template-privacy_policy h2{
    font-size: clamp(20px, 5vw, 30px);
    line-height: 1.25;
    margin-bottom: 20px;
}


.py-5{
    padding-top: 5rem !important;
        padding-bottom: 5rem !important;
}

.bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.bg.three:not(.reverse){
    height: calc(100% - 20px);
    top: 10px;
    width: 75%;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
}

.bg.three.reverse{
    height: calc(100% - 20px);
    top: 10px;
    width: 75%;
    left: 0;
    right: unset;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}

.bg.half:not(.reverse){
    height: calc(100% - 20px);
    top: 10px;
    width: 50%;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
}

.bg.half.reverse{
    height: calc(100% - 20px);
    top: 10px;
    width: 50%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}

.bg.quarter:not(.reverse){
    height: calc(100% - 20px);
    top: 10px;
    width: 25%;
    left: 0;
    right: unset;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}

.bg.quarter.reverse{
    height: calc(100% - 20px);
    top: 10px;
    width: 25%;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
}

@media (max-width: 991px){
    .bg{
      
    }

    .bg.three:not(.reverse) {
        width: calc(100% - 10px);
        top: 0;
        left: 5px;
        height: 75%;
        border-top-left-radius: 0;
        border-bottom-right-radius: 500px;
        border-bottom-left-radius: 500px;
    }
    .bg.three.reverse{
        height: 75%;
        top: 0;
        width: calc(100% - 10px);
        left: 5px;
        right: unset;
        border-top-right-radius: 0;
        border-bottom-right-radius: 500px;
        border-bottom-left-radius: 500px;
    }

    .bg.quarter:not(.reverse){
        height: 25%;
        width: calc(100% - 10px);
        top: unset;
        left: 5px;
        bottom: 0;
        border-top-left-radius: 500px;
        border-top-right-radius: 500px;
        border-bottom-right-radius: 0;
    }

}


.top-rounded-separator{
    position: relative;
    padding-top: 140px !important;
}

.top-rounded-separator:before{
    content: '';
    position: absolute;
    width: 100%;
    height:302px;
    background: url(/wp-content/themes/chubbs/images/rounded-top.svg);
    background-size: auto 100%;
    background-position: center bottom;
    top: 0;
    left: 0;
}

.sub {
    color: #E74112;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
}


.text-white .sub {
    color: #fff;
}

.sub:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wp-content/themes/chubbs/images/icon-sub.svg);
    background-size: contain;
    background-position: center bottom;
    top: 0;
    left: 0;
}

.text-white .sub:before{
    filter: brightness(100);
}


.body-bold {
    font-weight: 700;
}

select {
    cursor: pointer;
}

.position-md-absolute {
    position: absolute;
}

.container-fluid {
    position: relative;
}

.row {
    z-index: 10;
}


.header {
    top: 0;
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: transparent;
    z-index: 1000;
    position: fixed;
    transition: .3s all ease-in-out;
}

.header.scrolled {
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.header.scrolled nav {
    padding: .5rem !important;
}

.header.scrolled .logo-header {
    height: 60px !important;
}

/* Buttons */
input[type="submit"] {
    background: #ffbc10;
    border-radius: 0;
    color: #000;
    border: 1px solid var(--primary-color);
}

#gform_submit_button_6 {
    background-color: #000 !important;
    border-radius: 20px;
    width: 100%;
    color: #fff;
}

#gform_submit_button_6:hover{
    background-color: #008BDD!important;
}


.btn{
    border-radius: 20px;
}

.btn-white {
    background-color: #fff!important;
    border: 2px solid #fff;
    color: #000;
}

.btn-white:hover {
    background: #000!important;
    color: #fff;
    border: 2px solid #000;
}

.btn-black {
    background-color: #000!important;
    border: 2px solid #000;
    color: #fff;
}

.btn-black:hover {
    background: #fff!important;
    color: #000;
    border: 2px solid #000;
}

.btn-white-outline {
    background-color: #fff!important;
    border: 2px solid #fff;
    color: #fff;
}

.btn-white-outline:hover {
    background: #fff!important;
    color: #000;
    border: 2px solid #fff;
}

.btn-black-outline {
    background-color: transparent!important;
    border: 2px solid #000;
    color: #000;
}

.btn-black-outline:hover {
    background: #000!important;
    color: #fff;
    border: 2px solid #000;
}

.btn-color{
    background-color: #ff0000!important;
    border: 2px solid #ff0000;
    color: #fff;
}

.btn-color:hover{
    background-color: #af1515!important;
    border: 2px solid #ff0000;
    color: #fff;
}

.btn-color2{
    background-color: #7474e8!important;
    border: 2px solid #7474e8;
    color: #000;
}

.btn-color2:hover{
    background-color: #1515af!important;
    border: 2px solid #7474e8;
    color: #fff;
}

.btn-color-outline{
    background-color: transparent!important;
    border: 2px solid #ff0000;
    color: #ff0000;
}
.btn-color2-outline{
    background-color: transparent!important;
    border: 2px solid #7474e8;
    color: #7474e8;
}

.btn-text {
    color: var(--primary-color);
}

/* Nav */

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
    font-weight: 600;
}

body.page-template-thanks .nav-link,
body.page-template-privacy_policy .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500;
}

.nav-link:hover {
    color: #008BDD;
}

.btn .nav-link {
    color: #fff!important;
}

.btn .nav-link:hover {
    color: #000!important;
}

.header.scrolled .nav-link,
.header.scrolled .navbar-nav .nav-link.active,
.header.scrolled .navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500;
}

.header.scrolled .nav-link:hover {
    color: #E74112;
}



@media screen and (max-width:1200px) {
    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        top: 80px;
        text-align: left;
    }

    .navbar-toggler{
        background-color: transparent;
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #nav-icon {
        width: 30px;
        height: 22px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #fff;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;

    }

    .header.scrolled #nav-icon span{
        background: #000;
    }

    .navbar-toggler[aria-expanded="false"] {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon {
        transition: .3s all ease-in-out;
        position: relative;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
        left: 50%;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
        left: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
        top: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
        top: 9px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
        top: 18px;
    }


    .navbar-toggler[aria-expanded="true"] #nav-icon {        
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-item span{
        width: 100%;
        display: block;
        padding: 5px;
    }

    .navbar-nav .nav-item:focus, 
    .navbar-nav .nav-item:hover{
        background: #f0f0f0;
    }

    body.home .header .nav-link, body.home .header .navbar-nav .nav-link.active,
    .nav-link, .navbar-nav .nav-link.active {
        color: #000;
    }

}

.contained {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
}


.card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 0;
}

.card p {
    margin-bottom: 0;
}

.card-title {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.card.stat{}
.card.stat h3.card-title,
.card.stat h3.card-title span{
    font-size: clamp(40px, 4vw, 80px);
    font-family: "Anton", sans-serif;
}

.numbered-list .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;

}

.numbered-list .icon .list-number {
    font-size: 20px;
    line-height: 1.75;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.icon-offset .card .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 25px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;
}

.icon-offset .card img {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-inside .card img {
    width: 50px;
    position: relative;
}

.sidebyside-card .number{
    font-size: 55px;
    color: #008BDD;
    font-family: 'Anton';
    line-height: 1;
}

.icon-center {
    text-align: center;
}

.icon-center-transparent .card {
    background: transparent !important;
    text-align: center;
    padding: 0 !important;
}

.icon-center-transparent .card img {
    text-align: center;
    margin: 0 auto 20px;
    width: 50px;

}

.icon-offset .card-body {
    padding-top: 2rem !important;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
}

.card .card-img.small {
    width: 50px;
}

.shadow-box .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #000000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    display: block;
}

.shadow-box .card:hover:before {
    content: '';
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #42677d);
}

.columns-offset .card {
    border-radius: 210px;
    overflow: hidden;
}

.columns-offset .card .card-img-overlay {
    background: #F0E6D2;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 20px 50px !important;
}

.columns-offset .cardgroup .col-10:nth-child(even) {
    margin-top: 50px;
}

.card-header {
    padding: 0;
    width: 100%;
}

.columns-offset .card .card-img-overlay .card-header {
    background: transparent;
    text-align: center;
    border: 0;
}

.columns-offset .card .card-img-overlay .card-header .card-title {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) and (min-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

@media screen and (max-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }

    #process-slider .card {
        min-height: unset;
    }
}

@media screen and (max-width: 1840px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

.highlight {
    color: #115abc;
}

.process h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.process-card {
    padding: 20px;
    position: relative;
}

.process-steps {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #fff;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    width: 60px;
    text-shadow: 1px 1px 0 #EF3E36, -1px 1px 0 #EF3E36, -1px -1px 0 #EF3E36, 1px -1px 0 #EF3E36;
}

.text-end .process-step {
    right: 20px;
    left: unset;
}

/* Accordion */

.accordion-item,
.accordion-button {
    background-color: #fff;
    border: 0;
}

.accordion-item h2 .accordion-button {
    font-size: 25px;
    font-weight: 700;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--secondary-color);
    box-shadow: none;
}

/* Homepage Hero */

.homepage-hero {
    position: relative;
    padding-top: 10.125rem;
    padding-bottom: 5.125em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    transition: .3s all ease-in-out;
}

.homepage-hero.hero-form:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;

    background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

    top: 0;
    left: 0;
}

.hero{
    position: relative;
    padding-top: 10.125rem;
    padding-bottom: 5.125em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    transition: .3s all ease-in-out;
}

.hero:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;

    background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

    top: 0;
    left: 0;
}

.homepage-hero .form{
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.homepage-hero .form h3{
    font-family: "Poppins", sans-serif;
}

/* Images */

.image-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.image-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.content-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.content-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.border-blue {
    border: 10px solid #115ABC;
}

.border-blue-light {
    border: 6px solid #B0C8E920;
}

.content-image {
    height: 100%;
    width: 100%;
}

.content-image:not(.column-bg) img{
    width: calc(100% - 50px);
}

.content-image.column-bg{
    min-height: 500px;
}


.image_quote{
    background: rgba(0,0,0,.8);
    padding: 12px;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
}

.image_quote h3{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

.object-cover .content-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-height: inherit;
}

.hl-sub {
    position: absolute;
    height: 2px;
    width: 90px;
    content: '';
    background-color: var(--secondary-color) !important;
    margin-bottom: 40px;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
}

.hl-sub.text-center {
    margin: 0 auto .5rem;
}

.hl-sub.white {
    background-color: #FFFFFF;
}

.hl-sub.white:before {
    border-color: transparent transparent transparent #ffffff;
}

.hl-sub.white:after {
    border-color: transparent #ffffff transparent transparent;
}

.homepage-card {
    background-color: #FFFFFF;
    padding: 1.5em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.9em;
    height: 100%;
    width: auto;
    box-shadow: 0px 0px 10px #00000010;
}

.homepage-card img {
    height: 53px;
}

.homepage-card p {
    font-size: 0.938em;
    font-weight: 400;
    color: #0B0B0B;
}

/* Hero */

.hero {
    min-height: 380px;
    padding-top: 205px;
    position: relative;
    background-position: center;
}

.hero.white-text p {
    color: #fff !important;
}

.hp-card-row-gap {
    row-gap: 1em;
}

.hp-card-mt {
    margin-top: 2em;
}

.row-gap-mobile {
    row-gap: 1em;
}

.row-gap-1 {
    row-gap: 1em;
}

.cta .content {
    padding: 100px;
}

.bg-light {
    background: #F5F5F5 !important;
}

.bg-red{
    background: #E74112!important;
}

/* Edge image */

.edge-image .bg-holder {
    position: absolute;
    width: 95%;
    height: 100%;
    max-height: 540px;
    left: 0;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    transform: translatey(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.swiper-slide {
    padding: 20px;
}

/* FULL WIDTH VIDEO*/
.video-cover-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-cover-wrapper iframe,
.video-cover-wrapper video {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.video-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(/wp-content/themes/chubbs/images/play-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
}

/* Testimonials */
.testimonial-section {
    position: relative;
    padding-bottom: 10rem !important;
}

.testimonial-section:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 336px;
    background: url(/wp-content/themes/chubbs/images/rounded-bottom.svg);
    background-size: auto 100%;
    background-position: center top;
    bottom: 0;
    left: 0;
}

.testimonial-quote {
    width: 56px;
}

.testimonial-card {
    border: 0;
}

.testimonial-card .card-title{
    font-size: clamp(30px, 4vw, 40px);
}

.swiper-testimonials .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    display: inline-block;
    border-radius: 4px;
    background: #C1C1C1;
    opacity:1;
}

.swiper-testimonials .swiper-pagination-bullet-active{
    background: #fff;
}

/* Contact form */

.card .card-body .financing-price {
    font-size: 18px;
}

.card .card-body .financing-text {
    font-size: 16px;
}

.card .card-body .financing-price span {
    font-size: 14px;
    font-weight: 400;
    display: block;

}

/* Footer */

.copyright-group {
    display: flex;
    padding: 1em;
    background: transparent;
    justify-content: space-between;
    border-radius: 8px;
}

#footer {
    position: relative;
    background: #000;
}

#footer .copyright-text span,
#footer .copyright-text span a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    font-size: 14px;
}

#footer .social-media-links {}

#footer .footer-quick-links .menu-item {
    padding: 10px;
}

#footer .footer-quick-links a {
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
}

#footer .footer-quick-links a:hover{
    color: #E74112;
}

#footer .copyright-link a {
    color: #000;
    font-size: 0.875em;
}

.disclaimer p,
.disclaimer ul li{
    font-size: .875em;
    color: rgba(255,255,255,.8);
    line-height: 1.2;
}

.social-media-links {}

.social-media-links a {
    text-decoration: none;
}

.social-media-links svg {
    height: 16px;
    margin: 0 10px;
    color: #fff;
    fill: #fff;
}

.social-media-links a:hover svg {
    color: #E74112;
    fill: #E74112;
}

.gform_wrapper .gform_fields {
    row-gap: 20px !important;
    column-gap: 12px !important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    background: #f0f0f0!important;
}

.bg-red .gfield_label,
.bg-red .gfield_required,
.bg-red .gform-field-label{
    color: #fff!important;
}

/* us */
#field_6_9 .address_city,
#field_6_9 .address_state,
#field_6_9 .address_zip{
    inline-size: 33%;
}

/* canada */
#field_6_10 .address_city,
#field_6_10 .address_state,
#field_6_10 .address_zip{
    inline-size: 33%;
}

/* international */
#field_6_11 .address_city,
#field_6_11 .address_zip,
#field_6_11 .address_country{
    inline-size: 33%;
}

@media (min-width:992px ) and (max-width: 1400px){

    /* us */
    #field_6_9 .address_city,
    #field_6_9 .address_state,
    #field_6_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_6_10 .address_city,
    #field_6_10 .address_state,
    #field_6_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_6_11 .address_city,
    #field_6_11 .address_zip,
    #field_6_11 .address_country{
        inline-size: 100%;
    }
}


@media (max-width: 768px){

    /* us */
    #field_6_9 .address_city,
    #field_6_9 .address_state,
    #field_6_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_6_10 .address_city,
    #field_6_10 .address_state,
    #field_6_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_6_11 .address_city,
    #field_6_11 .address_zip,
    #field_6_11 .address_country{
        inline-size: 100%;
    }
}


/* TABLE */
.table th,
.table td{
    background: transparent;
    border-bottom: 0!important;
}

.desktop-table{
    max-width: 1200px;
    margin: 0 auto;
}

.desktop-table th,
.desktop-table td{
    color: #fff;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff1A!important;
    width: 33%;
    text-align: center;
}

.desktop-table tr th img{
    max-width: 200px;
}

.desktop-table tr th:nth-child(2),
.desktop-table tr td:nth-child(2){
    padding: 8px 0;
}


.desktop-table tr th:nth-child(2) > div{
    background: #fff;
    color: #008BDD;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
}
.desktop-table tr td:nth-child(2) > div{
    background: #fff;
    padding: 2rem;
    color: #008BDD;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
}

.mobile-table th img{
    max-width: 100px;
}


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

    .position-md-absolute {
        position: relative;
    }

    .homepage-hero {
        padding-top: 5rem;
        padding-bottom: 3em;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    #footer .quick-link {
        justify-content: center !important;

    }

    #footer .quick-link ul {
        text-align: center;
        flex-direction: column;

    }

    #footer .quick-link ul li {
        padding: 5px 0;
    }

    .copyright-group {
        text-align: center;
    }

    #footer .social-media-links {
        text-align: center !important;
        padding: 10px;
    }

}

/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {
    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }

    .position-md-absolute {
        position: relative;
    }
}

@media (max-width: 992px) {

    .position-md-absolute {
        position: relative;
        width: 100% !important;
        height: 500px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
    }

    .nav-link {
        color: #000;
    }

    #menu-item-199 {
        width: 100%;
    }

    .btn-primary .nav-link {
        color: #fff;
    }
}

/*SMALL LAPTOPS AND UP*/

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav {
        column-gap: 1em;
    }

    .navbar-expand-xl .navbar-nav {
        column-gap: 1em;
    }
}

@media (min-width: 992px) and (max-width: 1290px) {
}

/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {

    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 5.125em;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .empty-card-img {
        height: 100%;
        margin-top: 2em;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {

}

/* Bigger Laptops */
@media (min-width: 992px) and (max-width: 1300px) {

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }

}

/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {}


@media (max-width: 1200px) {
}

@media (min-width: 1920px) {
    .container-fluid>.row {
        max-width: 1920px;
        margin: 0 auto;
    }

}