@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

/* Member Link Styles */
.member-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #2d3663;
    transition: all 0.3s ease;
    cursor: pointer;
}

.member-link:hover {
    color: #006ba6;
    transform: translateY(-2px);
}

.member-link img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #2d3663;
    transition: all 0.3s ease;
}

.member-link:hover img {
    border-color: #006ba6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Modal Styles */
#memberModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#memberModal .modal-header {
    background: linear-gradient(135deg, #2d3663 0%, #4a5589 100%);
    color: white;
    padding: 16px;
}

#memberModal .modal-header .btn-close {
    filter: invert(1);
}

#memberModal .modal-title {
    font-weight: 500;
    font-size: 20px;
}

#memberModal .modal-body {
    padding: 30px;
}

#memberModal .member-modal-name {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3663;
    margin-bottom: 15px;
}

#memberModal .member-modal-designation {
    display: inline-block;
    background: #2d3663;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}

#memberModal .member-modal-qualification {
    color: #555;
    line-height: 1.6;
}

body {
    font-family: "Niramit", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.banner-main {
    background-image: linear-gradient(135deg, #edcfcf 54%, #fafafa 54%);
	/*background-image: url("../images/pattern.webp");
    background-repeat: repeat;
    background-position: top left;*/
}

.app-lg-header {
    display: none;
}

.app-header .navbar-brand {
    padding: 0;
    margin: 0;
}

.app-header .logo {
    width: 300px;
}

.app-header .navbar-expand-lg .navbar-collapse {
    display: flex;
    justify-content: flex-end;
    display: none;
}

.app-header .navbar-expand-lg .navbar-collapse.show {
    display: block;
}

.app-header .navbar-expand-lg .navbar-nav {
    align-items: center;
}

.app-header .nav-item.dropdown a img {
    width: 20px;
}

.app-header .dropdown-item:active {
    background-color: #FFF;
}

.dropdown-show-onhover.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 250px;
    background-color: #2d3663;
    border-radius: unset;
    color: #FFF;
}

.dropdown-show-onhover.dropdown:hover .dropdown-menu li a:hover {
    color: #2d3663;
}

.dropdown-show-onhover.dropdown:hover .dropdown-menu li a {
    white-space: normal;
    font-weight: 600;
    color: #FFF;
    font-size: 14px;
}

.app-header .nav-item:not(:first-child) {
    margin-left: 15px;
}

.app-header .nav-item .nav-link {
    font-weight: 700;
    font-size: 16px;
}

.app-header .nav-item .nav-link:hover {
    color: #006ba6;
}

.app-header .nav-item .nav-link.active {
    color: #006ba6;
}

.app-header .nav-item.appointment {
    margin: 0 0 0 15px;
}

.app-header .nav-item.appointment a {
    padding: 15px 30px;
}

.app-header .nav-item.appointment span {
    margin-right: 10px;
}

.app-header .nav-item.appointment a:hover {
    color: #FFF;
    background-color: hsl(230, 38%, 28%);
}

.app-banner {
    width: 100%;
    padding-top: 40px;
    position: relative;
}

.app-banner-wrapper {
    display: flex;
    align-items: center;
}

.app-banner-wrapper-content h4 {
    color: #2d3663;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: absolute;
    left: 50%;
    top: 9%;
    transform: translate(-30%, -50%);
}

.app-banner-wrapper-content h3 {
    font-family: "Lora", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #006ba6;
    display: flex;
    margin: 0px 0px 10px 0px;
}

.app-banner-wrapper-content h3 span {
    margin-right: 15px;
}

.app-banner-wrapper-content h3 span img {
    width: 20px;
}

.app-banner-wrapper-content h2 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    color: #2d3663;
    margin: 0px 0px 30px 0px;
    width: 380px;
}

.app-banner-wrapper-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.app-sm-header {
    display: none;
}

.free-consultation {
    margin-top: 30px;
}

.free_list {
    margin-top: 30px;
}

.free-consultation-list {
    display: flex;
    justify-content: space-between;
}

.free-consultation-main {
    display: flex;
    width: 100%;
}

.free-consultation-image svg {
    width: 30px;
    height: 30px;
    fill: #2d3663;
}

.free-consultation-content {
    margin-left: 15px;
}

.free-consultation-content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 5px 0;
    color: #2d3663;
}

.free-consultation-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.banner-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.banner-image img {
    width: 433px;
    height: 616px;
    max-width: 100%;
}

.appointment_mobile {
    padding-bottom: 80px;
}

.appointment {
    margin-top: 40px;
    display: flex;
}

.appointment a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    padding: 14px 30px;
    border-radius: 9999px;
    background-color: hsl(201, 100%, 33%);
    color: #FFF;
    text-decoration: none;
}

.admission-corner {
    background-color: #1b2b58;
    padding: 60px 0px;
}

.admissio-corner-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.admissio-corner-content h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
}

.academics-info a span img,
.appointment a span img {
    width: 20px;
    margin-left: 10px;
}

.academics-info a {
    font-weight: 700;
    text-align: center;
    padding: 14px 30px;
    border-radius: 9999px;
    background-color: hsl(201, 100%, 33%);
    color: #fff;
    text-decoration: none;
}

.academics-info a:hover {
    color: #fff;
    background-color: #660000;
}

.appointment a:hover {
    color: #fff;
    background-color: hsl(230, 38%, 28%);
}

.quality-healthcare-closer {
    margin: 80px 0px;
}

.quality-healthcare-closer-image img {
    width: 100%;
}

.quality-healthcare-closer-content h2 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    color: #2d3663;
}

.quality-healthcare-closer-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
}

.quality-healthcare-list {
    margin-top: 10px;
    display: flex;
}

.quality-healthcare-list .quality-healthcare-item {
    list-style: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    display: flex;
    color: #2d3663;

}

.quality-healthcare-list .quality-healthcare-item {
    margin-bottom: 15px;
}

.quality-healthcare-list .quality-healthcare-item span {
    margin-right: 10px;
}

.out-patients-bg {
    box-shadow: 0px 0px 50px -10px rgba(45, 54, 99, 0.3);
    width: 100%;
    border-radius: 15px;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
}

.out-patients-content h3 {
    font-family: "Lora", serif;
    font-size: 58px;
    line-height: 66px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #2d3663;
}

.out-patients-content p {
    font-family: "Lora", serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.out-patients-content_1 {
    border-left: 2px solid #e4e4e9;
    padding-left: 60px;
}

.our-comprehensive-medical-services {
    margin: 80px 0px;
}

.our-comprehensive-title,
.our-comprehensive-departments-title,
.recent-articles-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-comprehensive-title h2,
.our-comprehensive-departments-title h2,
.recent-articles-title h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0px 10px 0px;
    color: #660000;
}

.our-comprehensive-title p,
.our-comprehensive-departments-title p,
.recent-articles-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    /* width: 800px; */
}

.last_services-box {
    margin-bottom: 25px;
}

.medical-services-main {
    margin-top: 40px;
}

.medical-services-box {
    padding: 40px;
    border-radius: 8px;
    background-color: #660000;
    padding: 30px 20px;
    height: 100%;
    display: flex;
}

.medical-services-image svg {
    width: 30px;
    height: 30px;
    fill: #FFF;
}

.medical-services-image img {
    width: 30px;
    height: 30px;
}

.medical-services-content {
    margin-left: 15px;
}

.medical-services-content h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
    min-height: 60px;
}

.general-medicine-box-content .line {
    width: 40px;
    height: 4px;
    background-color: hsl(201, 100%, 33%);
    margin-bottom: 10px;
}

.medical-services-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    color: #FFF;
}

.our-comprehensive-departments-cards {
    margin-top: 30px;
}

.general-medicine-box {
    box-shadow: 0px 0px 50px -10px rgba(45, 54, 99, 0.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.general-medicine-box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.general-medicine-box-content {
    padding: 20px;
    position: relative;

}

.general-medicine-box-content .bg {
    position: absolute;
    left: 0;
    bottom: 0;
}

.general-medicine-box-content .bg svg {
    height: 250px;
    width: calc(100% + 1.3px);
    fill: #edcfcf;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}

.general-medicine-box-content h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    min-height: 0px;
    color: #2d3663;
}

.general-medicine-box-content p {
    font-family: "Lora", serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    min-height: 220px;
}

.learn-more {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.learn-more a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    padding: 14px 30px;
    border-radius: 9999px;
    text-decoration: none;
    color: #FFF;
    background-color: #660000;
}

.learn-more a:hover {
    background-color: hsl(230, 38%, 28%);
    color: #FFF;
}

.learn-more a span {
    margin-left: 10px;
}

.learn-more a span img {
    width: 20px;
    height: unset;
    object-fit: unset;
}

.happy-clients {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: hsl(230, 38%, 28%);
    padding: 80px 0px;
    margin-top: 80px;
}

.happy-clients::before {
    content: "";
    background-image: url('../images/happy-clients/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.1;
}

.happy-clients-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.happy-clients-title h2 {
    font-size: 42px;
    line-height: 49px;
    font-weight: 700;
    color: #FFF;
    margin: 0px 0px 30px 0px;
}

.happy-clients-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #FFF;
    margin: 0;
}

.happy-clients-box {
    max-width: 800px;
    padding: 60px 60px 60px 60px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 12px;
    background-color: #fafafa;
    position: relative;
    margin-top: 80px;
}

.happy-clients-box h5 {
    font-family: "Lora", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #006ba6;
}

.happy-clients .owl-carousel .owl-stage-outer {
    overflow: unset !important;
}

.happy-clients .owl-carousel .owl-item .happy-clients-box .client-image {
    position: absolute;
    top: -20%;
    left: -05%;
}

.happy-clients .owl-carousel .owl-item .happy-clients-box .client-image img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50%;
}

.happy-clients .owl-carousel .owl-item .happy-clients-box .quotes-image {
    position: absolute;
    right: 40px;
    bottom: 0;
}

.happy-clients .owl-carousel .owl-item .happy-clients-box .quotes-image img {
    width: 90px !important;
    background-color: unset;
    opacity: 0.2;
}

.owl-carousel .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

.recent-articles {
    margin: 80px 0px;
}

.recent-articles-main {
    margin-top: 30px;
    display: flex;
}

.recent-articles h2 {
    font-size: 25px;
    line-height: 35px;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.major-general-surgries-content h2,
.sugert-hyd-title h2 {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.meets-compassion_1 .recent-articles-content h3 {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700;
    color: #151515;
}

.meets-compassion_1 .recent-articles-content p {
    color: #151515 !important;
}

.recent-articles p {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
}

.recent-articles-content_1 {
    margin-left: 20px;
}

.recent-articles-content img {
    width: 100%;
    margin-bottom: 10px;
}

.recent-articles-content a,
.recent-articles-content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #2d3663;
    text-decoration: none;
    margin-bottom: 5px;
}

.recent-articles-content a:hover {
    color: #006ba6;
}

.recent-articles-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}

.keep-up-to-date {
    background-image: linear-gradient(90deg, rgba(45, 54, 99, 0.3), #cce1ed);
    padding: 80px 0px;
}

.keep-up-to-date-content h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #2d3663;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.keep-up-to-date-content h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    color: #2d3663;
    margin: 0 0 10px 0;
}

.keep-up-to-date-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 0px 0;
}

.main-form {
    margin-top: 20px;
}

.form-label {
    font-family: "Lora", serif;
    color: #2d3663;
}

.main-form .form-control {
    border-radius: unset;
}

.main-form .fname .form-control {
    width: 440px;
}

.submit button {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    padding: 14px 30px;
    border: unset;
    background-color: hsl(201, 100%, 33%);
    color: #FFF;
    text-decoration: none;
}

.submit button:hover {
    background-color: hsl(230, 38%, 28%);
}

.keep-up-to-date-image img {
    width: 100%;
    height: 600px;
}

.arrange_visit .academics-info a {
    background-color: hsl(230, 38%, 28%);
    border: 2px solid #FFF;
    color: #FFF;
}

.arrange_visit .academics-info a:hover {
    background-color: hsl(201, 100%, 33%);
}

.app-footer {
    background-color: #000;
    padding: 50px 0px 0px 0px;
}

.footer-logo img {
    width: 120px;
    margin-bottom: 20px;
}

.footer-logo h4,
.quick-links h4 {
    font-family: "Niramit", sans-serif !important;
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.footer-logo p {
    font-family: "Lora", serif;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 0px 40px 0px;
}

.social-icons ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.social-icons ul li {
    list-style: none;
}

.social-icons ul li:not(:first-child) {
    margin-left: 10px;
}

.social-icons ul li a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px;
    border-radius: 40px;
    border: 2px solid;
    background-color: #FFF;
    color: #2d3663;
    text-decoration: none;
    display: flex;
    border: 1.5px solid #2d3663;
    /* border: unset; */
}

.social-icons ul li a:hover,
.social-icons ul li a:active,
.social-icons ul li a:focus {
    border: 1.5px solid #FFF !important;
    background-color: #2d3663 !important;
    color: #FFF;
}

.quick-links ul {
    margin: 0;
    padding: 0;
}

.quick-links ul li {
    list-style: none;
}

.quick-links ul li:not(:first-child) {
    margin-top: 10px;
}

.quick-links ul li a {
    /* font-family: "Lora", serif; */
    color: #e4e4e9;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}

.quick-links ul li a {
    display: flex;
}

.quick-links_1 ul li a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}

.quick-links ul li a span {
    margin-right: 10px;
}

.quick-links ul li a span img {
    width: 20px;
}

.quick-links_1 ul li:not(:first-child) {
    margin-top: 20px;
}

.quick-links_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding: 10px 0px;
}

.sub-footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-footer-content p {
    font-family: "Lora", serif;
    color: #FFF;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px;
}

.sub-footer-content a {
    font-family: "Lora", serif;
    color: #FFF;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}

.about-us-banner {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: hsl(230, 38%, 28%);
    padding: 80px 0px;
}

.about-us-banner::before {
    content: "";
    background-image: url('../images/about-us/banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
    opacity: 0.1;
}

.about-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us-content h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: #FFF;
    margin: 0;
    text-align: center;
}

.about-rrimsg {
    margin: 80px 0px;
}

.rrimsg-us-image img {
    width: 100%;
}

.rrimsg-content h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    color: #2d3663;
}

.rrimsg-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.we-care-love .our-comprehensive-title h2 {
    color: #2d3663;
}

.we-care-love .our-comprehensive-title h2 span {
    color: #000;
    position: relative;
}

.we-care-love .our-comprehensive-title h2 span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;
}

.we-care-love .medical-services-content h3 {
    min-height: 0;
    margin-bottom: 10px;
}

.award-winning-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.award-winning-content h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    color: #2d3663;
    margin: 0px 0px 10px 0px;
}

.award-winning-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    width: 600px;
    text-align: center;
}

.award-winning-content .contact-us-button {
    display: flex;
    margin-top: 30px;
}

.award-winning-content .contact-us-button a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    padding: 14px 30px;
    border-radius: 9999px;
    border: 2px solid rgb(0, 109, 168);
    color: rgb(0, 109, 168);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.award-winning-content .contact-us-button a span {
    margin-left: 10px;
}

.award-winning-content .contact-us-button a span img {
    width: 20px;
}

.award-winning-content .contact-us-button a:hover {
    color: #2d3663;
    border: 2px solid #2d3663;
}

.award-winning-content .contact-us-button a:hover span .blue {
    display: none;
}

.award-winning-content .contact-us-button a span .blue {
    display: block;
}

.award-winning-content .contact-us-button a span .black {
    display: none;
}

.award-winning-content .contact-us-button a:hover span .black {
    display: block;
}

.raja-rajeshwari-medical-sciences-girls-content {
    display: flex;
    align-items: center;
    margin: 30px 0px 50px 0px;
}

.raja-rajeshwari-medical-sciences-girls-content p,
.rajarajeshwarimedical-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.raja-rajeshwari-medical-sciences-girls-content .logo img {
    width: 220px;
}

.mission-vission-content {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.mission-vision {
    width: 100%;
}

.mission-vision .mission {
    position: relative;
    width: 50%;
}

.mission-vision .mission img {
    display: block;
    width: 100%;
    height: auto;
}

.mission-vision .mission .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #741a1a;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    opacity: 0.9;
}

.mission-vision .mission .overlay {
    --background-overlay: '';
}

.mission-vision .mission:hover .overlay {
    height: 50%;
}

.mission-vision .mission .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 50px 10px;
}

.mission-vision .mission .text h2 {
    color: #F2F5F7;
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    margin: 0;
}

.mission-vision .mission .text p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 30px 0px 0px 0px;
}

.what-we-offer {
    margin: 80px 0px;
}

.what-we-oofer-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.what-we-oofer-title h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.what-we-oofer-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}

.what-we-offer-content {
    margin-top: 40px;
}

.outstanding-services {
    padding: 30px;
    border-radius: 8px;
    background-color: hsl(202, 48%, 86%);
    height: 100%;
}

.advanaced-equipemnt-image {
    height: 100%;
    border-radius: 0px !important;
}

.advanaced-equipemnt-image img {
    height: 100%;
    border-radius: 8px !important;
}

.outstanding-services h3 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
    color: #2d3663;
    position: relative;
}

.outstanding-services h3 span {
    color: #000;
}

.outstanding-services h3::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #000;
    bottom: -10px;
    left: 0;
}

.outstanding-services p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    min-height: 140px;
}

.outstanding-services-box {
    background-color: #e4e4e9;
    padding: 30px;
    border-radius: 8px;
}

.outstanding-services-box_list {
    padding: 30px 20px;
    border-radius: 8px;
    background-color: #FFF;
    height: 100%;
}

.outstanding-services-box-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.outstanding-services-box-items svg,
.outstanding-services-box-items img {
    fill: #006ba6;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.outstanding-services-box-items h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%px;
    text-align: center;
    margin: 0;
    word-break: break-all;
}

.we-specialize-in {
    margin: 60px 0px;
}

.we-specialize-in-content h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
}

.we-specialize-in-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

.we-specilize-list {
    margin-top: 20px;
}

.we-specilize-list ul {
    margin: 0;
    padding: 0;
}

.we-specilize-list ul li {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    list-style: none;
}

.we-specilize-list ul li:not(:first-child) {
    margin-top: 15px;
}

.we-specilize-list ul li span {
    margin-right: 10px;
}

.we-specilize-list ul li svg {
    width: 20px;
    height: 20px;
    fill: #006ba6;
}

.we-specialize-in .learn-more {
    margin-top: 40px;
}

.we-specialize-chart .we-specialize-chart-list {
    margin-top: 30px;
}

.we-specialize-chart .we-specialize-chart-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.we-specialize-chart-list ul li {
    font-family: "Lora", serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    list-style: none;
}

.we-specialize-chart-list ul li:nth-child(2) {
    font-weight: 500;
}

.we-specialize-chart h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
}

.precentage-bg {
    width: 95%;
    height: 5px;
    background-color: #006ba6;
    margin-top: 10px;
}

.precentage-bw {
    width: 100%;
    height: 2px;
    background-color: #cce1ed;
    margin-top: 10px;
}

.chart-1 .precentage-bg {
    width: 90%;
    height: 5px;
    background-color: #006ba6;
    margin-top: 10px;
}

.chart-1 .precentage-bw {
    width: 100%;
    height: 2px;
    background-color: #cce1ed;
    margin-top: 10px;
}

.chart-2 .precentage-bg {
    width: 85%;
    height: 5px;
    background-color: #006ba6;
    margin-top: 10px;
}

.chart-2 .precentage-bw {
    width: 100%;
    height: 2px;
    background-color: #cce1ed;
    margin-top: 10px;
}

.advanced-equipment {
    background-color: #cce1ed;
    padding: 60px 0px;
}

.advanced-equipment-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    color: #2d3663;
}

.advanced-equipment-content h2 span {
    color: #000;
    position: relative;
}

.advanced-equipment-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

.advanced-equipment-list {
    margin-top: 40px;
    display: flex;
}

.advanced-equipment-item svg,
.advanced-equipment-item img {
    width: 35px;
    height: 35px;
    fill: #006ba6;
    margin-bottom: 5px;
}

.advanced-equipment-item h4 {
    color: #2d3663;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.advanced-equipment-item_1 {
    margin-left: 20px;
}

.advanced-equipment-content .learn-more {
    margin-top: 40px;
}

.advanaced-equipemnt-image img {
    width: 100%;
}

.let-us-connect {
    margin: 80px 0px;
}

.let-us-connect-content h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: #006ba6;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.let-us-connect-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
    color: #2d3663;
}

.let-us-connect-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.contact-link {
    margin-top: 30px;
}

.contact-link ul {
    padding: 0;
    margin: 0;
}

.contact-link ul li {
    list-style: none;
}

.contact-link ul li:not(:first-child) {
    margin-top: 15px;
}

.contact-link ul li a {
    font-family: "Lora", serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    color: #006ba6;
    text-decoration: none;
    display: flex;
}

.contact-link ul li a span {
    margin-right: 10px;
}

.contact-link ul li a span img {
    width: 20px;
    height: 20px;
}

.contact-link .social-icons {
    margin-top: 30px;
}

.contact-link .social-icons ul li {
    margin-top: 0;
}

.contact-link .social-icons ul li a {
    border: 1px solid #2d3663 !important;
    padding: 7px;
    color: #2d3663;
}

.contact-link .social-icons ul li a svg {
    fill: #2d3663 !important;
}

.contact-link .social-icons ul li a:hover {
    color: #FFF;
}

.reach-out-us {
    background-color: #cce1ed;
    padding: 50px 0px;
}

.reach-out-us-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.reach-out-us-title h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.reach-out-us-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.app-toggal-btn.app-toggle-visible {
    opacity: 1;
    bottom: 40px;
    padding: 5px 10px 10px 10px;
}

.app-toggal-btn {
    position: fixed;
    bottom: -50px;
    right: 20px;
    z-index: 9999;
    transition: 0.2s all ease-in-out;
    opacity: 0;
    border: 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.4);
}

.app-toggal-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.app-toggal-btn svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

.mission-vision_lg {
    display: block;
}

.mission-vission-content-mb {
    display: none;
}

.bgmh {
    margin: 60px 0px 0px 0px;
}

.bgmh-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bgmh-title h2 {
    /* font-family: "Poppins", sans-serif; */
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: #151515;
}

.bgmh-table {
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
}

.bgmh-table table {
    border-collapse: collapse;
    width: 100%;
}

.bgmh-table tr td:nth-child(1) {
    border-right: unset;
}

.bgmh-table tr td:nth-child(2) {
    border-left: unset;
}

.bgmh-table td,
.bgmh-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
}

.bgmh-table tr:nth-child(even) {
    background-color: #dddddd;
}

.bgmh-table td.book-appointment a {
    background-color: hsl(120, 76%, 37%);
    padding: 10px 15px;
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    margin: 6px 0px;
}

.bgmh-table td.book-appointment_1 a {
    background-color: hsl(230, 38%, 28%);
    padding: 10px 17px;
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    margin: 6px 0px;
}

.about-general-medical-hyd-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-general-medical-hyd-title h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin: 30px 0px 10px 0px;
    text-align: center;
    /* color: #2d3663; */
}

.about-general-medical-hyd-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    /* color: #7a7a7a; */
}

.meets-compassion {
    margin-bottom: 60px;
    margin-top: 30px !important;
}

.meets-compassion .recent-articles-content p {
    color: #7a7a7a;
}

.about-general-medical-hyd {
    margin-bottom: 80px;
}

.meets-compassion_1 .recent-articles-content {
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
}

.meets-compassion_1 .recent-articles-content h3 {
    text-align: center;
}

.meets-compassion_1 .recent-articles-content p {
    text-align: center;
}

.meets-compassion_1 .recent-articles-content {
    width: 33.3%;
}

.meets-compassion_1 .recent-articles-content img {
    object-fit: cover;
    height: 220px;
}

.major-general-surgries {
    margin: 60px 0p;
}

.major-general-surgries-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.major-general-surgries-content h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}

.major-general-surgries-content-list ul {
    padding: 0;
    margin: 0;
}

.major-general-surgries-content-list ul li {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.major-general-surgries-content-list ul li:not(:first-child) {
    margin-top: 10px;
}

.meets-compassion_1 .recent-articles-content.technology_used {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.meets-compassion_1 .recent-articles-content.technology_used i {
    font-size: 60px;
    color: #006ba6;
    margin-bottom: 10px;
}

.meets-compassion_1 .recent-articles-content.technology_used h3 {
    color: #006ba6;
    margin-bottom: 10px;
}

.sugert-hyd-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sugert-hyd-title h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.sugert-hyd-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}

.sugery-hyd-accordion {
    margin-top: 20px;
}

.sugery-hyd-accordion .accordion-item {
    border-top: unset;
    border-right: unset;
    border-left: unset;
}

.sugery-hyd-accordion .accordion-item .accordion-button:focus {
    box-shadow: unset;
}

.sugery-hyd-accordion .accordion-button {
    /* font-family: "Poppins", sans-serif; */
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #2d3663;
}

.sugery-hyd-accordion .accordion-button:not(.collapsed) {
    color: #006BA6;
    background-color: unset;
    box-shadow: unset;
}

.sugery-hyd-accordion .accordion-item .accordion-body {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}

.sugery-hyd-accordion .accordion-item .accordion-button::after {
    background-image: url('../images/icons/arrow-up-blue-1.png') !important;
    transform: rotate(268deg);
    width: 15px !important;
    height: 14px !important;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(360deg) !important;
}

.bgsh-contact-us {
    background-color: hsl(230, 38%, 28%);
    padding: 80px 0px;
    margin: 40px 0px;
}

.bgsh-contact-us-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bgsh-contact-us-title h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    color: #FFF;
}

.bgsh-contactus-form .form ::placeholder {
    color: #CFCFCF;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #CFCFCF;
}

.bgsh-contactus-form .form .form-control {
    background-color: unset;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
    color: #FFF;
}

.bgsh-contactus-form .form .form-control:hover,
.bgsh-contactus-form .form .form-control:focus {
    box-shadow: unset;
}

.bgsh-contactus-form .forms {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.bgsh-contactus-form form button {
    background-color: #FFF;
    border: unset;
    padding: 10px 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}

.state-art {
    margin: 50px 0px;
}

.state-art .major-general-surgries-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
}

.state-art .major-general-surgries-content p {
    margin: 0;
    text-align: center;
}

.happy-clients_1 {
    margin: 50px 0px;
}

.happy-clients_1 .happy-clients-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.happy-clients_1 .happy-clients-title h2 {
    /* font-family: "Poppins", sans-serif; */
    font-size: 42px;
    line-height: 49px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    color: #000;
}

.happy-clients_1 .happy-clients-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.testimonial-box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 50px 10px;
}

.testimonial-box .mehak {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-box img {
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #2d3663;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 10px;
}

.testimonial-box p {
    font-family: "Lora", serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    min-height: 180px;
}

.testimonial-box h4 {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    color: #006ba6;
    margin: 0;
}

.happy-clients_1 .owl-stage-outer {
    padding: 20px;
}

.pmch {
    margin-top: 40px !important;
}

.doctors_qualifications .recent-articles-content p {
    min-height: 200px;
}

.beyond-healthcare {
    width: 100%;
}

.beyond-healthcare .recent-articles-content {
    width: 50%;
}

.empower-healthcare {
    margin-top: 40px;
}

.major-general-surgries-content-list h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
}

.major-general-surgries-content-list p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0px 0x 10px 0px;
    font-family: "Lora", serif;
}

.expertise-treatment {
    margin-top: 60px;
}

.expertise-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.expertise-title h2 {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}

.expertise-content {
    margin-top: 60px;
}

.expertise-content h4 span {
    margin-right: 10px;
}

.expertise-content h4 span img {
    width: 20px;
}

.expertise-content h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.expertise-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.expertise-content_1 {
    margin-top: 25px;
}

.happy-clients_2 .testimonial-box p {
    min-height: 250px;
}

.bgsh-contact-us-title h3 {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    color: #FFF;
}

.bgsh-contact-us-title h2 {
    /* font-family: "Poppins", sans-serif; */
}

.find-us-here {
    margin-top: 30px;
}

.find-us-here-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.find-us-here-content h3 {
    /* font-family: "Poppins", sans-serif; */
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}

.find-us-here-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #CFCFCF;
    text-align: center;
    /* font-family: "Montserrat", sans-serif; */
}

.get-no {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.get-no a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    color: #CFCFCF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.bgsh-contact-us_1 {
    margin-bottom: 0;
}

.exploring-services ul li {
    list-style: none;
}

.exploring-services ul li span {
    margin-right: 10px;
}

.exploring-services ul li i {
    color: #006BA6;
}

.healthcare-provider {
    margin-top: 0 !important;
}

.healthcare-provider_2 {
    margin-bottom: 40px;
}

.advanced_diagnostic .recent-articles-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}

.advanced_diagnostic .recent-articles-content {
    width: 48%;
    /* width: 50%; */
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 30px;
}

.advanced_diagnostic .recent-articles-content:nth-child(1),
.advanced_diagnostic .recent-articles-content:nth-child(3) {
    margin-left: 0;
}

.advanced_diagnostic .recent-articles-content p {
    min-height: 170px;
}

.advanced_diagnostic {
    margin-bottom: 40px !important;
    margin-top: 0;
}

.main-board-certified .recent-articles-content {
    height: 100%;
    padding-top: 30px;
}

.main-board-certified .recent-articles-content h3 {
    min-height: 60px;
}

.main-board-certified .recent-articles-content p {
    min-height: 390px;
}

.factors-beforehand {
    margin-top: 30px;
}

.factors-beforehand h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.factors-beforehand ul {
    padding: 0 0 0 15px;
    margin: 20px 0px 0px 0px;
}

.factors-beforehand ul li span {
    font-weight: 700;
}

.factors-beforehand ul li {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.ophthalmology-surgery-content {
    margin-top: 20px;
}

.ophthalmology-surgery-content p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.technology-use {
    margin-top: 30px;
    margin-bottom: 60px;
}

.happy-clients_3 {
    margin-top: 0;
}

.happy-clients_3 .testimonial-box p {
    min-height: 300px;
}

.app-lg-header {
    display: block;
}

.communication-styles .recent-articles-content {
    height: 100%;
    padding-top: 50px;
}

.communication-styles .recent-articles-content p {
    min-height: 400px;
}

.childs-vaccine {
    margin: 40px 0px 60px 0px;
}

.childs-vaccine-content img {
    width: 100%;
    height: 600px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 20px;
}

.childs-vaccine-content h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #2d3663;
    margin: 0px 0px 10px 0px;
}

.childs-vaccine-content p {
    font-family: "Lora", serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px 0px 10px 0px !important;
    color: #151515 !important;
}

.childs-vaccines-mini {
    display: flex;
    align-items: center;
    margin: 40px 0px 30px 0px;
}

.childs-vaccines-mini-image img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.childs-vaccines-mini-content {
    margin-left: 20px;
}

.childs-vaccines-mini-content a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #2d3663;
    text-decoration: none;
    margin-bottom: 10px;
}

.childs-vaccines-mini-content a:hover {
    color: #006BA6;
}

.childs-vaccine-content p {
    font-family: "Lora", serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    color: #006BA6;
}

.childs-vaccine-main {
    display: flex;
    justify-content: space-between;
}

.childs-vaccines-mini_1 {
    display: flex;
    flex-direction: row-reverse;
}

.childs-vaccines-mini_1 .childs-vaccines-mini-content {
    margin: 0px 10px 0px 0px;
}

.info .recent-articles-link {
    text-decoration: none;
    width: 50%;
}

.info.meets-compassion_1 .recent-articles-content.technology_used {
    width: 100%;
    padding: 30px 20px;
    border-radius: 6px;
}

.scrolling-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #006da817;
    padding: 20px 0px;

}

.scrolling-text span {
    display: inline-block;
    font-size: 18px;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.bgmh table a {
    text-decoration: none;
    color: #006BA6;
    font-weight: 600;
}

.bgmh.university {
    margin-bottom: 60px;
}

.recent-articles a,
.recent-articles-content h4 {
    color: #151515;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.recent-articles a:hover {
    color: #006BA6;
}

.recent-articles ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

.meets-compassion_1 .info-mrs h4 {
    margin-bottom: 20px !important;
}

.dynamic_count {
    background-color: #660000;
    padding: 100px 0;
    display: block;
    width: 100%;
}

.dynamic_count ul {
    display: flex;
    padding: 30px 0 0 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.dynamic_count ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dynamic_count ul li i {
    color: #fff;
    font-size: 50px;
}

.dynamic_date {
    display: flex;
    gap: 10px;
    align-items: center;
    /* flex-direction: column;    */
    margin-left: 20px;
}

.dynamic_count .date-new {
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    /* display: flex; */
    text-align: center;
    font-weight: 500;
}

.dynamic_date p {
    margin: 0 0 5px 0;
    padding: 0;
    color: #e6e6e6;
    font-size: 14px;
}

.dynamic_date h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.dynamic_count h2 {
    padding: 0px;
    color: #fff;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.clinical-material-image img {
    width: 60px;
    height: 60px;
}

/* .logo-new{
    display: flex;
    flex-direction: column;
    font-size: 16px !important;
    font-family: "Parisienne", cursive;
    font-family: "Tangerine", cursive;
    color: #2a2a86 !important;
    font-weight: 400 !important;
} */
.an-nri-doctors h1 {
    font-size: 35px !important;
}

.nri-content {
    display: flex;
    justify-content: center;
}

.nri-content h2 {
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: 700 !important;
    color: #151515 !important;
    margin: 0 0 50px 0 !important;
}

.nri-content-1 h2 {
    margin: 0 !important;
}

.nri-content-2 h2 {
    font-family: "Niramit", sans-serif !important;
}

.content-new {
    margin-top: 30px;
}

.content-new h3 {
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    color: #151515 !important;
    margin: 0 0 0px 0 !important;
}

.content-new ul {
    margin: 10px 0 0 0 !important;
    padding: 0px 0px 0px 20px !important;
}

.content-new ul li {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    color: #151515 !important;
    margin: 0 0 10px 0 !important;
    list-style: disc !important;
    text-align: justify;
}

.content-new p {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    color: #151515 !important;
    margin: 06px 0 10px 0 !important;
    list-style: disc !important;
    text-align: justify;
}

.rrimsg-content p {
    text-align: justify;
}

.leadership {
    background-color: #660000;
    padding: 0;
}

.leadership a {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 700;
    padding: 50px 0;
    text-align: center;
}

.leadership-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.leadership-list a {
    width: 48%;
    border-right: 1px solid #fff;
}

.leadership-list a:last-child {
    border-right: unset;
}

.recent-articles-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.recent-articles-button a {
    color: #FFF;
}

.recent-articles-button a:hover {
    color: #FFF;
}

.recent-articles-content {
    width: 50%;
}

.medical-camps {
    margin-top: 30px;
}

.medical-camps img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 4px;
    transition: all .5s;
}

.medical-camps img:hover {
    transform: scale(1.05);
}

.medical-camp-image {
    border-radius: 4px;
    overflow: hidden;
}

.medical-camps-title h2 {
    font-family: "Niramit", sans-serif !important;
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0px 10px 0px;
    color: #2d3663;
}

.our-news .recent-articles-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.our-news.our-news-1 .recent-articles-content .image-container {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 8px;
}

.our-news .recent-articles-content img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
    transition: all .5s;
}

.our-news .recent-articles-content img:hover {
    transform: scale(1.05);
}

.happy-clients-new {
    margin: 0px 0px 0px 0px;
}

.our-news .recent-articles-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-news .recent-articles-content h4 {
    text-align: center;
}

.our-news .recent-articles-main {
    align-items: flex-start;
}

.medical-camps-title p {
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.quick-links a {
    font-size: 15px !important;
    color: #e4e4e99c !important;
}

.quick-links a:hover {
    color: #FFF !important;
}

.quick-links ul li p {
    font-family: "Lora", serif;
    color: #FFF;
    font-weight: 600;
}

.quick-links.quick-links_1 p {
    margin: 0;
}

.quick-links_2 ul {
    margin-left: 63px !important;
}

.quick-links h4 {
    font-family: "Lora", serif !important;
    font-size: 20px !important;
    margin-bottom: 10px;
}

.quick-links_3 ul li {
    margin-top: 10px !important;
}

.leadership-tabs {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab-pane-img {
    background: #fff;
    padding: 5px;
    border: 1px solid #e4e4e9 !important;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px !important;
}

.tab-pane-img.new {
    overflow: hidden;
}

/* .tab-pane-img.new img{
    transform: scale(1.5);
} */
.leadership-tabs img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px !important;
    border: 1px solid #e4e4e9 !important;
}

.leadership-tabs .nav-tabs .nav-link.active {
    border: unset;
    border-color: unset !important;
}

.leadership-tabs .nav-tabs .nav-link:hover {
    border: unset;
}

.leadership-tabs .nav-link {
    border: unset !important;
}

.leadership-tabs .nav-link:focus-visible {
    border: unset !important;
    box-shadow: unset !important;
}

.leadership-tabs .nav-item:focus-visible {
    outline: unset !important;
}

.leadership-tabs .tab-content {
    max-width: 80%;
    border: 1px solid #e4e4e9 !important;
    border-radius: 12px;
    margin-top: 40px;
    width: 100%;
}

.leadership-tabs .nav-tabs {
    border-bottom: unset !important;
}

.tab-content-image img {
    box-shadow: unset !important;
    border: unset;
}

.tab-content-image-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    width: 84%;
    height: 440px;
    overflow-y: auto;
}

.tab-content-image-text p {
    margin: 0;
}

.tab-content-image {
    display: flex;
    gap: 40px;
    overflow-y: auto;
}

.tab-content-image-content {
    width: 20%;
}

.tab-content-image h4 {
    font-size: 15px !important;
    /* text-transform:uppercase; */
    color: #006ba6;
    font-weight: 600;
    margin: 10px 0 5px 0 !important;
}

.tab-content-image h5 {
    font-size: 12px !important;
    margin: 0 !important;
    color: #777;
    margin: 0 0 5px 0 !important;
}

.tab-content-image h6 {
    font-size: 14px !important;
    color: #777;
    margin: 0 0 05px 0;
}

.campus-pictures img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.campus-pictures a {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 180px;
    border: 1px solid #e4e4e9 !important;
}

.campus-pictures img:hover {
    transform: scale(1.03);
}

.campus-pictures .col-lg-4 {
    margin-bottom: 20px;
}

.campus-pictures {
    margin-top: 40px;
}

.admission-content h3 {
    font-size: 20px !important;
    color: #006ba6;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.admission-content p {
    font-size: 15px !important;
    line-height: 150%;
    font-family: "Lora", serif;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.admission-content h4 {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.admission-content ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.admission-content ul li {
    font-family: "Lora", serif;
    font-size: 15px !important;
    font-weight: 500;
    margin-bottom: 15px;
}

.admission-content .nav-tabs {
    margin-top: 30px;
    padding-left: 0;
}

.admission-content .nav-tabs .nav-item {
    margin-bottom: 0;
}

.admission-content .nav-tabs .nav-link {
    border: none;
    font-weight: 600;
    color: #151515;
}

.admission-content .nav-tabs .nav-link.active {
    color: #006ba6 !important;
    border-bottom: 1px solid #006ba6;
}

.admission-content .tab-content {
    border: unset !important;
    padding: 10px !important;
}

.admission-content-tab ul {
    padding-left: 0;
}

.admission-content-tab ul li {
    list-style: none;
}

.let-us-connect-content ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
}

.let-us-connect-content ul li {
    list-style: none;
}

.let-us-connect-content ul li a {
    color: #151515;
    text-decoration: none;
}

.let-us-connect-content ul li p {
    font-weight: 600;
}

.about-rrimsg .nri-content p {
    text-align: center;
}

.childs-vaccine-content h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.app-banner .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: -30px;
    z-index: 999;
}

.banner-image .button-container img {
    width: 100px;
    height: auto;
}

/* .app-banner .animate-text {
  background-color: #000;
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  border: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.app-banner .text {
  white-space: nowrap;
  display: inline-block;
  animation: typing 3s steps(20) 1s forwards;
}

.app-banner .cursor {
  display: inline-block;
  background-color: white;
  width: 3px;
  height: 20px;
  margin-left: 5px;
  animation: blink 0.8s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}*/
.campus-img {
    border: 1px solid red;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #006ba6;
}

.campus-img .image-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.campus-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all .5s;
}

.campus-img img:hover {
    transform: scale(1.05);
}

.main-news-blogs .recent-articles-content .image-container {
    height: 400px;
}

.childs-vaccine .campus-pictures a {
    height: 230px;
}

.campus-pictures.events-images h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.outstanding-services-box .md-mb-none {
    margin-bottom: 0 !important;
}

.happy-clients .owl-theme .owl-dots .owl-dot span {
    background-color: #869791 !important;
}

.happy-clients .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff !important;
}

.courses-images .medical-camp-image img {
    height: 240px !important;
}

.clinical-material {
    padding: 50px 0px 20px 0px;
}

.info-mrs_1 ul li a:hover {
    color: unset;
}

.let-us-connect-content p {
    width: 220px;
}

.let-us-connect-content ul li {
    display: flex;
    gap: 10px;
}

.bgmh-table-bg-none tr:nth-child(even) {
    background: unset !important;
}

.bgmh-table-bg-none td:nth-child(1) {
    border-right: 1px solid #ccc !important;
}


.bgmh-table-bg-none td a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.bgmh-table-bg-none td img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #dddddd;

}

.bgmh-table-bg-none td:nth-child(1) {
    border-right: 1px solid #ccc !important;
}


.modal-body img {
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.advisory-board .modal .bg-light,
.tab-content-image-text p {
    text-align: justify !important;
}

#admissionModal .modal-header .btn-close {
    --bs-btn-close-color: #fff !important;
    background-image: url('../images/close.png') !important;
    opacity: unset;
}



@media (min-width:320px) and (max-width:767px) {

    .app-header {
        display: none;
    }

    .app-sm-header {
        display: block;
    }

    .app-sm-header .menu-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }

    .app-sm-header .menu img {
        filter: invert();
        width: 30px;
    }

    .menu-logo .logo {
        width: 150px;
    }

    .offcanvas-body ul li a {
        color: #2d3663;
        font-weight: 500;
    }

    .offcanvas-body ul li.appointment {
        margin-top: 9px !important;
    }

    .offcanvas-body ul li.appointment a {
        color: #FFF;
    }

    .app-banner-wrapper-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .app-banner-wrapper-content h2 {
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 10px;
        width: auto;
    }

    .app-banner-wrapper-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .free-consultation {
        margin-top: 15px;
    }

    .free-consultation-list {
        flex-wrap: wrap;
    }

    .free-consultation-main {
        margin-top: 15px;
    }

    .free_list {
        margin-top: 15px;
    }

    .banner-image img {
        width: 100%;
        height: auto;
    }

    .appointment_mobile {
        padding-bottom: 0;
    }

    .admissio-corner-content {
        display: flex;
        flex-direction: column;
    }

    .academics-info {
        display: flex;
        margin-top: 20px;
    }

    .quality-healthcare-closer {
        margin: 40px 0px;
    }

    .quality-healthcare-closer-content {
        margin-top: 20px;
    }

    .quality-healthcare-closer-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .out-patients-bg {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    .out-patients-content_1 {
        padding-top: 30px;
        border-top: 1px solid #e4e4e9;
        border-left: unset;
        padding-left: 0;
        margin-top: 30px;
    }

    .our-comprehensive-medical-services {
        margin: 30px 0px;
    }

    .our-comprehensive-title h2,
    .our-comprehensive-departments-title h2,
    .recent-articles-title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .our-comprehensive-title p,
    .our-comprehensive-departments-title p,
    .recent-articles-title p {
        width: auto;
    }

    .medical-services-main {
        margin-top: 20px;
    }

    .medical-services-content h3 {
        min-height: 0;
        margin-bottom: 10px;
    }

    .last_services-box {
        margin-bottom: 0 !important;
    }

    .general-medicine-box-content p {
        min-height: unset;
        margin-bottom: 40px;
    }

    .happy-clients {
        margin-top: 30px;
        padding: 30px 0px;
    }

    .happy-clients-title h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .owl-carousel .owl-item .happy-clients-box .client-image {
        top: -60px;
        left: 0;
    }

    .owl-carousel .owl-item .happy-clients-box .client-image img {
        width: 80px !important;
        height: 80px !important;
    }

    .happy-clients-box {
        padding: 30px 20px;
    }

    .recent-articles {
        margin: 40px 0px;
    }

    .recent-articles-main {
        display: flex;
        flex-direction: column;
    }

    .recent-articles-content a,
    .recent-articles-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .recent-articles-content_1 {
        margin: 20px 0px 0px 0px;
    }

    .keep-up-to-date {
        padding: 40px 0px;
    }

    .keep-up-to-date-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .main-form .fname .form-control {
        width: 100%;
    }

    .keep-up-to-date-image {
        margin-top: 10px;
    }

    .keep-up-to-date-image img {
        margin-top: 20px;
        width: 100%;
        height: 100%;
    }

    .admission-corner {
        padding: 30px 0px;
    }

    .quick-links_2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sub-footer-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sub-footer-content p {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .footer-logo p {
        margin-bottom: 20px;
    }

    .quick-links {
        margin-top: 20px;
    }

    .footer-logo h4,
    .quick-links h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about-rrimsg {
        margin: 40px 0px;
    }

    .rrimsg-content {
        margin-top: 20px;
    }

    .rrimsg-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .award-winning-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .award-winning-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .award-winning-content p {
        width: auto;
        text-align: left;
    }

    .what-we-offer {
        margin: 40px 0px;
    }

    .what-we-oofer-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .what-we-oofer-title p {
        text-align: center;
    }

    .outstanding-services h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .outstanding-services p {
        min-height: 0;
        margin-bottom: 30px;
    }

    .outstanding-services-box {
        margin-top: 20px;
    }

    .we-specialize-in {
        margin: 30px 0px;
    }

    .we-specialize-in-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .we-specialize-chart {
        margin-top: 20px;
    }

    .we-specialize-chart h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .advanced-equipment {
        padding: 30px 0px;
    }

    .advanced-equipment-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .advanced-equipment-list {
        display: flex;
        flex-direction: column;
        margin: 20px 0px 0px 0px;
    }

    .advanced-equipment-item_1 {
        margin: 20px 0px 0px 0px;
    }

    .advanaced-equipemnt-image {
        margin-top: 20px;
    }

    .let-us-connect {
        margin: 40px 0px;
    }

    .let-us-connect-content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .contact-link {
        margin: 20px 0px;
    }

    .reach-out-us-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .reach-out-us-title {
        margin-bottom: 20px;
    }

    .map_frame {
        width: 100%;
    }

    .about-us-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .raja-rajeshwari-medical-sciences-girls-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .raja-rajeshwari-medical-sciences-girls-content .logo img {
        width: 160px;
    }

    .mission-vission-content {
        display: flex;
        flex-direction: column;
    }

    .mission-vision_lg {
        display: none;
    }

    .mission-vission-content-mb {
        display: block !important;
    }

    .mission-vission-content-mb .mission_1 img {
        width: 100%;
        margin-bottom: 10px;
    }

    .mission-vission-content-mb .mission_1 .text h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0px 0px 5px 0px;
    }

    .mission-vission-content-mb .mission_1 .text p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        font-family: "Lora", serif;
    }

    .bgmh {
        margin: 30px 0px;
    }

    .bgmh-title h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }

    .bgmh-table {
        margin-top: 20px;
    }

    .about-general-medical-hyd {
        margin-bottom: 40px;
    }

    .about-general-medical-hyd-title h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0px 0px 10px 0px;
    }

    .meets-compassion_1 .recent-articles-content {
        width: 100%;
    }

    .major-general-surgries-content {
        margin-bottom: 20px;
    }

    .major-general-surgries-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .major-general-surgries-content-list ul li {
        list-style: none;
    }

    .meets-compassion_1 .recent-articles-content.technology_used i {
        font-size: 30px;
    }

    .sugert-hyd-title h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .sugert-hyd-title p {
        text-align: center;
    }

    .sugery-hyd-accordion .accordion-button {
        font-size: 18px;
        line-height: 26px;
    }

    .bgsh-contact-us {
        padding: 40px 0px;
        margin-bottom: 15px;
    }

    .bgsh-contact-us-title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .bgsh-contactus-form .forms {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .bgsh-contactus-form .form {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .state-art {
        margin: 20px 0px;
    }

    .state-art .major-general-surgries-content h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .state-art .major-general-surgries-content {
        margin-bottom: 10px;
    }

    .sugery-hyd-accordion {
        margin-top: 10px;
    }

    .major-general-surgries-content p {
        margin: 0;
        text-align: center;
    }

    .happy-clients_1 {
        margin: 30px 0px;
    }

    .happy-clients_1 .happy-clients-title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .happy-clients_1 .happy-clients-title {
        margin-bottom: 20px;
    }

    .major-general-surgries-content-list h4 {
        margin-top: 20px;
    }

    .expertise-treatment {
        margin-top: 30px;
    }

    .expertise-title h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }

    .expertise-content {
        margin-top: 0px;
    }

    .find-us-here {
        margin-top: 10px;
    }

    .find-us-here-content {
        margin-top: 10px;
    }

    .find-us-here-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .general-medicine-box-content h3 {
        min-height: 0;
    }

    .our-comprehensive-departments_main .last_services-box_1 {
        margin-bottom: 25px;
    }

    .main_expertise-content_1 {
        margin-bottom: 20px;
    }

    .meets-compassion_1 .buliding_advanced .recent-articles-content {
        height: 100%;
        padding-top: 40px;
    }

    .meets-compassion_1 .buliding_advanced .recent-articles-content h3 {
        min-height: 0px;
        margin: 0 0 10px 0;
    }

    .meets-compassion_1 .buliding_advanced .recent-articles-content p {
        min-height: 0px;
    }

    .advanced_diagnostic .recent-articles-content {
        margin-left: 0px;
        margin-top: 20px;
    }

    .advanced_diagnostic .recent-articles-content:nth-child(1) {
        margin-left: 0px;
        margin-top: 0;
    }

    .main-board-certified .recent-articles-content {
        height: 100%;
        padding-top: 30px;
    }

    .main-board-certified .recent-articles-content h3 {
        min-height: 0px;
    }

    .main-board-certified .recent-articles-content p {
        min-height: 0px;
    }

    .communication-styles .recent-articles-content {
        height: 100%;
    }

    .communication-styles .recent-articles-content p {
        min-height: 0px;
    }

    .childs-vaccine-content img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .childs-vaccine-content h2 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        color: #2d3663;
        margin: 0px 0px 10px 0px;
    }

    .childs-vaccine-content p {
        font-family: "Lora", serif;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        margin: 0px 0px 10px 0px !important;
        color: #151515 !important;
    }

    .childs-vaccines-mini {
        display: flex;
        align-items: center;
        margin: 20px 0px;
    }

    .childs-vaccines-mini-image img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

    .childs-vaccines-mini-content {
        margin-left: 20px;
    }

    .childs-vaccines-mini-content a {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        color: #2d3663;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .childs-vaccines-mini-content a:hover {
        color: #006BA6;
    }

    .childs-vaccine-content p {
        font-family: "Lora", serif;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        margin: 0;
        color: #006BA6;
    }

    .childs-vaccine-main {
        display: flex;
        flex-direction: column;
    }

    .dynamic_count {
        padding: 50px 0px;
    }

    .dynamic_count ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 50px 20px;
    }

    .clinical-material-image img {
        width: 50px;
        height: 50px;
    }

    .app-banner-wrapper-content h4 {
        /* position: unset;
   transform: unset; */
        font-size: 26px;
        white-space: nowrap;
        transform: translate(-40%, 0%);
    }

    .quick-links_2 ul {
        margin-left: 0 !important;
    }

    .leadership-list {
        flex-direction: column;
        gap: 0px;
    }

    .leadership-list a {
        width: 100%;
        height: 100%;
        border-right: unset;
        border-bottom: 1px solid #e4e4e9;
        padding: 30px 0px;
        align-items: center;
    }

    .leadership-list a:last-child {
        border-bottom: unset;
    }

    .main-news-blogs .recent-articles-content {
        width: 100%;
    }

    .recent-articles-button {
        margin-top: 20px;
    }

    .medical-camp-image {
        margin-bottom: 20px;
    }

    .leadership-tabs .tab-content {
        max-width: 100%;
    }

    .tab-content-image {
        flex-direction: column;
    }

    .tab-content-image-content {
        width: 100%;
    }

    .tab-content-image-text {
        width: 100%;
        text-align: justify;
    }

    .campus-pictures a {
        max-width: 400px;
    }

    .campus-pictures .col-md-6.col-lg-4 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .advanced-equipment-content .learn-more {
        margin-bottom: 20px;
    }

    .childs-vaccine-content h4 {
        font-size: 18px;
    }

    .campus-pictures-hospital-pictures {
        margin-top: 30px !important;
    }

    .campus-pictures-hospital-pictures .col-md-6 {
        margin-bottom: 20px;
    }

    .app-banner .button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0px;
        top: -50px;
        z-index: 999;
    }

    .events .events-images a {
        height: 250px;
    }

    .events .campus-pictures.events-images {
        margin-top: 20px;
    }

    .new-images-sm .campus-pictures a {
        height: 250px;
    }

    .outstanding-services-box .md-mb-none {
        margin-bottom: 24px !important;
    }

    .advanaced-equipemnt-image {
        margin-top: 0;
    }

    .app-banner .button-container img {
        width: 90px;
    }

    .clinical-material {
        padding: 20px 0px;
    }

    .let-us-connect-content p {
        width: 220px;
    }

    .let-us-connect-content ul li {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

}

@media (min-width:320px) and (max-width:499px) {
    .childs-vaccine-content img {
        height: 260px;
    }

    .our-news .recent-articles-content .image-container {
        height: 230px;
    }

    .our-news.our-news-1 .recent-articles-content .image-container {
        height: 250px;
    }
}

@media (min-width:500px) and (max-width:767px) {
    .childs-vaccine-content img {
        height: 330px;
    }

    .our-news .recent-articles-content .image-container {
        height: 280px;
    }

    .our-news.our-news-1 .recent-articles-content .image-container {
        height: 320px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .app-header {
        display: none;
    }

    .app-sm-header {
        display: block;
    }

    .app-sm-header .menu-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }

    .app-sm-header .menu img {
        filter: invert();
        width: 30px;
    }

    .menu-logo .logo {
        width: 150px;
    }

    .offcanvas-body ul li a {
        color: #2d3663;
        font-weight: 500;
    }

    .offcanvas-body ul li.appointment {
        margin-top: 9px !important;
    }

    .offcanvas-body ul li.appointment a {
        color: #FFF;
    }

    .app-banner-wrapper-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .app-banner-wrapper-content h2 {
        font-size: 22px;
        line-height: 140%;
        margin-bottom: 10px;
        width: auto;
    }

    .app-banner-wrapper-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .free-consultation {
        margin-top: 15px;
    }

    .free-consultation-list {
        flex-wrap: wrap;
    }

    .free-consultation-main {
        margin-top: 15px;
    }

    .free_list {
        margin-top: 15px;
    }

    .banner-image img {
        width: 100%;
        height: 500px;
    }

    .appointment_mobile {
        padding-bottom: 40px;
    }

    .admissio-corner-content {
        display: flex;
    }

    .academics-info {
        display: flex;

    }

    .quality-healthcare-closer {
        margin: 40px 0px;
    }

    .quality-healthcare-closer-content {
        margin-top: 20px;
    }

    .quality-healthcare-closer-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .out-patients-content_1 {
        padding-left: 20px;
        margin-left: 20px;
    }

    .out-patients-content h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .about-out-patients .out-patients-content h3 {
        font-size: 31px;
        line-height: 39px;
    }

    .out-patients-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .last_services-box {
        margin-bottom: 20px !important;
    }

    .last_services-box_1 {
        margin-bottom: 25px;
    }

    .our-comprehensive-medical-services {
        margin: 30px 0px;
    }

    .our-comprehensive-title h2,
    .our-comprehensive-departments-title h2,
    .recent-articles-title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .our-comprehensive-title p,
    .our-comprehensive-departments-title p,
    .recent-articles-title p {
        width: auto;
    }

    .medical-services-main {
        margin-top: 20px;
    }

    .medical-services-content h3 {
        min-height: 0;
        margin-bottom: 10px;
    }

    /* .general-medicine-box-content p{
    min-height: unset;
    margin-bottom: 40px;
} */
    .happy-clients {
        margin-top: 30px;
        padding: 30px 0px;
    }

    .happy-clients-title h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .owl-carousel .owl-item .happy-clients-box .client-image {
        top: -60px;
        left: 0;
    }

    .owl-carousel .owl-item .happy-clients-box .client-image img {
        width: 80px !important;
        height: 80px !important;
    }

    .happy-clients-box {
        padding: 30px 20px;
    }

    .recent-articles {
        margin: 40px 0px;
    }

    .recent-articles-main {
        display: flex;
    }

    .recent-articles-content a,
    .recent-articles-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .recent-articles-content_1 {
        margin: 0px 0px 0px 20px;
    }

    .keep-up-to-date {
        padding: 40px 0px;
    }

    .keep-up-to-date-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .main-form .fname .form-control {
        width: 100%;
    }

    .keep-up-to-date-image {
        margin-top: 10px;
    }

    .keep-up-to-date-image img {
        margin-top: 20px;
        width: 100%;
        height: 100%;
    }

    .admission-corner {
        padding: 30px 0px;
    }

    /* .quick-links_2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
} */

    .footer-logo {
        margin-bottom: 10px;
    }

    .footer-logo p {
        margin-bottom: 20px;
    }

    .quick-links {
        margin-top: 20px;
    }

    .footer-logo h4,
    .quick-links h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about-rrimsg {
        margin: 40px 0px;
    }

    .rrimsg-content {
        margin-top: 20px;
    }

    .rrimsg-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .award-winning-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .award-winning-content p {
        width: auto;
        text-align: left;
    }

    .what-we-offer {
        margin: 40px 0px;
    }

    .what-we-oofer-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .what-we-oofer-title p {
        text-align: center;
    }

    .outstanding-services h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .outstanding-services p {
        min-height: 0;
        margin-bottom: 30px;
    }

    .outstanding-services-box {
        margin-top: 20px;
    }

    .we-specialize-in {
        margin: 30px 0px;
    }

    .we-specialize-in-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .we-specialize-chart {
        margin-top: 20px;
    }

    .we-specialize-chart h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .advanced-equipment {
        padding: 30px 0px;
    }

    .advanced-equipment-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    /* .advanced-equipment-list{
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px 0px;
} */
    .advanced-equipment-item_1 {
        margin: 20px 0px 0px 0px;
    }

    .advanaced-equipemnt-image {
        margin-top: 20px;
    }

    .let-us-connect {
        margin: 40px 0px;
    }

    .let-us-connect-content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .contact-link {
        margin: 20px 0px;
    }

    .reach-out-us-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .reach-out-us-title {
        margin-bottom: 20px;
    }

    .map_frame {
        width: 100%;
    }

    .about-us-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .raja-rajeshwari-medical-sciences-girls-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .raja-rajeshwari-medical-sciences-girls-content .logo img {
        width: 160px;
    }

    .mission-vission-content {
        display: flex;
        flex-direction: column;
    }

    .mission-vision_lg {
        display: none;
    }

    .mission-vission-content-mb {
        display: block !important;
    }

    .mission-vission-content-mb .mission_1 img {
        width: 100%;
        margin-bottom: 10px;
    }

    .mission-vission-content-mb .mission_1 .text h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0px 0px 5px 0px;
    }

    .mission-vission-content-mb .mission_1 .text p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        font-family: "Lora", serif;
    }

    .bgmh {
        margin: 30px 0px;
    }

    .bgmh-title h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }

    .bgmh-table {
        margin-top: 20px;
    }

    .about-general-medical-hyd {
        margin-bottom: 40px;
    }

    .about-general-medical-hyd-title h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0px 0px 10px 0px;
    }

    .meets-compassion_1 .recent-articles-content {
        width: 100%;
    }

    .major-general-surgries-content {
        margin-bottom: 20px;
    }

    .major-general-surgries-content h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .major-general-surgries-content-list ul li {
        list-style: none;
    }

    .meets-compassion_1 .recent-articles-content.technology_used i {
        font-size: 30px;
    }

    .sugert-hyd-title h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .sugert-hyd-title p {
        text-align: center;
    }

    .sugery-hyd-accordion .accordion-button {
        font-size: 18px;
        line-height: 26px;
    }

    .bgsh-contact-us {
        padding: 40px 0px;
        margin-bottom: 40px;
    }

    .bgsh-contact-us-title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .bgsh-contactus-form .forms {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .bgsh-contactus-form .form {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .state-art {
        margin: 50px 0px 30px 0px;
    }

    .state-art .major-general-surgries-content h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .state-art .major-general-surgries-content {
        margin-bottom: 10px;
    }

    .sugery-hyd-accordion {
        margin-top: 10px;
    }

    .major-general-surgries-content p {
        margin: 0;
        text-align: center;
    }

    .happy-clients_1 {
        margin: 30px 0px;
    }

    .happy-clients_1 .happy-clients-title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .happy-clients_1 .happy-clients-title {
        margin-bottom: 20px;
    }

    .meets-compassion_1 .recent-articles-main {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .meets-compassion_1 .recent-articles-main .recent-articles-content {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }

    .major-general-surgries-content-list ul {
        margin-top: 10px;
    }

    .meets-compassion_1 .doctor_guide {
        margin-bottom: 20px !important;
    }

    .main_technology_used {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: row !important;
    }

    .technology_used {
        width: 48% !important;
    }

    .main_technology_used .recent-articles-content_1 {
        margin-left: 20px !important;
    }

    .main_technology_used .recent-articles-content_2 {
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    .expertise-treatment {
        margin-top: 30px;
    }

    .expertise-title h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }

    .expertise-content {
        margin-top: 30px;
    }

    .expertise-content_1 {
        margin-top: 20px !important;
    }

    .find-us-here {
        margin-top: 10px;
    }

    .find-us-here-content {
        margin-top: 10px;
    }

    .find-us-here-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .beyond_healthcare_1 {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        margin-top: 30px !important;
    }

    .beyond_healthcare_1 .recent-articles-content_1 {
        margin-left: 15px !important;
    }

    .happy-clients_2 .testimonial-box p {
        min-height: 300px;
    }

    .find-us-here-content,
    .get-no {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .find-us-here-content h3 {
        text-align: left;
    }

    .find-us-here-content p {
        text-align: left;
    }

    .find-us-here-content_1 {
        margin-top: 20px;
    }

    .bgsh-contact-us_1 {
        margin-bottom: 0;
    }

    .general-medicine-box-content h3 {
        min-height: 0;
    }

    .meets-compassion_1 .buliding_advanced .recent-articles-content {
        height: 100%;
        padding-top: 40px;
    }

    .meets-compassion_1 .buliding_advanced .recent-articles-content h3 {
        min-height: 65px;
        margin: 0 0 0px 0;
    }

    .meets-compassion_1 .buliding_advanced .recent-articles-content p {
        min-height: 220px;
    }

    .advanced_diagnostic .recent-articles-main {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between;
    }

    .advanced_diagnostic .recent-articles-content {
        margin-left: 0px;
        margin-top: 0px;
        width: 49% !important;
    }

    .advanced_diagnostic .recent-articles-content:nth-child(1) {
        margin-left: 0px;
        margin-top: 0;
    }

    .main-board-certified {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between;
    }

    .main-board-certified .recent-articles-content {
        height: 100%;
        padding-top: 30px;
        width: 49% !important;
    }

    .main-board-certified .recent-articles-content h3 {
        min-height: 0px;
    }

    .main-board-certified .recent-articles-content p {
        min-height: 380px;
    }

    .communication-styles {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        margin-top: 40px !important;
    }

    .communication-styles .recent-articles-content:nth-child(3) {
        margin-top: 20px !important;
    }

    .communication-styles .recent-articles-content {
        height: 100%;
        padding-top: 50px;
        width: 48% !important;
    }

    .communication-styles .recent-articles-content p {
        min-height: 400px;
    }

    .dynamic_count {
        padding: 50px 0px;
    }

    .dynamic_count ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 50px 20px;
    }

    .clinical-material-image img {
        width: 50px;
        height: 50px;
    }

    .app-banner-wrapper-content h4 {
        /* position: unset;
   transform: unset; */
        font-size: 26px;
        white-space: nowrap;
        transform: translate(-30%, 0%);
    }

    .app-banner-wrapper-content h2 {
        margin-top: 20px;
    }

    .leadership-list {
        gap: 0px;
    }

    .leadership-list a:last-child {
        border-bottom: unset;
    }

    .our-news .recent-articles-content .image-container {
        height: 250px;
    }

    .main-news-blogs .recent-articles-content {
        width: 100%;
    }

    .recent-articles-button {
        margin-top: 20px;
    }

    .medical-camp-image {
        margin-bottom: 20px;
    }

    .leadership-tabs .tab-content {
        max-width: 100%;
    }

    .tab-content-image {
        flex-direction: column;
        gap: 15px;
    }

    .tab-content-image-content {
        width: 100%;
    }

    .tab-content-image-text {
        width: 100%;
        text-align: justify;
    }

    .advanced-equipment .advanced-equipment-list {
        gap: 30px;
    }

    .advanced-equipment-content .learn-more {
        margin-bottom: 20px;
    }

    .childs-vaccine-content img {
        height: 450px;
    }

    .campus-pictures a {
        height: 450px;
    }

    .events-images a {
        height: 250px;
    }

    .our-news .recent-articles-content .image-container {
        height: 230px;
    }

    /* .main-news-blogs .recent-articles-main{
    max-width: 100% !important;
} */
    .campus-pictures-hospital-pictures {
        margin-top: 30px !important;
    }

    .campus-pictures-hospital-pictures .col-md-6 {
        margin-bottom: 20px;
    }

    .new-images-sm .campus-pictures a {
        height: 230px;
    }

    .advanaced-equipemnt-image {
        margin-top: 0;
    }

    .outstanding-services-box .md-mb-none {
        margin-bottom: 24px !important;
    }

    .app-banner .button-container {
        right: -20px;
    }

    .our-news.our-news-1 .recent-articles-content .image-container {
        height: 230px;
    }
}


@media (min-width:992px) and (max-width:1199px) {
    .app-header .logo {
        width: 80px;
    }

    .app-header .nav-item .nav-link {
        font-size: 10px !important;
    }

    .mission-vision .mission:hover .overlay {
        height: 100%;
    }

    .communication-styles .recent-articles-content h3 {
        min-height: 60px;
    }

    .communication-styles .recent-articles-content p {
        min-height: 400px;
    }

    .about-out-patients .out-patients-content h3 {
        font-size: 31px;
        line-height: 39px;
    }

    .about-out-patients .out-patients-content_1 {
        padding-left: 30px;
    }

    .app-header .nav-item .nav-link {
        font-size: 14px;
    }

    .logo-new {
        width: 90px !important;
    }

    .our-news .recent-articles-content .image-container {
        height: 250px;
    }

    .app-banner .button-container img {
        width: 90px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .mission-vision .mission:hover .overlay {
        height: 80%;
    }

    .about-out-patients .out-patients-content h3 {
        font-size: 31px;
        line-height: 39px;
    }

    .about-out-patients .out-patients-content_1 {
        padding-left: 30px;
    }

    .main-news-blogs {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    /* .main-news-blogs .recent-articles-main{
    max-width: 90%;
} */
    .app-header .nav-item .nav-link {
        font-size: 14px !important;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    .app-header .nav-item .nav-link {
        font-size: 16px !important;
    }
}

@media screen and (min-width:1400px) {
    .general-medicine-box-content h3 {
        min-height: 0px;
    }

    .main-board-certified .recent-articles-content h3 {
        min-height: 0px;
    }

    .main-board-certified .recent-articles-content p {
        min-height: 290px;
    }

    .happy-clients_3 .testimonial-box p {
        min-height: 250px;
    }

    .main-news-blogs {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .new-images-sm .campus-pictures a {
        height: 220px;
    }

    .courses-images .medical-camp-image img {
        height: 270px !important;
    }

    .new-images-sm a {
        height: 230px !important;
    }

    .events-images a {
        height: 200px !important;
    }

    /* .main-news-blogs .recent-articles-main{
    max-width: 80%;
} */
    /* .campus-pictures a{
    height: 260px;
} */

}



    @keyframes blinker {
      50% {
        opacity: 0;
      }
    }

    .blinking-text {
      animation: blinker 1.5s linear infinite;
    }
	
/* ================================
   FOOTER SOCIAL ICONS
================================ */

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 25px 0 20px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social svg {
    width: 19px;
    height: 19px;
    fill: #ffffff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.footer-social a:hover svg {
    fill: #2d3663;
}


/* Mobile */
@media (max-width: 767px) {

    .footer-social {
        gap: 10px;
        margin: 20px 0 15px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
    }

    .footer-social svg {
        width: 17px;
        height: 17px;
    }

}	
	
/* Mobile & Tablet */
@media (max-width: 991px) {
    .app-banner-wrapper-content h4 {
        top: 2%;
		left: 45%;
    }
	.app-banner-wrapper-content {
        margin-top: 30px;
    }
}