/*Sidebar*/
#main-services .box {
  width: 31%;
}
.statusmeter {
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #ffffff;
  width: 100%;
  left: 0;
}
.statusmeter span {
  height: 100%;
  background: #074d6c;
  width: 100%;
  display: block;
  transition: 0.2s all ease-in-out;
}
.wrap-button {
  clear: both;
}
.popup-form {
  height: 100%;
  padding-top: 60px;
}
.popup-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div#final-step-container, div.child-options-container {
  overflow: hidden;
}
.popup-container {
  overflow: hidden;
  background: #ffffff;
  height: 80vh;
  max-width: 600px;
}
.popup-sidebar {
  /*width: 30%;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    text-align:left;*/
  width: 100%;
  text-align: center;
}
.popup-sidebar ul li span i {
  margin-right: 5px;
  color: #ee3939;
}
.popup-sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-table;
}
.popup-sidebar ul li {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  /*padding-right: 15px;*/
}
#selected-sub-services ul li {
  display: block !important;
}
.popup-sidebar ul li:last-child {
  margin-bottom: 0;
}
.popup-sidebar ul li strong {
  display: block;
  color: #333;
  margin-bottom: 4px;
}
.popup-sidebar ul li span {
  padding-left: 5px;
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  padding-top: 5px;
}
.popup-sidebar ul li span:last-child {
  border-bottom: 0px solid #e7e7e7;
}
/*Sidbar*/
h3.text-left {
  text-align: left;
}
div#main-services {
  padding-top: 2%;
}
div#child-services {
  padding-top: 0%;
}
.box {
  /*padding: 10px;*/
  margin: 5px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 5px;
  background: white;
}
#final-step .box {
  display: block;
  text-align: center;
  margin: 0px;
}
.box input {
  display: none;
}
.box label {
  display: block;
  padding: 16px 0px 11px 17px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  transition: 0.2s;
  font-size: 16px;
  color: #949390;
}
.box input:checked + label {
  background: #2f4f80;
  color: white;
}
.boxs {
  padding: 0px;
  margin: 5px;
  border: 1px solid #074d6c;
  display: inline-block;
  border-radius: 5px;
  background: white;
}
.boxs input {
  display: none;
}
.boxs label {
  display: block;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  transition: 0.2s;
}
.boxs input:checked + label {
  background: #2f4f80;
  color: white;
}
.hidden {
  display: none;
}
.btn {
  margin: 10px;
  padding: 8px 16px;
  border: none;
  background: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}
.btn:hover {
  background: #0056b3;
}
div#selected-options {
  text-align: center;
  display: none;
}
.wrap-button {
  display: flex;
  justify-content: center;
  padding: 8px;
  height: 60px;
  border-top: 0px solid #dedede;
  margin-top: 15px;
}
form#child-form, form#service-form {
  text-align: center;
}
div#user-form input {
  width: 100%;
  line-height: 35px;
  margin-bottom: 15px;
  padding: 5px 15px;
  margin: 0px auto 15px;
  font-size: 14px;
}
.popup-form {
  overflow-y: hidden;
}
div#user-form {
  position: relative;
  /*width: 65%;*/
}
.popup-header i.fa-arrow-left {
  visibility: hidden;
}
.popup-header {
  /*background: #074d6c;*/
  margin-bottom: 15px;
  color: #000;
  font-weight: 400;
}
div#email-error {
    position: relative;
    top: -7px;
    right: 0px;
    text-align: right;
    font-size: 15px;
}
#step-5 h3,
#step-4 h3,
#step-3 h3,
#step-2 h3,
#main-services h3, 
#user-info h3, 
#final-step h3, 
#child-services h3 {
  line-height: 43px;
  font-weight: 500;
  color: #013951;
  font-family: Poppins, Arial;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
i.fa.fa-close {
  color: #000;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99;
}
.popupsidebar img {
  position: absolute;
  bottom: 0;
}
.popupsidebar {
  float: left;
  overflow: hidden;
  width: 35%;
  display: none;
  background: #ffffff;
  position: relative;
  height: 100%;
}
.popup {
  background: #ffffff;
  float: left;
  width: 100%;
}
div.child-options-container .box {
  display: block;
  width: 97%;
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  box-shadow: 0px 1px 4px #f2f0f0;
}
div.child-options-container .box label {
  border-radius: 0 !important;
  border-radius: 0;
  padding: 10px 0px 10px 15px;
  font-size: 16px;
  text-align: left;
  background: #fff;
  border: 0;
  color: #949390;
}
div#final-step-container, div.child-options-container {
  overflow-y: scroll !important;
  max-height: 360px !important;
}
div#final-step .box input:checked + label:after, div.child-options-container .box input:checked + label:after {
  content: "\f14a";
  color: #013951;
  position: absolute;
  font: var(--fa-font-solid);
  right: 15px;
  top: 10px;
  font-size: 24px;
  font-family: "Font Awesome 6 Free"
}
div.child-options-container .box input:checked + label {
  background: #ffffff;
  color: #000;
  position: relative;
}
div.child-options-container .box input:checked + label i {
  color: #000 !important;
}
div.child-options-container .box label {
  border-radius: 0 !important;
  border-radius: 0;
  padding: 10px 0px 11px 17px;
  font-size: 14px;
  text-align: left;
  background: #fff;
  border: 0;
  color: #949390;
}
div.child-options-container .box {
  float: none;
  display: block;
  width: 97%;
  background: transparent;
  border: 1px solid #ddd;
  margin: 0px auto;
  border-radius: 0 !important;
}
div#final-step-container .box + .box, div.child-options-container .box + .box {
  border-top: 0 !important;
}
div.child-options-container .box label:hover {
  background: #f9f9f9 !important;
}
#main-services .box label {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 7px;
    color: #949390;
}
#final-step .box label {
  text-align: left;
}
#final-step .box label i {
  margin-right: 5px;
}
#final-step .box label:hover, #main-services .box label:hover {
  background: #f9f9f9 !important;
}
#final-step .box input:checked + label, #main-services .box input:checked + label {
  background: #ffffff;
  color: #000;
  position: relative;
}
#final-step .box input:checked + label i, #main-services .box input:checked + label i {
  color: #000 !important;
}
.popup-header span strong {
  font-weight: 400;
  font-size: 14px;
}
.statusmeter {
  position: absolute;
  bottom: -15px;
  height: 7px;
  right: 0;
  background: #d9d9d9;
  margin: 0 auto;
  width: 70%;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
}
.statusmeter span {
  height: 100%;
  background: #3ca7c6;
  display: block;
  transition: 0.2s all ease-in-out;
}
.popup-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
#main-services .box label img {
  width: 40px;
  display: block;
  text-align: center;
  margin: 0px auto;
}
.form-control {
  position: relative;
}
.email-loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.loader-spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% { 
    transform: rotate(360deg);
  }
}
.child-options-container h5.card-title {
    padding: 0px 35px;
    line-height: 30px;
}
#step-4 .box label {
    padding: 16px 11px 11px 11px;
}
#selected-options-summary{
    display:none;
}
strong#step-counter {
    display: none;
}
.form-group > label {
    display: block;
    margin-bottom: 15px;
}


@media only screen and (max-width: 1366px) {
.popup-container {
    height: 100vh;
}
} 



@media only screen and (max-width: 650px) {
.scroll-container {
    height: 350px; 
    overflow-y: scroll;
} 
#main-services .box {
    width: 44%;
}
#main-services .box label {
    font-size: 12px;
} 
#main-services .box {
  width: 40%;
}
} 




select#country {
    line-height: 35px;
}

input#dial-code {
    padding-left: 4px !important;
    padding-right: 0 !important;
}