body{
    background: #181818;
}
#navbar{
    font-family: "PS Commons",sans-serif;
    display: flex;
    align-items: center;
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 20px;
    background: #212121;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    z-index: 9999;
 }
 .ps-nav-brand{
    width:200px;
    display:flex;
 }
 .ps-nav-logo{
    width: 180px;
    height: 40px;
    background-image: url(../images_folder/PS_logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 90% auto;
    position: relative;
    display: inline-block;
 }
ul li{
    list-style: none;
}
a {
    color: #ec008c;
    transition: .3s all;
    word-break: break-word;
    line-height: inherit;
    text-decoration: none;
}
 .ps-nav-global-main{
    display:flex;
    flex-grow:0;
    flex-shrink: 0;
    flex-basis: 460px;
 }
 .ps-nav-global-links{
    display:flex;
    justify-content: space-between;
    margin-top: 10px;
 }
 .ps-nav-global-links>ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
 }
 .ps-nav-global-links>ul>li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    white-space: nowrap;
}
.ps-nav-global-links>ul>li>a{
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 30px 16px;
    display: block;
    position: relative;
    text-decoration: none;
}
.ps-nav-global-links>ul.ps-nav-global-util {
    justify-content: flex-end;
    margin-left:80px;
}
.button{
    border:2px solid white;
}
.ps-nav-global-util>ul>li:nth-child(1){
    border:2px solid red;
}
.ps-nav-global-util>ul>li{
    margin:0px;
    padding:0px;
    display: flex;
    position: relative;
    white-space: nowrap;
}
.button-secondary-white {
    color: #fff;
    margin-top:-25px;
}
.ps-nav-search>a{
    padding: 33px 10px 30px 30px;
}
.ps-nav-contact{
    border-right:1px solid white;
    height:45px;
    text-align:left;
}
.ps-nav-contact>a{
    padding:12px 24px 12px 24px;
    margin-top:-20px;
}
.ps-nav-signIn{
    margin-left:20px;
    font-size:20px;
}
.padding-top-hundred{
    padding-top:200px;
}
.header-dropdown{
    display:none;
    margin:auto;
    position: absolute;
    top: 80px;
    left:-100px;
    height: 410px;
    z-index: 1;
    cursor: pointer;
    width:1090px;
    background: linear-gradient(180deg,#181818 0,#000 100%);
}
.close-button{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius:5px;
    text-align:center;
    padding:5px;
    cursor: pointer;
    font-size:15px;
    font-weight:bold;
    color:whitesmoke;
}
.nav-browse-container{
    display:flex;
    width:100%;
}
.nav-browse-inner{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    /*flex: 0 0 360px; */
}
.nav-browse-container>div:nth-child(1){
    width:50%;
}
.nav-browse-container>div:nth-child(2){
    width:100%;
}
.nav-browse-section{
    width:280px;
    height:326px;
    border-right:1px solid #363638;
}
.nav-header--label{
    text-transform: uppercase;
    font-size:12px;
    font-weight:bold;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 20px;
    margin-top: 0;
}
.browse-primary{
    margin:0px;
    padding:0px;
}
.browse-primary>li>a{
    font-size: 17px;
    line-height: 41px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.browse-secondary>li>a{
    line-height:30px;
    font-size: 16px;
}
.path-list-page{
    display:flex;
    flex-wrap: wrap;
    height:200px;
}
.item{
    display:flex;
    flex:0 0 50%;
    width:unset;
    float:unset;
}
.item-each {
    display: flex;
    border-radius: 8px;
    padding: 3px 10px;
    height: auto;
    align-items: center;
    background-color: #222;
    width: 100%;
    height:50px;
}
.item-image{
    width: 50px;
    height: 50px;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    flex: 0 0 50px;
    align-items: center;
    display: flex;
    /* float:left; */
}
.item-image>img{
    width:37px;
    height:37px;
    align-items: center;
}
.item-text{
    font-size:12px;
    font-weight:bold;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    float: left;
    margin-left: 15px;
    max-width: calc(100% - 75px);
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;

}
.course-item__title{
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-text>ul{
    display:flex;
    flex-direction: row;
    padding:0px;
}
.item-text>ul>li{
    color:#858585;
    padding-right:5px;
}
.item-text>ul>li>span{
    color:white;
}
.item-text>ul>li>img{
    width:10px;
    height:10px;
}
.nav-product-list{
    display:flex;
    justify-content: space-between;
    padding:40px;
}
/* ---products section- */
.product-link{
    width:237px;
    height:54px;
    box-sizing: border-box;
}
.product-link>a>img{
    width:113px;
    height:20px;
}
.product-link>p{
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
    line-height: 19px;
}
.nav-product-hr{
    border: 0;
    background-color: #363638;
    clear: both;
    height: 1px;
    margin: 20px 0 19px;
}
.nav-product-link-list{
    padding:0px;
}
.nav-product-link-list>li>a{
    color:white;
    font-weight:bold;
    line-height: 34px;
    font-size:18px;
    text-decoration: none;
}
.nav-resource-container{
    display:flex;
    justify-content: space-between;
}
.nav-resource-inner{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
}
.nav-resource-section>ul{
    padding:0px;
    margin:0px;
}
.nav-resource-section>ul>li{
    padding:10px 0px 0px 0px;
}
.nav-resource-section>ul>li>a{
    color:white;
    font-weight:bold;
    text-decoration: none;
}
.generic-block-wrapper-image{
    width:100%;
    background-image: url('https://i.ibb.co/4sZhD13/bbb-ef-image-min.png');
    background-size:cover;
    background-repeat: no-repeat;
}
#resource-nav{
    padding:0px;
    background-color:#363638;
    box-sizing:border-box;
}
.heading>h2{
    color:white;
    font-weight:bold;
}
.paragraph{
    font-weight:bold;
    text-transform: uppercase;
    color:white;
    font-size:15px;
}
.Button-pre{
    margin-top:20px;
    background-color: DeepPink;
    width:200px;
    height:50px;
    font-weight:bold;
    padding:10px;
    text-align:center;
}
.Button-pre>a{
    color:white;
}
#Resources{
    display:none;
    width:870px;
    height:300px; 
    box-sizing:border-box;
}
.signIn-dropdown{
    background: rgba(0,0,0,0.8);
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding-right:60px;
}
.nav-sign{
    float:right;
    background: linear-gradient(180deg,#181818 0,#000 100%);
    margin: 0 auto;
    display: flex;
    position: relative;
    border:2px solid white;
    height:150px;
    width:330px;
    box-sizing: border-box;
}
.nav-signin-list{
    display: flex;
    flex-direction: row;
    justify-self: space-between;
    padding:20px;
}
.nav-signin-list>div:not(:last-child) {
    border-right: 1px solid #363638;
}
.nav-signin-list>div{
    padding:10px;
}
#signIn{
    display:none;
}
.pricing-sale{
    width:100%;
    height:auto;
    padding-bottom:100px;
}
.pricing-sale>div>h4{
    color:deeppink;
    text-align: center;
    font-weight:bold;
    text-transform: uppercase;
}
.giving-insights{
    font-size:56px;
    text-align:center;
    color:white;
    font-weight: 800;
    padding-bottom:40px;
}
.insights-plan{
    width:970px;
    height:359px;
    margin:auto;
    display:flex;
    flex-direction:row;
    gap:30px;
    justify-content: space-between;
}
.generic-pricing{
    background-color:#212121;
    height:359px;
    width:50%;
    text-align:center;
    padding-top:50px;
}
.text-41{
    font-size:17px;
    color:white;
    letter-spacing: 0.05em;
    margin-top:35px;
}
.psbutton-right>a{
    color:white;
    font-weight:bold;
    font-size:17px;
    text-decoration:none;
 }
 .view_plans{
    background-image:linear-gradient(to right, Tomato,DeepPink);
    width:250px;
    padding:13px 20px 0px 30px;
    cursor:pointer;
    margin:auto;
    margin-top:50px;
    height:52px;
    text-align:center;
}
.view_plans:hover{
    background-image:linear-gradient(to right,DeepPink,Tomato);
}
.learning{
    font-size:17px;
    color:white;
    font-weight:bold;
    margin-top:30px;
}
.view_plans-1{
   background-color: #0084bd;
    width:250px;
    padding:13px 20px 0px 30px;
    cursor:pointer;
    margin:auto;
    margin-top:50px;
    height:52px;
    text-align:center;
}
.navbar{
    padding:20px;
    background-color:#222;
}
.footer-links-area{
    width:90%;
    height:380px;
    margin:auto;
    padding-right:30px;
}
.footer-links-area-parsys{
    display:flex;
    flex:wrap;
    justify-content: space-between;
}
.footer-links-group{
    padding:0;
    margin:0;
}
.group-label{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 10px 10px 0;
}
.footer-link-group-parsys{
    margin:20px 0px 0px 0px;
}
.footer-link-group-parsys>li{
    color:#7C7C7D;
    margin-left:-40px;
    line-height:30px;
}
.footer-link-group-parsys>li>a{
    color:#7C7C7D;
    text-decoration: none;
}
.footer-text-selector{ 
    border-top:1px solid white;
    border-bottom:1px solid white;
    width:85%;
    margin:auto;
    height:70px;
}
.image3{
    margin-top:20px;
}
.languages{
    display:flex;
    gap:30px;
    margin-top:-20px;
}
.languages>li>a{
    color:#7C7C7D;
    text-decoration: none;
    cursor:pointer;
}
.navbar-help-text{
    color:white;
    font-size:13px;
    font-weight:bold;
}
.icon-section{
    display:flex;
    flex-direction:row;
    gap:15px;
}
.icon-section>div>i{
    width:20px;
    height:20px;
    color:white;
}
.navbar-last-section{
    display:flex;
    flex-direction:row;
    width:85%;
    margin:auto;
    margin-top:25px;
    gap:30px;
}