/*________________________________features page______________________________*/
.features-Section{
    padding-top: 220px;
    padding-bottom: 80px;
    background-color: #051537;
}

.features-Section h1{
    color: #FFF;
    font-family: 'ExtraBold';
    max-width: 1005px;
    margin: 0 auto;
    font-size: 48px;
}
.features-Section .competitive{
    background-color: #93F6C6;
    color: #051537;
    display: inline-block;
    padding: 5px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
}
.features-Section p{
    max-width: 833px;
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-family: 'Regular';
    margin-top: 20px;
}

.features-Section-title img{
    width: 84px
}
.btn-onoff{
    float: right;
    cursor: pointer;
    margin-top: 12px;
}

.btn-onoff span{
    position: relative;
    display: block;
    width: 80px;
    height: 45px;
    border-radius: 40px;
    background: #ccc;
    border: 1px solid #ccc;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms
}
.btn-onoff input:checked ~ span{
    border: 1px solid #936EFE;
    background: #936EFE
}
.btn-onoff input ~ span:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    color: #444;
    padding: 0px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms
}
.btn-onoff input:checked ~ span:before{
    content: '';
    right: 28px;
    color: #fff
}
.btn-onoff input ~ span:after{
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    top: 5px;
    left: 7px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms
}
.btn-onoff:hover input ~ span:after{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    transform:scale(0.9)
}
.btn-onoff input:checked ~ span:after{
    content: '';
    left: 38px;
}

.features-Section-2{
    background-color: #051537;
}
.features-Section-2-row{
    padding-top: 90px;
    border-radius: 128px 128px 0px 0px;
    background: #F1F3F7;
}

.features-Section-2-block{
    display: inline-block;
    float: left;
    width: 33%;
    margin: 1%;
    border-radius: 32px;
    border: 2px solid #F1F3F5;
    background: #FFF;
    padding: 30px;
    padding-left: 25px!important;
    padding-right: 25px!important;
    margin-top: 12px;
}
.features-Section-2-block img{
    height: 25px;
}
.features-Section-2-block h3{
    font-size: 22px;
    line-height: 32px;
    color: #051537;
    font-family: 'ExtraBold';
}
.features-Section-2-block p{
    min-height: 110px;
    color: #051537;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Regular';
    margin-bottom: unset;
}
.viewAllSec img{
    height: unset!important;
}
.allFeaturesUrl{
    text-decoration: unset!important;
}

.section-1-feature{
    padding-top: unset;
    background: #F1F3F7;
    border-radius: unset;
}
.section-1-feature .left-side{
    flex: 2;
}
.section-1-feature .frame-section1{
    background-image: url('/wp-content/themes/hello-elementor/pages/images/ai-auto-dialer-features.png');
    background-size: contain;
    height: 420px;
}


.section-1-feature .section-description{
    font-size: 16px;
    line-height: 28px;
}
.section-1-feature .btn-contact{
    margin-top: unset;
    background-color: #051537;
}
.section-1-feature .btn-contact:hover{
    background-color: #936EFE;
}
.section-1-feature .container{
    background-image: unset;
}
.section-1 .right-side{
    margin-right: unset!important;
}

/*______Mobile Version______*/
@media (max-width: 1200px) {
    .features-Section{
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px
    }
    .features-Section h1{
        font-size: 32px;
        line-height: 44px;
    }
    .features-Section-title img{
        width: 50px;
        margin-top: -28px;
        margin-bottom: -15px;
    }
    .btn-onoff{
        float: unset;
        height: 36px;
        margin-top: unset;
        padding-top: 12px;
    }
    .btn-onoff span{
        width: 56px;
        height: 36px;
    }
    .btn-onoff input:checked ~ span:after{
        width: 27px;
        height: 27px;
        left: 22px;
    }
    .btn-onoff input ~ span:after{
        width: 27px;
        height: 27px;
        top: 3px;
    }
    .features-Section .competitive{
        line-height: 40px;
        padding: 2px;
        padding-top: 0px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 7px;
    }
    .features-Section .btn-bookADemo{
        width: 100%;
        text-align: center;
        max-width: 320px;
    }
    .features-Section-2-row{
        padding-top: 50px;
        border-radius: 44px 44px 0px 0px;
    }
    .features-Section-2-row .container{
        display: block
    }
    .features-Section-2-block {
        width: 100%
    }
    .section-1-feature .btn-contact{
        margin-top: 35px;
        margin-bottom: 70px;
        width: 152px;
        float: left;
    }
    .sView{
        width: 100%;
        height: unset;
    }
}




/*page outbound-call-center-software-2*/
.section-1 .frame-section_outbound_call{
    background-image: url('/wp-content/themes/hello-elementor/pages/images/sales_team_outbound.webp');
    background-repeat: no-repeat;
    background-size: contain;
    height: 470px;
}
.section-outbound-call-center-1{
    background: unset;
    padding-top: 170px;
}

.section-outbound-call-center-1 .section-title{
    margin-top: -170px;
}
.section-outbound-call-center-2{
    background: #F1F3F5;
    padding-top: 85px;
    padding-bottom: 70px
}
.section-outbound-call-center-2 .container{
    justify-content: space-between;
}
.section-outbound-call-center-2 .block{
    flex: 1;
}
.section-outbound-call-center-2 .block:nth-child(1){
    max-width: 510px;
}
.cntSec .block:nth-child(2){
    max-width: 510px;
    margin-left: auto;
}
.section-outbound-call-center-2 .block h3{
    font-size: 32px;
    font-family: 'ExtraBold';
    line-height: 40px;
}
.section-outbound-call-center-2 .block p{
    font-size: 16px;
    font-family: 'Regular';
    line-height: 28px;
}
.section-outbound-call-center-2 .block img{
    width: 530px;
    float: right;
    object-fit: contain;
    height: auto;
}

.section-outbound-call-center-2 .container{
    margin-top: 70px;
}
.outbound-call-center-block-title{
    text-align: center;
    font-size: 48px;
    font-family: 'ExtraBold';
    line-height: 56px;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.section-features-call-center-1{
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-features-call-center-1 .outbound-call-center-block-title{
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.section-4-01 .block{
    flex: 1;
    margin-bottom: 50px;
}
.section-4-01 .block h3{
    font-size: 32px;
    font-family: 'ExtraBold';
    line-height: 40px;
}
.section-4-01 .block p{
    font-size: 16px;
    font-family: 'Regular';
    line-height: 28px;
    color: #051537;
}
.section-4-01 .block img{
    width: 100%;
    object-fit: contain;
    height: auto;
}
.section-4-01 .block:nth-child(2){
    margin-left: 50px;
    margin-right: 50px;
}
.section-features-call-center-5 .bookADemo{
    height: 630px;
}
.section-features-call-center-2{
    background-color: #F1F3F5;
    padding-top: 70px;
    padding-bottom: 100px;
}
.section-features-call-center-2 .container{
    overflow-x: hidden;
}
.section-features-call-center-2 p{
    text-align: center;
    font-size: 16px;
    font-family: 'Regular';
    margin-top: -18px;
    margin-bottom: 35px;
}
.section-features-call-center-2 img{
    margin-bottom: 17px;
}
.btn-contact-call-center{
    font-size: 16px;
    text-decoration: none;
    background-color: #936EFE;
    padding: 17px 30px 17px 30px;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    border-radius: 14px;
    transition: background-color 0.3s ease-in-out;
    color: #ffff;
    font-family: 'Regular';
    transition: background-color 0.3s ease-in-out;
}
.btn-contact-call-center:hover, .btn-contact-call-center:focus, .btn-contact-call-center:active{
    text-decoration: none!important;
    background-color: #051537;
    color: #ffffff;
}





/*page outbound-call-center-software-2 mobile*/
@media (max-width: 1200px) {
    .section-outbound-call-center-1 .sView{
        background-image: url('/wp-content/themes/hello-elementor/pages/images/sales_team_outbound.webp');
        background-repeat: no-repeat;
        background-size: contain;
    }
    .section-outbound-call-center-1 .section-title{
        margin-top: -140px;
    }
    .section-01{
        margin-top: unset;
    }
    .outbound-call-center-block-title{
        font-size: 32px;
        line-height: 40px;
    }
    .section-outbound-call-center-2{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .section-outbound-call-center-2 .container{
        display: flex;
        flex-flow: column;
        margin-top: 40px;
    }
    .section-outbound-call-center-2 .cntSec0 .block:nth-child(1){
    }
    .section-outbound-call-center-2 .cntSec .block:nth-child(1){
        order: 2
    }
    .section-outbound-call-center-2 .block img{
        width: 100%;
        margin-top: 15px
    }
    .section-outbound-call-center-2 .block h3{
        font-size: 22px;
        line-height: 32px;
    }
    .section-features-call-center-1 .container{
        display: block
    }
    .section-features-call-center-2{
        padding-bottom: 70px;
    }
    .section-features-call-center-2 p{
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-features-call-center-2 img{
        margin-right: 15px;
    }
    .section-4-01{
        padding-bottom: unset;
    }
    .section-4-01 .container{
        display: block;
    }
    .section-4-01 .container .block{
        margin-bottom: 70px;
    }
    .section-4-01 .block h5{
        font-size: 22px;
        line-height: 32px;
    }
    .section-features-call-center-5 .bookADemo{
        height: unset;
    }
}

@media screen and (max-width: 1200px) and (min-width: 574px){
    .section-outbound-call-center-1 .sView{
        padding-top: 45%!important;
    }
    .section-outbound-call-center-2 .block{
        max-width: unset!important;
    }
}

@media (max-width: 580px) {
    .section-outbound-call-center-1 .sView{
        height: unset;
        padding-top: 75%;
    }
    .btn-contact-call-center{
        width: 90%;
        text-align: center;
    }
}



/*________________________________blog single page______________________________*/
.left_side h1, .left_side h2, .left_side h3, .left_side h4, .left_side h5{
    font-family: 'ExtraBold';
}
.block_breadcrumbs{
    justify-content: flex-start!important;
    margin-top: 100px
}
.block_breadcrumbs .breadcrumbs{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    font-family: 'Regular';
}
.block_breadcrumbs .breadcrumbs a{
    color: #9C9FA9;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
}
.block_breadcrumbs .breadcrumbs .brCurr{
    color: #D4D7DF;
}
.contentBlockSingle{
    display: block;
}
.contentBlockSingle .left_side{
    width: 76%;
    display: inline-block;
    float: left;
    padding-right: 25px;
}
.contentBlockSingle .left_side .thumbnailImg img{
    height: auto;
    width: 100%;
    border-radius: 35px;
}
.ue-post-text p{
    margin: 0 0 20px;
}
.ue-post-text .wp-block-table tr, .ue-post-text .wp-block-table td{
    border: 1px solid;
    padding-left: 7px;
}
.contentBlockSingle .right_side{
    width: 24%;
    display: inline-block;
    float: left;
}
.contentBlockSingle .wp-element-caption{
    text-align: center;
    margin-bottom: 15px;
}
.contentBlockSingle .sidebar_banner{
    background-image: url("/wp-content/themes/hello-elementor/pages/images/FrameSidebar.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 465px;
    width: 100%;
    display: table;
    text-align: center;
    padding: 28px;
    border-radius: 35px;
    margin-bottom: 15px;
}

.sidebar_banner .title{
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    padding-top: 47px;
    font-family: 'ExtraBold';
}
.sidebar_banner .title>span{
    color: #051537;
}
.sidebar_banner .description{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Regular';
    margin-top: 20px;
}
.sidebar_banner .description>span{
    color: #051537;
    font-family: 'Bold';
}
.sidebar_banner a{
    border-radius: 14px;
    display: inline-block;
    width: 155px;
    height: 48px;
    background-color: #051537;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Bold';
    text-decoration: unset;
    color: #ffff;
    padding-top: 14px;
    margin-top: 20px;
    transition: background-color 0.3s ease-in-out;
}
.sidebar_banner a:hover{
    text-decoration: none;
    color: #051537!important;
    background-color: #ffffff;
}
.contentBlockSingle .left_side .ue-post-text{
    color: #051537;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Light';
}
.contentBlockSingle p a, .contentBlockSingle strong a, .contentBlockSingle li a,
.contentBlockSingle .left_side .ue-post-text a{
    color: #1D83FE;
}
.contentBlockSingle .left_side .heading-title{
    color: #051537;
    font-size: 48px;
    line-height: 56px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.postAuthor{
    font-family: 'Regular';
    font-size: 20px;
    color: #051537;
    margin-top: 45px;
    margin-left: 5px;
    display: table;
}
.postAuthor img{
    width: 40px;
    height: 40px;
    border-radius: 47px;
    margin-right: 15px;
}
.postAuthor .nameAuthor{
    font-family: 'Bold';
    color: #051537;
}
.secBlAu{
    margin-left: 25px;
}
.contentBlockSingle .left_side .bookADemo {
    padding-top: 55px;
    max-width: 822px;
    margin-top: 30px;
}
.ftwp-item-First{
    height: 300px;
    overflow-y: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}
.ftwp-item-First::-webkit-scrollbar{
    background-color: #F1F3F5;
    width: 3px;
    border-radius: 3px;
}
.ftwp-item-First::-webkit-scrollbar-thumb{
    background-color: #051537;
}
.ftwp-item-First ol{
    padding-left: unset;
}
.ftwp-text-Header{
    display: inline-block;
    margin-bottom: 10px;
    line-height: 30px;
    font-family: 'ExtraBold';
}
.ftwp-item{
    margin-bottom: 10px;
    list-style-type: none;
}
.ftwp-item a{
    color: #051537;
    height: 322px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Regular';

}
.ftwp-item a>span{
    color: #051537;
}
.onlyMobile{
    display: none;
}
.singlePostBanner{
    background-image: url("/wp-content/themes/hello-elementor/pages/images/frameSinglePostBackground.png")!important;
}
.singlePostBanner h3{
    color: #051537;
}
.singlePostBanner p{
    color: #051537;
}
.singlePostBanner span{
    color: #936EFE!important;
}
.singlePostBanner .btn-bookADemo{
    background-color: #051537;
    color: #FFFFFF!important;
}
.singlePostBanner .btn-bookADemo:hover{
    background-color: #936EFE;
}
.contentBlockSingle .ue-post-text ol>li{
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}
.contentBlockSingle .ue-post-text .has-small-font-size{
    font-size: 11px;
    line-height: 17px;
}
.contentBlockSingle .ue-post-text .is-layout-flex{
    display: flex;
}
.contentBlockSingle .ue-post-text .wp-block-image .aligncenter{
    text-align: center;
}
.banner_agent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F8FAFC;
    padding: 25px;
    padding-top: 35px;
    padding-bottom: 5px;
    border-radius: 32px;
    margin-bottom: 35px;
}
.banner_agent .banner_agent_block{
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
}
.banner_agent .banner_agent_block .title{
    font-family: 'ExtraBold';
    color: #936EFE;
    font-size: 48px;
    height: 60px;
}
.banner_agent .banner_agent_block .description{
    font-family: 'Bold';
    font-size: 20px;
    line-height: 32px;
}
.better_experience {
    font-family: 'Bold';
    color: #936EFE;
    font-size: 24px;
    line-height: 30.12px;
    height: 60px;
}

/* Style the dropdown container */
.contentBlockSingle .dropdown {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/* Style the dropdown button */
.contentBlockSingle .dropdown-button {
    background-color: #ffff;
    color: #051537;
    padding: 10px 25px;
    cursor: pointer;
    width: 100%;
    border-radius: 60px;
    border: 2px solid #F1F3F5;
    font-family: 'Bold';
    text-align: left;
}

/* Style the dropdown content */
.contentBlockSingle .dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 9px;
}

/* Style the list items within the dropdown content */
.contentBlockSingle .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #333;
}

/* Show the dropdown content when the button is hovered */
.contentBlockSingle .dropdown:hover .dropdown-content {
    display: block;
}
.postTagsSection{
    font-family: 'ExtraBold';
    font-size: 18px;
    margin-top: 25px;
}
.postTagsSection a{
    font-family: 'Bold';
    border-radius: 55px;
    border: 2px solid #F1F3F5;
    color: #051537;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-left: 10px;
}
.sectionShareArticles p{
    font-size: 22px;
    font-family: 'ExtraBold';
    color: #051537;
}
.sectionShareArticles{
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}
.sectionShareArticles svg{
    margin-left: 15px;
    margin-right: 15px;
}
.ftwpScrolled{
    position: fixed;
    top: 100px;
    max-width: 290px;
}
.contentBlockSingle .ue-post-text, .contentBlockSingle .heading-title{
    padding-right: 70px;
}
/*.contentBlockSingle .middlebanner, .contentBlockSingle .middleblkmob{
    display: none;
}*/


.latestArticles .title{
    font-size: 32px;
    line-height: 40px;
    font-family: 'ExtraBold';
    margin-bottom: 25px;
    color: #051537;
}

.similar-articles {
     display: flex;
     flex-wrap: wrap;
}

.similar-article {
    width: 31.6%;
    margin: 10px;
}
.similar-article-image img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.similar-article a{
    color: #051537;
    text-decoration: unset;
    font-size: 22px;
    line-height: 32px;
    font-family: 'ExtraBold';
}
.similar-article p{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Light';
}
.similar-article .post-date{
    color: #D4D7DF;
    line-height: 30px;
    font-size: 18px;
}
.similar-article .briefDescription{
    padding: 20px;
    border: 2px solid #F1F3F5;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-style: none solid solid solid;
}

.contentBlockSingle .wp-block-heading{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contentBlockSingle .ue-post-text img{
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}
.viewAllArticles{
    font-size: 22px;
    font-family: 'Regular';
    margin: 0 auto;
    display: table;
    color: #1D83FE;
    margin-top: 65px;
    margin-bottom: 65px;
}
.viewAllArticles img{
    fill: #1D83FE;
    width: 24px;
    margin-top: -4px;
}

/*Video container*/
.video-container{
    display: table;
    margin-top: 60px!important;
    margin-bottom: 75px;
}
.video-container .section-description{
    max-width: 929px;
    margin: 0 auto;
    color: #051537;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Regular';
    text-align: center;
}
.video-container h5{
    color: #051537;
    font-size: 32px;
    font-family: 'ExtraBold';
    text-align: center;
}
.video-container-youtube{
    border: 4px solid white;
    border-radius: 32px;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}
.video-container-youtube iframe{
    width: 848px;
    height: 462px;
    margin-bottom: -5px;
}

@media (min-width: 1200px) {
    .similar-article .briefDescription {
        height: 295px;
    }
    .similar-article-image img {
        min-height: 200px
    }
    .contentBlockSingle .left_side .bookADemo{
        max-height: 370px;
    }
}
@media (max-width: 1200px) {
    .contentBlockSingle .sidebar_banner{
        height: unset!important;
        padding-top: 0px;
        padding-bottom: 50px!important;
    }
    .contentBlockSingle .left_side .bookADemo{
        padding-top: 40px;
    }
    .contentBlockSingle .ue-post-text, .contentBlockSingle .heading-title{
        padding-right: unset;
    }
    .contentBlockSingle .bookADemo h3{
        font-size: 32px;
        line-height: 40px;
    }

    .contentBlockSingle .left_side{
        width: 100%;
        padding: unset;
    }
    .contentBlockSingle .right_side{
        width: 100%
    }
    .contentBlockSingle .left_side .thumbnailImg img{
        height: auto;
    }
    .block_breadcrumbs{
        margin-top: 40px;
    }
    .onlyMobile{
        display: block;
    }
    .contentBlockSingle .right_side{
        display: none;
    }
    .left_side .heading-title{
        font-size: 32px;
        line-height: 40px; /* 125% */
    }
    .contentBlockSingle .left_side .ue-post-text{
        font-size: 18px;
        line-height: 30px;
    }
    .similar-article{
        margin: unset;
        width: 100%;
        margin-top: 30px;
    }
    .latestArticles .title{
        margin-bottom: unset;
    }


    .video-container-youtube{
        margin-top: 5px;
    }
    .video-container h5{
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 32px;
    }
    .video-container h5>br{
        display: none;
    }
    .video-container .section-description{
        margin-bottom: 20px;
    }
    .video-container-youtube iframe{
        width: 424px;
        height: 231px;
    }
}
@media (max-width: 565px) {
    .contentBlockSingle .left_side .bookADemo{
        background-image: url(/wp-content/themes/hello-elementor/pages/images/mobilebackground-14.png);
        padding-top: 1px;
    }
    .contentBlockSingle .bookADemo h3{
        margin-top: 45px;
    }
    .banner_agent {
        flex-direction: column;
    }
    .banner_agent_block {
        width: 100%!important;
    }
}
@media (max-width: 470px) {
    .video-container-youtube iframe{
        width: 296px;
        height: 161px;
    }
}





.features-Section-2-block .menuProduct-Left-block2{
    display: none!important;
}