
.tp-50 {
    padding-top: 20px;
}

.pdtop30 {
    position: relative;
    padding: 20px 0px 0px 25px;
}

.pdtop30 .star {
    position: absolute;
    left: 0;
    top: 19px;
}

.top-heading h1 {
    text-align: center;
    position: relative;
}

.top-heading h1 span {
    position: absolute;
    top: 5px;
    margin-left: 12px;
    width: 52px;
    height: 52px;
}
.top-heading .h1headingtag .smiley-rotate{
    margin-top: 0px !important;
}
.top-heading h1 img {
    top: 64px;
    left: 140px;
    max-width: 360px;
    position: absolute;
}

.top-heading h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 29px;
    margin-top: 5px;
    font-family: open sans, sans-serif;
    color: #2e2e2e;
    text-align: center;
}

.switch-plan {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin-bottom: 25px;
}

.switch-plan>span {
    font-size: 12px;
    color: #4c4c4c;
    display: inline-block;
    margin: 9px 6px 0;
    vertical-align: top;
}

.onoffswitch {
    left: 0;
    margin: 0 auto;
    text-align: left;
    right: 0;
    width: 60px;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
}

.onoffswitch,
input.switch:empty~label {
    position: relative;
    -webkit-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 5px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin .3s ease-in 0s;
    -webkit-transition: margin .3s ease-in 0s;
    -o-transition: margin .3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
    content: "";
    background-color: #d9d9d9;
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    color: #fff;
}

.onoffswitch-inner:after {
    padding-right: 10px;
    color: #999;
    text-align: right;
}

.onoffswitch-switch {
    background: #2f9c03;
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 21px;
    width: 21px;
    margin: 4.4px 0;
    position: absolute;
    top: 0;
    right: 35px;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 4px;
}

.switch-plan>span.save-20 {
    color: #2f9c03;
    font-weight: 600;
}

.ed-box {
    margin: 50px auto;
    padding: 50px 25px;
    border-radius: 2px;
    border: 1px solid #D8D4D4;
    border-top: 3px solid #3C8AC9;
    width: 100%;
}

.flex-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-ch1 {
    width: 45%;
    border-right: 1px solid #D8D4D4;
    position: relative;
}

.toggle-box h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #4D4D4D;
}

.toggle-box .price-ess {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #df7000;
    padding: 5px 0;
}

.toggle-box .price-per p {
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 400;
}

.toggle-box .price-per h4 {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 0 3px;
    font-weight: 400;
}

.toggle-box .price-per h4 strike {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
}

.toggle-box .price-per h4 span {
    font-size: 21px;
    font-weight: 600;
}

a.trynow {
    padding: 10px 60px;
    border: solid 1px #1870D5;
    color: #1870D5;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
}

.cta_btn .buy_now {
    padding: 12px 60px;
    background: #1870D5;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
}

a.trynow:hover {
    border: solid 1px #0A53A8;
    background-color: #0A53A8;
    color: #FFF;
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 5px 0 rgb(118 125 144 / 33%);
    box-shadow: 0 4px 5px 0 rgb(118 125 144 / 33%);
}

.cta_btn .buy_now:hover {
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 5px 0 rgb(118 125 144 / 33%);
    box-shadow: 0 4px 5px 0 rgb(118 125 144 / 33%);
    background: #0A53A8;
}

.cta_btn .get_demo {
    font-size: 14px;
    color: #3C8AC9;
    margin-left: 20px;
    background: url('../left-arrow.html');
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 30px;
    background-position: 92%;
}

.cta_btn .get_demo:hover {
    background-position: 97%;
}

.flex-ch2 {
    width: 60%;
    padding: 0 20px 0 40px;
}

.flex-ch2 .text-wraps h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.flex-ch2 .text-wraps h3 span {
    color: #df7000;
}

.align-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.align-ul ul {
    list-style: none;
    padding-top: 40px;
    width: 40%;
}

.align-ul ul li {
    font-size: 15px;
    line-height: 20px;
    color: #4d4d4d;
    padding: 0 0 0px 25px;
    position: relative;
    cursor: pointer;
    margin-bottom: 22px;
}

.align-ul ul li span.dashed {
    border-bottom: 1px dashed #D8D4D4;
    padding-bottom: 2px;
}

.align-ul ul li span.tick {
    left: 0;
    top: 2px;
    position: absolute;
}

.align-ul ul li .det-p {
    color: #A7A7A8;
    font-size: 12px;
}

#pd-27 {
    padding-bottom: 28px;
}

#pd-66 {
    margin-bottom: 50px;
}

.align-ul ul .blankdiv {
    padding-bottom: 0px;
    min-height: 28px;
}

.td-break {
    padding-bottom: 0;
    min-height: auto;
}

.new-smiley {
    background: #f5f5f5;
    padding: 30px 0px;
    margin: 75px auto 50px;
    text-align: center;
}

.contain-smiley h3 {
    font-size: 25px;
    line-height: 34px;
    position: relative;
    text-align: center;
    color: #1c1c1c;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.contain-smiley h5 {
    color: #1c1c1c;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.contain-smiley h3 .sp-icon {
    margin-left: 10px;
    height: 30px;
}

.sd-ques {
    padding-top: 1px;
}

.question-con .centralize-heading {
    margin: 0px 0 40px;
}

.right_img_subhead {
    color: #4d4d4d;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    margin: 24px 0 40px;
    font-size: 30px;
}

.faq-ques-lt {
    margin-right: 5%;
}

.faq-ques-rt {
    margin-left: 5%;
}

.faq-ques {
    margin-bottom: 30px;
}

.faq-ques p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
}

.faq-ques h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.row {
    align-items: unset;
}

.brand-con.brand-con2 {
    height: auto;
    padding: 0 0 40px;
}

.brand-con.brand-con2 ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.brand-con.brand-con2 ul li {
    margin: auto;
}

#an-price {
    display: block;
}

#or-price {
    display: none;
    font-size: 14px;
    min-height: 36px;
    color: #4d4d4d;
    padding: 24px 0 0;
}

#or-price span {
    font-weight: 500;
}

.tooltip-action {
    position: absolute;
    padding: 10px 8px;
    text-align: left;
    background-color: #2d2d2d;
    color: #fff;
    left: 0;
    right: 0;
    top: 28px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    width: 90%;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all;
    z-index: 3;
}

.tip-arrow {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #2d2d2d;
    top: -5px;
    left: 65px;
    right: 0;
    transform: rotate(45deg);
}

.align-ul ul li:hover .tooltip-action,
.flex-ch2 .text-wraps h3 span.dashed:hover .tooltip-action {
    opacity: 1;
    visibility: visible;
}

.flex-ch2 .text-wraps h3 span.dashed {
    position: relative;
}

.align-ul ul li.plusdiv ul li .tooltip-action {
    opacity: 0 !important;
    visibility: hidden !important;
}

.align-ul ul li.plusdiv ul li:hover .tooltip-action {
    opacity: 1 !important;
    visibility: visible !important;
}

.tryitfree {
    font-size: 14px;
    margin-top: 20px;
    line-height: 23px;
    padding-right: 30px;
    color: #A7A7A8;
}

.tryitfree.sm {
    font-size: 13px;
    margin-top: 0px;
}

.tryitfree a {
    border-bottom: solid 1px #3b5998;
}

.align-ul .plusdiv ul {
    padding-top: 0px;
}

.align-ul ul li.plusdiv {
    padding: 0px;
}

.align-ul .plusdiv ul strong {
    margin-bottom: 20px;
    display: table;
}

.flex-ch2 .text-wraps h3 span.dashed,
.flex-ch2 .text-wraps h3 span.dashed span {
    color: inherit;
}

.flex-ch2 .text-wraps h3 span.dashed {
    /* border-bottom: 1px dashed #D8D4D4; */
    padding-bottom: 2px;
}

.main_con .heading-border h2 {
    color: #4d4d4d;
    font-weight: 500;
    margin-bottom: 10px;
}

.trusted-by {
    display: flex;
    justify-content: space-around;
    margin: 35px 0px 50px;
}

.trusted-by img {
    max-width: 150px;
}

.Slide-con {
    text-align: center;
}

.Slide-con .slide-head {
    color: #2e2e2e;
    font-size: 28px;
    font-weight: 500;
}

.Slide-con .slide-head span {
    color: #df7000;
}

.Slide-con .slide-para {
    margin: 0 auto;
    max-width: 925px;
    padding-top: 20px;
}

.width800{width: 100%;text-align: center;}

.row-fluid{display: flex;}

.slide-list {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 35px;

}

.slide-list li {
    padding: 0px 25px;
    min-width: 150px;
    position: relative;
}

.slide-list li .slide-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.slide-list li a {
    display: block;
    padding-top: 5px;
    font-weight: 500;
}

.list-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 20px;
    font-weight: 500;
    color: #2e2e2e;
}

.newcta.topbutton.space {
    margin-top: 50px;
}

.toggle-section {
    display: flex;
    padding: 4px 0px 4px 4px;
    border: 1px solid #E0E0E0;
    border-radius: 40px;
    max-width: 654px;
    margin: 50px auto 0;
    position: relative;
}
.tog-tab {
    border-radius: 40px;
    padding: 13px 10px;
    /* margin: 0 5px 0 0; */
    width: 320px;
    cursor: pointer;
    /* border: 0.800000011920929px solid #fff; */
}
/* .tog-tab.active-tog-tab {
    background: #F5F9FF 0% 0% no-repeat padding-box;
    border: 0.800000011920929px solid #1870D5;
} */

.toggle-section .span-target {
    content: '';
    position: absolute;
    width: 305px;
    height: 80%;
    background: #F5F9FF 0% 0% no-repeat padding-box;
    border: 1px solid #1870D5;
    top: 6.2px;
    left: 5px;
    border-radius: 40px;
    z-index: -1;
    transition: 0.5s all;
}

.toggle-section .span-target.active-new-target {
    left: 52.4%;
}

.tog-tab .headingtags {
    color: #3B5998;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
}
.tog-tab.active-tog-tab .headingtags {
    color: #4d4d4d;
}

#free_plan{display: block;}
#paid_plan{display: none;}

#view-team-plans{
    cursor: pointer;
    color: #3b5998;
    border-bottom: 0.5px solid #3b5998;
}
.data-switcher{
    color: #3b5998 !important;
    cursor: pointer;
}
#static-span{
    display: none;
}
.flex-ch2 .text-wraps h3.pdtop30 span{
    color: #2e2e2e;
}
.static-addon{
    display: none;
}
#free_plan{
    padding-top: 25px;
}

@media(max-width:992px) {
    .trusted-by {
        flex-wrap: wrap;
    }
}

@media(max-width: 1295px){
    .cta_btn .buy_now{padding: 10px 40px;}
    a.trynow{padding: 10px 40px;}
    .ed-box{padding: 50px 30px;}
    #create_account{padding: 10px 18px !important;}
}

@media(max-width: 992px){
    .top-heading h1 span{top: unset !important;}
}

@media(max-width: 900px) {
    .flex-ch2 {
        padding: 0 0 0 25px;
    }

    .container.no-hidden {
        overflow: unset !important;
    }
}

@media(max-width: 810px) {
    #pd-66 {
        padding-bottom: 0px;
    }

    .ed-box {
        padding: 50px 20px 30px;
        margin-bottom: 0;
    }

    .price-per {
        margin-bottom: 0px;
    }

    .flex-control {
        flex-wrap: wrap;
    }

    .flex-ch1 {
        width: 100%;
        border-right: 0px solid #fff;
    }

    .flex-ch2 {
        width: 100%;
        padding: 50px 0 0 0;
    }

    .flex-ch2 .text-wraps h3 {
        line-height: 28px;
        font-size: 20px;
    }

    .align-ul ul {
        width: 100%;
        padding-top: 25px;
    }

    /* .align-ul ul li .det-p {
        max-width: 185px;
    } */

    .logo_con {
        display: none;
    }

    .cta_btn {
        bottom: 0;
        display: table;
        float: left;
        line-height: 44px;
        width: 100%;
        clear: both;
    }

    .tryitfree {
        font-size: 16px;
        padding-top: 20px;
        line-height: 23px;
        display: table;
        clear: both;
    }
}

@media(max-width: 767px) {
    .new-smiley {
        margin: 50px auto;
    }

    .contain-smiley h3 {
        display: block;
    }

    .contain-smiley h3 .sp-icon {
        position: absolute;
        top: unset;
    }

    .break {
        display: none;
    }

    .faq-ques-lt {
        margin-right: 0 !important;
    }

    .faq-ques-rt {
        margin-left: 0 !important;
    }

    .col-lg-6 {
        margin: 0
    }

    .question-con .centralize-heading {
        margin: 0px 0 0px;
    }

    .right_img_subhead {
        margin: 24px 0 20px;
    }

    .align-ul ul .blankdiv {
        display: none;
    }

    .add-lines span.span-for {
        margin-left: 5px;
        display: inline;
        width: auto;
    }
    .list-plus{position: relative;top: 14px; transform: unset;

    }
    .list-plus.sm-hide {
        display: block;
    }
    .row-fluid{flex-wrap: wrap;}
    .row-fluid .span6{width: 100%;}
    .slide-list {
        flex-wrap: wrap;
    }

    .slide-list li {
        padding: 10px 25px;
        min-width: 175px;
    }

    .Slide-con {
        margin-top: 50px;
    }

    .toggle-section {
        flex-wrap: wrap;
        border-radius: 0px;
        padding: 10px;
    }
    .tog-tab {
        width: 100%;
        margin: 5px auto;
    }
    #free_plan {
        padding-top: 0px;
    }

    .top-heading h1 span svg{width: 35px !important;}

    .toggle-section .span-target{
        width: 97.5%;
        height: 47%;
        transition: none;
    }

    .toggle-section .span-target.active-new-target{
        left: 5px;
        top: 50%;
    }
}

@media(max-width: 660px) {
    .align-ul {
        flex-wrap: wrap;
        position: relative;
    }

    .align-ul ul li.plusdiv {
        padding: 0px;
        position: absolute;
        bottom: 88px;
    }

    .align-ul ul li.plusdiv.plusdivlast {
        bottom: 10px;
        margin-bottom: 0;
    }


    #pd-none {
        padding-top: 0;
    }


}

@media(min-width: 768px) {
    .cta_btn {
        margin-top: 50px;
        line-height: 48px;
        display: table;
        width: 100%;
    }

    .flex-ch2 .text-wraps h3 span.dashed {
        display: inline-block;
    }

    .flex-ch2 .text-wraps h3 span.dashed .tooltip-action {
        width: 300px
    }
}



.newcta.topbutton {
    display: flex;
    justify-content: center;
}

.newcta.topbutton .round-fill {
    background-color: #1870D5;
    border: 1px solid #1870D5;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    padding: 11px 60px;
    transition: .4s all ease-in-out;
    -webkit-transition: color .35s, background .35s, -webkit-transform .35s, -webkit-box-shadow .35s;
    transition: color .35s, background .35s, -webkit-transform .35s, -webkit-box-shadow .35s;
    -o-transition: color .35s, background .35s, box-shadow .35s, -o-transform .35s;
    transition: color .35s, background .35s, transform .35s, box-shadow .35s;
    transition: color .35s, background .35s, transform .35s, box-shadow .35s, -webkit-transform .35s, -o-transform .35s, -webkit-box-shadow .35s;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 3px 0px 6px #bfbfbf;
    -webkit-box-shadow: 3px 0px 6px #bfbfbf;
    -moz-box-shadow: 3px 0px 6px #BFBFBF;
}

.newcta.topbutton .round-fill:hover {
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 5px 0 rgb(118 125 144 / 33%);
    box-shadow: 0 4px 5px 0 rgb(118 125 144 / 33%);
    background: #0A53A8;
}

.get-demo-new.new-bt {
    line-height: 45px;
}

.no-credit svg {
    left: 4px;
}

.newcta.topbutton .no-credit {
    padding-left: 24px;
}

.plus-div {
    margin-top: 20px;
    display: inline-block;
    color: #4d4d4d;
}
.check-none{
    display: none;
}

.align-ul.pt-sm ul {
    padding-top: 15px;
}

.tour-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    transition: .4s all ease-in-out;
    text-decoration: none;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 17px;
    margin-left: 20px;
    padding: 0 33px 0 0;
    color: #3b5998;
}

.tour-btn:hover {
    background-position: right 5px top 50%;
    color: #4d4d4d;
}

.check-flex {
    display: flex;
    justify-content: center;
}

.dotted-checkbox {
    display: flex;
    max-width: 370px;
    padding: 20px;
    border: 1px dashed #df7000;
    border-radius: 35px;
    color: #737373;
    /* margin-bottom: 25px; */
}

.contain-smiley h5 .span-bl {
    display: block;
    float: none;
    margin-left: auto;
    min-height: auto;
}

.mr-25 {
    margin-right: 25px;
}


.dotted-checkbox input {
    width: 23px;
    height: 23px;
}

.check-txt {
    padding-left: 20px;
}

.check-txt h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.check-txt h4 .text-gold {
    color: #df7000;
    font-size: 20px;
    font-weight: 500;
}

.check-txt p {
    font-size: 15px;
    padding-top: 8px;
}

.check-txt p span.sp-block.small {
    font-size: 12px;
    padding-top: 10px;
}

@media(max-width:900px) {
    

    .top-heading h1 img {
        top: 45px;
    }
}

@media(max-width:767px) {

    .check-flex {
        flex-wrap: wrap;
    }

    .mr-25 {
        margin-right: 0px;
    }

    .dotted-checkbox {
        margin-bottom: 0px;
        margin-top: 50px;
        border: 2px dashed #df7000;
    }

    .tryitfree.sm {
        padding: 0px;
        margin-bottom: 25px;
    }
}

@media(max-width:767px) {
    .top-heading h1 span {
        top: unset;
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 4px;
    }
}

@media(max-width:610px) {
    .top-heading h1 img {
        top: 44px;
        left: 70px;
        max-width: 200px;
    }
}

.color99{
    color: #df7000;
}