<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
 Font:  Use for Content
========================================================================== */

@import url("https://fonts.cdnfonts.com/css/proxima-nova-2");

@font-face {
    font-family: "ParalucentW00";
    src: url("../fonts/ParalucentW00-Medium.woff2") format("woff2"), url("../fonts/ParalucentW00-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
Global Styles
========================================================================== */

article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

html,
body {
    width: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: "Proxima Nova", sans-serif;
}

ul li {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select::-ms-expand {
    display: none;
}

p {
    padding: 0;
    margin: 0;
}

a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

select,
input,
button,
a {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

button:focus {
    border: 0;
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adbdc8 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adbdc8 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adbdc8 !important;
}

.container {
    max-width: 1170px;
}

.top-header {
    background-color: #058e9b;
    padding: 13px 0;
}

.main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
}

.email {
    align-self: center;
}

.email li {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #21a0ff;
}

.email li:nth-last-child(1) {
    border-right: 0;
}

.email li a i {
    padding-right: 0;
}

.email li a {
    font-size: 16px;
    color: #fff;
}

.social-icon {
    align-self: center;
    display: flex;
}

.social-icon li {
    padding: 0 0 0 0;
    display: inline-block;
}

.page-id-7 .banner_cn.aos-init.aos-animate p {
    flex-direction: column;
}

.social-icon li:nth-last-child(1) {
    border-right: 0;
}

.social-icon li a {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
}

.social-icon li a i {
    padding-right: 6px;
}

.social-icon li a p {
    display: inline-block;
}

.social-icon li a:hover {
    text-decoration: none;
}

.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.page-id-719 .header_area,
.page-id-723 .header_area,
.page-id-744 .header_area {
    background-color: #ffffff;
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.page-id-719 .header_area .navbar,
.page-id-723 .header_area .navbar,
.page-id-744 .header_area .navbar {
    justify-content: space-between;
}

.header_area .navbar .logo_h {
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.header_area .navbar .nav .nav-item {
    margin-right: 25px;
}

.page-id-723 footer.footer,
.page-id-719 footer.footer,
.page-id-705 footer.footer,
.page-id-676 footer.footer,
.page-id-675 footer.footer,
.page-id-633 footer.footer {
    padding: 0;
}

.page-id-633 footer.footer .container {
    display: none;
}

.header_area .navbar .nav .nav-item .nav-link {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #00556f;
    white-space: nowrap;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #463d25;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120% !important;
        left: 0px;
        min-width: 140px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    /*content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;*/
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    left: 15px;
    top: -15px;
    z-index: 3;
    opacity: 1;
    border-top: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #1d1d1d;
    padding: 0px 10px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #058e9b;
    color: #fff;
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.right-button {
    margin-left: 0;
    margin-top: 0;
}

.right-button ul {
    padding: 0;
    list-style: none;
}

.right-button ul li {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
}

.cn_num {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #00556f;
    font-weight: 500;
    margin-right: 0;
    margin-left: 30px;
    position: relative;
    padding: 0 30px;
}

.page-id-719 .right-button a.cn_n,
.page-id-723 .right-button a.cn_n,
.page-id-744 .right-button a.cn_n {
    color: #00556f;
    font-size: 22px;
    margin-left: 10px;
}

/* .right-button .grt_stated {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 12px 38px;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: 0px 12px 21.5px rgba(126, 199, 213, 0.75);
    background-color: #ffffff !important;
    font-size: 18px;
    letter-spacing: 0px;
    color: #058e9b;
    font-weight: 500;
    text-transform: inherit;
    border-radius: 8px;
} */

.right-button .grt_stated {
    text-decoration: none;
    display: inline-block;
    background-color: #0158ff1a !important;
    border: 1px solid #e5e6ee00;
    letter-spacing: 0px;
    color: #058e9b;
    text-align: center;
    border-radius: 4em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1em;
    transition: transform .4s cubic-bezier(.152, 2.937, .538, .966);
    padding: 1.2em 2em;
}

.logo-head {
    padding: 20px 0;
}

.right-button .grt_stated:hover,
.get_stated:hover {
    background-color: #0158ff29 !important;
    color: #fff;
    transform: scale(1.02);
}

.scroll-on .main_menu {
    background-color: #d5f3f5;
}

header.header_area.scroll-on {
    position: fixed;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* ==========================================================================
							Banner Section Css 
========================================================================== */

/*.banner_sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
    outline: none;
    background-image: url(../images/banner.png);
    position: relative;
}*/

.banner_cn {
    text-align: left;
}

.banner_cn h1 {
    margin-bottom: 20px;
    line-height: 60px;
    font-size: 55px;
    letter-spacing: 1px;
    color: #00556f;
    font-weight: 500;
}

.banner_cn h1 span {
    position: relative;
}

.banner_cn h1 span:after {
    content: "";
    width: 348px;
    height: 13px;
    background: url("../images/line.png") no-repeat;
    bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
}

.banner_cn ul li {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 36px;
    color: #00556f;
    font-weight: 400;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.banner_cn ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #ff8572;
    margin-right: 5px;
}

.btn_p {
    border: none;
    color: #fff !important;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: 0px 12px 21.5px rgba(255, 169, 156, 0.75);
    background-color: #ff8572;
}

.btn_p:hover {
    background-color: #058e9b !important;
    color: #fff;
    box-shadow: 0px 12px 21.5px rgba(159, 208, 215, 0.75) !important;
}

.btn_blue:hover {
    background-color: #ff8572 !important;
    color: #fff;
    box-shadow: 0px 12px 21.5px rgba(255, 169, 156, 0.75);
}

.home_btn_bx:hover .home_btn_bx a img {
    padding: 15px;
}

.bsr_btn_bx a {
    margin-right: 10px;
}

.n_steps_sec .m-options .bsr_btn_bx {
    margin: 20px 0 50px 0;
}

.link {
    color: #2175ff;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}

.link--arrowed {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
}

.link--arrowed .arrow-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.support_sec {
    background-image: linear-gradient(rgb(71, 68, 61, 0.8), rgb(71, 68, 61, 0.8)), url("../images/fdf.png");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.support_cn_bx h3 {
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
}

.support_cn_bx p {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

.support_cn_bx {
    text-align: center;
}

.head_sec h5 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #00556f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}


/* ==========================================================================
							Partner Section Css 
========================================================================== */
.partner_sec {
    padding-bottom: 50px;
}

.partner_logos button.slick-prev.slick-arrow:before {
    background: url(../images/left.png) no-repeat;
    background-position: 100%;
}

.partner_logos button.slick-next.slick-arrow:before {
    background: url(../images/right.png) no-repeat;
    background-position: 100%;
}

.partner_logos button.slick-prev.slick-arrow {
    left: -15px;
    z-index: 9;
}

.partner_logos button.slick-next.slick-arrow {
    right: -15px;
    z-index: 9;
}

.partner_logos .slick-slide {
    padding: 0;
}

.partner_logos button {
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    margin: auto;
}

.partner_logos button:before {
    height: 25px;
    width: 14px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.partner_logos .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}

.partner_logos .slick-track {
    display: flex;
    align-items: center;
}

.p_cn {
    margin-top: 50px !important;
    max-width: 550px;
    margin: 0 auto;
}

.p_cn p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    font-family: "Proxima Nova";
    text-align: center;
    font-weight: 400;
}

.p_cn {
    margin-top: 100px;
}


/* ==========================================================================
							we_make_it_sec Section Css 
========================================================================== */

.we_make_it_sec {
    padding-top: 100px;
    /* background-image: url("../images/wemake.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 250px;
}

.video_sec {
    margin-top: -250px;
    padding-bottom: 100px;
}

.we_make_it_sec .head_sec p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    font-weight: 300;
}

section.we_make_it_sec .btn_p {
    max-width: 230px;
    height: 60px;
    filter: drop-shadow(0px 12px 21.5px rgba(255, 169, 156, 0.75));
    background-color: #ff8572;
    width: 100%;
    line-height: 40px;
}

.ic_bx {
    position: relative;
    /*padding: 15px 25px;*/
}

/* .ic_bx:before {
    content: "";
    display: block;
    width: 2px;
    background-color: #f7eae8;
    height: 85%;
    position: absolute;
    left: 0;
}

.ic_bx:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 104px;
    margin: auto;
} */

.ic_bx h2 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #2b3639;
    font-weight: 500;
    margin: 10px 0;
}

.ic_bx img {
    margin-bottom: 20px;
}

.ic_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
}

.ic_sec {
    padding-top: 60px;
}

.you_home_sec {
    /* background-image: url("../images/rerw.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.you_home_sec:after {
    content: "";
    width: 711px;
    height: 341px;
    background: url("../images/r1.png") no-repeat;
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
}

.you_home_sec:before {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    background: #e6f4f6;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
    height: 30%;
    -webkit-clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
}

.you_home_sec .head_sec h2 {
    text-align: center;
}

.your_home_icon .ic_bx h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 10px 0;
}

.your_home_icon .ic_bx img {
    margin-bottom: 20px;
}

.your_home_icon .ic_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
}

/* .your_home_icon {
    padding: 50px 0;
} */

/* .your_home_icon .ic_bx:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 105px;
    margin: auto;
} */

.home_btn_bx.text-center {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 500px;
    margin: 0 auto;
}

.what_our_sec .head_bx h2 {
    text-align: center;
    margin-bottom: 50px;
}

.quotes_icon {
    position: relative;
    top: -75px;
}

.quotes_icon img {
    text-align: center;
    margin: 0 auto;
}

.how_cn_bx p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
}

.cli_r_slider button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

/* 
.cli_r_slider button.slick-prev.slick-arrow {
    left: 20%;
    z-index: 9;
}

.cli_r_slider button.slick-next.slick-arrow {
    right: 20%;
    z-index: 9;
} */

.cli_r_slider button {
    position: absolute;
    font-size: 0;
    top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    bottom: 0;
    box-shadow: 0 0 24.5px rgba(226, 226, 226, 0.75);
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.cli_r_slider button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.checked {
    color: orange;
}

.how_cn_bx2 h6 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #0095aa;
}

.cli_r_slider2 {
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    background-color: #fff;
    padding: 5% 10%;
    height: 420px;
    position: relative;
}

.cli_r_slider2::after {
    content: "";
    width: 55px;
    height: 53px;
    background: url("../images/98868.png") no-repeat;
    top: -20px;
    right: 0;
    position: absolute;
    display: inline-block;
    left: 0;
    margin: auto;
}

.quotes_icon2 {
    position: relative;
    margin-top: -45px;
    margin-bottom: 15px;
}

.quotes_icon2 img {
    text-align: center;
    margin: 0 auto;
}

.how_cn_bx2 p {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #4f6064;
    margin-bottom: 15px;
}

.cli_r_slider2 .slick-slide {
    padding-top: 30px;
}

.cli_r_slider2 button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider2 button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

.cli_r_slider2 button.slick-prev.slick-arrow {
    left: 35%;
    z-index: 9;
}

.cli_r_slider2 button.slick-next.slick-arrow {
    right: 35%;
    z-index: 9;
}

.cli_r_slider2 button {
    position: absolute;
    font-size: 0;
    top: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    bottom: -8%;
    box-shadow: 0 0 24.5px rgba(226, 226, 226, 0.75);
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.cli_r_slider2 button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.videos_slider {
    box-shadow: 0 0 65.5px rgba(205, 212, 214, 0.53);
    background-color: #fff;
    border: 7px solid #ffffff;
    margin: 0;
}


.videos_slider .slick-slide {
    padding-top: 0;
}

.videos_slider button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.videos_slider button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

.videos_slider button.slick-prev.slick-arrow {
    left: 35%;
    z-index: 9;
}

.videos_slider button.slick-next.slick-arrow {
    right: 35%;
    z-index: 9;
}

.videos_slider button {
    position: absolute;
    font-size: 0;
    top: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    bottom: -8%;
    box-shadow: 0 0 24.5px rgba(226, 226, 226, 0.75);
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.videos_slider button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.start_now {
    padding-top: 15%;
    /* background-image: url("../images/rerw.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 15%;
    position: relative;
    /* min-height: 800px; */
}

.start_now::before {
    content: "";
    width: 710px;
    height: 341px;
    background: url("../images/r2.png") no-repeat;
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
}

.start_now::after {
    content: "";
    width: 711px;
    height: 341px;
    background: url("../images/r1.png") no-repeat;
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
}

section.our_ex_sec.exp_sec {
    padding: 0;
}

section.partner_sec.bottom {
    padding: 50px 0;
}

.ex_in_bx {
    position: relative;
    /* padding: 15px 25px; */
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
}

.txt-lft {
    align-items: flex-start !important;
}

/* .ex_in_bx::before {
    content: "";
    display: block;
    width: 2px;
    background-color: #e8f5f7;
    height: 100%;
    position: absolute;
    left: 0;
}

.ex_in_bx::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 100px;
    margin: auto;
}  */

.ex_in_bx img {
    margin-bottom: 25px;
}

.relator_exp .ex_in_bx:after,
.relator_exp .ex_in_bx:before {
    display: none;
}

.relator_exp .ex_in_bx {
    text-align: center;
}

.relator_exp .ex_in_bx h3 {
    color: #0095aa;
}

.ex_in_bx h3 {
    margin-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
}

.ex_in_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #2b3639;
}

.page-template-instant-online-home-purchase-refinance .testimonial_sec .bx-wrapper {
    background-color: #f1fafb;
    border: none;
    box-shadow: none;
}

.page-template-instant-online-home-purchase-refinance .video_sec {
    margin-top: 0;
}

.ga-ni ul.list {
    margin-bottom: 50px;
}

.exp_logos button.slick-prev.slick-arrow:before {
    background: url(../images/left.png) no-repeat;
    background-position: 100%;
}

.exp_logos button.slick-next.slick-arrow:before {
    background: url(../images/right.png) no-repeat;
    background-position: 100%;
}

.exp_logos button.slick-prev.slick-arrow {
    left: 0;
    z-index: 9;
}

.exp_logos button.slick-next.slick-arrow {
    right: 0;
    z-index: 9;
}

.exp_logos .slick-slide {
    padding: 0;
}

.exp_logos button {
    position: absolute;
    font-size: 0;
    top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    bottom: 0;
    margin: auto;
}

.exp_logos button:before {
    height: 25px;
    width: 14px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.exp_logos .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 150px;
}

.exp_logos {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.exp_logos .slick-track {
    display: flex;
    align-items: center;
}

.iframe_bx iframe {
    height: 670px;
}

.n_steps_sec {
    padding: 100px 0;
    /* background-color: #f1fafb; */
    margin-top: 0px !important;
}

.n_steps_sec .head_bx p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

.bsr_btn_bx {
    text-align: center;
}


/* ==========================================================================
							How we work Section Css 
========================================================================== */

.how_we_work_sec.bg_line {
    background-image: url(../images/inner_banner.png);
}

.bg_line {
    border-top: 2px solid #6d72736e;
}

.banner_in_cn h2 {
    text-align: center;
    position: relative;
}

.banner_in_cn h2 span {
    font-size: 55px;
    letter-spacing: 1px;
    color: #00556f;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.banner_in_cn h2 span::after {
    content: "";
    width: 194px;
    height: 7px;
    background: url("../images/i1.png") no-repeat;
    bottom: 0;
    position: absolute;
    display: inline-block;
    left: 0;
    margin: auto;
    right: 0;
}


/* ==========================================================================
							Our Progress Section Css 
========================================================================== */

.our_progress_sec {
    padding: 100px 0;
}

.our_progress_sec .ic_bx {
    height: 300px;
}


.our_progress_sec .our_progress_sec .head_sec h5 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    text-align: center;
}

.badge_area {
    padding-bottom: 0;
}

.our_progress_sec h5 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #2b3639;
    font-weight: 500;
    text-align: center;
}

.our_progress_sec .head_sec p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
}

.our_progress_sec .ic_bx p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    text-align: left;
}

/* ANIMATIONS */

.x_size {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /*-moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 5s linear infinite;*/
    -moz-animation: my-animation 5s linear infinite;
    -webkit-animation: my-animation 5s linear infinite;
    animation: my-animation 5s linear infinite;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.x1 {
    left: 95%;
    top: 5%;
}

.x2 {
    left: 75%;
    top: 5%;
}

.x3 {
    left: 55%;
    top: 5%;
}

.x4 {
    left: 90%;
    top: 30%;
}

.x5 {
    left: 70%;
    top: 30%;
}

.x6 {
    left: 50%;
    top: 30%;
}

.x7 {
    left: 95%;
    top: 55%;
}

.x8 {
    left: 75%;
    top: 55%;
}

.x9 {
    left: 55%;
    top: 55%;
}

.x10 {
    left: 90%;
    top: 80%;
}

.x11 {
    left: 70%;
    top: 80%;
}

.x12 {
    left: 50%;
    top: 80%;
}

.x13 {
    left: 89%;
    top: 30%;
}

.x14 {
    left: 68%;
    top: 40%;
}

.x15 {
    left: 65%;
    top: 80%;
}

.x16 {
    left: 50%;
    top: 50%;
}

.x17 {
    left: 60%;
    top: 70%;
}

.x18 {
    left: 20%;
    top: 40%;
}

.x19 {
    left: 63%;
    top: 60%;
}

.x20 {
    left: 43%;
    top: 80%;
}

#background-wrap {
    height: 450px;
    position: relative;
}

.bubble {
    height: 60px;
    position: absolute;
    width: 180px;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    padding: 12px 15px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: nowrap;
}

.bg_pink {
    background-color: #eee2fb;
    color: #582c8b;
}

.bg_blue {
    background-color: #cfebf6;
    color: #0c3258;
}

.bg_sky_blue {
    background-color: #dee8f8;
    color: #0c3258;
}

.bg_orange {
    background-color: #fae8ea;
    color: #cb2030;
}

.bg_l_blue {
    background-color: #dfe9f7;
    color: #365a8c;
}

.hurdles-mask {
    width: 50%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 1;
    pointer-events: none;
}

.hurdles-mask::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 91%;
    right: 0;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDI1MCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIwJSIgeTE9IjUwJSIgeDI9Ijk3LjUyNiUiIHkyPSI1MCUiIGlkPSJsaW5lYXJHcmFkaWVudC0xIj48c3RvcCBzdG9wLWNvbG9yPSIjQzRGMEZGIiBzdG9wLW9wYWNpdHk9Ii41IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRiIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBpZD0iTWFzayIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjUwIDBDMTExLjkyOSAwIDEgMTExLjkyOSAxIDI1MHMxMTAuOTI5IDI1MCAyNDkgMjUwSDBWMGgyNTB6IiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMjUxIDUwMFYwQzExMi45MjkgMCAxIDExMS45MjkgMSAyNTBzMTExLjkyOSAyNTAgMjUwIDI1MHoiIGlkPSJPdmFsLTMtQ29weSIgZmlsbD0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm11bHRpcGx5Ii8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto 100%;
}

.hurdles_cn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    margin: auto;
}

.arrow {
    text-align: center;
}

.hur_img {
    flex: 0 0 40%;
}

.hur_img p {
    font-size: 20px;
    text-align: center;
}

.hurdles-stakeholder-arrows {
    flex: 0 0 20%;
}

/* ==========================================================================
realtors page start 
========================================================================== */

.pre_proces {
    padding-top: 100px;
}

.proces_img {
    margin-top: 20px;
}

.our-approach .ic_bx {
    margin-bottom: 20px;
}

.our-approach .ic_bx {
    position: relative;
    padding-top: 0px;
}

.our-approach .ic_bx h2 {
    margin-top: 0;
}

.our-approach .ic_bx::before {
    max-height: 150px;
}

.our-approach .ic_bx:before {
    height: 160px;
}

.what_our_sec.what_realtors .how_cn_bx h6 {
    color: #0095aa;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
}

.what_our_sec.what_realtors .how_cn_bx p {
    margin-bottom: 15px;
}

.what_our_sec.what_realtors h6 {
    margin-top: 0;
    line-height: 1.5 !important;
}

.rates i {
    color: #efbc43;
    margin-top: 10px 0;
    font-size: 14px;
}

.how_cn_bx h6 {
    color: #0095aa;
}

.st_imgs_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.st_imgs_bx {
    flex: 0 0 50%;
}

.st_imgs_bx img {
    border-radius: 10px;
    height: 350px;
    width: 100%;
    margin-bottom: 15px;
    object-fit: cover;
}

.st_imgs_bx:first-child {
    padding-right: 15px;
}

.st_imgs_bx:last-child {
    width: 100%;
    flex: 0 0 100%;
}

.row.bage_sec {
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
}

.ga-ni .row.bage_sec {
    margin-bottom: 50px;
}

.bage_sec .text-center img {
    width: 100%;
}

.bage_sec .col-lg-3 {
    align-self: center;
}

/* ==========================================================================
							who We Are page Start 
========================================================================== */

.our_story {
    padding: 90px 0px;
}

.our_story .bg-img {
    background-image: url(../images/Story.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.our_story p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    margin-top: 10px;
}

.we_are_here {
    /* background-image: url(../images/fin.png); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.team-info {
    padding: 40px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px -4px 73px 3px rgb(212 208 208);
    -webkit-box-shadow: 0px -4px 50px 3px rgb(212 208 208);
    -moz-box-shadow: 0px -4px 73px 3px rgba(212, 208, 208, 1);
}

/*.our-team {
    padding: 90px 0px;
}*/

.we_are_here:after {
    content: "";
    background: #e6f4f6;
    width: 100%;
    height: 30%;
    bottom: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 8%);
}

.we_are_here:before {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    background: #e6f4f6;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
    height: 30%;
    -webkit-clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
}

.we_are_here_content {
    padding-left: 25px;
}

.we_are_here_content .ic_bx h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 500;
}

.we_are_here_content p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
}

.we_are_here_content .head_sec p {
    margin-bottom: 25px;
}

.we_are_here_content .ic_bx {
    position: relative;
    padding: 15px 25px;
    padding-top: 0;
}

/* .we_are_here_content .ic_bx::after {
    content: "";
    display: block;
    width: 4px;
    background-color: #ff8572;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0 !important;
    bottom: auto; 
    margin: auto;
}

.we_are_here_content .ic_bx:before {
    background-color: #06627f;
}*/

.our-team h3 {
    margin-bottom: 5px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

.team-info {
    position: relative;
    margin-bottom: 30px;
    transform-style: preserve-3d;
}

.team-info-overlay {
    background: #0095aa;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.main_team_info {
    perspective: 1000px;
}

.main_team_info .team-info:hover {
    transform: rotateY(-180deg);
}


/* .team-info:hover .team-info-overlay {
        opacity: 1;
    } */

.flip-card {
    perspective: 1000px;
    background: #fff;
    width: 100%;
    height: 325px;
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(-180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back a {
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
}

.flip-card-front h3 {
    color: #2b3639;
    font-weight: 500;
    font-size: 24px;
}

.flip-card-front {
    background-color: #fff;
    box-shadow: 0px -4px 73px 3px rgb(212 208 208);
    -webkit-box-shadow: 0px -4px 50px 3px rgb(212 208 208);
    -moz-box-shadow: 0px -4px 73px 3px rgba(212, 208, 208, 1);
    color: black;
    padding: 40px 30px;
}

.flip-card-back {
    background-color: #0095aa;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.team-info-overlay-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 20%;
    left: 50%;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.team-info-overlay-details h3 {
    color: #fff;
}

.team-info:hover .team-info-overlay-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.banner_WhoWeAre h1 span:first-child:after {
    width: 150px;
}

.banner_WhoWeAre h1 span:after {
    width: 265px;
}

.banner_relator h1 span:after {
    width: 140px;
}

.box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
}


/* Set Cover aka Background-Image */

.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}


/* Add light shade to make play button visible*/

.bg-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

header.header_area.start-style.head_cl {
    background-color: #ffffff;
}

header.header_area.start-style.head_cl nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: space-between;
}

.head_cl a.cn_n {
    color: #00556f;
    font-size: 22px;
    margin-left: 10px;
}

/* The Play-Button using CSS-Only */

.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    transition: all .3s ease-out;
}


/* The Play-Triangle */

.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 12px 20px;
    transition: all .3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}


/* When Class added the Cover gets hidden... */

.box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}


/* and iframe shows up */

.box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}


/* Giving the div ratio of 16:9 with padding */

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

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

.video {
    width: 100%;
}


.wrapper video[poster] {
    height: 100%;
    width: 100%;
}

.wrapper {
    display: table;
    width: auto;
    position: relative;
}

.playpause {
    background-image: url(../videos/play.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 89px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}


.t_video {
    width: 100%;
    max-height: 450px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video_wrapper {
    display: table;
    width: auto;
    position: relative;
    object-fit: cover;
    height: 450px;
    object-position: top;
}

.video_playpause {
    background-image: url(../videos/c_play.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.clients_name {
    position: absolute;
    bottom: 20px;
}

.clients_name h2 {
    background: #0094a9;
    color: #fff;
    font-size: 25px;
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.clients_name p {
    background: #ff8572;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .team-info {
        margin-bottom: 20px;
    }

    .we_are_here:before {
        top: -75px;
    }

    .partner_bx p {
        font-size: 17px;
    }

    .online_quote {
        margin-bottom: 20px;
    }
}

#background-wrap img {
    max-width: 100%;
}

/* ==========================================================================
							Footer Section Css 
========================================================================== */

.footer {
    background-color: #058e9b;
    padding-top: 80px;
    color: #636e74;
    font-weight: 400;
    font-size: 17px;
    padding-top: 15%;
    /* background-image: url("../images/home-V06-.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-line {
    border-color: #152e3d;
}

.footer-widget {
    padding-bottom: 50px;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 44px;
    color: #fff;
}

.footer-widget ul li {
    margin-bottom: 15px;
    display: flex;
    color: #ffffff;
}

.footer-widget ul li a {
    color: #ffffff;
}

.footer-widget ul li span {
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.ft-logo {
    text-align: center;
    margin-bottom: 20px;
}

.list-unstyled.socail_icon {
    text-align: center;
}

.list-unstyled.socail_icon li {
    display: inline-block;
    margin-right: 15px;
    font-size: 23px;
    margin-bottom: 0;
}

.list-unstyled.socail_icon li a {
    text-transform: capitalize;
    display: block;
    font-size: 35px;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-widget_cn p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}

.tiny-footer {
    font-size: 14px;
    padding: 14px 0px;
    font-weight: 600;
    background-color: #004e67;
    color: #888d90;
    line-height: 1;
}

.ufw_fo .ufw_btn_p_tr {
    top: 8.5em;
    right: 0;
}

.ufw_pp.ufw_p_tr {
    top: 4em;
    right: 0em;
}

.footer-widget.b_footer ul {
    text-align: center;
}

.foot_cl {
    padding-top: 0 !important;
}

.footer-widget.b_footer ul li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
    position: relative;
}

/* .page-id-7 .banner_cn.aos-init.aos-animate p {
    display: flex;
    align-items: center;
} */
.bigta-container {
    padding-top: 40px;
}

.ufw_wb_inner .widget_text p {
    margin-bottom: 18px;
}

.ex_in_bx p {
    text-align: left;
}

.banner_cn.aos-init.aos-animate p a.btn_p {
    margin-right: 20px;
}

.footer-widget.b_footer ul li:after {
    height: 2px;
    display: block;
    width: 8px;
    background: #fff;
    border-right: 1px white;
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-widget.b_footer ul li:last-child:after {
    display: none;
    padding-right: 0;
}

.footer-widget.b_footer ul li:first-child:after {
    padding-left: 0;
}

.footer-widget.b_footer ul li a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

.footer-widget.b_footer {
    padding: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .cn_num {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .banner_cn h1 {
        font-size: 45px;
    }

    .banner_WhoWeAre,
    .banner_relator {
        height: auto;
    }

    .banner_cn {
        text-align: left;
        margin-bottom: 30px;
    }

    .cli_r_slider2 {
        height: auto;
    }

    .video_sec {
        margin-top: 0;
    }

    .partner_logos button.slick-prev.slick-arrow {
        left: 0;
    }

    .partner_logos button.slick-next.slick-arrow {
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .banner_cn h1 {
        line-height: 40px;
        font-size: 35px;
    }

    .instant_online_quote.ga-ni .banner_cn h1 {
        font-size: 35px !important;
    }

    .banner_cn h1 span::after {
        width: 100%;
        bottom: -10px;
    }

    .banner_sec {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .partner_sec {
        padding: 25px 0 25px;
    }

    .we_make_it_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .video_sec {
        padding-bottom: 50px;
    }

    .you_home_sec::before {
        left: 0;
    }

    .ex_in_bx {
        height: auto;
        margin-bottom: 30px;
    }

    .bage_sec img {
        max-width: 250px;
    }

    .n_steps_sec {
        padding: 50px 0;
    }

    .pre_proces,
    .our_story,
    .our-team,
    .our_progress_sec {
        padding: 50px 0;
    }

    .banner_in_cn h2,
    .banner_in_cn h2 span {
        font-size: 38px;
    }

    .how_cn_bx p,
    .what_our_sec.what_realtors .how_cn_bx h6 {
        font-size: 18px;
    }

    .we_make_it_sec .head_sec p,
    .p_cn p {
        font-size: 18px;
    }

    .cli_r_bx {
        padding: 30px;
    }

    .btn_bx.text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    .iframe_bx iframe {
        height: 350px;
    }

    .quotes_icon {
        position: relative;
        top: 0;
    }

    .start_now {
        padding-top: 25%;
        padding-bottom: 25%;
    }

    .start_now {
        min-height: auto;
    }

    .home_btn_bx a {
        display: block;
        width: 100%;
        flex: 0 0 90%;
    }

    .home_btn_bx.text-center {
        flex-direction: column;
    }

    .bsr_btn_bx a {
        display: block;
        margin-bottom: 15px;
    }

    .footer-widget_cn {
        padding-bottom: 50px;
    }

    .footer {
        background-image: none;
    }

    .footer-widget.b_footer ul li::after {
        display: none;
    }

    .your_home_icon .ic_bx::before {
        height: 100%;
    }

    .our_ex_sec,
    .what_our_sec,
    .n_steps_sec {
        padding: 25px 0;
    }

    .cli_r_slider2 {
        margin-bottom: 30px;
    }

    .partner_bx {
        height: auto;
    }

    .partner_bx h3 {
        font-size: 25px;
    }

    .partner_bx p {
        font-size: 18px;
    }

    .partner_bx img {
        width: 30px;
    }

    .st_img {
        margin-top: 15px;
    }

    .we_are_here::before,
    .we_are_here::after {
        display: none;
    }

    .we_are_here_content {
        color: #fff;
        padding-left: 0;
        padding-top: 15px;
    }

    .we_are_here_content h2 {
        font-size: 30px;
    }

    .our-team h2 {
        margin-bottom: 25px;
    }

    .cli_r_bx {
        height: auto;
    }
}

.more-testi a {
    margin-top: 80px;
    font-size: 18px;
    text-align: center;
    color: #004e67;
    text-transform: uppercase;
    display: block;
}

.ufw_wb_inner .gb-block-button a.gb-button {
    box-shadow: 0px 12px 21.5px rgb(255 169 156 / 75%);
    background-color: #ff8572 !important;
}

.ufw_wb_inner .gb-block-button a.gb-button:hover {
    background-color: #058e9b !important;
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%) !important;
}

.ufw_pp.ufw_p_tr {
    top: 8em;
}

.more-testi a img {
    margin-left: 10px;
}

.banner_allpage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    outline: none;
    height: 300px;
    background-image: url(../images/inner_bnner.png);
    position: relative;
    padding-top: 175px;
}

.page_content {
    padding: 100px 0;
}

.page_content h3 {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 20px 0;
}

.page_content p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    margin-top: 10px;
}

.page_content p strong {
    color: #000000;
}

.page_content ul {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #4f6064;
    margin-top: 10px;
    padding-left: 30px;
    list-style: disc;
}

section.error-404.not-found {
    padding: 50px 0;
}

/* .order-lg-3 ul.list-unstyled li img {
    margin-right: 10px;
    padding-bottom: 5px;
    width: 30px;
    height: 35px;
} */

.order-lg-3 ul.list-unstyled li img {
    width: 35px;
    height: 35px;
}

.modal-open .modal {
    top: 100px;
}





.pre_proces .head_bx {
    margin-bottom: 50px;
}

.rl_bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rl_shp_bx1 {
    position: relative;
}

.asas {
    position: absolute;
    top: 30%;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.btm_box {
    position: absolute;
    top: 40%;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.rl_bx2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -140px;
}

.rl_shp_bx1 h5 {
    color: #fff;
    font-size: 25px;
}

.rl_shp_bx1 p {
    color: #fff;
    font-size: 18px;
}

ul.sub-menu {
    display: none;
}

ul,
li {
    display: block;
}

.banner_relator h1 span#calculator:after {
    width: 280px;
}

.banner_cn h1 span#instant:after {
    width: 160px;
}

.banner_sec .tab_bx .tab_sc .tab_h_cn img {
    max-width: 140px;
}

.banner_sec .tab_bx .g_img_bx .g_bx_head p {
    font-size: 12px;
    color: #0e0e0ea8;
}

.member-bio {
    text-align: center;
}

.member-bio .personal-detail {
    margin: 15px 0;
}

.member-bio .personal-detail p#name {
    font-size: 26px;
    font-weight: 800;
}

.member-bio .personal-detail p#profile {
    font-size: 22px;
    font-weight: 600;
}

.member-bio .personal-detail p#phone {
    text-decoration: underline;
    cursor: pointer;
}

.member-bio .personal-detail p#email {
    text-decoration: underline;
    cursor: pointer;
}

.member-bio .biodata p#bio {
    font-size: 18px;
}

.instant_online_quote {
    height: 350px !important;
}

@media only screen and (max-width: 991px) {
    .rl_bx {
        flex-direction: column;
    }

    .rl_bx2 {
        flex-direction: column;
        margin-top: 0;
    }

    nav.navbar {
        padding: 0 10px !important;
    }
}

.rl_shp_bx1 {
    position: relative;
    /*-webkit-animation:glide 2s ease-in-out alternate infinite;*/
}

@-webkit-keyframes glide {
    from {
        left: 0px;
        top: 0px;
    }

    to {
        left: 0px;
        top: 10px;
    }

}



/*------*/
/*.rl_shp_bx1 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.box-design {
    position: relative;
    background: #ff8571;
    transform: rotate(45deg);
    width: 100%;
    height: 270px;
    max-width: 270px;
    margin: 0 auto;
    border-top-left-radius: 120px;
    border: 10px solid #fff;
    display: flex;
    place-content: center;
    align-items: center;
    padding: 20px;
}
.asas {
    align-content: center;
    justify-content: center;
    flex-direction: column;
    transform: rotate(313deg);
}
.box-design img.rotate {
    display: none;
}
.rl_bx {
	flex-wrap: wrap;
}
.box-design.blue {
    background: #0094aa;
    border-top-left-radius: 0;
    border-bottom-right-radius: 120px;
}
.btm_box {
    transform: rotate( 313deg);
}*/
svg.Layer_1 {
    display: block;
    max-width: 226px;
    margin: 0px auto -41px;
}

svg.Layer_1.second {
    margin: -40px auto 0;
}

.assinatura {
    stroke-dasharray: 272;
    stroke-dashoffset: 272;
    animation: assinatura 6s infinite backwards;
}

@keyframes assinatura {
    to {
        stroke-dashoffset: 0;
    }
}

.gun-charge {
    transform-origin: 70% center;
    animation: gun-charge 6s ease-in-out infinite;
}

@keyframes gun-charge {

    000%,
    025% {
        opacity: 0;
        fill: #4193f2;

    }

    045% {
        opacity: 0.5;
        fill: #025671;

    }

    050%,
    100% {
        opacity: 1;
        fill: #025671;

    }
}


/*-------*/
.bubbles_sec {
    background-color: #fff !important;
}

.float-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.lidy-hrdle {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    overflow: hidden;
    position: relative;
    background-color: #eff8fa;
    border-top-left-radius: 20em 20em;
    border-bottom-left-radius: 20em 20em;
    display: flex;
    z-index: 0;
}

.buble-row {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
}

.row_1 {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}

.row_1.second {
    margin-left: 70px;
}

.row_1.third {
    margin-left: 0px;
}

.row_1.fourth {
    margin-left: 140px;
}

.row_1 .bubble {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 50px;
    flex: 0 0 20%;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: none;
    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: auto;
    padding: 10px;
    max-width: 20%;
    height: 45px;

}

.icon_florght {
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
    justify-content: end;
    align-items: flex-end;
}

.bubbles_sec {
    background: #fff;
}

.icon_florght .hurdles_cn {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 400px;
    justify-content: flex-end;
    left: 0;
    float: right;
    margin-right: -20px;
    z-index: 1;
}

.buble-row .bx-wrapper {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
    margin-top: 25px;
    max-width: 100% !important;
}

.your_money_sec.bg-slice:after {
    content: "";
    width: 100%;
    height: 341px;
    background: #f1fafb;
    bottom: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    z-index: -1;
}

.our_progress_sec.backgrnd {
    background: #f1fafb;
    padding: 0;
}

.our_progress_sec.backgrnd .ic_sec {
    max-width: 700px;
    margin: 0 auto;
}

.riw-loan {
    max-width: 450px;
    background: #fff;
    margin-bottom: 35px;
    border-top-left-radius: 20em 20em;
    border-bottom-left-radius: 20em 20em;
    display: flex;
    align-items: center;
    padding: 10px;
    float: left;
    width: 100%;
    filter: drop-shadow(0px 5px 15px rgba(242, 242, 242, 0.75));
    position: relative;
    z-index: 2;
}

.bg-iconsl {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #ff8572;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    min-width: 80px
}

.bg-iconsl img {
    max-width: 100%;
    width: auto;
}

.riw-loan:nth-of-type(even) {
    float: right;
    z-index: 1;
}

.riw-loan:nth-of-type(even) .bg-iconsl {
    background-color: #0095aa;
}

.loan-cont {
    padding-left: 20px;
}

.loan-cont p {
    font-size: 18px;
    letter-spacing: 0px;
    color: #2b3639;
    font-weight: 500;
    line-height: 22px;
}

.riw-loan:nth-of-type(even):before {
    position: absolute;
    content: '';
    border: 1px dashed #e7f4f6;
    width: 47%;
    height: 1px;
    left: -178px;
    transform: rotate(33deg);
    top: -24px;
    background: #e7f4f6;

}

.riw-loan:nth-of-type(even):after {
    position: absolute;
    content: '';
    border: 1px dashed #e7f4f6;
    width: 47%;
    height: 1px;
    left: -178px;
    transform: rotate(336deg);
    top: 108px;
    background: #e7f4f6;

}

.riw-loan:last-child:nth-child(even):after {
    display: none;
}

.your_money_sec:before {
    content: "";
    top: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    z-index: -1;
    background: #e6f4f6;
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
    height: 30%;
    -webkit-clip-path: polygon(0 0, 100% 77%, 100% 100%, 0% 100%);
}

.what_our_sec .bx-viewport,
.review-logos .bx-viewport {
    height: 100% !important;
}

.what_our_sec .bx-wrapper,
.review-logos .bx-wrapper {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 80px;
}

.header_area.fixed {
    position: fixed;
    z-index: 9;
    background: #fff;
    top: 0;
}

.tab_bx .bx-wrapper {
    max-width: 100% !important;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.tab_bx .bx-viewport {
    height: 100% !important;
}

.tab_sc {
    overflow: visible !important;
}

.em-widget .em-cc--header {
    display: none !important;
}

.banner_cn h1 span#call::after {
    width: 110px;
}

.thankyou {
    padding: 100px 0;
}

.thankyou .form_bx {
    box-shadow: 0 2px 15px #f7f7f7;
    background-color: #fff;
    padding: 50px;
}

.thankyou .form_bx ._form-thank-you h3 {
    color: #2b3639;
    line-height: 40px;
    letter-spacing: 1px;
}

.full_width_sec {
    padding: 50px 0;
}

.full_width_sec .full-width li,
.full_width_sec .full-width p {
    font-size: 18px;
    margin-top: 20px;
    padding: 0;
    color: #4f6064;
}

.full_width_sec .full-width li {
    position: relative;
    padding-left: 40px;
}

.full_width_sec .full-width li:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #00556f;
    border-bottom: 6px solid transparent;
    left: 25px;
    top: 6px;
}

.full_width_sec .full-width h3 {
    font-size: 32px;
    color: #2b3639;
    margin: 20px 0 10px 0;
}

.full_width_sec .full-width a {
    color: #00556f;
    text-decoration: underline;
}

.full_width_sec .loan-options p {
    margin-left: 30px;
}

.full_width_sec .full-width strong {
    color: #00556f;
}

.full_width_sec .full-width a#option {
    background-color: #ff8572;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 35px;
}

.full_width_sec .full-width a#contact {
    color: #fff;
    background-color: #0095aa;
    text-decoration: none;
    padding: 15px 35px;
    margin-left: 15px;
}

.full_width_sec a.button {
    background-color: #0095aa;
    color: #ffffff !important;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 18px;
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%);
}

.full_width_sec .bottom-button a {
    background-color: #0095aa;
    color: #ffffff !important;
    padding: 15px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 18px;
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%);
}

.full_width_sec a.button:hover,
.full_width_sec .bottom-button a:hover {
    background-color: #ff8572 !important;
    color: #fff;
    box-shadow: 0px 12px 21.5px rgb(255 169 156 / 75%);
}

.page-id-633 .we_make_it_sec {
    padding-top: 100px;
    background-image: url("../images/wemake.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.footer-widget .list-unstyled img.equal {
    max-width: 130px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.landing-subsec {
    padding-top: 100px;
}

.instant_online_quote.ga-ni {
    height: auto !important;
}

.instant_online_quote.ga-ni .banner_cn h1 {
    font-size: 44px;
    margin-bottom: 40px;
}

.ga-ni p,
.landing-subsec .subhead p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
    font-weight: 300;
    margin-bottom: 40px;
}

.ga-ni .banner_cn .bigta-container a {
    border: none;
    color: #fff !important;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: 0px 12px 21.5px rgb(255 169 156 / 75%);
    background-color: #ff8572;
    margin: 30px 0 10px 0;
}

.ga-ni ul li {
    font-size: 20px;
    line-height: 36px;
    color: #00556f;
    font-weight: 400;
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

.ga-ni ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2714";
    color: #ff8572;
    margin-right: 1px;
}

.page-template-instant-online-quote-ga .partner_sec {
    padding: 100px 0 !important;
}

.page-template-instant-online-quote-ga .our_ex_sec.exp_sec {
    padding: 100px 0;
}

.what_our_sec.what_realtors .bx-wrapper {
    margin-bottom: 0;
}

.what_our_sec i.fa.fa-star {
    color: #efbc43;
    font-size: 14px;
}

.faq_sec {
    padding: 100px 0;
    text-align: center;
}

.faq_other_sec p {
    max-width: 100% !important;
}

.faq_sec .panel-group .panel {
    border-bottom: 1px solid #e8f5f7;
    padding: 20px 0;
}

div#accordion {
    margin-top: 20px;
}

.faq_sec .panel-default .panel-heading {
    padding: 0;
    border-radius: 0;
}

.faq_sec .panel-title {
    font-size: 22px;
    line-height: 52px;
    font-weight: 400;
    font-family: "Lora";
    color: #000;
    text-align: left;
    font-family: Montserrat, sans-serif;
}

.faq_sec p {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    width: 100%;
}

.faq_sec .panel-title&gt;a {
    display: block;
    color: #000;
}

.faq_sec .more-less {
    float: right;
    font-size: 16px;
    color: #0095a9;
    margin-top: 15px;
}

.faq_sec .panel-body {
    font-size: 22px;
    color: #000000;
    text-align: left;
}

.click_bl_bnt {
    margin-top: 50px;
}

.click_bl_bnt .book_call a {
    background-color: #0095aa;
    border: none;
    color: #fff !important;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: 0px 12px 21.5px rgb(159 208 215 / 75%);
}

.click_bl_bnt .book_call a:hover {
    background-color: #ff8572 !important;
    color: #fff;
    box-shadow: 0px 12px 21.5px rgb(255 169 156 / 75%);
}

#bb-55743 {
    margin-bottom: -20px;
}

.testimonial_sec {
    padding: 70px 0;
    background-color: #f1fafb;
}

.page-id-719 .testimonial_sec {
    padding: 100px 0 30px 0;
}

.page-template-instant-online-quote-ga .testimonial_sec {
    background-image: url(../images/wemake.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 300px;
}

.testimonials {
    padding-bottom: 70px;
}

.page-id-719 .testimonial_sec .testimonials {
    margin-bottom: 30px;
}

.testimonials .content img {
    text-align: center;
    margin: 0 auto;
    max-width: 40px;
}

.testimonials .content p {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #4f6064;
}

.testimonials button.slick-prev.slick-arrow {
    left: 40%;
    z-index: 9;
}

.testimonials button.slick-next.slick-arrow {
    right: 40%;
    z-index: 9;
}

.testimonials button {
    position: absolute;
    bottom: 0;
    padding: 0;
    border: none;
    margin: auto;
    font-size: 0;
    background: transparent;
}

.testimonials button.slick-prev.slick-arrow:before {
    background: url(../images/a_left.png) no-repeat;
    background-position: 100%;
}

.testimonials button.slick-next.slick-arrow:before {
    background: url(../images/a_right.png) no-repeat;
    background-position: 100%;
}

.testimonials button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.testimonials .content i {
    color: #efbc43;
    font-size: 14px;
}

.testimonials .content h6 {
    color: #0095aa;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
}

.page-template-instant-online-quote-ga .testimonial_sec .bx-wrapper {
    border: none;
    box-shadow: none;
    background: transparent;
    margin: 50px 0 0 0;
}


@media only screen and (max-width: 575px) {
    .ga-ni .bage_sec .col-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .ga-ni .banner_cn .bigta-container a {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {

    /*.ga-ni ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.ga-ni ul li {
		font-size: 14px;
		line-height: 36px;
		margin-right: 9px;
		color: #00556f;
		font-weight: 400;
		display: inline-block;
		position: relative;
	}
	.ga-ni ul li:before {
		margin-right: 3px;
	}*/
    .ga-ni p {
        font-size: 18px;
    }

    .ga-ni ul li {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right: 28px;
    }
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

@media (max-width: 991px) {
    .header_area .navbar-collapse {
        padding: 15px 0px;
    }

    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
    }

    .header_area .navbar {
        background: #fff;
    }

    .header_area .navbar .logo_h {
        padding: 0;
    }

    .navbar_fixed.header_area .navbar {
        background: #fff;
    }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #058e9b;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav {
        padding-bottom: 0;
    }
    
    .header_top .nav {
        padding: 0px;
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 40px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
    }

    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }

    .header_area .navbar .search {
        margin-left: 0px;
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px;
    }

}

@media (max-width: 767px) {

    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 30px;
    }

    .bg-weare {
        margin-top: 0px !important;
    }

    .page-template-instant-online-quote-ga .testimonial_sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .top_menu {
        display: none;
    }

    .header_area+section,
    .header_area+row,
    .header_area+div {
        margin-top: 30;
    }

    .row.bage_sec {
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 10px !important;
    }

    .bage_sec .col-lg-3 {
        width: 33.33%;
        margin-bottom: 40px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .hurdles_cn {
        left: 0;
    }

    .instant_online_quote.ga-ni .banner_cn h1 {
        font-size: 19px !important;
        line-height: 35px;
        letter-spacing: -0.5px;
        margin-bottom: 20px !important;
    }

    .instant_online_quote.ga-ni .banner_cn p {
        font-size: 16px;
        margin-bottom: -20px;
    }

    .page-id-7 .banner_cn.aos-init.aos-animate p a.btn_p {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height: 280px;
    }
}</pre></body></html>