
#get-started-contact-main, #get-started-leadform, #get-started-leadformsubmited, 
  #get-started-leadformschedule, #get-started-scheduleform,  #get-started-scheduleformsubmitedslot {
  margin:25px;
  display: none;
}
.gsm-btn-primary {
  background: #72D54A;
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 1.2em;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;  
  width: 100%;
}
.gsm-btn-contact {
  margin-top: 20px;
  background: #fff; 
  border: 2px solid #72D54A; 
  border-radius: 5px;  
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 1.2em;
  cursor: pointer;
  text-align: center;  
  width: 100%;
}
.gsm-btn-slots {
  margin-top: 5px;
  background: #fff; 
  border: 1px solid #D9D9D9; 
  border-radius: 5px;  
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 14px;  
  padding: 1.2em;
  cursor: pointer;
  text-align: center;  
  width: 50%;
}
.gsm-btn-slots-active {
  border: 2px solid #72D54A; 
}

.gsm-btn-contact a {
  color: #000;
  text-decoration: none;
  text-decoration-line:none;
}
.getstarted-genform input[type="text"] {
  width: 100%;
  color: #000;
  padding-left: 0;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
.getstarted-genform input[type="email"] {
  width: 100%;
  color: #000;
  padding-left: 0;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
.getstarted-genform input[type="tel"] {
  width: 100%;
  color: #000;
  padding-left: 0;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
}
.getstarted-genform input:focus{  
  outline: 0;  
  color: #000;
  border-color: inherit;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;  
  border-bottom: 1px solid #000;
}
.getstarted-genform select:focus{  
  outline: 0;  
  color: #000;
  border-color: inherit;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;  
  border-bottom: 1px solid #000;
}

.getstarted-genform input:-webkit-autofill,
.getstarted-genform input:-webkit-autofill:hover, 
.getstarted-genform input:-webkit-autofill:focus, 
.getstarted-genform input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}

.getstarted-leadform-slilt {
  display: block;
  height: 45px;
  line-height: 45px;
  position: relative;
  z-index: 500;
  padding-left: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-border-radius: 0px;
  background: url(https://cdn.golftec.com/images/down-arrow-48.png) no-repeat right #fff;
  background-position-x: 98%;
  opacity: 100;
  border: 0;
  border-bottom: 1px solid #000;
}
.getstarted-subscribelf {
  margin-top: 70px;
}
#getstarted-leadform-close {
  margin-top: 40px;
}

.getstarted-leadformcalendar-slots {
  text-align: center;
}


/** Schedule calendar */

.gtm-cal-wrapper{  
  width: 380px;  
}
.gtm-cal-wrapper div.gtm-cal-header {
  display: flex;  
  align-items: center;
  padding: 15px 30px 0 0;
  justify-content: space-between;
}
div.gtm-cal-header .gtm-lf-icons{
  display: inline-flex;
  width: 100%;
}
div.gtm-cal-header .gtm-lf-icons span{ 
  cursor: pointer;
  color: #000;
  text-align: center;    
  user-select: none;
  border-radius: 50%;
}
/*
.gtm-lf-icons span:last-child{
  margin-right: -10px;
}
*/
div.gtm-cal-header .gtm-lf-icons span:hover{
  background: #f2f2f2;
}

.gtm-lf-calendar{
  padding-top: 0;
  padding-left: 0;
  padding-right: 30px;
  padding-bottom: 5px;
}
.gtm-lf-calendar ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.gtm-lf-calendar .gtm-lf-days{
  margin-bottom: 20px;
  margin-right: 20px;
  padding-left: 10px;
}
.gtm-lf-calendar li{
  color: #333;
  width: calc(100% / 7);
  font-size: 1.07rem;
}
.gtm-lf-calendar .weeks li{
  font-weight: 500;
  cursor: default;
}
.gtm-lf-calendar .gtm-lf-days li{
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
}
.gtm-lf-days li.gtm-inactive{
  color: #aaa;
}
.gtm-lf-days li.gtm-active{
  color: #000;
}
.gtm-lf-days li::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.gtm-lf-days li.gtm-active::before{
  background: #D9D9D9;
}
.gtm-lf-days li:not(.gtm-active):hover::before{
  background: #f2f2f2;
}
.gtm-calpre {
  width: 15%;
  display: inline-block;
  text-align: right;
}
.gtm-calmid {
  width: 67%;
  text-align: center;
  display: inline-table;
  
}

.gtm-calnext {
  width: 15%;
  display: inline-block;
  text-align: left;
}
span.gtm-lf-current-date { 
  font-size: 16px !important;
  font-weight: 600;
}

#getstarted-submitedslot-close {
  margin-top: 20px;
}


.getstarted-letgetstared, .getstarted-letgetstareds, .getstarted-letgetstaredbtn  {
  display: none;
}
.getstarted-header-ctmobile-back {
  float: left;
  width: 8%;
  text-align: left;
  padding-left: 0;
  margin-top: 5px;
  cursor: pointer;
}
.getstarted-header-ctmobile-close {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 0;
  /* display: none; */
  cursor: pointer;
}
.getstarted-header-mobile-cthome {
  float: left;
  width: 35%;
  text-align: left;
  padding-left: 0;   
  text-align: left; 
  cursor: pointer;
  margin-top: 5px;
  cursor: pointer;
}

/* Mobile */
@media only screen and (max-width: 450px) {

  .getstarted-header-ctmobile-close { 
    display: block;
  }
  .getstarted-letgetstaredbtn {
    display: block;
    margin-top: 10px;
  }
  .getstarted-letgetstared {
    display: block;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
  }
  .getstarted-letgetstareds {
    display: block;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 400;
  }

  
  /* #gsm-contact-btn-wrap {
    display: flex; 
    flex-direction: column;
  }
  #gsm-btn-call {
    order: 1;
  }
  #gsm-btn-schedule{
    order: 2;
  }
  #gsm-btn-email {
    order: 3;
  } */
  .getstarted-button-handedness a p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px){
  .getstarted-letgetstareds {    
    font-size: 20px;    
  }
  .getstarted-button-handedness a p {
    font-size: 15px;
  }
  .getstarted-letbookalesson-sub, .getstarted-package-subtitle, .getstarted-package-slot-ht {
    font-size: 18px;
  }
}