*,
a:hover,
a:focus{
    outline: 0 none;
    text-decoration: none;
}

/*h1, h2, h3, h4, h5, h6,*/
/*.h1, .h2, .h3, .h4, .h5, .h6 {*/
/*    font-weight: 900;*/
/*}*/

body {
    font-size: 14px !important;
    line-height: 1.2 !important;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; *//* rewrite senior */
}

@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.z-index {
    z-index: 2;
}

.btn-secondary,
.btn-secondary:visited,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #fff
}

.btn-secondary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.grey-background {
    background-color: #f6f6f6;
}

.black-background {
    background-color: #000;
}

.oro-hero-help {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.oro-hero-help::before {
    content: '';
    position: absolute;
    background-color: #eeeeee;
    padding-bottom: 141.42136%;
    width: 100%;
    bottom: 10%;
    right: -80%;
    transform: rotate(-161deg);
    transform-origin: left bottom;
    z-index: 0;
}

.oro-hero-help::after {
    content: '';
    position: absolute;
    background-color: #000000;
    padding-bottom: 141.42136%;
    width: 100%;
    bottom: 132px;
    left: -50px;
    transform: rotate(75deg);
    transform-origin: left bottom;
    z-index: 0;
}

.white-background {
    background-color: #FFFFFF;
}

.reshape-title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
    margin: 45px 0 45px;
    line-height: 100%;
}

.carousel-orange-dots .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: transparent;
}

.carousel-orange-dots .slick-dots li button {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #D8D8D8;
    border-radius: 50%;
    padding: 0;
}

.carousel-orange-dots .slick-dots .slick-active button,
.carousel-orange-dots .slick-dots li:hover button {
    background-color: #FF7900;
}

.carousel-orange-dots .slick-dots li button::before {
    content: none;
}

/*Extra classes for slider when file is not included*/
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


/*End of General*/

/*Search*/
.search-input {
    font-size: 18px;
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px !important;
    background-color: #EEEEEE;
    border: 0;
    border-right: none;
    vertical-align: bottom;
}

.search-input::-webkit-input-placeholder {
    color: #999999;
    font-size: 21px;
    font-weight: bold;
}

.search-input:-ms-input-placeholder {
    color: #999999;
    font-size: 21px;
    font-weight: bold;
}

.search-input::placeholder {
    color: #999999;
    font-size: 21px;
    font-weight: bold;
}

.search-button {
    background: #FF7900;
    font-size: 22px;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    outline: none !important;
}

.search-button:hover {
    background: #000;
}

@media (max-width: 767px) {
    .search-button {
        padding: 6px 12px !important;
    }

}

@media (min-width: 768px) {
    .search-input {
        font-size: 21px;
        width: calc(100% - 65px);
        height: 65px;
        padding: 20px;
    }

    .search-button {
        width: 65px;
        height: 65px;
    }
}

/* rewrite senior */
.search_page a{
    color: #000;
}
.search_page a:hover{
    color: #ff7900;
    text-decoration: none;
}

.search_page .btn {
    /* padding: 0.3em 1.2em 0.3em 1.2em; */
    cursor: pointer;
    color: #000;
    font-weight: bold;
    transition: all 250ms cubic-bezier(0.23,1,.32,1) 0s;
    border: solid 2px #000;
    border-radius: 0px;
}
.search_page .btn:hover, .search_page .btn:active {
    text-decoration: none;
    background: #000;
    color: #fff;
}
/* rewrite senior */

/*End of Search*/

/*Mobile menu*/
.help-mobile-menu-toggle {
    float: none;
}

.help-mobile-menu-toggle .icon-bar {
    background-color: #0c0c0c;
}

.help-mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 28px 0;
    background: #fff;
    z-index: 11;
    border-bottom: 1px solid #EEEEEE;
}

/*.help-mobile-menu.navbar-collapse.collapse {*/
/*    display: none !important;*/
/*}*/

/*.help-mobile-menu.navbar-collapse.collapse.in {*/
/*    display: block !important;*/
/*}*/

.help-mobile-menu:not(.collapsing) {
    min-height: calc(100vh - 55px);
}

.close-help-mobile-menu {
    float: none;
    margin-top: 18px;
    margin-bottom: 32px !important;
    font-size: 20px;
    padding: 0;
    color: #b2b2b2;
    font-weight: bold;
}

.accordion-menu-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 17px;
}

.accordion-menu-title.collapsed {
    margin-bottom: 36px;
}

.accordion-menu-link {
    /* color: #444444; */
    color: #000; /* rewrite senior */
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.accordion-menu-link:hover,
.accordion-menu-link.active /* rewrite senior */
{
    color: #FF7900;
    font-weight: bold;
}

.accordion-menu-link:last-child {
    padding-bottom: 36px;
}

.accordion-menu-title::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -7px;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    color: #FF7900;
    line-height: inherit;
}

.page-menu.accordion-menu-title::after {
    right: auto;
    left: -25px;
}

.accordion-menu-title.collapsed::after {
    transform: rotate(0);
}

.page-menu-container {
    padding-left: 20px;
    margin-top: 20px;
}

/*End of Mobile menu*/

/*Homepage*/
.banner-top-row {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.top-banner-subtitle {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
}

.top-banner-title {
    font-size: 25px;
    font-weight: bold;
}

.top-banner-img {
    max-height: 270px;
    height: auto;
    margin: 0 auto;
}

.top-banner-button {
    padding-left: 20px;
    padding-right: 20px;
    outline: none !important;
}

.accordion-link-container {
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.accordion-link-container .row,
.tester-container .row {
    margin-bottom: 0;
}

.accordion-link-title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 25px 20px;
}

.accordion-link-title::after,
.link-title::after {
    content: '-';
    color: #FF7900;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

/*.accordion-link-title:not(.collapsed)::after {*/
/*    bottom: 3px;*/
/*}*/

.accordion-link-title.collapsed::after,
.link-title.collapsed::after {
    content: '+';
}

.accordion-cell {
    position: relative;
    z-index: 1;
    transition: 0.3s;
    margin: 4px -5px;
    border-radius: 6px;
    padding: 33px 22px 22px;
    /* border: 1px solid #EEEEEE; */
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    min-height: 140px
}

.accordion-image-container {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
}

.accordion-link-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    /* min-height:32px; */
}

.accordion-link-name a:hover {
    color: #ff7900;
}

.carousel-articles {
    background-color: #A885D8;
    padding: 56px 0 37px !important;
    overflow: hidden;
    /*opacity: 0;*/
}

.carousel-articles .row {
    margin-bottom: 0;
}

/* rewrite senior */
/* .homepage-carousel {
    margin-left: -10px;
    margin-right: -10px;
}

.homepage-carousel .slick-track {
    display: flex;
} */

.carousel-nav {
    border: none;
}

.carousel-nav>li {
    background: transparent;
    /* margin: 0; */
}

.carousel-nav>li a {
    border: transparent;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 16px 30px;
    background: #8566af;
    transition: 0.3s;
    margin: 0;
    border-radius: 0;
    color: #FFF;
}

.carousel-nav>li.active a,
.carousel-nav>li a:hover {
    background: #A885D8 !important;
    border-radius: 0;
}

/* .carousel-container {
    position: relative;
    width: 100%;
}

.carousel-img-container,
.carousel-img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
} */

.carousel-article .expert-play {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.expert-play.absolute-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-article .fa-play {
    font-size: 30px;
    color: white;
    margin: 0 auto;
}

/* .homepage-carousel .expert-play {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.homepage-carousel .expert-play i {
    position: relative;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    font-size: 30px;
    color: white;
}

.carousel-text-container {
    background-color: #fff;
    min-height: 105px;
    padding: 20px 20px 12px;
    height: 100%;
}

.carousel-article-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;
    min-height: 42px;
}

.carousel-article-subtitle {
    color: #999999;
    font-size: 12px;
    line-height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

.carousel-article-img {
    margin: 0 0 0 15px !important;
    max-width: 32px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s;
}

.carousel-article-img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.homepage-carousel .slick-slide {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none !important;
}

.prev-arrow {
    left: -10px;
}

.next-arrow {
    right: -10px;
}

.prev-arrow,
.next-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 25px;
    font-size: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.articles-see-more {
    bottom: -22px;
}

.carousel-articles-titles {
    top: -50px;
    left: 18px;
}

.carousel-articles-top-texts {
    position: absolute;
    color: #FFFFFF !important;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;

}

.carousel-articles-top-texts+.carousel-articles-top-texts {
    font-size: 14px;
} */
/* end rewrite senior */

.links-row {
    margin-bottom: 0;
}

.link-category-parent {
    padding-left: 37px;
    margin-bottom: 0;
}

.link-icon {
    top: calc(50% - 23px);
    max-width: 46px;
    position: absolute;
    left: 34px;
}

.link-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 17%;
    margin-bottom: 0;
}

.link-category {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

.link-category:last-child {
    margin-bottom: 28px;
}

.homepage-faq-container {
    padding-bottom: 0;
    padding-top: 40px;
}

.faq-title {
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 26px;
}

.faq-nav {
    background-color: #eee;
    border: none;
    margin-bottom: 30px;
}

.faq-nav li {
    margin: 0;
}

.faq-nav>li a {
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 15px;
    line-height: 2;
}

.faq-box {
    /* border: 1px solid #EEEEEE; */
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.02);
    padding: 20px 22px 18px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.faq-box:hover {
    box-shadow: 12px 30px 28px 0 rgba(0, 0, 0, .06); /* rewrite senior */
}

.faq-question-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    /* min-height:110px; */
    margin: 0;
    transition: 0.3s;
    min-height: 85px;
}

/* rewrite senior */
.faq-question-title a{
    transition: 0.3s;
    font-weight: bold;
    color: #000;
    
}
.faq-question-title a:hover{
    color: #ff7900;
    text-decoration: none;
}

.faq-category a {
    color: #999;
    transition: 0.3s;
}
.faq-category a:hover {
    text-decoration: none;
}
/* end rewrite senior */

.faq-category {
    color: #999999;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
}

.tester-container {
    padding-top: 0;
    padding-bottom: 50px;
}

.tester-slide {
    padding: 0 10px;
}

.tester-slider-image-container {
    display: block;
    margin-bottom: 14px;
}
.tester-slider-image-container img{
    max-height: 240px; /* rewrite senior */
}

.tester-slider-title,
.tester-slider-subtitle {
    text-decoration: none !important;
}

.tester-slider-title {
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
    /* rewrite senior */
    position: relative;
    min-height: 40px;
    /* end rewrite senior */
}

.tester-slider-subtitle {
    color: #999999 !important;
    font-size: 12px;
    margin-bottom: 10px;
}

.dark-btn {
    background: #000;
    color: #fff !important;
    outline: none !important;
}

.dark-btn:hover {
    background: #fff;
    color: #000 !important;
}

.tester-slider .slick-arrow {
    color: #000;
}

.tester-slider .slick-dots {
    bottom: -42px;
}

.tester-column-title {
    font-weight: 900;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 23px;
}

.tester-column-subtitle {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

/* rewrite senior */
/* .card {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
    position: relative;
    z-index: 2;
    background: #FFF;
}

.card .card-header {
    position: relative;
    width: 100%;
    display: block;
    padding: 1rem;
    padding-top: 1.5rem;
}

.card .card-title {
    font-weight: bold;
    font-size: 24px;
}

.card .card-body {
    padding: 1.5rem;
}

.card .card-footer {
    padding: 1.5rem;
}
 */
.btn-badge:first-child {
    margin-right: 10px;
}
.btn-badge {
    display: block;
    max-width: 135px;
    width: 100%;
    margin-bottom: 1rem;
}

@media (min-width: 1200px){
    .btn-badge {
        max-width: 99px;
    }
}

@media (min-width: 1400px){
    .btn-badge {
        max-width: 117px;
    }
}

.fa-cloud-download-alt {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FF7900;
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.with-icon {
    position: relative;
    padding-left: 2.25em;
}

.box_full_url {
    display: block;
    color: #000;
}

.box_full_url:hover {
    z-index: 2;
    color: #ff7900;
    box-shadow: 0 30px 28px 0 rgba(0, 0, 0, .06);
}

@media (min-width: 768px) {
    .container {
        max-width: 95%; /* rewrite senior */
    }

    .container .container {
        width: 100%;
    }

    .reshape-title {
        font-size: 54px;
    }

    .accordion-link-row,
    .links-box {
        display: block !important;
        height: auto !important;
    }

    .accordion-link-title,
    .accordion-link-name {
        /* height: 2.4em; */
    }

    .accordion-cell {
        padding: 20px 10px;
        min-height: 136px;
    }

    .accordion-link-title {
        margin-bottom: 30px;
        margin-left: -6px;
        pointer-events: none;
        font-size: 30px;
        /* line-height: 1.2; */
        width: 230px;
    }

    .accordion-link-title::after,
    .link-title::after {
        content: none !important;
    }

    .accordion-column {
        box-shadow: none;
        background-color: transparent;
        margin-bottom: 0;
    }

    .accordion-column:nth-child(1) {
        padding-right: 15px;
        padding-left: 20px;
    }

    .accordion-column:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .accordion-column:nth-child(3) {
        padding-left: 15px;
        padding-right: 20px;
    }

    .link-icon {
        top: auto;
        left: 0px;
    }

    .link-title {
        margin-top: 0;
        margin-bottom: 25px;
        margin-left: 0;
        padding: 0;
        padding-left: 35px;
        pointer-events: none;
        font-size: 24px;
    }

    .links-box {
        padding-left: 35px;
    }

    .links-row {
        padding-top: 59px;
        padding-bottom: 46px;
    }

    .homepage-faq-container {
        padding-top: 74px;
    }

    .faq-title {
        font-size: 39px;
        margin-bottom: 48px;
    }

    .faq-nav {
        margin-bottom: 38px;
    }

    .faq-box {
        padding: 18px 18px 14px;
        margin-bottom: 18px;
    }

    .faq-question-title {
        font-size: 16px;
    }

    .tester-column-title {
        font-size: 42px;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .tester-slider-image-container {
        /* height: 280px; */
        margin-bottom: 21px;
    }
}

@media (min-width: 992px) {
    .min-height-box {
        min-height: 140px;
    }

    .reshape-title {
        font-size: 62px;
        margin: 65px 0 65px;
    }

    .navbar-collapse.help-mobile-menu {
        display: none !important;
    }

    .top-banner-img {
        float: right;
    }

    .accordion-cell {
        padding: 20px 15px 20px;
        min-height: 125px;
    }

    .homepage-faq-container {
        padding-bottom: 60px;
    }

    .faq-nav>li a {
        padding: 9px 20px;
    }

    .tester-container {
        padding-top: 100px;
        padding-bottom: 101px;
    }

    .tester-slider .slick-dots {
        bottom: -62px;
    }

    .accordion-cell {
        min-height: 125px;
    }

    .accordion-column:nth-child(1) {
        padding-right: 15px;
        padding-left: 20px;
    }

    .accordion-column:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .accordion-column:nth-child(3) {
        padding-left: 15px;
        padding-right: 20px;
    }

    .faq-question-title a {
        min-height: 85px;
        display: block;
    }

    .faq-question-title {
        font-size: 18px;
    }

}

@media (min-width: 1000px) {
    .prev-arrow {
        left: -15px;
    }

    .next-arrow {
        right: -15px;
    }

    .accordion-link-container {
        padding-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .accordion-link-title,
    .accordion-link-name {
        /* height: 1.2em; */
        margin-bottom: 0;
    }

    .faq-nav>li a {
        padding: 9px 30px;
    }

    .accordion-cell {
        padding: 25px 20px 20px;
        min-height: 125px;
    }

    .accordion-column:nth-child(1) {
        padding-right: 45px;
        padding-left: 20px;
    }

    .accordion-column:nth-child(2) {
        padding-right: 20px;
        padding-left: 20px;
    }

    .accordion-column:nth-child(3) {
        padding-left: 45px;
        padding-right: 20px;
    }
}

@media (min-width: 1300px) {
    .prev-arrow {
        left: -40px;
    }

    .next-arrow {
        right: -40px;
    }
}

@media (max-width: 767px) {
    .link-icon {
        left: 8%;
        top: 46px;
        margin-top: -15px;
    }

    .top-banner-button {
        background: #000;
        color: #fff;
    }

    .top-banner-button:hover {
        background: transparent;
        color: #000
    }



    .accordion-column {
        margin-bottom: 5px;

        box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
        background-color: #F8F8F8;

    }

    .accordion-link-row>[class^="col"]:nth-child(1),
    .accordion-link-row>[class^="col"]:nth-child(2) {
        margin-top: 0;
    }

    .accordion-link-row>[class^="col"]:nth-child(4) {
        margin-bottom: 20px;
    }

    .carousel-articles {
        display: block !important;
    }

    .articles-see-more {
        top: -50px;
        right: 24px;
        bottom: auto;
    }

    .link-category-parent:not(:last-child) {
        border-bottom: 1px solid #EEEEEE;
    }

    .links-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .faq-nav {
        overflow-x: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
    }

    .faq-nav>li a {
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .tester-container {
        background-color: #ffffff;
    }

    .tester-slider-button-container {
        padding-bottom: 23px;
    }

    .tester-slider-image-container {
        padding-top: 32px;
    }

    .tester-slider {
        margin-bottom: 40px !important;
    }
}

/*End of Homepage*/

/*Categories*/
.categories-top-container {
    margin-top: 37px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.category-title {
    position: relative;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 36px;
}

.subsections-row {
    margin-top: 50px;
    margin-bottom: 75px;
}

@media (min-width: 768px) {
    .categories-top-container {
        margin-top: 70px;
    }
}

.subsection-cell {
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    padding: 20px 16px 15px;
    margin-bottom: 15px;
    position: relative;
    min-height: 130px;
    transition: 0.3s;
}

.subsection-cell .no-img {
    background-color: #e6e6e6;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 50%
}

.subsection-image-container {
    width: 36px;
    height: 36px;
}

.subsection-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 15px;
    left: 20px;
}

.tutorials-mini-slider {
    margin-bottom: 41px !important;
}

.tutorials-mini-title {
    display: block;
    margin: 30px 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.tutorials-mini-category-title {
    color: #999999;
    font-size: 10px;
}

.category-avatar {
    padding: 0 22px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tutorials-mini-slider-profile {
    width: 33px;
    border-radius: 50%;
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.tutorials-mini-slider-item {
    display: block;
    position: relative;
}

.tutorials-mini-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.tutorials-mini-play i {
    position: relative;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    font-size: 30px;
    color: white;
}

.background-container {
    position: relative;
}

.mountain-background {
    position: absolute;
    right: -80px;
    top: -380px;
}

@media (min-width: 768px) {
    .categories-top-container {
        margin-bottom: 60px;
    }

    .category-title {
        font-size: 56px;
        margin-bottom: 60px;
        padding-bottom: 25px;
    }

    .category-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 44px;
        background-color: #FF7900;
    }
}



/*End of Categories*/

/*Subcategories*/
.subcategory-box {
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
    padding: 18px 17px 13px;
    margin-bottom: 6px;
    transition: 0.3s;
}

.subcategory-box:hover {
    box-shadow: 0 30px 28px 0 rgba(0, 0, 0, .03);
}

.subcategory-question-title a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    /* margin-bottom: 21px; */
    min-height: 60px;
    display: block;
    transition: 0.3s;
}

.subcategory-question-title a:hover {
    color: #ff7900
}

.subcategory-more {
    color: #999999 !important;
    font-size: 10px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .subcategory-box {
        padding: 19px 22px;
        margin-bottom: 20px;
    }

    .subcategory-question-title a {
        font-size: 18px;
        line-height: 26px;
        /* padding-bottom: 25px; */
        line-height: 120%;
        min-height: 80px;
    }

    .subcategory-more {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1200px) {

    .subcategory-question-title a {
        min-height: 65px;

    }

}

/*End of Subcategories*/

/*Articles/question*/
.questions-top-container {
    margin-top: 37px;
}

.article-title {
    position: relative;
    margin-top: 32px;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 34px;
    font-weight: 900;
}

.article-title::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    left: 0;
    background: #eeeeee;
}

.reshape-tag {
    display: inline-block;
    background-color: #000;
    padding: 7px 22px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s;
}

.reshape-tag:active, .reshape-tag:visited {
    background-color: #000;
    color: #FFF;
}

.reshape-tag:hover {
    color: #FFF;
    background-color: #ff7900;
    text-decoration: none; /* rewrite senior */
}

.reshape-tag:not(:last-child) {
    margin-right: 13px;
}

.pre-tag-separator {
    margin-top: 62px;
}

.post-tag-separator {
    margin-top: 46px;
    border: 1px solid #DDD;
}

a#rate-neg {
    margin-left: 0 !important;
}

.flex-button-container a.rate:nth-child(2) {
    margin-left: 20px;
}

.flex-self-center {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.vote-text {
    margin-right: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

/* rewrite senior */

.flex-button-container span {
    font-size: 14px;
}
.flex-button-container a.rate .btn {
    padding: 8px 17px;
    border-color: #000;
}
.flex-button-container a.rate .btn:hover {
    color: #fff;
    background-color: #000;
}
.flex-button-container a.rate:hover {
    text-decoration: none;
}
/* end rewrite senior */
.slick_carousel_article_nav .slick-track {
    /*width: 100% !important;*/
}

.slick_carousel_article_nav .slick-current,
.slick_carousel_article_nav .slick-slide {
    border-width: 4px;
}

/* rewrite senior */
.slick_carousel_article_nav .img_nav_article_style {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%!important;
    height: 100px!important;
}

.slick_carousel_article_nav .caption_carousel_article {
    text-align: center;
    font-weight: bold;
    color: #000000!important;
}
.slick_carousel_article_nav .slick-slide {
    padding: 0 10px;
    margin: 0;
    margin-top: 20px;
}
.slick_carousel_article_nav .slick-current {
    border: 4px solid #ff7900;
    padding-top: 10px;
    margin-top: 10px;
}
.content_answer ul{
    list-style-type: square;
}

/* end rewrite senior */

#accordion-service-faq.reshape-accordion .panel-heading {
    background: transparent;
    border: none;
    padding: 24px;
}

.reshape-accordion .panel {
    background: #f9f9f9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

#accordion-service-faq.reshape-accordion .panel-body {
    padding-bottom: 30px;
    padding-left: 55px;
}

.reshape-accordion.panel-group .panel+.panel {
    margin-top: 20px;
}

/* rewrite senior */
.reshape-accordion ul{
    list-style-type: square;
}

.reshape-accordion .panel-title a {
    color: #000; 
}
/* end rewrite senior */

.reshape-accordion .panel-title .fa {
    width: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    margin-right: 15px;
}

.reshape-accordion .panel-title .accordion-toggle {
    display: inline-block;
    width: calc(100% - 33px);
}

.reshape-accordion .fa-minus-circle::before {
    content: "\f068";
}

.reshape-accordion .fa-plus-circle::before {
    content: "\f067";
}

@media (min-width: 1200px) {

    .flex-self-center {
        margin-top: 0;
        align-self: center;
    }
}

@media (min-width: 768px) {
    .questions-top-container {
        margin-top: 42px;
    }

    .article-title {
        margin-top: 41px;
        font-size: 48px;
        letter-spacing: -1px;
        line-height: 50px;
    }

    .reshape-accordion .panel-title .fa {
        margin-right: 30px;
    }

    .reshape-accordion .panel-title .accordion-toggle {
        width: calc(100% - 48px);
    }

    .reshape-accordion.panel-group .panel+.panel {
        margin-top: 40px;
    }

    #accordion-service-faq.reshape-accordion .panel-body {
        padding-right: 25px;
        padding-left: 70px;
    }
}

@media (max-width: 767px) {
    .vote-text {
        display: block;
        margin-bottom: 20px;
    }

    .flex-button-container {
        display: flex;
    }

    .flex-button-container a.rate {
        flex: 1 1 auto;
    }

    .flex-button-container a.rate .btn {
        width: 100%;
    }
}

/*End of Articles/question*/

/*Search*/
.search-input-row {
    /* margin-top: 40px; */ /* rewrite senior */
    margin-bottom: 40px;
}

.search-results-title {
    color: #8F8F8F;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
}

.search-result-link {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 19px;
    margin-bottom: 0;
    padding-bottom: 19px;
    font-size: 16px;
}

.search-result-link:first-child::before {
    content: "";
    display: block;
    border-top: 1px solid #eee;
    position: absolute;
    width: 100%;
    top: 0;
}

.search-result-link::after {
    content: "\f054";
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 18px;
    transition: transform 0.3s ease;
    color: #cccccc;
    line-height: 19px;
    font-weight: 900;
}

.search-result-link:hover::after {
    color: #FF7900;
}

@media (min-width: 768px) {
    .search-input-row {
        /* margin-top: 60px; */ /* rewrite senior */
        margin-bottom: 60px;
    }

    .search-results-title {
        margin-bottom: 60px;
    }

}

/*End of Search*/

/*Fancybox*/
.reshape-vote-fancy .fancybox-skin {
    padding: 30px !important;
    border-radius: 0;
    background: #fff;
    color: #000;
}

.reshape-vote-fancy .fancybox-close {
    background: none;
    top: 15px;
    right: 15px;
    width: 19px;
    height: 19px;
    font: normal normal normal 25px/19px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
}

.reshape-vote-fancy .fancybox-close::before {
    content: "\f00d";
}

.feedback-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 28px;
}

.reshape-vote-fancy input,
.reshape-vote-fancy textarea {
    border: none;
    background-color: #F6F6F6;
    border-radius: 0;
    box-shadow: none;
}

.reshape-vote-fancy input:focus,
.reshape-vote-fancy textarea:focus {
    box-shadow: none;
}

.reshape-vote-fancy textarea {
    resize: vertical;
    margin-bottom: 11px;
}

.zero-font {
    font-size: 0;
}

.half-width-input {
    display: inline-block;
    width: calc(50% - 12px);
    margin-bottom: 28px;
}

.half-width-input:nth-child(2n) {
    margin-right: 24px;
}

.half-width-input label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.reshape-vote-fancy .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.reshape-vote-fancy .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.reshape-vote-fancy .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.orange-checkbox {
    position: relative;
}

.orange-checkbox span {
    display: inline-block;
    width: calc(100% - 82px);
    vertical-align: middle;
    color: #999999;
    font-style: normal;
    font-size: 14px;
}

.orange-checkbox::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #FF7900;
    color: #FF7900;
    left: 0;
    top: calc(50% - 15px);
    margin-left: 0;
    transition: all ease 0.2s;
}


input:checked~.orange-checkbox::after {
    content: "\2714";
    margin-left: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-right: 4px;
}

.orange-checkbox::before {
    content: "";
    height: 30px;
    width: 60px;
    display: inline-block;
    margin-right: 18px;
    border: 2px solid #FF7900;
    border-radius: 15px;
    vertical-align: middle;
}

.fancy-submit {
    height: 50px;
    width: 120px;
}

@media (min-width: 900px) {
    .reshape-vote-fancy {
        width: 800px !important;
    }

    .reshape-vote-fancy .fancybox-inner {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .reshape-vote-fancy .fancybox-close {
        top: 30px;
        right: 40px;
    }

    .reshape-vote-fancy .fancybox-skin {
        padding: 70px 50px 40px !important;
    }

    .feedback-title {
        font-size: 31px;
    }

    .half-width-input {
        margin-bottom: 38px;
    }

    .orange-checkbox::before {
        margin-right: 48px;
    }

    .orange-checkbox span {
        width: calc(100% - 112px);
        font-size: 16px;
    }
}

/*End of Fancybox*/

/*Phones and settings*/
.phones-top-container {
    padding-top: 35px;
    position: relative;
    z-index: 1;
}

.filter-dropdown-over-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 11;
}

.over-layer-zIndex:not(.collapsed) {
    z-index: 12;
}

#phones.reshape-phones .dropdown-wrapper {
    background: transparent;
    margin: 0;
    padding: 0;
}

.filter-input-style {
    background-color: #fff !important;
    border: none !important;
    height: 43px !important;
    box-shadow: none;
    color: #000 !important;
    font-size: 16px;
    line-height: 31px;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    padding: 6px 0 6px 12px !important;
    position: relative;
}

input.filter-input-style {
    z-index: auto !important;
}

.filter-button-style:hover{
    color: #fff; /* rewrite senior */
}

.filter-button-style,
.filter-button-pseudo::after {
    height: 43px;
    width: 43px;
    border: none !important;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 6px 12px; /* rewrite senior */
}

.filter-button-pseudo::before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    position: absolute;
    display: block;
    margin-top: -6px;
    text-align: center;
    line-height: 43px;
    width: 43px;
    right: 0;
    color: #fff;
}

.filter-button-pseudo::after {
    content: "" !important;
    margin-top: -6px;
}

.input-padding {
    padding: 6px 12px;
    display: inline-block;
}

/*#phones.reshape-phones .panel-heading a {*/
/*    display: block;*/
/*    padding: 6px 0 6px 12px;*/
/*    position: relative;*/
/*}*/

.panel-title.no-border {
    border: none;
}

.panel-absolute {
    position: absolute;
    z-index: 1;
    width: calc(100% - 20px);
    box-shadow: 10px 20px 30px rgba(0, 0, 0, .1);
}

.filter-dropdown {
    padding: 0 !important;
    position: relative;
    z-index: 111;
    width: 100%;
    background: #fff;
}

.filter-panel-item:hover {
    background-color: #f8f8f8;
}

.filter-panel-item {
    padding: 8px 13px !important;
}

.phone-column {
    display: flex;
}

.reshape-phones #products.bg-gray2 {
    background: transparent;
    padding-bottom: 0;
}

#phones.reshape-phones .icheckbox_minimal {
    margin-bottom: 0 !important;
}

/* rewrite senior */
#phones.reshape-phones .item-tel {
    margin: 0 0 20px;
    padding: 27px 19px 100px;
    display: block;
    background: #fff;
    position: relative;
    width: 100%;
    
}

#phones.reshape-phones .item-tel a {
    color: #000;
    font-size: 13px;
}
#phones.reshape-phones .item-tel a:hover {
    text-decoration: none;
}

#phones .item-tel img {
    max-width: 180px;
    height: 180px;
    margin: 0 auto;
}
/* end rewrite senior */

#phones.reshape-phones .item-tel h5 {
    padding: 0;
    margin: 36px 0 0;
    font-size: 20px;
    font-weight: bold;
    /* line-height: 1; */
    position: relative;
    height: 40px;
}

#phones.reshape-phones .item-tel .dark-btn {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 70px);
    border: solid 2px #000;
}

#phones.reshape-phones .extra-links {
    right: 15px;
    top: 15px;
    left: auto;
    width: auto;
    /* rewrite senior */
    position: absolute;
    /* end rewrite senior */
}

#phones.reshape-phones .item-tel a.spg-video {
    /* rewrite senior */
    display: block;
    /* end rewrite senior */
    background: #a885d8;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}

.filter-play-button {
    line-height: 36px;
    font-size: 18px;
    margin-left: 3px;
}

.reshape-pagination .pagination {
    margin: 15px 0 50px;
    display: inline-block;
}

.reshape-pagination .pagination li {
    float: none;
    display: inline-block;
    padding-left: 14px;
}

.reshape-pagination .pagination li a {
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: bold;
    /*  rewrite senior */
    display: block;
    background-color: #fff;
    text-decoration: none;
    /* end rewrite senior */
}

.reshape-pagination .pagination .active a,
.reshape-pagination .pagination li a:hover {
    background: #000 !important;
    color: #fff;
}

.reshape-pagination .pagination a .prev,
.reshape-pagination .pagination a .next {
    background: none !important;
    display: block;
    height: 40px;
    width: auto;
}

.reshape-pagination .pagination a .prev {
    transform: rotate(180deg);
}

.reshape-pagination .pagination a .prev::after,
.reshape-pagination .pagination a .next::after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.reshape-pagination .pagination a:hover .prev::after,
.reshape-pagination .pagination a:hover .next::after {
    color: #fff;
}

@media (min-width: 768px) {
    .filter-panel-item {
        padding: 12px 21px;
    }
}

@media (max-width: 559px) {
    .phone-column {
        width: 100%;
    }
}

/*End of Phones and settings*/

/*Phone details*/
.phone-details-top-container {
    padding-top: 51px;
    margin-bottom: 20px;
}

.phone-details-title {
    font-weight: bold;
    font-size: 34px;
}

.internet-settings {
    color: #fff !important;
    height: 43px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    width: 100%;
    padding: 8px 12px;
}

/* rewrite senior */
.internet-settings.btn-important,
.internet-settings.btn-important {
    border: solid 2px #ff7900;
    background: #ff7900;
}
.internet-settings.btn-important:hover,
.internet-settings.btn-important:active {
    border: solid 2px #000;
    background: #000;
}
/* end rewrite senior */

.phone-details-dropdown .icheckbox_minimal {
    display: none;
}

.phone-details-dropdown .filter-panel-item {
    padding: 0;
}

.phone-details-dropdown label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    display: block;
    padding: 12px 21px;
}

.phone-details-article-col {
    margin-bottom: 13px;
}

/* rewrite senior */
.phone-details-article-col a{
    color:#000;
}.phone-details-article-col a:hover{
    text-decoration: none
}
/* end rewrite senior */

.phone-details-panel {
    padding: 24px 18px 20px;
    background: #fff;
    border-radius: 3px;
}

.phone-details-row {
    display: block;
}

.phone-details-question {
    font-size: 18px;
    font-weight: bold;
}

.smile-emoticon::before {
    vertical-align: middle;
    display: inline-block;
}

.vote-numbers {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 15px;
}

.smile-emoticon {
    font-size: 25px;
}

.smile-emoticon.smile-happy {
    color: #FF7900;
}

.smile-emoticon.smile-frown {
    color: #666666;
}

@media (min-width: 768px) {
    .smile-emoticon {
        margin-left: 28px;
    }

    .phone-details-top-container {
        padding-top: 47px;
        margin-bottom: 60px;
    }

    .phone-details-title {
        font-size: 26px;
        /* margin-top: 18px; */ /* rewrite senior */
        margin-bottom: 3px;
        display: block;
    }

    .phone-details-panel {
        padding: 40px;
    }

    .phone-details-question {
        font-size: 24px;
    }

    /* rewrite senior */
    .phone-details-img{
        position: absolute;
        right: 0;
    }
    /* end rewrite senior */
}

@media (min-width: 992px) {
    .phone-details-top-container {
        padding-top: 47px;
        margin-bottom: 110px;
    }
}

@media (max-width: 767px) {
    .internet-settings {
        margin-top: 12px;
        text-align: left;
        margin-bottom: 18px;
    }
}

/*End of Phone details*/

@media (min-width: 1340px) {
    .container {
        width: 1340px;
    }
}



/* breadcrumbs mobile */
@media (max-width: 992px) {
    .breadcrumb-list li {
        display: none;
    }

    .breadcrumb-list li:first-child,
    .breadcrumb-list li:last-child {
        display: inherit;
    }

    .breadcrumb-list li:last-child a {
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* rewrite senior */
.tags h2 {
    font-size: 30px;
}

.tags a{
    color: #000;
}
.tags a:hover{
    color: #ff7900;
    text-decoration: none;
}
/* end rewrite senior */
