@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", sans-serif !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: rgba(10,27,34,0.8);
    text-rendering: optimizeLegibility;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-left {
    padding-left: 100px;
}
img {
    max-width: 100%;
}
.logo img {
    height: 85px;
}
.main-slogan {
    margin-top: 58px;
    margin-bottom: 32px;
}
.main-slogan h3 {
    background-color: #032960;
    display: inline;
    color: white;
    padding: 3px 70px 8px 0px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    position: relative;
    font-size: 50px;
    font-weight: 800;
}
.main-slogan h3::before {
    position: absolute;
    content: "";
    background-color: #032960;
    top: 0;
    bottom: 0;
    left: -100px;
    width: 100px;
}
.slogan-dash {
    font-weight: 300;
}
.main-heading h4 {
    font-size: 25px;
    font-weight: 600;
}
.content.text-info p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 22px;
}
.contact-info {
    margin-top: 52px;
}
.contact-heading {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
}
.content {
    margin-top: 50px;
}
b, strong {
    font-weight: 800 !important;
}
.contact-icon img {
    height: 18px;
}
.each-contact-info {
    display: inline-block;
    margin-right: 25px;
}
.each-contact-info a {
    font-size: 20px;
    color: white;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.contact-info-container {
    background-color: #48b249;
    display: inline-block;
    padding: 10px 20px 10px 30px;
    border-radius: 50px;
}
.contact-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-right: 8px;
}
.tick-icon img {
    height: 45px;
    margin-right: 8px;
}
.better-services {
    font-size: 20px;
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 25px;
}
.our-progress p span {
    font-size: 22px;
    font-weight: 700;
}
.our-progress p {
    font-size: 18px;
}
.parkforyou-landing-page {
    position: relative;
}
.header-bg {
    height: 50vw;
    min-height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url('/uploads/images/header-image.jpg');
}
.header-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 82%;
    background: linear-gradient(to right, rgb(255, 255, 255) 71%,rgba(255,255,255,0) 100%);
}
.container-left {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 1835px) {
}
.header-bg::before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background: -moz-linear-gradient(to top, rgb(255, 255, 255) 10%,rgba(255, 255, 255,0) 100%);
    background: -webkit-linear-gradient(to top, rgb(255, 255, 255) 10%,rgba(255, 255, 255,0) 100%);
    background: linear-gradient(to top, rgb(255, 255, 255) 10%,rgba(255, 255, 255,0) 100%);
    height: 80px;
}
.resp-img {
    display: none;
}
.main-slogan h2 {
    display: none;
}
.main-email {
    height: auto;
    cursor: pointer;
    display: block;
}
.each-contact-info a {
    cursor: pointer;
}
a:hover {
    color: #032960;
}
@media only screen and (max-width: 1600px) {
    .header-bg::after {
        width: 90%;
    }
}
@media only screen and (max-width: 1400px) {
    .header-bg {
        background-image: url('/uploads/images/header-image-res.jpg');
        background-position: initial;
        height: 68vw;
    }
    .container-left {
        padding-left: 50px;
    }
    .main-slogan h3 {
        font-size: 46px;
    }
}
@media only screen and (max-width: 1350px) {
    .header-bg {
        height: 70vw;
    }
}
@media only screen and (max-width: 1280px) {
    .header-bg {
        background-image: none;
        height: 0;
        min-height: auto;
    }
    .header-bg::before {
        display: none;
    }
    .header-bg::after {
        display: none;
        width: auto;
    }
    .container-left {
        position: relative;
        top: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .main-slogan h3 {
        font-size: 40px;
    }
    .main-slogan {
        margin-top: 50px;
    }
    .resp-img {
        display: block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        background-image: url('/uploads/images/header-image.jpg');
        padding-top: 40%;
        margin-top: 100px;
    }
    .resp-img::after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        content: "";
        background: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 10%,rgba(255, 255, 255,0) 100%);
        background: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 10%,rgba(255, 255, 255,0) 100%);
        background: linear-gradient(to bottom, rgb(255, 255, 255) 10%,rgba(255, 255, 255,0) 100%);
        height: 100px;
    }
    .resp-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 55%;
        background: linear-gradient(to right, rgb(255, 255, 255) 60%,rgba(255,255,255,0) 100%);
    }
    .content.text-info p br {
        display: none;
    }
    .contact-heading br {
        display: none;
    }
}
@media only screen and (max-width: 1115px) {
    .main-slogan h3 {
        font-size: 35px;
        padding: 3px 50px 8px 0px;
    }
    .main-heading h4 {
        font-size: 23px;
    }
    .content {
        margin-top: 40px;
    }
    .contact-info {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 950px) {
    .main-slogan h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 850px) {
    .main-slogan h3 {
        font-size: 28px;
        padding: 3px 30px 8px 0px;
    }
    .main-heading h4 {
        font-size: 22px;
    }
    .each-contact-info a {
        font-size: 19px;
    }
}
@media only screen and (max-width: 769px) {
    .main-slogan h3 {
        font-size: 25px;
    }
    .container-left {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-slogan {
        margin-bottom: 27px;
        margin-top: 40px;
    }
    .main-heading h4 {
        font-size: 20px;
    }
    .content.text-info p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .content {
        margin-top: 30px;
    }
    .contact-info {
        margin-top: 30px;
    }
    .contact-heading {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .contact-info-container {
        padding: 30px 30px 10px 40px;
    }
    .each-contact-info {
        display: block;
        margin-bottom: 20px;
    }
    .tick-icon img {
        height: 36px;
    }
    .better-services {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .logo img {
        height: 65px;
    }
}
@media only screen and (max-width: 650px) {
    .main-slogan h3 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 650px) {
    .main-slogan h3 {
        font-size: 21px;
        padding: 3px 20px 8px 0px;
    }
}
@media only screen and (max-width: 550px) {
    .main-slogan h2 {
        display: block;
        font-weight: 700;
    }
    .main-slogan h3 {
        display: none;
    }
    .main-heading h4 {
        font-size: 18px;
    }
    .content.text-info p {
        font-size: 16px;
    }
    .contact-heading {
        font-size: 16px;
    }
    .our-progress p {
        font-size: 16px;
    }
    .our-progress p strong {
        display: block;
    }
}