﻿
.select-one {
    position: relative;
    width: 100%;
    padding: 0 7px;
    font-family: "Raleway", sans-serif;
    color: #333333;
    font-weight: 400;
    border: 1px solid rgba(212, 98, 1, 0.6);
    background-color: rgba(255, 200, 0, 0.14); /*margin-bottom: 15px;     float: left;*/
    height: 34px;
}

.searchfill {
    padding: 0px 20px 23px 20px;
    background-color: rgba(255, 255, 255, 0.92);
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    border-top: 4px solid #fff;
}

.enquiryfill {
    padding: 0px 20px 17px 20px;
    background-color: rgb(1, 183, 242);
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.call_button {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ffffff;
    padding: 6px 30px;
    margin: 7px 0px 7px 0px;
    background-color: rgba(255, 255, 255, 0.69);
}

.divrotete {
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
    transform: rotate(-3deg); /* Standard syntax */
    background-color: rgba(245, 245, 245, 0.78);
    padding: 8px;
    border: 1px solid rgb(0, 174, 230);
    border-radius: 18px;
}

.top_search input {
    width: 100%;
    border-radius: 42px;
    border: none;
    padding: 7px 14px;
    color: #8f8f8f;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 600;
    outline: none;
}

.top_search .email-btn {
    border: none;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 17px;
    color: #ff6c26;
    height: 32px;
    line-height: 1;
    width: 43px;
    border-radius: 0 42px 42px 0;
}

.popular_view {
    position: relative;
    overflow: hidden;
}

    .popular_view .imgg {
        position: relative;
        max-height: 300px;
        width: 100%;
        overflow: hidden;
    }

        .popular_view .imgg img {
            max-height: 300px;
            transition-duration: .4s;
            transform: scale(1, 1);
            width: 100%;
        }

            .popular_view .imgg img:hover {
                transition-duration: .4s;
                transform: scale(1.2, 1.2);
            }
