.country-name {
    color: #000;
}
.intl-tel-input .selected-flag {
    height: 47px;
}
.error {
    color: red !important;
}
.intl-tel-input {
    width: 100%;
}
.tm-40 {
    margin-top: 40% !important;
}
.btn-booking-header {
    top: 200px;
    left: 8%;
}
@media screen and (max-width: 769px) {
    .bgImage {
        background: url('/public/images/cities/morocco-mobile.jpg')
            no-repeat center center / 100% 100%;
        padding: 100px 0 !important;
        background-size: cover;
    }
    .btn-booking-header {
        top: 230px;
        left: 22%;
    }
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 769px) {
    .bgImage {
        background: url('/public/images/cities/morocco.jpg')
            no-repeat center center / 100% 100%;
        padding: 100px 0 !important;
        background-size: cover;
    }
    .tm-40 {
        margin-top: 10% !important;
    }
}
.topmargin {
    margin-top: 200px !important;
}
.button.button-border.button-light {
    border-color: #ffd800;
    background-color: #ffd800;
    color: #333;
    font-size: 25px;
    padding: 8px 10px;
}
.button.button-border.button-dark {
    font-size: 25px;
}
.object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.rounded-6 {
    border-radius: 0.6rem !important;
}
#pills-pathologist .feature-box .fbox-icon i {
    color: white;
}