@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: Kepler;
  src: url('./fonts/KeplerStdMediumDisp.otf');
}

@font-face {
  font-family: Kepler;
  src: url('./fonts/KeplerStdMediumIt.otf');
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

/* common start */
.need-pad {
  padding-top: 100px;
}

.cont-btn {
  background: #f68957;
  cursor: pointer;
  border-radius: 25px;
  padding: 10px;
  border: 2px solid transparent;
  transition: 0.5s ease;
}

.cont-btn a {
  padding: 12px 20px;
}

.sec-pad {
  padding: 60px 0;
}

.com-flex {
  display: flex;
  justify-content: space-between;
}

.left h2 {
  font-size: 60px;
  color: #fff;
  font-family: Kepler;
  line-height: 65px;
}

.right .mob {
  margin-left: 5%;
  width: 90%;
  display: none;
}

.left h1 i {
  font-family: Kepler;
}

.know-more {
  padding: 15px;
  background: #000;
  color: #fff;
  border: none;
  border: 1px solid transparent;
  margin-top: 25px;
  width: 150px;
  transition: 0.5s ease;
}

.know-more a {
  color: #fff;
  text-decoration: none;
}

.know-more:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.know-more i {
  margin-left: 8px;
}

.left-2 {
  width: 48.5%;
}

.left-2 h1 {
  font-size: 35px;
  color: #fff;
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
}

.heading {
  background: #0b6b9b;
  position: relative;
  overflow: hidden;
}
.right-bg{
  background: white;
}
.heading img {
  height: 117px;
  position: absolute;
  right: -177px;
  top: 0;
  transform: scaleY(-1);
}

.heading h2 {
  font-size: 80px;
  padding: 25px 0;
  margin: 0;
  font-family: Kepler;
  line-height: 65px;
  color: #fff;
}
.heading h2.cntsup{
  color: #0b6b9b;
}

hr {
  margin: 0;
}


/*******************************responsive start****************************/
@media (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0;
  }

  .heading .com-flex {
    flex-direction: inherit;
  }

  .left h2 {
    font-size: 50px;
    line-height: 57px;
  }

  .right img {
    display: none;
  }

  .right .mob {
    display: block;
  }

  .need-pad {
    padding-top: 50px;
  }

  .cont-btn {
    margin: 0 84px 0 5px;
  }

  .cont-btn a {
    padding: 13px 21px;
  }

  .com-flex {
    flex-direction: column;
  }

  .left-2 {
    width: 100%;
  }

  .heading img {
    display: none;
  }

  .heading h2 {
    font-size: 45px;
    padding: 10px 0;
  }

  .thankyou {
    width: 100%;
    padding: 20px 15px;
    margin: 61px 0 25px;
  }

  .thanks_bdy header {
    height: 62px;
    background: #050728;
  }
}