.form-container{
    height: 556px;
    position: relative;
    text-align: center;
    padding: 20px 0;    
    border-radius: 9px;
    overflow: hidden;

}
.login_frm{
    width: 63%;
    margin: auto;
}
@media only screen and (max-width: 900px){
    .login_frm{
    width: 100%;
   
}
}

.form-container span{
    font-weight: bold;
    font-size: 20px;
    padding:  0 10px;    
    cursor: pointer;
    width: 100px;
    display: inline-block;    
}
.form-container form {
    position: absolute;
    top: 80px;
    transition: transform 1s;
}
hr#Indicator{
    width: 100px;
    border: none;
    background: #eb4d4b;
    height: 3px;
    margin-top: 8px;
    transform: translateX(50px);
    transition: transform 1s;
    margin-right: auto;
   margin: auto;
}
.indi{
    width: 100%;
    transform: none;
    background: #b2b2b2;
    height: 1px
   
}

#LoginForm{
    left:-779px;
}
#RegForm{
    left:0px;
}
form#RegForm {
    width: 100%;
}
form#LoginForm {
    width: 100%;
}


/*accordian*/
.accordion{
  background-color: #eb4d4b;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
 margin: 10px 0;
}
.panel__hide{
    display: none;
}

/*.active, .accordion:hover {
  background-color: #eb4d4b; 
}*/

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  position: relative;
  width: 100%;
}
/*tab*/
.content p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}
.mytab{
    width: 90% !important;
    box-shadow: none !important;
    border: none !important;
}
/*
.tab {
  overflow: hidden;  
  border: 1px solid #e1e1e1;
  margin-bottom: 28px;
}



.tab button {
  height: 47px;
    line-height: 45px;
    padding: 0 20px;
    background: none;
    color: #9f9f9f;
}
button.tablinks.active {
    border: 1px solid #e1e1e1;
    color: #000000;
}

.tab button:hover {
  cursor: pointer;
}




.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
    margin-bottom: 60px
    cursor: pointer;
}
.tab_active{
  display: block;
}
.mytab{
    width: 100%;
    display: inline-block;
    padding: 0 50px;
}
*/
/* pp  */

.clr{ clear: both; }
.h_star_gm{display: block;
    padding: 9px 0px;}
.buynow_n_btn a, .btn{ background-color: #eb4d4b;
    font-size: 14px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px; }





.h_coupon_gm{    max-height: 355px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
    /* -webkit-transition: all .3s ease; */
    -moz-transition: inherit;
    transition: all .3s ease;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;}



.h_coupon_gm:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  transform: translate(0, -1px);
}



.coupon_valid{ font-size: 11px !important;
    padding: 3px 0 12px 0 !important;
    color: #999 !important;}

.h_coupon_gm h2{ font-size: 17px;
    line-height: 23px;
    font-weight: 600; }


.coponcode_gg{background: #ffffff;
    color: #eb4d4b;
    padding: 4px 13px;
    width: 150px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 5px; text-transform: uppercase;
    box-shadow: inset 0px 0px 1px 1px #00000038;}


.coupon_l{float: left;
    width: 104px; }
.coupon_r{ float: right; width: 71%; text-align: left; }
ul#ui-id-1 {
    position:absolute;
    font-size: 1.6rem;
    text-transform: none;
    color: #130f40;
    padding: 0 1.2rem;
    background:#ffffff;
    list-style: none;
    z-index:10000;
}
li.ui-menu-item {
    cursor: pointer;
    padding: 8px 15px;
}
li.ui-menu-item:hover {
    background:#000000;
    color:#fff;
}

.container_in {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}
.copy_f_left {
    float: left;
    width: 60%;
    text-align: left;
}
.copy_f_right {
    float: right;
    text-align: right;
}
.copy_f_left p, .copy_f_right p {
    color: #979797;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}






