/* ================ footer section css start ================ */
.footer-section{ background-color: #0C243C; }
.footer-top{ padding: 7.5% 0 0 0; }
.footer-top{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-left-col{ width: 252px; }
.footer-logo{ margin-bottom: 20px; margin-top: -5px;}
.footer-logo img{ max-width: 160px; }
.address-info p{ font-weight: 400; line-height: 28px; letter-spacing: -.5px; color: #fff; font-size: 18px; }
.address-info p span { display: block; color: #55c2c3; font-size: 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.15);    padding-bottom: 5px;
    margin-bottom: 5px; }
.footer-hours-col{ width: 285px; }
.footer-hours-col h5{ color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.footer-hours-col table, .footer-hours-col td, .footer-hours-col th { border: 0; }
.footer-hours-col table { width: 100%; margin-bottom: 30px; }
.footer-hours-col th{ color: #fff; padding-right: 15px; padding: 3px 0; font-size: 15px; font-weight: 500;}
.footer-hours-col td { color: #fff; font-size: 15px; }

.footer-contact-col{ width: 264px; }
.footer-contact-col h5 { color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;margin-bottom: 20px; }
.other-info ul li { list-style: none; margin-top: calc(15px / 2); padding-bottom: calc(15px / 2); }
.other-info ul li a { display: flex; font-size: inherit; align-items: flex-start; justify-content: flex-start; text-align: left; color: #fff; transition: color .3s; }
.other-info ul li a:hover {color: #55c2c3;}
.other-info .icon-list-icon { padding-right: 20px; }
.other-info i { color: #55c2c3; transition: color .3s; width: 1.25em; font-size: 15px; }
.social-icon-item { border-radius: 50%; background-color: #fff; width: 44px; height: 44px; margin-bottom: 13px; color: #fff; font-size: 25px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding-bottom: 3px;transition: 1s;}
.social-icon-item:hover { background-color: #55c2c3; }
.social-icon-item img { width: 30px; }
.footer-bottom{ border-style: solid; border-width: 1px 0 0 0; border-color: #fffFFF24; transition: background .3s, border .3s, border-radius .3s, box-shadow .3s; margin-top: 4.5%; margin-bottom: 0; padding: 4.5% 0 7.5% 0; width: 100%; }
.footer-bottom{ display: flex; flex-wrap: wrap; justify-content: space-between;align-items: center;}
.copyright-content p{ font-weight: 400; line-height: 26px; color: #fff; margin-bottom: 0px; font-size: 18px; }
.other-nav ul { margin: 0; padding: 0; }
.other-nav ul li { margin: 0 31px 7px 0; display: inline-block; line-height: normal; list-style: none; }
.other-nav ul li:last-child { margin-right: 0px;}
.other-nav ul li a { font-weight: 400; line-height: 26px; color: #fffFFFD1; font-family: Barlow, Sans-serif; font-size: 18px; }
.other-nav ul li a:hover { color: #55c2c3; }


.hours-detail .menu-footer-menu-container { padding-top: 56px; }
.hours-detail .menu-footer-menu-container ul { margin: 0; padding: 0; }
.hours-detail .menu-footer-menu-container ul li { margin: 0 0px 7px 0; display: block; line-height: normal; list-style: none; }
.hours-detail .menu-footer-menu-container ul li:last-child { margin-bottom: 0px;}
.hours-detail .menu-footer-menu-container ul li a { font-weight: 400; line-height: 24px; color: #fff; font-family: Barlow, Sans-serif; font-size: 16px; }
.hours-detail .menu-footer-menu-container ul li a:hover { color: #55c2c3; }
/* ================ footer section css end ================ */

/* Go to top button*/
#myBtn {
    background: #fff;
    font-size: 17px;
    line-height: 0px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 25px rgba(23, 23, 23, .25);
    display: none;
    height: 34px;
    width: 34px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 1029;
    border-radius: 100%;
    border: none;
    letter-spacing: initial;
    transition: all .4s linear;
}
#myBtn:hover {box-shadow: 0 0 25px rgba(23, 23, 23, .40); transform: translateY(-2px);}
