body {
    direction: rtl;
    text-align: right;
    font-family: Assistant, Roboto;
    font-weight: 400;
    font-size: 20px;
}

/*fonts*/
@font-face {
    font-family: Assistant;
    src: url("../fonts/Assistant/static/Assistant-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: Assistant;
    src: url("../fonts/Assistant/static/Assistant-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Assistant;
    src: url("../fonts/Assistant/static/Assistant-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: Assistant;
    src: url("../fonts/Assistant/static/Assistant-Bold.ttf");
    font-weight: 700;
}

/*end of fonts*/

/*header*/
.top-bar {
    background: #092d43;
    text-align: center;
    overflow: hidden;
}

.top-bar .zuzu-logo {
    display: inline-block;
    padding: 10px 28px 15px;
}

.zuzu-logo .right-logo {
    margin-left: 11px;
    vertical-align: middle;
}

.limodim-logo svg {
    margin-right: 1px;
}

.top-bar .limodim-logo {
    display: inline-block;
    float: left;
    padding: 19px 40px 0;
}

.top-bar .sub-logo {
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    display: inline-block;
    vertical-align: sub;
}

.top-bar .logo-slog {
    vertical-align: middle;
    margin: 0;
    padding-top: 17px;
}

/*header mobile*/
@media screen and (max-width: 767px) {
    .top-bar .zuzu-logo {
        padding: 1px 28px 16px 42px;
    }

    .zuzu-logo .right-logo {
        margin-left: 3px;
        max-width: 77px;
    }

    .top-bar {
        text-align: center;
    }

    .top-bar .logo-slog {
        font-size: 14px;
        padding-top: 7px;
    }
}

/*end of header*/

/*start of head-section*/
.head-section {
    background-color: #041f30;
    overflow: hidden;
}

.content-wrapper {
    position: relative;
}

.content-wrapper .vector-right {
    position: absolute;
    bottom: 114px;
    right: -7px;
    display: block;
}

.content-wrapper .subtitle {
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    color: #fff;
    width: 52%;
    margin: 20px auto 8px;
}

.content-wrapper .title {
    font-size: 60px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.content-wrapper .colored-sp {
    color: #87ba2a;
    display: inline-block;
}

.content-wrapper .colored-sp:after {
    content: "";
    background: url(../img/svg/ul.svg) center center no-repeat;
    height: 15px;
    width: 143px;
    display: block;
    position: relative;
    bottom: 7px;
}

.video-wrapper {
    padding: 28px 0 63px;
    position: relative;
    cursor: pointer;
}

.video-wrapper .head-img {
    display: none;
    max-width: 100%;
    position: relative;
}

.video-wrapper .video-vector {
    position: absolute;
    left: -89px;
    top: -60px;
}

.video-wrapper .btn-play {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 75px;
    left: 0;
    margin: auto;
}

.video-wrapper:before {
    content: "";
    
/*	background: url(../img/svg/c5.svg) no-repeat left;
*/    display: block;
    position: absolute;
    background-size: 186px 186px;
    left: -87px;
    top: -60px;
    margin: auto;
    width: 186px;
    height: 186px;
    cursor: auto;
}

.iframe-wrapper {
    display: block;
    position: static;
    top: 28px;
    right: 0;
    left: 0;
    margin: auto;
}

.iframe-wrapper iframe {
    width: 1110px;
    height: 549px;
    object-fit: fill;
}

.close-popup {
    cursor: pointer;
    width: 20px;
    height: 30px;
    position: absolute;
    left: -7px;
    top: -40px;
}

/*mobile head section*/
@media screen and (max-width: 990px) and (min-width: 768px) {
    .content-wrapper .vector-right {
        right: -102px;
        max-width: 166px;
        height: 185px;
        bottom: 131px;
    }

    .content-wrapper .subtitle {
        width: 84%
    }

    .video-wrapper {
        text-align: center;
    }

    .video-wrapper:before {
        background-size: 100px 100px;
        top: -54px;
        left: -27px;
    }

    .video-wrapper .head-img {
        max-width: 655px;
        margin-top: 9px;
    }

    .video-wrapper .iframe-wrapper {
        top: 36px;
        left: 1px;
    }

    .iframe-wrapper iframe {
        width: 655px;
        height: 334px;
    }

}

@media screen and (max-width: 767px) {
    .content-wrapper .vector-right {
        right: -52px;
        top: -17px;
        max-width: 79px;
    }

    .content-wrapper .subtitle {
        width: 84%;
        font-size: 20px;
        line-height: 23px;
        margin-top: 19px;
        margin-bottom: 6px;
        position: relative;
    }

    .content-wrapper .title {
        font-size: 29px;
        margin-bottom: 5px;
        line-height: 33.33px;
    }

    .content-wrapper .colored-sp:after {
        width: 100%;
        top: -7px;
        right: 2px;
        background-size: 72px 9px;
    }

    .video-wrapper {
        padding: 0px 0 34px;
    }

    .video-wrapper .head-img {
        max-width: 100%;
        margin-top: 12px;
    }

    .video-wrapper .video-vector {
        max-width: 73px;
        left: -33px;
    }

    .video-wrapper:before {
        background-size: 46px 46px;
        width: 60px;
        height: 63px;
        left: -20px;
        top: -19px;
    }

    .video-wrapper .btn-play {
        width: 47px;
        top: 31px;
    }

    .head-section .iframe-wrapper {
        width: 100%;
        height: 100%;
        top: 12px;
    }

    .iframe-wrapper iframe {
        width: 100%;
        max-width: 345px;
        height: 171px;
    }


}

/*end of mobile head section*/
/*end of head-section*/

/*start of banner bar section*/
.banner-bar {
    text-align: center;
    background-color: #0d4568;
    position: relative;
}

.banner-bar .title {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    padding: 30px 18px 22px;
}

.button-wrapper {
    display: inline-block;
}

.banner-bar .btn-link,
.about-course .btn-link {
    max-width: 251px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 27.65px;
    padding: 5px 55px ;
    background-color: #87ba2a;
    border: none;
    vertical-align: bottom;
    text-decoration: none;
}

.banner-bar .btn-link:after,
.about-course .btn-link:after {
    content: "";
    display: inline-block;
    width: 0.32em;
    height: .32em;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0px 7px 0.12em;
}

.banner-bar .btn-link:hover,
.about-course .btn-link:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #8ebc07 0, #afd706);
}

@media screen and (max-width: 767px) {
    .banner-bar .title {
        font-size: 20px;
        padding: 19px 5px 13px 6px;
    }

    .banner-bar .button-wrapper {
        max-width: 136px;
        vertical-align: text-bottom;
    }

    .banner-bar .btn-link,
    .about-course .btn-link {
        font-size: 18px;
        vertical-align: middle;
        padding: 5px 21px  ;
    }

    .banner-bar .btn-link:after,
    .about-course .btn-link:after {
        margin: 0px 7px 0.17em;
    }
}

/*end of banner bar section*/

/*start of about-course section*/
.about-course {
    /*background: url(../img/alhasadna2.jpg) no-repeat left center;
    padding-bottom: 142px;
    background-size: cover;
    position: relative;
    min-height: 608px;*/
}

.about-course:before {
    content: "";
    background: url(../img/svg/c2.svg) right no-repeat;
    background-size: 197px 237px;
    width: 179px;
    height: 209px;
    position: absolute;
    top: -77px;
    right: 0;
    margin: auto;
}

.about-course .content-wrapper {
    margin: 110px 0 35px;
}

.about-course .title {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #092d43;
    text-align: right;
    margin-bottom: 22px;
}

.about-course .content {
    line-height: 26px;
    padding-left: 48px;
    font-weight: 300;
    margin-bottom: 31px;
    text-align: right;
}

.about-course .btn-link {
    padding: 5px 75px 5px 70px;
}

/*mobile about-course*/
@media screen and (max-width: 1399px) and (min-width: 768px) {
    .about-course {
        background-position: center center;
    }

    .about-course:before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .about-course {
        background: url(../img/mobile2.png) no-repeat left bottom #f5f5f3;
        background-size: cover;
        text-align: center;
        min-height: 575px;
    }

    .about-course:before {
        background-position: bottom;
        background-size: 113px 101px;
        top: auto;
        display: block;
        bottom: -61px;
        right: -63px;
        z-index: 999;
    }

    .about-course .content-wrapper {
        margin: 0;
    }

    .about-course .title {
        text-align: center;
        font-size: 30px;
        padding-top: 27px;
        margin-bottom: 1px;
    }

    .about-course .content {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        padding: 0px 28px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .about-course .button-wrapper {
        margin-bottom: 31px;
        width: 136px;
    }

    .about-course .btn-link {
        padding: 5px 32px;
    }

    .about-course .btn-link:after {
        margin: 0px 7px 0.12em;
    }
}

/*end of about-course section*/

/*start of employee-section*/
.employee-section {
    background-color: #092d43;
    padding: 85px 0 102px;
    position: relative;
}

.employee-section:before {
    content: "";
    background: url(../img/Vector-Smart-Object-copy-6.png) no-repeat left;
    background-size: 243px 491px;
    width: 243px;
    height: 491px;
    position: absolute;
    top: -204px;
    left: 0;
}

.employee-section .title {
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    color: #fff;
}

.employee-box .second-title {
    color: #92bc43;
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
    margin: 0;
    text-align: center;
}

.employee-box .subtitle {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: auto;
    width: 97%;
    max-height: 103px;
    overflow: hidden;
    transition: max-height .5s ease;
}

.employee-box .subtitle.show {
    max-height: 1000px;
    transition: max-height 1.5s ease;
}

.img-wrapper {
    max-width: 284px;
    border-radius: 100%;
    margin: 0 auto;
}

.img-wrapper img {
    border-radius: 100%;
    max-width: 100%;
}

.employee-box {
    margin-left: 25px;
    margin-top: 42px;
    overflow: hidden;
}

.employee-box .btn-wrapper {
    text-align: center;
    margin: 12px 0;
}

.employee-box .btn-link:after {
    content: "";
    display: inline-block;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 6px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.employee-box .btn-link {
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    padding: 4px 11px;
}

@media screen and (max-width: 767px) {
    .employee-section {
        padding: 32px 0 41px;
    }

    .employee-section:before {
        display: none;
    }

    .employee-section .title {
        margin-bottom: 26px;
        font-size: 30px;
    }

    .employee-box {
        margin: 0;
        padding: 0 40px;
        text-align: center;
    }

    .img-wrapper img {
        max-width: 148px;
    }

    .employee-box .second-title {
        font-size: 19px;
        line-height: 36px;
    }

    .employee-box .subtitle {
        font-size: 16px;
        padding: 0 39px;
    }

    .employee-box .btn-wrapper {
        margin-bottom: 23px;
    }

    .employee-box .btn-link {
        font-size: 12.5px;
        line-height: 19px;
    }

    .employee-box .btn-link:after {
        width: 6px;
        height: 6px;
    }

}

/*end of employee-section*/

/*start of course-content*/
.course-content {
    /*background: url("../img/course-content.jpg") no-repeat right center;
    background-size: cover;
    padding-bottom: 142px;
    position: relative;
    min-height: 705px;*/
}

.course-content:before {
    content: "";
    background: url(../img/svg/c1.svg) no-repeat left;
    width: 83px;
    height: 172px;
    position: absolute;
    top: -88px;
    left: 0;
}

.course-content .title {
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    color: #092d43;
    text-align: center;
    padding: 118px 0 35px;
}

.course-content .second-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    color: #92bc43;
    margin-bottom: 6px;
    text-align: center;
}

.course-content .subtitle {
    color: #092d43;
    font-size: 16px;
    margin: auto;
    line-height: 22px;
    text-align: center;
    width: 83%;
    padding-bottom: 10px;
}

.course-content .img-wrapper {
    text-align: center;
    min-height: 109px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .course-content {
        background-position: left;
    }

    .course-content .second-title {
        line-height: normal;
    }
}

@media screen and (max-width: 767px) {
    .course-content {
        /*background: url(../img/Layer-8.png) no-repeat right bottom;
        background-size: contain;
        padding-bottom: 143px;*/
    }

    .course-content:before {
        background-size: 57px 86px;
    }

    .box-field {
        margin-bottom: 14px;
    }

    .course-content .img-wrapper {
        min-height: 0;
        margin: auto;
    }

    .course-content .title {
        padding: 40px 0 0;
        font-size: 30px;
        margin-bottom: 2px;
    }

    .course-content .second-title {
        font-size: 19px;
        line-height: 22.5px;
        margin-bottom: 11px;
    }

    .course-content .subtitle {
        font-size: 16px;
        line-height: 16px;
        width: 80%;
    }
}

/*mobile*/

/*end of course-content*/

/*start of prices section*/
.prices {
    background-color: #092d43;
    padding: 69px 0px 77px;
}

.prices h3.title, .prices div.title {
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 39px;
    color: #fff;
}

.price-wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.price-box {
    max-width: 238px;
    background-color: #0d4b72;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin: 0 9px 14px;
}

.price-box:after {
    content: "";
    position: absolute;
    width: 5px;
    border: 1px solid #bec5ca;
    margin: auto;
    top: 19px;
    right: 0px;
    left: 47px;
    height: 118px;
    background-color: #bec5ca;
    transform: rotate(66deg);
}

.price-box:nth-child(even):after {
    display: none;
}

.price-wrapper .price-box .title {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    padding-top: 11px;
}

span.price-tag {
    font-size: 57px;
    font-weight: 600;
    line-height: 45px;
    color: #92bc43;
    text-align: center;
    padding: 0px 27px 17px;
    display: block;
}

.price-tag:after {
    content: " \20AA";
}

.prices .time-counter h3.title, .prices .time-counter div.title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 33px;
    margin: 0;
}

.time-counter .subtitle {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 27px;
    max-width: 59%;
    line-height: 22px;
}

.counter-box {
    max-width: 492px;
    background-color: #072233;
    margin: 0 auto;
    border-radius: 8px;
    direction: ltr;
    text-align: center;
}

.time-layout {
    text-align: left;
    display: inline-block;
    position: relative;
    padding: 31px 5px 34px;
}

.time-layout:after {
    content: ":";
    position: absolute;
    top: 37px;
    left: 114px;
    margin: auto;
    color: #fff;
    font-size: 34px;
}

.time-layout:last-child:after {
    display: none;
}

.rectangle {
    background: #0d4b72;
    max-width: 52px;
    display: inline-block;
    line-height: 33.64px;
    border-radius: 8px;
    padding: 15px 13px 20px;
    font-size: 53.49px;
    color: #fff;
}

.days:before,
.hours:before,
.minutes:before,
.seconds:before {
    content: "ימים";
    display: block;
    color: #fff;
    position: absolute;
    top: 101px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.hours:before {
    content: "שעות";
}

.minutes:before {
    content: ""קות";
}

.seconds:before {
    content: "ש יות"
}

/*mobile*/
@media screen and (max-width: 990px) and (min-width: 768px) {
    .price-box {
        margin: 0px 5px 14px;
    }

    .time-counter .subtitle {
        max-width: 97%;
    }

    .counter-box {
        padding: 0 8px ;
    }

    .rectangle {
        padding: 15px 0 20px;
        font-size: 36px;
        width: 46%;
        text-align: center;
    }

    .time-layout {
        width: 24%;
        padding: 31px 5px 34px;
    }

    .time-layout:after {
        left: 102px;
        top: 41px;
        font-size: 28px;
    }

    .days:before,
    .hours:before,
    .minutes:before,
    .seconds:before {
        top: 101px;
    }
}

@media screen and (max-width: 767px) {
    .prices {
        padding: 42px 0px 34px;
        position: relative;
    }

    .prices:before {
        content: "";
        background: url(../img/mobile-top-cost-vector.png) no-repeat left;
        display: block;
        background-size: 83px;
        position: absolute;
        left: 0px;
        width: 226px;
        height: 200px;
        top: -112px;
        z-index: 999;
    }

    .prices h3.title, .prices div.title {
        font-size: 30px;
        margin-bottom: 19px;
    }

    .price-wrapper {
        margin-bottom: 3px;
    }

    .price-box {
        margin: 0px 5px 14px;
        max-width: 146px;
        max-height: 84px;
    }

    .price-box:after {
        max-width: 3px;
        top: 6px;
        left: 26px;
        height: 83px;
    }

    .price-wrapper .price-box .title {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 19.5px;
    }

    span.price-tag {
        padding: 0px 25px 14px;
        font-size: 29px;
        line-height: 30px;
    }

    .prices .time-counter h3.title, .prices .time-counter div.title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 1px;
    }

    .time-counter .subtitle {
        max-width: 100%;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .time-layout:after {
        left: 77px;
        top: 25px;
        font-size: 23px;
    }

    .counter-box {
        padding: 0 8px 6px;
    }

    .rectangle {
        padding: 15px 0 20px;
        font-size: 42px;
        width: 30px;
        text-align: center;
        line-height: 27px;
    }

    .time-layout {
        width: 24%;
        padding: 13px 5px 28px;
    }

    .days:before,
    .hours:before,
    .minutes:before,
    .seconds:before {
        top: 77px;
    }
}

/*end of prices section*/

/*start of opinion-section*/
.opinions {
    padding-bottom: 89px;
    position: relative;
}

.opinions:before {
display: none;
    content: "";
    /*background: url(../img/svg/c2.svg) no-repeat right;*/
    display: block;
    background-size: 197px 237px;
    position: absolute;
    top: -83px;
    right: 0;
    width: 226px;
    height: 209px;
    z-index: 999;
}

.opinions:after {
display: none;
    content: "";
    background: url(../img/svg/c1.svg) no-repeat left;
    width: 121px;
    height: 190px;
    position: absolute;
    top: auto;
    left: 0;
}

.opinions > .container {
    padding: 0;
    overflow: hidden;
}

.opinions .title {
    padding-top: 28px;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    color: #092d43;
}


.opinion-item {
    min-height: 380px;
    text-align: center;
    border-radius: 8px;
    background-color: #f1f5f7;
    position: relative;
    display: inline-block;
    margin-top: 22px;
}

.opinion-item:before {
    content: "";
    background: url(../img/svg/like.svg) no-repeat left center;
    position: absolute;
    background-size: 65px;
    top: -10px;
    height: 52px;
    width: 82px;
    left: -6px;
    display: block;
}

.opinion-id {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.opinion-id:after {
    content: "";
    height: 151px;
    display: block;
    position: absolute;
    top: 32px;
    border-bottom: 2px solid #d8e3e8;
    width: 208px;
    bottom: 34px;
    right: auto;
    left: -62px;
    margin: auto;
}

.opinions .opinion-id .title {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 8px 0;
    color: #98c04f;
    font-weight: 600;
}

.opinion-id .avatar-img {
    padding: 0;
    max-width: 68px;
    margin: 0 auto;
    border-radius: 100%;
    display: block;
}

.opinion-id .title span {
    display: block;
    color: #092d43;
    font-size: 13px;
    line-height: 18px;
}

.icon-wrapper {
    line-height: 13px;
}

.icon-wrapper img.rating-icon {
    display: inline-block;
    width: 87px;
    max-width: 87px;
    max-height: 13px;
}

.opinion-content {
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
    max-width: 90%;
    padding-top: 25px;
    padding-bottom: 19px;
}

.opinion-content p {
    font-size: 16px;
    margin: 0 auto;
    max-width: 87%;
    line-height: 18px;
    font-weight: 300;
    color: #092d43;
}

.testimonials-carousel.owl-carousel .owl-nav {
    display: block;
}

.opinions .testimonials-carousel.owl-carousel .owl-nav > .owl-prev {
    background: url(../img/right-arrow-owl-carosel.png) right center no-repeat;
    width: 40px;
    display: block;
    position: absolute;
        right: 17px;
    top: 45%;
    height: 28px;
    margin: auto;
    outline: none;
    border: none;
}

.opinions .testimonials-carousel.owl-carousel .owl-nav > .owl-next {
    background: url(../img/left-arrow-owl-carousel.png) left center no-repeat;
    width: 40px;
    display: block;
    position: absolute;
    top: 45%;
    left: 17px;
    height: 28px;
    margin: 0 auto;
    outline: none;
    border: none;
}

.opinions .owl-item.active.center {
    opacity: 1;
    max-width: 255px;
    margin: 0 auto;
}

.opinions .owl-item {
    opacity: 0.4;
}

@media screen and (min-width: 992px) {
    .opinions {
        padding-bottom: 88px;
        overflow: hidden;
    }

    .opinions > .container {
        padding-right: 15px;
        padding-left: 15px;
        overflow: unset;
    }

    .opinions:before {
        display: block;
        background-size: 197px 237px;
    }

    .opinions:after {
        display: block;
    }

    .opinions .title {
        font-size: 45px;
        padding: 70px 8px 28px;
        margin: 0;
        line-height: 50px;
    }

    .opinion-item {
        text-align: right;
        max-width: 551px;
        min-height: 212px;
    }

    .opinion-item:before {
        top: -23px;
        height: 62px;
        background-size: 100%;
    }

    .opinion-id {
        padding: 33px 22px 0 54px;
    }

    .opinion-id:after {
        border-left: 2px solid #d8e3e8;
        border-bottom: none;
        width: 180px;
        left: 8px;
        bottom: auto;
    }

    .opinion-id .avatar-img {
        max-width: 66px;
        max-height: 66px;
    }

    .opinions .opinion-id .title {
        padding: 9px 8px 0;
        line-height: 1;
    }

    .opinion-id .title span {
        font-size: 14px;
        line-height: 22px;
    }

    .opinion-content {
        max-width: 61%;
        padding: 30px 0 14px 12px;
        margin-right: 0;
    }

    .opinion-content p {
        line-height: 22px;
        font-size: 18px;
        max-width: 100%;
    }

    .icon-wrapper {
        line-height: normal;
    }

    .opinions .testimonials-carousel.owl-carousel .owl-nav > .owl-prev {
        right: -60px;
    }

    .opinions .testimonials-carousel.owl-carousel .owl-nav > .owl-next {
        left: -60px;
    }

    .opinions .owl-item {
        opacity: 1;
    }
}


/*end of opinion-section*/

/*contact-form*/
.contact-form {
    background-color: #092d43;
    padding-bottom: 68px;
}

.contact-form .title-wrapper {
    padding-top: 65px;
}

.contact-form .title {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 33px;
}

.contact-form .content {
    color: #fff;
    width: 59%;
    text-align: center;
    margin: 0 auto 46px;
    line-height: 26px;
    font-weight: 300;
}

.contact-form form {
    text-align: center;
    margin-bottom: 2px;
}

.contact-form .form-group {
    margin-bottom: 1rem;
    display: inline-block;
}

.contact-form .form-group input {
    border-radius: 8px;
    border: none;
    outline: none;
    margin-left: 6px;
    min-height: 47px;
    width: 251px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
}

.contact-form .form-group input.lt-field {
    background-color: #87ba2a;
    font-size: 27px;
    color: #fff;
    min-height: 0;
    max-width: 251px;
    padding: 13px 0px;
}

.contact-form .form-group input.lt-field:hover {
    background: linear-gradient(180deg, #8ebc07 0, #afd706);
}

.contact-form .form-group input::placeholder {
    padding-right: 9px;
    color: #092d43;
}

.form-group.button-wrapper {
    position: relative;
}

.form-group.button-wrapper:after {
    content: "";
    background: url(../img/submit-bg.png) no-repeat center;
    position: absolute;
    background-size: 100%;
    height: 15px;
    width: 8px;
    top: 19px;
    left: 64px;
    margin: auto;
}

/*mobile*/
@media screen and (max-width: 767px) {
    .contact-form {
        position: relative;
        padding-bottom: 40px;
    }

    .contact-form:before {
        content: "";
        background: url(../img/vector-top-faq.png) no-repeat right;
        position: absolute;
        width: 103px;
        height: 172px;
        background-size: 51%;
        top: -86px;
    }

    .contact-form:after {
        content: "";
        background: url(../img/Vector-Smart-Object-9.png) no-repeat bottom;
        width: 45px;
        height: 172px;
        position: absolute;
        left: 0;
        bottom: -49px;
        background-size: 100%;
    }

    .contact-form .title-wrapper {
        padding-top: 56px;
    }

    .contact-form .title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .contact-form .content {
        font-size: 16px;
        line-height: 17.5px;
        margin-bottom: 21px;
        width: 86%;
    }

    .contact-form .form-group input {
        width: 271px;
        margin: 0 auto;
        font-size: 16px;
    }

    .contact-form .form-group input.lt-field {
        width: 176px;
        font-size: 18px;
    }

    .form-group.button-wrapper:after {
        left: 41px;
        top: 20px;
        max-width: 5px;
        max-height: 10px;
    }
}

/*end of contact-form*/

/*faq-section*/
.faq-section {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
}

.faq-section:before {
    content: "";
    background: url(../img/svg/c3.svg) no-repeat right;
    position: absolute;
    width: 121px;
    height: 182px;
    background-size: 100%;
    top: -93px;
}

.faq-section:after {
    content: "";
    background: url(../img/vector-faq-bottom.png) no-repeat bottom;
    background-size: 100%;
    width: 171px;
    height: 202px;
    position: absolute;
    left: 0;
    bottom: -64px;
}

.faq-section .titles-wrapper .title {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 44px;
}

.box-item {
    background-color: #f1f5f7;
    max-width: 856px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 14px;
}

.faq-list .box-title:after {
    content: "";
    background: url(../img/svg/arr-g.svg) no-repeat center;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 6px;
    left: 30px;
}

.faq-list .box-item.active .box-title:after {
    transform: rotate(180deg);
}

.faq-list .box-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
    color: #092d43;
    margin-bottom: 10px;
    padding: 9px 34px 0;
    cursor: pointer;
    position: relative;
}

.box-item .content {
    font-size: 16px;
    line-height: 22px;
    max-width: 97%;
    padding: 0 34px 19px;
    margin-bottom: 15px;
}

.box-content {
    display: none;
}

.box-item.active .box-content {
    display: block;
}

@media screen and (max-width: 767px) {
    .faq-section {
        padding: 36px 0 48px;
    }

    .faq-section:before {
        display: none;
    }

    .faq-section:after {
        display: none;
    }

    .faq-section .titles-wrapper .title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .box-item {
        max-width: 284px;
        margin-bottom: 8px;
    }

    .faq-list .box-title {
        padding: 14px 30px;
        font-size: 17.5px;
        line-height: 23px;
        margin-bottom: 0px;
    }

    .faq-list .box-title:after {
        left: 11px;
        top: 2px;
        width: 13px;
    }

    .box-item .content {
        max-width: 99%;
        padding: 0 30px 9px;
        font-size: 16px;
        line-height: 19px;
    }


}

/*end of faq-section*/

/*about-us section*/
.about-us {
    background: url(../img/before-footer.jpg) no-repeat center center;
    background-size: cover;
    padding: 127px 0 177px;
    min-height: 605px;
}

.about-us .title {
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    font-size: 45px;
}

.about-us .content-wrapper {
    margin-bottom: 31px;
    position: relative;
}

.about-us .content {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    max-width: 92%;
}

.footer-img {
    margin-top: 4px;
}

/*mobile*/
@media screen and (max-width: 767px) {
    .about-us {
        padding: 48px 0 192px;
        background: url(../img/mobile-before-footer.jpg) no-repeat center;
        background-size: cover;
        position: relative;
    }

    .about-us:before {
        content: "";
        background: url(../img/Vector-underneath-bannerBar.png) top no-repeat;
        background-size: 103px;
        top: -47px;
        width: 113px;
        height: 202px;
        display: block;
        right: -32px;
        position: absolute;
    }

    .about-us .title {
        text-align: center;
        font-size: 30px;
    }

    .about-us .content-wrapper {
        text-align: center;
        margin-top: 4px;
    }

    .about-us .footer-img {
        margin-top: 11px;
        padding-bottom: 33px;
    }

    .about-us .content {
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
    }

}

/*end of about-us section*/

/*footer*/
.footer-credits {
    background-color: #092d43;
    overflow: hidden;
}

.footer-credits .title {
    color: #9fadb5;
    text-align: center;
    font-weight: 300;
    line-height: 26px;
    font-size: 13px;
    padding: 17px 0 10px;
}

/*mobile*/
@media screen and (max-width: 767px) {
    .footer-credits .title {
        font-size: 12px;
        padding: 18px 31px 10px;
        line-height: 15px;
    }
}

/*end of footer*/

/*google_reviews*/
.Carousel__CarouselArrowControlContainer-sc-1y666a6-3.geekwj {
    width: auto !important;
    height: auto !important;
    position: static !important;
}
.Carousel__CarouselArrowControlContainer-sc-1y666a6-3.biZnhu {
    width: 40px !important;
    height: 40px !important;
    display: block;
    position: absolute;
    top: 45%;
    right: -41px;
    left: auto;
    margin: 0 auto;
    outline: none;
    border: none;
    box-shadow: none !important;
}
.Carousel__CarouselArrowControlContainer-sc-1y666a6-3.biZnhu button.ArrowControl__ArrowControlContainer-sc-18snnoy-0.hJMNZi {
    background: url(../img/right-arrow-owl-carosel.png) right center no-repeat !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: none !important;
}
.Carousel__CarouselArrowControlContainer-sc-1y666a6-3.geekwj {
    width: 40px !important;
    height: 40px !important;
    display: block;
    top: 45%;
    left: -41px;
    right: auto;
    margin: 0 auto;
    outline: none;
    border: none;
    box-shadow: none !important;
    position: absolute !important;
}
.Carousel__CarouselArrowControlContainer-sc-1y666a6-3.geekwj .ArrowControl__ArrowControlContainer-sc-18snnoy-0.hJMNZi {
    background: url(../img/left-arrow-owl-carousel.png) left center no-repeat !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: none !important;
}
.eapps-widget-toolbar-panel-wrapper {
    display: none;
}
.WriteAReviewButton__Component-sc-55ha4u-0.eYVOYa.Header__StyledWriteAReviewButton-sc-17gc7x6-3.jfNQvp .WriteAReviewButton__Button-sc-55ha4u-1.gTBtIi:hover {
    background: #000;
    color: #fff;
}
/*end of google_reviews*/