.inner-banner {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    background: #000;
}.textwidget custom-html-widget a{	color:white;}

.inner-banner-text p{
	color:white;
	font-size:14px;
	font-weight:300;
	max-width:700px;
}

.inner-banner-text h1{
	font-weight: 600;
    font-size: 43px;
}

.inner-banner img{
    opacity: 0.7;
}

.blogdt-pic img {
    margin-bottom:15px;
}

.inner-banner-text {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 1;
    max-width: 1600px;
    margin: auto;
    color: #fff;
    right: 0;
}

.bottom-blog-sec {
    margin: 50px 0px 90px;
}

.blog-col {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.blog-col a {
    display: block;
}

.blog-pic {
    margin-bottom: 20px;
}

.blog-content {
    padding: 0px 25px 30px;
}

.blog-content p {
    margin-bottom: 7px;
    font-size: 14px;
    color: #646464;
}

.blog-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.blog-content p {
    margin-bottom: 7px;
    font-size: 14px;
    color: #646464;
}

.blog-content .read-link {
    color: #1e56a1;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
}

.blog-detail {
    max-width: 1110px;
    margin: 80px auto 80px;
    width: 100%;
}

.blog-detail-title {
    margin-bottom: 20px;
}

.blog-detail-title .blog-date {
    font-size: 16px;
}

.blog-date {
    color: #898989;
}

.detail-banner-social-btns {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 1px;
    overflow: hidden;
}

.blog-detail-title h3{
    color: white;
}


.detail-banner-social-btns a {
    padding: 10px;
    flex-grow: 1;
    border-left: 1px solid #ccc;
    text-align: center;
}

.blog-detail-content {
    margin: 30px 0 0px;
}

.blog-detail-content p {
    color: #8b8b8b;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

hr{
    border-top: 1px solid #8b8b8b;    
}

.servicepg-toppara {
    padding-top: 70px;
    padding-bottom: 20px;
}

.servicepg-toppara .title-col {
    margin-bottom: 40px;
}



.servicepg-toppara p {
    font-weight: 300;
    color: #8b8b8b;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}

.maintreat-text h3 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 20px;
    color:white;
}

.maintreat-text p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
    color: #8b8b8b;
}

.service-gridcol {
    padding: 90px 0px 90px;
}

.maintreat-text-pic {
    position: sticky;
    top: 180px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.maintreat-text h5 , .maintreat-text h2, .maintreat-text h3, .maintreat-text h4{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    color:white;
}


#contact .form-control {
    background: rgb(255 255 255 / 20%);
}

.maintreat-text ul {
    padding: 0;
    margin: 0;
margin-left:20px;
}

.maintreat-text ul li {
    margin: 5px 0;
    position: relative;
   color: #8b8b8b;
    line-height: 30px;
    font-size: 16px;
 font-weight: 300;
}

.textwidget.custom-html-widget a{
 color: #8b8b8b;
}

#accordion .card {
    border:none !important;
}

.textwidget.custom-html-widget a:hover {
    color: #ffffff;
}

@media screen and (max-width: 575px) {
.inner-banner-text h1 {
    font-size: 22px !important;
margin-top: -20px;
text-align:left;
}
.inner-banner-text p {
    font-size: 12px;
text-align:left;
}
.staticpg_text_wrapper {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    font-size: 25px !important;
    width: 84%  !important;
    margin-left: 4%  !important;
}
}