/*
**************settings***********
*/
.container-fluid {
    padding: 20px;
    padding-bottom: 0;
}
.white{
  color: #fff;
}
body {
    line-height: 1;
    font-family: reforma-reg;
}
/**************end settings***********

/**************font settings***********/
@font-face {
  font-family: citroen_reg;
  src: url("../fonts/CitroenRegular.ttf") format("opentype");

}
.citroen_reg{
  font-family: citroen_reg;
}
@font-face {
  font-family: citroen_bold;
  src: url("../fonts/Citroen_Bold.ttf") format("opentype");

}
.citroen_bold{
  font-family: citroen_bold;
}
@font-face {
    font-family: reforma-reg;
    src: url("../fonts/FbReforma-Regular.otf") format("opentype");
}
.reforma-reg{
  font-family: reforma-reg;
}
@font-face {
    font-family: reforma-med;
    src: url("../fonts/ReformaMedium.ttf") format("opentype");
}
.reforma-med{
  font-family: reforma-med;
}
@font-face {
    font-family: myriadreg;
    src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
.myriadreg{
  font-family: myriadreg;
}
@font-face {
    font-family: myriadbold;
    src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
}
.myriadbold{
  font-family: myriadbold;
}
/**************end font settings***********/
/**************form section***********/
.form_wrap {
    height: 100%;
    /* border: 1px solid red; */
    display: block;
    background-color: #969494;
    padding: 35px 15px;
}
.logo_top{
    margin-bottom: 40px;
}
.form_field {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    border-radius: 2px;
    display: block;
    outline: none;
    font-size: 25px;
    text-align: right!important;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 25px;
    border: 0;
    padding: 0;
    border-radius: 0;
}
.more_info_top{
    margin-bottom: 30px;
}
.more_info_top span {
    font-size: 45px;
    /* text-align: center; */
}
.btn_send {
    height: 70px;
    background-color: #E54E39;
    background-position: center center;
    width: 100%;
    font-size: 42px;
    line-height: 49px;
    color: #fff;
    outline: none;
    border: 0;
    margin-bottom: 25px;
}
.checkbox_accept {
    color: #fff;
    position: relative;
    right: 15px;
}
span.checkbox_accept {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-family: reforma-reg;
}
input[type=checkbox], input[type=radio] {
    margin: 4px -7px 0px;
    position: relative;
    left: 10px;
    top: 3px;
}
#accept_spam_a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
a.accept_spam_a {
    color: #fff;
    font-weight: 600;
}
p.star {
    color: #fff;
}
span.btn-c2c {
    font-size: 40px;
}
.or_call{
  font-size: 30px;

}
div#phoneDiv {
    margin: 31px;
}
#jf-err {
    font-weight: 600;
    color: red;
    font-size: 20px;
}
/**************end form section***********/
#thankyou {
    display: none;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    background-color: #969494;
    color: #fff;
    font-size: 30pt;
}
