
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: auto;
word-break: normal;
}
/* start editing from here */
tr {
  border-bottom: 1pt solid black;
}
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
html,
body {
padding: 0;
margin: 0;
background: #fff;
font-family: 'Barlow', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
font-family: 'Barlow', sans-serif;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Barlow', sans-serif;
letter-spacing: 1px;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Barlow', sans-serif;
}
ul {
margin: 0;
padding: 0;
}
/*-- //Reset-Code --*/
body {background:#0e99ea;
min-height: 100vh;
}
h1.header-main {
padding: 31px 0px 25px;
font-size:53px;
text-align: center;
text-transform:capitalize;
color:#ffffff;
text-shadow: 2px 3px rgba(0, 0, 0, 0.42);
letter-spacing: 5px;
}
.form-group{
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form-mid-both{
	flex-basis:48%;
-webkit-flex-basis:48%;}
.main-bothside {
width:42%;
padding:2em 2em 2em;
margin: 0em auto;
-webkit-box-shadow:-2px 7px 37px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow:-2px 7px 37px 8px rgba(0, 0, 0, 0.2);
box-shadow:-2px 7px 37px 8px rgba(0, 0, 0, 0.2);
background:#fff;
}
.personal-info p, label.form-check-label, .form-control-txt p,.form-mid-both p {
font-size: 15px;
color: #000;
padding-bottom: 15px;
}
.personal-info p,.form-control-txt p,.form-mid-both p {font-weight:500;}
.form-check {
display: inline-block;
}
.personal-info {
padding-top: 30px;
}
.form-check:nth-child(2),.form-check:nth-child(3) {
margin-right: 9px;
}
.form-mid-both input[type="text"],.form-mid-both input[type="email"],.form-control-txt textarea {
outline: none;
width: 100%;
color: #000;
font-size: 14px;
padding: .8em .8em;
border: 1px solid #000;
display: inline-block;
background: none;
letter-spacing: 2px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
box-sizing: border-box;
}
.form-control-txt textarea {
height: 8em;
overflow: hidden;
resize: none;
}
.form-control-txt {
margin: 24px 0px;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #000;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #000;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #000;
}
:-moz-placeholder {
/* Firefox 18- */
color: #000;
}
input[type="submit"] {    
text-transform: uppercase;
background: #0e99ea;
color: #ffffff;
padding: .7em 0em;
border: none;
font-size: 1em;
outline: none;
width: 24%;
letter-spacing: 1px;
cursor: pointer;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
input[type="submit"]:hover {
color: #fff;
background: #000;
}
.copy {
padding: 33px 0px;
}
.copy p {
margin: 0em;
text-align: center;
font-size: 17px;
color: white;
letter-spacing: 2px;
}
.copy p a {
color:#000;
text-decoration: none;
}
.copy p a:hover {	color: #fff;}
/*--responsive--*/
@media(max-width:1920px){
h1.header-main {
font-size: 60px;
}
}
@media(max-width:1680px){
h1.header-main {
font-size:57px;
}
}
@media(max-width:1600px){
h1.header-main {
font-size:53px;
}
}
@media(max-width:1440px){
.main-bothside {
width: 47%;
}
h1.header-main {
font-size: 50px;
letter-spacing:4px;
}	
}
@media(max-width:1366px){
input[type="submit"] {
width: 27%;
}
.form-control-txt textarea {
height: 7em;
}
}
@media(max-width:1280px){
h1.header-main {
font-size: 47px;
}
.main-bothside {
width: 50%;
}
}
@media(max-width:1080px){
.main-bothside {
width: 54%;
}
.copy {
padding: 30px 0px;
}
h1.header-main {
padding: 25px 0px 22px;
}
}
@media(max-width:1050px){
.personal-info {
padding-top: 27px;
}	
}
@media(max-width:1024px){
.main-bothside {
width: 58%;
}
.personal-info p, label.form-check-label,
.form-control-txt p, .form-mid-both p {
padding-bottom: 13px;
}
}
@media(max-width:991px){
input[type="submit"] {
width: 31%;
}
.main-bothside {
padding: 1.8em 1.8em 1.8em;
}	
.copy p {
font-size: 16px;
}
}
@media(max-width:900px){
h1.header-main {
font-size: 44px;
letter-spacing:4px;
}
.main-bothside {
width: 66%;
}
.personal-info {
padding-top: 23px;
}
}
@media(max-width:800px){
h1.header-main {
padding: 20px 0px 21px;
}
input[type="submit"] {
padding: .6em 0em;
font-size: .9em;
}
}
@media(max-width:768px){
.main-bothside {
width: 72%;
}
.form-mid-both input[type="text"], .form-mid-both input[type="email"], .form-control-txt textarea {
padding: .7em .8em;
}
h1.header-main {
font-size: 42px;
}
}
@media(max-width:767px){
.copy p {
font-size: 15px;
}
.copy {
padding: 25px 0px;
}	
}
@media(max-width:736px){
.personal-info {
padding-top: 20px;
}	
}
@media(max-width:667px){
.personal-info p, label.form-check-label, .form-control-txt p, .form-mid-both p {
padding-bottom: 11px;
}
.form-control-txt {
margin: 21px 0px;
}
}
@media(max-width:640px){
.copy p {
font-size: 14px;
}
.main-bothside {
width: 77%;
}
h1.header-main {
font-size: 40px;
letter-spacing:3px;
}	
}
@media(max-width:600px){
.main-bothside {
padding: 1.4em 1.4em 1.4em;
}
input[type="submit"] {
width: 34%;
}
.form-control-txt textarea {
height: 6em;
}
.copy p {
letter-spacing: 1px;
}	
}
@media(max-width:568px){
.main-bothside {
width: 81%;
}
.personal-info p, label.form-check-label,.form-control-txt p, .form-mid-both p {
font-size: 14px;
}	
.copy p {
line-height: 28px;
}
}
@media(max-width:480px){
h1.header-main {
font-size: 37px;
letter-spacing: 2px;
}
.personal-info p,.form-control-txt p {
padding-bottom: 11px;
line-height: 28px;
}	
input[type="submit"] {
width: 38%;
}
}
@media(max-width:440px){
.form-group {
flex-direction: column;
-webkit-flex-direction: column;
}
.form-mid-both:nth-child(2) {
margin-top: 17px;
}
}
@media(max-width:414px){
.form-mid-both input[type="text"], 
.form-mid-both input[type="email"], 
.form-control-txt textarea {
padding: .6em .8em;
}
h1.header-main {
font-size: 34px;
letter-spacing: 1px;
}
.personal-info {
padding-top: 17px;
}
}
@media(max-width:384px){
.personal-info p, .form-control-txt p {
padding-bottom: 8px;
}	
.copy p {
line-height: 28px;
}
.form-control-txt {
margin: 17px 0px;
}
input[type="submit"] {
width: 45%;
}
}
@media(max-width:375px){
h1.header-main {
font-size: 30px;
}
.main-bothside {
padding: 1.2em 1.2em 1.2em;
}
}
@media(max-width:320px){
h1.header-main {
font-size: 27px;
}
.form-check {
display: block;
}
.form-check:nth-child(2),.form-check:nth-child(3) {
margin-right: 0px;
margin-bottom: 6px;
}
}
/*--//responsive--*/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/* Style the adjustments */
p 
{font-size : 80%;}
small 
{font-size : 60%;}
