:root{
  --primarycolor: #12265e;
  --secondarycolor: #61bfdb;
  --pagecolor: #edf1f4;
  --tertiarycolor: #F19A19;
}

.botlin {
  width: 50%;
  height: 2px;
  border-width: 0;
  color: #FFC400;
  background-color: #FFC400;
}

.botlint {
  width: 100%;
  height: 1px;
  border-width: 0;
  color: #FFC400;
  background-color: #FFC400;
}

.chng {
  width: auto;
  height: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: fit-content;
}

table tr th,
table tr td {
  border-right: 1px solid #5c64aa96;
  border-bottom: 1px solid #5c64aa96;
  padding: 5px;
  background: #eaeef8;
}

table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #5c64aa96;
}

table tr th {
  background: #eaeef8;
  border-top: 1px solid #5c64aa96;
  text-align: left;
}

.celwi {
  width: fit-content;
  font-size: 15px;
  text-align: center;
}

/* top-left border-radius */
table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

#rcorners1 {
  border-radius: 8px;
  background: #eaeef8;
  border: 1.5px solid #5c64aa96;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.rcorners2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  position: absolute;
  border-radius: 20px;
  background: #ffffff;
  border: 1.5px solid #5c64aa96;
  padding: 20px;
  width: 900px;
  height: fit-content;
  top: 140px;
}

.roundedc {
  border-radius: 20px;
}

.nmrgn {
  margin-top:-550px;
  
}

@media (max-width: 576px) {
 
  .nmrgn {
    margin-top:-100px;
    padding-bottom: 30px;
 
}
}

@media (max-width: 768px) {
 
  .nmrgn {
    margin-top:-100px;
    padding-bottom: 30px;
 
}
}



ul.b {
  list-style-type: square;
  background: #5c64aa96;
}

.vl {
  background: #5c64aa96;
  width: 2px;
  height: 350px;
  position: relative;
  margin: auto;
}

.h1 {
  background: #5c64aa96;
  width: 120px;
  height: 2px;
  position: relative;
  margin: auto;
}

.shapes{
  display: flex;
  justify-content: center;
  align-items: center;
}

.lines {
  width: 90%;
  height: 2px;
  position: relative;
  background: #5c64aa;
}

.lines::before{
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #5c64aa;
  transform: translateY(-7px);
}

.lines::after{
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5c64aa;
  transform: translateY(-7px);
}

.hlines {
  width: 2px;
  height: 230px;
  position: absolute;
  background: #5c64aa;
  margin: auto;
  right: 0;
  left: 0;
  transform: translateY(-50px);
}

/* .hlines::before{
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5c64aa;
  transform: translateX(7px) translateY(200px);
} */

.hlines::after{
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5c64aa;
  transform: translateX(7px) translateY(230px);
}

.hline {
  width: 2px ;
  height: 340px;
  position: absolute;
  background: #5c64aa;
  margin: auto;
  right: 0;
  left: 0;
  transform: translateY(-50px);
}

/* .hlines::before{
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5c64aa;
  transform: translateX(7px) translateY(200px);
} */

.line {
  width: 90%;
  height: 2px;
  position: relative;
  background: #5c64aa;
}

.np{
  padding-top: 35px !important;
}

.line::before{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #5c64aa;
  transform: translateY(-5px);
  border-radius: 50%;
}

.line::after{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5c64aa;
  transform: translateY(-5px);
  border-radius: 50%;
}

.upon{
  position: absolute;
  z-index: 1;
  width: 500px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.imcus{
  margin-top: -15px;
  max-width: 40px;
  max-height: 40px;
  width: max-content;
  height: max-content;
}

.conle{
  position: relative;
  top: 50px;
}

.formin {
  margin-top: 50px;
  margin-bottom: 50px;
}

.formcont textarea {
  height: auto;
  min-height: 50px;
  padding: 10px 20px;
  margin-bottom: 60px;
  min-width: 100%;
}

input[type=text],
textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  margin-bottom: 50px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid var(--tertiarycolor);
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  max-width: 100%;
}

.formcont {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5vw 5vw;
}

.formcont div {
  position: relative;
}

.formcont div label {
  position: absolute;
  top: 0.8vw;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  transition: 0.3s;
}

.formcont input:focus~label,
.formcont textarea:focus~label {
  top: -0.8vw;
  left: 0;
  opacity: 1;
  color: var(--tertiarycolor);
  font-size: small;
}

.subcon {
  position: relative;
  background: var(--tertiarycolor);
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1;
  max-width: 100%;
  padding: 1vw 1vw;
  margin-bottom: 2.5vw;
  text-align: center;
  text-decoration: none;
  width: 30%;
  border-radius:4px;
  float: left;
  outline: 0;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
}


.subconS {
  position: relative;
  background: var(--tertiarycolor);
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1;
  max-width: 100%;
  padding: 1vw 1vw;
  margin-bottom: 50px;
  text-align: center;
  text-decoration: none;
  width: 30%;
  border-radius:4px;
  float: left;
  outline: 0;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
}

.conin{
  color: #e9eef5 !important
}

.lefta{
  text-align: left;
}


/* formdb */

