.logo-top{
    display:flex;justify-content: space-between;padding: 10px;
}
.logo-box-top img{
    max-width: 330px;
}
.top-text{
    display: inline-flex;
}
.navbar{
    padding: 10px;
}
.logo-box img{
    max-width: 350px;
    
}

.navbar-right  button{
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 700;
}
.form-box{
    background-image: url("img/banner.jpg");
    background-position: center;
    padding: 10px;
    background-size: cover;
    /*padding-bottom: 80px;
    position: relative;*/
}
.form-left h1{

    font-weight: 700;
}
.form-left button{
    padding: 15px 25px;
    color: white;
    font-weight: 700;
    background-color: #c3171b;
    font-size: 20px;
}
.discover-box{
    overflow: hidden;

}
.swiper{
    margin: 0px!important   ;
}

.discover-box h3 {
    animation: 1s discover-box;
    
  }
  
  @keyframes discover-box {
    from {
      margin-left: -500px;
    }
  
    to {
      margin-left: 0%;
    }
}
.discover-box{
    overflow: hidden;

}
.discover-box h1 {
    animation: 2s discover-box;
    
  }
  
  @keyframes discover-box {
    from {
      margin-left: -500px;
    }
  
    to {
      margin-left: 0%;
    }
}
.discover-box{
    margin-top: 50px;
}
.discover-box  h3{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 25px;
    
}
.discover-box h1{
    font-family: 'GFS Didot', serif;
    font-size: 42px;
    line-height: 38px;
    font-weight: 0;
    color: #000;
    font-style: italic;
    margin: 10px 0;
}
.discover-box .pos{
   display: block;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 4px;
}
.form-right{
    
    padding-top: 20px;
}
.form-main{
    margin: auto;
    padding: 20px;
    width: 400px;
    height: auto;
    background-color: white;
    border-radius: 1px;
    border: 1px groove black;
}
.prog{
    height: 270px;
    position: relative;
    width: 100%;
    background-color: transparent;
}
.overlay-text-s{
    position: absolute;
line-height:1;
    top: 10;
    text-align: center;
    color: white;
    display: none;
    transition-duration: 5s;
  transition-delay: 2s;
    
}
.overlay-text-fix{
    position: absolute;
    line-height:0.8;
    top: -10;
    text-align: center;
    color: white;
    
    
}
/*.prog:hover .overlay-text-fix{
    position: absolute;
    top: 10;

    text-align: center;
    color: white;
    display: none;
    
}

.prog:hover .overlay-text-s{
    position: absolute;
    top: 10;

    text-align: center;
    color: white;
    display: block;
    
}*/
.prog img{
    width: 100%;
    height: 100%;
}

.inner-form input{
    margin-top: 5px;
    
    padding: 20px 5px;
}
.inner-form input[name="otp"]{
    margin-top: 10px;
    border: none;
    
    padding: 5px;
    border-bottom: 1px groove black;
    width: 100%;
    outline: none;

}

.two-form{
    margin-top: 5px;
    justify-content:space-between;
    display: inline-block;
    width: 100%;
}
.one-form{
    
        
        
        height: 34px;

        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        
    justify-content:space-between;
    width: 40%;
    
}
.sec-form{
    
    
        width: 50%;    
        height: 34px;

        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    justify-content:space-between;
    
    ;
}
.form-btn-right{
    background-color:#d79e2f!important;
    font-weight: 700;
    color: white;
    padding:10px 10px;
    font-size: 16px;
    border: none;
    width: 100%;
}

@media screen and (max-width: 550px) {
    .discover-box{
        h3{
            font-size: 50px!important;
        }
        
    }
    .mams{
        margin-top: 20px!important;
    }
    .logo-top{
        flex-wrap: wrap;
        place-content: center;
    }
    .form-box{
        background-image: url("img/banner23.jpg");
        background-position: center;
        padding: 10px;
        background-size: cover;
        padding-bottom: 80px;
    }
    .top-text{
        flex-wrap: wrap;
    }
    .top-nav-hide{
        display: none;
    }
    .discover-box{
        text-align: center;
    }
    .mobilev {
        font-size: 28px!important;
    }
    .mobilev{
        text-align: center;
    }
    .mobilebtnhide{
        display: none;
    }
    .mobileedit{
        justify-content: center;place-content: center;margin: auto;display: block;
    }
    .mobile-respo-image img{
        justify-content: center;place-content: center;margin: auto;display: block;
    }
    .top-text h1{
font-size: 20px;
text-align: center;
    }
    .logo-box-top img {
    max-width:200px;
    }
    .logo-box-top{
        margin: auto;
    }
    .form-main{
        width: auto;
        
    }
  }
  .footer{
    z-index: 10;
    display: flex;
    background-color: white;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 12px 1px black;
    position: fixed;
    display: block;
    bottom: 0; /* required */
    display: none;
  }
  .footer-box{

   
    display: flex;
    padding: 10px;
    background-color: white;
    
    overflow: hidden;
  }
  .footer-box img{
    max-width: 30px;
    max-height: 30px;
  }
  .box-down{
    width: 300px;
    
    
  }
  .bor-for{

   position: relative; 
   width: 100px;
   padding: 5px;
  }
  .swipers{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
  }
  .bor-for:after {
    padding:0;margin:0;display:block;/* probably not really needed? */
    content: "";
    width:1%;
    height:30px;
    background-color:gray;
    position: absolute;
    right:0;
    top:10px;
  }
  .recr{
    display: flex;
    justify-content: space-between;
  }
  .rec-box{
    width: 150px;
    height: 100px!important;
    padding: 0px!important;
    margin: 0px!important;
    border-radius: 0px!important;
    display: block;
    place-items: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    vertical-align: middle;
    align-content: center;
    background-color: #f3f3f3!important;
    margin-left: 10px!important;
    
    
    

  }
  
  .rec-box img{
    vertical-align: middle!important;
    max-width: 120px;
    max-height: 100px;
    
    place-items: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    display: block;
  }
  .acpr{
    margin-top: 35px;
  }
  .testimonials{
    margin-top: 40px!important;
  }
  .test-cont{
   padding-bottom: 50px!important; 
   padding: 10px;
   background-color: #faeced;
   
  }
  .testi-box{
    padding: 20px!important;
    height: 400px;
    color: #b37a6a!important;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    width: 50%;
    border-radius: 0px!important;
    border: 1px groove #b37a6a!important;
    position: relative;
    margin-left: 10px;
    
}
.last-foot{
    background-color: #c3171b;
    padding: 10px 10px 10px 10px;
    text-align: center;
    align-items: center;
    justify-items: center;
    color: white;
}
.quote{
    position: absolute;
    bottom: 0;
    right: 20;
}
  @media screen and (max-width:650px) {
    .footer{
        display: block;
    }
    .rec-box{
        margin-left: 0px!important;
    }
    
    .testi-box{
        font-size: 13px;
        margin-left: 0px!important;
    }
    
    .mobile-p-t{
        font-size: 20px!important;
    }
    .mobile-respo-image{
        display: flex;
        overflow: hidden;
        
    }
    .mobile-respo-image img{
        max-width: 70px;
    }
    .prog{
        height: 300px;
    }
  }
  