@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

@font-face {
    font-family: 'BreeSerifLight';
    src: url('../fonts/BreeSerifLight.eot');
    src: url('../fonts/BreeSerifLight.eot') format('embedded-opentype'),
        url('../fonts/BreeSerifLight.woff2') format('woff2'),
        url('../fonts/BreeSerifLight.woff') format('woff'),
        url('../fonts/BreeSerifLight.ttf') format('truetype'),
        url('../fonts/BreeSerifLight.svg#BreeSerifLight') format('svg');
}

.roboto-medium {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: repeat-x top #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bree Serif", serif;
}

body,
select,
input,
textarea {
    color: #686E78;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

img {
    border: none;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}

figure {
    margin: 0;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

a:hover {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
}

/* footer */
.footer-con {
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-con .copyright-con p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

/* PLANS SECTION */
.plans-outer-wrapper {
    background-image: linear-gradient(180deg, #ffffff 0%, #DFF6F9 100%);
    padding-top: 80px;
    padding-bottom: 100px;

}

.plans-outer-wrapper .plan-box .up-con {
    border-radius: 20px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
}

.plans-outer-wrapper .plan-box {
    border-radius: 20px;
    padding: 0 0 40px;
    display: flex;
    flex-direction: column;
}

.plans-outer-wrapper .col-lg-3.col-md-6 {
    padding: 0 8px;
}

.plans-outer-wrapper .plan-box ul li img {
    position: absolute;
    left: 0;
    top: 5px;
    /* color: #39BEF1; */
    /* font-size: 16px; */
}

.plans-outer-wrapper .plan-box ul li {
    color: #19202D;
    padding-left: 30px;
    margin-bottom: 10px;
}

.plans-outer-wrapper .plan-box ul {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.plans-outer-wrapper .plan-box .down-con {
    padding: 30px 25px 0;
    display: flex;
    flex-direction: column;
}

/* font sizes */
h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: bold;
}

.heading-title-con {
    margin-bottom: 40px;
}

h4 {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}

h1 {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 24px;
    font-weight: bold;
}

/*  */
a.action-btn,
.action-btn a {
    background-color: #03B67A;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    border: none;
    border-radius: 20px;
    padding: 15px 28px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.action-btn a {
    border-radius: 100px;
    min-width: 202px;
    height: 48px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
}

a.action-btn {
    text-decoration: none !important;
}

.button-outer-wrapper {
    text-align: center;
    display: flex;
    margin: auto auto 0;
}

/* BANNER SECTION */
.parking-banner-con {
    background-image: url(../images/parking-banner-img.jpg);
    background-size: cover;
    background-position: center;
}

.parking-banner-con figure img {
    margin-bottom: 60px;
}

.parking-banner-con p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 22px;
}

.copyright-con a {
    color: #03b67a;
    text-decoration: none;
}