@font-face {
    font-family: 'cheddar_jackregular';
    src: url('../fonts/cheddar_jack-webfont.woff2') format('woff2'), url('../fonts/cheddar_jack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TiemposHeadline-Regular";
    src: url("../fonts/11cb6974aad7e20f9f6f7c2337e25d64.eot");
    /* IE9*/
    src: url("../fonts/11cb6974aad7e20f9f6f7c2337e25d64.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/11cb6974aad7e20f9f6f7c2337e25d64.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/11cb6974aad7e20f9f6f7c2337e25d64.woff") format("woff"), /* chrome、firefox */
    url("../fonts/11cb6974aad7e20f9f6f7c2337e25d64.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/11cb6974aad7e20f9f6f7c2337e25d64.svg#TiemposHeadline-Regular") format("svg");
    /* iOS 4.1- */
}

.clickFunnel {
    margin: 50px 0 100px;
    color: #ffffff;
}

.clickFunnel.myclickFunnel {
    margin-top: 90px;
}

.clickFunnel .thumbnail_container .thumbnail {
    border: 0;
    background-color: rgba(245,245,245,0.01);
    border-radius: 5px;
}
.clickFunnel_head{
    display: flex;
}
.clickFunnel .cF_main_img {
    position: relative;
    min-width: 685px;
    max-width: 686px;
    margin-left: 50px;
}
.clickFunnel .cF_main .cF_title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 52px;
    line-height: 64px;
    color: #ffffff;
    font-family: "TiemposHeadline-Regular";
}

.clickFunnel .cF_main p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.clickFunnel .cF_details {
    margin-top: 50px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}

.cF_d_list {
    margin: 0;
    padding: 25px;
    display: flex;
    background-color: #f8f8f8;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 5px;
}

.cF_d_list li {
    list-style: none;
    display: flex;
    align-items: center;
    flex: 1;
    color: #727272;
}

.cF_d_list li span a {
    color: #727272;
    border-bottom: 1px solid;
}

.cF_d_list li img {
    max-width: 40px;
    opacity: 0.5;
    margin-right: 15px;
}

.clickFunnel .cF_main_img .thumbnail_container {
    padding-bottom: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}



.cF_pkg_title {
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
    font-size: 58px;
    color: #ffffff;
    font-family: "TiemposHeadline-Regular";
}

.cF_pkg_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
    max-width: 1200px;
}

.cF_package .class_dec {
    margin: 50px auto;
    font-size: 18px;
    max-width: 80%;
    line-height: 150%;
}

.cF_package .class_dec p {
    margin: 0;
}

.cF_package .list {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    display: flex;
    border-bottom: 0;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.cF_package .list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    vertical-align: middle;
    margin: 0 20px;
    display: flex;
}

.cF_package .list li a {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 0 0;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
}

.cF_package .list li a:hover,
.cF_package .list li a:focus {
    background-color: transparent;
}

.cF_package .list li a:hover {
    opacity: 1;
}

.cF_package .list li.active a {
    position: relative;
    background-color: transparent;
}

.cF_package .list li.active a:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #ffffff;
    z-index: 1;
}

.cF_package .list li.active.watched:before {
    width: calc(100% - 32px);
    right: auto;
}

.cF_package .list li a:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: #ffffff;
    z-index: 1;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
}

.cF_package .list li a:hover:before {
    width: 100%;
}

.cF_package .list li.active a {
    border: 0;
    opacity: 1;
    color: #ffffff;
}

.cF_package .list li.active a .check {
    margin-top: -5px;
}
.cF_package .tab_head{
    position: relative;
}

.cF_package .scroller_btns {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
}

.cF_package .tab_head:hover .scroller_btns {
    opacity: 1;
}

.cF_package .scroller_btns .scroller {
    text-align: center;
    cursor: pointer;
    display: flex;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f4f8fa;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
}

.cF_package .scroller_btns .scroller:hover {
    background-color: rgba(182, 210, 219, 0.5);
}

.cF_package .scroller_btns .scroller i {
    font-size: 30px;
    color: #2f2f2f;
}

.cF_package .scroller_btns .scroller-right {
    position: absolute;
    right: 40px;
}

.cF_package .scroller_btns .scroller-left {
    position: absolute;
    left: 40px;
}

.cF_package .tab-content .class_item+.class_item {
    margin-top: 100px;
}

.cF_package .tab-content .class_item:nth-child(even) .tab_img {
    order: 2;
    margin-right: 0;
    margin-left: 50px;
}

.cF_package .tab-content .tab_img {
    display: inline-block;
    min-width: 800px;
    width: 100%;
    max-width: 601px;
    position: relative;
    margin-right: 50px;
}

.cF_package .tab-content .tab_img .thumbnail_container {
    padding-bottom: 66.7%;
    z-index: 1;
}
.cF_package .tab-content .tab_img .thumbnail_container .thumbnail{
    background-color: rgba(245,245,245,0.01);
}

.cF_package .tab-content .tab_img .thumbnail {
    border: 0;
}

.cF_package .tab-content .tab_text .tab_title {
    font-size: 80px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.50);
    font-family: 'cheddar_jackregular';
}

.cF_package .tab-content .tab_text p {
    font-size: 18px;
    line-height: 30px;
}
.cF_package .tab-content .tab_text p:last-child {
    margin-bottom: 0;
}

.clickFunnel_catgList {
    margin-top: 50px;
}

.clickFunnel_catgList .nav-tabs {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(149, 157, 165, 0.20) 0px 8px 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.20) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.20) 0px 8px 24px;
    -ms-box-shadow: rgba(149, 157, 165, 0.20) 0px 8px 24px;
    border: 0;
}

.clickFunnel_catgList .nav-tabs li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clickFunnel_catgList .nav-tabs li .check {
    margin-right: 15px;
}

.clickFunnel_catgList .nav-tabs li a {
    border: 0;
    padding: 15px 20px;
    font-size: 18px;
    opacity: 0.5;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
}

.clickFunnel_catgList .nav-tabs li+li {
    border-top: 1px solid #eee;
}

.clickFunnel_catgList .nav-tabs li a:hover {
    background-color: transparent;
    opacity: 0.95;
}

.clickFunnel_catgList .nav-tabs li a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #555;
    border-radius: 50%;
    left: 20px;
    top: 25px;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    opacity: 0;
}

.clickFunnel_catgList .nav-tabs li.active a {
    border: 0;
    font-weight: 600;
    opacity: 1;
    position: relative;
    padding-left: 40px;
}

.clickFunnel_catgList .nav-tabs li.active a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #555;
    border-radius: 50%;
    left: 20px;
    top: 25px;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    opacity: 1;
}

.clickFunnel_catgList .catgListItem {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    -webkit-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    -moz-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    -ms-box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #959595;
}
.clickFunnel_catgList .catgListItem .thumbnail_container .thumbnail{
        background-color: rgba(245,245,245,0.15);
}

.clickFunnel_catgList .catgListItem .item_head {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.clickFunnel_catgList .catgListItem .item_head .views {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.clickFunnel_catgList .catgListItem .item_head .views i {
    font-size: 14px;
    margin-right: 5px;
    opacity: 0.5;
}

.clickFunnel_catgList .catgListItem .item_head .item_title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 35px;
    margin: 0;
    color: #fff;
}

.check {
    max-width: 22px;
    margin-left: 10px;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 50%;
}

.clickFunnel_catgList .catgListItem .item_head .item_title .check img {
    width: 100%;
}

.clickFunnel_catgList .catgListItem .thumbnail_container {
    padding-bottom: 66.8%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.clickFunnel_catgList .catgListItem .item_img a {
    padding: 15px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.clickFunnel_catgList .catgListItem .item_img a:after {
    position: absolute;
    content: "\f16a";
    width: 25px;
    height: 25px;
    font-family: 'FontAwesome';
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    transform: translate(0, -50%) !important;
    font-size: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    opacity: 0;
    z-index: 1;
    background-color: #fff;
}

.clickFunnel_catgList .catgListItem:hover .item_img a:before,
.clickFunnel_catgList .catgListItem:hover .item_img a:after {
    transform: scale(1);
    opacity: 1;
}

.clickFunnel_catgList .catgListItem .item_img.vimeo a:after {
    background-image: url(../images/funnel/vimeo.png);
    content: "";
    background-color: transparent;
    height: 35px;
    width: 55px;
    background-repeat: no-repeat;
}

.clickFunnel_catgList .catgListItem .item_img img {
    border-radius: 3px;
}

.seprator {
    border-top: 1px solid #ddd;
}

.feedback_sec {
    padding: 20px;
    color: #ffffff;
    text-align: center;
    background-image: url(../images/funnel/feedback2.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: left 20px center;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 20px;
}

.feedback_sec h4 {
    font-weight: 500;
}

.feedback_sec .feedback_text {
    max-width: 80%;
    margin: 0 auto;
}

.feedback_sec .feedback_text img {
    max-width: 60px;
    opacity: 0.75;
    margin-right: 15px;
}

.feedback_sec .feedback_text p {    
    margin-bottom: 25px;
}

.progress_circle {
    position: absolute;
    z-index: 99;
    top: -55px;
    right: -55px;
    padding: 15px;
    background-color: rgb(19 21 52 / 75%);
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}

.circle_percent {
    font-size: 200px;
    width: 100px;
    height: 100px;
    position: relative;
    background: rgb(19 21 52 / 75%);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    clip: rect(0 100px 100px 50px);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    clip: rect(0 100px 100px 50px);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 50px 100px 0em);
}

.percent_more:after {
    position: absolute;
    left: 50px;
    top: 0em;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgb(19 21 52 / 95%);
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 26px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
}

.watchVideoCheckMark {
    background-image: url(../images/funnel/check.png);
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: cover;
    margin-left: 5px;
}

.progress_text {
    position: absolute;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    left: -50%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgb(19 21 52 / 75%);
    padding-left: 25p;
    padding: 0 50px 0 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    z-index: -1;
    opacity: 0;    
}
.progress_circle:hover .progress_text{
    opacity: 1;
    left: -160px;    
}

@media(max-width: 767px){
    .circle_percent {        
        width: 75px;
        height: 75px;
    }
    .progress_circle{
        padding: 10px;
    }
    .circle_inner,
    .round_per{
        width: 75px;
        height: 75px;
        clip: rect(0 75px 75px 25px);
    }
}

/*28-04-2022*/

.pkg_filter select {
    max-width: 200px;
}

.pricing-part .price-list-one .price-listing .funnel_view {
    color: #708593;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.pricing-part .price-list-one .price-listing .funnel_view:hover {
    color: #2f2f2f;
}

.buyFunnelBtn {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.buyFunnelBtn .btn {
    min-width: 150px;
}

.newTooltip .date-tooltip .link {
    padding: 0;
}

.rightToolTip.newTooltip .date-tooltip a .content {
    right: auto;
    left: 90%;
    top: 5px;
    z-index: 999;
}

.rightToolTip .date-tooltip .content:after {
    left: -7px;
    top: 10px;
    transform: rotate(-90deg);
}
.fusertable{
    width: 1398px;
}
.fusertable .progress {
    margin: 0;
}

.back-btn {
    margin-top: 40px;
}

.back-btn a {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.back-btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #9d9d9d;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    position: relative;
    margin-right: 5px;
}

.back-btn a span i {
    font-size: 24px;
    padding-right: 2px;
    line-height: 90%;
    color: #9d9d9d;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
}

.back-btn a:hover,
.back-btn a:hover span i {
    color: #2f2f2f;
}

.back-btn a:hover span {
    border-color: #2f2f2f;
    margin-right: 10px;
}
.fancybox-inner{
    height: 100% !important;
}


@media(max-width: 1440px){
    .cF_pkg_title{
        font-size: 48px;
    }
    .clickFunnel .cF_main .cF_title{
        margin-bottom: 15px;
        font-size: 45px;
    }
    .clickFunnel .cF_main_img{
        min-width:600px;
    }
    .cF_package .tab-content .tab_img{
        min-width:500px;
    }
    .cF_package .tab-content .tab_text .tab_title{
        font-size: 70px;
        line-height: 100%;
        padding-bottom: 10px;
    }
    .clickFunnel .cF_main p,
    .cF_package .tab-content .tab_text p,
    .cF_package .class_dec p{
        font-size: 16px;
        line-height: 150%;
    }
    .feedback_sec .feedback_text{
        max-width: 75%;
    }
}

@media(max-width: 1024px){    
    .cF_package .tab-content .class_item{
        margin: 0 auto;
        flex-direction: column;
    }
    .cF_package .tab-content .tab_img {
        max-width: 450px;
        min-width: auto;
        margin-left: 50px;
        border: 1px solid #e9e9e9;
        z-index: 1;
    }
    .cF_package .tab-content .tab_text{    
        margin-top: -80px;
        position: relative;
        background-color: #fff;
        padding: 100px 25px 25px;
        box-shadow: rgb(0 0 0 / 15%) 0px 0px 4px;
         -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 4px; 
        -moz-box-shadow: rgba(0,0,0,0.15) 0px 0px 4px;
        -ms-box-shadow: rgba(0,0,0,0.15) 0px 0px 4px;        
        width: 100%;
    }
    .cF_package .tab-content .class_item:nth-child(even) .tab_img{
        order: 0;
    }
    .clickFunnel .cF_main_img{
        min-width: 450px;
    }
    .cF_package .tab-content .class_item.no_item_image {
        margin-top: 50px;
    }
    .cF_package .tab-content .no_item_image .tab_text {
        padding-top: 25px;
        margin-top: 0;
    }
    .cF_package .scroller_btns{
        opacity: 1;
        top: 0;  
        z-index: 1;      
    }
    .cF_package .scroller_btns .scroller-left{
        left: 0;
        background-color: #ffddde;
    }
    .cF_package .scroller_btns .scroller-right{
        right: 0;
        background-color: #ffddde;
    }
    .cF_package .scroller_btns .scroller{
        margin: 0 -5px;
    }
    .cF_package .scroller_btns .scroller:hover{
        background-color: #ffddde;     
    }
    .fusertable{
        width: 1200px;
    }
    .progress_circle{
        top: -65px;
        right: -35px;
    }
    .feedback_sec{
        text-align: left;
    }
    .feedback_sec .feedback_text {
        max-width: 100%;
        margin-left: 150px;
        text-align: left;
    }
    .feedback_sec .btn{
        margin-left: 150px;
    }
}
@media(max-width: 991px){
    .clickFunnel_head{
        flex-direction: column;
    }
    .clickFunnel_head .cF_main{
        order: 2;
        margin-top: 20px;
    }
    .clickFunnel .cF_main .cF_title{
        text-align: center;
    }
    .clickFunnel .cF_main_img{
        margin: 0 auto;
        min-width: 350px;
    }
    .cF_package .tab-content .tab_img{
        margin: 0 auto 20px !important;
    }
    .cF_package .class_dec{
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .back-btn,
    .clickFunnel,
    .clickFunnel.myclickFunnel{
        margin-top: 15px;
    }
    .clickFunnel .cF_main .cF_title{
        font-size: 36px;
    }
    .cF_pkg_title{
        font-size: 40px;
        margin: 50px 0 25px;
    }
    .cF_package .class_dec{
        max-width: 100%;
    }
    .cF_package .tab-content .class_item + .class_item {
        margin-top: 30px;
    }
    .cF_package .tab-content .tab_text{
        margin-top: 0;
        padding-top: 25px;
    }
    .clickFunnel.myclickFunnel .clickFunnel_head{
        margin-top: 20px;
    }
    .progress_circle{
        top: -65px;
        right: -35px;
    }    
    .clickFunnel_catgList .catgListItem .item_img a{
        padding: 0;
    }
    .feedback_sec{
        background: none;
        position: relative;
        text-align: center;
    }
    .feedback_sec:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(../images/feedback2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        left: 0;
        right: 0;
        opacity: 0.2;
    }
    .feedback_sec .feedback_text{
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .feedback_sec .feedback_text p{
        text-align: center;
    }
    .feedback_sec .btn{
        margin: 0;
    }
    .percent_text {
        font-size: 22px;
    }
    .cF_pkg_wrapper{
        max-width: 85%;
    }
    .cF_package .scroller_btns .scroller{
        top: 5px;
        height: 40px;
        width: 40px;
    }
    .cF_package .list li {
        margin-right: 0;
    }
    .cF_package .list li + li {
        margin-left: 35px;
    }
}
@media(max-width: 476px){
    .cF_d_list{
        flex-direction: column;
    }
    .cF_d_list li + li{
        margin-top: 25px;
    }
    .progress_circle {
        top: -55px;
        right: auto;
        left: -10px;
    }
}