.inner-contact-box{
  border: 2px dashed #fff;
  padding: 30px;
}
.contact-sec{
  display: flex;
  align-items: center;
}
.contact-detail-box {
    background-color: #06111F;
    padding: 20px;
    width: 50%;
    position: relative;
}
.map-img, .schedule-img {
    width: 50%;
}
.map-img img{
    margin-left: -50px;
    width: 100%;
}
.contact-heading {
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  color: #E00101;
  margin-bottom: 0px;
}
.contact-title{
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: #fff;
}
.contact-num, .address, .route{
  font-size: 16px;
}
.contact-num a, .route a {
    color: #fff;
}
.address span{
  color: #fff;
}
.address .address-text{
    margin: 0;
    display: block;
    color: #B4B4B4;
}
.contact-icon{
  margin-right: 4px;
}
.contact-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.opening-hrs-row {
    display: flex;
    align-items: center;
}
.schedule-img img {
    margin-right: -50px;
    width: 100%;
}
.opening-hrs-col{
    background-color: #06111F;
    padding: 20px;
    width: 50%;
}
.dotted-col {
    border: 2px dashed #fff;
    padding: 30px;
}
.opening-hrs-row .opening-hrs-col span {
    font-family: 'Great Vibes', cursive;
    color: #ff2142;
    font-size: 32px;
    line-height: 40px;
    display: block;
    text-align: left;
    margin-top: 4px;
}
.opening-hrs-row .opening-hrs-col h5 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: white;
}
.opening-hrs-cnt h4:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    bottom: 10px;
    margin: 0 -100% 0 10px;
    border-bottom: 1px dashed;
    border-color: white;
}
.dotted-col ul {
    padding: 44px 0 0;
    margin: 0;
}
.dotted-col ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.dotted-col ul li:last-child{
  margin-bottom: 0;
}
.opening-hrs {
    width: 100%;
    display: flex;
}
.opening-hrs-cnt h4 {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 10px 0 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: white;
}
.opening-hrs-cnt h4 {
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 10px 0 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: white;
}
.opening-hrs-cnt h6 {
    font-size: 16px;
    line-height: 24px;
    color: white;
    width: 184px;
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .dotted-col ul {
    padding: 14px 0 0;
  }
  .dotted-col ul li {
    margin-bottom: 10px;
  } 

}
@media (max-width: 767.98px) {
  .contact-sec {
    flex-direction: column;
}
.opening-hrs-row {
    flex-direction: column;
}
.map-img, .contact-detail-box{
    width: 100%;
}
.opening-hrs-col {
    width: 93%;
}
.schedule-img {
  display: none;
}
.map-img img {
    margin-left: 0px;
}
.dotted-col {
    padding: 20px;
}
}
@media (max-width: 450.98px){
  .inner-contact-box {
    padding: 20px;
}
.contact-title, .opening-hrs-row .opening-hrs-col h5 {
    font-size: 20px;
}
}