/*==========Ápµ¸§Ú­Ì=============*/
#onlineconsultationblock{
color: #ffffff;
} 

#onlineconsultationform{
color: #ffffff;
}

#onlineconsultationblock .col-md-5{
max-width: 38%;
min-width: 38%;
}
#onlineconsultationblock .col-md-7{
max-width: 62%;
min-width: 62%;
}

#onlineconsultationblock #onlineconsultationform h3 {
    border-bottom: 1px solid #ffffff;
    font-weight: bold !important;
}

/*
#onlineconsultationblock #onlineconsultationform  .form-control {
color: #000000 !important;
background-color: #CBD6DE;    
}
*/
#onlineconsultationblock #onlineconsultationform  .form-control::placeholder {
color: #087CB4 !important;
}

#onlineconsultationblock .btn-primary {
  color: #FFFFFF;
background: linear-gradient(to bottom,  #ff7c80 0%,#cb2d32 100%);
  border-color: #cc2e33;
  font-size: 108%;
  font-weight: 550;
  transition: all .25s ease .1s;
  padding: 8px 10px;
}




#onlineconsultationblock #checkboxmycheckbox {
  position: relative;
  left: 95px;
  top: 0px;
  margin: -10px 0px 0px 0px;
  font-size: 110%;
}


#onlineconsultationblock #informationblock {
    position: relative;
    font-size: 100%;
    width: 105%;
    line-height: 200%;
      padding: 35px 40px;
}

#onlineconsultationblock #informationblock #about_block{
    position: relative;
    border: 2px solid #ffffff;
       background: url(../../img/frame/milkfish_web_19.png) no-repeat right 80px;
}



#onlineconsultationblock #informationblock #about_block_lt{
  position: absolute;
   background: #087CB4 url(../../img/frame/milkfish_web_18.png) no-repeat left top;
   width: 66px;
   height:  62px;
   left: -23px;
   top: -22px;
      z-index: 0;
}

#onlineconsultationblock #informationblock #about_block_rt{
  position: absolute;
   background: #087CB4 url(../../img/frame/milkfish_web_18.png) no-repeat right top;
   width: 66px;
   height:  62px;
   right: -18px;
   top: -22px;
      z-index: 0;
}

#onlineconsultationblock #informationblock #about_block_rb{
  position: absolute;
   background: #087CB4 url(../../img/frame/milkfish_web_18.png) no-repeat right bottom;
   width: 66px;
   height:  62px;
   right: -18px;
   bottom: -21px;
   z-index: 0;
}

#onlineconsultationblock #informationblock #about_block_lb{
  position: absolute;
   background: #087CB4 url(../../img/frame/milkfish_web_18.png) no-repeat left bottom;
   width: 66px;
   height:  62px;
   left: -23px;
   bottom: -21px;
   z-index: 0;
}

#onlineconsultationblock #informationblock #about_content{
    position: relative;
z-index: 10;
padding: 40px 35px 45px 35px;
}

#onlineconsultationblock #about_block h4{
font-size: 135%;
margin: 0px 0px 10px 0px;
}
#onlineconsultationblock #about_block h5{
font-size: 125%;
    line-height: 220%;
}
#onlineconsultationblock #about_block p{
margin: 0px 0px 0px 0px;
font-size: 110%;
    line-height: 220%;
}
#onlineconsultationblock #about_block strong{
font-size: 125%;
}