@font-face {
    font-family: 'playfair';
    src: url('../fonts/playfair/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('../fonts/playfair/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'ExtraBold';
    src: url('../fonts/extrabold/OpenSans-Extrabold.woff2') format('woff2'),
    url('../fonts/extrabold/OpenSans-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bold';
    src: url('../fonts/Bold/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/Bold/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Medium';
    src: url('../fonts/Medium/-Medium.woff2') format('woff2'),
    url('../fonts/Medium/-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'Regular';
    src: url('../fonts/Regular/OpenSans.woff2') format('woff2'),
    url('../fonts/Regular/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Light';
    src: url('../fonts/Light/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/Light/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    background-color: #010101!important;
}
.no-scroll {
    position: relative;
}

.before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(5, 21, 55, 0.6);*/
    pointer-events: none; /* Allows clicks to pass through to underlying elements */
    z-index: 9999; /* Place it above other content */
    transition: opacity 0.7s ease-out 0.3s, background-color 0.5s ease-out 0.4s;
}


b, strong{
    font-family: 'ExtraBold';
}
.navFixed{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background: #010101;
}

nav {
    height: 90px;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Dropdown Button */
.dropbtn, .dropbtn1{
    background-color: transparent;
    color: #051537;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: 'Regular';
}
.dropbtn1{
    color: #74767E;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 20px;
    border: 1px solid #9C9FA9;
    margin-top: 19px;
    margin-bottom: 10px;
}
.dropbtn .flag{
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin-right: 5px;
    float: left;
}
#country_id_header .arrowBottom{
    width: 9px;
    margin-top: 9px!important;
}
.nav-links .dropdown{
    border: 1px solid #DDDFEC;
    border-style: none solid none none;
    padding-right: 18px;
    margin-right: -10px;
}
.ico-language{
    float: right;
    margin-left: 8px;
    margin-top: 4px
}
.button_lng_header .dropbtn1{
    padding: unset;
    border: unset;
    color: #94A3B8;
    margin-top: 10px;
    padding-left: 10px;
}
.navMobile .button_lng_header a{
    padding: 3px!important;
    margin-top: unset!important;
    text-align: right;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#country_id_header{
    font-size: 14px;
    color: #051537;
    font-family: 'Bold';
}
#country_id_header a:hover{
    text-decoration: none;
    color: #936EFE!important;
}
/* Dropdown Content (Hidden by Default) */
.dropdown, .dropdown1, .dropdown2, .dropdown3, .dropdown4, .dropdown5 {
    position: relative;
    display: inline-block;
}

.dropdown-content, .dropdown-content1, .dropdown-content2, .dropdown-content3, .dropdown-content4, .dropdown-content5{
    /*display: none;*/
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out 0.5s, visibility 0.25s linear 0.5s;
    /*animation: fadeIn 0.1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;*/
    /*animation: fadeIn 0.3s ease forwards;*/
    /*transition: opacity .3s ease-out, visibility .25s;*/
    /*transition-delay: .5s;*/
    border-radius: 7px;
}
.dropdown-content, .dropdown-content1{
    text-align: center;
    background-color: #fff;
    font-family: 'Regular';
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    margin-top: -27px;
}
.dropdown-content{
    width: 185px;
}
.dropdown-content1{
    width: 118px;
}
.dropdown-content1 img{
    margin-left: 7px;
}
.dropdown-content img{
    float: left;
    margin-top: 5px;
    margin-right: 7px;
}



.dropdown-content a, .dropdown-content1 a, .dropdown-content2 a, .dropdown-content3 a, .dropdown-content4 a, .dropdown-content5 a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Regular';
}
/*.dropdown-content2 a:hover, .dropdown-content3 a:hover, .dropdown-content4 a:hover, .dropdown-content5 a:hover{
    background-color: #ddd;
}*/
.dropdown:hover .dropdown-content, .dropdown1:hover .dropdown-content1, .dropdown2:hover .dropdown-content2, .dropdown3:hover .dropdown-content3, .dropdown4:hover .dropdown-content4, .dropdown5:hover .dropdown-content5{
    /*display: block;*/

    opacity: 1;
    visibility: visible;
}
.arrowBottom{
    transition: 0.2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    width: 11px;
}
.dropdown:hover .arrowBottom, .dropdown2:hover .arrowBottom, .dropdown3:hover .arrowBottom, .dropdown4:hover .arrowBottom, .dropdown5:hover .arrowBottom{
    transform: rotate(180deg);
}
.dropbtn2, .dropbtn3, .dropbtn4, .dropbtn5{
    background-color: transparent;
    border: unset;
}
.dropdown-content2, .dropdown-content3, .dropdown-content4, .dropdown-content5{
    position: fixed;
    width: 100%;
    left: 0;
    background-color: unset;
    box-shadow: unset;
}

.dropdown-content3 .menuProduct .container,
.dropdown-content4 .menuProduct .container,
.dropdown-content5 .menuProduct .container{
    background: #ffff;
}
/*___________________________________________________________________*/
.dropdown-content a, .dropdown-content1 a{
    color: #051537;
    padding: 3px 9px;
    float: left;
}
.dropdown-content a:hover, .dropdown-content1 a:hover{
    border-radius: 6px;
    text-decoration: none;
}
/*________________________________________________________________*/
.blockDivide{
    width: 100%;
    display: table;
    cursor: pointer;
    margin-left: unset!important;
    height: 33px;
}
.dropdown-content4 .block1 .blockDivide{
    max-width: 350px;
    height: unset;
}
.dropdown-content2 .menuProduct, .dropdown-content3 .menuProduct, .dropdown-content4 .menuProduct, .dropdown-content5 .menuProduct{
    padding-top: 40px;
}
.dropdown-content2 .block1{
    width: 45%;
    padding-left: 35px;
    border: 1px solid #DDDFEC;
    border-style: none solid none none;
    padding-top: unset;
    height: 440px;
}
.dropdown-content2 .block1:nth-child(1){
    padding-left: unset;
    border: none;
}
.dropdown-content2 .block1:nth-child(4){
    border: none;
}
.dropdown-content2 .block2{
    width: 35%;
}
.dropdown-content2 .block3{
    width: 20%;
}
.dropdown2 .block2 .menuProduct-Left-block1{
    margin-right: 7px;
}
.dropdown2 .block3 .menuProduct-Left-block2 a{
    height: 29px;
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.dropdown2 .block3 .menuProduct-Left-block2 a:hover{
   color: #936EFE;
}
.dropdown2 .block3 .menuProduct-Left-block1{
    margin-top: 12px;
}
.dropdown2 .block3 .menuProduct-Left-block2{
    margin-bottom: 2px;
}
.dropdown-content2 .block2 .blockDivide{
    margin-bottom: -8px
}
/*_______________*/

.dropdown-content3 .block1{
    width: 45%;
    padding-left: unset;
}
.dropdown-content3 .block1:nth-child(1){
    width: 25%;
}
.dropdown-content3 .block2{
    width: 35%;
    padding-left: unset;
}
.dropdown-content3 .block3{
    width: 35%;
    border: 1px solid #DDDFEC;
    border-style: none none none solid;
    padding-left: 55px;
    height: 300px;
}



/*________________*/
.dropdown-content4 .arrowRightAnim{
    float: unset;
}
.dropdown-content4 .block1{
    padding-left: unset;
    height: 320px;
    width: 37%
}
.dropdown-content4 .block1:nth-child(2){
    border: 1px solid #DDDFEC;
    border-style: none solid none none;
}
.dropdown-content4 .block2{
    width: 25%;
    padding-left: 60px;
}
.dropdown-content4 .block3{
    width: 30%
}
/*________________*/
.dropdown-content5 .block1{
    width: 45%;
    padding-left: unset;
}
.dropdown-content5 .menuProduct .blockDivide{
    height: unset;
}
.dropdown-content5 .block2{
    width: 25%
}
.dropdown-content5 .block3{
    width: 30%
}
.dropdown4 .menuProduct, .dropdown-content5 .menuProduct, .dropdown-content3 .menuProduct{
    max-height: 450px;
}
.block2 .menuProduct-Left-block2{
    height: 38px
}
.dropdown3 .block1 .menuProduct-Left-block2{
    height: 40px;
}
.dropdown4 .block2 .menuProduct-Left-block1{
    margin-top: -3px;
    width: 35px;
}



.allFeatures{
    display: inline-block!important;
    margin-top: -15px;
    padding: unset!important;
}
.allFeaturesUrl{
    margin-top: unset!important;
    color: #1D83FE!important;
    margin-left: unset!important;
    font-family: 'Bold'!important;
}
.viewAllSec{
    cursor: pointer;
    margin-left: unset!important;
    width: 100%!important;
}
.MobileMenuSection3 .block3 .viewAllSec{
    text-align: right;
}
.dropdown-content3 .viewAllSec{
    text-align: right;
}
.viewAllSec img{
    margin-left: 5px;
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.viewAllSec:hover img{
    margin-left: 10px
}
.allFeatures a{
    color: #1D83FE!important;
}
.allFeatures:hover{
    background-color: unset!important;
}


.block3 .integrationsIcon{
    background-color: #ffff;
    height: 35px;
    padding: 6px;
    width: 37px;
    border-radius: 9px;
}
.block3 .menuProduct-Left-block1{
    width: 25%;
}
.block3 .allFeatures a{
    margin-top: unset!important;
}
.block3 .allFeatures{
    margin-top: 7px
}




.menuProduct{
    height: 100vh;
    max-height: 620px;
    background: #ffffff;
    margin-top: -15px;
    border-top: 1px solid #DDDFEC;
    border-style: solid none none none;
}

.bottom-banner {
    position: sticky;
    bottom: 0;
    background-color: #F8F9FA;
    height: 52px;
    padding-top: 4px;
    box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.1);
}
.bottom-banner .container{
    background: unset!important;
    display: flex;
    justify-content: space-around;
}
.bottom-banner p, .bottom-banner a{
    font-size: 14px !important;
    font-family: 'Regular';
    display: inline-block;
    padding-left: unset;
    padding-right: unset;
}
.bottom-banner p>a{
    border-bottom: 1px solid;
    padding-bottom: unset;
}
.bottom-banner .contactSalesBanner{
    flex: 1;
}

.menuProduct .container{
    align-items: unset;
}
.menuProduct .title,
.MobileMenuSection2 .title,
.MobileMenuSection3 .title,
.MobileMenuSection4 .title {
    /*font-family: 'Bold';*/
    font-size: 14px;
    text-transform: uppercase;
    color: #9C9FA9;
    display: block;
    margin-bottom: 15px;
}
.MobileMenuSection2 .title,
.MobileMenuSection3 .title,
.MobileMenuSection4 .title {
    margin-top: 15px;
    margin-bottom: 20px;
}
.menuProduct .byRole{
    margin-top: 42px;
}
.bl1{
    max-width: 500px;
}
.bl1Product{
    background-image: url('/wp-content/themes/hello-elementor/pages/images/frame_1000002926.webp');
    height: 184px;
    display: table;
    width: 456px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.bl2Product{
    background-image: url('/wp-content/themes/hello-elementor/pages/images/Frame_1437253778.png');
    height: 184px;
    display: table;
    width: 456px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.bl3Product{
    background-image: url('/wp-content/themes/hello-elementor/pages/images/frame_100000002925_1.webp');
    display: table;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
    margin-top: 11px;
    margin-bottom: 3px;
}
.bl4Product{
    background-image: url('/wp-content/themes/hello-elementor/pages/images/frame_10000029257.webp');
    display: table;
    background-size: contain;
    background-repeat: no-repeat;
    width: 338px;
    height: 238px;
    margin-top: 11px;
    margin-bottom: 3px;
}
.bl5Product{
    background-image: url('/wp-content/themes/hello-elementor/pages/images/about.webp');
    display: table;
    background-size: contain;
    background-repeat: no-repeat;
    width: 338px;
    height: 238px;
    margin-top: 17px;
}

.bl1 p{
    display: table;
    float: left;
    color: #9C9FA9;
    font-size: 14px;
    font-family: 'Regular';
    font-weight: 400;
    line-height: 22px;
    transition: color 0.3s ease;
}
.MobileMenuSection4{
    height: 305px!important;
    padding-top: 25px !important;
    padding-bottom: 10px;
}
.MobileMenuSection4 .bl1 p{
    margin-top: 4px;
}
.section-2Block{
    width: 23%;
    display: inline-block;
    float: left;
    margin: 0.5%;
    border: 2px solid #F1F3F5;
    padding: 30px;
    padding-left: 25px!important;
    padding-right: 25px!important;
    border-radius: 32px;
    margin-top: 25px;
    height: 307px;
}
.salesProcess .section-2Block img{
    width: unset;
}
.section-2Block h4{
    font-size: 22px;
    line-height: 32px;
    color: #051537;
    font-family: 'ExtraBold';
}
[lang="ar-AE"] .section-2Block h4{
    direction: ltr;
    text-align: right;
}
.section-2Block p{
    color: #051537;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Regular';
}

.menuProduct-Left-block1{
    display: inline-block;
    /*width: 13%;*/
    width: 35px;
    float: left;
}
.menuProduct-Left-block2{
    display: inline-block;
    width: 80%;
    float: left;
}
.productBl2 .menuProduct-Left-block2 p{
    margin-bottom: 25px;
}
.MobileMenuSection4 .productBl2 .menuProduct-Left-block2 p,
.dropdown4 .dropdown-content4 .menuProduct-Left-block2 p{
    margin-bottom: 20px;
}
.menuProduct-Left-block2 a{
    margin-top: unset;
    padding: unset;
    display: inline-block;
    font-weight: 500!important;
    margin-bottom: unset;
    font-size: 16px;
    color: #051537;
    transition: color 0.3s ease;
}

/*__________________Hover Effects_______________*/

.blockDivide svg, .blockDivide2 svg{
    fill: #051537;
    transition: fill 0.3s ease;
    width: 22px;
}
/*.blockDivide:hover svg, .blockDivide2:hover svg{
    fill: #936EFE;
}*/
/*.navFixed .dropdown-content2 .blockDivide a:hover::after,
.navFixed .dropdown-content3 .blockDivide a:hover::after,
.navFixed .dropdown-content4 .block2 .blockDivide a:hover::after {
    content: "•";
    padding-left: 7px;
    margin-top: 1px;
    color: #93F7C6;
    position: absolute;
    font-size: 14px;
}*/

.blockDivide .menuProduct-Left-block2 .arrowRightAnim{
    margin-left: 7px;
    margin-top: 4px;
}
.blockDivide:hover .menuProduct-Left-block2 .arrowRightAnim{
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    margin-left: 12px;
}


.block3 .integrationsIcon svg{
    height: 25px;
    width: 25px;
}
.menuProduct-Left-block2 svg{
    margin-left: 7px;
    width: 17px;
}
.block-ai-features a{
    display: block;
    width: 100%
}
.block-ai-features ul{
    padding-left: unset;
}
[lang="ar-AE"] .block-ai-features ul{
    padding-right: unset;
}
[lang="ar-AE"] .block-ai-features li{
    margin-right: unset!important;
}

.block-ai-block2{
    height: 90px!important;
}
.block-ai-features li{
    margin-left: unset!important;
    display: table;
    margin-bottom: 6px;
    width: 100%;
}
.block-ai-features li>a{
    font-size: 14px!important;
    color: #9C9FA9!important;
    font-family: 'Regular'!important;
    font-weight: 100!important;
}
.block-ai-features li>a:hover{
    color: #936EFE!important;
}
.block-ai-features li:nth-child(1){
    margin-top: 12px;
}
.pwDialer{
    margin-top: -10px;
    margin-bottom: 9px;
}
.pwDialer a{
    font-size: 14px!important;
}
.disabled-blockDivide:hover a{
    color: inherit!important;
}
.disabled-blockDivide:hover svg{
    fill: inherit!important;
}

.logo img {
    width: 164px;
}
.letter, .phone {
    display: inline-block;
    margin-right: 11px;
    margin-top: 2px;
    float: left;
}
.phone {
    width: 18px;
    margin-top: 5px;
}
.nav-links li{
    display: inline-block;
    margin-left: 25px;
}
/*.nav-links .dropbtn4{
    padding-right: 36px;
}*/
.nav-numbers{
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: unset;
}
.nav-numbers li{
    display: inline-block;
    margin-left: 34px;
}
.nav-links{
    margin-bottom: unset;
    margin-left: auto;
}
.nav-links li a {
    color: #051537;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Regular';
}

/* Chrome specific styles */
.nav-links li a:hover{
    /*font-family: 'Bold';*/
    /*font-weight: 600;*/
    color: #737B8D;
}
.navFixed .blockDivide:hover a, .navFixed .blockDivide2:hover a, .bottom-banner a:hover, .dropdown-content a:hover{
    /*font-weight: 600!important;*/
    color: #936EFE!important;
}
.navFixed .blockDivide:hover svg{
    fill: #936EFE;
}

.nav-links .btn-contact {
    font-size: 14px!important;
}
.btn-contact {
    border-radius: 4px;
    color: #FFFFFF !important;
    padding: 12px 20px 12px 20px;
    margin-left: 10px;
    transition: background-color 0.3s
    ease-in-out;
    cursor: pointer;
    border: 1px solid white;
}
.btn-contact:hover{
    background-color: rgb(47, 40, 40);
    font-weight: unset!important;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000!important; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-left: 8px;
    padding-right: 8px;
}
::-webkit-scrollbar{
    width: 10px;
}
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}*/
::-webkit-scrollbar-thumb {
    background: silver;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    max-width: 500px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    box-shadow: unset!important;
    border-radius: 20px!important;
}
.modal-content ul{
    margin: unset;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.modal-content li{
    list-style-type: none;
    border-bottom: 1px solid rgba(156, 159, 169, 0.20);
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal-content img{
    height: 20px;
    margin-top: -3px;
    margin-right: 5px;
}
#myModal1 .modal-content img{
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
}
.modal-content li>a{
    color: #051537;
    font-family: 'Regular';
    font-size: 20px;
    line-height: 28px;
    text-decoration: unset;
}
/*Modal Pop-Up*/
#myBtn2{
    background-color: #936EFE;
    font-size: 18px;
    font-family: 'Regular';
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #ffff;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px;
    padding-left: 14px;
    padding-right: 14px;
    transition: background-color 0.3s ease-in-out;
}
#myBtn2:hover{
    text-decoration: unset;
    background-color: #051537;
    cursor: pointer;
}
#myModal2 .request_a_demo_theme h4{
    font-family: 'Bold';
}
#myModal2{
    padding-top: unset;
}
#myModal2 .request_a_demo_theme .sucsess_message{
    box-shadow: unset;
    text-align: center;
}
#myModal2 .request_a_demo_theme .sucsess_message p{
    font-family: 'Regular';
    font-size: 18px;
}
#myModal2 .close{
    font-weight: unset;
    font-size: 40px;
    font-family: 'Light';
    color: #ffffffb3;
    opacity: unset;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 14px;
    /*width: 100%;*/
    /*text-align: right;*/
    /*line-height: 55px;*/
    /*border: 1px solid #CBD5E1;*/
    /*border-style: none none solid none;*/
    position: absolute;
    right: 450px;
    text-shadow: unset!important;
}
#myModal2 .title{
    text-align: center;
    font-family: 'Bold';
    font-size: 32px;
    color: #051537;
}
#myModal2 .close:hover{
    opacity: 0.7;
}
/*#myModal2 .modal-content::-webkit-scrollbar {
    display: none;
}*/
#myModal2 .request_a_demo_theme{
    padding: 25px;
    padding-top: 45px;
}
#myModal2 .modal-content{
    width: 460px;
    overflow-y: auto;
    float: right;
    height: 100%;
    margin-right: -10px;
    border-radius: unset!important;
}
#myModal2 .request_a_demo_theme .field label{
    font-family: 'Bold';
    color: #051537;
    font-size: 14px;
    margin-top: -5px!important;
}
#myModal2 .request_a_demo_theme .field label>em{
    color: #051537;
}
#myModal2 .request_a_demo_theme .wpcf7-text{
    border: 1px solid #CBD5E1!important;
    height: 40px !important;
    border-radius: 8px !important;
    padding-left: 15px !important;
    background: #ffff !important;
    font-family: 'Regular';
    font-size: 14px;
}
#myModal2 .request_a_demo_theme .wpcf7-text::placeholder,
#myModal2 .request_a_demo_theme .wpcf7-textarea::placeholder,
#myModal2 #my_id::placeholder{
    font-family: 'Regular';
    color: #CBD5E1;
    font-size: 14px;
}

#myModal2 .iti--separate-dial-code .iti__selected-flag{
    background-color: #FFF;
    border: unset;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 15px;
}
#myModal2 .vsp_phone_field{
    background-color: #FFFFFF;
    border-radius: 8px;
    font-size: 14px;
}
#myModal2 .iti--separate-dial-code .iti__selected-dial-code{
    font-size: 12px;
    font-family: 'Regular';
}
#myModal2 .modal-content ul{
    padding: unset;
    max-width: 372px;
}
#myModal2 .iti__selected-flag .iti__flag{
    width: 15px;
    border-radius: 2px;
}
#myModal2 #validPhoneChecker, #myModal2 .cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip{
    font-size: 10px !important;
    background: unset;
    padding-left: 7px;
    max-height: 45px;
}
#myModal2 .cf7-smart-grid.has-grid .field .phone{
    margin-top: unset;
}
#myModal2 .iti__flag.iti__de{
    width: 12px;
    border-radius: 50%;
}
#myModal2 .numberOfUsers label{
    display: inline-block;
}
#myModal2 .numberOfUsers .wpcf7-form-control-wrap{
    width: unset;
}
#myModal2 .numberOfUsers .wpcf7-list-item{
    margin: 0 0 0 2em;
}
#myModal2 .numberOfUsers .wpcf7-list-item .wpcf7-list-item-label{
    font-family: 'Regular';
    cursor: pointer;
}
#myModal2 .wpcf7-checkbox .wpcf7-list-item{
    margin: 0 1em 0 0;
}
#myModal2 .wpcf7-checkbox .wpcf7-list-item-label{
    color: #051537;
    font-size: 14px;
    font-family: 'Regular';
    cursor: pointer;
}
#myModal2 .callMeIn .wpcf7-checkbox{
    margin: 1em 0 0 0;
    margin-top: unset;
    margin-left: 15px;
}
#myModal2 .callMeIn .wpcf7-form-control-wrap{
    width: unset;
}
#myModal2 .border-green{
    border-width: 1px!important;
}
#myModal2 .border-red{
    border: 1px solid #FF6E5D!important;
}
#myModal2 .modal-content li{
    padding: 5px 10px;
}
#myModal2 .col-n4{
    height: 25px;
}
#myModal2 .col-n5 .wpcf7-checkbox label{
    margin-top: 2px !important;
    margin-bottom: 9px !important;
}
#myModal2 .col-n6 .wpcf7-textarea{
    background-color: #FFFFFF;
    border-radius: 8px;
    height: 64px;
    resize: none;
}
#myModal2 .callMeIn label{
    padding-left: unset;
    display: inline-block;
}
#myModal2 .recaptcha {
    margin: 0 auto;
    display: table;
    transform: scale(0.85);
    margin-bottom: -10px;
    margin-top: -10px;
}
#myModal2 #my_button_id, #myModal2 #my_button_id2 {
    background-color: #936EFE;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    width: 100% !important;
    float: left;
    font-family: 'Regular';
    border-radius: 8px;
    font-size: 14px;
    height: 48px;
    margin-top: 10px;
    transition: background-color 0.3s ease-in-out;
}
/*#myModal2 .whatsAppWeb img{
    width: 14%;
    height: 45px;
    border: 1px solid #051537;
    padding: 8px;
    float: right;
    border-radius: 8px;
    margin-top: 10px;
}*/
#myModal2 #my_button_id:hover, #myModal2 #my_button_id2:hover{
    background-color: #051537;
    color: #FFF;
}
#myModal2 .wpcf7-not-valid-tip{
    font-size: 13px;
}
#myModal2 .col-n9{
    margin-bottom: unset;
}
#myModal2 .wpcf7-spinner{
    margin-top: 15px;
    top: 50px;
    position: absolute;
    left: 0;
}
.no-vertical-overflow{
    overflow-x: hidden;
    overflow-y: hidden;
}
.remove-overflow-hidden{
    overflow-x: unset;
    overflow-y: unset;
}
.modal-body{
    padding: 35px 120px 60px 120px;
}
.modal-header h1{
    font-size: 40px;
    color: #323133;
    font-family: 'DosisSemiBold';
}
.modal-header p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'DosisSemiBold';
    margin-bottom: 30px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close {
    color: #B0B0B0;
    float: right;
    font-size: 32px;
    font-weight: 600;
    margin: 12px 24px 8px 11px;
}
.close:hover,
.close:focus {
    color: #858383;
    text-decoration: none;
    cursor: pointer;
}
.row {
    position: relative;
}
.row input[required] + .custom-placeholder {
    position: absolute;
    top: 9px;
    left: 14px;
    font-family: 'DosisRegular';
    color: #828282;
    font-size: 20px;
    cursor: auto;
}
.row input[required] + .custom-placeholder::after {
    content: "*";
    color: #eb5757;
}
.row input[required]:valid + .custom-placeholder {
    display: none;
}
.demoInputBox {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    border: 0.833333px solid #E0E0E0;
    padding-left: 3%;
    width: 97%;
}
#frmContact div {
    margin-bottom: 5px
}
.info {
    font-size: 11px;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
    margin-bottom: 8px;
    margin-top: 2px;
    height: 10px;
    display: block;
    font-family: 'DosisRegular';
}
.btnAction {
    background: #FF008C;
    font-size: 20px;
    color: #FFFFFF;
    width: 100%;
    border: none;
    padding: 14px 0px 14px 0px;
    cursor: pointer;
    font-family: 'DosisSemiBold';
}
.error {
    padding: 7px 12px;
    color: #FF6600;
    font-family: 'DosisRegular';
    text-align: center;
}
.success{
    padding: 7px 12px;
    color: #12CC1A;
    font-family: 'DosisRegular';
    text-align: center;
}
.left-side {
    flex: 1;
    padding: 20px 20px 20px 0px;
}
.left-side .section-description2{
    padding-left: unset;
}
[lang="ar-AE"] .left-side .section-description2{
    padding-right: unset;
}
.left-side .section-description2 li>svg{
    float: left;
    width: 17px;
    margin-top: 6px;
    margin-right: 10px;
}
[lang="ar-AE"] .left-side .section-description2 li>svg{
    float: right;
    margin-right: unset;
    margin-left: 10px;
}
.left-side .section-description2 li{
    float: left;
    margin-top: 2px;
    color: #051537;
    font-family: 'Bold';
    font-size: 20px;
    margin-bottom: 15px;
    width: 41%;
    list-style-type: none;
}
[lang="ar-AE"] .left-side .section-description2 li{
    float: right;
    text-align: right;
}
.right-side {
    flex: 1;
    padding: 20px;
}
.center-side {
    flex: 1;
    padding: 20px;
}


.section-2, .section-3, .section-4{
    padding-top: 70px;
    padding-bottom: 70px;
}


/*________Section_1_______*/
.section-1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
    padding-top: 85px;
}

.section-1 .videoMP4 {
    margin-top: -90px;
    padding-top: 90px;
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px
}
.section-1 .section-title {
    font-size: 60px;
    line-height: 60px;
    color: #051537;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'Bold';
}
.section-1 .section-title span, .bookADemo h3>span{
    font-family: 'playfair';
}
.section-1 .section-description {
    color: #051537;
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: -15px;
    line-height: 32px;
    font-family: 'Regular';
}
.section-1 .btn-contact, .btn-bookADemo{
    color: #020617!important;
    border: unset;
    margin-left: unset;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    background-color: #00BFFF;
    padding: 15px 20px 15px 20px;
    margin-top: 35px;
    margin-bottom: 50px;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
}
.section-1 .btn-contact:hover{
    background-color:#051537;
}
.section-1 .right-side{
    padding-bottom: unset;
    padding-right: unset;
}
/*.section-1 .container{
    background-image: url("/wp-content/themes/hello-elementor/pages/images/svg/arrowDash.svg");
    background-size: 105px;
    background-position: bottom 84px right -16px;
    background-repeat: no-repeat;
}*/
.section-1 .frame-section1 {
    background-image: url('/wp-content/themes/hello-elementor/pages/images/human.webp');
    height: 707px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
}
.section-1 .frame-section {
    width: 640px;
    height: 730px;
    object-fit: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 100px;
    margin-bottom: -5px;
    margin-top: -15px;
}

.section-1 .right-side{
    margin-right: -75px;
    position: relative;
}




/*stars*/
.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 20px;
    height: 25px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    margin-top: -8px;
}
.star-ratings-css::before {
    content: '★★★★★';
    opacity: .3;
}

[title=".0"]::after {
    width: 0%;
}
[title=".1,5"]::after {
    width: 12.5%;
}
[title=".2"]::after {
    width: 25%;
}
[title=".2,7"]::after {
    width: 37.5%;
}
[title=".2,5"]::after {
    width: 50%;
}
[title=".3"]::after {
    width: 62.5%;
}
[title=".3,8"]::after {
    width: 75%;
}
[title=".4"]::after {
    width: 87.5%;
}
[title=".4,8"]::after {
    width: 95%;
}
.star-ratings-css::after {
    color: #FFC947;
    content: '★★★★★';
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top:0;
    width: attr(rating);
    overflow: hidden;
}
.rateCapterra{
    background-color: #F8F9FA;
    border-radius: 14px;
    padding: 15px 35px 17px 29px;
    display: table;
    margin: 55px 0px -15px 0px;
}
.rateCapterra .rate-left{
    color: #051537;
    display: inline-block;
    float: left;
    padding-right: 27px;
    font-size: 22px;
    font-family: 'ExtraBold';
    border: 2px solid;
    border-style: none solid none none;
}
.rateCapterra .rate-left img{
    float: left;
}
.rateCapterra .rate-right{
    display: inline-block;
    float: left;
}
.rateCapterra .rate-right img{
    width: 104px;
    height: 25px;
    margin-top: 10px;
    margin-left: 27px;
}


/*_______Section_01_______*/
.section-01{
    display: block;
    padding-top: 35px;
    padding-bottom: 100px;
}
.section-01 button{
    display: none!important;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 60px;
    display: block;
    cursor: pointer
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*_______Section-02_______*/

@-webkit-keyframes slide {
    0%, 50% {
        opacity: 0;
        display: block !important;
    }
    100% {
        opacity: 1;
        display: block !important;
    }
}
@keyframes slide {
    0%, 50% {
        opacity: 0;
        display: block !important;
    }
    100% {
        opacity: 1;
        display: block !important;
    }
}
.section-02 {
    padding-top: 70px;
}
.section-02 .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    width: calc(100% - 10px);
    height: 630px;
    padding-bottom: 40px;
    border-radius: 27px;
    margin-bottom: 35px;
}
.section-02 .options .option:nth-child(1){
    background-color: #051537;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.section-02 .options .option:nth-child(2) .labelTitle{
    left: -8px;
}

.section-02 .options .option:nth-child(2){
    background-color: #93F6C6;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.section-02 .options .option:nth-child(1) .labelTitle{
    left: -36px;
    top: 122px;
}
.section-02 .options .option:nth-child(3){
    background-color: #F1F3F5;
    min-width: 120px!important;
    border-radius: 30px;
}
.section-02 .options .option:nth-child(3) .shadowLeft{
    border: none
}
.section-02 .options .option:nth-child(3) .labelTitle{
    left: -7px;
    top: 95px;
}
.section-02 .option:nth-child(2) .shadowRightContent img{
    width: 600px;
    height: auto;
    margin-top: 15px;
}
.section-02 .option:nth-child(1) .shadowRightContent img{
    width: 743px;
    height: auto;
    margin-left: -60px;
    margin-top: 43px;
}
.section-02 .option:nth-child(3) .shadowRightContent img{
    width: 792px;
    height: auto;
    margin-left: -60px;
    margin-top: 41px;
}

.section-02 .options .option {
    position: relative;
    overflow: hidden;
    min-width: 140px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 100%;
    background-position: left bottom;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.section-02 .options .option:nth-child(2), .section-02 .options .option:nth-child(3){
    margin-left: -24px!important;
}

.section-02 .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    margin: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-02 .options .option:not(.active) {
    flex-grow: 1;
}

.section-02 .options .option:not(.active) .label .info > div {
    left: 20px;
    opacity: 0;
}
.section-02 .options .option .label {
    display: flex;
    position: absolute;
    left: 35px;
    bottom: 33px;
    height: 40px;
    transition: 0.7s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.section-02 .options .option:not(.active) .label{
    /*some animation*/
}
.section-02 .options .active .label{
    transform: rotate(360deg);
}
.section-02 .options .shadow{
    height: 100%;
}

.section-02 .options .shadowLeft{
    min-width: 120px;
    height: 525px;
    margin-top: 32px;
}
.section-02 .options .shadowRight{
    width: 80%;
    display: inline-block;
    float: left
}
.section-02 .shadowRightContent{
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: none;
}

.section-02 .active .shadowRightContent{
    position: absolute;
    display: block!important;
    padding: 30px;
    padding-left: 55px;
}
.section-02 .shadowRightContent h3{
    font-size: 48px;
    font-family: 'ExtraBold';
    max-width: 648px;
}
.section-02 .shadowRightContent p{
    font-size: 16px;
    padding-top: 20px;
    font-family: 'Regular';
    max-width: 648px;
}


.section-02 .options .active .shadowLeft{
    width: 120px;
    display: inline-block;
    float: left;
    border: 1px solid!important;
    border-style: none solid none none!important;
    border-color: #9C9FA9!important;
}
.section-02 .options .active .shadowRight{
    width: 700px;
    height: 100%;
    display: inline-block;
    float: left
}





.section-02 .options .option .labelTitle{
    display: flex;
    position: absolute;
    top: 100px;
    font-family: 'ExtraBold';
    font-size: 32px;
    transform: rotate(-90deg);
}


/*_______Section_2________*/
.section-2 img{
    width: 100%;
}
.section-2 .title-center{
    max-width: 980px;
    margin: 0 auto;
}
.section-2 .title-center h2,  .section-3 .title-center h2{
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    color: #051537;
    margin-bottom: 45px;
    font-family: 'ExtraBold';
}
.section-3 .title-center h2{
    font-size: 56px;
}
.section-2 .title-center p {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #323133;
    font-family: 'DosisMedium';
}
.section-2 .section-title {
    font-size: 35px;
    line-height: 47px;
    color: #323133;
    margin-top: -60px;
    font-family: 'DosisBold';
}
.section-2 .section-description {
    font-size: 24px;
    line-height: 36px;
    color: #323133;
    margin-top: -20px;
    font-family: 'DosisMedium';
}

.section-2 .aiauto{
    background-color: #936EFE;
    background-image: url("/wp-content/themes/hello-elementor/pages/images/compressed/group-1437253668-64ee916464aa1.webp");
    cursor: pointer;
    height: 540px;
    background-size: 600px;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 25px;
    border-radius: 32px;
}
[lang="ar-AE"] .section-2 .aiauto{
    background-image: url("/wp-content/themes/hello-elementor/pages/images/hebrew/group-1437253668-64ee916464aa1.webp")!important;
}
.section-2 .voicespinMessaging{
    background-color: #051537;
    background-image: url("/wp-content/themes/hello-elementor/pages/images/compressed/frame-1437253731-64ee91646679.webp");
    cursor: pointer;
    height: 540px;
    background-size: 365px;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 25px;
    border-radius: 32px;
}
[lang="ar-AE"] .section-2 .voicespinMessaging{
    background-image: url("/wp-content/themes/hello-elementor/pages/images/compressed/frame-1437255686-675ad9d421d14-he.webp");
}
.section-2 .aiauto h3, .section-2 .voicespinMessaging h3{
    font-family: 'ExtraBold';
    line-height: 24px; /* 133.333% */
    color: #FFF;
    font-size: 22px;
}
.section-2 .aiauto p, .section-2 .voicespinMessaging p{
    font-size: 14px;
    font-family: 'Regular';
    line-height: 22px; /* 157.143% */
    color: #FFF;
    max-width: 470px
}

/*_________Section_3________*/
.section-3 .title-center{
    max-width: 782px;
    margin: 0 auto;
}
.section3Block{
    width: 33%;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
[lang="ar-AE"] .section3Block{
    text-align: center;
}
.section3Block span{
    display: inline-block;
    width: 100%;
    font-size: 96px;
    font-family: 'Bold';
    color: #051537;
}
.section3Block p{
    font-size: 20px;
    line-height: 32px;
    color: #051537;
    font-family: 'Regular';
    display: inline-block;
    margin: 0 auto;
    max-width: 230px;
}

/*_______Section-4_______*/
.section-4{
    display: block;
    padding-bottom: 0px;
}
.section-4 .slick-prev{
    position: absolute;
    z-index: 15;
    top: 0;
    right: 70px;
    margin-top: -95px;
    border-radius: 50%;
    border: none;
    width: 58px;
    height: 58px;
    transition: 0.2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.section-4 .slick-prev:hover{
    background-color: #051537;
}
.section-4 .slick-prev:hover svg{
    fill: #F8F9FA;
}
.section-4 .slick-prev svg{
    margin-top: 5px;
    margin-right: 4px;
    fill: #051537;
    transition: 0.2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.section-4 .slick-next svg{
    margin-top: 5px;
    margin-left: 3px;
}
.section-4 .slick-next{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -95px;
    background-color: #936EFE;
    border-radius: 50%;
    border: none;
    width: 58px;
    height: 58px;
    transition: 0.2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.section-4 .slick-next:hover{
    background-color: #051537;
}
.section4Title{
    color: #051537;
    font-size: 48px;
    font-family: 'ExtraBold';
    margin-bottom: 35px;
}


.section-4 .slide p{
    color: #051537
}
.section-4 .slideHeader img{
    width: 84px;
    height: 84px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.section-4 .slick-initialized .slick-slide{
    background-color: #F8F9FA;
    border-radius: 32px;
    padding: 30px;
    min-height: 357px;
    cursor: pointer;
}
.section-4 .slideFooter{
    color: #051537;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Regular';
    margin-top: 10px;
}

.section-4 .slideHeader p{
    font-family: 'ExtraBold';
    font-size: 32px;
    line-height: 40px;
    color: #051537;
    display: inline-block;
}
.section-4 .slick-slide{
    margin: 0px 10px;
}

.section-4 .slick-track .slick-current{
    background-color: #936EFE!important;
}
.section-4 .slick-current .slideHeader p{
    color: #FFF!important;
}
.section-4 .slick-current .slideFooter{
    color: #FFF!important;
}

/*_______Section-5_______*/

.section-5, .section-6{
    background-color: #F1F3F5;
    padding-top: 125px;
}

.bookADemo{
    background-image: url("/wp-content/themes/twentyseventeen/pages/images/3/bg-desktop.webp");
    height: 503px;
    width: 100%;
    border-radius: 32px;
    padding-top: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.bookADemo h3{
    color: #FFF;
    font-size: 48px;
    line-height: 56px;
    max-width: 870px;
    margin: 0 auto;
    text-align:center;
    font-family: 'Bold';
    margin-bottom: 12px;
}
.bookADemo p{
    color: #E2E8F0CC;
    font-size: 16px;
    line-height: 24px;
    max-width: 630px;
    margin: 0 auto;
    text-align:center;
    font-family: 'Regular';
}
.btn-bookADemo:hover{
    text-decoration: none;
    background-color: #FFFFFF;
}

/*_______Section-6_______*/
.section-6{
    padding-bottom: 125px;
}
.section-6 .title-center{
    margin: 0 auto;
}
.section-6 .title-center h3{
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    color: #051537;
    margin-bottom: 45px;
    font-family: 'ExtraBold';
}

.parent-container {
    margin: 0 auto;
    padding: 0 20px 0 20px;
    max-width: 800px;
    width: 100%;
}

.faq {
    list-style: none;
    padding: unset;
}
.faq li {
    background: #FFF;
    margin-bottom: 15px;
    border-radius: 20px;
}
.faq li.active .answer {
    max-height: 330px !important;
    padding-bottom: 25px;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq li.active .question {
    color: #936EFE;
    transition: color 0.5s ease;
}
.faq .answer {
    color: #051537;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    font-family: 'Regular';
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 21px;
    right: 18px;
    top: 50%;
    z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
    background: #000;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
    transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
    transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}
.faq .question {
    color: #051537;
    font-size: 22px;
    font-family: 'ExtraBold';
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    transition: color 0.5s ease;
    padding: 18px 55px 18px 20px;
    margin: unset;
}


/*_______Footer_______*/
.footer {
    background: #ffff;
    padding-top: 33px;
}
.footer-left .socials{
    margin-top: 25px;
    margin-bottom: 20px;
}
.footer-left .socials a{
    text-decoration: none!important;
}
.footer-left .iso{
    width: 80px;
    margin-top: 20px;
}
.footer-left p{
    font-size: 14px;
    font-family: 'Regular';
    color: #051537;
}
.footer-left p>a{
    color: #051537;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    display: inline-block;
    margin-bottom: 5px;
}
.footer-left p>a:hover{
    color: #936EFE;
}
.footer-left .logo img{
    width: 164px;
}
.footer-left .socials svg{
    margin-right: 6px;
}
.footer .emailSales{
    color: unset;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    margin-top: 17px;
}
.footer .emailSales:hover{
    color: #936EFE
}
.socials svg{
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    fill: #051537;
}
.socials svg:hover{
    fill: #936EFE;
}

.footer-right{
    margin-left: auto;
}
.FooterSection{
    display: inline-block;
    float: left;
    margin-right: 27px;
    margin-top: 12px;
}
.FooterSection .h5{
    color: #051537;
    font-size: 14px;
    font-family: 'Bold';
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.1;
}
.FooterSection ul{
    padding-left: unset;
}
.FooterSection p, .FooterSection li{
    margin-bottom: 5px;
    list-style-type: none;
}
.FooterSection .industry{
    margin-top: 45px;
}
.FooterSection .compare{
    margin-top: 45px;
}
#country_id img{
    margin-right: 5px;
}
.FooterSection a{
    color: #9C9FA9;
    font-size: 14px;
    font-family: 'Regular';
    line-height: 28px; /* 175% */
    transition: 0.4s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.appStoreFooter img{
    width: 98px;
    margin-top: 35px;
    margin-right: 10px;
    float: left;
}
.FooterSection a:hover, .copyright-right li>a:hover{
    color: var(--navy, #051537);
    text-decoration: none;
}
.copyright{
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 7px;
    margin-top: 30px;
}
.copyright .copyright-right .copyright-right{
    margin-left: auto;
}
.copyright-right{
    margin-left: auto;
}
.copyright-right ul>li{
    display: inline-block;
    float: left;
}
.copyright-right li{
    margin-left: 30px;
}
.copyright-left p, .copyright-right li>a{
    margin-top: 10px;
    color: #9C9FA9;
    font-family: 'Regular';
    font-size: 14px;
}




/*_________Styles Mobile Version__________*/


.section__header {
    padding: 25px 15px;
    position: relative;
    background: #FFF;
    color: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.section__header .brand {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em;
}

.nav__container1,  .nav__container11{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}
.nav__container1.open, .nav__container11.open {
    max-height: auto;
}
.navMobile .nav-main{
    height: unset;
}
.navMobile .nav a {
    display: inline-block;
    width: 100%;
    padding: 15px 24px;
    color: #051537;
    text-decoration: none;
    font-size: 20px;

    position: relative;
    transition: background 0.4s ease;

    font-family: 'Regular';
}
.navMobile .nav-pills>li+li{
    margin-left: unset;
    margin-top: -2px;
}
.navMobile .nav-pills .liAfter{
    display: block;
    margin-left: 6%;
    width: 87%;
    position: absolute;
    height: 1px;
    background-color: rgba(156, 159, 169, 0.20);
    z-index: 1000;
}

.nav .dropdown-toggle1{
    border-top: 4px solid rgb(0 0 0 / 3%);
}
.nav .dropdown-toggle1,
.nav .dropdown-toggle11,
.nav .dropdown-toggle111,
.nav .dropdown-toggle1111,
.nav .dropdown-toggle11111,
.nav .dropdown-toggle111111,
.nav .dropdown-toggle1111111,
.nav .dropdown-toggle11111111,
.nav .dropdown-toggle111111111,
.nav .dropdown-toggle1111111111,
.nav .dropdown-toggle11111111111,
.nav .dropdown-toggle111111111111
{
    position: relative;
}
.nav .dropdown-toggle1.open:before,
.nav .dropdown-toggle11.open:before,
.nav .dropdown-toggle111.open:before,
.nav .dropdown-toggle1111.open:before,
.nav .dropdown-toggle11111.open:before,
.nav .dropdown-toggle111111.open:before,
.nav .dropdown-toggle1111111.open:before,
.nav .dropdown-toggle11111111.open:before,
.nav .dropdown-toggle111111111.open:before,
.nav .dropdown-toggle1111111111.open:before,
.nav .dropdown-toggle11111111111.open:before,
.nav .dropdown-toggle111111111111.open:before
{
    transform: rotate(225deg) translateY(-50%);
}
.nav .dropdown-menu1,
.nav .dropdown-menu11,
.nav .dropdown-menu111,
.nav .dropdown-menu1111,
.nav .dropdown-menu11111,
.nav .dropdown-menu111111,
.nav .dropdown-menu1111111,
.nav .dropdown-menu11111111,
.nav .dropdown-menu111111111,
.nav .dropdown-menu1111111111,
.nav .dropdown-menu11111111111,
.nav .dropdown-menu111111111111
{
    max-height: 0;
    overflow: hidden;
    background: #F8F9FA;
    transition: max-height 0.6s ease;
    padding-left: unset;
}
.nav .dropdown-menu1.open,
.nav .dropdown-menu11.open,
.nav .dropdown-menu111.open,
.nav .dropdown-menu1111.open,
.nav .dropdown-menu11111.open,
.nav .dropdown-menu111111.open,
.nav .dropdown-menu1111111.open,
.nav .dropdown-menu11111111.open,
.nav .dropdown-menu111111111.open,
.nav .dropdown-menu1111111111.open,
.nav .dropdown-menu11111111111.open,
.nav .dropdown-menu111111111111.open
{
    max-height: auto;
}
.nav .dropdown-menu1 a,
.nav .dropdown-menu11 a,
.nav .dropdown-menu111 a,
.nav .dropdown-menu1111 a,
.nav .dropdown-menu11111 a,
.nav .dropdown-menu111111 a,
.nav .dropdown-menu1111111 a,
.nav .dropdown-menu11111111 a,
.nav .dropdown-menu111111111 a,
.nav .dropdown-menu1111111111 a,
.nav .dropdown-menu11111111111 a,
.nav .dropdown-menu111111111111 a
{
    font-size: 16px;
    padding: 15px 30px;
}
.nav .dropdown-toggle1:before,
.nav .dropdown-toggle11:before,
.nav .dropdown-toggle111:before,
.nav .dropdown-toggle1111:before,
.nav .dropdown-toggle11111:before,
.nav .dropdown-toggle111111:before,
.nav .dropdown-toggle1111111:before,
.nav .dropdown-toggle11111111:before,
.nav .dropdown-toggle111111111:before,
.nav .dropdown-toggle1111111111:before,
.nav .dropdown-toggle11111111111:before,
.nav .dropdown-toggle111111111111:before
{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 2px solid #051537;
    border-left: 0;
    border-top: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg) translateY(-50%);
    right: 35px;
    transition: transform 0.4s ease;
}
.navMobile .nav .open:before{
    right: 27px;
}

.nav .dropdown-menu1 li:last-child, .nav .dropdown-menu11 li:last-child {
    padding-bottom: 10px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: unset!important;
}
.btn__toggle {
    font-size: 9px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #FFF;
    color: #fff;
    height: 50px;
    width: 29px;
    text-align: center;
    padding-top: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    z-index: 1;
    transition: background 0.6s ease, color 0.6s ease;
}
.btn__toggle.open span:nth-child(1), .btn__toggle.open span:nth-child(4) {
    opacity: 0;
}
.btn__toggle.open span:nth-child(2) {
    transform: rotate(45deg);
}
.btn__toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.btn__toggle span {
    display: block;
    height: 2px;
    width: 25px;
    background: #051537;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.6s ease;
}
.btn__toggle span:nth-child(1) {
    top: 31px;
}
.btn__toggle span:nth-child(2), .btn__toggle span:nth-child(3) {
    top: 22px;
}
.btn__toggle span:nth-child(4) {
    top: 25px;
}
.nav-pills>li{
    float: unset!important;
    background: #fff;
}

.section-01-Mobile{
    text-align: center;
    margin-top: 70px;
}
.section-01-Mobile img{
    width: 95px;
    height: 31px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.section-02 .optionsMobile .slideHeader h3{
    font-size: 22px;
    color: #051537;
    font-family: 'ExtraBold';
    line-height: 32px;
    margin-bottom: 20px;
}
.section-02 .optionsMobile .slideFooter{
    color: #051537;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Regular';
}
.section-02 .optionsMobile img{
    height: 160px;
    object-fit: contain;
}
.section-02 .optionsMobile .MobileSlide-1{
    background: #F1F3F5;
    padding: 20px;
    padding-bottom: unset;
    border-radius: 20px;
}
.section-02 .optionsMobile .MobileSlide-2{
    background: #93F6C6;
    padding: 20px;
    padding-bottom: unset;
    border-radius: 20px;
}
.section-02 .optionsMobile .MobileSlide-3{
    background: #051537;
    padding: 20px;
    padding-bottom: unset;
    border-radius: 20px;
}
.section-02 .MobileSlide-3 .slideHeader h3, .section-02 .MobileSlide-3 .slideFooter{
    color: #ffff;
}

.section-02 .MobileSlide-1 img{
    position: relative;
    bottom: -23px;
}
.section-02 .MobileSlide-2 img{
    position: relative;
    bottom: -5px;
}
.section-02 .MobileSlide-3 img{
    position: relative;
    bottom: -4px;
}
.slick-dots{
    margin: 0 auto;
    display: table;
    padding-left: unset;
}
.slick-dots li{
    display: inline-block;
    margin-top: 15px;
    float: left;
}
.slick-dots button{
    width: 8px;
    padding: unset;
    height: 8px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #051537;
}
.slick-dots .slick-active button{
    background-color: #051537;
}


.navMobile{
    z-index: 1000000;
    position: relative;
}
.MobileMenuSection2 .block1,
.MobileMenuSection3 .block1,
.MobileMenuSection3 .block3,
.MobileMenuSection4 .block1,
.MobileMenuSection4 .block2
{
    padding-left: unset;
    padding-right: unset;
}


.MobileMenuSection2, .MobileMenuSection3, .MobileMenuSection4, .MobileMenuSection5{
    padding-top: 5px;
}
.navMobile .MobileMenuSection2, .navMobile .MobileMenuSection3, .navMobile .MobileMenuSection4, .navMobile .MobileMenuSection5{
    padding-left: 25px;
    padding-right: 25px;
}
.MobileMenuSection2 .menuProduct-Left-block2 a, .MobileMenuSection3 .menuProduct-Left-block2 a, .MobileMenuSection4 .menuProduct-Left-block2 a, .MobileMenuSection5 .menuProduct-Left-block2 a{
    padding: unset!important;
    font-family: 'Bold';
    width: unset;
}
.MobileMenuSection4 .block3 .menuProduct-Left-block2{
    margin-top: 10px!important;
    margin-bottom: 9px;
}
.navMobile hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #9C9FA9!important;
}
.navMobile .block1, .navMobile .block2, .navMobile .block3{
    display: table;
    padding-top: unset;
    width: 100%
}
.navMobile .menuProduct-Left-block1{
    width: 10%;
}
.navMobile .block3 .menuProduct-Left-block2 a{
    margin-left: 10px;
}
.navMobile .bl4Product, .navMobile .bl3Product{
    width: 100%;
}

.navMobile h5{
    color: #051537;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Bold';
    margin-top: 15px;
    margin-bottom: 5px;
}
.navMobile .blockDivide{
    margin-top: -4px;
    min-height: 47px;
}
.navMobile .block2 h3{
    color: #051537;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Bold';
}
.navMobile .block3 h3{
    color: #051537;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Bold';
}
.navMobile .allFeatures{
    padding-left: unset!important;
}
.navMobile .contactSales p{
    margin-top: 55px;
    text-align: center;
    color: #051537;
    font-size: 18px;
    font-family: 'Regular';
    background-color: #F8F9FA;
    padding: 25px;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: unset;
}
.navMobile .contactSales p>a{
    margin-top: unset;
    width: unset;
    padding: unset;
    border-bottom: 1px solid;
}
.contactSales{
    background-color: #ffffff;
    padding-top: 65px;
}
.contactSales #myBtn{
    text-align: center;
    max-width: 185px;
    font-family: 'Bold';
    margin: 0 auto;
    display: table;
}
.contactSales #myBtn1{
    text-align: center;
    font-family: 'Bold';
    max-width: 258px;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
    font-size: 20px !important;
    background-color: #F8F9FA;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-radius: 10px;
}
#myBtn1 .flag{
    margin-top: 4px;
}
.contactSales #myBtn1 .arrowBottom{
    width: 15px;
    height: 15px;
    margin-left: 8px !important;
}

.contactSales img{
    width: 19px;
    height: 19px;
    margin-right: 8px;
    float: left;
    margin-top: 2px;
}
.contactSales a{
    font-size: 16px!important;
    padding-top: unset!important;
    padding-bottom: unset!important;
    margin-top: 35px;
}
.contactSales .mobileContactButton{
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: #936EFE;
    color: #ffffff;
    text-decoration: none;
    display: block;
    height: 56px;
    margin-top: 11px;
    font-family: 'Bold';
    padding-top: 15px;
}



.sView {
    width: 100%;
    max-width: 538px;
    margin: 0 auto;
    display: table;
}
.sView svg{
    margin-bottom: -5px;
}

@media (min-width: 1200px) {
    .navMobile{
        display: none!important;
    }
    .section-01-Mobile{
        display: none!important;
    }
    .section-02 .optionsMobile{
        display: none;
    }
    .section-2 .container .row{
        width: 100%;
    }
    .dropdown-content2 .block2{
        width: 45%;
        padding-left: 20px;
    }
    .dropdown-content2 .block3{
        width: 20%;
    }
    .dropdown-content2 .block2 .blockDivide{
        display: inline-block;
        width: 49%;
        float: left;
    }
    .dropdown2 .block2 .menuProduct-Left-block1{
        margin-right: 15px;
    }
    .block3 .menuProduct-Left-block1{
        width: 22%;
    }
    .copyright-right ul>li{
        padding-right: 15px;
        border: 1px solid #DDDDDD;
        border-style: none solid none none;
        margin-left: 12px;
    }
    [lang="ar-AE"] .dropdown2 .block2 .menuProduct-Left-block1{
        margin-left: 14px!important;
    }
    [lang="ar-AE"] .dropdown-content2 .block2{
        padding-right: 20px!important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .section-1 .right-side{
        margin-right: unset;
    }
}
@media (max-width: 1200px) {
    .logo img{
        width: 102px;
    }
    .bookADemo h3{
        font-size: 32px;
        line-height: 40px;
    }
    .pwDialer{
        margin-top: -3px;
    }
    .section-01 .customer-logos{
        display: none!important;
    }
    .section-02 .options{
        display: none;
    }
    .block-ai-features li{
        margin-bottom: -14px;
    }
    .outbound-call-center-block-title{
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-links{
        padding-left: unset;
    }
    .nav-links .btn-contact{
        font-size: 10px!important;
        padding: 12px 15px 12px 15px!important;
    }
    .nav-links li{
        margin-left: 15px;
    }
}
@media (max-width: 420px) {
    .section-4 .slick-initialized .slick-slide{
        min-height: 385px;
    }
}

@media (max-width: 1200px) {
    .left-side .section-description2{
        display: table;
        margin-top: 10px;
    }
    .left-side .section-description2 li{
        width: 100%;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .block-ai-features ul{
        line-height: 45px;
    }
    .MobileMenuSection2 .block2 .blockDivide, .MobileMenuSection3 .block2 .blockDivide{
        margin-bottom: -10px;
    }
    .MobileMenuSection2 .block3 .menuProduct-Left-block2{
        margin-top: 24px;
    }
    .section-2, .section-3, .section-4{
        padding-top: unset;
        padding-bottom: unset;
    }
    .navMobile .brand img{
        width: 135px;
        height: 38px;
        object-fit: contain;
    }
    .bl3Product{
        background-image: url('/wp-content/themes/hello-elementor/pages/images/aiautodialermobileverion_11.webp');
    }

    .section-1 {
        background: #F1F3F7;
        padding-top: unset;
        border-bottom-left-radius: 44px;
        border-bottom-right-radius: 44px;
    }

    .section-1 .section-title{
        font-size: 44px;
        line-height: 44px;
        margin-top: 40px;
        letter-spacing: -1.5px;
    }
    .section-1 .section-description{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: unset;
    }
    .section-1 .btn-contact{
        width: 93%;
        margin: 0 auto;
        margin-top: 30px;
        display: table;
        text-align: center;
        font-size: 16px;
        border-radius: 4px;
        padding: 16px;
        height: 56px;
    }
    .section-1 .container {
        display: block;
        padding-bottom: unset;
        background-image: unset;
    }
    .bookADemoMobile{
        border-radius: 10px;
        background: var(--navy, #051537);
        float: right;
        margin-top: 1px;
        font-size: 12px;
        font-family: 'Bold';
        height: 36px;
        border: none;
        padding-left: 8px;
        padding-right: 8px;
    }
    .bookADemoMobile a{
        color: #ffffff;
        text-decoration: none!important;
    }
    .bookADemoMobile a:hover, .bookADemoMobile a:focus, .bookADemoMobile a:active{
        color: #ffffff!important;
    }
    .open1{
        display: none;
    }
    .section-1 .rateCapterra{
        position: absolute;
        margin: unset;
        left: 50%;
        transform: translate(-45%, 50px);
        width: 291px;
        background: unset;
        z-index: -1;
    }
    .rateCapterra .rate-left{
        padding-right: 22px;
        font-size: 18px;
        border-width: 1px;
    }
    .rateCapterra .star-ratings-css{
        font-size: 17px;
        margin-top: -7px;
    }
    .rateCapterra .rate-right img{
        margin-left: 20px;
    }


    .section-01{
        padding-top: unset;
        padding-bottom: 55px;
        margin-top: -50px;
    }
    .section-02 .slick-slide{
        margin: 0px 15px;
    }
    .section-02{
        padding-top: unset;
        padding-left: unset!important;
        padding-right: unset!important;
        display: block;
    }
    .section-2 .title-center h2 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 110px;
        margin-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-2 .salesProcess{
        padding: 17px;
        margin-top: -14px;
    }
    .section-2 .container img{
        margin-bottom: 10px
    }
    .section-2 .container{
        display: block;
    }
    .section-2 .aiauto, .section-2 .voicespinMessaging{
        margin-bottom: 21px;
    }

    .section-2 .section-2Block{
        width: 100%;
        margin: unset;
        height: unset;
        margin-bottom: 21px;
        border-radius: 20px;
    }
    .section-2Block p{
        font-size: 16px;
        line-height: 28px;
    }
    .section-3 .title-center h2{
        font-size: 32px;
        line-height: 40px;
        margin-top: 90px;
        margin-bottom: unset;
    }
    .section-3 .section3Block{
        width: 100%;
    }
    .section3Block span{
        font-size: 72px
    }
    .section3Block p{
        font-size: 18px;
        text-align: center;
        line-height: 30px;
        margin-top: 25px
    }
    .section-3{
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-3 .container{
        display: block
    }
    .section-4{
        padding-bottom: 70px!important;
    }
    .section-4 .slick-dots li{
        margin-top: 18px;
    }
    .section-4 .section4Title{
        font-size: 32px;
        line-height: 40px; /* 125% */
        margin-top: 90px;
        margin-bottom: 25px;
    }
    .section-4 .slideHeader img{
        width: 56px;
        height: 56px;
    }
    .section-4 .slick-slide .slideHeader p{
        font-size: 22px;
        line-height: 32px; /* 145.455% */
    }
    .section-5{
        padding-top: 70px;
    }
    .bookADemo{
        background-image: url("/wp-content/themes/twentyseventeen/pages/images/3/bg-mobile.webp");
        height:unset;
        padding-top: 41px;
        padding-bottom: 45px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 20px;
    }
    .bookADemo h4, .bookADemo h5{
        font-size: 32px;
        line-height: 40px;
    }
    .section-5 .container p{
        font-size: 16px;
        line-height: 28px;
    }
    .btn-bookADemo{
        width: 100%;
        margin-top: 35px;
        margin-bottom: 5px;
        font-size: 16px;
        border-radius: 4px;
        text-align: center;
    }

    .section-6{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 85px;
    }
    .section-6 .title-center h3{
        font-size: 32px;
        line-height: 40px; /* 125% */
    }
    .section-6 .parent-container{
        padding: unset;
    }
    .section-6 .faq{
        padding: unset;
    }
    .section-6 .faq .question{
        font-size: 18px;
        line-height: 24px;
    }
    .faq .answer{
        line-height: 28px;
    }
    .faq li.active .answer{
        max-height: 575px !important;
        padding-bottom: 25px;
    }
    .faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after{
        height: 2px;
    }

    .footer-left .logo img{
        width: 135px;
        height: 38px;
        object-fit: contain;
    }
    .footer .container{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .footer-right .FooterSection{
        width: 50%;
        display: inline-block;
        float: left;
        margin-right: unset;
    }
    .footer .footer-right{
        margin-left: unset;
    }
    .FooterSection a{
        line-height: 24px;
    }
    .FooterSection p{
        margin-bottom: 7px;
        max-width: 150px;
    }
    .footer .copyright-right{
        margin-left: unset;
    }
    .footer .copyright-right ul{
        padding-left: unset;
    }
    .footer .copyright-right li{
        margin-left: unset;
        margin-right: 30px;
        float: left;
        margin-top: 9px;
    }
    .footer-left .dropbtn1, .footer-left .dropdown-content1{
        position: absolute;
        right: -320px;
        top: -228px;
    }
    .footer-left .iso{
        margin-top: unset;
    }
    .footer-right .desktop_footer{
        display: none;
    }

    /*444444444*/
    .FooterSection{
        width: 100%!important;
    }
    .FooterSection p{
        max-width: unset;
    }
    .footer-right{
        width: 100%;
    }
    .mobile_footer{
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .FooterSection a{
        padding: 15px 10px!important;
    }
    .footer-right .b11{
        padding: 20px 2px;
        font-size: 16px;
        color: #051537;
        font-family: 'ExtraBold';
        border-bottom: 1px solid #9C9FA933;
        border-radius: unset;
    }
    .footer-right .b11::before{
        right: 15px;
    }
    .footer-right .b11:hover, .footer-right .b11:active, .footer-right .b11:focus{
        background-color: unset;
    }



    .copyright-left{
        order: 2
    }
    .navMobile{
        position: sticky;
        top: 0;
        transition: opacity 0.6s ease;
    }
    .op{
        /*position: relative!important;*/
        height: 100vh;
        overflow-y: auto;
        /*transition: opacity 0.6s ease;*/
    }
    .navMobile .MobileMenuSection2,
    .navMobile .MobileMenuSection3,
    .navMobile .MobileMenuSection4,
    .navMobile .MobileMenuSection5,
    .navMobile .MobileMenuSection6

    {       height: 400px;
        overflow-y: auto;
    }
    .op::-webkit-scrollbar {
        width: 0px; /* You can adjust the width */
    }
}









/*_________________old styles______________*/

@media (min-width: 1200px) {
    .sView{
        display: none;
    }
    .section-2 .col-md-7{
        padding-left: unset;
    }
    .section-2 .col-md-5{
        padding-right: unset;
    }
    .section-2Block{
        width: 32.5%;
    }
    .section-2Block:nth-child(1){
        margin-left: unset;
    }
    .section-2Block:nth-child(4){
        margin-right: unset;
    }

    .middleblkmob{
        display: none!important;
    }
    .footer-right .mobile_footer{
        display: none;
    }
}

/*______Mobile Version______*/
@media (max-width: 1200px) {
    .middlebanner{
        display: none!important;
    }
    .section-1 .left-side {
        padding: unset;
        margin-top: 95px;
    }
    .section-1 .right-side {
        display: none;
    }
    .footer-right .FooterSection:nth-child(2){
        min-height: 490px;
    }
    [lang="ar-AE"] .footer-right .FooterSection:nth-child(2){
        min-height: 365px;
    }
    .section-01-Mobile{
        margin-top: -30px!important;
        margin-bottom: -30px!important;
    }
    .use_cases .p1, .use_cases .p2{
        margin-left: 15px;
        margin-right: 15px;
    }
    .use_cases .p1{
        font-size: 12px;
    }
    .use_cases .p2{
        font-size: 32px!important;
        line-height: 38px!important;
    }
    .title{
        font-size: 18px!important;
    }
    .desc{
        font-size: 12px!important;
    }
    .feature{
        min-height: unset!important;
        padding-bottom: 20px!important;
    }
    .section-4-01 .block h3{
        font-size: 18px!important;
        height: unset!important;
    }
    .section-4-01 .block p{
        height: unset!important;
        font-size: 18px!important;
        margin-bottom: 70px;
        color: #94A3B8;
    }
}
@media (min-width: 521px) {
    #myModal2 .title {
        display: none;
    }
}
@media (max-width: 520px) {
    .section-2 .aiauto h3, .section-2 .voicespinMessaging h3{
        font-size: 18px;
    }
    .section-2 .aiauto{
        height: 377px;
        background-size: 320px;
        border-radius: 20px;
    }
    .section-2 .voicespinMessaging{
        height: 421px;
        background-size: 277px;
        border-radius: 20px;
    }

    .navMobile .block1 .bl1Product{
        height: unset;
        margin-bottom: unset;
        padding-top: 45%;
    }
    .navMobile .bl3Product{
        height: unset;
        padding-top: 80%;
    }
    .navMobile .bl4Product{
        height: unset;
        padding-top: 71%;
    }
    .navMobile .bl5Product{
        height: unset;
        width: 100%;
        padding-top: 70%;
    }

    .section-02 .optionsMobile .slick-slide{
        height: 420px;
    }
    .section-02 .optionsMobile .slideFooter{
        height: 135px;
    }

    #myModal2{
        padding: unset;
    }
    #myModal2 .title{
        position: relative;
    }
    #myModal2 .close{
        margin-bottom: unset;
        position: absolute;
        height: 55px;
        right: 0px;
        top: 0px;
        z-index: 1000000;
        color: #051537;
        width: 100%;
        text-align: right;
        background-color: #ffff;
        border-bottom: 1px solid #CBD5E1;
        padding-right: 10px;
        padding-top: 4px;
    }
    #myModal2 .modal-content{
        width: 100%;
        margin-right: unset;
    }
    #myModal2 .request_a_demo_theme{
        margin-top: 60px;
        padding: 15px;
    }
    #myModal2 .title{
        font-size: 18px;
        display: inline-block;
        position: fixed;
        z-index: 10000000;
        left: 13px;
        top: 16px;
    }
    #myModal2 .one-half-1, #myModal2 .one-half-2{
        width: 48%;
        float: left;
    }
    #myModal2 .one-half-1{
        margin-right: 4%;
    }
    #myModal2 .numberOfUsers .wpcf7-list-item{
        margin: 0 0 0 0.8em;
    }
    #myModal2 .col-n1, #myModal2 .col-n2, #myModal2 .col-n3{
        margin-bottom: unset!important;
        height: 83px;
    }
    #myModal2 .title{

    }
}

@media (max-width: 420px) {
    .navMobile .menuProduct-Left-block1{
        width: 12%;
    }
    .navMobile .block3 .menuProduct-Left-block2{
        width: 80%;
    }
    .navMobile .block1 .bl1Product{
        height: 130px;
    }
}
@media (max-width: 389px) {
    .section-4 .slick-initialized .slick-slide{
        min-height: 475px;
    }
}

@media (min-width: 1200px) {
    .container{
        width: 100%!important;
        max-width: 1235px;
    }
}