*{
    padding: 0px;
    margin: 0px;
}
:root{
    --primary-color: #0C5590;
    --secondary-color: #FF36B3;
}

.core-section{
    padding: 25px 0px;
}
.logo{
    width: 100%;
}

.core-section.hero-section .hero-form{
    padding: 0px 100px;
}
.core-section.hero-section .hero-image h1, .core-section.hero-section .hero-form h2{
    text-align: center;
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}
.core-section.hero-section .hero-form p{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.core-section.hero-section .hero-form a{
    text-decoration: none;
    color: var(--secondary-color);
}
.core-section.hero-section .hero-form .form-wrapper{
    padding: 10px 40px
}
.core-section.hero-section .hero-form .form-wrapper label{
    font-weight: 600;
    margin-bottom: 10px;
}
.core-section.hero-section .hero-form .form-wrapper .form-control{
    border-radius: 5px;
    border: 1px solid var(--primary-color);
}
.btn.btn-submit{
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    border-radius: 40px;
    padding: 10px 25px;
}

.core-section.services-section{
    background-color: rgba(238, 250, 251, 1);
}
.core-section.services-section h2{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.core-section.services-section h3{
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.core-section.services-section .service-card{
    padding: 15px;
    border: 1px solid var(--primary-color);
    border-radius: 30px 30px 30px 0px;
    height: 440px;
}
.core-section.services-section .service-card .service-image{
    padding: 15px;
}
.core-section.services-section .service-card .service-image img{
    border-radius: 15px;
}
.core-section.services-section .service-card .service-content{
    text-align: center;
}
.core-section.services-section .service-card .service-content h4{
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.core-section.services-section .service-card .service-content p{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.btn.btn-callback{
    background-color: var(--secondary-color);
    color: white;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    border-radius: 40px;
    padding: 10px 25px;
}

.core-section.doctors h2{
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.core-section.doctors p{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
}
.core-section.doctors .doctor-card{
    padding: 25px;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    height: 200px;
}
.core-section.doctors .doctor-card .doctor-info{
    padding: 10px;
}
.core-section.doctors .doctor-card .doctor-info h3{
    color: var(--primary-color);
}
.core-section.doctors .doctor-card .doctor-info p{
    color: var(--secondary-color);
    margin: 0px;
}

.core-section.testimonials{
    background-color: var(--primary-color);
}
.core-section.testimonials h2{
    color: white;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.core-section.testimonials h3{
    color: white;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.core-section.testimonials .testimony-card{
    padding: 25px 20px;
    background-color: white;
    height: 250px;
}
.core-section.testimonials .testimony-card ul, .core-section.testimonials .testimony-card ul li{
    display: inline-block;
}
.core-section.testimonials .testimony-card ul li i{
    color: orange;
}
.core-section.testimonials .testimony-card h4, .core-section.testimonials .testimony-card p{
    color: black;
}

.copyright{
    padding: 0px;
    padding-top: 15px;
}
.copyright p{
    font-size: 16px;
    font-weight: 600;
}
.copyright p a.external{
    color: var(--secondary-color);
    text-decoration: none;
}

.fixed_icons_container.whatsapp_container {
    position: fixed;
    bottom: 30px;
    transform: translateY(-50%);
    right: 50px;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
.fixed_icons_container.call_container {
    position: fixed;
    bottom: 160px;
    transform: translateY(-50%);
    right: 50px;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
.whatsapp_container{
    top: unset;
    left: unset;
    bottom: 0;
    right: 1rem;
}
.call_container {
    top: unset;
    left: unset;
    bottom: 0;
    right: 1rem;
}
.fixed_icons_container.whatsapp_container a {
    text-decoration: none;
    background-color: white;
    width: 70px;
    height: 70px;
    margin: 1px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-animation2 2s infinite;
}
.fixed_icons_container.call_container a i,
.fixed_icons_container.whatsapp_container a i{
	color: var(--primary-color);
}
.fixed_icons_container.whatsapp_container a:hover i{
    transition: 0.4s ease-in-out;
}
.fixed_icons_container a{
    text-decoration: none;
    background-color: white;
    width: 70px;
    height: 70px;
    margin: 1px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-animation2 2s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(18, 140, 126, 0.8);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(18, 140, 126, 0);
    }
}
@keyframes pulse-animation2 {
    0% {
        box-shadow: 0 0 0 0px rgba(220, 20, 60, 0.8);
    }
    100% {
        box-shadow: 0 0 0 25px rgba(220, 20, 60, 0);
    }
}

@media only screen and (max-width: 1425px) {
    .core-section.hero-section .hero-form {
        padding: 0px 40px;
    }
}
@media only screen and (max-width: 1365px) {
    .core-section.services-section .service-card {
        height: 420px;
    }
}
@media only screen and (max-width: 1280px) {
    .core-section.doctors .doctor-card .doctor-info {
        padding: 25px 10px;
    }
    .core-section.hero-section .hero-image h1, .core-section.hero-section .hero-form h2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1024px) {
    .core-section.doctors .doctor-card .doctor-info h3 {
        font-size: 20px;
    }
    .core-section.doctors .doctor-card .doctor-info p {
        font-size: 14px;
    }
    .core-section.doctors .doctor-card .doctor-info {
        padding: 50px 10px;
    }
    .core-section.services-section .service-card {
        height: 400px;
    }
    .core-section.testimonials .testimony-card {
        height: 200px;
    }
}
@media only screen and (max-width: 900px) {
    .core-section.doctors .doctor-card .doctor-info h3 {
        font-size: 30px;
        text-align: center;
    }
    .core-section.doctors .doctor-card .doctor-info p {
        font-size: 20px;
        text-align: center;
    }
    .core-section.doctors .doctor-card .doctor-info {
        padding: 10px;
    }
    .copyright p{
        text-align: center;
    }
    .core-section.testimonials .testimony-card {
        height: 225px;
    }
    .core-section.doctors .doctor-card {
        height: 180px;
    }
    .core-section.services-section .service-card {
        height: 455px;
    }
}
@media only screen and (max-width: 600px) {
    .core-section.hero-section .hero-form {
        padding: 0px 20px;
    }
    .core-section.hero-section .hero-form .form-wrapper {
        padding: 10px 20px;
    }
    .copyright p {
        font-size: 12px;
    }
    .core-section.testimonials .testimony-card {
        height: 323px;
    }
    .core-section.services-section .service-card {
        height: 100%;
    }
    .fixed_icons_container a {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }
    .fixed_icons_container.whatsapp_container a {
        width: 45px;
        height: 45px;
        font-size: 12px;
    }
    .fixed_icons_container.whatsapp_container {
        bottom: 20px;
        right: 30px;
    }
    .fixed_icons_container.call_container {
        bottom: 110px;
        right: 30px;
    }
}
@media only screen and (max-width: 420px) {

}