/*================================================
            0 BASE CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Roboto+Slab:400,700');

html, body {
    height: 100%;
    vertical-align: baseline;
}
body {
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}

/*
font-family: 'Nunito', sans-serif;
font-family: 'Roboto Slab', serif;
 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
a:focus {
    outline: 0 solid;
}
img {
    height: auto;
}
a{
   transition: 0.5s;
}
a:hover {
    text-decoration: none;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
a,
textarea,
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
}
*, ::before, ::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
/* ------------------------------------
   Scroll To Css Start Here
---------------------------------------*/
#return-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #fbc02d;
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 999999;
}
#return-to-top:before {
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}
#return-to-top:hover::before {
  top: -60px;
}
#return-to-top::before {
  bottom: 0;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 30px;
  left: 0;
  line-height: 55px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -5px;
  color: #ffffff;
}
#return-to-top:hover {
  background: #000;
}
#return-to-top:hover span {
  top: -6px;
}
#return-to-top span {
  bottom: 0;
  left: 0;
  line-height: 60px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}
/* ------------------------------------
   Header Style Start Here
---------------------------------------*/
.header {
  border-top: 4px solid #1c8055;
  width: 100%;
  overflow: hidden;
}
.logo-area {
  margin-bottom: 10px;
  margin-top: -15px;
}
.logo-area img{
  width: 20%;
}
.header-top-area {

background: #1c8055;
}
.head-top-social-area::after {
  background: #1c8055;
  content: "";
  position: absolute;
  left: 50px;
  /* right: -20000px; */
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  z-index: -200;
}
.head_top_social .top_socail_icon_text {
  float: left;
}
.head_top_social .top_socail_icon_text h5 {
  color: #ffffff;
  font-size: 16px;
  padding: 7px 0 9px 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin: 0;
}
.social-helper {
  position: relative;
  float: right;
}
.social-top-icon {
  margin: 0;
  padding: 0;
}
.social-top-icon li {
  position: relative;
  list-style: none;
  float: left;
}
.social-top-icon li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  display: block;
  float: left;
  white-space: nowrap;
  text-decoration: none;
  transition: width 0.5s;
  box-sizing: border-box;
}
.social-top-icon li:hover a {
  width: 120px;
}
.social-top-icon li a .fa-brands {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.social-top-icon li:last-child a .fa-brands {
  border-right: 0;
}
.social-top-icon li a span {
  color: #fff;
  padding-left: 3px;
  font-size: 16px;
  line-height: 30px;
  font-family: sans-serif;
}
.social-top-icon li:nth-child(1) a {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon li:nth-child(5) a {
  background: #007bb6;
}
.social-top-icon li:nth-child(6) a {
  background: #cb2027;
}
.social-top-icon li:nth-child(7) a {
  background: #F26522;
}
.header-middle-area{

padding: 18px 0;
}
.left-content-header {
  width: 45%;
  float: left;
}
.right-content-header {
  width: 55%;
  float: left;
}
.header-right-info ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  list-style: none;
}
.header-right-info ul {
  padding: 0;
  margin: 0;
  padding-top: 13px;
}
.header-right-info ul li .single-header-right-info .icon-box {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #1c8055;
  text-align: center;
  margin-right: 25px;
  margin-top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-right-info ul li .single-header-right-info .icon-box i {
  font-size: 22px;
  line-height: 40px;
  color: #1c8055;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-right-info {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-right-info ul li .single-header-right-info .text-box, .header-right-info ul li .single-header-right-info .icon-box {
  display: table-cell;
  vertical-align: top;
}
.single-header-right-info .text-box {
  font-size: 15px;
}
.text-box p {
  margin-bottom: 5px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}
.single-header-right-info .text-box h5 {
  font-size: 16px;
}
.text-box p a {
  color: #000000;
  text-decoration: none;
}

/*-- slider style --*/
.carousel-item{
  width: 100%;
  height: 550px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item:first-child{
  background: transparent url(https://www.drneem.com/wp-content/uploads/2022/03/Beauty-care.jpg);
}
.carousel-item:nth-child(2){
  background: transparent url(https://www.drneem.com/wp-content/uploads/2022/02/body-care.jpg);
}
.carousel-item:last-child{
  background: transparent url(https://media.istockphoto.com/id/599872676/nl/foto/ayurvedic-herbs-neem-with-oil-in-bottle-with-mortar.jpg?s=612x612&w=0&k=20&c=wfn5Jr6OaGJ2XZt3QnDJEXE6SWebi472iExl95VzXtU=);
}


/*--- footer style ---*/
.footer_wrap {
  background-color: #000000;
  padding: 60px 0;
}
.widget_title {
  margin-top: 0;
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.footer-about p {
  color: #dae1eb;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  margin: 0;
}
.info-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-contact li {
  list-style: none;
  padding-left: 0;
  line-height: 26px;
  padding-bottom: 5px;
  font-size: 15px;
}
.info-contact li i {
  font-size: 23px;
  padding-right: 5px;
}
/*-- form style --*/
.contact-input input,textarea  {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 17px
}
.contact_btn {
  padding: 5px 20px;
  color: #fff;
  background: #1c8055;
  border: 3px solid #1c8055;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
}
.contact_btn:hover {
  background: transparent;
  color: #fff;
  border: 3px solid #1c8055;
}