/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


body {
  font-family: 'Poppins', sans-serif !important;
  color: #566c8e;
}
body .container{
  max-width:1200px;
}
body .container-fluid.body-container.body-container--home {
  padding: 0;
}
/* ................................................Header section Start ................................................  */

.header{
  background-color: rgba(248,250,252,1.0);
  box-shadow: 0 4px 10px rgb(9 28 38 / 10%);
}
header .logo img {
  width: 44%;
}
.header .navbar {
  background-color: #f8f9fa !important;
  padding
  : 0px;
}
.header a.nav-link.active {
  color: #45d7bd;
}
.header #navbarSupportedContent {
  justify-content: space-around;
}
.header a.nav-link {
  color: black;
}
.header .hs-menu-wrapper ul {
  padding: 20px 0px;
}
.header ul{
  font-size: 17px;
  font-weight: 550;
  line-height: 24px;
  display: flex;
  margin: 0;
  padding: 23px 0px;
}
.header ul li{
  list-style-type: none;
}
.header ul li a {
  padding: 15px 15px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: inline-block;
  font-weight: 500;
}
.header li:last-child{
  border: none;
  margin-left: 30px;
}
.header li:last-child a{
  font-size: 13px;
  color: white;
  font-weight: 500;
  background: #3dd6ba;
  padding: 15px 25px;
  font-weight: 600;
  border-radius: 30px;
}


/* ................................................Header section End ................................................  */
/* ................................................Banner section Start ................................................  */

.banner_section .banner_right_text {
  padding-top: 120px;
}
.banner_title div span{
  color:#3dd6ba;
}
.banner_section .banner_title {
  font-size: 64px;
  color: #494a52;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.banner_section .banner_heading {
  font-size: 22px;
  line-height: 1.5;
  color: #566c8e;
  padding-top: 20px;
}
.banner_section .banner_button {
  padding: 45px 0px;
  max-width: 150px;
}
.banner_section .banner_button a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}
.banner_button #hs_cos_wrapper_dnd_area-module-2_ {
  background-color: #3dd6ba;
  display: inline-grid;
  border-radius: 50px;
  padding: 20px 27px;
  font-size: 14px;
  color: white;
  font-weight: 700;
}
/* .banner_section .banner_button div#hs_cos_wrapper_module_16619261970399_ {
background: #3dd6ba;
text-align: center;
border-radius: 30px;
padding: 17px;
} */
.banner_section .banner_button a :hover{
  transform: translateY(-4px);
  transition: all .5s ease-in-out;
}
.banner_section .banner_image img {
  width: 100%;
  height: auto;
}


/* ................................................Banner section End ................................................  */

/* ................................................Checkup Center section Start ................................................  */


.checkup_center_section{
  background-color:#edf3f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 13%;
}
.all_checkup_center{
  display:flex;
}
.centers{
  flex:0 0 auto;
  width:20%;
  padding:12px;
  text-align:center;
}
.checkup_center_section .center_cards {
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  background-color: white;
  border: 1px solid rgba(86,108,142,0.2);
  transition: all .3s ease-in-out;
}
.checkup_center_section .center_cards:hover {
  border-color: #3dd6ba;
  box-shadow: 0px 15px 40px rgba(9,28,38,0.16);
  transform: translateY(-5px);
}
.checkup_center_section .center_logo {
  padding: 10px;
}
.checkup_center_section .centers img {
  padding: 12px;
  border-radius: 50%;
  background-color: #caeee8;
  width: 50px;
}
.checkup_center_section .center_heading {
  font-style: normal;
  color: #494a52;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 35px;
}
.checkup_center_section .center_text {
  font-size: 12px;
  line-height: 24px;
  padding: 5px 5px 30px 5px;
}

/* ................................................Checkup Center section End ................................................  */
/* ................................................About M & A section Start ................................................  */
.about_MA_section{
  background-color:#edf3f5;
  margin-top: -2%;
}
.about_MA_section .col-md-6{
  padding-bottom: 100px;
}
.about_MA_left_text {
  padding-top: 100px;
}
.about_MA_section .about_MA_title {
  color: #3dd6ba;
  font-size: 14px;
  padding: 15px 0px;
  text-transform: uppercase;
}
.about_MA_section .about_MA_heading {
  font-style: normal;
  color: #494a52;
  font-weight: 700;
  font-size: 42px;
  padding-right: 50px;
  line-height: 1.2;
}
.about_MA_section .about_MA_paragraph {
  font-size: 16px;
  color: #566c8e;
  padding: 25px 0px;  
  line-height: 24px;
}

.about_MA_section .call_us, .about_MA_section .email_us {
  display: flex;
  padding: 5px 0px;
  justify-content: center;
}
.row.justify-content-center {
  padding: 10px 90px;
  margin: 0 auto
}
.center_review {
  display: flex;
  padding:0px;
  border-radius: 10px;
  background-color:white;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0px 5px 20px rgba(9,28,38,0.05);
}
.about_MA_section .call_us img{
  padding: 15px 15px 0px 15px;
}
.about_MA_section .email_us img{
  padding: 15px 15px 0px 15px;
}
.about_MA_section .call_us_text, .email_us_text{
  padding: 22px 0px 0px 0px;
}
.call_us_text_heading,.email_us_text_heading, .weeks_days {
  color: #3dd6ba;
  text-transform: uppercase;
  font-size: 14px;
}
.about_MA_section .call_us_text_appointment , .email_us_text_appointment, .weeks_timming{
  color: #091c26;
  font-size: 14px;
  font-weight: 500;
}
.about_MA_section .number {
  color: #3dd6ba;
  font-size: 24px;
  padding: 30px 0px;
  text-align: center;
  font-weight: 500;
}
.about_MA_section .weeks {
  padding: 27px 10px 20px 40px;
}
.about_MA_section .weeks_days {
  color: #3dd6ba;
  text-transform: uppercase;
  font-size: 14px;
}

/* ................................................About M & A section End ................................................  */

/* ................................................Why Us section Start ................................................  */

.why_us{
  background-color:#edf3f5;
  padding-bottom: 50px;
}
.why_us .row{
  padding: 0px 70px;
}
.why_us .why_us_header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px 140px;
}
.why_us .why_us_title {
  color: #3dd6ba;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}
.why_us .why_us_heading {
  font-size: 42px;
  color: #494a52;
  font-weight: 700;
  line-height: 1.2;
  padding: 32px 0px;
  max-width: 90%;
  margin: 0 auto;
}
.why_us .why_us_cards {
  display: flex;
}
.why_us .why_us_cards svg {
  width: 85px;
  padding: 15px;
}
.why_us .why_us_cards .cards_heading {
  color: #494a52;
  font-size: 16px;
  font-weight: 600;
}
.why_us .why_us_cards .cards_paragraph {
  padding: 20px 25px 40px 0px;
  font-size: 13px;
}

/* ................................................Why Us section End ................................................  */
/* ................................................Our Doctors and Medical Specialists section Start ................................................  */

.our_doctor_specialist{
  background-color: #3dd6ba;
}
.our_doctor_specialist .specialist_header {
  text-align: center;
  padding: 100px 0px 50px 0px;
  color: #fff;
}
.our_doctor_specialist .specialist_header_title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.our_doctor_specialist .specialist_header_heading {
  max-width: 54%;
  margin: 0 auto;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  word-spacing: -3px;
  line-height: 1.2;
  padding: 20px;
}
.our_doctor_specialist .specialist_header_paragraph {
  max-width: 54%;
  margin: 0 auto;
  font-size: 14px;
  padding: 5px 0px 30px;
}
.our_doctor_specialist .doctors_imaga img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.our_doctor_specialist .doctors {
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}
.our_doctor_specialist .doctors_name {
  font-size: 16px;
  color: #494a52;
  font-weight: 600;
  padding-top: 20px;
}
.our_doctor_specialist .doctors_discription {
  color: #3dd6ba;
  font-size: 1rem;
  padding-bottom: 20px;
}
.specialist_testimonials {
  text-align: center;
  padding: 150px;
  color: #fff;
}
.specialist_testimonials_title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.specialist_testimonials_title img {
  margin: 0px 136px 0px -215px;
}
.specialist_testimonials_title div#hs_cos_wrapper_module_16620077391609_ {
  padding-top: 45px;
}
.specialist_testimonials_heading {
  font-size: 42px;
  padding: 0px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  max-width: 70%;
  margin: 0 auto;
}
}

/* ................................................Our Doctors and Mesdical Specialists section End ................................................  */

/* ................................................Review patient section Start ................................................  */

.patient_review_section{
  background-color:#edf3f5;
}
.patient_review_section .patient_review {
  padding: 15px;
  background-color: white;
  margin-top: -82px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(9,28,38,.05);
}
.patient_review_section  .patient_review img {
  width: 100%;
}
.patient_review_section .patient_image_name {
  display: flex;
}
.patient_review_section .patient_name {
  font-size: 17px;
  font-weight: 600;
  color: #494a52;
  padding: 2px 20px 2px 20px;
}
.patient_review_section .patient_star {
  display: flex;
  padding: 2px 20px 2px 20px;
}
.patient_review_section .patient_star svg {
  width: 17px;
  fill: #f8cf66;
  margin-right: 3px;
}
.patient_review_section .patient_text {
  font-size: 12px;
  padding: 20px 5px 20px 0px;
}
.patient_review_section .make_appointment {
  text-align: center;
  padding: 35px;
}
.patient_review_section .button {
  padding-bottom: 80px;
}
.patient_review_section .make_appointment button {
  background-color: #3dd6ba;
  border: none;
  padding: 20px 36px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.patient_review_section .make_appointment button: hover {
  transition: all .3s ease-in-out;
  transform: translateY(-4px);
}

/* ................................................Review patient section End ................................................  */

/* ................................................Number of Awards section Start ................................................  */


.number_of_awards {
  padding: 50px 0px 180px 0px;
  background-color:#edf3f5;
}
.number_of_awards .awards_title {
  color: #3dd6ba;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.number_of_awards .awards_heading {
  font-size: 42px;
  font-style: normal;
  color: #494a52;
  font-weight: 700;
  line-height: 1.2;
  padding: 32px 0px;
}
.number_of_awards .awards_paragraph {
  color: #566c8e;
  font-size:16px;
}
.number_of_awards .awards_image {
  padding-top: 15px;
}
.number_of_awards .awards_image .col-md-4 {
  box-shadow: 1px 1px 1px rgb(9 28 38 / 8%);
  padding: 10px;
}
.number_of_awards .awards_image img {
  width: 100%;
}

/* ................................................Number of Awards section End ................................................  */

/* ................................................Emergency Service section Start ................................................  */

.emergency_service_section .row {
  padding: 0px;
  max-width: 100%;
  margin-top: -93px;
  padding-bottom: 115px;
}
.emergency_service_section .col-lg-6.col-md-10 {
  width: 57%;
  margin: 0 auto;
}

.emergency_service {
  background-color: #3dd6ba;
  display: flex;
  border: 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  background-position: -15px -33px;
  box-shadow: 0 15px 40px rgb(9 28 38 / 16%);
}
.emergency_service_image_yellow {
  position: absolute; 
}
.emergency_service_image_yellow img {
  width: 100px;
  margin: -24px 0px 0px 85px;
}
.emergency_service_section .emergency_service_image {
  width: 30%;
  padding: 30px;
  display: flex;
}
.emergency_service_section .emergency_service_text {
  padding: 38px 30px; 
  color: #fff;
}
.emergency_service_heading {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.emergency_service_number {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
}

/* .................................................Emergency Service section End ................................................  */


/* .................................................Footer section Start ................................................  */

.footer_discription {
  font-size: 16px;
  color: #566c8e;
  font-weight: 400;
  padding: 20px 0px;
}
.footer_logo_section svg {
  width: 14px;
}
.medicine_footer .footer_location, .footer_phone, .footer_mail{
  color: #566c8e;
  display: flex;    
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
}
.medicine_footer .footer_location_text, .footer_phone_number, .footer_mail_id {
  padding-left: 15px;
  padding-top: 1px;
}
.medicine_footer .footer_manu ul{
  display: grid !important;
  padding: 13px 32px;
  line-height: 1.7;
  color: #566c8e;
}
.medicine_footer .footer_manu ul li{
  list-style-type: none;
}
.medicine_footer .footer_manu li:last-child{
  display: none;
}
.medicine_footer .footer_manu ul li a{
  color: #566c8e;
  font-size: 14px;
  text-decoration: none;
}
.medicine_footer .footer_pages_heading {
  color: #3dd6ba;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  padding-left: 35px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.medicine_footer .footer_schedule_heading {
  color: #3dd6ba;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  padding-left: 50px;
  text-transform: uppercase;
}
.medicine_footer .footer_pages_links {
  padding: 10px 35px;
}
.medicine_footer .footer_schedule_week {
  color: #566c8e;
  display: flex;
  font-size: 14px;
  padding: 8px 50px;
  font-weight: 400;
  border-bottom: 1px solid #edf3f5;
  justify-content: space-between;
}
.medicine_footer .footer_copyright_text {
  border-top: 1px solid #edf3f5;
  margin-top: 70px;
  padding: 30px 0;
  font-size: 14px;
  text-align: center;
}
/* .................................................footer section End ................................................  */