@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/circularstd/CircularStd-Black.otf') format('otf');
    src: url('../fonts/circularstd/CircularStd-Medium.otf') format('otf');
    src: url('../fonts/circularstd/CircularStd-Bold.otf') format('otf');
    src: url('../fonts/circularstd/CircularStd-Book.otf') format('otf');
}

html, body {
    scroll-behavior: smooth;
}

/*
==========================================================================
COMMON
==========================================================================
*/

.no-container .row {
    margin: 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*BUTTONS*/

.button {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-in-out 0ms;
    -moz-transition: all 200ms ease-in-out 0ms;
    -ms-transition: all 200ms ease-in-out 0ms;
    transition: all 200ms ease-in-out 0ms;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.button:hover {
    color: #fff;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.button:link, .button:hover, .button:active, .button:focus {
    text-decoration: none;
}

/*
==========================================================================
Header
==========================================================================
*/

.logo {
    max-height: 50px;
}

.navbar-brand {
    padding: 0;
}

.navbar-default {
    background-color: #fff;
    color: #4a4a4a;
    padding: 15px 0;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.08);
}

.navbar-default .navbar-nav > li > a.login-link {
    font-size: 14px;
    font-weight: 400;
    color: #4a90e2;
}

.navbar-default .navbar-nav > li > a.lang-link {
    font-size: 14px;
    font-weight: 400;
    color: #4a90e2;
}

.navbar-nav > li > a.top-btn-register {
    margin-top: 4px;
    padding: 9px 36px;
    border-radius: 4px;
    border: solid 1px #4a90e2;
    font-size: 14px;
    font-weight: 500;
    color: #4a90e2;
}

.navbar-nav > li > a.top-btn-register:hover,
.navbar-nav > li > a.top-btn-register:active,
.navbar-nav > li > a.top-btn-register:focus {
    color: #fff;
    background-color: #4a90e2;
}


/*
==========================================================================
Home Banner
==========================================================================
*/
.home-banner {
    background-color: #fcfaff;
    padding: 140px 0 70px 0;
}

.home-banner h2 {
    line-height: 1.36;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    color: #3e374b;
    margin-top: 0;
}

.home-banner p {
    padding: 0 55px 40px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #4a4a4a;
}

.register-form.form-control {
    width: 60%;
    border: 1px solid #4a90e2;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px 20px;
    box-shadow: none;
    color: #7d7d7d;
    text-align: center;
}

.btn-block.register-btn {
    border-radius: 5px;
    background-color: #4a90e2;
    width: 60%;
    color: #fff;
    padding: 10px 0;
}

.register-btn:hover,
.register-btn:focus {
    text-decoration: none;
    color: #fff;
}

.video-container-img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

/*.video-container-img*/
#uspVideo::before {
    line-height: 55px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    content: "\e250";
    width: 62px;
    height: 62px;
    background-color: #4a90e2;
    opacity: 0.90;
    border-radius: 50%;
    left: -7px;
    top: 208px;
    border: 5px solid rgba(252, 250, 255, .40);
}

.video-container {
    background: url('../assets/images/home/mask.png') center center;
    /*width: 585px;*/
    height: 478px;
}

.video-container a {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.video-container a:link,
.video-container a:hover,
.video-container a:active,
.video-container a:focus {
    color: #fff;
    border: 0;
    outline: 0;
    outline-offset: 0;
}

/*
==========================================================================
USP
==========================================================================
*/
#usp {
    padding: 70px 0 0 0;
}

.usp-section {
    padding-top: 50px;
}

.main-header h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #4a4a4a;
}

.main-header p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #4a4a4a;
    padding: 24px 0;
}

.usp-counter {
    text-align: center;
}

.usp-counter h3 {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}

.usp-counter p {
    font-size: 15px;
    font-weight: 400;
    color: #4f5362;
}

.usp-img {
    width: 77px;
    height: 77px;
    margin: 0 auto;
}

.counter-section {
    padding: 50px 10px;
    margin: 90px 0;
    border-radius: 5px;
    background: linear-gradient(to bottom, #80c3f3, #4a90e2);
    display: flex;
    align-items: center;
}

.counter-icon {
    margin-right: 10px;
}

.counter-icon-img {
    width: 62px;
    height: 62px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.counter-content h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: 'CircularStd', sans-serif;
}

.counter-content span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.usp-partner-section {
    background-color: #f6f8fa;
    margin: 70px 0;
    min-height: 536px;
}

.partner-img-section {
    position: relative;
}

.usp-sheba-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 28px;
}

.usp-partner-img {
    position: absolute;
    z-index: 2;
    top: -20px;
}

.sheba-manager-life {
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #4a4a4a;
    padding: 70px 0 0 0;
}

.usp-partner-section p {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    padding: 20px 0;
}

.usp-partner-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
}

.usp-partner-section h4 {
    font-size: 16px;
    font-weight: 400;
    color: #4f5362;
}

.usp-partner-section span {
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
}

.manager-text {
    display: inline-block;
    vertical-align: middle;
}

/*
==========================================================================
Steps
==========================================================================
*/
#steps {
    padding: 80px 0 70px 0;
}

.work-process {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #4a4a4a;
}

.process-panel {
    height: 127px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    padding: 20px;
    margin: 15px 0;
    cursor: pointer;
}

.process-panel.active {
    box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.08);
}

.process-panel:hover {
    box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.08);
}

.process-icon {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 69px;
    height: 69px;
    border-radius: 40px;
    border: solid 1px #c4c4c4;
    color: #c4c4c4;
}

.process-icon:hover,
.process-icon.active {
    width: 69px;
    height: 69px;
    border: double 5px transparent;
    border-radius: 50%;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #2af598, #009efd);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.process-icon p {
    line-height: 69px;
    text-align: center;
    color: #c4c4c4;
    font-size: 16px;
}

.process-icon.active p {
    color: #2af598;
    background: -webkit-linear-gradient(#2af598 0%, #009efd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 61px;
}

.process-icon p:hover {
    line-height: 61px;
    color: #2af598;
    background: -webkit-linear-gradient(#2af598 0%, #009efd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-content h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #4a4a4a;
}

.process-content span {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.31;
    text-align: left;
    color: #9b9b9b;
}

.phone-skin {
    background-repeat: no-repeat;
    background-size: contain;
    height: 536px;
    width: 260px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.phone-skin .display-holder {
    position: absolute;
    top: 55px;
    left: 14px;
    right: 14px;
    bottom: 70px;
    overflow: hidden;
}

.phone-skin .display-holder .display {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0px;
    transition: 0.3s ease-in-out;
    transform: translateY(-100%);
}

.phone-skin .display img {
    height: 100%;
    width: 100%;
}

.phone-skin .display.active {
    z-index: 20;
    transform: translateY(0%)
}

.phone-skin .display.post-active {
    z-index: 20;
    transform: translateY(100%)
}

/*
==========================================================================
Pricing
==========================================================================
*/

.switch-button {
    width: 400px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: .3s ease all;
    border: 1px solid #4a90e2;
    margin: 100px 0;
}
.switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: #4a90e2;
    position: relative;
    border: none;
    transition: .3s ease all;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 1px;
}
.switch-button-case:hover {
    color: grey;
    cursor: pointer;
}
.switch-button-case:focus {
    outline: none;
}
.switch-button .active {
    color: #fff;
    background-color: #4a90e2;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: .3s ease-out all;
}
.switch-button .active-case {
    color: #fff;
}


.pricing-row{
    margin-top: 72px;
}
#pricing {
    padding: 20px 0 70px 0;
    background-color: #f6f8fa;
}

.pricing-header {
    text-align: center;
    margin: 50px 0 20px 0;
    padding-top: 2px;
}

.pricing-header h2 {
    font-size: 38px;
    font-weight: 600;
    color: #4a4a4a;
}

.pricing-header p {
    font-size: 17px;
    font-weight: 400;
    color: #4f5362;
    padding: 12px 0 30px 0;
    text-align: center;
}

.pricing-section {
    min-height: 720px;
    background-color: #ffffff;
    text-align: center;
    padding: 24px 26px;
    position: relative;
    border-radius: 2px;
}

.pricing-psp {
    /*border-top: 6px solid #4a90e2;*/
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    min-height: 720px;
    border-radius: 2px;
    margin-top: -14px;
    padding-top: 39px;
}

.psp-border{
    width: 360px;
    height: 9px;
    background-color: #4a90e2;
    position: absolute;
    top: 0;
    left: 0;
}

.pricing-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #428dff;
    margin-bottom: 15px;
}

.pricing-background-circle{
    width: 100px;
    height: 100px;
    background-color: #f1f5ff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.package-img{
    position: absolute;
    top: 15px;
    left: 11px;
}

.package-img-silver{
    position: absolute;
    top: 16px;
    left: 0px;
}

.package-img-gold{
    position: absolute;
    top: -2px;
    left: 0px;
}

.taka-per-month h2 {
    font-size: 48px;
    font-weight: 400;
    color: #4a90e2;
    padding: 20px 0 0 0;
    margin-bottom: 15px;
}

.taka-per-month h2 span {
    font-size: 16px;
    margin-left: -14px;
}

.package-tag{
    width: 133px;
    height: 28px;
    line-height: 28px;
    border-radius: 16px;
    background-color: #eaeaea;
    font-size: 12px;
    font-weight: 300;
    color: #6e6e6e;
    margin: 0 auto;
    position: relative;
}

.package-tag::after{
    content: "";
    position: absolute;
    height: 3px;
    opacity: 0.2;
    border-bottom: 1px solid #979797;
    top: 12px;
    width: 68px;
    right: -68px;
}

.package-tag::before{
    content: "";
    position: absolute;
    height: 3px;
    opacity: 0.2;
    border-bottom: 1px solid #979797;
    top: 12px;
    width: 68px;
    left: -68px;;
}

.resource-account {
    padding: 44px 20px;
}

.package-offer {
    font-size: 16px;
    font-weight: 300;
    color: #9b9b9b;
    text-align: left;
    position: relative;
    padding-left: 31px;
    padding-bottom: 5px;
}

.package-offer::before{
    position: absolute;
    font-family: 'Glyphicons Halflings';
    content:"\e013";
    display: inline-block;
    color: #fff;
    font-size: 8px;
    background-color: #bcc7d0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    left: 1px;
    top: 4px;
    right: 20px;
}

.package-series{
    position: absolute;
    right: 0;
    bottom: 0;
}

.join-btn{
    background-color: #fff;
    position: absolute;
    left: 52px;
    bottom: 16px;
    z-index: 20;
}

.join-btn a {
    /*padding: 14px 92px;*/
    width: 255px;
    height: 50px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #4a90e2;
    color: #4a90e2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.join-btn a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #4a90e2;
}

.join-btn-block{
    z-index: 20;
    position: absolute;
    left: 52px;
    bottom: 16px;
    background-color: #4a90e2;
    border-radius: 3px;
}

.join-btn-block a {
    width: 255px;
    height: 50px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.join-btn-block a:hover {
    text-decoration: none;
    color: #fff;
}

/*
==========================================================================
Partners
==========================================================================
*/
#partners {
    padding: 30px 0 80px 0;
}

.partner-avater {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.partner-info {
    padding-top: 20px;
    text-align: center;
    color: #4f5362;
}

.partner-info h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.29;
}

.partner-info span {
    text-transform: uppercase;
    font-size: 14px;
    color: #a8acb9;
}

.partner-info h4 {
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
}

/*
==========================================================================
Open Account
==========================================================================
*/

#open-account {
    /*height: 202px;*/
    padding: 50px 0;
    background-color: #4a90e2;
    display: flex;
    align-items: center;
}

#open-account h3 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 20px;
    display: inline;
    align-self: center;
}

.join-btn-white {
    padding: 7px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #4a90e2;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.8);
    float: right;
}

.join-btn-white:hover {
    color: #4a90e2;
}

/*
==========================================================================
Faq
==========================================================================
*/
#faq {
    padding: 20px 0 70px 0;
}

.panel-custom {
    border: none;
    box-shadow: none;
}

.panel-default > .panel-heading.panel-custom-heading {
    padding: 18px 66px;
    border-bottom: solid 1px #f0f0f0;
    background-color: #fff;
}

.panel-default > .panel-heading.panel-custom-heading:last-child {
    border-bottom: none;
}

.panel-custom-heading .panel-title p {
    font-size: 18px;
    font-weight: normal;
    color: #4a90e2;
    margin-bottom: 0;
}

.panel-heading.active p {
    background-color: #f7f7f7;
}

.panel-default > .panel-heading.panel-custom-heading.active {
    background-color: #f7f7f7;
    border-bottom: none;
    padding-bottom: 0;
}

.panel-group .panel + .panel {
    margin: 0;
}

.panel-heading p:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    font-size: 15px;
    color: #606470;
}

.panel-heading.active p:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-title > p, .panel-title > p:active {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #4a90e2;
    text-decoration: none;
}

.panel-custom-body {
    padding: 22px 78px;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: normal;
    color: #606470;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.query-section {
    border-radius: 11px;
    background-color: #4a90e2;
    color: #cce3ff;
    font-size: 18px;
    text-align: center;
    height: 62px;
    line-height: 62px;
}

.call-num {
    color: #fff;
    font-weight: 600;
}

/*
==========================================================================
Contact
==========================================================================
*/

#contact {
    min-height: 650px;
    background-color: #f6f8fa;
}

.address-section {
    background-color: #ffffff;
    padding: 70px 60px;
}

.col-right-border {
    border-right: solid 1px #e9e9e9;
}

.left-side {
    padding: 20px;
}

.contact-text {
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    padding: 5px 0;
}

.left-side .contact-info {
    font-size: 18px;
    font-weight: 400;
    /*line-height: 25px;*/
    color: #696969;
    padding-bottom: 14px;
}

.address-icon .fa {
    color: #4a90e2;
    padding-right: 10px;
    font-size: 20px;

}

.right-side {
    padding: 20px;
}

.contact-btn {
    padding: 7px 45px;
    border-radius: 5px;
    color: #fff;
    background-color: #4a90e2;
}

.contact-btn:hover {
    background-color: #2c73c5;
    color: #fff;
}

.contact-form.form-control {
    border: none;
    background-color: #f6f8fa;
    margin-bottom: 10px;
    padding: 22px 20px;
    box-shadow: none;
    color: #7d7d7d;
}

/*
==========================================================================
Footer
==========================================================================
*/

.footer-section {
    background-color: #283749;
    height: 150px;
    line-height: 72px;
    text-align: center;
    display: flex;
    align-items: center;
}

.footer-logo {
    vertical-align: middle;
    max-height: 62px;
    display: initial;
}

.google-play-img {
    display: inline;
    max-height: 50px;
}

footer a {
    color: #a8acb9;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #4a90e2;
    text-decoration: none;
}

.footer-social-icon {
    display: inline;
}

ul.footer-social-icon {
    padding-left: 0;
}

.footer-social-icon li {
    list-style-type: none;
    color: #a8acb9;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 12px;
    margin: 0;
}

.footer-social-icon li a .fa-2x {
    font-size: 18px;
}

.download-text, .follow-us-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-right: 18px;
}

.bottom-section {
    text-align: center;
    display: flex;
    align-items: center;
    height: 48px;
    background-color: #1e2c3d;
    font-size: 14px;
    color: #a8acb9;
}

/*
==========================================================================
CTA
==========================================================================
*/

.general-call-to-action {
    background: #eee;
    padding: 40px;
    text-align: center;
}

@keyframes animatedBackground {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: 0 0%;
    }
}

.general-call-to-action h1 {
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: 300;
    font-size: 32px;
    /*float: left;*/
}

.general-call-to-action a {
    /*float: right;*/
    margin-top: 20px;
}

.btn-cta {
    background-color: #1B4280;
    color: #f5f5f5;
    padding: 10px 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-collor 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -khtml-transition: background-coor 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.btn-cta-light {
    background-color: #13b4d5;
    color: #f5f5f5;
    padding: 10px 60px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -khtml-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.btn-cta:hover,
.btn-cta-light:hover {
    color: #f5f5f5;
}

.home-cta-1 {
    background-image: url('../assets/images/home/home-cta-1-bg.png');
    background-repeat: repeat;
    background-position: bottom center;
    background-size: auto;
    animation: animatedBackground 20s linear infinite;
}

/*
==========================================================================
REGISTER
==========================================================================
*/
.registration-page {
    /*background: url('../images/reg-bg.jpg');*/
}

.registration-box-container {
    background: #fff;
    padding: 60px;
    margin: 100px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.25);
}

.registration-box-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.company-name-overlay {
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
}

.company-name-content h1 {
    font-size: 52px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    color: #555459;
}

.company-name-content h2 {
    font-size: 18px;
    font-weight: 300;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    color: #aaa;
    margin: 28px 0 18px 0;
}

.form-container {
    padding-top: 100px;
    width: 600px;
    margin: 0 auto;
}

.company-name-content .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 14px 12px;
    font-size: 24px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    /*background-image: none;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;*/
    /*-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

.btn-create-account {
    color: #FFF;
    background-color: #13b4d5;
    border-color: #13aac9;
    padding: 10px 20px;
    font-size: 20px;
}

/*.btn-create-account:hover,*/
.btn-create-account:hover,
.btn-create-account:focus,
.btn-create-account:active {
    background-color: #13aac9;
    border-color: #13aac9;
    color: #fff;
}

.z-index {
    z-index: 9999;
}

#addCompany {
    opacity: 0;
    transition: opacity 0.5s linear;
    z-index: -999;
}

#errorName {
    color: #ED5463;
    margin: 5px 0 0 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.login-box {
    padding: 120px 0 160px 0;
}

.login-box h1 {
    font-size: 42px;
    margin: 0;
    /*padding: 0 0 40px 56px;*/
    padding: 0 0 34px 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #ccc;
}

.login-box p.error-input {
    font-size: 18px;
    margin: 0;
    padding: 0 0 20px 42px;
    font-weight: 300;
    color: #e65a5a;
    text-align: left;
}

.login-box p {
    font-size: 16px;
    margin: 0;
    padding: 40px 0 0 0;
    font-weight: 300;
    color: #aaa;
    text-align: center;
}

.btn {
    border-radius: 3px;
}

.btn-fb,
.btn-light-blue,
.btn-light-green {

    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 16px;
}

.btn-light-blue {
    color: #FFF;
    background-color: #13b4d5;
    border-color: #13b4d5;
}

.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active {
    color: #FFF;
    background-color: #13b4d5;
    border-color: #13b4d5;
}

.btn-light-green {
    color: #FFF;
    background-color: #80d14a;
    border-color: #80d14a;
}

.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active {
    color: #FFF;
    background-color: #79d143;
    border-color: #79d143;
}

.btn-fb {
    color: #FFF;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active {
    color: #FFF;
    background-color: #3B5998;
    border-color: #3B5998;
}

.navbar-btn {
    background: #13b4d5;
    border-color: #13b4d5;
    color: #fff;
    margin: 19px 0 0 0;
    padding: 6px 36px;
}

.navbar-btn:hover {
    background: #15add5;
    border-color: #15add5;
    color: #fff;
}

.login-form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.partner-list {
    margin-bottom: 60px;
}

.login-divider-mobile {
    border-bottom: 1px solid #ccc;
    margin: 40px 0;
}

.login-divider-mobile::before {
    content: "or";
    position: absolute;
    left: 46%;
    background: #fff;
    margin-top: -22px;
    padding: 10px;
}

.test {
    padding: 40px 0;
    background-color: rgb(27, 66, 128);
    color: #fff;
}

.test h2 {
    font-size: 36px;
}

.reg-form-control {
    height: 40px;
}

.reg-home-form {
    width: 100%;
}

.modal-header,

.modal-footer {
    border: 0;
}

.modal-content {
    border-radius: 4px;
}

.modal-msg {
    text-align: center;
    font-size: 24px;
    color: crimson;
}

.modal-sign {
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 50px;
    border: 2px solid crimson;
    color: crimson;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
}

/*
==========================================================================
REGISTER-Media Query
==========================================================================
*/

@media only screen and (max-width: 767px) {
    .logo {
        max-height: 42px;
        padding-left: 10px;
    }

    .navbar {
        height: inherit;
    }

    .navbar-default {
        padding: 10px 0 0 0;
    }

    .navbar-default .navbar-collapse {
        background-color: #f6f8fa;
    }

    .navbar-default .navbar-nav > li > a.login-link,
    .navbar-default .navbar-nav > li > a.lang-link {
        margin-left: 3px;
    }

    .navbar-nav > li > a.top-btn-register {
        float: left;
        border: none;
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding-left: 14px;
    }

    .navbar-nav > li {
        clear: both;
    }

    .home-banner h2 {
        font-size: 24px;
        line-height: 1;
    }

}

@media screen and (min-width: 768px) {

    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li.navbar-right {
        float: right !important;
    }

}

@media screen and ( max-width: 980px ) {
    .login-box {
        padding: 60px 0;
    }

    .login-box h1 {
        padding: 0 0 40px 0;
    }

    .login-box p.error-input {
        padding: 0 0 20px 0;
    }

    .about-1 {
        padding: 0 40px;
    }
}


