.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1250px;
}

/* topbar css  */
.topbar {
    background: #181d75;
    padding: 8px 0;
}

.topinfo a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.topinfo i {
    color: #fff;
    margin-right: 5px;
}

.topinfo {
    column-gap: 20px;
}

.topbar h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.socialicons li a {
    text-decoration: none;
}

.socialicons i {
    color: #fff;
}

.socialicons {
    column-gap: 8px;
}

.socialicons {
    border-left: 1px solid #fff;
}

/* menus section  */
.menus ul li img {
    width: 35px !important;
    margin: 0 auto 6px;
    display: block;
}

.menus ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.menus ul {
    column-gap: 22px;
}

.menus {
    padding: 8px 0;
}

.menubars {
    background: #e4ffff;
    padding: 12px 0;
}

.menubars ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.menubars ul {
    column-gap: 70px;
}

/* banner sectipon  */

.banner-desc {
    position: absolute;
    top: 50%;
    width: 50%;
}

.banner-desc h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 55px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #755e01;
}

.bannerimage img {
    height: 565px;
    object-fit: cover;
}

.banner-desc h4 {
    font-weight: 600;
    font-size: 26px;
}

.bannerbtns a {
    text-decoration: none;
    background: #181d75;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    margin-top: 8px;
    display: inline-block;
}

.bannerbtns .contact {
    background: unset;
    color: #000;
    border: 2px solid #181d75;
    margin-left: 10px;
}


.section-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 350px;
    display: flex;
    flex-direction: column;
}

.section-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #1e3a8a;
    margin: 8px auto 0;
}

.card-hm2-hdng::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #344b8d;
}

.btn-outline-success {
    border-radius: 3px;
    padding: 2px 10px;
    font-size: 0.85rem;
}

.hm-sec1-ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.sub-item {
    margin-left: 20px;
    font-size: 0.95rem;
}


/* section three */
.icon-box {
    background-color: #fff3e6;
    padding: 2rem 1rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: 0.3s ease;
    height: 100%;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2e8b57;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-box h6 {
    margin-top: 2rem;
    font-weight: 700;
}

.icon-preach {
    background-color: #0f6b5e;
}

.icon-practice {
    background-color: #6a0dad;
}

.icon-prescribe {
    background-color: #8b0000;
}
/*
.vision-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #0e0c32;
    z-index: 0;
}
*/
.vision-section {
    /* background: rgba(0, 0, 0, 0.7); */
    color: white;
    padding: 40px 20px;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    /* background-image: url('images/vission-bg.jpeg'); */
    background-image: url("../images/mision-vision-bg.png");
    background-size: cover;
    background-position: center;
}

.vision-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
}

.vision-section h2 {
    font-weight: 700;
}

.vision-section>.position-relative {
    z-index: 2;
}

.vision-section p.lead {
    font-weight: 300;
    letter-spacing: 2px;
}

.vision-card {
    /* background-color: rgba(255, 255, 255, 0.05); */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.border-rt-btm {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.border-rt {
    border-right: 1px solid #fff;
}

.border-tp {
    border-top: 1px solid #fff;
}

.vision-card:hover {
    /* background-color: rgba(255, 255, 255, 0.1); */
    transform: translateY(-5px);
}

.vision-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.p-Zero {
    padding-left: 0;
    padding-right: 0;
}

.registration-section-wrap {
    max-width: 1000px;
    /* margin: 60px auto; */
    border: 1px solid #006400;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.form-left {
    background-color: #006400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-left img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.form-right {
    padding: 40px 30px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #006400;
}

.btn-custom a {
    background-color: #0d1c8b;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    transition: all .1s ease-in;
}

.btn-custom a:hover {
    background-color: #030d5e;
    color: #d4d4d4;
}

@media screen and (max-width:992px){
	.socialicons {
    border-left: none;
}
}

@media (max-width: 768px) {
    .form-left {
        padding: 30px 15px;
    }

    .form-right {
        padding: 30px 15px;
    }
}

.card {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    background-color: #121212;
    color: #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.25);
}

.card-img-top {
    object-fit: cover;
    height: 270px;
}

.badge-travel {
    background-color: #ffb74d;
    color: #3b2200;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 0.25em 0.6em;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    user-select: none;
}

.card-date {
    font-size: 0.8rem;
    color: #aaa;
    margin-left: 0.5rem;
    font-weight: 500;
}

.card-text {
    font-size: 0.9rem;
    line-height: 1.3;
}

.read-more {
    font-size: 0.85rem;
    color: #3399ff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}

.read-more:hover {
    text-decoration: underline;
}

.read-more svg {
    margin-left: 0.25rem;
    width: 14px;
    height: 14px;
    stroke: #3399ff;
}

.btn-viewall {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn-viewall button {
    border-radius: 50px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-weight: 600;
    background-color: transparent;
    border: 2px solid #3399ff;
    color: #3399ff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-viewall button:hover {
    background-color: #3399ff;
    color: #fff;
}

.blog-contaent-bx {
    height: fit-content;
    text-align: left;
    transform: translateY(65%);
}


/* doctors section  */

.about-doctors {
    background: #0d1c8b12;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #0d1c8b26;
    text-align: center;
}
.about-doctors img {
    height: 290px;
    object-fit: cover;
    border-radius: 10px;
}
.doctr-info h2 {
    font-size: 25px;
}
.doctr-info p {
color: #030d5e;
}

/* gap maintain css  */

.box-container-wrap {
    padding: 60px 0;
}
.organic {
    margin-bottom: 60px;
}
.vision-container {
    margin-top: 60px;
}
section.registration-section {
    margin-top: 60px;
}
.container.doctors {
    padding: 60px 0 30px;
}
.topdoctors {
    margin-bottom: 50px !important;
}



/* footer section  */

footer {
    background-color: #36363a;
    padding: 50px 0px 1px 0px;
    margin-top: 60px;
}
.logo img {
    width: 260px !important;
    margin-bottom: 10px;
}
.logo h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px  0;
}
.logo p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
footer ul li {
 margin-bottom: 15px;
}
footer ul li i{
    color: #fff;
}
.ftrcontacts i {
    margin-right: 8px;
}
footer h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}
.quicklinked{
    padding-left: 7rem;
}



@media screen and (max-width:1025px){
	.topbar {
		padding: 8px 20px;
	}
	.menus {
		padding: 8px 20px;
	}
	.banner-desc {
		top: 72%;
		left: 4%;
	}
	.box-container-wrap {
		padding: 30px 20px;
	}
	.organic {
		margin-bottom: 0;
		padding: 30px;
	}
	.new-era {
		padding: 30px;
	}
	.daily-articles {
		padding: 30px;
	}
	.vision-container {
		margin-top: 0;
		padding: 0;
	}
	section.registration-section {
		margin-top: 0;
		padding: 30px;
	}
	.container.doctors {
		padding: 30px;
	}
	.topdoctors {
		padding: 20px 30px;
	}
	footer {
		padding: 20px;
		margin-top: 0;
	}
}

@media screen and (max-width:992px){
	.banner-desc {
		top: 62%;
	}
	.quicklinked {
		padding-left: 15px;
	}
}

@media screen and (max-width:769px){
	.bannerimage img {
		height: 400px;
	}
	.banner-desc {
		top: 55%;
		width: 60%;
	}
	.banner-desc h4 {
		font-size: 22px;
	}
	.banner-desc h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.titel {
		font-size: 30px;
	}
}

@media screen and (max-width:576px){
	.banner-desc {
		top: 52%;
		width: 80%;
		left: 10%;
		text-align: center;
	}
	.bannerimage img {
		height: 470px;
		object-position: left;
	}
	.banner-desc h2 {
		font-size: 26px;
		line-height: 36px;
	}
	
	.box-container-wrap {
		padding: 20px 0;
	}
	
	.three-featured-box {
		row-gap: 40px;
	}
	.organic {
		margin-bottom: 0;
		padding: 20px;
	}
	.new-era {
		padding: 20px;
	}
	.daily-articles {
		padding: 20px;
	}
	.registration-section-wrap {
		flex-wrap: wrap;
	}
	.form-left {
		padding: 0;
	}
	.new-era .row {
		--bs-gutter-x: 0;
	}
	.border-rt-btm {
		border-bottom: none;
		border-right: none;
	}

	.border-rt {
		border-right: none;
	}

	.border-tp {
		border-top: none;
	}
	.mx-5 {
		margin-right: 20px!important;
		margin-left: 20px!important;
	}
	.quicklinked {
		padding-left: 12px;
	}
	.daily-articles .row {
		--bs-gutter-x: 0;
	}
	.home-hero-content h2 {
		font-size: 26px!important;
		line-height: 30px!important;
	}
	.topdoctors {
		margin-bottom: 0px !important;
	}
}