* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body,
html {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  list-style: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

/* header */

header {
  text-align: center;
  margin: 0 0 0;
  padding-top: 40px;
}


.form-title {
  background-color: #193660;
  max-width: fit-content;
  margin: 0 auto;
  padding: 20px 40px 10px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 5px;
  text-decoration: none;
}

.theme-bg{
  background-color: #e5e5e5;
  color: #193660;
  margin-bottom: 6px;
}
.header_title{
  font-weight: 600;
  line-height: 30px;
}

.form-title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 36px;
}

.form-title h2 {
  color: #ffc529;
  font-weight: bold;
  font-size: 66px;
  line-height: 66px;
  padding-top: 4px;
}


.keep-logo {
  background-color: #193660;
  max-width: fit-content;
  margin: 0 auto;
  padding: 25px 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.keep-logo h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 36px;
}

.keep-logo h2 {
  color: #ffc529;
  font-weight: 600;
  font-size: 66px;
  line-height: 60px;
  padding-top: 4px;
}

/* hero  */
.here-dec {
  padding: 20px 30px 40px;
  background-color: #e5e5e5;
  max-width: 600px;
  margin: 20px auto 0;
  border-radius: 20px;
}

.here-dec p {
  font-size: 24px;
  color: #193660;
  font-weight: 600;
  line-height: 33px;
}



/* img */
.img-section {
  margin-top: -20px;
}

.img-section .container {
  max-width: 600px;
}

.img-section .col-md-9 {
  position: relative;
}

.home {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 40px;
}

.family-logo img {
  min-width: 160px;
  margin-bottom: 20px;
}

.friend-link {
  position: absolute;
  right: 0;
  top: 0;
}

.friend-link {
  background-color: #376ba7;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  max-width: fit-content;
  border-radius: 50px;
  top: 40px;
}

.friend-link:hover {
  color: #fff;
}


/* form section */

.form-section .container {
  max-width: 600px;
}

.form-section .from-group {
  display: flex;
  align-items: baseline;
  background-color: #e5e5e5;
  padding: 15px 30px;
  margin-bottom: 15px;
}

.form-section .form-lable {
  color: #282828;
  font-weight: 400;
  font-size: 16px;
}

.form-section .name {
  width: calc(100% - 90px);
  border-bottom: solid 1px #c1c1c1;
}

.form-section .fname {
  width: calc(100% - 115px);
  border-bottom: solid 1px #c1c1c1;
}

.form-section .pname {
  width: calc(100% - 121px);
  border-bottom: solid 1px #c1c1c1;
}

.form-section .ename {
  width: calc(100% - 189px);
  border-bottom: solid 1px #c1c1c1;
}

.from-textarea {
  background-color: #e5e5e5;
  padding: 10px 30px;
  margin-bottom: 15px;
}

.from-textarea textarea {
  background-color: transparent !important;
  border: none;
      font-weight: bold;
      font-size: 16px;
}

.form-section .from-group input {
  border-bottom: solid 1px #c1c1c1;
  border: none;
  background-color: transparent;
  font-size: 16px;
  padding: 0 3px;
  font-weight: bold;
  width: 100%;
}

.recaptcha {
  justify-content: center;
  margin: 40px 0;
}

.send-btn {
  text-align: center;
  padding-bottom: 40px;
  justify-content: center;
  display: flex;
  align-items: center;

}

.send-btn button {
  background-color: #193660;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  max-width: fit-content;
  border-radius: 50px;
  border: none;
  min-height: 50px;
  min-width: 140px;
  justify-content: center;
  padding-top: 10px;
}

.send-btn button:hover {
  background-color: #193660;
}

/* footer */

footer {
  padding: 20px 0;
  background-color: #e5e5e5;
  text-align: center;
  color: #282828;
}

footer a {
  color: #282828;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

footer a:hover {
  color: #282828;
}

@media (max-width:1024px)  {
  .form-title h2 {
    font-size: 36px;
    line-height: 36px;
}

.form-title h1 {
    font-size: 30px;
}
.form-title {
  padding: 10px 50px 10px;
}

}


@media (max-width:768px) {

  .form-section .from-group {
        padding: 15px 15px;
  }

  .friend-link {
    position: relative;
    margin: 20px auto 40px;
    top: 0;
  }

  .family-logo {
    text-align: center;
  }

  .family-logo img {
    max-width: 260px;
    margin: 40px auto;
  }

  .home {
    position: absolute;
    bottom: 11px;
    right: 20px;
    max-width: 40px;
  }

  .keep-logo {
    padding: 25px 30px 10px;
  }

  .keep-logo h1 {
    font-size: 25px;
    line-height: normal;
  }

  .keep-logo h2 {
    font-size: 55px;
  }

  .form-title h1 {
    font-size: 27px;
  }

}

.tab-pane {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tab-pane {
    width: 50% !important;
  }
}