



/* about madical description */

.medical-description {
    padding: 100px 0 60px;
}

.desc-head {
    margin-bottom: 30px;
}

.desc-head h2 {
    font-size: 45px;
    color: #253452;
    margin-bottom: 16px;
}

@media(max-width:768px) {
    .desc-head h2 {
        font-size: 35px;
    }
}

.desc-head h4 {
    font-size: 20px;
    color: #253452;
}

.desc-para p {
    font-size: 18px;
    color: #404143;
    text-align: justify;
    line-height: 32px;
}

.img-box img {
    margin-top: 50px;
    border-radius: 10px;
}


.doc-profile h3{
    font-size: 28px;
    color: #253452;
    font-weight: 600;
    margin-bottom: 16px;
}

.doc-profile ul{
    margin-bottom: 16px;
}

.doc-profile ul li{
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 17px;
    color: #404143;
}














/* counter  */

.hospital-couner {
    padding: 40px 0;
    background-color: #001833;
}

.counter {
    text-align: center;
}

.counter-icon {
    margin-bottom: 15px;
}

.counter-icon img {
    height: 60px;
}

.counter-achieve h2 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
}

.counter-achieve p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    /* font-weight: 400; */
}


/* service cards  */

.medical-services-card {
    padding: 60px 0;
}

.service-card {
    border: 2px solid #ebf0fa;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all 0.3s;

    &:hover {
        box-shadow: 0 0 20px 0 #b8d1fc;
    }
}

.service-card-heading h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 15px;
}

.service-card-heading span {
    font-size: 30px;
    color: #797979;
    font-weight: 400;
}

@media(max-width:768px) {
    .service-card-heading h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .service-card-heading span {
        font-size: 20px;
    }
}

.service-card-img img {
    border-radius: 3px;
}

.service-card-details h3 {
    font-size: 22px;
    margin-bottom: 20px;
    /* display: block; */
}

.service-card-details {
    padding: 20px;
}


.service-card-details a {
    font-size: 16px;
    color: #fff;
    background-color: #2a70ed;
    padding: 8px 10px 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;

    &:hover {
        background-color: var(--bs-danger);
    }
}




/* form section */

.contact-form-ref{
    padding: 40px 0;
}

.contact-left {
    background: #2a70ed;
    padding: 41px 36px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media(max-width:600px) {
    .contact-left {
        padding: 30px 20px;
        margin: 40px 0 20px;
    }
}

.form-group {

    margin-bottom: 15px;
}


.form-group:nth-last-child(1) {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

@media(max-width:600px) {
    .form-group:nth-last-child(1) {
        margin-bottom: 15px;
    }
}


.form-group:nth-last-child(2) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}


.form-group label {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .01em;
    color: #fff;
    margin-top: 10px;
}


@media(max-width:600px) {
    .form-group label {
        font-size: 12px;
    }
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.form-group textarea {
    resize: vertical;
}

.form-group button {
    width: 173px;
    height: 48px;
    background: #000080;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.011em;
    color: #fff;
    border: none;
    margin-top: 15px;
    text-align: center;
    /* transition: 0.3s; */
    cursor: pointer;
}

.form-group button:hover {
    background-color: var(--bs-danger);
}

.inline-group {
    display: flex;
    gap: 10px;
}

@media (max-width:600px) {
    .inline-group {
        display: block;
    }
}

.inline-group .form-group {
    flex: 1;
}

.jt-1 input {
    width: 50%;
    margin-left: 15px;
}



/* gallery */

.image-gallery{
    padding: 60px 0;
}

.gallery-head{
    position: relative;
}

.gallery-head h2{
    font-size: 45px;
    color: #253452;
    margin-bottom: 25px; 
}

.gallery-head::after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 120px;
    background-color: #000080;
}

.gallery-img img{
/* aspect-ratio: 4/3; */
border-radius: 8px;
}

.more-page-btn{
    text-align: center;
    margin-top: 30px;
}

.more-page-btn a{
    font-size: 16px;
    color: #fff;
    background-color: #000080;
    padding: 18px 65px 20px;
    border-radius: 50px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    margin-top: 20px;

    &:hover {
        background-color: var(--bs-danger);
    }
}



/* footer  */

.footer {
    padding: 40px 0;
    background-color: #2a70ed;
}

.footer-column h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 20px;
}

.footer-column p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-column ul li {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer-column i {
    margin-right: 6px;
}

.footer-column ul li {
    margin-bottom: 20px;
    line-height: 20px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;

    &:hover {
        color: var(--bs-danger);
    }
}


.social-media-icons2 {
    display: flex;
    gap: 15px;
}

.social-icon2 {
    height: 40px;
    width: 40px;
    padding: 10px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    transition: all 0.3s;

    &:hover {
        /* background-color: #9ec0fa; */
    }
}

.youtube:hover {
    background-color: red;
}

.fb:hover {
    background-color: #000080;
}

.insta:hover {
    background-color: rgb(254, 59, 92);
}

.social-icon2 a {
    display: flex;
    align-items: center;
}




/* internal page  */
