.hero-wrapper .hero_text{
    max-width: 753px;
    margin: 0 auto 16px auto;
    line-height: 120%;
    padding: 0 15px;
}
.hero-wrapper .header-desc {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #fff;
    margin: 0 auto 24px auto;
    max-width: 584px;
}
.hero-wrapper .hero-text-row{
    gap: 0;
}
.accordion>.card:last-child{
    margin-bottom: 0;
}
.tabs-main-wrap .tab-item-content{
    padding-right: 0;
}
.popular-papers-row{
    border-radius: 15px;
    background: #F8F7FA;
    height: 182px;
}
.popular-papers-row__inner{
    position: relative;
}
.popular-papers-td{
    padding-left: 64px;
    margin: 0;
    height: 48px;
    display: flex;
    align-items: center;
}
.popular-papers-wrapper .popular-papers-icon{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #fff;
}

.testimonials-indicators .testimonials-indicator-icon{
    height: 61px;
}
.testimonials-main-wrap .carousel-three-item{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonials-main-wrap .carousel-three-body{
    line-height: 150%;
    color: #3A3A3A;
    padding-top: 20px;
}
.testimonials-main-wrap .carousel-date{
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    font-size: 13px;
    line-height: 14px;
    color: #3A3A3A;
}
.hiw-item__wrap{
    padding-bottom: 0;
}
.faq-container h2.title{
    font-weight: 400;
    font-size: 44px;
    line-height: 140%;
    text-align: center;
    color: #3A3A3A;
    margin-bottom: 40px;
}
.faq-container .card-body{
    padding: 24px 30px;
    margin: 30px;
    border-radius: 10px;
    background: #fff;
}
.faq-container .card-body *{
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #2B3336;
}
.popular-papers-wrapper h2,
.testimonials-main-wrap h2{
    margin-bottom: 40px;
}
.testimonials-indicators{
    padding: 0 0 24px;
}
.carousel-three-caption{
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 13px;
}
.hiw-wrapper .cta-button{
    margin-top: 40px;
}
.experts-info-item{
    flex-wrap: wrap;
}
.hiw-item.active p{
    margin-bottom: 0;
}
.testimonials-indicators .testimonials-indicator-icon .no-active,
.testimonials-indicators .testimonials-indicator-icon.active .active{
    display: block;
}
.testimonials-indicators .testimonials-indicator-icon .active,
.testimonials-indicators .testimonials-indicator-icon.active .no-active{
    display: none;
}
.popular-papers-order:after {
    content: "";
    width: 44px;
    height: 44px;
    display: block;
    margin-left: 16px;
    background-color: #009184;
    border-radius: 50%;
    -webkit-box-shadow: 0 14px 44px rgba(14,20,34,.08);
    box-shadow: 0 14px 44px rgba(14,20,34,.08);
}
.popular-papers-order:before {
    content: "";
    -webkit-mask-image: url(../../../img/icons/arrow-right.svg);
    mask-image: url(../../../img/icons/arrow-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -7px;
}

@media (min-width: 1200px){
    .hiw-wrapper .hiw-wrapper__img {
        min-width: 780px;
    }
}
@media (min-width: 992px){
    .testimonials-main-wrap .owl-carousel.owl-drag .owl-item{
        min-height: 350px;
    }
    .hiw-wrapper .hiw-wrapper__img {
        max-width: 780px;
        top: 50%;
        transform: translateY(-50%);
        left: 555px;
    }
    .hiw-wrapper .hiw-wrapper__img[data-src-img="1"]{
        margin-top: 160px;
    }
    .hiw-wrapper .hiw-wrapper__img[data-src-img="2"]{
        margin-top: 80px;
    }
    .hiw-wrapper .hiw-wrapper__img[data-src-img="3"]{
        margin-top: -80px;
    }
    .hiw-wrapper .hiw-wrapper__img[data-src-img="4"]{
        margin-top: -160px;
    }
    .hiw-wrapper[data-hiw-bg="1"] {
        background: url(../../../img/pages/offer/step1-line.svg) no-repeat top 197px right;
    }
    .hiw-wrapper[data-hiw-bg="2"] {
        background: url(../../../img/pages/offer/step2-line.svg) no-repeat top 160px right;
    }
    .hiw-wrapper[data-hiw-bg="3"] {
        background: url(../../../img/pages/offer/step3-line.svg) no-repeat top 210px right;
    }
    .hiw-wrapper[data-hiw-bg="4"] {
        background: url(../../../img/pages/offer/step4-line.svg) no-repeat top 260px right;
    }
    .hero-wrapper {
        min-height: 616px;
    }
    .hero-wrapper__holder {
        position: relative;
        background-image: none;
    }
    .hero-wrapper__holder:before{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 367px;
        height: 506px;
        background: url(../../../img/pages/hero-main-offer-l.png) no-repeat;
        background-size: cover;
    }
    .hero-wrapper__holder:after{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 490px;
        height: 531px;
        background: url(../../../img/pages/hero-main-offer-r.png) no-repeat;
        background-size: cover;
    }
    .popular-papers-order {
        margin-left: initial;
    }
}

@media (min-width: 768px){
    .hero-wrapper .hero-text-row{
        padding-top: 46px;
    }
    .popular-papers-td{
        font-size: 18px;
        line-height: 140%;
        color: #000000;
    }
    .section-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .popular-papers-table{
        gap: 30px;
    }
}
@media(max-width: 767px){
    .popular-papers-order {
        text-decoration: none;
    }
    .hero-wrapper__holder{
        padding-top: 91px;
    }
    .price-calculator .select2-container--default .select2-selection--single{
        border-right: none !important;
    }
    .hero__calc-home form{
        flex-direction: column;
        padding-top: 7px;
    }
    .hero__calc-home__body{
        flex-direction: row;
    }    
    .popular-papers-table{
        gap: 16px;
    }
    .testimonials-main-wrap {
        padding: 40px 0;
    }
    .testimonials-indicators{
        padding: 0 0 16px 0;
    }
    .testimonials-indicators .testimonials-indicator-icon{
        height: 46px;
    }
    .testimonials-indicators .testimonials-indicator-icon img{
        width: 70px;
        max-width: 100%;
    }
    .experts-landing-wrap {
        padding: 40px 0;
        margin-top: 0;
    }
    .faq-container h2.title{
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 20px;
    }
    .faq-container .card-body{
        padding: 14px;
    }
    .faq-container .card-body{
        margin: 0 38px 20px 18px;
    }
    .hero-wrapper .hero_text{
        line-height: 140%;
        margin: 0 auto 10px auto;
    }
    .popular-papers-wrapper h2,
    .testimonials-main-wrap h2{
        margin-bottom: 20px;
    }
    .hiw-wrapper{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .hiw-wrapper .hiw-wrapper__img {
        min-width: 480px;
    }
}


/*CALCULATOR*/
.hero-calc{
    z-index: 9;
}
.hero-calc__inner{
    padding: 2px;
}
.input-time-wrap {
    display: none;
}
li.new-top {
    background: url(../../../img/new_top.svg) no-repeat top 50% left 13px !important;
    padding-left: 83px !important;
}
#datetimepicker{
    z-index: 9;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    color: #000;
    padding-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#datetimepicker::-ms-input-placeholder { 
  color: #E5E5E5;
}
#datetimepicker::placeholder {
  color: #E5E5E5;
}
.hero__calc-home .input-group-addon {
    width: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../../img/icons/calendar.svg) no-repeat center;
}
.hero__calc-home__body{
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.hero__calc-home__btn  .btn-procide-calc {
    background: #EC6E2E;
    padding: 10px;
    width: 100%;
    height: 40px;
    min-width: 150px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.hero__calc-home form, .hero__calc-home__body{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
.price-calculator .select2-container--default .select2-selection--single {
    background: none;
    border-radius: 20px 0 0 20px !important;
    border-right: 1px solid #E5E5E5;
}

.price-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding-left: 14px;
    line-height: 40px;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #000;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above,
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    width: 100% !important;
    z-index: 9;
    margin-top: 4px;
    background: #f5fbf7;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    margin-top: -4px;
}
.price-calculator .select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.price-calculator .btn-deadline-picker .disabled {
    cursor: default;
    pointer-events: none
}

.price-calculator .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}
.price-calculator .btn-deadline-picker .disabled-button-deadline {
    cursor: default;
    pointer-events: none;
    opacity: .65
}
.hero__calc-home{
    position: relative;
}
.hero__calc-home--subject .hero__calc-home__typ.subject-area-placeholder__single, .hero__calc-home--subject .subject-area-placeholder.subject-area-placeholder__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.hero__calc-home .datetimepicker_wrap, .hero__calc-home__body, .hero__calc-home__typ {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.hero__calc-home .select2-container {
    width: 100%;
    padding-left: 7px;
}
.hiw-item__inner:after{
    display: none !important;
}
@media(min-width: 992px){
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 380px !important;
    }
    .hero-calc {
        max-width: 549px;
    }
}
@media (min-width: 768px){
    .price-calculator .bootstrap-datetimepicker-widget {
        width: 380px;
        left: -120px !important;
        transform: translateY(-55%);
    }
    .hero__calc-home--subject .hero__calc-home__typ.subject-area-placeholder__single, .hero__calc-home--subject .subject-area-placeholder.subject-area-placeholder__single {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50%;
    }
    .hero__calc-home--subject .hero__calc-home__typ, .hero__calc-home--subject .subject-area-placeholder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 158px;
    }
    .hero__calc-home .select2-container {
        left: 0 !important;
    }
}
@media(max-width: 991px){
    .hiw-item__step{
        font-size: 14px;
    }
    .hiw-wrapper h2{
        margin-bottom: 24px;
    }
    .hero-text:after{
        position: absolute;
        bottom: 0;
        width: 341px;
        height: 180px;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: url(../../../img/pages/hero-main-offer-mob.png) no-repeat center right;
        background-size: cover;
    }
    .hero-text-row{
        padding-bottom: 180px;
        position: relative;
    }
    .hiw-wrapper__img{
        position: relative;
        display: flex;
        margin: 0 auto;
    }
    .hiw-wrapper__img:before{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .hiw-wrapper__img[data-src-img="1"]:before{
        width: 385px;
        height: 197px;
        background: url(../../../img/pages/offer/step1-line-mob.svg) 50% 50% no-repeat;
        background-size: contain;          
    }
    .hiw-wrapper__img[data-src-img="2"]:before{
        width: 375px;
        height: 227px;
        background: url(../../../img/pages/offer/step2-line-mob.svg) 50% 50%;
        background-size: cover;
    }
    .hiw-wrapper__img[data-src-img="3"]:before{
        width: 375px;
        height: 219px;
        background: url(../../../img/pages/offer/step3-line-mob.svg) 50% 50%;
        background-size: cover;
    }
    .hiw-wrapper__img[data-src-img="4"]:before{
        width: 375px;
        height: 255px;
        background: url(../../../img/pages/offer/step4-line-mob.svg) 50% 50%;
        background-size: cover;
    }
    .hiw-wrapper__img img{
        max-width: 375px;
        margin: 0 auto;        
    }        
}
@media(max-width: 767px){
    .hiw-item__wrap{
        padding: 0;
    }
    .hiw-item__step, .hiw-item__title, p{
        padding: 0 15px;
    }
    .owl-carousel .owl-nav{
        padding-right: 15px;
    }
    .testimonials-main-wrap .owl-carousel .owl-nav{
        padding-right: 0;
    }
    .owl-dots{
        padding-left: 12px;
    }
    .hero__calc-home .select2-container {
        padding-left: 0;
    }
    .hero__calc-home .datetimepicker_wrap{
        margin: 7px 14px 15px 14px;
        padding-top: 7px;
        border-top: 1px solid #E5E5E5;
    }
    .hero-calc__inner{
        margin-bottom: 0;
    }
    .carousel .carousel-indicators li.active, .owl-carousel .owl-dots .active,
    .carousel .carousel-indicators li, .owl-carousel .owl-dots .owl-dot{
        width: 28px;
    }
    .carousel .carousel-indicators li, .owl-carousel .owl-dots .owl-dot{
        margin: 0 3px;
    }
}
[name="subject"] {
    opacity: 0;
}

/* PROOFREADING ASSISTANT*/
#hiw-proofreading .hiw-item{
    cursor: default;
    pointer-events: none;
    padding: 16px 24px;
    margin-bottom: 8px;
}
#hiw-proofreading .hiw-item__inner{
    display: block;
}
#hiw-proofreading .hiw-item .hiw-item__step{
    float: left;
    margin: 5px 8px 0 0;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    background: #EC6E2E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
#hiw-proofreading .hiw-item .hiw-item__title{
    padding-left: 28px;
    text-align: left;
}
#hiw-proofreading .hiw-item p{
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #3A3A3A;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    #hiw-proofreading .hiw-wrapper__img[data-src-img="1"] {
        margin-top: -60px;
    }
}
@media(max-width: 991px){
    #hiw-proofreading .cta-button{
        margin-bottom: 28px;
        margin-top: 16px;
    }
}
@media(max-width: 767px){
    #hiw-proofreading .hiw-item .hiw-item__title{
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 8px;
    }
    #hiw-proofreading .hiw-item .hiw-item__step{
        margin-top: 2.5px;        
    }
    #hiw-proofreading .hiw-item__inner{
        padding: 0 15px;
    }
    #hiw-proofreading .hiw-item{
        padding: 20px;
    }
    #hiw-proofreading .pros-wrap__col {
        margin-top: 16px;
    }
}