* {
    padding: 0;
    margin: 0;
}
body {
    background: #FFF;
    font-family: 'sf_pro_textlight';
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    color: #000;
}
.container {
    max-width: 918px;
    padding: 0;
}
.preload .loading, .privacy-page {
    background: #005491;
    background: -moz-linear-gradient(top,  #005491 0%, #1a71b1 25%, #6aa6d4 50%, #f79561 100%);
    background: -webkit-linear-gradient(top,  #005491 0%,#1a71b1 25%,#6aa6d4 50%,#f79561 100%);
    background: linear-gradient(to bottom,  #005491 0%,#1a71b1 25%,#6aa6d4 50%,#f79561 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005491', endColorstr='#f79561',GradientType=0 );
    height: 100vh;
}
.preload-done .loading {
    background: url("../images/backgrounds/bg.jpg") repeat-x;
    height: 642px;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.document {
    display: none;
    background: transparent;
    position: relative;
    z-index: 9;
}
.preload-done .document {
    display: block;
}
.logo {
    padding: 50px 0;
}
.banner-wrapper {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    height: 642px;
}
.banner-title {
    font-family: 'sf_pro_textbold';
    font-size: 24px;
    line-height: 29px;
    color: #FFF;
}
.banner-desc {
    padding: 30px 0;
    color: #FFF;
}
.download-wrapper {
    padding-bottom: 58px;
}
.download-wrapper a:first-child {
    margin-right: 10px;
}
.phone-section {
    min-height: 462px;
}
.section {
    padding: 130px 0 0;
    position: relative;
    z-index: 9;
}
.content-left, .content-mid, .content-right {
    float: left;
    width: 280px;
}
.content-mid {
    width: 358px;
    position: relative;
    text-align: center;
}
.phone-wrapper {
    position: absolute;
    /*top: -207px;*/
    top: -127px;
    left: 0;
    z-index: 99;
}
.content-right {
    float: right;
}
.content-left-inner {
    padding: 69px 0 0 20px;
}
.content-img {
    width: 39px;
    height: 37px;
    margin-bottom: 20px;
}
.content-right .content-img {
    width: 47px;
    height: 38px;
}
.content-title {
    font-family: 'sf_pro_textbold';
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
}
.content-desc {
    padding-right: 20px;
}
.content-right .content-left-inner {
    padding: 135px 0 0 20px;
}
.vastu-left {
    float: left;
    width: 573px;
}
.vastu-left .content-desc {
    padding-top: 16px;
    padding-right: 110px;
}
.vastu-right {
    float: left;
    width: 345px;
}
.direction-left {
    float: left;
    width: 168px;
    text-align: right;
}
.direction-right {
    float: left;
    width: 690px;
    margin-left: 60px;
}
.remedies-img {
    width: 38px;
    height: 38px;
    margin: 0 auto;
}
.remedies-content .content-title {
    padding-top: 20px;
}
.remedies-desc {
    width: 487px;
    margin: 0 auto;
}
.remedies-content .content-desc {
    padding: 0 120px;
}
.subscribe-img {
    width: 40px;
    height: 30px;
    margin: 0 auto;
}
.subs-frm-wrapper {
    width: 510px;
    margin: 0 auto;
    padding: 40px 0 30px;
    position: relative;
}
.banner-wrapper .subs-frm-wrapper {
    padding-top: 0;
}
.subs-left {
    float: left;
    width: 370px;
}
.text-box {
    font-family: 'sf_pro_textregular';
    font-size: 16px;
    width: 100%;
    border: 1px solid rgba(153, 167, 176, 0.5);
    border-radius: 26px;
    line-height: 49px;
    padding-left: 28px;
    color: #000;
    outline: none;
}
.error {
    border: 1px solid red;
}
.subs-right {
    float: right;
    width: 130px;
}
.subs-right a, .subs-right a:hover {
    font-family: 'sf_pro_textbold';
    background: #00ba30;
    border-radius: 26px;
    line-height: 51px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    display: block;
}
.subs-agree {
    font-family: 'sf_pro_textregular';
    font-size: 14px;
    line-height: 14px;
}
.subs-agree a {
    color: #ff8827;
    text-decoration: none;
}
.subs-agree a:hover {
    color: #ff8827;
    text-decoration: underline;
}
.download-img {
    width: 40px;
    height: 38px;
    margin: 0 auto;
}
.download-section .download-wrapper {
    padding: 40px 0 140px;
}
.about-page footer {
    padding-top: 130px;
}
.footer {
    padding-bottom: 40px;
}
.footer-left, .footer-right {
    float: left;
    width: 25%;
    line-height: 18px;
}
.footer-left a {
    font-family: 'sf_pro_textmedium';
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}
.footer-left a:hover {
    text-decoration: underline;
}
.footer-mid {
    font-family: 'sf_pro_textlight';
    font-size: 14px;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 18px;
}
.footer-right {
    float: right;
}
.footer-right a, .footer-right a:hover {
    font-family: 'sf_pro_textmedium';
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.footer-right a:last-child {
    margin-left: 30px;
}
.footer-right a img {
    padding-right: 8px;
}
.blocks {
    position: relative;
}
.top-left-img {
    position: absolute;
    left: 0;
    bottom: -361px;
}
.top-right-img {
    position: absolute;
    right: 0;
    top: 105px;
}
.mid-left-img {
    position: absolute;
    left: 0;
    bottom: -50px;
}
.mid-right-img {
    position: absolute;
    right: 0;
    bottom: -75px;
}
.bot-left-img {
    position: absolute;
    left: 0;
    bottom: 70px;
}
.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: 40px;
	left: 0;
	z-index: 9999;
}
.subs-name-wrapper {
    padding-bottom: 20px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none;
    height: 70px;
    z-index: 999;
}
.header-left {
    float: left;
    width: 160px;
    padding-top: 10px;
}
.header-right {
    float: right;
    text-align: right;
}
.top-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-menu li {
    float: left;
    display: block;
    padding: 25px 15px;
    line-height: 19px;
}
.top-menu li a {
    color: #FFF;
}
.floating .header {
    background: #005491;
    display: block;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 17px;
    }
    .container {
        padding: 0 20px;
    }
    .logo {
        padding: 30px 0;
    }
    .banner-title {
        font-size: 20px;
        line-height: 25px;
    }
    .content-left, .content-mid, .content-right {
        float: none;
        width: 100%;
    }
    .content-mid {
        min-height: 499px;
    }
    .phone-wrapper {
        width: 100%;
    }
    .phone-wrapper img {
        width: 100%;
    }
    .content-left-inner {
        padding: 0;
        text-align: center;
    }
    .content-img {
        margin: 0 auto 20px;
    }
    .content-right .content-left-inner {
        padding: 35px 0 0 0;
    }
    .vastu-left, .vastu-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .vastu-left {
        padding: 80px 0 30px;
    }
    .vastu-left .content-desc {
        padding-right: 0;
    }
    .direction-left {
        float: none;
        margin: 0 auto;
    }
    .direction-right {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .remedies-img, .download-img {
        margin-top: 80px;
    }
    .remedies-content .content-desc {
        padding: 0;
    }
    .remedies-desc, .subs-frm-wrapper {
        width: 100%;
    }
    .subs-left {
        float: none;
        width: 100%;
    }
    .subs-right {
        float: none;
        margin: 20px auto 0;
    }
    .footer-left, .footer-mid, .footer-right {
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer-left, .footer-right {
        padding-bottom: 20px;
    }
    .content-title {
        font-size: 25px;
        line-height: 25px;
    }
    .content-desc {
        padding-right: 0;
    }
    .mobile-seperator {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 50px;
    }
    .download-section .download-wrapper {
        padding-bottom: 0;
    }
    footer {
        padding-top: 50px;
    }
    .direction-section, .subscribe-section {
        padding-top: 80px;
    }
    .phone-wrapper {
        position: relative;
        top: 0;
    }
    .preload-done .loading {
        height: 576px;
    }
    .banner-wrapper {
        height: auto;
        background: url("../images/backgrounds/bg.jpg") repeat-x;
        background-size: auto 100%;
    }
}
@media (min-width: 768px) and (max-width: 918px) {
    .container {
        padding: 0 20px;
    }
    .phone-wrapper {
        width: 358px;
        text-align: center;
        position: relative;
        left: auto;
        margin: 0 auto;
    }
    .content-left, .content-mid, .content-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .content-mid {
        max-height: 469px;
    }
    .content-img {
        margin: 0 auto 20px;
    }
    .content-left-inner {
        padding: 0;
        text-align: center;
    }
    .content-right .content-left-inner {
        padding: 35px 0 0 0;
    }
    .content-desc {
        padding-right: 0;
    }
    .vastu-left, .vastu-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .vastu-left {
        padding: 80px 0 30px;
    }
    .vastu-left .content-desc {
        padding-right: 0;
    }
    .vastu-right {
        max-width: 345px;
        margin: 0 auto;
    }
    .direction-left {
        float: none;
        margin: 0 auto;
    }
    .direction-right {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .remedies-img, .download-img {
        margin-top: 80px;
    }
    .remedies-content .content-desc {
        padding: 0;
    }
    .remedies-desc {
        width: 100%;
    }
    .footer-left, .footer-mid, .footer-right {
        float: none;
        text-align: center;
        width: 100%;
    }
    .footer-left, .footer-right {
        padding-bottom: 20px;
    }
    .mobile-seperator {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 50px;
    }
    .download-section .download-wrapper {
        padding: 0;
    }
    footer {
        padding-top: 50px;
    }
    .direction-section, .subscribe-section {
        padding-top: 80px;
    }
}
.go-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: rotate(180deg);
    z-index: 9;
    display: none;
    width: 40px;
    height: 38px;
}
.hide {
    display: none;
}
header {
    -webkit-transition: all ease 1.5s;
	transition: all ease 1.5s;
}
.header .container {
    padding: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggle {
    background: transparent;
    border: none;
}
.float-left {
    display: none;
}
.float-right {
    padding-top: 22px;
}
.navbar-collapse {
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    text-align: left;
    top: 15px;
}
.bg-light {
    background: transparent !important;
}
.navbar-light .navbar-toggler {
    border-color: #FFF;
}
.navbar-light .navbar-brand {
    padding: 10px 0 0;
    z-index: 9;
}
.navbar-brand img {
    max-height: 45px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link {
    color: #FFF;
    padding-left: 15px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .navbar-collapse {
        top: 70px;
        background: #005491;
    }
}
.about-section {
    height: 250px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    background: #005491;
    background: -moz-linear-gradient(top,  #005491 0%, #1a71b1 25%, #6aa6d4 50%, #f79561 100%);
    background: -webkit-linear-gradient(top,  #005491 0%,#1a71b1 25%,#6aa6d4 50%,#f79561 100%);
    background: linear-gradient(to bottom,  #005491 0%,#1a71b1 25%,#6aa6d4 50%,#f79561 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005491', endColorstr='#f79561',GradientType=0 );
}
.about-content-section {
    padding-top: 30px;
}
.content-list {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.about-title-pad {
    padding-top: 30px;
}
.about-page .top-left-img {
    top: 150px;
    bottom: auto;
}
.about-img {
    padding: 30px 0 10px;
}
h1.text-intro {
	font-size: 7rem;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 1.5rem 0;
}