.surgical-facilities-section {
    background-size: cover;
    background-position: center;
}
.surgical-facilities-content ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.surgical-facilities-content ul li {
    width: 50%;
    position: relative;
    padding-left: 50px;
    margin-top:50px;
}
.surgical-facilities-content ul li:before {
    content: "";
    background-image: url('../img/list-ok.png');
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 10px;
    top: 2px;
}
.surgical-facilities-content .content.text-white a:hover{
    color: #BD001F;
}
.box-content-wraper {
    background: #BD001F;
    padding: 20px;
    color: #fff;
    margin-top: 80px;
}
.box-content-wraper a{
    color: #fff;

}
.box-content {
    padding: 20px 60px;
    position: relative;
    font-size: 14px;
}
.box-content-listing::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background: #fff;
    right: 0;
    top: 30px;
}
.col-md-6.box-content-listing:last-child .box-content {
    padding-right: 0;
}
.box-content-listing {
    position: relative;
}
.box-content-listing:last-child::before {
   display: none;
}
.box-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}
.facilities-tab-nav li span.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    color: #08191C66;
    border: 0;
    border-bottom: 2px solid transparent !important;
    border-radius: 0;
    cursor: pointer;
}
.facilities-tab-nav li span.nav-link.active {
    /*font-size: 18px;
    font-weight: 700;*/
    color:#08191C;
    border-color: #C20000 !important;
    background: rgb(189 0 31 / 20%);
}
ul.facilities-tab-nav {
    border: 0;
}
.facilities-loaction-image {
    position: relative;
    height: 100%;
}
.facilities-loaction-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 180px);
    left: -180px;
    right: 0;
    height: 100%;
    background: rgb(178 168 155 / 10%);
    top: -70px;
}
.small-width {
    width: calc(50% - 190px);
}
.facilities-loaction-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: calc(100% - 35px);
}
.facilities-loaction-icon {
    width: 35px;
    height: 35px;
    padding-right: 5px;
}
.facilities-loaction-listing-title {
    display: flex;
    flex-wrap: wrap;
}
.facilities-loaction-wraper {
    border: 3px solid #C4BEBE;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 210px 20px 20px;
    position: relative;
    margin-top: 40px;
    z-index: 9;
    width: 100%;
}
.facilities-loaction-info {
    font-size: 14px;
}
.facilities-tab-content {
    margin-top: 40px;
}
/*.facilities-loaction-wraper::before {
    content: "";
    width: 180px;
    height: calc(100% + 6px);
    position: absolute;
    right: -180px;
    top: -3px;
    background: #fff;
    border: 3px solid #C4BEBE;
    border-left: 0;
}*/
.facilities-loaction-bottom-content {
    margin-top: 40px;
}
.facilities-loaction-image img {
    display: block;
    border-radius: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.journey-form-wraper {
    padding: 40px 60px;
    border: 6px solid #606060;
    border-radius: 30px;
    background-color: #F5F5F5;
}
.form-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.page-template-template-facilities .heading {
    text-transform: uppercase;
    font-weight: 600;
}
.journey-section {
    background-image: url('../img/contact-bg.webp');
    background-size: cover;
    background-position: top center;
}
.facilities-loaction-image-wraper {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
}
.journey-form-wraper select, .journey-form-wraper .form-control {
    padding: 12px 0px;
    background-color: #F5F5F5 !important;
    border: 0;
    border-bottom: 1px solid #606060;
}
@media screen and (max-width: 1330px) {
.page-template-template-facilities .heading {
    letter-spacing: 2px;
}
}
@media screen and (max-width: 1199px) {
.small-width {
    width: 47%;
}
.facilities-loaction-wraper {
    padding: 20px 100px 20px 20px;
}
.facilities-loaction-title {
   letter-spacing: 1px;
}
.facilities-loaction-info {
    font-size: 12px;
}
.box-content {
    padding: 20px 35px;
}
.box-title {
    font-size: 20px;
    letter-spacing: 1px;
}
}
@media screen and (max-width: 991px) {
.facilities-loaction-wraper::before{
    display: none;
}
.facilities-loaction-image-wraper {
    height: auto;
    position: static;
    width: 100%;
}
.small-width {
    width: 100%;
}
.facilities-loaction-image {
   height: auto;
    margin-top: 30px;
}
.facilities-loaction-image::before{
    display: none;
}
.facilities-loaction-image img {
    width: auto;
    height: auto;
}
.surgical-facilities-content ul li {
    width: 100%;
}
.journey-form-wraper {
   margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
.facilities-tab-nav li span.nav-link {
    font-size: 13px;
   letter-spacing: 0px;
    padding: 10px 15px;
}

.facilities-loaction-wraper {
    flex-wrap: wrap;
}
.facilities-loaction-listing {
    width: 100%;
    margin-bottom: 15px;
}
.facilities-loaction-listing:last-child {
    margin-bottom: 0px;
}
.box-content {
    padding: 10px 0px;
}
.journey-form-wraper {
    padding: 30px 20px;
}
.page-template-template-facilities .page-banner {
    min-height: 500px;
}
.page-banner .container {
  position: static;
    transform: initial;
    padding-top: 220px;
    padding-bottom: 50px;
}
.box-content-listing::before {
    width: 44%;
    height: 1px;
     bottom: 0;
    left: 10px;
    right: inherit;
    top: inherit;
}
}