.fixed_bom{

    position: fixed;
    bottom:0;
    right: 0;
    width: 50%;
    background-color: rgba(27,60,89,.87);
    z-index: 2016;
    /*background-image: url(../fb_pic.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
}
.fixed_bg{
    /*background-color: rgba(27,60,89,.87);*/
    /*padding-top: 15%;*/
}
.fb_pic{
    position: absolute;
    top:-10%;
    left: 1%;

    height: 95%;
}
.fb_form{
    padding-bottom: 24px;
    overflow: hidden;
}
.fb_form h4{
    color: #ffffff;
    font-size: 16px;
    padding-top: 26px;
    margin-bottom: 10px;
    margin-left: -15px;
}
.fb_form .col{
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.fb_form .col input{
    outline: none;
    border:none;
    height: 34px;
    padding-left: 10px;
    font-size: 16px;
    color: #37546e;
}
.fb_form .col-md-4{
    padding-left: 5px;
    padding-right: 5px;
}
.fb_form .col .submit_btn{
    width: 100%;
    background-color: #F0B52B;
    color: #ffffff;
    padding-left: 0;
}
.fb_form .col :-moz-placeholder {color: #37546e;opacity: 1;}
.fb_form .col ::-moz-placeholder {color: #37546e;opacity: 1;}
.fb_form .col input:-ms-input-placeholder {color: #37546e;opacity: 1;}
.fb_form .col input::-webkit-input-placeholder {color: #37546e;opacity: 1;}
.fixed_bom .fb_close{
    position: absolute;
    top:24px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.fixed_bom .fb_close:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 16px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fixed_bom .fb_close:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 16px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 999px){
    .fixed_bom{
        width: 100%;
    }
    .fixed_bom h4{
        text-align: center;
        margin-left: 24px;
    }
}
@media (max-width: 736px){
    .fixed_bom{
        display: none;
    }

}
