﻿body {
}

.bookBtn { 
    text-align: center;
    width: 70%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 0;
}

.businessHour {
    height: fit-content;
    width: 460px;
    margin: 10px auto;
    text-align: center;
}

.mainContent{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contentBox{
    flex: 20%;
    max-width: 20%;
    height: 250px;
    margin-left: 100px;
}

.lh20 p{
    line-height: 20px !important;
}

@media screen and (max-width: 991px){
    .largeScreen{
        display: none;
    }
}

@media (max-width: 767px) {
    .businessHour { height: auto; text-align: left; padding-left: 40px; font-size: 14px; }
    .company-contact p { font-size: 16px; }
    .company-contact .contactMainCon .availableTime span { font-size: 14px; }
    .basicTitleCon .desc { font-size: 18px; }
    .basicTitleCon .desc br { display: none; }
    .company-contact .contactMainCon .contactList { padding-left: 25px; }
    .company-contact .contactMainCon .contactList .iconItem { display: none; }
    .company-contact .contactMainCon .contactList .contactItem { margin-top: 30px; }
    .company-contact .contactMainCon .contactList .contactItem:first-child { margin-top: 20px; }
}