* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    line-height: normal;
}
/*** ### Header ### ***/
header {
    position: relative;
    background: #3c929f;
    -webkit-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    -moz-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    z-index: 100;
}
.logo-site {
    position: relative;
    transition: all 0.5s;
    background: #FFFFFF;
    line-height: 100px;
    width: 100%;
    max-width: 280px;
    text-align: center;
}
.logo-site img {
    display: inline-block;
    vertical-align: middle;
    max-height: 80px;
}
.navigation {
    position: relative;
}
.navigation nav {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.navigation nav ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.navigation nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5% 0px 0px;
}
.navigation nav ul li:last-child {
    margin-right: 0px;
}
.navigation nav ul li a {
    position: relative;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 27px;
    outline: none;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100px;
    border-bottom: 2px solid transparent;
}
header.sticky .navigation nav ul li a {
    line-height: 75px;
}
.navigation nav ul li a:hover {
    border-color: #FFFFFF;
}
.navigation nav ul li.active a {
    border-color: #FFFFFF;
}
.device-nav {
    position: absolute;
    right: 30px;
    top: 0px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 25px;
    display: none;
}
@media (max-width:1920px) {
    .navigation nav ul li a {
        font-size: 1.4vw;
    }
}
@media (max-width:1024px) {
    header {
        position: relative;
        background: #3c929f;
        -webkit-box-shadow: 0px 37px 24px -35px rgba(4,9,10,0.5);
        -moz-box-shadow: 0px 37px 24px -35px rgba(4,9,10,0.5);
        box-shadow: 0px 37px 24px -35px rgba(4,9,10,0.5);
        z-index: 100;
    }
    .logo-site {
        line-height: 75px;
    }
    .navigation nav ul li a {
        line-height: 75px;
    }
    .logo-site img {
        max-height: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .device-nav {
        display: block;
        transform: translate(-50%, -50%);
        top: 50%;
        right: 0px;
    }
    .logo-site {
        width: 100%;
        max-width: 175px;
    }
    .logo-site img {
        max-height: 60px;
    }
    .navigation {
        margin: 0px;
    }
    .navigation nav {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        clear: both;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 1000;
        background: #3c929f;
    }
    .navigation. nav, .navigation nav ul, .navigation nav ul li, .navigation nav ul li a {
        display: block;
        width: 100%;
    }
    .navigation nav ul {
        text-align: left;
        padding: 20px 0px;
    }
    .navigation nav ul li {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .navigation nav ul li a {
        text-decoration: none;
        width: 100%;
        display: block;
        line-height: normal;
        font-size: 20px;
    }
    .navigation nav.reveal {
        max-height: 1170px;
        width: 100%;
        z-index: 1000;
        background: #3c929f;
    }
    .navigation nav ul .drop-down {
        position: relative;
        left: auto;
    }
}
/*** ### Top Footer ### ***/
.top-footer {
    position: relative;
    background: #fafafa;
    padding: 5% 0px;
}
.top-footer .footer-logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.top-footer p {
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    color: #0d5a66;
    margin: 20px 0px;
    padding: 0px;
    text-align: center;
}
.top-footer .social-icon {
    position: relative;
    text-align: right;
}
.top-footer .social-icon a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    background: #0d5a66;
    border: 1px solid #0d5a66;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.top-footer .social-icon a:last-child {
    margin-right: 0px;
}
@media (max-width:1920px) {
    .top-footer p {
        font-size: 2.1vw;
    }
}
@media (max-width:1550px) {
    .top-footer .social-icon a {
        margin: 0px 15px 0px 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
}
@media (max-width:991px) {
    .top-footer {
        padding: 30px 0px;
    }
    .top-footer .footer-logo {
        text-align: center;
        width: 100%;
    }
    .top-footer p {
        font-size: 25px;
        text-align: center;
    }
    .top-footer .social-icon {
        text-align: center;
    }
    .top-footer .social-icon a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
}
@media (max-width:767px) {
    .top-footer p {
        font-size: 25px;
    }
}
@media (max-width:576px) {
    .top-footer p {
        font-size: 20px;
    }
}
/*** ### Footer ### ***/
footer {
    position: relative;
    background: #fafafa;
    padding: 2% 0px;
}
footer p {
    font-size: 24px;
    font-weight: 500;
    margin: 1% 0px;
    padding: 0px;
    color: #0d5a66;
}
footer .nav-list {
    position: relative;
    text-align: right;
}
footer .nav-list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px 15px;
    border-right: 1px solid #0d5a66;
}
footer .nav-list li:last-child {
    padding-right: 0px;
    border-right: none;
}
footer .nav-list a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #0d5a66;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    border: none;
}
@media (max-width:1920px) {
    footer p {
        font-size: 1.3vw;
    }
    footer .nav-list a {
        font-size: 1.3vw;
    }
}
@media (max-width:991px) {
    footer {
        padding: 15px 0px;
    }
    footer p {
        font-size: 15px;
        text-align: center;
    }
    footer .nav-list {
        text-align: center;
    }
    footer .nav-list a {
        font-size: 15px;
    }
}
a.download-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.5em;
    padding: 1.3vw 0px;
}
@media (max-width:1920px) {
    a.download-btn {
        font-size: 1.6vw;
    }
}
@media (max-width:991px) {
    a.download-btn {
        padding: 12px 30px;
        font-size: 20px;
    }
}
@media (max-width:767px) {
    a.download-btn {
        padding: 10px 30px;
        font-size: 18px;
        border-radius: 5px;
    }
}
@media (max-width:576px) {
    a.download-btn {
        font-size: 15px;
        border-radius: 5px;
    }
}
/*** ### Home Page ### ***/
.home-page {
    position: relative;
}
.hero-section {
    position: relative;
    background: #3c929f;
    padding: 5% 0px 0px 0px;
}
.hero-section h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 287px;
    margin: 0px;
    margin-bottom: -5%;
    padding: 0px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
}
.hero-section h1 span {
    color: #085460;
    font-family: 'Bebas Neue', cursive;
}
.hero-section h2 {
    position: relative;
    z-index: 11;
    color: #FFFFFF;
    font-weight: 400;
    font-style: italic;
    font-size: 65px;
    margin: 0px;
    padding: 0px;
}
.hero-section h3 {
    position: relative;
    z-index: 11;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 51px;
    margin: 0px;
    padding: 3% 0px 5% 0px;
    text-transform: uppercase;
}
.hero-section a {
    position: relative;
    padding:0px;
    margin-bottom: -25px;
    z-index: 11;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    -moz-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
}
.hero-section a.apple{
    width: 17.55%;
    max-width:262px;
}
.hero-section a.google{
    width: 19%;
    max-width:284px;
}
.hero-section .phone-image {
    position: absolute;
    bottom: -20%;
    right: 4%;
    width: 36%;
    max-width: 569px;
    z-index: 10;
}
.hero-section .girl-image {
    position: absolute;
    bottom: 0%;
    right: 3%;
    width: 91%;
    max-width: 1442px;
    z-index: 10;
}
@media (max-width:1920px) {
    .hero-section h1 {
        font-size: 15vw;
    }
    .hero-section h2 {
        font-size: 3.4vw;
    }
    .hero-section h3 {
        font-size: 2.7vw;
    }
}
@media(max-width:991px) {
    .hero-section .girl-image {/*
    position: absolute;
    bottom: 0%;
    right: 21%;
    width: 69%;
    max-width: 1442px;
    z-index: 10;*/
        display: none;
    }
    .hero-section .phone-image {/*
	position:absolute;
	bottom:-20%;
	right:18%;
	width:29%;
	max-width:569px;
	z-index:10;*/
        display: none;
    }
    .hero-section {
        padding: 50px 0px 0px 0px;
    }
    .hero-section h1 {
        font-size: 150px;
    }
    .hero-section h2 {
        font-size: 30px;
    }
    .hero-section h3 {
        font-size: 25px;
    }
    .hero-section a {
        margin-bottom:-30px;
        -webkit-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        -moz-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
    }
    .hero-section a.apple{
        width: 20.55%;
    }
    .hero-section a.google{
        width: 22%;
    }
}
@media (max-width:767px) {
    .hero-section h1 {
        font-size: 100px;
    }
    .hero-section h2 {
        font-size: 25px;
    }
    .hero-section h3 {
        font-size: 22px;
    }
    .hero-section a.apple{
        width:30.55%;
    }
    .hero-section a.google{
        width: 32%;
    }
}
@media (max-width:576px) {
    .hero-section h1 {
        font-size: 60px;
    }
    .hero-section h2 {
        font-size: 18px;
    }
    .hero-section h3 {
        font-size: 18px;
    }
}
/*** ### White Text Section ### ***/
.white-text-section {
    position: relative;
    background: #FFFFFF;
    padding: 10% 0px 5% 0px;
    z-index: 1;
    -webkit-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    -moz-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
}
.white-text-section h2 {
    color: #0d5a66;
    font-size: 64px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.white-text-section p {
    color: #0d5a66;
    font-size: 41px;
    font-weight: 400;
    margin: 0px;
    padding: 3% 0px 0px 0px;
    text-align: left;
}
@media (max-width:1920px) {
    .white-text-section h2 {
        font-size: 3.3vw;
    }
    .white-text-section p {
        font-size: 2.1vw;
    }
}
@media (max-width:991px) {
    .white-text-section {
        padding: 75px 0px 50px 0px;
    }
    .white-text-section h2 {
        font-size: 35px;
    }
    .white-text-section p {
        font-size: 22px;
    }
}
@media (max-width:767px) {
    .white-text-section h2 {
        font-size: 30px;
    }
    .white-text-section p {
        font-size: 20px;
    }
}
@media (max-width:576px) {
    .white-text-section h2 {
        font-size: 25px;
    }
    .white-text-section h2 br {
        display: none;
    }
    .white-text-section p {
        font-size: 18px;
    }
    .white-text-section p br {
        display: none;
    }
}
/*** Product Section ***/
.home-page .product-section {
    position: relative;
    background: url("/image/website/home/tick-bg.png") center center no-repeat, #FFFFFF;
    padding: 5% 0px;
    background-size: 30% !important;
}
.home-page .product-section.one {
    background: url("/image/website/home/tick-bg.png") center center no-repeat, #fafafa;
}
.home-page .product-section .right-box {
    position: relative;
}
.home-page .product-section .right-box img {
    display: block;
    margin: auto;
}
.home-page .product-section h2 {
    color: #0d5a66;
    font-size: 64px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.home-page .product-section p {
    color: #0d5a66;
    font-size: 36px;
    font-weight: 400;
    margin: 0px;
    padding: 5% 0px 8% 0px;
    text-align: left;
}
.home-page .product-section a {
    position: relative;
    background: -webkit-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -o-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -ms-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -moz-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: linear-gradient(127deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    width: 52%;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    -moz-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
}
@media (max-width:1920px) {
    .home-page .product-section h2 {
        font-size: 3.3vw;
    }
    .home-page .product-section p {
        font-size: 1.9vw;
    }
}
@media (max-width:991px) {
    .home-page .product-section {
        padding: 50px 0px;
    }
    .home-page .product-section h2 {
        font-size: 35px;
    }
    .home-page .product-section p {
        font-size: 22px;
        padding: 30px 0px;
    }
    .home-page .product-section a {
        width: auto;
        max-width: inherit;
        -webkit-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        -moz-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
    }
    .home-page .product-section .right-box {
        margin: 30px auto auto auto;
    }
}
@media (max-width:767px) {
    .home-page .product-section h2 {
        font-size: 30px;
    }
    .home-page .product-section p {
        font-size: 20px;
    }
}
@media (max-width:576px) {
    .home-page .product-section h2 {
        font-size: 25px;
    }
    .home-page .product-section h2 br {
        display: none;
    }
    .home-page .product-section p {
        font-size: 18px;
    }
    .home-page .product-section p br {
        display: none;
    }
}
/*** ### Connect Section ### ***/
.home-page .connect-section {
    position: relative;
    background: url("/image/website/home/connect-bg.png") no-repeat center center;
    background-size: cover;
    padding: 8% 0px;
}
.home-page .connect-section h2 {
    color: #0d5a66;
    font-size: 84px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.home-page .connect-section h2 span {
    color: #FFFFFF;
}
.home-page .connect-section p {
    color: #ffffff;
    font-size: 47px;
    font-weight: 500;
    margin: 0px;
    padding: 5% 0px 8% 0px;
    text-align: left;
    text-transform: uppercase;
}
.home-page .connect-section a {
    position: relative;
    display:inline-block;
    vertical-align:top;
    padding:0px;
    margin:0px;
    border-radius:10px;
    background:none;
    width: 52%;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 38px 24px -12px rgba(0,0,0,0.4);
    box-shadow: 0px 38px 24px -12px rgba(0,0,0,0.4);
}
.home-page .connect-section a.apple{
    width: 34.55%;
    max-width:262px;
}
.home-page .connect-section a.google{
    width: 38%;
    max-width:284px;
}
@media (max-width:1920px) {
    .home-page .connect-section h2 {
        font-size: 4.35vw;
    }
    .home-page .connect-section p {
        font-size: 2.2vw;
    }}
@media (max-width:991px) {
    .home-page .connect-section h2 {
        font-size: 50px;
    }
    .home-page .connect-section p {
        font-size: 30px;
    }
    .home-page .connect-section a {
        width: auto;
        max-width: inherit;
        -webkit-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        -moz-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
    }
    .home-page .connect-section a.apple{
        width: 25.55%;
    }
    .home-page .connect-section a.google{
        width: 26%;
    }
}
@media (max-width:767px) {
    .home-page .connect-section h2 {
        font-size: 40px;
    }
    .home-page .connect-section p {
        font-size: 25px;
    }
    .home-page .connect-section a.apple{
        width: 35.55%;
    }
    .home-page .connect-section a.google{
        width: 36%;
    }
}
@media (max-width:576px) {
    .home-page .connect-section h2 {
        font-size: 30px;
    }
    .home-page .connect-section p {
        font-size: 20px;
    }
}
/*** ### C2B Page ### ***/
.c2b-page {
    position: relative;
}
.c2b-page .top-section {
    position: relative;
    background: url("/image/website/c2b/top-bg.png") no-repeat;
    background-size: cover;
    padding: 5% 0px 28% 0px;
}
.c2b-page .top-section h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 70px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
}
.c2b-page .top-section h2 {
    color: #FFFFFF;
    text-align: center;
    font-size: 107px;
    font-weight: 900;
    margin: -0.5% 0px 0px 0px;
    padding: 0px;
}
@media (max-width:1920px) {
    .c2b-page .top-section h1 {
        font-size: 3.6vw;
    }
    .c2b-page .top-section h2 {
        font-size: 5.5vw;
    }
}
@media (max-width:991px) {
    .c2b-page .top-section {
        padding: 10% 0px;
    }
    .c2b-page .top-section h1 {
        font-size: 35px;
    }
    .c2b-page .top-section h2 {
        font-size: 50px;
    }
}
@media (max-width:767px) {
    .c2b-page .top-section h1 {
        font-size: 30px;
    }
    .c2b-page .top-section h2 {
        font-size: 40px;
    }
}
@media (max-width:576px) {
    .c2b-page .top-section h1 {
        font-size: 20px;
    }
    .c2b-page .top-section h2 {
        font-size: 25px;
    }
}
@media (max-width:320px) {
    .c2b-page .top-section h1 {
        font-size: 16px;
    }
    .c2b-page .top-section h2 {
        font-size: 22px;
    }
}
.c2b-page .new-section {
    position: relative;
    margin-top: -25%;
}
.c2b-page .new-section .boxes {
    position: relative;
    padding-top: 30%;
}
.c2b-page .new-section p {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.c2b-page .new-section .iphone-image {
    position: relative;
}
.c2b-page .new-section .iphone-image img {
    display: block;
    margin: auto;
}
@media (max-width:1920px) {
    .c2b-page .new-section p {
        font-size: 1.5vw;
        line-height: 2vw;
    }
}
@media (max-width:991px) {
    .c2b-page .new-section {
        margin: 0px;
        background: #FFFFFF;
    }
    .c2b-page .new-section .boxes {
        padding: 50px 0px;
    }
    .c2b-page .new-section p {
        font-size: 20px;
        line-height: 30px;
        color: #0d5a66;
    }
}
/*** Section One ***/
.c2b-page .section-one {
    position: relative;
    background: #FFFFFF;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    -moz-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
}
.c2b-page .section-one h2 {
    color: #0d5a66;
    font-size: 70px;
    font-weight: 900;
    margin: 5% 0px;
    padding: 0px 5%;
    text-align: center;
}
.c2b-page .section-one p {
    color: #0d5a66;
    font-size: 29px;
    font-weight: 500;
    margin: 0 auto 5% auto;
    padding: 0px;
    text-align: center;
    display: block;
    width: 63%;
    max-width: 975px;
}
.c2b-page .section-one a {
    display:inline-block;
    padding:0px;
    border-radius:5px;
    margin:0px 0.3%;
    vertical-align:top;
    background: #085460;
    margin-bottom: -25px;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    -moz-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
}
.c2b-page .section-one a.apple{
    width: 17.55%;
    max-width:262px;
}
.c2b-page .section-one a.google{
    width: 19%;
    max-width:284px;
}
@media (max-width:1920px) {
    .c2b-page .section-one h2 {
        font-size: 3.6vw;
    }
    .c2b-page .section-one p {
        font-size: 1.5vw;
    }
}
@media (max-width:991px) {
    .c2b-page .section-one h2 {
        font-size: 35px;
    }
    .c2b-page .section-one p {
        font-size: 20px;
    }
    .c2b-page .section-one a {
        width: auto;
        max-width: inherit;
        -webkit-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        -moz-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
    }
    .c2b-page .section-one a.apple{
        width: 20.55%;
    }
    .c2b-page .section-one a.google{
        width: 22%;
    }
}
@media (max-width:767px) {
    .c2b-page .section-one h2 {
        font-size: 30px;
        word-break: break-all;
    }
    .c2b-page .section-one p {
        font-size: 18px;
    }
    .c2b-page .section-one a.apple{
        width: 25%;
        max-width:262px;
    }
    .c2b-page .section-one a.google{
        width: 27%;
        max-width:284px;
    }
}
@media (max-width:576px) {
    .c2b-page .section-one h2 {
        font-size: 25px;
    }
    .c2b-page .section-one p {
        font-size: 16px;
    }
}
.c2b-page .images-section {
    position: relative;
    background: #fafafa;
    padding: 10% 0px 0px 0px;
}
.c2b-page .images-section .images-left {
    position: absolute;
    max-width: 364px;
    width: 21%;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.c2b-page .images-section .images-right {
    position: absolute;
    max-width: 360px;
    width: 21%;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
/*** Section Two ***/
.c2b-page .section-two {
    position: relative;
    background: #FFFFFF;
}
.c2b-page .section-two h2 {
    color: #0d5a66;
    font-size: 70px;
    font-weight: 900;
    margin: 5% 0px;
    padding: 0px;
    text-align: center;
}
.c2b-page .section-two p {
    color: #0d5a66;
    font-size: 29px;
    font-weight: 500;
    margin: 0 auto 10% auto;
    padding: 0px 0px 20px 15%;
    background: url("/image/website/c2b/tick.png") top left no-repeat;
    background-size: 10%;
}
@media (max-width:1920px) {
    .c2b-page .section-two h2 {
        font-size: 3.6vw;
    }
    .c2b-page .section-two p {
        font-size: 1.5vw;
    }
}
@media (max-width:991px) {
    .c2b-page .section-two h2 {
        font-size: 35px;
    }
    .c2b-page .section-two p {
        font-size: 20px;
    }
}
@media (max-width:576px) {
    .c2b-page .section-two h2 {
        font-size: 25px;
    }
    .c2b-page .section-two p {
        font-size: 18px;
    }
}
/*** Section Three ***/
.c2b-page .section-three {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    -moz-box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    z-index: 1;
}
.c2b-page .section-three h2 {
    color: #FFFFFF;
    background: #3c929f;
    border-radius: 5px;
    font-size: 70px;
    font-weight: 900;
    margin: 0px;
    padding: 5% 0px;
    text-align: center;
}
.c2b-page .section-three ul {
    margin: 0px 0px 2% 0px;
    padding: 0px;
    list-style: none;
}
.c2b-page .section-three li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #0d5a66;
    font-size: 35px;
    font-weight: 700;
    margin: 0px;
    padding: 2% 10px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5px;
}
.c2b-page .section-three li:nth-child(even) {
    background: #efefef
}
@media (max-width:1920px) {
    .c2b-page .section-three h2 {
        font-size: 3.6vw;
    }
    .c2b-page .section-three li {
        font-size: 1.8vw;
    }
}
@media (max-width:991px) {
    .c2b-page .section-three h2 {
        font-size: 35px;
    }
    .c2b-page .section-three li {
        font-size: 20px;
    }
}
@media (max-width:576px) {
    .c2b-page .section-three h2 {
        font-size: 25px;
    }
    .c2b-page .section-three li {
        font-size: 16px;
    }
}
/*** ### Blog Page ### ***/
.blog-page {
    position: relative;
}

.blog-page .viewed-image{
    width: 100%;
}

.blog-page .collapsed-image{
    height: 100px;
    width: 100px;
}

.blog-description-text {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    margin-top: 20px;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: pre-wrap;
}

.blog-page .top-section {
    position: relative;
    background: url("/image/website/blog/blog-top-bg.png") no-repeat;
    background-size: cover;
    padding: 10% 0px;
}
.blog-page .top-section h1 {
    font-size: 90px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}
@media (max-width:1920px) {
    .blog-page .top-section h1 {
        font-size: 4.6vw;
    }
}
@media (max-width:991px) {
    .blog-page .top-section h1 {
        font-size: 45px;
    }
}
@media (max-width:767px) {
    .blog-page .top-section h1 {
        font-size: 40px;
    }
}
@media (max-width:576px) {
    .blog-page .top-section h1 {
        font-size: 30px;
    }
}
.blog-page .main-content {
    position: relative;
    padding: 50px 0px;
    -webkit-box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    -moz-box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    z-index: 1;
}
.blog-page .main-content .left-box {
    position: relative;
    padding: 25px 0px;
}
.blog-page .main-content .right-box {
    position: relative;
    padding: 25px 0px;
}
.blog-page .main-content .blog-box {
    position: relative;
    margin-bottom: 50px;
}
.blog-page .main-content .blog-box:last-child {
    margin-bottom: 0px;
}
.blog-page .main-content .blog-box .blog-image {
    position: relative;
    margin-bottom: 2%;
}
.blog-page .main-content .blog-box h2 {
    color: #000000;
    font-size: 21px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
.blog-page .main-content .blog-box h3 {
    color: #414141;
    font-size: 30px;
    font-weight: 900;
    margin: 2% 0px;
    padding: 0px;
}
.blog-page .main-content .blog-box p {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
.blog-page .main-content .blog-box a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 2% 0px 0px 0px;
    font-size: 19px;
    font-weight: 600;
    padding: 0.7vw 2vw 0.6vw 2vw;
    border: 2px solid #000000;
    border-radius: 5px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
}
@media (max-width:1920px) {
    .blog-page .main-content .blog-box h2 {
        font-size: 1.1vw;
    }
    .blog-page .main-content .blog-box h3 {
        font-size: 1.6vw;
    }
    .blog-page .main-content .blog-box p {
        font-size: 1.3vw;
    }
    .blog-page .main-content .blog-box a {
        font-size: 1vw;
    }
}
@media (max-width:991px) {
    .blog-page .main-content {
        padding: 20px 0px;
    }
    .blog-page .main-content .blog-box h2 {
        font-size: 18px;
    }
    .blog-page .main-content .blog-box h3 {
        font-size: 22px;
    }
    .blog-page .main-content .blog-box p {
        font-size: 20px;
    }
    .blog-page .main-content .blog-box a {
        font-size: 18px;
        padding: 10px 25px;
    }
}
@media (max-width:767px) {
    .blog-page .main-content .blog-box .blog-image {
        margin-bottom: 15px;
    }
    .blog-page .main-content .blog-box h2 {
        font-size: 16px;
    }
    .blog-page .main-content .blog-box h3 {
        font-size: 20px;
        margin: 15px 0px;
    }
    .blog-page .main-content .blog-box p {
        font-size: 18px;
    }
    .blog-page .main-content .blog-box a {
        font-size: 16px;
        margin-top: 15px;
    }
}
.blog-page .main-content .right-box a {
    color: inherit;
    text-decoration: none;
}
.blog-page .main-content .recent-blog {
    position: relative;
    margin-bottom: 25px;
    position: relative;
    padding: 0px 0px 0px 175px;
    min-height: 115px;
}
.blog-page .main-content .recent-blog .image-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
}
.blog-page .main-content .recent-blog .image-icon img {
    width: 100%;
}
.blog-page .main-content .recent-blog h2 {
    color: #414141;
    font-size: 25px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
}
.blog-page .main-content .recent-blog h3 {
    color: #414141;
    font-size: 21px;
    font-weight: 400;
    margin: 3% 0px 0px 0px;
    padding: 0px;
}
@media (max-width:1920px) {
    .blog-page .main-content .recent-blog h2 {
        font-size: 1.3vw;
    }
    .blog-page .main-content .recent-blog h3 {
        font-size: 1.1vw;
    }
}
@media (max-width:991px) {
    .blog-page .main-content .recent-blog h2 {
        font-size: 20px;
    }
    .blog-page .main-content .recent-blog h3 {
        font-size: 19px;
    }
}
@media (max-width:767px) {
    .blog-page .main-content .recent-blog h2 {
        font-size: 18px;
    }
    .blog-page .main-content .recent-blog h3 {
        font-size: 16px;
        margin-top: 10px;
    }
}
@media (max-width:576px) {
    .blog-page .main-content .recent-blog {
        padding: 0px 0px 0px 150px;
        min-height: 110px;
    }
    .blog-page .main-content .recent-blog .image-icon {
        width: 135px;
    }
}
/*** ### Diensten Page ### ***/
.diensten-page {
    position: relative;
}
.diensten-page .top-section {
    position: relative;
    background: url("/image/website/diensten/diensten-top-bg.png") no-repeat;
    background-size: cover;
    padding: 10% 0px;
}
.diensten-page .top-section h1 {
    font-size: 90px;
    font-weight: 900;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
@media (max-width:1920px) {
    .diensten-page .top-section h1 {
        font-size: 4.6vw;
    }
}
@media (max-width:991px) {
    .diensten-page .top-section h1 {
        font-size: 45px;
    }
}
@media (max-width:767px) {
    .diensten-page .top-section h1 {
        font-size: 40px;
    }
}
@media (max-width:576px) {
    .diensten-page .top-section h1 {
        font-size: 30px;
    }
}
.diensten-page .diensten-list {
    position: relative;
}
.diensten-page .diensten-list h2 {
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 15%;
    color: #0d5a66;
    font-size: 70px;
    font-weight: 900;
}
.diensten-page .diensten-list h2 span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #3c929f;
}
.diensten-page .diensten-list p {
    color: #0d5a66;
    font-size: 29px;
    font-weight: 500;
    margin: 3% 0px 0px 0px;
    padding: 0px;
}
.diensten-page .diensten-list .boxes {
    position: relative;
    padding: 50px 15px;
    -webkit-box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    -moz-box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    box-shadow: -1px 70px 31px -60px rgba(222,222,222,0.56);
    z-index: 2;
}
.diensten-page .diensten-list .boxes:nth-child(even) {
    background: #fafafa;
    z-index: 1;
}
.diensten-page .diensten-list .boxes .image-boxes {
    position: relative;
    margin: 30px 0px;
}
.diensten-page .diensten-list .boxes .image-boxes img {
    display: block;
    margin: auto;
}
.diensten-page .diensten-list .boxes .text-boxes {
    position: relative;
    margin: 30px 0px;
}
@media (max-width:1920px) {
    .diensten-page .diensten-list h2 {
        font-size: 3.6vw;
    }
    .diensten-page .diensten-list p {
        font-size: 1.5vw;
    }
}
@media (max-width:991px) {
    .diensten-page .diensten-list h2 {
        font-size: 35px;
        padding-left: 75px;
    }
    .diensten-page .diensten-list p {
        font-size: 20px;
    }
}
@media (max-width:576px) {
    .diensten-page .diensten-list h2 {
        font-size: 25px;
        padding-left: 60px;
    }
    .diensten-page .diensten-list p {
        font-size: 18px;
    }
}
.diensten-page .bussines-section {
    position: relative;
    background:url("/image/website/diensten/diensten-bottom-bg.png") no-repeat;
    background-size:cover;
}
.diensten-page .bussines-section h2 {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 900;
    margin: 5% 0px 0px 0px;
    padding:0px;
    text-align: center;
}
.diensten-page .bussines-section p {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 500;
    margin: 1% auto 5% auto;
    padding: 0px;
    text-align: center;
}
.diensten-page .bussines-section .boxes{
    position:relative;
    margin-bottom:25%;
    text-align:center;
}
.diensten-page .bussines-section .boxes img{
    display:block;
    margin:auto;
}
.diensten-page .bussines-section .boxes p{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin:20px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}
.diensten-page .bussines-section a {
    width: 32%;
    max-width:500px;
    background: #085460;
    margin-bottom: -25px;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    -moz-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    z-index:2;
}
@media (max-width:1920px) {
    .diensten-page .bussines-section h2 {
        font-size: 3.6vw;
    }
    .diensten-page .bussines-section p {
        font-size: 1.5vw;
    }
    .diensten-page .bussines-section .boxes img{
        width:34%;
        max-width:80px;
    }
    .diensten-page .bussines-section .boxes p{
        font-size: 1.3vw;
    }
}
@media (max-width:991px) {
    .diensten-page .bussines-section h2 {
        font-size: 35px;
    }
    .diensten-page .bussines-section p {
        font-size: 20px;
    }
    .diensten-page .bussines-section a {
        width: auto;
        max-width: inherit;
        -webkit-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        -moz-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
    }
    .diensten-page .bussines-section .boxes img{
        width:100%;
        max-width:60px;
    }
    .diensten-page .bussines-section .boxes p{
        font-size: 16px;
    }
    .diensten-page .bussines-section .boxes{
        margin-bottom:25px;
    }
}
@media (max-width:767px) {
    .diensten-page .bussines-section h2 {
        font-size: 30px;
        word-break: break-all;
    }
    .c2b-page .section-one p {
        font-size: 18px;
    }
}
@media (max-width:576px) {
    .diensten-page .bussines-section h2 {
        font-size: 25px;
    }
    .diensten-page .bussines-section p {
        font-size: 16px;
    }
}


/*** Hero Section ***/
.diensten-two-page .hero-section{
    position:relative;
    background:url("/image/website/diensten2/banner.png") center center no-repeat;
    background-size:cover;
    z-index:2;
    padding:0px;
}
.diensten-two-page .hero-section:before{
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    bottom:0px;
    width:60%;
    background:rgba(13, 90, 102, 0.88);
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    z-index:-1;
}
.diensten-two-page .hero-section h2{
    color:#ffffff;
    font-size:64px;
    font-weight:900;
    margin:0px;
    padding:0px;
    font-style:normal;
}
.diensten-two-page .hero-section p{
    color:#ffffff;
    font-size:24px;
    font-weight:400;
    margin:10% 0px 0px 0px;
    padding:0px;
}
.diensten-two-page .hero-section .left-box{
    position:relative;
    padding:10% 0px;
}
@media (max-width:1920px){
    .diensten-two-page .hero-section h2{
        font-size:3.3vw;
    }
    .diensten-two-page .hero-section p{
        font-size:1.3vw;
    }
}
@media (max-width:991px){
    .diensten-two-page .hero-section h2{
        font-size:35px;
    }
    .diensten-two-page .hero-section p{
        font-size:18px;
    }
    .diensten-two-page .hero-section:before{
        width:70%;
    }
}
@media (max-width:767px){
    .diensten-two-page .hero-section h2{
        font-size:30px;
    }
    .diensten-two-page .hero-section p{
        font-size:16px;
    }
    .diensten-two-page .hero-section:before{
        width:80%;
    }
}
@media (max-width:576px){
    .diensten-two-page .hero-section h2{
        font-size:25px;
    }
    .diensten-two-page .hero-section h2 br{
        display:none;
    }
    .diensten-two-page .hero-section p{
        font-size:15px;
    }
    .diensten-two-page .hero-section:before{
        width:90%;
    }
}
.diensten-two-page .white-text-section{
    padding:5% 0px;
}
@media (max-width:991px){
    .diensten-two-page .white-text-section{
        padding:50px 0px;
    }
}
@media (max-width:767px){
    .diensten-two-page .white-text-section{
        padding:30px 0px;
    }
}
/*** Unamed Section ***/
.diensten-two-page .unnamed-section{
    position:relative;
    background:#fafafa;
    padding:5% 0px 0px 0px;
}
.diensten-two-page .unnamed-section h2{
    color:#3c929f;
    font-size:40px;
    font-weight:900;
    margin:0px;
    padding:0px;
    text-align:left;
}
.diensten-two-page .unnamed-section p{
    color:#0d5a66;
    font-size:24px;
    font-weight:400;
    margin:0px;
    padding:6% 0px;
    text-align:left;
}
.diensten-two-page .unnamed-section a{
    position:relative;
    background: -webkit-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -o-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -ms-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -moz-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: linear-gradient(127deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    width:70%;
    max-width:550px;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    -moz-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
}
.diensten-two-page .unnamed-section .right-box{
    position:relative;
}
.diensten-two-page .unnamed-section .right-box img{
    display:block;
    margin:auto;
}
@media (max-width:1920px){
    .diensten-two-page .unnamed-section  h2{
        font-size:2.1vw;
    }
    .diensten-two-page .unnamed-section  p{
        font-size:1.3vw;
    }
}
@media (max-width:991px){
    .diensten-two-page .unnamed-section{
        padding:50px 0px;
    }
    .diensten-two-page .unnamed-section  h2{
        font-size:30px;
    }
    .diensten-two-page .unnamed-section p{
        font-size:18px;
        padding:30px 0px;
    }
    .diensten-two-page .unnamed-section a{
        width:auto;
        max-width:inherit;
        -webkit-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        -moz-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
    }
    .diensten-two-page .unnamed-section .right-box{
        margin:30px auto auto auto;
    }
}
@media (max-width:767px){
    .diensten-two-page .unnamed-section h2{
        font-size:25px;
    }
    .diensten-two-page .unnamed-section  p{
        font-size:15px;
    }
}
@media (max-width:576px){
    .diensten-two-page .unnamed-section h2{
        font-size:20px;
    }
    .diensten-two-page .unnamed-section h2 br{
        display:none;
    }
    .diensten-two-page .unnamed-section p{
        font-size:15px;
    }
    .diensten-two-page .unnamed-section p br{
        display:none;
    }
}
/*** ### Boxes Section ### ***/
.diensten-two-page .boxes-section{
    position:relative;
    background:#FFFFFF;
    padding:5% 0px;
}
.diensten-two-page .boxes-section h2{
    color:#0d5a66;
    font-size:64px;
    font-weight:900;
    margin:0px 0px 3% 0px;
    padding:0px;
    text-align:center;
}
.diensten-two-page .boxes-section h3{
    color:#0d5a66;
    font-size:40px;
    font-weight:700;
    margin:0px;
    padding:0px;
    text-align:center;
}
.diensten-two-page .boxes-section h3 span{
    color:#3c929f;
}
.diensten-two-page .boxes-section p{
    color:#FFFFFF;
    font-size:25px;
    font-weight:400;
    margin:0px;
    padding:1.5% 2.5%;
    text-align:center;
    background:#0d5a66;
    border-radius:10px;
}
.diensten-two-page .boxes-section .boxes{
    position:relative;
    margin:15% 0px;
}
.diensten-two-page .boxes-section .main-image{
    position:relative;
}
.diensten-two-page .boxes-section .main-image img{
    display:block;
    margin:auto;
    width:100%;
    max-width:400px;
}
@media (max-width:1920px){
    .diensten-two-page .boxes-section h2{
        font-size:3.3vw;
    }
    .diensten-two-page .boxes-section h3{
        font-size:2vw;
    }
    .diensten-two-page .boxes-section p{
        font-size:1.3vw;
    }
}
@media (max-width:991px){
    .diensten-two-page .boxes-section{
        padding:50px 0px;
    }
    .diensten-two-page .boxes-section h2{
        font-size:35px;
        margin-bottom:50px
    }
    .diensten-two-page .boxes-section h3{
        font-size:30px;
    }
    .diensten-two-page .boxes-section h3 span{
        color:#3c929f;
    }
    .diensten-two-page .boxes-section p{
        font-size:18px;
        padding:15px;
    }
    .diensten-two-page .boxes-section .boxes{
        position:relative;
        margin:0px 0px 50px 0px;
    }
}
@media (max-width:767px){
    .diensten-two-page .boxes-section h2{
        font-size:30px;
        margin-bottom:30px
    }
    .diensten-two-page .boxes-section h3{
        font-size:25px;
    }
    .diensten-two-page .boxes-section p{
        font-size:16px;
    }
    .diensten-two-page .boxes-section .boxes{
        position:relative;
        margin:0px 0px 30px 0px;
    }
    .diensten-two-page .boxes-section .main-image img{
        max-width:300px;
    }
}
@media (max-width:576px){
    .diensten-two-page .boxes-section h2{
        font-size:25px;
    }
    .diensten-two-page .boxes-section h2 br{
        display:none;
    }
    .diensten-two-page .boxes-section h3{
        font-size:20px;
    }
    .diensten-two-page .boxes-section p{
        font-size:15px;
    }
}
/*** ### Partner Section ### ***/
.diensten-two-page .partner-section{
    position:relative;
    background:#FFFFFF;
    z-index:1;
    -webkit-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    -moz-box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
    box-shadow: 0px 37px 24px -42px rgba(4,9,10,0.5);
}
.diensten-two-page .partner-section h2{
    color:#3c929f;
    font-size:64px;
    font-weight:900;
    margin:0px;
    padding:0px;
    text-align:left;
}
.diensten-two-page .partner-section h2 span{
    color:#0d5a66;
}
.diensten-two-page .partner-section p{
    color:#0d5a66;
    font-size:44px;
    font-weight:400;
    margin:0px;
    padding:5% 0px;
    text-align:left;
}
.diensten-two-page .partner-section ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.diensten-two-page .partner-section li{
    position:relative;
    font-size:32px;
    font-weight:700;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 50px;
    color:#0d5a66;
    display:block;
    width:100%;
}
.diensten-two-page .partner-section li:before{
    position:absolute;
    content:"\f058";
    position:absolute;
    left:0px;
    top:5px;
    font-family:'FontAwesome';
}
.diensten-two-page .partner-section .right-box{
    position:relative;
}
.diensten-two-page .partner-section .right-box img{
    display:inline-block;
    vertical-align:bottom;
    margin:auto;
}
@media (max-width:1920px){
    .diensten-two-page .partner-section h2{
        font-size:3.3vw;
    }
    .diensten-two-page .partner-section p{
        font-size:1.3vw;
    }
    .diensten-two-page .partner-section li{
        font-size:1.6vw;
        margin:0px 0px 1% 0px;
        padding:0px 0px 0px 6%;
    }
    .diensten-two-page .partner-section li:before{
        top:5%;
    }
}
@media (max-width:991px){
    .diensten-two-page .partner-section h2{
        font-size:35px;
    }
    .diensten-two-page .partner-section p{
        font-size:18px;
    }
    .diensten-two-page .partner-section li{
        font-size:18px;
        margin:0px 0px 10px 0px;
        padding:0px 0px 0px 25px;
    }
    .diensten-two-page .partner-section .right-box{
        margin-top:30px;
    }
    .diensten-two-page .partner-section .right-box img{
        display:inline-block;
        vertical-align:bottom;
        margin:auto;
    }
}
@media (max-width:767px){
    .diensten-two-page .partner-section h2{
        font-size:30px;
    }
    .diensten-two-page .partner-section p{
        font-size:16px;
    }
}
@media (max-width:576px){
    .diensten-two-page .partner-section h2{
        font-size:25px;
    }
    .diensten-two-page .partner-section h2 br{
        display:none;
    }
    .diensten-two-page .partner-section p{
        font-size:15px;
    }
}
/*** ### Subscription Section ### ***/
.diensten-two-page .subscription-section{
    position:relative;
    background:#fafafa;
    padding:5% 0px;
}
.diensten-two-page .subscription-section h2{
    color:#0d5a66;
    font-size:60px;
    font-weight:900;
    margin:0px;
    padding:0px;
    text-align:center;
}
.diensten-two-page .subscription-section h3{
    color:#0d5a66;
    font-size:32px;
    font-weight:900;
    margin:0px;
    padding:0px;
    text-align:center;
}
.diensten-two-page .subscription-section h4{
    color:#0d5a66;
    font-size:54px;
    font-weight:900;
    margin:0px;
    padding:0px;
    text-align:center;
}
.diensten-two-page .subscription-section h4 span{
    font-size:25px;
    font-weight:500;
    display:block;
    margin-top:-5px;
}
.diensten-two-page .subscription-section h5{
    color:#3c929f;
    font-size:32px;
    font-weight:700;
    margin:0px;
    padding:0px;
}
.diensten-two-page .subscription-section h5 span{
    color:#0d5a66;
    font-size:25px;
    font-weight:700;
}
.diensten-two-page .subscription-section p{
    color:#0d5a66;
    font-size:25px;
    font-weight:500;
    margin:0px;
    padding:0px;
}
.diensten-two-page .subscription-section .table-box{
    position:relative;
    margin-top:5%;
}
.diensten-two-page .subscription-section .table-box table{
    width:100%;
}
.diensten-two-page .subscription-section .table-box table td{
    vertical-align:top;
    height:45px;
    border-bottom:1px solid #e9eaea;
}
.diensten-two-page .subscription-section .table-box table td img{
    max-height:21px;
}
.diensten-two-page .subscription-section .table-box table td td{
    vertical-align:middle;
}
.diensten-two-page .subscription-section .table-box table td.td-white{
    position:relative;
    background:#FFFFFF;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4);
}
.diensten-two-page .subscription-section .table-box table td.select-package{
    position:relative;
    height:70px;
    text-align:center;
    color:#FFFFFF;
    background:#808080;
    border-radius:0px 0px 10px 10px;
}
.diensten-two-page .subscription-section .table-box table td.select-package.active{
    background:#3c919e;
}
.diensten-two-page .subscription-section .table-box table td.select-package a{
    color:#FFFFFF;
    text-decoration:none;
    outline:none;
}
.diensten-two-page .subscription-section .table-box .td1{
    height:115px;
    vertical-align:middle;
}
.diensten-two-page .subscription-section .table-box .td2{
    height:115px;
    vertical-align:bottom;
}
@media (max-width:1920px){
    .diensten-two-page .subscription-section h2{
        font-size:3vw;
    }
    .diensten-two-page .subscription-section h3{
        font-size:1.6vw;
    }
    .diensten-two-page .subscription-section h4{
        font-size:2.6vw;
    }
    .diensten-two-page .subscription-section h4 span{
        font-size:1.3vw;
        margin-top:-0.1vw;
    }
    .diensten-two-page .subscription-section h5{
        font-size:1.6vw;
    }
    .diensten-two-page .subscription-section h5 span{
        font-size:1.3vw;
    }
    .diensten-two-page .subscription-section p{
        font-size:1.3vw;
    }
    .diensten-two-page .subscription-section .table-box table td{
        height:2.5vw;
    }
    .diensten-two-page .subscription-section .table-box table td.select-package{
        height:3.5vw;
    }
    .diensten-two-page .subscription-section .table-box .td1{
        height:5.5vw;
    }
    .diensten-two-page .subscription-section .table-box .td2{
        height:5.5vw;
    }
}
@media (max-width:1600px){
    .diensten-two-page .subscription-section .table-box table td img{
        max-width:18px;
    }
}
@media (max-width:991px){
    .diensten-two-page .subscription-section h2{
        font-size:35px;
    }
    .diensten-two-page .subscription-section h3{
        font-size:18px;
    }
    .diensten-two-page .subscription-section h4{
        font-size:25px;
    }
    .diensten-two-page .subscription-section h4 span{
        font-size:16px;
        margin-top:-5px;
    }
    .diensten-two-page .subscription-section h5{
        font-size:20px;
    }
    .diensten-two-page .subscription-section h5 span{
        font-size:18px;
    }
    .diensten-two-page .subscription-section p{
        font-size:18px;
    }
    .diensten-two-page .subscription-section .table-box{
        position:relative;
        margin-top:50px;
        overflow-x:auto;
        width:100%;
    }
    .diensten-two-page .subscription-section .table-box > table{
        width:900px;
    }
    .diensten-two-page .subscription-section .table-box table td{
        height:40px;
    }
    .diensten-two-page .subscription-section .table-box table td.select-package{
        height:50px;
    }
    .diensten-two-page .subscription-section .table-box .td1{
        height:80px;
    }
    .diensten-two-page .subscription-section .table-box .td2{
        height:80px;
    }
}
@media (max-width:767px){
    .diensten-two-page .subscription-section h2{
        font-size:30px;
    }
}
@media (max-width:576px){
    .diensten-two-page .subscription-section h2{
        font-size:25px;
    }
}
/*** ### Connect Section ### ***/
.diensten-two-page .connect-section{
    position:relative;
    background:url("/image/website/diensten2/bottom-section-bg.png") no-repeat center center;
    background-size:cover;
    padding:8% 0px;
    text-align:center;
}
.diensten-two-page .connect-section h2{
    color:#FFFFFF;
    font-size:84px;
    font-weight:900;
    margin:0px;
    padding:0px;
    text-align:center;
}
.diensten-two-page .connect-section p{
    color:#ffffff;
    font-size:47px;
    font-weight:500;
    margin:0px;
    padding:5% 0px 8% 0px;
    text-align:center;
}
.diensten-two-page .connect-section a{
    position:relative;
    background: -webkit-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -o-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -ms-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -moz-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: linear-gradient(127deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    width:27%;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 38px 24px -12px rgba(0,0,0,0.4);
    box-shadow: 0px 38px 24px -12px rgba(0,0,0,0.4);
}
@media (max-width:1920px){
    .diensten-two-page .connect-section h2{
        font-size:3.35vw;
    }
    .diensten-two-page .connect-section p{
        font-size:2.2vw;
    }
}

@media (max-width:991px){
    .diensten-two-page .connect-section h2{
        font-size:50px;
    }
    .diensten-two-page .connect-section p{
        font-size:30px;
    }
    .diensten-two-page .connect-section a{
        width:auto;
        max-width:inherit;
        -webkit-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        -moz-box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
        box-shadow: 0px 20px 24px -12px rgba(201,201,201,1);
    }
}

@media (max-width:767px){
    .diensten-two-page .connect-section h2{
        font-size:40px;
    }
    .diensten-two-page .connect-section p{
        font-size:25px;
    }
}
@media (max-width:576px){
    .diensten-two-page .connect-section h2{
        font-size:30px;
    }
    .diensten-two-page .connect-section p{
        font-size:20px;
    }
}

/*** ### Info Page ### ***/
.info-page {
    position: relative;
}
.info-page .top-section {
    position: relative;
    background: url("/image/website/info/info-top-bg.png") no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.info-page .top-section .contact-form {
    position: relative;
    padding: 25px 0px;
}
.info-page .top-section .contact-form h2 {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 900;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
.info-page .top-section .contact-form input {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #006b7b;
    font-size: 30px;
    height: 70px;
    font-weight: 500;
    outline: none;
    text-indent: 10px;
}
.info-page .top-section .contact-form button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
    text-align: center;
    height: 70px;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    border: 1px solid #358996;
    background: #358996;
    outline: none;
}
.info-page .top-section .right-box {
    position: relative;
    padding: 25px 0px;
}
.info-page .top-section .right-box h2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 51px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
    padding: 5px 20px;
}
.info-page .top-section .right-box p {
    color: #FFFFFF;
    font-size: 29px;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
@media (max-width:1920px) {
    .info-page .top-section .contact-form h2 {
        font-size: 3.6vw;
    }
    .info-page .top-section .contact-form input {
        font-size: 1.5vw;
    }
    .info-page .top-section .contact-form button {
        font-size: 1.5vw;
    }
    .info-page .top-section .right-box h2 {
        font-size: 2.6vw;
    }
    .info-page .top-section .right-box p {
        font-size: 1.5vw;
    }
}
@media (max-width:1700px) {
    .info-page .top-section .contact-form input {
        height: 60px;
    }
    .info-page .top-section .contact-form button {
        height: 60px;
    }
}
@media (max-width:1550px) {
    .info-page .top-section .contact-form input {
        height: 50px;
    }
    .info-page .top-section .contact-form button {
        height: 50px;
    }
}
@media (max-width:1200px) {
    .info-page .top-section .contact-form input {
        height: 40px;
    }
    .info-page .top-section .contact-form button {
        height: 40px;
    }
}
@media (max-width:991px) {
    .info-page .top-section .contact-form h2 {
        font-size: 35px;
    }
    .info-page .top-section .contact-form input {
        font-size: 18px;
    }
    .info-page .top-section .contact-form button {
        font-size: 18px;
    }
    .info-page .top-section .right-box h2 {
        font-size: 25px;
    }
    .info-page .top-section .right-box p {
        font-size: 18px;
    }
}
.info-page .contact-list {
    position: relative;
    padding: 20px 0px;
    background: #FFFFFF;
}
.info-page .contact-list a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px 15px 80px;
    margin: 15px 0px;
    font-weight: 700;
    color: #328592;
    font-size: 35px;
    text-decoration: none;
    outline: none;
}
.info-page .contact-list a .icons {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #71afb9;
    color: #FFFFFF;
}
@media (max-width:1920px) {
    .info-page .contact-list a {
        font-size: 1.8vw;
    }
}
@media (max-width:1700px) {
    .info-page .contact-list a {
        padding: 15px 0px 15px 70px;
    }
    .info-page .contact-list a .icons {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
@media (max-width:1550px) {
    .info-page .contact-list a {
        padding: 15px 0px 15px 60px;
    }
    .info-page .contact-list a .icons {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width:1200px) {
    .info-page .contact-list a {
        padding: 15px 0px 15px 50px;
    }
    .info-page .contact-list a .icons {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width:767px) {
    .info-page .contact-list a {
        font-size: 18px;
        padding: 15px 0px 15px 60px;
    }
    .info-page .contact-list a .icons {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
/*** ### Map Page ### ***/
.map-page {
    position: relative;
    background:#fafafa;
}
/*** ### Map Section ### ***/
.map-page .map-section {
    position: relative;
}
.map-page .map-section  h2 {
    text-align: center;
    padding:0px;
    margin:0px;
    color: #0d5a66;
    font-size: 30px;
    font-weight: 900;
}
.map-page .map-section .map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
    z-index:10;
}
.map-page .map-section .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map-page .map-description{
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    width:100%;
    padding:0px 15px;
}
.map-page .map-section  .textblock{
    position:relative;
    background:#FFFFFF;
    padding:20px;
    margin-bottom:30px;
    margin-top:10px;
    z-index:10;
}
.map-page .map-section  .textblock p{
    padding:0px;
    margin:0px;
    font-size:19px;
    color:#0d5a66;
    font-weight:700;
    text-align:left;
}
.map-page .map-section  .boxes{
    position:relative;
    background:#f7f7f7;
    -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.11);
    z-index:10;
}
@media (max-width:1550px){
    .map-page .map-section  h2 {
        font-size: 25px;
    }
    .map-page .map-section  .textblock p{
        font-size:17px;
    }
    .map-page .map-section .map-responsive{
        padding-bottom:56%;
    }
}
@media (max-width:1199px){
    .map-page .map-section  h2 {
        font-size: 20px;
    }
    .map-page .map-section  .textblock p{
        font-size:15px;
    }
    .map-page .map-section .map-responsive{
        padding-bottom:60%;
    }
}
@media (max-width:991px){
    .map-page .map-section .map-responsive{
        padding-bottom:50%;
    }
    .map-page .map-description{
        position:relative;
        line-height:normal;
        left:auto;
        top:auto;
        bottom:auto;
        right:auto;
        padding:30px 15px;
        height:auto !important;
    }
}
/*** ### Polls Legend Section ### ***/
.map-page .poll-legenda-section  {
    position: relative;
    padding: 5% 0px;
    background:#fafafa;
}
.map-page .poll-legenda-section  h2 {
    text-align: center;
    padding:0px;
    margin:0px;
    color: #0d5a66;
    font-size: 30px;
    font-weight: 900;
}
@media (max-width:1550px){
    .map-page .poll-legenda-section  h2 {
        font-size: 25px;
    }
}
@media (max-width:1199px){
    .map-page .poll-legenda-section  h2 {
        font-size: 20px;
    }
}
.map-page .poll-legenda-section .boxes{
    position:relative;
    background:url("/image/website/map/polls-legend-bg.png") no-repeat;
    background-size:100% 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    padding:15px;
}
.map-page .poll-legenda-section .polls-list{
    position: relative;
    padding: 5px 15px 0px 0px;
    margin:15px 0px 0px 0px;
    max-height: 228px;
    overflow-y: auto;
}
.map-page .poll-legenda-section .polls-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.map-page .poll-legenda-section .polls-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.map-page .poll-legenda-section .polls-list::-webkit-scrollbar-thumb {
    background: #0d5a66;
    border: 0px none #ffffff;
    border-radius: 100px 100px 0px 0px;
}
.map-page .poll-legenda-section .polls-list::-webkit-scrollbar-track {
    background: #dedede;
    border: 0px none #ffffff;
    border-radius: 100px;
}
.map-page .poll-legenda-section .polls-list p{
    color:#0d5a66;
    font-size:20px;
    font-weight:400;
    margin:0px 0px 10px 0px;
    padding:0px;
}
.map-page .poll-legenda-section .polls-list .nav-tabs{
    position:relative;
    border:none;
}
.map-page .poll-legenda-section .polls-list .nav-tabs a{
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0px 10px 5px 0px;
    padding:0px 15px;
    background:#FFFFFF;
    border-radius:5px;
    color:#0d5a66;
    font-size:20px;
    line-height:50px;
    text-align:center;
    border:1px solid #0d5a66;

}
.map-page .poll-legenda-section .polls-list .question-answer{
    position:relative;
    margin:20px 0px 0px 0px;
}
.map-page .poll-legenda-section .polls-list .question-answer .question-box{
    position:relative;
    padding:0px 200px 0px 0px;
    margin-bottom:10px;
}
.map-page .poll-legenda-section .polls-list .question-answer .question{
    position:relative;
    width:100%;
}
.map-page .poll-legenda-section .polls-list .question-answer .option{
    position:absolute;
    top:0px;
    right:0px;
    text-align:center;
    width:200px;
}
.map-page .poll-legenda-section .polls-list .question-answer input{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding:0px 15px;
    background:#FFFFFF;
    border-radius:5px;
    color:#0d5a66;
    font-size:20px;
    height:50px;
    text-align:left;
    border:1px solid #0d5a66;
    outline:none;
}
.map-page .poll-legenda-section .polls-list .question-answer .option input{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    width:45%;
    text-align:center;
    margin:0px 1% 0px 0px
}
@media (max-width:1650px){
    .map-page .poll-legenda-section .polls-list{
        max-height:220px;
    }
    .map-page .poll-legenda-section .polls-list p{
        font-size:18px;
    }
    .map-page .poll-legenda-section .polls-list .nav-tabs a{
        padding:0px 10px;
        font-size:18px;
        line-height:40px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer .question-box{
        padding:0px 175px 0px 0px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer .option{
        width:175px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer input{
        padding:0px 10px;
        font-size:18px;
        height:40px;
    }
}
@media (max-width:1550px){
    .map-page .poll-legenda-section .polls-list{
        max-height:200px;
    }
    .map-page .poll-legenda-section .polls-list p{
        font-size:16px;
    }
    .map-page .poll-legenda-section .polls-list .nav-tabs a{
        font-size:16px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer .question-box{
        padding:0px 150px 0px 0px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer .option{
        width:150px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer input{
        font-size:16px;
    }
}

@media (max-width:991px){
    .map-page .poll-legenda-section .polls-list p{
        font-size:15px;
    }
    .map-page .poll-legenda-section .polls-list .nav-tabs a{
        font-size:15px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer input{
        font-size:15px;
    }
}
@media (max-width:480px){
    .map-page .poll-legenda-section .polls-list .question-answer .question-box{
        padding:0px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer .option{
        position:relative;
        display:block;
        margin:10px auto auto auto;
        margin-top:10px;
        width:100%;
        max-width:250px;
    }
    .map-page .poll-legenda-section .polls-list .question-answer input{
        font-size:15px;
    }
}
/*** Legends Box ***/
.map-page .poll-legenda-section .legenda-list{
    position: relative;
    padding: 5px 15px 0px 0px;
    margin:15px 0px 0px 0px;
    max-height: 228px;
    overflow-y: auto;
}
.map-page .poll-legenda-section .legenda-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.map-page .poll-legenda-section .legenda-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.map-page .poll-legenda-section .legenda-list::-webkit-scrollbar-thumb {
    background: #0d5a66;
    border: 0px none #ffffff;
    border-radius: 100px 100px 0px 0px;
}
.map-page .poll-legenda-section .legenda-list input{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding:0px 15px;
    background:#FFFFFF;
    border-radius:5px;
    color:#0d5a66;
    font-size:20px;
    height:50px;
    text-align:left;
    border:1px solid #0d5a66;
    outline:none;
    margin-bottom:5px;
}
.map-page .poll-legenda-section .legenda-list .top-searchbox{
    position:relative;
    padding:0px 200px 0px 0px;
}
.map-page .poll-legenda-section .legenda-list .top-searchbox .search-by-fruit{
    position:absolute;
    right:0px;
    top:0px;
    width:200px;
    text-align:right;
}
.map-page .poll-legenda-section .legenda-list .top-searchbox .search-by-fruit input{
    background:url("/image/website/map/hamburguer-.png") right 5px center no-repeat, #FFFFFF;
    padding-right:25px;
    width:97%;
}
.map-page .poll-legenda-section .legenda-list .textarea-box{
    position:relative;
    margin:20px 0px 10px 0px;
    display:inline-block;
    vertical-align:top;
    width:100%;
    padding:15px;
    background:#FFFFFF;
    border-radius:5px;
    color:#0d5a66;
    font-size:20px;
    height:110px;
    text-align:left;
    border:1px solid #0d5a66;
    outline:none;
}
.map-page .poll-legenda-section .legenda-list .textarea-box img{
    display:inline-block;
    vertical-align:top;
    margin:0px 5px 5px 0px;
}
@media (max-width:1650px){
    .map-page .poll-legenda-section .legenda-list{
        max-height: 220px;
    }
    .map-page .poll-legenda-section .legenda-list p{
        font-size:18px;
    }
    .map-page .poll-legenda-section .legenda-list input{
        padding:0px 10px;
        font-size:18px;
        height:40px;
    }
    .map-page .poll-legenda-section .legenda-list .top-searchbox{
        position:relative;
        padding:0px 175px 0px 0px;
    }
    .map-page .poll-legenda-section .legenda-list .top-searchbox .search-by-fruit{
        width:175px;
    }
    .map-page .poll-legenda-section .legenda-list .textarea-box{
        padding:10px;
        font-size:18px;
        height:86px;
    }
}

@media (max-width:1550px){
    .map-page .poll-legenda-section .legenda-list{
        max-height: 200px;
    }
    .map-page .poll-legenda-section .legenda-list p{
        font-size:16px;
    }
    .map-page .poll-legenda-section .legenda-list input{
        font-size:16px;
    }
    .map-page .poll-legenda-section .legenda-list .top-searchbox{
        position:relative;
        padding:0px 150px 0px 0px;
    }
    .map-page .poll-legenda-section .legenda-list .top-searchbox .search-by-fruit{
        width:150px;
    }
    .map-page .poll-legenda-section .legenda-list .textarea-box{
        padding:10px;
        font-size:16px;
    }
}
@media (max-width:919px){
    .map-page .poll-legenda-section .legenda-list p{
        font-size:15px;
    }
    .map-page .poll-legenda-section .legenda-list input{
        font-size:15px;
    }
    .map-page .poll-legenda-section .legenda-list .textarea-box{
        font-size:15px;
    }
}
@media (max-width:480px){
    .map-page .poll-legenda-section .legenda-list .top-searchbox{
        position:relative;
        padding:0px 0px 0px 0px;
    }
    .map-page .poll-legenda-section .legenda-list .top-searchbox .search-by-fruit{
        position:relative;
        right:auto;
        width:100%;
        margin:5px 0px 0px 0px;
    }
    .map-page .poll-legenda-section .legenda-list .top-searchbox .search-by-fruit input{
        width:100%;
    }
}
/*** ### Trending Section ### ***/
.map-page .trending-section {
    position: relative;
    padding: 5% 0px;
    background: #fafafa;
}
.map-page .trending-section  h2 {
    text-align: center;
    padding:0px;
    margin:0px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 900;
}
@media (max-width:1550px){
    .map-page .trending-section  h2 {
        font-size: 25px;
    }
}
@media (max-width:1199px){
    .map-page .trending-section  h2 {
        font-size: 20px;
    }
}
/*** Top User ***/
.product-list-all .top-user{
    position:relative;
    background: #3c929f;
    border-radius: 5px;
    margin-bottom: 30px;
    padding:15px;
}
.product-list-all .top-user ul{
    position: relative;
    padding: 5px 15px 0px 0px;
    margin:15px 0px 0px 0px;
    max-height: 228px;
    overflow-y: auto;
}
.product-list-all .top-user ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.product-list-all .top-user ul::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.product-list-all .top-user ul::-webkit-scrollbar-thumb {
    background: #0d5a66;
    border: 0px none #ffffff;
    border-radius: 100px 100px 0px 0px;
}
.product-list-all .top-user ul::-webkit-scrollbar-track {
    background: #dedede;
    border: 0px none #ffffff;
    border-radius: 100px;
}
.product-list-all .top-user ul li{
    position:relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 60px;
    line-height: 45px;
    list-style: none;
    text-align: left;
    background: #FFFFFF;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0d5a66;
}
.product-list-all .top-user ul li .iner-box{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    width:100%;
}
.product-list-all .top-user ul li .counter{
    position:absolute;
    top:50%;
    left:17px;
    margin-left:10px;
    transform:translate(-50%,-50%);
    width:35px;
    height:35px;
    line-height:35px;
    background:#0d5a66;
    text-align:center;
    color:#FFFFFF;
    font-weight:900;
    font-size:22px;
    border-radius:5px;
}
.product-list-all .top-user ul a {
    position: relative;
    display: inline-block;
    vertical-align:top;
    line-height:normal;
    color: #0d5a66;
    font-size: 14px;
    font-weight: 400;
    margin:0px;
    padding:0px 2.5%;
    text-decoration: none;
    outline: none;
    top: -1px;
    border-right:1px solid #0d5a66;
}
.product-list-all .top-user ul a:first-child{
    padding-left:0px;
}
.product-list-all .top-user ul a:last-child{
    padding-right:0px;
    border-right:0px;
}
@media (max-width:1550px){
    .product-list-all .top-user ul{
        max-height: 208px;
    }
    .product-list-all .top-user ul li{
        padding: 0px 0px 0px 50px;
        line-height:40px;
    }
    .product-list-all .top-user ul li .counter{
        width:30px;
        height:30px;
        line-height:30px;
        font-weight:900;
        font-size:18px;
        margin-left:5px;
    }
    .product-list-all .top-user ul a {
        font-size: 12px;
        padding:0px 2%;
    }
}

@media (max-width:1199px){
    .product-list-all .top-user ul{
        max-height: 188px;
    }
    .product-list-all .top-user ul li{
        padding: 0px 0px 0px 40px;
        line-height:35px;
    }
    .product-list-all .top-user ul li .counter{
        width:25px;
        height:25px;
        line-height:25px;
        font-size:15px;
        margin-left:0px;
    }
    .product-list-all .top-user ul a {
        font-size: 10px;
        padding:0px 2%;
    }
}
/*** Boxes Product***/
.product-list-all .boxes {
    position: relative;
    background: #3c929f;
    border-radius: 5px;
    margin-bottom: 30px;
    padding:15px;
}
.product-list-all .boxes .trending-list {
    position: relative;
    padding: 5px 15px 0px 0px;
    margin:15px 0px 0px 0px;
    max-height: 228px;
    overflow-y: auto;
}
.product-list-all .boxes .trending-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.product-list-all .boxes .trending-list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.product-list-all .boxes .trending-list::-webkit-scrollbar-thumb {
    background: #0d5a66;
    border: 0px none #ffffff;
    border-radius: 100px 100px 0px 0px;
}
.product-list-all .boxes .trending-list::-webkit-scrollbar-track {
    background: #dedede;
    border: 0px none #ffffff;
    border-radius: 100px;
}
.product-list-all .boxes .trending-list ul {
    margin: 0px;
    padding: 0px;
    line-height: 45px;
    list-style: none;
    text-align: center;
    background: #FFFFFF;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #0d5a66;
}
.product-list-all .boxes .trending-list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 3%;
    line-height:0px;
}
.product-list-all .boxes .trending-list a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #0d5a66;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    top: -1px;
}
.product-list-all .boxes .trending-list li:before {
    position: absolute;
    content: "";
    right: -3%;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #0d5a66;
}
.product-list-all .boxes .trending-list li:last-child:before {
    display: none;
}
/*** Product Image ***/
.product-list-all .boxes .trending-list ul.product li {
    margin: 0px 0.3% !important;
    padding: 0px !important;
}
.product-list-all .boxes .trending-list ul.product li img {
    max-width: 85%;
}
.product-list-all .boxes .trending-list ul.product li:before {
    display: none !important;
}
@media (max-width:1550px){
    .product-list-all .boxes .trending-list {
        max-height:208px;
    }
    .product-list-all .boxes .trending-list ul {
        line-height: 40px
    }
    .product-list-all .boxes .trending-list li {
        padding: 0px 2%;
    }
    .product-list-all .boxes .trending-list a {
        font-size: 13px;
    }
}
@media (max-width:1199px){
    .product-list-all .boxes .trending-list {
        max-height:188px;
    }
    .product-list-all .boxes .trending-list ul {
        line-height: 35px
    }
    .product-list-all .boxes .trending-list li {
        padding: 0px 2%;
    }
    .product-list-all .boxes .trending-list a {
        font-size: 12px;
    }
}
/*** Thankyou Page ***/
.thankyou-page .hero-section{
    position:relative;
    background:url("/image/website/thankyou/banner.png") center center no-repeat;
    background-size:cover;
    z-index:2;
    padding:5% 0px 0px 0px;
}
.thankyou-page .hero-section:before{
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    bottom:0px;
    width:100%;
    background:rgba(13, 90, 102, 0.53);
    z-index:-1;
}
.thankyou-page .hero-section h2{
    color:#ffffff;
    font-size:98px;
    line-height:98px;
    font-weight:900;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    font-style:normal;
}
.thankyou-page .hero-section p{
    color:#ffffff;
    font-size:40px;
    font-weight:400;
    margin:10% 0px 0px 0px;
    padding:0px;
}
.thankyou-page .hero-section .left-box{
    position:relative;
}
.thankyou-page .hero-section .right-box{
    position:relative;
}
.thankyou-page .hero-section .right-box img{
    display:block;
    margin:auto;
}
@media (max-width:1920px){
    .thankyou-page .hero-section h2{
        font-size:5vw;
        line-height:5vw;
    }
    .thankyou-page .hero-section p{
        font-size:2vw;
    }
}
@media (max-width:991px){
    .thankyou-page .hero-section{
        padding:0px;
    }
    .thankyou-page .hero-section h2{
        font-size:45px;
        line-height:45px;
    }
    .thankyou-page .hero-section p{
        font-size:20px;
        margin:15px 0px 0px 0px;
    }
    .thankyou-page .hero-section .left-box{
        padding:50px 0px 0px 0px
    }
    .thankyou-page .hero-section .right-box{
        margin-top:30px;
    }
}
@media (max-width:767px){
    .thankyou-page .hero-section h2{
        font-size:35px;
        line-height:normal;
    }
    .thankyou-page .hero-section p{
        font-size:18px;
    }
}
@media (max-width:576px){
    .thankyou-page .hero-section h2{
        font-size:30px;
    }
    .thankyou-page .hero-section h2 br{
        display:none;
    }
    .thankyou-page .hero-section p{
        font-size:16px;
    }
}
/*** ### Contact Section ### ***/
.thankyou-page .contact-section{
    position:relative;
    padding:5% 0px;
    background:#FFFFFF;
    text-align:center;
}
.thankyou-page .contact-section h2{
    color:#0d5a66;
    font-size:37px;
    font-weight:700;
    margin:0px;
    padding:0px;
    text-align:left;
}
.thankyou-page .contact-section h2 span{
    color:#3c929f;
}
.thankyou-page .contact-section a{
    position:relative;
    background: -webkit-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -o-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -ms-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: -moz-linear-gradient(323deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    background: linear-gradient(127deg, rgb(9, 86, 98) 0%, rgb(26, 106, 119) 100%);
    width:100%;
    max-width:530px;
    -webkit-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    -moz-box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
    box-shadow: 0px 38px 24px -12px rgba(201,201,201,1);
}
@media (max-width:1920px){
    .thankyou-page .contact-section h2{
        font-size:1.7vw;
    }
}
@media (max-width:991px){
    .thankyou-page .contact-section {
        padding:50px 0px;
    }
    .thankyou-page .contact-section h2{
        font-size:25px;
        text-align:center;
    }
    .thankyou-page .contact-section a{
        margin-top:15px;
        max-width:400px;
    }
}
@media (max-width:767px){
    .thankyou-page .contact-section {
        padding:30px 0px;
    }
    .thankyou-page .contact-section h2{
        font-size:20px;
    }
}
@media (max-width:576px){
    .thankyou-page .contact-section h2{
        font-size:18px;
    }
}
/*** ### Team Section ### ***/
.thankyou-page .team-section{
    position:relative;
    padding:5% 0px;
    background:#fafafa;
}
.thankyou-page .team-section h2{
    color:#0d5a66;
    font-size:50px;
    font-weight:700;
    margin:0px;
    padding:0px;
}
.thankyou-page .team-section h2 span{
    color:#3c929f;
}
@media (max-width:1920px){
    .thankyou-page .team-section h2{
        font-size:2.5vw;
    }
}
@media (max-width:991px){
    .thankyou-page .team-section {
        padding:50px 0px;
    }
    .thankyou-page .team-section h2{
        font-size:30px;
    }
}
@media (max-width:767px){
    .thankyou-page .team-section {
        padding:30px 0px;
    }
    .thankyou-page .team-section h2{
        font-size:25px;
    }
}
@media (max-width:576px){
    .thankyou-page .team-section h2{
        font-size:20px;
    }
}
