@charset "utf-8";

#mobile_div{ 
    position: fixed;
    width: 100%;    
    bottom: 0; 
    left: 0;
    z-index: 9999999;
    padding: 12px 10px;
    transition: 0.3s;
    font-family: 'Roboto', 'Arial', sans-serif;
    border-top: 2px dashed #ffd116;   
    border-bottom: 2px dashed #ffd116;
    background: #F33E4D;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
#mobile_div:hover {border-top: 2px dotted #ffd116; border-bottom: 2px dotted #ffd116;}
#inner_mob_div {width: 1120px; max-height: 46px; margin: 0 auto; overflow: hidden;}
#inner_mob_div:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
#inner_mob_div .inner_mob_div_left, #inner_mob_div input, #inner_mob_div span, #inner_mob_div form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: top;
    background: transparent;
    font-family: 'Roboto', 'Arial', sans-serif;
    width: auto;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
#inner_mob_div input::-webkit-input-placeholder {
  color: #999; }

#inner_mob_div input::-moz-placeholder {
  color: #999; }

#inner_mob_div input:-ms-input-placeholder {
  color: #999; }

#inner_mob_div input::placeholder {
  color: #999; }
#mobile_div .inner_mob_div_left { 
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 0;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    color: #fff;      
}
#inner_mob_div div.pricing b, #inner_mob_div .inner_mob_div_left>span{ 
    display: inline-block;
    padding: 0px 15px;
    color: #222; 
    font-weight: 700;
    background: #FFD93C; 
    border-radius: 25px; 
}
#inner_mob_div .inner_mob_div_left>span{
    margin-right: 10px;
}
#mobile_div form{float:left; height: 42px; max-width: inherit;}

/*#mobile_div .input_div {
    display: inline-flex !important;
    
}
#mobile_div h1 { color:#FFF900; font-size: 20px !important; text-align: justify; }*/

#mobile_form input[type=text]{
    position: relative;
    display: inline-block;
    width: 200px; 
    height: 42px;
    margin: 0 2px 0 0;
    font-size: 16px; 
    font-weight: 400;
    line-height: 34px;
    text-indent: 10px;
    text-align: left;
    border: solid 2px #d63441; 
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.2s;
    box-shadow: none;
    text-shadow: none;
    transform: none;
    color:#222;
}
#mobile_form input[type=text]:focus{background:#edffd9; transform: none;}
#mobile_form input[type=submit]{
    position: relative;
    display: inline-block; 
    height: 42px;
    padding: 0 30px; 
    cursor: pointer; 
    border-radius: 8px; 
    background: #43c36b; 
    color: #FFF; 
    font-size: 18px; 
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.2s;
    box-shadow: none;
    text-shadow: none;
    border: solid 2px #d63441; 
    transform: none;
}
#mobile_form input[type=submit]:hover {background: #51d87b; transform: none;}

#mobile_div div.pricing{ 
    position: relative;
    float: left; 
    margin: 0 0 0 12px; 
    padding: 5px 0 0;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    color: #fff; 
    white-space: nowrap; 
}
#mobile_div div.pricing b{
    margin: 0 0 0 8px;
    vertical-align: top;
}
/*
#mobile_div_center { position: fixed;	left: 36%;bottom: 45%;z-index: 9999999;transition:0.3s;height:200px; width:540px; border: 4px dashed yellow; visibility:hidden}

#inner_mob_div_center {margin: 0 auto;}

#mobile_div_center:hover {border: 4px dotted yellow;}

#mobile_div_center form {float:left}

#mobile_div_center { float: right; padding: 10px; background-color: #F33E4D; }

#mobile_div_center h2 { color:#FFF; text-align: right; font-size: 20px !important; line-height: 35px; float: left; margin: 0 5px 0 0; position: relative;}

#mobile_div_center h1 { color:#FFF900; font-size: 20px !important; text-align: justify; }

#mobile_div_center div.pricing { float: left; margin-left:10px; color:#FFF; text-align: right; font-size: 20px !important; line-height: 35px; }

#mobile_div_center div.pricing b, #mobile_div h2 b { background-color: #FFD93C; color:#000; padding-left: 15px; padding-right: 15px; border-radius: 25px; }

#mobile_div_center input{	margin: 0 5px 0 0 }


#mobile_div_center .input_div {padding:10px; margin:0 auto; width:85%}

#mobile_div_center #mobile_form input[type=submit] {margin: 16px 86px; width: 278px; height: 57px;}

#mobile_div_center #mobile_form input[type=text]  {margin-top: 10px}
*/
@media screen and (max-width: 1100px){
    #inner_mob_div{
        width: 920px;
    }
    #mobile_div div.pricing{
        display: none;
    }
}
@media screen and (max-width: 920px){
    #inner_mob_div{
        width: 580px;
    }
    #mobile_div .inner_mob_div_left{
        display: none;
    }
}
@media screen and (max-width: 580px){
    #mobile_div{
        display: none;
    }
}