@import url(../../fonts/basic-icons/basic-icons.css);
@import url(/node_modules/chosen-js/chosen.css);
@import url(/node_modules/owl.carousel/dist/assets/owl.carousel.min.css);
@import url(/node_modules/owl.carousel/dist/assets/owl.theme.default.min.css);

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/poppins/poppins-v20-latin-regular.eot);
    src: local(''),url(../../fonts/poppins/poppins-v20-latin-regular.eot?#iefix) format('embedded-opentype'),url(../../fonts/poppins/poppins-v20-latin-regular.woff2) format('woff2'),url(../../fonts/poppins/poppins-v20-latin-regular.woff) format('woff'),url(../../fonts/poppins/poppins-v20-latin-regular.ttf) format('truetype'),url(../../fonts/poppins/poppins-v20-latin-regular.svg#Poppins) format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(../../fonts/poppins/poppins-v20-latin-500.eot);
    src: local(''),url(../../fonts/poppins/poppins-v20-latin-500.eot?#iefix) format('embedded-opentype'),url(../../fonts/poppins/poppins-v20-latin-500.woff2) format('woff2'),url(../../fonts/poppins/poppins-v20-latin-500.woff) format('woff'),url(../../fonts/poppins/poppins-v20-latin-500.ttf) format('truetype'),url(../../fonts/poppins/poppins-v20-latin-500.svg#Poppins) format('svg');
    font-display: swap;
}/* poppins-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/poppins/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/poppins/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/poppins/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/poppins/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/poppins/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/poppins/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/poppins/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/poppins/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/poppins/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../fonts/poppins/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/poppins/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../fonts/poppins/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.my-2 {
    margin-top: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.mx-2 {
    margin-left: .5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.px-2 {
    padding-right: .5rem !important;
}

.px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.py-4 {
    padding-top: 1.25rem !important;
}

.py-4 {
    padding-bottom: 1.25rem !important;
}

.px-6 {
    padding-right: 2rem !important;
}

.px-6 {
    padding-left: 2rem !important;
}

.px-7 {
    padding-right: 2.5rem !important;
}

.px-7 {
    padding-left: 2.5rem !important;
}

body {
    font-family: Poppins,sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    color: #636466;
}

a {
    color: #f58220;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.lineheight13 {
    line-height: 1.3rem;
}

.btn {
    color: #fff;
    font-family: Poppins,sans-serif;
    text-decoration: none;
    padding: 9px 20px;
    border: none;
    display: inline-block;
    background: none;
}

.btn13 {
    background-color: #f48230;
}

.btn16 {
    background-color: #e6e7e8;
    color: #f58220;
}

.underline {
    text-decoration: underline;
}

.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-apply {
    color: #b1b1b1;
    font-family: Poppins,sans-serif;
}

.btn-apply {
    color: #3c8199 !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -8px;
    margin-right: -8px;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-md-6,
.col-md-9,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-xs-4 {
    float: left;
}

.col-xs-4 {
    width: 33.33333%;
}

@media (min-width:480px) {
    .col-sm-4 {
        float: left;
    }

    .col-sm-4 {
        width: 33.33333%;
    }
}

.visible-md {
    display: none;
}

@media (min-width:1024px) and (max-width:1279px) {
    .visible-md {
        display: block !important;
    }
}

.visible-lg {
    display: none;
}

.hidden-xs {
    display: block;
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important;
    }
}

.hidden-sm {
    display: block;
}

@media (min-width:480px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important;
    }
}

.hidden-md {
    display: block;
}

@media (min-width:1024px) and (max-width:1279px) {
    .hidden-md {
        display: none !important;
    }
}

.hidden-lg {
    display: block;
}

.rlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rlist--inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .rlist--inline > li {
        display: inline-block;
        vertical-align: top;
    }

    .rlist--inline.bullet > li:not(:last-child):after {
        content: '•';
        margin: 0 3px 0 3px;
    }

.h5 {
    font-size: 1.1875rem;
    font-family: Poppins,sans-serif;
}

.main-nav3 {
    font-size: .875rem;
    font-family: Poppins,sans-serif;
    text-transform: uppercase !important;
    font-family: Poppins,sans-serif;
    font-weight: 500;
}

    .main-nav3 a,
    .main-nav3 button {
        color: #b1b1b1;
        text-transform: uppercase !important;
        padding: 0;
        font-family: Poppins,sans-serif;
        font-weight: 500;
    }

    .main-nav3 button {
        background-color: transparent;
        border: none;
    }

    .main-nav3 li {
        position: relative;
    }

    .main-nav3 .sub {
        display: none;
        min-width: 271px;
        text-align: left;
    }

        .main-nav3 .sub a {
            display: block;
            padding: 8px 10px 8px 13px;
            background: #f4f4f4;
        }

        .main-nav3 .sub li:first-child a.customercenter {
            color: #3c8199;
        }

.hamburger {
    padding: 10px 0 0 0;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: inline-block;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #f98842;
        border-radius: 4px;
        position: absolute;
    }

        .hamburger-inner::before,
        .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
    }

@media (max-width:1023px) {
    .main-nav3 {
        display: none;
        position: absolute;
        z-index: 10;
        transform: translate(-370px,8px);
        width: 230px;
        min-height: 100vh;
        font-size: 1.5rem;
        font-family: Poppins,sans-serif;
        padding-left: 20px;
        padding-top: 20px;
    }

        .main-nav3 a,
        .main-nav3 button {
            color: #636466;
        }

        .main-nav3 .rlist--inline.bullet > li:not(:last-child):after {
            content: "";
            display: none;
        }

        .main-nav3 li {
            display: block;
            border-bottom: 1px solid #000;
            padding: 20px 0;
        }

        .main-nav3.nav--option1 {
            transform: translate(-357px,8px);
            padding: 0;
        }

            .main-nav3.nav--option1 .rlist--inline > li {
                border-bottom: 1px dotted #9ca3a7;
                position: relative;
            }

        .main-nav3 .sub {
            text-align: center;
        }

            .main-nav3 .sub:before {
                display: none;
            }

            .main-nav3 .sub a {
                background: none;
                border-bottom: none;
                padding: 5px;
            }

            .main-nav3 .sub li {
                border: none;
            }
}

.sub-toggler-arrow:after {
    position: absolute;
    top: 12px;
    right: 4px;
    margin-left: 5px;
    font-family: "Basic-Icons" !important;
    speak: none;
    content: "\25be";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: bottom;
}

.skip-to-content-link {
    left: 0%;
    padding: 8px;
    position: absolute;
    transform: translateX(-100%);
}

.video-card .video {
    background: #000;
    position: relative;
}

    .video-card .video .play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .video-card .video .thumbnail {
        width: 100%;
        height: auto;
    }

.card-grey-border-radiustop {
    border: 1px solid #d9d9d9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

@media (max-width:768px) {
    .card-grey-border-radiustop {
        min-height: 265px;
    }
}

.card-title-box {
    min-height: 123px;
}

.grey17-border-top {
    border-top: 1px solid #d9d9d9;
}

.action {
    font-size: 1.125rem;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #3c8199;
    vertical-align: middle;
    display: inline-block;
}

    .action .icon-phone:before {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        color: #f98842;
        border: 3px solid #f98842;
        border-radius: 50%;
        padding: 5px;
    }

    .action.responsetab {
        background-repeat: no-repeat;
        padding-left: 30px;
    }

.quick-search {
    position: relative;
    display: inline-block;
}

    .quick-search input[type=text] {
        background: #cecece;
        padding: 5px 45px 5px 8px;
        color: #636466;
        border: none;
        border-radius: 5px;
        font-weight: 700;
    }

.quick-search-mobile input[type=text] {
    background: none;
    border: 1px solid #cecece;
    font-weight: 400;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop {
        padding-top: 50px;
    }
}

div.testimonial {
    font-size: 1.375rem;
    font-family: Poppins,sans-serif;
    font-weight: 400;
}

.header-row .action {
    margin-right: 13px;
    position: absolute;
    top: 13px;
    right: 0;
}

.header-row .btn {
    padding: 5px 10px;
}

.header [class^="col-"] {
    position: inherit;
}

.header .logo {
    text-align: center;
}

    .header .logo img {
        width: 160px;
        margin-left: 20px;
        display: inline-block;
    }

    .header .logo .img {
        width: 160px;
        margin-left: 20px;
        display: inline-block;
    }

.header .btn {
    font-family: Poppins,sans-serif;
    font-weight: 500;
}

.hamburger {
    position: absolute;
    background: none;
    border: none;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.my-2 {
    margin-top: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.mx-2 {
    margin-left: .5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.px-2 {
    padding-right: .5rem !important;
}

.px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.py-4 {
    padding-top: 1.25rem !important;
}

.py-4 {
    padding-bottom: 1.25rem !important;
}

.px-6 {
    padding-right: 2rem !important;
}

.px-6 {
    padding-left: 2rem !important;
}

.px-7 {
    padding-right: 2.5rem !important;
}

.px-7 {
    padding-left: 2.5rem !important;
}

.color-bg3 {
    background: #fff;
}

.color-bg4 {
    background: #f4f4f4;
}

.color11 {
    color: #006c90;
}

@import url(../../fonts/basic-icons/basic-icons.css);

@import url(/node_modules/chosen-js/chosen.css);

@import url(/node_modules/owl.carousel/dist/assets/owl.carousel.min.css);

@import url(/node_modules/owl.carousel/dist/assets/owl.theme.default.min.css);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type="button"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 480px) {
    .text-sm-center {
        text-align: center !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.my-1 {
    margin-top: .25rem !important;
}

.my-1 {
    margin-bottom: .25rem !important;
}

.my-2 {
    margin-top: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.mx-2 {
    margin-left: .5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.px-2 {
    padding-right: .5rem !important;
}

.px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.py-4 {
    padding-top: 1.25rem !important;
}

.py-4 {
    padding-bottom: 1.25rem !important;
}

.py-6 {
    padding-top: 2rem !important;
}

.px-6 {
    padding-right: 2rem !important;
}

.py-6 {
    padding-bottom: 2rem !important;
}

.px-6 {
    padding-left: 2rem !important;
}

.px-7 {
    padding-right: 2.5rem !important;
}

.px-7 {
    padding-left: 2.5rem !important;
}

body {
    font-family: Poppins, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    color: #636466;
}

a {
    color: #f58220;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.lineheight13 {
    line-height: 1.3rem;
}

.btn {
    color: #fff;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    padding: 9px 20px;
    border: none;
    display: inline-block;
    background: none;
}

.btn13 {
    background-color: #f48230;
}

.btn16 {
    background-color: #e6e7e8;
    color: #f58220;
}

.underline {
    text-decoration: underline;
}
/*added manually*/
@media (min-width: 1024px) {.container {width: 1264px;}
.homepagetree2 {font-size: 2.2rem;margin-bottom: 4rem;}
.mt-md-2, .my-md-2 {margin-top: 0.5rem !important;}
.mb-md-0, .my-md-0 {margin-bottom: 0 !important;}
.v-center-align-div-content {flex-direction: column;justify-content: center;align-items: center;display: flex;}.d-md-flex {display: flex !important;}
}
/*added manually*/
.home-tree2-button-width {
    min-width: 300px !important;
}

.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-apply {
    color: #b1b1b1;
    font-family: Poppins, sans-serif;
}

.btn-apply {
    color: #3c8199 !important;
}

.buttons-div-absolute .buttons__item {
    min-width: 350px;
}

.buttons-div-absolute .buttons__icon {
    height: 71px !important;
    line-height: 66px !important;
}

@media (max-width: 1280px) {
    .buttons-div-absolute .buttons__item {
        min-width: 281px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -8px;
    margin-right: -8px;
}

    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-xs-4 {
    float: left;
}

.col-xs-4 {
    width: 33.33333%;
}

@media (min-width: 480px) {
    .col-sm-4 {
        float: left;
    }

    .col-sm-4 {
        width: 33.33333%;
    }
}

.visible-xs {
    display: none;
}

@media (max-width: 479px) {
    .visible-xs {
        display: block !important;
    }
}

.visible-sm {
    display: none;
}

@media (min-width: 480px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important;
    }
}

.visible-md {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md {
        display: block !important;
    }
}

.visible-lg {
    display: none;
}

.hidden {
    display: none;
}

.hidden-xs {
    display: block;
}

@media (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
}

.hidden-sm {
    display: block;
}

@media (min-width: 480px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}

.hidden-md {
    display: block;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important;
    }
}

.hidden-lg {
    display: block;
}

.rlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rlist--inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .rlist--inline > li {
        display: inline-block;
        vertical-align: top;
    }

    .rlist--inline.bullet > li:not(:last-child):after {
        content: '•';
        margin: 0 3px 0 3px;
    }

.h1 {
    font-size: 1.75rem;
    font-family: Poppins,sans-serif;
}

.h5 {
    font-size: 1.1875rem;
    font-family: Poppins,sans-serif;
}

button.ybtn {
    border: 1px solid #fbcf3b;
    border-bottom-color: #eab400;
    box-shadow: inset 0 -2px 0 #eab400,inset 0 1px 0 rgba(255,255,255,0.33);
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding: 13px 40px 13px 20px;
    white-space: nowrap;
    z-index: 2;
    animation-name: fmctyBounce;
    animation-iteration-count: 2;
    animation-delay: 2s;
    animation-duration: 5s;
    font-family: proxima-nova, Roboto, sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-appearance: none;
    background-color: #fbcf3b;
    border: 0 none;
    border-radius: 4px;
    color: #202021;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    padding: 15px;
    position: relative;
    line-height: 1em;
    text-decoration: none;
}

    button.ybtn span::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 10px;
    }

button.refinancerate span::before {
    background-image: url("https://assets.codepen.io/5468813/full+color+workflow+refinanace.svg");
    top: 5px;
}

button.purchaserate span::before {
    background-image: url("https://assets.codepen.io/5468813/full+color+workflow+purchase+loan.svg");
    top: 8px;
}

button.ybtn span {
    margin-left: 40px;
}

.is-rounded .is-alt-btns .buttons__icon {
    width: auto;
    height: 60px;
    background-size: 48px 48px;
    background-position: 16px center;
    line-height: 57px;
    font-size: 19px;
    font-weight: 500;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
}

.is-rounded .buttons__icon {
    position: relative;
    border-radius: 5px;
    border: 3px solid #d1dae2;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 116px;
    height: 116px;
    display: block;
    margin: 0 auto;
}

.accent-color {
    color: #3c8199;
}

.is-rounded .buttons__icon.btn13 {
    background-color: #f48230;
    border: none;
}

    .is-rounded .buttons__icon.btn13 .accent-color {
        color: #fff;
    }

.is-rounded .buttons__icon.btn16 {
    background-color: #e6e7e8;
    border: none;
}

    .is-rounded .buttons__icon.btn16 .accent-color {
        color: #f58220;
    }

.buttons__item {
    border: 0px;
    background: none;
    min-width: 219px;
}

.main-nav3 {
    font-size: .875rem;
    font-family: Poppins,sans-serif;
    text-transform: uppercase !important;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

    .main-nav3 a,
    .main-nav3 button {
        color: #b1b1b1;
        text-transform: uppercase !important;
        padding: 0;
        font-family: Poppins, sans-serif;
        font-weight: 500;
    }

    .main-nav3 button {
        background-color: transparent;
        border: none;
    }

    .main-nav3 li {
        position: relative;
    }

    .main-nav3 .sub {
        display: none;
        min-width: 271px;
        text-align: left;
    }

        .main-nav3 .sub a {
            display: block;
            padding: 8px 10px 8px 13px;
            background: #f4f4f4;
        }

        .main-nav3 .sub li:first-child a.customercenter {
            color: #3c8199;
        }

.hamburger {
    padding: 10px 0px 0 0;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: inline-block;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #f98842;
        border-radius: 4px;
        position: absolute;
    }

        .hamburger-inner::before,
        .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
    }



@media (max-width: 1023px) {
    .main-nav3 {
        display: none;
        position: absolute;
        z-index: 10;
        transform: translate(-370px, 8px);
        width: 230px;
        min-height: 100vh;
        font-size: 1.375rem;
        font-family: Poppins,sans-serif;
        padding-left: 20px;
        padding-top: 20px;
    }

        .main-nav3 a,
        .main-nav3 button {
            color: #636466;
        }

        .main-nav3 .rlist--inline.bullet > li:not(:last-child):after {
            content: "";
            display: none;
        }

        .main-nav3 li {
            display: block;
            border-bottom: 1px solid #000;
            padding: 16px 0;
        }

        .main-nav3.nav--option1 {
            transform: translate(-357px, 8px);
            padding: 0;
        }

            .main-nav3.nav--option1 .rlist--inline > li {
                border-bottom: 1px dotted #9ca3a7;
                position: relative;
            }

        .main-nav3 .sub {
            text-align: center;
        }

            .main-nav3 .sub:before {
                display: none;
            }

            .main-nav3 .sub a {
                background: none;
                border-bottom: none;
                padding: 5px;
            }

            .main-nav3 .sub li {
                border: none;
            }
}

.sub-toggler-arrow:after {
    position: absolute;
    top: 12px;
    right: 4px;
    margin-left: 5px;
    font-family: "Basic-Icons" !important;
    speak: none;
    content: "\25be";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: bottom;
}

.skip-to-content-link {
    left: 0%;
    padding: 8px;
    position: absolute;
    transform: translateX(-100%);
}



.video-card .video {
    background: #000;
    position: relative;
}

    .video-card .video .play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .video-card .video .thumbnail {
        width: 100%;
        height: auto;
    }

@media (max-width: 1023px) {
    .text-xs-center {
        text-align: center;
    }
}

.card-grey-border-radiustop {
    border: 1px solid #d9d9d9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

@media (max-width: 768px) {
    .card-grey-border-radiustop {
        min-height: 265px;
    }
}

.card-title-box {
    min-height: 123px;
}

.grey17-border-top {
    border-top: 1px solid #d9d9d9;
}

.action {
    font-size: 1.125rem;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #3c8199;
    vertical-align: middle;
    display: inline-block;
}

    .action .icon-phone:before {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        color: #f98842;
        border: 3px solid #f98842;
        border-radius: 50%;
        padding: 5px;
    }

    .action.responsetab {
        background-repeat: no-repeat;
        padding-left: 30px;
    }

.quick-search {
    position: relative;
    display: inline-block;
}

    .quick-search input[type=text] {
        background: #cecece;
        padding: 5px 45px 5px 8px;
        color: #636466;
        border: none;
        border-radius: 5px;
        font-weight: bold;
    }

.quick-search-mobile input[type=text] {
    background: none;
    border: 1px solid #cecece;
    font-weight: normal;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop {
        padding-top: 50px;
    }
}

div.testimonial {
    font-size: 1.375rem;
    font-family: Poppins,sans-serif;
    font-weight: normal;
}

.clsimage {
    box-sizing: border-box;
}

@media (max-width: 1023px) {
    .clsimage {
        width: 100%;
        height: auto;
    }
}

.clsimage[data-src]::before {
    padding-top: 56.25%;
}

.header-row .action {
    margin-right: 13px;
    position: absolute;
    top: 13px;
    right: 0;
}

.header-row .btn {
    padding: 5px 10px;
}

.header [class^="col-"] {
    position: inherit;
}

.header .logo {
    text-align: center;
}

    .header .logo img {
        width: 160px;
        margin-left: 20px;
        display: inline-block;
    }

    .header .logo .img {
        width: 160px;
        margin-left: 20px;
        display: inline-block;
    }

.header .btn {
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.hamburger {
    position: absolute;
    background: none;
    border: none;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 480px) {
    .text-sm-center {
        text-align: center !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.my-1 {
    margin-top: .25rem !important;
}

.my-1 {
    margin-bottom: .25rem !important;
}

.my-2 {
    margin-top: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.mx-2 {
    margin-left: .5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
}

.my-3 {
    margin-bottom: 1rem !important;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.px-2 {
    padding-right: .5rem !important;
}

.px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.py-4 {
    padding-top: 1.25rem !important;
}

.py-4 {
    padding-bottom: 1.25rem !important;
}

.py-6 {
    padding-top: 2rem !important;
}

.px-6 {
    padding-right: 2rem !important;
}

.py-6 {
    padding-bottom: 2rem !important;
}

.px-6 {
    padding-left: 2rem !important;
}

.px-7 {
    padding-right: 2.5rem !important;
}

.px-7 {
    padding-left: 2.5rem !important;
}

.color-bg3 {
    background: #fff;
}

.color-bg4 {
    background: #f4f4f4;
}

.color11 {
    color: #006c90;
}

.color76 {
    color: #1a2a10;
}
