.container {
    max-width: 1130px;
    margin: 0 auto;
    height: initial !important;
    width: inherit !important;
}

.site-header-new {
    box-shadow: none!important;
}

@media (min-width: 1041px) {
    .scroll1_down .site-header-new {
        background: #31216B !important;
    }
}

#hero_top_section {
    background-image: url(../images/christmas-purple.png)!important;
    margin-top: -85px;
    background-size: cover;
    background-position: bottom right;
}

#hero_top_section .container {
    padding-top: 120px;
    padding-bottom: 80px;
}

#hero_top_section .container h1 {
    color: #fff;
    font-size: 51px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
}

.trees_holder {
    display: flex;
    padding: 30px 0px 0px;
    position: relative;
}

.trees_holder_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 150px;
    left: 0px;
}

.trees_holder_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 150px;
    right: 0px;
}

.trees_holder_left_text {
    width: 343px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.trees_holder_left_button {
    margin: 40px 0px 0px 70px;
    position: relative;
}

.trees_holder_left_button a {
    font-weight: 600;
    padding: 11px 0px;
    min-width: inherit;
    width: 210px;
}

.trees_holder_right_button {
    margin: 40px 70px 0px 0px;
    position: relative;
}

.trees_holder_right_button a {
    font-weight: 600;
    padding: 11px 0px;
    min-width: inherit;
    width: 210px;
}

.trees_holder_right_text {
    width: 413px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.trees_holder_left_button:before {
    content: '';
    width: 61px;
    height: 61px;
    background-image: url(../images/svg/arrow-c-left.svg)!important;
    background-size: cover;
    position: absolute;
    left: -70px;
    bottom: 10px;
}

.trees_holder_right_button:before {
    content: '';
    width: 61px;
    height: 61px;
    background-image: url(../images/svg/arrow-c-right.svg)!important;
    background-size: cover;
    position: absolute;
    right: -70px;
    bottom: 10px;
}

.christmas-tree {
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.christmas-tree img {
    width: 100%;
    max-width: 800px;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
    .trees_holder_left_text {
        width: 290px;
        font-size: 20px;
        line-height: 28px;
    }
    .trees_holder_right_text {
        width: 350px;
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1040px) {
    #hero_top_section {
        margin-top: 0px;
    }
    #hero_top_section .container {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 950px) {
    .christmas-tree img {
        max-width: 600px;
    }
    .trees_holder_left,
    .trees_holder_right {
        top: 50px;
    }
}

@media screen and (max-width: 880px) {
    .trees_holder {
        display: flex;
        padding: 150px 0px 150px;
        margin-top: 30px;
    }
    .trees_holder_left {
        align-items: center;
        left: 0px;
        top: inherit ! important;
        bottom: 0px;
        right: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .trees_holder_left_button {
        margin: 20px 0px 0px;
    }
    .trees_holder_left_button:before {
        display: none;
    }
    .trees_holder_right {
        align-items: center;
        left: 0px;
        top: 0px ! important;
        right: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .trees_holder_right_button {
        margin: 20px 0px 0px;
    }
    .trees_holder_right_button:before {
        display: none;
    }
    .trees_holder_right_text {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .trees_holder {
        padding: 140px 0px 130px;
        margin-top: 20px;
    }
    .trees_holder_left_button,
    .trees_holder_right_button {
        margin: 10px 0px 0px;
    }
    .trees_holder_left_text,
    .trees_holder_right_text {
        width: 100%;
        font-size: 18px;
        line-height: 26px;
    }
    .trees_holder_right_text br {
        display: none;
    }
    .redesign_page .trees_holder_left_button a.default-button,
    .redesign_page .trees_holder_right_button a.default-button {
        width: 210px!important;
    }
    .container {
        margin: 0 30px;
    }
    #hero_top_section .container h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

.second-section-inner {
    max-width: 740px;
    margin: 60px auto;
    text-align: center;
}

.text_above {
    color: #1EBBF0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

h2 {
    -webkit-font-smoothing: auto;
    font-size: 34px!important;
    line-height: 52px!important;
    color: #31216B!important;
    font-weight: 800!important;
    margin: 0px 0px 20px!important;
    text-align: center;
}

.hero_section_reviews_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.hero_section_reviews_top .stars_holder {
    padding: 0px 10px 0px 0px;
    display: flex;
    align-items: center;
}

.hero_section_reviews_top .stars_holder i {
    font-size: 18px;
    color: #FB9F00;
    margin: 0px 2px;
}

.rating_number {
    font-size: 16px;
    font-weight: 600;
    color: #31216B;
}

.hero_section_reviews_top img {
    width: 160px;
}

.second-section-inner p {
    font-size: 16px;
    line-height: 32px;
    color: #31216B;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.second-section-inner p:last-child {
    margin-bottom: 0px;
}

.second-section {
    background-color: #F9FAFB;
}

@media screen and (max-width: 480px) {
    .second-section-inner {
        margin: 50px 0px;
    }
    h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .second-section-inner p {
        font-size: 14px;
        line-height: 28px;
    }
    .hero_section_reviews_top {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .hero_section_reviews_top .stars_holder {
        margin-top: -5px;
        padding: 0px 0px 10px;
    }
}


/****/

.clients-reviews {
    padding: 80px 0px;
}

@media screen and (max-width: 1040px) {
    .clients-reviews {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 480px) {
    .clients-reviews {
        padding: 50px 0px;
    }
}

.clients-reviews-items {
    display: flex;
    margin: 50px -30px 0px;
}

.clients-reviews-item {
    width: calc(100%/3 - 60px);
    margin: 0px 30px;
    padding: 20px;
    border-radius: 16px;
    background-color: rgba(226, 222, 240, 0.50);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
}

.clients-reviews-top {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.clients-reviews-item-text {
    color: #31216b !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.clients-reviews-item-review {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #31216B;
}

.clients-reviews-bottom {
    display: flex;
    align-items: center;
}

.client-avatar {
    line-height: 0;
    width: 44px;
}

.client-avatar img {
    width: 100%;
}

.clients-reviews-bottom-right {
    padding-left: 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.clients-reviews-item-name {
    color: #31216b !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}

.clients-reviews-item-position {
    color: #98A2B3 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
}

.clients-reviews-inner h2 {
    text-align: left;
}

@media screen and (max-width: 950px) {
    .clients-reviews-item {
        width: calc(50% - 60px);
        margin: 0px 30px 60px;
    }
    .clients-reviews-item:last-child {
        margin-bottom: 0px;
    }
    .clients-reviews-items {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .clients-reviews-item {
        width: calc(50% - 20px);
        margin: 0px 10px 20px;
    }
    .clients-reviews-item:last-child {
        margin-bottom: 0px;
    }
    .clients-reviews-items {
        margin: 30px -10px 0px;
    }
}

@media screen and (max-width: 550px) {
    .clients-reviews-item {
        width: calc(100% - 20px);
        margin: 0px 10px 20px;
    }
}

.bottom_link a {
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
}

@media screen and (max-width: 480px) {
    .bottom_link a {
        font-size: 14px;
        line-height: 28px;
    }
}

#last_section {
    padding: 80px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

.last_holder h2 {
    color: #fff!important;
    margin-bottom: 30px!important;
}

.last_holder p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px!important;
}

.buttons-holder {
    display: inline-flex;
    align-items: center;
}

.buttons-holder a {
    margin: 0px 10px;
    font-weight: 600;
}

@media screen and (max-width: 1040px) {
    #last_section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 650px) {
    .buttons-holder {
        flex-direction: column;
    }
    .buttons-holder a {
        margin: 0px 0px 20px;
    }
    .buttons-holder a:last-child {
        margin: 0px;
    }
}

@media screen and (max-width: 480px) {
    .buttons-holder {
        display: flex;
    }
    #last_section {
        padding: 50px 0;
    }
    .last_holder p {
        font-size: 16px;
        line-height: 24px;
    }
}