body{
  padding-top: 65px;
  background-color: lightgray;
}
/*Common to all page css*/
header{
   /*background-color:#e6e600;*/
   background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url( https://rnscoachingcenter.com/asset/images/rnsBanner.PNG);
   border-radius: 0px 0px 0px 0px;
   font-size: 35px;
   background-size: cover;
   padding: 40px 0 40px;
   color: orange;
}

/*Typing text css*/
.typewriter{
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    /*letter-spacing: .15em; */
    animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
} 

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

/* //Typing text css*/


/*Responsive Website */
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .jumbotron .container {
        padding: 0% 23%;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .jumbotron .container {
        padding: 0% 26%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

/*End of RW*/
#classNotes .panel,
#RNSToppers .panel,
#blogs .panel,
#youtube .panel,
.offerShowCase .panel,
.amazon_books_dpp .panel,
.rnsGallery .panel{
    border-radius: 6px;
    padding: 10px;
    color: orange;
    font-weight: 700;
}

#RNSToppers .container1{
/*    height: 350px;*/
    height: auto;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    overflow: hidden;
}

#RNSToppers .slide-container{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 20s linear infinite;
}

@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}

#RNSToppers .slide-image{
    /*height: 250px;*/
    height: auto;
    width: 250px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}

#RNSToppers img{
    width: 100%;
    transition: transform 1s;
}

#RNSToppers img:hover{
    transform: translateZ(20px);
}


/*Youtube css*/
#youtube img{
    width: 100%;
}

/*share icon*/
.share{
  position:fixed;
  width:35px;
  /*height:50px;*/
  bottom:40%;
  right:0px;
  background-color:darkorange;
  /*color:#FFF;*/
  /*border-radius:50px;*/
  text-align:center;
  font-size:20px;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

#commonPage{
    font-size: 10px;
}
 
div#commonPage a{
  color: black;
  text-decoration: none;
}


#youtube ul{
    list-style-type: none;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    text-align: center;
    justify-content: center;
    animation: scroll 0s linear infinite;
}

#youtube .right,
#youtube .left{
    display: flex;
    place-items: center;
}


/*/end of youtube css*/
header h5{
  margin-top:-12px;
  color: white;
 }
 /*Footer*/
 footer #usefullLink ul li a{
  text-decoration: none;
  color: white;

 }
 footer{
    background-color: #2b0b0b;
 }

/*Image Scroll*/

#outer_wrapper {  
    overflow: scroll;  
    width:100%;
    overflow-y: hidden;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
/*#outer_wrapper #inner_wrapper {
    width:1550px; 
}*/
#inner_wrapper {
   /* animation: scroll 20s linear infinite;*/
}
#outer_wrapper #inner_wrapper div.box { /* Define the properties of inner block */
    width: 400px;
    height:auto;
    float: left;
    margin: 0 4px 0 0;
    border:1px grey solid;

}


/*  ///Image Scroll  */

/*Blogs Img */
.containerBlog{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto;
}
.containerBlog img{
/*    width: 100%;*/
}
.containerBlog .panel a{
    color: black;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.outer_wrapper {  
    overflow: scroll;  
    width:100%;
    overflow-y: hidden;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
/*
.inner_wrapper {
    /*animation: scroll 20s linear infinite;
}
*/
.outer_wrapper .inner_wrapper div.panel { /* Define the properties of inner block */
    width: 400px;
    height:auto;
    padding: 50px 0px !important;
    float: left;
    margin: 0 4px 0 0;
    border:1px grey solid;
    text-align: center;
    background: currentColor;

}
.containerBlog .panel{
    width: 300px;
}

#rnscontactus .headingContact{
    padding: 10px;
    text-decoration: underline;
    /*margin-top: -50px;*/
}

#rnscontactus .jumbotron {
    /* background: #dddeb1; */
    background-color: lightgray;
    border: 2px solid black;
    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.jumbotron {
    background: #2b0b0b;
}

/*Blogs*/

/*Product Show Case*/
.outerWindow{
    overflow: scroll;
    overflow-y: hidden;
    width: 100%;
}
.outerWindow .innerWindow .img-item{
    width: 225px;
    height:205px;
    float: left;
    margin: 0 4px 0 0;
}
/*End of Product Show case*/


.RNSDashboard .login-form {
    width: 300px;
    margin: 50px auto;}
.RNSDashboard.login-form form {
    margin-bottom: 15px;
    background: red;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 60px;}
.RNSDashboard.login-form h2 {
    margin: 0 0 15px;}
.RNSDashboard.form-control, .btn {
    /* min-height: 38px;
    border-radius: 2px; */
    width: auto;
    height: auto;
    padding: 4px 10px;
    background: black;
    border-radius: 5px;
}
.RNSDashboard  .btn {        
    font-size: 15px;
    font-weight: bold;}
.RNSDashboard .card:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #000000;}
.RNSDashboard p a{
    text-decoration: none;
    color: green;}
.RNSDashboard .card{
    /*border-radius: 20px 20px 20px 20px;}*/}
.RNSDashboard .card-header{
    background-color: #ffc61a;
    /*border-radius: 20px 20px 0px 0px;*/}
/*.RNSDashboard .card-body{
    background-color: #ffc61a;}*/

.nav b{color: #e6e600;}
.navbar-dark .navbar-nav .nav-link{color: #e6e600;}
.navbar-dark .navbar-nav .nav-link .active{color: #e6e600;}
/*End Navigation*/

.RNSGallery .card:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #000000;}


/*Foating Whatapp Icon*/
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}

/*Nav bar css*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition:0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.borderless td, .borderless th {
    border: none;
}

.homePage img:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.icon-bar {
    position: fixed;
    width:60px;
    height:60px;
    bottom:130px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  #googlePay{
    margin-top: 16px;
  }
.zoom {
  transition: transform .2s; 
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5);  
}

#tableWithIcon a{
  text-decoration: none;
  color: black;
}
.progress-container {
  width: 100%;
  height: 8px;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  width: 0%;
}

#myBar{
  margin-bottom: 20px;
  position: fixed;
}

@media (min-width: 992px) {
    .headerStyle{
        padding: 3.5% 0px;
    }   
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .headerStyle{
        margin: -2.5% 0px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .headerStyle{
        padding: 5% 0px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .headerStyle{
        margin: -5% 0px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .headerStyle{
        padding: 3% 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .headerStyle{
        padding: 3.7% 0px;
    }
}

@media (min-width: 768px) {
    .headerStyle{
        margin: -5% 0px;
    }
}

.addHistory .card{background: burlywood;}
.bg-aWhite_c{background: white;}
.gallery{
    width: 1055px;
    display: flex;
    overflow-x: scroll;
}
.gallery div{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
    flex: none;
}

.gallery div img{
    width: 100%;
    filter: grayscale(100%);
    transition: transform 0.5s;
}
.gallery-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2% auto;
}

#nextBtn, #backBtn{
    cursor: pointer;
    /*margin: 40px;
    width: 50px;*/
    height: 30px;
}
.backClass, .nextClass{
    cursor: pointer;
    height: 30px;
    position: relative;
    bottom: 10px;
}

.gallery div img:hover{
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.1);
}
#rns_current_affairs{
    cursor: pointer;
    transition: transform 0.5s;
}
#rns_current_affairs:hover{
    transform: scale(1.1);
}
.currentAffairCss{
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background: darksalmon;
}
.currentAffairCss a{
    color: black;
    text-decoration: none;
}
/*Quote Generator*/
.quote-box{
    background: white;
    /* transform: translate(-25%, -50%); */
    /* padding: 40px; */
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid black;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.quote-box h2{
    font-size: 32px;
     /*margin-bottom: 40px;*/
}
.quote-box h2::after{
    content: '';
    width: 75px;
    height: 3px;
    border-radius: 3px;
    background: rgb(32, 124, 229);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.quote-box blockquote{
  font-size: 15px;
  /*min-height: 110px;*/
}
.quote-box blockquote::before, .quote-box blockquote::after{
    content: '"';
}

.quote-box span{
    display: block;
    margin-top: 10px;
    float: right;
    position: relative;
}
.quote-box span::before{
    content: '';
    width: 20px;
    height: 2px;
    background: rgb(23,124,229);
    position: absolute;
    top: 50%;
    left: -30px;
}
.quote-box div{
    /*width: 100%;
    margin-top: 50px;*/
    display: flex;
    justify-content:center;
}
.quote-box button{
    background: rgb(7 7 7);
    color: #fff;
    border-radius: 5px;
    border: 1px solid rgb(58 63 68);
    width: auto;
    height: auto;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    cursor: pointer;
}
/* end Quote Generator*/

.PromotioBanner {
    background-color: #f0f0f0;
    text-align: center;
    /* padding: 20px 0; */
}

.PromotioBanner img {
    max-width: 100%;
    height: auto;
    /* margin-bottom: 10px;  */
}


/* Coupon code  */


#dowloadPaidNote .card {
    width: 300px;
    border: none;
    height: auto;
    border-radius: 15px;
    padding: 20px;
    background-color: #40804e;
}

.percent {

    font-size: 56px;
    color: #fff;
}

.discount {

    font-size: 27px;
    color: #fff;
}


.line {

    color: #fff;
}



.form-check-input:checked {
    background-color: #F44336;
    border-color: #F44336;
}


.form-check-input:focus {
    border-color: #d50000;
    outline: 0;
    box-shadow: none;
}


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75em;
    margin-bottom: -5px;
}
.downloadPaidNotes{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}