@import url(https://fonts.googleapis.com/css2?family=Poppins:ital@1&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Raleway:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);

.custm-header {
    position: fixed;
    width: 100%;
    top: 16px;
    z-index: 9999;
}
.custm-header .navbar {
    background: #fff !important;
    box-shadow: 0px 5px 3px rgb(23 43 77 / 4%), 0px 8px 5px rgb(23 43 77 / 8%);
    border-radius: 6px;
}

















.navigation-wrapper {
    position: fixed;
    width: 100%;
    top: 16px;
    z-index: 9999;

}

.navigation-wrapper .container {
    background: #ffffff;
    border: 1px solid #f9fafa;
    box-sizing: border-box;
    box-shadow: 0px 5px 3px rgb(23 43 77 / 4%), 0px 8px 5px rgb(23 43 77 / 8%);
    border-radius: 6px;
}

.navigation-wrapper .navbar {
    padding-top: 14px;
    padding-bottom: 15px;
}
.getstartbtn {
    padding: 10px;
}
.getstartbtn a {
    background: #834d7d;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
}

.navbar-brand {
    padding-left: 25px;
    font-size: 20px;
    color: #834d7d;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-family: Poppins, sans-serif;

}

.navbar-expand-lg .navbar-nav {
    padding-left: 130px;
    flex-direction: row;
    gap: 30px;
}

.navbar-nav li a {
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;

}

.bg-body-tertiary {
    background: #fff !important;
}

.pcos-sec-content {
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
}

.pcos-sec-content h1 {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 37px;
    font-family: Poppins, sans-serif;
    color: #183b56;
    font-weight: 600;
    padding-top: 60px;
}

.pcos-sec-content ul li {
    padding-top: 10px;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    
}

.pcos-sec-content p {
    font-size: 20px;
    line-height: 28px;
    max-width: 450px;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
}
.pcos-sec-content strong{
    font-family: Poppins, sans-serif;

}
.pcos-sec-image img {
    height: 610px;
}

.pcos-btn .pink-btn {
    background: #834d7d;
    color: #fff;
    text-decoration: none;
    padding: 19px 41px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    display: inline-block;
    font-family: Poppins, sans-serif
}

.pcos-btn .dark-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 19px 41px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    display: inline-block;
    font-family: Poppins, sans-serif
}

.reverse-section {
    background: #834d7d;
    padding: 110px 0px 35px 0px;
}

.mobile-img img {
    width: 100%;
}

.reverse-heading h3 {
    text-align: center;
    color: #fff;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 60px;
    font-family: Poppins, sans-serif;
    font-size: 40px;
}

.slide-content {
    color: #fff;
    margin-bottom: 84px;
}
.left-side{
    text-align: right;
}

.book-test a {
    margin-top: 8px;
    padding: 19px 21px;
    display: inline-block;
    text-decoration: none;
}

.purple-btn {
    background: #834d7d;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.get-checkup-main {
    background: #f5f5f5;
    padding: 110px 0;
}

.checkup-text h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.5px;
}

.checkup-text p {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.5px;
    margin-top: 12px;
}

.checkup-main {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.checkup-main {
    position: relative;
}

.checkup-image {
    position: relative;
}

.checkup-main img {
    width: 100%;
}

.provider-logo {
    position: absolute;
    top: -50px;
    right: 55px;
    z-index: 99;
}

.provider-logo img {
    width: 100px;
}

.provider-logo ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: flex;
}

.provider-logo ul li:first-child {
    background: #503e98;
    border-radius: 16px 0px 0 16px;
}

.provider-logo ul li:last-child {
    background: #ff6f61;
    border-radius: 0px 16px 16px 0px;
}

.checkup-content .content-number {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.checkup-content .number {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    background: #f3ecff;
    text-align: center;
    color: #7544ff;
    font-size: 18px;
    flex-shrink: 0;
    margin-right: 30px;
    font-family: Poppins, sans-serif;

}

.team-carousel {
    padding: 85px 0px;
}

.reverse-heading {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.reverse-heading h4 {
    font-size: 28px;
    font-family: Poppins, sans-serif;
    color: #834d7d;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.reverse-heading p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}

.team-carousel .item {
    background: #fafafa;
    padding: 10px;
    min-height: 560px;
    height: 100%;
}

.team-carousel .item img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
}

.doctor-content {
    padding: 10px;
}

.doctor-content h6 {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    color: #834d7d;
}

.doctor-content p {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #5a7184;
}

.team-carousel .owl-next span {
    font-size: 31px;
    font-weight: bold;
    position: absolute;
    top: 29%;
    left: 97%;
    background: #fff;
    border: 1px solid #834d7d;
    color: #834d7d;
    width: 55px;
    border-radius: 50%;
    height: 55px;
}

.team-carousel .owl-prev span {
    position: absolute;
    top: 29%;
    left: -25px;
    font-size: 31px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #834d7d;
    color: #834d7d;
    width: 55px;
    border-radius: 50%;
    height: 55px;
}

.view_all_doctors {
    text-align: center;    
    margin-top: 20px;

}

.alldoctors {
    text-decoration: none;
    background: #834d7d;
    padding: 19px 41px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.5px;
}

.reversing-pcos-sec {
    background: #834d7d;
    padding-top: 100px;
}

.reversing-header h3 {
    color: #fff;
    text-align: center;
    margin: 0px;
}

.reversing-header p {
    text-transform: none;
    color: #fff;
    max-width: 420px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.reversing-buttons {
    display: flex;
    justify-content: center;
}

.reversing-buttons .btn {
    padding: 19px 41px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 0px 10px;
    font-family: Poppins, sans-serif;

}

.reversing-buttons .pink-btn {
    background: linear-gradient(135.07deg, #cb218e 3.98%, #6617cb 100%);
}

.reversing-buttons .white-btn {
    background: #fff;
    color: #000;
}

.reversing-image img {
    margin: 45px auto 0px;
    display: block;
    max-width: 100%;
    width: 600px;
}

.review-carousel {
    padding: 85px 0px;
    background: #f5f5f5;
}

.carousel-heading {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.carousel-heading h4 {
    font-size: 28px;
    font-family: Poppins, sans-serif;
    color: #834d7d;
    line-height: 40px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.carousel-heading p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}

.review-carousel .item {
    background: #eeedf5;
    border-radius: 5px;
    padding: 25px 30px;
    min-height: 560px;
    height: 100%;
}

.review-carousel .item img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 5px;
}

.owl-next span {
 

}
.accordion-button:not(.collapsed)::after {
    background-image: url(../image/minus.svg) !important;
}
.accordion-button::after {
    background-image: url(../image/plus.svg) !important;
}
.owl-prev span {
    
}

.view_all_reviews {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.allreviews {
    text-decoration: none;
    background: #834d7d;
    padding: 19px 41px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.5px;
}

.stars-group svg {
    color: #ffd702;
}

.content-div {
    margin-top: 60px;
    position: relative;
}
.content-div p{
    font-family: Poppins, sans-serif;

}
.content-div::before {
    content: '';
    position: absolute;
    background: url(../image/quotes.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 29px;
    height: 21px;
    top: -40px;
    left: 0;
}

.review-name {
    padding-top: 18px;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin: 0px;
}

.feature-section {
    padding: 75px 0px;
}

.feature-header h4 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.partner-main-sec a {
    text-align: center;
}

.partner-main-sec img {
    width: 150px;
    height: auto;
}

.stay-updated-section {
    padding: 100px 0px;
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-items {
    border-radius: 8px;
    overflow: hidden;
}

.blog-image {
    position: relative;
    height: 250px;
}

.blog-content {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.blog-author {
    display: flex;
    padding: 0 15px;
    align-items: center;
    margin-bottom: 15px;
}

.blog-image::after {
    background: linear-gradient(180deg, rgba(24, 59, 86, 0.0001) 0%, rgba(22, 49, 70, 0.453847) 45.38%, #152532 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.blog-content p {
    color: #fff;
    padding: 0px 15px;
    font-size: 14px;
    font-family: Poppins, sans-serif;

}

.blog-author .date {
    color: #fff;
}

.view_all_blogs {
    text-align: center;
}

.view_all_blogs .btn {
    padding: 19px 41px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    background: #834d7d;
    text-decoration: none;
    font-family: Poppins, sans-serif;
    margin-top: 40px;
}

.updated-header {
    max-width: 640px;
    width: 100%;
    text-align: center;
    margin: 0 auto 56px;
}

.updated-header h3 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;

}

.updated-header p {
    font-size: 16px;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.5px;
}

section.instagram-section {
    background: #f5f5f5;
    padding: 88px 0 48px;
    text-align: center;

}

.heading {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.2px;
    color: #183b56;
    margin-bottom: 28px;
    font-family: Poppins, sans-serif;

}

.insta-header.heading h3 {
    margin-bottom: 32px;
}

.button-groups a {
    border-radius: 30px;
    margin: 0 8px;
}

.button-groups .btn {
    text-decoration: none;
    padding: 19px 41px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    display: inline-block;
    font-family: Poppins, sans-serif
}

.button-groups .pink-btn {
    background: #834d7d;
    color: #fff;
}

.button-groups .youtube {
    border: 2px solid #5a7184;
    color: #5a7184;
    font-weight: 600;
}

/* accordion start */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.fQSection {
    background: #834d7d;
}

.fq-main-sec h4 {
    text-align: center;
    padding: 40px 0px;
    font-size: 30px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.accordion-item {
    background: #582b53;
}

.accordion-item:first-of-type .accordion-button {
    background: #582b53;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: Poppins, sans-serif;

}
.accordion-item .card-body p{
    padding: 20px;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: Poppins, sans-serif;

}
.accordion-button{
    background: #582b53;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: Poppins, sans-serif;
}
.accordion-button:not(.collapsed){
    background: #582b53;
    color: #fff;
}
.accordion-button:focus {
    box-shadow: none;
}
/*accordion end */


/* footer css start */
.main-form-sec{
    position: relative;
    margin-left: 110px;
}
.main-form-sec input{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    height: 60px;
    padding-left: 40px;
}
.subscribe-section{
    position: absolute;
    top: 4px;
    left: 368px;
    width: 160px;
    background: #834d7d;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
}
.subscribe-section a{
    text-decoration: none;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.email-icon{
    width: 100px;
    position: absolute;
    top: 17px;
    left: 10px;
}
.email-icon img{
    width: 23%;
}
.footer{
    background: #834d7d;
    padding: 110px 0px;
    padding-bottom: 30px;
}
.subscribe-text h3{
    color: #fff;
    font-size: 30px;
    letter-spacing: 1.5px;
    font-family: Poppins, sans-serif;

}
.footer-middle-section {
    margin-top: 110px;
}
.pages-link {
    list-style: none;
    padding: 0px;
    width: 100%;
}
.pages-link li {
    width:calc(50% - 23px) ;
    margin: 0 10px 30px;
    display: inline-block;
}
.pages-link li a {
    color: #fff;
    text-decoration: none;
    font-family: Poppins, sans-serif;

}
ul.social-icon {
    list-style: none;
    padding: 0px;
    display: flex;
}
.social-icon p{
    color: #fff;
    font-family: Poppins, sans-serif;

}
ul.social-icon li {
    width: 40px;
    height: 40px;
    background:#582b53;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 2px;
    text-align: center;
}
ul.social-icon li svg{
    color: #fff;
}
.contact-us p{
    color: #fff;
    font-family: Poppins, sans-serif;

}
.contact-us a{
    color: #fff;
    text-decoration: none;
    font-family: Poppins, sans-serif;

}
.footer-logo a{
    font-size: 30px;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #fff;
}
.footer-address{
    color: #fff;
    font-family: Poppins, sans-serif;

}
.footer-bottom{
    color: #fff;
    text-align: center;
    padding: 60px 0px;
    padding-bottom: 0px;
}
.footer-bottom .heart-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 30px;
}
.heart-icon svg{
    color: #000;
}
.footer-bottom a{
    text-decoration: none;
}
/* footer css end */