/*
Theme Name: Postal Placement Theme
Theme URI: 
Description: Postal Placement Theme
Version: 1.01
Author: Sadiq Hashim
Tags: Postal Placement Theme
*/

body {
    font-size:16px !important;
    font-family: "Lato", sans-serif !important;
    color:#303030 !important;
    overflow-x: hidden;
}
.banner {
    position: relative;
}
.logo {
    position: relative;
    margin: 0px 0px 35px;
    text-align: center;
    background: #efefef;
    padding: 30px 0px;
    border-bottom: 3px solid #df152b;
}
.banner h1 {
    font-size: 44px;
    font-weight: 800;
    color: #0b3092;
    margin: 0px;
    text-transform: uppercase;
}
.call-btn {
    position: relative;
    text-align: center;
}
.call-btn a {
    font-size: 30px;
    color: #fff !important;
    font-weight: 900;
    padding: 15px 30px;
    background: #df152b;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
    animation: 2s infinite play;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 30px;
}
.call-btn span {
    font-size: 28px;
    font-weight: 600;
    color: #0b3092;
    display: block;
    margin: 20px 0px 0px;
}
@keyframes play{
    0% {transform:scale(1)}
    15%{box-shadow:0 0 0 3px rgb(223 21 43)}
    25%{box-shadow:0 0 0 5px rgb(223 21 43 / 40%),0 0 0 10px rgb(223 21 43 / 20%);
    box-shadow:0 0 0 5px rgb(223 21 43 / 40%),0 0 0 10px rgb(223 21 43 / 20%)}
}
.banner h2 {
    font-size: 32px;
    font-weight: 500;
    color: #0b3092;
    margin: 30px 0px;
}
.banner h2 span {
    color: #df152b;
    font-weight: 600;
}
.banner img.map-img {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #727272;
    border: 1px solid #ccc;
    width: 70%;
    margin: 10px 0px 40px;
}
.banner h3 {
    font-size: 32px;
    font-weight: 600;
    color: #d01428;
    margin: 0px;
}
.banner small {
    color: #838383;
}
.banner h4, .banner h5 {
    font-size: 30px;
    font-weight: 600;
    color: #0b3092;
    margin: 20px 0px 0px;
}
.banner p {
    font-size: 21px;
    color: #000;
    margin: 10px 0px 0px;
}
.banner ul {
    padding: 0px;
    margin: 15px 0px 0px;
    display: block;
}
.banner ul li {
    font-size: 20px;
    list-style: none;
    background: url(images/checkmark.png) left 6px no-repeat;
    padding-left: 35px;
    margin: 10px 0px;
    background-size: 20px;
}
.banner ul li:last-child {
    margin-bottom: 0px;
}
.banner h6 {
    font-size: 26px;
    font-weight: 500;
    color: #df152b;
    margin: 30px 0px 0px;
}

footer {
    position: relative;
    padding: 20px 0px 30px;
    background: #5a5a5a;
    margin-top: 50px;
}
footer p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0px 0px;
}


/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
.logo {
    padding: 20px 30px;
}
.banner h1 {
    font-size: 36px;
}
.call-btn a {
    font-size: 24px;
}
.call-btn span {
    font-size: 24px;
}
.banner h2 {
    font-size: 24px;
    margin: 20px 0px;
}
.banner img.map-img {
    width: 95%;
    margin: 15px 0px 40px;
}
.banner h3 {
    font-size: 24px;
}
.banner h4, .banner h5 {
    font-size: 23px;
    margin: 30px 0px 0px;
    text-align: center;
}
.banner ul {
    padding: 0px 0px 30px;
    border-bottom: 1px solid #d9d9d9;
}
.banner ul.pb-left {
    padding: 0px;
    border: none;
}
.banner ul li {
    font-size: 19px;
}
.banner h6 {
    font-size: 23px;
}


}
/*........ For Tablet Vertical ........*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner h1 {
    font-size: 38px;
}
.banner ul {
    padding: 0px 0px 30px;
    border-bottom: 1px solid #d9d9d9;
}
.banner ul.pb-left {
    padding: 0px;
    border: none;
}

}

/*........ For Tablet Horizontal ........*/
@media (min-width: 901px) and (max-width: 1024px) {



}