/* Newbook Booking Globe */
@media (min-width: 981px) and (max-width: 1235px) {
  .get_bookings_special_size .et_pb_row {
    width:calc(100% - 80px);
  }
  .get_bookings_special_size .et_pb_column_1_2{
    width:550px;
  }
  .get_bookings_special_size .et_pb_column_1_2.et_pb_specialty_column {
    width:calc(100% - 570px);
  }
  .get_bookings_special_size .et_pb_column_1_2.et_pb_specialty_column .focus_buttons_reset a {
    margin-bottom:20px;
  }
}
@media (max-width: 981px) { 
  .get_bookings_special_size .et_pb_column_1_2.et_pb_specialty_column * {
    text-align:center!important;
  }
  .get_bookings_special_size .et_pb_column_1_2.et_pb_specialty_column .focus_buttons_reset {
    justify-content: center;
    padding:0 0 100px!important;
  }
}
#newbook_booking_globe {
    width: 574px;
    height: 574px;
    position: relative;
    margin:0 auto;
    
}

#newbook_booking_globe_map {
    background: #fff url("../images/map-background-blur.png") center center no-repeat;
    width: 574px;
    height: 574px;
    display: block;
    overflow: hidden;
    position: relative;
   
}
#newbook_booking_globe_map .gm-style > div:nth-of-type(1)>div:nth-of-type(3) {
   border-radius:1000px;
   box-shadow:inset -50px -100px 200px rgb(0 35 86 / 50%),inset 50px 100px 200px rgb(106 187 250 / 50%);
}
#newbook_booking_globe_map::after {
    background: transparent url("../images/globe-overlay.png") center center no-repeat;
    width: 125vw;
    height: 125vw;
    display: block;
    content: "";
    width: 854px;
    height: 854px;
    top: -140px;
    left: -140px;
    position: absolute;
    -webkit-animation:spindatglobe 60s linear infinite;
    -moz-animation:spindatglobe 60s linear infinite;
    animation:spindatglobe 60s linear infinite;
}
@media (max-width: 712px) {
   #newbook_booking_globe {
        display:none!important;
   }
}
@media (min-width: 981px) {
    #newbook_booking_globe_map {
        }
    #newbook_booking_globe {
    
        float: right;
    }
    #newbook_booking_globe_map::after {
       
       
    }
}

#newbook_booking_globe_overlay {
    background: #f79520;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -117%);
    padding: 18px 25px;
    box-shadow:0 20px 10px -15px rgba(0,0,0,0.3)
}
#newbook_booking_globe_overlay:after {
    content:"";
    display:block;
    position:absolute;
    bottom:-15%;
    left:50%;
    transform: translate(-15px, 0);
    width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid #f79520;
}

#newbook_booking_globe_overlay p.newbook_booking_globe_overlay_price {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-weight: 900;
}

#newbook_booking_globe_overlay p.newbook_booking_globe_overlay_confirmed {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

@-moz-keyframes spindatglobe { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spindatglobe { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spindatglobe { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }