 .update-wrapper {
     padding: 60px 0;
     background-color: #023a51;
 }

 .update-wrapper a {
     color: #fff;
 }

 .update-wrapper a:hover {
     color: #fff;
 }

 .portal-ic {
     border: 2px solid #fff;
     height: 90px;
     width: 90px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     /* transition: 0.3s ease; */
     transition: transform .7s;
 }

 .portal-ic:hover a {

     transform: scale(1.1);
 }

 .ic-box-wrapper {
     text-align: center;
     display: flex;
     flex-flow: column;
     justify-content: center;
     align-items: center;
 }

 .portal-text {
     margin-top: 15px;
     font-size: 16px;
 }

 .portal-ic i {
     font-size: 30px;
 }

 /* a {
     color: #000;
 } */

 .portal-text:hover {
     text-decoration: none;
     color: #000;
 }

 .sec-padding {
     padding: 60px 0;
 }

 .tab-sec .tab {
     overflow: hidden;
 }

 .mt-2 {
     margin-top: 20px;
 }

 /* Style the buttons inside the tab */
 .tab-sec .tab button {
     background-color: #023a51;
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 8px 16px;
     transition: 0.3s;
     font-size: 17px;
     color: #fff;
     margin-right: 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }

 .tab-sec {
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     background-color: #fff;
     padding: 20px 15px;
     min-height: 377px;
     border-radius: 10px;
 }

 /* Change background color of buttons on hover */
 .tab-sec .tab button:hover {
     background-color: #ddd;
 }

 /* Create an active/current tablink class */
 /* .tab button.active {
  background-color: #023a51;
} */

 /* Style the tab content */
 .tab-sec .tabcontent {
     display: none;
     padding: 15px 0;
     /* border: 1px solid #ccc; */
     border-top: none;
 }

 /* Style the close button */
 .tab-sec .topright {
     float: right;
     cursor: pointer;
     font-size: 28px;
 }

 .tab-sec .tab.tab-pilll button.active {
     background-color: #0051bb;
 }

 .tab-sec .tab.tab-pilll button:hover {
     background-color: #0051bb !important;
 }

 .tab-sec .tab.tab-pilll button {
     /* background-color: #023a51; */
     background-color: #d2b040;
     
 }

 .tab-sec .findmore {
     text-align: right;
 }

 .tab-sec .list-group-item a {
    color: #000;
 }
 .head-title {
     color: #023a51;
     position: relative;
     text-align: center;
     font-weight: 600;
     padding-bottom: 50px;
     text-transform: uppercase;
     margin-top: 0;
     font-size: 30px;
 }

 .head-title::after {
     content: "";
     display: block;
     height: 4px;
     width: 100px;
     background-color: #0051bb;
     position: absolute;
     bottom: 20px;
     left: 50%;
     transform: translate(-50%, -50%);

 }

 .text-white {
     color: #fff;
     margin-bottom: 20px;
 }

 .head-title.text-white::after {
     background-color: #fff;
 }

 .image-animation {
     height: 400px;
     overflow: hidden;
     border-radius: 10px;
 }

 .img-cover {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
     width: 100%;
     transition: all .3s;
     object-fit: cover;
     /* height: auto; */
 }

 .img-cover:hover {
     transform: scale(1.07);
 }

 .overlay {
     position: absolute;
     bottom: 0;
     /* background: rgb(0, 0, 0); */
     background: #023a514f;
     color: #f1f1f1;
     width: 100%;
     transition: .5s ease;
     opacity: 0;
     color: white;
     font-size: 20px;
     padding: 20px;
     text-align: center;
     height: 80px;
     left: 0;
     right: 0;
 }

 .image-animation {
     position: relative;
 }

 .text-anc {
     color: white;
     font-size: 20px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
 }

 .text-anc:hover {
     color: #fff;
     text-decoration: none;
 }

 .image-animation:hover .overlay {
     opacity: 1;
 }

 .bmc-info-sec {
     /* margin-bottom: 30px; */
     /* background-color: #eaeaea91; */
 }

 .bmc-info-sec img {
     border-radius: 10px;
 }

 .no-padding {
     padding: 0;
 }

 .update-wrapper.update-wrapper-box {
     /* background-color: transparent; */
     background-color: #fff;
 }

 .update-wrapper-box .whitish {
     background-color: #fff;
 }

 .update-wrapper-box .blueish {
     background-color: #0051bb;
 }

 .wrapper-shadow {
     /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
     box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
 }

 .update-wrapper-box .ic-box-wrapper {
     padding: 25px;
     min-height: 400px;
 }

 .update-wrapper-box .update-wrapper a {
     color: #0051bb;
 }

 .whitish .portal-ic {
     border: 3px solid #0051bb;
 }

 .whitish .portal-ic a {
     color: #0051bb;
 }

 .update-wrapper-box.update-wrapper .whitish a {
     color: #0051bb;
     font-size: 20px;
     font-weight: 600;
 }

 .update-wrapper-box.update-wrapper .blueish a {
     color: #fff;
     font-size: 20px;
     font-weight: 600;
 }

 .update-wrapper-box p {
     font-size: 16px;
 }

 .update-wrapper-box .blueish p {
     color: #fff;
 }


 /* home service sec parallex*/

 .home-services {
     padding-top: 120px;
     padding-bottom: 120px;
     color: #fff;
     background: linear-gradient(0deg, rgb(0 0 0 / 75%), rgba(0, 0, 0, 0.781)), url(../cst.jpg) no-repeat center center fixed;
     background-position: fixed;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: left;
 }

 .services-intro {
     margin-bottom: 80px;
 }

 .home-services .services-column {
     text-transform: uppercase;
     text-align: center;
 }

 .home-services .services-column p {
     position: relative;
     font-size: 20px;
 }

 .Ser-ic {
     font-size: 50px;
     margin-bottom: 20px;
 }

 .service-data .head-title {
     text-align: left;
 }

 .service-data .head-title::after {
     left: 0;
     bottom: 30px;
 }

 .f-18 {
     font-size: 18px;
 }



 /* logo carousel sec css */
 /* carousel */
 .logo-sl.media-carousel {
     margin-bottom: 0;
     padding: 0 40px 30px 40px;
     margin-top: 30px;
 }

 /* Previous button  */
 .media-carousel .carousel-control.left {
     left: -12px;
     background-image: none;
     background: none repeat scroll 0 0 #222222;
     border: 4px solid #FFFFFF;
     border-radius: 23px 23px 23px 23px;
     height: 40px;
     width: 40px;
     margin-top: 30px
 }

 /* Next button  */
 .media-carousel .carousel-control.right {
     right: -12px !important;
     background-image: none;
     background: none repeat scroll 0 0 #222222;
     border: 4px solid #FFFFFF;
     border-radius: 23px 23px 23px 23px;
     height: 40px;
     width: 40px;
     margin-top: 30px
 }

 /* Changes the position of the indicators */
 .media-carousel .carousel-indicators {
     right: 50%;
     top: auto;
     bottom: 0px;
     margin-right: -19px;
 }

 /* Changes the colour of the indicators */
 .media-carousel .carousel-indicators li {
     background: #c0c0c0;
 }

 .media-carousel .carousel-indicators .active {
     background: #333333;
 }

 .media-carousel img {
     /* width: 250px; */
     height: 100px
 }

 /* End carousel */


 /* logo color block sliders */
 .orange-block {
     background-color: #E29513;


 }

 .dark-red-block {
     background-color: #BF4827;

 }

 .red-block {
     background-color: #FF6034;

 }

 .green-block {
     background-color: #458112;

 }

 .blue-block {
     background-color: #023a51;

 }

 .c-block {
     padding: 20px;
     position: relative;
     border-radius: 10px;
     height: 170px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     z-index: 1;
     /* transition-duration: 1s; */
 }

 .c-block::after {
     content: "";
     display: block;
     position: absolute;
     right: -43px;
     top: -40px;
     height: 120px;
     width: 120px;
     background-color: #ededed24;
     border-radius: 50%;
     z-index: -1;
     transition: transform ease 300ms;

 }

 .read-more-hov {
     position: absolute;
     right: 15px;
     bottom: 15px;
     transition: top ease 0.5s;
 }

 .read-more-hov .cir-ic {
     background-color: #fff;
     font-size: 10px;
     padding: 6px;
     border-radius: 21%;
     line-height: 1;
     margin-left: 10px;
     color: #000;

 }

 .read-more-hov a {
     color: #fff;
     font-size: 16px;
 }

 .read-more-hov a:hover {
     text-decoration: none;
 }

 .block-ser i {
     font-size: 30px;
     color: #fff;
     margin-bottom: 15px;
 }

 .block-ser p {
     font-size: 20px;
     /* font-weight: 600; */
     color: #fff;
 }

 .logo-colored-block {
     background-color: #eaeaea91;
     position: relative;
     overflow: hidden;

 }

 .logo-sl.media-carousel.carousel-c-block .carousel-control.left {
     margin-top: 72px;
 }

 .logo-sl.media-carousel.carousel-c-block .carousel-control.right {
     margin-top: 72px;
 }

 .twit-box {
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     padding: 14px;
     border-radius: 10px;
     min-height: 377px;
     background-color: #fff;
 }


 .edu-ban {
     width: 100%;
 }

 .ini-img {
     /* text-align: center; */
 }

 .ini-bot-left {
     border: 1px solid #e6e4e4;
     border-radius: 10px;
     margin-top: 10px;
     min-height: 173px;
     margin: auto;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 12px;
     background-color: #fff;
 }

 .seve-ic {
     display: inline-block;
     height: 100%;
     font-size: 45px;
     color: #000000;
     margin-right: 12px;
     position: relative;
     /* top: -5px; */
     line-height: 1;
 }

 .eva-ic-desc {
     display: inline-block;
 }

 .eva-ic-desc h4 {
     font-size: 25px;
     color: #000;
     margin-bottom: 0px;
     margin-top: 0;
     font-weight: 600;
 }

 .sm-txt {
     font-size: 14px;
     color: #858181;
     margin-bottom: 0;
 }

 .online-seva-top-wrapper {
     background-color: #eaeaea;
     padding: 15px;
     border-bottom: 1px solid #b9b9b9;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }

 .online-seva {

     /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

 .list-group-item-in {
     padding: 10px 15px;
     border-bottom: 1px solid #d5d4d4;

 }

 .list-group-item-in a {
     display: inline-block;
 }

 .list-group-item-in span {
     display: inline-block;
 }

 .list-group-in {
     padding-left: 0px;
 }

 .list-group-in a:hover {
     text-decoration: none;
 }

 .list-group-item-in:last-child {
     border-bottom: 0;
 }

 .online-seva-bottom-wrapper {
     height: 370px;
     overflow-y: auto;
     border: 1px solid #ededed;
     background-color: #fff;
 }

 .noti-updates {
     /* background-color: #def1f74a; */
     position: relative;
     overflow: hidden;
 }

 .whats-back-img {
     position: absolute;
     /* left: 0; */
     top: 0;
     z-index: 1;
     right: 0;
 }

 .z-index-2 {
     z-index: 2;
 }

 .logo-colored-block .whats-back-img {
     z-index: 0;
 }

 .diff-sec {
     padding-top: 90px;
     padding-bottom: 90px;
     color: #fff;
     background: linear-gradient(0deg, #023a51fc, #def1f79c), url(../texture-bw.png) no-repeat center center fixed;
     background-position: fixed;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;

 }

 .req-anchor {
     background-color: #fff;
     display: table;
     width: 90%;
     padding: 15px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .req-anchor span {
     display: table-cell;
     /* width: 50%; */
     font-size: 30px;
     line-height: 1;
 }

 .rec-title {
     text-align: right;
     margin-top: 0;
     margin-bottom: 0;
     line-height: 1.5;
     font-size: 17px;
 }

 .req-anchor:hover {
     color: #0051bb;
     text-decoration: none;
 }

 .req-data-box {
     margin-top: 20px;
     position: relative;
 }

 .req-data-box::after {
     content: "";
     display: block;
     height: 7px;
     width: 90%;
     background-color: #023a51;
     bottom: 0;
     left: 0;
     position: absolute;
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;

 }

 /* mission vision */
 .city-vision {
     background-color: #fff;
     padding: 15px 20px 25px 20px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     border-radius: 10px;
     position: relative;
 }


 .city-vision .row {
    align-items: center;
    display: flex;
 }
 .city-vision::after {
     content: "";
     display: block;
     position: absolute;
     height: 7px;
     width: 100%;
     background-color: #0051ba;
     bottom: 0;
     left: 0;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
 }

 .swach-bharat-title {
     font-size: 22px;
     color: #0051ba;
     margin-bottom: 15px;
     font-weight: 600;
     margin-top: 10px;
 }

 .bmc-btn {
     border: none;
     margin-left: 2px;
     margin-right: 2px;
     background: #0051ba;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4;
     border-radius: 4px;
     color: #fff;
     padding: 8px 14px;
     text-decoration: none;
     display: inline-block;
     transition-duration: 0.4s;

 }

 .bmc-btn:hover {
     text-decoration: none;
     color: #fff;
     background-color: #196fd1;
 }

 .rh-ic {
     margin-left: 10px;
 }

 .imp-info-sec {
     background-color: #f8f8f8;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     padding: 70px 0;
 }

 .read-more-hov:hover>.block-ser i {
     font-size: 35px;
 }

 .block-ser i {
     /* transition: 0.7s ease; */
 }

 .c-block:hover::after {
     /* left: -36px;
    bottom: -57px; */
     /* top: auto; */
     transition: 0.5s;
     transform: translate(0, -20px);
 }

 .ic-box-wrapper .portal-ic:hover a {
     font-size: 20px;
 }

 .portal-ic a {
     transition: transform ease 300ms;
 }

 .no-margin {
     margin-bottom: 0 !important;
 }

 .tab-sec .nav-tabs>li>a {
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 8px 16px;
     transition: 0.3s;
     font-size: 17px;
     color: #fff;
     margin-right: 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     background-color: #023a51;
 }

 .tab-sec .nav-tabs>li.active>a,
 .nav-tabs>li.active>a:hover,
 .nav-tabs>li.active>a:focus {
     background-color: #15455d !important;
     color: #fff;
     border: 0;
 }

 .view-btn-data {
     padding: 12px 30px;
     /* background: #0051bb; */
     /* color: #fff !important; */
     border-radius: 10px;
     font-size: 13px !important;
     transition-duration: 0.4s;
     margin-top: 15px;
     border: 1px solid #15455d;
     color: #15455d !important;
     text-decoration: none;
 }

 .view-btn-data:hover {

     text-decoration: none;
     background: #0051bb;
     color: #fff !important;
 }

 .bl-btn {
     border: 1px solid #fff;
     color: #fff !important;

 }

 .bl-btn:hover {
     background-color: #fff !important;
     color: #15455d !important;
 }

 /* .latest-scroller {
    height: 400px;
    overflow: auto;
} */

 .online-seva-bottom-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
     width: 7px;
 }

 .online-seva-bottom-wrapper .mCSB_scrollTools .mCSB_dragger {
     height: 100px !important;
 }


 /* imp links sec */
 .BMC-white-box {
     background-color: #fff;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     padding: 15px;
     border: 1px solid #ededed;
     display: flex;
     align-items: center;
     min-height: 90px;
     -webkit-transition-duration: 0.4s;
     /* Safari */
     transition-duration: 0.3s;
     border-radius: 10px;
 }

 .Imp-Img {
     width: 25%;

 }

 .Imp-Info {
     width: 75%;
     padding-left: 15px;
 }

 .Imp-Info h3 {
     margin: 0;
     padding-left: 13px;
     font-size: 18px;
     word-break: break-word;
     color: #000;
 }

 .Illustrator-links {
     margin-top: 15px;
 }

 .Illustrator-links a:hover {
     text-decoration: none;
 }

 .BMC-white-box:hover {
     background-color: #d2b040;
     color: #fff;
     transition: all 0.8s;
 }
 .BMC-white-box:hover h3 {
    color: #fff;
 }

 /* service carousel */
 .Ser-White-Sec {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     background-color: #fff;
     border-radius: 12px;
     height: 270px;
     /* margin: 15px 15px 12px 0; */
     box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
     padding: 10px;
     position: relative;
     overflow: hidden;
 }

 .Ser-White-Sec::after {
     content: "";
     display: block;
     position: absolute;
     right: -43px;
     top: -40px;
     height: 120px;
     width: 120px;
     background-color: #ededed6d;
     border-radius: 50%;
     z-index: 1;
     transition: transform ease 300ms;
     overflow: hidden;
 }

 .Ser-White-Sec:hover::after {
     transition: 0.5s;
     transform: translate(0, -20px);
 }

 .outer-service-slide-sec {
     display: flex;
     justify-content: center;
     margin-top: 40px;
     position: relative;
 }

 .outer-service-slide-sec::after {
    content: "";
     /* background: #15455d; */
     background: #0051bb;
     border-radius: 12px;
     height: 228px;
     width: 100%;
     position: absolute;
     bottom: -90px;
     z-index: 5;
     left: 0;
 }
 .Service-slides {
     z-index: 6;
     position: relative;
 }

 .Service-slide-halfway {
     position: relative;
 }

 .Service-slide-halfway::after {
     /* content: "";
     background: #15455d;
     border-radius: 12px;
     height: 228px;
     width: 100%;
     position: absolute;
     bottom: -90px;
     z-index: 5;
     left: 0; */
 }

 .service-logo-sec {
     overflow: visible;
 }

 .media-carousel.carousel-c-block.Service-slides .carousel-control.left {
     margin-top: 0px;
     position: absolute;
     background: #fff;
     opacity: 1;
     left: 45%;
     transform: translate(-50%, 0%);
 }

 .media-carousel.carousel-c-block.Service-slides .carousel-control.left:focus {
     opacity: 0.9;
 }

 .media-carousel.carousel-c-block.Service-slides .carousel-control.right {
     position: absolute;
     /* bottom: -30px;
    top: auto;
    right: 40%;
    left: 53%; */
     background: #fff;
     opacity: 1;
     margin-top: 0;
     right: 45% !important;
     transform: translate(-35%, 0%);
 }

 .media-carousel.carousel-c-block.Service-slides .carousel-control.right:focus {
     opacity: 0.9;
 }

 .Service-slides .carousel-control.left {
     color: #15455d;
 }

 .Service-slides .carousel-control.right {
     color: #15455d;
 }

 .ser-control {
     position: absolute;
     width: 100%;
     bottom: -15px;
 }
 .ser-control a {
    font-size: 14px;
 }

 .service-logo-sec {
     background-color: #eaeaea91;
     margin-bottom: 115px;
     padding-bottom: 0;
     box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
 }

 .Ser-White-Sec p {
     font-size: 18px;
     margin-top: 10%;
     text-align: center;
 }

 a:hover {
     text-decoration: none;
 }

 .Ser-White-Sec img {
     width: auto;
     height: 100px;
     transition: .5s ease all;
 }

 .Ser-White-Sec:hover img {
     transform: scale(1.1);
 }
 .abt-img-para p{
    margin-bottom: 0;
    line-height: 20px;
 }
 /* news section css */
 .news-card {
     min-height: 410px;
     border: 1px solid #ddd;
     margin-bottom: 25px;
     position: relative;
     padding: 10px 10px 50px;
     background: #fff;
     border-radius: 4px;
     -moz-transition: all .3s ease-in;
     -o-transition: all .3s ease-in;
     -webkit-transition: all .3sease-in;
     transition: all .3s ease-in;
     box-shadow: 0 0 16px rgba(148, 148, 148, .2);
 }

 .news-card img {
     height: 150px;
     width: 100%;
 }

 .news-card h4 {
     color: #1664c0;
     font-size: 16px;
 }

 .readmorelink-wrapper {
     border-top: 1px solid #eee;
     position: absolute;
     left: 0;
     bottom: 0;
     text-align: center;
     width: 100%;
 }

 .readmorelink-wrapper a {
     display: block;
     padding-top: 12px;
     padding-bottom: 15px;
     text-decoration: none;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -webkit-transition: all .4sease;
     transition: all .4s ease;
 }


 /* news mcgm sec */
 .BMC-Maps-sec {
     display: flex;
     margin-bottom: 20px;
     width: 100%;
 }

 .bmc-img-map img {
     height: 200px;
 }

 .bmc-map-desc {
     padding-left: 20px;
     width: 60%;
 }

 .bmc-img-map {
     border: 1px solid #efe4e4;
     padding: 5px;
     border-radius: 5px;
     width: 40%;
 }

 .button-control {
     border: none;
     margin-left: 2px;
     margin-right: 2px;
     background: #1664c0;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4;
     border-radius: 4px;
     color: #fff;
     padding: 8px 14px;
     text-decoration: none;
     display: inline-block;
     transition: all .4s ease;
 }

 .button-control:hover {
     background-color: #2a79d3;
     color: #fff;
 }

 .news-MCGM-title {
     color: #023a51;
     font-size: 22px;
 }



 /* partners logo carousel */

 .our-partners-wrapper {
     background-image: url(../new/back.jpg);
     background-repeat: repeat;
     /* height: 400px; */
     /* padding: 20px 0; */
     background-size: contain;
 }

 .Partner-logo div {
     /* height: 300px;
    width: 300px; */
 }

 .our-partners-logo {
     /* background-color: #eaeaea; */
     display: flex;
     align-items: center;
     justify-content: center;
     /* padding: 10px; */
     height: 200px;
 }

 .our-partners-wrapper .logo-sl.media-carousel {
     margin-top: 0;
 }

 .sec-margin {
     margin-top: 30px;
 }

 .imp-info-sec .city-vision .main-ic {
     height: 85px;
 }

 .android-ios ul li {
     list-style: none;
     margin-right: 5px;
 }

 .android-ios ul {
     display: flex;
     padding-left: 0;
 }

 .android-ios ul li img {
     height: 30px;
 }

 .abt-more {
     display: block;
     text-align: right;
 }

 .About-BMC {
    padding-left: 0;
 }
 .abt-flex {
    display: flex;
    align-items: center;
    border-radius: 7px;
 }
 .abt-flex .abt-img-desc{
    width: 30%;
 }
 .abt-flex img {
    width: 100%;
    display: block;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    
 }
 .abt-flex .abt-img-para {
    width: 70%;
    padding-left: 15px;
 }
 .abt-img-para h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
 }
 .twit-box h3 {
    margin-top: 5px;
    /* padding: 0 14px; */
 }
 .abt-flex {
    background-color: #eaeaea80;
    padding: 10px;
    margin-bottom: 7px;
 }

 .list-group.content-wrap {
    margin-bottom: 10px;
 }


 /* css of jsp file */
 
.akam{ height:250px!important;} .akam > div{text-align:center} .akam img:hover{ box-shadow:0 0 10px #0267ff;} .akam img{ width: 120px; padding: 10px; box-shadow: 0px 0px 5px #ccc; border-radius: 15px; margin: 0px 15px;} .akamlink{ right: 35px;}
@media screen and (min-width: 768px) and (max-width: 800px) {.akam img{ width: 115px;}.akam > div{text-align:left}}@media screen and (max-width: 500px) {.akam img{ width: 90px;}.akam > div{text-align:left}}@media screen and (max-width: 445px) {.akam img{ width: 75px;}.akam > div{text-align:center}}@media screen and (max-width: 375px) {.akam img{ width: 65px;}.akam > div{text-align:center}}

 
#main-content .container {
/* width: 1120px; */
}

#main-content {
background-color: #fff;
}
.plain-background {
background-color: #fff;
}
.plain-background > .BMC-Outer-Wrapper {
padding-left: 0;
Padding-right: 0;
}
.list-group-item a{
display: inline-block;
color: #000;
}

.list-group-item span {
display: inline-block;
} 

/* jsp page css end*/

/* header css */

ul li{
    list-style: none;
}
.social-media-ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.social-media-ul li {
    padding-right: 15px;
}
.social-media-ul li a {
    color: #fff;
    font-size: 17px;
}
.top-header-sec {
    background-color: #0051bb;
    padding: 0 0;
}
.top-header-sec a {
    font-size: 14px;
}
.Head-Menu .dropdown-submenu {
    position: relative;
}

.Head-Menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
}
.Head-Menu .dropdown-menu.show .dropdown-toggle::after {
    border: 0;
    content: "»";
    position: absolute;
    right: 40px;
    bottom: 5px;
}
.Acc-Drop .dropdown:hover .dropdown-menu {
  display: block;
}
.Acc-Drop .dropdown-menu {
  display: none;
}
.Help-Content-sec {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    /* justify-content: flex-end; */
}
.Help-Content-sec li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ededed;
}

.acc-btn {
    border: 0;
    background-color: transparent;
    color: #fff;
}
/* .Help-Content-sec li a {
    color: #fff;
} */
.Acc-drop-submenu a {
    color: #000;
}
.help-anchor {
    color: #fff;
}
.help-anchor:hover {
    color: #fff;
}
.maruee-txt {
    color: #fff;
}
.maruee-txt a{
    color: #fff;
}
.dropdown-item.acc-an-drop  {
    padding: 10px;
    min-width: 20px;
    padding: 5px;
}
.dropdown-menu.Acc-drop-submenu {
    min-width: 25px;
    text-align: center;
}
.Theme-Anchor {
    background-color: #000;
    color: #fff !important;
}
.Theme-Anchor:hover {
    background-color: #000;
    color: #fff !important;
}
.BMC_logo_new img{
    width: 111px;
    height: auto;
}
#bmc-carousel {
	width: 100%;
}
#bmc-carousel .carousel-item img {
	width: 100%;
}
.abt-flex {
    position: relative;
}
.abt-flex::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 100%;
    background-color: #d2b040;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


  
  
/* Show submenu on hover for larger screens */
@media (min-width: 768px) {
    .BMC_Main_Menu  .dropdown:hover > .dropdown-menu,
    .BMC_Main_Menu  .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        animation: fadeInRight 0.2s ease;
    }

    /* Adjust the submenus to appear one level at a time */
    
    
}

/* Animation for smooth dropdown transitions */
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}






  /* entire new header */
  
  .SocialMedia-Sec_ul {
    display: flex;
    /* background-color: #f2f7fc; */
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    justify-content: space-between;
    /* margin-top: 8px; */
        
  }
  .SocialMedia-Sec_ul .SocialMedia-Sec_li {
    padding: 0 10px 2px 10px;
  }
  .SocialMedia-Sec_ul .SocialMedia-Sec_li a {
    font-size: 15px;
    color: #c2a01e;
  }
  .SocialMedia-Sec {
    background-color: #f2f7fc;
    width: 100%;
    margin-top: 10px;
  }
  .Mybmc__Logo {
    padding: 0;
    max-width: 9%;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .help-sec {
    background-color: #f2f7fc;
    width: 100%;
  }
  .help-sec_ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    flex-wrap: wrap;

  }
  .help-sec_li {
    width: 50%;
    padding: 3px;
    height: 30px;
    text-align: center;
    
  }
  .help-sec_li a {
    font-size: 12px;
    display: block;
    background-color: #e0ecf8;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #c2a01e;
    font-weight: 500;
  }
  .accessibility-controls_ul {
    padding-left: 0;
    margin-bottom: 0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .accessibility-controls_li {
    background-color: #e0ecf8;
    width: 20%;
    height: 100%;
    border-right: 1px solid #b1a8a8;
    text-align: center;
  }
  .accessibility-controls_li:last-child {
    border: 0;
  }
  .accessibility-controls_li a {
    font-size: 9px;
  }
  .contrast-theme.accessibility-controls_li a {
    background-color: #000;
    color: #c2a01e;
  }
  .header-wrapper .coloumn-header {
    max-width: 14%;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;   
  }
  .bmc-main-logo {
    width: 128px;
    /* height: 115px; */
  }
  .bmc-main-logo img {
    text-align: center;
    width: 111px;
     padding-top: 2px;
     height: auto;
  }
  .header-wrapper {
    height: 113px;
  }
  .BMC__Header {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 5px 0;
    background-color: #e0ecf8;
    /* overflow: hidden; */
  }
  .header-wrapper .row {
    justify-content: space-between;
  }

  /* search box */
  .handle #searchInput {
    font-size: 13px;
    color: #d2b040;
  }

  .handle #searchInput:focus-visible {
    outline: 0;
  }

  .handle #searchInput::placeholder {
    color: #d2b040;
  }

  .handle .suggestions-box {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    /* Hidden by default */
    position: absolute;
    width: 250px;
    background-color: white;
    z-index: 2000;
  }



  .handle .suggestions-box div {
    padding: 8px;
    cursor: pointer;
  }

  .handle .suggestions-box div:hover {
    background-color: #f0f0f0;
  }

  /* search box */
  .handle .bmc_searchbox input {
    text-align: center;
    color: #d2b040;
    border: 1px solid #d6ba5f;
    height: 26px;
    font-size: 1em;
    border-radius: 0;
    background-color: #f2f7fc;
  }

  .handle .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }

  .handle .bmc_searchbox {
    width: 245px !important;
  }

  .handle .bmc_searchbox .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

  .handle .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .handle .hide {
    display: none;
  }

  .handle .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }

  .handle .bmc_searchbox input {
    text-align: center;
    color: #d2b040;
    border: 1px solid #d6ba5f;
    height: 26px;
    font-size: 1em;
    border-radius: 0;
    background-color: #f2f7fc;
  }
  .handle .input-group {
    position: relative;
    /* padding-right: 30px; */
  }
  .handle .input-group::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('./Search-ic.png'); /* Replace with the path to your image */
    background-size: 16px 16px; /* Set the size of the icon */
    width: 16px;
    height: 16px;
  }
  .handle input:focus::placeholder {
          opacity: 0; /* Hides the placeholder text when the input is focused */
    }
    .search-marquee-sec {
        max-width: 77%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding-left: 5px;
        margin-top: 7px;
    }
    .marquee-txt {
        color: #ea0029;
        background-color: #f2f7fc;
        height: 25px;
        font-size: 14px;
    }
    .search:focus {
       box-shadow: none;
    }

    /* main menu sec */
    .MM .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;  /* Allow wrapping for smaller screens */
        gap: 0;           /* Remove any space between the items */
        margin: 0;         /* Optional: to make sure no margin on the navbar */
        padding: 0; 
    }

     .MM .navbar {
         display: flex;
         justify-content: space-between;
         align-items: center;
         /* padding: 15px 50px; */
         position: relative;
         transition: 0.3s linear;
         margin-bottom: 0;
         width: 100%;
         padding: 0;
    }
    .MM .navbar ul {
         list-style: none;
    }
    .MM .navbar ul a {
         text-decoration: none;
    }
    .MM .navbar .navbar-toggler, .navbar .nav-link, .navbar .utils-search {
         color: #636363;
    }
    .MM .navbar .navbar-utils > * {
         cursor: pointer;
    }
    .MM .navbar .btn-search {
         font-size: 1.5rem;
         background: transparent;
         outline: none;
         border: none;
         color: inherit;
         cursor: pointer;
    }
    .MM .navbar-nav {
         display: flex;
         list-style: none;
    }
    .MM .navbar-nav .nav-link {
         padding: 10px;
         text-decoration: none;
         font-size: 13px;
         font-weight: 400;
         display: block;
         transition: 150ms ease;
         color: #cda629;
         /* border-top: 4px solid red; */
         /* text-align: center; */
         /* padding-top: 8px;
         height: 59px; */
    }
    .MM .navbar-nav .nav-item {
         /* margin: 0 10px; */
         position: relative;
    }
    .MM .navbar-nav > .nav-item:after {
         /* content: "";
         position: absolute;
         width: 100%;
         height: 2px;
         background: #0081ff;
         bottom: -16px;
         transition: 400ms ease;
         transform: scaleX(1.5);
         opacity: 0; */
    }
    .MM .navbar-nav > .nav-item:hover:after {
         transform: scaleX(1);
         opacity: 1;
    }
    .MM .navbar-toggler {
         padding: 0.1rem 0.45rem;
         cursor: pointer;
         font-size: 1.5rem;
         background: none;
         outline: none;
         border: 1px solid #636363;
         border: none;
         border-radius: 3px;
         transition: 0.15s linear;
         display: none;
         margin-left: auto;
         margin-right: 20px;
    }
    .MM .navbar-toggler:hover, .navbar-toggler:focus {
         box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
    }
    /* Navbar options (bg options) */
    .MM .bg-primary {
         background: #0081ff;
         z-index: 99999;
    }
    .MM .bg-primary .navbar-toggler, .bg-primary .nav-link, .bg-primary .utils-search {
         color: #fff;
    }
    .MM .bg-primary .nav-item:after {
         background: #fff;
    }
    .MM .bg-dark {
         background: #363636;
    }
    .MM .bg-dark .navbar-toggler, .bg-dark .nav-link, .bg-dark .utils-search {
         color: #fff;
    }
    .MM .bg-light {
         background: #fff;
         z-index: 9999;
    }
    .MM .bg-light .navbar-toggler, .bg-light .nav-link, .bg-light .utils-search {
         color: #363636;
    }
    /* .MM .bg-transparent {
         background-color: transparent;
         background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(https://images.pexels.com/photos/4492129/pexels-photo-4492129.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=1920);
         background-repeat: no-repeat;
         background-position: center top;
         background-size: cover;
    } */
    .MM .bg-transparent .navbar-toggler, .bg-transparent .nav-link, .bg-transparent .utils-search {
         color: #fff;
    }
    .MM .bg-transparent .nav-item:after {
         background: #fff;
    }
     
    /* Common Hover */
    .MM .bg-blur .nav-item:hover > .nav-link {
         color: #0081ff;
    }
    .MM .bg-blur .nav-item:after {
         background: #0081ff;
    }
    .MM .bg-light .nav-item:hover > .nav-link, .bg-light-2 .nav-item:hover > .nav-link, .bg-dark .nav-item:hover > .nav-link {
         color: #0081ff;
    }
    .MM .bg-light .nav-item:after, .bg-light-2 .nav-item:after, .bg-dark .nav-item:after {
         background: #0081ff;
    }
    .MM .bg-light-2 {
         background: #fff;
    }
    .MM .bg-light-2 .navbar-toggler, .bg-light-2 .nav-link, .bg-light-2 .utils-search {
         color: #636363;
    }
    .MM .bg-light-2 .nav-item:after {
         display: none;
    }
    /* Dropdown CSS */
    .MM .nav-item .dropdown {
         width: 200px;
         display: block;
         position: absolute;
         top: 59px;
         transition: 300ms;
         padding: 0px;
         opacity: 0;
         visibility: hidden;
         transform: translateY(10px);
         border-top: 1px solid rgba(0, 0, 0, 0.15);
         background: #fff;
         border-radius: 4px;
         z-index: 999;
         box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
    }
    .MM .nav-item .dropdown .nav-link {
         color: #636363;
    }
    .MM .nav-item .dropdown .nav-link:hover {
        background-color: #0051bb;
        color: #fff;
    }
    .MM .nav-item .dropdown .dropdown {
         top: 0;
         left: calc(100% + 0px);
         border-top: 0;
         border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
    .MM .nav-item .dropdown .dropdown:before {
         top: 10px;
         left: -10px;
         border: 5px solid transparent;
         border-right-color: #000;
    }
    .MM .nav-item .dropdown:before {
         content: "";
         position: absolute;
         top: -10px;
         left: 10px;
         border: 5px solid transparent;
         border-bottom-color: #000;
         display: none;
    }
    .MM .nav-item .dropdown .nav-item:not(:last-child) {
         margin-bottom: 5px;
    }
    /* .MM .nav-item .dropdown > .nav-item:hover > .nav-link {
         color: #fff;
    } */
    .MM .nav-item:hover > .dropdown {
         opacity: 1;
         visibility: visible;
         transform: translateY(0px);
    }
    .MM .nav-item:hover > a::before {
         transform: rotate(90deg);
    }
    .MM .nav-close {
         margin-left: auto;
         margin-top: 10px;
         display: none;
    }
    .MM .nav-close .btn-nav-close {
         border: 0;
         outline: 0;
         background: transparent;
         font-size: 2.5rem;
         cursor: pointer;
         width: 30px;
         height: 30px;
         border: 1px solid #363636;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
    }
    .MM .nav-close .btn-nav-close .close-btn {
         transform: rotate(45deg);
    }
    .MM .nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
         background: #363636;
         color: #fff;
    }
    .MM .nav-item.icon > a:before {
         /* content: "";
         position: absolute;
         right: -10px;
         top: calc(50% + 0px);
         transform: translateY(-50%);
         border: 4px solid transparent;
         border-left-color: inherit;
         transition: 0.15s linear; */
    }
    .MM .nav-item.icon:hover > a::before {
         /* transform: rotate(90deg); */
    }
    .MM {
        width: 100%;
        z-index: 999;
    }
    /* Responsive (navbar alignments options) */
    
    /* Nav Option (Logo Center) */
    
    .redd {
        color: #cda629;
        border-top: 4px solid red;
        text-align: center;
        padding-top: 8px;
        height: 59px;
    }
    .bluee {
        color: #cda629;
        border-top: 4px solid #06f;
        text-align: center;
        padding-top: 8px;
        height: 59px;
    }
    .nav-link.Drop-First.redd:hover {
        /* border-top: 7px solid red; */
        border-bottom: 4px solid red;
    }
    .nav-link.Drop-First.bluee:hover {
        /* border-top: 7px solid #06f; */
        border-bottom: 4px solid #06f;  
    }
    .nav-link.Drop-First {
        padding-top: 8px;
        height: 59px;
    }
    .nav-item.Menu_list {
        /* width: 103px; */
        border-right: 1px solid #f5ebcc;
        flex: 1;           /* Equal width for each box */
       /* Optional: center the content inside the boxes */
        /* padding: 10px; */
    }
    body {
        overflow-x: hidden;
    }
    .MM .nav-item .dropdown.Left-drop {
        right: 0;
        left: auto;
        /* visibility: visible !important;
        opacity: 1 !important; */
    }
    .MM .nav-item .dropdown.Left-drop-in {
        right: calc(100% + 0px);
        left: auto;
        /* visibility: visible !important;
        opacity: 1 !important; */
        
    }
    .MM .nav-item .dropdown.Left-drop-in-in {
        right: calc(100% + 0px);
        left: auto;
    }
    .MM .nav-item.Menu_list .dropdown li{
        /* padding: 7px; */
        border-bottom: 1px solid #ededed;
        font-size: 15px;
    }
    /* .MM .nav-item.Menu_list .dropdown li:hover a{
        background-color: #0051bb;
        color: #fff;
    } */
   

/* media queries starts */

@media (min-width: 992px) {
    .MM .navbar-left .navbar-brand {
         text-align: right;
    }
    .MM .navbar-left .navbar-toggler {
         display: block;
         margin-right: 0;
    }
    .MM .navbar-left .navbar-nav {
         background: #fff;
         flex-direction: column;
         z-index: 99999;
         padding: 0 20px;
         opacity: 0;
         transition: 400ms ease;
        /* Sidebar */
         position: fixed;
         left: 0;
         top: 0;
         width: 300px;
         height: 100%;
         overflow-y: auto;
         box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
         transform: translateX(-300px);
    }
    .MM .navbar-left .navbar-nav .nav-link {
         margin: 10px 0;
         color: #636363;
         display: flex;
         align-items: center;
    }
    .MM .navbar-left .navbar-nav > .nav-item:first-child {
         margin-top: 20px;
    }
    .MM .navbar-left .navbar-nav > .nav-item:last-child {
         margin-bottom: 20px;
    }
    .MM .navbar-left .navbar-nav .nav-item:not(:last-child) {
         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .MM .navbar-left .navbar-nav .nav-item:hover > .nav-link {
         color: #0081ff;
    }
    .MM .navbar-left .navbar-nav > .nav-item:after {
         display: none;
    }
    .MM .navbar-left .navbar-nav .nav-close {
         display: block;
    }
    .MM .navbar-left .navbar-nav.active {
         max-height: initial;
         opacity: 1;
         transform: translateX(0);
         left: 0;
         box-shadow: 0 0 0 10000px #000;
    }
    .MM .navbar-left .nav-item .dropdown {
         padding: 0;
         position: initial;
         max-height: 0;
         width: initial;
         border: none;
         box-shadow: none;
    }
    .MM .navbar-left .nav-item .dropdown .dropdown {
         border: none;
    }
    .MM .navbar-left .nav-item .dropdown:before {
         display: none;
    }
    .MM .navbar-left .nav-item:hover > .dropdown {
         opacity: 1;
         visibility: visible;
         transform: translateY(0px);
         max-height: initial;
    }
    .MM .navbar-left .nav-item.icon a:before {
         top: unset;
         right: 0;
    }
    .MM .bg-blur {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background: rgba(255, 255, 255, 0.6);
        z-index: 999;
   }
   .MM .bg-blur .navbar-toggler, .bg-blur .nav-link, .bg-blur .utils-search {
        color: #363636;
   }
   .MM .bg-blur .nav-item:hover > .nav-link {
        color: #0081ff;
   }
   .MM .bg-blur .nav-item:after {
        background: #0081ff;
   }
   .MM .navbar-brand, .MM .navbar-utils {
    flex: auto;
}
.MM .navbar-nav {
    flex: 2;
    /* justify-content: center; */
}
.MM .navbar-utils {
    text-align: right;
}
.MM .navbar-right .navbar-brand, .navbar-right .navbar-utils {
    flex: initial;
}
.MM .navbar-right .navbar-nav {
    justify-content: flex-end;
    margin-right: 20px;
}
.MM .navbar-left .navbar-nav {
    order: 1;
    justify-content: flex-start;
}
.MM .navbar-left .navbar-brand {
    order: 2;
}
.MM .navbar-left .navbar-utils {
    order: 3;
}
.MM .navbar-right .dropdown .dropdown {
    left: unset;
    right: calc(100% + 20px);
    border-top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
}
/* Responsive navbar */
@media only screen and (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .tab-sec .tab button {
        font-size: 15px;
    }
    .imp-info-sec .city-vision .main-ic {
        /* height: auto; */
    }
    .service-logo-sec {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* main menu css */
    .MM .navbar-toggler {
        display: block;
   }
   .MM .navbar-nav {
        background: #fff;
        flex-direction: column;
        z-index: 99999;
        padding: 0 20px;
        opacity: 0;
        transition: 400ms ease;
       /* Sidebar */
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-300px);
   }
   .MM .navbar-nav .nav-link {
        margin: 10px 0;
        color: #636363;
        display: flex;
        align-items: center;
   }
   .MM .navbar-nav > .nav-item:first-child {
        margin-top: 20px;
   }
   .MM .navbar-nav > .nav-item:last-child {
        margin-bottom: 20px;
   }
   .MM .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   }
   .MM .navbar-nav .nav-item:hover > .nav-link {
        color: #0081ff;
   }
   .MM .navbar-nav > .nav-item:after {
        display: none;
   }
   .MM .navbar-nav .nav-close {
        display: block;
   }
   .MM .navbar-nav.active {
        max-height: initial;
        opacity: 1;
        transform: translateX(0);
        left: 0;
        box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
   }
   .MM .nav-item .dropdown {
        padding: 0;
        position: initial;
        max-height: 0;
        width: initial;
        border: none;
        box-shadow: none;
   }
   .MM .nav-item .dropdown .dropdown {
        border: none;
   }
   .MM .nav-item .dropdown:before {
        display: none;
   }
   .MM .nav-item:hover > .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        max-height: initial;
   }
   .MM .nav-item.icon a:before {
        top: unset;
        right: 0;
        transform: translateY(0px);
   }
    
}


@media only screen and (max-width: 850px) {
    .tab-sec .tab button {
        font-size: 14px;
        padding: 8px;
    }
    .abt-img-para h4 {
        font-size: 16px;
    }
    .twit-box h3 {
        font-size: 20px;
    }
    .BMC-white-box {
        min-height: 109px;
    }
    .swach-bharat-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 769px) {
    .tab-sec .tab button {
        font-size: 16px;
        padding: 8px 14px;
    }
    .abt-img-para h4 {
        font-size: 18px;
    }
    .twit-box {
        margin-bottom: 10px;
        min-height: auto;
    }
    .tab-sec {
        min-height: auto;
    }
    .head-title {
        font-size: 24px;
    }
    .abt-flex {
        padding: 15px;
    }
    .abt-flex .abt-img-desc {
        width: 20%;
    }
    .abt-flex .abt-img-para {
        width: 80%;
    }
    .abt-flex img {
        max-height: 90px;
    }
    .sec-padding {
        padding: 40px 0;
    }
    .swach-bharat-title {
        font-size: 25px;
    }
    .city-vision {
        margin-bottom: 15px;
    }
    .service-logo-sec {
        padding-left: 0;
        padding-right: 0;
       
    }
    .Ser-White-Sec {
        height: 190px;
        margin-bottom: 15px;
    }
    .outer-service-slide-sec::after {
        border-radius: 0;
    }
    .Ser-White-Sec img {
        margin-top: 10px;
        height: 90px;
    }
    .media-carousel.carousel-c-block.Service-slides .carousel-control.right {
        transform: translate(15%, 0%);
    }
    .outer-service-slide-sec {
        margin-top: 20px;
    }
    
}

@media only screen and (max-width: 576px) {
    .sec-padding {
        padding: 20px 0px;
    }
    .tab-sec {
        padding: 15px;
    }
    .tab-sec .tab.tab-pilll {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tab-sec .tab.tab-pilll button{
        width: 47%;
        margin-bottom: 15px;
    }
    .tab-sec .tab.tab-pilll button:nth-child(2) {
            margin-right: 0;
    }
    .tab-sec .tab.tab-pilll button:nth-child(4) {
        margin-right: 0;
    }
    .head-title::after {
        bottom: 30px;
    }
    .head-title {
        margin-bottom: 0;
        font-size: 20px;
    }
    .tab-sec .tab button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-radius: 5px;
    }
    .tab-sec .tabcontent {
        padding: 7px 0;
    }
    .sec-padding.noti-updates .row.mt-2 {
        margin-top: 10px;
    }
    .BMC-white-box {
        height: 100px;
    }
    .swach-bharat-title {
        font-size: 20px;
    }
    .abt-img-para h4 {
        font-size: 16px;
    }
    .Imp-Img img {
        height: 88px;
    }
    .Imp-Info h3 {
        font-size: 22px;
    }
    .app-left {
        width: 30%;
    }
    .app-right {
        width: 70%;
    }
    .city-vision {
        /* padding: 15px; */
    }
    .media-carousel.carousel-c-block.Service-slides .carousel-control.left {
        left: 42%;
    }
    .media-carousel.carousel-c-block.Service-slides .carousel-control.right {
        right: 42% !important;
    }
    .Ser-White-Sec p {
        font-size: 16px;
        font-weight: 600;
    }
    .abt-more {
        margin-bottom: 10px;
    }

}
@media only screen and (max-width: 480px) {
    .col-lg-3.col-md-3.col-sm-4.col-xs-6.Illustrator-links {
        width: 100%;
    }
    .Imp-Info {
        padding-left: 25px;
    }
    .city-vision .row .col-xs-3 {
        padding-right: 0;
    }
    .swach-bharat-title {
        font-size: 18px;
    }
    .Imp-Info h3 {
        font-size: 20px;
    }
    .Imp-Img {
        height: 80px;
        display: block;
    }
    .Imp-Img img {
        height: 100%;
        object-fit: contain;
    }
    .imp-info-sec .city-vision .main-ic {
        height: 70px;
    }
    .bmc-btn {
        padding: 8px;
    }
    #ServiceArrow .carousel-item .col-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* .media-carousel.carousel-c-block.Service-slides .carousel-control.left {
        left: 40%;
    }
    .media-carousel.carousel-c-block.Service-slides .carousel-control.right {
        right: 40% !important;
    } */
    .media-carousel .carousel-control.left {
        height: 30px;
        width: 30px;
    }
    .media-carousel .carousel-control.right {
        height: 30px;
        width: 30px;
    }
    .outer-service-slide-sec .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

}