 .arrow_box {
        position: relative;
        background-color: #1A6AE1 !important;
    }
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
}
    .arrow_box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #1A6AE1;
        border-width: 30px;
        margin-left: -30px;
    }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none  !important;
    background: #007fbd  !important;
    font-weight: normal;
    color: #fff;
    border-radius: 100%;
    width: 28px;
height: 28px;
top: -8px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c8c8c8 !important;
}
.ui-widget-header {
    background: #49eafb !important;
}
.ui-slider-handle.ui-corner-all.ui-state-default:hover {
     border: none  !important;
    background: #185fd2 !important;
    box-shadow: 0 -1px 25px #054075, 0 0 40px #007fbd inset;
}

    

    .collapse p {
        text-indent: 50px;
        margin: 2px 10px;
    }

    middle {
        position: relative;
        width: 50%;
        max-width: 500px;
    }

    .slider {
        position: relative;
        z-index: 1;
        height: 5px;
        /* margin: 0 15px; */
        margin-left: 13px;
    }

    .slider>.track {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #c6aee7;
    }

    .slider>.range {
        position: absolute;
        z-index: 2;
        left: 25%;
        right: 25%;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #6200ee;
    }

    .slider>.thumb {
        position: absolute;
        z-index: 3;
        width: 24px;
        height: 24px;
        background-color: #6200ee;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(98, 0, 238, .1);
        transition: box-shadow .3s ease-in-out;
    }

    .slider>.thumb.left {
        left: 25%;
        transform: translate(-15px, -10px);
    }

    .slider>.thumb.right {
        right: 25%;
        transform: translate(15px, -10px);
    }

    .slider>.thumb.hover {
        box-shadow: 0 0 0 20px rgba(98, 0, 238, .1);
    }

    .slider>.thumb.active {
        box-shadow: 0 0 0 40px rgba(98, 0, 238, .2);
    }

    input[type=range] {
        position: absolute;
        /* pointer-events: none; */
        -webkit-appearance: none;
        z-index: 2;
        height: 0px;
        width: 100%;
        opacity: 0;
        right: -7px;
    }

    input[type=range]::-webkit-slider-thumb {
        pointer-events: all;
        width: 30px;
        height: 30px;
        border-radius: 0;
        border: 0 none;
        background-color: red;
        -webkit-appearance: none;
    }


    .youtube-link {
        position: fixed;
        left: 20px;
        bottom: 20px;
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

    .can-toggle {
        position: relative;
        display: inline-block;
        padding-right: 62%;
        padding-bottom: 4%;
    }

    .can-toggle *,
    .can-toggle *:before,
    .can-toggle *:after {
        box-sizing: border-box;
    }

    .can-toggle input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .can-toggle input[type="checkbox"][disabled]~label {
        pointer-events: none;
    }

    .can-toggle input[type="checkbox"][disabled]~label .can-toggle__switch {
        opacity: 0.4;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:before {
        content: attr(data-unchecked);
        left: 75px;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
        content: attr(data-checked);
    }

    .can-toggle label {
        user-select: none;
        position: relative;
        display: flex;
        align-items: center;
    }

    .can-toggle label .can-toggle__label-text {
        flex: 1;
        padding-left: 32px;
    }

    .can-toggle label .can-toggle__switch {
        position: absolute;
        width: 700px !important;
    }

    .can-toggle label .can-toggle__switch:before {
        content: attr(data-checked);
        position: absolute;
        top: 0;
        text-transform: uppercase;
        text-align: center;
    }

    .can-toggle label .can-toggle__switch:after {
        content: attr(data-unchecked);
        position: absolute;
        z-index: 5;
        text-transform: uppercase;
        text-align: center;
        background: #0648b3;
        transform: translate3d(0, 0, 0);
    }

    .can-toggle input[type="checkbox"][disabled]~label {
        color: rgba(119, 119, 119, 0.5);
    }

    .can-toggle input[type="checkbox"]:focus~label .can-toggle__switch,
    .can-toggle input[type="checkbox"]:hover~label .can-toggle__switch {
        background-color: #777;
    }

    .can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
        color: #fff;
    }

    .can-toggle input[type="checkbox"]:hover~label {
        color: #fff;
    }

    .can-toggle input[type="checkbox"]:checked~label:hover {
        color: #fff;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch {
        background-color: #70c767;
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
        color: #4fb743;
    }

    .can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch,
    .can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch {
        background-color: #5fc054;
    }

    .can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
        color: #fff;
    }



    .can-toggle label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
        background: #848484;
    }

    .can-toggle label .can-toggle__switch:before {
        color: rgba(255, 255, 255, 0.5);
    }

    .can-toggle label .can-toggle__switch:after {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
        transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
        color: #777;
    }

    .can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
        transform: translate3d(65px, 0, 0);
    }

    .can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }

    .can-toggle label {
        font-size: 14px;
    }

    .can-toggle label .can-toggle__switch {
        height: 36px;
        flex: 0 0 134px;
        border-radius: 4px;
    }

    .can-toggle label .can-toggle__switch:before {
        left: 67px;
        font-size: 12px;
        line-height: 36px;
        width: 67px;
        padding: 0 12px;
    }

    .can-toggle label .can-toggle__switch:after {
        top: 2px;
        left: 2px;
        border-radius: 2px;
        width: 65px;
        line-height: 32px;
        font-size: 12px;
    }

    .can-toggle label .can-toggle__switch:hover:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    }



    .can-toggle.demo-rebrand-2 input[type="checkbox"][disabled]~label {
        color: rgba(68, 68, 68, 0.5);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch {
        background-color: #e6e6e6;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
        color: #fff;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label {
        color: #fff;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label:hover {
        color: #fff;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch {
        background-color: #dddddd;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
        color: #fff;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch {
        background-color: #dddddd;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
        color: #fff;
    }



    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        background: #ddd;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
        color: #9d9cba;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
        color: #fff;
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover~label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked~label .can-toggle__switch:after {
        transform: translate3d(325px, 0, 0);
    }

    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    .can-toggle.demo-rebrand-2 label {
        font-size: 13px;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
        height: 60px;
        flex: 0 0 120px;
        border-radius: 60px;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
        left: 450px;
        font-size: 13px;
        line-height: 60px;
        width: 200px;
        padding: 0 12px;
        font-weight: 800;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
        top: 2px;
        left: 2px;
        border-radius: 30px;
        width: 370px;
        line-height: 56px;
        font-size: 13px;
        font-weight: 800;
    }

    .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }
  