.contact-us-dir {
    direction: rtl;
    text-align: right;
}

.contactheader {
    background: #1b427e;
    color: #ffffff;
    text-align: center;
}

.contactheader1 {
    background: url(../images/contact.png) no-repeat;
    background-size: 25%;
    height: 250px;
    background-position: center;
}
.aboutheader1 {
    background: url(../images/about1-us.png) no-repeat;
    background-size: 25%;
    height: 250px;
    background-position: center;
}

.contact-btn {
    position: absolute;
    border: 0;
    color: #fff;
    font-size: 40px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.contact-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #ff4b5a;
    border-radius: 50%;
    top: 0;
    left: 0;
    box-shadow: 0 3px 10px 0 rgb(23, 56, 128);
    -moz-box-shadow: 0 3px 10px 0 rgb(23, 56, 128);
    -webkit-box-shadow: 0 3px 10px 0 rgb(23, 56, 128);
    -o-box-shadow: 0 3px 10px 0 rgb(23, 56, 128);
    -ms-box-shadow: 0 3px 10px 0 rgb(23, 56, 128);
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    transition: all 1.4s;
    -webkit-animation: beatbtn 1.4s ease-in-out infinite;
    animation: beatbtn 1.4s ease-in-out infinite
}

@keyframes beatbtn {
    0% {
        background-color: #173880;
        transform-origin: center;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        background-color: #3358a9;
        transform-origin: center;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        background-color: #093596;
        transform-origin: center;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.contact-btn i {
    z-index: 5;
}

.box-address a {
    color: #ffffff;
}

.box-address a:hover {
    color: #dfdfdf;
}

.box-address a:link {
    text-decoration: none;
}

.box-address .box1 {
    background: #5a7dc7;
}

.box-address .box2 {
    background: #173880;
}

.box-address .box3 {
    background: #2e68e6;
}

.box-address .box4 {
    background: #1e49a7;
}

.contact-us-dir .modal-content {
    background-color: #eef1ff;
}

.contact-us-dir .form-control {
    background-color: #eceffd;
}

.content-aboutus p {
    font-size: 14px;
    color: #483e3e;
}

.content-aboutus h5 {
    color: #175da9 !important;
}

@media (max-width: 767px) {
    .contactheader1 , .aboutheader1 {
       display: none;
    }
    .zamirbazar-logo {
        background-position: center !important;
    }
}

@media (max-width: 500px) {
    .content-aboutus h3{
        font-size: 18px;
    }
}

.about-us-img .influencerimg p{
   text-align: center;
}

.about-us-img .influencerimg img{
    width: 50px;
    margin: auto;
}
.about-us-img .influencerimg img:nth-child(1){
    display: block;
}

.about-services{
    height: 100%;
    padding: 20px 20px 10px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.zamirbazar-logo{
    background: url(/images/logo.png) no-repeat;
    background-position: left;
    background-size: 50%;
    height: 160px;
}
.tmba-logo{
    background: url(/images/tmba-logo.png) no-repeat;
    background-position: center;
    background-size: 50%;
    height: 160px;
}

.contact-us1 .breadcrumbs , ol.breadcrumb  {
margin-bottom: 0 !important;
}

.contact-us1 .iframe-map-footer {
    border-radius: 0 !important;
}