@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li,
div,
input,
select,
textarea,
label {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

div , input , select,textarea {
  box-sizing: border-box;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  display: block;
  clear: both;
  content: "";
}

.f-blue {
  color: #4771cbff;
}

.bodydiv {
  width: 100%;
  margin: 0 auto;
}
.heading2{
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
    color: #6aabd2;
    line-height: 50px;
    text-align: center;	
    text-shadow: 1px 2px 1px #919191;
    text-transform: uppercase;
}
.h3 {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 50px;
  text-align: center;
}
.n3 {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #fff;
  margin-bottom: 20px;
  position: relative;
}

.n31 {
 width: 750px;
    text-align: center;
    padding: 44px;
    margin: auto;
    border-radius: 20px;
    
     position: relative;
   background-color: #f7f7f7;
  border:1px solid #f7f7f7;
}
.n31 p{ 
  line-height: 28px;
    text-align: justify;
    font-size: 16px;
    margin-bottom: 20px;
}
.n31 p span{ 
      line-height: 33px;
  text-align: justify;
  font-size: 17px;;
  display: block;
}

.n31 .h3{
    color: #6aabd2;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: uppercase;
    margin:20px 0 20px 0;
    
}
.forminput{width: 100%; margin-bottom: 15px;}
.forminput label{
    width: 100%;
    display: block;
    text-align: left;
    padding: 7px 2px;
}
.forminput input{
   width: 100%;
    padding: 14px 11px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px
}
.forminput textarea{
    width: 100%;
    padding: 14px 11px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px
}
.forminput select{
     width: 100%;
    padding: 14px 11px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px
}
.buttonclass{ 
  width: 200px;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #6aabd2;
    font-size: 18px;
        margin-top: 20px;
}
.error {
        color: red;
        display: block;
            text-align: left;
    margin-top: 8px;
    }

    input.error-border,
    textarea.error-border {
        border: 1px solid red;
    }
     @media screen and (max-width: 800px) {
.n31 {
 width: 100%; }

     }