.cl-panel{
        position: fixed;
        z-index: 999999999;
        font-weight: 600;
        font-size: 11px;
        width: 350px;
        height: 100%;
        left: 100%;
        top: 0;
        max-width: 85vw; 
        -webkit-transition: -webkit-transform .6s;
        -moz-transition: -moz-transform .6s;
        -o-transition: -o-transform .6s;
        -ms-transition: -ms-transform .6s;
        transition: transform .6s;
    }

    .cl-panels-buttons {
        background-color: white!important;
        position: absolute;
        top: 250px;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        z-index: 999;
        -webkit-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        -webkit-animation-name: cl-slide-panel;
        animation-name: cl-slide-panel;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;

    }

    .cl-panel-button {
        width: 38px;
        height: 32px;
        position: relative;
    }

    .cl-panel-button i {
        position: relative;
        top: 6px;
        left: 9px;
        color: #777777;
        font-size: 18px;
    }

    .cl-panel-button span {
        font-size: 13px;
        padding: 6px 14px 6px 14px;
        position: absolute;
        margin-right: 12px;
        color: #777777;
        background-color: #fff;
        display: inline-block;
        right: 100%;
        top: 0px;
        border-radius: 3px;
        font-weight: 500;
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        -o-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
        -webkit-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
    }

    .cl-panel-button span:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        top: 50%;
        right: -4px;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #fff;
        color: #fff;
    }

    .cl-panel-button:hover span {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .cl-panel-container {
        height: 100%;
        background-color: white;
        -webkit-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        z-index: 10001;
        position: absolute;
        width: 100%;
        overflow:visible;
    }

    @-webkit-keyframes cl-slide-panel{
        from{
            left:0px;
        }
        to{
            left:-38px;
        }
    }
    @keyframes cl-slide-panel{
        from{
            left:0px;
        }
        to{
            left:-38px;
        }
    }

    .page_info span{
        color:#a1a1a1;
        font-size:12px;
        
    }

    @-webkit-keyframes cl-slide-info{
        from{
            opacity: 0;
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -o-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }
        to{
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }
    @keyframes cl-slide-info{
        from{
            opacity: 0;
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -o-transform: scale(0.5);
            -ms-transform: scale(0.5);
            transform: scale(0.5);
        }
        to{
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }

    .page_info b{
        font-weight:600;
        color:#777;
    }

    .open_settings{
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .cl-panel-container{
        height: 100%;
        background-color: white;
        -webkit-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
        z-index: 10001;
        position: absolute;
        width: 100%;
        padding:20px;
    }

    .cl-panel-container .block{
        padding-top:10px;
        padding-bottom:10px;
        border-bottom:1px solid #e1e1e1;
        float:left;
        width:100%;
    }

    .cl-panel-container .block ul{
        list-style:none;
        margin:0;
        padding:0;
        float:left;
        margin-left:-1px;
        width:100%;
        margin-top:10px;
    }

    .cl-panel-container .block ul li{
        padding:1px;
        float:left;
    }

    .cl-panel-container .block ul li a{
        text-align:center;
        padding:3px 6px;
        color:#555;
        border:1px solid #ccc;
        font-size:10px;
        float:left;
        text-align:center;
    }

    .cl-panel-container .block ul li a:hover{
        border:1px solid #333;
    }
    .cl-panel-container .block ul li.selected a{
        background:#333;
        color:#fff;
        border:1px solid #333;
    }
    .page_info{
        margin-top:30px;
    }
    .cl-panel-container h6{
        font-size:12px;
        margin-top:10px;
        text-transform: uppercase;
    }
    .with_image{
        display:flex;
        flex-flow: wrap;
    }
    .with_image li{
        width:100;
    }
    .with_hover {
        position:relative;
    }
    .with_hover span.img_hover{
        visibility:hidden;
        opacity:0;
        position:absolute;
        width:700px;
        left:-600px;
        top:-120px;
        z-index:99999999999;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    }

    .with_image a:hover span.img_hover{
        visibility:visible;
        opacity:1;
        background:#fff;
        z-index:9999999999;

    }

    .builder_section .wrapper-form{
            border-radius: 18px;
    }
    .builder_section {
        overflow:visible !important;
        max-height:880px;
    }
    .builder_section .cl_media{
        bottom:-80px;
    }

    .builder_section .cl_media:after{
            content: "";
        background: url(play-btn.png);
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -130px;
        margin-top: -130px;
        width: 260px;
        height: 260px;
        -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
             -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .builder_section .cl_media{
        cursor:pointer;
    }
    .builder_section .cl_media:hover:after{
        -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -o-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
    }

    .after_builder{
            top: -78px;
        z-index: 0;
    }

    .last_section .cl_col_wrapper {
        box-shadow: 0px 30px 60px 0px rgba(101, 76, 232, 0.1); 
            border-radius: 40px !important;
        border: 1px solid transparent;
        background: #fff;
    }

    .last_section .cl-btn-div{
        position: absolute;
        left: 50%;
        bottom: -113px;
        transform: translateX(-50%);
    }
    .last_section{
        margin-top:-80px;
    }
    .last_section .cl-btn{
  padding-right:140px;
  box-shadow: 0px 20px 40px 0px rgba(255,0,63, 0.3) !important; 
  border-radius:25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea4c89+0,ff2052+100 */
background: #ea4c89; /* Old browsers */
background: -moz-linear-gradient(left, #ea4c89 0%, #ff2052 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ea4c89 0%,#ff2052 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ea4c89 0%,#ff2052 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4c89', endColorstr='#ff2052',GradientType=1 ); /* IE6-9 */
}
.last_section .cl-btn span{
  font-weight:bold;
  color:#fff;
}
.last_section .cl-btn span:after{
  /*content:"$59";*/
  text-decoration: line-through;
  padding-left:5px;
  color:#fff;
}

.last_section .cl-btn:before{
    border-radius:25px;
}

.last_section .cl-btn:after{
  content: "$59";
    background: #fff;
    position: absolute;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    transform: scale(1);
    color: #fb1045;
    font-weight: bold;
    right: 40px;
    top: -20px;
    text-align: center;
    font-size: 28px;
    line-height: 80px;
    box-shadow: 0px 20px 40px 0px rgba(255,0,63, 0.1) !important; 
    -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.last_section .cl-btn:hover:after{
  transform: scale(1.02);
  box-shadow: 0px 20px 30px 0px rgba(255,0,63, 0.2) !important; 
}

.last_section .cl-text:last-child{
    position: absolute;
    left: 50%;
    margin-left: -152px;
    bottom: -200px;
}
}