/*--------------------------------------------------------------
# new
--------------------------------------------------------------*/
#new {
  position: relative;
  width: 100%;
  padding: 100px 0;
  /* countdown */
}

#new h1 {
  margin: 0 0 10px 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#new h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 22px;
}
#new h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 22px;
}

#new .countdown {
  margin-bottom:0px;margin-left: 23em;
}

#new .countdown div {
  text-align: center;
  margin: 10px;
  width: 100px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.12);
  border-top: 5px solid #ff0000; margin-left:10px;
}

#new .countdown div h3 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 15px;
}

#new .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #new .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #new .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #new .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
  #new .countdown {
    margin-bottom: 0px;
    margin-left: 0em;
}

#new .subscribe {
  font-size: 15px;
  text-align: center;
}

#new .subscribe h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#new .subscribe .subscribe-form {
  min-width: 300px;
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  text-align: left;
}

#new .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#new .subscribe .subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff0000;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#new .subscribe .subscribe-form input[type=submit]:hover {
  background: #f50000;
}

#new .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#new .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#new .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

#new .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}



.side {
   padding: 8px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    width: 140px;
    height:51px;
  background:#0a8e9f;
    z-index: 15;
    top:23%;
    border-radius: 5px 5px 0px 0px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    position: fixed;
    right: 0px;
}

.side a{
    color:#fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}


.side1 {
   padding: 8px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    width: 140px;
    height:51px;
  background:#06685f;
    z-index: 15;
    top:51%;
    border-radius: 5px 5px 0px 0px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    position: fixed;
    right: 0px;
}

.side1 a{
    color:#fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}
/* Global */
/**
* Appointment Button *
*/
.appointment-btn {
    margin-left: 44px;
    background: #16163f;
    color: #fff;
    border-radius: 44px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    margin-top: 2em;}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}