@import url("https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;700&display=swap");
body {
  font-family: "Noto Nastaliq Urdu", serif;
  text-align: right;
  /* background-color: #ccc; */
}

h5.points1 {
    padding: 10px;
    color: #974444;
    background-color: #eee;
}

.divchk {
    display: flex;
    font-weight: 600;
    color: #ae2323;
}

input#chkbx {
    width: 30px;
    height: 30px;
    margin: 10px;
}

p.errnote {
    margin: 5px;
    color: red;
    text-align: center;
    line-height: 2rem;
}

.meezan {margin: 10px;text-align: left;font-weight: bold;color: red;font-size: large;}

h3.tophead2 {text-align: center;margin: 35px;}

.baltab {border: solid 1px #808080;line-height: 15px;padding: 12px 8px 5px 8px;}

.mrow {border-bottom: solid 3px #808080;}

.netselect {/* font-size: 15px; */width: 130px;}

p.notes4 {font-size: small;line-height: normal;}

a.resmstxt {text-decoration: none;font-family: sans-serif;font-weight: 700;font-size: medium;}

p.notetxt2 {text-align: center;color: red;font-size: small;}

.mainnote {line-height: 2.3rem;margin: 0px 8% 10% 8%;color: red;}

p.note1 {margin-top: 0;
    margin-bottom: 1rem;color: red;line-height: 2rem;}

.topheader {
    background: url(../img/banner_ejt.jpg);
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    }

label {
  margin-bottom: 0.5rem;
  margin-top: 0.8rem;
}

.form-row {
  margin-bottom: 1rem;
}

.form-check-input:checked {
  background-color: #ef7b22 !important;
  border-color: #ef7b22 !important;
}

.form-check-input {
  height: 1.5em !important;
  width: 1.5em !important;
}

.form-check-label {
  margin-top: 0.3em;
  margin-left: 0.5rem;
}

.form-control {
  text-align: right;
}


.frmbox {height: 45px;line-height: 30px;}

.error {
  color: red;
  margin-top: 0.5rem;
}
h1 {
  font-size: 15px;
}
.btn {
  font-size: 14px;
  margin: 5px;
  padding: 12px 40px;
  }
.reg-form {
  width: 70%;
}
.reg-form .row {
  margin-bottom: 1rem;
}

.heading_separator {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.heading_holder {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
}

.sep_line {
  height: 1px;
  border-top: 2px solid #006600;
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
}

.heading_separator h4 {
  line-height: 1em;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  word-wrap: break-word;
  flex: 0 1 auto;
  padding: 0 0.8em;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #006600;
  border-color: #006600;
}

.btn-other {background-color: #a9581a;
    border-color: #a9581a;
    margin: 0px 10px 0px 10px;color: #fff;}
.btn-primary:active {
  background-color: #006600;
  border-color: #006600;
  box-shadow: 0 0 0 0.25rem #00660036;
}
.btn-primary:hover {
  background-color: #006600;
  border-color: #006600;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem #00660036;
}
@media screen and (max-width: 650px) {

input#chkbx {
  width: 50px;
  height: 33px;
}
  .reg-form {
    width: 100%;
  }
  .reg-form .row{
      flex-direction: column-reverse;
  }
  .reg-form .row.name-phone-row{
      flex-direction: column !important;
  }
  .w-sm-100{
      width: 100% !important;
  }
}
.nav-link{
    color: #006600;
}

.btnnote {width: 120px;}

.mobset {display: contents;}
.nav-link:hover{
    color: #006600;
}

.btnnote {/* height: 40px; */background-color: #5e1414;border-color: #5e1414;}

.btnnote:hover {background-color: #9c0505;border-color: #9c0505;}
input::-webkit-input-placeholder {
    font-size: 12px;
}
