﻿
.select-one {
    position: relative;
    width: 100%;
    padding: 0 7px;
    font-family: "Quicksand", 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;
}
/*padding: 0px 20px 17px 20px;*/
/*.enquiryfill2 {
  
    border-top: none;
    background-color: rgb(8, 8, 8);
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -95px;
}*/
.enquiryfill2 {
    padding: 20px 20px 140px 19px;
    /* padding: 0px 20px 17px 20px; */
    border-top: none;
    /* background-color: rgb(8, 8, 8); */
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -154px;
}

.select-two {
    position: relative;
    width: 100%;
    padding: 0 7px;
    font-family: "Quicksand", sans-serif;
    color: #d8d8d8;
    font-weight: 400;
    /*border: 1px solid rgb(244, 135, 50);*/
    border: 1px solid #00bef2;
    /*background-color: rgba(217, 83, 79, 0.92);*/
    background: #fff;
    height: 60px;
    padding: 14px 22px;
    color:#000;
}

.enquiryfill {
    padding: 0px 20px 17px 20px;
    /*  background-color: rgba(249, 155, 69, 0.68);*/
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    background: #11202a;
}

.call_button {
    display: inline-block;
    font-size: 21px;
    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);*/
    background: #00bef2
}

.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(249, 155, 69);
    border-radius: 18px;
}

.top_search input {
    width: 100%;
    border-radius: 42px;
    border: none;
    padding: 7px 14px;
    color: #8f8f8f;
    font-family: "Quicksand", 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: #00bef2;
    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);
            }
