.header {
    height: 64px;
}
.header .header-inner {
    line-height: 64px;
}
.header.md-header {
    height: 70px;
}
.header.md-header .header-inner {
    line-height: 70px;
}
.bg-front {
    background-image: linear-gradient(150deg,#499beb 4%,#225cc2 100%);
}
.header.light-solid .menu > li > a:not(.btn) {
    opacity: 1;
}
.panel .panel-heading .panel-title,
.panel .panel-heading .panel-title-bold,
.font-heading, .font-montserrat,
body,
.form-group label:not(.error), .nav-tabs > li > a,
dd, p,
span,
button,
a,
.header .menu > li > a,
h1, h2, h3, h4, h5, h6  {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    outline: 0;
}
h1, h2, h3, h4, h5, h6  {
    color: #414141;
}
.header.light .menu > li > a:not(.btn) {
    color: #414141;
}
.header .menu > li > a {
    font-size: 14px !important;
    font-weight: 600;
    opacity: 1 !important;
}
#stripe {
    width: 100%;
    height: 100%;
    top: 0rem;
    overflow: hidden;
    /*-webkit-transform: skewY(-12deg);*/
    /*-ms-transform: skewY(-12deg);*/
    /*transform: skewY(-12deg);*/
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    background: linear-gradient(150deg,#2a7af3 15%,#05d5ff 70%,#2a7af3 94%);
    box-shadow: inset 0 -8px 8px -8px rgba(0,0,0,.2);
    background-image: linear-gradient(30deg,#2a7af3,#2a7af3);
    position: absolute;
}
.header .login-alt {
    display: none !important;
}
.header.minimized .login-open {
    display: none;
}
.header.minimized .login-alt {
    display: inline-block !important;
}
.transparent {
    background: transparent !important;
}
.btn-green, .btn-green:focus {
    border-width: 1px;
    background-color: #36BD00;
    border: 1px solid #36BD00;
    color: white;
}
.btn-green:hover, .btn-green:active {
    border-width: 1px;
    background-color: #2fa400;
    border-color: #2fa400;
    color: #fff !important;
}
.btn-green.btn-bordered,
.btn-green.btn-bordered:focus {
    background-color: white;
    color: #36BD00 !important;
}
.btn-green.btn-bordered:hover,
.btn-green.btn-bordered:active {
    background-color: #36BD00;
    border-color: #36BD00;
    color: white !important;
}
.l-description {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.l-cc {
    font-weight: 400;
}
.l-copyright {
    font-weight: 400;
    letter-spacing: 1px;
    color: #4A4A4A;
}
.bg-master-lightest {
    background: #f6f9fc;
}
@media (max-width: 767px) {
    .header.md-header .menu-toggler {
        margin-top: 30.5px;
    }

    .swiper-slide.fit h1 {
        font-size: 5vh;
        line-height: 5.5vh;
    }
}
.header-inner img {
    z-index: 9999 !important;
    position: sticky !important;
}
.p-t-200 {
    padding-top: 200px !important;
}
.phone-screen {
    position: relative;
    width: 100%;
    max-width: 440px;
    z-index: 100;
    float: right;
}
.phone-above {
    position: relative;
    z-index: 2;
    width: 55%;
    left: -60px;
    height: auto;
}
.phone-beyond {
    z-index: 1;
    position: absolute;
    top: 45px;
    width: 45%;
    right: 95px;
    height: auto;
}
.header.bg-header .header-inner {
    line-height: 80px;
}
.header.bg-header {
    height: 80px;
}
.header .menu > li > a {
    color: #414141;
    text-transform: capitalize !important;
    font-size: 15px;
}
.bg-master-gray {
    background-color: #EEEEEE;
}
.nav-bottom {
    box-shadow: 0 3px 5px 0.3px rgba(0,0,0,.24);
}
.nav-top {
    border-bottom: 1px solid #e0e0e0;
}
.cblack {
    color: #333;
}
.btn-bordered {
    background-color: transparent !important;
    border-width: 2px;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-blue.btn-bordered {
    color: #448aff !important;
}
.btn-blue.btn-bordered:hover {
    background-color: #2962ff !important;
    color: white !important;
}
.btn-blue {
    background-color: #448aff;
    color: white !important;
    border-color: #448aff;
    font-weight: 600;
}
.btn-blue:hover,
.btn-blue:active,
button.btn-blue:visited {
    background-color: #2962ff;
    border-color: #2962ff !important;
}
.bg-master-light-gray {
    background-color: #f6f6f6;
    color: #414141;
}
.bg-master-dark {
    background-color: #414141;
}
.white-bottom-line {
    border-bottom: 1px solid #9e9e9e;
}
.footer-callback h2 {
    font-size: 38px;
    line-height: 56px;
}