@font-face {
    font-family: 'Arial';
    src: url('font/ArialMT.eot');
    src: url('font/ArialMT.eot?#iefix') format('embedded-opentype'), url('font/ArialMT.woff2') format('woff2'), url('font/ArialMT.woff') format('woff'), url('font/ArialMT.ttf') format('truetype'), url('font/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5 {
    font-family: 'Arial', sans-serif;
    color: #00B9BB;
}
h5 { font-size: 16px; }
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
}
.small-title{
    font-size: 18px;
    color: #00abac;
    margin-bottom: 30px;
    font-weight: bold;
}
.main-title{
    color: #00abac;
    font-weight: bold;
}
a,a:hover{
    color: #00abac;
}
/* ----- [Header style] ----- */
.header-main .navbar {
    width: 100%;
}
.header-main .navbar img {
    max-width: 40px;
}
.navbar-main {
    background-color: #00abac;
}
.navbar-main .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-main .navbar-nav .nav-link {
    color: #fff;
    padding: 0px 20px;
    border-right: 1px solid #fff;
}
.navbar-main .navbar-nav .home a.nav-link {
    border-right: none;
}
.navbar-main .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 0;
    border: none;
}
.navbar-toggler-icon:before {
    content: "\f0c9";
    color: #00abac;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 28px;
}
.navbar-toggler {
    background-color: #fff;
}
/* ----- [banner-sec style] ----- */
.slid-bar {
    position: relative;
}
.banner-content h1 {
    position: absolute;
    top: 50%;
    left: auto;
    color: #fff;
    font-weight: normal;
    font-size: 54px;
    transform: translateY(-50%);
}
.top-banner-slid img {
    height: 12.136vw;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
/* ----- [welocme section style] ----- */
section.welcome {
    background-color: #e9e9e9;
    padding: 60px 0;
}
.welcome-inner h4 {
    margin-bottom: 40px;
    font-weight: bold;
}
.welcome-inner p{
    margin-bottom: 23px;
}
/* ----- [services style] ----- */
.content-wrapper {
    padding: 40px 0 30px;
}
.services-text p {
    font-size: 16px;
    text-align: center;
    color: #00abac;
    margin-bottom: 50px;
    font-weight: bold;
}
.services .col-xl-3 {
    margin-bottom: 50px;
}
.services img {
    max-width: 130px;
}
.services .quickLinks__item {
    text-align: center;
    text-decoration: none;
}
.quickLinks__tiile {
    font-size: 16px;
    color: #212529;
    text-decoration: none;
    margin-top: 15px;
}
.quickLinks {
    background-color: #efefef;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 175px;
}
.services img {
    max-width: 60%;
}
/* ----- [Park list style] ----- */
.item-box {
    border: 1px solid #cccccc;
    border-radius: 10px;
}
.item__title {
    font-weight: 600;
    font-size: 18px;
    color: #00b9bb;
}
.list__inner {
    padding: 20px 10px;
}
.list__img img {
    width: 100%;
}
button.read-more {
    margin-top: 20px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #00b9bb;
    padding: 5px 15px;
     background-color: #00b9bb;
    color: #fff;
    font-size: 12px;
}
button.read-more:hover {
    background-color: transparent;
    border: 1px solid #00b9bb;
    color: #212529;
}
.list-main .small-title {
    font-size: 22px;
}
.list__img img {
    border-radius: 10px 10px 0 0;
}
.item__date{
    color: #acacac;
    font-size: 12px;
}
.main-title-parks {
    display: flex;
    justify-content: space-between;
}
.main-title-parks .parks-select {
    width: 40%;
    display: flex;
    align-items: center;
}
.main-title-parks .parks-select select.custom-select {
    margin-left: 10px;
}
.main-title-parks .small-title {
    margin-bottom: 0;
}
.main-title-parks .parks-select label{
    width: 25%;
    text-align: right;
}
/* ----- [Details page style] ----- */
.details-title h4.main-title {
    margin-bottom: 40px;
}
.grey-title {
    font-size: 18px;
    color: #acacac;
}
.details-decs {
    color: #212529;
}
.detail-icons img {
    width: 50px;
     margin-right: 20px;
}
.row-main {
    padding-bottom: 20px;
}
.councillor__img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    min-height: 207px;
}
.councillor {
    border-radius: 10px;
    box-shadow: 0px 14px 22px rgb(0 0 0 / 27%);
}
.councillor__tiile {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}
.grey-button {
    background-color: #b2b2b2;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;

}
.grey-button i {
    margin-right: 15px;
}
.grey-button.call {
    margin-right: 20px;
}
.councillor-details-img.row-main {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.councillor-desc h2 {
    font-size: 36px;
    color: #00abac;
    font-weight: bold;
}
.councillor-desc h3 {
    color: #acacac;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
}
.councillor-desc {
    padding-left: 30px;
}
.image-councillor img {
    box-shadow: 0px 9px 15px rgb(0 0 0 / 60%);
}
/* ----- [Footer style] ----- */
.footer {
    background: #333333
}
.footer .footer_top {
    padding-top: 30px;
    padding-bottom: 30px
}
.footer .footer_top .footer_widget .footer_title {
    font-size: 22px;
    font-weight: 400;
    color: #00B9BB;
    text-transform: capitalize;
    margin-bottom: 10px
}
.footer .footer_top .footer_widget p.footer_text {
    font-size: 16px;
    color: #BABABA;
    margin-bottom: 23px;
    font-weight: 400;
    line-height: 28px
}
.footer .footer_top .footer_widget ul li a {
    font-size: 16px;
    color: #BABABA;
    line-height: 42px
}
.footer .footer_top .footer_widget ul li a:hover {
    color: #009DFF
}
.footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px
}
.footer .footer_top .footer_widget .newsletter_form input {
    width: 100%;
    height: 45px;
    background: #fff;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    border: none
}
.tel-num a {
    font-size: 40px;
    color: #fff;
}
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
    font-size: 16px;
    color: #919191
}
#step1 button, #step2 button {
    font-size: 14px;
    color: #fff;
    background: #008484;
    padding: 15px;
    cursor: pointer;
    border: none;
    display: block;
    margin: 0px auto;
}
.footer .footer_top .footer_widget .newsletter_form button {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #D73B33;
    padding: 10px;
    padding: 0 22px;
    cursor: pointer
}
.footer .footer_top .footer_widget .newsletter_text {
    font-size: 16px;
    color: #fff;
    display: block;
}
.footer .copy-right_text {
    padding-bottom: 60px
}
.footer .copy-right_text .footer_border {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px
}
.footer .copy-right_text .copy_right {
    font-size: 16px;
    color: #919191;
    margin-bottom: 0;
    font-weight: 400
}
.footer .copy-right_text .copy_right a {
    color: #009DFF
}
.footer .copy-right_text .socail_links {
    text-align: right
}
.footer .copy-right_text .socail_links ul li {
    display: inline-block
}
.footer .copy-right_text .socail_links ul li a {
    color: #A8A7A0;
    margin: 0 10px;
    font-size: 15px
}
.footer .copy-right_text .socail_links ul li a:hover {
    color: #fff
}
.footer-email a {
    color: #fff;
    font-size: 21px;
}
p.tel-num {
    margin: 0;
}
/*homesidebar*/
.home-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
}
.sidebar-section {
    padding-top: 30px;
}
.home-sidebar img{
    width: 100%;
}
.home-sidebar a:hover {
    color: #f1f1f1;
}
.home-sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 36px;
    margin-left: 50px;
    pointer-events: auto;
    z-index: 999;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}
.sidebar-section .row {
    margin-bottom: 15px;
}
.sidebar-section .row .item__title.text-center {
    margin-top: 10px;
    font-size: 16px;
    
}
.sidebar-section .sidebar-img__icon img{
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 150px;
    width: 200px;
}
.sidebar-img__icon {
    text-align: center;
}
@media (min-width: 1280px) and (max-width: 1400px) {
    .sidebar-section .sidebar-img__icon img {
        height: 130px;
        width: 180px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .top-banner-slid img {
        height: 30vw;
    }
    .location.row-main iframe {
        height: 300px;
    }
    .ward-councillor.row-main .col-md-2 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .councillor__img img {
        min-height: 270px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .services-text p {
        font-size: 22px;
    }
    .services img {
        max-width: 80px;
    }
    .quickLinks__tiile {
        font-size: 15px;
    }
    .banner-content h1 {
        font-size: 36px;
    }
    .navbar-main .navbar-nav .nav-link {
        padding: 0px 15px;
    }
    .quickLinks {
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    section.welcome {
        padding: 30px 0;
    }
    .welcome-inner h4 {
        margin-bottom: 20px;
    }
    .item__title {
        font-size: 16px;
    }
    .councillor__img img {
        height: 370px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* ---- [header css] ---- */
    .header-main .navbar img {
        max-width: 50px;
    }
    button:focus {
        outline: 0;
    }
    /* ---- [banner-sec css] ---- */
    .banner-content h1 {
        font-size: 38px;
    }
    /* ---- [services css] ---- */
    .services-text p {
        font-size: 18px;
    }
    .quickLinks__tiile {
        font-size: 15px;
    }
    .services .col-md-2 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    /* ---- [listing page css] ---- */

    .list-main .col-md-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    /* ---- [listing page css] ---- */
    /* ---- [footer css] ---- */
    .footer .footer_top .footer_widget {
        margin-bottom: 30px
    }
 	.footer-email a {
        color: #fff;
        font-size: 14px;
    }
    .footer .footer_top .footer_widget .footer_title {
        font-size: 14px;
    }
    .footer .footer_top .footer_widget .newsletter_text {
        font-size: 14px;
    }
    img.footer-code {
        width: 173px;
    }
    .footer .footer_top .footer_widget .newsletter_form button {
        position: relative;
        top: 6px;
        right: 0;
        height: 100%;
        border: none;
        font-size: 14px;
        color: #fff;
        background: #D73B33;
        padding: 10px;
        padding: 5px 30px 4px 30px;
        cursor: pointer;
    }
    .call-img {
        right: 16px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 82px;
        width: 100%;
        left: 0;
        background-color: #00abac;
        z-index: 9;
        padding-bottom: 20px;
        border-top: 1px solid #fff;
    }
    .navbar {
        padding: 5px 0;
    }
    .navbar-main {
        position: relative;
    }
    .header-main .navbar {
        position: static;
    }
    .navbar-main .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 20px;
        border-right: none;
    }
    .navbar-main .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background-color: rgb(0 0 0 / 10%);
        margin: 0px 30px;
    }
    .navbar-main .dropdown-item {
        font-size: 14px;
        color: #fff;
    }
    .services img {
        max-width: 80px;
    }
    section.welcome {
        background-color: #e9e9e9;
        padding: 30px 0;
    }
    .welcome-inner h4 {
        margin-bottom: 20px;
        font-weight: bold;
    }
    /* ---- [listing page css] ---- */
    .item-box {
        margin-bottom: 30px;
    }
    /* ---- [listing page css] ---- */
}

@media (max-width: 767px) {
    /* ---- [header css] ---- */
    .header-main .navbar img {
        max-width: 50px;
    }
    button:focus {
        outline: 0;
    }
    .top-banner-slid img {
        height: 50vw;
    }
    /* ---- [banner-sec css] ---- */
    .banner-content h1 {
        font-size: 28px;
        top: 41%;
        left: 50%;
        transform: translate(-50%);
    }
    /* ---- [services css] ---- */
    .services-text p {
        font-size: 18px;
    }
    .quickLinks__tiile {
        font-size: 16px;
    }
    .quickLinks {
        padding: 20px;
        margin-bottom: 20px;
        height: auto;
    }
    .quickLinks__tiile br {
        display: none;
    }
    .content-wrapper {
        padding: 30px 0 30px;
    }
    /* ---- [listing page css] ---- */
    .small-title {
        font-weight: bold;
    }
    .main-title-parks {
        flex-direction: column;
    }
    .main-title-parks .parks-select {
        width: 100%;
    }
    .main-title-parks .small-title {
        margin-bottom: 10px;
    }
    /* ---- [listing page css] ---- */
    /* ---- [details page css] ---- */
    .details-title h4.main-title {
        margin-bottom: 15px;
    }
    h4.main-title {
        font-size: 20px;
    }
    .location.row-main iframe {
        height: 200px;
    }
    .row-main {
        padding-bottom: 10px;
    }
    .councillor {
        margin-bottom: 30px;
    }
    .councillor__img img {
        min-height: auto;
    }
    /* ---- [footer css] ---- */
    .footer .copy-right_text .copy_right {
        font-size: 14px
    }
    .footer .copy-right_text .socail_links {
        text-align: center;
        margin-top: 30px
    }
    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 15px;
    }
    .footer .footer_top {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .footer .footer_top .footer_widget {
        margin-bottom: 30px
    }
    .sidebar-section .sidebar-img__icon img {
        height: 115px;
        width: 180px;
    }
    .sidebar-section .row .item__title.text-center {
        margin-top: 10px;
        font-size: 14px;
    }
    .sidebar-section .row {
        margin-bottom: 10px;
    }
    .sidebar-section i.fas.fa-window-close {
        font-size: 30px;
    }
    .edit-profile .profile-inner form {	
        margin-top: 35px;	
    }	
    .banner-content h1 {	
        font-size: 26px;	
    }
}

@media (min-width:768px) and (max-width:1024px) {
	.councillor-desc h2 {
        font-size: 26px;
    }
    .councillor-desc h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
	.councillor-details-img.row-main {
        flex-direction: column;
    }
    .councillor-details-img.row-main .image-councillor img {
        max-width: 250px !important;
        max-height: 320px;
        width: 250px;
        margin-bottom: 30px;
        object-fit: cover;
    }
    .councillor-desc {
        padding-left: 0;
        text-align: center;
    }
    .councillor-desc h2 {
        font-size: 30px;
    }
    .councillor-desc h3 {
        font-size: 22px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .navbar-main .navbar-nav .dropdown-menu {
        display: block;
    }
    ul.navbar-nav {
        display: flex;
    }
    li.nav-item.dropdown a#navbarDropdownMenuLink {
        display: none;
    }
    li.nav-item.dropdown {
        display: inline-block !important;
        width: 100%;
    }
    .navbar-main .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        background-color: transparent;
        margin: 0;
        width: 100%;
        display: block;
        border: none;
    }
    .navbar-main .navbar-nav .nav-link.dropdown-toggle {
        padding-right: 0;
        border: none;
        display: none;
    }
    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-top: 10px;
    }
    li.nav-item.dropdown span.text-white {
        padding-left: 0 !important;
    }
    .navbar-main .navbar-nav .nav-link {
        padding-top: 0;
    }
}

/* ---- [footer css] ---- */	
.footer .copy-right_text .copy_right {	
    font-size: 14px	
}	
.footer .copy-right_text .socail_links {	
    text-align: center;	
    margin-top: 30px	
}	
.footer .footer_top .footer_widget .footer_title {	
    margin-bottom: 15px;	
}	
.footer .footer_top {	
    padding-top: 30px;	
    padding-bottom: 30px	
}	
.footer .footer_top .footer_widget {	
    margin-bottom: 30px	
}	
.edit-profile .profile-inner form {	
    margin-top: 35px;	
}	
	
li.nav-item.dropdown {	
    display: flex;	
}	
li.nav-item.dropdown a.text-white {	
    padding-left: 20px;	
}	
li.nav-item.dropdown a#navbarDropdownMenuLink {	
    padding: 0px 0px 0px 10px;	
}	
.left-sec .img-block img {	
    max-width: 150px;	
}	
.navbar-toggler-icon:before {	
    content: "\f0c9";	
    color: #00abac;	
    font-weight: 900;	
    font-size: 28px;	
    font-family: 'FontAwesome';	
}	
.navbar-nav .nav-link .fa-home {	
    font-size: 22px;	
    vertical-align: middle;	
    }	
    .edit-profile form button.btn-submit {	
    width: 100%;	
    text-align: center;	
    background-color: #04a2a3;	
    padding: 10px;	
    color: #fff;	
    border-radius: 5px;	
    font-size: 18px;	
    border: none;	
    }	
    .login form .links {	
    display: flex;	
    align-items: center;	
    flex-direction: column;	
    margin-top: 30px;	
    font-size: 16px;	
    }	
    .login form .links a {	
    margin-bottom: 10px;	
}	
body {	
    font-family: Arial, sans-serif;	
    font-size: 16px;	
    background-color: #fff;	
}
#btnShow {	
    border-left: none !important;	
}	
.ui-autocomplete-loading {	
    background:url('../../common/loaders/loader.gif');	
    background-size: 5% 50%;	
    background-position: 99% 98%;	
    background-repeat: no-repeat;	
}

/* Edit Profile Page Start */
.edit-profile, .sign-up {
    padding: 20px 0;
}
.upload-photo .btn-change_photo {
    opacity: 0;
}
.edit-profile .left-sec, .sign-up .left-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.edit-profile .profile-inner form h2, .sign-up form h2 {
    margin-bottom: 25px;
    color: #000;
    font-weight: 700;
}
.edit-profile .left-sec .img-block {
    margin-bottom: 40px;
}
.edit-profile .profile-inner, .sign-up .profile-inner {
    align-items: center;
}
.login .profile-inner {
    display: flex;
    justify-content: center;
}
.upload-photo label {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #04a2a3;
    max-width: 265px;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}
.btn-submit:hover{
    background-color: #037e7e !important;
}
.edit-profile .profile-inner form button.btn-submit, .sign-up form button.btn-submit {
    background-color:#04a2a3;
    border: none;
    width: 100%;
    padding: 15px 0;
    margin-top: 20px;
    font-size: 18px;
}
.edit-profile .profile-inner form input::placeholder, .edit-profile .profile-inner form textarea::placeholder, .sign-up form input::placeholder, .sign-up form textarea::placeholder {
    color: #d0d0d0;
}
.edit-profile .profile-inner form input,
.sign-up form input {
    padding: 10px;
}
.edit-profile .left-sec .upload-photo {
    min-height: 60px;
}
.edit-profile .profile-inner form button.btn-submit:hover, label.btn-submit:hover, .sign-up form button.btn-submit:hover {
    background-color: #1a1a1a;
}
.login form {
    margin-top: 30px;
}
.login form .links {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    font-size: 16px;
}
.forgot-pass h2 {
    color: #000;
    font-weight: 700;
    text-align: center;
}
.reset-pass p {
    text-align: center;
}

.all_news_btn {
    width: 100%;
}
.all_news_btn button.read-more {
    font-size: 14px;
}