@import url('../css/nunito-Montserrat-font.css');
pre.prettyprint {
  background: #F0F0F0;
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #cccccc;
  padding: 0;
  white-space: pre-line;
  padding: 0 15px;
}

.prettyprint {
  overflow: auto !important;
}
p {
  margin-top: 1rem;
  font-family: 'Nunito';
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  line-height: 1.7;
} 
h3{
  font-family: 'Montserrat';
  color: #25396f;
  font-weight: 700;
  font-size: 1.5rem; padding: 10px 0 0 0;
}
h4{
  font-family: 'Nunito';
  color: #25396f;
  font-weight: 700;
}
h5{
  font-family: 'Nunito';
  color: #25396f;
  font-weight: 700;
}
.patriciansHeading {
  text-align: center;
  margin: 15px 0;
}

li{
  font-size: 1.25rem;
  font-family: 'Nunito';
  color: #000;  
  font-weight: 500;
}
#How_to_install li, #server_requirements li, #FeaturesDetail li {
  font-size: 1.15rem;
  font-family: 'Nunito';
  color: #000;
  font-weight: 500;
  line-height: 1.95;
  text-align: left;
  overflow-wrap: break-word;
}
.topNavSection .navbar{
  box-shadow: rgb(0 0 0 / 24%) 0px 0px 2px 0px, rgb(0 0 0 / 24%) 0px 16px 32px -4px;
}
.navbar-light .navbar-brand {
  margin-left: 65px;
}

.navbar-nav .nav-item a{
  font-family: 'Nunito';
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: 10px;
  font-size: 1.15rem;
  padding: 10px 28px;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
.navbar-brand img {
  float: right;
  width: 200px;
  padding: 5px 0 0 0;
}
.navbar-light .navbar-toggler {
  color: #01568b!important;
  border-color: #01568b!important;
}

.how_install_img{
  width:100%;
}
.document-img{
  width:100%;
}
.mainSection {
  padding: 4rem 0 0 0 ;
}
.btn-preview{
  color: #fff!important;
  background-color: #3873c7!important;
  border: none; 
}

.btn-preview:hover{
  background-color: #2a3e8f!important;
  border: none;
  
}
.btn-buy-now{
  border: none;
  background-color: #1abc9c;
  color: #fff!important;
  margin-left: 10px;
 
}
.btn-buy-now:hover{
  background-color: #009779;
  border: none;
}

.mainSection {
  text-align: justify;
}
.mainSection .fullWidthContainer {
  position: relative;
}
#menu-left li h2{
  font-family: 'Montserrat';
  font-size: 1.875rem;
  color: #3873c7;
  font-weight: 600;
}
#menu-left li .menu-link{
  font-family: 'Montserrat';
  color: #3873c7;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.icon-width{
  width: 50px;
}
.box-shadowing .features-text{
  font-family: 'Nunito';
  font-size: 1.20rem;
  color: #000;
  font-weight: 600;
}
.box-shadowing{
  box-shadow: 1px 1px 14px 2px #afafaf;
  padding: 30px;
  border-radius: 10px;
}

.mainSection .docs-content h2 {
  font-size: 1.95rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Montserrat';
  text-align: left;
}
.mainSection .docs-content h3 {
  line-height: 50px;
}
.mainSection a {
  display: inline-block;
  margin: 0 -20px;
  padding: 6px 20px;
  text-decoration: none;
  font-size: 0.95rem;
    line-height: 1 !important;text-align: left;
}
.docNav .side-menus .active {
  background-color: #01568b;
  border-color: #01568b;
  color: #fff!important;
  border-radius: 22px;width: 85%;
}
.mainSection .fullWidthContainer .sidenav .docNav {
  list-style: none;
  padding: 50px 20px 30px 20px ;
  font-size: 1.4rem;
  border-radius: 5px;
}

.mainSection .fullWidthContainer .sidenav .docNav li .menu-link:hover {
  background-color: #01568b;
  border-color: #01568b;
  color: #fff!important;
  border-radius: 22px 0 0 22px;width: 85%;
}

.doc-img{
  width: 100%;
  padding: 10px 0;
}
.sub_folder{
  list-style-type: disc;
}

.sub_folder_file_name{
  list-style-type: circle;
}

.docs-content h2{
color: #3873c7;
}
.footerSection{
  background: linear-gradient(745deg, rgba(42,62,143,1) 28%, rgba(32,87,165,1) 51%);
}
.footerSection p,.footerSection p a{
  color: #f5f5f5;
  text-decoration: none;
}

.scrolltop {
  position: fixed;
  bottom: 65px;
  right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3873c7;
  display: none;
  cursor: pointer;
}
.scrolltop i {
  font-size: 1.25rem;
  position: relative;
  top: 3px;
  left: 10px;
  color: white;
}
.footer-sec{
  padding: 2px;
 
}
.footerSection{
  z-index: 1;
  position: fixed;
  bottom: 0;
}
.footer-sec p a:hover{
  color: #5affdb;
}
.footerSection p {
  margin: 6px 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.mainSection .docs-content {

  padding-right: 24px;
  padding-left: 24px;
  padding-top: 20px;
  padding-bottom: 100px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #1abc9c; 
  border-radius:8px;
}
.side-menus .submenu{
  display: none;
  list-style: none;
}
.side-menus .submenu li a{
      font-size: 0.85rem;
}
.side-menus .show-submenu ~.submenu{
  display: block!important;
}

.code-background{
  background-color: #26282b;
  border-radius: 5px;
  padding: 5px 20px;
}
.code-background p{
 color: #fff;
}

.submenu a{
  padding-left: 19px;
  margin-left: 60px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Montserrat';
  color: #3873c7;
}
.submenu a.sub-active{
  color: #277c49;
}
.submenu a:hover{
 background-color: unset;
 color: #277c49;
}

@media (min-width: 991px) {
  .navbar-nav{
    margin-right: 6rem;
  }

  .mainSection .fullWidthContainer .sidenav {
    position: fixed;
    top: 65px;
    width: 350px;
    height:97vh;
    z-index: 0;
    background: url(../image/auth-background.png);
    background-position: bottom center;
    overflow-y:auto;
  }
  .mainSection .fullWidthContainer .sidenav .docNav {
    padding-bottom: 105px;
  }
  
  .mainSection .fullWidthContainer .fixed {
    position: fixed !important;
  }

  .mainSection .docs-content {
    padding-left: 370px;
    padding-top: 30px;
    padding-right: 40px;
  }

  .how_install_img{
    width:50%;
  }

  .document-img{
    width:50%;
  }

  #menu-left li .menu-link{
    padding-left: 19px;
    margin-left: 60px;
  }

  
  .docNav .started{
    text-align: center;
  }
  .docNav .side-menus .active {
    background-color: #01568b;
    border-color: #01568b;
    color: #fff!important;
    border-radius: 22px 0 0 22px;
  }
  .docNav .side-menus .active {
    background-color: #01568b;
    border-color: #01568b;
    color: #fff!important;
    border-radius: 22px 0 0 22px;
  }

}
@media (max-width:991px){
  .mainSection .fullWidthContainer .sidenav {
    background: url(../image/auth-background1.jpg);
    padding: 0 15px;
    max-height: 500px;
    overflow-y: auto;
  }
  .mainSection .fullWidthContainer .sidenav .docNav li .menu-link:hover {
    border-radius: 22px;
  }
  .submenu a{
    padding-left: 0px;
    margin-left:0px;
   
  }
  
}

@media (max-width:767px){
  
  .footerSection p,.footerSection p a{
    font-size: 0.95rem;
  }
  .bannerHeaderSection header h2 {
    font-size: 40px;
  }
  .bannerHeaderSection header .docsHeader{
    font-size: 1.25rem;
  }
  .bannerHeaderSection header{
    padding: 8rem 0 4rem 0;
  }
  
}
@media (max-width:576px){
  .scrolltop {
    bottom: 100px;
  }
.navbar-nav .nav-item a{
    border-bottom: 1px solid #25396f73;   
  }
  .navbar-light .navbar-brand {
    margin-left: 0;
}
  .navbar-nav{
    flex-direction: row;
    justify-content: center;
    padding: 9px 0 0 0;
  }
  
}

