

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:700,800');




#nav {

    border-bottom: 0px solid #433f70;
  }

#plans-header {
    margin-top: 3.5em;
    /*height: 3.5em;*/
    line-height: 3.5em;
    letter-spacing: 0.5px;
    

        text-align: center;
        top: 0;
        left: 0;
        width: 100%;
    /*background: linear-gradient(30deg, #245169 30%,#306e8f 85%);*/
    /*background:#183f6f;*/
    background:#1a1450;
    border-bottom: 1px solid #433f70;
    /*z-index: 1;*/
    font-family: "Cerebri Sans", sans-serif;
     font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.7px;
    font-family: "Cerebri Sans";
    /* padding-bottom: 15px; */
    line-height: 1.6;
    font-size: 0.8em;
    
  }


#plans-header > ul {
            margin: 0;
            
    
        }

#plans-header > ul > li {

}

.headertab {
        display: inline-block;
    /*margin-left: 3em;*/
    /*margin-right: 3em;*/
    width: 47%;
    cursor: pointer;
    padding-top: 1.5em;
    padding-bottom: 1em;
}
.headertab a {
    border-bottom: 0px solid white;
}

.headertab:hover {
     border-bottom: 4px solid #0043ca;
}
.headertab.active {
    background: linear-gradient(180deg, #1a1051 80%, #032677 100%);
    border-bottom: 4px solid #0043ca;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#plans-header > ul > li:hover {
    
    
}
#plans-header > ul > li.active {
    /*background: #151d73;*/
    /*background: linear-gradient(180deg, #1a1051 10%, #032677 100%);*/
    background: linear-gradient(180deg, #1a1051 80%, #032677 100%);
    border-bottom: 4px solid #0043ca;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


@media (min-width: 1500px) {
#linkedin-top {
    padding-top: 3em;
}
}



@media screen and (max-width: 1080px) {
    #plans-header {
        margin-top: 0em;
    }
}

@media screen and (max-width: 736px) {
    #plans-header {
        
        background: none;
        height: 0em;
    }
    #plans-header > ul {
        padding-top: 5em;

    }
}

#product-title-above-title  {
    font-family: "Cerebri Sans";
    font-weight: 400;
    font-size: 0.9em;
    margin-top: -1em;
    margin-bottom: 1em;
    letter-spacing: 3px;
    color: #fff;
}


.home-left h1 {
 font-family: 'Nunito Sans', sans-serif !important;
  font-size: 44px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
}



.home-right {
    width: 42%;
   
    margin-left: 0em;
    margin-right: 0em;
    
    min-width: 200px;
    vertical-align: top;


    padding-left: 4em;
    padding-right: 4em;
    padding-top: 2em;
    
}

.home-left {
    width: 48%;
    padding-left: 7em;
    margin-left: 0em;
    margin-right: 0em;
    padding-right: 2em;
    min-width: 200px;

}



.pro-right-widget {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: #fafafa;*/
    /*background: rgba(255,255,255,0.2);*/
    background: rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 25px;
    cursor: pointer;
}

.pro-right-widget:hover {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #92c7fd;
}

.plan-option-container {
    /*padding: 27px 45px 32px;*/
        display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-name h3 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: "Cerebri Sans";
    font-weight: 600;
    padding-bottom: 12px;
}

.plan-name h4 {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.4px;
  font-family: "Cerebri Sans";
  font-weight: 400;  
}

.plan-name {
  display: inline-block;
  text-align: left;
  width: 50%;
}
.right-plan-option {
  display: inline-block;
  text-align: right;
  right: 0;
  width: 48%;
}


.choose-plan-btn {
    border: 1px transparent;
    border-radius: 5px;
    background: #4f0fd1;
    background: #19b597;
    margin:0 auto;
    line-height: 2.5;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.9em;
    letter-spacing: 1.3px;
    font-weight: 400;
    font-family: "Cerebri Sans";
    cursor: pointer;
    color: #fff;
}

.pro-right-widget h5 {
  color: #8f8dae;
  font-size: 0.8em;
  letter-spacing: 0.1px;
  font-family: "Cerebri Sans";
  font-weight: 200;  
  text-align: left;
}

.most-popular {
    margin-top: -40px;
    margin-right: -32px;
    
}

.most-popular h5{
    
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
    
    text-align: right;
}

.most-popular-tag {
    background: #00ffd4;
    white-space: nowrap;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-weight: 400;
    color: #000;
}



@media (max-width: 861px) {
  .home-left {
  width: 100% !important;
  padding: 20px;
}

  .home-right {
  width: 100% !important;
}  

.plan-option-container {
    display: block;
}

.plan-name {
    display: block;
}
.right-plan-option {
    display: block;
}

.choose-plan-btn {
    width: 100px;
}

}

