/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/

.location-clinic {
  margin-top: 30px; 
  display: none; 
  background: linear-gradient(rgb(245, 250, 246) 0%, rgb(240, 242, 246) 100%); 
  padding: 40px; 
  border-radius: 10px;
}

.hide{
  display: none !important;
}
.no_timeplot {
  padding-left: 16px;
  color: red;
}
html{
  scroll-behavior: smooth;
}
div#map {
  height: 450px;
  margin-left: -14px;
  margin-right: -14px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #2196F3;
  padding: 10px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  left: 44%;
  top: 40%;
  z-index: 9999999999;
  margin: 30px;
}
#book_clinician {
  margin: 20px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#popup_image figure div img{
  width: 100%;
}
.success{
  color: green;
  font-size: 20px;
  border: green solid;
  padding: 5px;
  margin: 5px;
  margin-bottom: 15px;
}
.error{
  color: red;
  font-size: 20px;
  /*border: red solid;*/
  padding: 5px;
  margin: 5px;
  margin-bottom: 15px;
}

#change_clinic_ a{
  color: black;
  text-decoration: underline;
}
#nearest_clinic{
  margin-left: 5px;
}
.clinic_detail{
  display: flex;
  justify-content: space-between;
  background-color: rgb(232, 232, 232);
  width: 100%;
  margin-top: 15px;
}
.clinic_detail div h5 {
  font-weight: 600;
}
.clinic_detail_col{
  width: 33%;
  padding: 20px;
}
.fas, .far {
  color: #11a1dc;
}
.pdr-10 {
  padding-right: 10px;
}

.space_bet{
  display: flex; 
  justify-content: space-between;
} 
#get_site{
  margin-top: -18px;
}
#change_clinic_{
  margin-left: 40px;
}
.frow > div {
  padding: 16px 16px;
  width: 100%;
}
@media only screen and (max-width: 1236px){
  .clinic_detail_col{
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .space_bet{
    display: block !important;
    width: 100% !important; 
  } 
  .space_bet .col-4, .space_bet .col-8 {
    display: block !important;
    max-width: 100% !important; 
  } 
  #get_site{
    margin-top: 25px;
  }
  .clinic_detail{
    display: block;
  }
  .clinic_detail_col{
    width: 100%;
    padding: 8% !important; 
    font-size: 16px;
  }
  #change_clinic_{
    margin-left: 5px;
  }
  .space_bet .yello-bg-btn {
    text-align: right !important;
  }
}
.vc_icon_element-inner.vc_icon_element-color-white.vc_icon_element-have-style-inner.vc_icon_element-size-md.vc_icon_element-style-rounded-outline.vc_icon_element-outline.vc_icon_element-background-color-custom {
  z-index: 9;
}
#home_hero_scroll {
  margin-top: -90px !important;
}
@media only screen and (max-width: 500px) {
  .loader{
    left: 30%;
  }
  #home_hero_scroll {
    margin-top: 15px !important;
  }
  .menu-btn {
    color: black !important;
  }
  .page-hero .page-hero-subtitle{
    font-size: 50px !important;
  }
}
.frow label {
  font-weight: 700;
  line-height: 20.8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: Montserrat !important;
}
.gfield_required{
  color: #790000;
  margin-left: 4px;
}
a.btn.entry-more-btn {
  margin-top: 30px;
  font-weight: 500;
}
.hero-overlap-1 {
  z-index: 29 !important;
}
.footer-clinic-th a{
  color: white;
}
.footer-clinic-th a:hover{
  color: white;
  text-decoration: underline;
}
.button, .entry-more-btn{
  color: #4d4d4f !important;
  border-color: #4d4d4f !important;
  border-width: 2em; 
  background-color: transparent !important;
  padding: 17px 24px;
}
.searchsubmit{
  background-color: yellow !important;
}
.fa-search{
  color: white !important;
}
.clinician_title {
  padding-top: 20px;
  margin-bottom: 5px !important;
  font-size: x-large;
}
button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-white.popmake-763.read_more {
  border-color: #FFF24f;
  color: #4d4d4f;
}
button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-round.vc_btn3-style-outline.vc_btn3-color-white.popmake-763.read_more:hover {
  background-color: #fff242;
}
.booking_slots_head{
  background-color: rgba(40, 40, 40, 0.5);
  color: #fff;
}
#booking_slot{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.booking_slot_col{
  text-align: center;
  width: 100% ;
}
.booking_slot_col:nth-child(2n+2) {
  background-color: rgba(0,0,0,0.1);
}
.booking_slots_head {
  min-height: 40.8px;
}
.slot-time:hover, .active-slot {
  background-color: rgb(71, 144, 191);
  color: #fff;
  cursor: pointer;
}
@media(max-width: 767px) {
  #booking_slot {
    flex-direction: column;
  }
  .booking_slots_head.d{
    display: none;
  }
  .mobile {
    display: flex !important;
    justify-content: space-around;
  }
  .mobile .booking_slots_head {
    width: 100%;
    border: 1px #fff solid;
  }
}
i.fas.fa-arrow-right, i.fas.fa-arrow-left {
  color: #fff;
}
.mobile{
  display: none;
}
.clinician_list_area_expertise{
  margin-top: 5px; 
  margin-bottom: 10px
}
.clinician_list_slotinfo, .clinician_list_area_expertise{
  font-size: 14px;
}
#scroll_down_btn .vc_icon_element-inner {
  cursor: pointer;
  animation: MoveUpDown 2s linear infinite;
  position: absolute;
  
  left: calc(50% - 47px);
}
#scroll_down_btn_clinic {
  cursor: pointer;
  animation: MoveUpDown 2s linear infinite;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 47px);
  z-index: 999;
}
.menu-btn {
  padding: 5px 20px !important;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 10px;
  }
  50% {
    bottom: 30px;
  }
}
/*.owl-nav {
  font-size: 45px;
  display: flex;
  justify-content: space-around;
}
*/

.owl-prev, .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {
  transform : scale(2,5); 
  color: #000;
}
ul.sub-menu {
  margin-left: -15px !important;
  margin-top: 6px;
}
button.owl-next span, button.owl-prev span {
  font-size: 50px;
}
.scroll_down_btn_inner {
  color: #11a1dc !important;
}
#pop_up_clinician_detail h4 {
  font-size: 24px;
  font-weight: 400;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}
#skills_popup {
  margin-bottom: 0.5rem !important;
}
.map_place #map .gm-style-iw.gm-style-iw-c, .map_place .map .gm-style-iw.gm-style-iw-c {
  max-width: 300px !important;
}
.map_place{
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  li.menu-btn.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1153 {
    color: white;
    border-color: yellow;
  }
  li.menu-btn.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1153 {
    border-color: yellow;
    width: 95%;
    margin: auto;
    margin-top: 10px;
  }
  .motus-tabs-nav {
    overflow: scroll !important;
}
}
.booking-now-menu-btn {
  border-radius: 50px;
  border: 2px solid #fff242;
  padding: 5px 32px;
  font-size: 16px;
  color:white;
}

.booking-now-menu-btn:hover {
  border-radius: 50px;
  border: 2px solid #fff242;
  padding: 5px 32px;
  font-size: 16px;
  color: #4d4d4f !important;
  background-color: yellow;
  cursor:default;
}
.booking-now-menu-btn a{ 
}
.booking-now-menu-btn:hover a{
  color: #4d4d4f !important;
}

.hero-clinic{
  margin-top: -30px;
  background-color: #fff;
}

.vc_carousel-inner {
    text-align: center;
}
/*30-07-2021 css change clinice page*/
.navigation-main .menu-btn,
.head-outro {
  cursor: default;
  font-size: 18px;
}



/*02-08-2021 css changes*/

/* careers page btn*/
#contactbtn .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {}

#contactbtn .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
  background-color: #FFF342;
  
}

/*news page btn*/
a.btn.entry-more-btn:hover {
  background-color: #FFF342 !important;
}

/*careers page top-box*/
#careers {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/*clinics page to p-box*/
.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*03-08-2021 css*/

/*careers submit btn*/
#gform_submit_button_2:hover {
  background-color: #fff !important;
}

/*contact-us submit btn*/
#gform_submit_button_1:hover {
  background-color: #fff !important;
}

/*13-08-2021*/
.navigation-main a,
.head-outro {
  font-size: 18px !important;
}

#sticky-wrapper .site-branding {
  max-width: 312px;
}


/*16-08-2021*/
.filter-clinic span {
  display: inline-block;
  /* float:left; */
  margin-right: 10px;
  margin-bottom: 5px;
}

/*17-08-2021*/
.vc_tta-panel {
  border-style: solid;
  border-color: #fff242 !important;
}

.vc_custom_heading_physiotherapist {
  font-size: 21px;
}


.vc_tta-panel-title h4 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  text-transform: none;
  letter-spacing: -0.72px;
}

.vc_tta-panel-title h4 span {
  font-family: 'Montserrat';
}

/*home page menu css*/

a {
  text-decoration: none;
}

.navigation-main a {
  
  display: inline-block;
  position: relative;
  
}

.navigation-main a:hover {
  color: #fff242;
}

.navigation-main a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #fff242;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  
}

.navigation-main a:hover:before,
.navigation-main li.current_page_item:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navigation-main li.current_page_item {
  border-bottom: 3px solid #fff242;
}

/*18-08-2021*/
.wpb_wrapper p {
  margin: 0 0 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  line-height: 24px;
}

.text-color {
  color: #fff;
}

.wpb_text_column wpb_content_element {
  position: absolute;
  top: 420px;
  position: absolute !important;
  left: 45px;
  right: 18px;
  border: 1px solid;
}

.vc_custom_heading_clinician_title {
  padding-top: 120px;
  margin-bottom: 3px !important;
  font-size: 26px;
}

/*.hero-overlapbox {
  top: 205px;
  position: absolute !important;
  left: 45px;
  right: 432px;
  border: 1px solid;
  font-weight: 400%;
  line-height: 1px;
}*/
/*.hero-overlapbox {
  top: 320px;
  position: absolute !important;
  border: 33px solid;
  left: 0px;
}*/
.hero-overlapbox {
  padding: 0px 50px !important;
  top: -70px;
}

.hero-overlapbox-container {
  margin-top: -90px !important;
}

.vc-hoverbox-back-inner_text {
  margin-bottom: -35px;
}

.physio-profile-pic {
  background-position: top !important;
}

.head-stuck #header-menu-1.navigation-main>li:hover {
  border-bottom: 3px solid #fff242 !important;
}

@media only screen and (max-width: 990px) {
  li.booking-now-menu-btn.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1153 a {
    color: black;
  }
}

.vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
  margin-bottom: -160px !important;
}

#mobilemenu {
  max-height: 500px;
}

/*23-08-2021*/
.yello-bg-btn .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline,
.btn {
  text-transform: lowercase;
}

a.btn.entry-more-btn {
  text-transform: lowercase;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
  text-transform: lowercase;
}

@media only screen and (max-width:480px) {
  .header img.custom-logo {
    max-width: 60% !important;
    /*margin-top: -111px;
    margin-left: -14px;*/
  }
  
  .row .space_bet {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width:768px) {
  .header img.custom-logo {
    max-width: 60% !important;
    /*margin-top: -12px;
    margin-left: -25px;*/
  }
}
@media only screen and (max-width:425px) {
  .header img.custom-logo {
    max-width: 60% !important;
    /*margin-top: -35px;
    margin-left: -14px;*/
  }
}
@media only screen and (max-width:425px) {
  .mobile-nav-trigger {
    margin-top: -35px !important;
  }
}


@media only screen and (max-width:375px) {
  .header img.custom-logo {
    max-width: 60% !important;
    /*margin-top: -30px;
    margin-left: -14px;*/
  }
}
@media only screen and (max-width:480px) {
  .header img.custom-logo {
    max-width: 60% !important;
    /*margin-top: -35px;
    margin-left: -14px;*/
  }
}

@media only screen and (max-width:480px) {
  .motus_font_clinic {
    font-size: 26px !important;
  }
}

@media only screen and (max-width:480px) {
  .motus_text_clinic {
    line-height: 16px !important;
  }
}

@media only screen and (max-width:480px) {
  .motus_services_health {
    font-size: 26px !important;
    /*line-height: 1px !important;*/
  }
}
/*@media only screen and (max-width:375px) {
  .motus_services_health {
    font-size: 22px !important;
    line-height: 1px !important;
  }
}
@media only screen and (max-width:325px) {
  .motus_services_health {
    font-size: 19px !important;
    line-height: 1px !important;
  }
}*/
@media only screen and (max-width:480px) {
  .vc_custom_1629714747095 {
    padding: 150px !important;
  }
  
  .vc_custom_1629715225268 {
    padding: 150px !important;
    
  }
  
  .vc_custom_1629714762045 {
    padding: 150px !important;
  }
  
  .vc_custom_1629714770369 {
    padding: 150px !important;
    /*margin-top:12px !important;*/
  }
  
  .vc_custom_1629715321605 {
    padding: 150px !important;
  }
  
  .vc_custom_1629715331285 {
    padding: 150px !important;
  }
  
  .vc_custom_1629168560878 {
    padding: 150px !important;
  }
  
  .vc_custom_1629168573565 {
    padding: 150px !important;
  }
  
  .vc_custom_1629168690039 {
    padding: 150px !important;
  }
  
  .vc_custom_1629168743278 {
    padding: 150px !important;
    
  }
  
  .vc_custom_1629168757981 {
    padding: 150px !important;
  }
  .vc_custom_1629852252883 {
    padding: 150px !important;
  }
  .vc_custom_1629852271508 {
    padding: 150px !important;
    margin-top: 12px !important;
  }

  .vc_custom_1629852358995 {
    padding: 150px !important;
  }
  .vc_custom_1629852363683 {
    padding: 150px !important;
  }
  
  .vc_custom_1629317120469 {
    padding-bottom: 600px !important;
  }
}

@media only screen and (max-width:480px) {
  
  .vc-hoverbox-block,
  .vc-hoverbox-front {
    height: 250px !important;
  }
}

@media only screen and (max-width:480px) {
  .vc_images_carousel {
    width: 100% !important;
  }
  
  ol.vc_carousel-indicators {
    margin-bottom: -10% !important;
  }
}

/*@media only screen and (max-width:480px) {
  img {
    display: inline-block;
    vertical-align: middle;
    max-width: 104%;
    padding-top: 24px;
    padding-left: 3px;
    margin-top: -30px;
    height: auto;
  }
}*/

@media only screen and (max-width:480px) {
  .motus_font_community {
    font-size: 31px !important;
  }
}

@media only screen and (max-width:480px) {
  .motus_text_community {
    line-height: 16px !important;
  }
}
@media only screen and (max-width:480px) {
  .motus_font_home {
    font-size: 31px !important;
  }
}

@media only screen and (max-width:480px) {
  .motus_text_home {
    line-height: 16px !important;
  }
}
@media only screen and (max-width:480px) {
  .motus_font_clinic {
    font-size: 31px !important;
  }
}

@media only screen and (max-width:480px) {
  .motus_text_clinic {
    line-height: 16px !important;
  }
}

.about_us_image_1 {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: -60px;
  background-color: white;
}

.about_us_image {
  margin-top: -90px;
  padding-left: 10%;
  padding-right: 10%;
}


/*24-08-2021*/
.footer-widgets {
  padding: 110px 0 50px !important;
}

/*.list-social-icons a {
  color: #7ac470 !important;
  font-size: 2.80em !important
}*/

.list-social-icons {
  margin: 0px !important;
  padding: 0;
  margin-top: -36px !important;
  padding-top: -33px !important;
  list-style: none;
}

.footer-widgets .widget {
  font-weight: 400;
  font-size: 17px !important;
  line-height: 1.86;
  text-transform: none;
  letter-spacing: 0px;
}

.footer-widgets .widget-title {
  font-weight: 700;
  font-size: 17px !important;
  /* line-height: 1.13; */
  line-height: 0px !important;
  text-transform: none;
  letter-spacing: -0.32px;
}

.filter-clinic {
  text-transform: lowercase !important;
}


@media only screen and (max-width:480px) {
  .vc-hoverbox-wrapper, .vc-hoverbox-wrapper * {
    box-sizing: border-box;
    /*padding: 14px;*/
  }
}

/*@media only screen and (max-width:480px) {
  .vc-hoverbox-wrapper,
  .vc-hoverbox-wrapper * {
    box-sizing: border-box;
    padding: 20px;
  }
}*/



/*25-08-2021*/

@media only screen and (max-width:480px) {
  .services_inner_text {
    padding-top:65px !important;
  }
}
@media only screen and (max-width:480px) {
  .careers_img_gap {
    padding-top: 80px !important;
  }
  #testing{
    margin-bottom: -30px !important;  
  }
  .vc_custom_1629984568505{
    margin-top: 0px !important;
  }
}
@media only screen and (min-width:480px) {
  .clinicians_min_height {
    min-height:258px;
  }
}
.pum-theme-709 .pum-content, .pum-theme-lightbox .pum-content{
   outline: 0 !important;
}
@media only screen and (max-width:350px) {
  .vc-hoverbox-block-inner.vc-hoverbox-back-inner .vc_custom_heading {
      font-size: 26px;
  }
}
.vc_custom_1629984568505{
  margin-top: 60px;
}
.btn-to-top, .btn-to-top:hover {
    z-index: 99;
}
.vc_custom_1630066892453, .vc_custom_1630114376401, .vc_custom_1630059233343, .vc_custom_1630213454562, .vc_custom_1630213889690, .vc_custom_1630213917526, .vc_custom_1630214831920, .vc_custom_1630214856324, 
.vc_custom_1630215161644, .vc_custom_1630215238238,
.vc_custom_1630214904630{
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wpb_single_image.wpb_content_element.vc_align_left.contracts_img_section, .contracts_img_section_1 {
    margin-bottom: 0px !important;
}
.contracts_img_section figure .vc_single_image-wrapper.vc_box_border_grey, .contracts_img_section_1 figure .vc_single_image-wrapper.vc_box_border_grey {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
}

.contracts_img_section figure .vc_single_image-wrapper.vc_box_border_grey img {
    max-width: 150%;
    object-fit: cover;
    width: 912px;
}
.contracts_img_section_1 figure .vc_single_image-wrapper.vc_box_border_grey img {
    max-width: 100%;
    object-fit: cover;
}
#mm-2 ul.sub-menu.mm-listview ul.mm-listview, 
#mm-4 ul.sub-menu.mm-listview ul.mm-listview {
    display: none;
}
.clinicians_min_height_title {
    min-height: 108px;
}

.mobile-icon{
  display: none;
}

@media only screen and (max-width:768px) {
  .list-social-icons.mobile-icon{
    display: block;
  }
  .list-social-icons{
    display: none;
  }
}

#scroll_down_btn_services .vc_column_container{
  bottom: 220px;
}
#scroll_down_btn_services {
  cursor: pointer;
  animation: MoveUpDown 2s linear infinite;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 47px);
  z-index: 999;
}

.book_mobile_menu_color{
  color: black !important;
}

@media only screen and (min-width:375px) {
  .book_mobile_menu
  {
    margin-left: 200px !important;
  }
}
.error404 .page-hero-align-left{
  background-image: url(https://motushealth.co.nz/wp-content/uploads/2020/11/Motus-Sample-Image-5.jpg);
  background-repeat: no-repeat !important;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
  background-position: center center !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

