.info_wrapper {
    display: flex;
    justify-content: space-between;
	 padding-bottom: 40px;	
}

button.send_sms_btn {
    background-color: #f9f9f9;
	padding: 10px 15px;
}

/* rounded-checkbox-css */

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-left: 5px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #E4002B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.custom-mobile-form p {
  margin-top: 10px;
}


button.details-card-btn {
    padding: 10px 22px!important;
    border-radius: 50%!important;
}

h2{
	font-size: 50px;
	color: red;
}
form#mobileForm .form_input_wrapper{
	padding: 5px;    
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-right: 10px;    
}


.woocommerce-page form#mobileForm .form_input_wrapper span img {
    max-width: 30px!important;
}
form#mobileForm .form_input_wrapper>span>span {
      color:#b1b1b1 !important;
      pointer-events: none;
      padding-right: 20px;
    padding-left: 20px;
	font-size: 16px;
}

.custom-mobile-form input[type="tel"] {
    width: 30%;
    border: none !important;
	 padding: 0px;
	 height: 30px;
}


div#assessor-popup .popup-content {
    display: block!important;
}

div#assessor-popup .popup-content h6 {
    margin-bottom: 15px;
}