.tabs_custom_style {
	list-style-type: circle !important;
}
#modaldemo1 .modal-footer {
	justify-content: flex-start;
}
.custom-control.custom-control-inline {
	display: inline-block;
}
#additonal-settng-box {
	display: none;
}
#additonal-settng-box.show {
	display: block;
}

.communicateModal.modal .modal-header {
    background: rgb(73,60,148);
    background: #008afc;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}
.communicateModal.modal .modal-content {
	border: none;
}
.communicateModal.modal .modal-header button.close {
	opacity: 1;
}
.communicateModal.modal .modal-header button.close i {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.form-label.label-icon i {
    background-color: #eeeff1;
    color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1rem;
}
.form-label.label-icon {
    font-weight: 600;
    font-size: 1rem;
}

.maps iframe {
    width:100%;
    height: 350px;
}
.iti.iti--allow-dropdown {
    width: 100% !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    width: 100%;
}