/*!
Theme Name: Advance Pediatrics PLLC
Theme URI: http://advancepediatrics.com/
Author: Naseer Ahmed Arshad
Author URI: http://www.gridspective.com
Description: Advance Pediatrics PLLC WordPress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: advance-pediatrics-pllc
*/
/*
        Resets
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height: 1.5;
    font-weight:400;
    color: #222;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    margin:0 0 15px 0;
    line-height: normal !important;
}
h1 {
    font-size:54px;
    font-weight:700;
}
h2 {
    font-size:38px;
    font-weight:700;
}
h3 {
    font-size:26px;
    font-weight:700;
}
h4 {
    font-size:22px;
    font-weight:500;
}
h5 {
    font-size:18px;
    font-weight:500;
}
h6 {
    font-size:14px;
    font-weight:500;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:400;
    margin: 0 0 15px 0;
}
p span, p strong {
    font-weight:700;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*navigationBar*/
.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    padding: 0;
    z-index: 100;
    height: auto;
    box-shadow: none;
}
body.home .navigationBar {
    position: absolute;
}
@media (min-width: 768px) {
    .navigationBar {
        background: url('assets/images/headingimg.png') no-repeat top right rgba(255,255,255,0.8);
    }
}
.topHeader {
    display: block;
    position: relative;
    height: auto;
    padding: 6px 0;
    /*border-bottom: dashed 1px rgba(0,0,0,0.2);*/
}
.topHeader .callUs {
    display: inline-block;
    font-size: 16px;
    margin: 4px 30px 0 0;
    color: inherit;
}
.topHeader .callUs a {
    color: inherit;
}
.topHeader .callUs a:hover {
    text-decoration: underline;
}
.topHeader .callUs:last-child {
    margin-right: 0;
}
.topHeader .callUs span {
    font-size: 15px;
    padding-left: 5px;
}
.headSocialMedia {
    float: right;
}
.headSocialMedia ul {
    display: inline-block;
}
.headSocialMedia strong {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #be0808;
}
.headSocialMedia ul li {
    display: inline-block;
    list-style-type: none;
    color: inherit;
}
.headSocialMedia ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #8e0167;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
.headSocialMedia ul li a span,
.footerSocialMedia ul li a span {
    display: none;
}
.headSocialMedia ul li a img {
    display: inline-block;
    height: 25px;
}
.headSocialMedia ul li a:hover {
    opacity: 0.7;
}
/*navbar*/
.navbar {
    min-height: 40px;
}
.navbar-brand {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0;
    position: relative;
    float: left;
    z-index: 3;
    margin: 0;
}
.navbar-brand img {
    width: auto;
    height: 80%;
}
.navbar-nav {
    margin-top: 0;
    float: none;
}
.newlogo {
    height: 80px !important;
    margin-top: 20px;
}
.newlogo img {
    height: 80% !important;
}
@media (min-width: 768px) {
    .primaryHeader,
    .navbar-brand,
    .headSocialMedia {
        height: 120px;
    }
    .navbar-brand img {
        height: 90px;
    }
    .headSocialMedia {
        display: flex;
        align-items: center;
    }
}
/*topSearch*/
.topSearch {
    display: flex;
    align-items: center;
    float: right;
    position: relative;
    height: 80px;
}
.topSearch form {
    display: block;
    width: 300px;
    position: relative;
}
.topSearch form input {
    display: block;
    width: 100%;
    height: 40px;
    border: solid 1px #ccc;
    color: #000;
    font-size: 14px;
    border-radius: 40px;
    background: #fff;
    text-indent: 15px;
}
.topSearch form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #88b33d;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    border: none;
}
.topSearch form button:hover {
    background: #8e0167;
}

/*navbarFullSection*/
.navbarFullSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    /*background: rgba(172,206,24,0.7);*/
    background: #88b33d;
    /*background: -linear-gradient(top, #c5ea21, #4f901e);
    background: -webkit-linear-gradient(top, #c5ea21, #4f901e);
    background: -moz-linear-gradient(top, #c5ea21, #4f901e);
    background: -o-linear-gradient(top, #c5ea21, #4f901e);
    background: -ms-linear-gradient(top, #c5ea21, #4f901e);*/
}
.navbarFullSection:after {
    content: '';
    display: block;
    clear: both;
}
.navbar-collapse {
    float: none;
    text-align: center;
}
.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}
/*navbar-collapse*/
.navbar-collapse > ul > li {
    margin: 0 2px;
    color: #fff;
    padding: 0;
    float: none;
    display: inline-block;
    position: relative;
    transition: all 300ms ease-in-out;
    border-radius: 0;
}
.navbar-collapse > ul > li:last-child {
    border: none;
}
.navbar-collapse > ul > li > a {
    color: inherit !important;
    font-weight: normal;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.navbar-collapse > ul > li > a > i {
    display: inline-block;
}
.navbar-collapse > ul > li.current-menu-item > a,
.navbar-collapse > ul > li:hover > a,
.navbar-collapse > ul > li > a:focus {
    background: #8e0167 !important;
    color: #fff !important;
}
.navbar-collapse.in {
    overflow-y: initial !important;
}
/*drop down menu*/
.navbar-collapse > ul > li > ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: rgba(255,255,255,1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    text-align: left;
    transition: all 300ms ease-in-out;
}
.navbar-collapse > ul > li:hover > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.navbar-collapse > ul > li > ul > li {
    display: block;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: inherit;
    transition: all 300ms ease-in-out;
}
.navbar-collapse > ul > li > ul > li > a {
    display: block;
    padding: 8px 15px;
    color: #88b33d;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}
.navbar-collapse > ul > li > ul > li:hover {
    background: #8e0167;
}
.navbar-collapse > ul > li > ul > li:hover > a {
    color: #fff;
}
.navigationBarFixed .navbarFullSection {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
/*sideMenu*/
.sideMenu {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
}
.sideMenu ul {
    display: block;
    margin: 0;
    padding: 0;
}
.sideMenu ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    border-bottom: solid 1px rgba(172,206,24,0.2);
}
.sideMenu ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    /*background: -webkit-linear-gradient(top, #fff, #ddd);
    background: -o-linear-gradient(top, #fff, #ddd);
    background: -ms-linear-gradient(top, #fff, #ddd);
    background: -moz-linear-gradient(top, #fff, #ddd);
    background: -linear-gradient(top, #fff, #ddd);*/
}
body.home .sideMenu ul li a {
    font-size: 18px;
    padding: 8px 10px;
}
@media (min-width: 768px) {
    .sideMenu {
        position: absolute;
        top: 45%;
        left: 0;
        width: auto;
        transform: translate(0, -45%);
        z-index: 2;
    }
    .sideMenu ul li {
        border-bottom: none;
        margin-bottom: 2px;
    }
    .sideMenu ul li:last-child {
        margin-bottom: 0;
    }
    .sideMenu ul li a {
        position: relative;
        background: transparent;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        z-index: 2;
        color: #fff;
    }
    .sideMenu ul li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -30px;
        right: 0;
        bottom: 0;
        text-shadow: 0 2px 0 rgba(0,0,0,0.4);
        background: #8e0167;
        /*background: -webkit-linear-gradient(top, rgba(172,206,24,0.6), #4f901e);
        background: -o-linear-gradient(top, rgba(172,206,24,0.6), #4f901e);
        background: -moz-linear-gradient(top, rgba(172,206,24,0.6), #4f901e);
        background: -ms-linear-gradient(top, rgba(172,206,24,0.6), #4f901e);
        background: -linear-gradient(top, rgba(172,206,24,0.6), #4f901e);*/
        /*border-radius: 0 5px 5px 0;*/
        transform: skew(20deg);
        z-index: -1;
    }
    .sideMenu ul li:hover a:before {
        background: #88b33d;
    }
    .sideMenu ul li a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0, -50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        opacity: 0.2;
        box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    }
}

/*bannerSection*/
.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 70%;
    overflow: hidden;
    background: #ccc;
	margin-bottom: 60px;
}
/*bannerSectionSlideshow*/
.bannerSectionSlideshow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*bannerSlider*/
.bannerSection #bannerSlider,
.bannerSection #bannerSlider .owl-wrapper-outer,
.bannerSection #bannerSlider .owl-wrapper,
.bannerSection #bannerSlider .owl-item,
.bannerSection #bannerSlider .item {
    height: 100%;
}
.bannerSection #bannerSlider .item,
.bannerSection #bannerSlider .item .bannerSliderImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bannerSection #bannerSlider .item .bannerSliderImg {
    position: relative;
    overflow: hidden;
}
.bannerSection #bannerSlider .item .bannerSliderImg {
    background-size: cover !important;
}
.bannerSection #bannerSlider .item .bannerSliderImg:before {
    content: '';
    display: none;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: -linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
}
/*banner-info*/
#bannerSlider .banner-info {
    display: block;
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 6;
    text-align: center;
}
#bannerSlider .banner-info .bannerInfoHeading {
    display: inline-block;
    color: #fff;
}
#bannerSlider .banner-info .bannerInfoHeading small {
    display: block;
    color: inherit;
}
.bannerSection #bannerSlider .owl-controls {
    display: block;
    width: auto;
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    margin: 0;
    bottom: 12%;
    text-align: center;
}
.bannerSection .owl-controls .owl-page span {
    background: #fff !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
    border-radius: 50% !important;
    transition: all 300ms;
    /*transform: scale(0.5);*/
}
.bannerSection .owl-controls .owl-page.active span {
    /*transform: scale(1);*/
    background: #88b33d !important;
}
.section {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
/*proOverviewSection*/
.proOverviewSection {
    padding-top: 0;
    margin-top: -30px;
    z-index: 2;
    float: left;
}
.proOverviewSection .row {
    margin-left: 0;
    margin-right: 0;
}
.proOverviewSection .row .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
.proOverviewBlock {
    display: block;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.proOverviewBlock .proOverviewBlockInner {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform: rotateY(25deg);
    transition: all 400ms;
    height: 0px;
    padding-bottom: 100%;
    box-shadow: -10px 0px 20px rgba(0,0,0,0.1);
}
.proOverviewBlock .proOverviewBlockInner:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    bottom: -50px;
    opacity: 0.3;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.0));
    background: -linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.0));
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront {
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #88b33d;
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront > div {
    width: 100%;
    height: auto;
    text-align: center;
    color: inherit;
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront span {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    background: #88b33d;
    color: #fff;
    font-size: 44px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
}
.proOverviewSection .row .col-md-3:nth-child(1) .proOverviewBlockFront span {
    background: blue;
}
.proOverviewSection .row .col-md-3:nth-child(2) .proOverviewBlockFront span {
    background: orange;
}
.proOverviewSection .row .col-md-3:nth-child(3) .proOverviewBlockFront span {
    background: yellow;
    color: #88b33d;
}
.proOverviewSection .row .col-md-3:nth-child(4) .proOverviewBlockFront span {
    background: red;
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront span:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: solid 12px #88b33d;
    opacity: 0.2;
    border-radius: 50%;
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront h3 {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockBack {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(172,206,24,0.8);
    color: #fff;
    padding: 20px;
    z-index: 2;
    transform: scale(0.0);
    transition: all 400ms;
    opacity: 0;
}
.proOverviewBlock:hover .proOverviewBlockInner .proOverviewBlockBack {
    transform: scale(1);
    opacity: 1;
}
.proOverviewBlock:hover .proOverviewBlockInner {
    transform: rotateY(0deg);
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockBack a {
    font-size: 14px;
    font-weight: normal;
}
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockBack a:hover,
.proOverviewBlock .proOverviewBlockInner .proOverviewBlockBack a:active {
    background: #fff !important;
    color: #88b33d !important;
    border-color: transparent !important;
}
/*abtOverviewSection*/
.abtOverviewSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    /*background: url('assets/images/abtOverviewSection.jpg') no-repeat fixed 100% 0;*/
    background-size: 50%;
}
.abtOverviewSection .row {
    margin-right: 0;
    margin-left: 0;
}
.abtOverviewSection .row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.abtOverviewSectionBlock {
    display: block;
    padding: 30px 50px 220px 50px;
    box-shadow: 0 5px 50px rgba(0,0,0,0.15);
    background: url('assets/images/papyrus.png') repeat;
}
.abtOverviewSectionBlock > div.abtOverviewSectionBlockInn {
    display: block;
    width: 100%;
}
.abtOverviewSectionBlock h1 {
    font-size: 32px;
}
/*overviewIconBlock*/
.overviewIconBlockCol {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.overviewIconBlock {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 0 100px;
    min-height: 100px;
    text-align: left;
}
.overviewIconBlock h3 {
    font-size: 22px;
    font-weight: normal;
}
.overviewIconBlock .overviewIcon {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    /*border: solid 2px #88b33d;*/
    background: #8e0167;
    text-align: center;
    margin-right: 15px;
}
.overviewIconBlock .overviewIcon span {
    position: relative;    
    font-size: 30px;
    color: #88b33d;
    color: #fff;
}
.overviewIconBlock .overviewIcon span img {
    margin: 0 auto;
    width: 60%;
}
.overviewIconBlock h3 {
    margin: 0 0 5px 0;
}
.overviewIconBlock p {
    opacity: 0.6;
    font-size: 13px;
    line-height: 1.5;
}
.abtOverviewSectionStrip {
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    overflow: hidden;
}
.abtOverviewSectionStrip svg {
    position: relative;
    width: 150%;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}
.svgShaper-shape-fill {
    fill: rgba(56,181,229,0.7);
}
/*parallaxSection1*/
.parallaxSection1 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 100px 0;
    /*background: url('assets/images/parallaxSection1.jpg') no-repeat fixed 100% 0;*/
    background-size: cover;
    color: #fff;
    text-align: center;
}
.parallaxSection1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #88b33d;
    opacity: 0.8;
}
/*tabLayoutSection*/
.tabLayoutSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    text-align: left;
}
.tabLayoutSection .nav-tabs {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.tabLayoutSection .nav-tabs li {
    float: none;
    display: inline-block;
    list-style-type: none;
}
.tabLayoutSection .nav-tabs li a {
    color: #fff;
    border: none !important;
    border-radius: 0;
    position: relative;
}
.tabLayoutSection .nav-tabs li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #8e0167;
    transform: rotate(45deg);
    opacity: 0;
}
.tabLayoutSection .nav-tabs li.active a,
.tabLayoutSection .nav-tabs li.active a:hover,
.tabLayoutSection .nav-tabs li a:hover {
    background: #8e0167;
    color: #fff;
}
.tabLayoutSection .nav-tabs li.active a:before {
    opacity: 1;
}
/*productsSection*/
.productsSection {
    /*background: #fff;*/
    background: url('assets/images/naturebg.svg') no-repeat;
    background-size: cover;
}
#ourProductSlider .item {
    display: block;
    margin: 0 15px;
}
.productBlockCol {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    text-align: center;
    padding-bottom: 100%;
}
.productBlockCol .productBlockColBg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.productBlockCol .productBlockColDesc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(172,206,24,0.9);
    color: #fff;
    z-index: 2;
    transition: all 400ms;
    transform: scale(1.5);
    opacity: 0;
}
.productBlockCol .productBlockColDesc div {
    display: block;
    width: auto;
    padding: 0 20px;
}
.productBlockCol:hover .productBlockColDesc {
    transform: scale(1);
    opacity: 1;
}
.productsSection .owl-theme .owl-controls {
    margin-top: 30px;
}
.productsSection .owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    background: #88b33d;
}
/*inner pages styles*/
.innerBannerSection {
    display: block;
    width: 100%;
    height: 20%;
    position: relative;
    overflow: hidden;
}
.innerBannerSection .innerBannerImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.innerBannerSection .innerBannerImg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
}
.innerBannerSection .innerBannerImg.hasNoThumbnailBanner {
    background: url('assets/images/naturebg.svg') no-repeat top center;
    background-size: cover;
}
.innerBannerSection .innerBannerImg .innerBannerTitle {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.innerBannerSection .innerBannerImg .innerBannerTitle h1 {
    display: inline-block;
    margin: 0 0 20px 0;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0 20px 30px;
}
.innerBannerSection .innerBannerImg .innerBannerTitle h1:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -300%;
    left: 0;
    z-index: -1;
    background: #88b33d;
    opacity: 0.8;
    border-radius: 60px 0 0 60px;
}
/*breadcrumbWrapper*/
.breadcrumbWrapper {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    text-align: center;
}
.breadcrumbWrapper .wpBreadcrumbs {
    display: block;
}
.breadcrumbWrapper .wpBreadcrumbs > span {
    display: inline-block;
    padding: 0 10px;
}
.breadcrumbWrapper .wpBreadcrumbs > span:first-child {
    padding-left: 0;
}
.breadcrumbWrapper .wpBreadcrumbs > span a {
    color: #999;
}
.breadcrumbWrapper .wpBreadcrumbs > span a:hover {
    color: #88b33d;
}
/*innerPageSection*/
.innerPageSection {
    display: block;
    clear: both;
    width: 100%;
    min-height: 500px;
    position: relative;
}
.singlePageSection,
.innerPageSectionPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.singlePageBannerSection {
    display: block;
    position: relative;
    padding: 0 0 0 0;
    color: #fff;
}
.singlePageBannerSection .singlePageBannerTitle {
    display: block;
    position: relative;
    background: url('assets/images/naturebg.svg') no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 150px 0 30px 0;
    border-bottom: solid 10px #88b33d;
    text-align: center;
}
.singlePageBannerSection .singlePageBannerTitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5E1870;
    opacity: 0.8;
}
.singlePageBannerSection .singlePageBannerTitle h1 {
    margin: 0;
    line-height: 1;
    font-size: 40px;
}
/*errorPage404Section*/
.errorPage404Section .search-form {
    display: block;
    margin: 30px 0 0 0;
    font-size: 20px;
}
.errorPage404Section .search-form span {
    display: inline-block;
    font-weight: normal;
    margin-right: 10px;
}
.errorPage404Section .search-form input[type="search"] {
    display: inline-block;
    height: 40px;
    border: solid 1px #ddd;
    text-indent: 10px;
    color: #000;
    font-weight: normal;
}
.errorPage404Section .search-form input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    background: #88b33d;
    font-weight: normal;
    cursor: pointer;
    border: none;
}
.errorPage404Section .search-form input[type="submit"]:hover {
    background: #5E1870;
    color: #fff;
}
/*contentArticleRow */
.contentArticleRow {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-bottom: solid 1px #ddd;
    margin: 0 0 30px 0;
}
.contentArticleRow:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.contentArticleRow > .entry-header {
    display: block;
    border-bottom: solid 1px #ddd;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}
.contentArticleRow > .entry-header * {
    margin-bottom: 0;
}
.elementor-text-editor ul,
.elementor-text-editor ol {
    margin-left: 16px;
    margin-bottom: 15px;
}
.elementor-text-editor ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.elementor-text-editor ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.elementor-container h2,
.elementor-container h3,
.elementor-container h4 {
    font-weight: normal;
}
.elementor-text-editor p {
    text-align: justify;
}
.elementor-widget-image-gallery.officeGallery .gallery-item .gallery-icon {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.elementor-widget-image-gallery.officeGallery .gallery-item .gallery-icon img {
    width: 100%;
    height: auto;
}
.elementor-widget-image-gallery.officeGallery .gallery-item .gallery-icon a {
    display: block;
}
.elementor-widget-image-gallery.officeGallery .gallery-item .gallery-icon a:before {
    content: "\f065";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #88b33d;
    background: rgba(255,255,255,0.8);
    font: normal normal normal 30px/1 FontAwesome;
    transition: all 400ms;
    transform: scale(0);
    opacity: 0;
}
.elementor-widget-image-gallery.officeGallery .gallery-item .gallery-icon a:hover:before {
    transform: scale(1);
    opacity: 1;
}
/*getStartedFooter1*/
.getStartedFooter1 {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: #8e0167;
    /*background: -linear-gradient(top, #c5ea21, #4f901e);
    background: -webkit-linear-gradient(top, #c5ea21, #4f901e);
    background: -moz-linear-gradient(top, #c5ea21, #4f901e);
    background: -o-linear-gradient(top, #c5ea21, #4f901e);
    background: -ms-linear-gradient(top, #c5ea21, #4f901e);*/
    color: #fff;
}
.getStartedFooter1 h2 {
    margin-bottom: 0;
}
.getStartedFooter1 a {
    font-weight: normal;
}
.footerSection {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    height: auto;
    background: #d50c41;
}
.footerSection .footerMenu {
    display: block;
    clear: both;
    text-align: center;
}
.footerSection .footerMenu > ul {
    margin: 0;
    padding: 0;
}
.footerSection .footerMenu > ul li {
    display: inline-block;
    margin: 0;
    position: relative;
    list-style-type: none;
}
.footerSection .footerMenu > ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
}
.footerSection .footerMenu > ul li a:after {
    content: '|';
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    opacity: 0.3;
}
.footerSection .footerMenu > ul li:last-child a:after {
    display: none;
}
.footerSection .footerMenu > ul li a:hover {
    color: #ccc;
}
/*footerSocialMedia*/
.footerSocialMedia {
    display: block;
    clear: both;
    padding: 25px 0 0 0;
    text-align: center;
}
.footerSocialMedia ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.footerSocialMedia ul li {
    display: inline-block;
    margin: 0 2px;
    list-style-type: none;
}
.footerSocialMedia strong {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}
.footerSocialMedia ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #88b33d;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
}
.footerSocialMedia ul li a img {
    display: inline-block;
    height: 25px;
}
.footerSocialMedia ul li a:hover {
    background: #8e0167;
    color: #fff;
}
/*copyright*/
.copyright {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    text-align: center;
    padding: 20px 0 60px 0;
    color: #222;
}
.copyright p {
    margin: 0;
    text-transform: uppercase;
}
.bigpara {
    font-size: 20px;
    line-height: 28px;
}

/*uls1*/
.uls1 {
    margin: 0 0 15px 40px;
}
ul.uls1 > li {
    list-style-type: circle;
}
ol.uls1 > li {
    list-style-type: decimal;
}

/*quickEnquiry*/
.quickEnquiry {
    display: none;
    width: 350px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 100;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.2);
    border-radius: 50px 50px 0 0;
    transition: all 600ms;
}
.quickEnquiryActive {
    height: 365px;
}
.quickEnquiry .quickEnquiryHead {
    display: block;
    border-radius: 50px 50px 0 0;
    position: relative;
    background: #88b33d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    border-top: solid 5px rgba(0,0,0,0.2);
    cursor: pointer;
}
.quickEnquiry .quickEnquiryHead:hover {
    background: #8e0167;
}
.quickEnquiry .quickEnquiryHead i {
    padding-right: 5px;
    color: #fff;
}
.quickEnquiry .quickEnquiryContent {
    display: block;
    padding: 20px 30px;
    background: #fff;
    height: auto;
}
.quickEnquiry .quickEnquiryContent form {
    display: block;
    position: relative;
}
.quickEnquiry .quickEnquiryContent form input,
.quickEnquiry .quickEnquiryContent form textarea {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    text-indent: 10px;
    margin-bottom: 5px;
}
.quickEnquiry .quickEnquiryContent form input {
    height: 45px;
}
.quickEnquiry .quickEnquiryContent form textarea {
    padding-top: 10px;
}
.quickEnquiry .quickEnquiryContent form button {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
/*contactFormDiv*/
.contactFormDiv label,
.wpuf-formsclass label {
    font-weight: normal;
    display: block;
}
.contactFormDiv.row label,
.wpuf-formsclass label {
    margin-top: 15px;
    margin-bottom: 5px;
}
.contactFormDiv input[type="text"],
.contactFormDiv input[type="email"],
.contactFormDiv input[type="tel"],
.contactFormDiv input[type="date"],
.contactFormDiv input[type="number"],
.contactFormDiv textarea {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}
.contactFormDiv input[type="text"],
.contactFormDiv input[type="email"],
.contactFormDiv input[type="tel"],
.contactFormDiv input[type="date"],
.contactFormDiv input[type="number"] {
    height: 50px;
    text-indent: 10px;
}
.contactFormDiv textarea {
    padding-top: 10px;
}
.contactFormDiv input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    border: none;
    height: auto;
    line-height: normal;
    font-size: 20px;
    background: #88b33d !important;
    color: #fff
}
.contactFormDiv input[type="submit"]:hover,
.contactFormDiv input[type="submit"]:focus,
.contactFormDiv input[type="submit"]:active {
    background: #8e0167 !important;
    color: #fff;
}
/*wpuf-login-form*/
.wpuf-formsclass {
    display: block;
    width: 100%;
}
.wpuf-formsclass input[type="text"],
.wpuf-formsclass input[type="password"],
.wpuf-formsclass input[type="email"],
.wpuf-formsclass input[type="tel"],
.wpuf-formsclass input[type="number"],
.wpuf-formsclass input[type="date"],
.wpuf-formsclass textarea,
.wpuf-formsclass select {
    width: 100%;
    height: 40px;
    border: solid 1px #ddd;
    text-indent: 10px;
    padding: 0;
    font-size: 14px;
    color: #000;
    box-shadow: none;
    border-radius: 0 !important;
}
.wpuf-formsclass textarea {
    height: auto;
    max-height: 150px;
}
.wpuf-formsclass small {
    color: #999;
}
.wpuf-formsclass .wpcf7-radio .wpcf7-list-item.first {
    margin-left: 0;
}
.wpuf-formsclass .wpcf7-radio .wpcf7-list-item label {
    margin-top: 0;
}
.wpuf-formsclass .wpcf7-radio input[type="radio"] {
    outline: none;
}
.wpuf-formsclass input[type="submit"],
.wpuf-formsclass button[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #88b33d;
    color: #fff;
    border: none;
    font-size: 16px;
}
.wpuf-formsclass input[type="submit"]:hover,
.wpuf-formsclass button:hover {
    background: #8e0167;
    color: #fff;
}
.wpuf-dashboard-container h2.page-head {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}
.wpuf-dashboard-container .items-table-container {
    overflow: hidden;
}
.wpuf-formsclass .input-group-addon {
    border-radius: 0 !important;
}
.rowgutter5px {
    display: block;
    clear: both;
    margin-left: -5px;
    margin-right: -5px;
}
.rowgutter5px .col-sm-12,
.rowgutter5px .col-sm-11,
.rowgutter5px .col-sm-10,
.rowgutter5px .col-sm-9,
.rowgutter5px .col-sm-8,
.rowgutter5px .col-sm-7,
.rowgutter5px .col-sm-6,
.rowgutter5px .col-sm-5,
.rowgutter5px .col-sm-4,
.rowgutter5px .col-sm-3,
.rowgutter5px .col-sm-2,
.rowgutter5px .col-sm-1 {
    padding-left: 5px;
    padding-right: 5px;
}
/*menu-subscription-menus-container*/
.menu-subscription-menus-container {
    display: block;
    border: solid 1px #ddd;
}
.menu-subscription-menus-container ul {
    display: block;
    margin: 0;
    padding: 0;
}
.menu-subscription-menus-container ul li {
    list-style-type: disc;
    list-style-position: inside;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    background: #fff;
    color: #000;
    position: relative;
}
.menu-subscription-menus-container ul li:last-child {
    border-bottom: none;
}
.menu-subscription-menus-container ul li a {
    display: inline-block;
    color: #000;
    font-size: 13px;
}
.menu-subscription-menus-container ul li:hover,
.menu-subscription-menus-container ul li.current-menu-item {
    background: #88b33d;
    color: #fff;
}
.menu-subscription-menus-container ul li:hover a,
.menu-subscription-menus-container ul li.current-menu-item a {
    color: #fff;
}
.menu-subscription-menus-container ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

/*misc*/
.containerWrapper {
    display: block;
    padding: 0 100px;
    position: relative;
    z-index: 10;
}
.divTable {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.divTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.heading-center small {
    display: block;
    font-size: 50%;
    padding: 10px 0;
}
.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.heading small {
    font-size: 18px;
    color: #88b33d;
}
.heading small a {
    color: inherit;
}
.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #88b33d;
    position: absolute;
    bottom: 0;
}
.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}
.heading:after {
    left: 0%;
}
.heading span,
.heading-center span {
    color: #88b33d;
}
.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}
.btn-transparent:hover,.btn-transparent:focus,.btn-transparent:active,
.btn-default:hover,.btn-default:focus,.btn-default:active {
    background: #8e0167 !important;
    border-color: transparent !important;
    color: #fff;
}
.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}
.btn-primary {
    background: #88b33d !important;
    color: #fff;
    border-color: transparent;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #8e0167 !important;
    color: #fff;
}
.btn-rounded {
    border-radius: 40px !important;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.centertext,.center {
    text-align: center;
}
.white {
    color: white;
}
.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
.scrollup {
    width:40px;
    height:40px;
    line-height: 36px;
    text-align: center;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:20px;
    color: #fff;
    font-size: 26px;
    display:none;
    background: #88b33d;
    z-index: 200;
}
.scrollup:hover {
    background: #8e0167;
    opacity:1;
    color: #fff;
}


/*media queries*/
@media (max-width: 1530px) {
    .navbar-brand {
        padding-left: 0;
    }
    .navbar-brand div strong {
        font-size: 25px;
    }
    .navbar-collapse > ul > li > a {
        /*padding: 0 10px;
        font-size: 13px;*/
    }
}

@media (max-width: 1366px) {
    .sideMenu {
        top: 50%;
    }
    body.home .sideMenu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .navigationBar {
        padding-left: 0;
    }
    .navbar-collapse > ul > li > a:after {
        margin-left: 10px;
        margin-right: 10px;
    }
    .abtOverviewSectionStrip svg {
        bottom: -10px;
        width: 180%;
    }
}

@media (max-width: 1260px) {
    
}

@media (max-width: 1140px) {
    .navbar-collapse > ul > li > a i {
        display: none;
    }
    .abtOverviewSectionStrip svg {
        width: 220%;
    }
}

@media (max-width: 1099px) {
    
}


@media (max-width: 1100px) {
    .navigationBar {
        height: auto;
    }
    .navbar-collapse {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .containerWrapper {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .topHeader .col-md-8 {
        text-align: center;
    }
    .topHeader .callUs {
        text-align: center;
        margin-bottom: 10px;
    }
    .headSocialMedia {
        display: block;
        float: none;
        text-align: center;
    }
    .container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #bannerSlider .banner-info .bannerInfoHeading {
        font-size: 30px !important;
    }
    #bannerSlider .banner-info a {
        font-size: 18px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .navbar-brand div strong {
        font-size: 18px;
    }
    .navigationBar {
        padding-bottom: 0;
        position: relative;
    }
    .navbar-nav {
        float: none;
        clear: both;
        border-top: solid 1px rgba(255,255,255,0.2);
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        position: absolute;
        top: 15px;
        right: 15px;
        margin-right: 0;
        border-radius: 0;
    }
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse > ul > li > a {
        height: auto;
        line-height: normal;
        padding: 10px;
    }
    .bannerSection {
        height: 450px;
    }
    #bannerSlider .banner-info .bannerInfoHeading {
        font-size: 22px !important;
        line-height: 24px !important;
    }
    #bannerSlider .bannerWrapper .btn {
        font-size: 15px;
        padding: 6px 15px;
    }
    h1 {
        font-size: 32px !important;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size:20px;
    }
    h4 {
        font-size:18px;
    }
    .proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront span:before {
        border: solid 5px #88b33d;
        top: -8px;
        bottom: -8px;
        left: -8px;
        right: -8px;
    }
    .proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront h3 {
        font-size: 15px;
    }
    .abtOverviewSection {
        background-size: cover;
        background-attachment: inherit !important;
        background-position: center left !important;
    }
    .abtOverviewSectionBlock {
        padding-left: 20px;
    }
    .abtOverviewSectionStrip svg {
        width: 250%;
    }
    .scrollup {
        bottom: 0;
        right: 0;
    }
    .footerSection .footerMenu > ul li {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;
        padding: 0;
    }
    .navigationBar:before {
        display: none;
    }
    .topHeader .callUs {
        margin-bottom: 0;
    }
    .headSocialMedia {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .topSearch {
        float: none;
        clear: both;
        text-align: center;
        height: auto;
        margin-bottom: 10px;
    }
    .topSearch form {
        width: 100%;
    }
    .navbarFullSection {
        background: #fff;
    }
    .navigationBarFixed .navbarFullSection {
        background: #fff;
    }
    .navbar-nav {
        float: left;
        width: 100%;
        clear: both;
    }
    .navbar-collapse > ul > li {
        float: none;
        display: block;
        clear: both;
        margin-bottom: 2px;
        border-bottom: solid 1px #ddd;
        border-radius: 0;
        color: #000;
    }
    .navbar-collapse > ul > li > a {
        display: block;
        color: inherit;
    }
    .navbar-collapse > ul > li > a > i {
        display: inline-block;
        position: relative;
    }
    .navbar-collapse > ul > li:hover,
    .navbar-collapse > ul > li.current-menu-item,
    .navbar-collapse > ul > li:hover > a {
        background: transparent !important;
        color: #222;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-brand:before {
        display: none;
    }
    #bannerSlider .banner-info {
        bottom: 15%;
    }
    #bannerSlider .bannerWrapper {
        padding: 15px;
    }
    .proOverviewBlock {
        margin-bottom: 15px;
    }
    .proOverviewBlock .proOverviewBlockInner {
        transform: rotateY(0deg);
    }
    .proOverviewBlock .proOverviewBlockInner:before,
    .abtOverviewSectionStrip {
        display: none;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .abtOverviewSectionBlock {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 40px;
        margin-bottom: 20px;
    }
    .proOverviewBlock .proOverviewBlockInner .proOverviewBlockFront h3 {
        font-size: 24px;
    }
    .abtOverviewSection {
        background: transparent;
    }
    .proOverviewBlock .proOverviewBlockInner {
        padding-bottom: 60%;
    }
    .sideMenu {
        top: 0;
    }
}

@media (max-width: 650px) {
    .bannerSection {
        height: 350px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-brand {
        width: 80%;
    }
    .navbar-brand img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .navbar-brand img {
        height: auto;
    }
    .topSearch {
        margin-top: 0;
    }
}