 .container{
   width: 70%;
 }
 textarea{
  width: 100%;
  resize: none;
}
select .proc{
  height: 10px;
}
 h2{
  background-color: #A60808;
  color: white;
  padding: 10px;
  border-radius: 5px;
}
p,label{
  font-weight: lighter;
  font-size: 1.50em;
}
input,select,option, textarea{
  font-size: 16px;
	height: 40px;
	width: 100%;
	padding: 7px;
	border: 2px solid #DEDEDE;
	border-radius: 4px;
}
.container div{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 10px 10px;
}
.submit{
  margin: 20px auto;
  display: block;
  background-color: #A60808;
  color: white;
  width: 40%; 
}

@media screen and (max-width:1200px){
  p,label{
    font-size: 1.20em;
  }
  h2{
    font-size: 1.50em;
  }
  input,select,option, textarea{
    font-size: 1em;
  }
}
@media screen and (max-width:768px) {
  .container{
    width: 100%;
  }
  h2{
		text-align: center;
		font-weight: bold;
		color: #A60808;
		background-color: transparent;
	}
  .container input{
    width: 100%;
  }
}

@media screen and (max-width:435px) {
  .container{
    width: 90%;
  }
  label{
    font-size: .80em;
  }
  .container div{
    margin: 0 25px;
  }
  .container input, .container textarea, .container select{
    width: 150px;
  }
}
/*.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;
}

.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;
}





/*Bnline Booking
.wrap_sched_list{
  padding: 5px;
}
.wrap_sched_list2{
  padding: 30px 0;
}
.wrap_sched_list2 label{
  font-size: 2.5em;
  font-weight: 500;
  color: #911416;
  padding-bottom: 10px;
}
.wrap_sched_list2 p{
      font-size: 1.2em;
    font-weight: 400;
    color: #333;
    min-width: 300px;
    max-width: 100%;
}
.wrap_sched_list ul li{
  margin-bottom: 10px;
  /*padding: 15px 20px;
  moz-box-shadow: 0 0 5px #f0f0f0;
    -webkit-box-shadow: 0 0 5px #f0f0f0;
    box-shadow: 0 0 5px #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #00C5D1;
    cursor: pointer;

    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_sched_list ul li:hover{
  border-color: #0097A0;
  margin-left: 20px;
}
.wrap_sched_list ul li a{
  display: block;
  text-decoration: none;
}
.wrap_dinfo label{
  font-size: 1.8em;
  font-weight: 400;
  color: #333;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.wrap_dinfo span{
  font-size: 1.1em;
  font-weight: 400;
  color: #666;
  width: 100%;
  text-transform: capitalize;
}
.wrap_dimg{
  background-color: #00C5D1;
  padding: 5px;
  text-align: center;
  width: 100px;
  /*position: absolute;*/
  /*left: 0;
  margin-right: 20px;
  float: left;
  position: relative;
}
.wrap_dinfo{
  float: left;
  position: relative;
  padding: 10px 0;
  height: 85px;
}

.wrap_dinfo ul{
  margin-top: 5px;
}
.wrap_dinfo ul li{
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  border: 0;
}
.wrap_dinfo ul li:hover{
  margin-left: 0;
}
.wrap_dinfo ul li img{
  margin-right: 2px;
}
.wrap_dinfo ul li:first-child span{
  color: #FF7A00;
}
.wrap_dinfo ul li:nth-child(2) span{
  color: #FF7A00;
}

.wrap_sched_form{
  padding: 5px;
}
.input_loc{
  width: 89%;
}
.input_loc{
  margin-bottom: 10px;
}
.rmoveloc{
  font-size: 1em;
  font-weight: 400;
  padding: 12px;
  background-color: #C62B2B;
  border-radius: 5px;
  color: #fff;
  width: 75px;
  border: 0;
}
.addloc{
  font-size: 1em;
  font-weight: 400;
  padding: 12px;
  background-color: #00A01A;
  border-radius: 5px;
  color: #fff;
  width: 75px;
  border: 0;
}
.addloc:hover, .addloc:focus{
  outline: 0;
}
.rmoveloc:hover, .rmoveloc:focus{
  outline: 0;
}
/*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;
  padding: 0 38px;
  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;
}

*/
















