html {
  scroll-behavior: smooth;
}
:focus { outline: none !important; }
::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
    font-weight: bold;
}
.shape::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 900px;
  background-image: -webkit-linear-gradient(-220deg, #2094dd, #20dbd2);
  background-image: -moz-linear-gradient(-220deg, #2094dd, #20dbd2);
  background-image: -ms-linear-gradient(-220deg, #2094dd, #20dbd2);
  background-image: -o-linear-gradient(-220deg, #2094dd, #20dbd2);
  background-image: linear-gradient(-220deg, #2094dd, #20dbd2);
  left: 49.5%;
  top: -50px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
.shape::after {
  height: 550px;
  width: 800px;
}
.linehr{
    margin-top: 0px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    font-weight: bold;
}
@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato-Black";
  src: url(../fonts/Lato-Black.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
  font-family: "Lato-Semibold";
  src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url(../fonts/OpenSans-Semibold.ttf);
}
p {
    font-family: "OpenSans-Regular";
    color: #666666;
    font-size: 16px;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: "OpenSans-Regular";
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
#gtco-main-nav {
  padding: 20px 0;
}
#gtco-main-nav .navbar-brand {
  font-size: 36px;
  font-family: "Lato-Black";
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #2094dd, #20dbd2);
  background: -ms-linear-gradient(left, #2094dd, #20dbd2);
  background: -moz-linear-gradient(left, #2094dd, #20dbd2);
  background: -o-linear-gradient(left, #2094dd, #20dbd2);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
#gtco-main-nav .bar1, #gtco-main-nav .bar2, #gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}
#gtco-main-nav .change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}
#gtco-main-nav .change .bar2 {
  opacity: 0;
}
#gtco-main-nav .change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}
#gtco-main-nav .navbar-nav li a {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  color: #666666;
  padding: 5px 15px !important;
  text-transform: uppercase;
}
#gtco-main-nav form a {
  font-family: "OpenSans-Semibold";
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  border-width: 2px;
}
#gtco-main-nav form a.btn-info {
  background: #20dbd2;
  border-color: #20dbd2;
}
#gtco-main-nav form a.btn-outline-dark {
  border-color: #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #2094dd;
    color: #2094dd;
  }
}
#gtco-main-nav::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 900px;
  /*background-image: -webkit-linear-gradient(-220deg, #2094dd, #20dbd2);*/
  /*background-image: -moz-linear-gradient(-220deg, #2094dd, #20dbd2);*/
  /*background-image: -ms-linear-gradient(-220deg, #2094dd, #20dbd2);*/
  /*background-image: -o-linear-gradient(-220deg, #2094dd, #20dbd2);*/
  /*background-image: linear-gradient(-220deg, #2094dd, #20dbd2);*/
  background-color:#72cf61 ;
  left: 49.5%;
  top: -50px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::after {
    height: 550px;
    width: 800px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::after {
    width: 700px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::after {
    width: 100%;
    height: 400px;
  }
}
#gtco-main-nav::before {
  position: absolute;
  content: "";
  height: 590px;
  width: 930px;
  background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: linear-gradient(to right, #e8eefc, #e6fafe);
  left: 47.5%;
  top: -25px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::before {
    height: 540px;
    width: 810px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::before {
    width: 710px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::before {
    width: 100%;
    height: 390px;
  }
}

.gtco-banner-area a, .gtco-feature a, .gtco-features a, .gtco-news  .card a, #gtco-footer .submit-button {
  /*background-image: -moz-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);*/
  /*background-image: -webkit-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);*/
  /*background-image: -ms-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);*/
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  color: #fff;
  background-color:  #72cf61;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  text-decoration: none !important;
}
.gtco-banner-area a .fa, .gtco-feature a .fa, .gtco-features a .fa, .gtco-news  .card a .fa, #gtco-footer .submit-button .fa {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: #000000;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}

.gtco-feature h2, .gtco-features h2 {
    font-family: "Lato-Regular";
    color: #000000;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 2em;
}

.card {
  border: none;
  background: transparent;
}

.gtco-banner-area {
  margin-top: 20px;
  min-height: 500px;
}
.gtco-banner-area p {
    padding-right: 97px;
}
.gtco-banner-area h2 {
    font-family: "Lato-Light";
    font-size: 48px;
    color: #000000;
    max-width: 500px;
    margin-top: 180px;
}
@media (max-width: 1199px) {
  .gtco-banner-area h1 {
    margin-top: 30px;
  }
}
#about{

}
.gtco-banner-area p {

  margin: 20px 0;
  margin-bottom: 20px;
}
.gtco-banner-area a {
    display: inline;
    padding: 10px 30px;

}
.gtco-banner-area .col-md-6 .card .card-img-top {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 0;
}
@media (max-width: 1400px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 400px;
    margin-top: 20px;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    margin-top: 100px;

  }
}

.gtco-feature {
  margin-top: 100px;
}
.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}
.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  clip-path: url(#clip-path);
  background-position-x: -50px;
}
.gtco-feature p small {
  font-size: 16px;
}
.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 100px;
}
.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}
.gtco-features h2 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}
.gtco-features .col-lg-4 p {
  max-width: 320px;
  margin-bottom: 30px;
}
.gtco-features  {
  padding: 10px 100px;
}
@media (max-width: 767px) {
  .gtco-features  {
    padding: 10px 0;
  }
}
.gtco-features  .row .col:first-child {
  margin-top: 150px;
}
@media (max-width: 600px) {
  .gtco-features  .row .col:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .gtco-features  .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gtco-features  .card {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.gtco-features  .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}
.gtco-features  .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}
.gtco-features  .card h3 {
  font-family: "Lato-Regular";
  font-size: 24px;
  color: #2094dd;
}
.gtco-features  .card p {
  font-size: 16px;
}

.gtco-numbers-block {
  margin: 100px auto;
  margin-top: 200px;
  color: #fff;
}
@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}
@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}
.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}
.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}
@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}
@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}
.gtco-numbers-block h5 {
  font-family: "Lato-Bold";
  font-size: 60px;
    margin-bottom: 26px;
}
@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 18px;
  }
}
.gtco-numbers-block p {
  font-family: "Lato-Semibold";
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}

.gtco-testimonials {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 100px;
  }
}
.gtco-testimonials h2 {
  font-family: "Lato-Medium";
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 100px;
}
.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #20dbd2;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #20dbd2;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #2094dd;
  height: 130px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  padding: 0 20px;
  border-radius: 10px;
  color: #fff;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #2094dd;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #2094dd;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Lato-Medium";
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-family: "OpenSans-Regular";
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #fff;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center p {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-features-list {
  margin-top: 60px;
    padding-top: 1em;
    background-color: #fcfcfc;
    padding-bottom: 5em;
}
.gtco-features-list h2{
    text-align: center;
    font-family: "Lato-Regular";
    color: #000000;
    font-size: 36px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.gtco-features-list .media {
  margin: 20px 0;
}
.gtco-features-list .oval {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
    height: 80px;
    width: 80px;
}
.gtco-features-list .oval .align-self-start {
    width:50px;
  padding: 3px;
}
.gtco-features-list .media-body {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}
.gtco-features-list .media-body h5 {
  font-family: "Lato-Semibold";
  margin-bottom: 20px !important;
    font-size: 18px;
}

.gtco-logo-area {
  margin: 50px auto;
}
.gtco-logo-area .col .img-fluid {
  max-height: 32px;
}
@media (max-width: 600px) {
  .gtco-logo-area .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
  }
}

.gtco-news {
  background: #fcfcfc;
  padding: 50px 0;
  margin: 50px auto;
}
.gtco-news h2 {
    font-size: 36px;
    font-family: "Lato-Regular";
    text-align: center;
    margin-bottom: 50px;
    padding-top: 2em;
    padding-bottom: 1em;
}
.gtco-news  .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
@media (max-width: 600px) {
  .gtco-news  .owl-nav {
    display: none !important;
  }
}
.gtco-news  .owl-nav .owl-prev, .gtco-news  .owl-nav .owl-next {
  font-size: 120px;
  color: #666666;
  position: absolute;
}
.gtco-news  .owl-nav .owl-prev {
  left: -50px;
}
.gtco-news  .owl-nav .owl-next {
  right: -50px;
}
.gtco-news .card {
  padding: 0 25px;
    background-color: #fff;
    height: 400px;

}
.card img{
    width: 100%
}
.gtco-news  .card .card-img-top {
  border-radius: 5px;
}
.gtco-news  .card p {

    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #666666;
    padding-right: 20px;

}
@media (max-width: 767px) {
  .gtco-news  .card h5 {
    font-size: 18px;
  }
}
.gtco-news  .card p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .gtco-news  .card p {
    font-size: 15px;
  }
}
.gtco-news  .card a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#gtco-footer {
  padding-bottom: 20px;
}
#gtco-footer h4 {
  font-family: "Lato-Medium";
  font-size: 24px;
  color: #2094dd;
  margin-bottom: 30px;
}
#gtco-footer input, #gtco-footer textarea {
  background-color: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  height: 60px;
  border: none;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #000;
}
#gtco-footer input::-webkit-input-placeholder, #gtco-footer input::-moz-placeholder, #gtco-footer input:-ms-input-placeholder, #gtco-footer input:-moz-placeholder, #gtco-footer textarea::-webkit-input-placeholder, #gtco-footer textarea::-moz-placeholder, #gtco-footer textarea:-ms-input-placeholder, #gtco-footer textarea:-moz-placeholder {
  color: #999999;
  font-family: "OpenSans-Regular";
  font-size: 18px;
}
#gtco-footer textarea {
  min-height: 200px;
  border-radius: 30px;
  padding-top: 20px;
  padding-right: 20px;
  resize: none;
}
#gtco-footer .company-nav, #gtco-footer .services-nav {
  font-family: "OpenSans-Regular";
  font-size: 20px;
}
#gtco-footer .company-nav a, #gtco-footer .services-nav a {
  color: #666666;
  margin: 0;
  padding: 0;
}
#gtco-footer .follow-us-nav a {
  padding: 0 10px;
  color: #666666;
}
@media (max-width: 385px) {
  #gtco-footer .follow-us-nav a {
    padding-right: 0;
  }
}
#gtco-footer .follow-us-nav a .fa {
  font-size: 24px;
}
#gtco-footer .col-12 {
  margin-top: 90px;
}
#gtco-footer .col-12 p {
  font-family: "Lato-Regular";
  font-size: 18px;
  color: #999999;
}
@media (max-width: 991px) {
  #gtco-footer .col-12 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #gtco-footer .col-lg-6 {
    margin-bottom: 50px;
  }
}


#about ul li{
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 18px;
}

#about ul {
  padding-left:20px;

}

.what-bg ul li{
  list-style-type:decimal;
  margin-bottom: 10px
}

.what-bg ul {
  padding-left:20px;

}

.what-bg{

  margin-top: 3em;
  padding-top: 3em;
  padding-bottom: 4em;
  background-color: #fcfcfc;
}
.mcard{
  margin-left: 20px;
  z-index: 1;
}

.cover1{
  margin-left: 30px;
}
.cover2{
  position: relative;
  left: 78px;
}

#eligibility img{
  width:90px;
}

.knl h2{
  margin-top:4em;
    font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 900;
    text-align: center;

}

#contact h2{
    font-family: "Lato-Medium";
    font-size: 31px;
    text-align: center;
    color: #333333;
}

#contact p{
  font-size:1.5em;
  margin: 0px;
}
.grow{

}

.grow h2{
    margin-top: 5em;
    text-align: center;
    margin-left: 3em;
    margin-right: 3em;
    line-height: 41px;
}

.grow p{
    color: #666;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}

.grow h3{
    font-family: "Lato-Medium";
    text-align: center;
    color: #333333;
}

footer{
  margin-top: 30px;
  padding: 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 18px;
  margin-left: 26px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.nav-link:hover{
  color: yellow;
}

.follow-us-nav .nav-link{
  color: #000;
  padding: 0.5rem;
}
ul li{
    color: #666666;
}
.copy p{
  text-align: center;
    font-size: 16px;
  margin-top: 20px;
}
.card img{
  width:500px
}
.navbar-brand img{
  width: 150px;
}

.header {
  height:800px;
}

.fix {
  position:fixed;
  z-index: 9999;
  left:0;
  top:0;
  width:100%;
  -ms-transition:     all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  transition:         all 0.3s ease-out;
}
#gtco-main-nav h1 {

  -ms-transition:    all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  transition:         all 0.3s ease-out;
}
.fix.small {
  box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 9%);
  background:#fff !important;
}
.fix.small h1{
  height: 70px;
  line-height: 35px;
  font-size: 25px;
}
.gtco-banner-area .col-md-6 .card .card-img-top {
  margin-top: 30px;
  margin-right: auto;
}
.fix.small .navbar-brand img {
  width: 45px;
}
.nav-link1 {
  display: block;
  padding: 0.5rem 1rem;
    color: #333333;
  font-size:14px;
}
.nav-link1:hover{
  text-decoration: none !important;
  color:  #72cf61;
}
.card1 img{

}

#mainNav {
  box-shadow: none;
  background-color:transparent;
  transition: background-color 0.2s ease;
  -ms-transition:     all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  transition:         all 0.3s ease-out;
}
#mainNav .navbar-brand {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #212529;
}
#mainNav.navbar-shrink {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.10);
  background-color: #fff;
  -ms-transition:     all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  transition:         all 0.3s ease-out;
}

#mainNav.navbar-shrink .navbar-brand img {
  width: 115px;
}
#eligibility h2{
    font-family: "Lato-Regular";
    color: #000000;
    font-size: 36px;
}

.test a{

  font-size: 18px;
  font-family: "OpenSans-Semibold";
  color: #000;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline;
    padding: 12px 53px;
    font-size: 1em;
    background-color: #fff;

}
.dsnone{
    display: block;
}
.test .fa {

    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: #000000;
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    margin-left: 15px;
}
.tablink {
  background-color: #ccc;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 10px;
  font-size: 20px;
  font-weight: 600;
  width: 37%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.privacy-area {
  margin-top: 20px;
  min-height: auto;
}
.topmg{
    margin-top: 3em;
}
.privacy-area  h1 {
  font-family: "Lato-Light";
  font-size: 48px;
  color: #000000;
  max-width: 500px;
  font-weight: bold;
  margin-top: 182px;
}

.privacy-area   h1 span {


}

.privacy-card img{

  margin-top: 5em;
  margin-left: 0px;
}

.tabsec{
  margin-left: -15px;
  margin-top:90px;
}
.terms-card img{

  margin-top: 4em;

}

.terms-area {
  margin-top: 20px;
  min-height: auto;
}
.terms-area  h1 {
  font-family: "Lato-Light";
  font-size: 48px;
  color: #000000;
  max-width: 500px;
  font-weight: bold;
  margin-top: 182px;
}

.terms-area   h1 span {

}

.des-none{
  display: none;
}
.mob-noe{
  display: block;
}

.floating-animate {
    animation: bounceLimit 4s linear infinite;
}

@keyframes bounceLimit {
    0%, 50%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(4px);
    }
    75% {
        transform: translateY(-4px);
    }
}
.shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(56 51 64 / 12%) !important;
}
.how img{
    width: 100%;
}
#eligibility ul{
    padding-left:20px;
}

#eligibility ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.navbar-shrink ul {
    margin-bottom: 0!important;
    margin-left: 480px;
}
#mainNav .nav-link.active {
    color: #72cf61  !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:  #72cf61;
}
.modbg {
    background-image: url(../images/iaminterested.png);
    background-repeat: no-repeat;
    height: 700px;
}
.intersted {

}
.intersted p {
    text-align: left;
    margin-bottom: 12px;
    margin-top: 45px;
    margin-left: -19px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding-right: 40px;
    color: #fff;
}

.input-field {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
}
.intersted input[type=text] {
    background-color: #fff !important;
    border-bottom: none !important;
    border-radius: 7px !important;
    height: 60px !important;
    width: 100%;
    border: none;
    padding-left: 20px !important;
}
.intersted input[type=email] {
    width: 100%;
    border: none;
    background-color: #fff !important;
    border-bottom: none !important;
    border-radius: 7px !important;
    height: 60px !important;
    padding-left: 20px !important;
}
.input-field select {
    background-color: #fff !important;
    border-bottom: none !important;
    border-radius: 7px !important;
    height: 60px !important;
    padding-left: 20px !important;
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
    width: 100%;
}
select {
    background: url(../images/arrow.png) no-repeat 96% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-size: 15px;
    appearance: none;
    outline-width: 0;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    font-size: 1rem;
    border-bottom: 1px solid #757575;
}
.code select {
    width: 30%;
    float: left;
    margin-left: 0px;
    border-radius: 5px 0px 0px 5px !important;
}
.intersted input[type=tel] {
    background-color: #fff !important;
    border-bottom: none !important;
    border-radius: 0px 5px 5px 0px !important;
    height: 60px !important;
    float: left;
    width: 70%;
    margin-left: 0px;
    padding-left: 10px;
    border: none;
}
#button1[disabled] {
    background-image: linear-gradient(
            135deg, #888686 0%, #b6afbf 100%);
}
.submit {
    width:100%;
    height: 60px;
    border-radius: 7px;
    background-image: linear-gradient(
            135deg, #230a91 0%, #660cde 100%);
    box-shadow: 0 20px 30px -6px rgb(171 88 219 / 50%);
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: white;
    line-height: 61px;
    font-weight: 500;

}
.clode {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    right: -84px;
    top: 2px;
  cursor: pointer;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0.3rem;
    outline: 0;
}
.modal-my{
    max-width: 80%;
}
input:focus-visible {
   border: none;
}

.navbar-shrink .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.error {
  display: inline-block;
  margin-bottom: 0px;
  color: orange !important;
  margin-top: 5px;
}

/* The Modal (background) */
.msg {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.msg-body img{
  width: 80px;
  padding-bottom:15px;

}
/* Modal Content */
.msg-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  top: 30%;
  border-radius: 20px;
  border: 1px solid #888;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.msg-content p{
  margin-bottom: 0px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.msg-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.msg-body {  padding: 26px 25px 38px 25px;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;}

.msg-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

span i{
  position: relative !important;
  pointer-events: none;
  color: orange !important;
  padding: 0px !important;
}
.input-container span{

}

footer{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
footer ul{
    margin: 0px;
    padding:0;
}
footer li {
    /*  float: left;  */
    list-style-type: none;
    padding: 0px 7px;
    display:inline;
}
footer li a{
    text-decoration: none;
    color: #354052;
    font-size: 12px;
}
.company-nav{
    margin-left: 120px;
}

.what strong{
  margin-bottom: 20px;
}

.what ul li{
  margin-bottom: 10px;
  color: #666666;
  font-size: 16px;
}

.what p{
  font-size: 16px;
}

.what span{

}

.ft-image{
  display: none;
}

.desk{
  display: block;
}