.container {
  width: 850px;
  margin: auto;
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
}

.bestil-heading {
  text-align: center !important;
}

.bestil td {
  padding: 10px;
}

.step2,
.step3,
.step4 {
  display: none;
}

.step2 .weeks {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.step2 .week {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.step2 .day {
  font-size: 15px;
  border-bottom: 1px solid #0b733a;
  cursor: pointer;
}

.step2 .date.disable .day {
  color: #ccc;
  cursor: auto;
  border-color: #ccc;
}

.step2 .day.active {
  background-color: #0b733a;
  color: white;
}

.step2 .date {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
  min-width: 12%;
  width: 100%;
}

.step2 .timing {
  display: none;
}

.step2 .timing.active {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
  flex-wrap: wrap;
}

.step2 button {
  margin-left: auto;
}

.step2 .time {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  margin: 5px -5px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  width: 100px;
}

.step2 .time:hover {
  border-color: #0b733a;
}

.step2 .time.active {
  background-color: #0b733a;
  color: white;
}

#error,
#error2 {
  display: none;
  color: red;
}

.error {
  color: red;
  font-size: 20px;
}

.success {
  color: green;
  font-size: 20px;
}

.block {
  display: block;
}

.prev,
.next {
  color: black;
  color: #0b733a !important;
  text-decoration: none !important;
  z-index: 101;
}
.prev {
  margin-right: 10px;
}
.next {
  margin-left: 10px;
}

.calenderButton {
  right: 0px;
}

.leftdata {
  border: 1px solid #0b733a;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 20px;
}

.leftdata b {
  color: #0b733a;
}

.col-md-12 {
  padding-left: 0px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0b733a !important;
}

.tab button {
  width: 50%;
  text-align: left;
}

.box-white {
  padding: 0px !important;
}

.btndisable {
  background-color: #d2d2d2 !important;
  color: white;
}

@media (max-width: 768px) {
  .step2 .day {
    font-size: 11px;
  }
  .step2 .date {
    margin-right: 3px;
  }
}
.index .mainContent {
  width: 100% !important;
  margin-left: 0px !important;
}

.userdata {
  padding: 0px;
  background-color: #efefef;
  border-radius: 18px;
}

#step1msg {
  padding-left: 10px;
}
.userinfo {
  display: block !important;
}

.timersection .send-btn {
  margin-top: -50px !important;
}

.timersection .back-btn {
  margin-top: -40px;
}

.timersection .row {
  margin-left: 0px;
  margin-right: 0px;
}

.step2 .back-btn,
.step2 .send-btn {
  position: relative;
  z-index: 100;
}

#loader {
  margin-top: 10px;
}
/*Calander styles*/
.atc-wrapper {
  width: 180px;
  height: 40px;
  margin: 20px auto;
}

.atc-checkbox-label {
  width: 100%;
  height: 100%;
  display: block;
  background: #0b733a;
  color: white;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  user-select: none;
  margin-bottom: 0px;
  font-size: 15px;
}

.atc-links-wrapper {
  background: white;
  transition: transform 0.5s, opacity 0.1s;
  border: 0 solid #0b733a;
  border-left-width: 1px;
  border-right-width: 1px;
  box-sizing: border-box;
  transform: translateY(-100%);
  width: 100%;
  opacity: 0;
}

.atc-link {
  line-height: 40px;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  background: white;
  color: #0b733a;
  pointer-events: none;
  border-bottom: 1px solid #0b733a;
  position: relative;
  transition: background 0.5s, color 0.5s;
}

.atc-link:hover {
  background: #0b733a;
  color: white;
}

.atc-checkbox {
  display: none;
}

.atc-checkbox:checked + .atc-links-wrapper {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s 0.2s;
}

.atc-link {
  pointer-events: auto;
}

/* new style */

.content-wrapper .container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.content-wrapper {
  background-color: #f8f8f8;
  width: 100%;
}
.content-box {
  background-color: #f8f8f8;
  width: 100%;
  margin-top: 25px;
  padding: 30px;
  text-align: right;
}
.box-white {
  background-color: #f8f8f8 !important;
  padding: 0 30px;
}
.content-box p {
  text-align: left;
}
.form-list {
  padding: 0;
  text-align: left;
}
.form-list li {
  margin-bottom: 40px;
  list-style: none;
}
.form-list li:last-child {
  margin: 0;
}
.title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
  width: 25%;
}
.top-space {
  margin-top: 8px;
}
.title sup {
  font-weight: bold;
  color: #ff0000;
  position: relative;
  left: 0px;
  font-size: 16px;
  top: 0;
}
.data-form {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.data-form p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.data-form select {
  background-color: #fff;
  color: #333333;
  height: 34px;
  width: 100%;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}
.data-form input[type="text"],
.data-form input[type="email"],
.data-form input[type="tel"],
.data-form input[type="date"] {
  background-color: #fff;
  color: #333333;
  height: 34px;
  width: 100%;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding-left: 10px;
  outline: none;
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 400;
}

.data-form input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #333333;
}
.data-form .submit-btn,
.data-form .submit-btn:hover,
.data-form .submit-btn:focus {
  background-color: #0b733a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  text-align: center;
  padding: 7px 10px;
  margin: 30px 0 0;
  width: 130px;
  height: 33px;
}
.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* page2 inner */
.chkbox h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}
.left-area {
  margin-left: 25px;
}

.back-btn,
.back-btn:hover,
.back-btn:focus {
  color: #0b733a;
  font-size: 12px;
  text-decoration: underline;
  margin-right: 15px;
}
.send-btn,
.send-btn:hover,
.send-btn:focus {
  background-color: #0b733a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  text-align: center;
  padding: 7px 10px;
  margin: 0 0 0;
  width: 158px;
  height: 33px;
}
.chkbox input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.chkbox input[type="checkbox"] + label {
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  align-items: center;
  color: #333333;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}
.chkbox input[type="checkbox"] + label > ins {
  position: absolute;
  display: block;
  bottom: 0;
  left: 2em;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}
.chkbox input[type="checkbox"] + label > ins > i {
  position: absolute;
  bottom: 0;
  font-style: normal;
  color: #333333;
}
.chkbox input[type="checkbox"] + label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

.chkbox input[type="checkbox"] + label:hover > span,
.chkbox input[type="checkbox"]:focus + label > span {
  background: rgba(255, 255, 255, 0.1);
}
.chkbox input[type="checkbox"]:checked + label > ins {
  height: 100%;
}

.chkbox input[type="checkbox"]:checked + label > span {
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
.chkbox input[type="checkbox"]:checked + label > span:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #212121;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}

/* page 3 */

.page-left {
  background-color: #f8f8f8;
  padding: 30px 19px;
  text-align: left;
}

.page-right {
  background-color: #f8f8f8;
  padding: 0;
  text-align: left;
}
.page-space {
  padding: 30px 30px 50px;
}
.page-space .send-btn,
.page-space .send-btn:hover,
.page-space .send-btn:focus {
  width: auto !important;
}

.page-right .form-list li {
  margin: 0;
}
.page-right .send-btn,
.page-right .send-btn:hover,
.page-right .send-btn:focus {
  width: 110px;
  margin-top: 15px;
}
.text-small {
  font-size: 11px;
  margin-top: 15px;
  display: block;
}
.page-right .data-form input[type="text"],
.page-right .data-form input[type="email"],
.page-right .data-form input[type="tel"] {
  margin: 0px 0 7px;
}
.page-right .data-form input[type="date"] {
  width: 70%;
}
.page-left p span {
  font-size: 14px;
  font-weight: bold;
}
.page-left p {
  color: #333333;
  font-size: 19px;
  font-weight: 400;
  line-height: 21px;
}
.link-to {
  color: #0b733a;
  font-size: 12px;
  text-decoration: underline;
}
.tab {
  overflow: hidden;
  background-color: #f8f8f8;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  cursor: auto;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ddd;
  border-bottom: 1px solid #000;
}

/* Change background color of buttons on hover */
.tab button.active:hover {
  background-color: #c0c0c0 !important;
  cursor: pointer;
}

.newlink {
  color: #000;
  margin-left: 15px;
  margin-top: 22px;
  display: inline-block;
}

.newlink:hover {
  color: #000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0 12px 20px;
  text-align: left;
  border-top: none;
}
.form-width {
  width: 45%;
}
.form-width input[type="date"] {
  width: 100% !important;
}
.form-check-input:checked {
  background-color: #0b733a;
  border-color: #0b733a;
  outline: none;
}
.form-check {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-right: 15px;
}

/* end new style */

.hide {
  display: none;
}

.e-form__indicators,
.e-form__indicators__indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-form__indicators__indicator__progress {
  width: 100%;
  position: relative;
  background-color: #d3d3d3;
  border-radius: 15px;
  overflow: hidden;
}

.e-form__indicators__indicator__progress__meter {
  width: 25%;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding-right: 15px;
  border-radius: 15px;
  background-color: #8ac058;
  color: black;
  text-align: right;
  -webkit-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

.stepTitle {
  font-size: 25px;
  color: #ccc;
  text-align: center;
  padding: 15px;
  width: 100%;
  font-weight: bold;
}

.w100 {
  width: 100%;
}

.types {
  width: 100%;
}

.types div.type {
  border: 1px solid #ccc !important;
  border-radius: 10px;
  padding: 17px;
  font-size: 20px;
  cursor: pointer;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.types div.type div.name {
  flex-grow: 1;
  padding-left: 17px;
}

.types div.type .two-lines {
  margin-top: -9px;
}

.types div .fa {
  float: right;
  font-size: 28px;
  color: #8ac058;
}

.types div input[type="radio"] {
  border: 0px;
  outline: none;
}

.types div small {
  display: block;
  font-size: 11px;
  color: gray;
  font-style: italic;
  position: absolute;
  margin-top: -5px;
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .types div {
    max-width: 100%;
    font-size: 16px;
  }

  .types div.type .two-lines {
    margin-top: -5px;
  }

  .content-box.step1 {
    padding: 10px;
  }

  .col-md-4,
  .col-md-8 {
    width: 100% !important;
    max-width: 100%;
    float: none;
  }

  .data-form {
    width: 100% !important;
    clear: both;
  }

  .data-form,
  .title {
    width: 100% !important;
  }
}

.col-md-4 {
  width: 33.33%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-8 {
  width: 66.66%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.elementor-widget-shortcode {
  background-color: #f8f8f8;
}

.elementor-widget-shortcode {
  border-style: solid;
  border-width: 1px;
  border-color: #7a7a7a69;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.elementor-widget-container {
  border: 0px !important;
  box-shadow: none !important;
}
