.menuzord-menu > li > a {
    padding: 10px 10px 27px 10px;
    font-size: 14px;
}
.theme-menu-two .main-header {
    padding: 23px 0 0 0;
}
#banner {
    margin-bottom: 50px;
}
.what-we-do .content {
    border-top: 1px solid #f6f6f6;
    margin: 50px 0 0px 0;
}
.service-style-two.bg {
    background: #f6f8fa;
    padding: 50px 0 00px;
}
.about-bizco {
    margin: 50px 0 0px 0;
}
.pricing-plan {
    margin: 50px 0 30px 0;
}
.testimonial .opacity {
    background: rgba(21,21,21,0.9);
    padding: 50px 0;
}
.latest-news .theme-title {
    margin: 40px 0 15px 0;
}
.latest-news-sldier {
    margin-bottom: 0;
}
iframe {
    width: 100%;
    height: 100%;
}
.cookies_msg {
    position: fixed;
    width: 100%;
    border: none;
    background-color: rgba(255,255,255,0.85);
    bottom: 0;
    z-index: 2147483644;
    min-height: 50px;
    padding: 10px 181px 10px 63px;
    line-height: 23px;
    color: #000;
    font-size: 15px;
}
.about-bizco.inner-page-fix .theme-title h2 {
    line-height: 40px;
    font-size: 27px;
}
.cookies_msg span {
    background-color: #097DBF !important;
    border-color: #097DBF !important;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    cursor: pointer;
}
ul.listing {
    position: relative;
    margin-top: 19px !important;
    list-style: initial;
    padding-left: 20px;
}
ul.listing li {
    padding: 0 !important;    
}
.about-bizco .text {
    width: 53%;
    padding-right: 50px;
}
.icon-text {
    color: #fff;
    font-size: 23px;
    margin-right: 13px;
}
textarea {
    width: 100%;
    border: 1px solid #ececec;
    padding: 8px;
}

.coming .why-choose-us .main-bg-content:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/coming.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
}
.coming .why-choose-us .main-bg-content .text {
    max-width: 100%;
    padding: 150px 0 150px 60px;
}
.coming h2 {
    text-align: center;
    font-weight: 700!important;
    letter-spacing: 12px;
    font-size: 15px;
}
.coming h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
}
.coming p {
    text-align: center;
    font-size: 18px;
    color: #a3a3a3;
    margin: 10px 0 27px 0;
}
.subscribebox {
    text-align: center;
    margin-top: 56px;
}
.subscribebox input[type="email"] {
    border-radius: 100px;
    border: 2px solid #ededed!important;
    line-height: 64px!important;
    padding: 0 45px;
    transition: .7s all ease-in-out;
    width: 60%;
}
ul#example {
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin-left: 0;
    top: 36%;
    width: 100%;
    text-align: center;
}

ul#example li { display: inline-block; }

ul#example li span {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
}
.left-area {
    width: 50%;
    float: left;
    background: url(../images/coming.jpg) no-repeat center;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 260px;
    padding: 120px 0;
    box-sizing: content-box;
    position: relative;
}
.right-area {
    float: left;
    width: 50%;
    padding: 120px 0;
    height: 260px;
    display: inline-block;
    box-sizing: content-box;
}

ul#example li.seperator {
  font-size: 80px;
  line-height: 70px;
  vertical-align: top;
}

ul#example li p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.subscribebox input[type="submit"] {
    line-height: 64px!important;
    padding: 0 45px!important;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #47c9e5 , #329efb, #329efb);
    border: 0;
    border-radius: 53px;
    color: #fff;
    margin-left: 10px;
}


@media (max-width: 840px) {
    .about-bizco .text {
        width: 100%;
        padding-right: 50px;
    }
    ul#example {
        position: absolute;
        left: 5%;
        color: #fff;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        margin-left: 0px;
        top: 85px;
        width: 90%;
        text-align: center;
    }
    .left-area {
        width: 100%;
        float: left;
        background: url(../images/coming.jpg) no-repeat center;
        background-size: cover;
        top: 0;
        bottom: 0;
        min-height: 80px;
        padding: 120px 0;
        box-sizing: content-box;
        position: relative;
    }
    ul#example li span {
        font-size: 50px;
        font-weight: 600;
        line-height: 80px;
    }
    ul#example li p {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
    ul#example li.seperator {
        font-size: 36px;
        line-height: 70px;
        vertical-align: top;
    }
    .right-area {
        float: left;
        width: 100%;
        padding: 50px 50px;
        height: auto;
        display: inline-block;
        box-sizing: border-box;
    }
    .right-area h1 {
        font-size: 42px;
        font-weight: 800;
    }
    .subscribebox input[type="email"] {
        border-radius: 100px;
        border: 2px solid #ededed!important;
        line-height: 64px!important;
        padding: 0 45px;
        transition: .7s all ease-in-out;
        width: 100%;
    }
    .subscribebox input[type="button"] {
        line-height: 64px!important;
        padding: 0 45px!important;
        background-size: 200% auto;
        background-image: linear-gradient(to right, #47c9e5 , #329efb, #329efb);
        border: 0;
        border-radius: 53px;
        color: #fff;
        margin-left: 0;
        margin-top: 10px;
    }
}