body{
background:#fbfbfb;
}
.spformAlign{
width:80%;
margin:0 auto;
}
#div1{
   color:red;
}


.form-control{
border: 1px solid #bdbdbd;
    border-radius: 0;
    min-height: 50px;
    box-shadow: none;
}

.spcountryBlock{
width:151px;
float: left;
}

.spcontactBlock{
width:285px;
float: left;
margin-left: 5px;
}

.spaymainHeader{
background:#f2f2f2;
padding:10px 0;
margin-bottom:0;
}
/*.responsiveImg a img{
margin-top:20px;
margin-bottom:20px;
}*/
.helpContainer{
float: right;
min-height: 100px;
align-items: center;
text-align: center;
display: flex;
}

.needHelp{
font-size:16px;
color:#f56565;
}

.hederDescr{
padding:30px 0;
text-align:center;
border:1px dashed #dedede;
margin-bottom:30px;
}

.hederDescr p
{
color: #737373;
font-size: 18px;
}

.hederDescr p strong{
position: relative;
    top: 8px;
    left: 2px;
    font-size: 28px;
    color:#f56565;
}


.color_redrequired{
color:#f00;
}


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 20px 40px;
    border-radius: 0;
    font-size: 18px;
    float:right;
    transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
      -moz-transition:all 0.2s ease-in-out;
       -ms-transition:all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;
}


.btn-primary:hover{
color: #337ab7;
background-color: transparent;
border-color: #2e6da4;
}


@media (max-width:1199px){
.spcontactBlock{
width:205px;
float: left;
margin-left: 5px;
}   
}


@media (max-width:991px){
.spcountryBlock{
width:100%;
margin-bottom:15px;
}
.helpContainer {
    margin-top: 20px;
    float: none;
    text-align: center;
    
}

.btn-primary {
float:none;
}
.responsiveImg{
text-align:center;
}
.spcontactBlock{
width:100%;
margin-left:0;
margin-bottom:15px;
}
}