/*!
Theme Name: parampara
*/

@font-face {
    font-family: 'HafferXHTRIAL-Bold';
    src: url('./fonts/HafferXHTRIAL-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'HafferXHTRIAL-Regular';
    src: url('./fonts/HafferXHTRIAL-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'HafferXHTRIAL-Medium';
    src: url('./fonts/HafferXHTRIAL-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'HafferSQXHTRIAL-SemiBold';
    src: url('./fonts/HafferSQXHTRIAL-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('./fonts/WorkSans-Regular.woff2') format('woff2');
    font-display: swap;
}

body {
    background-color: white !important;
	overflow-x:hidden;
}

button{
	font-family:var(--para-font);
}

.primary-bg {
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/bg-green.webp);
    background-size: cover;
    height: auto;
	padding: 100px 0 40px;
}

.green-bg{
	background-color:#eafffc;
}

.dark-bg {
    background-color: #eef5ff;
}

.secondary-bg {
    background-color: #ffefe7;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    font-size: 15px;
}

.nav-link {
    cursor: pointer;
	font-size:16px !important;
}

.secondary-bg h1,
.secondary-bg h2,
.secondary-bg p {
    color: white;
}

.title h1,
.title h2 {
    font-family: var(--bold-font);
    font-size: 45px;
}

.title h3 {
    font-size: 20px;
    font-family: var(--semibold-font);
}

.drop-down-icon {
    width: 12px;
    height: 7px;
    margin-left: 3px;
}

.desktop-menu{
		display:block;
	}
	.mobile-menu, .mobile-marque{
		display:none;
	}

.navbar {
    background-color: var(--primary-color);
    height: 60px;
	padding-top:0;
/*     box-shadow: 0 0 10px 2px #c1c1c160; */
}

.navbar a {
    font-family: var(--para-font);
    color: white !important;
}

.navbar a:hover {
	color:white !important;
/* 	background-color:var(--primary-color) !important; */
	font-weight:600;
}

.navbar button {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: white;
    border-radius: 10px;
    padding: 8px 20px;
    margin-top: -10px;
}

.navbar button:hover {
    background-color: white;
    color: var(--secondary-color);
    border-radius: 0;
    transition: 1s;
}

.first-sub {
    margin-left: 167px !important;
    margin-top: -40px !important;
}

.navbar-brand img {
    width: auto;
    height: 70px;
}


#slider {
    width: 100%;
    /* margin:0 auto; */
    position: relative;
    overflow: hidden;
    /* box-shadow:2px 5px 10px rgba(0,0,0,0.4);; */
}

.slide {
    width: 100%;
    display: none;
    animation-name: fade;
    animation-duration: 1s;

}

.slide img {
    width: 100%;
	height:auto;
}

img{
	width:100%;
}
@keyframes fade {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    padding: 15px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.controls:hover {
    background: white;
    transition: 0.3s;
}

.controls:active {
    color: grey;
}

#left-arrow {
    left: 10px;
}

#right-arrow {
    right: 10px;
}

#dots-con {
    margin-top: -35px;
    text-align: center;
    position: relative;
    z-index: -1;
}

.dot {
    display: inline-block;
    background: grey;
    padding: 6px;
    border-radius: 50%;
    margin: 10px 5px;
    cursor: pointer;
}

.dot.active {
    background: crimson;
}

.home-banner-form .container {
    padding: 35px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px rgb(228, 228, 228);
    margin-top: -76px;
    margin-bottom: 35px;
    position: relative;
    z-index: 100;
    background-color: white;
}

.home-banner-form button {
    height: 50px;
    padding: 0 25px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
    border-radius: 10px;
}

.home-banner-form button:hover {
    background-color: transparent;
    border-radius: 0;
    transition: 1s;
    color: var(--primary-color);
}

.home-banner-form .g-recaptcha {
    transform: scale(0.6);
    margin-top: 5px;
    margin-left: -20px;
}

.home-about img {
    width: 100%;
    height: auto;
}

.home-about h3 {
    background-color: var(--primary-color);
    color: white;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 10px;
    font-weight: 500;
}

.title h1 {
    margin-top: 10px;
    font-size: 45px;
}

.home-about .title h1 {
    color: black;
}

.home-about p {
    font-family: var(--para-font);
    margin-top: 15px;
    font-size: 18px;
    color: black;
}

.home-about button {
    width: fit-content;
    background-color: white;
    color: var(--secondary-color);
    padding: 8px 20px;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
}

.home-about button img {
    width: 31px;
    height: auto;
    margin-left: 10px;
}

.home-about button:hover {
    background-color: var(--secondary-color);
    color: white;
    transition: 1s;
    border: 1px solid var(--secondary-color);
    border-radius: 0;
}

.home-about button:hover img {
    filter: brightness(0) invert(1);
}


.cta .container {
    width: 75%;
    height: auto;
    text-align: center;
    border-radius: 40px 5px;
    /* background-color: white; */
    padding: 25px 0 0;
    box-shadow: 0 0 10px 2px #f5d1b764;
    /*     margin-top: 50px;
    margin-bottom: 25px; */
    margin: 50px auto 25px;
}

.cta h2 {
    /* color: black; */
    font-family: var(--bold-font);
    font-size: 40px;
    text-align: left;
    color: black;
}

.cta-btn img {
    width: 65px;
    height: 65px;
}

.cta-btn {
    display: flex;
    margin: 20px auto 0;
}

/* 
.pet-images {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

.pet-images.bgcolor-green::before {
    background-color: #21dab8;
}

.pet-images::before {
    background-color: #eb6e14;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -20px;
    position: absolute;
    right: 0;
    top: -104%;
    -webkit-transform: skewX(129deg);
    transform: skewX(129deg);
}

.pet-images .content-box {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    text-align: left;
}

.pet-images .content-box h3 {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    position: relative;
    color: #fff;
}

.pet-images .content-box h3 span {
    display: block;
    font-size: 14px;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.pet-images .content-box h3 i {
    opacity: 0.3;
}

.pet-images .content-box p {
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
    opacity: 0;
}

.pet-images .content-box a {
    float: right;
    font-size: 12px;
    opacity: 0;
}

.pet-images.bgcolor-green::after {
    background-color: rgba(33, 218, 184, 0.5);
}

.pet-images::after {
    background-color: rgba(235, 110, 20, 0.50);
    bottom: 0;
    content: "";
    display: inline-block;
    left: -20px;
    position: absolute;
    right: 0;
    top: -99%;
    -webkit-transform: skewX(129deg);
    transform: skewX(129deg);
} */

.pet-images {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
	height:350px;
    border-radius: 5px;
}

.pet-main-img{
	width:100;
	height:100%;
	object-fit:cover;
}

.pet-images::before,
.pet-images::after,
.pet-images .content-box,
.pet-images .content-box h3,
.pet-images .content-box p,
.pet-images .content-box a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.pet-images::before {
    background-color: #eb6e14;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -20px;
    position: absolute;
    right: 0;
    top: -104%;
    -webkit-transform: skewX(129deg);
    transform: skewX(129deg);
}

.pet-images::after {
    background-color: rgba(235, 110, 20, 0.50);
    bottom: 0;
    content: "";
    display: inline-block;
    left: -20px;
    position: absolute;
    right: 0;
    top: -99%;
    -webkit-transform: skewX(129deg);
    transform: skewX(129deg);
}

.pet-images.bgcolor-green::before {
    background-color: #21dab8;
}

.pet-images.bgcolor-green::after {
    background-color: rgba(33, 218, 184, 0.5);
}

.pet-images.bgcolor-primary::before {
    background-color: var(--primary-color);
}

.pet-images.bgcolor-primary::after {
    background-color: #1378c59a;
}

.pet-images.bgcolor-secondary::before {
    background-color: var(--secondary-color);
}

.pet-images.bgcolor-secondary::after {
    background-color: #eb6e1496;
}

.pet-images .content-box {
    position: absolute;
    top: 15px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    text-align: left;
}

.pet-images .content-box h3 {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    position: relative;
    color: #fff;
}

.pet-images .content-box h3 span {
    display: block;
    font-size: 14px;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.pet-images .content-box h3 i {
    opacity: 0.3;
}

.pet-images .content-box p {
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
    opacity: 0;
    color: white;
    font-size: 20px !important;
}

.pet-images .content-box a {
    float: left;
    font-size: 15px;
    opacity: 0;
    color: white;
    border: 1px solid white;
    padding: 3px 10px;
    border-radius: 5px;
	margin-left:38%;
}

.pet-images:hover .content-box {
    left: 18px;
    right: 18px;
}

.pet-images:hover::after {
    opacity: 0;
}

.pet-images:hover::before {
    background-color: #eb6e14;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    opacity: 0.9;
}

.pet-images.bgcolor-green:hover::before {
    background-color: #21dab8;
}

.pet-images.bgcolor-primary:hover::before {
    background-color: #1377c5;
}

.pet-images.bgcolor-secondary:hover::before {
    background-color: var(--secondary-color);
}


.pet-images:hover .content-box h3 {
    padding-left: 94px;
    margin-bottom: 20px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    min-height: 83px;
	display:flex;
	align-items:center;
}

.pet-images:hover .content-box h3 i {
    position: absolute;
    left: 10px;
    top: 0;
}

.pet-images i img {
    width: 70px !important;
    height: 70px !important;
    margin-top: 15px;
}

.pet-images:hover .content-box h3 i,
.pet-images:hover .content-box p,
.pet-images:hover .content-box a {
    opacity: 1;
}

.treatments, .blue-bg {
    margin-top: 50px;
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/07/bg-blue.webp);
    padding: 100px 0 50px 0;
	background-size:cover;
	height:100%;
/* 	background-color:#eef6ff; */
	background-repeat:no-repeat;
}

.treatments .title h3 {
    background-color: var(--secondary-color);
    color: white;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 15px;
}

.treatments .title h2 {
    margin-top: 15px;
    color: black;
}

.treatments .row {
    margin-top: 20px;
}

.treatment-p {
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: var(--para-font);
}

.treatment-slider .owl-nav span, .treatment-inner-slider .owl-nav span, .blog-carousel .owl-nav span, .doctors-slider .owl-nav span {
    display: none;
}

.treatment-slider .owl-nav, .treatment-inner-slider .owl-nav, .blog-carousel .owl-nav, .doctors-slider .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.treatment-slider .owl-prev, .treatment-inner-slider .owl-prev, .blog-carousel .owl-prev, .doctors-slider .owl-prev {
    width: 46px !important;
    height: 46px !important;
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/prev-active.webp) !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
}

.treatment-slider .owl-prev.disabled, .treatment-inner-slider .owl-prev.disabled {
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/prev-disables.webp) !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
}

.treatment-slider .owl-next, .treatment-inner-slider .owl-next, .blog-carousel .owl-next, .doctors-slider .owl-next {
    width: 46px !important;
    height: 46px !important;
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/next-active.webp) !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    margin-left: 20px;
}

.treatment-slider .owl-next.disabled, .treatment-inner-slider .owl-next.disabled {
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/next-disabled.webp) !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
}

.cta .secondary-bg button {
    background-color: white;
    color: var(--secondary-color);
}

.cta .secondary-bg button:hover {
    background-color: var(--primary-color);
    color: white;
}


.doctors-slider .card {
    border: none;
    position: relative;
}

.doctors-slider .card .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #1377c56e;
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.doctors-slider .card-body .card-body-main {
    width: 92%;
    height: auto;
    background-color: white;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid black;
}

.doctors-slider .card .card-body .card-head {
    /* height: 40px; */
    /* background-color: black; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 16px;
    color: var(--secondary-color);
    font-family: var(--bold-font);
}

.doctors-slider .card .card-degree {
    /* height: 40px; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 16px;
    color: black;
    font-family: var(--semibold-font);
}

.doctors-slider .card .card-position {
    /* height: 100px; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 16px;
    font-family: var(--medium-font);
    color: var(--primary-color);
}

.doctors p {
    text-align: center;
    font-family: var(--para-font);
    font-size: 18px;
    color: black;
}

.doctors h3 {
    background-color: var(--secondary-color);
    color: white;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 10px;
    font-weight: 500;
    margin: 0 auto;
}

.doctors h2 {
    margin-top: 15px;
    color: black;
}

.doctors-slider {
    margin-top: 20px;
}

.doctors {
    padding: 100px 0 65px;
    margin: 45px 0;
}

.why-choose-us {
    margin-top: 45px;
}

.why-choose-us h2 {
    color: black;
    font-family: var(--bold-font);
}

.why-choose-content {
    position: relative;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
}

.why-choose-content>.image-box {
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    overflow: hidden;
}

.why-choose-hover {
    padding: 10px 24px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.why-choose-content .why-choose-hover i {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.why-choose-content .why-choose-hover i img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.why-choose-content .why-choose-hover i,
.why-choose-content .image-box img,
.why-choose-content>a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.why-choose-content .why-choose-hover h3 {
    color: #313131;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: var(--para-font);
    padding: 15px;
}

.why-choose-content .why-choose-hover p {
    color: #777;
    line-height: 25px;
    height: 55px;
    overflow: hidden;
}

.why-choose-content>a {
    position: absolute;
    padding: 15px 34px;
    font-size: 14px;
    font-weight: bold;
    color: #1377c5;
    margin: 0 auto;
    bottom: 0px;
    left: 50px;
    right: 50px;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.why-choose-content:hover {
    background-color: transparent;
}

.why-choose-content:hover .image-box {
    opacity: 0.2;
}

.why-choose-content:hover .image-box img {
    transform: scale(1.2);
}

.why-choose-content:hover .why-choose-hover {
    top: 0;
    bottom: 0;
    border: none;
}

.why-choose-content:hover .why-choose-hover i {
    transform: scale(1.2);
    margin-top: 20px;
}

.why-choose-content:hover .why-choose-hover h3 {
    font-size: 14px;
}

.why-choose-content:hover .why-choose-hover p {
    height: 70px;
}

.why-choose-content:hover>a {
    opacity: 1;
    bottom: -20px;
}

.testimonial, .orange-bg {
    height: auto;
    margin-top: 45px;
    padding: 100px 0 60px;
    background-size: cover;
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/orange-bg.webp);
}

.testimonial h3 {
    background-color: var(--secondary-color);
    width: fit-content;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid white;
    color: white;
    margin: 0 auto;
}

.testimonial h2 {
    margin-top: 15px;
}

.testimonial-slider {
    margin-top: 25px;
}

.testimonial-slider .card {
    padding: 15px 25px;
    border: none;
    border-radius: 10px;
}

.testimonial-slider .card-body {
    min-height: 200px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    color: black;
    font-family: var(--para-font);
}

.testimonial-slider .card-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider .card-img {
    width: fit-content;
}

.testimonial-slider .card-img img {
    width: 86px !important;
    height: 87px !important;
    margin-right: 15px;
}

.testimonial-slider .card-title {
    font-family: var(--medium-font);
    color: black;
    font-size: 18px;
}

.testimonial-slider .owl-nav span {
    display: none;
}

.testimonial-slider .owl-prev {
    width: 50px !important;
    height: 50px !important;
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/prev-orange.webp) !important;
    background-size: 90% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.testimonial-slider .owl-next {
    width: 50px !important;
    height: 50px !important;
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/08/next-orange.webp) !important;
    background-size: 90% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-left: 20px;
}

.testimonial-slider .owl-nav {
    text-align: center;
    margin-top: 25px;
}

.footer {
    background-image: url(https://www.paramparafertility.com/wp-content/uploads/2024/07/foote-bg.webp);
    padding-top: 150px;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
}

.footer-logo a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-logo img {
    width: auto;
    height: 100px;
    /* margin: 0 auto; */
    margin-top: 25px;
}

.footer hr {
    color: white;
    margin: 0;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    list-style: none;
}

.footer p, .footer li, .footer a{
	font-size:16px;
}

.contact {
    margin: 60px 0;
}

.contact h3 {
    width: fit-content;
    padding: 5px 15px;
    background-color: var(--primary-color);
    font-family: var(--semibold-font);
    color: white;
    border-radius: 10px;
    margin: 0 auto;
}

.contact h2 {
    margin-top: 15px;
    color: black;
    font-family: var(--bold-font);
    margin-top: 15px;
}

.contact button {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    border-radius: 10px;
    padding: 8px 20px;
}

.contact button:hover {
    background-color: white;
    color: var(--primary-color);
    border-radius: 0;
    transition: 1s;
}

.contact p {
    color: black;
    font-family: var(--para-font);
}

.contact .form-control {
    padding: 15px 10px;
}

.contact img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.form-control:focus {
    box-shadow: 0 0 0 0 !important;
}

.footer .w-100 img {
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

.widgets {
    position: fixed;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 50px;
	z-index:999;
    /* background-color: #1377c5; */
}

.contact-widget,
.whatsapp {
    width: 60px;
    height: 60px;
    /* background-color: white; */
    margin: 0 auto;
    /* display: flex; */
    /* align-items: center; */
    border-radius: 50%;
}

.whatsapp img,
.contact-widget img {
    width: 100%;
    height: auto;
	position:relative;
	z-index:999;
}

.contact-widget {
    background-color: var(--primary-color);
    padding: 15px;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
}

.contact-widget:hover {
    background-color: var(--secondary-color);
}

.whatsapp {
    background-color: #38a64e;
    padding: 10px;
    margin-top: 25px;
}


.footer td {
    padding: 10px 0;
}

.table-width {
    width: 55px;
}

.table-width img {
    width: auto;
    height: 30px;
}

.footer ul li img {
    width: 16px;
    height: 16px;
}

.footer ul li {
    margin-top: 20px;
}

.footer h3 {
    font-family: var(--medium-font);
    color: var(--secondary-color);
    font-size: 18px;
}

.footer td,
.footer li,
.footer a {
    color: black;
    font-family: var(--para-font);
    font-size: 16px;
}

.footer a:hover {
    color: var(--primary-color);
}

.counter-section {
    margin-top: 45px;
    background-color: #ffefe7;
}

.counter-section .bg-dark,
.counter-section {
    padding: 45px 0;
}


.counter-section .counter {
    color: black;
    font-family: var(--bold);
    font-weight: 800;
    font-size: 40px;
}

.counter-section p {
    font-family: var(--medium-font);
}

.counter-section img {
    width: auto !important;
    height: 45px !important;
    filter: grayscale(100%) brightness(0);
}

.about-page .title h1,
.about-our-mission .title h2 {
    color: black;
    font-family: var(--bold-font);
}

.about-page .title h3 {
    color: var(--secondary-color);
    font-family: var(--bold-font);
    font-size: 25px;
}

.about-page img {
    width: 100%;
    height: auto;
}

.about-page p {
    font-family: var(--para-font);
    font-size: 16px;
    color: black;
    line-height: 30px;
}

.about-our-mission {
    margin-top: 50px;
}

.about-our-mission .card {
    border: none;
    padding: 15px;
}

.about-our-mission .card-head {
    font-family: var(--medium-font);
    font-size: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    color: var(--secondary-color);
}

.about-our-mission .card-body {
    color: black;
    font-family: var(--para-font);
    font-size: 16px;
	padding: 0;
}

.desktop-banner {
    display: block;
}

.mobile-banner .inner_page_banner_section {
    display: none;
}

.inner-page-main-banner {
    position: relative;
}

.inner_page_banner_center {
    position: absolute;
    top: 45%;
    left: 8%;
    color: white;
    font-family: var(--bold-font);
}

.inner_page_banner_center h2 {
    font-size: 50px;
}

.breadcrumbs span a {
    color: white;
}

.breadcrumb_last {
    background-color: #ffffffb5;
    padding: 3px 10px;
    color: var(--secondary-color);
}

.gallery-page {
    margin-top: 50px;
}

.gallery-page img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.contact-page {
    margin-top: 50px;
}

.contact-page h3 {
    background-color: var(--secondary-color);
    color: white;
    padding: 5px 15px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
}

.contact-page .container {
    padding: 45px;
    border-radius: 15px;
    box-shadow: 0 0 10px 5px #cdcaca6e;
    margin: 50px auto;
}

.contact-page .form-control {
    border: none;
    background-color: #F1F1F1;
    padding: 17px 20px;
    border-radius: 10px;
}

.contact-page .form-control:focus {
    border: 1px solid var(--primary-color);
}

.contact-page textarea {
    height: 150px;
}

.contact-page form button {
    background-color: var(--primary-color);
    color: white;
    padding: 7px 25px;
    font-size: 16px;
    font-family: var(--regular-font);
    border-radius: 8px;
    border: 1px solid var(--primary-color);
}

.contact-page form button:hover {
    background-color: transparent;
    border-radius: 0;
    transition: 1s;
    color: var(--primary-color);
}

.contact-page-bottom .footer-head h3 {
    color: var(--secondary-color);
}

.contact-page-bottom .table-width {
    height: 45px;
}

.contact-page-bottom iframe {
    width: 100%;
    height: 350px;
    margin: 0px;
}

.treatments-inner-pages {
    margin-top: 75px;
	overflow-x:hidden;
}

.treat-inn-pg h3{
	background-color:var(--secondary-color);
	color:white;
	padding:5px 20px;
	width:fit-content;	
	border-radius: 10px;
}

.treat-inn-pg h1, .treat-inn-pg h2{
	color:black;
}

.treatment-right-img img, .faq-sec img, .treatment-left-img img {
    width: 100%;
    height: auto;
	border-radius:10px;
}

/* .treatment-right-img{
	padding-left: 8% !important;
}

.treatment-left-img {
    padding-right: 8% !important;
} */


/* #accordion h3 {
    font-size: 18px;
    background-color: #ffffff;
    margin: 20px 0 0 0 !important;
    border-bottom: 2px solid #e7e7e7;
    padding: 20px !important;
    box-shadow: 0px 2px 10px 0px #e7e7e7;
    border-radius: 5px;
    cursor: pointer;
}
 */
#accordion .ui-accordion-content {
    background-color: #ffffff;
    margin: 0 !important;
    padding: 20px !important;
    box-shadow: 0px 2px 10px 0px #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
}

#accordion h3.ui-state-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion-container {
    position: relative;
    width: 100%;
    border: 0px solid #333;
    border-top: none;
    outline: 0;
    cursor: pointer
}


.accordion-container .article-title {
    display: block;
    position: relative;
    padding: 25px 80px 25px 0;
    border: 1px solid var(--purple);
    font-size: 20px;
    font-weight: normal;
    color: black;
    text-align: left !important;
    cursor: pointer;
    margin: 0;
	font-family:var(--semibold-font);
    line-height: normal;
    box-sizing: border-box;
    background-color: var(--purple);
}

.qtitle {
    display: none;
}


.accordion-container .open{
    box-shadow:0 0 10px 5px rgb(179 175 175 / 15%);
    color: black;
	border-left:10px solid var(--primary-color);
	border-radius:10px;
	padding-left: 25px;
}


.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: black;
}

.accordion-container .content-entry i {
    position: absolute;
    top: 10px;
    right: 20px;
    font-style: normal;
    font-size: 1.625em;
    color: black;
}

.accordion-container .content-entry i:before {
    content: "+ ";
}

.accordion-container .content-entry.open i:before {
    content: "- ";
}

.accordion-content {
    display: none;
    box-sizing: border-box;
    background-color: var(--white);
    padding: 30px 20px 20px;
}

.open .accordion-content {
    margin: -20px 0 15px 0;
    background-color: var(--white);
    padding: 10px 25px 25px 0;
}

.accordion-content p {
    color: #2F2929;
    text-align: justify;
	font-family: var(--para-font);
    font-size: 18px;
	line-height:30px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.417%;
}

.bg-orange{
	width:100%;
	height:auto;
	background-image:url(https://www.paramparafertility.com/wp-content/uploads/2024/08/orange-bg.webp);
	background-size:cover;
	background-repeat:no-repeat;
	padding: 45px 0 100px 0;
	margin-top: 50px;
}

.treat-mt{
	margin-top:65px;
}


.treatments-inner-pages h1, .treatments-inner-pages h2{
	color:black;
}

.treat-mt li{
	margin-top:10px;
}

.thank-sorry-page{
	height: 400px;
	text-align:center;
}

.thank-sorry-page button{
    width: fit-content;
    padding: 5px 24px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
    border-radius: 10px;
    margin-top: 25px;
}

.thank-sorry-page h2{
	color:black;
	font-family:var(--bold-font);
}

.thank-sorry-page button:hover{
	background-color: transparent;
	color:var(--primary-color);
	border-radius:0;
	transition:1s;
}

.treatments-row .card-head {
    font-size: 20px;
    color: black;
    font-family: var(--bold-font);
    margin: 25px auto 0;
}

.treatments-row .card-body{
	text-align:center !important;
	min-height:170px;
}

.treatments-row a{
	color:var(--primary-color);
	font-family: var(--regular-font);
	font-size: 16px;
	font-weight: 600;
}

.treatments-row a:hover{
	color:black;
}

.treatments .card{
	border-radius:15px;
	border:none;
	box-shadow:0 0 10px 2px #8c8c8c47;
}

.treatments .card-img img{
	border-radius: 15px 15px 0 0;
}

.treatment-left{
	padding-right: 25px !important;
}

.treatments-right{
	padding-left:25px !important;
}

.treatment-left img, .treatments-right img{
	width:95%;
	height:auto;
	margin: 0 auto;
}

	.cta .text-dark{
		font-size: 20px;
	}

.cta .d-flex a{
	color:black !important;
	font-family:var(--medium-font);
	font-size:14px;
	font-weight:600;
}

.cta h3{
	font-family:var(--semibold-font);
	font-size:24px;
}

.cta img{
	height:auto;
}

.dropdown-toggle::after{
	display:none !important;
}

.category-cont {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-family: var(--medium-font);
	margin-left:5px;
}

.category-cont:hover{
	border: 1px solid black;
	color:black;
}

.blogdate h1 {
    margin-top: 14px;
    color: black;
    font-family: var(--bold-font);
    font-size: 40px;
}

h2.wp-block-heading{
	font-size:30px;
}

.wp-block-heading, .comment-reply-title {
    color: black;
    font-family: var(--semibold-font);
}

.comment-reply-title, h3.wp-block-heading{
	font-size:24px;	
}

.post-body p, .post-body li{
	font-family:var(--para-font);
	font-size:18px;
}

.post-body li{
	margin-top:10px;
}

.post-body p strong{
	color:var(--secondary-color);
}

.logged-in-as a{
	color:blue;
	text-decoration:underline;
}

.sidebar-inner {
    width: 95%;
    margin-left: 5%;
    padding: 1px 15px 15px;
    box-shadow: 0 0 10px 2px #c8c8c8;
    border-radius: 10px;
}

.wp-block-search__button {
    padding: 0 20px;
    color: white;
    background-color: var(--primary-color);
    border-radius: 10px;
	border:1px solid var(--primary-color);
}

.wp-block-search__button:hover{
	color:var(--primary-color);
	background-color:white;
	border-radius:0;
	transition:1s;
}

.sidebar-inner .wp-block-heading{
	color:var(--primary-color);
	margin: 10px 0;
	font-family:var(--regular-font);
	font-size:25px;
}

.author-details img{
	width:100%;
	height:auto;
	box-shadow:0 0 10px 2px #c7c7c785;
	border-radius:50%;
}

.author-details a{
	font-size: 25px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin-top:10px;
	display:inline-block;
}
.wp-block-latest-posts__post-title{
	font-size: 16px;
    color: black;
    line-height: 20px;
    font-family: var(--semibold-font);
}

.wp-block-latest-posts__post-title:hover{
	color:var(--primary-color);
}

.wp-block-latest-posts__post-date{
	font-size: 14px;
    font-family: var(--medium-font);
    color: grey;
}

.wp-block-search__label {
    display: block !important;
    font-size: 25px;
    color: var(--primary-color);
    font-family: var(--regular-font);
}

.wp-block-latest-posts__list{
	border-bottom:1px solid #cecece;
	padding-bottom: 25px;
}

.cat-item a {
    font-family: var(--para-font) !important;
    font-size: 18px !important;
}

.breadcrumbs-list a{
	font-family:var(--para-font);
	font-size:18px;
	text-decoration:underline;
}

.breadcrumbs-list span{
	color:black;
	font-family:var(--para-font);
	font-size:18px;
}

.wp-block-search__input{
	border-radius:5px;	
}

.blog_section h1{
	color:black;
	font-family:var(--bold-font);
	font-size:40px;
}

.blog-head-h2{
    color: black;
    font-family: var(--semibold-font);
    font-size: 24px;
	height:90px;
	display:flex;
/* 	align-items:center; */
}

.post-date{
	color:var(--primary-color);
	font-family:var(--para-font);
	font-size:16px;
	font-weight:600;
}

.blog_section_bottomc p {
    color: black;
    font-family: var(--para-font);
    font-size: 18px;
}

.read-more-btn {
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    border-radius: 10px;
    background-color: var(--primary-color);
    color: white;
    font-family: var(--para-font);
}

.read-more-btn:hover{
	background-color:white;
	border-radius:0;
	transition:1s;
	color:var(--primary-color);
}

.blog_section .container-fluid{
	position:relative;
}

.blog_section .home{
	position:absolute;
	top:20%;
	left:8%;
}

.blog_section .home2{
	top: 40%;
}

.blog_section .home1{
	top:60%;
}

.blog_section .container-fluid img{
	width:100%;
	height:auto;
}

.blog_section .home h1, .blog_section .breadcrumbs-list span, .blog_section .breadcrumbs-list span a{
	color:white;
	font-weight:600;
	text-decoration:none;
}

.blog_section .breadcrumbs-list .breadcrumb_last{
    background-color: #ffffffb5;
    padding: 3px 10px;
    color: var(--secondary-color);
}

.blog-main-page h1{
	color:black;
	font-family:var(--bold-font);
	font-size:40px;
}

.blog-main-page {
	margin-top:50px;
}

.blog-main-page h1, .blog-main-page .list-search{
	margin-bottom:15px;
}

.post-desc p{
	color:black;
	font-family:var(--para-font);
	font-size:18px;
}

.date_for_post{
	font-family:var(--medium-font);
	font-size:18px;
	color:grey !important;
}

.top{
	padding-bottom: 20px;
}


.top-right{
	padding-top:20px;
}

  .top-right img{
    width: 22px;
    height: auto;
    margin-right: 10px;
  }

  .top-right .top-p{
    color: var(--secondary-color);
    font-family: var(--para-font);
    font-size: 16px;
  }

  .top-right .top-p1, .top-right .top-p1 a{
    font-family: var(--para-font);
    color: black;
    font-size: 16px;
  }

.dropdown-menu{
 background-color:var(--primary-color) !important;	
}

.parent-menu .navbar a:hover{
	color:var(--primary-color) !important;
}

.second-sub {
    margin-left: 160px !important;
	margin-top:29px !important;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color:var(--primary-color) !important;
}

.blog-main-page .img-fluid{
	width:100%;
	height:200px;
	object-fit:cover;
}

.nav-item {
    margin: 0 20px;
}

.center-head h1{
	text-align:center;
}

.center-head p{
	width: 65%;
	margin: 10px auto;
	text-align:center;
}

.treatment-section1{
	margin-top: 40px;
}

.blog-main-page .boxes{
	box-shadow: 0 0 10px 2px #d4d4d4;
	border-radius:10px;
	min-height: 610px;
}

.blog-main-page .boxes img{
	border-radius:10px 10px 0 0;
}

.attachment-medium_large{
	border-radius:10px;
	box-shadow: 0 0 10px 2px #d4d4d4;
}

.blog-main-page .blogdate, .blog-main-page .post-desc{
	padding: 15px;
}

/* .wp-block-group li{
	margin:15px 0;
} */

.home-blog-section .item{
	padding: 15px;
}

.home-blog-section .blog-item{
	box-shadow: 0 0 10px 2px #d8d8d8;
	border-radius:10px;
}

.home-blog-section .blog-body{
	padding: 0 10px 10px;
}

.home-blog-section .blog-read-more{
	color:var(--primary-color);
	font-family:var(--para-font);
	font-size:16px;
}

.small-text h3{
	margin-top: 20px;
    height: 50px;
    color: black;
	font-size:18px;
    font-family: var(--semibold-font);
}

.home-blog-section p {
    color: black;
    font-family: var(--para-font);
	margin-top: 10px;
}

.stages-grid .card-body{
	min-height:auto !important;
}


.nav-link1{
	margin-top:4px;
}

.parent-menu{
	margin-top:10px !important;
}

.nav-link2 .drop-down-icon{
	margin-left:-19px;
}

.nav-link2-parent-menu{
	margin-top:75px !important;
}

.error-page{
	display:flex;
	align-items:center;
	height:400px;
    justify-content: center;
    text-align: center;
}

.error-page h2{
	font-family: var(--bold-font);
    font-size: 45px;
    color: black;
}

.error-page button{
	    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 6px 25px;
    font-family: var(--para-font);
	margin-top:15px;
}

.error-page button:hover{
	border-radius:0;
	transition:1s;
	color:var(--primary-color);
	background-color:white;
}

.stages-grid .card:hover, .treatments-row .card:hover{
	background-color:var(--primary-color);
}

.stages-grid .card:hover .card-head, .treatments-row .card:hover .card-head{
	color:white;
}

.stages-grid .card:hover li, .stages-grid .card:hover p, .treatments-row .card:hover li, .treatments-row .card:hover p{
	color:white;
}


    .learn-more-btn button {
        background-color: white;
        border: none;
        color: var(--primary-color);
        font-weight: 600;
/*         padding: 5px 25px; */
        border-radius: 10px;
    }
iframe{
	width:100%;
	height:100%;
}

.wp-block-group__inner-container form button {
    padding: 7px 20px;
    color: white;
    background-color: var(--primary-color);
    border-radius: 10px;
    border: 1px solid var(--primary-color);
	position:relative;
	z-index:999;
}

.wp-block-group__inner-container form button:hover{
	background-color:white;
	color:var(--primary-color);
	border-radius:0;
	transition:0.5s;
}

.sidebar-inner form{
	border-bottom: 1px solid #cecece;
	padding-bottom:25px;
}

.wp-block-quote{
	background-color:#eef5ff;
	width:100%;
	height: auto;
    text-align: center;
    border-radius: 15px;
	padding: 25px 0;
    box-shadow: 0 0 10px 2px #f5d1b764;
	margin:20px 0;
}

.wp-block-quote p{
	font-family:var(--bold-font);
	font-size:28px;
}

.wp-block-quote a{
	font-family: var(--para-font);
    font-size: 18px;
    background-color: var(--secondary-color);
    padding: 11px 25px;
    border-radius: 10px;
    color: white;
	border:1px solid var(--secondary-color);
	position:relative;
	top:10px;
}

.wp-block-quote a:hover{
	color:var(--secondary-color);
	background-color:white;
	border-radius:0;
	transition:0.5s;
}