label {
    font-weight: normal;
    font-size: 12px;
}

button.contactus-button.sliding {
	padding: 8px 15px !important;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px !important;
}

div.contactus-lightbox-body {
    padding: 30px 30px 30px 30px !important;
    border-radius: 5px !important;
}

div.contactus-lightbox-caption {
    border-radius: 5px !important;
    background-color: #fff !important;
    border-bottom: none !important;
}

div.contactus-lightbox-cap > h4{
	margin-top:30px !important;
	margin-bottom:0px !important;
	font-size: 18px!important;
    line-height: 16px;
	text-align:center;
	color:#252525 !important;
}
div.contactus-lightbox-closer{
	width:10%;
}
div.contactus-lightbox-closer > i{
	float:right;
	cursor: pointer;
	margin-right:20px !important;
	color:#c3c3c3 !important;
}

div.contactus-lightbox, div.contactus-alert,div.contactus-lightbox.jmoddiv.jmodinside{
	display:none;
    position:absolute;
    background:white;
    z-index:1000000;
	padding:0px;
	top:-400px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 5px !important;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

/* ********   START Input Checkbox   ************ */
/* ********************************************** */
input[type='checkbox'] {
  -webkit-appearance: none;
  position: relative;
  align-items: center;
  color: #cccccc;
  margin-right: 0.8rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #cccccc;
  cursor: pointer;
  transition: all 0.4s;
}
input[type='checkbox']:focus {
  outline: none;
}
input[type='checkbox']:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  top: 0.3rem;
  left: 0.03rem;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(-45deg);
  transform-origin: left top;
}
input[type='checkbox']:checked::before {
  border-color: #cccccc;
  -webkit-animation: checkboxOn 0.4s;
  animation: checkboxOn 0.4s;
}
input[type='checkbox']:not(:checked)::before {
  -webkit-animation: checkboxOff 0.4s;
  animation: checkboxOff 0.4s;
}
@keyframes checkboxOn {
  0% {
    width: 0;
    height: 0;
  }
  30% {
    width: 0;
    height: 0.5rem;
  }
  50% {
    width: 1rem;
    height: 0.5rem;
  }
}
@keyframes checkboxOff {
  0% {
    border-color: #cccccc;
    width: 1rem;
    height: 0.5rem;
  }
  30% {
    border-bottom-color: transparent;
    width: 0;
    height: 0.5rem;
  }
  50% {
    border-left-color: transparent;
    width: 0;
    height: 0.5rem;
  }
}
/* ********************************************** */
/* *********   END:: Input Checkbox  ************ */

.sppb-panel-modern>.sppb-panel-heading {
 padding:17px 30px 17px 15px;
 background:#fafafa;
 color:#be9545;
}

select.contactus-select{
	font-size: 13px !important;
	color: #a4a4a4 !important;
}

.sp-megamenu-parent {
    float: left !important;
}

.justify-content-end {
    justify-content: flex-start !important;
}

.sp-megamenu-parent > li::after {
    background: #be9545;
    border-radius: 50%;
    content: "";
    width: 6px;
    height: 6px;
    left: auto;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sp-megamenu-parent >li:last-child:after {
  display: none;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 20px;
}

a.dot {
border-bottom: 1px dashed #be9545;
font-size: 14px;
text-align: center;
}

a.dot:hover {
border-bottom: 1px dashed #737979;
}

.gorod {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    font-weight: 700;
}

.gorod:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5a0";
    color: #be9545;
    padding-right: 5px;
}

.chas {
    text-align: center;
    font-size: 14px;
}

.chas:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    color: #be9545;
    padding-right: 5px;
}

.chas2 {
    text-align: center;
    font-size: 14px;
}

.mcs-module {
    text-align: center !important;
    width: 100% !important;
    padding-top: 0px;
}

#map {
    width: 100%; height: 400px; padding: 0; margin: 0;
}

.description {
    display: block;
    color: #999;
    font-size: 10px;
    line-height: 17px;
}

.tit {
    color: #999;
}