.files input {
outline: 2px dashed #92b0b3;
outline-offset: -10px;
-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
transition: outline-offset .15s ease-in-out, background-color .15s linear;
padding: 120px 0px 85px 35%;
text-align: center !important;
margin: 0;
width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
.files{ position:relative}
.files:after {  pointer-events: none;
position: absolute;
top: 60px;
left: 0;
width: 50px;
right: 0;
height: 56px;
content: "";
display: block;
margin: 0 auto;
background-size: 100%;
background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
position: absolute;
bottom: 10px;
left: 0;  pointer-events: none;
width: 100%;
right: 0;
height: 57px;
content: " or drag it here. ";
display: block;
margin: 0 auto;
color: #2ea591;
font-weight: 600;
text-transform: capitalize;
text-align: center;
}

button {
font-family: "Poppins Regular", sans-serif;
background-color: #EC1E26;
font-size: 13px;
width: 120px;
display: inline-block;
padding: 10px 20px 10px 20px;
transition: 0.5s;
color: #fff;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border: none;
}

.btn-cancel{
font-family: "Poppins Regular", sans-serif;
background-color: #5B5A5C;
font-size: 13px;
width: 120px;
display: inline-block;
padding: 10px 20px 10px 20px;
transition: 0.5s;
color: #fff;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border: none;
}

#regForm {
margin: 10px auto;
width: 100%;
min-width: 300px;
}

input[type="text"],
input[type="password"],
input[type="email"], textarea {
background-color : #D8D8D8;
border-radius:0px;
}


/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}

/* Mark the active step: */
.step.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #04AA6D;
}

#hero-rent {
background: url("../img/AdobeStock_87386368.png") top center;
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.title-1 {
text-align: center;
padding-bottom: 10px;
}

.title-1 h1 {
font-size: 36px;
font-weight: 600;
margin-bottom: 20px;
padding-bottom: 0;
color: #fff;
}

h2 {
font-size: 20px;
text-align: center;
margin-bottom: 25px;
}

.grey-bg {
background-color: #D8D8D8;
padding: 12px;
text-align: center;
margin-bottom: 10px;;
}
.grey-bg p{
font-size: 13px;
}
.red-bg {
background-color: #EC1E26;
color: #fff;
padding: 10px 0 ;
text-align: center;
}

.about {
color:#000;
}

.about .nav-pills {
border-bottom: 1px solid #000;
}

.about .nav-pills li+li {
margin-left: 40px;
}

.about .nav-link {
background: none;
font-size: 15px;
font-weight: 400;
color: var(--color-secondary);
padding: 0 0 12px 10px;
margin-bottom: -2px;
border-radius: 0;
font-family: var(--font-secondary);
}

.about .nav-link.active {
color: var(--color-primary);
background: none;
border-bottom: 3px solid #ccc;
}




.custom-radios input[type=radio] {
display: none;
}

.custom-radios input[type=radio] + label {
color: #FFF;
font-family: Arial, sans-serif;
font-size: 14px;
margin-bottom: 8px;
}

.custom-radios input[type=radio] + label span {
background-color: #EC1E26;
display: inline-block;
width: 100%;
min-width: 194.5px;
height: 40px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
text-align: center;
line-height: 40px;
}

.custom-radios input[type=radio]:checked + label span {
color: #000;
background-color: #FFF;
border: 1px solid #EC1E26;
}

.custom-radios {
display: inline-block;
}


.gray-radios input[type=radio] {
display: none;
}

.gray-radios input[type=radio] + label {
color: #FFF;
font-family: Arial, sans-serif;
font-size: 14px;
margin-bottom: 8px;

}

.gray-radios input[type=radio] + label span {
background-color: #5B5A5C;
display: inline-block;
width: 100%;
min-width: 397px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
text-align: center;
line-height: 40px;
}

.gray-radios input[type=radio]:checked + label span {
color: #000;
background-color: #FFF;
border: 1px solid #5B5A5C;
}

.gray-radios {
display: inline-block;
}


.custom-radios-grey input[type=radio] {
display: none;
}

.custom-radios-grey input[type=radio] + label {
color: #FFF;
font-family: Arial, sans-serif;
font-size: 14px;
margin-bottom: 8px;
}

.custom-radios-grey input[type=radio] + label span {
background-color: #5B5A5C;
display: inline-block;
width: 100%;
min-width: 194px;
height: 40px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
text-align: center;
line-height: 40px;
}

.custom-radios-grey input[type=radio]:checked + label span {
color: #000;
background-color: #FFF;
border: 1px solid #5B5A5C;
}

.custom-radios-grey {
display: inline-block;
}


@media (max-width: 575px) {
.about .nav-link {
font-size: 14px;
}
}

@media (max-width: 1399px) {
    .custom-radios input[type=radio] + label span {
        width: 100%;
        min-width: 164.4px;
    }
    .gray-radios input[type=radio] + label span {
        width: 100%;
        min-width: 337px;
    }
.custom-radios-grey input[type=radio] + label span {
    width: 100%;
    min-width: 337px;
}
}

@media (max-width: 1199px) {
    .custom-radios input[type=radio] + label span {
        width: 100%;
        min-width: 134.5px;
    }
    .gray-radios input[type=radio] + label span {
        width: 100%;
        min-width: 277px;
    }
    .custom-radios-grey input[type=radio] + label span {
        width: 100%;
        min-width: 134.5px;
    }
}

@media (max-width: 991px) {
    .custom-radios input[type=radio] + label span {
        width: 100%;
        min-width: 197px;
    }
    .gray-radios input[type=radio] + label span {
        width: 100%;
        min-width: 197px;
    }
    .custom-radios-grey input[type=radio] + label span {
        width: 100%;
        min-width: 197px;
    }
}

@media (max-width: 767px) {
    .custom-radios input[type=radio] + label span {
        width: 100%;
        min-width: 223.5px;
    }
    .gray-radios input[type=radio] + label span {
        width: 100%;
        min-width: 223.5px;
    }
    .custom-radios-grey input[type=radio] + label span {
        width: 100%;
        min-width: 223.5px;
    }
}

@media (max-width: 556px) {
    .custom-radios input[type=radio] + label span {
        width: 100%;
        min-width: 80vw;
    }
    .gray-radios input[type=radio] + label span {
        width: 100%;
        min-width: 80vw;
    }
    .custom-radios-grey input[type=radio] + label span {
        width: 100%;
        min-width: 80vw;
    }
}