.divMarquee {
            width: relative;
            display: inline-block;
            position: relative; 
            -webkit-animation: myfirst 5s infinite;/* Safari 4.0 - 8.0 */
            -webkit-animation-direction: alternate;/* Safari 4.0 - 8.0 */
            animation: myAni 5s infinite;
            animation-direction: initial;
        }

        /* Safari 4.0 - 8.0 */
        @-webkit-keyframes myAni {
            0% {left: -60%;top: 0px;}
            100% {left: 90%;top: 0px;}
        }
        /*If you want to change the direction just change the left values or make them right..*/
        @keyframes myAni {
            0% {left: -60%;top: 0px;}
            100% {left: 90%;top: 0px;}
        }
        
        .modal-body {
            overflow: hidden; /*This is for the overflow of moving text out of modal*/
        }
        .pop_area .close{
                width: 27px;
                height: 27px;
                margin-right: 19%;
        }
        .modal-body{
            width: 50%;
            margin-left: 25%;
        }
        .form_area h4 {
            font-weight: 700;
            font-size: 27px;
            line-height: 1.2;
        }
        .modal-title strong{
            font-size: 33px;
            color: red;
        }
        .modal-title {
            text-align: center;
        }
        .pop_area form{
            padding: 1% 7%;
        }
        .contact form input[ type="submit"]{
                margin-bottom: 14px;
                outline:none;
        }
    @media (max-width: 767px){
        .modal-body{
                width: 174%;
                margin-left: -8px;
                top: -8px;
        }
        .pop_area .close{
                width: 18px;
                height: 18px;
                opacity:0.8;
        }
        .callnow{
            z-index:1060;
        }
        .modal-open .modal{
            overflow-x:hidden;
            overflow-y:hidden;
        }
        .what{
           z-index:1060;
        }
        .what a{
            background:white !important;
        }
    }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
        .modal-body{
            width: 100%;
            margin-left: 1%;
        }
    }
    .callnow1 {
    position: fixed;
    bottom: 20%;
    right: 0px;
    z-index:1060;
}
    .dropdown .dropdown-menu{
        width: 210px;
    }
.callnow1 a {
    padding: 10px;
    background: #66d367;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 5px 10px #0000006e;
}
.ac-re h2{
    text-align: center;
    font-family: sans-serif;
    margin-top: 14px;
    font-weight: 700;
}
.border-img{
    margin-top: -18px;
    margin-left: 33%;
    height: 46px;
    width: 368px;
}
.ser-img img{
    width: 100%;
    height: 350px;
    box-sizing: content-box;
    box-shadow: 0px 0px 10px #ff00009e
}
.ser-info p{
    color: #000000c7;
    font-family: sans-serif;
    font-size: 17px;
    margin-bottom: 22px;
    padding: 3px;
    text-align: justify;
    text-shadow: 0px 0px 0.8px grey;
}
.set{
        margin-top: 25px;
    margin-bottom: 30px;
}
.section.lite-background{
   background-color: #f5f5f5; 
       padding: 33px;
}
.inner-wrapper{
        margin-left: -25px;
    margin-right: -25px;
}
.sec {
    background-color: #ffffff;
    padding-top: 30%;
    border-corner-shape: bevel;
    border-radius: 5px;
    width: 250px;
    height: 250px;
    box-shadow: 0px 0px 20px #b5b5b5;
}
.sec img {
    display: block;
    margin: auto;
    margin-top: 50px;
}
.col-grid-3 {
    width: 25%;
}
.sec P {
    text-align: center;
    font-size: 20px;
    font-weight: :500;
}
.why h2
{
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    padding: 10px;
    margin-bottom: 22px;
}