*, *:focus, *:active {
  outline: none; 
}

a:active, a, a:hover {
  text-decoration: none !important;
  color: #ffffff;
  -webkit-transition: all ease .1s;
  transition: all ease .1s; 
}
label {
  display: block;
  margin: 5px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
li{
    list-style-type: none !important;
}
td,
th {
    padding: 5px;
    border-bottom: 1px solid #aaa;
}
body {
  background-image: url(../img/bg-img1.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    font-family: 'Noto Serif', serif !important;
    max-height: 100%;
    height: 100%;
}
.logo{
  padding-bottom: 40px;
  padding-top: 50px;
}

/*new css*/
.parent-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2.5em;
}
.main.parent-tab li{
  margin-bottom: .3em;
}
.parent-tab strong{
  margin-bottom: 10px;
}
.parent-tab mark{
  background-color: #fff !important;
  padding: .5em 1em !important; 
  font-size: 1.05em; 
}

/*subpage*/

h1 {
    text-align: center;
    padding: 1em 0em .5em;
    font-size: 2.5em !important;
    font-weight: 600 !important;
}
.parent-tab li{
  margin-bottom: 1em;
}
.pl0 {
    padding-left: 0px;
}
.btn-submit:hover, .btn-submit:focus {
    background-color: #00a700 !important;
    color: #fff !important;
    border-color: transparent;   
    transition: all .3s ease-out;
}
mark.btn-submit.btn {
    background-color: #fff;
    padding: .7em 1em;
    transition: all .3s ease-out;
    font-size: 1.1em;
    font-weight: bold;
}
.submit-btn{
  text-align: center;
}
.main li mark {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.main li mark:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -2px;
    right: -20px;
    transition: 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    color: #00B050;
    font-size: 30px;
}

.main li:hover mark {
  padding-right: 25px !important;
}

.main li:hover mark:after {
  opacity: 1;
  right: 0;
}
form {
    padding: 35px 35px;
    margin: 30px 0px;
    background-color: rgb(255, 255, 255, .8);
    box-shadow: 0 8px 6px -6px #000;
}
form input{
  width: 100%;
}
.btn-submit:hover, .btn-submit:focus {
    background-color: #00a700 !important;
    color: #fff;
    border-color: transparent;   
  transition: all .3s ease-out;
}
input.btn-submit {
    padding: .7em 3em;
}
.text-or{
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time]{
  border: 1px solid #909090 !important;
}

/*Resopnsive css*/
@media screen and (min-width: 991px){
  .mx-w{
    max-width: 50%;
  }
  .form-content{
    margin-left: 25%;
  }
}
@media screen and (max-width: 767px){
  .logo{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .logo img{
    width: 100%;
    height: 100%;
    width: 90%;
  }
  .mx-w{
    max-width: 100%;
  }
  h1, form {
    margin-left: 16px;
    margin-right: 15px;
  } 
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .mx-w{
    max-width: 70%;
  }
  .form-content{
    margin-left: 15%;
  }
}