#side-bar section {
    box-shadow: 0 6px 11px 0 #ec0f0f05;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    padding: 6px;
    margin-top: 16px;
}

/* === HEADING STYLE #1 === */
.custom-heading p {
    /* font-size: 22px; */
    text-align: center !important;
    text-transform: uppercase;
    /* padding-bottom: 5px; */
    color: #fff;
    margin-top: 25px;
}

/* .custom-heading p:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: relative;
    left: 50%;
    top: 45px;
    margin-left: -14px;
    background-color: #3555a8;
} */

.custom-heading p:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 5px;
    left: 50%;
    margin-left: -50px;
    background-color: #fff;
}



/* --------- Offer Section Start ------------- */
#offer-section .product-card-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#offer-section .product-card {
    background: white;
    border-radius: 15px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    padding: 30px;
}

#offer-section .product-card img {
    max-height: 150px;
    grid-area: img;
}

#offer-section .product-card__body {
    grid-area: body;
}

#offer-section .product-card .product-card__body div.off {
    margin-bottom: 15px;
    font-size: 18px;
}

#offer-section .product-card .product-card__body .price {
    font-size: 18px;
    text-decoration: line-through;
}

#offer-section .product-card .product-card__body .discount {
    font-size: 24px;
    font-weight: bold;
}

#offer-section .product-card .product-card__body .description {
    margin-top: 15px;
    color: #303030;
}

#offer-section .tag p {
    background: black;
    color: white;
    display: inline;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 15px;
}

#offer-section .product-card__body .btn {
    background: #d0ab50;
    border: none;
    padding: 10px 20px;
    outline: none;
    border-radius: 5px;
    color: white;
    margin-top: 20px;
    width: 100%;
    box-shadow: 1px 4px 0px #9b8552;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

#offer-section .product-card__body .btn:hover {
    box-shadow: 0px 2px 0px rgba(22, 143, 224, 0.5);
}

/* --------- Offer section End -------*/

/*-------- Free Services Start-------*/



.service-list-our,
.service-list-our-last {
    display: flex;
    justify-content: space-between;
}

.service-list-our input.checked {
    width: 20px;
    height: 20px;
}

.service-list-our p {
    font-weight: 500;
    color: #fff;
}

.service-list-our p i {
    font-size: 18px;
    color: #fff;
    padding: 6px;
}

.service-list-our-last p.totals {
    text-align: center !important;
    margin: 0 auto;
    font-size: large;
    color: #fff;
}

.service-list-our-last .free {
    text-transform: uppercase;
    font-weight: 700;
    color: tomato;
}

.service-list-our span {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    background: #e3a004;
    padding: 2px 10px;
    border-radius: 3px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: right;
    margin-left: 5px;
}

/* ---------- Free Services End ---------*/

/* --------LATEST START FREE ASSIGNMENT SERVICES---------- */

.modal {
    /* display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 170px;
    left: 35%;
    margin-left: -25px; */
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.close-btn {
    cursor: pointer;
    font-weight: bold;
    color: #f00;

}
.custom-heading {
    text-align: center;
    margin-bottom: 20px;
}

.free {
    display: flex;
    /* flex-direction: ; */
    align-items: center;
    text-align: center;
}

.free b {
    font-weight: normal; /* Resetting the bold font to normal */
}

.our-services-detailes {
    max-width: 700px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 35px;
    padding: 20px;
    box-shadow:inset 0 0 10px #e3a004;
    border: 4px solid #FFBE00;
    background: linear-gradient(200deg,#3555a8,#2a445b, #e3a004);
}

.service-list-our {
    margin-bottom: 15px;
    display: flex;
    line-height: 0%;
}

.service-list-our i {
    margin-right: 10px;
    color: #007bff;
    font-size: 18px;
}

.service-list-our p {
    margin: 0;
}

.totals {
    font-weight: bold;
}

.service-list-our-order {
    text-align: center;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e3a004;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    color: #fff;
}

/* Responsive styles */
@media (max-width: 768px) {
    .our-services-detailes {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .custom-heading p {
        font-size: 18px;
    }

    .service-list-our i {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}
/* --------LATEST END FREE ASSIGNMENT SERVICES---------- */

/* Rating Reviews Start*/
#side-review-section {
    position: sticky;
    top: 150px;
}

#side-review-section .testimonial-slide {
    padding: 40px 20px;
}

#side-review-section .testimonial_box-top {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

#side-review-section .testimonial_box-icon {
    padding: 10px 0;
}

#side-review-section .testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

#side-review-section .testimonial_box-text {
    padding: 10px 0;
}

#side-review-section .testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

#side-review-section .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

#side-review-section .testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

#side-review-section .testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name p {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

/* Rating Reviews  End*/

/* Search Assignment  Start*/
/* *:focus {
    position: relative;
    z-index: var(--layer-1);
    outline: 2px solid var(--orange-9);
    outline-offset: 0.2em;
} */

#search-other-assignment .page__main {
    grid-area: main;
}

#search-other-assignment .main {
    display: grid;
    place-items: center;
    padding: var(--size-4);
}

#search-other-assignment .main__form {
    max-width: 30em;
}

#search-other-assignment .form {
    width: 100%;
    display: grid;
    gap: var(--size-3);
}

#search-other-assignment .form__list {
    color: #495057;
    display: grid;
    list-style: none;
}

#search-other-assignment .form__item {
    --this__item_bd-cr: #e9ecef;
    background-color: var(--this__item_bd-cr);
    border: 1px solid #adb5bd;
    margin-top: -1px;
}

#search-other-assignment .form__item:hover {
    --this__item_bd-cr: #dee2e6;
}

#search-other-assignment .form__item_hidden {
    display: none;
}

#search-other-assignment .form__link {
    color: inherit;
    display: block;
    padding: 1rem;
    text-decoration: 0;
}

#search-other-assignment .search-box {
    position: relative;
    color: #adb5bd;
    background-color: hsl(0, 0%, 100%);
    height: 3em;
    border: 1px solid;
    border-radius: 5px;
    font-size: 1em;
}

#search-other-assignment .search-box__input {
    color: #495057;
    background-color: inherit;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    padding-right: 1.2em;
    padding-left: 2em;
    font-size: 1em;
}

#search-other-assignment .search-box__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.5em;
    z-index: var(--layer-2);
}

/* Search Assignment  End*/

/* Writer Card  End*/

#side-experts .testimonial {
    /* border-right: 4px solid #0e6869; */
    box-shadow: 5px 5px 10px #ffc107;
    padding: 15px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background-color: #fffafa;
}

#side-experts .testimonial a {
    color: #fff;
}

#side-experts .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #ffc107;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

#side-experts .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #ffc107;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

#side-experts .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    /* position: absolute; */
    top: 60px;
    left: 20px;
}

#side-experts .testimonial .pic img {
    width: 100%;
    height: auto;
}

#side-experts .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

#side-experts .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffc107;
    margin: 0;
}

#side-experts .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #faca56;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    #side-experts .testimonial {
        padding: 20px;
        text-align: center;
    }

    .review-slider-b {
        min-height: 100% !important;
    }

    #side-experts .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

/* Writer Card  End*/

/* Offer Top  Start*/

#offfer-top .center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #offfer-top .offer {
    position: relative;
    border-bottom: 5px solid #b7cb66;
    height: auto;
    width: 100%; */
    /* max-width: 980px; */
    /* margin: 0 auto;
    overflow: hidden;
} */

#offfer-top .offer .layerimg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-image: url("https://images.pexels.com/photos/161772/las-vegas-nevada-cities-urban-161772.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    box-shadow: 0 10px 100px rgba(0, 0, 0, 0.3);
    background-size: cover;
    z-index: 1;
    transition: 0.6s all cubic-bezier(0.74, -0.02, 0.45, 1.04);
    transform: scale(1) rotate(0deg);
}

#offfer-top .offer .layer {
    background-color: #25599f;
    background: linear-gradient(to right,
            #1a4077 0%,
            rgba(26, 64, 119, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a4077", endColorstr="#8c1a4077", GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}

#offfer-top .offer .text {
    width: 100%;
    padding: 25px 40px;
    z-index: 1;
    position: relative;
}

#offfer-top .offer .text .topline {
    font-size: 25px;
    color: #b7cb66;
    text-transform: uppercase;
    font-weight: 500;
}

#offfer-top .offer .text p {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    margin-top: 25px;
    text-transform: uppercase;
    line-height: 0.8;
    transition: 0.5s ease-in-out;
}

#offfer-top .offer .text .date {
    font-weight: 500;
    color: #b7cb66;
    transition: 0.5s ease-in-out;
}

#offfer-top .offer .text p {
    color: #ffffff;
    font-size: 14px;
    margin: 15px 0 12px;
    max-width: 500px;
}

#offfer-top .offer .text .price {
    font-size: 23px;
    color: #ffffff;
    opacity: 0.7;
}

#offfer-top .offer a.btn {
    color: #ffffff;
    text-decoration: none;
    z-index: 2;
    font-weight: 300;
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #b7cb66;
    background: #b7cb66;
    background: linear-gradient(to bottom, #b7cb66 0%, #98ad45 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b7cb66", endColorstr="#98ad45", GradientType=0);
    padding: 8px 30px 8px 20px;
    right: 40px;
    bottom: 35px;
}

#offfer-top .offer .info {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0;
    right: 0;
    padding: 8px 30px 8px 10px;
    background-color: #25599f;
    font-size: 12px;
}

#offfer-top .offer .info span {
    position: relative;
}

#offfer-top .offer .info span:nth-child(1) {
    margin-right: 5px;
}

#offfer-top .offer:hover .layerimg {
    transform: scale(1.2) rotate(3deg);
}

#offfer-top .offer:hover .text h4 {
    transform: translate(30px, 0px);
}

#offfer-top .offer:hover .text .date {
    transform: translate(30px, 0px);
}

@media (max-width: 750px) {
    #offfer-top .offer a.btn {
        position: relative;
        right: initial;
        bottom: initial;
        display: inline-block;
        margin-top: 20px;
    }
}

/* Offer Top  End*/

/* Accordion  */

[data-toggle="collapse"] i:before {
    content: "";
}

[data-toggle="collapse"].collapsed i:before {
    content: "";
}

#accordion .card-header {
    margin-bottom: 8px;
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    background: #213744;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
}

#accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background: radial-gradient(rgba(33, 55, 68, 0.8), #213744);
    text-align: center;
    border-right: 1px solid transparent;
}

#accordion .accordion-title:hover {
    padding-left: 60px;
    background: #213744;
    color: #fff;
}

#accordion .accordion-title:hover i {
    border-right: 1px solid #fff;
}

#accordion .accordion-body {
    padding: 10px 15px;
    color: #000000;
}

#accordion .accordion-body ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#accordion .accordion-body li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}

#accordion .accordion-body li:before {
    content: "";
    padding-right: 5px;
    font-family: "Flaticon";
    font-size: 16px;
    font-style: normal;
    color: #213744;
}

/* End Accordion */

.desktop-hide {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: block;
    }
}

/* ---OrderPage--- */
.multi_step_form {
    /* background: #f6f9fb; */
    display: block;
    overflow: hidden;
}

.multi_step_form #msform {
    text-align: center;
    position: relative;
    padding-top: 20px;
    min-height: 515px;
    max-width: 700px;
    /* margin: 0 auto; */
    border: 2px solid #eeb842;
    background: 0;
    z-index: 1;
    backdrop-filter: saturate(180%) blur(10px);
}

.multi_step_form #msform .tittle {
    text-align: center;
    /* padding-bottom: 55px; */
}

.multi_step_form #msform .tittle h2 {
    font: 500 24px/35px "Roboto", sans-serif;
    color: #fff;
    /* padding-bottom: 5px; */
}


.multi_step_form #msform .tittle p {
    font: 400 16px/28px "Roboto", sans-serif;
    color: #fff;
}

.multi_step_form #msform fieldset {
    border: 0;
    padding: 20px 80px 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}

.multi_step_form #msform input.invalid,
.multi_step_form #msform select.invalid {
    border: 1px solid #bf1212 !important;
}

.multi_step_form #msform .error-text {
    display: none;
    color: #bf1212;
    font-size: 12px;
    padding: 5px;
    text-align: left;
}

.multi_step_form #msform fieldset:not(:first-of-type) {
    display: none;
}

.multi_step_form #msform fieldset h3 {
    font: 500 18px/35px "Roboto", sans-serif;
    color: #fff;
}

.multi_step_form #msform fieldset h6 {
    font: 400 15px/28px "Roboto", sans-serif;
    color: #fff;
    /* padding-bottom: 30px; */
}

.multi_step_form #msform fieldset .intl-tel-input {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
    padding: 0 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 65px;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
    border: 0;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 24px/7px Ionicons;
    color: #5f6771;
}

.multi_step_form #msform fieldset #phone {
    padding-left: 80px;
}

.multi_step_form #msform fieldset .form-group {
    padding: 0 10px;
}

.multi_step_form #msform fieldset .fg_2,
.multi_step_form #msform fieldset .fg_3 {
    padding-top: 10px;
    display: block;
    overflow: hidden;
}

.multi_step_form #msform fieldset .fg_3 {
    padding-bottom: 70px;
}

.multi_step_form #msform fieldset .form-control,
.multi_step_form #msform fieldset .product_select {
    border-radius: 3px;
    border: 1px solid #d8e1e7;
    padding: 0 20px;
    height: auto;
    font: 400 15px/48px "Roboto", sans-serif;
    color: #5f6771;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.multi_step_form #msform fieldset select.form-control {
    padding: 16px;
}

.multi_step_form #msform fieldset .form-control.placeholder,
.multi_step_form #msform fieldset .product_select.placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-moz-placeholder,
.multi_step_form #msform fieldset .product_select::-moz-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
    color: #5f6771;
}

.multi_step_form #msform fieldset .form-control:hover,
.multi_step_form #msform fieldset .form-control:focus,
.multi_step_form #msform fieldset .product_select:hover,
.multi_step_form #msform fieldset .product_select:focus {
    border-color: #eeb842;
}

.multi_step_form #msform fieldset .form-control:focus.placeholder,
.multi_step_form #msform fieldset .product_select:focus.placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
    color: transparent;
}

.multi_step_form #msform fieldset .product_select:after {
    display: none;
}

.multi_step_form #msform fieldset .product_select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 24px/48px Ionicons;
    color: #5f6771;
}

.multi_step_form #msform fieldset .product_select .list {
    width: 100%;
}

.multi_step_form #msform fieldset .done_text {
    padding-top: 40px;
}

.multi_step_form #msform fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 10px;
    background: #eeb842;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #msform fieldset .done_text h6 {
    line-height: 23px;
}

.multi_step_form #msform fieldset .code_group {
    margin-bottom: 60px;
}

.multi_step_form #msform fieldset .code_group .form-control {
    border: 0;
    border-bottom: 1px solid #a1a7ac;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    font-size: 30px;
    color: #5f6771;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    line-height: 1;
}

.multi_step_form #msform fieldset .passport {
    margin-top: -10px;
    padding-bottom: 30px;
    position: relative;
}

.multi_step_form #msform fieldset .passport .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    position: absolute;
    top: 4px;
    right: 0;
    background: #eeb842;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.multi_step_form #msform fieldset .passport h4 {
    font: 500 15px/23px "Roboto", sans-serif;
    color: #5f6771;
    padding: 0;
}

.multi_step_form #msform fieldset .input-group {
    padding-bottom: 40px;
}

.multi_step_form #msform fieldset .input-group .custom-file {
    width: 100%;
    height: auto;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 300ms linear 0s;
    color: #5f6771;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
    font-size: 20px;
    padding-right: 10px;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover,
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
    background: #eeb842;
    border-color: #eeb842;
    color: #fff;
}

.multi_step_form #msform fieldset .input-group .custom-file input {
    display: none;
}

.multi_step_form #msform fieldset .file_added {
    text-align: left;
    padding-left: 190px;
    padding-bottom: 60px;
}

.multi_step_form #msform fieldset .file_added li {
    font: 400 15px/28px "Roboto", sans-serif;
    color: #5f6771;
}

.multi_step_form #msform fieldset .file_added li a {
    color: #eeb842;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.multi_step_form #msform fieldset .file_added li a i {
    font-size: 22px;
    padding-right: 8px;
    position: absolute;
    left: 0;
    transform: rotate(20deg);
}

.multi_step_form #msform #progressbar {
    /* margin-bottom: 30px; */
    overflow: hidden;
}

.multi_step_form #msform #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/3);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
}

.multi_step_form #msform #progressbar li:nth-child(3):before {
    content: "";
}

.multi_step_form #msform #progressbar li:nth-child(2):before {
    content: "";
}

.multi_step_form #msform #progressbar li:before {
    content: "";
    font: normal normal normal 30px/50px Ionicons;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

.multi_step_form #msform #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}

.multi_step_form #msform #progressbar li:last-child:after {
    width: 150%;
}

.multi_step_form #msform #progressbar li.active {
    color: #eeb842;
}

.multi_step_form #msform #progressbar li.active:before,
.multi_step_form #msform #progressbar li.active:after {
    background: #eeb842;
    color: white;
}

.multi_step_form #msform .action-button {
    background: #eeb842;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #eeb842;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
}

.multi_step_form #msform .action-button:hover,
.multi_step_form #msform .action-button:focus {
    background: #405867;
    border-color: #405867;
}

.multi_step_form #msform .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
}

.multi_step_form #msform .previous_button:hover,
.multi_step_form #msform .previous_button:focus {
    background: #405867;
    border-color: #405867;
    color: #fff;
}

.list-inline-child {
    padding: 10px ! important;
    color: #e7e7e7 ! important;
    font-size: small !important;
    font-weight: 100;
    letter-spacing: 0px !important;
}

ul .list-inline-child::before {
    content: "\2022";
    color: #0d798c;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.ribbon-3 {
    position: relative;
    width: 100%;
    height: 50px;
    background: #efb23b;
}

.ribbon-3:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #ffc107 #faca56 #ffc107 transparent;
    top: 14px;
    left: -40px;
}

.ribbon-3:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-width: 20px 20px;
    border-style: solid;
    border-color: #ffc107 transparent #ffc107 #faca56;
    top: 14px;
    right: -40px;
}

@media(max-width:768px) {

    .ribbon-3:before,
    .ribbon-3:after {
        display: none;
    }

    .multi_step_form #msform fieldset {
        padding: 0;
    }
}

.coupon {
    position: relative;
    /* width: 400px; */
    height: auto;
    border-radius: 10px;
    /* border: 2px dashed #333; */
    /* background-color: #f1f1f1; */
}

.coupon__tag {
    position: absolute;
    left: -25%;
    bottom: 23%;
    top: 20px;
    width: 60%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-size: 0.65em;
    text-align: center;
    font-family: Helvetica;
    color: #428bca;
}

.coupon__body {
    margin-left: 30px;
    padding: 10px;
    border-left: 1px dotted #323232;
}

.coupon__title,
.coupon__value {
    text-align: center;
}

.coupon__title {
    font-family: Helvetica;
    font-size: 1em;
    text-shadow: 1px 1px 0 white;
    color: #428bca;
    font: small-caption;
}

.coupon__value {
    font-family: Museo slab;
    font-size: 1em;
    color: black;
    /* text-shadow:2px 2px 0 #0d798c; */
}

@media (max-width: 1200px) {

    .coupon {
        width: 265px;
    }
}

@media (max-width: 567px) {
    .coupon__tag {
        left: -21%;
    }

    .coupon {
        width: 195px;
    }
}
