@font-face {
  font-family: LouisBold;
  src: url(https://apps.seohacker.services/team/wp-content/themes/teams/assets/fonts/Louis-George-Cafe-Bold.ttf);
}
@font-face {
  font-family: LouisLight;
  src: url(https://apps.seohacker.services/team/wp-content/themes/teams/assets/fonts/Louis-George-Cafe-Light.ttf);
}
@font-face {
  font-family: LouisNormal;
  src: url(https://apps.seohacker.services/team/wp-content/themes/teams/assets/fonts/Louis-George-Cafe.ttf);
}
h1,h2,h3,h4,h5{
    font-family: "LouisBold",sans-serif;
}
p, a, li{
    font-family: "LouisNormal", sans-serif;
    line-height: 24px;
    letter-spacing: 1.5px;
    margin-bottom:25px;
}
header .navbar{
    background-color: #000!important;
    padding: 10px 25px;
}
header .navbar ul li a{
    color:#fff!important;
}
header .navbar .dropdown-menu{
    background-color:#000;
}
.red-btn{
    background-color: #e52d2f;
}
.home-banner{
    background: url('https://apps.seohacker.services/team/wp-content/themes/teams/assets/img/bg/10861.jpg') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner .content h1{
    text-align: center;
    color:#fff;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    width: 100%;
}
.home-mid{
    padding: 100px 0;
    background-color: #ececec;
}
.home-mid .container .d-flex > div:first-child{
    margin-right: 75px;
}
.home-mid h3{
    margin-bottom: 25px;
}
.take-asmt{
    color:#fff;
    padding:15px 40px;
    border: none;
    font-family: "LouisNormal", sans-serif;
}

.dash-combine{
    letter-spacing: -3px;
    margin-right: 15px;
}
section.questions{
    height: 100vh;
}
section.questions .d-flex{
    height: 100%;
    align-items: center;
}
.questions .nameHolder{
    background: url("https://apps.seohacker.services/team/wp-content/uploads/2020/04/banner-assessment.jpg");
    background-position-x: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color:#fff;
    padding:25px;
}
.questionHolder{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px;
}
.questionHolder .br-theme-bars-pill .br-widget a {
    padding: 7px 15px;
    background-color: #ececec;
    color: #e52d2f;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    max-width:130px;
    width: 100%;
    height: 30px;
    display: inline-block;
    border-right: 1px solid #ececec;
    transition: all 100ms ease-in-out;
    position: relative;
}
.questionHolder .br-theme-bars-pill .br-widget a.br-active, .questionHolder .br-theme-bars-pill .br-widget a.br-selected {
    background-color: #e52d2f;
    color: white;
    position: relative;
}
.questionHolder .br-current:after{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #ececec;
}

.questionHolder .br-selected.br-current::after {
    background-color: #fff !important;
    content: "" !important;
    height: 25px !important;
    display: block !important;
    position: absolute !important;
    right: -10px !important;
    width: 25px !important;
    top: 3px !important;
    border-radius: 30px !important;
    bottom: 5px !important;
    left: unset !important;
    z-index: 99;
}
.questionHolder .br-selected.br-current::before {
    height: 100% !important;
    display: block !important;
    position: absolute !important;
    right: -15px;
    content: "" !important;
    width: 20px !important;
    top: 0 !important;
    background: #e52d2f !important;
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    left: unset !important;
    z-index: 9;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
.questionHolder .br-selected:hover:before, .questionHolder .br-selected:before{
    height: unset!important;
    display: none!important;
    position: absolute;
    left: -5px;
    content: "";
    width: unset!important;
    top: 0;
    background: #e52d2f;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
}
.br-active:after, .br-active:before{
    display: none!important;
}
/*.br-theme-bars-pill .br-widget a:last-child{
    border-top-right-radius: unset!important;
    border-bottom-right-radius: unset!important; 
}*/
.questionHolder .br-selected:hover:after, .questionHolder .br-selected:after{
    background-color: unset!important;
    height: unset!important;
    display: none!important;
    position: absolute;
    width: unset!important;
}
.questionHolder .br-theme-bars-pill .br-widget a.br-active:hover::after {
    background-color: #fff !important;
    content: "" !important;
    height: 25px !important;
    display: block !important;
    position: absolute !important;
    right: -10px !important;
    width: 25px !important;
    top: 3px!important;
    border-radius: 30px !important;
    bottom: 5px !important;
    left: unset!important;
    z-index: 99!important;
}
.questionHolder .br-theme-bars-pill .br-widget a.br-active:hover::before {
    height: 100% !important;
    display: block !important;
    position: absolute !important;
    right: -15px !important;
    content: "" !important;
    width: 20px !important;
    top: 0px !important;
    background: #e52d2f !important;
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    left: unset!important;
    border-bottom-left-radius: unset!important;
    border-top-left-radius: unset!important;
    z-index: 9!important;
}

.questionHolder .br-theme-bars-pill .br-widget a.br-active:last-child:hover::after {
    background-color: #fff!important;
    content: ""!important;
    height: 25px!important;
    display: block!important;
    position: absolute!important;
    right: -10px!important;
    width: 25px!important;
    top: 3px!important;
    border-radius: 30px!important;
    bottom: 5px!important;
}
.questionHolder .br-theme-bars-pill .br-widget a.br-active:last-child:hover::before {
    height: 100%!important;
    display: block!important;
    position: absolute!important;
    right: -15px!important;
    content: ""!important;
    width: 30px!important;
    top: 0!important;
    background: #e52d2f!important;
    border-top-right-radius: 999px!important;
    border-bottom-right-radius: 999px!important;
}
.questionHolder .br-theme-bars-pill .br-widget a:first-child::before {
    height: 100%;
    display: block;
    position: absolute;
    left: -5px;
    content: "";
    width: 60px;
    top: 0;
    background: #e52d2f;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
    border-top-right-radius: 999px;
}
.questionHolder .br-theme-bars-pill .br-widget a:first-child::after {
    background-color: #fff;
    content: "";
    height: 25px;
    display: block;
    position: absolute;
    left: 25px;
    width: 25px;
    top: 3px;
    border-radius: 30px;
    bottom: 5px;
}

.questionHolder .br-current:last-child::before{
    height: 100%;
    display: block;
    position: absolute;
    right: -15px;
    content: "";
    width: 30px!important;
    top: 0;
    background: #e52d2f;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}


.img-rad { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.img-rad + img {
  cursor: pointer;
  filter:grayscale(100%);
  max-width: 50px;
}

.img-rad:checked + img,  .hidden-panel img:hover {
  filter:unset;
  transition: all 300ms ease-in-out;
  scale:1.2;
  -webkit-transform:scale(1.2);
}

.questionHolder > div{
    max-width: 500px;
}
.hidden-panel{
    margin-top:25px;
    display: none;
}
.hidden-panel > .hands{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:25px;
}
.hidden-panel .buttons .prev-btn{
    background: #fff;
    padding: 10px 0px;
    margin-right: 15px;
    -webkit-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    -moz-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    box-shadow: -2px 3px 5px 1px rgb(236, 236, 236);
    color: #000;
    max-width: 125px;
    width: 100%;
}
.hidden-panel > .buttons{
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    text-align: center;
}
.hidden-panel .buttons .next-btn{
    max-width: 125px;
    background: #e52d2f;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    -webkit-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    -moz-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    box-shadow: -2px 3px 5px 1px rgb(236, 236, 236);
}
.sel-condition::before, .sel-condition::after{
    content: "\0022";
}
.buttons.hidden{
    display: none!important;
}
.textar{
    width:100%;
}
.results-holder{
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 25px;
}

.results-form div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin:15px auto;
}
.results-form div input{
    width: 100%;
    margin-right:25px;
    padding: 15px 25px;
    -webkit-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    -moz-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    box-shadow: -2px 3px 5px 1px rgb(236, 236, 236);
    border: 1px solid #ececec;
}

.results-form button, .results-form input[type=submit]{
    background: #e52d2f;
    color: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    -moz-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    box-shadow: -2px 3px 5px 1px rgb(236, 236, 236);
    border:none;
}
.hidden-panel .buttons .fin-btn {
    max-width: 125px;
    background: #e52d2f;
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    -webkit-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    -moz-box-shadow: -2px 5px 5px 2px rgba(236,236,236,1);
    box-shadow: -2px 3px 5px 1px rgb(236, 236, 236);
}
.final-rating{
    color: #e52d2f;
    font-size: 12em;
    font-weight: 900;
}
button.red-btn.take-asmt a {
    color: #fff;
}
button.red-btn.take-asmt a:hover {
    text-decoration: none;
}
.final-div{
    max-width: 1200px;
    height: auto!important;
}
.final-div img{
    max-width: 100%;
}
div.final-pg{
    margin-right: 50px;
}
button.fb-share-me{
    padding: 15px 30px;
    margin-right: 20px;
    background: #3b5998;
    color: #fff;
    font-family: "LouisNormal", sans-serif;
    border:1px solid #3b5998;
    transition: all 300ms ease-in-out; 
}
button.fb-share-me a{
    color:#fff;
    text-decoration:none;
}
.final-pg button, .home-banner .red-btn.take-asmt, .home-mid .red-btn.take-asmt{
    -webkit-box-shadow: -5px 5px 11px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 5px 11px -4px rgba(0,0,0,0.75);
    box-shadow: -5px 5px 11px -4px rgba(0,0,0,0.75);
}
.shadowyy{
    -webkit-box-shadow: -5px 5px 11px -4px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: -5px 5px 11px -4px rgba(0,0,0,0.75)!important;
    box-shadow: -5px 5px 11px -4px rgba(0,0,0,0.75)!important;
}
.hidden-panel .buttons a {
    text-decoration: none;
}
.instructions-mobile{
    display: none;
}
.home-banner .woocommerce{
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 20px;
}
.home-banner .woocommerce form .form-row{
    width:100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width:100%;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    top: 0.1em!important;
}
@media all and (max-width: 800px){
    .questionHolder .br-theme-bars-pill .br-widget a:first-child::after {
        background-color: #fff;
        content: "";
        height: 20px;
        display: block;
        position: absolute;
        left: 3px;
        width: 20px;
        top: 5px;
        border-radius: 30px;
        bottom: 5px;
    }

    .questionHolder .br-theme-bars-pill .br-widget a:first-child::before {
        height: 100%;
        display: block;
        position: absolute;
        left: -5px;
        content: "";
        width: 30px;
        top: 0;
        background: #e52d2f;
        border-top-left-radius: 999px;
        border-bottom-left-radius: 999px;
        border-bottom-right-radius: 999px;
        border-top-right-radius: 999px;
    }
    .questionHolder .br-theme-bars-pill .br-widget a {
        padding: 7px 15px;
        background-color: #ececec;
        color: #e52d2f;
        text-decoration: none;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        font-weight: 400;
        max-width: 70px;
        width: 100%;
        height: 30px;
        display: inline-block;
        border-right: 1px solid #ececec;
        transition: all 100ms ease-in-out;
        position: relative;
    }
    .home-banner{
    	padding: 100px 25px;
    }
}
@media all and (max-width: 990px){
	.home-mid .d-flex{
    	flex-wrap: wrap;
    }
    .home-mid .container .d-flex > div:first-child{
    	margin: 0 auto;
    }
    .home-mid .container .d-flex > div:first-child img{
    	max-width: 100%;
    }
}
@media all and (max-width: 1600px){
    .final-div{
        flex-wrap: wrap;
    }
    div.final-pg{
        order: 1;
        margin: 30px auto;
    }
    section.questions .nameHolder{
        display: none;
    }
    .instructions-mobile{
        display: block;
        cursor: pointer;
    }
    .instructions-mobile:hover {
        color: #e52d2f;
        transition: all 300ms ease-in-out;
    }
}
.hvr-sweep-to-right:hover::before, .hvr-sweep-to-right:focus::before, .hvr-sweep-to-right:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 0%, 0.2);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button.vb-share-me {
    padding: 15px 30px;
    margin-right: 20px;
    background: #665CAC;
    color: #fff!important;
    font-family: "LouisNormal", sans-serif;
    border: 1px solid #665CAC;
    transition: all 300ms ease-in-out;
}
button.vb-share-me a {
    color: #fff;
    text-decoration: none;
}
button.wa-share-me {
    padding: 15px 30px;
    margin-right: 20px;
    background: #25d366;
    color: #fff!important;
    font-family: "LouisNormal", sans-serif;
    border: 1px solid #25d366;
    transition: all 300ms ease-in-out;
}
button.wa-share-me a {
    color: #fff;
    text-decoration: none;
}
.final-pg button {
    border-radius: 7px;
    margin: 10px auto;
    width: 100%;
    max-width: 300px;
    margin-right: 10px;
}

.__aero-tabs {
    min-height: 300px;
    background-color: rgba(255,255,255,.6);
    margin: 0 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.d-flex.flex-wrap.align-items-center.justify-content-center.content {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 15px;
    padding: 20px;
}

.__sidebarHolder{
    background: url('https://apps.seohacker.services/team/wp-content/themes/teams/assets/img/bg/10861.jpg') no-repeat center center/cover;
    max-width: 320px;
    width: 100%;
    padding: 20px;
    min-height: 100vh;
}
.__profile-box {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.__profile-box div{
    margin: 0 10px;
}
.__profile-box .gravatar.avatar.avatar-64.um-avatar.um-avatar-default {
    border-radius: 50%;
}
.__mainHolder{
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1000px;
    justify-content: center;
    align-content: start;
}
.__contentHolder {
    padding: 25px;
    width: 100vw;
    background: #ebebeb;
}
.__mainHolder h1{
    margin-bottom: 25px;
}
.__qatn-tabs {
    background:url('https://apps.seohacker.services/team/wp-content/themes/teams/assets/img/bg/249.jpg') center center/cover;
    padding: 20px;
    color: #fff;
    max-width: 250px;
    border-radius: 8px;
    margin: 20px;
}
.__qatn-tabs a{
    background: #d11242 none repeat scroll 0 0;
    border: 2px solid #cd3333;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 19px;
    padding: 15px 40px;
    text-transform: uppercase;
}

.__qatn-tabs a:hover {
    background-color: transparent;
    border-color: #fff;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.__qstn-tabs {
    background:url('https://apps.seohacker.services/team/wp-content/themes/teams/assets/img/bg/249.jpg') center center/cover;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
}
.__griddy {
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    max-height: 1200px;
}

.__coreval-tabs{
    background: url('https://apps.seohacker.services/team/wp-content/themes/teams/assets/img/bg/249.jpg') center center/cover;
    margin: 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    border-radius: 8px;
    color: #fff;
}
.__instructions-box {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 20px;
    border-radius: 8px;
    margin:25px auto;
}
.__instructions-box a{
    color:#000;
}
.__instructions-box a:hover{
    text-decoration: none;
    color:#d11242;
}