﻿body {
}
.about_div {
    position: relative;
  
}
.about_content {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    padding-left: 6%;
    height: 100%;
    align-items: center;
    background: url('http://bestolife.in/pages/images/overaly.png');
}
    .about_content h2, .about_content p {
        text-align: center;
        color: white;
    }
    .about_content h2{
        font-size: 29px;
        font-style: italic;
        font-weight: 900;
    }
.align_center {
    display: flex;
    align-items: center;
}
.new_buss {
    background: rgba(0,0,0,.075);
    margin-top: 7%;
}
/*contact us*/
#map {
    width: 100%;
    height: 500px;
}
.contact_w30 {
    display: flex;
    width: 30%;
    align-items: center;
    margin-bottom: 12%;
}
    .contact_w30 i {
        font-size: 49px;
    }
.form_contact input {
    width: 100%;
    border: none;
    border-radius: 0px !important;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204,.24);
    margin: 4% 0%;
}
.form_contact textarea {
    width: 100%;
    border: none;
    border-radius: 0px !important;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204,.24);
    margin: 4% 0%;
}
.bg-effect {
    position: fixed;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-moz-keyframes rotateme {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateme {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
button.btn.contact_info {
    color: white;
    background: black;
    border-radius: 50px;
    width: 120px;
    padding: 1.5%;
}
    button.btn.contact_info:hover {
        box-shadow: 0 8px 16px 0 #1d2124;
        color: black;
        background: white;
    }
.m_contact12 {
    margin: 10% 0%;
}
.legal a{
    color: black !important;
}
.policy {
    margin: 4% 5%;
}

.img_about {
    width: 500px;
    height: 500px;
}
.abt_img {
    width: 450px;
}
@media (max-width: 767px) {
    p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 13px; 
        word-wrap: break-word;
    }
    .about_div {
        position: relative;
        height: 123px;
    }
    .about_div img{
        height: 100%;
    }
    .abt_img {
        width: 100%;
    }
    .wrapper-footer .footer-two .footer-link ul {
        display: flex;
        font-size: 11px;
        margin-left: 0%;
        padding-left: 0;
    }
}
