*{
  font-family: poppins, helvetica;
}
.container{
  width: 90%;
  margin: 20px auto;
  padding: 0; 
}

.preparations .prep_info span{
  font-size: 1.30em;
}

.first_content_container{
  width: 100%;
}
.third_content_container h1{
  padding:0;
  margin:0;
}
.preparations{
  display: flex;
  justify-content:space-between;
  margin:0 auto;
  width:100%;
}
.preparations .prep_info p{
  font-size: 1.30em;
}
.prep_info{
  padding: 0 20px;
  width:81%;
}
.prep_info h4{
  background-color: #A60808;
  padding: 10px;
  border:1px solid #333333;
  color:white;
  border-radius: 3px;
}

.preparations li{
  margin:12px 0;
  color: white;
  background-color: #A60808;
  padding:10px 8px;
  border-radius:3px;
}
.preparations a{
  background-color: #A60808;
  color: white;
  text-decoration:none;
  font-size: 1.30em;
}

.services_nav_div{
  width: 15%;
  text-align: center;
  height: 100%;
}
.services_nav_div a{
  color:white;
  text-align: left;
}
 .services_nav_div li{
   text-align: left;
  color: white;
  border: 2px solid black;
  border-radius: 5px;
  font-size: 1.30em;
  background-color: #A60808;
  margin: 10px 0;
  padding: 10px;
  width: 80%;
 }
 .services_nav_div li a:hover,
 .services_nav_div li:hover{
   cursor: pointer;
   background-color: #333333;
   transition: .40s ease;
   text-decoration: none;
 }
 .general_content{
   text-align: center;
   width: 80%;
   margin-left: 30px;
 }
 .general_content, .services_nav_div{
  display: inline-block;
  vertical-align: top;
 }
 .general h1,.news_content h1, .inquiries_content h1{
   background-color: #A60808;
   color:white;
   margin: 0 auto;
   text-align: center;
   border-radius: 7px;
   padding: 10px;
 }
 .general{
   width: 95%;
   margin: 0 auto;
   text-align: center;
 }
 .general p{
   font-size: 1.70em;
 }
 .examinations li{
   list-style-type: disc;
 }
 .examinations div{
   display: inline-block;
   vertical-align: top;
   margin: 3px 20px;
   width: 40%;
 }
 
 .examinations, .preparation_div{
   width: 48%;
   display: inline-block;
   vertical-align: top;
   text-align: left;
 }
 .examinations li, .preparation_div p{
  font-size: 1.50em;
}
 .examinations h1, .preparation_div h1{
   background-color: #A60808;
   color: white;
   padding:10px;
   border-radius: 7px;
   text-align: center;
   font-size: 2.30em;
 }

 .second_content_container {
   display: flex;
   justify-content: space-between;
 }

 .second_content_container div{
   text-align: center;
 }
 .second_content_container h1{
   background-color: #A60808;
   border-radius: 7px;
   color: white;
 }
 .slider_news {
  display: flex;
  overflow-x: auto;
  margin: 0 auto;
  width: 100%;
}
.slide{
  padding: 10px;
  width: 300px;
  flex-shrink: 0;
  height: 100%;
}
.slide p{
  font-size: 1.10em;
}
.slide img{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 300px;
  width: 80%;
 }
 .second_content_container .content_inquiry, .second_content_container .content_news{
   display: inline-block;
   vertical-align: top;
 }
 .content_inquiry{
   width: 16%;
   border-radius: 7px;
   padding: 0 10px;
 }
 .content_news{
  width: 80%;
  margin-left: 50px;
  }
 .content_inquiry h1, .content_news h1{
   font-size: 2em;
   padding: 15px;
 }
 table{
   width: 100%;
 }
 table tr td{
   text-align: left;
   width: 100%;
   font-size: 1.40em;
   padding: 5px 0px;
 }
 table input{
   width: 100%;
   padding:5px;
 }
 table textarea{
   width: 100%;
   height: 200px;
   resize: none;
 }
 .services_div{
   width: 79%;
   margin-left:70px;
 }
 .third_content_container .services_nav_div, .third_content_container .services_div{
   display: inline-block;
   vertical-align: top;
 }
 .third_content_container{
   margin-top: 50px;
   display: flex;
   justify-content: space-between;
 }
 .services_div h1{
   background-color: #A60808;
   font-size: 2.40em;
   color: white;
   text-align: center;
 }
 .ul_services li{
   font-size: 1.50em;
 }
 .row{
   font-size:1.50em;
 }
 .packages_div{
   display: grid;
   text-align: center;
   grid-template-columns: auto auto auto auto;
 }
 .packages_div div{
   margin: 15px 15px;
 }
 .packages_div h3{
   background-color: #A60808;
   color: white;
   padding:10px;
   font-size: 20px;
 }
 .packages_div span{
   font-size: .70em;
 }
 .packages_div li{
  list-style-type: disc;
  text-align: left;
  font-size: 1.30em;
 }
 .healthcare_img{
   width: 100%;
   height: 345px;
 }

 @media screen and (max-width:1200px){
  *{
    font-family: poppins, helvetica;
  }
  .container{
    width: 80%;
    margin: 20px auto;
  } 
  .services_nav_div{
    width: 20%;
    text-align: center;
    height: 100%;
  }
   .services_nav_div li{
    color: white;
    border-radius: 5px;
    font-size: 1em;
    background-color: #A60808;
    margin: 10px 0;
    padding: 10px;
    width: 80%;
   }
   .general_content{
     text-align: center;
     width: 70%;
     margin-left: 30px;
   }
   .general_content, .services_nav_div{
    display: inline-block;
    vertical-align: top;
   }
   .general h1,.news_content h1, .inquiries_content h1{
     background-color: #A60808;
     color:white;
     margin: 0 auto;
     text-align: center;
     border-radius: 7px;
     font-size: 2.10em;
     padding: 5px;
   }
   .general{
     width: 95%;
     margin: 0 auto;
     text-align: center;
     font-size: .90em;
   }
  
   .examinations li{
     list-style-type: disc;
   }
   .examinations div{
     display: inline-block;
     vertical-align: top;
     margin: 3px 20px;
     width: 40%;
   }
   
   .examinations, .preparation_div{
     width: 48%;
   }
   .examinations li, .preparation_div p{
    font-size: 1.10em;
  }
   .examinations h1, .preparation_div h1{
     padding:8px;
     font-size: 1.20em;
   }
   .second_content_container div{
     text-align: center;
   }
  .slide{
    width: 200px;
    font-size: 1em;
  }

  .slide img{
    height: 200px;
    width: 80%;
   }
   .content_inquiry{
     width: 20%;
     border-radius: 7px;
     padding: 0 10px;
   }
   .content_news{
    width: 70%;
    margin-left: 50px;
    }
   .content_inquiry h1, .content_news h1{
     font-size: 1.30em;
     padding: 8px;
   }
   table tr td{
     font-size: 1.10em;
     padding: 5px 0px;
   }
   table input{
     width: 100%;
     padding:5px;
   }
   .services_div{
     width: 65%;
   }

   .services_div h1{
     font-size: 2.20em;
   }
   .row{
     font-size:1em;
   }
   .packages_div h3{
     padding:5px;
     font-size: 1.20em;
   }
   .packages_div li{
    font-size: 1em;
   }
   .healthcare_img{
     height: 350px;
   }
  @media screen and (max-width:768px) {
    .container{
      width: 98%;
    }
    .preparations span{
      font-size: .40em;
    }
    .general p, .general h1, h3{
      font-size: 1.40em;
    }
    .services_nav_div ul li{
      width: 100%;
      font-size:.80em;
    }
    .service_nav_div ul li a p, .third_content_container li{
      font-size: .90em;
    }
    .general_content {
      margin-left: 50px;
    }
    .section_clear{
      display: none;
    }
    .preparation_div, .examinations{
      display: block;
      width: 100%;
    }
    .third_content_container{
      display: block;
    }
    .third_content_container img{
      height: 120px;
    }
    .third_content_container h1{
      font-size: 1.80em;
    }
    .third_content_container a{
      font-size: .70em;
    }
    .packages_div h3{
      font-size: 1em;
    } 
    .second_content_container .content_news{
      display: none;
    }
    .second_content_container .content_inquiry{
      width: 100%;
      margin: 0 auto;
      display: block;
    }
  }

  @media screen and (max-width:435px) {
    .container{
      margin: 0;
      padding: 0;
      width: 100%;
    }
    .container .first_content_container{
      width: 100%;
    }
    .healthcare_img{
      display: none;
    }
    .services_nav_div li{
      padding: 0;
    }
    .general_content p {
      font-size: 1.30em;
      text-align: left;
    }
    .preparations .categories a{
      font-size: .90em;
    }
    .preparations .prep_info h4{
      font-size: .80em;
    }
    .preparations .prep_info span{
      font-size: 1em;
    }
    .general_content{
      padding: 0;
      margin: 0;
      width: 72%;
      margin-left: 15px;
    }
    .preparation_div p{
      font-size: 1em;
    }
    .container .content_inquiry{
      width: 80%;
    }
    .services-list-content{
      width: 70%;
      margin-left: 10px;
      padding: 0;
    }
    .panel-heading{
      padding: 10px 0;
    }
    .services-list a{
      font-size: .50em;
    }
    .third_content_container a{
      padding: 0;
      font-size: .50em;
    }
    .packages_div div{
      margin: 10px;
    }
    .packages_div{
      width: 80%;
      margin: 0 auto;
      display: grid;
   text-align: center;
   grid-template-columns: auto;
    }
    .packages_div li{
      font-size: .80em;
    }
  }
 }
/*.wrap_doctors{
	padding: 80px 0;
}
.panel-group .panel {
    border-radius: 5px;
    background-color: #f8f8f8;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.wrap_accord .panel-title > a {
  background-image: linear-gradient(white,#ffa9aa);
    color: black;
    text-align: center;
    border:1px solid #911416;
    font-weight: 500;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background-color: #911416;
    border-radius: 5px;
}

.more-less {
    float: right;
    color: #fff;
    font-size: .8em;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.panel-body ul li{}
.panel-body ul li a{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	padding: 5px 0;
	display: block;
	text-decoration: none;

	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.panel-body ul li a:hover{
	padding-left: 10px; 
}
.wrap_title_page label{
	font-size: 2.5em;
	font-weight: 500;
	color: #911416;
	padding-bottom: 20px;
}
.wrap_title_page p{
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
	min-width: 300px;
	max-width: 500px; 
}
.lbl_specialization{
	font-size: 1.4em;
	font-weight: 400;
	color: #333;
	padding: 20px 0 0 0;
}





/*Services
.wrap_slist{
	width: 100%;
	height: 230px;
	-moz-box-shadow: 0 0 5px #f0f0f0;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  box-shadow: 0 0 5px #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.wrap_slist .slist_head{
	height: 50px;
	background-color: #323E60;
	padding: 10px 5px;
	line-height: 1;
	text-align: center;
/*	min-height: 5vh;
	display: flex;
	align-items: center;
}
.wrap_slist .slist_head label{
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-transform: capitalize;
	margin-bottom: 0;
}
.wrap_slist .slist_head span{
	font-size: .9em;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-transform: capitalize;
}
.wrap_slist ul{
	padding: 10px 15px;
}
.wrap_slist ul li{
	font-size: 1em;
	font-weight: 400;
	color: #333;
}

/*End


.wrap_prem_ser_icon_chosen img{
  /*width: 40px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70%;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.wrap_prem_ser_icon_chosen{
/*  background-color: #911416;
  border: 5px solid #911416;
  width: 125px !important;
  height: 125px !important;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.list-column{
  columns: 2;
}

.ul_services{
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; /*3 in those rules is just placeholder -- can be anything
}