/* Add here all your CSS customizations */

.social-icons li a{
	/*border: #eee solid 1px;*/
	font-size: .9rem;
	height: 35px;
    line-height: 35px;
    width: 35px;
    color: #fff !important;
}

.mc-client img{ border:1px solid #bfbfbf; }


footer .social-icons li a {
    color: #fff !important;
}

.management .social-icons li:hover a {
  color: #38469d !important;
}

.footer-copyright a{
    color: #38469c!important;
    font-weight: 500;
}


/* custom */
.quick-enq-right {
  position: fixed;
  top: 50%;
  right: 17px;
  width: 152px;
  margin-top: -80px;
  height: 35px;
  border-radius: 10px 10px 0 0;
  background: #38469d;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 5px;
  z-index: 99;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}
.quick-enq-right button {
  background-color: #38469d;
  border: none;
  color: #fff;
}


/* quick enqq */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 999999999;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}


.quick-enq-form-sec {
  width: 350px;
  height: 560px;
  position: fixed;
  right: 0px;
  top: 20%;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 9999999;
}
.quick-enq-form-sec input {
  margin: 5px 0;
}
.quk-enq-submit {
  width: 100%;
  border: none;
  margin: 10px 0;
  padding: 10px;
  background: #38469d;
  color: #fff;
}
.quk-enq-close {
  border: none;
  padding: 5px 10px;
  background-color: #bf0000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.hNdgk{
    bottom:86px !important;
    right:5px !important;
    margin:0px !important;
}

