﻿ .bottom_search {
            width:100%;
            position: relative;
            float:left;
        }

        #ipt {
                width: 80%;
    height: 50px;
    font-size: 20px;
    padding-left: 20px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 10%;
        }

        .ipt_img {
            
           float: left;
    margin-left: -5%;
        }

            .ipt_img img {
                margin-top: 10px;
                height: 30px;
            }

        .bottom_contact {
            position: relative;
            float: left;
          width: 80%;
          margin-left:10%;
          margin-top:20px;
        }

        .bottom_con_left
        {
             position:relative;
             
             float:left;
        }

        .bottom_con_left img {
            
            width: 80px;
            float:right;
        }

        .bottom_con_right {
            position: relative;
            margin-top: 10px;
            float:left;
        }

        .con_right_top {
            padding-left: 20px;
            font-size: 20px;
            color: #666;
        }

            .con_right_top img {
                height: 30px;
            }

            .con_right_top a {
                margin-left: 10px;
            }

        .con_right_txt {
            font-size: 25px;
            color: #666;
            margin-left: 25px;
            margin-top:5px;
        }

        .bottom_bt
        {
                position: relative;
    float: left;
    width: 100%;
    
    margin-top: 20px;
    text-align: center;
        }
        @media (max-width: 480px)
        {
            .ipt_img
            {
                margin-left: -10%;
            }
            
        }