body { font-family: 'Open Sans', sans-serif !important; background-color:#f9f8f8;} 

h1{ font-family: 'Open Sans', sans-serif !important;} 

p{ font-family: 'Open Sans', sans-serif !important;} 

a{
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


button:focus {
    outline: none !important;
    outline: none !important;
}


/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #f65e15; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#f65e15;
 border-radius:0px;
}

.left{
  float:left;
}

.main-bg{
  float:left;
  width:100%;
  background-color:#f9f8f8;
  padding-bottom: 25px;
}

.logo{
  float:left;
  width:100%;
  text-align:center;
  padding-top: 20px;
  padding-bottom:30px;
}

.sec-frm{
  float:left;
  width:100%;
}

.frm-bg{
 
max-width: 580px;
 
display: block;
 
margin: auto auto;
}

.bg-white{background-color: white !important;border-radius:50px;float:left;width:100%;padding-bottom: 30px;}

.frm-head{
  float:left;
  width:100%;
  padding-top: 35px;
  text-align:center;
  border-bottom:solid 1px #ededed;
  padding-bottom: 18px;
}

.frm-head h1{
  float:left;
  width:100%;
  color:#0c398d;
  font-size: 35px;
  font-weight:bold;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.frm-head p{
  float:left;
  width:100%;
  font-size:14px;
  color:#000000;
  font-weight:normal;
}

.register{
  text-decoration:underline;
  color:#050f6e;
}

.register:hover{
  color:green;
}

.sec-frm form{
  float:left;
  width:100%;
  padding-top:35px;
  padding-right: 35px;
  padding-left: 35px;
}

.frm-titel{
  font-size: 14px;
  font-weight:600;
  color:black;
  float:left;
  width:100%;
  padding-bottom: 14px;
}

.input-area input {
    width: 100%;
    height: 52px;
    border-radius: 5px;
    background: white;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    border: solid 1px rgb(0 0 0 / 28%);
    color: black;
    font-size: 13px;
    font-weight: normal;
    outline: none;
}

.input-area textarea {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    background: white;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    border: solid 1px rgb(0 0 0 / 28%);
    color: black;
    font-size: 13px;
    font-weight: normal;
    outline: none;
    padding-top: 11px;
}

.input-area{
  margin-bottom:30px;
}

.fp{
  float:left;
  width:100%;
  font-size:15px;
  color:#1d0997;
  text-align:center;
  font-weight:600;
}

.fp:hover{
  color:black;
  text-decoration:none;
}

.login-btn{
  float:left;
  width:100%;
  padding: 15px;
  text-align:center;
  color:white;
  font-size: 20px;
  font-weight: 600;
  text-transform:uppercase;
  background-color:#51a50d;
  border-radius:8px;
  outline:none;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  outline: none !important;
  border: none;
  margin-top: 25px;
  cursor:pointer;
  /* margin-bottom: 25px; */
}

.login-btn:hover{
  background-color:black;
}

.social{
  float:left;
  width:100%;
  text-align:center;
  margin-top: 35px;
}

.s-ftr{
  /* float:left; */
  margin-right: 10px;
}

.s-ftr img{
  width: 45px;
}

.mt-none{
  margin-top:0px;
}

.terms-privacy{
  float:left;
  width:100%;
}

.terms-privacy p{
  float:left;
  width:100%;
  font-size: 13px;
  color:black;
  line-height: 23px;
  text-align: center;
  padding-top: 30px;
}

.terms-nav{
  color:#370975;
  text-decoration:underline;
}

.terms-nav:hover{
  color:green;
  text-decoration:underline;
}

.wh-hd{
  float:left;
  width:100%;
  background-color:white;
  padding-top: 12px;
  padding-bottom: 15px;
}

.h-logo{
  float:left;
  width:50%;
}

.h-logo img{
  width:200px;
}

.h-social{
    float: left;
    width:50%;
    text-align: right;
    padding-top: 15px;
}


.s-ftr1{
  /* float:left; */
  margin-right: 10px;
}

.s-ftr1 img{
  width: 35px;
}


.sub-panel{
  float:left;
  width:100%;
  padding-top:45px;
  padding-bottom: 45px;
  margin-bottom:100px;
}

.sub-panel h1{
    float: left;
    width: 100%;
    color: black;
    text-align:center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 3px;
    text-transform: uppercase;
    padding-top: 10px;
}

.package-list{
  float:left;
  width:100%;
  margin-top: 35px;
}

.bg1{
  float:left;
  width:100%;
  background-color:white;
  border-radius: 30px;
  /* border-bottom-right-radius: 30px; */
  padding-bottom: 20px;
}

.bg1 h2{
  float:left;
  width:100%;
  color:white;
  font-size: 25px;
  font-weight: bold;
  background-color:#2d7f09;
  padding-top:15px;
  padding-bottom:15px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  text-transform: uppercase;
}





/* Customize the label (the container) */
.containerc {
  /* display: block; */
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 27%;
  border: solid 1px #6262627a;
}

/* On mouse-over, add a grey background color */
.containerc:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerc input:checked ~ .checkmark {
  background-color: #ffffff;
  border: solid 1px #0a8728;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerc input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerc .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a8728;
}

.pw1{
  float:left;
  width:50%;
}

.pw1 span{
  font-size: 17px;
  color:black;
}


.sl-package{
  float:left;
  width:100%;
  padding: 10px;
  border-bottom: solid 1px rgb(0 0 0 / 10%);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
}


.pw2{
  float:left;
  width:50%;
}

.pw2 span{
  font-size: 17px;
  color:black;
  float:left;
  width:100%;
  font-weight:600;
  text-align:right;
}

.pw2 span img{
  width: 18px;
  position: relative;
  left: 4px;
  top: 0px;
}

.border-none{
  border-bottom:none !important;
}

.purchase-list{
  float:left;
  width:100%;
  margin-top: 50px;
}

.purchase-bg{
  float:left;
  width:100%;
  background-color:white;
  border-radius: 30px;
}

.purchase-bg h3{
  float:left;
  width:100%;
  text-align:center;
  padding: 20px;
  color:black;
  font-weight:bold;
  font-size: 21px;
  border-bottom: solid 1px rgb(0 0 0 / 10%);
  padding-bottom: 15px;
}

.buyed-list{
  float:left;
  width:100%;
  margin-top:15px;
  padding-left: 25px;
  padding-right: 25px;
}

.buyed-list h4{
  float:left;
  width: 50%;
  color:black;
  font-size: 15px;
  padding-top: 5px;
}


.buyed-list h5{
  float:left;
  width: 50%;
  color:black;
  font-size: 28px;
  text-align:right;
  font-weight: 600;
}

.buyed-list h5 img {
    width: 28px;
    position: relative;
    left: 4px;
    top: 0px;
}

.total-amount{
  float:left;
  width:100%;
  text-align:right;
  color:#030551;
  font-weight:bold;
  font-size:25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.total-amount img {
    width: 28px;
    position: relative;
    left: 6px;
    top: -2px;
}

.subsbtn{
  float:left;
  width:100%;
    padding-left: 25px;
  padding-right: 25px;
}


.sub-btn{
  float:left;
  width:100%;
  padding: 15px;
  text-align:center;
  color:white;
  font-size: 17px;
  font-weight: 600;
  text-transform:uppercase;
  background-color:#51a50d;
  border-radius:8px;
  outline:none;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  outline: none !important;
  border: none;
  margin-bottom: 25px;
  cursor:pointer;
  /* margin-bottom: 25px; */
}

.sub-btn:hover{
  background-color:black;
}

.footer{
  float:left;
  width:100%;
  background-color:#000000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ftr-nav{
  float:left;
  width:100%;
  text-align: center;
}

.nav-footer{
  color:white;
  font-size:13px;
  padding-right:8px;
  padding-left:8px;
}

.nav-footer:hover{
  text-decoration:none;
  color:grey;
}

.footer p{
  float:left;
  width:100%;
  text-align:center;
  font-size:13px;
  color: rgb(255 255 255 / 85%);
  margin-top: 15px;
  margin-bottom: 0px;
}

.fnt-normal{
  font-weight:normal;
  text-transform:none !important;
}


.purchase-head{
  float:left;
  width:100%;
  padding-left:25px;
  padding-right:25px;
  background-color:#126105;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 15px;
}

.purchase-head h4{
  float:left;
  width:50%;
  font-weight:bold;
  color:white;
  font-size: 22px;
  padding-left: 15px;
  padding-top: 10px;
}

.purchase-head h5{
  float:left;
  width:50%;
  font-weight:bold;
  color:white;
  text-align:right;
  font-size: 22px;
  padding-right: 15px;
  padding-top: 10px;
}

.pl-details{
  float:left;
  width:100%;
  margin-top:25px;
  padding-left:25px;
  padding-right:25px;
}

.sub-date{
  float:left;
  width:100%;
  padding-bottom: 20px;
}

.date-50l{
  float:left;
  width:50%;
  font-size:15px;
  color:black;
  font-weight:normal;
}

.date-50{
  float:left;
  width:50%;
  font-size:15px;
  color:black;
  font-weight:600;
  text-align: right;
}

.sub-date span {
    float: left;
    width: 100%;
    text-align: right;
    color: #030551;
    font-weight: bold;
    font-size: 25px;
    margin-top: 11px;
    /* margin-bottom: 23px; */
}

.sub-date span  img {
    width: 28px;
    position: relative;
    left: 6px;
    top: -2px;
}

.title-enq {
    float: left;
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 20px;
}

.log_set input[type=email], .log_set input[type=mail], .log_set input[type=number], .log_set input[type=password], .log_set input[type=tel], .log_set input[type=text], .log_set select, .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 50px!important;
    border: solid 1px rgba(0,0,0,.1)!important;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 400;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}

.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -35px;
    background: transparent url(../img/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.close_form:hover,
.close_form:focus {
    background-color: transparent;
} 

.submit_frm {
    width: 100%;
    margin-top:15px;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #0a8923;
    color: #fff;
    margin-left: 16px;
    border: none;
    text-transform: uppercase;
     border:solid 1px #0a8923;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.submit_frm:hover{
      background:white;
      color:#0a8923;
      border:solid 1px #0a8923;
}

@media only screen and (max-width:767px) {
.h-social{display:none;}
}