@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Lato:wght@300;400;700;900&display=swap');


.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

p, span, h1,h2,h3, a, button {
	 font-family: "Lato", sans-serif !important;
  font-weight: 400;
}

.hero-section {
    display: flex;
    background: #6176ff;
    align-items: flex-end;
   padding-left: 20%;
    padding-right: 20%;
    padding-top: 50px;
}
.hero-left {
    width: 50%;
    padding: 20px;
	margin-bottom:50px;
    
}

.hero-right {
    width: 50%;
    display: flex;
    justify-content: ;

}
.hero-right img {
    width: 70%;
	/* margin-bottom:50px; */
    
}
.hero-left h2 {
    color: #fff;
    font-size: 54px;
}
.hero-left h1 {
    color: #fff;
    font-size: 24px;
}
.hero-left p {
    color: #fff;
}
.hero-left .btn {
    margin-top: 60px;
}
.btn-primary {
    background: #475fff;
    padding: 20px 20px;
    border: 1px solid #3e53e0;
}
.about-me-section {
	background-size:100%;
	background-position-y:0;
	background-position-x:0;
}

.about-me-section {
    padding: 100px 20%;
    padding-top: 250px;
    display: flex;
}
.about-me-left {
    width: 50%;
}
.about-me-right {
    width: 50%;
    padding: 0 50px;
}
.about-me-title {
    font-size: 50px;
    color: #3245C4;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
.qualification-recognition-div {
    margin-top: 30px;
}
.tag-text {
    background: #eee;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.tag-text h3 {
    margin: 0;
    font-size: 16px;
}
.tag-text h3 span {
    font-weight: 700;
    color: #000;
}
.recognition-title {
    margin-top: 30px;
}
.about-me-descripion {
    font-size: 16px;
    font-weight: 400;
}

.about-me-left img {
    width: 100%;
}
.about-me-left {
    display: flex;
    justify-content: flex-end;
}

.treatment-section {
    padding: 50px 20%;
	margin-bottom:200px;
}
.treatment-title h2 {
    font-size: 40px;
    font-weight: 700;
    
}
.treatment-title {
    margin-bottom: 100px;
}
.treatments-list {
    display: flex;
    flex-wrap: wrap;
    row-gap:50px;
	justify-content:space-between;
}
.treatments-list .treatment-box {
    width: 44%;
    display: flex;
}

.treatment-box img {
    width: 80px;
    object-fit: contain;
    margin-right: 20px;
}
.treatment-box {
    display: flex;
    align-items: flex-start;
}
.treatment-box .treatment-text .treatment-name {
    font-weight: 700;
    font-size: 20px;
}
.treatment-text p {
    margin: 0;
}
.treatment-text p.treatment-desc {
 font-size: 14px;   
}

.book-appointment-section {
    padding: 0px 20%;
    margin-bottom: 50px;
    
}
.book-appointment-section h2 {
    margin-bottom: 30px;
    font-size: 40px;
}
.book-apt-div {
    display: flex;
    column-gap: 50px;
}
.testimonial-section {
    padding: 0 20%;
    margin-top: 200px;
    margin-bottom: 100px;
}
.testimony-box p {
    color: #000;
}
.testimony-box {
    background: #eee;
    padding: 40px;
}
.testimony-box p.testimony-author {
    font-weight: 700;
}

.book-appointment-section h2 {
    font-weight: 700;
}
.testimonial-section h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 60px;
}

.testimonial-rating {
    text-align: center;
    margin-top: 60px;
}
.testimonial-rating .btn.practo-100-btn {
    background: #01a400;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
}

.footer-section {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #eee;
}
.footer-section p {
    margin: 0;
}

.appointment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 0%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.2s;
    
}
.book-appointment-left, .book-appointment-right{
position: relative;
    overflow: hidden;
   
}
.appointment-content {
    width: 90%;
}
.appointment-content p {
    color: #fff;
    margin: 0;
}
.appointment-content a.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
}
.book-appointment-left:hover > .appointment-overlay{
    height: 100%;
}

.book-appointment-right:hover > .appointment-overlay{
    height: 100%;
}
.appointment-content a:hover {
	text-decoration:none;
}
.appointment-content p {
    font-size: 22px;
}

.tag-text.small-tag-text {
    padding: 0;
    background: none;
    font-size: 12px !important;
    margin: 0;
}
.tag-text.small-tag-text h3 {
    font-size: 16px;
}
.recognition-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px !important;
}
.about-vivek-img {
    object-fit: contain;
}

.media-press-div {
    display: flex;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 150px;
}
.media-press-div-left {
    width: 30%;
    padding-right: 50px;
}
.media-press-div-right {
    width: 70%;
}
.media-press-div-left > h2 {
    font-weight: 900;
}
.media-press-div-right h2 a{
    margin-top: 0;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.media-press-div-right h2 {
    margin-top: 10px;
    font-size: 16px;
}
.media-press-div-right h2 a:hover {
    color: #000;
}

.press-box a.btn {
    padding: 10px;
}

@media screen and (max-width:900px) {


.hero-section {
    padding: 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.hero-left {
    width: 100%;
}
.hero-right {
    width: 95%;
}
.hero-title {
    font-size: 30px !important;
}
.hero-subtitle {
    margin-top: 0;
}
.hero-right img {
    margin-bottom: 10px;
}
.hero-left .btn {
    margin-top: 30px;
}
.about-me-section {
    padding: 20px;
    flex-direction: column-reverse;
}
.about-me-left {
    width: 100%;
    justify-content: flex-start;
    display: none;
}
.about-me-right {
    width: 100%;
    padding: 0;
}
.about-me-left img {
    width: 50%;
    margin-top: 50px;
}
.treatment-section {
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.treatment-title {
    margin-bottom: 30px;
}
.treatments-list {
    flex-wrap: wrap;
}
.treatment-box {
    width: 100% !important;
    margin-bottom: 20px;
}
.book-appointment-section {
    padding: 0;
}
.book-appointment-section h2 {
    font-size: 30px;
    text-align: center;
}
.book-apt-div {
    flex-wrap: wrap;
}
.testimonial-section {
    margin-top: 20px;
    padding: 10px;
}
.testimonial-title {
    text-align: center;
}

.media-press-div {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
}
.media-press-div-left {
    width: 100%;
}
.media-press-div-right {
    width: 100%;    
}

.media-press-div-left h2 {
    margin-bottom: 0 !important;
}
.media-press-div-left p {
    margin-top: 0 !important;
}



}