@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
}
.logo-main img {
    max-width: 200px;
}
.navlinks li {
	padding: 0 5px;
}
.navlinks li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: black;
}
.top-header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px 0px;
}
/* .navbar-nav.navlinks {
	padding-top: 13px;
} */
.home-banner {
	/* background-image: url(img/banner.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	/* padding: 80px 0px; */
}
.main-text h2 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
}
.main-text p {
	color: #d5d5d5;
	line-height: 27px;
	margin-top: 24px;
	margin-bottom: 40px;
}
.layer {
	background-color: rgba(24, 24, 24, 0.4);
	padding: 160px 0px;
}
.main-text a {
	text-decoration: none;
	color: #fff;
	border: 2px solid #800000;
	padding: 12px 25px;
	background: #800000;
	font-weight: 500;
}
.main-text a:hover {
	background: #910e0e;
}
.text-section2 {
	padding: 100px 0;
}
.title-divider {
	display: block;
	width: 100px;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 15px;
}
.title-divider .bar-1 {
	display: block;
	width: 100%;
	height: 3px;
	background: #ed3237;
}
.title-divider .bar-2 {
	display: block;
	margin: 0 auto;
	margin-top: 2px;
	width: 50px;
	height: 2px;
}
.title-divider .bar-2 .bar-2-1 {
	float: left;
	width: 42px;
	height: 2px;
	background: #ed3237;
}
.title-divider .bar-2 .bar-2-2 {
	float: right;
	width: 6px;
	height: 2px;
	background: #ed3237;
}
h2.info {
    color: #006b3e;
}
.read a {
    text-decoration: none;
    color: #fff;
    border: #006b3e;
    padding: 12px 30px;
    background: #006b3e;
    font-weight: 500;
}
.read {
    text-align: center;
    padding-top: 15px;
}
.clear {
	width: 100%;
	display: block;
	clear: both;
}
.abour-com {
	padding: 100px 0;
}
.abour-com h5 {
	font-size: 17px;
	color: #800000;
}
.abour-com img {
	width: 100%;
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
h1.heading-clr {
    color: #006b3e;
    font-size: 32px;
}

.pharma-read a {
    text-decoration: none;
    color: #fff;
    border: #006b3e;
    padding: 10px 30px;
    background: #006b3e;
    font-weight: 500;
}
.pharma-read {
    padding-top: 12px;
}
.abour-com-2 img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.get-advise {
	background: #110144;
	border-radius: 40px;
}
.abour-get {
	padding-bottom: 70px;
	padding-top: 200px;
}
.get-advise img {
	margin-top: -150px;
	padding-bottom: 20px;
	width: 100%;
	max-width: 300px;
}
.get-advise h3 {
	text-transform: capitalize;
	color: #fff;
	font-size: 36px;
}
.get-advise p {
	color: #fff;
	font-size: 16px;
}
.get-advise a {
	border: 2px solid #fff;
	color: #110144;
	padding: 9px 20px;
	text-decoration: none;
	background: white;
	font-weight: 500;
}
.get-advise p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
}
.get-advise a:hover {
	background: none;
	color: #fff;
}
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    /* float: left; */
    padding: 0px 12px;
    height: auto;
  }
  .servs {
	padding: 100px 0;
}
.services {
	text-align: center;
	padding-bottom: 50px;
}
.services span {
	color: maroon;
}
.tab-sec {
	/* float: left; */
	background-color: #110144;
	width: 100%;
	height: auto;
}
.servs .tab.tab-sec .tablinks {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
}
.servs .tab.tab-sec .tablinks:last-child{
    border-bottom: none;
}
.servs .tab.tab-sec .tablinks.active {
	background: maroon;
}
.servs .tab.tab-sec .tablinks:hover {
	background: maroon;
}
.get-advise {
	padding: 20px 0;
}
.tabs-boxes {
	border: 1px solid #110144;
	padding: 20px;
}
.tabs-boxes .number-tabs {
	float: right;
	font-size: 55px;
	font-weight: bold;
	color: maroon;
}
.tabs-boxes span {
	font-size: 24px;
	font-weight: 500;
	color: #000;
}
.pdi {
	padding-left: 10px;
}
.text-border {
	height: 3px;
	background: #ed3237;
	width: 9%;
	margin-bottom: 15px;
}
.image-circle {
	background: #f5f5f5;
	position: relative;
	right: 65px;
	border-radius: 100px;
	border: 1px solid #110144;
	padding: 23px;
}
.image-circle img {
    width: 60px;
}
.tables a {
    text-decoration: none;
    color: #fff;
    border: #ed3237;
    padding: 6px 10px;
    background: #ed3237;
    font-weight: 500;
    font-size: 13px;
    border-radius: 3px;
}
.pdi p {
	line-height: 32px;
	font-size: 16px;
	font-weight: 500;
}
.tabs-boxes img {
	transition: all 0.3s;
}
.tabs-boxes:hover img {
	transform: scale(1.3) rotate(5deg);
}

/* .slider {
	width: 80%;
	margin: 0 auto;
	overflow: hidden; 
	position: relative;
  } */
  
  
  /* .slide {
	width: 100%;
	display: none; 
  } */
  
 
  .slide:first-child {
	display: block;
  }
  
/*   
  .slide img {
	width: 100%;
	height: auto;
  }
   */
  
  .prev, .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px;
	cursor: pointer;
	z-index: 1000;
  }
  
  .prev {
	left: 10px;
  }
  
  .next {
	right: 10px;
  }
  
  
  .dots {
	text-align: center;
	margin-top: 10px;
  }
  
  
  .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
  }
  
  
  .dot.active {
	background-color: white;
  }
  .slide {
	display: none;
  }
  
  .slide.active {
	display: block;
  }
  .slideshow-container {
    position: relative;
    overflow: hidden;
}

.slide {
    display: none; /* Hide all slides initially */
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .slide {
        width: 20%; /* 100% / 4 slides = 25% each for desktop */
    }
}

@media (max-width: 767px) {
    .slide {
        width: 50%; /* 100% / 2 slides = 50% each for mobile */
    }
}

.controls {
    text-align: center;
}
.slide-container {
	display: flex;
	overflow: hidden;
  }
  
  .slide {
	flex: 1 0 25%; /* Adjust to show 4 items */
	box-sizing: border-box;
	padding: 0 10px; /* Optional: spacing between slides */
  }
  
  .dot-container {
	text-align: center;
	padding: 10px 0;
  }
  
  .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	cursor: pointer;
  }
  
  .dot.active {
	background-color: #ed3237;
  }
  .slider-sec .slide img {
    width: 210px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: auto;
}
.slider-sec .slide {
	text-align: center;
	padding: 30px 0px;
}
.slider-sec {
	padding: 100px 0px;
}
.footer-sec .fmenu ul {
	padding: 0px;
	margin: 0px;
}
.footer-sec .fmenu ul li {
	list-style: none;
}
.footer-sec .fmenu ul li a {
	text-decoration: none;
}
.footer-sec .fmenu ul li {
	list-style: none;
	padding: 5px 0;
}
.logo-footer img {
	max-width: 160px;
}
.offices p i {
	margin-top: 5px;
	padding-right: 8px;
	color: #006b3e;
	font-size: 18px;
}
.footer-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.linarg {
	background: rgba(255, 255, 255, 0.7);
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer-sec .fmenu ul li a {
	text-decoration: none;
	color: #303030;
	font-weight: 500;
	text-transform: capitalize;
}
.footer-sec .fmenu ul li a:hover {
    color: #006b3e;
}
.offices p span {
	font-weight: 500;
	color: #303030;
}
.offices p a {
    color: #303030;
    font-weight: 500;
    text-decoration: none;
}
.offices p a:hover {
    color: #006b3e;
}
/* .fmenu h4 {
	margin-bottom: 20px;
}
.offices h4{
	margin-bottom: 20px;
} */
.logo-footer img {
	max-width: 200px;
	padding-bottom: 20px;
}
.footer-b {
	height: 4px;
	background:#006b3e;
	width: 15%;
	margin-bottom: 20px;
}
.social-i a i {
    font-size: 26px;
    margin-right: 10px;
    color: #006b3e;
}
.social-i a i:hover {
    color: #ed3237;
}
.social-icons i {
	padding-right: 17px;
	font-size: 26px;
	color: #ed3237;
}
.social-icons i:hover {
	color: #110144;
}
.social-i a i {
    transition: all 0.3s;
}
.social-i a i:hover {
    transform: scale(1.3) rotate(1deg);
}
.bottom-sec {
	border-top: 1px solid #a0a0a0;
	padding-top: 30px;
	margin-top: 50px;
	text-align: center;
}
.bottom-sec h4 {
	font-size: 16px;
}
.bottom-sec h4 a {
	text-decoration: none;
	color: #ed3237;
}

.floating-btn ul li {
    list-style: none;
}
.floating-btn img {
    max-width: 160px;
    filter: hue-rotate(330deg);
	height: 36px;
}
.floating-btn ul {
    padding: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
	.floating-btn img{
		height: 30px;
	}
}
.top-header .navlinks .nav-item .nav-link.active {
    color: #006b3e;
}
.ab-team {
	padding: 100px 0px;
}
.team-info h4 {
	color: #ed3237;
	font-size: 40px;
	font-weight: 500;
}
.team-info p {
	text-transform: uppercase;
	font-weight: 500;
	color: #000000ad;
}
.team-info span {
	font-size: 26px;
	font-style: italic;
}
.team-info {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 100px 0px;
	border-radius: 20px;
}
.team-info:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.infosec {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.clrs {
	background-color: #000000a1;
	padding: 100px 0;
}
.clrs p {
	line-height: 29px;
	color: #dfdfdf;
	margin-bottom: 35px;
}
.clrs a {
	text-decoration: none;
	color: #fff;
	border: 2px solid #800000;
	padding: 12px 25px;
	background: #800000;
	font-weight: 500;
}
.final-boxes .frst-items {
	background: #00293c;
	padding: 40px;
}
.final-boxes .middle-items {
	padding: 40px;
	background: #1e656d;
}
.final-boxes .last-items {
	background: #f1f3ce;
	padding: 40px;
	color: #00293c;
}
.final-boxes .row {
	margin: 0px;
}
.final-boxes {
	color: #fff;
}
.final-boxes img {
	margin-bottom: 20px;
}
.text-section2 p {
	line-height: 28px;
	font-weight: 500;
	font-size: 17px;
}
.images-sec .img2 {
	position: absolute;
	left: 80px;
	bottom: -80px;
}
.images-sec img {
	max-width: 400px;
	box-shadow: 0px 10px 40px rgba(59, 63, 130, 0.3);
}
.images-sec {
	position: relative;
}
.newclr {
	color: #8e8e99;
	line-height: 2;
}
.about-page h2 {
	line-height: 1.3;
	font-weight: 500;
	font-size: 46px;
	color: #00293c;
}
.imagein-right {
	text-align: end;
}
.imagein-right .img2 {
	right: 80px;
}
.our-img img {
	width: 100%;
	box-shadow: 0px 10px 40px rgba(59, 63, 130, 0.3);
	border-radius: 20px;
}
.our-img {
	text-align: center;
}
.our-vission {
	background: #00293c;
	color: #fff;
	padding: 27px;
	border-radius: 0 20px 0 20px;
	box-shadow: 0px 10px 40px rgba(59, 63, 130, 0.3);
}
.our-mission {
	background: #1e656d;
	padding: 27px;
	color: #fff;
	border-radius: 0 20px 0 20px;
	position: absolute;
	bottom: 0px;
	box-shadow: 0px 10px 40px rgba(59, 63, 130, 0.3);
}
.posti {
	position: relative;
}
.vision-mission {
	padding: 100px 0px;
}
.vision-mission p {
	color: #c2c2c2;
}
.divide {
	height: 2px;
	background: white;
	width: 20%;
	margin-bottom: 10px;
}
.vision-mission h4 {
	margin-bottom: 5px;
}
.service-text p {
	color: #fff;
	font-size: 22px;
	text-shadow: 2px 2px #000;
}
.service-text h2 {
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px #000;
}
.services-banner .layer {
	background-color: rgba(24, 24, 24, 0.5);
	padding: 160px 0px;
}
.servive-text {
	font-size: 17px;
	color: #800000;
	text-transform: uppercase;
	font-weight: 500;
}
.newclrs {
	color: #00293c !important;
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 0px;
}
.servive-step {
	display: flex;
	gap: 40px;
	margin-bottom: 24px;
}
.service-number {
	text-align: center;
	background: #f5f5f5;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00293c;
	font-weight: 500;
}

.service-steps p {
	font-size: 14px;
	color: #8e8e99;
}
.servive-images img {
	box-shadow: none;
}
.contact-page {
	padding: 80px 0px;
}
.contact-title .title-divider {
	margin-top: 5px !important;
}
.contact-title h4 {
	font-size: 30px;
}
.first-row {
	display: flex;
	gap: 15px;
}
.content-contact .first-row {
	margin-bottom: 20px;
}
.content-contact .first-row .form-item {
	width: 50%;
}
.content-contact .first-row .form-item input {
	width: 100%;
}
.content-contact .text-area textarea {
	width: 100%;
	min-height: 150px;
	border-color: #ababab;
	border-radius: 3px;
}
.content-contact .first-row .form-item input {
	width: 100%;
	height: 44px;
	border-radius: 3px;
	border-color: #ababab;
}
.submit-btn {
	text-align: center;
	padding: 30px 0px;
}
.submit-btn button {
	background: #006B3E;
	color: #fff;
	border-color:#006B3E;
	padding: 12px 51px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	border-width: 3px;
}
.submit-btn button:hover {
	background: none;
	color: #ed3237;
	border-color: #006B3E;
}
.content-contact {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 30px !important;
}
@media only screen and (max-width: 500px) {
	.first-row {
		display: block;
	}
	.content-contact .first-row .form-item {
		width: 100%;
	}
}
.scrolled {
	position: sticky;
	top: 0px;
	background: #fff;
	z-index: 999;
}
.our-wrk {
	padding: 80px 0px;
}
.ourworks img {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	width: 100%;
}

.ourworks {
	position: relative;
}
.image {
	display: block;
	width: 100%;
	height: auto;
  }
  
  .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #800000bf;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
  
  .overf:hover .overlay {
	height: 100%;
  }
  
  .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  }
  .overf {
	position: relative;
}
@media only screen and (max-width: 576px) {
	.main-text h2 {
		font-size: 30px;
		line-height: 38px;
		text-align: center;
	}
	.main-text p {
		text-align: center;
	}
	.main-text {
	text-align: center;
}
.text-section2 {
	padding: 50px 0;
}
.get-advise img {
	max-width: 200px;
}
.get-advise h3 {
	text-transform: capitalize;
	color: #fff;
	font-size: 30px;
}
.get-advise {
	padding: 40px 0;
}
.servs {
	padding: 50px 0;
}
.image-circle {
	position: unset;
}
.slider-sec {
	padding: 50px 0px;
}
.clrs {
	background-color: #000000a1;
	padding: 50px 0;
}
.ab-team {
	padding: 50px 0px;
}
.images-sec .img2 {
	position: absolute;
	left: 80px;
	bottom: 0px;
	display: none;
}
.about-page h2 {
	font-size: 30px;
}
.abour-com {
	padding: 50px 0;
}
.vision-mission {
	padding: 50px 0px;
}
.our-mission {
	position: unset;
}
.posti {
	margin-top: 15px !important;
}
.our-img {
	margin-top: 15px;
}
.service-text h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: 2px 2px #000;
}
.contact-image img {
	width: 100%;
}
.faq-sec {
	background: #f4f9ff !important;
	padding: 50px 0px;
}
}
@media only screen and (min-width: 577px) and (max-width: 767px)  {
	.main-text h2 {
		color: #fff;
		font-size: 35px;
		line-height: 40px;
	}
	.text-section2 {
		padding: 50px 0;
	}
	.abour-com {
		padding: 50px 0;
	}
	.get-advise img {
		max-width: 200px;
	}
	.get-advise h3 {
		font-size: 30px;
	}
	.abour-get {
		padding-bottom: 50px;
		padding-top: 170px;
	}
	.get-advise {
		padding: 40px 0;
	}
	.servs {
		padding: 50px 0;
	}
	.image-circle {
		position: unset;
	}
	.slider-sec {
		padding: 50px 0px;
	}
	.clrs {
		background-color: #000000a1;
		padding: 50px 0;
	}
	.ab-team {
		padding: 50px 0px;
	}
	.images-sec img {
		max-width: 300px;
	}
	.images-sec .img2 {
		position: absolute;
		left: 45px;
		bottom: -45px;
	}
	.about-page h2 {
		line-height: 1.3;
		font-weight: 500;
		font-size: 35px;
		color: #00293c;
	}
	.our-mission {
		position: unset;
	}
	.posti {
		position: relative;
		margin-top: 15px !important;
	}
	.our-img {
		text-align: center;
		margin-top: 15px;
	}
	.our-img img {
		width: 67%;
		box-shadow: 0px 10px 40px rgba(59, 63, 130, 0.3);
		border-radius: 20px;
	}
	.vision-mission {
		padding: 50px 0px;
	}
	.contact-image img {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
	.main-text h2 {
		color: #fff;
		font-size: 32px;
		line-height: 40px;
	}
	.image-circle {
		position: unset;
	}
	.about-page h2 {
		font-size: 35px;
	}
	.our-mission {
		position: unset;
	}

}

.faq-sec {
	background: #f4f9ff !important;
	padding: 100px 0px;
}
.page-wrapper {
	box-sizing: content-box;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1rem;
}

.accordion-group {
	margin: 1rem 0;
}

.accordion {
	background-color: rgb(201 227 245);
	border-radius: 1rem;
	box-shadow: 0 5px 5px -5px rgb(52 80 99);
}

.accordion + .accordion {
	margin-top: 1rem;
}

.ac-state {
	display: none;
}

.ac-trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 1rem;
	border-radius: 1rem;
}

.ac-trigger:hover,
.ac-trigger:focus {
	background-color: rgb(174 216 245);
}

.ac-title {
	font-weight: 600;
}

.ac-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 300ms ease;
}

.ac-content-inner {
	overflow: hidden;
	padding: 0 1rem;
}

.ac-content img {
	display: block;
	margin: 0 auto;
}

.ac-state:not(:checked) ~ .ac-trigger .ac-icon-close {
	display: none;
}

.ac-state:checked ~ .ac-trigger {
	background-color: rgb(174 216 245);
	box-shadow: 0 5px 5px -5px rgb(52 80 99);
}

.ac-state:checked ~ .ac-trigger .ac-icon-open {
	display: none;
}

.ac-state:checked ~ .ac-content {
	grid-template-rows: 1fr;
}
.faq-sec h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 40px;
}
.faq-sec .accordion .ac-content p {
	margin: 0px;
	line-height: 29px;
	color: #444;
}
.faq-sec .ac-icon i {
	color: maroon;
}
.faq-sec .ac-title {
	color: maroon;
	font-size: 20px;
	font-weight: 500;
}
.faq-sec .ac-trigger {
	background: #fff !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.faq-sec .accordion {
	background: #fff;
}
.top-header .navlinks .nav-item a:hover {
	color: #006b3e;
}





.top-title-blog h2 span {
	color: maroon;
}
/* .top-title-blog {
	padding: 50px 0px 50px 0px;
} */
.post-media img {
	width: 100%;
}
.blog-entry {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
}
.blog-entry .categories a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.blog-entry .categories-date a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}
.blog-entry .categories::after {
	content: "/";
}
.red-more a {
	text-decoration: none;
	border: 2px solid #800000;
	color: #800000;
	padding: 10px 15px;
}
.red-more a:hover {
	background: #800000;
	color: #fff;
}
.blog-title h2 a {
	text-decoration: none;
	font-size: 25px;
	color: #000;
	font-weight: 500;
}
.blog-title h2 {
	line-height: 20px;
}
.blog-content {
	padding: 10px 0;
}
.blog-sec {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-bottom {
	padding: 20px;
}
.red-more {
	padding: 13px 0px;
}
.recent-posts li, .all-categories li {
	list-style: none;
}
.recent-posts li a, .all-categories li a {
	text-decoration: none;
	color: #444;
	font-size: 16px;
	font-weight: 400;
}
.recent-posts h4, .all-categories h4 {
	text-transform: capitalize;
	font-size: 30px;
	margin-bottom: 0px;
	color: #000;
}

.recent-posts, .all-categories {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}
.red-more {
	padding: 13px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.red-more p {
	margin: 0px;
}
.red-more p img {
	border-radius: 100%;
	margin-right: 5px;
}
.red-more p span {
	font-weight: 500;
}

/* product */

.table-responsive h3 {
    font-size: 32px;
    color: #006b3e;
    font-weight: 600;
    margin: 0;
}
.table-responsive h2 {
    font-size: 22px;
    color: #ed3237;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
h5.info_page {
    font-size: 22px;
    font-weight: 600;
}
.top-title-blog form input {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #ffffff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
}
@media only screen and (max-width: 767px)  {
	.table-responsive {
		border: 1px solid #ddd;
		margin-bottom: 15px;
		overflow-y: hidden;
		width: 100%;
	}
}
/* .search {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.search form {
    margin-left: 50px;
} */

@media only screen and (max-width: 567px)  {
	.search form {
		margin-left: 0px;
	}
	.search {
		display: block;
		text-align: center;
	}
}
.send-enquiry .btn {
    background-color: #087044;
    color: #ffff;
}
.send-enquiry .btn:hover {
    border: 1px solid #006b3e;
}
.table-responsive .table tr td {
    color: #4d4d4d !important;
}

/* thankyou */


.section-order h3 {
    color: white;
    font-size: 32px;
    font-weight: 700;
}
.section-order {
    background-color: #006b3e;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}
.than-h {
    height: auto;
}
@media (min-width: 600px) {
.wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 0px 15px 5px rgba(136, 139, 145, .15);
}
}
.wrapper-1 {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
}
.wrapper-2 {
    padding: 30px;
    text-align: center;
}
img.thanku {
    width: 80px;
    height: auto;
    padding-bottom: 20px;
}
h1.thank {
    color: black;
    font-size: 40px;
    font-family: unset;
    font-weight: 600;
}
.content {
    padding-bottom: 50px;
}
.go-home {
    color: #fff;
    background: #097145;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    Box-shadow: 0px 0px 15px 5px rgba(136, 139, 145, .15);
}
a.go-home {
    text-decoration: none;
    background-color: #087044;
}
.wrapper-2 p {
    font-size: 20px;
    font-weight: 400;
    color: #aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}


/* product-detail */

.detail-img img {
    width: 100%;
    height: auto;
}
.product-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #006b3e;
    margin: 0;
}
.product-text h1 {
    font-size: 36px;
    font-weight: 600;
    color: #252525;
    font-family: 'Playfair Display', serif;
    margin: 0;
}
.product-text p {
    padding: 0px 50px 0px 0px;
    font-size: 16px;
    color: #666;
    margin: 0;
}
.product-sec {
    padding: 70px 0px;
}
.section-sec-text {
    padding: 50px 50px;
}
.product-price-btn {
    display: flex;
    gap: 10px;
}
.main-box {
    background-color: #fff;
    border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product-text span {
    color: #006b3e;
}
.product-price-btn p {
    color: #ed3237;
    font-size: 16px;
    font-weight: 500;
}
/* .product-price-btn h5 {
    font-size: 22px;
    font-weight: 600;
    color: #252525;
} */
.product-text-all {
    padding-right: 30px;
}
.pack {
    display: flex;
    column-gap: 10px;
    align-items: baseline;
}
@media only screen and (min-width: 320px) and (max-width: 767px)  {
    .product-text-all {
		padding-right: 30px;
		padding-left: 30px;
	}
}



/* slider new */

.highway-slider {
    display: flex;
    justify-content: center;  
    width: 100%;
}

.highway-barrier {
    overflow: hidden;
    position: relative;
}

ul.highway-lane {
    display: flex;
    height: 100%;
}

li.highway-car {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    animation: translateinfinite 35s linear infinite;
}

@keyframes translateinfinite {
    100% { transform: translateX(calc(-180px * 12)); }
}

#infinite div.highway-barrier ul.highway-lane {
    width: calc(180px * 28);
}

li.highway-car {
    cursor: pointer;
}

/* slider new end */