body {
    font-size: 14px;
}
#menu,
.callVideo {
    display: none;
}
.btm-widget-branches .branBnglr address.bangAddress {
    width: 100%;
}
.bangAf {
    float: none !important;
    clear: both !important;
    width: 225px !important;
    margin: 0 auto;
}
.bangAddress p {
    padding-right: 0 !important;
}
.videoHme {
    position: relative;
    width: 100%;
    height: 280px;
}
.videoHme iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.callVideo a:link,
.callVideo a:visited {
    justify-content: center;
    display: flex !important;
    padding: 15px;
    text-align: center;
    background-image: url("../images/welcome-bg.jpg") !important;
    color: #fff;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12pt;
}
.callIcon {
    margin-right: 10px;
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.callIcon {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}
.branBnglr {
    display: none;
}

#address-app .owl-nav span {
    font-size: 52px;
}

.adrs {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}
 
.what-we-blocks {
    margin: 30px 0 60px;
}
.what-we-blocks li {
    display: block;
    float: left;
    width: calc(33.33% - 16px);
    margin: 0 8px;
    position: relative;
    padding-bottom: 30px;
}
.what-we-blocks h3 {
    text-align: center;
    font-family: 'Ubuntu', serif;
    font-weight: normal;
    padding: 30px 15px 0 15px;
    text-transform: uppercase;
    font-size: 26pt;
    position: relative;
    color: #414141;
}
.what-we-blocks h3 span {
    display: block;
    font-size: 20pt;
    padding-top: 10px;
}
.rmbtn {
    position: relative;
    width: 90px;
    margin: 10px auto 0 auto;
    padding: 5px ;
    text-align: center;
    border: 1px solid #918591;
}
.rmbtn:after {
    content: '';
    display: block;
    background-image: url(images/arrow-next.png);
    width: 9px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 10px;
    background-repeat: no-repeat;
}
.fullLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.what-we-blocks a:link,
.what-we-blocks a:visited {
    color: #525050;
}
.what-we-blocks li:hover img {
    opacity: 0.8;
}
.what-we-blocks li .rmbtn {
    background-color: #ffffff;
}
.what-we-blocks li:hover .rmbtn {
    background-color: #dddbdb;
}
#subPage .what-we-blocks li p {
    padding: 15px 25px 15px;
    text-align: center;
}

.siteMap li { display:block; float:left; width:32%; }
.siteMap a { display:block; padding:5px; color:#373737; position:relative; padding-left:20px; background-image:  }
.siteMap a:before { content:'\0000a0'; position:absolute; top:6; left:0; }
.siteMap { margin:80px 0 }
.map-btn img{
        max-width: 145px;
        margin: 0 auto;
}

.home-address-sec address{
        width: 100%;

}
.sub-bottom-wrapp{
    padding: 40px 0;
}
.what-we-blocks figure{
float: none;
width: 100%;
display: block !important;
padding: 0;
}

.enqu-form .form-group span.error{
    display: none !important;
}
.enqu-form .form-control{
    padding: 15px 0;
    line-height: 18px;
    height: 55px;
}
.enqu-form .form-control.error{
    border-bottom:1px solid red ;
}

.enqu-form .iti {
    width: 100%;
}
.mtd-icons ul li img{
    margin: 0 auto;
    height: 95px;
    width: 95px;
    object-fit: contain;
}
.mtd-icons span{
    min-height: 54px;
}

#address-app address{
    padding: 0 35px 0 0;
}

.blog-list-sec{
    padding: 80px 0;
}
.blog-list img{
    border-radius: 12px; 
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.blog-list h4{
    color: #2F2F2F; 
font-size: 16px;
font-style: normal;
font-weight: 450;
line-height: 23px; /* 143.75% */
text-transform: capitalize;
margin: 10px 0 20px;
}
.blog-list span{
    color: #545454; 
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px;   
}


.load-btn {
    display: block;
    padding: 10px;
    background-color: #e0dbe0;
    border-radius: 5px;
    color: #373737;
    margin-top: 25px;
}
.blog-det-sec{
padding: 80px 0;
}

.blog-det-sec h1{
       color: #2F2F2F; 
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 44px; /* 143.75% */
text-transform: capitalize;
margin: 0 0 20px;
}
.blog-det-sec h2, .blog-det-sec h3, .blog-det-sec h4, .blog-det-sec h5{
       color: #2F2F2F; 
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 143.75% */
text-transform: capitalize;
margin: 0 0 20px;
}
.blog-date{
          color: #2F2F2F; 
font-size: 13px;
font-style: normal;
font-weight: 400px; /* 143.75% */
text-transform: capitalize;
margin: 0 0 20px; 
}
.blog-det-sec a{
    color:#517c91;
    text-decoration: underline;
}
.blog-det-sec p{
       color: #2F2F2F; 
font-size: 18px;
font-style: normal;
font-weight: 450;
line-height: 23px; /* 143.75% */
text-transform: capitalize;
margin: 0 0 20px;
}
.blog-det-sec ul{
    list-style-position: inside;
}
.blog-det-sec ul li{
       color: #2F2F2F; 
font-size: 18px;
font-style: normal;
font-weight: 450;
line-height: 23px; /* 143.75% */
text-transform: capitalize;
margin: 0 0 20px;
list-style-type: disc;
}

.bottom_description h2{
    font-size: 28px;
    color: #275267; 
    line-height: 30px;
    margin-bottom:25px;
}
.bottom_description h3{
    font-size: 24px;
    color: #275267; 
    line-height: 28px;
    margin-bottom:25px;
}

.bottom_description h4{
    font-size: 20px;
    color: #275267; 
    line-height: 26px;
    margin-bottom:25px;
}
.bottom_description p{
    font-size: 16px;
    color: #275267; 
    line-height: 24px;
    margin-bottom:25px;
}
.bottom_description a{
    color: #275267; 
    text-decoration:underline;
}


@media (max-width: 880px) {
  .ser-detailspage figure {
        display: block;
        width: 100%;
    }
    .mh-text{
        display: none !important;
    }
        .mob-num { 
        font-size: 13px;
    }
}
@media only screen and (max-device-width: 800px) {
    .what-we-blocks li {
        width: calc(50% - 16px);
        margin-bottom: 15px;
    }
    .centerArticle:before,
    .centerArticle:after {
        display: none;
    }
  
}

@media only screen and (max-width: 768px) {
    .callVideo {
        display: block;
        margin-top: 15px;
    }
    .sub-bottom-wrapp {
    padding: 40px 20px;
}
.what-we-blocks li {
    display: block;
    float: none;
    width: 100%;
    max-width: 440px;
    margin: 15px auto;
    position: relative;
    padding-bottom: 30px;
}
.what-we-blocks figure{
    display: block;
    padding: 0;
}

}
@media only screen and (max-device-width: 680px) {
    .what-we-blocks li {
        width: calc(100% - 16px);
        margin-bottom: 15px;
    }
    .centerArticle:before,
    .centerArticle:after {
        display: none;
    }
}
@media only screen and (max-width: 550px) {
    .btm-widget-branches .branBnglr address.bangAddress,
    .branBnglr {
        width: 100%;
    }
    .btm-widget-branches h6{
        text-align: center;
    }
}

@media only screen and (max-width: 420px) { 
.siteMap li { width:48%; }
 }
