.switch{
    position: fixed;
    /*top: 85%;*/
    bottom: 34px;
    left: 20px;
    width: 202px;
    height: 60px;
    background:rgba(38,130,182,1);
    border:2px solid rgba(255,255,255,1);
    border-radius:40px;
    color: #fff;
    z-index: 50000;

}
.switch_button{
    cursor: pointer;
}
.switch:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.2) ;
}
.switch_icon{
    background-image: url("edit.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-size: 100%;
    display: inline-block;
    margin-left: 26px;
    vertical-align: middle;
    transform: translateY(-3px);
}

.switch_text{
    line-height: 60px;
    padding-left: 16px;
    font-size: 18px;
    color: #fff;
}
/*.switch_icon{*/
/*    transform: translateY(62%);*/
/*    margin-left: 16px;*/
/*}*/
/*.switch_text{*/
/*    display: none;*/
/*}*/
.inquire_container{
    /*width: 503px;*/
    width: 420px;
    height: 493px;
    position: absolute;
    /*top: -500px;*/
    top: -420px;
    left: -5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 50001;

}
.blue_banner{
    background-color: rgba(38,130,182,1);
    height: 53px;
    color: #fff;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.close_icon{
    background-image: url("close.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.inquire_form{
    color:#000;
}
.inquire_row{
    margin: 0px 5px 6px 15px;
}
.nation_row{
    margin-top: 32px;
}
.captcha_row{
    margin-top: 14px;
}
.inquire_label{
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.inquire_button{
    width: 85px;
    padding: 0;
    margin-left: 15px;
    margin-top: 20px;
}
.inquire_submit{
    font-size: 16px;
    background:rgba(38,130,182,1);
    border-color:transparent;
    border: 0;
}
.inquire_submit:focus,
.inquire_submit:active,
.inquire_submit:visited{
    outline: none;
    box-shadow:none!important;
}
.inquire_submit:hover{
    background: rgb(34, 97, 132);
    outline: none;
}
.inquire_success{
    display: none;
    color:#111111;
    text-align: center;
}
.success_img{
    width:15%;
    margin-top: 100px;
}
.success_text{
    color:rgb(34, 97, 132);
    margin-top: 30px;
    font-size: 22px;
}
.return{
    margin-top: 50px;
    width: 20%;
    border-radius: 15px;
}
.has-error .form-control{
    border-color:#f00;
}
.inquire_container iframe{
    height: 410px;
}


@media (max-width: 768px)
{
    .inquire_container{
        width: 90vw;
        margin-right: 0;
        margin-left: 0;
        height: 493px;
        /*top: -430px;*/
        top: -420px;
    }
    .inquire_container iframe{
        height: 410px;
    }

    .switch{
        width: 60px;
    }
    .switch_icon{
        transform: translateY(62%);
        margin-left: 16px;
    }
    .switch_text{
        display: none;
    }
}
