.pl-section {
    padding: 50px 0;
    width: 100%;
    float: left;
    background: #71baed;
    font-family: 'Roboto', sans-serif !important;
    position: relative;
}
.pl-inside-div {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 14px #00000026;
    margin: 0 auto;
    float: none;
    display: table;
    position: relative;
}
.pl-col-8-div h4 {
    font-size: 22px;
    letter-spacing: .5px;
    padding-left: 14px;
    color: #444;
    padding-bottom: 8px;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 30px;
    font-weight:500;
}
.pl-col-8-div h4 em.pl-city {
    font-style: normal;
    text-align: center;
    width: 100%;
    float: left;
    color: #0f409d;
    font-weight:600;
}
.address-div {
    border: 3px solid #71baed;
    border-radius: 14px 0;
    padding: 15px;
    background: #ffffff;
    width: 85%;
    margin: 0 auto 20px;
}
.address-div h5 {
    margin-bottom: 5px;
    color: #333;
    letter-spacing: .5px;
    margin-top: 0;
    font-size: 16px;
    font-weight:600;
}
.address-div p {
    line-height: 25px;
    color: #444;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 25px;
    font-weight: 400;
}
.pl-col-8-div .col-lg-6 {
    margin-bottom: 20px;
}
.pl-col-4-div {
    background: #0f409d;
    width: 350px;
    height: 90%;
    display: block;
    position: absolute;
    box-shadow: 0 0 9px 3px #00000036;
    left: -50px;
    top: 5%;
}
em {
    font-style: normal
}
.pl-cnt-detail {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}
.pl-cnt-detail ul {
    list-style: none;
    padding: 0
}
.pl-cnt-detail ul li em {
    width: 42px;
    float: left;
}
.pl-cnt-detail ul li {
    font-size: 20px;
    letter-spacing: .6px;
    padding: 10px 0;
}
.pl-cnt-detail h4 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .5px;
    padding-bottom: 20px;
    margin: 0;
}
.pl-section:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg.png) no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .3;
    background-position: center center;
}
.pl-mobile-cont {
    display: none;
}
.pl-map-loc {
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.no-location {
    min-height: 400px;
    position: relative;
}

.no-location  h3.add2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

/*responsive style start*/

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .pl-cnt-detail ul li {
        font-size: 18px;
        letter-spacing: .6px;
        padding: 8px 0;
    }
}
@media only screen and (max-width: 850px) and (min-width: 768px) {
    .pl-col-4-div {
        left: -5px;
        width: 330px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .pl-col-4-div {
        display: none
    }
    .address-div {
        float: none;
        display: table;
    }
    .pl-mobile-cont {
        display: block;
    }
    .pl-mobile-cont {
        width: 100%;
        margin: 0 auto;
        box-shadow: 0 1px 15px #ddddddb8;
        padding: 10px 20px;
        border: 3px solid #71baed;
        border-radius: 14px 0;
    }
    .pl-mobile-cont h5 {
        margin-bottom: 8px;
        color: #0f409d;
        letter-spacing: .5px;
        margin-top: 0;
        font-size: 20px;
        font-weight: 600;
    }
    .pl-mobile-cont ul {
        padding: 0 0 0 15px;
        list-style: none;
        margin: 0;
    }
    .pl-mobile-cont ul li {
        font-size: 18px;
        padding: 5px 0;
    }
    .pl-mobile-cont ul li em {
        width: 42px;
        float: left;
    }
}
@media only screen and (max-width: 481px) and (min-width: 320px) {
    .pl-inside-div {
        width: 100%;
        padding: 20px 10px;
        border-radius: 4px;
    }
    .col-lg-7.col-md-8.col-sm-7.pull-right {
        width: 100%;
        padding: 0
    }
    .address-div {
        width: 100%;
    }
    .pl-col-8-div h4 {
        font-size: 20px;
        line-height: 25px;
    }
}

/*responsive style end*/
