body {
    font-family: Arial, sans-serif;
}
body, .main .main-inner form, .col-form-label {
    font-size: 14px;
    line-height: 16px;
}

h1, h2, h3, h4, h5 {
    font-size: 16px;
    margin: auto 20px;
}

p {
    font-size: 14px;
    margin: auto 20px;
}

ul {
    padding-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 20px;
}

form#step2 {
    padding-top: 15px;
}

.header {
    padding: 0;
}

.header_img {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.header h2, h2.thankyou {
    text-align: left;
    color: #dd4548;
    font-size: 16px;
    padding: 25px 0px !important;
}

h5.pretext {
    padding-bottom: 1rem;
}

.align-self-center {
    padding-top: 10px;
}


.form-group .col-form-label, .form-group .col-form-legend {
  padding-top: 5px !important;
}


.custom-control-indicator {
    background-color: #ddd;
    margin-top: -4px;
}

button, .btn, .btn-lg {
    border-radius: 0!important;
}

.btn-danger {
    background-color: #dd4548;
    border-color: #dd4548;
}


.footer-ctt p {
  margin: 20px;
}


a {
    color: #dd4548;
}

a:hover {
    color: #9b3c41;
}
/*.btn-danger:hover {
    background-color: #004976;
    border-color: #004976;
}*/


.small {
    margin: 0px 20px;
}

.mt-4 {
    margin: 20px;
}

.fieldset {
    margin: 20px;
}

.fieldset h2 {
    margin: 0px 0px 5px;
}

.footer-ctt {
    margin: 20px 0px;
}

.footer-ctt p {
    margin: 10px 20px;
}

.color-danger .custom-control-input:active ~ .custom-control-indicator {
    background-color: #dd4548;
}
.color-danger .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #dd4548;
}

.container {
    max-width: 100% !important;
    padding-left: 1px;
    padding-right: 1px;
    background: #f5f5f5;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: 13px;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 14px;
    font-weight: bold;
}

.col-form-legend {
    font-size: 14px;
}

.form-control {
    font-size: 13px;
}

.chosen-container-single .chosen-single span, .chosen-container .chosen-results li {
    font-size: 13px;
}

.alert-info, .alert-warning {
    color: #212529!important;
    background-color: #e5e7e8!important;
    border-color: #e5e7e8!important;
    text-align: left !important;
}

.btn-grey {
    background-color: #575756;
    border-color: #575756;
    color: #fff;
}

.btn-grey:hover {
    background-color: #7c7c7c;
    border-color: #7c7c7c;
}

.justify-content-between {
    margin: 20px;
}

.custom-control-indicator-hasChild {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #dd4548;
  border-right: 0;
  margin: 2px 8px 0 -22px;
  }
  
.color-danger .custom-control-input:active ~ .custom-control-indicator-hasChild {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #dd4548;
  border-bottom: 0;  
  margin: 6px 8px 0 -22px;	
}
.color-danger .custom-control-input:checked ~ .custom-control-indicator-hasChild {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #dd4548;
  border-bottom: 0;  
  margin: 6px 8px 0 -22px;  
}

#step3 {
    padding: 20px;
}

#payed_promocode {
  width: 140px;
  border: 1px solid #ced4da;
  height: 35px;
}

.payed_promocode-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}


@media screen and (max-width: 768px) {
	.form-group .col-form-legend {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.custom-control {
		padding-bottom: 8px;
	}
	
	.mobile_row .col-4 {
		width: 0%;
		max-width: 0%;
		flex: 0 0 0%;
		padding: 0;
	}
	
	.mobile_row .col-9 .small {
		margin: 0;
	}
	
	.mobile_row .col-9 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	
	.mobile_row .col-9 .small {
		margin: 0;
	}	
}