/* Add here all your CSS customizations rv:11.0*/
.book-a-demo {
  margin: 0 10px;
}

.divider-left-2px {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.custom-nav {
  flex-wrap: nowrap;
}

.color-ds-green {
  color: #025360 !important;
}

.color-ds-yellow {
  color: #ffb821 !important;
}

.bg-ds-yellow {
  background-color: #ffb821 !important;
}

.bg-ds-green {
  background-color: #025360 !important;
}

.bg-ds-green-light {
  background-color: rgba(2, 83, 96, .06) !important;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.letter-spacing-normal {
  letter-spacing: normal;
}

.border-color-ds-yellow {
  border-color: #ffb821 !important;
}

.border-color-ds-green {
  border-color: #025360 !important;
}

.border-color-lightgray {
  border-color: lightgray;
}

.free-trial-form-label {
  font-size: 14px;
  font-weight: 600;
}

.border-right-radius-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.border-left-radius-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.free-trial-form-btn {
  min-width: 140px;
  min-height: 48px;
  font-weight: 400;
  color: #fff;
  border-radius: 6px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.ds-custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal !important;
  background: url('../img/toggle.png') no-repeat right .2rem center/15px 15px;
}

.ds-custom-feature-box-icon {
  border: 2px solid #025360 !important;
  border-radius: 10px !important;
  height: 28px !important;
  width: 28px !important;
  top: 4px !important;
}

.ds-custom-check-icon {
  font-size: 10px !important;
  position: absolute !important;
  top: -2px !important;
  right: -6px !important;
  background: white !important;
}

.font-weight-500 {
  font-weight: 500;
}

.font-size-18 {
  font-size: 18px;
}

.benefits-font {
  font-size: 18px;
  font-weight: 500;
}

.rotate-30 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-210 {
  -webkit-transform: rotate(210deg) scale(1) !important;
  -moz-transform: rotate(210deg) scale(1) !important;
  -ms-transform: rotate(210deg) scale(1) !important;
  -o-transform: rotate(210deg) scale(1) !important;
  transform: rotate(210deg) scale(1) !important;
}

.line-height-20px {
  line-height: 20px;
}

.featured-box-effect-4:hover .rotate-210 {
  transform: rotate(210deg) scale(1.15) !important;
}

.border-right-half {
  border-right: .5px;
}

.border-left-half {
  border-left: .5px;
}

.play-btn {
  width: 15%;
  position: absolute;
  left: 43%;
  bottom: 43%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.play-btn:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}


@media screen and (min-width: 992px){
  .process-step#second-step:after {
    height: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    width: 50%;
    top: 45px;
    left: 75%;
  }
}

.video-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.video-header-container {
  width: 34%;
  margin: 0 80px;
}

.video-header {
  color: #000;
  margin: 9px 0;
  font-weight: 600;
  font-size: 24px;
}

.video-sub-header {
  color: #025360;
  font-size: 23px;
  font-weight: 600;
  animation-name: subHeader;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.video-sub-header-2 {
  font-size: 16px;
}

.dform {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}

.dform-input {
  width: 80%;
  max-width: 300px;
  height: 38px;
  margin-right: 5px;
  padding: 0 10px;
  border: 1px solid #DCDCDC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
}

.dform-button {
  height: 38px;
  padding: 0 14px;
  border: none;
  color: #fff;
  background-color: #025360;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  min-width: 85px;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

#g-recaptcha-response-error {
  position: relative;
  top: -13px;
}

#phone_number-error {
  position: relative;
  left: -47%;
}

#phone_code-error {
  display: none !important;
}

@keyframes subHeader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 425px) {
  .book-a-demo {
    display: none;
  }
}

@media (max-width: 767px) {
  .custom-section {
    padding: 0 !important;
  }
}


@media screen and (min-width: 1500px) {
  .custom-img {
    max-width: 600px;
  }
}

@font-face {
  font-family: Alien Resurrection;
  src: url("fonts/Alien_Resurrection.ttf");
}

.show-more-or-less-btn {
  color: #025360;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 200ms;
}

.show-more {
  height: 0;
  overflow: hidden;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}