* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --primary-font: "Reddit Sans", sans-serif;
    --orange: #EF7300;
    --blue: #16B6D7;
    --text-body:#5A5A5A;
    --black:#1E1E1E;
    --white: #FFF;
    --transition: all 400ms ease-in-out;
}

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	font-size: 100%;    
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	font-family: var(--primary-font);
	color: var(--text-body);
    font-size: 18px;
	letter-spacing: 0;
	line-height: 29px;
    font-weight: 400;
    overflow-x: hidden;
}
.container { 
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
a {
	text-decoration: none !important;
	transition: .3s;
}
html, body {
    height: 100%;
    margin: 0;
  }
a:hover { color: var(--blue);}
p a{text-decoration: underline; color: var(--blue); transition: var(--transition);}
p a:hover{color: var(--blue) !important;text-decoration: underline;}
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { display: block; }
input:focus, textarea:focus { outline: none; box-shadow: none !important; }
img { max-width: 100%; display: block; }
label { font-weight: inherit; }
input:focus, textarea:focus { outline: none; box-shadow: none; }
video, iframe { width: 100% }

h1,.h1 { font-size: 48px; line-height: normal; font-weight: 700; margin: 0 0 15px; color: var(--black); font-family: var(--primary-font);}
h2,.h2 { font-size: 42px; line-height: normal; font-weight: 700;margin: 0 0 15px; color: var(--black); font-family: var(--primary-font);}
h3,.h3 { font-size: 32px; line-height: normal; font-weight: 700;margin: 0 0 15px; color: var(--black); font-family: var(--primary-font);}
h4,.h4 { font-size: 24px; line-height: normal; font-weight: 700;margin: 0 0 15px; color: var(--black); font-family: var(--primary-font);}
h5,.h5 { font-size: 18px; line-height: normal; font-weight: 700;margin: 0 0 15px; color: var(--black); font-family: var(--primary-font);}
h6,.h6 { font-size: 16px; line-height: normal; font-weight: 700;margin: 0 0 15px; color: var(--black); font-family: var(--primary-font);}

p { font-size: 18px; line-height: 30px; font-weight: 400;color: var(--text-body);margin-bottom: 35px;}
p:last-child{margin-bottom: 0px;}
p:empty { display: none; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.switch-column {
    flex-direction: row-reverse;
}
.overflow-hidden {
    overflow: hidden;
}

/*gravity form*/

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

.list-unstyled li::before {
    display: none;
}

.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-content ul li{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding-left: 35px;
    margin: 0 0 25px;
    position: relative;
}
.site-content ol {
    list-style: none;
    counter-reset: list-counter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 25px;
    position: relative;
    color: var(--helix-dark-70);
}

.site-content ol li {
    counter-increment: list-counter; 
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}
.site-content ol li:last-child{
    margin-bottom: 0px;
}
.site-content ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: var(--dark-purple);
    font-weight: bold;
}
.site-content ul li {
    list-style-type: none;
}
.site-content ul li b,.site-content ol li b  {
    color: var(--blue);
}

.site-content ul li ol li {
    list-style-type: inherit;
}

.site-content ul li ol li::before {
    display: none;
}

.site-content ul,
.site-content ol {
    margin-bottom: 40px;
}
.site-content ul:last-child, .site-content ol:last-child{
    margin-bottom: 0px;
}
.site-content ol li:last-child,
.site-content ul li:last-child {
    margin-bottom: 0;
}

.site-content ul li:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    right: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--orange);
}
.site-content ul.checklist li:before{
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    right: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(images/icon-checklist.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-content ul li a,.site-content ol li a{
    text-decoration: underline;
    color: var(--dark-purple);
}
.site-content ul li a:hover,.site-content ol li a:hover{
    color: var(--hover-text);
}
li::marker,
.menu li::marker {
    color: var(--brown);
}

a.btn,.menu-contact-btn a{
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 13px 30px;
    border-radius: 100px;
    transition: var(--transition);
    line-height: normal;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    border: 2px solid var(--blue);
    color: var(--white) !important;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none !important;
    z-index: 1;
}

a.btn::before{
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--blue);
    transition: var(--transition);
    position: absolute;
    color: #fff;
    z-index: -1;
}
.menu-contact-btn a{
    border: 2px solid var(--black);
    background: var(--black);
    padding: 15px 30px !important;
}

a.btn:hover{
    color: var(--blue) !important;
}
a.btn:hover::before{
    width: 0%;
}

.mb-80{
    margin-bottom: 80px;
}
.mb-50{
    margin-bottom: 50px;
}
.pb-80{
    padding-bottom: 80px;
}
.grecaptcha-badge {
    visibility: hidden;
    right: 0 !important;
}
.inline-cta{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: var(--dark-purple);
    transition: var(--transition);
    text-decoration: none;
}
.inline-cta:hover{
    color: var(--hover-text);
    text-decoration: none;
}
.inline-cta::after{
    content: "";
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(images/icon-arrow-cta.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    transition: all 0.4s ease !important;
}
.inline-cta:hover::after{
    background-image: url(images/icon-arrow-cta-hover.svg);
}
hr{
    border-top: 1px solid rgba(29, 29, 60, 0.10);
    margin: 40px 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}

/*------ Header Start -------*/
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0px;
}
.header-right{
    display: flex;
    align-items: center;
}
.main-navigation ul{
    display: flex;
    list-style: none;
}
.main-navigation ul li a{
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: var(--black);
    transition: var(--transition);
    text-decoration: none;
    padding: 13px 0px;
    border-bottom: 2px solid transparent;
}
.slider-svg-path {
    touch-action: none;
    cursor: pointer;
    pointer-events: none;
}
.home .main-navigation ul li.personal-loan-menu a,.main-navigation ul li a:hover,.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a,.site-header.sticky .main-navigation ul li a:hover{
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
}
.main-navigation ul li{
    margin-right: 40px;
}
.main-navigation ul li:last-child{
    margin-right: 0px;
}
.site-branding img {
    max-width: 100px;
}
header.site-header {
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    z-index: 99;

}

.site-header.sticky {
    top: 0px;
    position: fixed;
    background-color: var(--white);
    border-bottom: 1px solid #D1DDE5;
    animation: goDown 0.8s ease-in-out forwards;
    width: 100%;
}
.site-header.sticky .header-inner{
    padding: 15px 0px;
}
.site-header.sticky .main-navigation ul li a{
    color: #000;
}
.site-header.sticky .site-branding img {
    max-width: 90px;
}
@keyframes goDown {
    0% {
        transform: translateY(-60px);
    }
    100% {
      transform: translateY(0px);
    }
  }

.mobile-icons-wrap{
    display: none;
}
.header-right a.btn{
    border: 2px solid var(--black);
}
.header-right a.btn::before{
    background: var(--black);
}
.header-right a.btn:hover {
    color: var(--black) !important;
}

.header-search {
    position: relative;
    margin-right: 20px;
}

.header-search input[type=search] {
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    color: var(--text-body);
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: normal;
    padding: 13px 45px 13px 25px;
    position: relative;
    width: 350px;
    height: 50px;
    font-family: var(--primary-font);
    background: #fff;
    color: var(--black);
    border: 0px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;

}

.serach-bar-icon{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 50px;
    height: 50px;
    font-family: var(--primary-font);
    background: #F5F5F5;
    color: var(--black);
    border: 0px;
    cursor: pointer;
    border-radius: 30px;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.search-bar-main {
    display: none;
}
.search-bar-main.active {
    display: block;
    position: absolute;
    top: 58px;
    right: auto;
    transform: translateX(-50%);
    z-index: 1;
}
.header-search input[type="search"]::placeholder {
    color: #999999;
    position: relative;
    top: 0px;
}

.header-search button.search-submit {
    background: transparent;
    border: none;
    right: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 20px;
    height: 20px;
}
.header-search button.search-submit img{
    cursor: pointer;
}
.breadcrumb{
    display: flex;
    margin-bottom: 30px;
    margin: 40px 0px;
}
.breadcrumb li{
    list-style: none;
    margin-right: 15px;
}
.breadcrumb li a{
    color: #5A5A5A;
}

/*------ Header End -------*/

.top-bar{
    background: var(--orange);
    padding: 8px 0px;
}
.top-bar-wrapper{
    display: flex;
    justify-content: space-between;
}
.top-bar-wrapper *{
    color: var(--white);
}
.top-bar-wrapper .top-item a{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.top-bar-wrapper .top-item a:hover{
    color: var(--black);
}
.top-bar-right{
    display: flex;
    align-items: center;
    line-height: 0px;
}
.top-bar-right .top-item:not(:last-child){
    padding-right: 12px;
    margin-right: 12px;
    border-right: 2px solid #fff;
}

.top-item img{
    margin-right: 10px;
}
.mobile-menu-icon{
    display: none;
}
.menu-contact-btn{
    display: none;
}
/*------ Footer Start -------*/
footer{
    background: var(--black);
    border-top: 7px solid #EF7300;
    padding: 70px 15px 30px 15px;
}
.social-links{
    display: flex;
}
.social-links a{
    width: 37px;
    height: 37px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 8px;
    color: #CCC;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links a:hover{
    border: 2px solid var(--orange);
}
.social-links a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-links a:not(:last-child){
    margin-right: 15px;
}
.footer-logo{
    margin-bottom: 50px;
}
.footer-details a{
    display: flex;
}
.footer-col *{
    color: #fff;
}
.footer-col ul li{
    list-style: none;
}
.footer-col-1{
    width: 18%;
}
.footer-col-2{
    width: 18%;
}
.footer-col-3{
    width: 18%;
}
.footer-col-4{
    width: 18%;
}
.footer-col-5{
    width: 28%;
}
.footer-details a,.footer-col ul li a{
    color: #ccc;
    font-size: 16px;
}
.footer-logo a img{
    max-width: 100px;
}
.footer-details a img,.footer-details a svg{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 5px;
}
.footer-details a svg path{
    fill: #EF7300;
}
.footer-details a:hover{
    color: var(--orange);
}
.footer-details a:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li{
    margin-bottom: 10px;
}
.copyright-text{
    margin-top: 70px;
    border-top: 1px solid #EEE;
    text-align: center;
    padding-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.copyright-text p{
    color: #CCCCCC;
    font-size: 16px;
}
.footer-col ul li a:hover{
    color: var(--orange);
}
/*------ Footer End -------*/

.gt_float_switcher img{
    width: 20px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    font-size: 16px !important;
    font-family: var(--primary-font);
}

.form-row{
    display: flex;
    margin: 0px -13px;
}
.form-col{
    width: 50%;
    margin: 0px 13px 26px 13px;
}

input, select, textarea{
    border-radius: 5px;
    border: 1.3px solid #d7d7d7;
    padding: 16px;
    font-size: 16px;
    width: 100%;
    background: transparent;
    color: #656A70;
    font-family: var(--primary-font);
}
body select, select:focus {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(../images/select-icon.svg);
    background-repeat: no-repeat;
    outline: none;
    background-position: calc(100% - 18px) 50%;
    padding: 16px 50px 16px 16px !important;
    width: 100%;
    background-size: 12px;

}
.form-col.full{
    width: 100%;
}
textarea{
    height: 100px;
    resize: none;
}
.wpcf7-submit{
    transition: var(--transition);
    background: var(--blue);
    width: max-content;
    font-size: 16px;
    padding: 13px 30px;
    overflow: hidden;
    margin: 0;
    border-radius: 100px;
    transition: var(--transition);
    line-height: normal;
    font-weight: 700;
    color: var(--white) !important;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none !important;
    z-index: 1;
    border: 0px;
    cursor: pointer;
}
.wpcf7-submit:hover{
    background: var(--orange);
}
.wpcf7-not-valid-tip{
    font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output{
    background: var(--orange);
    border: 0px;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    margin: 25px 0px 0px 0px !important;
    border-radius: 10px;
    font-size: 17px;
}
.gt_float_switcher .gt-selected .gt-current-lang{
    text-align: center
}
.gt_float_switcher{
    width: 120px !important;
    box-shadow: unset !important;
    margin-top: -5px;
    background: transparent !important;
}
.gt_float_switcher .gt_options a{
    font-size: 16px !important;
    width: 120px !important;
    font-family: var(--primary-font);
}
.gt_float_switcher .gt-selected .gt-current-lang{
    padding: 8px 10px !important;
    color: #fff !important;
    font-weight: bold;
    background: var(--black) !important;
    font-family: var(--primary-font);
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
    filter: brightness(0) invert(1);
    transform: rotate(0deg) !important;
    top: 0.5px;
    position: relative;
}
.gt_float_switcher .gt-selected{
    background: transparent !important;
}
.gt_float_switcher .gt_options{
    position: absolute !important;
    top: 34px;
    transform: translateY(0px) !important;
    background: var(--black);
}
.gt_float_switcher .gt_options a{
    color: var(--white) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    font-weight: 500;
    top: 0px !important;
}
.gt_float_switcher .gt_options a:hover{
    background: var(--orange) !important;
}

