/* Tech Template Personalization */

/* 

   Navbar Background Color: #003f2e;
   Title Color: #14245B;
   Paragraph Color: #545F85;
   Links Color: #003f2e;
   Button Background Color: #003f2e;
   Border Color: #EFF2FB;
   Hover Color: #518AE0;
   Box Shadow Cards: box-shadow: 0px 3px 18px rgba(30, 65, 155, 0.06);
   Box Shadow Search: box-shadow: 0px 5px 9px rgba(19, 71, 149, 0.08);
   Background Image Hero: url('https://i.ibb.co/mGsrXk7/search-icon.png');
   Category Image Example: url('https://i.ibb.co/pX5d6jC/getting-started-background-category.png');
   Icon Link Color: #003f2e;
   Article Icon Color: #14245B;
   Background Blockquote: rgba(92, 157, 255, 0.06);
   Close Button Contact: #003f2e;
   Background Quote: rgba(92, 157, 255, 0.06);
   Bold Article Color: #14245B;
   Error Message Color: #D60000;
   Placeholder Color: #545F85;

*/


/* Typography */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');  
@import url(https://db.onlinewebfonts.com/c/7e39d05fff188430a1cb860db9b38881?family=PP+Mori+SemiBold);
@import url(https://db.onlinewebfonts.com/c/64376f386b1017b6e322dfb558692b06?family=PP+Mori);

@font-face{ 
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
}

@font-face{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
}

@font-face{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
}
@font-face{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
}
@font-face{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
}
 
@font-face{
    font-family: 'PP Mori SemiBold';
    font-style: normal;
    font-weight: 900;
}
@font-face{ 
    font-family: "PP Mori SemiBold";
    font-style: normal;
    font-weight: 900; 
}

/* General Style CSS  */

body,
input,
button,
select,
textarea {
    /* font-family: 'DM Sans', sans-serif; */
    font-family: 'Inter';
    font-weight: 400;
}

body {
    background-color: #FDF9F7;
}

strong {
    font-weight: 700;
}

em {
    color: #003f2e;
}

/* Container Width */

.container-fluid {
    max-width: 1234px;
    margin: 0 auto;
    position: relative;
}


/* Navbar */

/* Navbar Logo */

/* .navbar .brand {
    background: url(https://i.ibb.co/WPQyV1w/tech-template-logo.png) no-repeat;
    background-size: 100%, auto;
    background-position: 63% 78%;
    max-width: 238px;
    width: 100%;
    padding: 74px 0px 12px 0;
    margin-left: -5px;
} */

.navbar .brand span {
    display: none;
}
a.brand img {
    width: 156px;
}
.navbar .brand { 
    padding: 25px 20px 20px; ;
}
ul.nav li a i {
    display: none;
}
.navbar li#account-settings {
    display: none;
}
.navbar .navbar-inner {
 background: #003f2e;
 /* box-shadow: 0px 7px 11px rgba(135, 181, 251, 0.22); */ 
  z-index: 999;
 position: relative;
}
nav ul li a {
    font-family: "Inter", sans-serif;
    font-family: 'Inter';
    font-size: 18px !important;
}
.navbar .nav li a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    transition: 0.3s;
}

.img {
    width: auto;
    height: 100%;
}

.navbar .nav .active .caret {
 display: none;
 }

 .navbar .brand, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
    color: #b6ff80;
    transition: 0.3s;
 }

 img[Attributes Style] {
    width: 100%;
    height: 100%;
 }

 /* home page order change */
 .threeCol, .twoCol {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.collection:nth-child(2) {
    order: -1;
}
.collection:nth-child(5) {
    order: 1;
}





/* Contact Us Button */

 #contact a {
    background-color: #B6FF80 ;
    border-radius: 11px;
    color: #003f2e !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 13px 20px ;
    border: 1px solid #B6FF80;
    transition: 0.3s;
    margin-left: 15px;
}
.navbar li#ai-scheduler {
    display: none;
}

#contact a:hover {
    background-color: transparent ;
    border: 1px solid #fff;
    color: #fff !important;
    transition: 0.3s;
}

 /* Navbar Media Queries */ 

@media (min-width: 769px) {
    .navbar .nav {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 18px;
    margin-right: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 910px) {
    .icon-private-lg:before {
        background-position: 0;
    }
    .navbar .nav li a {
      font-size: 15px;
      padding-left: 10px;
    padding-right: 10px;
  }

  #contact a {
    font-size: 15px;
    padding: 16px 16px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .navbar .nav li a {
      font-size: 14px;
      padding-left: 10px;
    padding-right: 10px;
  }

  #contact a {
    font-size: 14px;
}
}

/* Media Queries Button Mobile & Submenu */

@media (max-width: 768px) {
   body #searchBar .search-query { 
        width: 50%;font-size: 14px;
    }
    
    .nav-collapse .nav {
    margin: 15px 0 30px;
    }

    .navbar .brand {
      padding: 20px 0px;
      background-position: 61% 101%;
}

    .navbar .btn-navbar {
        position: absolute;
        top: 9px; right: 5px;
    }

    .btn-navbar .icon-bar+.icon-bar {
    margin-top: 5px;
}

    .navbar .btn-navbar .icon-bar {
    background: #fff !important;
    box-shadow: none !important;
    width: 25px !important;
    border-radius: 100px !important;
}
    
    .navbar .nav li a {
        padding: 15px 0px;text-align: left;
    }
}

/* Search Section Hero */

/* Hero Background */

#docsSearch {
    border-bottom: 0px;
    padding: 150px 24px 150px;
    background: #003f2e;
    margin-bottom: 50px;
}
.threeCol .collection, .twoCol .collection { 
    border: none;     background: transparent;
}
/* @media screen and (min-width: 1160px) {
#docsSearch::before {
     background-image: url(https://i.ibb.co/4tWBFNg/tech-template-background.png); 
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: auto;
    left: 50%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0; 
    width: 100%;
    transform: translateX(-50%);
    transition: left 0.2s;
    background: #003f2e;
}} */

/* home page listing */
section.threeCol.row-fluid .collection .collection-body ul.popArticles a i {
    display: none;
}
section.threeCol.row-fluid .collection .collection-body ul.popArticles li {
    margin: 0;
}
section.threeCol.row-fluid .collection .collection-body ul.popArticles {
    margin: 0;
}
.most-pop-articles .popArticles a, .threeCol .popArticles a, .twoCol .popArticles a {
    margin-left: 0;
}
section.threeCol.row-fluid .collection .collection-body ul.popArticles {
    display: none;
    /* margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
}
section#collection-1 h2 {
    width: 100%;
    color: #003F2E;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding: 0 14px;
}
section.threeCol .collection-head a {
    width: 100%;    font-family: "PP Mori Bold";font-family: 'PP Mori SemiBold';
}
.threeCol .collection .collection-head, .twoCol .collection .collection-head {
    border: none;
}
.threeCol p, .twoCol p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    color: #003F2E;
    text-align: left;
}
.threeCol h2 a, .twoCol h2 a {
    color: #003f2e !important;
}
.threeCol h2, .twoCol h2 {
    font-size: 23px;
    text-align: left;
    font-weight: 700;
    margin: 0;font-family: 'Inter';
}
section.threeCol.row-fluid .collection-body {
    display: none;
}

input.search-query::placeholder {
    color: #565656 !important;
}

#docsSearch h1 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    color: #ffffff;
    max-width:80%;
    font-family: "PP Mori Bold";font-family: 'PP Mori SemiBold';
    position: relative;
    margin: auto;
    float: none;
}
section.threeCol.collection-head.no-desc h2 a {
    width: 100%;
    text-align: center;
}
section#collection-197 .collection-head h2 a:before {
    background-image: url('https://uploads-ssl.webflow.com/6336f6e0b70611d51dfeba5b/66350b2153dc9b2b7becbf11_Scheduler.svg');     /*border: 3px solid #757575;*/
}
section#collection-200 .collection-head h2 a:before {
    background-image: url('https://uploads-ssl.webflow.com/6336f6e0b70611d51dfeba5b/66350b22d6b9645f2c936abc_support-image.svg'); 
}
section#collection-10 .collection-head h2 a:before {
    background-image: url('https://uploads-ssl.webflow.com/6336f6e0b70611d51dfeba5b/66350b21aa4ab05babeb33a0_faq.svg'); 
}
section#collection-210 .collection-head h2 a:before {
    background-image: url('https://s3.amazonaws.com/helpscout.net/docs/assets/65ef8b75036eed321cc824fc/images/6627c1c5e66450147a8e59fb/file-dT7GOXSUtl.jpg'); 
}
section#collection-1 .collection-head h2 a:before {
    background-image: url('https://uploads-ssl.webflow.com/6336f6e0b70611d51dfeba5b/66350b1b6b8ebcbd0b688ac5_account-settings.svg');   
}
/* section#collection-1{
    display: none;
} */
section#collection-7 .collection-head h2 a:before {
    background-image: url('https://cdn.prod.website-files.com/6336f6e0b70611d51dfeba5b/66350b21d4b5745d682bebb7_6390b3e8d443ed971b3752872dde35e0_Integrations.png');  
}
section#collection-4 .collection-head h2 a:before {
    background-image: url('https://uploads-ssl.webflow.com/6336f6e0b70611d51dfeba5b/66350b21e11d593daa99a1c9_Clockwise.svg');  
}
section.threeCol .collection-head.no-desc h2 a {
    width: 100%;
    color: #003F2E;
    font-size: 24px;
    font-weight: 700;
    text-align: left;    padding: 0 14px;
}
.threeCol .collection .collection-body, .threeCol .collection .collection-head {
    padding: 0; 
}
section#collection-1 .collection-head h2 {
    padding: 0;
    margin: 0;
}
section#collection-1 .collection-head a {
    width: 100%;
}
section.threeCol .collection-head.no-desc h2 a {
    overflow: hidden;
    width: 100%;
    display: block;
}
.threeCol h2 a, .twoCol h2 a{
    border:none;
}
.collection-head h2 a:before {
    content: " ";top: 0;
    font-size: 68px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;    margin: 0;
    background-position: 100% 70%;
    display: block;
    /* border:3px solid #00000000; */
    border-radius: 12px !important; 
    height: 206px;
    /* margin-bottom: 18px; */
}
/* .threeCol .collection .collection-head:hover i.icon-private-lg:before {
    border: 3px solid #003F2E !important;
} */
.collection .collection-head:hover a:before {
    border: 3px solid #003F2E !important;
}
section#collection-197 h2 a:before {
    border: 3px solid #757575;
}
section.threeCol .collection-head a:before{
    border:3px solid #fff; 
    display: block;
    border-radius: 12px;   margin-bottom: 15px;
    overflow: hidden;
}
section.threeCol .collection-head.no-desc h2 a {
    width: 100%;
}
.collection-head.no-desc {
    overflow: hidden;    padding: 0 !important;    border-radius: 0 !important;    margin-bottom: 0 !important;
}
/* Search Style Hero */
#sidebar form .search-query {
    background: url(https://s3.amazonaws.com/helpscout.net/docs/assets/65ef8b75036eed321cc824fc/images/66275f73e6d7a114e76911b5/file-dIHAPbx1i8.png) no-repeat !important; 
    background-size: 9% !important;
    background-position: 15px !important;
}
#searchBar {
    max-width: 47%;
    padding: 32px 0;
    width: 100%;
    display: flex;    gap: 10px;
    align-items: center;
    justify-content: center;
    vertical-align: bottom;
}
#searchBar .search-query {
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    padding:13px 25px; 
    box-shadow: 0px 5px 9px rgba(19, 71, 149, 0.08);
    font-size: 17px;
    line-height: 18px;    font-family: 'Inter';
    color: #565656;
    /* background-image: url(https://i.ibb.co/mGsrXk7/search-icon.png); */
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 3% 47%;
    transition: 0.3s !important;
    width: 80%;
}

#searchBar button {
    color: #003F2E;
    text-shadow: none;
    background: #b6ff80;
    border-radius: 11px;
    border: 0px;
    font-size: 18px;
    line-height: 18px;
    padding:13px 25px;    font-family: 'Inter';
    height: auto;
    position: relative;
    top: 0;    font-weight: 700;
    right: auto;    border: 1px solid #B6FF80;
    transition: 0.3s;
}
#searchBar button:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    transition: 0.3s;
}

::placeholder {
  color: #545F85 !important;
}

:-ms-input-placeholder  {
    color: #545F85 !important;
}

/* Focus Search */

input:focus, input[type=text]:focus {
    border: 1px solid #003f2e !important;
    box-shadow: none;
    transition: 0.4s !important;
}
#serp-dd .result li.private a {
    position: relative;
}
:focus {
    outline: none;
    transition: 0.4s !important;
}

/* Search Results */

#serp-dd .result a {
    padding: 10px 15px !important;
    font-size: 16px;
    color: #545F85;
    transition: 0.3s;
    padding: 13px 46px !important;
}

#serp-dd .result>li.active {
    background: rgba(92, 157, 255, 0.06);
    color: #545F85;
}

#serp-dd .result a:hover {
    background: rgba(92, 157, 255, 0.06);
    color: #545F85;
    transition: 0.3s;
}
.d-flex.flex-colom div {
    margin: 0 !important;
    padding: 0 !important;
}
.threeCol .collection {
    width: 31.3%; 
}
/* Media Queries Hero Background */

@media only screen and (min-width: 1160px) and (max-width: 1780px) {
    /* #docsSearch::before {
        top: 5%;
    } */

    #docsSearch {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 1160px) and (max-width: 1650px) {
    /* #docsSearch::before {
        top: 7%;
    } */

    #docsSearch {
        padding: 130px 24px 130px;
    }
}

@media only screen and (min-width: 1160px) and (max-width: 1510px) {
    #docsSearch {
        padding: 100px 24px 60px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1160px) and (max-width: 1400px) {
    #docsSearch {
        padding: 100px 24px 100px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1300px) {
    #docsSearch {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1160px) {
    #docsSearch {
        padding: 50px 24px;
        /* background-image: url(https://i.ibb.co/4tWBFNg/tech-template-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}
#docsSearch h1 {
    font-size: 44px; 
}
}

/* Media Queries Mobile Hero */

@media only screen and (min-width: 200px) and (max-width:706px) {
    .threeCol .collection {
        width:100%; 
    }
    body .uli-listing-colom ul li:last-child {
        margin-right: 0 !important;
    }
    body .uli-listing-colom ul li { 
        font-size: 14px !important;
        display: inline-block;
        padding-left: 0; 
        width: auto;
        margin: 11px 5px 0;
    }
    body  .uli-listing-colom ul li {
        list-style: none;
        font-size: 13px !important;
        display: inline-block;
        font-weight: 600;
        color: #003f2ed1 !important;
        margin: 11px 24px 0 0;
    }
    body .uli-listing-colom ul {
        margin: 0 !important;  text-align: left;
    }
    body   #fullArticle img { 
        padding: 0px;
        margin: 0 auto !important;
    }
    body .uli-listing-colom ul {
        display: block !important;width: 100%;
    }
    section#docsSearch form#searchBar {
        padding-top: 18px;
    }
 body   .related ul>li a { 
        line-height: 23px;
    }
    .d-flex.flex-colom {
        text-align: left;
    }
    section#docsSearch #searchBar button, section#docsSearch input.search-query {
        padding: 18px 19px !important;
    }
  body  #categoryHead h1 {
        font-size: 23px; 
    }
    ul.articleList {
        margin-left: 5px;
    }
 body   .contentWrapper {
        padding: 35px 34px;
    }
    #fullArticle .title { 
        margin-bottom: 13px; 
    }
    .d-flex.flex-colom {
        display: block;
    }
   body  .uli-listing-colom {
        text-align: left;
        width: 100%;
        justify-content: left;
        display: flex;
    }
    .d-flex.flex-colom {
        display: block !important;
    }
   body .icon-private-lg:before { 
              background-position: 0;
    }
    .threeCol .collection h2 a, .collection-head h2 a:before {
        height: 181px; 
    }
   body .related ul li a:before { 
        left: -25px; 
    }
    .related ul li a { 
        justify-content: left;
        display: block;
        margin: 0;
    }
    body .related { 
        padding: 32px 28px !important;
    }
    aside#sidebar form#searchBar button {
        width: auto !important;
    }
   body #main-content {
        margin: 0px 0px 2em 0px;
    }
   body aside#sidebar {
        margin-top: 12px;
    }
    section#contentArea .row-fluid aside#sidebar {
        order: -1;padding-right: 2px;
    }
    section#contentArea .row-fluid {
        display: flex;
        flex-wrap: wrap;
    }
    body  .articleList li {
        font-size: 16px;
        line-height: 24px !important;
    }
    body .contentWrapper h1 {
        font-size: 24px; 
    }
    aside#sidebar form#searchBar input { 
        height: 45px !important;
    }
    form#searchBar {
        display: block;
    }
    body #searchBar .search-query {
        width:100%;        margin-bottom: 13px;
        font-size: 16px;
        height: auto !important;
        padding: 13px 15px;
    }
    .navbar .btn-navbar { 
        right: 0;margin-right: 0;
    }
    .contentWrapper h1 {
        font-size: 24px;
        line-height: 31px; 
    }
    .articleList li { 
        padding-left: 20px !important;
    }
    .articleList a { 
        margin-left: 0; 
    }
    #searchBar button {  
        height: auto; 
        width: 100%;
    }
    section.threeCol .collection-head.no-desc h2 a {  
        padding: 0;
    }
    #docsSearch {
        padding:40px 21px;
    }
    #docsSearch h1 {
        font-size: 42px;
        line-height: 49px;
        max-width: 100%;
    }
    #searchBar button  i.icon-search.lp {
        display: none;
    }
    #searchBar button span {
        display: block;
        font-size: 17px;
        text-indent: 0;        width: 100%;
    }

    #searchBar {
      width: 100%;
}

    #searchBar .search-query {
        padding: 19px 24px;
        background-image: none; 
    }

    #searchBar button .icon-search {
    display: block;
    color: #fff;
}
    
     .icon-search:before {
            position: relative;
    bottom: 2px;
     }
}

/* Collection Title Hover & Focus */

.collection-category h2 a:hover {
    border-bottom: 0px;
}

a:focus {
    outline: none;
    text-decoration: none;
}


/* Categories Text Style*/

.collection-category h2 {
     font-size: 36px;
     line-height: 36px;
     color: #14245B;
     font-weight: 700 ;
}

.collection-category h2 a {
    font-size: 36px;
     line-height: 36px;
     color: #14245B;
     font-weight: 700 ;
}

h2 {
    font-size: 36px;
     line-height: 36px;
     color: #14245B;
     font-weight: 700 ;
}

.category-list h3 {
    color: #14245B;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.category-list .category p {
    font-size: 18px;
    line-height: 28px;
    color: #545F85;
} 

.category-list .category .article-count {
    color: #003f2e;
    font-size: 20px;
    line-height:22px;
    transition: 0.3s;
}

/* Category Thumbnails */

#category-27 {
    background-image: url('https://i.ibb.co/pX5d6jC/getting-started-background-category.png');
}

#category-28 {
    background-image: url('https://i.ibb.co/kHNhyxs/account-management-category-backgorund.png');
}

#category-29 {
    background-image: url('https://i.ibb.co/pxCJ9sc/payment-and-billing-category-backgorund.png');
}

#category-30 {
    background-image: url('https://i.ibb.co/0DJ12gT/user-management-category-backgorund.png');
}

#category-31 {
    background-image: url('https://i.ibb.co/wrjqkVJ/integrations-category-backgorund.png');
}

#category-32 {
    background-image: url('https://i.ibb.co/hKctc8m/others-category-backgorund.png');
}

/* Category Thumbnails */

#category-38 {
    background-image: url('https://i.ibb.co/T0GS81n/app-downloads-category-backgorund.png');
}

#category-36 {
    background-image: url('https://i.ibb.co/M98zWPt/feature-requests-category-backgorund.png');
}

#category-37 {
    background-image: url('https://i.ibb.co/gvWZZtd/premium-support-category-backgorund.png');
}

/* Categories Card Style */

.category-list .category {
    text-align: center;
    display: inline-block;
    border: 1px solid #EFF2FB;
    border-radius: 24px;
    box-shadow: 0px 3px 18px rgba(30, 65, 155, 0.06);
    margin: 0 .8% 20px;
    padding: 250px 30px 50px;
    transition: all 0.25s ease-in-out;
    background-repeat: no-repeat;
    background-position: center 36px;
    background-size: 80px 80px;
    max-width: 84%;
    width: 100%;
}

.category-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 37px;
    margin-top: 32px;
}

#collection-category-33 {
    margin-top: 100px;
}

@media screen and (min-width: 1105px){
.category-list .category {
    max-width: 84%;
    width: 100%;
}
}

.category-list .category, .category-list .category:hover {
    background-repeat: no-repeat;
    background-position: center 35px;
    background-size: 188px;
}

.category-list .category:hover {
    background-color: #fff;
    box-shadow: 0px 7px 15px rgba(30, 65, 155, 0.09);
    transition: 0.3s;
}

.category-list .category .article-count, .category-list .category:hover .article-count {
    color: #518AE0;
    transition: 0.3s;
}


/* Media Queries Section Cards */

@media only screen and (min-width: 200px) and (max-width: 1300px) {
    .category-list .category {
    max-width: 80%;
}
}

@media only screen and (min-width: 200px) and (max-width: 1170px) {
   .category-list {
        grid-template-columns: repeat(2,1fr);
    }

    .category-list .category {
        max-width: 79%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 940px) {
    .category-list .category {
        max-width: 70%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 760px) {
    .category-list {
        grid-template-columns: repeat(1,1fr);
    }

    .category-list .category {
        max-width: 84%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
    .category-list .category {
        max-width: 98%;
    }
}

/* Footer */

footer {
    padding: 30px 0px;
    border-top: 1px solid #EFF2FB;
    margin-top: 83px;
}

/* Footer Text Style */

footer p {
    margin: 0px;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    text-align: center;
}

footer p a {
    color: #000;
    transition: 0.3s;
}

footer p a:hover {
    color: #003f2e;
    transition: 0.3s;
}

/* Interior Page Categories */

/* Search Bar & Sidebar CSS */

#searchBar.sm button .icon-search {
  display: none;
}

#sidebar form .search-query {
    border: 1px solid #EFF2FB;
    background: #FFFFFF;
    box-shadow:none;
    border-radius: 8px;
    font-size: 18px;
    line-height: 18px;
    color: #565656;
    background-image: url(https://i.ibb.co/mGsrXk7/search-icon.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: 4% 45%;
    padding: 0px 15px 0px 50px;
    height: 56px;
}

#sidebar .nav-list {
    background: transparent;
    margin-top: 30px;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border: none;
}
.threeCol h2 a:hover, .twoCol h2 a:hover{
    border:none;
}

/* Sidebar Text Style */

.contentWrapper h1 {
    font-size:40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
}
#serp .articlesFound, #serp .nada {
    color: #000000; 
}
.contentWrapper p.descrip {
    font-size: 18px;
    margin-top: 25px;
    color: #545F85;
}

#sidebar h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #14245B;
    text-transform: capitalize;
    display: none;
}


#sidebar .nav-list .active a {
    color: #4459DD;
    font-weight:700; 
    line-height: 22px;
}

#sidebar .nav-list a {
   font-size:18px;
   line-height: 22px;    font-weight: 500;
   color: #003f2e;
   padding: 10px 0px;
   transition: 0.3s
}
.icon-arrow:before {
    content: "âžœ"; 
}
#sidebar .nav-list a:hover {
    color: #4459DD;
    transition: 0.3s
}

#sidebar form .search-query:focus {
    border: 1px solid #003f2e;
    border-radius: 8px !important;
    transition: 0.3s !important;
    box-shadow: 0px 5px 9px rgba(19, 71, 149, 0.08);
}

/* Icon Arrow Sidebar */

[class^=icon-] {
    color: #14245B;
    font-size: 20px;
    line-height: 22px;
}

#sidebar .nav-list .active a .icon-arrow, #sidebar .nav-list .active a:hover .icon-arrow, #sidebar .nav-list .active a:focus .icon-arrow {
    color: #14245B !important;
}

.icon-arrow:before {
    color: #4459DD;
}
#sidebar .nav-list li.active i.icon-arrow {
    position: absolute;
    left: -7px;
    top: 9px;
}
#sidebar .nav-list li.active {
    position: relative; 
    padding-left: 16px;
}
/* Right Content */

.contentWrapper {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #222;
    box-shadow:none;
    padding: 35px 40px 15px;
}

#main-content {
    background: none;
}

/* Right Sidebar Text Style */

#categoryHead h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
}

.articleList li {
    font-size: 18px;
    line-height: 28px;
    color: #545F85;
}

.contentWrapper a {
    color: #000;
}

.icon-article-doc:before {
 color: #003f2e;
}

.articleList a span{
     transition: 0.3s;
}

.articleList a span:hover {
    text-decoration: none;
    color: #518AE0;
    transition: 0.3s;
}

.contentWrapper a:hover {
    color: #518AE0;
    transition: 0.3s;
}

/* Search Resaults */

#serp-dd.sb {
    border: 1px solid #EFF2FB;
    border-radius: 10px !important;
    top: 60px;
    box-shadow: 0px 5px 9px rgba(19, 71, 149, 0.08);
    font-size: 16px;
    line-height: 18px;
    color: #545F85;
    overflow: hidden;
    border: 1px solid #222;
    width: 100%;
}
#serp-dd {
    border: 1px solid #EFF2FB;
    border-radius: 8px;
    top: 80%;
    box-shadow: 0px 5px 9px rgba(19, 71, 149, 0.08);
    font-size: 16px;
    line-height: 18px;
    color: #545F85;
}

/* Select */

#categoryHead .sort select {
    width: 160px;
    height: 35px;
    margin: 0;
    line-height: 24px;
    font-size: 13px;
    color: #545F85;
}

select {
    border: 1px solid #EFF2FB;
    box-shadow: 0px 5px 12px rgba(19, 71, 149, 0.03);

}
.uli-listing-colom ul li {
    list-style: none;
    font-size: 16px !important;
    display: flex;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #003f2ed1 !important;
}
.uli-listing-colom ul li img {
    width: 15px;
    margin-right: 5px !important;
}
.uli-listing-colom ul {
    display: flex;
}
.uli-listing-colom ul li span {
    font-size: 12px;
    position: relative;
    bottom: 1px;
}
.uli-listing-colom ul {
    margin: 0 !important;
}
.d-flex.flex-colom {
    display: flex;    margin-top: 22px;
}
.d-flex.flex-colom ul {
    gap: 10px;
}
.uli-listing-colom {
    text-align: right;
    width: 65%;
    justify-content: right;
    display: flex;
}

@media screen and (min-width:599px) and (max-width: 768px){
    .d-flex.flex-colom ul {
        gap: 18px;
    }
    .uli-listing-colom ul li img { 
        margin-right: 5px !important;
        position: relative;
        top: 1px;
    }
    .uli-listing-colom ul li {
        padding-left: 0; 
    }
    .contentWrapper { 
        margin: 30px 8px;
    }
    section#contentArea aside#sidebar {
        padding: 0 8px;
    }
    .related ul { 
        position: relative;
        left: 20px;
    }
    .threeCol .collection h2 a, .collection-head h2 a:before {
        height: 190px; 
    }
    .icon-private-lg:before {
        background-position: 0; 
    }
#sidebar form .search-query { 
    background-size: 4% !important;         width: 100%;
}
body #main-content {
    margin: 0px 0px 2em 0px;
    width: 100%;
}
  body  aside#sidebar {
        margin-top: 10px;padding-bottom: 0;
    }
    aside#sidebar {
        order: -1;
    }
    section#contentArea .row-fluid {
        display: flex;
        flex-wrap: wrap;
    }
    section#collection-1 {
        width: 47%;
        margin: 0;
        padding: 1em 10px;
    }
.navbar .navbar-inner .container-fluid {
    padding: 0 9px; 
}
.navbar .btn-navbar {
    margin-right: 0;
}
#docsSearch h1 {
    font-size: 36px;
}
#categoryHead .sort {
    display: none;
}
.threeCol .collection, .twoCol .collection {
    width: 47%;
    margin: 0;
    padding: 1em 10px;
}}

/* Media Queries Sidebar */

@media (max-width: 768px){
.d-flex.flex-colom .lft-colom {
    font-size: 17px !important;
}
#main-content {
    margin: 40px 0px 2em 0px;
}

#searchBar {
   max-width: 100%; 
}

#categoryHead .sort {
    top: -52px;
}
#sidebar form {
    position: relative;
    margin: 40px 0 40px;
}

.contentWrapper {
    border-radius: 8px;
    padding: 50px 28px 72px;
}
.related {
    border-radius: 8px !important;
    padding: 32px 53px !important;        margin: 0 8px;
}

.related h3 {
    padding-left: 0px !important;
}
.related ul {
    margin-left: 25px !important;
}
}

/* Article Page */

#fullArticle {
        max-width: 100%;
    margin: auto;
    position: relative;
}



/* Article Button Edit */

#fullArticle .admin-edit {
    color: #fff;
    display: inline-block;
    margin-bottom: 22px;
    background-image: none;
    background-color: #003f2e;
    text-shadow: none;
    border: none;
    border-radius: 11px;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    transition: 0.3s;
}

#fullArticle .admin-edit:hover {
    background-color: #518AE0;
    transition: 0.3s;
}

/* Text Style Article */

#fullArticle h1, #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5 {
    color: #003F2E;
}

#fullArticle .title {
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
}

#fullArticle h2 {
    font-size: 23px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
}

#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

#fullArticle strong {
    color: #000;
}

.contentWrapper a { 
    transition: 0.3s;
}

.contentWrapper a:hover {
    text-decoration: none;
    color: #518AE0;
    transition: 0.3s;
}

#fullArticle blockquote {
    font-style: normal;
    border-left-color: #003f2e;
    border-width: 10px;
    padding: 40px 42px 40px 42px;
    background: rgba(92, 157, 255, 0.06);
    border-radius: 8px;
}

pre {
    background-color: #F5F9FF;
    color: #545F85;
    border: 1px solid #EFF2FB;
}

#fullArticle pre, #fullArticle code {
    font-size: 18px;
    line-height: 28px;
    color: #545F85;
}

.articleFoot p, .articleFoot time {
    font-family: 'DM Sans';
    font-style: normal;
    color: #4459dd;
    font-size: 18px;
}

#sbContact {
    color: #003f2e;
    border: none;
    transition: 0.3s;
}

#sbContact:hover {
    color: #518AE0;
    transition: 0.3s;
}

#fullArticle .printArticle {
    position: absolute;
    right: -2%;
    top: -23px;
    transition: 0.3s;
}
.contentWrapper.withRelated article#fullArticle a.printArticle {
    display: none;
}
.icon-print {
    transition: 0.3s;
}

#fullArticle .printArticle:hover .icon-print{
    color: #003f2e;
    transition: 0.3s;
}

/* Media Queries Icon */

@media (min-width:390px) and (max-width:399px) {
.threeCol .collection h2 a, .collection-head h2 a:before {
    height: 196px;
}}
@media (min-width:400px) and (max-width:500px) {
    .threeCol .collection h2 a, .collection-head h2 a:before {
        height: 206px;
    }}
@media (min-width:200px) and (max-width:389px) {
    body  .uli-listing-colom ul li {
        font-size: 12px !important;
        margin: 11px 21px 0 0;
    }
    body .uli-listing-colom ul li:last-child {
        margin-right: 0 !important;
    }
}
@media (min-width:901px) and (max-width:1160px) {
    .threeCol .collection h2 a, .collection-head h2 a:before {
        height: 150px; 
    }}
@media (min-width:769px) and (max-width:900px) {
    .d-flex.flex-colom ul {
        gap: 18px;
    }
    .d-flex.flex-colom .lft-colom {
        font-size: 12px !important;
    }
    .uli-listing-colom ul li img { 
        margin-right: 5px !important;
        position: relative;
        top: 1px;        width: 11px;
    }
    .uli-listing-colom ul li {
        padding-left: 0; font-size: 11px !important;
    }
    #searchBar {
        max-width: 60%; 
    }
   body #contact a { 
        padding: 13px 16px; 
    }
    #sidebar form .search-query {
         background-size: 14% !important; 
    }
#searchBar .search-query { 
    font-size: 13px; 
}
   .threeCol .collection h2 a, .collection-head h2 a:before {
        height: 130px; 
    }
.icon-private-lg:before {  
    background-position: 0;
}}


@media (min-width: 200px) and (max-width: 1220px) {
    #fullArticle .printArticle {
        right: -2%;
    }
}

@media (min-width: 200px) and (max-width: 1150px) {
    #fullArticle .printArticle {
        right: -2%;
        top: -15px;
    }
}

@media (max-width: 768px) {
    #fullArticle .printArticle {
        right: 3% !important;
        top: -15px !important;
    }
}


/* Article Image */

#fullArticle img {
    border: none;
    border-radius: 24px;
    padding: 0px;    margin: 0;
}

/* Media Queries */

@media (max-width: 768px){
    #fullArticle .printArticle {
    right: -14px;
    top: -52px;
}

#fullArticle .title {
    font-size: 27px;
    line-height: 40px;
}

#fullArticle h2 {
    font-size: 26px;
    line-height: 32px;
    }

.articleFoot time.lu {
        float: left;
}

.contentWrapper.withRelated {
    min-height: 205px;
    padding-bottom: 80px;
}
}

/* Related Articles */
.related {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #000;
    box-shadow:none;
    padding: 42px 36px;
    margin-top: 40px;
}
.related ul li a {
    position: relative;
}
.related ul li a:before {
    content: "";
    background: #4459DD;
    display: block;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    position: absolute;
    left: -19px;
    top: 7px;
}
.related i.icon-article-doc {
    display: none;
}

/* Related Text */
.related h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
}
.related ul {
    margin: 0 0 0 43px; 
}
.related ul>li {
  font-size: 18px;
    line-height: 28px;
    color: #003f2e;
    transition: 0.3s;
}

.related ul>li a {
    color: #003f2e;
    transition: 0.3s;
    font-size: 18px;
    line-height: 18px;
}

.related ul>li a:hover span {
    text-decoration: none;
}
.related a:hover {
    color: #518AE0;
    transition: 0.3s;
}

/* Contact PopUp */

#contactModal, .abuse {
   border: 1px solid #EFF2FB;
   box-shadow: 0px 3px 18px rgba(30, 65, 155, 0.06);
   border-radius: 24px;   
   top: 6%;
}

.modal-body {
        padding: 0px 50px 60px;
        min-height: 630px;
}

#contactModal .control-label {
    width: 100%;
    float: left;
    text-align: left;
}

#contactModal .controls {
    margin-left: 0px;
}

#contactModal .form-actions {
    padding-left: 0px;
}

#contactModal #md-message {
    width: 100%;
    padding-top: 10px;
        height: 70px;
}

.form-actions:before, .form-actions:after {
display: none;
}

/* Contact PopUp Text */


#contactModal h2, .abuse h2 {
    padding: 50px 0 15px 50px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom: none;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #14245B;
}

.form-horizontal .control-label {
    font-size: 18px;
    line-height: 28px;
    color: #545F85;
}

input[type=text] {
    border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
        height: 40px;
    font-size: 14px;
    line-height: 16px; 
    color: #545F85;
    padding: 4px 12px;
    width: 95%
}

#contactModal input[type=file] {
    height: 25px;
    padding: 18px 12px;
}

.form-horizontal textarea {
   border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
        height: 40px;
    font-size: 14px;
    line-height: 16px; 
    color: #545F85;
    padding: 4px 12px;
    width: 95%
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
        height: 40px;
    line-height: 16px; 
    color: #545F85;
    padding: 4px 12px;
    width: 81%;
    width: 95%
}

#contactModal input[type=submit].btn {
    border-radius: 11px;
    background-color: #003f2e;
    font-size: 18px;
    line-height: 18px;
    border: none;
    background-image : none;
    width: 100%;
    height: 50px;
    text-shadow: none;
    color: #FFF;
    font-weight: 700;  
    margin-top: 15px; 
    transition: 0.3s;
}

#contactModal input[type=submit].btn:hover {
    background-color: #518AE0;
    transition: 0.3s;
}

/* Form Mobile Contact Us */

.modal {
        width: 650px;
}

@media (max-width: 768px) {
button.btn, input[type=submit].btn {
     border-radius: 11px;
    background-color: #003f2e;
    font-size: 18px;
    line-height: 18px;
    border: none;
    background-image : none;
    width: 100%;
    height: 50px;
    text-shadow: none;
    color: #FFF;
    font-weight: 700;  
    margin-top: 15px; 
    transition: 0.3s;
}

button.btn, input[type=submit].btn:hover {
    background-color: #518AE0;
    transition: 0.3s;
}

label {
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: none;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #14245B;
}

#contactForm #name, #contactForm #email, #contactForm #subject {
    border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
        height: 40px;
    line-height: 16px; 
    color: #545F85;
    padding: 4px 12px;
    width: 95%
}

#contactForm #message {
border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 16px; 
    color: #545F85;
    padding: 4px 12px;
    width: 95%
    padding-top: 15px !important;
}

#contactForm #message:focus {
    border: 1px solid #003f2e;
}

#contactForm input[type=file] {
    height: 25px;
    padding: 18px 12px;
    border-radius: 6px;
    border: 1px solid #CAD8E3;
    box-shadow: none;
    background-color: #fff;
    width: 95%
}
}

/* Focus Form */

textarea:focus, input:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
    box-shadow: none;
}

textarea:focus {
    border: 1px solid #003f2e;
}

/* Close Buttton */

.icon-close:before, .featherlight-close-icon:before {
    display: none;
}

.modal #closeBtn:hover .icon-close:before {
    color: #518AE0;
    transition: 0.3s;
}

.modal #closeBtn {
        top: 30px;
    right: 30px;
}

#contactModal .icon-close {
    background-image: url(https://d2x2losda9vsjs.cloudfront.net/docs/assets/2019/icon--cross.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    opacity: 0.7;
    transition: opacity 0.2s;
    position: relative;
    right: 50%;
}

#contactModal .icon-close:hover {
    opacity: 1;
}

/* Error Message Form */

#contactModal .parsley-errors-list {
    font-size: 16px;
    margin-top: 16px;
    color: #D60000;
}

#contactModal .parsley-error:not([type=file]), #contactForm .parsley-error:not([type=file]), .abuse .parsley-error:not([type=file]) {
    border: 1px solid #D60000;
}

#contactModal .parsley-errors-list, #contactForm .parsley-errors-list, .abuse .parsley-errors-list {
    font-size: 16px;
    margin-top: 16px;
    color: #D60000;
}

/* Media Queries */

@media (max-width: 768px) {
.modal-body {
    min-height: 730px;
}}
/* catagory */

aside#sidebar form#searchBar {
    max-width: 100%;
}
aside#sidebar form#searchBar input {
    border: 1px solid #000;    background-color: #fff !important;
    border-radius: 17px !important;
}
/* ARTICAL PAGE */
.articleList li { 
    margin:20px 0;    padding-left:50px;
}
ul.articleList:after {
    content: "\e602";
    font-family: helpscout-docs3;
    font-size: large;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #4459DD;
}
ul.articleList li  a {
    position: relative;
}
ul.articleList li i.icon-article-doc:before {
    content: "";
    background: #4459DD;
    display: block;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    position: absolute;
    left: -24px;
    top: 7px;
}
aside#sidebar {
    margin-top: 62px;
}
.contentWrapper {
    margin-top: 30px;
}
/* SINGLE ARTICAL PAGE */
.articleRatings {
    background: #4459DD;
    color: #fff;
}
#categoryHead .sort {
    display: none;
}
.contentWrapper article#fullArticle br {
    display: none;
}
#serp-dd .result a:hover, #serp-dd .result > li.active, #fullArticle strong a, #fullArticle a strong, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count {
    color: #000000;
}
 #fullArticle strong a, #fullArticle a strong, article#fullArticle a {
    /* color: #039861; */
    color: #039861;
}
button.rateAction {
    background: #fff;
    box-shadow: none;
}
.rating-face { 
    fill: #4459dd; 
}
.contentWrapper { 
    padding: 35px 40px;
}
#serp-dd .result li.private.active {
    margin: 0;
}
ul.result {
    background: #fff;
    padding: 11px 0;
    margin: 0;
}
ul.result li a {
    margin: 0;
    padding: 13px 20px !important;
    color: #000 !important;
    display: flex !important;
}
#serp-dd .result>li { 
    margin: 0 !important;
}
#serp-dd .result>li i { 
    position: absolute;
    left: 5px;
}
/* SEARCH PAGE */
.articleList .icon-private-w:before {
    content: "";
    background: #4459DD;
    display: block;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    position: absolute;
    left: -24px;
    top: 7px;
}
#serp .articleList>li a { 
    color: #000;    font-size: 21px;
    font-weight: 700;
}
#serp p {
    font-size: 18px;
    line-height: 28px;
    color: hsl(0, 0%, 0%);
}
ul.articleList li.private a {
    margin: 0;
}
ul.articleList li.private  p {
    padding-top: 6px;
}

/* 404 PAGE CSS */
#generic #errorContainer {
    background: url(https://s3.amazonaws.com/helpscout.net/docs/assets/65ef8b75036eed321cc824fc/images/6628e5b05027f87fcc6bda43/file-4A6yFWNB6q.jpg) no-repeat;
    padding: 0 !important;
    height: 100vh;
    background-size: 100%;
    font-size: 0;
    border: none !important;
    background-color: transparent !important;
}   
section#errorContainer {
    background: red !important;
}
body#generic {
    padding: 0;
    margin: 0;
}
#generic #errorContainer h1, #generic #errorContainer p, #generic #errorContainer i.icon-error {
    display: none;
}

/* Custom styles for the 404 error page */
.error-page {
    text-align: center;
    padding: 50px;
    font-family: Arial, sans-serif;
  }
  
  .error-page h1 {
    font-size: 36px;
    color: red;
  }
  
  .error-page p {
    font-size: 18px;
    color: yellow;
  }
  
  .error-page a {
    color: #007bff;
    text-decoration: none;
  }
  
  .error-page a:hover {
    text-decoration: underline;
  }

  body#generic {
    background: rebeccapurple !important;
}











/* FOOTER */
footer.center, footer {
    display: none;
}