/*!
 * Start Bootstrap - Grayscale v1.1.1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
    width: 100%;
    height: 100%;
    /*font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'gsans', sans-serif;
    color: #202124;
    /*  color: white;
      background-color: black;*/
    padding-top: 67px !important;
}

.formBlock {
    color: #545454;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 22px;
    /*text-transform: uppercase;*/
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'gsans', sans-serif;
    /*font-weight: 700;*/
    letter-spacing: 1px;
    color: #202124;
    font-family: gsans;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 0px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    /*color: #5b9bd1;*/
    color: #35363A;
    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-moz-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/
    font-size: 13px;
}

a:hover,
a:focus {
    text-decoration: none;
    /*color: #5080a9;*/
    color: black;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /*text-transform: uppercase;*/
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'gsans', sans-serif;
    background-color: white;
}

.navbar-custom .navbar-toggle {
    color: gray;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
    outline: none;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: none;
}

.navbar-custom a, .navbar-custom span {
    color: white;
    font-size: 16px;
}

@media (max-width: 767px) {
    .navbar-custom a, .navbar-custom span {
        color: gray;
    }
}

.navbar-custom .nav li a, .navbar-custom .nav li span {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li span:hover {
    color: rgba(255, 255, 255, 0.8);
    outline: none;
    background-color: transparent;
}

@media (max-width: 768px) {
    .navbar-custom .nav li a:hover, .navbar-custom .nav li span:hover {
        color: rgb(128, 128, 128);
    }
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active,
.navbar-custom .nav li span:focus,
.navbar-custom .nav li span:active {
    outline: none;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: none;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover, .navbar-custom .nav li.active span:hover {
    color: white;
}

.top-nav-collapse.navbar-custom .nav li a:hover, .top-nav-collapse.navbar-custom .nav li span:hover {
    color: black;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: transparent;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: white;
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
        /*border-bottom: 1px solid #dedddd;*/
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 6%);
        /*//, inset 0 -1px 0 0 #dadce0;*/
    }

    .navbar-custom.top-nav-collapse a, .navbar-custom.top-nav-collapse span {
        color: #636363;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: white;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;*/
    /*background-color: #656565;*/
    background-color: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 600px) {
    .intro {
        padding: 36px 0 150px 0;
    }
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-body .brand-heading {
    font-size: 40px;
}

.intro-body .intro-text {
    font-size: 18px;
}

@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .autoIntro {
        height: auto;
    }

    .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid white;
    border-radius: 100% !important;
    font-size: 40px;
    color: white;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {

    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 40px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: white;
    /*background: url(../img/downloads-bg.jpg) no-repeat center center scroll;*/
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.content-section {
    /*padding-top: 83px;*/
    padding-bottom: 40px;
}

/*#s1 {*/
/*padding-top: 70px;*/
/*}*/
@media (min-width: 767px) {
    .content-section {
        /*padding-top: 83px;*/
        /*padding-bottom: 110px;*/

    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }

    #s1 {
        padding-top: 20px;
        /*padding-bottom: 70px;*/
    }
}

@media (max-width: 767px) {
    .content-section {
        /*padding-top: 83px;*/
        padding-bottom: 50px;
    }
}

.btn {
    /*text-transform: uppercase;*/
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.btn-default {
    /* border: 1px solid #42DCA3; */
    color: white;
    background-color: #47b269;
    padding: 15px 0px;
    border: none;
    width: 400px;
    max-width: 100%;
    border-radius: 4px;
}

.btn-default:hover,
.btn-default:focus {
    /*border: 1px solid #42DCA3;*/
    outline: none;
    color: white;
    background-color: #8caf2b;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 39px 0 32px 0;
}

footer p {
    margin: 0;
}

/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}*/
body {
    webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 700px) {
    body.greenBackgroundOnMobile {
        background-color: #e8f7ed;
    }
}

.navbar-brand.page-scroll {
    /*margin-top: -22px;*/
}

.top-nav-collapse .navbar-brand.page-scroll {
    /*margin-top: -3px;*/
}

#logo {
    width: 140px;
    /*    top: -18px;
        position: relative;*/
}

.top-nav-collapse #logo {
    /*top: -4px;*/
}

.navbar-brand {
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 15px 15px;
    }
}

.top-nav-collapse .navbar-brand {
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .top-nav-collapse .navbar-brand {
        padding-right: 0px;
    }
}

h2 {
    /*font-size: 40px;*/
    font-size: 30px;
    /*font-weight: 600;*/
    /*color: #474747;*/
    /*text-align: left;*/
    line-height: 43px;
}

footer {
    margin-top: 55px;
    background-color: #fafafa;
    position: relative;
    font-size: 13px;
    font-family: 'gsans';
}

#registrationLink {
    color: #47b269;
}

#loginButton, #landingButton {
    cursor: pointer;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .navbar-nav > li > span, .navbar-nav > li > a {
        display: block;
        padding-top: 25px;
        padding-bottom: 22px;
    }
}

.small-image-section {
    display: none;
    padding-top: 40px;
}

#shareImage {
    max-width: 85%;
}


#header {
    min-height: 600px;
}

@media (max-width: 768px) {
    .big-image-section {
        display: none;
    }

    .small-image-section {
        display: block;
    }

    h2 {
        font-size: 27px;
    }

    #shareImage {
        max-width: 100%;
    }


    #header {
        min-height: 50px;
    }

    /*.intro.formPresent .intro-body {
        vertical-align: top;
    }*/
}

@media (max-width: 760px) {
    /* hack to make form look good on iphone and ipad*/
    .intro.formPresent .intro-body {
        vertical-align: top;
    }
}

.parallax-window {
    min-height: 750px;
    background: transparent;
    background: #3c3c3c;
}

.flangs {
    padding-top: 63px;
    margin-left: 30px;
}

.flang {
    display: inline-block;
    padding: 0 10px;
    color: #949393;
    text-align: center;
}

.flang:hover, .flang:active, .flang:focus {
    color: #949393;
}

#copywright {
    position: absolute;
    right: 0;
    top: 111px;
    margin-right: 30px;
    color: #a0a0a0;
}

@media (max-width: 450px) {
    #copywright {
        display: none;
    }

    .flangs {
        margin-left: 0px;
        padding-left: 42px;
        padding-right: 42px;
    }

    .flang {
        padding: 0;
        width: 32%;
    }
}

.activeFlang {
    text-decoration: underline;
}

.typeText p {
    font-size: 14px;
    margin-bottom: 13px;
}

.typeText h1 {
    font-size: 20px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .typeText h1 {
        margin-top: 10px;
    }
}

.typeText h3 {
    font-size: 16px;
    margin: 30px 0 18px 0;
}

@media (max-width: 768px) {
    .smallTextOnMobile {
        font-size: 23px;
    }
}

/* UI block*/
.loading-message.loading-message-boxed {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

/*.fadeInOnLoad {
    opacity: 0.01;
}*/

.landingMainButtons a {
    display: block;
    margin-bottom: 9px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}

@media (max-width: 768px) {
    .landingMainButtons a {
        /*width: 310px;*/
        width: 290px;
    }
}

.landingMainButtons .landingLoginButton {
    background: white;
    /*color:#9bc230;*/
    color: #3d3d3e;
}

input, textarea {
    -webkit-appearance: none;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999;
}

.landingUl {
    margin-top: 58px
}

.landingUl li {
    text-align: left;
    font-size: 18px;
}

#s0 h2 {
    margin-bottom: 70px;
    font-size: 45px;
    margin-top: 21px;
}

@media (max-width: 991px) {
    #s0 h2 {
        font-size: 40px;

    }
}

#s0 h3 {
    font-size: 25px;
    margin-bottom: 24px;
    color: #3f3f3f;
    margin-top: 30px;
}

#s0 p {
    font-size: 16px;
}

#s0 .icon-color {
    color: #47b269;
}

.icon-block i {
    font-size: 60px;
}

.videoButton img {
    height: 139px;
}

.videoButton {
    margin: 90px 0 0 0;
    opacity: 0.9;
    cursor: pointer;
    display: block;
}

@media (max-width: 991px) {
    .videoButton {
        margin: 60px 0 0 0;
    }
}

.videoButton:hover {
    opacity: 1;
}

.videoButton:active, .videoButton:focus {
    outline: none;
}

.sectionImageRight {
    width: 100%;
}

.sectionImageLeft {
    width: 100%;
    /*padding-right: 40px;*/
}

@media (min-width: 1200px) {
    .sectionImageRight {
        /*margin-left: 70px;*/
    }
}

.greySection {
    /*background-color: #f7f7f7;*/
    /*padding-bottom: 90px;*/
}

@media (min-width: 786px) {
    .centerTrickParent {
        display: table;
    }

    .centerTrickParent {
        height: 350px;
    }

    .centerTrickParentDevices {
        height: 280px;
    }
}

.centerTrickChild {
    display: table-cell;
    vertical-align: middle;
}

/*.collaborationSection {*/
/*margin-bottom: 90px;*/
/*}*/

/* ----------------- Equipment ----------------- */
.ifYouAintGot {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.equipmentCategory {
    font-size: 28px;
}

.equipmentBlock {
    background-color: white;
    border: 1px solid lightgrey;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.5);
}

.equipmentBlock h3 {
    font-size: 27px;
}

.equipmentBlock img {
    max-width: 100%;
}

.equipmentPrice {
    font-size: 28px;
    color: #9ac919;
}

/*.greyBody {*/
/*    background-color: #f7f7f7;*/
/*}*/

.brandSwitches {
    margin-bottom: 40px;
}

.brandSwitches img {
    height: 70px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    cursor: pointer;
}

.brandSwitches img.active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.bigH2 {
    font-size: 45px;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .bigH2 {
        margin-bottom: 30px;
    }
}

.bigH2 img {
    width: 250px;
    vertical-align: -2px;
    margin-right: 10px;
}

@media (max-width: 625px) {
    .bigH2 {
        font-size: 34px;
    }

    .bigH2 img {
        width: 182px;
        vertical-align: -2px;
        margin-right: 6px;
    }
}

.h2Logo {
    width: 220px;
    vertical-align: -2px;
}

@media (max-width: 768px) {
    .h2Logo {
        width: 162px;
        vertical-align: -2px;
    }
}

.h3Logo {
    width: 170px;
    vertical-align: -2px;
}

@media (max-width: 768px) {
    .h3Logo {
        width: 122px;
        vertical-align: -2px;
    }
}

/*Users' block*/
.usersBlock h2 {
    margin-top: 100px;
    /*margin-bottom: 50px;*/
    margin-bottom: 9px;
}

@media (max-width: 991px) {
    .usersBlock h2 {
        margin-top: 50px;
    }
}

.usersNotice {
    float: right;
    margin-right: 20px;
    font-size: 10px;
    color: #9f9f9f;
}

.width100 {
    width: 100%;
}

.smallUsersImage {
    display: none;
}

@media (max-width: 950px) {
    .bigUsersImage {
        display: none;
    }

    .smallUsersImage {
        display: block;
    }
}

.tryCliniccardsSection {
    margin-top: 55px;
}

@media (max-width: 450px) {
    .tryCliniccardsSection {
        margin-top: 50px;
    }
}

.displayMoreThan991 {
}

.displayLessThan991 {
    display: none;
}

@media (max-width: 991px) {
    .displayMoreThan991 {
        display: none;
    }

    .displayLessThan991 {
        display: block;
    }
}

/* --------------------- Footer ------------------- */
footer .container {
    padding-right: 100px;
    padding-left: 100px;
    color: rgb(97, 97, 97);
}

@media (max-width: 991px) {
    footer .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

footer u {
    margin-bottom: 30px;
    display: block;
}

/* Footer breadcrumbs */
.footerBreadCrumbs {
    margin-bottom: 35px;
}

.footerBreadCrumbs img {
    width: 80px;
}

.footerBreadCrumbs .fa-angle-right {
    color: #b7b5b5;
    font-size: 18px;
    vertical-align: -5px;
    margin-left: 10px;
    margin-right: 10px;
}

.footerBreadCrumbs span {
    vertical-align: -2px;
    font-size: 14px;
}

/* Columns */
.footerColumnsWrap .col-md-3 {
    margin-bottom: 30px;
}

.footerColumnsWrap span {
    /*color: rgb(97, 97, 97);*/
    display: block;
    margin-bottom: 13px;
    font-size: 16px;
}

.footerColumnsWrap a {
    color: #616161;
    display: block;
    margin-bottom: 11px;
    font-size: 13px;
}

.footerColumnsWrap a:hover {
    color: #676767;
    text-decoration: underline;
}

.footerBottom {
    margin-bottom: 30px;
    font-size: 13px;
}

footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e0e0e0
}

.rightUnderlineText {
    float: right;
}

@media (max-width: 991px) {
    .rightUnderlineText {
        float: inherit;
        display: block;
    }
}

.contactsText {
    font-size: 19px !important;
    margin-bottom: 18px;
}

/*--------------------------- Call to action section --------------------------*/

.callToActionSection {
    background-color: #91b530;
    color: white;
}

.callToActionSection .btn-default {
    background-color: white;
    color: #91b530;
}

.paddingTop0 {
    padding-top: 0 !important;
}

.detailsButton {
    color: #47B269;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .detailsButton {
        margin-top: 12px;
    }
}

.detailsButton img {
    width: 19px;
    margin-left: 10px;
    vertical-align: -4px;
}

.noFbRegistrationMessage {
    font-size: 14px;
    color: #4267b2;
    margin: 15px 0;
    display: none;
}

.socialMediaIcons i {
    color: #696969;
    font-size: 23px;
    margin: 0 24px 10px 0;
    transition: color .2s ease-out;
}

.socialMediaIcons i:hover {
    color: #484848;
}

.landingGreen {
    border-radius: 8px !important;
    background: #47B269;
    padding: 8px 28px;
    color: white !important;
}

.landingGreen:hover {
    background: #47B269 !important;
    color: white !important;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
}

.menuGreenButton {
    height: 44px !important;
    /* display: inline-block!important; */
    /* display: flex!important; */
    /* align-items: center; */
    padding: 0 30px !important;
    margin: 12px 15px 0px 12px;
}

.landingGreen:hover, .landingGreen:focus, .landingGreen:active {
    color: white;
}

.paddingLeftLanding150 {
    padding-left: 150px;
}

.paddingLeftLanding60 {
    padding-left: 60px;
}

@media (max-width: 991px) {
    .paddingLeftLanding60 {
        padding-left: 15px;
    }
}

.paddingLeftLanding200 {
    padding-left: 200px;
}

.paddingLeftLanding250 {
    padding-left: 250px;
}

.paddingZero {
    padding: 0;
}

#firstSectionWrap {
    /*margin-top: 40px;*/
    padding-bottom: 0px;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 18px;

}

@media (max-width: 991px) {
    #firstSectionWrap {
    }
}

.videoButtonGreen {
    background: #47B369;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
    border-radius: 8px !important;
    padding: 10px 26px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 40px;
    margin-top: 40px !important;
}

.videoButtonGreen:hover, .videoButtonGreen:focus {
    color: #FFFFFF;
}

.registerButtonWhite {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
    border-radius: 8px !important;
    padding: 10px 26px;
    color: #47B369;
    font-size: 16px;
    margin-top: 40px;
    margin-right: 16px;
    margin-top: 40px !important;
}

@media (max-width: 991px) {
    .registerButtonWhite, .videoButtonGreen {
        width: 100%;
        margin-top: 25px !important;
    }
}

.registerButtonWhite i, .videoButtonGreen i {
    margin-right: 12px;
}

.landingGray {
    color: #5f6368;
}

.landingGray li {
    font-size: 20px;
}


.menuContainer {
    padding-left: 10px;
    padding-right: 40px;
}

#logo2 {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 23px;
}

#logo2 img {
    width: 150px;
}

@media (max-width: 991px) {
    .menuContainer .nav.navbar-nav {
        clear: both;

    }
}

#mobileMenu {
    display: none;
}

#mobileMenu ul {
    clear: both;
}

#bigScreenMenuRight {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    #bigScreenMenuLeft, #bigScreenMenuRight {
        display: none !important;
    }

    #mobileMenu {
        display: block;
    }
}


#firstSection {
    background-color: #EAF7EE;
    border-radius: 21px !important;
    padding: 50px 0 50px 34px;
}

@media (max-width: 991px) {
    #firstSection {
        padding: 40px 0 0px 0px;
    }
}

h1 {
    font-size: 42px;
}

@media (max-width: 1050px) {
    h1 {
        font-size: 35px;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 32px;
        font-weight: 600;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 26px;
        font-weight: 600;
    }
}

.mobileImageBlock {
    display: none;
}

.mobileImageBlock img {
    width: 100%;
    /*border: 1px solid #a94442!important;*/
}

@media (max-width: 991px) {
    .hiddenImageBlockOnMobile {
        display: none !important;
    }

    .mobileImageBlock {
        display: block;
    }
}

#firstSection .mobileImageBlock {
    position: relative;
    top: 50px;
}


@media (min-width: 991px) {
    .rowFlex {
        display: flex;
        align-items: center;
    }
}

.form-control {
    height: 39px;
    border-radius: 8px !important;
    border: 1px solid #47B269;
    font-size: 16px !important;
}

@media (max-width: 355px) {
    .form-control {
        font-size: 14px !important;
    }
}

.input-icon > i {
    margin: 13px 20px 4px 17px;
    font-size: 16px !important;
    font-size: 18px !important;
}

.input-icon > .form-control {
    padding-left: 61px;
}

.form-actions .btn {
    height: 39px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.form-actions .btn > i {
    font-size: 17px;
    margin-right: 7px;
}

.auth {
    text-align: center;
    /*padding-bottom: 12px;*/
    /*margin-top: 22px;*/
    font-family: 'gsans', sans-serif;
}

.underFormActions label, .underFormActions a {
    font-size: 15px;
    cursor: pointer;
}


.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #47B269 !important;
    border-radius: 8px !important;
    height: 39px !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 52px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 13px;
}

.formTopInfoSection, p.formTopInfoSection, .formTopInfoSection a {
    font-size: 17px;
}


.noticeBlock p, .noticeBlock a {
    font-size: 16px;
}


/*@media (max-width: 1050px) {*/
/*    .navbar-toggle {*/
/*        display: block;*/
/*    }*/
/*}*/

/*#mobile-menu-button {*/
/*    background: none;*/
/*    color: #47B269;*/
/*    border: none;*/
/*    font-size: 23px;*/
/*    float: right;*/
/*    padding: 17px 5px;*/
/*    display: none;*/
/*}*/

/*@media (max-width: 1050px) {*/
/*    #mobile-menu-button {*/
/*        display: block;*/
/*    }*/
/*}*/

#alwaysOnMenu li {
    display: block;
    float: left;
}

/*@media (max-width: 1050px) {*/
/*    #alwaysOnMenu .alwaysOnMenuHide1 {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (max-width: 870px) {*/
/*    #alwaysOnMenu .alwaysOnMenuHide2 {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (max-width: 700px) {*/
/*    #alwaysOnMenu .alwaysOnMenuHide3 {*/
/*        display: none;*/
/*    }*/
/*}*/

#newMenu {
    position: fixed;
    top: 0;
    width: 100%;
    /*border: 1px solid red;*/
    z-index: 999;
    /*display: flex;*/
    /*align-items: center;*/
    background: white;
}

#newMenu.scroll {
    /*background: yellow;*/
    box-shadow: 0px 4px 8px rgb(0 0 0 / 3%);

}

#newMenuTopLine {
    height: 67px;
    width: 100%;
}

@media (max-width: 550px) {
    #newMenuTopLine {
        height: 50px;
    }

    body {
        padding-top: 40px;
    }
}

#newMenuTopLine span {
    height: 100%;
    /*background: #0a6fa4;*/
    display: inline-block;
    float: left;
    /*display: flex;*/
    /*align-items: center;*/
}

#newMenuTopLine span a {
    height: 100%;
    /*display: inline-block;*/
    /*background: yellow;*/
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 20px;
}

#newMenuTopLine span button.landingGreen {
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 16px;
    margin-top: 12px;
    margin-right: 15px;
    /*padding: 20px;*/
}

@media (max-width: 1300px) {
    #newMenuTopLine .alwaysOnMenuHide0 {
        display: none !important;
    }
}


@media (max-width: 1050px) {
    #newMenuTopLine .alwaysOnMenuHide1 {
        display: none !important;
    }

    /*#newMenuTopLine span {*/
    /*float: right;*/
    /*}*/
}

@media (max-width: 920px) {
    #newMenuTopLine .alwaysOnMenuHide2 {
        display: none !important;
    }
}

@media (max-width: 700px) {
    #newMenuTopLine .alwaysOnMenuHide3 {
        display: none !important;
    }
}

@media (max-width: 550px) {
    #newMenuTopLine .alwaysOnMenuHide4 {
        display: none !important;
    }
}


#mobile-menu-button {
    /*background: none;*/
    /*color: #47B269;*/
    /*border: none;*/
    /*float: right;*/
    /*padding: 21px 20px 17px 5px!important;*/
    display: none;
    background: none;
    color: #47B269;
    border: none;
    float: right;

    align-items: center;
    padding: 21px 20px 17px 5px !important;
    display: none;
    height: 100%;
}

#mobile-menu-button i {
    font-size: 23px !important;
}

#mobile-menu-button img {
    width: 39px;
}

@media (max-width: 1050px) {
    #mobile-menu-button {
        display: flex;
    }
}

#newMenuDropDown {
    background: white;
    padding-bottom: 20px;
    display: none;
    box-shadow: -3px 4px 4px 0px rgb(0 0 0 / 8%);
}

#newMenuDropDown span {
    display: block;
}

#newMenuDropDown span a {
    font-size: 18px;
    padding: 13px 50px;
    width: 100%;
    display: inline-block;
}

#newMenuDropDown span a i {
    font-size: 18px;
    padding-right: 15px;
}


/*For landing*/
@media (min-width: 992px) and (max-width: 1250px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 991px) {
    #heightFix {
        height: 60px;
    }
}

/*h2 {*/
/*    text-transform: lowercase;*/
/*}*/
/*h2:first-letter {*/
/*    text-transform: uppercase;*/
/*}*/
