﻿.relative{
    position: relative !important;
}


.pageBanner {
    background-image: url(../img/pages-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0px 0px 150px 150px;
    padding-top: 107px;
}
.pageBanner.homeBanner {
    min-height: 100vh !important;
}
.mainHeaderWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
}
.pageBanner.pricingPlanBanner {
    padding-top: 107px !important;
}
.subpageBannerContent .content h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    text-shadow: 6px 14px 14px rgba(0, 0, 0, 0.2);
}
.subpageBannerContent {
    padding-bottom: 50px;
    padding-top: 127px;
}
@media (max-width: 575px) {
    .subpageBannerContent {
        padding-bottom: 50px;
        padding-top: 82px;
    }
    .subpageBannerContent .content h1 {
        font-size: 29px;
    }
}

#contactWrapperArea .contactForm .formItem textarea {
    min-height: 140px;
}