:root {
    --white1: #F5F0F0;
    --white2: #E6DDDD;
    --orange: #22574D;
    --dark-green: #22574D;
    --gray-light: rgb(229, 231, 236);
}
body {
    font-family: 'Inter', sans-serif;
    background-color: var(--white1);
   
}

.text-primary {
    color: #22574D;
}

.top-nav {
    background-color: #30323C;
}

.top-nav ul {
    padding-left: 0px;
    list-style: none;
}

.top-nav ul li {
    padding: 10px 15px;
}

.top-nav ul li a {
    font-size: 14px;
    color: #d4d6db;
    text-decoration: none;
}

.top-nav ul li a:hover {
    text-decoration: underline;
    color: white;
    padding-bottom: 0px !important;
}

.logo-div {
    height: 80px;
}

.navbar-brand {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.897), rgba(255, 255, 255, 0.76));
    margin-top: 10px;
    overflow-y: visible;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.navbar-brand img {
    /* height:150px; */
    width: 70px;
    height: auto !important;
}



.dropdown2 {
    float: left;
    overflow: hidden;
}

.dropdown2 .dropbtn {
    font-size: 14px;
    color: #d4d6db;
    text-decoration: none;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

/* .navbar a:hover,
.dropdown2:hover .dropbtn {
    background-color: white;
    color: #23242B;
} */

.dropdown2-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dropdown2-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown2:hover .dropdown2-content {
    display: block;
}

.border-right {
    border-right: 1px solid #d9e0e4;
}

.level-2 {
    margin-bottom: 20px;
}

.level-2 a {
    color: #23242b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.level-3 {
    margin-bottom: 30px;
}

.level-3 li {
    margin-bottom: 15px;
}

.level-3 a {
    color: #23242b;
    font-size: 14px;
    text-decoration: none;
}

/* a:hover {
text-decoration: underline;
}

 a:focus {
text-decoration: underline;
}
 */

.flyout-promo {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.flyout-close {
    background: #ebeced;
    border-bottom: 1px solid #d9e0e4;
}

.flyout-close .fa {
    display: block;
    color: #23242b;
    padding: 15px 0;
}

.flyout-close a:hover {
    text-decoration: none;
}

.flyout-close a:focus {
    text-decoration: none;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
}

.bg-section {
    background-color: var(--gray-light);
}

.featured-div {
    background-image: url(/assets/images/059-3-0813_jpeg-medium.jpg.jpeg)
}

.quick-links {
    font-weight: 100;
    text-transform: uppercase;
    font-weight: 100;
    text-transform: uppercase;
    font-weight: 100;
    text-transform: uppercase;
    font-weight: 100;
    text-transform: uppercase;
    font-weight: 100;
    text-transform: uppercase;
}

/* ==========================================================accordian */

/* .order-lg-1{
    order: 1 !important;
}
.order-2{
    order: 2 !important;
} */

.filter-heading {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-green);
    border-bottom: 1px solid var(--dark-green);
    padding-bottom: 15px !important;
}

/* .filter-div{
    background-color: rgb(229, 231, 236);

} */

.accordian2,
.accordian {
    background-color: transparent;
    color: #23242b;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600 !important;
    transition: 0.4s;
    border-bottom: 1px solid white;
}

.accordian-child {
    background-color: rgb(217, 219, 224);
    color: #23242b;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600 !important;
    transition: 0.4s;
}

.accordian-main {
    background-color: rgb(217, 219, 224);
    color: #23242b;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600 !important;
    transition: 0.4s;
}

.active3,
.accordian:hover,
.active2,
.accordian-child:hover,
.activeMain,
.accordian-main:hover {
    background-color: var(--white2);
}

.panel-child,
.panel-main,
.panel {
    padding: 10px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel-main {
    background-color: var(--dark-green);
}

.accordian-main:after {
    content: "\2193";
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordian:after,
.accordian-child:after {
    content: '\002B';
    color: #23242b;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active3:after,
.active2::after {
    content: "\2212";
    color: #23242b;
}

.activeMain::after {
    content: "\2191";
    color: white;
}

.accordian-main {
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: var(--dark-green) !important;
    padding: 8px 10px;
}

.filter {
    background-color: var(--gray-light);
    width: 260px;
    display: flex !important;
    flex-shrink: 0 !important;
    height: 670px;
    overflow-y: hidden;
}

.filter::-webkit-scrollbar {
    width: 5px;
}

.filter::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.filter:hover {
    overflow-y: auto;
}

.news-container {
    display: flex !important;
    flex-shrink: 0 !important;
}

/* ============================================new */

/*overide the .PromoPanItem - background-color*/

.PromotionPanelMainOuterWraper {
    width: 250px;
}

.PPI-Yellow {
    background-color: #f8ecce;
}

.PromoPanItem {
    margin: 0px 10px 10px 0px;
    padding: 20px 0px;
    display: flow-root;
}

.PPIHeading {
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    color: #23242b !important;
    font-weight: 700;
    padding: 0px 15px !important;
}

.PPIMSGBody {
    font-weight: normal;
    margin: 10px 0px 15px;
    padding: 0px 15px !important;
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.PPIMSGBody a {
    color: #23242b;
    font-weight: bold;
    text-decoration: underline;
}

.news-arrow {
    color: black;
    font-size: 18px;
}

/* ====================main area */

.main-area {
    display: flex;
    justify-content: space-between;
}
.panel-card--text.text-white.text-center {
    color: #22574D !important;
}
button.nav__button:hover {
    background: white;
    color: #22574D;
}
.panel-card {
    background-color: white;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black !important;
    border: 2px solid transparent;
}

.panel-card--icon {
    font-size: 22px;
    margin-right: 10px;
}

.panel-card--text {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}

.panel-card:hover {
    border: 2px solid var(--orange);
}

/* -----------------------------slide */








.flip-card3 {
    background-color: var(--dark-green) !important;
}

.flip-card {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.flip-card-content3 {
    position: absolute;
    background-color: var(--dark-green);
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
}

.flip-card-content::-webkit-scrollbar {
    width: 5px;
}

.flip-card-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.flip-card-content3 h1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.show-text {
    font-size: 14px;
    height: 0px;
    overflow: hidden;
    transition: all .5s;
}

.flip-card-content3:hover .show-text {
    display: block;
    transition: all .5s;
    height: 80px;
}

.flip-card3 {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.flip-card img {
    /* min-height: 200px; */
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.flip-card2 {
    position: relative;
    cursor: pointer;
    height: 100%;
}

.flip-card2 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.map-card {
    height: 100%;
    position: relative;
    background-color: #01b0f8;
}

.map-card img {
    height: 100%;
    width: 100%;
}

.map-content {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
    color: white;
}

.flip-card-content {
    position: absolute;
    height: 50px;
    background-color: white;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 17px 10px;
}

.flip-card-content h1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.flip-card-content p {
    font-size: 14px;
}

.flip-card:hover .flip-card-content {
    height: 95%;
    transition: all .5s;
    overflow-y: auto;
}

/* What's On block. */

#WhatsOnBlock {
    background: #fff;
    border: 1px solid #cfd3de;
    padding: 30px;
    font-size: 16px;
    color: #434c5d;
    text-align: center;
    line-height: 1.35;
    margin-top: 20px
}

#WhatsOnBlock a {
    color: var(--orange);
    font-weight: bold;
    display: block;
    margin-top: 20px;
    font-size: 16px
}

.f-14 {
    font-size: 14px
}

/* ==================================================footer */

.footer {
    background-color: var(--dark-green);
    border: none;
    padding: 30px 0px;
}

.footer-col a {
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-decoration: underline;
}

.footer-col {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

/* ====================header */

header {
    position: relative;
    z-index: 3;
    padding: 10px 0px;
    /* height: 80px; */
}

.close-icon {
    display: none;
    font-size: 24px
}

.open-icon {
    font-size: 24px
}

.navbar-brand .logo {
    object-fit: contain;
    height: 50px;
}

.navbar-brand {
    font-size: 30px;
    font-weight: 600;
    color: #22574D !important;
}

.navbar-brand .text {
    object-fit: contain;
    height: 40px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    padding: 10px 10px !important;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none !important;
    border-radius: 0px !important;
}

.gtco-testimonials .active {
    opacity: 1 !important;
}

.active-menu {
    border-bottom: 2px solid white;
}

.dropdown-menu {
    background-color: var(--dark-green) !important;
}

.dropdown-menu li a {
    color: white !important;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #5f9ec9 !important;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.menu-list {
    list-style: none;
}

/* .z-index-100{
      z-index: 100;
  } */

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.dropdown-menu {
    min-width: 200px;
    top: 41px;
    border-radius: 0 0 0 6px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* .dropdown-menu-main{
      height: 400px !important;
      overflow-y: scroll;
  } */

.white-space-no-wrap {
    white-space: nowrap;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.gov-logo {
    position: absolute;
    top: 10px;
    right: 0px;
}

.search-div {
    position: relative;
}

.search-div i {
    position: absolute;
    left: 7px;
    top: 3px;
    color: var(--dark-green);
}

.search {
    /* margin-right: 100px; */
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    padding-left: 30px;
}

.search:focus,
.search:active {
    outline: none;
    box-shadow: none;
}

main {
    position: relative;
    z-index: 1;
}

.home-video {
    width: 100%;
}

.nav-menu {
    background-color: #F5F0F0 !important;
  
    position: relative;
    padding: 0px;
}
button.nav__button{
    color:#22574D !important;
}
a.nav__button {
    color: #22574D;
}
a.nav__button{
      color:#22574D !important;
}
.search-text {
    font-size: 12px;
    color: white;
    cursor: pointer;
}

.search-text i {
    font-size: 18px;
}

.testimonials {
    background: linear-gradient(#0454866c, #0454866c), url("https://tmc123.netlify.app/assets/images/Karachi-1.jpg");
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.testimonials h1 {
    font-size: 36px;
    font-weight: 500;
    color: white;
    text-align: left;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0.568);
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: white;
    /* box-shadow: 0 8px 30px -7px #c9dff0; */
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
    height: 100%;
    min-height: 350px;
    /* min-height: 460px; */
}

.Agenda {
    font-size: 14px !important;
    font-weight: 500;
    color: gray;
    text-align: left !important;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.city-council-btn {
    background-color: var(--orange);
    color: white;
    border-radius: 6px;
    display: inline-block;
    font-weight: 700;
    justify-self: flex-end;
    margin-top: auto;
    min-width: 160px;
    padding: 10px 20px;
    border: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px !important;
}

.gtco-testimonials .card h5 {
    color: var(--dark-green);
    font-size: 21px;
    line-height: 1.3;
    text-align: left;
}

.gtco-testimonials .card h5 span {
    font-size: 14px;
    color: #666666;
}

.gtco-testimonials .card {
    font-size: 22px;
}

.gtco-testimonials .card p {
    font-size: 16px;
    color: #555;
    font-weight: 700;
    padding-bottom: 15px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 24px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

.dck-footer-h5 {
    color: black;
    font-family: var(--font-family);
    font-size: 19px;
    letter-spacing: 1px;
}

.dck-footer-h5 {
    color: black;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.dck-footer a {
    color: black;
    font-size: 14px;
}

.dck-footer a:hover {
    color: black;
}

.icon-footer i {
    color: black !important;
}

.citizen_complain a {
    color: #035620 !important;
    font-size: 22px;
    font-weight: 600;
    outline: none !important;
    text-decoration: none !important;
    transition: 0.5s all;
}


/* .mega-menu {
    display: none;
} */

.mega-menu--active::-webkit-scrollbar {
    width: 7px;
}

.mega-menu--active::-webkit-scrollbar-thumb {
    background-color: var(--orange);
}

.main-btn {
    background-color: #22574D;
    border: none;
    padding: 11px 10px;
    color: #22574D;
}


.card-header {
    font-size: 22px;
    font-weight: bold;
    color: #22574D;
    background-color: #22574D;
}

button.btn.btn-primary {
    background: #22574D;
    border: none;
    padding: 11px 40px;
}

.navbar-brand {
    margin: 0 !important;
}

#logo {
    margin: 0 !important;
}


.panel-child a {
    font-size: 13px;
    padding-bottom: 13px;
    display: block;
}

.bi-arrow-right-circle-fill::before {
    display: none;
}

/* White with green link style */

/* .aside-list {
    list-style: none;
    padding: 10px 5px;
}

.aside-list li a {
    padding: 5px 5px;
    background: #22574d;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: 400;
} */

/* DarkGreen Aside style */
.filter.aside-filter {
    background-color: rgb(34 87 77);
}

.filter.aside-filter .filter-heading {
    color: #ffffff;
    border-bottom: 3px solid #a1a1a1;
}

.aside-list {
    list-style: none;
    padding: 10px 5px;
}

.aside-list li a {
    padding: 5px 5px;
    background: #22574d;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-weight: 400;
    border-bottom: 1px solid #afafaf;
}

.aside-list li a:hover {
    text-decoration: underline;
}

/* DarkGreen Aside style --- end*/
.alert.alert-success {
    background: #a6ed8e !important;
}

.alert {
    padding: 10px;
}

.closeAlert {
    background: #262c2694;
    width: 30px;
    height: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}


ul.search-list {
    padding: 0;
    list-style: none;
}

ul.search-list li.post-card a {
    padding: 10px;
    background: #ebebeb;
    margin-top: 10px;
    display: flex;
    width: 100%;
    border-radius: 5px;
    gap: 10px;
    align-items: center;
}

ul.search-list li.post-card img {
    max-width: 70px;
    object-fit: contain;
    width: 28%;
    height: 50px;
    background: azure;
}

ul.search-list li.post-card .search-title {
    font-size: 16px;
    width: 100%;
    margin: 0;
    color: #064a33;
}

.slides{
    width: 100%;
}









