/* IC Bootstrap Start */
.ic-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.ic-col-1,  
.ic-col-2,  
.ic-col-3,  
.ic-col-4,  
.ic-col-5,  
.ic-col-6,  
.ic-col-7,  
.ic-col-8,  
.ic-col-9,  
.ic-col-10,  
.ic-col-11,  
.ic-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.ic-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.ic-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.ic-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.ic-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.ic-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.ic-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.ic-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.ic-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.ic-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.ic-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.ic-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.ic-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}


.ic-text-danger {
  color: #e74c3c !important;
}
.ic-text-warning {
	color: #f28746 !important;
}
.ic-toast {
	position: fixed;
	bottom: 0px;
	left: 50%;
	padding: 10px 15px;
	border-radius: 4px;
	transform: translateX(-50%);
    transition: bottom 0.3s ease-in-out 0.3s;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.ic-toast-error {
    background: #e74c3c;
    color: #fff;
}
.ic-toast-success {
	background: #2ecc71;
	color: #fff;
}

.ic-form-info {
	font-style: italic;
	font-size: 12px !important;
}
.ic-btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.ic-btn-primary {
	color: #fff;
	background-color: #08bcff;
	border-color: #08bcff;
}
.ic-btn-primary:focus,
.ic-btn-primary:active,
.ic-btn-primary:hover {
	background-color: #07aae6;
	border-color: #07aae6;
}
.ic-clearfix {
    clear: both;
}
.ic-mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ic-form-item {
	margin-bottom: 15px;
    position: relative;
}

.ic-switch-field-wrap {
	display: inline-block;
	margin-bottom: 0px;
	overflow: hidden;
}

.ic-switch-field-wrap input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.ic-switch-field-wrap label {
	background-color: #e3eaf0;
	color: #7b7b7b !important;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 10px 16px !important;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
    float: left;
}

.ic-switch-field-wrap label:hover {
	cursor: pointer;
}

.ic-switch-field-wrap input:checked + label {
	background-color: #08bcff;
	box-shadow: none;
    color: #fff !important;
}

.ic-switch-field-wrap label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.ic-switch-field-wrap label:last-of-type {
	border-radius: 0 4px 4px 0;
}
.ic-text-center {
    text-align: center;
}

.ic-form-prepend-wrap {
	position: relative;
}
.ic-form-prepend-wrap input {
    padding-right: 40px !important;
}
.ic-form-prepend {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 11px;
}
.ic-radio-inline-field input {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}
.ic-radio-inline-field label {
    display: inline-block !important;
    margin-right: 15px !important;
    color: #666 !important;
}
.ic-radio-inline-field {
    margin-top: 8px;
}
.ic-form-checkbox {
    width: auto !important;
    height: auto !important;
    display: inline !important;
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}
.ic-tooltip {
	position: absolute;
	top: 864px;
	left: 508px;
	max-width: 200px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99;
	padding: 10px;
	border-radius: 4px;
	color: #fff;
}
.ic-tooltip::before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid rgba(0, 0, 0, 0.8);
	left: -8px;
	top: 20px;
}
.ic-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
}
.ic-modal {
	max-width: 90%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 4px 32px 32px 32px;
	border-radius: 4px;
	position: relative;
}
.ic-modal h3 {
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 40px;
}
.ic-modal h5 {
	margin-top: 30px;
}
.ic-modal h6 {
	margin-top: 20px;
}

.ic-modal-close {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #e74c3c;
	color: #fff;
	border-radius: 2px;
	right: 12px;
	top: 12px;
  cursor: pointer;
}
/* IC Bootstrap End */

#company_logo_wrapper {
	width: 100%;
	height: 180px;
	margin-bottom: 12px;
	background: #ebedee;
	padding: 4px;
	position: relative;
  text-align: center;
}
.ic-agent-registration #company_logo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.ic-uploader-icon {
	width: 80px;
	height: 80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #8eaac4;
	margin-top: 20px;
}
.ic-upload-btn {
	padding: 8px 16px !important;
	background: #94a7bb;
	color: #fff !important;
	border-radius: 4px;
	cursor: pointer;
	border-bottom: 2px solid #7a99a6;
  z-index: 9;
  position: relative;
}
.ic-upload-btn:hover {
  border-bottom: 1px solid #7a99a6;
}
.ic-uploader-preview-item {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  background: #fff;
  padding: 8px;
  overflow: hidden;
  z-index: 99;
  text-align: center;
  object-fit: contain;
}
.ic-uploader-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ic-uploader-remove-preview-item {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 24px;
  height: 24px;
  background: #e74c3c;
  color: #fff;
  cursor: pointer;
}



.ic-step-form {
  max-width: 700px;
  margin: 50px auto;
  position: relative;
}

.ic-step-form .ic-step {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
  padding: 20px 30px;
  border-top: 9px solid #08bcff;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 30px;

  /*stacking fieldsets above each other*/
  position: relative;
}
.ic-step-loading {
    position: relative;
}
.ic-step-loading::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.3);
	z-index: 9;
	left: 0;
	top: 0;
}
.ic-step-loading::after {
	position: absolute;
	width: 50px;
	height: 50px;
	content: "";
	display: block;
	background-image: url('loading.png');
	z-index: 10;
	left: 50%;
	top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-size: 100%;
    animation: rotation 2s infinite linear;
}
/*Hide all except first fieldset*/
.ic-step-form .ic-step:not(:first-of-type) {
  display: none;
}
.ic-town-list-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	z-index: 9;
	width: 100%;
	border: 1px solid #ccc;
	max-height: 250px;
	overflow-x: hidden;
	padding: 10px;
	max-width: 320px;
	overflow-y: auto;
	height: auto;
	box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
}
  .ic-town-list-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ic-town-list-wrapper ul li {
    cursor: pointer;
    padding: 3px 8px;
  }
  .ic-town-list-wrapper ul li:hover {
    background-color: rgb(243, 240, 240);
  }

.ic-form-item.ic-town-loading::before {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	background-image: url('loading.png');
	background-size: 100%;
	right: 0;
	bottom: 10px;
	right: 10px;
    animation: rotation 2s infinite linear;
}

.ic-step-footer {
    margin-top: 15px;
}
/*inputs*/
.ic-step-form label {
    color: #333333;
    text-align: left !important;
    font-size: 15px;
    font-weight: 200;
    padding-bottom: 7px;
    padding-top: 5px;
    display: inline-block;
    margin: 0;
    font-weight: 400;
}


.ic-step-form input, .ic-step-form select, .ic-step-form textarea {
  outline: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #837E7E;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  height: 42px;
  background-color: #fff;
}
.ic-form-error {
	color: #e74c3c;
	font-size: 12px;
}
.ic-step-form input:focus, .ic-step-form textarea:focus{
  color: #333333;
  border: 1px solid #08bcff;
}
.ic-step-button-next {
	padding: 6px 30px;
	float: right;
}
.error1{
   -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  position: absolute;
  left: 525px;
  margin-top: -58px;
  padding: 0 10px;
  height: 39px;
  display: block;
  color: #ffffff;
  background: #08bcff;
  border: 0;
  font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  line-height: 39px;
  white-space: nowrap;

}

.error1:before{
    width: 0;
  height: 0;
  left: -8px;
  top: 14px;
  content: '';
  position: absolute;
  border-top: 6px solid transparent;
  border-right: 8px solid #08bcff;
  border-bottom: 6px solid transparent;
}

.error-log{
    margin: 5px 5px 5px 0;
  font-size: 19px;
  position: relative;
  bottom: -2px;
}

.question-log {
  margin: 5px 1px 5px 0;
  font-size: 15px;
  position: relative;
  bottom: -2px;
  }
  .ic-step-complete-icon {
    width: 120px;
    height: 120px;
    color: #15d54e;
    text-align: center;
    margin: 30px auto;
  }
  .ic-step-complete-body {
    text-align: center;
    padding-bottom: 25px;
  }
  .ic-step-complete-body h3 {
	margin-bottom: 6px;
	color: #545768;
}
/*buttons*/
.ic-step-form .action-button, .action-button {
  width: auto !important;
  min-width: 100px;
  background: #08bcff;
  font-weight: normal;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
  text-transform: uppercase;
  padding: 8px 10px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

.ic-step-form .next, .ic-step-form .submit{
    float: right;
}

.ic-step-form .previous{
  float:left;
}

.ic-step-wrapper
.action-button:hover,
.ic-step-wrapper .action-button:focus,
.action-button:hover,
.action-button:focus {
  background:#03b330;
  border: 0 none;
}

.ic-step-wrapper .explanation{
display: block;
  clear: both;
  width: 540px;
  background: #f2f2f2;
  position: relative;
  margin-left: -30px;
  padding: 22px 0px;
  margin-bottom: -10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 10px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 200;
  cursor:pointer;
}


/*headings*/
.ic-step-header h3 {
  text-transform: uppercase;
     margin: 0 0 5px;
     line-height: 1;
     color: #08bcff;
     font-size: 18px;
    font-weight: 400;
    text-align:center;
}
.ic-step-header p {
  font-weight: normal;
  font-size: 13px;
  color: #837E7E;
  margin-bottom: 20px;
  text-align: center;
}
.ic-progressbar-wrapper {
    padding-left: 35px;
    padding-right: 20px;
}
/*progressbar*/
.ic-progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width:100%;
  text-align: center;
  padding: 0
}
.ic-progressbar li {
  list-style-type: none;
    color: rgb(51, 51, 51);
  text-transform: uppercase;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}
.ic-agent-registration .ic-progressbar li {
	width: 20%;
}

.ic-progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #333;
    background: #e3eaf0;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
.ic-progressbar li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e3eaf0;
    position: absolute;
    left: -50%;
    top: 16px;
    z-index: -1;
}
.ic-progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.ic-progressbar li.active:before,  .ic-progressbar li.active:after{
  background: #08bcff;
  color: white;
}


/* my modal */

.modal p{
  font-size: 15px;
  font-weight: 100;
  font-family: sans-serif;
  color: #3C3B3B;
  line-height: 21px;
}

/* .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.modal-show {
  visibility: visible;
} */
./* lt-ie9 .modal {
  top: 0;
  margin-left: -315px;
}

.modal-content {
  background: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 40px;
  border-radius: 3px;
}

.modal-overlay {
  background: #000000;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -moz-transition-delay: 0.5s, 0.1s;
  -o-transition-delay: 0.5s, 0.1s;
  -webkit-transition-delay: 0.5s, 0.1s;
  transition-delay: 0.5s, 0.1s;
  -moz-transition-duration: 0, 0.5s;
  -o-transition-duration: 0, 0.5s;
  -webkit-transition-duration: 0, 0.5s;
  transition-duration: 0, 0.5s;
}
.modal-show .modal-overlay {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal[data-modal-effect|=slide] .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s 0;
  -o-transition: all 0.5s 0;
  -webkit-transition: all 0.5s 0;
  transition: all 0.5s 0;
}
.modal[data-modal-effect|=slide].modal-show .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.5s 0.1s;
}
.modal[data-modal-effect=slide-top] .modal-content {
  -moz-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.modal[data-modal-effect=slide-top].modal-show .modal-content {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}*/


/* RESPONSIVE */

/* moves error logs in tablet/smaller screens */

@media (max-width:1000px){

/*brings inputs down in size */
.ic-step-wrapper input, .ic-step-wrapper textarea {
  outline: none;
  display: block;
  width: 100% !important;
  }

  /*brings errors in */
  .error1 {
  left: 345px;
  margin-top: -58px;
}




}


@media (max-width:675px){
/*mobile phone: uncollapse all fields: remove progress bar*/

.ic-step-wrapper {
  width: 100%;
  margin: 50px auto;
  position: relative;
}
/* 
.ic-progressbar{
  display:none;
} */

/*move error logs */
.error1 {
  position: relative;
  left: 0 !important;
  margin-top: 24px;
  top: -11px;
}

.error1:before {
  width: 0;
  height: 0;
  left: 14px;
  top: -14px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #08bcff;
  border-right: 6px solid transparent;
  }

/*show hidden fieldsets */
/* .ic-step-wrapper .ic-step:not(:first-of-type) {
  display: block;
} */

.ic-step-wrapper .ic-step{
  position:relative;
  width: 100%;
  margin:0 auto;
  margin-top: 45px;
}

.ic-step-wrapper .next, .ic-step-wrapper .previous{
  display:none;
}

.ic-step-wrapper .explanation{
  display:none;
}

.ic-step-wrapper .submit {
  float: right;
  margin: 28px auto 10px;
  width: 100% !important;
}

}



/* Info */
.info {
  width: 300px;
  margin: 35px auto;
  text-align: center;
  font-family: 'roboto', sans-serif;
}

.info span {
  color:#666666;
  font-size: 13px;
  margin-top:20px;
}
.info span a {
  color: #666666;
  text-decoration: none;
}
.info span .fa {
  color: rgb(226, 168, 16);
  font-size: 19px;
  position: relative;
  left: -2px;
}

.info span .spoilers {
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
}

.postcode-find {
  position: relative;
}
.postcode-find-close {
  position: absolute;
  width: 20px;
  height: 20px;
  color: red;
  right: 10px;
  top: 45px;
}

.custom-calender.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 12px;
    padding: 13px 4px;
    text-align: center;
}
.custom-calender.table-bordered td:first-child,
.custom-calender.table-bordered th:first-child {
  text-align: left;
}
.custom-calender-table-wrapper {
    padding: 20px;
    text-align: center;
    background: #f4f4f4;
    position: relative;
}
.custom-calender-header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.prev-week-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 18px;
    background: #08bcff;
    color: #fff;
    left: 20px;
    text-align: center;
    cursor: pointer;
}
.next-week-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 18px;
    background: #08bcff;
    color: #fff;
    right: 20px;
    text-align: center;
    cursor: pointer;
}
.prev-week-btn:hover,
.next-week-btn:hover {
  background: #03b330;
}
.prev-week-btn.disabled:hover{
  background: #08bcff;
}
.prev-week-btn.disabled {
    opacity: 0.7;
}
#slot-fields--error {
  left: 50%;
  top: 52px;
  transform: translateX(-50%);
  z-index: 9;
}
.form-item {
  position: relative;
}
#slot-fields--error:before {
  top: 100%;
  z-index: 9;
  left: 50%;
  margin-left: -4px;
  transform: rotate(-90deg);
  margin-top: -2px;
  transform: ;
}
.slot-btn {
    padding: 10px;
    background: #ccc;
    border-radius: 2px;
    cursor: pointer;
}
.slot-btn:hover,
.slot-btn.active-slot {
    background: #03b330;
    color: #fff;
}
.payment-method-list img {
  max-width: 100px;
}
.payment-method-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.payment-method-list li {
  display: inline-block;
  margin: 0 10px;
}
.payment-method-list li label.radio-img span.radio-img-btn {
  padding: 10px;
  background: #f7f2f2;
  border-radius: 6px;
  display: block;
}
.radio-img  > input {
  display:none;
}
.radio-img  > span.radio-img-btn {
  cursor:pointer;
  border:2px solid transparent;
}
.radio-img  > input:checked + span.radio-img-btn {
  border:2px solid #08bcff;
}

.price-info {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 42px;
  font-size: 40px;
  font-weight: bold;
  color: #03b330;
  line-height: 30px;
  margin-top: 50px;
}
#calculated_price {
  font-size: 40px;
  font-weight: bold;
  color: #03b330;
  line-height: 30px;
}
.price-info span.price-info-label {
  display: block;
  font-size: 16px;
  color: #333;
  font-style: normal;
  font-weight: normal;
}
.postcode-find-btn i {
  display: none;
}
.postcode-find-btn.active_loading i {
  display: inline-block;
}
.ic-step-wrapper .invalid--form label {
  color: red;
}
.ic-step-wrapper .invalid--form input {
  border-color: red;
}
#slot-fields-wrapper.active_loading:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #c0c2c8;
  z-index: 99;
  opacity: 0.5;
}
#slot-fields-wrapper {
  position: relative;
}
#slot-fields-wrapper.active_loading::after {
  position: absolute;
  content: "Please wailt ...";
  left: 50%;
  top: 50%;
  font-weight: bold;
  color: #000;
  z-index: 999;
  margin-left: -50px;
  margin-top: -15px;
}


@media only screen and (max-width: 767px) {
  .ic-col-1,  
  .ic-col-2,  
  .ic-col-3,  
  .ic-col-4,  
  .ic-col-5,  
  .ic-col-6,  
  .ic-col-7,  
  .ic-col-8,  
  .ic-col-9,  
  .ic-col-10,  
  .ic-col-11,  
  .ic-col-12 {
    max-width: 100%;
    flex: 100%;
  }
  .ic-step-wrapper input[type="checkbox"],
  .ic-step-wrapper input[type="radio"] {
    width: auto !important;
  }
  .ic-progressbar li {
    font-size: 10px;
  }
}
