* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    padding: 0 15px;
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

body {
    font-family: Helvetica;
}

.bgBlue {
    background-color: #003478;
}

.bgLinear {
    background-color: #F0433A;
}

.bgGreen {
    background-color: #1BA260;
}

.form__Inner h4 {
    font-size: 20px;
    font-weight: 700;
}

section#form {
    display: flex;
    padding-top: 25px;
}

.form__Inner h4 {
    margin-bottom: 5px;
    font-family: Helvetica;
}

.form__Inner p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.form__Inner {
    background: #fff;
    padding: 20px 27px;
    border-radius: 5px;
    position: relative;
    z-index: 99;
}

a.callButton img {
    margin-right: 16px;
}

a.callButton {
    color: #fff;
    padding: 13px 0px;
    margin-bottom: 13px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.callButton:hover{
    transition:0.3s ease all;
background-color:#107443;
}
.Bottom__Buttons .callButton.bgLinear:hover,.callButton.bgBlue:hover{
transition:0.3s ease all;
background-color:#3184f1!important;
}
.form__Inner {
    max-width: 400px;
    margin: auto;
    width: 100%;
    margin-top: 20%;
    box-shadow: 0px 0px 4px 5px rgb(144 144 144 / 10);
}

.two__Buttons,
.Bottom__Buttons {
    display: flex;
    flex-direction: column;
}

span.or {
    font-size: 14px;
    margin: 18px 0px;
    color: #9691A4;
}

.orBox {
    text-align: center;
    margin: 18px 0px;
}

input.fieldBoxes {
    padding: 10px 17px;
    width: 100%;
    border-radius: 5px;
    color: #D5D2DC;
    border: 1px solid #D5D2DC;
    margin-bottom: 16px;
    font-size: 17px;
}

textarea#message {
    padding: 16px;
    width: 100%;
    resize: none;
    height: 120px;
    text-align: left;
    border: 1px solid #D5D2DC;
    border-radius: 5px;
    margin-bottom: 18px;
}

span.or::before {
    content: '';
    background: #9691a491;
    height: 1px;
    width: 44%;
    position: absolute;
    right: 5px;
    top: 8px;
}

span.or::after {
    content: '';
    background: #9691a491;
    height: 1px;
    width: 44%;
    position: absolute;
    left: 5px;
    top: 8px;
}

.orBox {
    position: relative;
}

.Bottom__Buttons span,
.Bottom__Buttons p {
    margin-left: 20px;
}

.bottonShadowBox span {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.Bottom__Buttons p {
    font-size: 12px;
    font-weight: 400;
}

a.callButton:hover {
    cursor: pointer;
}

.bottonShadowBox {
    box-shadow: 0px 2px 2px -2px rgb(31 27 45 / 8%), 0px 4px 12px rgb(31 27 45 / 8%);
    padding: 15px 0px;
}

.form__Group {
    position: relative;
}

.form__Group img {
    position: absolute;
    right: 12px;
    top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.seveTime {
    color: #003478 !important;
    margin: 0px !important;
}

section#form {
    position: fixed;
    top: -200%;
    left: 0;
    right: 0;
    z-index: 0;
    transition: all .7s;
}

.formTrigger {
    top: 0px !important;
}

.overLayBoxForm {
    position: fixed;
    background: #000000b3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: none;
    transition: all .7s;
}

.bottonShadowBox img {
    position: absolute;
    right: 0;
    bottom: 26px;
    height: 40px;
    width: 40px;
}

.bottonShadowBox {
    position: relative;
}