@charset "utf-8";
/***** Design By Manjeet 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "DM Sans", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

p {
    font-family: "DM Sans", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/
.top-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-emg-no i {
    color: #ed1b23;
}

.top-emg-no p {
    margin: 0px;
    margin-right: 15px;
    font-weight: 600;
}

.top-location {
    border: 1px solid#ccc;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 8px 5px;
    font-size: 14px;
    margin: 0px 10px;

}


.top-location p {
    margin: 0px;
}

.book-top a {
    color: #fff;
    padding: 8px 18px 10px;
    border-radius: 5px;
    background-color: #ed1b23;
    transition: 0.6s linear;
	display: block;
	text-align:center;
	margin-left: 10px;
}

.book-top a:hover {
    background-color: #2c2c96;

}



/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 15px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 10px 11px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    transition: .6s linear;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
}

.headerf-0flex li a:hover {
    color: #dcdfe0;
}

.header {
    display: flex;
    align-items: center;

}

header {
    background-color: #2c2c96;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .2s;
}
#appointment {
  scroll-margin-top: 80px;
}
.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 220px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #2c2c96;
}

.dropdoqwn li a:hover {
    background-color: #00a1ff;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;

}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}


.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #2c2c96;
    padding: 0px 100px;
}

.darkHeader .logo img {
    width: 150px;
}

.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    padding-bottom: 5px;
}


.counter-Txt {
    font-size: 46px;
    font-weight: 800;
    color: #52ae01;
    margin-right: 22px;
}

.demo1 {
    display: flex;
    align-items: center;
}

.demo1 strong {
    font-size: 20px;
    position: relative;
    top: -7px;
    line-height: 25px;
}

.group_flex {
    display: flex;
}


.indexfrom {
    margin-top: -42px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff !important;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;

}

.nav-link {
    color: #fff;
    background: #52ae01 !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
    background: #52ae01 !important;
}

.tab-content>.active {
    display: block;
    padding: 20px 50px 30px;
    border-top: none;
    background: #fff;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    border-radius: 0px 0px 6px 6px;
}

.contact-index a {
    background-color: #87ecf6;
    padding: 8px 22px 10px;
    color: #000000;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 40px;
}

.contact-index a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.6s linear;

}

/**appointment-form***/

.appointment-form {
    background: #2c2c96;
    padding: 40px 0px 40px;
}

.schedulevisit {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.schedulevisit h4 {
    font-weight: 700;
    color: white;
}

.schedulevisit p {
    margin: 0;
    padding-left: 25px;
    font-style: italic;
    font-weight: 200;
    color: white;
}

.fill-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.input-box {
    position: relative;
    flex: 1 1 180px;
}

.input-box input {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 14px;
}

.input-box i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.book-btn {
    background: #e01921;
    color: #fff;
    padding: 10px 35px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}


/**about-us***/

.about-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-text p {
    margin: 0;
    border-bottom: 2px solid #ed1b23;
    ;
    padding-bottom: 20px;
}

.about-title {
    margin: auto;
}

.about-text h1 {
    font-size: 45px;
    font-weight: 700;
    color: #2c2c96;
    padding-top: 5px;
    padding-bottom: 5px;
}


.stats-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #e81a22;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.stat-box {
    display: flex;
    flex: 1 1 200px;
}

.stat-box h2 {
    font-size: 40px;
    color: #e81a22;
    margin: 0;
    font-weight: 600;
}

.stat-box p {
    margin: 0;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}

.doctor-info {
    text-align: left;
}

.doctor-info h3 {
    color: #1a237e;
    margin: 0;
    font-weight: bold;

}

.doctor-info p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}



/**our-services-pannel***/
.our-service-pannel {
    padding: 50px 0px;
    background-color: #edf2fa;
}

.top-service {
    text-align: center;
}

.top-service p {
    margin: 0px;
}

.top-service h3 {
    margin-top: 5px;
    color: #2c2c96;
    font-weight: 500;
    font-size: 48px;
}

.service-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    margin: 40px 15px;
}

.service-box img {
    object-fit: cover;
    width: 100%;
    height: 218px;
    border-radius: 8px;
}

.service-box h3 {
    margin-top: 15px;
    font-size: 22px;
}

.service-box p {
    margin-top: 8px;
    color: #676767;
}
.tourbox{ margin-bottom:20px; border:1px solid #eee; padding:15px; border-radius:8px; text-align:center;}
.tourbox img{ width:100%; height:200px; object-fit:cover; margin-bottom:15px;}
.tourboxatag{ background:#eb1b23; padding:5px 15px;border-radius:5px; color:#fff; display:table; margin:0 auto;}
.tourboxatag:hover{ background:#253ca1; color:#fff;}
.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -5px;
    top: 200px;
    font-size: 27px;
    box-shadow: 0px 0px 8px #c9c7c7;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.owl-prev {

    width: 44px;
    height: 44px;
    position: absolute;
    left: -5px;
    top: 200px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
    box-shadow: 0px 0px 8px #c9c7c7;
}

.owl-next i {
    font-size: 30px;
}

.owl-prev i {
    font-size: 30px;
}

.viewservices {
    background: #eb1b23;
    margin: 0 auto;
    display: table;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

.viewservices:hover {
    background: #2c2c96;
    color: #fff;
}

/** Videos **/
.videogallery {
    padding: 50px 0px;
}

.videosifram {
    background: #edf2fa;
    padding: 15px;
    border-radius: 10px;
}

.videogallery h5 {
    font-size: 36px;
    color: #2c2c96;
}

.photosgallery {
    margin-top: 15px;
}

.photosgallery img {
    border-radius: 5px;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.viewgallery {
    background: #e01921;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

.viewgallery:hover {
    background: #2c2c96;
    color: #fff;
}

.videosifram iframe {
    width: 100%;
}

/** Three Heads **/
.indexthreetags {
    background: #e01921;
    padding: 50px 0px;
    color: #fff;
    text-align: center;
}

.indexthreetags h6 {
    font-size: 24px;
    padding: 15px 0px;
}

.headbox {
    padding: 0px 50px;
}

/** FAQ **/
.indexfaq {
    padding: 50px 0px;
}

.indexfaqleft strong {
    color: #ed1b23;
    font-size: 18px;
}

.indexfaqleft h5 {
    font-size: 50px;
    padding: 0px 0px 20px 0px;
}

.indexfaqbox {
    background: #2c2c96;
    border-radius: 10px;
    padding: 15px 15px 20px;
    color: #fff;
    width: 80%;
}

.indexfaqbox i {
    margin-top: -6px;
    font-size: 56px;
    float: left;
    margin-right: 15px;
}

.indexfaqbox h6 {
    font-size: 30px;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    border: none;
}

.accordion-button {
    font-weight: 700;
	font-size:20px;
}

.accordion-button:not(.collapsed) {
    color: #2c2c96;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-body {
line-height:26px;
display:grid;
}

/** Footer **/
footer {
    background: #000022;
    padding: 50px 0px;
    color: #CCCCCC;
}

.footerlinks h5 {
    color: var(--orange);
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 30px;
}

.footerlinks ul li {
    display: inline;
}

.footerlinks ul li a {
    background: #eaf1f4;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 24px;
}

.footerlinks1 strong {
    font-size: 24px;
}

.footerlinks1 span {
    height: 4px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background: var(--orange);
    margin-bottom: 16px;
}

.footerlinks1 i {
    font-size: 20px;
    width: 30px;
    margin-right: 10px;
}

.footerlinks1 ul li {
    margin-bottom: 5px;
    color: #fff;
}

.footerlinks1 ul li a {
    color: #CCCCCC;
}

.footerlinks1 ul li a:hover {
    color: #ed1b23;
}

.footerbottombg {
    background: #0e0e2f;
    text-align: center;
    padding: 15px 0px;
    color: #CCCCCC;
    font-size: 14px;
}

.footerbottombg a {
    color: #CCCCCC;
}

.footerbottombg a:hover {
    color: #CCCCCC;
}

.footerbottombg img {
    width: 20px;
}

.footermake {
    border: 1px solid #fff;
    padding: 8px 18px;
    display: table;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}

.footermake:hover {
    background: #ed1b23;
    color: #fff;
}

.footerbox {
    background: #0e0e2f;
    border: 1px solid #27274f;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px 30px;
}

.footerbox strong {
    font-size: 20px;
    font-weight: 500;
}

.footerbox i {
    font-size: 26px;
    margin-right: 10px;
}

.footerlinks1 span {
    height: 4px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background: #ed1b23;
    margin-bottom: 16px;
}





/**contact-page***/
.breadcrmbg {
    background: #F8F8F8;
    padding: 65px 0px 65px;
    text-align: center;
}

.breadcrmbg h1 {
    color: #2c2c96;
    font-weight: 500;
    padding-bottom: 5px;
}

.breadcrmbg a {
    color: #ed1b23;
}

.contact-info-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.getintouch {
    text-align: center;
    padding-bottom: 30px;
}

.getintouch p {
    margin: 0;
    color: #ed1b23;
}

.getintouch h2 {
    font-size: 40px;
    font-weight: 700;
}

.contat-card {
    background: white;
    padding: 30px;
    box-shadow: 0 8px 24px rgb(110 109 109 / 15%);
}

.address-text {
    text-align: center;
}

.address-text i {
    background: #2196f3;
    padding: 10px 16px;
    font-size: 30px;
    color: white;
    border-radius: 5px;
}

.address-text h4 {
    padding-top: 25px;
    padding-bottom: 10px;
}

.address-text p {
    margin: 0;
}


.contact-floder input {
    width: 100%;
    margin-top: 5px;
    padding: 7px;

}

.contact-floder label {
    width: 100%;
    margin-top: 20px;

}

.contact-floder textarea {
    margin-top: 18px;
}

.submit-contact {
    background-color: #2c2c96;
    color: #fff;
    padding: 12px 37px;
    border: none;
    outline: none;
    margin-top: 28px !important;
}

.submit-contact:hover {
    color: #fff;
    background-color: #2196f3;
    transition: .6s linear;
}

.map-pannel iframe {
    position: absolute;
}

.contform {
    position: relative;
    right: 0px;
    top: 0px;
    background-color: #fff;
    padding: 20px 40px;
}

iframe {
    width: 100%;
}

/**about-page***/
.indexline {
    width: 100px;
    height: 2px;
    background-color: #2c2c96;
    display: inline-block;
}

.about-titletext {
    padding-top: 5px;
}

.about-titletext h6 {
    margin-bottom: 10px;
}

.about-titletext h2 {
    margin-bottom: 10px;
    font-size: 37px;
    font-weight: 600;
    color: #2c2c96;
}

.about-doctor {
    padding-top: 5px;
}

.about-doctor span {
    font-weight: 800;
}

.about-doctor h6 {
    font-size: 25px;
    font-weight: 600;
    color: #2c2c96;
    padding-bottom: 10px;
}

.section-subtitle h5 {
    font-size: 25px;
    font-weight: 600;
    color: #2c2c96;
}

.service-item img {
    padding-right: 5px;
}

.service-item {
    padding-bottom: 10px;
}


.choose-us ul li {
    line-height: 34px;
    background: url(../images/icon-img.png) no-repeat;
    background-position: 0px 8px;
    padding-left: 30px;
}

.choose-us p {
    padding-top: 10px;
}

.choose-us h5 {
    font-size: 25px;
    font-weight: 600;
    color: #2c2c96;
    padding-bottom: 10px;
}

.visit p {
    padding-top: 10px;
}

.visit h5 {
    font-size: 25px;
    font-weight: 600;
    color: #2c2c96;
}
.detailspage{ padding:50px 0px;}
.detailspageleft img{ border-radius:10px; border:1px solid #ccc; width:100%; height:400px; object-fit:cover;}
.detailspageleft h1{ font-size:20px;}
.detailspageright{ background:#edf2fa; border:1px solid #e1e6ed; padding:20px;border-radius:10px;}
.detailspageright ul li a{ background:#fff; padding:10px 15px;border-radius:10px;border:1px solid #e1e1e1; font-size:18px; font-weight:600; display:block; margin-bottom:10px;}
.detailspageright ul li a:hover{ background:#ed1b23; color:#fff;}
.detailspageright table{ margin-top:20px; }
.detailspageright table td { line-height:24px;}
.gallerypage{ padding:50px 0px;}
.gallerypage h1{ text-align:center; font-size:24px;}

.gallerypage1 img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding:10px;
	margin-bottom:20px;
}

