.home-section {
    display: flex;
    gap: 13px;
    text-decoration: none;
    color: #394e59 !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    transition: 0.4s ease;
    cursor: pointer;
    margin-top: 30px;
}

i.fa.fa-angle-right {
    margin-left: 10px;
}

.online.payment .form-check-input {
    width: 30px;
    height: 30px;
}

.online.payment .form-check-input:checked {
    background: #ffcb03;
    border-color: #ffcb03;
    border: solid 9px #fff;
    outline-style: solid;
    outline-width: 1px;
    outline-color: #ededed;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
}
.otp-input {
    width: 10%;
    margin-right: 10px;
}
.card h3 {
    background: #004368;
    color: #fff;
    padding: 15px 20px 9px;
    font-size: 19px;
    font-weight: 500;
    border-top-right-radius:10px;
    border-top-left-radius: 10px;
}

.input-section {
    padding: 5px 0px 20px 20px;
}.accordion-item .accordion-button, .shadow h3 {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.input-section label {
    font-size: 17px;
    color: #394e59;
    font-weight: 600;
    margin-bottom: 8px;
}

input#fname {
    font-size: 13px;
    width: 70%;
    height: 33px;
    border: 1px solid rgba(0, 0, 0, .125);
    padding-left: 14px;
    color: gray;
}

.input-section span {
    display: block;
    font-size: 11px;
    width: 332px;
    margin-top: 12px;
    margin-bottom: 20px;
    color: #394e59;
}

.Advantage-section p {
    font-size: 20px;
    width: 305px;
    font-weight: 600;
    padding-top: 5px;
}

.Advantage-section span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #394e59;
    text-decoration: none;
    transition: 0.3s;
    width: 333px;
    margin-top: -3px;
}

.next-btn {
    background: #ffcb03;
    text-decoration: none;
    color: #394e59;
    padding: 10px 38px;
    font-size: 13px;
    border-radius: 25px;
    font-weight: 600;
    border: 0;
    margin-bottom: 20px;
}

.shadow {
    margin-left: 20px;
    background: #fff;
    border-radius: .25rem;
}

.active_a {
    border: 1px solid #004368;
    cursor: pointer;
}

._select_gender {
    padding: 5px;
    border-radius: 10px;
}

._new_collection_div {
    padding: 10px 30px;
}

.date-section a {
    width: 15%;
}

.__add_new_address_button {
    margin-left: 20px;
}

.error_alert {
    color: red;
    font-size: 14px;
    padding: 2px 0;
}

button#submitBookingOTP {
    margin-left: 20px;
}

._select_gender,
._select_gender input,
._select_gender label,
._select_gender svg {
    cursor: pointer;
}

#add_member ._submit_addmember {
    width: 104px !important;
    text-align: center !important;
    font-weight: 600 !important;
    height: 40px;
    margin-bottom: 14px !important;
    padding: 10px !important;
}

.shadow h3 {
    background: #004368;
    padding: 13px;
    text-align: center;
    color: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 19px;
    margin: 0px;
}

.price_rate {
    background: #fff8e0;
    padding: 10px 50px;
    border-left: 2px solid #004368;
    position: relative;
}
.remove_item {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #df3232;
    top: 9px;
}
._p_d_row:hover {
    font-weight: 700;
}
._p_d_row {
    display: inline-block;
    border: 1px solid #004368;
    padding: 2px;
    font-size: 11px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: capitalize;
    margin-right: 5px;
}

.price_rate ._test_package_name {
    font-size: 14px;
    font-weight: 500;
    color: #394e59;
    text-align: center;
    margin: 0px;
    width: 90%;
}

._item_type {
    font-size: 11px;
    border: 1px solid #004368;
    padding: 2px 5px;
    height: max-content;
    border-radius: 5px;
    line-height: 14px;
}

.p_i_c_l {
    font-size: 12px;
    padding: 2px 5px;
    border-left: 2px solid #004368;
}

.new_add_list:hover,
.new_add_list.selected_address {
    background: #fff8e0;
    border: 1px solid #004368;
}

.new_add_list {
    width: 32% !important;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .5s;
}

.address_type {
    text-transform: capitalize;
}

.price_rate span {
    font-weight: 500;
    text-align: center;
}

.form-check-inline.checkun input.form-check-input {
    position: absolute;
    left: 0px;
    height: 30px;
    width: 30px;
    top: -3px;
    opacity: 0;
}

.rates del {
    color: rgb(221, 50, 50);
    font-size: 18px;
}

.rates {
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: baseline;
    margin-top: 5px;
}

hr.dotted {
    border: 1px dotted gray;
    margin: 0px;
}

.rates ._item_m_p {
    width: 80px;
    font-size: 18px;
}

.empty-cart-box {
    height: 150px;
    margin: 40px;
    text-align: -webkit-center;
    color: #b9b1b1;
    padding: 40px;
    padding-top: 50px;
    background-color: transparent;
    border: 4px dashed #dddddd;
}

.price_rate.\31 {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.sub_total {
    padding: 14px 19px 0px;
}

.sub_total p {
    font-size: 13px;
    font-weight: 500;
    color: #394e59;
    text-decoration: none;
    transition: 0.3s;
}

span.left_side {
    float: right;
    font-weight: 700;
}

span.left_side a {
    color: #c5c1c1;
    font-size: 8px;
    text-decoration: none;
    border: 1px dotted gray;
    padding: 4px 10px;
}

.total_amount h4 {
    font-size: 16px;
    color: #394e59;
    font-weight: 600;
}

.total_amount {
    padding-top: 14px;
    padding-bottom: 10px;
}

span.total {
    float: right;
    font-weight: 500;
    color: #394e59;
}



p.mobile-number {
    display: block;
    font-size: 11px;
    width: 332px;
    margin-top: -4px;
    color: #394e59;
}

p.mobile-number span {
    margin: 0px;
    color: #000;
    font-weight: 600;
}

input#sname {
    width: 10%;
    border: 1px solid rgba(0, 0, 0, .125);
    height: 35px;
    border-radius: .25rem;
    text-align: center;
}

.notifyjs-bootstrap-danger {
    background-color: #ffd8d8 !important;
    border: 1px solid #fbeed5 !important;
    color: #000;
}

.member_list_div .box:hover,.member_item_row.selected_member {
    /* box-shadow: 0px 0px 10px 0px #ffcb036b !important; */
    background: #fff8e0;
    border: 1px solid #004368;
}

.member_list_div .box {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer;
    margin-bottom: 18px;
    position: relative;
    box-shadow: 0px 0px 0px 0px #ffcb036b !important;
    transition: .5s;
    border: 1px solid #ddd;
}

div#accordionExample {
    padding: 0px;
}

.next-collection-div {
    margin: 0 0 0 20px;
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #004368;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion button {
    padding: 15px 20px 9px!important;
}

button.accordion-button {
    font-size: 19px;
    font-weight: 500;
}

button.accordion-button.collapsed {
    font-size: 19px;
    font-weight: 500;
    padding: 15px 20px 9px!important;
    color: #fff;
    background-color: #004368;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion button {
    margin: 0px !important;
}

.accordion-item i.fa.fa-angle-down {
    float: right;
}

.accordion-item {
    border: none!important;
}

.card-header a {
    color: #fff;
    font-size: 19px;
}

.box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    width: 30%;
    border-radius: 10px;
}

.box-section {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box p {
    font-size: 19px;
    color: #004368;
    font-weight: 600;
    margin-bottom: 0px;
}

p.user-section {
    color: #394e59;
    font-weight: 100;
    font-size: 13px;
}

.box span {
    font-size: 15px;
    font-weight: 500;
    color: #0A0B0C;
    text-decoration: none;
    transition: 0.3s;
    line-height: 11px;
}

.box-1 span {
    font-size: 15px;
    font-weight: 500;
    color: #0A0B0C;
    text-decoration: none;
    transition: 0.3s;
    line-height: 11px;
}

.box-1 p.user-section {
    color: #394e59;
    font-weight: 100;
    font-size: 12px;
}

.box-1 {
    background: #fff8e0;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    width: 230px;
    border-radius: 10px;
}

.box-2 {
    background: #004368;
    padding: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    width: 230px;
    border-radius: 10px;
    margin-right: 15px;
    height: fit-content;
}

.box-2 a {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    margin: 17px auto;
}

._parent_details {
    border-left: 2px solid #004368;
    padding: 5px;
}

.box-2 span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    line-height: 20px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    text-align: center;
}

.box-1 p {
    font-size: 19px;
    color: #004368;
    font-weight: 600;
    margin-bottom: 0px;
}

.box-1 p.user-section i,
p.user-section i.fa.fa-user {
    border: 2px solid #ffcb03;
    border-radius: 24px;
    padding: 5px 7px;
    font-size: 14px;
    background: #004368;
    color: #fff;
    margin-top: 4px;
    margin-right: 5px;
}

.accordion-body {
    padding: 0px!important;
    background: #fff!important
}

.add_member_line h3 {
    background: #ffcb03;
    color: #004368;
    text-align: center;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
}

.form_section {
    padding-left: 25px;
    padding-right: 25px;
}

.form_section label {
    font-size: 15px;
    color: #004368;
    font-weight: 600;
}

input.form-control {
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, .125);
    padding-left: 14px;
    color: gray;
    height: 33px;
}

select.form-select {
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, .125);
    padding-left: 14px;
    color: gray;
}

.form_section .col {
    margin-bottom: 12px;
}

.form-control:focus {
    box-shadow: none!important;
    border: 1px solid rgba(0, 0, 0, .125)!important;
}

.form-control:focus-visible {
    outline: none!important;
}

.add_member_line a {
    display: block;
    width: 108px;
    margin-bottom: 20px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: none!important;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    color: #fff;
}

.accordion-item {
    padding: 0px!important;
}

button.accordion-button {
    display: block;
}

.form_section h4 {
    font-size: 19px;
    color: #234D6E;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.date-section a {
    border: 1px solid rgb(0 0 0 / 42%);
    padding: 10px;
    text-decoration: none;
    border-radius: 6px;
    color: #4a4949;
    font-size: 13px;
    text-align: center;
}

.date-section {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.date-section a span {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #000;
}

.date-section a span:active,
.date-section a.active,
.date-section a:active,
.collection-date.active,
.setCollectionSlot.active {
    background: #004368;
    border: 1px solid #004368;
    color: #fff !important;
}

.collection-date.active ._d_date {
    color: #fff !important;
}

span.active {
    color: #fff!important;
}

p.Available-time {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #21333c;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 18px;
}

i.fa.fa-sun-o {
    font-size: 20px;
}

.sun-icon i span {
    font-size: 13px;
    color: #394e59;
}

.sun-icon {
    display: flex;
    gap: 34px;
    cursor: pointer;
}

.sun-icon .active { 
    font-weight: 700 !important;
   color:#000 !important;
}
.sun-icon h5 {
    color: #004368;
    font-size: 15px;
}

.sun-icon {
    display: flex;
    gap: 15px;
    align-items: center;
}

.sun-icon h5 {
    margin: 0px;
}

.time_table {
    display: flex;
    gap: 24px;
    margin-top: 15px;
}

.time_table a {
    border: 1px solid rgb(0 0 0 / 42%);
    text-decoration: none;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    color: #4a4949;
    font-size: 13px;
    margin: 0px;
}
.hide{
    display: none;
}
.time_table a:active {
    background-color: #004368;
    border: 1px solid #004368;
    color: #fff;
}

a.active {
    color: #fff;
}

.time_btn {
    margin-top: 15px;
}

.online.payment {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    display: flex;
}

.form_section {
    margin-top: 15px;
}

.form-check-inline1 {
    display: flex;
}

.form-check-inline1 {
    display: flex;
    gap: 11px;
}

.form-check-inline1 p span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #394e59;
}

.form-check-inline1 p {
    font-size: 17px;
    font-weight: 600;
}

input.form-check-input1 {
    height: 25px;
    width: 25px;
}

.booking {
    margin-bottom: 25px;
    margin-left: 25px;
}

.col-lg-3.navbar-fixed .shadow {
    position: fixed;
    width: 285px;
    z-index: 999;
}

.box-1.line {
    border: 1px solid #004368;
}

._cart_item_list {
    padding: 0;
}

._address_list_div {
    width: 70%;
}
.member_list_div .box {
    float: left;
    height: 150px;
}
.box-section {
    align-items: center;
    padding: 11px 25px;
}
.shadow {
    margin-top: 15px;
}

.spin_loader_main {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10%;
}

.spin_loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #ffcc29;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.spin_loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #234d6e;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.acc_cus:after{
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 0;
    position: absolute;
    margin-right: 10px;
}
.spin_loader_main2{
    margin-left: 10px;
}
.app-head {
    width: 50%;
    font-size: 13px;
}
.app-coupon {
    display: flex;
}
.app-btn {
    width: 50%;
    text-align: center;
    font-size: 13px;
}
.a-btn {
    border: 1px solid #000;
    padding: 2px;
    cursor: pointer;
    margin-top: -5px;
    
    border-radius: 50px;
}
.cle-discount{
    margin-top: 12px;
}
button.ay-btn {
    border-radius: 50px;
    color: #394e59;
}
.appy-coupon {
    display: flex;
    font-size: 13px;
}
.ay-btn {
    width: 50%; 
    text-align: center;
    border: 1px solid #ffcb03;
    background: #ffcb03;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
}
.h-input{
    width: 90%;
}
.cou-error {
    color: #dd3232;
}
.show-discount-amt {
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    width: 50%;
    position: relative;
}
.remove-apply-coupon {
    position: absolute;
    right: 65px;
    border: 1px solid #c70000;
    padding: 0px 5px;
    color: #c70000;
    margin-top: -2px;
    cursor: pointer;
}
.member_list_div:first-child {
    margin-left: 0px;
}
section#cart hr.dotted {
    width: 100% !important;
}
._parent_details {
    background: #004368;
    color: #fff;
}
._p_d_row {
    border: 1px solid #ffffff;
}
section#cart .shadow h3 {
    text-align: center !important;
}
.__add_new_address_button {
    margin-left: 0px;
    margin-top: 10px;
}div#accordionExample .form_section {
    padding-bottom: 0px;
    border-bottom: solid 1px #ededed;
    margin-bottom: 14px;
}button.next-btn.__add_new_address_button {
    margin-top: 15px;
}
.new_add_list {
    position: relative;
}
.edit-address {
    position: absolute;
    right: 10px;
    
    bottom: 5px;
}
@media(max-width: 767px) {
    #add_member ._submit_addmember {
        width: 104px !important;
    }
    .__add_new_address_button {
        margin-left: 0px;
    }
    div#accordionExample .form_section {
        padding-bottom: 0px;
        border-bottom: solid 1px #ededed;
        margin-bottom: 14px;
    }
    div#content {
        margin-top: 60px;
    }
    .member_list_div:first-child {
        margin-left: 0px;
    }.box-section {
        padding: 11px 11px;
    }
    .input-section span {

        margin-bottom: 12px;

    }
    .input-section br {
        display: none;
    }
    .next-btn {
        margin-bottom: 10px;
    }
    .Advantage-section p {
        margin-bottom: 5px;
    }
.box-2 {
    width: 175px;
    display: flex;
}
.box-2._add_new_address_btn {
    display: flex;
}
.box-2 a {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin: 6px 3px;
}.box-2._add_member {
    display: flex;
    justify-content: flex-start;
}
.online.payment {
    display: flex;
    flex-direction: column;
}
    .col-lg-9 {
        margin-top: 5rem;
    }
    .box p {
        font-size: 14px;
    }
    .sun-icon {
        gap: 14px;
    }
    .Advantage-section {
        margin-bottom: 25px;
        padding: 0px 15px;
    }
    .time_table {
        gap: 5px;
    }
   .date-section {
    flex-flow: row;
   overflow: auto;
}
    .shadow {
        margin-left: 0px;
        margin-top: 15px;
    }
    .row {
        --bs-gutter-x: 0rem;
    }
    .form_section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col {
        margin-right: 5px;
    }
    .form-check-inline {
        margin-right: 0px;
    }
    .total_amount {
        padding: 14px 15px;
    }
    .time_table a {
        font-size: 10px;
    }
    .date-section a {
        font-size: 14px;
        margin-right: 5px;
    }
    .box-section {
        grid-gap: 8px;
    }
    .box span {
        font-size: 11px;
    }
    i.fa.fa-user {
        border: 1px solid gray;
        border-radius: 24px;
        padding: 7px 10px;
        font-size: 13px;
        height: 28px;
        width: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-2 span {
        font-size: 13px;
        margin: 6px;
    }
    section#cart .col-lg-3 {
        margin-top: 0px !important;
    }
   
    ._p_d_row {
        border: 1px solid #ffffff;
    }
    .price_rate {
        padding: 10px 38px 0px 4px !important;
    }
    section#cart .shadow h3 {
        padding: 15px 20px 9px!important;
    }
    .box-2 {
        padding: 7px;
    }
    .box-1 {
        padding: 7px;
    }
    .box-1 p {
        font-size: 12px;
    }
    .box-1 span {
        font-size: 11px;
    }
    .box {
        background: #fff;
        padding: 7px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
        width: 230px;
        border-radius: 10px;
        height: 150px;
    }
.input-section {
    padding: 5px 20px 0px 20px;
}
.input-section span {
    width: 100%;

}._new_collection_div h4 {
    font-size: 16px;
}.member_list_div .box {
    margin-bottom: 5px;
}
.form_section .row {
    flex-direction: column;
}
a.next-btn.next-collection-div {
    margin-left: 9px;
}
.date-section a {
    font-size: 14px;
    margin-right: 5px;
}
.date-section a {
    width: 33%;
    margin-bottom: 10px;
    max-width: 33%;
    flex: 1 0 32%;
}
.member_list_div,._address_list_div,.new_add_list {
    width: 100% !important;
}.member_list_div .box {
    float: left;
    height: auto;
    width: 100%;
}

.box-section {
    flex-direction: column;
}.p_i_c_l {
    font-size: 14px;
    padding: 11px 5px;
    border-left: 2px solid #004368;
}.form_section .col-6 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 15px;
}._new_collection_div {
    padding: 10px 10px;
}.sun-icon svg {
    display: none;
}
.main {
    min-height: initial;

}
.otp-input input {
    width: 30px !important;
}


}

.member_list_div {
    margin: 0 15px;
    max-height: 330px;
    overflow: hidden;
    overflow-y: auto;
    width: 70%;
}

.selected_member::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14a";
    position: absolute;
    right: 10px;
    top: 10px;
    color: green;
}
.price_rate, .p_i_c_l, ._parent_details {
    border-left: 0px solid #004368;

}
.p_i_c_l {
    font-size: 14px !important;
    padding: 10px 10px!important;

}
section.footer {
    margin-top: 30px;
}.modal-content .modal-header button.btn-close {
    background-color: #234d6e;
    opacity: 1;
    padding: 10px;
    top: 0px;
    position: absolute;
    right: 0px;
}input#update_address {
    background: #ffcc29;
    border-radius: 30px;
    color: #234d6e;
    padding: 8px 36px;
    border: none;
}
div#sticky .shadow {
    margin-top: 0px;
}



.rates {
    gap: 10px;
}

._chngeMobile {
    cursor: pointer;
}
.timerCount {
    display: inline !important;
}
.resent_otp_d {
    display: block;
    margin: 0 !important;
}
._resent_otp {
    margin-left: 10px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.edit-member {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 9;
}
.box.box-1 {
    padding: 0;
    background: transparent;
}
.member_item_row{ 
    border: 0px solid transparent !important;
    
    margin-bottom: 0 !important;
}

.box.box-1 .selected_member > .box.box-1 {
    background: #fff8e0;
}
.rd_edit{
    display: none;
}



@media (min-width:1500px){

.p_i_c_l {
    font-size: 14px !important;
    padding: 3px 10px!important;
}
body.sticky .shadow {
    position: fixed;
    top: 5px;
    width: 330px !important;
    z-index: 99;
}}p._parameters_m {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Avenir Next', sans-serif !important;
}.cou-error {
    color: #dd3232;
    font-size: 11px;
    position: absolute;
    top: -17px;
}
