/* common styles  */
/*body{*/
    /*font-family: Source Sans Pro;*/
/*}*/
p{
    margin: 0;
}
.btn{
    height: 50px;
    font-size: 20px;
    line-height: 36px;
    border-radius: 5px;
    border: transparent solid 1px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    transition: .3s;
    font-weight: 700;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    color:#fff;
    outline: none;
    box-shadow: none;
}
.primary-btn {
    background: #182FA5 !important;
    border-color: #182FA5 !important;
    color: #fff !important;
}

.primary-btn:hover{
    color:#fff;
    background-color: #0f2492;

    /*border-color: #0f2492;*/
    /*transition: .3s;*/
}
.primary-color{
    color:#182FA5;
}
.btn-white{
    background: #fff;
    border-color: #fff;
    color: #182FA5 !important;
}
.btn-fixwidth{
    min-width: 300px;
}
.text-yellow{
    color:#E7C208;
}
/* Font size */
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
/* Font weight */
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
 /* Category Tabs */

.desktop-break{
    display: block;
}
.mobile-break{
    display: none;
}
#cssmenu ul li a.login-btn {
    /*height: 50px;*/
    /*line-height: 30px;*/
    border-radius: 5px;
    border: black solid 1px;
    color: #000 !important;
    margin-left: 15px;
}
 .uxh-category .headline{
    margin-bottom: 40px;
}
.uxh-category .category-tabs a{
    height: 124px;
    display: block;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 5px solid;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color:#464646;
    opacity: 1;
    text-decoration: none;
    border-color: #ffffff;
    
}
.uxh-category .category-tabs >div{
    margin-bottom: 22px;
}
/*.uxh-category .category-tabs a.challenge-btn{*/
    /*border-color:#0094F4*/
/*}*/
/*.uxh-category .category-tabs a.topsolution-btn{*/
    /*border-color:#7500B9;*/
/*}*/
/*.uxh-category .category-tabs a.guide-btn{*/
    /*border-color:#1900B5*/
/*}*/
.uxh-category .category-tabs a.active{
    opacity: 1;
    border-color:#0094F4;
    /*border-color:#1900B5*/
}
.uxh-category .category-tabs .label-badge{
    position: absolute;
    top: -20px;
    font-size: 14px;
    right: 24px;
    background-color: red;
    border-radius: 3px;
}
.uxh-category .category-tabs .category-label{
    color: #DBB700;
    position: absolute;
    bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}


/* Guidance page */
.uxh-guides{
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 50px 30px 20px 30px;
    margin-bottom: 25px;
    height: 175px;
}
.uxh-guides .title{
    display: flex;
    align-items: center;
    position: relative;
    top: -8px;
}
.uxh-guides .title img.title-icon{margin-right: 15px; 
height: 40px;}
.uxh-guides .title h4{
    font-size: 25px;
    line-height: 30px;
    color: #101010;
    font-weight: bold;

}
.uxh-guides  .days{
    padding-left: 47px;
    position: absolute;
    top: 70px;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
}

.uxh-guides .subtext{
    font-size: 16px;
    line-height: 20px;
    color: #464646;
    margin-top: 15px;
}
.uxh-guides .features{
    font-size: 16px;
    line-height: 20px;
    color: #CAA901;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 30px;
}
.uxh-guides p.desc{
    font-size: 20px;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
}

.uxh-guides .cs-label{
    border: 1px solid #DBB700;
    box-sizing: border-box;
    border-radius: 3px;
    color:#DBB700;
    font-size: 14px;
    line-height: 18px;
    padding: 3px 7px;
    font-weight: 700;
    display: inline-block;
    margin-top: 14px;

}
/* FAq */
.faq {
    margin-bottom: 80px;
}
.faq .panel-body{
    background: #FFFFFF;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
border-radius: 2px;
}
.faq .faq-item .panel-heading{
    padding: 0;
}
.faq .faq-item .panel-heading  a{
    padding: 15px 0;
    text-decoration: none;
    color:#333333;
    font-size: 18px;
}

.faq .faq-item .panel-heading  a i{
    margin-left: 12px;
    color:#182FA5;
    font-size: 20px;
    transition: .3s;
    transform: rotate(0deg);
}
.faq .faq-item .panel-heading  a[aria-expanded="true"] i{
    color:#182FA5;
    transform: rotate(90deg);
    transition: .3s;
}
.faq .faq-item .panel-collapse .panel-body{
    margin-top: 15px;
}
.faq .faq-title {
    border-bottom: 1px solid #cacaca;
}


/* Plans */
.ux-plans .plan-wrap{
    background: #FFFFFF;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
border-radius: 10px;
position: relative;
margin-bottom: 15px;height:401px;
}
.ux-plans .big-title{
    font-size: 40px;
    color: #101010;
}
.ux-plans .plan-wrap span.plan-label {
    position: absolute;
    right: 3px;
    top: 5px;
    background: #19B500;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-size: 13px;
    padding: 1px 10px;
    font-weight: 600;
    }
.ux-plans .plan-title{
    padding: 12px ;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    color: #101010;
    border-bottom:4px solid #101010;;
}
.ux-plans .plan-title ~ div{
    min-height: 340px;
}
.ux-plans .plan-features{
    min-height: 200px;
}
.ux-plans  .plan-features ul{
    list-style-type: none;
    padding: 0;
    font-size: 16px;
}
.ux-plans .plan-features ul li{
    margin-bottom: 15px;
}
.ux-plans .plan-wrap .price{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  
}
.ux-plans  .plan-wrap.pro-plan{
    background-color: #6A007B;
    color:#fff
}
.ux-plans  .plan-wrap.pro-plan .plan-title{
    color:#fff;
    border-bottom-color:#fff ;
}
.ux-plans .plan-features ul li span{
    width:30px;
    display: inline-block;
    text-align: center;
}
.ux-plans .plan-info, .plan-info{
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 23px;
    display:flex;
    align-items: center;
}
.ux-plans .plan-info .info-icon, .plan-info .info-icon{
    padding:25px 43px;
    border-right: 1px solid #969696;
    margin-right: 43px;
    position: relative;
}
#top-solutions #notify_message{
    font-size: 28px;
    font-weight: 400;
}
@media (max-width:768px){
   
    .uxh-guides .days {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .uxh-guides{
        height: auto;
    }
    .uxh-guides .title{
        top:unset;
        justify-content: center;
    }
    .uxh-guides .days{
        padding-left: 0;
        justify-content: center;
    }
    .uxh-guides .features{
        margin-bottom: 30px;
    }
    .uxh-category .category-tabs a{
        font-size: 20px;display: block;
    text-align: center;padding:5px;
    }
    .uxh-category .category-tabs .category-label{
        font-size: 12px;
    }
    .uxh-category .category-tabs a{
        height: 100px;
    }
    .ux-plans .plan-info .info-icon,.plan-info .info-icon{
        margin-right: 20px;
        padding: 15px 25px;
    }
}

@media (max-width:600px){
    .desktop-break{
        display: none;
    }
    .mobile-break{
        display: block;
    }

    .uxh-guides p.desc {
        font-size: 16px;}
    .faq .faq-item .panel-heading a{
        font-size: 16px;
    }
    .uxh-category .category-tabs a {
        height: 70px;
        font-size: 13px;
        border-width: 2px;
    }
    .uxh-category .category-tabs .category-label{
        display: none;
    }
    .uxh-category .category-tabs >div{
        width: 33%;
    padding: 5px;
    }
    .uxh-category .headline br{
        display: none;
    }
    .uxh-category .category-tabs .label-badge{
        top: -12px;
        font-size: 12px;
        right: 13px;
    }
    .ux-plans .plan-info,.plan-info{
        display: block;
    }
    .ux-plans .plan-info .info-icon,.plan-info .info-icon{
        border-bottom: 1px solid #969696;
        border-right:0;
        display: block;
        margin: 0px auto 20px;
        text-align: center;
    }
    .uxh-guides .features span{
        width:100%
    }
    .uxh-guides .features .seperator{
        display: none;
    }
    
}
@media (max-width:475px){
    .btn-fixwidth{
        width: 100%;
    }
}