@font-face {
    font-family: open-sans-light;
    src: url('fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: open-sans-regular;
    src: url('fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: EE03015T;
    src: url('fonts/EE03015T.ttf');
}

a:focus {
    outline: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: open-sans-regular, Arial, sans-serif;
}

.PageContentImg {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    width:80%;
    /* height: 246px; */
    padding: 5px 5px;
    margin: 5px 5px;
}
html {
    width: 100%;
    height: 100%;
}

p {
    font-size: 20px;
    line-height: 35px;
}

.number {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.ptext {
    letter-spacing: -.00278rem;
   
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    margin: 3px 3px;
    padding: 3px 3px;
   
    text-transform: capitalize;
}
.pcover {
    background-size: cover !important;
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 0 3px 6px -6px #fecc09;
}
li {
    font-size: 20px;
    line-height: 35px;
}

.call {
    float: right;
    padding-left: 35px;
    margin-left: 35px;
    font-size: 20px;
    color: #fff;
    background: url(../images/phone.png)no-repeat left;
    height: 34px;
    line-height: 34px;
    margin-top: 9px;
    font-weight: 400;
}

header {
    text-align: center;
    z-index: 99999999999;
    font-size: 72px;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100 !important;
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

.navbar-default {
    background: #fbfcfb;
    border: 0px;
    border-bottom: 1px solid rgb(254, 204, 9);
}

.navbar-header {
    width: 100%;
    margin-bottom: 0;
}

    .navbar-header .phone {
        background: url(../images/call.png) no-repeat right;
        float: right;
        width: 200px;
        margin: 20px 0 0px;
        height: 41px;
    }

    .navbar-header .delivery {
        background: url(../images/cash.png) no-repeat left;
        float: right;
        width: 200px;
        margin: 20px 0 0px;
        height: 41px;
        margin-right: 20px;
    }

.navbar-brand {
    padding: 10px 0;
}

    .navbar-brand > img {
        display: block;
        max-width: 240px;
        margin: 0 auto;
        float: left;
        transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    }

.navbar-right {
    width: 100%;
    background: rgb(254, 204, 9);
    margin-right: 0px;
}

.navbar-nav {
    float: left;
    font-size: 70%;
}

.navbar-default .navbar-nav > li {
    display: inline-block;
    text-align: center;
    float: none;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: rgb(56, 180, 232);
        }

.navbar-default .social {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .navbar-default .social > li {
        display: inline-block;
        text-align: center;
        float: none;
        padding-left: 20px;
    }

        .navbar-default .social > li:hover a {
            color: yellow;
        }

.overseas {
    line-height: 16px !important;
    padding-top: 0px !important;
}

    .overseas span {
        font-size: 12px;
    }

.navbar-default .social > li a {
    color: #fff;
}

.navbar-toggle {
    float: right;
    margin: 25px 0 -15px;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

.overseas .mrgn-t-6 {
    padding-top: 6px !important;
}

header.sticky {
    position: fixed;
    width: 100%;
}

    header.sticky .phone {
        display: none;
    }

    header.sticky .delivery {
        display: none;
    }

    header.sticky .navbar-header {
        width: 20%;
        margin-bottom: 0px;
        float: left;
    }

    header.sticky .navbar-brand {
        height: auto;
        margin: 0;
        padding: 0;
    }

        header.sticky .navbar-brand img {
            padding-top: 11px;
            width: 130px;
            margin-right: 5px;
        }

    header.sticky .navbar-right {
        width: 80%;
        background: none;
    }

    header.sticky .navbar-nav {
        float: right;
    }

        header.sticky .navbar-nav > li > a {
            color: #212121;
        }

    header.sticky .social {
        display: none;
    }

    header.sticky .navbar-toggle {
        float: right;
        margin-top: 9px;
    }

    header.sticky .navbar-nav > .active > a, header.sticky .navbar-nav > .active > a:hover, header.sticky .navbar-nav > .active > a:focus {
        color: #018d35;
        background-color: #f9f9f9;
    }

.bannerarea.banner-bg {
    background: url(../images/banner2.jpg) center center;
    color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    position: relative;
    overflow: hidden;
    animation: animatedBackground 60s linear infinite;
    -ms-animation: animatedBackground 60s linear infinite;
    -moz-animation: animatedBackground 60s linear infinite;
    -webkit-animation: animatedBackground 60s linear infinite;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}


.bannerarea {
    width: 100%;
    margin-top: 50px;
}

.banner-bg h2 {
    color: rgb(25, 86, 145);
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: EE03015T, Arial, sans-serif;
    margin-top: 40px;
    letter-spacing: 0.5px;
}

.banner-bg::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: url(../images/06.png) no-repeat 0 0;
    background-size: auto auto;
    background-size: cover;
    display: inline-block;
    position: absolute;
}

.banner-bg .bannr-text {
    z-index: 9;
    position: relative;
    margin-top: 7%;
    margin-bottom: 4%;
}

.banner-bg li {
    line-height: 35px;
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 6px;
}

.banner-bg h3 {
    color: #000;
    font-size: 30px;
}

.banner-bg h3 {
    color: #00312c;
}

.btn-pri-out {
    color: #023990;
    background-color: rgba(255,255,255,0.05);
    border-color: #023990;
}

    .btn-pri-out:hover {
        color: #fff;
        background: #023990;
        border-color: #013382;
    }

.btn-default-out {
    color: #00312c;
    font-weight: bold;
    background-color: yellow;
    border-color: yellow;
}

    .btn-default-out:hover {
        color: yellow;
        background: #00312c;
        border-color: #00312c;
    }


.serviceBox {
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

    .serviceBox:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #77BF80;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: scale(0);
        transition: all 0.5s ease 0s;
    }

    .serviceBox:hover:before {
        transform: scale(1);
    }

    .serviceBox .title {
        font-size: 24px;
        font-weight: 700;
        color: #212121;
        margin: 0 0 5px 0;
    }

    .serviceBox:hover .title {
        color: #77BF80;
    }

    .serviceBox .service-icon {
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 3px solid #77BF80;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        margin: 50px 0;
        position: relative;
    }

        .serviceBox .service-icon:before {
            content: "";
            width: 3px;
            height: 20px;
            background: #77BF80;
            margin: 0 auto;
            position: absolute;
            top: -20px;
            left: 0;
            right: 0;
        }

        .serviceBox .service-icon:after {
            content: "";
            width: 3px;
            height: 40px;
            background: #77BF80;
            margin: 0 auto;
            position: absolute;
            top: -40px;
            left: 0;
            right: 0;
        }

        .serviceBox .service-icon:after {
            top: auto;
            bottom: -40px;
        }

        .serviceBox .service-icon span {
            display: block;
            font-size: 50px;
            color: #fff;
            line-height: 130px;
            position: absolute;
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px;
            z-index: 999;
        }

            .serviceBox .service-icon span:before {
                content: "";
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background: #fff;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: all 0.5s ease 0s;
            }

    .serviceBox:hover .service-icon span:before {
        transform: rotateY(180deg);
    }

    .serviceBox .description {
        font-size: 18px;
        color: #505050;
        line-height: 30px;
        margin: 0;
    }

.m-t-34px {
    margin-top: -90px;
}

.m-t-20px {
    margin-top: -20px;
}

.m-t-10px {
    margin-top: -65px;
}

.rd {
    color: red;
    margin-top: 20px;
}

.welcome-bg {
    background: url(../images/pattern.jpg) repeat;
    position: relative;
    overflow: hidden;
    color: #0257a9;
    padding: 30px 0 40px;
}

.white-bg {
    background: #fff;
    border-top: 1px solid #eee;
    position: relative;
    overflow: hidden;
    color: #313131;
    padding: 30px 0 0px;
}

.bds h3 {
    color: #00312c;
    font-weight: 600;
}

.ingredients {
    background: #b1efbe;
    width: 100%;
    padding: 30px 0;
}

div.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f5f5f5bg {
    background: #f8f8f8;
    padding: 30px 50px;
    margin-bottom: 50px;
}

    .f5f5f5bg li {
        width: 50%;
        float: left;
    }

.plusbg {
    background: #fff;
    border-top: 1px solid #f9f9f9
}

.plusimgbg { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,f5f5f5+49,ffffff+49,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 35%, #f5f5f5 49%, #ffffff 49%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 35%,#f5f5f5 49%,#ffffff 49%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 35%,#f5f5f5 49%,#ffffff 49%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding-bottom: 30px;
}

.greenbg {
    background: #def2e4;
    padding: 40px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.top-icon,
.bottom-icon {
    display: block;
    font-size: 70px;
    color: rgba(255,255,255,0.55);
    text-align: center;
    margin: 0 auto;
}

.top-icon {
    margin-top: 30px;
}

.testimonial {
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right,#FEFEFF,#F8FAFF);
    color: #00312c;
    text-align: center;
    z-index: 1;
}

    .testimonial:after {
        content: "";
        width: 150px;
        height: 107%;
        background: #F1FBF4;
        position: absolute;
        top: -20px;
        left: -60px;
        transform: matrix(1, 0, 0.5, 1, 150, 0);
        z-index: -1;
    }

    .testimonial .pic {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        margin: 10px 25px 0 0;
        position: relative;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .testimonial-content {
        width: 100%;
        padding: 30px 0;
    }

    .testimonial .testimonial-title {
        font-size: 20px;
        font-weight: 900;
        margin: 0 0 20px;
        text-transform: capitalize;
    }

    .testimonial .description {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #018d35;
}

.owl-theme .owl-controls .owl-page:active span {
    color: #018d35;
}

.pay-thumb {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}

    .pay-thumb img {
        width: 160px;
        margin-bottom: 20px;
    }

    .pay-thumb h4 {
        font-size: 24px;
        font-weight: 600;
        color: #0257a9;
    }

    .pay-thumb p {
        font-size: 16px;
        line-height: 28px;
    }

footer {
    color: #fff;
    background: rgb(8, 153, 214);
    padding: 30px 0 15px
}

    footer a {
        color: rgba(255,255,255,0.75)
    }

    footer p {
        font-size: 16px;
    }

    footer a:hover {
        color: yellow
    }

.back_scroll i {
    margin-right: 5px;
}

.pointer {
    cursor: pointer;
}

.back_scroll {
    width: 100%;
    display: none;
    height: auto;
    min-height: 30px;
    padding: 4px 5px;
    background: #018d35;
    border-top: 1px solid rgba(255,255,255,0.2);
    position: fixed;
    line-height: 30px;
    bottom: -90px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    z-index: 99999999;
    left: 0;
    letter-spacing: 1px;
}

.top_scroll {
    width: 100%;
    height: auto;
    display: none;
    min-height: 32px;
    padding: 4px 5px;
    background: #f8f8f8;
    position: fixed;
    line-height: 15px;
    top: -90px;
    z-index: 9999;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #6bb274;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ecfdee;
}

.inner-banner {
    margin-top: 120px;
}

    .inner-banner h1 {
        color: #0257a9;
    }

.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

    .quote-card p {
        font-size: 22px;
        line-height: 1.5;
        margin: 0;
        max-width: 80%;
    }

    .quote-card cite {
        font-size: 16px;
        margin-top: 10px;
        display: block;
        font-weight: bold;
        font-weight: 200;
        opacity: 0.7;
    }

    .quote-card:before {
        font-family: Georgia, serif;
        content: "“";
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 5em;
        color: rgba(238, 238, 238, 0.8);
        font-weight: normal;
    }

    .quote-card:after {
        font-family: Georgia, serif;
        content: "”";
        position: absolute;
        bottom: -110px;
        line-height: 100px;
        right: -32px;
        font-size: 25em;
        color: rgba(238, 238, 238, 0.8);
        font-weight: normal;
    }

@media (max-width: 640px) {
    .quote-card:after {
        font-size: 22em;
        right: -25px;
    }
}

@media (max-width: 998px) {
    .navbar-default .navbar-nav > li {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .navbar-nav {
        font-size: 14px;
    }

    header.sticky .navbar-brand img {
        padding-top: 0px;
    }

    header.sticky .navbar-nav {
        float: left;
    }

    .navbar-default .social {
        font-size: 16px;
        margin-top: 20px;
    }

        .navbar-default .social > li {
            padding-left: 15px;
        }

    header.sticky .navbar-brand {
        margin-top: 8px;
    }

    .m-t-34px {
        margin-top: 0px;
    }

    .m-t-20px {
        margin-top: 0px;
    }

    .m-t-10px {
        margin-top: 0px;
    }

    .serviceBox .title {
        font-size: 18px;
    }

    .serviceBox .description {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 765px) {
    .navbar-brand > img {
        margin: 4px auto 0 !important;
    }

    header.sticky .navbar-header {
        width: 100%;
    }

    header.sticky .navbar-right {
        width: 100%;
        background: none;
        margin-top: 50px;
    }

    header.sticky .navbar-brand {
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    .navbar-brand > img {
        margin: 10px auto 0;
        max-width: 200px;
    }

    .navbar-default .social {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial {
        text-align: center;
    }

        .testimonial .pic {
            float: none;
            margin: 20px auto 0;
        }

        .testimonial .testimonial-content {
            width: 100%;
            float: none;
            padding: 20px 0;
        }

        .testimonial .description {
            font-size: 14px;
        }

    .banner-bg h2 {
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 34px;
        letter-spacing: 0;
    }

    .banner-bg li {
        line-height: 18px;
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 6px;
    }

    .m-t-34px {
        margin-top: 1px;
    }

    .m-t-20px {
        margin-top: 1px;
    }

    .m-t-10px {
        margin-top: 1px;
    }

    .welcome-bg {
        padding: 10px 0 15px;
    }

    h1, .h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    li {
        font-size: 14px;
        line-height: 22px;
    }

    div.flex {
        display: block;
    }

        div.flex li {
            width: 100%
        }

    div .text-right {
        text-align: left
    }

    h3, .h3 {
        font-size: 18px;
    }

    .serviceBox .description {
        font-size: 14px;
        line-height: 22px;
    }

    .serviceBox .title {
        font-size: 18px;
    }

    .f5f5f5bg {
        background: #f8f8f8;
        padding: 20px 10px;
        margin-bottom: 30px;
    }

        .f5f5f5bg li {
            width: 100%;
            float: left;
        }

    .greenbg {
        background: #def2e4;
        padding: 20px 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .pay-thumb {
        background: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px;
    }

        .pay-thumb h4 {
            font-size: 16px;
        }

        .pay-thumb p {
            font-size: 14px;
            line-height: 20px;
        }

    footer p {
        font-size: 14px;
        line-height: 20px;
    }

    .back_scroll .text-right {
        text-align: right;
    }

    .back_scroll .text-left {
        text-align: left;
    }

    .back_scroll {
        width: 100%;
        display: block;
        height: auto;
        min-height: 30px;
        padding: 4px 5px;
        background: #018d35;
        border-top: 1px solid rgba(255,255,255,0.2);
        position: fixed;
        line-height: 30px;
        bottom: -90px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        z-index: 99999999;
        left: 0;
        letter-spacing: 1px;
    }

    .top_scroll {
        width: 100%;
        height: auto;
        display: block;
        min-height: 32px;
        padding: 4px 5px;
        background: #f8f8f8;
        position: fixed;
        line-height: 15px;
        top: -90px;
        z-index: 9999;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial {
        padding: 0 20px;
    }

        .testimonial .testimonial-title {
            font-size: 22px;
        }
}

.orderform {
    width: 100%;
    float: left;
    line-height: 20px;
    height: auto;
    background: rgba(255,255,255, 0.6);
    padding: 8px 0px;
    border-radius: 4px;
    border: 2px solid #A1C322;
}

.orderform1 {
    width: 100%;
    line-height: 20px;
    height: auto;
    background: rgba(255,255,255, 0.6);
    padding: 8px 0px;
    border-radius: 4px;
}

.sendBtn {
    display: inline-block;
    margin: 18px 0;
    text-decoration: none;
    outline: none !important;
    text-align: center;
    border: none;
}

    .sendBtn:hover {
        background: #A2C322;
    }

.form .input-container {
    float: left;
    width: 100%;
}

.form .input {
    width: 100%;
    height: 18px;
    border: 2px solid #c4c4c4;
}

.form .textarea {
    width: 100%;
    height: 120px;
    border: 2px solid #c4c4c4;
    font-family: raleway-regular;
    font-size: 12px;
}

.form .error-input, .form .error-both .input, .form .error-same .input {
    background-color: #FFEFEF;
    border-color: #BB6666;
    color: #660000;
}

.form .error-div {
    float: right;
    margin: 7px 10px 0 0;
    color: #935;
    font-size: 10px;
}

.form .error-div-alternative {
    display: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 800px;
    top: 0;
    left: 50%;
    position: absolute;
    z-index: 1000;
    margin-left: -400px;
    text-align: center;
    font-size: 16px;
    color: #934;
    padding: 20px 0 20px 0;
    background-color: #fee;
    border: solid 2px #d36;
    border-top-width: 0;
}

.form .error-same, .form .error-both {
    color: #fff;
    background-color: #b66;
    -moz-border-radius: 3px;
}

.style26 {
    color: #999;
    text-decoration: line-through;
}

.style27 {
    color: #FF0000;
}

.gate {
    display: inline-block;
    width: 97.4%;
    padding: 10px 0 10px 42px;
    font-weight: 400;
    color: #377D6A;
    background: #efefef;
    border: 0;
    border-radius: 3px;
    outline: 0;
    margin-left: 1.2%;
    text-indent: 65px;
    transition: all .3s ease-in-out;
}

select {
    text-indent: 32px !important;
}

.gate::-webkit-input-placeholder {
    color: #efefef;
    text-indent: 0;
    font-weight: 300;
}

.gate::-webkit-select-placeholder {
    color: #efefef;
    text-indent: 0;
    font-weight: 300;
}

.gate + label {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 10px 15px;
    text-shadow: 0 1px 0 rgba(19, 74, 70, 0.0);
    background: #9ad1a1;
    color: #000;
    transition: all .4s ease-in-out;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transform-origin: left bottom;
    width: 80px;
    z-index: 99;
}

    .gate + label:before, .gate + label:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 3px;
        background: #9ad1a1;
        transform-origin: left bottom;
        transition: all .4s ease-in-out;
        pointer-events: none;
        z-index: -1;
    }

    .gate + label:before {
        background: rgba(3, 36, 41, 0.2);
        z-index: -2;
        right: 20%;
    }

span:nth-child(2) .gate {
    text-indent: 85px;
}

    span:nth-child(2) .gate:focus,
    span:nth-child(2) .gate:active {
        text-indent: 0;
    }

.gate:focus,
.gate:active {
    color: #377D6A;
    text-indent: 0;
    background: #f9f9f9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .gate:focus::-webkit-input-placeholder,
    .gate:active::-webkit-input-placeholder {
        color: #aaa;
    }

    .gate:focus::-webkit-select-placeholder,
    .gate:active::-webkit-select-placeholder {
        color: #aaa;
    }

    .gate:focus + label,
    .gate:active + label {
        transform: rotate(-66deg);
        border-radius: 3px;
    }

        .gate:focus + label:before,
        .gate:active + label:before {
            transform: rotate(10deg);
        }

.form-group {
    margin-bottom: 30px;
}

th {
    background: #d6f5da;
    text-align: center
}

td, th {
    font-size: 16px;
}

.mar-20px {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .gate {
        width: 99%;
    }

        .gate + label {
            left: 15px;
        }

    .mar-20px {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }

    .inner-banner {
        margin-top: 72px;
    }
}
