.fs-14{
    font-size:14px !important;
}
.theme-color{
    color: #cd0f10 !important;
}

.responsive-map{
    overflow: hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

.pl-14{
    padding-left: 14px !important;
}

.main-slides-item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000057;
    z-index: -1;
    opacity: 0.4;
  }

  .disc li{
    list-style-type: disc;
    margin-left: 20px;}