    /* ----------------------------------------------------------
    ::  Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */
/* drop down menu hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

#side-info{
  max-width: auto;
  height: auto;
  background: rgba(233, 249, 255, 0.884);
  border: 2px solid rgb(232, 237, 250);
  border-radius: 5px;
  padding: 10px;
  margin-left: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#side-info p{
  color: black;
  font-size: medium;
  font-weight: lighter;
}


#lifont{
  font-size: 18px;
}



/* tele-medicine */

.form-control-file{
  background-color: royalblue;
  font-size: 12px;
}


/* for emergency button  */
#hover{
  display: none;
  color:white;
}
    
#mybtn:hover #hover {
  display: block;
}



/* accordion */
#accordion{
text-decoration: none;
}

.card{
 background: rgb(200, 226, 241);
 margin: 10px;
}





/* for image specialty section */
.img__img{
  width: 257px;
  height: 185px;
}

#image-div1{
border: 5px solid white;
}

.img__wrap {
  position: relative;
  height: 200px;
  width: 257px;
}

.img__description {
  text-align: center;
  font-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(13, 13, 14, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}


#div1{
  background-color: royalblue;
  height: auto;
  padding: 30px;
  border: 10px solid white;
 
}
#con2{
  margin-top: 50px;
}


/* for map */



.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.img-with-text {
    text-align: center;
    width: 250px;
}

.img-with-text img {
    display: block;
    margin: 0 auto;
    border: 5px solid white;
    padding: 20px;
}

#quick_links:hover{
  background: orangered;
  color: white;
text-decoration: underline;
}

#quick_links{
  font-size: 16px;
}

.btn-new{
  text-align: center;

}