
@media only screen and (max-width: 768px) {
  .mcs-module {
  margin-top: 0;
text-align: center;
margin-bottom: 10px;
float: left;

margin-left: 10px;
  }
  .mcs-dialog {
 position: relative;
z-index: 99999999999999999;
top: 30px;
left: 6%;
width: 89%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 0px 10px #353535;
    -moz-box-shadow: 0px 0px 10px #353535;
    -webkit-box-shadow: 0px 0px 10px #353535;}
}
@media only screen and (min-width: 768px) {
  .mcs-dialog {
	position: fixed;
    z-index: 9000;
    top: 20%;
    left: 26%;
    width: 49%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 0px 10px #353535;
    -moz-box-shadow: 0px 0px 10px #353535;
    -webkit-box-shadow: 0px 0px 10px #353535;
}
.mcs-module {
	position: relative;
    color: #0099ff;
    width: 100%;
    margin-left: 21%;
  }
.mcs-module:nth-clild(1) {
margin-top: 10% !important;
}
  #sp-header-right {margin-top: 2.66%;
}
  
}



.mcs-module .city {
    color: #0099ff;
    text-decoration: none;
    border-bottom: 1px dashed #0099ff;
}
.mcs-module .city:hover {
    color: #0099ff;
    text-decoration: none;
    border-bottom: 1px dashed #0099ff;
}
.mcs-module .question {
position: absolute;
    top: -4px;
    left: 150px;
    padding: 5px 7px 0px 4px;
    font-size: 13px;
    color: #333333;
    background-color: #fff;
    padding-bottom: 0px;
    /* border: 1px solid #ff3334; */
    border-radius: 6px;
    font-family: Poppins, sans-serif;
    background-color: #f2f2f4;
}
.mcs-module .question .close {
    position: relative;
    top: -5px;
    left: 1px;
    color: #5B5B5B;
    opacity: 1;
    font-weight: normal;
    font-size: 13px;
    text-shadow: none;
}

.mcs-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 8999;
}


.mcs-dialog a {
    color: #0099ff;
    text-decoration: none;
}
.mcs-dialog .close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background: url(close.svg) left top no-repeat;
    opacity: 0.8;
}
.mcs-dialog .close:hover {
    opacity: 1;
}
.mcs-dialog .title {
      color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    margin: 0;
    background-color: #0099ff;
}
.mcs-dialog .groups {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #0099ff;
}
.mcs-dialog .group {
    float: left;
    margin: 0;
    padding: 6px 18px;
    font-size: 14px;
}
.mcs-dialog .group a.active {
    color: #0079db;
	border-bottom: none;
}
.mcs-dialog .group a {
	border-bottom: 1px dashed #0099ff;
}
.mcs-dialog .cities {
    min-height: 140px;
    padding: 10px 0 10px 16px;
}
.mcs-dialog .cities.hidden {
	display: none;
}
.mcs-dialog .city {
    float: left;
	width: 170px;
	margin: 0 10px 8px 0;
}
.mcs-dialog .link {
	border-bottom: 1px dashed #0099ff;
	font-size: 14px;
}
.mcs-dialog .link.active {
   color: #ff3334;
    border-bottom: 1px dashed #ff3334;
}
.mcs-dialog  .link:hover, .mcs-dialog  .link:active, .mcs-dialog  .link:focus {
	color: #ff3334;
	background: none;
}

.mcs-clear {
    clear: both;
}