/*
Theme Name: Shin-Shin Hospital
Theme URI: http://blogerhub.com/
Author: zxrajib
Author URI: 
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/

body {
  font-family: Kalpurush;
  
}
a{
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0rem;
  margin: 0;
}
.page-template-tmp_about-us, .page-template-tmp_service, .single-department, .single-service, .page-template-tmp_doctors, 
.page-template-tmp_events, .single-event, .page-template-tmp_patient_review, .tax-service_category{
  margin-top: 85px;
}
/* **************************HOME-PAGE-CSS START********************* */
/* ================== Header-Section ====================*/

.banner_img_home {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.navbar_header_sec {
  background-color: #05050566;
  position: absolute;
  width: 100%;
  z-index: 1111;
}
.nav-link {
  padding: 0rem;
}
.shin_shin_logo img {
  max-height: 65px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  font-family: system-ui;
 
}
.navbar-light .navbar-nav .nav-link:hover {
     color: rgb(35 177 77);
}
.navbar-light .navbar-nav .nav-link:focus {
  color: rgb(35 177 77);
}
.custom_dropdown {
  margin-top: 1.4rem !important;
  background-color: #05050566;
}
.custom_dropdown_item {
  color: #fff;
}
.custom_dropdown_item:hover {
  color: #212529;
  background-color: #1E4498;
}

.heading_title{
  display: inline-block;
  position: relative;
}

.heading_title::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
      background: #000000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.heading_title:hover:after {
  width: 100%;
  left: 0;
}

ul#menu-main-header-menu li.current-menu-item:after{
  width: 100%!important;
  left: 0!important;
}

.shin_shin_header_title h2 {
  margin: 1rem 0rem 1rem 0rem;
  text-align: center;
  color: #435589;
}

.shin_shin_header_title p {
  text-align: center;
}

.heading_hover{
	text-align:center;
}

.heading_hover h2{
  display: inline-block;
  position: relative;
}

.heading_hover h2::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #435589;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.heading_hover h2:hover:after {
  width: 100%;
  left: 0;
}
/* ================= NEW CSS FOR WHITE HEADER */
.fixedHeader {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}
.main_menu_header {
  	width: 100%;
	padding: 5px 0px 5px 0px;
    background-color: #c5dcffbd;
    backdrop-filter: blur(20px);

}
.top_header {
  background-color: #1b1161;
  padding: 8.5px 0;
}
.header_contact a {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 15px;
}

.icon-colors {
  color: #86bc42;
  font-size: 16px;
}
.social_div ul {
  text-align: right;
}
.social_div ul li {
  display: inline-block;
  margin-left: 10px;
}
.social_div ul li a {
  color: #ffffff;
  font-size: 15px;
}
.header_contact a:hover {
  color: #8cbd22;
}



.shin-shin-home-contant{
  position: relative;
  padding: 10px 0px;
}
/* .hospital_video {
  height: calc(100vh - 171px);
  overflow-y: hidden;
  margin-top: 100px;
} */
.demohospital_video {
     overflow-y: hidden;
    margin-top: 85px;
    position: relative;
    background-image: url(https://shinshinhospital.com/wp-content/uploads/2024/02/plastic-surgery.jpg);
    height: 100%;
    background-size: cover;
    object-fit: cover;
    }
    
    #videobg{
        width: 100%;
        object-fit: contain;
        height: 50rem;
        margin-bottom: -7px;
    }
.custom_modal, .contact_modal{
	overflow:unset;
}
.contact_form_control2{
	height:30px;
}
.menu_logo {
  max-height: 140px;
  margin-top: 0px;
}
.main_logo_menu {
  position: absolute;
  top: 70%;
  display: flex;
}
.menu_dropdown_list {
  left: 27px;
  margin-top: 23px;
}
.menu_body{
    background-color: #2125296e;
    padding: 5px 5px 5px 8px;
    border-radius: 5px;
    box-shadow: rgb(249 241 241 / 58%) -1px -1px 0px 1px; 
}
.menu_body h5{
  color: #fff;
}
.custom_dropdown_btn{
  background-color: #ffffffb8;
  color: #000000;
  width: 91%;
  font-weight: 600;
}
.custom_dropdown_btn:hover, .custom_dropdown_btn:focus {
  color: #000000;
  background-color: #ffffffb8;
  border-color: #565e64;
}

.custom_right_icon{
  color: #fff;
}

ul#menu-main-header-menu li.menu-item-has-children{
  position: relative;
}

ul#menu-main-header-menu li.menu-item-has-children:hover ul.sub-menu{
  display: block;
}

ul.sub-menu{
  background-color: #ffffff87;
  box-shadow: 0px 0px 5px 0px #b3b3b3;
  overflow-y: auto;
  max-height: 200px;
  width: 230px;
  position: absolute;
  top: 25px;
  right: 0;
  padding: 5px;
  display: none;
}

.slicknav_open ul.sub-menu{
  box-shadow: none;
}


ul.sub-menu:hover{
   background-color: #fff;
}

ul.sub-menu::-webkit-scrollbar{
  width: 4px;
}

ul.sub-menu::-webkit-scrollbar-track {
  background: #fff; 
  margin: 5px 0px;
}

ul.sub-menu::-webkit-scrollbar-thumb {
  background: #dbe9ff;
  border-radius: 10px;
}

ul#menu-main-header-menu li.menu-item-has-children::before{
  content: '\f0d7';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
    color: #000000;
  position: absolute;
  right: 0px;
  top: 2px;
}

ul#menu-main-header-menu li{
  padding: 0px 5px 0px 5px;
}

ul#menu-main-header-menu li.menu-item-has-children ul.sub-menu li a{
  color: #000;
  font-weight: 500;
  padding: 0.5rem 0rem .5rem .5rem;
  font-size: 14px;
}


ul#menu-main-header-menu li.menu-item-has-children ul.sub-menu li:hover{
  background-color: #1E4498;
}
ul#menu-main-header-menu li.menu-item-has-children ul.sub-menu li a:hover{
  color: #fff;
}
.single_menu_item{
  margin: 1rem 0rem 0rem 1rem;
}
.single_menu_item:hover{
  background-color: #1E4498;
}

.single_menu_item, .single_menu_item_title a{
  color: #fff;
}
.single_menu_item h5{
  margin-top: 5px;
}
/* Logo  Pulsating Circle */
/* #pulsating_circle {
  display: flex;
}
.circle {
  top: -7%;
  right: 65%;
  border-radius: 50%;
  background:#ffffff;
  border: 1px solid #bdb7b7;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 5s infinite cubic-bezier(.36, .15, .89, .32);
} */
.myitem_logo{
  z-index: 100;
  padding: 5px;
}
.myitem_logo img {
  transform: translateY(1px);
  max-height: 122px;
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/* Sidebar-Social-icon */
.social {
  position: fixed;
  top: 30%;
  right: 0%;
  z-index: 1;
}

.social ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(30px);
}

.social ul li {
  display: block;
  margin: 5px;
  width: 100px;
  text-align: left;
  padding: 5px;
  border-radius: 30px 0px 0px 30px;
  transition: all .5s;
}
.social ul li:hover {
  transform: translatex(-20px);
}

.social ul li a {
  color: #27a149;
  text-decoration: none;
}
.facebook_color {
  color: #3b5999;
}
.twitter_color {
  color: #55acee;
}
.linkedin_color {
  color: #0e76a8;
}
.youtube_color {
  color: #c4302b;
}
.instagram_color {
  color: #e4405f;
}
.custom_icon{
     max-height: 35px;
    border-radius: 5px;
}
.social ul li i {
  text-align: center;
  margin-left: 0px;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 35px;
  transform: rotate(0deg);
}
.social ul li:hover i {
  transition: all 2s;
}
/* End Sidebar-Social-icon */
/* ==================Service Section=================== */
.service_sec {
  margin-top: 2rem;
  background-image: url("./assets/img/service_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.services_dropdown-menu{
  background-color: #ffffff87;
  overflow-y: scroll;
}
.service_main {
  position: relative;
}
.service_icon1 {
  position: absolute;
  top: 7%;
  right: 73%;
  max-height: 90px;
}
.service_icon2 {
  position: absolute;
  top: 74%;
  right: 0%;
  max-height: 60px;
}
.service_title h2 {
  text-align: center;
  color: black;
  margin: 2rem 0rem 0rem 0rem;
}
.service_title h2:hover {
  color: #1e4498;
  font-weight: 900;
}
.services_lists li {
  list-style-type: none;
  position: relative;
}
.services_lists li a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}
.services_lists li a:hover {
  color: #27a149;
  transition: all 0.2s;
}
.services_lists li a:hover::before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  position: absolute;
  left: -25px;
  top: 0px;
}
.service_details {
  padding: 3rem;
}


.single_service img{
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.service_details .services_lists{
  margin-bottom :5px;
}

.shin-shin-home-contant::after{
  content: '\f0f1';
    font-family: "Font Awesome 5 Free";
    font-size: 100px;
    color: #47c7bd1f;
    font-weight: 600;
    position: absolute;
    top: -10px;
    left: 200px;
}


.home_hospital_service {
  background-color: #FAFBFD;
  padding: 20px 0px 30px 0px;
}

.home_hospital_service .service_box{
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 5px 0px rgb(103 110 132 / 15%);
  transition: box-shadow .2s cubic-bezier(.43,.07,.61,.95),transform .2s cubic-bezier(.43,.07,.61,.95);
  will-change: transform;
}

.home_hospital_service .service_box:hover{
	box-shadow: 0 20px 40px rgb(61 65 84 / 15%);
    transform: translateY(-3px);
}

.home_hospital_service .service_box img{
  width: 100%;
  height: 7rem;
  transition: 0.3s;
  object-fit: cover;
}

.home_hospital_service .service_box .service_img_box{
  width: 100%;
  height: 7rem;
  overflow: hidden; 
  border-radius: 10px 10px 0px 0px;
}

.home_hospital_service .service_box:hover img{
  transform: scale(1.1);
}

.home_hospital_service .service_box p{
  margin: 5px 0px;
  color: #435589;
  font-size: 18px;
}

.term-hospital-service .doctor_body{
	    min-height: 26rem;
}
.page-template-tmp_service-php .doctor_body{
	min-height:26rem;
}


/* **************************HOME-PAGE-CSS END********************* */

/* **************************About-Us CSS END********************* */
.about_us_page p{
  text-align: justify;
}

.page-template-tmp_about-us-php .special_doctor_banner_content::after{
  width: 60%;
}

.about_us_page{
  position: relative;
}

.about_us_page::after{
  content: '\f7f2';
    font-family: "Font Awesome 5 Free";
    font-size: 100px;
    color: #47c7bd1f;
    font-weight: 600;
    position: absolute;
    top: -70px;
    left: 240px;
}
/* **************************About-Us-CSS END********************* */




/* **************************SPECIAL-DOCTORS-PAGE-CSS START********************* */
.service_galley {
  background-image: url('./assets/img/service_galerybg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2rem 0rem 5rem 0rem;
}
/* ============== Special Doctors ====================== */
.special_doctor_banner_bg{
  background-repeat: no-repeat;
  background-position: left  top;
  background-size: contain;
  height: 450px;
  position: relative;
}
.special_doctor_banner_content::after{
position: absolute;
content: '';
background: linear-gradient(to right, #a5b5c300 0%, #D2DEE8 31%);
top: 0;
right: 0;
width: 85%;
height: 450px;
}
.doctor_banner_head{
  position: relative;
  z-index: 11;
}
.doctor_banner_head h2{
	color: #1e4498;
  font-size: 28px;
  font-weight: 600;
  text-align: right;
  margin-top: 4rem;
  margin-bottom: 15px;
}


.doctor_banner_head p{
  font-size: 1rem;
  text-align: right;
  color: #000000;
  font-weight: 600;
  margin: 0rem 0rem 0rem 0rem;
  }
.doctor_list_bg{
  background-image: url('./assets/img/doctor_bg.png');
  background-position: center;
  background-size: cover;
  min-height: calc(100vh - 230px);
}
.special_doctor h2{
  font-size: 2.3rem;
  margin: 2rem 0rem 2rem 0rem;
  color: #435589;
}


.doctor_body{
  padding: 15px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgb(103 110 132 / 15%);
  transition: box-shadow .2s cubic-bezier(.43,.07,.61,.95),transform .2s cubic-bezier(.43,.07,.61,.95);
  will-change: transform;
  height: 27rem;
}

.doctor_body::after{
  content: '\f0f0';
  font-family: "Font Awesome 5 Free";
  font-size: 100px;
  color: #47c7bd1f;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.doctor_body:hover{
  box-shadow: 0 20px 40px rgb(61 65 84 / 15%);
  transform: translateY(-3px);
}

.doctor_body .doctor_card_head{
    display: grid;
    grid-template-columns: 40% 60%;
}

.doctor_card_head .card_head_content {
  margin: 10px 0px 0px 10px;
}

.doctor_card_head .card_head_content h4{
  color: #435589;
  font-weight: 600;
  font-size: 1.2rem;
}

.doctor_card_head .card_head_content p{
  color: #7A8298;
}

.doctor_body .doctor_card_head img{
  border-radius: 15%;
}

.doctor_details .doctor_details_inner_part{
  display: grid;
  grid-template-columns: 30% 70%;
  border-bottom: 1px solid #e3e7f3;
  margin-bottom: 10px;
}

.doctor_details{
  padding: 1rem 0rem;  
}

.department .doctor_details{
  min-height: 20rem;
  max-height: 30rem;
}

.doctor_details h4{
margin-top: 1rem;
text-align: center;
font-weight: 600;
}
.doctor_details p{
 margin: 0rem;
}

.doctor_body.service_page img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block;
}

.owl-next span,.owl-prev span{
  font-size: 35px;
}

.doctor_body.service_page{
  margin: 0rem .5rem 1rem .5rem;
}

.service_page .doctor_details{
  min-height: 12rem;
}

/*============================ Diagnostic =================== */
.custom_modal{
    top: 5%;
}
.custom_modal_header{
  background-color: #1e4498;
  padding: 0.5rem 1rem;
}
.custom_modal_header h5{
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.custom_tab .tab-pane{
  color: #000000;
}
.custom_list_group_item {
  position: relative;
  display: block;
  padding: 0.9rem 2rem;
  color: #212529;
  text-decoration: none;
  background-color: #eee;
  font-size: 16px;
  border: none;
}
.custom_list_group_item.active{
    color: #435589;
    background-color: #fff;
}


.doctor_page .doctor_details{
  min-height: 17rem;
}

.doctor_body.doctor_page{
  margin: 0rem .5rem 1rem .5rem;
  min-height: 31rem;
}

.diagnosic_tab_list{
  max-height: 28rem;
  overflow-y: scroll;
}

.diagnstic_image{
  text-align: center;
}

.diagnstic_image img{
  width: 100%;
  height: 28rem;
  object-fit: contain;
}


.diagnosic_tab_list::-webkit-scrollbar{
  width: 5px;
  margin: 10px 0px;
}

.diagnosic_tab_list::-webkit-scrollbar-track{
  background-color: #fff;
}

.diagnosic_tab_list::-webkit-scrollbar-thumb{
  background-color: #e4e4e4;
}

/* ====================== Patient Review =================== */
.patient_review_banner_bg{
	background-image: url(./assets/img/recipsion_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 390px;
	position: relative;
}
.patient_review_banner_bg::after{
	content: '';
	background-color: #2a2a2a63;
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.paitent_review{
	background-color: #fff;
	padding:2rem 0rem;
	position:relative;
}

.paitent_review:before{
	content: '\f80d';
	font-family: "Font Awesome 5 Free";
	font-size: 350px;
	color: #47c7bd1f;
	font-weight: 600;
	position: absolute;
	top: 22%;
	width: 100%;
	text-align: center;
}

.paitent_review_title{
	text-align: center;
	position: relative;
	top: 15px;
}
.paitent_review_title h2{
	font-size: 2.5rem;
	color: #435589;
}
.paitent_review_details h2{
	font-size: 2.2rem;
	color: #435589;
	margin-bottom: 1rem;
	margin: 3rem 0rem 1rem 0rem;
}
.paitent_review_video{
	overflow-x: hidden;
	max-height: 400px;
}

.paitent_review_video::-webkit-scrollbar {
	width: 5px;
	margin: 10px 0px;
} 

.paitent_review_video::-webkit-scrollbar-track {
	background-color:#fff;
} 

.paitent_review_video::-webkit-scrollbar-thumb {
	background-color:#dbe9ff;
} 

.thumb_video{
	position: relative;
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 5px 0px rgb(103 110 132 / 15%);
	transition: box-shadow .2s cubic-bezier(.43,.07,.61,.95),transform .2s cubic-bezier(.43,.07,.61,.95);
	will-change: transform;
}
.thumb_video:hover{
	box-shadow: 0 20px 40px rgb(61 65 84 / 15%);
	transform: translateY(-3px);
}
.thumb_video .thumbnail{
	padding: 5px;
}
.thumb_video img{
	border-radius: 5px 5px 0px 0px;
	width: 100%;
}

.thumb_video a::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f144";
	color: #ffff;
	font-size: 60px;
	font-weight: bold;
	top: 40%;
	width: 100%;
	text-align: center;
	cursor: pointer;
	z-index: 111;
}

.thumb_video .date_of_post{
	/* 	background-color: #89bc41; */
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

.thumb_video .date_of_post p{
	margin : 10px 5px 10px 5px;
	color: #fff;
	font-weight: 500;
	font-size:18px;

}

/* =========================== */
/* event_page Start*/
/* =========================== */

.event_page{
  min-height: calc( 100vh - 350px);
}


.gallery_image_content img{
    margin: 10px;
    border: 5px solid #d2dee8;
    border-radius: 10px!important;
    width: 400px;
    object-fit: cover;
}

	
/* =========================== */
/* event_page End*/
/* =========================== */

/* ===================== Department-Doctors-List ===================== */
.dept_doctor_list_banner_bg{
  background-image: url(./assets/img/dept_doctors_list_banner.png);
  background-repeat: no-repeat;
  background-position:center;
  height: 200px;
  position: relative;
}
.dept_doctor_list_content_bg{
  background-image: url(./assets/img/doctor_bg.png);
  background-repeat: no-repeat;
  background-position:top;
  background-size: cover;
  padding: 0px 0px 20px 0px;
  min-height: 40rem;
}
.dept_doctor_list_title{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 65%;

}
.dept_doctor_list_title h2{
  font-size: 32px;
  color: #435589;
  font-weight: 700;
}
.custom_tab_content{
  position: relative;
}
.carousel_image_leftside{
  position: absolute;
  top: -18%;
  left: -2%;
  height: 530px;
}
.carousel_image_rightside{
  position: absolute;
  top: -18%;
  right: -2%;
  height: 530px;
}
  /* Tab-Panel with owl-carousel */
.custom_doctor_list_tablink{
  padding: 10px;
  color: #435589;
  font-size: 16px;
  font-weight: 600;
}
.custom_doctor_list_tabs .custom_doctor_list_tablink.active {
  color: #fff;
  background-color: #1E4498;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: unset;
}
.custom_doctor_list_tabs{
  border-bottom: 1px solid #ffff;
  margin-bottom: 2rem;
  background-color: #fff;
}

.owl-carousel .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.owl-carousel .owl-nav [class*="owl-"].disabled{
  display: none;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}
.owl-dots {
  display: none;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translate(-50%, -50%);
}
.fa-angle-left:before {
  content: "\f104";
  font-size: 2rem;
  padding: 5px;
  color: #1A3799;
}
.fa-angle-right:before {
  content: "\f105";
  font-size: 2rem;
  padding: 5px;
  color: #1A3799;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -1%;
  transform: translate(-50%, -50%);
}
 /* Contact-Us */ 

    #Contact .contact_modal_body{
      padding: 1rem 0rem 0rem 0rem;
    }
    .contact_modal_body{
        background-color: #E5F1FF;
    }
   .contact_modal_header{
     background-color: #1A3799;
   }
   .contact_modal_header h5{
     color: #fff;
     font-size: 1.5rem;
     justify-content: center;
   }
   .contact_form_label{
    color: #1A3799;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
   }
   .contact_form_control{
    padding: 0.75rem 0.75rem;
   }
   .contact_btn{
     color: #fff;
     font-size: 18px;
     width: 20%;
     background-color: #22B24C;
     padding: 10px;
     border-radius: 0;
   }
   #Contact .contact_page_submit{
        position: relative;
	   text-align: center;
    }

    .contact_page_submit .wpcf7-spinner{
      position: absolute;
      bottom: 0;
    }

   /* Event-Section */
   .event_modal_header{
    background-color: #1A3799;
    border-bottom: unset;
    padding: 0.5rem 1rem;
   }
   .event_modal_header h5{
     color: #fff;
     font-size: 2rem;
   }
   .event_modal_body{
     position: relative;
     padding: 0;
   }
   .event_nav_pills{
    position: absolute;
    top: 3%;
    left: 41%;
    z-index: 11111;
    font-size: 20px;
   }
   .event_nav_link:hover{
     color: #1A3799!important;
   }
   .event_nav_link{
    color: #1A3799!important;
  }
   .event_nav_link:focus{
    color: #1A3799!important;
  }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #fff;
  border-radius: 5px;
}
.event_carousel_control_prev, .event_carousel_control_next {
  background-color: #ffffff4a;
  width: 5%;
  bottom: 48px;
}
.event_carousel_control_prev_icon{
  background-image: url('./assets/img/prev.png');
  width: 3rem;
  height: 3rem;
}
.event_carousel_control_next_icon{
  background-image: url('./assets/img/next.png');
  width: 3rem;
  height: 3rem;
}
.event_modal_content{
  background-color: unset;
}
.event_bottom_title{
  background-color:#05050585;
  display: flex;
  list-style-type: none;
  padding: 12px;
}

.event_bottom_title li a{
  font-size: 16px;
  color: #fff;
  padding: 10px;
}
.btn-close{
  background-image: url('./assets/img/Artboard 25.png');
}

.event_link p,.event_link h4{
  color: #000!important;
}


.term-hospital-service .doctor_body img,.term-special-service .doctor_body img{
  width: 100%;
  height: 13rem;
  object-fit: cover;
}

/* **************************SPECIAL-DOCTORS-PAGE-CSS END********************* */

/* =========================Footer section======================= */
.footer {
  background-color: #1e4498;
  font-family: system-ui;
}
.footer_details {
  margin: 2rem 0rem;
}
.footer_details h6 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
}

.footer_details p {
  color: #fff;
}
.footer_contact_info {
  line-height: 2.5rem;
}
.footer_contact li a:hover {
  color: #27a149;
}
.footer_contact li {
  list-style-type: none;
  color: #fff;
}
.footer_contact li a {
  text-decoration: none;
  color: #fff;
}
.footer_bottom {
      background-color: #194dbd;
/* 	background: rgb(34,176,76);
background: linear-gradient(90deg, rgba(34,176,76,1) 0%, rgba(0,255,29,1) 41%, rgba(34,176,76,1) 100%); */
  padding: 6px;
  font-family: system-ui;
}
.footer_icon {
  margin-left: -20px;
}
.footer_bottom h5 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0px 0px;
}
.footer_bottom a {
  text-decoration: none;
  color: #fff;
}
.footer_bottom a:hover {
     color: #27a149;
}



/* ======================= Responsive ============= */
@media (min-width: 1401px) and (max-width: 1605px) {
}

@media only screen and (max-width: 1399px) {
  .page-template-tmp_about-us, .page-template-tmp_service, .single-department, .single-service, .page-template-tmp_doctors, .page-template-tmp_events, .single-event, .page-template-tmp_patient_review {
    margin-top: 75px;
}
  .top_header {
    background-color: #1b1161;
    padding: 2.5px 0;
  }
  .main_menu_header {
    padding: 1px 0px 1px 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
/*   .hospital_video {
    height: calc(100vh - 153px);
  } */
	.demohospital_video {
		margin-top: 77px;
	}
	#videobg {
		width: 100%;
		object-fit: contain;
		height: 32rem;
		margin-bottom: -7px;
	}
  .shin_shin_header_title h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .shin-shin-home-contant {
    padding: 3px 0px;
  }
  .custom_icon {
    max-height: 30px;
}
.main_logo_menu {
  top: 70%;
}
.social {
  right: -2%;
}
.patient_review_banner_bg{
  height: 375px;
}
.patient_review_content::after{
top: 15%;
}
.doctor_details h4{
	font-size:20px;
}
.custom_modal {
  top: 7%;
}
.custom_doctor_list_tablink {
  font-size: 15px;
}
.carousel_image_leftside, .carousel_image_rightside {
  top: -19%;
  height: 495px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -6%;
}
.about_us_page::after{
  top: -60px;
  left: 45px;
}
.shin-shin-home-contant::after{
  top: 20px;
  left: 50px;
}
	.single-department .special_doctor_banner_bg{
		height:350px;
	}
.single-department .special_doctor_banner_content::after{
    height:350px;
}

.doctor_banner_head h2{
    font-size: 24px;
    margin-top: 4rem;
    font-weight: 600;
}

.doctor_banner_head p{
        font-size: 14px;
}
	.custom_list_group_item.active, .custom_list_group_item {
    font-size: 15px;
}
.doctor_card_head .card_head_content h4 {
    font-size: 15px;
}
.doctor_card_head .card_head_content p {
    font-size: 12px;
}
	.doctor_details p {
    font-size: 12px;
    line-height: 25px;
}
	.doctor_body.doctor_page {
		min-height: 29rem;
	}
.home_hospital_service .service_box p {
    font-size: 14px;
}
	#example::after {
	font-size: 120px;
    bottom: -55%;
    right: 8%;
    transform: translate(-8%, 55%);
}
	#example::before {
    font-size: 120px;
    bottom: -20%;
    right: 74%;
    transform: translate(-74%, -20%);
}
	.special_doctor_banner_content::after {
    width: 90%;
}
	.footer_contact li a {
		font-size: 14px;
	}
	.dept_doctor_list_title h2, .special_doctor h2 {
    font-size: 24px;
    font-weight: 600;
	}
  .special_doctor_banner_bg {
    height: 350px;
  }
  .special_doctor_banner_content::after {
    height: 350px;
  }
    .paitent_review_title h2, .paitent_review_details h2 {
      font-size: 26px;
    }
}

@media only screen and (max-width: 1298px) {
  .page-template-tmp_about-us, .page-template-tmp_service, .single-department, .single-service, .page-template-tmp_doctors, .page-template-tmp_events, .single-event, .page-template-tmp_patient_review {
    margin-top: 66px;
}
  .shin_shin_logo img {
    max-height: 55px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
  .services_lists li a {
    font-size: 14px;
  }
  .service_icon2 {
    top: 79%;
    right: -1%;
    max-height: 45px;
  }
  .service_icon1 {
    right: 67%;
    max-height: 73px;
  }
/*   .hospital_video {
    height: inherit;
    margin-top: 95px;
  } */
  /* Special-Doctor */
  .doctor_banner_head h2{
    margin-top: 1rem;
  }
  .doctor_banner_head p{
    font-size: 13px;
  }
  .special_doctor_banner_content{
    padding: 30px 0px 0px 0px;
  }
  .dept_doctor_list_title h2 {
    font-size: 2rem;
}
  .dept_doctor_list_banner_bg {
    height: 213px;
    background-size: cover;
}
.carousel_image_leftside, .carousel_image_rightside {
  top: -26%;
  height: 594px;
}
}

/* 
==============================
slick nav Start
==============================
*/
.slicknav_menu{
  display: none;
}
 @media only screen and (max-width: 1024px){
	 .demohospital_video {
		 margin-top: 67px;
	 }
	 #videobg {
    height: 36rem;
}
}
/* 
==============================
slick nav  End
==============================
*/

@media only screen and (max-width: 991px) {
	.main_menu_header {
    padding: 5px 0px 5px 0px;
    background-color: #c5dcff;
}
  .page-template-tmp_about-us, .page-template-tmp_service, .single-department, .single-service, .page-template-tmp_doctors, .page-template-tmp_events, .single-event, .page-template-tmp_patient_review {
    margin-top: 55px;
}
.heading_title::after{
  background: unset;
}
	.slicknav_nav a {
            color: rgb(0 0 0);
}
  /* 
==============================
slick nav Start
==============================
*/
.for_mobile_display_none{
  display: none;
}
.slicknav_menu{
  display: block;
}
.slicknav_menu{
  background-color: #05050500;
}
.slicknav_brand{
  padding: 0px;
}
.slicknav_brand img{
  width: 100%;
  height: 52px;
  margin-top: -5px;
}
.slicknav_btn{
  background-color: #198754;
}

.heading_title.slicknav_parent:hover{
  box-shadow:none;
}

.slicknav_nav .heading_title:hover{
  background-color: #22783980;
    box-shadow: 0px 0px 0px 1px #929292;
}

.slicknav_nav a:hover{
  background: none;
  border-radius: 0;
  color: #1a3799;
}

.slicknav_nav .slicknav_row:hover{
  background: none;
  border-radius: 0;
  color: #1a3799;
}

.slicknav_nav .sub-menu{
  position: initial;
  background-color: #ffffff00;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.slicknav_nav .sub-menu:hover{
	background-color: #ffffff00;
}
/* .hospital_video {
  height: inherit;
  margin-top: 80px;
} */

/* 
==============================
slick nav  End
==============================
*/
.tax-service_category, .page-template-tmp_doctors, .page-template-tmp_events {
  margin-top: 50px;
}
	.carousel_image_leftside, .carousel_image_rightside {
		top: -30%;
		height: 520px;
	}

	.special_doctor_banner_content{
		padding: 0px 0px 0px 0px;
	}
	.doctor_banner_head h2 {
		margin-top: 2rem;
		font-size: 25px;
	}
	.doctor_banner_head p {
		font-size: 12px;
	}
	.special_doctor h2{
		font-size: 18px;
	}
	.doctor_card_head .card_head_content h4{
		font-size: 18px;
	}
	p {
		font-size: 14px;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: -5%;
	}
	.thumb_video a::before {
		font-size: 44px;
	}
	.event_bottom_title li a {
		font-size: 11px;
		padding: 4px;
	}
	.special_doctor_banner_content::after{
		height: 380px;
	}

	.special_doctor_banner_bg{
		height: 380px;
	}
		#example {
    display: block;
    text-align: center;
}
.thumbnails {
   display: flex;   
}
	.thumbnails li {
    margin: 0px 4px 6px;
}
.patient_review_banner_bg {
  height: 179px;
  background-size: contain;
}
}

@media only screen and (max-width: 768px) {
		.special_doctor_banner_content::after{
		 height: 300px;
	}
	
	.special_doctor_banner_bg{
		height: 300px;
	}
	.demohospital_video {
		margin-top: 56px;
	}
	#videobg {
		height: 27rem;
	}
}

@media only screen and (max-width: 576px) {
	.shin_shin_header_title p {
    text-align: justify;
}
	.shin_shin_logo img {
		max-height: 62px;
	}
/* 	.hospital_video {
		height: inherit;
	} */
	#videobg {
		height: 15rem;
	}
	.social_div ul {
		text-align: center;
	}
	.heading_title::after{
		display:none;
	}
	.social {
		right: 3%;
	}
	.main_logo_menu {
		top: 77%;
	}
	.menu_dropdown_list {
		left: 0px;
		margin-top: 18px;
	}
	.myitem_logo img {
		max-height: 90px;
	}
	.circle {
		top: -17%;
		left: -7%;
	}
	.service_icon1 {
		top: 5%;
		right: 72%;
		max-height: 62px;
	}
	.service_icon2 {
		top: 90%;
		right: 5%;
		max-height: 45px;
	}
	.social ul {
		transform: translatex(30px);
	}
	.social ul li {
		width: 65px;
	}
	.social ul li i {
		font-size: 20px;
	}
	.footer_details {
		margin: 1rem 0rem;
		text-align: center;
	}
	.footer{
		font-size:14px;
	}

	.footer_details h6{
		font-size:18px;
	}
	/* Special-Doctors */

	.doctor_banner_head h2{
		font-size: 16px;
	}
	.event_bottom_title li a {
		font-size: 9px;
		padding: 4px;
	}
  .special_doctor_banner_bg {
    height: 25px;
}
	.special_doctor_banner_bg{
		background-image: none!important;
	}
	.doctor_body.doctor_page {
		min-height: auto;
	}
	.doctor_page .doctor_details {
		min-height: auto;
	}
	.event_single_pbanner{
		height: auto;
	}

	.event_single_pbanner .special_doctor_banner_content::after{
		height: auto;
	}

	.event_single_pbanner .doctor_banner_head h2{
		text-align: center;
	}
	.term-hospital-service .doctor_body,.doctor_body.service_page{
		margin:0px 20px;
	}
	.social{
		z-index: 2;
	}
	.paitent_review:before{
		font-size: 200px;
		top: 35%;
	}

.easyzoom img {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 5%;
}
	.doctor_banner_head p {
    font-size: 11px;
}
.single-department .special_doctor_banner_bg {
  height: 300px;
}
.single-department .special_doctor_banner_content::after {
  height: 300px;
}
.dept_doctor_list_banner_bg {
  height: 150px;
  background-size: cover;
}
.dept_doctor_list_title {
  top: 50%;
}
.dept_doctor_list_title h2 {
  font-size: 20px;
}
.special_doctor_banner_content::after {
  height: 225px;
}
.doctor_banner_head h2 {
  margin-top: 1rem;
}
.patient_review_banner_bg {
  height: 110px;
  background-size: contain;
}
.patient_review_banner_bg::after {
  background-color: unset;
}
.contact_modal_header h5 {
  font-size: 15px;
}
}
@media only screen and (max-width: 375px) {
	.shin_shin_logo img {
		max-height: 40px;
	}
	.circle {
		left: -10%;
	}
	.custom_dropdown_btn{
		width: auto;
	}
	.single_menu_item a, .menu_body h5 {
		font-size: 12px;
	}
	#videobg {
    height: 13rem;
}
	    .slicknav_brand img {
        width: 150px;
        height: auto;
        margin-top: 0px;
    }
	
}




