


.main-heading {
    font-size: 3.2rem;
    font-weight: bold;
}

.sub-heading {
    font-weight: 900;
}

.line {
    border: 1px dotted #a3a3a3;
}

.form-control {
    height: 3.2rem;
    border-radius: 14px;
    line-height: 24px;
} 

.form-check-input {
    font-size: 18px;
    border: 2px solid grey;
}

.icons-style {
    font-size: medium; margin-left: 0.6rem;
}

.green-text {
    color: #263e0f; font-weight: bold;
}

.button {
    width: 13rem; border-radius: 25px;
}

.price-details {
    margin: 10px !important; padding: 15px !important; border-radius: 25px !important; background-color: white; border: 2px solid #e9e9e9;
}

.image {
    height: 5rem; width: 5rem; border-radius: 10px;
}

.finalizeData{
    font-size: 20px !important;
}

.finalizeDataSM{
    font-size: 12px !important;
}

#editDates
{
    font-size: 12px !important;
    padding-left: 15px !important;
    color:#0d6efd !important;
    cursor: pointer;
}

input[required], select[required] {
    background-image: url('../images/redstar.png');
    background-repeat: no-repeat;
    /*background-position-x:right;
    background-position-y:center;*/
    background-position: right 10px center; 
}

.phoneVerified{
    background-image: url('./images/verified.png');
    background-repeat: no-repeat;
    background-position: right 30px center; 
}


.errorBox
{
	padding: 20px;
	background-color: #f44336; /* Red */
	color: white;
	margin-bottom: 15px;	
}

.successBox
{
	padding: 20px;
	background-color: green;
	color: white;
	margin-bottom: 15px;	
}


.infoBox
{
	padding: 20px;
	background-color: #2196f3;
	color: white;
	margin-bottom: 15px;	
}


