
body {
    font-family: Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

.transition {
    transition: all 0.5s ease-out 0s;
}
.transition-fast {
    transition: all 0.2s ease-out 0s;
}
.header-1 {
    padding: 15px 0 0;
}

.fixed-box {
    position: fixed;
    right: 0;
    top: 60%;
}
.fixed-box .search-bar-btn {
    background-color: #763f78;
    border: 0 none;
    border-radius: 0;
    margin-right: 0;
    z-index: 99999;
}
.fixed-icon-holder {
    border-right: 1px solid #845283;
    display: inline-block;
    margin-right: 10px;
    padding-right: 0;
}
.quick-enquiry-holder {
    background-color: #3daf90;
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 15px;
    position: fixed;
    right: -128px;
    text-decoration: none !important;
    top: 600px;
    width: 185px;
    z-index: 9;
}
.quick-enquiry-holder:hover {
    color: #fff !important;
    right: 0;
}
.quick-enquiry-icon {
    background-image: url("../images/telugu.png");
   
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: 32px;
}
.quick-enquiry-holder .fixed-icon-holder {
    border-right: 1px solid #5bcdae !important;
}

