/* FAQ Page Stylesheet */

/* Large Device */
/* (Laptop, Desktop */
@media screen and (min-width: 1024px) {
    /* header section */
    .header-section{
       margin-bottom: 0.5rem;
   }
   .header-section .header{
       margin: 0px 0px !important;
       padding: 0px 0px !important;
       width: 100%;
       background: radial-gradient(farthest-side at 1% 100%, #0e2250, #040e23);
       background-repeat: no-repeat;
       background-size: 100%;
       height: 50vh;
   }
   .header-section .header .header-content{
       margin-top: 20vh;
       height: auto;
       color: white;
   }
   /* faq section */
   .faq-section .nav-card{
       padding-top: 1rem;
       padding-bottom: 1rem;
       padding-left: 1rem;
       position: relative;
       top: -40px;
       background: linear-gradient(#fd3737, #fa6d0f);
       border-radius: 5px;
   }
   .faq-section .nav-card .nav-item .nav-link.active{
       font-weight: bolder;
       color: white;
   }
   .faq-section .nav-card .nav-item .nav-link.active::after{
       content: '';
       display: block;
       border-bottom: 3px solid white;
       width: 20px;
   }
   .faq-section .nav-card .nav-item a{
       color: #fafafa;
   }
   .faq-section .nav-card .nav-item .nav-link:hover{
       color: white;
       font-weight: bold;
   }
   .faq-section .title h1::after{
       content: '';
       display: block;
       margin-top: 1rem;
       margin-bottom: 1rem;
       border-bottom: 5px solid #fa6d0f;
       width: 100px;
   }
   .faq-col{
       padding-top: 1.5rem;
       padding-right: 3rem;
       padding-left: 1.5rem;
   }
   .panel-default{
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 1.3rem !important;
  }
  .panel-default .panel-heading {
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 20px 20px 20px 20px;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
  }
  .panel-default .panel-collapse{
    border-radius: 0px 0px 20px 20px;
  }
  .panel-title {
    font-size: 14px;
  }
  .panel-title .icon{
    line-height: 1.3;
    position: relative;
    width: 50px;
    height: 50px;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
  .panel-title a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 15px;
    text-decoration: none;
  }
  .panel-body{
    border-radius: 20px 20px 20px 20px;
    padding: 2rem;
  }
  .more-less {
    float: right;
    color: #FF6C3A;
  }
  
  .panel-default, .panel-heading, .panel-collapse, .panel-body {
    background: #EEEEEE;
  }
  .panel-collapse{
    background: #EEEEEE;
    margin-bottom: 0.4rem;
}
}

/* Medium Device */
/* (Tablet) */
@media screen and (min-width: 768px) and (max-width: 1023px){
  /* header section */
  .header-section{
     margin-bottom: 0.5rem;
 }
 .header-section .header{
     margin: 0px 0px !important;
     padding: 0px 0px !important;
     width: 100%;
     background: radial-gradient(farthest-side at 1% 100%, #0e2250, #040e23);
     background-repeat: no-repeat;
     background-size: 100%;
     height: 30vh;
 }
 .header-section .header .header-content{
     margin-top: 15vh;
     height: auto;
     color: white;
 }
 /* faq section */
 .faq-section .nav-card{
     padding-top: 1rem;
     padding-bottom: 1rem;
     padding-left: 1rem;
     position: relative;
     top: -40px;
     background: linear-gradient(#fd3737, #fa6d0f);
     border-radius: 5px;
 }
 .faq-section .nav-card .nav-item .nav-link.active{
     font-weight: bolder;
     color: white;
 }
 .faq-section .nav-card .nav-item .nav-link.active::after{
     content: '';
     display: block;
     border-bottom: 3px solid white;
     width: 20px;
 }
 .faq-section .nav-card .nav-item a{
     color: #fafafa;
 }
 .faq-section .nav-card .nav-item .nav-link:hover{
     color: white;
     font-weight: bold;
 }
 .faq-section .title h1::after{
     content: '';
     display: block;
     margin-top: 1rem;
     margin-bottom: 1rem;
     border-bottom: 5px solid #fa6d0f;
     width: 100px;
 }
 .faq-col{
     padding-top: 1.5rem;
     padding-right: 3rem;
     padding-left: 1.5rem;
 }
 .panel-default{
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 1.3rem !important;
}
.panel-default .panel-heading {
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 20px 20px 20px 20px;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}
.panel-default .panel-collapse{
  border-radius: 0px 0px 20px 20px;
}
.panel-title {
  font-size: 14px;
}
.panel-title .icon{
  line-height: 1.3;
  position: relative;
  width: 50px;
  height: 50px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.panel-title a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.panel-body{
  border-radius: 20px 20px 20px 20px;
  padding: 2rem;
}
.more-less {
  float: right;
  color: #FF6C3A;
}

.panel-default, .panel-heading, .panel-collapse, .panel-body {
  background: #EEEEEE;
}
.panel-collapse{
  background: #EEEEEE;
  margin-bottom: 0.4rem;
}
}

/* Small Device */
/* (smartphone) */
@media screen and (max-width: 767px) {
  /* header section */
  .header-section{
     margin-bottom: 0.5rem;
 }
 .header-section .header{
     margin: 0px 0px !important;
     padding: 0px 0px !important;
     width: 100%;
     background: radial-gradient(farthest-side at 1% 100%, #0e2250, #040e23);
     background-repeat: no-repeat;
     background-size: 100%;
     height: 50vh;
 }
 .header-section .header .header-content{
     margin-top: 20vh;
     height: auto;
     color: white;
 }
 /* faq section */
 .faq-section .nav-card{
     padding-top: 1rem;
     padding-bottom: 1rem;
     padding-left: 1rem;
     position: relative;
     top: -40px;
     background: linear-gradient(#fd3737, #fa6d0f);
     border-radius: 5px;
 }
 .faq-section .nav-card .nav-item .nav-link.active{
     font-weight: bolder;
     color: white;
 }
 .faq-section .nav-card .nav-item .nav-link.active::after{
     content: '';
     display: block;
     border-bottom: 3px solid white;
     width: 20px;
 }
 .faq-section .nav-card .nav-item a{
     color: #fafafa;
 }
 .faq-section .nav-card .nav-item .nav-link:hover{
     color: white;
     font-weight: bold;
 }
 .faq-section .title h1::after{
     content: '';
     display: block;
     margin-top: 1rem;
     margin-bottom: 1rem;
     border-bottom: 5px solid #fa6d0f;
     width: 100px;
 }
 .faq-col{
     padding-top: 1.5rem;
     padding-right: 3rem;
     padding-left: 1.5rem;
 }
 .panel-default{
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 1.3rem !important;
}
.panel-default .panel-heading {
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 20px 20px 20px 20px;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}
.panel-default .panel-collapse{
  border-radius: 0px 0px 20px 20px;
}
.panel-title {
  font-size: 14px;
}
.panel-title .icon{
  line-height: 1.3;
  position: relative;
  width: 50px;
  height: 50px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.panel-title a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.panel-body{
  border-radius: 20px 20px 20px 20px;
  padding: 2rem;
}
.more-less {
  float: right;
  color: #FF6C3A;
}

.panel-default, .panel-heading, .panel-collapse, .panel-body {
  background: #EEEEEE;
}
.panel-collapse{
  background: #EEEEEE;
  margin-bottom: 0.4rem;
}
}

/* Extra Small Device */
/* (small smartphone )*/
@media screen and (max-width: 360px){

}