/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}




*/



.loader {
     -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    height: 110px;
    margin-top: 20px;
    left: 50%;
    position: absolute;
}

.checkboxConsent{
    margin-left:20px !important;
    margin-top: -42px !important;
    margin-bottom: 20px !important;
}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.top_location_search {
    background: #f1f3f6;
    padding: 40px 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}
.top_location_search span {
    font-size: 46px;
    color: #404040;
    margin-top: 10px;
    font-weight: 400;
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.top_location_search strong {
    color: #126db4;
}
.top_location_search #search_data {
    background: #126db4;
    color: #fff;
    padding: 18px 60px;
    border-radius: 4px;
    border: 1px solid #126db4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.top_location_search #id_address {
    padding: 17px 28px 17px 15px;
    width: 50%;
    margin: 0 30px;
    border:2px solid rgba(0,0,0,.12);
}
.clinic_custom_details {
	border-radius: 3px;
    width: 80%;
    border: 1px solid;
    margin: 20px auto;
    display: table;
}
.clinic_custom_details {
    width: 100%;
    margin: 40px auto;
    padding: 40px 40px;
    border: 1px solid #cccccc;
    background: #fff;
    box-sizing: border-box;
}
#postal_code  {
    max-width: 1060px;
    margin: 0 auto;
}
#mk-theme-container{
	background: #f1f3f6;
}
.clinic_map {   
    width: 30% !important;
    height: 300px !important;
    float: left;
    margin-right: 30px;
    border: 5px solid#f7f7f7;
    margin-left: 15px;
}
.second-step .clinic_map {
    width: 85% !important;
    height: 120px !important;
    float: left;
    margin-right: 0;
    border: 1px solid#126db4;
    margin-left: 15px;
    border-radius: 6px;
}
.clinic_custom_details .mk-fancy-title{
	color: #126db4;
	font-weight: bold;
	font-size:32px;
}
.clinic_details .clinic_label , .clinic_description .clinic_label{
    font-weight: 700;
    padding-right:5px;
    color:#777777;
}
.clinic_custom_details .clinic_details p {
    margin: 0; 
}

span.pagenav-top {
    display: none !important;
}
.clinic_button a {
    background: #126db4;
    color: #fff;
    padding: 7px 24px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
    letter-spacing: 1px;
    font-weight: 600;
}

.clinic_button a:hover{
	background-color: #c9ba7a;
	color: #fff;
}
.clinic_custom_details .clinic_button {
    padding-top: 20px;
	text-align: center;
   /* clear: both;
    text-align: center;
    overflow: hidden;*/
}
.custom_progress_bar {
    border:1px solid #BCBCBC;
    background-color: #fff;
}

.full-container_custom {
    background: #fff;
    padding: 100px 0;
    border-top: 1px solid #CCCCCB;
    border-bottom: 1px solid #cccccc;
}
.custom_list_search {
    float: left;
    margin:0px;
    width:25%;
}
.custom_text {
    width: 50%;
    float: left;
}
.container_custom {
    display: table;
    width: 83%;
    margin: 0 auto;
    max-width: 1060px;
}
/*.custom_list_search li:nth-child(even) {
    float: right;
}*/
.custom_text p {
    padding-right: 80px;
}
.custom_list_search li {
    list-style: none;
    margin-bottom:6px;
    line-height:24px;
   /* float: left;
    width: 44%;*/
}
.custom_list_search li i {
    padding-right: 5px;
    color:#126db4;
}
.clinic_details span {
    font-size: 16px;
    color: #777;
}
.clinic_button input[type="submit"] {
    background-color: #126db4;
    color: #fff;
    font-weight: 700;
    padding: 12.5px 24px;
    letter-spacing: 1px;
    border: none;
    font-size: 12px;
    border-radius: 3px;
}

.consent_link{
    margin-top:-20px !important;
}

#mk-theme-container {
	overflow:hidden;
}
.progress-bar-container .progress-percentage {
    background-color: #337ab7;
}
 .custom_progress_bar .progress-steps li:before {
    color: #337ab7;
}
.progress-steps li {
     position: relative;
}
#msform .confirm-booking input, #msform .confirm-booking select {
    border-radius: 5px;
    height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
}
#msform .confirm-booking input:focus {
    border-color: #126db4;  
}
#msform .confirm-booking textarea {
    border-radius: 3px;
}
.confirm-booking {
    margin-top: 30px;
}
#msform fieldset > h2  {
    margin-top: 0;
} 
.wizard-content #msform {
    margin-top: 0;
}
#msform .confirm-booking input[type="button"] {
    padding: 7px 20px;
    margin-left: 0;
}
#page-section-19.mk-page-section.self-hosted {
    background-color: #fff;
}
.postal_code  {
    max-width: 1060px;
    margin: 0 auto;
}
.page-template-template-location-php.page.page-id-1261._masterslider .mk-grid {
    width: 1100px;
}   

.filter_clinic h2 {
    margin-top: 0;
    color: #575757;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
.progress-steps li > span {
    position: absolute;
    left: -12px;
    font-size: 8px;
    color: #fff;
    display: none;
}
.progress-steps li.completed > span {
    display: inline-block;
}
.confirm-booking input.submit.action-button {
    border-color: #337ab7 !important;
}
.checkbox_stp .booking_contact_error {
    display: block;
    clear: both;
}
.filter_clinic #msform select, .filter_clinic #msform input {
    margin: 10px 0;
    height: 40px;
    border-radius: 5px;
    color: #222 !important;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 015px;
}
.filter_clinic #msform input[type="button"] {
    width: auto;
    height: auto;
    background-color: #337ab7;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.filter_clinic #msform input:disabled,
.filter_clinic #msform input[disabled]{
    cursor: not-allowed;    
}
.page-template-template-search-php .loader_section .loader {
    position: inherit;
}
.section-booking-info .left-section-book {
    float: left;
    width: 61%;
    padding: 0 15px;
}
.section-booking-info .right-section-book  {
    width: 33%;
    float: right;
    padding: 0 15px;
}
.section-booking-info.wizard {
    padding: 40px 0 22.5px 0;
    display: inline-block;
    width: 100%;
}
.section-booking-info .wizard-content {
    padding: 20px 0 0;
}
.section-booking-info .wizard-content h1 {
    margin-bottom: 0;
    font-family: Lato;
    padding-left: 20px;
}

.left-section-book label {
    display: block;
    color: #292b2c;
    font-weight: bold;
} 
.right-section-book .wizard-progress h2 {
    font-weight: bold;
}
.progress-steps {
    margin-top: 20px;
}
.booking-help-container {
    margin: 0 15px 40px;
    background-color: #e1e3e6;
    padding: 10px 20px;
}
.booking-help-container p{
    margin-bottom: 0;
    color: #292b2c;
    font-size: 17px;
}
.booking-help-container p a { 
    color: #337ab7;
}
    .filter_clinic {
        padding: 0 20px;
        overflow: hidden;
    }
.filter_clinic #msform input::placeholder {
    color: #000;
}
.full-clinic_found {
    background-color: #337ab7;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}
.clinic_not_found {
    float: left;
}
.previous_clinic_step  {
    float: right;
}
.previous_clinic_step a {
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

.previous_clinic_step a:hover {
    background-color: #fff;
    color: #337ab7;
    border-radius: 5px;
}

.second-step {
    margin: 0 -20px;
}
.second-step  h2 {
    padding: 0 20px 15px;
}
.second-step .clinic_custom_details {
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 20px 10px;
}
.second-step .clinic_custom_details h2 {
    margin-bottom: 0;
    padding: 0;
}
.second-step .clinic_details {
    overflow: hidden;
}
.second-step .clinic_details  span {
    font-size: 14px;
}
.second-step .clinic_details  p {
    float: left;
    margin-right: 12px;
}
.second-step .clinic_custom_details .mk-fancy-title {
    font-size: 18px;
}
.left_part_second {
	float: left;
    width: 35%;
}
.left_part_second span {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #000;
}
.booking_custom_form .confirm-booking .col-sm-6 {
    float: left;
    width: 45%;
    padding: 0 15px;
}
.booking_custom_form .confirm-booking .col-sm-12 {
	clear: both;
    padding: 0 15px;
}
.item-checkbox-step > div {
    float: left;
    margin-right: 20px;
}
.booking_custom_form {
    margin: 0 -10px;
}
.booking_custom_form .confirm-booking .col-sm-6:nth-child(odd) {
    clear: left;
}
.confirm-booking > div span {
	color: red;
}
.last_thankyou_step {
	margin: 0 -20px; 
}
.last_thankyou_step .clinic_map {
    width: 100% !important;
    height: 300px !important;
    float: left;
    margin-right: 0;
    border: none;
    margin-left: 0;
    margin: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.thank-you * {
    color: #000 !important;
}
#map{
	width: 100%;
	height: 400px;
}


html,
body,
#map_canvas {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px
}
.bottom_location_search {
    background: #ffffff;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
span.searched_clinic {
    color: #126db4;
}
.bottom_location_search p {
    font-size: 24px;
    margin-bottom: 0px;
}
.progress-section {
    overflow: hidden;
    border-radius: 1.25rem;
    background-color: #BCBCBE;
    margin-top: 15px;
    height: 14px;
    padding-top:0 !important; 
}
.fa.custom-search-loc {
    display: none;
}
.submit-btn {
    display: inline-block;
    position: relative;
}
.clinic_map_tight {
    display: inline-block;
    width: 64%;
}
.clinic_map_tight .clinic_button {      
    text-align: left;;
}

@media (max-width: 1020px) {
.booking_custom_form .confirm-booking .col-sm-6 {
    width: 44%;
    padding: 0 10px;
}
.left-section-book label { 
    font-size: 14px;
}

}
@media (max-width: 1000px) {
    .section-booking-info .left-section-book {
        width: 59%;
    }
}
@media (max-width: 991px) {
  #page-section-14 .mk-button--size-x-large {
    padding: 15px 5px;
    font-size: 10px;
}
#page-section-19 .mk-testimonial.avantgarde-style .flex-direction-nav .flex-next {
    right: 10% !important;
}
.top_location_search #id_address {
    width: 40%;
}
.top_location_search #search_data {
    padding: 18px 30px;
}
.page-template-template-location-php.page.page-id-1261._masterslider .mk-grid {
    width: 100% !important;
}
.page-section-fullwidth {
    font-size: 30px;
}
.top_location_search {
    padding: 20px 0;
}
.top_location_search span {
    vertical-align: middle;
}
.custom_text {
    width: 100%;
    float: none;
}
.custom_text p {
    padding-right: 0;
    text-align: left;
    padding: 0 25px;
}


.container_custom {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
}
.custom_list_search {
    float: none;
    width: 100%;
}
.full-container_custom {
    padding: 30px 0;
    display: inline-block;
}
.submit-btn {
    display: inline-block;
    position: relative;
}
.custom_list_search {
    margin: 0px 20px;
}
#theme-page .theme-page-wrapper .theme-content {
    padding: 30px 18px;
}
.clinic_custom_details {
    padding: 40px 36px;
}
.clinic_details span {
    font-size: 15px;
}
.clinic_map_tight{
    width: 60%;
}
}
@media (max-width: 767px) {
    .section-booking-info.wizard {
        width: 100%;
        padding: 40px 15px 0;
        box-sizing: border-box;
}
.section-booking-info .left-section-book,.section-booking-info .right-section-book {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 20px;
}
.section-booking-info .wizard-content h1 {
    font-size: 1.6em;
}
.filter_clinic h2 {
    font-size: 20px;
}
.progress-steps {
    padding-right: 15px;
}
.left_part_second  .clinic_map, .left_part_second span{
     display: none;
 }
 .left_part_second {
    width: 100%;
    float: none;
    margin-bottom: 20px;
 }
 .clinic_custom_details .mk-fancy-title {
    font-size: 22px;
    text-align: left !important;
}
.clinic_button a {
    display: block;
    text-align: center;
}
.second-step .clinic_details p {
    float: none;
    display: block;
}
.second-step .main_map  {
        height: 200px !important; 
}
.wizard-progress h2 {
    font-size: 19px;
}
.full-width-14 .page-section-content #fancy-title-16 {
    font-size: 30px;
}
._.height-full .wpb_column.vc_column_container.vc_col-sm-3 {
    float: left;
    width: 25%;
}
.mk-testimonial  .flex-direction-nav{
    display: none;
}
._.height-full .mk-testimonial.avantgarde-style {
    padding-top: 0;
}

.custom-search-loc.fa {
    display: inline-block;
}
.top_location_search span {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}
.top_location_search #id_address {
    width: 46%;
    margin: 0 10px;
}   

.custom-search-loc.fa {
    display: inline-block;
    position: absolute;
    right: 23px;
    color: #fff;
    top: 20px;
}
#postal_code {
    margin: 0 25px;
} 
/*.clinic_button {
    text-align: center;
}*/
.clinic_custom_details .mk-fancy-title {
     text-align: left !important;
}
    .clinic_map_tight{
        width: 100%;
    }
}
@media (max-width: 600px) and (min-width: 481px) {
   .clinic_map {
    width: 100% !important;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
} 
}
@media (max-width: 480px) {
.booking_custom_form .confirm-booking .col-sm-6 {
    width: 100%;
    box-sizing: border-box;
}
.booking_custom_form .confirm-booking .col-sm-12 {
    padding: 0 10px;
}
/*.top_location_search #id_address {
    width: 60%;
    margin: 0 10px;
}*/
.custom_list_search li {
    font-size: 13px;
}
.clinic_map {
    width: 96% !important;
    height: 170px !important;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
/*.clinic_custom_details {
    padding: 40px 20px;
}*/
.page-section-content .mk-padding-wrapper {
        padding: 0 10px;
}
.full-width-14 .page-section-content #fancy-title-16 {
    font-size: 20px;
}
._.height-full .wpb_column.vc_column_container.vc_col-sm-3 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
#page-section-14 .mk-button--size-x-large {
        font-size: 15px;
}
.top_location_search span {
    font-size: 46px;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
.top_location_search #id_address {
    width: 80%;
    margin: 0 10px;
    display: block;
    margin: 0 auto;
}
.top_location_search #search_data {
    width: 80%;
    margin-top: 15px;
}
.top_location_search {
    padding: 45px 0;
}
.custom_list_search li {
    font-size: 16px;
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
}
.custom_list_search li:nth-child(even) {
	float: none;
}
.custom_list_search li:nth-child(6) {
    margin-bottom: 6px;
}
.custom_list_search {
	margin: 0px 25px;
}
.bottom_location_search p {
    width: 80%;
    margin: 0 auto; 
}
}

@media (max-width: 360px) {
    #page-section-2 #fancy-title-4 {
            font-size: 30px;
    }
/*    .top_location_search #id_address {
    width: 100%;
    margin: 00 0 10px;
}*/
.top_location_search form {
    padding: 0 15px;
}

}