.innerpage-title-bar h1, .innerpage-title-bar h2 {
    transform: translate(-50%,-50%);
    position: absolute;
	top:50%;
    left: 50%;
	color:#1A3A73;
	font-size: 35px;
	margin-top: 0px;
	width: 100%;
    text-align: center;
    padding: 0px 100px;
}
.innerpage-title-bar {
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
}
.innerpage-title-bar:before {
    position: absolute;
    content: '';
	background-image: url(/wp-content/uploads/2025/12/breadcum.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
	color: #1A3A73;
	width: 100%;
    text-align: center;
}
.breadcrumb a {
    color: #1A3A73;
}
.about-us-section-1-col2 p, .why-choose-section-col1 p,
.doctors-inner-pages-col2 p, .blog-content p, .services-inner-section-1-col2 p, .services-inner-section-2-col2 p {
    text-align: justify;
}


/* contact us */
.cnt-contact-information-wrapper {
/*     max-width: 1300px; */
    margin: 0px auto;
    display: grid;
    column-gap: 30px;
	grid-template-columns : repeat(4,1fr);
}
.cnt-contact-information-items {
/*     width: 33.33%; */
    background-color: #F5FAFF;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
	transition: 0.5s all;
}
.cnt-contact-information-items:hover {
    transform: translateY(-10px);
    transition: 0.5s all;
}
.cnt-contact-information-items img {
    width: 25px;
    height: 25px;
}
.cnt-contact-information-items a {
    color: #808080;
    display: block;
}
.cnt-form-section-wrapper {
    max-width: 1300px;
    margin: 0px auto;
    box-shadow: -4px -3px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 15px;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    background-color: #F5FAFF;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
}
.wpcf7 input[type=submit] {
    font-family: "Poppins", sans-serif;
    background-color: #1E4797;
    padding: 18px 20px;
    border-radius: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
}
.form-half-row {
    display: flex;
    column-gap: 40px;
}
.form-half-row p {
    width: 100%;
}
.cnt-map-section-wrapper iframe {
    border-radius: 15px;
}

/* book appointment */
.book-appointment-section-1-wrapper {
	max-width: 1300px;
    margin: 0px auto;
}
.thanks-sec-wrapper.text-center p {
    text-align: center !important;
}
.wpcf7 input[type=date] {
    width: 100%;
    background-color: #F5FAFF;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
	text-transform: uppercase;

}
 input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
/* 	background-color: #F5FAFF; */
  cursor: pointer;
  background : transparent;
	 opacity:0;
  
}
.map-frame{
	width : 100%;
	height: 450px;
}

/* blogs landing page */
.home-blog-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0px auto;
	
}
.home-blog-page-wrapper .home-blog-items {
    width: 33%;
	margin-bottom: 20px;
}

/* about us */
.about-us-section-1-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.about-us-section-1-col1, .about-us-section-1-col2 {
    width: 50%;
}
/* .item1, .item2, .item3{
	 background-color: #F5FAFF;
} */
.about-us-section-1-col2-block-wrapper {
    display: flex;
   background-color: #F5FAFF;
    column-gap: 30px;
    border-radius: 10px;
}
.about-us-section-1-col2-block-items {
    width: 33.33%;
    text-align: center;
    padding: 15px;
}
.about-us-section-1-img-wrapper img {
    border-radius: 20px;
	width : 100%;
}
.about-us-section-1-col2-block-items.item1,
.about-us-section-1-col2-block-items.item2 {
    position: relative;
}
.about-us-section-1-col2-block-items.item1:after,
.about-us-section-1-col2-block-items.item2:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 25px;
    background-color: #1E4797;
    width: 1px;
    height: 70%;
    transform: rotate(10deg);
}
.about-us-section-1-img-wrapper {
    position: relative;
}
/* .about-us-section-1-img-wrapper:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/10/star2.png);
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 50px;
    top: 20%;
	animation: rotate 6s linear infinite;
} */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.about-us-section-1-col2-block-wrapper p {
    text-align: center;
}
.about-us-section-1-col1 {
    position: relative;
}
.greviews-wrapper {
    background-color: #1E4797;
    border-radius: 15px;
    max-width: 60%;
    padding: 20px;
}
.greviews-wrapper p {
    margin-bottom: 0px;
}
.greviews-wrapper {
    position: absolute;
    bottom: 80px;
    right: 40px;
}
.greviews-wrapper img {
    width: 120px;
    height: 20px;
    object-fit: cover;
    position: relative;
    left: -15px;
    top: 5px;
}
.about-us-section-2 {
    background-color: #1b3b74;
    padding: 60px 0px 200px 0px;
}
.about-us-section-2-wrapper {
    max-width: 1500px;
    margin: 0px auto;
}
.about-us-section-2-wrapper-top {
    display: flex;
    column-gap: 50px;
    align-items: center;
}
.about-us-section-3-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 50px;
}
.about-us-section-3-items img {
    width: 80px;
}
.about-us-section-3-items {
    width: 33.33%;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
    padding: 40px;
    border-radius: 40px;
}
.about-us-section-3 {
    margin-top: -160px;
}
.about-us-section-2-wrapper-top-col1 {
    width: 80%;
}
.about-us-section-2-wrapper-top-col2 {
	 width: 20%;
	text-align: right;
}
.why-choose-section {
    background-color: #1b3b74;
    padding: 50px 0px 0px 0px;
}
.why-choose-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.why-choose-section-col1, .why-choose-section-col3 {
    width: 35%;
}
.why-choose-section-col2 {
    width: 30%;
}
.why-choose-items-left img {
    width: 50px;
}
.why-choose-items-wrapper {
    display: flex;
    column-gap: 20px;
}
.why-choose-items-right h6 {
    margin: 0px 0px 10px 0px;
}
.why-choose-section-col2 img {
    display: block;
}

/* services */
.services-landing-page-icon img {
    width: 40px;
	display: block;
}
.services-landing-page-icon {
    background-color: #1E4797 ;
    padding: 10px;
    border-radius: 15px;
}
.services-landing-page-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.services-landing-page-items {
    width: 30%;
    margin: 15px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
    padding: 30px;
	background-color: #ffffff;
	border-radius: 30px;
}
.services-landing-page-items-top {
    display: flex;
    column-gap: 20px;
    align-items: center;
	margin-bottom: 20px;
}
.service-content {
    color: #000000;
    border-top: 1px solid #f0f0ff;
    padding-top: 15px;
}
.services-landing-page-items:hover .services-landing-page-icon {
    background-color: #AA9273;
}
.services-landing-image img {
    border-radius: 30px;
}
.services-landing-image {
    overflow: hidden;
    transition: 0.5s all;
}
.services-landing-page-items:hover .services-landing-image {
    transform: scale(1.03);
    transition: 0.5s all;
}

/* service inner */
.services-inner-section-1-wrapper, .services-inner-section-2-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.services-inner-section-1-col1, .services-inner-section-1-col2,
.services-inner-section-2-col1, .services-inner-section-2-col2 {
    width: 50%;
}
.services-inner-hero-image-wrapper {
    max-width: 1500px;
    margin: 0px auto;
}
.services-inner-hero-image-wrapper img {
    width: 100%;
}
.services-inner-block-section {
    background-color: #ffffff;
    padding: 20px 0px;
}
.services-inner-block-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 30px;
}
.services-inner-block-section-items {
    width: 25%;
    text-align: center;
	background : #F5FAFF;
	border-radius : 20px;
	padding : 10px;
		
}
.services-inner-block-num h6 {
    background-color:  #1E4797;
    color: #ffffff;
    display: inline-block;
    padding: 40px 30px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 25px;
}
.services-inner-faqs-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.services-inner-faqs-section-col1 {
    width: 40%;
}
.services-inner-faqs-section-col2 {
    width: 60%;
}



/* doctors landing */
.doctors-section-wrapper {
    max-width: 1450px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.doctors-section-items {
    width: 22%;
    margin: 15px;
    padding: 15px;
	text-align: center;
}
.doctors-section-items-inner img {
    width: 100%;
}
.doctors-section-items h4, .doctors-section-items h6 {
    color: #1A3A73;
	transition: 0.5s all;
}
.doctors-section-items h6 {
    font-weight: 500;
}
.doctors-section-items:hover h4 {
    transform: scale(1.1);
    transition: 0.5s all;
}

/* doctors inner */
.doctors-inner-pages-wrapper {
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    column-gap: 50px;
	justify-content: center;
}
.doctors-inner-pages-col1 {
    width: 30%;
}
.doctors-inner-pages-col1-inner {
    background-color: #ffffff;
}
.doctors-inner-pages-col2 {
    width: 70%;
	position: relative;
}
.doctors-inner-pages-image img {
    width: 100%;
}
.doctors-left-details {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
	padding: 8px 15px;
}
.doctors-left-title {
    color:  #1E4797;
    font-weight: 600 !important;
}
.doctors-right-title {
    font-weight: 400;
    color: #000000;
	font-size: 14px;
}
.doctors-right-title a {
    color: #000000;
}
.doctors-left-details:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}
.doctor-linkedin-wrapper {
    position: absolute;
    top: 20px;
    right: 0;
	z-index: 99;
}
.doctor-linkedin-wrapper img {
    width: 40px;
	display:block;
}
.services-landing-page-items-top-col2 h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* blog detail and archive page */
div#primary {
    margin-top: 50px;
}
aside#secondary {
	margin-top: 50px;
	position: sticky;
    z-index: 99;
    padding-right: 100px;
	width : 30%;
	top : 150px;
	height : 100%;
}
.table-of-content {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 30px;
}
.author-box {
    display: none;
}

/* 404 page */
section.error-404.not-found {
    text-align: center;
    padding: 80px 0px;
}

/* search page */
.search-results .page-title {
    font-size: 20px;
    margin-top: 50px;
}
.right-bottom-inner {
    background-image: url(/wp-content/uploads/2025/12/Rectangle-1439.png);
    height: 200px;
    width: 100%;
    background-position: center;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width:768px) {
	.innerpage-title-bar {
    	height: 130px;
    }
	.innerpage-title-bar h1, .innerpage-title-bar h2 {
    	padding: 0px 20px;
		font-size: 25px;
	}
	.breadcrumb, .about-us-section-1-col2-block-items.item1:after, .about-us-section-1-col2-block-items.item2:after {
		display:none;
	}
	.cnt-contact-information-wrapper, .form-half-row, .home-blog-page-wrapper,
	.about-us-section-2-wrapper-top, .about-us-section-3-wrapper, .why-choose-section-wrapper, .services-landing-page-wrapper,
	.doctors-section-wrapper, .doctors-inner-pages-wrapper, .services-inner-section-1-wrapper, .services-inner-section-2-wrapper,
	.services-inner-block-section-wrapper, .services-inner-faqs-section-wrapper {
    	flex-direction: column;
	}
	.about-us-section-1-wrapper {
    	flex-direction: column-reverse;
	}
	.about-us-section-1-col1, .about-us-section-1-col2, .about-us-section-1-col2-block-items, .about-us-section-2-wrapper-top-col1,
	.about-us-section-2-wrapper-top-col2, .about-us-section-3-items, .why-choose-section-col1, .why-choose-section-col3, .why-choose-section-col2,
	.services-landing-page-items, .doctors-section-items, .doctors-inner-pages-col1, .doctors-inner-pages-col2, .services-inner-section-1-col1, .services-inner-section-1-col2, 
	.services-inner-section-2-col1, .services-inner-section-2-col2, .services-inner-block-section-items, .services-inner-faqs-section-col2 {
    	width: 100%;
	}
	.cnt-contact-information-items {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.cnt-form-section-wrapper {
    	padding: 20px 10px;
    }
	.home-blog-page-wrapper .home-blog-items {
		width: 100%;
		margin-bottom: 20px;
	}
	.about-us-section-1-col2-block-wrapper p {
    	margin-bottom: 0px;
		text-align : center !important;
	}
	.about-us-section-1-col1 {
    	margin-top: 30px;
	}
	.about-us-section-3-items {
    	margin-bottom: 30px;
	}
	.about-us-section-1-img-wrapper:before {
    	width: 100px;
    	height: 100px;
    	right: 15px;
    	top: 25%;
    }
	.greviews-wrapper {
    	bottom: 30px;
    }
	.about-us-section-2 {
    	padding: 20px 0px 200px 0px;
	}
	.why-choose-section {
    	padding: 20px 0px 0px 0px;
	}
	.why-choose-section-col2 {
    	margin: 30px 0px;
	}
	.about-us-section-2-wrapper, .about-us-section-2-wrapper-top-col2 {
    	text-align: center;
	}
	.services-landing-page-items {
    	margin: 0px;
    	margin-bottom: 25px;
	}
	.doctors-section-items {
    	margin: 0px;
    	padding: 0px;
    	margin-bottom: 20px;
	}
	.doctors-inner-pages-col2 {
    	margin-top: 20px;
	}
	.doctor-linkedin-wrapper {
    	top: 60px;
    }
	aside#secondary {
		display : none;
	}
	.services-inner-faqs-section-col1 {
    	width: 100%;
    	text-align: center;
	}
	.services-inner-faqs-section-col2 {
    	margin-top: 20px;
	}
	.about-us-section-1-col2-block-wrapper{
		background : none;
		flex-direction: column;
        gap: 20px;
		
	}
	.item1, .item2, .item3 {
		background-color: #F5FAFF;
		border-radius: 30px;
	}
	.table-of-content ul li a {
    	font-size: 16px;
	}
	.corp-content-wrapper h3 {
    	font-size: 22px;
	}
	
}


@media (min-width:768px) and (max-width:1024px) {
	.innerpage-title-bar {
    	height: 130px;
    }
	.breadcrumb {
		display:none;
	}
	.innerpage-title-bar h1, .innerpage-title-bar h2 {
    	padding: 0px 20px;
		font-size: 25px;
	}
	.cnt-contact-information-wrapper, .about-us-section-2-wrapper-top, .about-us-section-3-wrapper, .why-choose-section-wrapper,
	.doctors-section-wrapper, .doctors-inner-pages-wrapper {
    	flex-direction: column;
	}
	.about-us-section-1-wrapper {
    	flex-direction: column-reverse;
	}
	.about-us-section-1-col1, .about-us-section-1-col2, .about-us-section-2-wrapper-top-col1, .about-us-section-3-items,
	.why-choose-section-col1, .why-choose-section-col3, .why-choose-section-col2, .doctors-inner-pages-col1, .doctors-inner-pages-col2 {
    	width: 100%;
	}
	.cnt-contact-information-items {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.cnt-form-section-wrapper h2 {
    	font-size: 22px;
    	line-height: 60px;
	}
	.home-blog-page-wrapper .home-blog-items {
    	width: 50%;
    }
	.about-us-section-1-col1 {
    	margin-top: 30px;
	}
	.about-us-section-2-wrapper-top {
    	text-align: center;
	}
	.about-us-section-2-wrapper-top-col2 {
    	width: 100%;
    	text-align: center;
	}
	.about-us-section-3-items {
    	margin-bottom: 30px;
	}
	.why-choose-section-col2 {
    	margin: 30px 0px;
	}
	.services-landing-page-items {
    	width: 45%;
    }
	.doctors-section-items {
    	width: 60%;
    	margin: 0px;
    	padding: 0px;
    	margin: 0px auto;
	}
	.doctors-inner-pages-col2 {
    	margin-top: 20px;
	}
}

@media (max-width:1080px) {
	.cnt-contact-information-wrapper {
   		 grid-template-columns: repeat(2, 1fr);
	}
	
}

@media (max-width:1600px) {
	.services-landing-page-items-top-col2 h6 {
    	font-size: 20px;
	}
	.table-of-content ul li a {
    	font-size: 18px !important;
	}
	.corp-content-wrapper h3 {
    	font-size: 25px !important;
	}
	
}


/* Blog Inner Css */



/* blog page */
 .page-blogs-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
 .blogs-items {
    width: 21%;
    margin: 15px;
}
 .blogs-items-inner {
    margin: 0px;
    border: 1px solid #e0e0e0;

}
.blogs-bottom-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    margin-bottom: 10px;
    padding: 0 10px;
}
.blogs-bottom {

    color: black;
}
.blogs-title {
    padding-left: 10px;
}
.blogs-bottom p{
    padding-right:10px;
    text-align:justify;
        font-size: 12px;
    margin: 0;
}

@media (max-width: 1280px) {
    .blogs-items{
        width:30%;
    }
}

@media (max-width: 480px) {
     .blogs-items {
         width: 100%;
    }
    .section-tag{
        font-size:10px;
    }
    .why-heading-row{
        gap:10px !important;
    }
}

/* blog inner page  */

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
}
.blog-inner-layout .content-area {
    width: 90% !important;
}
.blog-inner-layout .widget-area  {
    width: 30% !important;
}
.blog-inner-layout .widget-area .widget {
    margin: 0 0 50px;
/*     top: 150px !important; */
    position: sticky !important;
    background: #F5FAFF;
    padding: 20px;
    border-radius: 15px;
/*     border: 1px solid #abebab; */
}
 .entry-meta span a{
    text-transform: capitalize;
}

/* /thank you */
.thank-you-section {
  padding: 100px 20px;
  text-align: center;
  background-color: #f8f9fa;
}

.thank-you-wrapper h1 {
  font-size: 36px;
  color: #666;
  margin-bottom: 20px;
}

.thank-you-wrapper p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.thank-you-wrapper .btn-primary {
    background-color: #666 !important;
    color: #fff !important;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.thank-you-wrapper .btn-primary:hover {
  background-color: #021d3a;
}

.thank-you-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn-thankyou {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
    background-color: rgba(134, 223, 156, 1);
    color: black !important;
    font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  animation: pulsePop 2s infinite ease-in-out;
}

/* Optional glowing motion border */
.btn-thankyou::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  animation: borderGlow 2s infinite ease-in-out;
  z-index: -1;
}

@keyframes pulsePop {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 200, 151, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
}

@keyframes borderGlow {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* blog details page  */
/* blog details page */
.author-box {
    display: none;
}
.widget.widget_recent_entries ul li a {
    font-size: 16px;
    font-weight: 600;
}
.entry-meta span {
    color: #000000;
    margin-bottom: 20px;
}
.related-posts-section .related-posts {
    color: #000000;
    font-size: 20px;
}
.post-navigation a span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.related-posts-section ol li .related-post-date {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.single-post .entry-content p {
    text-align: justify;
}
.single-post .entry-content ul li {
    padding-bottom: 20px;
    text-align: justify;
}
.single-post .entry-meta span:not(:last-child):after {
    font-size: 15px;
}
.table-of-content ul li {
    padding-bottom: 0px !important;
}
.table-of-content ul li a {
    color: #84482a;
    font-size: 18px;
    line-height: 38px;
}
aside#secondary {
    padding-right: 40px;
}
li.cust-ul-ul {
    margin-left: 15px;
}
.table-of-content {
    background-color: #F5FAFF;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
div#primary {
    margin-top: 30px;
}
aside#secondary {
    margin-top: 40px;
}

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
    flex-wrap:wrap;
}
.content-area {
    width: 90% !important;
}
.widget-area  {
    width: 30% !important;
}
/*  .widget-area .widget {
    margin: 0 0 50px;
    top: 200px !important;
    position: sticky !important;
} */

@media (max-width:520px){
	.cnt-contact-information-wrapper {
   		 grid-template-columns: repeat(1, 1fr) !important;
	}
	.cnt-contact-information-items p {
    text-align: center !important;
}
	
}

@media screen and (max-width: 480px){
      .widget-area  {
        width: 100% !important;
     }
}


/* blog archive page */
.archive header.entry-header {
    display: none;
}

div#comments {
    margin-bottom: 20px;
}

.blogs-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    margin: 0 0 20px;
}
button {
    background: none !important;
}
.widget_text.widget.widget_custom_html {
    background: none;
}


