/*Start Styling for Home Page*/
/*Why do you need a Medical Certificate?  Css*/
.whyneedmedicalcertificate {
	background: rgba(230, 255, 218, 0.34);
}
.spacewqualtopbottom{
	padding:100px 0;
}
.whyneedmedicalcertificate  ul.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.whyneedmedicalcertificate ul.flexbox li {
    width: calc(100% / 4);
    padding: 1.4rem;
}
.whyneedmedicalcertificate ul.flexbox li .icon img {
    width: 6.6rem;
    height: 6.6rem;
}
.whyneedmedicalcertificate ul.flexbox li .linnr {
    text-align: center;
    border: 2px solid #106B06;
    border-radius: 3rem;
    overflow: hidden;
}
.whyneedmedicalcertificate ul.flexbox li .linnr .btn {
    width: 15.6rem;
    height: 4.5rem;
    border: 2px solid #106B06;
    margin: 1.2rem auto 0;font-size: 1.6rem;
}
.whyneedmedicalcertificate ul.flexbox li .linnr h6 {
    color: #413832;
    font-size: 1.4rem;
    font-family: Poppins;
    font-weight: 700;
    line-height: 1.4;
    word-wrap: break-word;
    padding-top: 1rem;
}
.whyneedmedicalcertificate ul.flexbox li .icon h4 {
    color: #413832;
    font-size: 2rem;
    font-family: Poppins;
    font-weight: 700;
    line-height: 2.6rem;
    word-wrap: break-word;
    padding: 1rem 0 1.4rem;
}
.whyneedmedicalcertificate ul.flexbox li .linnr .icon {padding-top: 3rem;background: #CEF1C8;}
.whyneedmedicalcertificate ul.flexbox li .linnr .content {
    padding-bottom: 2rem;
    background: #fff;
}
.whyneedmedicalcertificate ul.flexbox li .linnr:hover .icon {
    background: #fff;
}
.whyneedmedicalcertificate ul.flexbox li .linnr:hover .content {
    background: #CEF1C8;
}


/*Doctor's Work Section Css*/
.doctorworkssec {
	background: linear-gradient(270deg, #12693F 0%, #23CF7C 100%);
}
.doctorworkssec .notebtn {
    padding-top: 4rem;
    text-align: center;
}
.doctorworkssec .notebtn p {
    margin-bottom: 6rem;
    color: white;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.4;
}
.doctorworkssec .notebtn .btn {
    margin: 0 auto;
    width: 38rem;
    color: #106B06;font-size:16px;
}
.doctorworkssec  .col-third {
    padding: 1.4rem;
}
.doctorworkssec .col-third .imagewithtext {
    border-radius: 3rem;
    overflow: hidden;
    background: white;
}
.doctorworkssec .col-third .imagewithtext .image img {
    width: 100%;
}
.doctorworkssec .col-third .imagewithtext  .content {
    padding: 3rem;
    text-align: center;
}
.doctorworkssec .col-third .imagewithtext .content h6 {
    color: #413832;
    font-size: 2rem;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}
.doctorworkssec .col-third .imagewithtext .content p {
    color: #413832;
    font-size: 1.8rem;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.4;
}


/*We also Care*/
.alsocareaboutsec  .headingBox h2 {
	margin-bottom: 6rem;
}
.careabouttreatmentbox .row .imagemodel {
    width: 58%;max-height: 400px;
}
.careabouttreatmentbox .row .contentmodel {
    width: 40%;
    background: #F5F5F5;
    border-radius: 2rem;
    text-align: center;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.careabouttreatmentbox .row {
    justify-content: space-between;
    padding: 1.5rem 0;
}
.careabouttreatmentbox .row .imagemodel img {
    width: 100%;
    height: 100%;object-fit: cover;
    border-radius: 20px;
}
.careabouttreatmentbox .row .contentmodelinr h6 {
    color: black;
    font-size: 1.8rem;
    font-family: Poppins;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.careabouttreatmentbox .row .contentmodelinr h2 {
    color: #292929;
    font-size: 36px;line-height: 46px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2.2rem;
}
.careabouttreatmentbox .row .contentmodelinr p {
    color: black;
    font-size: 18px;
    font-family: Poppins;
    line-height: 1.4;
    margin: 0 auto 3.8rem;
    max-width: 80%;
}
.careabouttreatmentbox .row .contentmodelinr  a.btn {
    margin: 0 auto;
    border-color: #106B06;
    color: #106B06;
    width: 19rem;
    height: 5.5rem;
}
.careabouttreatmentbox .row:nth-child(even) {
    flex-direction: row-reverse;
}



/*Faq Section*/
.faqsection {
 	background: linear-gradient(90deg, #106B06 0%, #29A61A 100%);
}
.faq-answer {
	display: none;
}
.faq-question .faq-toggle {
    width: 3.8rem;
    background: #CEF1C8;
    border-radius: 1.2rem;
    color: #1E5249;
    font-size: 2.6rem;
    font-weight: 400;
    height: 3.8rem;
    text-align: center;
    line-height: 4rem;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq-question span {
    color: black;
    font-size: 2rem;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-item.active .faq-answer {
    display: block;
    background: #fff;
    max-width: 90%;
    margin-top: 1rem;
    font-size: 1.6rem;
}
.faq-item {
    padding: 3.2rem;
    background: white;
    box-shadow: 0px 5px 16px rgba(8.24, 15.25, 52.06, 0.06);
    border-radius: 1.2rem;
    margin: 1.6rem 0;
}

/*Our Testimonial Css*/
.ourtestimonailslider {
	padding-left: 6rem;
}
.testimonialslide .slideinnr {
    padding: 4rem;
    background: white;
    box-shadow: 0px 0px 0px 1px rgba(17.75, 104.65, 62.94, 0.08);
    overflow: hidden;
    border-radius: 1.6rem;
}
.testimonialslide {
    padding: 1.6rem;
}
.testimonialslide .slideinnr p {
    color: #1D1F1E;
    font-size: 2rem;
    font-family: Poppins;
    font-weight: 400;
    margin-bottom: 4rem;
    min-height: 9rem;
}
.testimonialslide  .slidecontact {
    display: flex;
    align-items: center;
}
.testimonialslide .slidecontact .clientimg {
    background: #D9D9D9;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 5rem;
}
.testimonialslide .slidecontact  .clientinfo {
    padding-left: 2.4rem;
    height: auto;
}
.testimonialslide .slidecontact .clientinfo h6 {
    color: #1D1F1E;
    font-size: 2rem;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.4;
}
.testimonialslide .slidecontact .clientinfo p {
    color: #646A69;
    font-size: 1.8rem;
    margin-bottom: 0;
    min-height: auto;
}
.ourcustomerreviewsec  {
	overflow: hidden;
}
.ourtestimonailslider  ul.slick-dots {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
}
.ourtestimonailslider ul.slick-dots li {
    margin: 0;
    width: 20%;
    height: 5px;
    background: #D9DEDD;
}
.ourtestimonailslider ul.slick-dots li button {
    width: 100% !important;
    height: 5px !important;
    padding: 0;
}
.ourtestimonailslider ul.slick-dots li button:before {
    display: none;
}
.ourtestimonailslider ul.slick-dots li.slick-active {
    background: #116c06;
}



.contentrowbox .rowinnr {
    max-width: 32rem;
    margin: 0 auto 2rem;
    text-align: center;
    padding: 2.8rem;
    border-radius: 1rem;
}
.contentrowbox .rowinnr h6 {
    color: #4A6851;
    position: relative;
    font-size: 2rem;
    font-family: Poppins;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.contentrowbox .rowinnr p {
    color: #413832;
    font-size: 1.6rem;
    font-family: Poppins;
    font-weight: 300;
    line-height: 2.24rem;
    word-wrap: break-word;
}
.medicalcertificaterow.row {
    padding-top: 7rem;
}
.contentrowbox .rowinnr:hover {
    background: #CEF1C8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.contentrowbox .rowinnr h6:after {
    background: #29A61A;
    content: "";
    width: 4.4rem;
    height: 0.4rem;
    display: inline-block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hoverimage img {
    margin: 0 auto;
}
.hoverimage {
    text-align: center;
}
.hoverimage {
    width: 26rem;
    height: 26rem;
    overflow: hidden;
    margin: -2rem auto 0;
    border-radius: 100%;
}
.hoverimage img {
    width: 100%;
    height: 100%;
}
.medicalcertificaterow .col-4:nth-child(1) .contentrowbox:nth-child(1) {
    margin-right: 8rem;
   text-align: center;
}
.medicalcertificaterow .col-4:nth-child(1) .contentrowbox:nth-child(2) {
    margin-right: -10rem;
}
.medicalcertificaterow .col-4:nth-child(1) .contentrowbox:nth-child(3) {
    margin-right: -25rem;
}
.medicalcertificaterow .col-4:nth-child(1) .contentrowbox:nth-child(4) {
    margin-left: 24rem;    width: 100%;
}
.medicalcertificaterow .col-4:last-child .contentrowbox:nth-child(1) {
    margin-left: 8rem;
   text-align: center;
}
.medicalcertificaterow .col-4:last-child .contentrowbox:nth-child(2) {
    margin-left: -10rem;
}
.medicalcertificaterow .col-4:last-child .contentrowbox:nth-child(3) {
    margin-left: -25rem;
}
.medicalcertificaterow .col-4:last-child .contentrowbox:nth-child(4) {
    margin-left: -20rem;width: 100%;
}
.contentrowbox {
	position: relative;
}


.medicalcertificaterow .col-4 .contentrowbox:after {
	background: #DFCBBE;
	content: "";
	width: 13rem;
	height: 0.1rem;
	position: absolute;
	top: 48%;
	z-index: -1;
	right: -8rem;
}
.medicalcertificaterow .col-4 .contentrowbox:hover:after {height:2px; background: #29A61A;}
.medicalcertificaterow .col-4:last-child  .contentrowbox:after {
	z-index: -1;
	left: -8rem;
}
.medicalcertificaterow .col-4:nth-child(1) .contentrowbox:nth-child(2):after {
    top: 10%;
    right: 9rem;
    transform: rotate(-35deg);
    width: 8rem;
}
.medicalcertificaterow .col-4:nth-child(1) .contentrowbox:nth-child(3):after {
    top: -42%;
    right: 16.6rem;
    transform: rotate(-55deg);
    width: 11.5rem;
}
.medicalcertificaterow .col-4:nth-child(1) .contentrowbox:nth-child(4):after {
    right: 6.6rem;
    transform: rotate(-64deg);
    width: 22rem;
    top: -88%;
}
.medicalcertificaterow .col-4:last-child .contentrowbox:nth-child(2):after {
    top: 10%;
    left: 9rem;
    transform: rotate(35deg);
    width: 8rem;
}
.medicalcertificaterow .col-4:last-child .contentrowbox:nth-child(3):after {
    top: -26%;
    left: 17.6rem;
    transform: rotate(46deg);
    width: 10rem;
}
.medicalcertificaterow .col-4:last-child .contentrowbox:nth-child(4):after {
    left: 3rem;
    transform: rotate(60deg);
    width: 23rem;
    top: -86%;
}


/*Home Page Latest Article Section Css*/
.lastestarticlesec  {
     background: linear-gradient(180deg, rgba(16, 107, 6, 0.90) 0%, rgba(255, 255, 255, 0) 70%);   
}
.lastestarticlesec .headingBox h2 {
    color: white;
    font-size: 3.8rem;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2.4rem 0;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    text-align: left;
    line-height: 1;
}
.latestarticlerow .contentarticle h2 {
    color: black;
    font-size: 4.2rem;
    font-family: Poppins;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.latestarticlerow {
    align-items: center;
}
.latestarticlerow .contentarticle p.author {
    color: black;
    font-size: 1.5rem;
}
.contentarticle .content {
    color: black;
    font-size: 1.75rem;
    font-family: Poppins;
    font-weight: 300;
    word-wrap: break-word;
    margin-bottom: 6rem;
}
.contentarticle  .readingshare {
    display: flex;
    justify-content: space-between;
    color: black;align-items: center;
    font-family: Poppins;
    font-weight: 500;
}
.latestarticlerow .image img {
    width: 100%;
}
.latestarticlerow {
    justify-content: space-between;
}
.latestarticlerowdouble  {
    padding-top: 5rem;
    margin-top: 5rem;
    border-top: 0.2rem solid rgba(0, 0, 0, 0.14);
}
.doblerowinnr {
    padding-right: 4rem;
    border-right: 0.2rem solid rgba(0, 0, 0, 0.14);
}
.doblerowinnr h2 {
    color: black;
    font-size: 2.7rem;
    font-family: Poppins;
    font-weight: 500;
}
.doblerowinnr .latestarticlerow {
    align-items: start;
    padding-top: 2rem;
}
.doblerowinnr .latestarticlerow .content {
    margin-bottom: 2rem;
}
.sidebarlist {
    padding-left: 4rem;
}
.sidebarlist h2 {
    color: black;
    font-size: 2.7rem;
    font-family: Poppins;
    font-weight: 500;
    margin-bottom: 1rem;    line-height: 3rem;
}


.readingshare a:hover {
    color: #2a7b21;
}
a.categoryname:hover, .careabouttreatmentbox .row .contentmodelinr a.btn:hover, .doctorworkssec .notebtn .btn:hover {
    background: #2a7b21 !important;color: #fff !important;
}
.contentarticle p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lastestarticlesec .doblerowinnr .image {
    height: 28rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.8rem;
}
.spacepd90 {
    padding-bottom: 9rem;
    padding-top: 9rem;
}
.readingshare a {
    color: black;
    text-decoration: none;
}
 .faqsection .container {
    max-width: 900px;
    margin: 0 auto;
}
.whyneedmedicalcertificate ul{
    width: 1100px;
    margin: 0 auto;
}
.imagewithtext .image {
	height: 35rem;
}
.imagewithtext .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.alsocareaboutsec .headingBox.center h2 span{ 
    background: linear-gradient(90deg, #106B06, #F6C32E 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sharenew .sharelist {
    padding: 14px;
    width: 100px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    z-index: 199;
    top: 46px;
    visibility: visible !important;
    opacity: 1 !important;
    left: -9px;
    min-width: 160px !important;
    height: 270px;
}
.sharenew .ttb {
    line-height: 1rem;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;text-align: left;
}
.sharenew  ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.sharenew ul li {
    border-bottom: 1px solid rgb(226, 226, 226);
    text-align: left;
    padding: 6px 0px;
    display: flex;
    align-items: center;max-width: 100% !important;
    width: 100% !important;
}
.sharenew ul li .btnbox {
    display: inline-flex;
    background: transparent;
    border: none;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.sharenew ul li .btnbox svg {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 100%;
    padding: 4px;
    margin-right: 16px;
    width: 25px;
    height: 25px;
}
.sharenew ul li .btnbox .ttshare {
    font-size: 14px;
    font-weight: 400;
}
.sharenew ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.sharenew .sharelist:before {
    content: "";
    border-width: 10px 10px 11px;
    border-style: inset inset solid;
    border-color: transparent transparent rgb(255 255 255);
    border-image: initial;
    display: inline-block;
    height: 0px;
    position: absolute;
    width: 0px;
    left: 10px;
    top: -20px;
    z-index: 1;
}
.sharenew .sharelist:after {
    content: "";
    border-width: 10px;
    border-style: inset inset solid;
    border-color: transparent transparent rgb(179, 179, 179);
    border-image: initial;
    display: inline-block;
    height: 0px;
    position: absolute;
    width: 0px;
    left: 10px;
    top: -20px;
    z-index: 0;
}
.sharenew ul li a:hover {
    color: #137208;
    font-weight: 600;
}

.sharenew ul li a:hover svg {
    background: #126d07;
}

.sharenew ul li a:hover svg path {
    fill: #fff;
}
.sidebarlist .share-links.sharelist {
    left: -134px;
}

.sidebarlist .share-links.sharelist:before, .sidebarlist .share-links.sharelist:after {
    left: auto;
    right: 0;
}
a.share.share-toggle svg {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 20px;
    cursor: pointer;
}
a.share.share-toggle svg path {
    fill: #000;
}
a.share.share-toggle svg:hover {background: #2d7d24; border: 1px solid #2d7d24;}
a.share.share-toggle svg:hover path {
    fill: #fff;
}
.lastestarticlesec .latestarticlerowdouble .col-7{width:67%;}
.lastestarticlesec .latestarticlerowdouble .col-3{width:33%;}
.mc-badge:hover {
    background: #126f07 !important;
    color: #fff !important;
}
.mc-badgescol .mctt {
    margin-right: 10px;
}
.mc-badges {
    justify-content: space-between !important;
}
.mc-badgescol {
    display: flex;
    align-items: center;flex-wrap: wrap;
    gap: 6px;
}
@media(max-width: 1380px) {
  .whyneedmedicalcertificate ul, .faqsection .container {
	width: 90%;
  }
}