
/* reset css */

body {
    font-family: 'segoe_uiregular';
    padding: 0px;
    margin: 0px;
    color: #2c2b2b;
    font-size: 14px;
    overflow-x: hidden;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

a {
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #2561df;
}

a:hover,
a:active,
a:focus {
    outline: none;
    border: none;
}

/* End reset css */

/*=============================================
================Web Fonts Start Here===========
==============================================*/

@font-face {
  font-family: 'segoe_uiregular';
  src: url('../font/segoeui-webfont.woff2') format('woff2'),
       url('../font/segoeui-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'segoe_uibold';
  src: url('../font/segoeuib-webfont.woff2') format('woff2'),
       url('../font/segoeuib-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
    font-family: 'segoe_uisemibold';
    src: url('../font/seguisb-webfont.woff2') format('woff2'),
         url('../font/seguisb-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  
  }
.seg-bold{font-family: 'segoe_uibold';}
.seg-semibold{font-family: 'segoe_uisemibold';}

.primary-color{color: #245fdf;}

/* custom css */

header {
    display: block;
    margin: 0px;
    padding: 0px;
    top: 0px;
    width: 100%;
    position: relative;
    /*z-index: 1000;*/
    background: transparent;
}

.logo-icon{position: absolute;top: 15%;transform: translateY(-35%);left: -35px;z-index:9999;}
.logo-icon img{max-width:100%;}
.logo {
    float: left;
    width: 100%;
    margin: 10px 0px 10px;
    padding: 0px;
    position: relative;
    padding-left: 60px;
    min-height:auto;
}

.logo a {}

.logo a img {
    max-width: 100%;
    height: auto;
}

.header-top-section {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    padding: 0px 0px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-header-wrapper {
    background: #2e3b55;
}

.social-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-content > ul,.ep-header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    margin:0px;
}

.ep-header-top-right{padding-left: 0;}

.social-content > ul > h6 {
    margin-bottom: 0px;
    font-size: 14px;
}

.social-content > ul.top-menustyle li {
    padding: 0 12px;
}
.social-content > ul.top-menustyle li:last-child{border: none;}
.social-content > ul.top-menustyle li > a {font-size: 14px;color: #fff;text-transform: uppercase;text-decoration:none;}
.social-content > ul.top-menustyle li > a:hover{color:#e4911c;}

.header-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-contact-info > .info label {
    color: #01aef0;
    font-size: 20px;
    font-weight: 700;
}

.header-contact-info > .info {
    padding-left: 30px;
}

.header-contact-info > .info .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contact-info > .info .details span {
    color: #b3b3b3;
    font-weight: 700;
    padding-left: 10px;
}

.menusection {
    background: #248ce3;
}
.menu-wrapper {
    background: #883fb594;
}


.wsmenu-list > li.appointment a {
    background: #01aef0;
    margin: 0px;
    padding: 14px 15px;
    color: #4d4b9e;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wsmenu-list > li.appointment a:hover{color: #fff;}

.wsmenu-list > li.appointment a > svg {
    margin-right: 5px;
}

.wsmenu-list > li:last-child {
    border: none;
}
.wsmenu-list > li:last-child ul.sub-menu.wsmenu-submenu{left:auto;right:0;}

.wsmenu-list .sub-menu li a{color:#000;justify-content:flex-start;}
.wsmenu-list .sub-menu li a i.fa-angle-right{position:absolute;right:10px;}
.wsmenu-list li a i{margin-left:5px;}



.login-btn-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
a.login-btn.btn {
    border-radius: 20px;
    background-color: rgb(37, 97, 223);
    color: #fff;
    padding: 0px 1.343rem 5px;
    border: 1px solid #2561df;
    padding: 2px 2rem 8px;
    border: 1px solid #2561df;
    font-size: 16px;
}
a.login-btn.btn:hover{background: #4075e4;color:#fff;}
  

.ep-header-top-right .dropdown.site-menu > a{
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background: #e4911c;
    height: 35px;
    display: inline-block;
    padding: 5px 30px;
}
.dropdown.site-menu .dropdown-toggle:after
{
    right: 10px;
    position: absolute;
    top: 15px;
    font-size: 18px;
}

.SiteMenu-dropdown
{
    position: absolute;
    min-width: 230px;
    text-align: left;
    padding: 0px;
    top: 30px;
}

.SiteMenu-dropdown li a
{
    display: block;
    padding: 8px 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.SiteMenu-dropdown li a:hover{background:#4e8af7;color:#fff; }


.ep-header-lang > a{padding: 8px;color: #000;font-size: 14px;}
.ep-header-lang > a.active{color: #fff;background: #fa9310;}
.ep-social-visit > ul li{float: left;}
.ep-social-visit > ul li > a{padding: 2px 12px;float: left;height: 35px;width: 45px;font-size: 20px;text-align: center;}


.facebook{color: #4267b2;}
.g-plus{color: #ec5858}
.twitter{color: #1da1f2}
.utube{color: #ff0000}

.login-btn-div-md{display:none;}
/*Social Hover Css */
.ep-social-visit > ul li:hover > a.facebook {
    background: #4267b2;
    color: #fff;
}
.ep-social-visit > ul li:hover > a.g-plus{background:#ec5858;color: #fff; }
.ep-social-visit > ul li:hover > a.twitter{background:#1da1f2;color: #fff; }
.ep-social-visit > ul li:hover > a.utube{background:#ff0000;color: #fff; }

.ep-social-visit .dropdown-menu{    top: 95%;}

.ep-selct-drpdwn,.ep-searchbox{display: flex;justify-content: center;align-items: center;}
.ep-searchbox .group > label {
    margin: 0px;
}
.ep-stat-drpdwn select.ep-hedr-selctdrpdwn{
    width: 180px;
    padding: 0.625rem 15px;
    height: auto;
    border-radius: 30px;
    border-color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: url(/images/dropdown-icon.png);
    background-position: 155px center;
    background-repeat: no-repeat;
    outline: none;
    margin-right: 25px;
    max-height: 42px;
    font-size: 14px;
}
.ep-stat-drpdwn select.ep-hedr-selctdrpdwn:active,
.ep-stat-drpdwn select.ep-hedr-selctdrpdwn:visited,
.ep-stat-drpdwn select.ep-hedr-selctdrpdwn:focus{outline: none;box-shadow: none;}


/*Search Input Css Start Here*/
.ep-srchinput{
    border: none;border-bottom: 1px solid #a5a5a5;outline: none;border-radius: 0px;position: relative;padding-right: 30px;
 }
.ep-searchbox .group{position: relative;}
/*.group:before{
    position: absolute;
    background:url(/images/search-icon.png);
    content: "";
    height: 15px;
    width: 16px;
    z-index: 999;
    right: 10px;
    bottom: 10px;
}*/
.ep-searchbox .group > a
{
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}

.ep-srchinput:focus{box-shadow: none;border: none;}
/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:225px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#9f0a49; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

/*user_accessibility*/
.ep-social-visit ul li a.dropdown-toggle:after{display: none;}
.user_accessibility{
    min-width: 100%;
    max-width: 40px;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
}
.user_accessibility > a
{
    display: inline-block;
    width: 100%;
    padding: 5px 8px;
    border-bottom: 1px solid #cecece;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.user_accessibility > a:hover{background: #f8f6f9;}
.color-switch{padding: 5px;}
.color-switch > a{
    display: block;
    background: #cecece;
    line-height: 30px;
    color: #000;
}
.color-switch > a:first-child{background: #000;color: #fff;}
.color-switch > a:last-child{background: #cecece;}

/*Page Banner css Start Here*/
/*
.ep-innerstyle2-banner{ }
#rajkot-innerbanner{background:  url(/images/banner.jpg) center center; min-height: 475px;background-size:100% 100%;}
*/

.section-title{display: flex;align-items: center;}
.section-title > h1.page-title{
    font-family: 'source_sans_prosemibold';
    text-shadow: 1.782px 0.908px 5px rgba(0, 0, 0, 0.15);
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}
.section-title > img{margin-right: 10px;}
.page-subtitle > h3{color: #fff;margin-top: 15px;}

/*Vetical Menu css Start here*/
.ep-vmenu-box
{    width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(237, 237, 237);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 9.5px 0.5px rgba(0, 0, 0, 0.08);
  padding: 30px 20px 20px 20px;
    height: 100%;
}
.ep-vmenu-box > h5.vmenu-title{font-family: 'source_sans_prosemibold';padding: 0 15px;}
ul.vmenu-itemlist > li{padding: 10px 15px;}
ul.vmenu-itemlist > li > a{color: #474747;font-weight: normal;font-size: 16px;display: flex;width: 100%;align-items: center;justify-content: space-between;}
ul.vmenu-itemlist > li > a > i{color: #efab38;}
ul.vmenu-itemlist > li:hover{background: #f3f3f3;}

.ep-rightside-content-inner{width: 100%;}
/*ep-breadcrun css start here*/
.ep-breadcrun{padding: 40px 0px 10px 0px;}
.ep-breadcrun > ul{list-style: none;}
.ep-breadcrun > ul > li{display: inline-block;color: #2c2c2c;padding-right:15px;font-size: 16px;}
.ep-breadcrun > ul > li> a{color: #2c2c2c;}
.ep-breadcrun > ul > li > i{color: #efad41}

/*AMC-banner start here*/
.AMC-banner{padding: 0px 0 0;background: url(/images/home-banner.jpg); background-size: cover;background-position:center;}
.inner-banner{padding-bottom:5rem;}

.banner-text {
    padding-top: 140px;
}
.inner-banner .banner-text {padding-bottom:5rem;padding-top:8rem;}

.banner-text h1{font-size: 45px;text-transform: uppercase;color:#fff;padding: 0 5rem;line-height: 60px;}
.banner-text h1 > b{font-family: 'segoe_uisemibold';}

.banner-text p{
    color: #2561df;
    font-size: 16px;
    background-color: rgb(237, 246, 253);
    padding: 2px 10px 2px;
    display: table;
    margin: 20px auto 50px;
    text-transform: uppercase;    
}
 
.About-Content
{
    background: #fff;
    display: flex;
    width: 100%;
    padding: 40px 15px 25px 3rem;
    flex-wrap: wrap;
}
.About-Content p{margin:0;padding:0;}
.About-Content p a{font-size: 14px;color: #000;}
.AMC-Mayr-Comm-Info{display: flex;/*flex-wrap: wrap;*/justify-content: space-between;padding-left: 30px;}
.AMC-MiniInfoBox-IMG
{
    height: 120px;
    width: 120px;
    background: #edf6fd;
    vertical-align: bottom;
    display: table-cell;
}
.MiniInfoBox-Text{text-align: left;margin-top: 15px;}
.MiniInfoBox-Text h5{font-size: 16px;color: #2561df;margin: 0;}
.MiniInfoBox-Text p{font-size: 14px;font-family: 'segoe_uisemibold';}
/*AMC-banner End here*/

/*AMC-Services-Sectioncss start here*/
.AMC-Services-Section{padding: 0px 0 50px;}
.AMC-service-List{max-width:90%;margin: 0 auto;}
#Ourservices-slide .owl-stage-outer{margin: 15px 0px;}
.AMC-servicesBox a
{
    display: flex;
    align-items: center;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 23.22px 3.78px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin: 6px 6px 20px;
    min-height:75px;
}
.AMC-servicesBox a:hover
{
    background-color: rgb(250, 190, 106);
    box-shadow: 0px 9px 23.22px 3.78px rgba(235, 201, 11, 0.34);
}

  
.servicesBox-IMG{width: 30%;max-height:40px;} 
.AMC-servicesBox h5{font-size: 1.6rem;width:calc(100% - 30%);text-align: center;font-family: 'segoe_uisemibold';color:#292828;margin:0;padding:0;}


.owl-carousel .owl-item .servicesBox-IMG > img{width: auto;}
#Ourservices-slide .owl-dots .owl-dot {background: #ffa500;width: 10px; height: 10px; margin:2px;border-radius: 50px;}  
#Ourservices-slide .owl-dots .owl-dot.active{background:#0f55e8;width: 10px; height: 10px;outline: none; }
/*AMC-Services-Section css end here*/


/*AMC-Citizen-Complaint css Start here*/
.news-text a{font-size: 16px;padding:0 15px;border-right: 2px solid #0f55e8;}
.news-text{margin-bottom: 10px;}
.news-text a:last-child{border: 0;}
.AMC-Citizen-Complaint {
    padding-bottom: 50px;
    background: url(../../images/pattern-img.png);
    background-position: bottom;
    background-size: cover;
}
.AMC-Citizen-Complaint-bg{
    border-style: solid;
    border-width: 3px;
    border-color: rgb(237, 246, 253);
    border-radius: 10px;
    background-color: rgb(230, 242, 252, 0.5);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 15px;
    position: relative;
}
 .fs-20{font-size: 20px;} 
 .Citizen-ComplaintDetails{
    display: flex;
    justify-content: space-between;
    width: 65%;
    padding: 15px 0 15px 10%;
}
.Citizen-Complaint-Text
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.Citizen-Complaint-Text p{font-size: 22px;color: #000;margin:15px 0 0 0;}
.AMC-Citizen-Complaint-thumImg{position: absolute;right: 0;top: -30px}


/*AMC-Citizen-Complaint css end here*/


/*AMC-ProjectEvents-Qlinks css start here*/
.AMC-ProjectEvents-Qlinks{padding: 50px 0;background:#e6f3fc;}
.title-img{margin: 0 auto;display:table;}

.list-style-handpointer li{position: relative;padding-left: 30px;margin-bottom: 15px;}
.list-style-handpointer li a{font-size: 18px;color:#000;}
.list-style-handpointer li a:hover{color: #245fdf;}
.list-style-handpointer li:after
{
    content: "";
    position: absolute;
    left: 0;
    height: 10px;
    width: 20px;
    background: url(/images/hand-pointer.png);
    top: 8px;
}
.AMC-ProjectEvents-Qlinks .owl-dots,
#Ourservices-slide .owl-dots{text-align: center;}

/*.AMC-ProjectEvents-Qlinks .owl-dots.disabled,
#Ourservices-slide .owl-dots.disabled{display: block;}*/

.AMC-ProjectEvents-Qlinks .owl-dots .owl-dot{background: #ffd588;width: 10px; height: 10px; margin:2px;border-radius: 50px;}
.AMC-ProjectEvents-Qlinks .owl-dots .owl-dot.active,
.AMC-ProjectEvents-Qlinks .owl-dots .owl-dot:hover{background:#ffa500;width: 10px; height: 10px;outline: none; }

.white-bg{background: #fff;}
.AMC_HoEvents-Content{padding: 15px;}
.AMC_HoEvents-Text p{font-size: 14px;padding: 10px;}
.AMC_HoEvents-Content > a.v-more{padding-left: 15px;color:#000;text-decoration: underline;font-size: 16px;}
.AMC_HoEvents-Content > a.v-more:hover{color: #245fe5;}

/*AMC-ProjectEvents-Qlinks css End here*/


/*social handler css start here*/
.socail-handlerIframe iframe{height: 450px;width: 100%; border:0px;}
.socail-handlerBox > h5{border-bottom: 1px solid #f7f7f7;padding-bottom: 15px;margin-bottom: 15px;color:#fff;}
.social-HandlerContent{padding: 70px 0;position:relative;z-index:1;}

.socail-handlerIframe iframe{border-radius:12px;}
.socail-handlerBox {
    padding: 15px;
    position: relative;
    z-index: 999;
    border-radius: 15px;
    margin-bottom:15px;
}

.socail-handlerBox.twitter{background:#00acee}
.socail-handlerBox.twitter:after,
.socail-handlerBox.insagram:after:after{
    content: "";
    background: rebeccapurple;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(0 0 0 / 48%);
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 12px;
}

.socail-handlerBox.facebook{background:#3b5998}
 
.socail-handlerBox.insagram{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}


/*social handler css End here*/



/*ep-logocarousel css start here*/
#ep-logocarousel .owl-stage{display: flex;align-items: center;justify-content: space-between;}
#ep-logocarousel .owl-prev {
    width: 40px;
    height: 40px;
    background: rgb(204 204 204 / 50%);
    border-radius: 40px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -20px;
    opacity:0;
}
#ep-logocarousel .owl-next {
    width: 40px;
    height: 40px;
    background: rgb(204 204 204 / 50%);
    border-radius: 40px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -20px;
    opacity:0;
}
#ep-logocarousel:hover .owl-next, #ep-logocarousel:hover .owl-prev {
    opacity: 1;
}
/*====================================================
========Footer Css Start Here ========================
=====================================================*/
.footer-top {
    background: #f3f7fa;
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.wsmenu-list > li:last-child > a{    border-right: 0px;}

#ep-logocarousel{margin: 10px 0;}

.footer-text{color: #666b71;}
.footer-text h5{color: #2b323a;text-transform: uppercase;font-weight:700;font-size:18px;margin-bottom: 30px;font-family: 'segoe_uibold';}
.footer-1 address{font-size: 16px;margin-top:15px;font-weight:500;font-family: 'segoe_uisemibold';}
.footer-1 p{font-size: 16px;margin-bottom:0px;padding:0;}
.footer-1 p label{font-family: 'segoe_uibold';}
.footer-1 p a{color: #000;}

.footer-1 .socialList{margin-top: 20px;}
.footer-1 .socialList li{display: inline-block;}
.footer-1 .socialList li a{font-size: 30px;display:inline-block;margin-right:30px;}
.footer-1 .socialList li a .fa-facebook{color: #3b5999;}
.footer-1 .socialList li a .fa-twitter{color: #56abec;}

.footer-text.footer-2 {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.footer-text.footer-2:after
{
    background: url(/images/footer-bg-pattern.png);
    height: 320px;
    width: 308px;
    position: absolute;
    content: "";
    top: 35px;
    left: 50%;
    opacity: 0.6;
    background-size: cover;
    transform: translateX(-50%);
    z-index: -1;

}

.footer-2 ul li{margin-bottom: 10px;color:#2d313a;font-family: 'segoe_uisemibold';}
.footer-2 ul li a{color:#2d313a;font-family: 'segoe_uisemibold';}

.footer-3{padding-right: 25%;}
.footer-3 p{font-size: 16px;padding:0;margin-bottom:15px;}

.footer-bottom{background: #27282c;padding:20px 0px;}
.footer-bottomtext p{color:#fff;margin: 0;font-size:15px;}
.footer-bot-2{text-align: center;}
.footer-bot-3{text-align: right;}
.footer-3 ul li {
    margin-bottom: 5px;
    color: #2d313a;
    font-size
}


.owl-carousel .owl-item img {
    width: auto;
}

.contentcontainercontentmain * {
    font-family: 'segoe_uiregular'!important;
}

.contentcontainercontentmain p {
    font-size: 16px;
    font-family: 'segoe_uiregular';
    margin-bottom: 15px;
}

.contentcontainercontenttitle{display:inline-block;width:100%;}
/*#History > p, .contentcontainercontenttitle p,
.contentcontainercontenttitle h5{
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 2px dotted #2561df;
    color: #2561df !important;
}*/

.contentcontainercontentmain div ul {
    padding: 0;
}
.contentcontainercontentmain ul,
.pagecontent ul
{
    margin-bottom:15px;
    display:inline-block;
    width:100%;
}


.contentcontainercontentmain ul li,
.pagecontent ul li,
ol li,
ul.list-style-angle li
{
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #000 !important;
    list-style-type:none;
    height:auto;
}


.contentcontainercontentmain ul li a,
.pagecontent ul li a,
ul.list-style-angle li a{
    color: #000 !important;
}
.contentcontainercontentmain ul li a:hover, .pagecontent ul li a:hover,
ul.list-style-angle li a:hover{color:#2561df!important;}

ul.box-content-ul {
    padding: 10px 15px;
    border: 1px solid #dbd8d8;
    height: calc(100% - 50px);
    box-shadow: 0px 9px 23.22px 3.78px rgba(0, 0, 0, 0.08);
}

label.control-label.Label3{min-width: 200px;font-family: 'segoe_uisemibold';color:#000;font-size:14px;}
label#labelBirthBasicInfo{font-size:14px!important;font-family: 'segoe_uisemibold'!important;}
/*Table css */
.table-bordered{table-layout:auto!important;}
table tr:first-child td[data-th="Sr No"],
table tr:first-child td[data-th="Name of Holiday"],
table tr:first-child td[data-th="Date"],
table tr:first-child td[data-th="Day"],
table tr:first-child td[data-th="Holiday For"],
table tr:first-child th,
.primary-table tr th,
#IntroductiontotheCity table tr:first-child td {
    background: #4e8af7 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: normal;
}
td[data-th="Timings"]{white-space:nowrap;}




.AMCtable2 table > tbody > tr:first-child > td > span {
    color: #fff !important;
}
table > tbody > tr > td > span,
table td > p,
table td > p > b,
table td > p > span{
    font-size: 14px;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}   

.form-horizontal .form-group{margin-left:0px;margin-right:0;}
button.btn.btn-primary{font-size:14px;}

/*List style css with icon*/

.contentcontainercontentmain ul li:after,
.pagecontent ul li:after,
.pagecontent.new_page_content ul li:after,
ul.list-style-angle li:after {
    position: absolute;
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    color: #2561df;
    font-weight: 900;
    left: 0;
    top: 2px;
}


/*List style css without icon*/
.place-list-details a.btn.btn-primary.btn-success {
    font-size: 16px;
    padding: 5px 20px;
    text-align: left;
    width: 100px;
    position: relative;
    border: 0;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}
    .place-list-details a.btn.btn-primary.btn-success i {
        float: right;
        position: absolute;
        top: 5px;
        right: 0;
        width: 30px;
        height: 100%;
        top: 0;
        text-align: center;
        background: #55b56b;
        vertical-align: middle;
        padding: 8px;
    }
.place-list-details ul li{margin-bottom:5px!important;position:relative;padding-left: 20px;}
    .place-list-details ul li:after {
        position: absolute;
        content: "";
        background: url(../../Images/map.png);
        height:16px;
        width:16px;
        left:0;
        top:4px;
    }
.place-list-details h6{
    
    font-weight: 700;
    font-family: 'segoe_uisemibold';
    border-bottom: 1px dotted;
}
.boxshadow-box h4 {
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0px 9px 23.22px 3.78px rgba(0, 0, 0, 0.08);
}
h6.title-btn {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.box-border {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/*All page custom css*/
.col-lg-3 .pageheader {
    display: none;
}


#dvCommitteeAgendass tr th {
    font-weight: normal !important;
    text-transform:capitalize;
}

#IntroductiontotheCity p {
    border: 0;
    margin: 0;
}
.AMCtable2{white-space:normal;}
#tblTender tr td span,
#tblTender tr td p,
#tblTender tr td p b,
{
    font-family: 'segoe_uiregular' !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}
select.form-control:not([size]):not([multiple]),
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    min-height: 34px;
    font-size: inherit;
}
.abt-place {
    width: 100%;
    background: #fdfdfd;
    padding: 30px 15px;
    margin: 30px 0;
}
.light-bg-box {
    background: #d5e7ff;
    padding: 15px;
}
#IntroductiontotheCity{max-width:100%;}

@media only screen and (max-width: 991px) {
    a .login-btn.btn {
        border-radius: 0px;
        font-size: 14px;
        padding: 5px 2rem 6px;
    }
    .contentnavigatebox h3, .contentcontainercontenttitle h3 {
        font-size: 16px;
    }
    .login-btn-div-md{display:block;}
    .login-btn-div{display:none;}
    .login-btn-div-md .login-btn {
        margin: 10px auto;
        padding: 4px 30px 8px;
        max-width: 80%;
        display:block;
    }
    .footer-text.footer-2:after { height: 226px; width: 225px;}
    .footer-bot-1, .footer-bot-2, .footer-bot-3{text-align:center;}
    .footer-bottomtext p{padding:0;}
}

@media only screen and (max-width: 767px) {
    .tableWrapperResponsive td.table_m12{display:block;}
    .footer-text{display:block;}
    
}
@media only screen and (max-width: 576px) {
    .footer-text.footer-2{display:block;}
    .footer-1 .socialList{margin-bottom:15px;}
}