﻿
.select-one {
    position: relative;
    width: 100%;
    padding: 0 7px;
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-weight: 400;
    border: 1px solid rgb(255 255 255);
    /* 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:11px 20px 181px 19px; */
    /* padding: 0px 20px 17px 20px; */
    border-top: none;
    background-color: rgb(20 99 144);
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -40px;
margin-bottom: 34px;}

.select-two {
    position: relative;
    width: 100%;
    padding: 0 7px;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid rgb(255 255 255);
    background-color: rgb(20 99 144);
    height: 34px;
}

.enquiryfill {
    background-color: rgba(24, 23, 27, 0.72);padding: 0px 20px 17px 20px;
    /* background-color: rgba(249, 155, 69, 0.68); */
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.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);
}

.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: "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);
            }



.order-more1{
    
    border: 1px solid #146390;
    border-radius: 3px;
    background-color: #146390;
    color: white !important;
    font-size: 16px;
    font-size: 20px;
    color: #333333;
    -webkit-box-flex: 1;
    flex: 1 1 40%;
    /*font-size: 14px;*/
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 7%;
    padding: 12px 0 !important;
    text-align: center;
}


