
:root {
    --pureayurveda-primary: #35A85A;
    --pureayurveda-secondary: #000;
    --pureayurveda-para: #5b675bc7;
    --pureayurveda-font-head:"Urbanist", sans-serif;
    --pureayurveda-font-para:"Inter", sans-serif;
}


.inter{
  font-family: "Inter", sans-serif;
  
}

.urbanist{
  font-family: "Urbanist", sans-serif;
  
}

body{
	font-family: var(--pureayurveda-font-para);
	color: var(--pureayurveda-para);
	font-size: 14px;
	font-weight: 400;
    line-height: 20px;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-family: var(--pureayurveda-font-head);
	color: #000;
}
a{
	
	transition: 0.3s;
    text-decoration: none !important;
}
a:hover{
	text-decoration: none;
	
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.spacer-top{
    padding-top: 80px;
}
.spacer-bottom{
    padding-bottom: 80px;
}

.pa-btn{
    background: #1BC853;
    color: #fff;
    padding: 8px 20px;
    min-width: 160px;
    border: none;
    border-radius: 50px;
    text-transform: capitalize;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #1BC853;
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 0;
}
.pa-btn:hover{
    outline: none;
    background: #fff;
    color: var(--pureayurveda-primary);
}
.pa-btn:hover a{
    color: var(--pureayurveda-primary);
}
.pa-btn-white{
    background: transparent;
    color: var(--pureayurveda-primary);
    padding: 8px 20px;
    border: none;
    border-radius: 50px;
    text-transform: capitalize;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #1BC853;
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
}
.pa-btn-white:hover{
    outline: none;
    background: #1BC853;
    color: #fff;
}
.pa-btn-white:hover a{
    color: var(--pureayurveda-primary);
}


.pa-btn:focus,.modal-header .close {
    outline: none;
}
input{
    width: 100%;
    height: 50px;
    padding:0px 20px;
    border: 1px solid var(--pureayurveda-primary);
    outline: none;
    border-radius: 50px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* top header start */
.pa-top-header {
    display: flex;
    align-items: center;
	padding: 25px 0px;
    background: #E8F2EB;
}
.pa-header-address h3{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.pa-header-call a{
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
.pa-header-call a:hover{
    color: var(--pureayurveda-primary);
}
.pa-header-call {
    text-align: right;
}

/* top header end */

/* banner start */
.pa-banner{
	padding:8% 0px 8%;
	background-image: url(../images/banner.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}
.doct-sec{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    overflow:hidden;
}
.pa-banner-text .appointment-text {
    color: var(--pureayurveda-primary);
    margin-bottom: 10px;
}
.pa-banner-text .appointment-text span{
    font-weight: 700;
}

.pa-banner-text h2 {
    font-size: 40px;
	margin-bottom: 15px;
	letter-spacing: 1px;
    font-weight: 600;
}
.pa-banner-text h2 span {
    color: var(--pureayurveda-primary);
}

.pa-banner-text p {
    margin-bottom: 10px;
}
.pa-banner-text {
    animation: slideInFromLeft 3s;
}
.whatsApp-banner{
    
    padding: 8px 10px;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    margin-right: 10px;
    min-width: auto ;
}
.social-media{
    display: flex;
}
.social-media p{
    margin: 0;
}
.doct-profile{
   animation: slideInFromRight 3s;
   text-align: center;
}
.doct-profile-pic img{
    width: 200px;
}

.doct-details{
    background: #E8F2EB;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
}
.dr-name{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;

}
.dr-edu{
    font-size: 15px;
    color: #015C1E;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 20px;
}
.dr-consultant{
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 18px;
}
.dr-consultant span{
    color: #015C1E;
}

/* banner end */
.pa-trending-product{
    background: #E8F2EB;
    padding:50px 0px 50px;

}
.pa-heading{
    text-align: center;
}
.pa-heading h2{
    font-size: 30px;
    margin-bottom: 5px;
}


.pa-product-two .pa-product-box {
    box-shadow: none;
    border: 1px dashed var(--pureayurveda-primary);
}

.pa-product-box {
    text-align: center;
    position: relative;
    transition: 0.3s;
    margin-bottom: 0px;
    padding: 0px;
}

.pa-product-content {
    padding-top: 10px;
}
.pa-product-content h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: var(--pureayurveda-para);
    line-height: 22px;
}
.pa-product-img img{
    background: #99E3B1;
    border-radius: 100%;
    padding: 15px 15px;
    object-fit: contain;
    width: 120px;
    height: 120px;
    overflow: visible;
}
.para-width{
    width: 500px;
}
.para-width-se{
    display: flex;
    width: 100%;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.3s;
    margin-bottom: 10px;
    outline: none;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--pureayurveda-primary);
    height: 20px;
    border-radius: 30px;
}
.swiper-button-next, .swiper-button-prev {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    outline: none;
    border-radius:100%;
}
.swiper-button-next:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: 2px solid #35a85a;
    border-right: 2px solid #35a85a;
    top: 0;
    bottom: 0;
    left: 0;
    right: 4px;
    margin: auto;
}
.swiper-button-prev:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: 2px solid #35a85a;
    border-right: 2px solid #35a85a;
    top: 0;
    bottom: 0;
    left: 4px;
    right: 0;
    margin: auto;
}
.swiper-button-next:after{
    transform: rotate(45deg);
}
.swiper-button-prev:after {
    transform: rotate(-135deg);
}
.swiper-button-prev {
    left: 3%;
}
.swiper-button-next {
    right: 3%;
}




.contact-sec{
    padding: 60px 0px;
}
.languages{
    color: #B7B7B7;
    font-size: 18px;
    text-align: center;
}
.languages span{
    font-weight: 600;
}
.dz-info h4{
    font-size: 28px;
    font-weight: 400;
    color: #14662E;
    padding-bottom: 5px;
    line-height: 36px;
}
.dz-info h4 span{
    font-weight: 700;
}
.dz-card.style-7.blog-half {
    display: flex;
    border-radius: 30px;
    background: #E8F2EB;
    align-items: center;
}
.dz-card.style-7.blog-half .dz-media {
    width: 350px;
    min-width: 350px;
    height: 230px;
    background: #7DC895;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0px 30px 30px 0px;
}

.dz-media .doct-details {
    padding: 10px 30px;
}

.dz-card.style-7.blog-half .dz-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
}

.terms-conditons{
    font-size: 15px;
    color: #606060;
    padding-top: 40px;
    margin: 0px;
}


@keyframes slideInFromLeft {
    0% {
      transform: translateY(+100%);
    }
    50% {
        transform: translateY(0);
      }
    100% {
      transform: translateY(0);
    }
}
@keyframes slideInFromRight {
    0% {
      transform: translateY(+100%);
    }
    50% {
      transform: translateY(0);
    }
    100% {
        transform: translateY(0);
      }
}

@keyframes pa_cart{
    0%{
        transform: translateY(5px)
    }
    30%{
        transform: translateY(-3px)
    }
    70%{
        transform: translateY(3px)
    }
    100%{
        transform: translateY(0px)
    }
}

/* Top Button CSS */
.pa-scroll-top {
        position: fixed;
    right: 35px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    border-radius: 100%;
    background: var(--pureayurveda-primary);
    color: #fff;
}
.pa-scroll-top.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}
.pa-scroll-top:hover {
    color: var(--pureayurveda-primary);
    background: #ffffff;
}
/* copyright start */
.pa-copyright p, .pa-copyright p a {
    margin: 0;
    color: var(--pureayurveda-para);
    font-size: 14px;
}
.pa-copyright {
    background: #fff;
    padding: 12px 0;
    border-top: 2px solid #E8F2EB;
}
/* copyright end */
