@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
:root{
  --color-h1: #00337C;
  --color-highlight:#19376D;
  --color-white: #ffffff;
  --color-Yellow: #FFF455;
  --color-green:#1fab89 ;
  --font-family-bangla: 'Tiro Bangla', serif;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--font-family-bangla);
}

.heading_container h1 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--color-h1);
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

.heading_container.heading_center span{
  width: 50%;
  margin-top: 10px;
  border: 2px solid var(--color-white);
  opacity: .5;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #178066;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  /* text-transform: uppercase; */
}
.navbar-brand img{
  height: 40px;
  border-radius: 5px;
}
.navbar-brand{
 color: var(--color-white);
 /* text-transform: uppercase; */
 font-weight: bolder;
letter-spacing: .4px;
}
.navbar-brand:hover{
  color:#FFC107;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 10px 0 10px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  
}

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
  font-size: 22px;
}

.custom_nav-container .navbar-toggler {
  outline: none;

  
 
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  align-items: center;
  height: 100%;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #1fab89;
  font-family: 'Tiro Bangla', serif;
  min-height: 350px !important;
}

.slider_section .detail-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #00337C;
  padding: 5px;
  letter-spacing: 1.5px;
}
.slider_section .detail-box .tel{
  /* color: #188066; */
  /* color:#0C134F; */
  color: #19376D;
  font-weight: bold;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 1.4em;
  letter-spacing: .4px;
  line-height: 1.8;
  
  
}
.slider_section .detail-box .dr-shila{
  color:#19376D;
  font-weight: bold;
}
.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
  font-family:var(--font-family-bangla);
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #ffffff;
  color: #1fab89;
}

.slider_section .img-box {
  display: flex;
  justify-content: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff87;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 13px;
  height: 13px;
}
/* Slider section End */

/* service_section */
.service_section{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: var(--font-family-bangla);
}
.service_section .service_container .container .service_heading h1{
  text-align: center;
  font-weight: bolder;
  padding-bottom:80px;
  color: var(--color-h1);
  letter-spacing: 1px;
}

.service_section .service_container .container .row .service_list i{
  padding-right: 10px;
  font-size: 20px;
  color: var(--color-green);
  line-height: 50px;
  transition: all .3s ease-in-out;
}
.service_section .service_container .container .row .service_list i:hover{
  
  color: #e9c46a;
  
}
.service_section .service_container .container .row .service_list span{
  font-size: 20px;
  color: var(--color-h1);
  transition: all .3s ease-in-out;
  letter-spacing: .4px;
}
.service_section .service_container .container .row .service_list span:hover{
  
  text-decoration: underline;
  cursor: pointer;
  color: var(--color-green);
  
}
/* service_section end  */

/* emergency_section Start */
.emergency_section{
  font-family: var(--font-family-bangla);
  /* background-color: #C1EAE2; */
  background: linear-gradient(90deg, rgba(193,234,226,1) 0%, rgba(23,130,136,1) 100%);
  position: relative;
  z-index: -1;
}
.emergency_section h1, h2, h3, h4, h6{
  color: #d5425e !important;
}
.emr_call{
  background: -webkit-linear-gradient( left, #0075BB,#00998E, rgb(128, 128, 32));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.emergency_row{
  margin-top: 20px;
}
.emergency_row h5{
  font-weight: 700;
  line-height: 30px;
  padding: 10px 0 10px 0;
}
.emergency_row p{
  font-size: 24px;
  color:var(--color-green);
  font-weight: 700;
}
.emergency_row ul li{
  list-style: none;
  line-height: 30px;
  
  /* font-family: var(--font-family-bangla); */
}
.emergency_row ul li::before {
  content: "\2022";
  color: orange;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.text-center span{
  color: #028C93;
  font-size: 32px;
  font-weight: 900;
  text-shadow: -1px 1px 1px rgb(27, 119, 116);
}
.special_offer{
  color: #e68840 !important;
  font-weight: 900;
  text-shadow: -1px 1px 1px hsla(26, 54%, 47%, 0.982);
  
}
.emr_image img{
  /* opacity: .3; */
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
}
.emergency_container h1{
  /* padding-top: 10px; */
  color: #d5425e !important;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}
/* emergency_section End */
.department_section {
  position: relative;
}
.container  h1, h5, p{
  color: var(--color-h1);
  font-family: var(--font-family-bangla);
}

.department_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  border: 2px solid transparent;
  height: 170px;
  width: 170px;
}
.department_section .box:hover{
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, .2);
  transition: all .4s ease-in-out;
}
.department_section .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-color: var(--color-green);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.department_section .box .img-box i{
  font-size: 55px;
  /* color: var(--color-white); */
  color: #e9c46a;
}
.box .neuro img{
  border-radius: 30px;
  margin: 0 !important;
}

.department_section .box .detail-box h5 {
  font-weight: bold;
  letter-spacing: .4px;
}

.department_section .box .detail-box a {
  color: #1fab89;
  font-weight: 600;
}

.department_section .box .detail-box a:hover {
  color: #62d2a2;
}

.department_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.department_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  font-family:var(--font-family-bangla);
}

.department_section .btn-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.about_section .row {
  align-items: center;
}

.about_section .img-box {
  display: flex;
  justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 15px;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.doctor_section {
  background: #178066;
}

.doctor_section .heading_container h1 {
  color: var(--color-h1);
}

.doctor_section .box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.doctor_section .box .img-box {
  width: 100%;
}

.doctor_section .box .img-box img {
  width: 100%;
}

.doctor_section .box .detail-box {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}
.doctor_section .box .detail-box .title{
  font-family: 'Tiro Bangla', serif;
  
}
.doctor_section .box .detail-box .title h5{
  font-weight: bolder;
  
}

.doctor_section .box .detail-box .social_box {
  position: absolute;
  width: 90%;
  /* z-index: 2;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%); */
  background-color: #ffffffee;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all .3s ease-in;
  font-family: 'Tiro Bangla', serif;
  margin: 0 5px;
  color: var(--color-highlight);
}

.doctor_section .box .detail-box .social_box p{
  text-align: center;
  font-size: 13px;
  line-height: 12px;
  font-weight: bold;
  
}

.doctor_section .box .detail-box .social_box p:hover {
  color: #1fab89;
}

.doctor_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}
.doctor_section .box .detail-box .experience{
  color: red;
  font-weight: bolder;
}
.doctor_section .btn-box {

  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.doctor_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #1fab89;
  font-family:var(--font-family-bangla);
}

.doctor_section .btn-box a:hover {
  background-color: #ffffff;
  color: #1fab89;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
  
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
  background: #eeeeee;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #000000;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::placeholder {
  color: #000000;
}
.contact_section .form_container input.yourName{
  border-radius: 10px 0 0 0;
}
.contact_section .form_container input.phoneNumber{
  border-radius: 0 10px 0 0;
}
.contact_section .form_container input.message-box {
  height: 175px;
  border-radius: 0 0 10px 10px;
}

.contact_section .form_container button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #1fab89;
}

.contact_section .map_container {
  height: 368px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  padding: 0;
  border-radius: 10px;
}

.contact_section .map_container .map {
  height: 100%;
  flex: 1;
  
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.client_section .heading_container {
  align-items: center;
}

.client_section .box {
  display: flex;
   flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: flex;
  flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #62d2a2;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: flex;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #62d2a2;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #1fab89;
}

.client_section .carousel-control-next {
  left: initial;
}

.footer_section {
  background: #178066;
  color: #ffffff;
  padding: 60px 0 15px 0;
  position: relative;
}

.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section .footer_col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box ul {
  display: inline-block;
  
  
}
.footer_section .footer_contact .contact_link_box ul li{
  list-style: none;
  display: flex;

}
.footer_section .footer_contact .contact_link_box ul li p{
  padding-left: 10px;
  color: white;
  letter-spacing: .4px

}
.footer_section .footer_contact .contact_link_box a {
  margin:;
  color: #ffffff;
}
.footer_section .footer_contact .contact_link_box .address{
  font-family: 'Tiro Bangla', serif;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #62d2a2;
}

.footer_section .footer_social {
  display: flex;
  margin-top: 20px 0 10px 20px;
}

.footer_section .footer_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.footer_section .footer_social a:hover {
  color: #62d2a2;
}

.footer_section .footer_links {

  display: flex;
  flex-wrap: wrap;
}

.footer_section .footer_links a {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_section .footer_links a:hover {
  color: #62d2a2;
}

.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}

.footer_section form input::-webkit-input-placeholder {
  color: #777;
}

.footer_section form input:-ms-input-placeholder {
  color: #777;
}

.footer_section form input::-ms-input-placeholder {
  color: #777;
}

.footer_section form input::placeholder {
  color: #777;
}

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.footer_section form button:hover {
  background-color: transparent;
  color: #62d2a2;
}

.footer_section .footer-info {
  text-align: center;
}

.footer_section .footer-info p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
/* @media (max-width: 575px) {  
  .heading_container h1{
    
  }
} */
