@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'), url('fonts/AvenirLTStd-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-LightOblique.woff2') format('woff2'), url('fonts/AvenirLTStd-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-BookOblique.woff2') format('woff2'), url('fonts/AvenirLTStd-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Black.woff2') format('woff2'), url('fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-HeavyOblique.woff2') format('woff2'), url('fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Light.woff2') format('woff2'), url('fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Book.woff2') format('woff2'), url('fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Avenir LT Std';
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

button {
    cursor: pointer;
}

/* header */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1024;
}

header .navbar {
    padding: 20px 0;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 1px;
    color: #053553;
    position: relative;
    transition: .3s ease all;
}

header .navbar-nav .nav-item.active .nav-link::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #f68971;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

header .navbar-nav .nav-item:hover .nav-link::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #f68971;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

header .navbar-nav .nav-item:last-child .nav-link::after {
    content: none;
}

header .navbar-nav .nav-item {
    margin: auto;
}

.member-login-btn {
    background: #f58572;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 900;
    padding: 20px !important;
    margin-left: 10px;
}

/* header end */

.banner-section {
    height: 738px;
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    position: relative;
    background-color: #f0f9fb;
    display: flex;
    align-items: center;
}

.bottom-blue {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.banner-description {
    font-size: 39px;
    color: #394b56;
    line-height: 49px;
}

.banner-header-bold {
    font-size: 87px;
    font-weight: 600;
    color: #053553;
    text-transform: uppercase;
    line-height: 90px;
    text-shadow: 2px 2px 30px #fff;
}

.banner-btn {
    background: #f58572;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 900;
    padding: 19px;
    font-size: 15px;
    width: 185px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: center;
}

.blue-btn {
    background: #053553;
}

.m-t-30 {
    margin-top: 30px;
}

.apply-box {
    padding: 50px 20px;
    background: rgba(5, 53, 83, 0.95);
    border-radius: 5px;
    z-index: 2;
    position: relative;
    margin-top: 60px;
}

.apply-box-border::before {
    content: "";
    border: 1px solid #053553;
    position: absolute;
    right: 9px;
    top: 67px;
    bottom: -5px;
    left: -17px;
    border-radius: 5px;
    z-index: 1;
}

.apply-box-border::after {
    content: "";
    border: 1px solid #053553;
    position: absolute;
    right: 3px;
    top: 73px;
    bottom: -10px;
    left: -10px;
    border-radius: 5px;
    z-index: 1;
}

.apply-box h1 {
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#ffb365, #f58572);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.apply-box p {
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}

.apply-box input {
    background: transparent;
    border: 1px solid #4081b1;
    border-radius: 5px;
    width: 100%;
    padding: 20.5px 15px;
    font-size: 17px;
    color: #a3b4be;
    font-weight: 300;
    outline: none;
}

.apply-box input::placeholder {
    font-size: 17px;
    color: #a3b4be;
}

.apply-box input:-moz-placeholder {
    font-size: 17px;
    color: #a3b4be;
}

.apply-box input:-ms-input-placeholder {
    font-size: 17px;
    color: #a3b4be;
}

.click-cash-btn {
    background: #f68971;
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 25px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 35px;
}

.goal-section {
    padding: 100px 0 0;
}

.heading {
    font-size: 55px;
    font-weight: 600;
    color: #053553;
    line-height: 40px;
    position: relative;
}

.heading-left-border::after {
    content: "";
    width: 70px;
    height: 1px;
    background: #fdad66;
    position: absolute;
    left: 5px;
    bottom: -40px;
}

.font-23-regular {
    font-size: 23px;
    color: #053553;
    line-height: 35px;
    font-weight: 300;
}

.m-t-76 {
    margin-top: 76px;
}

.font-23-bold {
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    color: #053553;
}

.offer-section {
    padding: 100px 0;
    background-image: url(../images/offer-bg.jpg);
    margin-top: -50px;
}

.banner2-img {
    margin-top: -100px;
    width: 100%;
    margin-bottom: 100px;
}

.top-0 {
    top: 0;
}

.zindex-1 {
    z-index: 1;
    position: relative;
}

.heading-center-border::after {
    content: "";
    width: 70px;
    height: 1px;
    background: #fdad66;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
}

.font-21-regular {
    font-size: 21px;
    color: #053553;
    line-height: 35px;
}

.m-t-63 {
    margin-top: 63px;
}

.font-31-heavy {
    font-size: 31px;
    font-weight: 900;
    color: #053553;
    line-height: 40px;
}

.font-18-light {
    font-size: 18px;
    /* font-weight: 300; */
    color: #24282e;
    line-height: 26px;
}

.m-t-80 {
    margin-top: 80px;
}

.get-started-btn {
    background: #053553;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 80px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.get-started-top {
    margin-top: 80px;
}

.get-in-touch {
    background-image: linear-gradient(#f58c79, #feb76c);
    padding: 80px 0px 25px;
}

.font-20-bold {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.font-50-bold {
    font-size: 50px;
    font-weight: 600;
    line-height: 30px;
}

.get-in-touch-btn {
    padding: 20px 73.5px;
}

.get-in-img {
    margin-top: -95px;
    position: relative;
    top: 0;
    transition: .5s ease all;
}

.get-in-img:hover {
    top: 15px;
}

.footer-section {
    padding: 80px 0;
    background-image: url(../images/footer-bg.jpg);
    position: relative;
}

.footer-hr {
    border: 1px solid #0b4467;
    width: 441px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.font-15-regular {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
}

.text-fefefe {
    color: #fefefe !important;
}

.phone-border {
    position: relative;
}

.phone-border::before {
    content: '';
    border-left: 2px solid #0b4467;
    position: absolute;
    left: 0;
    height: 81px;
    top: 20px;
}

.phone-border::after {
    content: '';
    border-left: 2px solid #0b4467;
    position: absolute;
    right: 25px;
    height: 81px;
    top: 20px;
}

.footer-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-menu li {
    margin: 0 15px;
}

.footer-menu li a {
    color: #fefefe;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    transition: .3s ease all;
}

.footer-menu li a.active {
    color: #f58572;
}

.footer-menu li a:hover {
    color: #f58572;
}

.copy-right-text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #5a6e80;
}

#top-nav-fixed.sticky {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: .3s ease all;
}

.navbar-toggler {
    outline: none !important;
}

/* Sweep To Right */

.sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.orange-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #053553;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.orange-sweep-to-right:hover, .orange-sweep-to-right:focus, .orange-sweep-to-right:active {
    color: white;
}

.sweep-to-right:hover:before, .sweep-to-right:focus:before, .sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.white-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.white-sweep-to-right:hover, .white-sweep-to-right:focus, .white-sweep-to-right:active {
    color: #053553 !important;
}

.blue-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f58572;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.blue-sweep-to-right:hover, .blue-sweep-to-right:focus, .blue-sweep-to-right:active {
    color: #fff;
}

/* imgage hover */

#containerHover {
    perspective: 25px;
    cursor: pointer;
}

#inner {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/* image hover end */

.left-img-hover {
    position: relative;
    left: 0;
    transition: .5s ease all;
}

.left-img-hover:hover {
    left: -20px;
}

.right-img-hover {
    position: relative;
    right: 0;
    transition: .5s ease all;
}

.right-img-hover:hover {
    right: -20px;
}

.inner-banner {
    height: 738px;
    background-image: url(../images/how-it-work-bg.jpg);
    background-size: cover;
    position: relative;
    background-color: #f0f9fb;
    display: flex;
    align-items: center;
    background-position: center;
}

.inner-banner-description {
    font-size: 29px;
    color: #394b56;
    line-height: 39px;
    text-transform: uppercase;
}

.inner-banner-header-bold {
    font-size: 52px;
    line-height: 56px;
    font-weight: 600;
    color: #053553;
    text-transform: uppercase;
    text-shadow: 2px 2px 30px #fff;
}

.help-section {
    padding: 80px 0;
}

.color-gray {
    color: #6f767a;
}

.font-24-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.font-heavy {
    font-weight: 900;
}

.color-dark-blue {
    color: #053553;
}

.get-in-left {
    padding-left: 30px;
}

.link-color {
    transition: .3s ease all;
}

.link-color:hover {
    color: #f58572 !important;
}

.responsibility-text {
    font-size: 18px;
    color: #3f3e47;
    font-weight: 300;
    background: #f0f2f6;
    text-align: center;
    padding: 13.5px 0;
    margin-bottom: 50px;
}

.m-t-50 {
    margin-top: 50px;
}

.loan-list {
    margin-top: 95px;
    list-style: none;
    position: relative;
}

.loan-list li {
    font-size: 25px;
    color: #053553;
    margin-left: 13px;
    margin-bottom: 25px;
}

.loan-list li span {
    font-weight: 600;
}

.loan-list li::before {
    content: "";
    background-image: url(../images/check.png);
    height: 37px;
    width: 37px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.loan-desc-left {
    margin-left: -6px;
}

.loan-section {
    padding: 0 0 0px;
}

.footer-big-btm {
    bottom: -60px;
}

.loan-bottom-text {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
}

.text-orange {
    color: #f8936e;
}

.font-bold {
    font-weight: 600;
}

/* .loan-bg-icon::after {
    content: "";
    width: 266px;
    height: 311px;
    background-image: url(../images/loan-bottom-icon.png);
    position: absolute;
    right: 170px;
    bottom: 120px;
} */

/* .hexagon {
    position: relative;
    width: 200px;
    height: 110px;
    /* background: #CD5C5C; */

/* background: linear-gradient(to bottom, #fdad66 0%, #f58572 100%);
} */

/* .hexagon::before, .hexagon::after {
    content: "";
    position: absolute;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
}

.hexagon::before {
    bottom: 100%;
    border-bottom: 75px solid #CD5C5C;
}

.hexagon::after {
    top: 100%;
    border-top: 75px solid #CD5C5C;
} */

/* .hexagon {
    position: relative;
    overflow: hidden;
    background: transparent;
    width: 13em;
    height: 13em;
    transform: rotate(-30deg) skewX(30deg) scaleY(.866);
}

.hexagon:before {
    position: absolute;
    right: 6.7%;
    bottom: 0;
    left: 6.7%;
    top: 0;
    transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
    background: linear-gradient(to bottom, #fdad66 0%, #f58572 100%);
    content: '';
} */

.hexagon-bg {
    background-image: url(../images/start-btn.png);
    position: relative;
    height: 220px;
    width: 200px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hexagon-text {
    font-size: 33px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
    text-shadow: 2px 3px 0px #d8755b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    margin: auto;
    vertical-align: middle;
    height: 75px;
    text-align: center;
}

.hexagon-section {
    background-image: url(../images/footer-big-bg.png);
    position: relative;
    padding: 150px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 540px;
    margin-top: -330px;
}

.loan-img {
    position: relative;
    top: 0;
    transition: .5s ease all;
}

.loan-img:hover {
    top: 15px;
}

.faq-banner {
    height: 738px;
    background-image: url(../images/faq-banner.jpg);
    background-size: cover;
    position: relative;
    background-color: #f0f9fb;
    display: flex;
    align-items: center;
    background-position: center;
}

.help-accordion .card {
    border: 0;
    margin-bottom: 30px;
    border-radius: 0;
}

.help-accordion .card-header {
    border-radius: 0 !important;
    border: 0;
    padding: 0;
    background-image: url(../images/offer-bg.jpg);
    position: relative;
    overflow: hidden;
}

.help-accordion .card-body {
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #053553;
    line-height: 32px;
    padding: 35px 85px;
}

.help-accordion .card-body p {
    margin-bottom: 0;
}

.help-accordion .card-header::before {
    content: '';
    position: absolute;
    z-index: 1;
    border-left: 10px solid #fff;
    top: -10px;
    bottom: -10px;
    left: 59px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(9deg);
    overflow: hidden;
}

.help-accordion .card-header::after {
    content: '';
    position: absolute;
    z-index: 1;
    border-left: 10px solid #fff;
    top: -10px;
    bottom: -10px;
    right: 59px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(9deg);
    overflow: hidden;
}

.help-accordion .card-header .btn-link::before {
    content: "Q";
    background: #063959;
    color: #fff;
    font-size: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 64px;
    justify-content: center;
}

.help-accordion .card-header .btn-link::after {
    content: "\f068";
    background: #1b8cd3;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 64px;
    justify-content: center;
}

.help-accordion .card-header .btn-link.collapsed::after {
    content: "\f067";
    background-image: linear-gradient(#fdad66, #f58572);
}

.help-accordion .btn-link {
    width: 100%;
    text-align: left;
    height: 64px;
    text-decoration: none;
    font-size: 25px;
    font-weight: normal;
    color: #053553;
    padding: 0 85px;
}

.rates-banner {
    height: 738px;
    background-image: url(../images/rates-bg.jpg);
    background-size: cover;
    position: relative;
    background-color: #f0f9fb;
    display: flex;
    align-items: center;
    background-position: center;
}

.font-19-light {
    font-size: 19px;
    font-weight: 300;
    color: #2a3236;
    line-height: 32px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.rates-tabs .nav-item {
    margin: 0 7.5px;
}

.rates-tabs .nav-item .nav-link {
    border-radius: 50px;
    width: 250px;
    height: 89px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    background: #a1b6c3;
    color: #fff;
    position: relative;
}

.rates-tabs .nav-item .nav-link.active {
    background-image: linear-gradient(#feb76c, #f58c79);
}

.rates-tabs .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 14px 14px 0px 14px;
    border-color: #f58c79 transparent transparent transparent;
    bottom: -11px;
}

.rates-tabs .nav-item .nav-link:hover {
    background-image: linear-gradient(#feb76c, #f58c79);
}

.m-t-100 {
    margin-top: 100px;
}

.font-35-bold {
    font-size: 35px;
    font-weight: 600;
    color: #053553;
}

.font-20-light {
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    color: #053553;
}

.m-t-25 {
    margin-top: 25px;
}

.tabpane-table thead {
    background: #063959;
    color: #fff;
}

.tabpane-table {
    margin-top: 55px;
    box-shadow: 0px 1px 15px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 75px;
}

.tabpane-table thead th {
    font-size: 16px;
    font-weight: normal;
}

.tabpane-table tbody tr th, .tabpane-table tbody tr td {
    font-size: 16px;
    font-weight: normal;
    color: #063959;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #e1edef;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f0f7f8;
}

.rate-tabs-border {
    position: relative;
}

.rate-tabs-border::before {
    content: '';
    border: 2px solid #cedee2;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    position: absolute;
}

.rate-section {
    padding: 80px 0 0;
}

.m-b-80 {
    margin-bottom: 80px;
}

.contact-banner {
    height: 738px;
    background-image: url(../images/contact-banner.jpg);
    background-size: cover;
    position: relative;
    background-color: #f0f9fb;
    display: flex;
    align-items: center;
    background-position: center;
}

.contact-input {
    width: 100%;
    height: 73px;
    padding: 0 25px;
    border-radius: 5px;
    font-size: 16px;
    color: #6f767a;
    font-weight: 300;
    border: 1px solid #d3d3d3;
    transition: .3s ease all;
    outline: none;
    margin-bottom: 20px;
}

.contact-input:hover {
    border: 1px solid #063959;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.contact-input:focus {
    border: 1px solid #063959;
    -moz-box-shadow: inset 0 0 10px #afebf0;
    -webkit-box-shadow: inset 0 0 10px #afebf0;
    box-shadow: inset 0 0 10px #afebf0;
}

.contact-input::-webkit-input-placeholder, .contact-message::-webkit-input-placeholder {
    font-size: 16px;
    color: #6f767a;
    text-transform: uppercase;
}

.contact-input:-ms-input-placeholder, .contact-message:-ms-input-placeholder {
    font-size: 16px;
    color: #6f767a;
    text-transform: uppercase;
}

.contact-input::placeholder, .contact-message::placeholder {
    font-size: 16px;
    color: #6f767a;
    text-transform: uppercase;
}

.contact-message {
    width: 100%;
    height: 156px;
    padding: 25px;
    border-radius: 5px;
    font-size: 16px;
    color: #6f767a;
    font-weight: 300;
    border: 1px solid rgb(211, 211, 211);
    transition: all 0.3s ease 0s;
    outline: none;
    margin-bottom: 50px;
    resize: none;
}

.contact-message:hover {
    border: 1px solid #063959;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.contact-message:focus {
    border: 1px solid #063959;
    -moz-box-shadow: inset 0 0 10px #afebf0;
    -webkit-box-shadow: inset 0 0 10px #afebf0;
    box-shadow: inset 0 0 10px #afebf0;
}

.send-btn {
    padding: 25px 143px;
}

.contact-box-wrapper {
    background-image: url(../images/contact-box-bg.png);
    position: relative;
    padding: 150px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    height: auto;
}

.contact-box-wrapper p {
    font-size: 23px;
    font-weight: 900;
    line-height: 30px;
    margin-top: 30px !important;
}

.contact-box-wrapper .contact-no {
    font-size: 33px;
    font-weight: 600;
}

.p-t-15 {
    padding-top: 15px;
}

.font-normal {
    font-weight: normal;
}

.phonebox-border {
    position: relative;
}

.phonebox-border::before {
    content: '';
    border-left: 2px solid #218cd0;
    position: absolute;
    left: 0;
    height: 81px;
    top: 20px;
}

.phonebox-border::after {
    content: '';
    border-left: 2px solid #218cd0;
    position: absolute;
    right: 15px;
    height: 81px;
    top: 20px;
}

.store-location-section {
    content: '';
    padding: 80px 0;
    background-image: url(../images/offer-bg.jpg);
}

.location-tabs .nav-item .nav-link {
    height: 336px;
    border-radius: 0;
    align-items: flex-end;
    justify-content: center;
    display: flex;
    background-position: center 50px;
    background-repeat: no-repeat;
    font-size: 21px;
    color: #a2c0d3;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 8px solid #fff;
    text-transform: uppercase;
}

.location-tabs .nav-item:nth-child(1) .nav-link {
    background-image: url(../images/location-01.png);
}

.location-tabs .nav-item:nth-child(2) .nav-link {
    background-image: url(../images/location-02.png);
}

.location-tabs .nav-item:nth-child(3) .nav-link {
    background-image: url(../images/location-03.png);
}

.location-tabs .nav-item:nth-child(1) .nav-link.active {
    background-image: url(../images/location-1.png);
}

.location-tabs .nav-item:nth-child(2) .nav-link.active {
    background-image: url(../images/location-2.png);
}

.location-tabs .nav-item:nth-child(3) .nav-link.active {
    background-image: url(../images/location-3.png);
}

.location-tabs .nav-item .nav-link.active {
    color: #063959;
    background-color: transparent;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    border-image: conic-gradient(#f58572, #fdad66) 1;
}

.location-tabs .nav-item .nav-link:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    border-image: conic-gradient(#f58572, #fdad66) 1;
}

.location-tabs .nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 14px 14px 0px 14px;
    border-color: #F9996C transparent transparent transparent;
    bottom: -11px;
}

.address-heading {
    font-size: 31px;
    font-weight: 600;
    color: #063959;
    position: relative;
    text-transform: uppercase;
}

.address-heading::after {
    content: "";
    width: 70px;
    height: 1px;
    background: #fdad66;
    position: absolute;
    left: 5px;
    bottom: -34px;
}

.map-wrapper iframe {
    width: 100%;
    height: 338px;
}

.map-wrapper {
    position: relative;
}

.map-wrapper::before {
    content: '';
    border-left: 530px solid #063959;
    border-top: 28px solid transparent;
    position: absolute;
    top: -28px;
    margin-left: 10px;
}

.map-wrapper::after {
    content: '';
    border-right: 530px solid #063959;
    border-bottom: 28px solid transparent;
    position: absolute;
    bottom: -21px;
}

.location-list {
    margin-top: 74px;
    list-style: none;
    position: relative;
}

.location-list li {
    font-size: 19px;
    color: #292e38;
    margin-left: 13px;
    margin-bottom: 30px;
    line-height: 22px;
}

.location-list li a {
    color: #292e38;
    transition: .3s ease all;
}

.location-list li a:hover {
    color: #f58572;
}

.location-list li::before {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    margin-top: -2px;
}

.location-list li:nth-child(1)::before {
    background-image: url(../images/map.png);
}

.location-list li:nth-child(2)::before {
    background-image: url(../images/phone.png);
}

.location-list li:nth-child(3)::before {
    background-image: url(../images/mail.png);
}