@charset "UTF-8";
 /* @import url(https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400,500,600,700,800&display=swap);  */
 /* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');  */

/*Barlow Menu Fonts*/
/* @font-face { font-family: system-ui, Arial, sans-serif; src: url("./barlow-fonts/Barlow-Regular.ttf");  }
@font-face { font-family: "Barlow-Medium"; src: url("./barlow-fonts/Barlow-Medium.ttf");  }
@font-face { font-family: "Barlow-SemiBold"; src: url("./barlow-fonts/Barlow-SemiBold.ttf");  }
@font-face { font-family: "Barlow-Bold"; src: url("./barlow-fonts/Barlow-Bold.ttf");  }
@font-face { font-family: "Barlow-ExtraBold"; src: url("./barlow-fonts/Barlow-ExtraBold.ttf");  } */
/*Barlow Fonts*/


.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -0.0667em
}
.fa-xs {
    font-size: .75em
}
.fa-sm {
    font-size: .875em
}
.fa-1x {
    font-size: 1em
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-6x {
    font-size: 6em
}
.fa-7x {
    font-size: 7em
}
.fa-8x {
    font-size: 8em
}
.fa-9x {
    font-size: 9em
}
.fa-10x {
    font-size: 10em
}
.fa-fw {
    text-align: center;
    width: 1.25em
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}
.fa-ul>li {
    position: relative
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}
.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
    filter: none
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-500px:before {
    content: "\F26E"
}
.fa-accessible-icon:before {
    content: "\F368"
}
.fa-accusoft:before {
    content: "\F369"
}
.fa-acquisitions-incorporated:before {
    content: "\F6AF"
}
.fa-ad:before {
    content: "\F641"
}
.fa-address-book:before {
    content: "\F2B9"
}
.fa-address-card:before {
    content: "\F2BB"
}
.fa-adjust:before {
    content: "\F042"
}
.fa-adn:before {
    content: "\F170"
}
.fa-adversal:before {
    content: "\F36A"
}
.fa-affiliatetheme:before {
    content: "\F36B"
}
.fa-air-freshener:before {
    content: "\F5D0"
}
.fa-airbnb:before {
    content: "\F834"
}
.fa-algolia:before {
    content: "\F36C"
}
.fa-align-center:before {
    content: "\F037"
}
.fa-align-justify:before {
    content: "\F039"
}
.fa-align-left:before {
    content: "\F036"
}
.fa-align-right:before {
    content: "\F038"
}
.fa-alipay:before {
    content: "\F642"
}
.fa-allergies:before {
    content: "\F461"
}
.fa-amazon:before {
    content: "\F270"
}
.fa-amazon-pay:before {
    content: "\F42C"
}
.fa-ambulance:before {
    content: "\F0F9"
}
.fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}
.fa-amilia:before {
    content: "\F36D"
}
.fa-anchor:before {
    content: "\F13D"
}
.fa-android:before {
    content: "\F17B"
}
.fa-angellist:before {
    content: "\F209"
}
.fa-angle-double-down:before {
    content: "\F103"
}
.fa-angle-double-left:before {
    content: "\F100"
}
.fa-angle-double-right:before {
    content: "\F101"
}
.fa-angle-double-up:before {
    content: "\F102"
}
.fa-angle-down:before {
    content: "\F107"
}
.fa-angle-left:before {
    content: "\F104"
}
.fa-angle-right:before {
    content: "\F105"
}
.fa-angle-up:before {
    content: "\F106"
}
.fa-angry:before {
    content: "\F556"
}
.fa-angrycreative:before {
    content: "\F36E"
}
.fa-angular:before {
    content: "\F420"
}
.fa-ankh:before {
    content: "\F644"
}
.fa-app-store:before {
    content: "\F36F"
}
.fa-app-store-ios:before {
    content: "\F370"
}
.fa-apper:before {
    content: "\F371"
}
.fa-apple:before {
    content: "\F179"
}
.fa-apple-alt:before {
    content: "\F5D1"
}
.fa-apple-pay:before {
    content: "\F415"
}
.fa-archive:before {
    content: "\F187"
}
.fa-archway:before {
    content: "\F557"
}
.fa-arrow-alt-circle-down:before {
    content: "\F358"
}
.fa-arrow-alt-circle-left:before {
    content: "\F359"
}
.fa-arrow-alt-circle-right:before {
    content: "\F35A"
}
.fa-arrow-alt-circle-up:before {
    content: "\F35B"
}
.fa-arrow-circle-down:before {
    content: "\F0AB"
}
.fa-arrow-circle-left:before {
    content: "\F0A8"
}
.fa-arrow-circle-right:before {
    content: "\F0A9"
}
.fa-arrow-circle-up:before {
    content: "\F0AA"
}
.fa-arrow-down:before {
    content: "\F063"
}
.fa-arrow-left:before {
    content: "\F060"
}
.fa-arrow-right:before {
    content: "\F061"
}
.fa-arrow-up:before {
    content: "\F062"
}
.fa-arrows-alt:before {
    content: "\F0B2"
}
.fa-arrows-alt-h:before {
    content: "\F337"
}
.fa-arrows-alt-v:before {
    content: "\F338"
}
.fa-artstation:before {
    content: "\F77A"
}
.fa-assistive-listening-systems:before {
    content: "\F2A2"
}
.fa-asterisk:before {
    content: "\F069"
}
.fa-asymmetrik:before {
    content: "\F372"
}
.fa-at:before {
    content: "\F1FA"
}
.fa-atlas:before {
    content: "\F558"
}
.fa-atlassian:before {
    content: "\F77B"
}
.fa-atom:before {
    content: "\F5D2"
}
.fa-audible:before {
    content: "\F373"
}
.fa-audio-description:before {
    content: "\F29E"
}
.fa-autoprefixer:before {
    content: "\F41C"
}
.fa-avianex:before {
    content: "\F374"
}
.fa-aviato:before {
    content: "\F421"
}
.fa-award:before {
    content: "\F559"
}
.fa-aws:before {
    content: "\F375"
}
.fa-baby:before {
    content: "\F77C"
}
.fa-baby-carriage:before {
    content: "\F77D"
}
.fa-backspace:before {
    content: "\F55A"
}
.fa-backward:before {
    content: "\F04A"
}
.fa-bacon:before {
    content: "\F7E5"
}
.fa-bacteria:before {
    content: "\E059"
}
.fa-bacterium:before {
    content: "\E05A"
}
.fa-bahai:before {
    content: "\F666"
}
.fa-balance-scale:before {
    content: "\F24E"
}
.fa-balance-scale-left:before {
    content: "\F515"
}
.fa-balance-scale-right:before {
    content: "\F516"
}
.fa-ban:before {
    content: "\F05E"
}
.fa-band-aid:before {
    content: "\F462"
}
.fa-bandcamp:before {
    content: "\F2D5"
}
.fa-barcode:before {
    content: "\F02A"
}
.fa-bars:before {
    content: "\F0C9"
}
.fa-baseball-ball:before {
    content: "\F433"
}
.fa-basketball-ball:before {
    content: "\F434"
}
.fa-bath:before {
    content: "\F2CD"
}
.fa-battery-empty:before {
    content: "\F244"
}
.fa-battery-full:before {
    content: "\F240"
}
.fa-battery-half:before {
    content: "\F242"
}
.fa-battery-quarter:before {
    content: "\F243"
}
.fa-battery-three-quarters:before {
    content: "\F241"
}
.fa-battle-net:before {
    content: "\F835"
}
.fa-bed:before {
    content: "\F236"
}
.fa-beer:before {
    content: "\F0FC"
}
.fa-behance:before {
    content: "\F1B4"
}
.fa-behance-square:before {
    content: "\F1B5"
}
.fa-bell:before {
    content: "\F0F3"
}
.fa-bell-slash:before {
    content: "\F1F6"
}
.fa-bezier-curve:before {
    content: "\F55B"
}
.fa-bible:before {
    content: "\F647"
}
.fa-bicycle:before {
    content: "\F206"
}
.fa-biking:before {
    content: "\F84A"
}
.fa-bimobject:before {
    content: "\F378"
}
.fa-binoculars:before {
    content: "\F1E5"
}
.fa-biohazard:before {
    content: "\F780"
}
.fa-birthday-cake:before {
    content: "\F1FD"
}
.fa-bitbucket:before {
    content: "\F171"
}
.fa-bitcoin:before {
    content: "\F379"
}
.fa-bity:before {
    content: "\F37A"
}
.fa-black-tie:before {
    content: "\F27E"
}
.fa-blackberry:before {
    content: "\F37B"
}
.fa-blender:before {
    content: "\F517"
}
.fa-blender-phone:before {
    content: "\F6B6"
}
.fa-blind:before {
    content: "\F29D"
}
.fa-blog:before {
    content: "\F781"
}
.fa-blogger:before {
    content: "\F37C"
}
.fa-blogger-b:before {
    content: "\F37D"
}
.fa-bluetooth:before {
    content: "\F293"
}
.fa-bluetooth-b:before {
    content: "\F294"
}
.fa-bold:before {
    content: "\F032"
}
.fa-bolt:before {
    content: "\F0E7"
}
.fa-bomb:before {
    content: "\F1E2"
}
.fa-bone:before {
    content: "\F5D7"
}
.fa-bong:before {
    content: "\F55C"
}
.fa-book:before {
    content: "\F02D"
}
.fa-book-dead:before {
    content: "\F6B7"
}
.fa-book-medical:before {
    content: "\F7E6"
}
.fa-book-open:before {
    content: "\F518"
}
.fa-book-reader:before {
    content: "\F5DA"
}
.fa-bookmark:before {
    content: "\F02E"
}
.fa-bootstrap:before {
    content: "\F836"
}
.fa-border-all:before {
    content: "\F84C"
}
.fa-border-none:before {
    content: "\F850"
}
.fa-border-style:before {
    content: "\F853"
}
.fa-bowling-ball:before {
    content: "\F436"
}
.fa-box:before {
    content: "\F466"
}
.fa-box-open:before {
    content: "\F49E"
}
.fa-box-tissue:before {
    content: "\E05B"
}
.fa-boxes:before {
    content: "\F468"
}
.fa-braille:before {
    content: "\F2A1"
}
.fa-brain:before {
    content: "\F5DC"
}
.fa-bread-slice:before {
    content: "\F7EC"
}
.fa-briefcase:before {
    content: "\F0B1"
}
.fa-briefcase-medical:before {
    content: "\F469"
}
.fa-broadcast-tower:before {
    content: "\F519"
}
.fa-broom:before {
    content: "\F51A"
}
.fa-brush:before {
    content: "\F55D"
}
.fa-btc:before {
    content: "\F15A"
}
.fa-buffer:before {
    content: "\F837"
}
.fa-bug:before {
    content: "\F188"
}
.fa-building:before {
    content: "\F1AD"
}
.fa-bullhorn:before {
    content: "\F0A1"
}
.fa-bullseye:before {
    content: "\F140"
}
.fa-burn:before {
    content: "\F46A"
}
.fa-buromobelexperte:before {
    content: "\F37F"
}
.fa-bus:before {
    content: "\F207"
}
.fa-bus-alt:before {
    content: "\F55E"
}
.fa-business-time:before {
    content: "\F64A"
}
.fa-buy-n-large:before {
    content: "\F8A6"
}
.fa-buysellads:before {
    content: "\F20D"
}
.fa-calculator:before {
    content: "\F1EC"
}
.fa-calendar:before {
    content: "\F133"
}
.fa-calendar-alt:before {
    content: "\F073"
}
.fa-calendar-check:before {
    content: "\F274"
}
.fa-calendar-day:before {
    content: "\F783"
}
.fa-calendar-minus:before {
    content: "\F272"
}
.fa-calendar-plus:before {
    content: "\F271"
}
.fa-calendar-times:before {
    content: "\F273"
}
.fa-calendar-week:before {
    content: "\F784"
}
.fa-camera:before {
    content: "\F030"
}
.fa-camera-retro:before {
    content: "\F083"
}
.fa-campground:before {
    content: "\F6BB"
}
.fa-canadian-maple-leaf:before {
    content: "\F785"
}
.fa-candy-cane:before {
    content: "\F786"
}
.fa-cannabis:before {
    content: "\F55F"
}
.fa-capsules:before {
    content: "\F46B"
}
.fa-car:before {
    content: "\F1B9"
}
.fa-car-alt:before {
    content: "\F5DE"
}
.fa-car-battery:before {
    content: "\F5DF"
}
.fa-car-crash:before {
    content: "\F5E1"
}
.fa-car-side:before {
    content: "\F5E4"
}
.fa-caravan:before {
    content: "\F8FF"
}
.fa-caret-down:before {
    content: "\F0D7"
}
.fa-caret-left:before {
    content: "\F0D9"
}
.fa-caret-right:before {
    content: "\F0DA"
}
.fa-caret-square-down:before {
    content: "\F150"
}
.fa-caret-square-left:before {
    content: "\F191"
}
.fa-caret-square-right:before {
    content: "\F152"
}
.fa-caret-square-up:before {
    content: "\F151"
}
.fa-caret-up:before {
    content: "\F0D8"
}
.fa-carrot:before {
    content: "\F787"
}
.fa-cart-arrow-down:before {
    content: "\F218"
}
.fa-cart-plus:before {
    content: "\F217"
}
.fa-cash-register:before {
    content: "\F788"
}
.fa-cat:before {
    content: "\F6BE"
}
.fa-cc-amazon-pay:before {
    content: "\F42D"
}
.fa-cc-amex:before {
    content: "\F1F3"
}
.fa-cc-apple-pay:before {
    content: "\F416"
}
.fa-cc-diners-club:before {
    content: "\F24C"
}
.fa-cc-discover:before {
    content: "\F1F2"
}
.fa-cc-jcb:before {
    content: "\F24B"
}
.fa-cc-mastercard:before {
    content: "\F1F1"
}
.fa-cc-paypal:before {
    content: "\F1F4"
}
.fa-cc-stripe:before {
    content: "\F1F5"
}
.fa-cc-visa:before {
    content: "\F1F0"
}
.fa-centercode:before {
    content: "\F380"
}
.fa-centos:before {
    content: "\F789"
}
.fa-certificate:before {
    content: "\F0A3"
}
.fa-chair:before {
    content: "\F6C0"
}
.fa-chalkboard:before {
    content: "\F51B"
}
.fa-chalkboard-teacher:before {
    content: "\F51C"
}
.fa-charging-station:before {
    content: "\F5E7"
}
.fa-chart-area:before {
    content: "\F1FE"
}
.fa-chart-bar:before {
    content: "\F080"
}
.fa-chart-line:before {
    content: "\F201"
}
.fa-chart-pie:before {
    content: "\F200"
}
.fa-check:before {
    content: "\F00C"
}
.fa-check-circle:before {
    content: "\F058"
}
.fa-check-double:before {
    content: "\F560"
}
.fa-check-square:before {
    content: "\F14A"
}
.fa-cheese:before {
    content: "\F7EF"
}
.fa-chess:before {
    content: "\F439"
}
.fa-chess-bishop:before {
    content: "\F43A"
}
.fa-chess-board:before {
    content: "\F43C"
}
.fa-chess-king:before {
    content: "\F43F"
}
.fa-chess-knight:before {
    content: "\F441"
}
.fa-chess-pawn:before {
    content: "\F443"
}
.fa-chess-queen:before {
    content: "\F445"
}
.fa-chess-rook:before {
    content: "\F447"
}
.fa-chevron-circle-down:before {
    content: "\F13A"
}
.fa-chevron-circle-left:before {
    content: "\F137"
}
.fa-chevron-circle-right:before {
    content: "\F138"
}
.fa-chevron-circle-up:before {
    content: "\F139"
}
.fa-chevron-down:before {
    content: "\F078"
}
.fa-chevron-left:before {
    content: "\F053"
}
.fa-chevron-right:before {
    content: "\F054"
}
.fa-chevron-up:before {
    content: "\F077"
}
.fa-child:before {
    content: "\F1AE"
}
.fa-chrome:before {
    content: "\F268"
}
.fa-chromecast:before {
    content: "\F838"
}
.fa-church:before {
    content: "\F51D"
}
.fa-circle:before {
    content: "\F111"
}
.fa-circle-notch:before {
    content: "\F1CE"
}
.fa-city:before {
    content: "\F64F"
}
.fa-clinic-medical:before {
    content: "\F7F2"
}
.fa-clipboard:before {
    content: "\F328"
}
.fa-clipboard-check:before {
    content: "\F46C"
}
.fa-clipboard-list:before {
    content: "\F46D"
}
.fa-clock:before {
    content: "\F017"
}
.fa-clone:before {
    content: "\F24D"
}
.fa-closed-captioning:before {
    content: "\F20A"
}
.fa-cloud:before {
    content: "\F0C2"
}
.fa-cloud-download-alt:before {
    content: "\F381"
}
.fa-cloud-meatball:before {
    content: "\F73B"
}
.fa-cloud-moon:before {
    content: "\F6C3"
}
.fa-cloud-moon-rain:before {
    content: "\F73C"
}
.fa-cloud-rain:before {
    content: "\F73D"
}
.fa-cloud-showers-heavy:before {
    content: "\F740"
}
.fa-cloud-sun:before {
    content: "\F6C4"
}
.fa-cloud-sun-rain:before {
    content: "\F743"
}
.fa-cloud-upload-alt:before {
    content: "\F382"
}
.fa-cloudflare:before {
    content: "\E07D"
}
.fa-cloudscale:before {
    content: "\F383"
}
.fa-cloudsmith:before {
    content: "\F384"
}
.fa-cloudversify:before {
    content: "\F385"
}
.fa-cocktail:before {
    content: "\F561"
}
.fa-code:before {
    content: "\F121"
}
.fa-code-branch:before {
    content: "\F126"
}
.fa-codepen:before {
    content: "\F1CB"
}
.fa-codiepie:before {
    content: "\F284"
}
.fa-coffee:before {
    content: "\F0F4"
}
.fa-cog:before {
    content: "\F013"
}
.fa-cogs:before {
    content: "\F085"
}
.fa-coins:before {
    content: "\F51E"
}
.fa-columns:before {
    content: "\F0DB"
}
.fa-comment:before {
    content: "\F075"
}
.fa-comment-alt:before {
    content: "\F27A"
}
.fa-comment-dollar:before {
    content: "\F651"
}
.fa-comment-dots:before {
    content: "\F4AD"
}
.fa-comment-medical:before {
    content: "\F7F5"
}
.fa-comment-slash:before {
    content: "\F4B3"
}
.fa-comments:before {
    content: "\F086"
}
.fa-comments-dollar:before {
    content: "\F653"
}
.fa-compact-disc:before {
    content: "\F51F"
}
.fa-compass:before {
    content: "\F14E"
}
.fa-compress:before {
    content: "\F066"
}
.fa-compress-alt:before {
    content: "\F422"
}
.fa-compress-arrows-alt:before {
    content: "\F78C"
}
.fa-concierge-bell:before {
    content: "\F562"
}
.fa-confluence:before {
    content: "\F78D"
}
.fa-connectdevelop:before {
    content: "\F20E"
}
.fa-contao:before {
    content: "\F26D"
}
.fa-cookie:before {
    content: "\F563"
}
.fa-cookie-bite:before {
    content: "\F564"
}
.fa-copy:before {
    content: "\F0C5"
}
.fa-copyright:before {
    content: "\F1F9"
}
.fa-cotton-bureau:before {
    content: "\F89E"
}
.fa-couch:before {
    content: "\F4B8"
}
.fa-cpanel:before {
    content: "\F388"
}
.fa-creative-commons:before {
    content: "\F25E"
}
.fa-creative-commons-by:before {
    content: "\F4E7"
}
.fa-creative-commons-nc:before {
    content: "\F4E8"
}
.fa-creative-commons-nc-eu:before {
    content: "\F4E9"
}
.fa-creative-commons-nc-jp:before {
    content: "\F4EA"
}
.fa-creative-commons-nd:before {
    content: "\F4EB"
}
.fa-creative-commons-pd:before {
    content: "\F4EC"
}
.fa-creative-commons-pd-alt:before {
    content: "\F4ED"
}
.fa-creative-commons-remix:before {
    content: "\F4EE"
}
.fa-creative-commons-sa:before {
    content: "\F4EF"
}
.fa-creative-commons-sampling:before {
    content: "\F4F0"
}
.fa-creative-commons-sampling-plus:before {
    content: "\F4F1"
}
.fa-creative-commons-share:before {
    content: "\F4F2"
}
.fa-creative-commons-zero:before {
    content: "\F4F3"
}
.fa-credit-card:before {
    content: "\F09D"
}
.fa-critical-role:before {
    content: "\F6C9"
}
.fa-crop:before {
    content: "\F125"
}
.fa-crop-alt:before {
    content: "\F565"
}
.fa-cross:before {
    content: "\F654"
}
.fa-crosshairs:before {
    content: "\F05B"
}
.fa-crow:before {
    content: "\F520"
}
.fa-crown:before {
    content: "\F521"
}
.fa-crutch:before {
    content: "\F7F7"
}
.fa-css3:before {
    content: "\F13C"
}
.fa-css3-alt:before {
    content: "\F38B"
}
.fa-cube:before {
    content: "\F1B2"
}
.fa-cubes:before {
    content: "\F1B3"
}
.fa-cut:before {
    content: "\F0C4"
}
.fa-cuttlefish:before {
    content: "\F38C"
}
.fa-d-and-d:before {
    content: "\F38D"
}
.fa-d-and-d-beyond:before {
    content: "\F6CA"
}
.fa-dailymotion:before {
    content: "\E052"
}
.fa-dashcube:before {
    content: "\F210"
}
.fa-database:before {
    content: "\F1C0"
}
.fa-deaf:before {
    content: "\F2A4"
}
.fa-deezer:before {
    content: "\E077"
}
.fa-delicious:before {
    content: "\F1A5"
}
.fa-democrat:before {
    content: "\F747"
}
.fa-deploydog:before {
    content: "\F38E"
}
.fa-deskpro:before {
    content: "\F38F"
}
.fa-desktop:before {
    content: "\F108"
}
.fa-dev:before {
    content: "\F6CC"
}
.fa-deviantart:before {
    content: "\F1BD"
}
.fa-dharmachakra:before {
    content: "\F655"
}
.fa-dhl:before {
    content: "\F790"
}
.fa-diagnoses:before {
    content: "\F470"
}
.fa-diaspora:before {
    content: "\F791"
}
.fa-dice:before {
    content: "\F522"
}
.fa-dice-d20:before {
    content: "\F6CF"
}
.fa-dice-d6:before {
    content: "\F6D1"
}
.fa-dice-five:before {
    content: "\F523"
}
.fa-dice-four:before {
    content: "\F524"
}
.fa-dice-one:before {
    content: "\F525"
}
.fa-dice-six:before {
    content: "\F526"
}
.fa-dice-three:before {
    content: "\F527"
}
.fa-dice-two:before {
    content: "\F528"
}
.fa-digg:before {
    content: "\F1A6"
}
.fa-digital-ocean:before {
    content: "\F391"
}
.fa-digital-tachograph:before {
    content: "\F566"
}
.fa-directions:before {
    content: "\F5EB"
}
.fa-discord:before {
    content: "\F392"
}
.fa-discourse:before {
    content: "\F393"
}
.fa-disease:before {
    content: "\F7FA"
}
.fa-divide:before {
    content: "\F529"
}
.fa-dizzy:before {
    content: "\F567"
}
.fa-dna:before {
    content: "\F471"
}
.fa-dochub:before {
    content: "\F394"
}
.fa-docker:before {
    content: "\F395"
}
.fa-dog:before {
    content: "\F6D3"
}
.fa-dollar-sign:before {
    content: "\F155"
}
.fa-dolly:before {
    content: "\F472"
}
.fa-dolly-flatbed:before {
    content: "\F474"
}
.fa-donate:before {
    content: "\F4B9"
}
.fa-door-closed:before {
    content: "\F52A"
}
.fa-door-open:before {
    content: "\F52B"
}
.fa-dot-circle:before {
    content: "\F192"
}
.fa-dove:before {
    content: "\F4BA"
}
.fa-download:before {
    content: "\F019"
}
.fa-draft2digital:before {
    content: "\F396"
}
.fa-drafting-compass:before {
    content: "\F568"
}
.fa-dragon:before {
    content: "\F6D5"
}
.fa-draw-polygon:before {
    content: "\F5EE"
}
.fa-dribbble:before {
    content: "\F17D"
}
.fa-dribbble-square:before {
    content: "\F397"
}
.fa-dropbox:before {
    content: "\F16B"
}
.fa-drum:before {
    content: "\F569"
}
.fa-drum-steelpan:before {
    content: "\F56A"
}
.fa-drumstick-bite:before {
    content: "\F6D7"
}
.fa-drupal:before {
    content: "\F1A9"
}
.fa-dumbbell:before {
    content: "\F44B"
}
.fa-dumpster:before {
    content: "\F793"
}
.fa-dumpster-fire:before {
    content: "\F794"
}
.fa-dungeon:before {
    content: "\F6D9"
}
.fa-dyalog:before {
    content: "\F399"
}
.fa-earlybirds:before {
    content: "\F39A"
}
.fa-ebay:before {
    content: "\F4F4"
}
.fa-edge:before {
    content: "\F282"
}
.fa-edge-legacy:before {
    content: "\E078"
}
.fa-edit:before {
    content: "\F044"
}
.fa-egg:before {
    content: "\F7FB"
}
.fa-eject:before {
    content: "\F052"
}
.fa-elementor:before {
    content: "\F430"
}
.fa-ellipsis-h:before {
    content: "\F141"
}
.fa-ellipsis-v:before {
    content: "\F142"
}
.fa-ello:before {
    content: "\F5F1"
}
.fa-ember:before {
    content: "\F423"
}
.fa-empire:before {
    content: "\F1D1"
}
.fa-envelope:before {
    content: "\F0E0"
}
.fa-envelope-open:before {
    content: "\F2B6"
}
.fa-envelope-open-text:before {
    content: "\F658"
}
.fa-envelope-square:before {
    content: "\F199"
}
.fa-envira:before {
    content: "\F299"
}
.fa-equals:before {
    content: "\F52C"
}
.fa-eraser:before {
    content: "\F12D"
}
.fa-erlang:before {
    content: "\F39D"
}
.fa-ethereum:before {
    content: "\F42E"
}
.fa-ethernet:before {
    content: "\F796"
}
.fa-etsy:before {
    content: "\F2D7"
}
.fa-euro-sign:before {
    content: "\F153"
}
.fa-evernote:before {
    content: "\F839"
}
.fa-exchange-alt:before {
    content: "\F362"
}
.fa-exclamation:before {
    content: "\F12A"
}
.fa-exclamation-circle:before {
    content: "\F06A"
}
.fa-exclamation-triangle:before {
    content: "\F071"
}
.fa-expand:before {
    content: "\F065"
}
.fa-expand-alt:before {
    content: "\F424"
}
.fa-expand-arrows-alt:before {
    content: "\F31E"
}
.fa-expeditedssl:before {
    content: "\F23E"
}
.fa-external-link-alt:before {
    content: "\F35D"
}
.fa-external-link-square-alt:before {
    content: "\F360"
}
.fa-eye:before {
    content: "\F06E"
}
.fa-eye-dropper:before {
    content: "\F1FB"
}
.fa-eye-slash:before {
    content: "\F070"
}
.fa-facebook:before {
    content: "\F09A"
}
.fa-facebook-f:before {
    content: "\F39E"
}
.fa-facebook-messenger:before {
    content: "\F39F"
}
.fa-facebook-square:before {
    content: "\F082"
}
.fa-fan:before {
    content: "\F863"
}
.fa-fantasy-flight-games:before {
    content: "\F6DC"
}
.fa-fast-backward:before {
    content: "\F049"
}
.fa-fast-forward:before {
    content: "\F050"
}
.fa-faucet:before {
    content: "\E005"
}
.fa-fax:before {
    content: "\F1AC"
}
.fa-feather:before {
    content: "\F52D"
}
.fa-feather-alt:before {
    content: "\F56B"
}
.fa-fedex:before {
    content: "\F797"
}
.fa-fedora:before {
    content: "\F798"
}
.fa-female:before {
    content: "\F182"
}
.fa-fighter-jet:before {
    content: "\F0FB"
}
.fa-figma:before {
    content: "\F799"
}
.fa-file:before {
    content: "\F15B"
}
.fa-file-alt:before {
    content: "\F15C"
}
.fa-file-archive:before {
    content: "\F1C6"
}
.fa-file-audio:before {
    content: "\F1C7"
}
.fa-file-code:before {
    content: "\F1C9"
}
.fa-file-contract:before {
    content: "\F56C"
}
.fa-file-csv:before {
    content: "\F6DD"
}
.fa-file-download:before {
    content: "\F56D"
}
.fa-file-excel:before {
    content: "\F1C3"
}
.fa-file-export:before {
    content: "\F56E"
}
.fa-file-image:before {
    content: "\F1C5"
}
.fa-file-import:before {
    content: "\F56F"
}
.fa-file-invoice:before {
    content: "\F570"
}
.fa-file-invoice-dollar:before {
    content: "\F571"
}
.fa-file-medical:before {
    content: "\F477"
}
.fa-file-medical-alt:before {
    content: "\F478"
}
.fa-file-pdf:before {
    content: "\F1C1"
}
.fa-file-powerpoint:before {
    content: "\F1C4"
}
.fa-file-prescription:before {
    content: "\F572"
}
.fa-file-signature:before {
    content: "\F573"
}
.fa-file-upload:before {
    content: "\F574"
}
.fa-file-video:before {
    content: "\F1C8"
}
.fa-file-word:before {
    content: "\F1C2"
}
.fa-fill:before {
    content: "\F575"
}
.fa-fill-drip:before {
    content: "\F576"
}
.fa-film:before {
    content: "\F008"
}
.fa-filter:before {
    content: "\F0B0"
}
.fa-fingerprint:before {
    content: "\F577"
}
.fa-fire:before {
    content: "\F06D"
}
.fa-fire-alt:before {
    content: "\F7E4"
}
.fa-fire-extinguisher:before {
    content: "\F134"
}
.fa-firefox:before {
    content: "\F269"
}
.fa-firefox-browser:before {
    content: "\E007"
}
.fa-first-aid:before {
    content: "\F479"
}
.fa-first-order:before {
    content: "\F2B0"
}
.fa-first-order-alt:before {
    content: "\F50A"
}
.fa-firstdraft:before {
    content: "\F3A1"
}
.fa-fish:before {
    content: "\F578"
}
.fa-fist-raised:before {
    content: "\F6DE"
}
.fa-flag:before {
    content: "\F024"
}
.fa-flag-checkered:before {
    content: "\F11E"
}
.fa-flag-usa:before {
    content: "\F74D"
}
.fa-flask:before {
    content: "\F0C3"
}
.fa-flickr:before {
    content: "\F16E"
}
.fa-flipboard:before {
    content: "\F44D"
}
.fa-flushed:before {
    content: "\F579"
}
.fa-fly:before {
    content: "\F417"
}
.fa-folder:before {
    content: "\F07B"
}
.fa-folder-minus:before {
    content: "\F65D"
}
.fa-folder-open:before {
    content: "\F07C"
}
.fa-folder-plus:before {
    content: "\F65E"
}
.fa-font:before {
    content: "\F031"
}
.fa-font-awesome:before {
    content: "\F2B4"
}
.fa-font-awesome-alt:before {
    content: "\F35C"
}
.fa-font-awesome-flag:before {
    content: "\F425"
}
.fa-font-awesome-logo-full:before {
    content: "\F4E6"
}
.fa-fonticons:before {
    content: "\F280"
}
.fa-fonticons-fi:before {
    content: "\F3A2"
}
.fa-football-ball:before {
    content: "\F44E"
}
.fa-fort-awesome:before {
    content: "\F286"
}
.fa-fort-awesome-alt:before {
    content: "\F3A3"
}
.fa-forumbee:before {
    content: "\F211"
}
.fa-forward:before {
    content: "\F04E"
}
.fa-foursquare:before {
    content: "\F180"
}
.fa-free-code-camp:before {
    content: "\F2C5"
}
.fa-freebsd:before {
    content: "\F3A4"
}
.fa-frog:before {
    content: "\F52E"
}
.fa-frown:before {
    content: "\F119"
}
.fa-frown-open:before {
    content: "\F57A"
}
.fa-fulcrum:before {
    content: "\F50B"
}
.fa-funnel-dollar:before {
    content: "\F662"
}
.fa-futbol:before {
    content: "\F1E3"
}
.fa-galactic-republic:before {
    content: "\F50C"
}
.fa-galactic-senate:before {
    content: "\F50D"
}
.fa-gamepad:before {
    content: "\F11B"
}
.fa-gas-pump:before {
    content: "\F52F"
}
.fa-gavel:before {
    content: "\F0E3"
}
.fa-gem:before {
    content: "\F3A5"
}
.fa-genderless:before {
    content: "\F22D"
}
.fa-get-pocket:before {
    content: "\F265"
}
.fa-gg:before {
    content: "\F260"
}
.fa-gg-circle:before {
    content: "\F261"
}
.fa-ghost:before {
    content: "\F6E2"
}
.fa-gift:before {
    content: "\F06B"
}
.fa-gifts:before {
    content: "\F79C"
}
.fa-git:before {
    content: "\F1D3"
}
.fa-git-alt:before {
    content: "\F841"
}
.fa-git-square:before {
    content: "\F1D2"
}
.fa-github:before {
    content: "\F09B"
}
.fa-github-alt:before {
    content: "\F113"
}
.fa-github-square:before {
    content: "\F092"
}
.fa-gitkraken:before {
    content: "\F3A6"
}
.fa-gitlab:before {
    content: "\F296"
}
.fa-gitter:before {
    content: "\F426"
}
.fa-glass-cheers:before {
    content: "\F79F"
}
.fa-glass-martini:before {
    content: "\F000"
}
.fa-glass-martini-alt:before {
    content: "\F57B"
}
.fa-glass-whiskey:before {
    content: "\F7A0"
}
.fa-glasses:before {
    content: "\F530"
}
.fa-glide:before {
    content: "\F2A5"
}
.fa-glide-g:before {
    content: "\F2A6"
}
.fa-globe:before {
    content: "\F0AC"
}
.fa-globe-africa:before {
    content: "\F57C"
}
.fa-globe-americas:before {
    content: "\F57D"
}
.fa-globe-asia:before {
    content: "\F57E"
}
.fa-globe-europe:before {
    content: "\F7A2"
}
.fa-gofore:before {
    content: "\F3A7"
}
.fa-golf-ball:before {
    content: "\F450"
}
.fa-goodreads:before {
    content: "\F3A8"
}
.fa-goodreads-g:before {
    content: "\F3A9"
}
.fa-google:before {
    content: "\F1A0"
}
.fa-google-drive:before {
    content: "\F3AA"
}
.fa-google-pay:before {
    content: "\E079"
}
.fa-google-play:before {
    content: "\F3AB"
}
.fa-google-plus:before {
    content: "\F2B3"
}
.fa-google-plus-g:before {
    content: "\F0D5"
}
.fa-google-plus-square:before {
    content: "\F0D4"
}
.fa-google-wallet:before {
    content: "\F1EE"
}
.fa-gopuram:before {
    content: "\F664"
}
.fa-graduation-cap:before {
    content: "\F19D"
}
.fa-gratipay:before {
    content: "\F184"
}
.fa-grav:before {
    content: "\F2D6"
}
.fa-greater-than:before {
    content: "\F531"
}
.fa-greater-than-equal:before {
    content: "\F532"
}
.fa-grimace:before {
    content: "\F57F"
}
.fa-grin:before {
    content: "\F580"
}
.fa-grin-alt:before {
    content: "\F581"
}
.fa-grin-beam:before {
    content: "\F582"
}
.fa-grin-beam-sweat:before {
    content: "\F583"
}
.fa-grin-hearts:before {
    content: "\F584"
}
.fa-grin-squint:before {
    content: "\F585"
}
.fa-grin-squint-tears:before {
    content: "\F586"
}
.fa-grin-stars:before {
    content: "\F587"
}
.fa-grin-tears:before {
    content: "\F588"
}
.fa-grin-tongue:before {
    content: "\F589"
}
.fa-grin-tongue-squint:before {
    content: "\F58A"
}
.fa-grin-tongue-wink:before {
    content: "\F58B"
}
.fa-grin-wink:before {
    content: "\F58C"
}
.fa-grip-horizontal:before {
    content: "\F58D"
}
.fa-grip-lines:before {
    content: "\F7A4"
}
.fa-grip-lines-vertical:before {
    content: "\F7A5"
}
.fa-grip-vertical:before {
    content: "\F58E"
}
.fa-gripfire:before {
    content: "\F3AC"
}
.fa-grunt:before {
    content: "\F3AD"
}
.fa-guilded:before {
    content: "\E07E"
}
.fa-guitar:before {
    content: "\F7A6"
}
.fa-gulp:before {
    content: "\F3AE"
}
.fa-h-square:before {
    content: "\F0FD"
}
.fa-hacker-news:before {
    content: "\F1D4"
}
.fa-hacker-news-square:before {
    content: "\F3AF"
}
.fa-hackerrank:before {
    content: "\F5F7"
}
.fa-hamburger:before {
    content: "\F805"
}
.fa-hammer:before {
    content: "\F6E3"
}
.fa-hamsa:before {
    content: "\F665"
}
.fa-hand-holding:before {
    content: "\F4BD"
}
.fa-hand-holding-heart:before {
    content: "\F4BE"
}
.fa-hand-holding-medical:before {
    content: "\E05C"
}
.fa-hand-holding-usd:before {
    content: "\F4C0"
}
.fa-hand-holding-water:before {
    content: "\F4C1"
}
.fa-hand-lizard:before {
    content: "\F258"
}
.fa-hand-middle-finger:before {
    content: "\F806"
}
.fa-hand-paper:before {
    content: "\F256"
}
.fa-hand-peace:before {
    content: "\F25B"
}
.fa-hand-point-down:before {
    content: "\F0A7"
}
.fa-hand-point-left:before {
    content: "\F0A5"
}
.fa-hand-point-right:before {
    content: "\F0A4"
}
.fa-hand-point-up:before {
    content: "\F0A6"
}
.fa-hand-pointer:before {
    content: "\F25A"
}
.fa-hand-rock:before {
    content: "\F255"
}
.fa-hand-scissors:before {
    content: "\F257"
}
.fa-hand-sparkles:before {
    content: "\E05D"
}
.fa-hand-spock:before {
    content: "\F259"
}
.fa-hands:before {
    content: "\F4C2"
}
.fa-hands-helping:before {
    content: "\F4C4"
}
.fa-hands-wash:before {
    content: "\E05E"
}
.fa-handshake:before {
    content: "\F2B5"
}
.fa-handshake-alt-slash:before {
    content: "\E05F"
}
.fa-handshake-slash:before {
    content: "\E060"
}
.fa-hanukiah:before {
    content: "\F6E6"
}
.fa-hard-hat:before {
    content: "\F807"
}
.fa-hashtag:before {
    content: "\F292"
}
.fa-hat-cowboy:before {
    content: "\F8C0"
}
.fa-hat-cowboy-side:before {
    content: "\F8C1"
}
.fa-hat-wizard:before {
    content: "\F6E8"
}
.fa-hdd:before {
    content: "\F0A0"
}
.fa-head-side-cough:before {
    content: "\E061"
}
.fa-head-side-cough-slash:before {
    content: "\E062"
}
.fa-head-side-mask:before {
    content: "\E063"
}
.fa-head-side-virus:before {
    content: "\E064"
}
.fa-heading:before {
    content: "\F1DC"
}
.fa-headphones:before {
    content: "\F025"
}
.fa-headphones-alt:before {
    content: "\F58F"
}
.fa-headset:before {
    content: "\F590"
}
.fa-heart:before {
    content: "\F004"
}
.fa-heart-broken:before {
    content: "\F7A9"
}
.fa-heartbeat:before {
    content: "\F21E"
}
.fa-helicopter:before {
    content: "\F533"
}
.fa-highlighter:before {
    content: "\F591"
}
.fa-hiking:before {
    content: "\F6EC"
}
.fa-hippo:before {
    content: "\F6ED"
}
.fa-hips:before {
    content: "\F452"
}
.fa-hire-a-helper:before {
    content: "\F3B0"
}
.fa-history:before {
    content: "\F1DA"
}
.fa-hive:before {
    content: "\E07F"
}
.fa-hockey-puck:before {
    content: "\F453"
}
.fa-holly-berry:before {
    content: "\F7AA"
}
.fa-home:before {
    content: "\F015"
}
.fa-hooli:before {
    content: "\F427"
}
.fa-hornbill:before {
    content: "\F592"
}
.fa-horse:before {
    content: "\F6F0"
}
.fa-horse-head:before {
    content: "\F7AB"
}
.fa-hospital:before {
    content: "\F0F8"
}
.fa-hospital-alt:before {
    content: "\F47D"
}
.fa-hospital-symbol:before {
    content: "\F47E"
}
.fa-hospital-user:before {
    content: "\F80D"
}
.fa-hot-tub:before {
    content: "\F593"
}
.fa-hotdog:before {
    content: "\F80F"
}
.fa-hotel:before {
    content: "\F594"
}
.fa-hotjar:before {
    content: "\F3B1"
}
.fa-hourglass:before {
    content: "\F254"
}
.fa-hourglass-end:before {
    content: "\F253"
}
.fa-hourglass-half:before {
    content: "\F252"
}
.fa-hourglass-start:before {
    content: "\F251"
}
.fa-house-damage:before {
    content: "\F6F1"
}
.fa-house-user:before {
    content: "\E065"
}
.fa-houzz:before {
    content: "\F27C"
}
.fa-hryvnia:before {
    content: "\F6F2"
}
.fa-html5:before {
    content: "\F13B"
}
.fa-hubspot:before {
    content: "\F3B2"
}
.fa-i-cursor:before {
    content: "\F246"
}
.fa-ice-cream:before {
    content: "\F810"
}
.fa-icicles:before {
    content: "\F7AD"
}
.fa-icons:before {
    content: "\F86D"
}
.fa-id-badge:before {
    content: "\F2C1"
}
.fa-id-card:before {
    content: "\F2C2"
}
.fa-id-card-alt:before {
    content: "\F47F"
}
.fa-ideal:before {
    content: "\E013"
}
.fa-igloo:before {
    content: "\F7AE"
}
.fa-image:before {
    content: "\F03E"
}
.fa-images:before {
    content: "\F302"
}
.fa-imdb:before {
    content: "\F2D8"
}
.fa-inbox:before {
    content: "\F01C"
}
.fa-indent:before {
    content: "\F03C"
}
.fa-industry:before {
    content: "\F275"
}
.fa-infinity:before {
    content: "\F534"
}
.fa-info:before {
    content: "\F129"
}
.fa-info-circle:before {
    content: "\F05A"
}
.fa-innosoft:before {
    content: "\E080"
}
.fa-instagram:before {
    content: "\F16D"
}
.fa-instagram-square:before {
    content: "\E055"
}
.fa-instalod:before {
    content: "\E081"
}
.fa-intercom:before {
    content: "\F7AF"
}
.fa-internet-explorer:before {
    content: "\F26B"
}
.fa-invision:before {
    content: "\F7B0"
}
.fa-ioxhost:before {
    content: "\F208"
}
.fa-italic:before {
    content: "\F033"
}
.fa-itch-io:before {
    content: "\F83A"
}
.fa-itunes:before {
    content: "\F3B4"
}
.fa-itunes-note:before {
    content: "\F3B5"
}
.fa-java:before {
    content: "\F4E4"
}
.fa-jedi:before {
    content: "\F669"
}
.fa-jedi-order:before {
    content: "\F50E"
}
.fa-jenkins:before {
    content: "\F3B6"
}
.fa-jira:before {
    content: "\F7B1"
}
.fa-joget:before {
    content: "\F3B7"
}
.fa-joint:before {
    content: "\F595"
}
.fa-joomla:before {
    content: "\F1AA"
}
.fa-journal-whills:before {
    content: "\F66A"
}
.fa-js:before {
    content: "\F3B8"
}
.fa-js-square:before {
    content: "\F3B9"
}
.fa-jsfiddle:before {
    content: "\F1CC"
}
.fa-kaaba:before {
    content: "\F66B"
}
.fa-kaggle:before {
    content: "\F5FA"
}
.fa-key:before {
    content: "\F084"
}
.fa-keybase:before {
    content: "\F4F5"
}
.fa-keyboard:before {
    content: "\F11C"
}
.fa-keycdn:before {
    content: "\F3BA"
}
.fa-khanda:before {
    content: "\F66D"
}
.fa-kickstarter:before {
    content: "\F3BB"
}
.fa-kickstarter-k:before {
    content: "\F3BC"
}
.fa-kiss:before {
    content: "\F596"
}
.fa-kiss-beam:before {
    content: "\F597"
}
.fa-kiss-wink-heart:before {
    content: "\F598"
}
.fa-kiwi-bird:before {
    content: "\F535"
}
.fa-korvue:before {
    content: "\F42F"
}
.fa-landmark:before {
    content: "\F66F"
}
.fa-language:before {
    content: "\F1AB"
}
.fa-laptop:before {
    content: "\F109"
}
.fa-laptop-code:before {
    content: "\F5FC"
}
.fa-laptop-house:before {
    content: "\E066"
}
.fa-laptop-medical:before {
    content: "\F812"
}
.fa-laravel:before {
    content: "\F3BD"
}
.fa-lastfm:before {
    content: "\F202"
}
.fa-lastfm-square:before {
    content: "\F203"
}
.fa-laugh:before {
    content: "\F599"
}
.fa-laugh-beam:before {
    content: "\F59A"
}
.fa-laugh-squint:before {
    content: "\F59B"
}
.fa-laugh-wink:before {
    content: "\F59C"
}
.fa-layer-group:before {
    content: "\F5FD"
}
.fa-leaf:before {
    content: "\F06C"
}
.fa-leanpub:before {
    content: "\F212"
}
.fa-lemon:before {
    content: "\F094"
}
.fa-less:before {
    content: "\F41D"
}
.fa-less-than:before {
    content: "\F536"
}
.fa-less-than-equal:before {
    content: "\F537"
}
.fa-level-down-alt:before {
    content: "\F3BE"
}
.fa-level-up-alt:before {
    content: "\F3BF"
}
.fa-life-ring:before {
    content: "\F1CD"
}
.fa-lightbulb:before {
    content: "\F0EB"
}
.fa-line:before {
    content: "\F3C0"
}
.fa-link:before {
    content: "\F0C1"
}
.fa-linkedin:before {
    content: "\F08C"
}
.fa-linkedin-in:before {
    content: "\F0E1"
}
.fa-linode:before {
    content: "\F2B8"
}
.fa-linux:before {
    content: "\F17C"
}
.fa-lira-sign:before {
    content: "\F195"
}
.fa-list:before {
    content: "\F03A"
}
.fa-list-alt:before {
    content: "\F022"
}
.fa-list-ol:before {
    content: "\F0CB"
}
.fa-list-ul:before {
    content: "\F0CA"
}
.fa-location-arrow:before {
    content: "\F124"
}
.fa-lock:before {
    content: "\F023"
}
.fa-lock-open:before {
    content: "\F3C1"
}
.fa-long-arrow-alt-down:before {
    content: "\F309"
}
.fa-long-arrow-alt-left:before {
    content: "\F30A"
}
.fa-long-arrow-alt-right:before {
    content: "\F30B"
}
.fa-long-arrow-alt-up:before {
    content: "\F30C"
}
.fa-low-vision:before {
    content: "\F2A8"
}
.fa-luggage-cart:before {
    content: "\F59D"
}
.fa-lungs:before {
    content: "\F604"
}
.fa-lungs-virus:before {
    content: "\E067"
}
.fa-lyft:before {
    content: "\F3C3"
}
.fa-magento:before {
    content: "\F3C4"
}
.fa-magic:before {
    content: "\F0D0"
}
.fa-magnet:before {
    content: "\F076"
}
.fa-mail-bulk:before {
    content: "\F674"
}
.fa-mailchimp:before {
    content: "\F59E"
}
.fa-male:before {
    content: "\F183"
}
.fa-mandalorian:before {
    content: "\F50F"
}
.fa-map:before {
    content: "\F279"
}
.fa-map-marked:before {
    content: "\F59F"
}
.fa-map-marked-alt:before {
    content: "\F5A0"
}
.fa-map-marker:before {
    content: "\F041"
}
.fa-map-marker-alt:before {
    content: "\F3C5"
}
.fa-map-pin:before {
    content: "\F276"
}
.fa-map-signs:before {
    content: "\F277"
}
.fa-markdown:before {
    content: "\F60F"
}
.fa-marker:before {
    content: "\F5A1"
}
.fa-mars:before {
    content: "\F222"
}
.fa-mars-double:before {
    content: "\F227"
}
.fa-mars-stroke:before {
    content: "\F229"
}
.fa-mars-stroke-h:before {
    content: "\F22B"
}
.fa-mars-stroke-v:before {
    content: "\F22A"
}
.fa-mask:before {
    content: "\F6FA"
}
.fa-mastodon:before {
    content: "\F4F6"
}
.fa-maxcdn:before {
    content: "\F136"
}
.fa-mdb:before {
    content: "\F8CA"
}
.fa-medal:before {
    content: "\F5A2"
}
.fa-medapps:before {
    content: "\F3C6"
}
.fa-medium:before {
    content: "\F23A"
}
.fa-medium-m:before {
    content: "\F3C7"
}
.fa-medkit:before {
    content: "\F0FA"
}
.fa-medrt:before {
    content: "\F3C8"
}
.fa-meetup:before {
    content: "\F2E0"
}
.fa-megaport:before {
    content: "\F5A3"
}
.fa-meh:before {
    content: "\F11A"
}
.fa-meh-blank:before {
    content: "\F5A4"
}
.fa-meh-rolling-eyes:before {
    content: "\F5A5"
}
.fa-memory:before {
    content: "\F538"
}
.fa-mendeley:before {
    content: "\F7B3"
}
.fa-menorah:before {
    content: "\F676"
}
.fa-mercury:before {
    content: "\F223"
}
.fa-meteor:before {
    content: "\F753"
}
.fa-microblog:before {
    content: "\E01A"
}
.fa-microchip:before {
    content: "\F2DB"
}
.fa-microphone:before {
    content: "\F130"
}
.fa-microphone-alt:before {
    content: "\F3C9"
}
.fa-microphone-alt-slash:before {
    content: "\F539"
}
.fa-microphone-slash:before {
    content: "\F131"
}
.fa-microscope:before {
    content: "\F610"
}
.fa-microsoft:before {
    content: "\F3CA"
}
.fa-minus:before {
    content: "\F068"
}
.fa-minus-circle:before {
    content: "\F056"
}
.fa-minus-square:before {
    content: "\F146"
}
.fa-mitten:before {
    content: "\F7B5"
}
.fa-mix:before {
    content: "\F3CB"
}
.fa-mixcloud:before {
    content: "\F289"
}
.fa-mixer:before {
    content: "\E056"
}
.fa-mizuni:before {
    content: "\F3CC"
}
.fa-mobile:before {
    content: "\F10B"
}
.fa-mobile-alt:before {
    content: "\F3CD"
}
.fa-modx:before {
    content: "\F285"
}
.fa-monero:before {
    content: "\F3D0"
}
.fa-money-bill:before {
    content: "\F0D6"
}
.fa-money-bill-alt:before {
    content: "\F3D1"
}
.fa-money-bill-wave:before {
    content: "\F53A"
}
.fa-money-bill-wave-alt:before {
    content: "\F53B"
}
.fa-money-check:before {
    content: "\F53C"
}
.fa-money-check-alt:before {
    content: "\F53D"
}
.fa-monument:before {
    content: "\F5A6"
}
.fa-moon:before {
    content: "\F186"
}
.fa-mortar-pestle:before {
    content: "\F5A7"
}
.fa-mosque:before {
    content: "\F678"
}
.fa-motorcycle:before {
    content: "\F21C"
}
.fa-mountain:before {
    content: "\F6FC"
}
.fa-mouse:before {
    content: "\F8CC"
}
.fa-mouse-pointer:before {
    content: "\F245"
}
.fa-mug-hot:before {
    content: "\F7B6"
}
.fa-music:before {
    content: "\F001"
}
.fa-napster:before {
    content: "\F3D2"
}
.fa-neos:before {
    content: "\F612"
}
.fa-network-wired:before {
    content: "\F6FF"
}
.fa-neuter:before {
    content: "\F22C"
}
.fa-newspaper:before {
    content: "\F1EA"
}
.fa-nimblr:before {
    content: "\F5A8"
}
.fa-node:before {
    content: "\F419"
}
.fa-node-js:before {
    content: "\F3D3"
}
.fa-not-equal:before {
    content: "\F53E"
}
.fa-notes-medical:before {
    content: "\F481"
}
.fa-npm:before {
    content: "\F3D4"
}
.fa-ns8:before {
    content: "\F3D5"
}
.fa-nutritionix:before {
    content: "\F3D6"
}
.fa-object-group:before {
    content: "\F247"
}
.fa-object-ungroup:before {
    content: "\F248"
}
.fa-octopus-deploy:before {
    content: "\E082"
}
.fa-odnoklassniki:before {
    content: "\F263"
}
.fa-odnoklassniki-square:before {
    content: "\F264"
}
.fa-oil-can:before {
    content: "\F613"
}
.fa-old-republic:before {
    content: "\F510"
}
.fa-om:before {
    content: "\F679"
}
.fa-opencart:before {
    content: "\F23D"
}
.fa-openid:before {
    content: "\F19B"
}
.fa-opera:before {
    content: "\F26A"
}
.fa-optin-monster:before {
    content: "\F23C"
}
.fa-orcid:before {
    content: "\F8D2"
}
.fa-osi:before {
    content: "\F41A"
}
.fa-otter:before {
    content: "\F700"
}
.fa-outdent:before {
    content: "\F03B"
}
.fa-page4:before {
    content: "\F3D7"
}
.fa-pagelines:before {
    content: "\F18C"
}
.fa-pager:before {
    content: "\F815"
}
.fa-paint-brush:before {
    content: "\F1FC"
}
.fa-paint-roller:before {
    content: "\F5AA"
}
.fa-palette:before {
    content: "\F53F"
}
.fa-palfed:before {
    content: "\F3D8"
}
.fa-pallet:before {
    content: "\F482"
}
.fa-paper-plane:before {
    content: "\F1D8"
}
.fa-paperclip:before {
    content: "\F0C6"
}
.fa-parachute-box:before {
    content: "\F4CD"
}
.fa-paragraph:before {
    content: "\F1DD"
}
.fa-parking:before {
    content: "\F540"
}
.fa-passport:before {
    content: "\F5AB"
}
.fa-pastafarianism:before {
    content: "\F67B"
}
.fa-paste:before {
    content: "\F0EA"
}
.fa-patreon:before {
    content: "\F3D9"
}
.fa-pause:before {
    content: "\F04C"
}
.fa-pause-circle:before {
    content: "\F28B"
}
.fa-paw:before {
    content: "\F1B0"
}
.fa-paypal:before {
    content: "\F1ED"
}
.fa-peace:before {
    content: "\F67C"
}
.fa-pen:before {
    content: "\F304"
}
.fa-pen-alt:before {
    content: "\F305"
}
.fa-pen-fancy:before {
    content: "\F5AC"
}
.fa-pen-nib:before {
    content: "\F5AD"
}
.fa-pen-square:before {
    content: "\F14B"
}
.fa-pencil-alt:before {
    content: "\F303"
}
.fa-pencil-ruler:before {
    content: "\F5AE"
}
.fa-penny-arcade:before {
    content: "\F704"
}
.fa-people-arrows:before {
    content: "\E068"
}
.fa-people-carry:before {
    content: "\F4CE"
}
.fa-pepper-hot:before {
    content: "\F816"
}
.fa-perbyte:before {
    content: "\E083"
}
.fa-percent:before {
    content: "\F295"
}
.fa-percentage:before {
    content: "\F541"
}
.fa-periscope:before {
    content: "\F3DA"
}
.fa-person-booth:before {
    content: "\F756"
}
.fa-phabricator:before {
    content: "\F3DB"
}
.fa-phoenix-framework:before {
    content: "\F3DC"
}
.fa-phoenix-squadron:before {
    content: "\F511"
}
.fa-phone:before {
    content: "\F095"
}
.fa-phone-alt:before {
    content: "\F879"
}
.fa-phone-slash:before {
    content: "\F3DD"
}
.fa-phone-square:before {
    content: "\F098"
}
.fa-phone-square-alt:before {
    content: "\F87B"
}
.fa-phone-volume:before {
    content: "\F2A0"
}
.fa-photo-video:before {
    content: "\F87C"
}
.fa-php:before {
    content: "\F457"
}
.fa-pied-piper:before {
    content: "\F2AE"
}
.fa-pied-piper-alt:before {
    content: "\F1A8"
}
.fa-pied-piper-hat:before {
    content: "\F4E5"
}
.fa-pied-piper-pp:before {
    content: "\F1A7"
}
.fa-pied-piper-square:before {
    content: "\E01E"
}
.fa-piggy-bank:before {
    content: "\F4D3"
}
.fa-pills:before {
    content: "\F484"
}
.fa-pinterest:before {
    content: "\F0D2"
}
.fa-pinterest-p:before {
    content: "\F231"
}
.fa-pinterest-square:before {
    content: "\F0D3"
}
.fa-pizza-slice:before {
    content: "\F818"
}
.fa-place-of-worship:before {
    content: "\F67F"
}
.fa-plane:before {
    content: "\F072"
}
.fa-plane-arrival:before {
    content: "\F5AF"
}
.fa-plane-departure:before {
    content: "\F5B0"
}
.fa-plane-slash:before {
    content: "\E069"
}
.fa-play:before {
    content: "\F04B"
}
.fa-play-circle:before {
    content: "\F144"
}
.fa-playstation:before {
    content: "\F3DF"
}
.fa-plug:before {
    content: "\F1E6"
}
.fa-plus:before {
    content: "\F067"
}
.fa-plus-circle:before {
    content: "\F055"
}
.fa-plus-square:before {
    content: "\F0FE"
}
.fa-podcast:before {
    content: "\F2CE"
}
.fa-poll:before {
    content: "\F681"
}
.fa-poll-h:before {
    content: "\F682"
}
.fa-poo:before {
    content: "\F2FE"
}
.fa-poo-storm:before {
    content: "\F75A"
}
.fa-poop:before {
    content: "\F619"
}
.fa-portrait:before {
    content: "\F3E0"
}
.fa-pound-sign:before {
    content: "\F154"
}
.fa-power-off:before {
    content: "\F011"
}
.fa-pray:before {
    content: "\F683"
}
.fa-praying-hands:before {
    content: "\F684"
}
.fa-prescription:before {
    content: "\F5B1"
}
.fa-prescription-bottle:before {
    content: "\F485"
}
.fa-prescription-bottle-alt:before {
    content: "\F486"
}
.fa-print:before {
    content: "\F02F"
}
.fa-procedures:before {
    content: "\F487"
}
.fa-product-hunt:before {
    content: "\F288"
}
.fa-project-diagram:before {
    content: "\F542"
}
.fa-pump-medical:before {
    content: "\E06A"
}
.fa-pump-soap:before {
    content: "\E06B"
}
.fa-pushed:before {
    content: "\F3E1"
}
.fa-puzzle-piece:before {
    content: "\F12E"
}
.fa-python:before {
    content: "\F3E2"
}
.fa-qq:before {
    content: "\F1D6"
}
.fa-qrcode:before {
    content: "\F029"
}
.fa-question:before {
    content: "\F128"
}
.fa-question-circle:before {
    content: "\F059"
}
.fa-quidditch:before {
    content: "\F458"
}
.fa-quinscape:before {
    content: "\F459"
}
.fa-quora:before {
    content: "\F2C4"
}
.fa-quote-left:before {
    content: "\F10D"
}
.fa-quote-right:before {
    content: "\F10E"
}
.fa-quran:before {
    content: "\F687"
}
.fa-r-project:before {
    content: "\F4F7"
}
.fa-radiation:before {
    content: "\F7B9"
}
.fa-radiation-alt:before {
    content: "\F7BA"
}
.fa-rainbow:before {
    content: "\F75B"
}
.fa-random:before {
    content: "\F074"
}
.fa-raspberry-pi:before {
    content: "\F7BB"
}
.fa-ravelry:before {
    content: "\F2D9"
}
.fa-react:before {
    content: "\F41B"
}
.fa-reacteurope:before {
    content: "\F75D"
}
.fa-readme:before {
    content: "\F4D5"
}
.fa-rebel:before {
    content: "\F1D0"
}
.fa-receipt:before {
    content: "\F543"
}
.fa-record-vinyl:before {
    content: "\F8D9"
}
.fa-recycle:before {
    content: "\F1B8"
}
.fa-red-river:before {
    content: "\F3E3"
}
.fa-reddit:before {
    content: "\F1A1"
}
.fa-reddit-alien:before {
    content: "\F281"
}
.fa-reddit-square:before {
    content: "\F1A2"
}
.fa-redhat:before {
    content: "\F7BC"
}
.fa-redo:before {
    content: "\F01E"
}
.fa-redo-alt:before {
    content: "\F2F9"
}
.fa-registered:before {
    content: "\F25D"
}
.fa-remove-format:before {
    content: "\F87D"
}
.fa-renren:before {
    content: "\F18B"
}
.fa-reply:before {
    content: "\F3E5"
}
.fa-reply-all:before {
    content: "\F122"
}
.fa-replyd:before {
    content: "\F3E6"
}
.fa-republican:before {
    content: "\F75E"
}
.fa-researchgate:before {
    content: "\F4F8"
}
.fa-resolving:before {
    content: "\F3E7"
}
.fa-restroom:before {
    content: "\F7BD"
}
.fa-retweet:before {
    content: "\F079"
}
.fa-rev:before {
    content: "\F5B2"
}
.fa-ribbon:before {
    content: "\F4D6"
}
.fa-ring:before {
    content: "\F70B"
}
.fa-road:before {
    content: "\F018"
}
.fa-robot:before {
    content: "\F544"
}
.fa-rocket:before {
    content: "\F135"
}
.fa-rocketchat:before {
    content: "\F3E8"
}
.fa-rockrms:before {
    content: "\F3E9"
}
.fa-route:before {
    content: "\F4D7"
}
.fa-rss:before {
    content: "\F09E"
}
.fa-rss-square:before {
    content: "\F143"
}
.fa-ruble-sign:before {
    content: "\F158"
}
.fa-ruler:before {
    content: "\F545"
}
.fa-ruler-combined:before {
    content: "\F546"
}
.fa-ruler-horizontal:before {
    content: "\F547"
}
.fa-ruler-vertical:before {
    content: "\F548"
}
.fa-running:before {
    content: "\F70C"
}
.fa-rupee-sign:before {
    content: "\F156"
}
.fa-rust:before {
    content: "\E07A"
}
.fa-sad-cry:before {
    content: "\F5B3"
}
.fa-sad-tear:before {
    content: "\F5B4"
}
.fa-safari:before {
    content: "\F267"
}
.fa-salesforce:before {
    content: "\F83B"
}
.fa-sass:before {
    content: "\F41E"
}
.fa-satellite:before {
    content: "\F7BF"
}
.fa-satellite-dish:before {
    content: "\F7C0"
}
.fa-save:before {
    content: "\F0C7"
}
.fa-schlix:before {
    content: "\F3EA"
}
.fa-school:before {
    content: "\F549"
}
.fa-screwdriver:before {
    content: "\F54A"
}
.fa-scribd:before {
    content: "\F28A"
}
.fa-scroll:before {
    content: "\F70E"
}
.fa-sd-card:before {
    content: "\F7C2"
}
.fa-search:before {
    content: "\F002"
}
.fa-search-dollar:before {
    content: "\F688"
}
.fa-search-location:before {
    content: "\F689"
}
.fa-search-minus:before {
    content: "\F010"
}
.fa-search-plus:before {
    content: "\F00E"
}
.fa-searchengin:before {
    content: "\F3EB"
}
.fa-seedling:before {
    content: "\F4D8"
}
.fa-sellcast:before {
    content: "\F2DA"
}
.fa-sellsy:before {
    content: "\F213"
}
.fa-server:before {
    content: "\F233"
}
.fa-servicestack:before {
    content: "\F3EC"
}
.fa-shapes:before {
    content: "\F61F"
}
.fa-share:before {
    content: "\F064"
}
.fa-share-alt:before {
    content: "\F1E0"
}
.fa-share-alt-square:before {
    content: "\F1E1"
}
.fa-share-square:before {
    content: "\F14D"
}
.fa-shekel-sign:before {
    content: "\F20B"
}
.fa-shield-alt:before {
    content: "\F3ED"
}
.fa-shield-virus:before {
    content: "\E06C"
}
.fa-ship:before {
    content: "\F21A"
}
.fa-shipping-fast:before {
    content: "\F48B"
}
.fa-shirtsinbulk:before {
    content: "\F214"
}
.fa-shoe-prints:before {
    content: "\F54B"
}
.fa-shopify:before {
    content: "\E057"
}
.fa-shopping-bag:before {
    content: "\F290"
}
.fa-shopping-basket:before {
    content: "\F291"
}
.fa-shopping-cart:before {
    content: "\F07A"
}
.fa-shopware:before {
    content: "\F5B5"
}
.fa-shower:before {
    content: "\F2CC"
}
.fa-shuttle-van:before {
    content: "\F5B6"
}
.fa-sign:before {
    content: "\F4D9"
}
.fa-sign-in-alt:before {
    content: "\F2F6"
}
.fa-sign-language:before {
    content: "\F2A7"
}
.fa-sign-out-alt:before {
    content: "\F2F5"
}
.fa-signal:before {
    content: "\F012"
}
.fa-signature:before {
    content: "\F5B7"
}
.fa-sim-card:before {
    content: "\F7C4"
}
.fa-simplybuilt:before {
    content: "\F215"
}
.fa-sink:before {
    content: "\E06D"
}
.fa-sistrix:before {
    content: "\F3EE"
}
.fa-sitemap:before {
    content: "\F0E8"
}
.fa-sith:before {
    content: "\F512"
}
.fa-skating:before {
    content: "\F7C5"
}
.fa-sketch:before {
    content: "\F7C6"
}
.fa-skiing:before {
    content: "\F7C9"
}
.fa-skiing-nordic:before {
    content: "\F7CA"
}
.fa-skull:before {
    content: "\F54C"
}
.fa-skull-crossbones:before {
    content: "\F714"
}
.fa-skyatlas:before {
    content: "\F216"
}
.fa-skype:before {
    content: "\F17E"
}
.fa-slack:before {
    content: "\F198"
}
.fa-slack-hash:before {
    content: "\F3EF"
}
.fa-slash:before {
    content: "\F715"
}
.fa-sleigh:before {
    content: "\F7CC"
}
.fa-sliders-h:before {
    content: "\F1DE"
}
.fa-slideshare:before {
    content: "\F1E7"
}
.fa-smile:before {
    content: "\F118"
}
.fa-smile-beam:before {
    content: "\F5B8"
}
.fa-smile-wink:before {
    content: "\F4DA"
}
.fa-smog:before {
    content: "\F75F"
}
.fa-smoking:before {
    content: "\F48D"
}
.fa-smoking-ban:before {
    content: "\F54D"
}
.fa-sms:before {
    content: "\F7CD"
}
.fa-snapchat:before {
    content: "\F2AB"
}
.fa-snapchat-ghost:before {
    content: "\F2AC"
}
.fa-snapchat-square:before {
    content: "\F2AD"
}
.fa-snowboarding:before {
    content: "\F7CE"
}
.fa-snowflake:before {
    content: "\F2DC"
}
.fa-snowman:before {
    content: "\F7D0"
}
.fa-snowplow:before {
    content: "\F7D2"
}
.fa-soap:before {
    content: "\E06E"
}
.fa-socks:before {
    content: "\F696"
}
.fa-solar-panel:before {
    content: "\F5BA"
}
.fa-sort:before {
    content: "\F0DC"
}
.fa-sort-alpha-down:before {
    content: "\F15D"
}
.fa-sort-alpha-down-alt:before {
    content: "\F881"
}
.fa-sort-alpha-up:before {
    content: "\F15E"
}
.fa-sort-alpha-up-alt:before {
    content: "\F882"
}
.fa-sort-amount-down:before {
    content: "\F160"
}
.fa-sort-amount-down-alt:before {
    content: "\F884"
}
.fa-sort-amount-up:before {
    content: "\F161"
}
.fa-sort-amount-up-alt:before {
    content: "\F885"
}
.fa-sort-down:before {
    content: "\F0DD"
}
.fa-sort-numeric-down:before {
    content: "\F162"
}
.fa-sort-numeric-down-alt:before {
    content: "\F886"
}
.fa-sort-numeric-up:before {
    content: "\F163"
}
.fa-sort-numeric-up-alt:before {
    content: "\F887"
}
.fa-sort-up:before {
    content: "\F0DE"
}
.fa-soundcloud:before {
    content: "\F1BE"
}
.fa-sourcetree:before {
    content: "\F7D3"
}
.fa-spa:before {
    content: "\F5BB"
}
.fa-space-shuttle:before {
    content: "\F197"
}
.fa-speakap:before {
    content: "\F3F3"
}
.fa-speaker-deck:before {
    content: "\F83C"
}
.fa-spell-check:before {
    content: "\F891"
}
.fa-spider:before {
    content: "\F717"
}
.fa-spinner:before {
    content: "\F110"
}
.fa-splotch:before {
    content: "\F5BC"
}
.fa-spotify:before {
    content: "\F1BC"
}
.fa-spray-can:before {
    content: "\F5BD"
}
.fa-square:before {
    content: "\F0C8"
}
.fa-square-full:before {
    content: "\F45C"
}
.fa-square-root-alt:before {
    content: "\F698"
}
.fa-squarespace:before {
    content: "\F5BE"
}
.fa-stack-exchange:before {
    content: "\F18D"
}
.fa-stack-overflow:before {
    content: "\F16C"
}
.fa-stackpath:before {
    content: "\F842"
}
.fa-stamp:before {
    content: "\F5BF"
}
.fa-star:before {
    content: "\F005"
}
.fa-star-and-crescent:before {
    content: "\F699"
}
.fa-star-half:before {
    content: "\F089"
}
.fa-star-half-alt:before {
    content: "\F5C0"
}
.fa-star-of-david:before {
    content: "\F69A"
}
.fa-star-of-life:before {
    content: "\F621"
}
.fa-staylinked:before {
    content: "\F3F5"
}
.fa-steam:before {
    content: "\F1B6"
}
.fa-steam-square:before {
    content: "\F1B7"
}
.fa-steam-symbol:before {
    content: "\F3F6"
}
.fa-step-backward:before {
    content: "\F048"
}
.fa-step-forward:before {
    content: "\F051"
}
.fa-stethoscope:before {
    content: "\F0F1"
}
.fa-sticker-mule:before {
    content: "\F3F7"
}
.fa-sticky-note:before {
    content: "\F249"
}
.fa-stop:before {
    content: "\F04D"
}
.fa-stop-circle:before {
    content: "\F28D"
}
.fa-stopwatch:before {
    content: "\F2F2"
}
.fa-stopwatch-20:before {
    content: "\E06F"
}
.fa-store:before {
    content: "\F54E"
}
.fa-store-alt:before {
    content: "\F54F"
}
.fa-store-alt-slash:before {
    content: "\E070"
}
.fa-store-slash:before {
    content: "\E071"
}
.fa-strava:before {
    content: "\F428"
}
.fa-stream:before {
    content: "\F550"
}
.fa-street-view:before {
    content: "\F21D"
}
.fa-strikethrough:before {
    content: "\F0CC"
}
.fa-stripe:before {
    content: "\F429"
}
.fa-stripe-s:before {
    content: "\F42A"
}
.fa-stroopwafel:before {
    content: "\F551"
}
.fa-studiovinari:before {
    content: "\F3F8"
}
.fa-stumbleupon:before {
    content: "\F1A4"
}
.fa-stumbleupon-circle:before {
    content: "\F1A3"
}
.fa-subscript:before {
    content: "\F12C"
}
.fa-subway:before {
    content: "\F239"
}
.fa-suitcase:before {
    content: "\F0F2"
}
.fa-suitcase-rolling:before {
    content: "\F5C1"
}
.fa-sun:before {
    content: "\F185"
}
.fa-superpowers:before {
    content: "\F2DD"
}
.fa-superscript:before {
    content: "\F12B"
}
.fa-supple:before {
    content: "\F3F9"
}
.fa-surprise:before {
    content: "\F5C2"
}
.fa-suse:before {
    content: "\F7D6"
}
.fa-swatchbook:before {
    content: "\F5C3"
}
.fa-swift:before {
    content: "\F8E1"
}
.fa-swimmer:before {
    content: "\F5C4"
}
.fa-swimming-pool:before {
    content: "\F5C5"
}
.fa-symfony:before {
    content: "\F83D"
}
.fa-synagogue:before {
    content: "\F69B"
}
.fa-sync:before {
    content: "\F021"
}
.fa-sync-alt:before {
    content: "\F2F1"
}
.fa-syringe:before {
    content: "\F48E"
}
.fa-table:before {
    content: "\F0CE"
}
.fa-table-tennis:before {
    content: "\F45D"
}
.fa-tablet:before {
    content: "\F10A"
}
.fa-tablet-alt:before {
    content: "\F3FA"
}
.fa-tablets:before {
    content: "\F490"
}
.fa-tachometer-alt:before {
    content: "\F3FD"
}
.fa-tag:before {
    content: "\F02B"
}
.fa-tags:before {
    content: "\F02C"
}
.fa-tape:before {
    content: "\F4DB"
}
.fa-tasks:before {
    content: "\F0AE"
}
.fa-taxi:before {
    content: "\F1BA"
}
.fa-teamspeak:before {
    content: "\F4F9"
}
.fa-teeth:before {
    content: "\F62E"
}
.fa-teeth-open:before {
    content: "\F62F"
}
.fa-telegram:before {
    content: "\F2C6"
}
.fa-telegram-plane:before {
    content: "\F3FE"
}
.fa-temperature-high:before {
    content: "\F769"
}
.fa-temperature-low:before {
    content: "\F76B"
}
.fa-tencent-weibo:before {
    content: "\F1D5"
}
.fa-tenge:before {
    content: "\F7D7"
}
.fa-terminal:before {
    content: "\F120"
}
.fa-text-height:before {
    content: "\F034"
}
.fa-text-width:before {
    content: "\F035"
}
.fa-th:before {
    content: "\F00A"
}
.fa-th-large:before {
    content: "\F009"
}
.fa-th-list:before {
    content: "\F00B"
}
.fa-the-red-yeti:before {
    content: "\F69D"
}
.fa-theater-masks:before {
    content: "\F630"
}
.fa-themeco:before {
    content: "\F5C6"
}
.fa-themeisle:before {
    content: "\F2B2"
}
.fa-thermometer:before {
    content: "\F491"
}
.fa-thermometer-empty:before {
    content: "\F2CB"
}
.fa-thermometer-full:before {
    content: "\F2C7"
}
.fa-thermometer-half:before {
    content: "\F2C9"
}
.fa-thermometer-quarter:before {
    content: "\F2CA"
}
.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}
.fa-think-peaks:before {
    content: "\F731"
}
.fa-thumbs-down:before {
    content: "\F165"
}
.fa-thumbs-up:before {
    content: "\F164"
}
.fa-thumbtack:before {
    content: "\F08D"
}
.fa-ticket-alt:before {
    content: "\F3FF"
}
.fa-tiktok:before {
    content: "\E07B"
}
.fa-times:before {
    content: "\F00D"
}
.fa-times-circle:before {
    content: "\F057"
}
.fa-tint:before {
    content: "\F043"
}
.fa-tint-slash:before {
    content: "\F5C7"
}
.fa-tired:before {
    content: "\F5C8"
}
.fa-toggle-off:before {
    content: "\F204"
}
.fa-toggle-on:before {
    content: "\F205"
}
.fa-toilet:before {
    content: "\F7D8"
}
.fa-toilet-paper:before {
    content: "\F71E"
}
.fa-toilet-paper-slash:before {
    content: "\E072"
}
.fa-toolbox:before {
    content: "\F552"
}
.fa-tools:before {
    content: "\F7D9"
}
.fa-tooth:before {
    content: "\F5C9"
}
.fa-torah:before {
    content: "\F6A0"
}
.fa-torii-gate:before {
    content: "\F6A1"
}
.fa-tractor:before {
    content: "\F722"
}
.fa-trade-federation:before {
    content: "\F513"
}
.fa-trademark:before {
    content: "\F25C"
}
.fa-traffic-light:before {
    content: "\F637"
}
.fa-trailer:before {
    content: "\E041"
}
.fa-train:before {
    content: "\F238"
}
.fa-tram:before {
    content: "\F7DA"
}
.fa-transgender:before {
    content: "\F224"
}
.fa-transgender-alt:before {
    content: "\F225"
}
.fa-trash:before {
    content: "\F1F8"
}
.fa-trash-alt:before {
    content: "\F2ED"
}
.fa-trash-restore:before {
    content: "\F829"
}
.fa-trash-restore-alt:before {
    content: "\F82A"
}
.fa-tree:before {
    content: "\F1BB"
}
.fa-trello:before {
    content: "\F181"
}
.fa-tripadvisor:before {
    content: "\F262"
}
.fa-trophy:before {
    content: "\F091"
}
.fa-truck:before {
    content: "\F0D1"
}
.fa-truck-loading:before {
    content: "\F4DE"
}
.fa-truck-monster:before {
    content: "\F63B"
}
.fa-truck-moving:before {
    content: "\F4DF"
}
.fa-truck-pickup:before {
    content: "\F63C"
}
.fa-tshirt:before {
    content: "\F553"
}
.fa-tty:before {
    content: "\F1E4"
}
.fa-tumblr:before {
    content: "\F173"
}
.fa-tumblr-square:before {
    content: "\F174"
}
.fa-tv:before {
    content: "\F26C"
}
.fa-twitch:before {
    content: "\F1E8"
}
.fa-twitter:before {
    content: "\F099"
}
.fa-twitter-square:before {
    content: "\F081"
}
.fa-typo3:before {
    content: "\F42B"
}
.fa-uber:before {
    content: "\F402"
}
.fa-ubuntu:before {
    content: "\F7DF"
}
.fa-uikit:before {
    content: "\F403"
}
.fa-umbraco:before {
    content: "\F8E8"
}
.fa-umbrella:before {
    content: "\F0E9"
}
.fa-umbrella-beach:before {
    content: "\F5CA"
}
.fa-uncharted:before {
    content: "\E084"
}
.fa-underline:before {
    content: "\F0CD"
}
.fa-undo:before {
    content: "\F0E2"
}
.fa-undo-alt:before {
    content: "\F2EA"
}
.fa-uniregistry:before {
    content: "\F404"
}
.fa-unity:before {
    content: "\E049"
}
.fa-universal-access:before {
    content: "\F29A"
}
.fa-university:before {
    content: "\F19C"
}
.fa-unlink:before {
    content: "\F127"
}
.fa-unlock:before {
    content: "\F09C"
}
.fa-unlock-alt:before {
    content: "\F13E"
}
.fa-unsplash:before {
    content: "\E07C"
}
.fa-untappd:before {
    content: "\F405"
}
.fa-upload:before {
    content: "\F093"
}
.fa-ups:before {
    content: "\F7E0"
}
.fa-usb:before {
    content: "\F287"
}
.fa-user:before {
    content: "\F007"
}
.fa-user-alt:before {
    content: "\F406"
}
.fa-user-alt-slash:before {
    content: "\F4FA"
}
.fa-user-astronaut:before {
    content: "\F4FB"
}
.fa-user-check:before {
    content: "\F4FC"
}
.fa-user-circle:before {
    content: "\F2BD"
}
.fa-user-clock:before {
    content: "\F4FD"
}
.fa-user-cog:before {
    content: "\F4FE"
}
.fa-user-edit:before {
    content: "\F4FF"
}
.fa-user-friends:before {
    content: "\F500"
}
.fa-user-graduate:before {
    content: "\F501"
}
.fa-user-injured:before {
    content: "\F728"
}
.fa-user-lock:before {
    content: "\F502"
}
.fa-user-md:before {
    content: "\F0F0"
}
.fa-user-minus:before {
    content: "\F503"
}
.fa-user-ninja:before {
    content: "\F504"
}
.fa-user-nurse:before {
    content: "\F82F"
}
.fa-user-plus:before {
    content: "\F234"
}
.fa-user-secret:before {
    content: "\F21B"
}
.fa-user-shield:before {
    content: "\F505"
}
.fa-user-slash:before {
    content: "\F506"
}
.fa-user-tag:before {
    content: "\F507"
}
.fa-user-tie:before {
    content: "\F508"
}
.fa-user-times:before {
    content: "\F235"
}
.fa-users:before {
    content: "\F0C0"
}
.fa-users-cog:before {
    content: "\F509"
}
.fa-users-slash:before {
    content: "\E073"
}
.fa-usps:before {
    content: "\F7E1"
}
.fa-ussunnah:before {
    content: "\F407"
}
.fa-utensil-spoon:before {
    content: "\F2E5"
}
.fa-utensils:before {
    content: "\F2E7"
}
.fa-vaadin:before {
    content: "\F408"
}
.fa-vector-square:before {
    content: "\F5CB"
}
.fa-venus:before {
    content: "\F221"
}
.fa-venus-double:before {
    content: "\F226"
}
.fa-venus-mars:before {
    content: "\F228"
}
.fa-vest:before {
    content: "\E085"
}
.fa-vest-patches:before {
    content: "\E086"
}
.fa-viacoin:before {
    content: "\F237"
}
.fa-viadeo:before {
    content: "\F2A9"
}
.fa-viadeo-square:before {
    content: "\F2AA"
}
.fa-vial:before {
    content: "\F492"
}
.fa-vials:before {
    content: "\F493"
}
.fa-viber:before {
    content: "\F409"
}
.fa-video:before {
    content: "\F03D"
}
.fa-video-slash:before {
    content: "\F4E2"
}
.fa-vihara:before {
    content: "\F6A7"
}
.fa-vimeo:before {
    content: "\F40A"
}
.fa-vimeo-square:before {
    content: "\F194"
}
.fa-vimeo-v:before {
    content: "\F27D"
}
.fa-vine:before {
    content: "\F1CA"
}
.fa-virus:before {
    content: "\E074"
}
.fa-virus-slash:before {
    content: "\E075"
}
.fa-viruses:before {
    content: "\E076"
}
.fa-vk:before {
    content: "\F189"
}
.fa-vnv:before {
    content: "\F40B"
}
.fa-voicemail:before {
    content: "\F897"
}
.fa-volleyball-ball:before {
    content: "\F45F"
}
.fa-volume-down:before {
    content: "\F027"
}
.fa-volume-mute:before {
    content: "\F6A9"
}
.fa-volume-off:before {
    content: "\F026"
}
.fa-volume-up:before {
    content: "\F028"
}
.fa-vote-yea:before {
    content: "\F772"
}
.fa-vr-cardboard:before {
    content: "\F729"
}
.fa-vuejs:before {
    content: "\F41F"
}
.fa-walking:before {
    content: "\F554"
}
.fa-wallet:before {
    content: "\F555"
}
.fa-warehouse:before {
    content: "\F494"
}
.fa-watchman-monitoring:before {
    content: "\E087"
}
.fa-water:before {
    content: "\F773"
}
.fa-wave-square:before {
    content: "\F83E"
}
.fa-waze:before {
    content: "\F83F"
}
.fa-weebly:before {
    content: "\F5CC"
}
.fa-weibo:before {
    content: "\F18A"
}
.fa-weight:before {
    content: "\F496"
}
.fa-weight-hanging:before {
    content: "\F5CD"
}
.fa-weixin:before {
    content: "\F1D7"
}
.fa-whatsapp:before {
    content: "\F232"
}
.fa-whatsapp-square:before {
    content: "\F40C"
}
.fa-wheelchair:before {
    content: "\F193"
}
.fa-whmcs:before {
    content: "\F40D"
}
.fa-wifi:before {
    content: "\F1EB"
}
.fa-wikipedia-w:before {
    content: "\F266"
}
.fa-wind:before {
    content: "\F72E"
}
.fa-window-close:before {
    content: "\F410"
}
.fa-window-maximize:before {
    content: "\F2D0"
}
.fa-window-minimize:before {
    content: "\F2D1"
}
.fa-window-restore:before {
    content: "\F2D2"
}
.fa-windows:before {
    content: "\F17A"
}
.fa-wine-bottle:before {
    content: "\F72F"
}
.fa-wine-glass:before {
    content: "\F4E3"
}
.fa-wine-glass-alt:before {
    content: "\F5CE"
}
.fa-wix:before {
    content: "\F5CF"
}
.fa-wizards-of-the-coast:before {
    content: "\F730"
}
.fa-wodu:before {
    content: "\E088"
}
.fa-wolf-pack-battalion:before {
    content: "\F514"
}
.fa-won-sign:before {
    content: "\F159"
}
.fa-wordpress:before {
    content: "\F19A"
}
.fa-wordpress-simple:before {
    content: "\F411"
}
.fa-wpbeginner:before {
    content: "\F297"
}
.fa-wpexplorer:before {
    content: "\F2DE"
}
.fa-wpforms:before {
    content: "\F298"
}
.fa-wpressr:before {
    content: "\F3E4"
}
.fa-wrench:before {
    content: "\F0AD"
}
.fa-x-ray:before {
    content: "\F497"
}
.fa-xbox:before {
    content: "\F412"
}
.fa-xing:before {
    content: "\F168"
}
.fa-xing-square:before {
    content: "\F169"
}
.fa-y-combinator:before {
    content: "\F23B"
}
.fa-yahoo:before {
    content: "\F19E"
}
.fa-yammer:before {
    content: "\F840"
}
.fa-yandex:before {
    content: "\F413"
}
.fa-yandex-international:before {
    content: "\F414"
}
.fa-yarn:before {
    content: "\F7E3"
}
.fa-yelp:before {
    content: "\F1E9"
}
.fa-yen-sign:before {
    content: "\F157"
}
.fa-yin-yang:before {
    content: "\F6AD"
}
.fa-yoast:before {
    content: "\F2B1"
}
.fa-youtube:before {
    content: "\F167"
}
.fa-youtube-square:before {
    content: "\F431"
}
.fa-zhihu:before {
    content: "\F63F"
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f13d3d;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #f13d3d;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, *::before, *::after {
    box-sizing: border-box
}
html {
    font-family: system-ui, Arial, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}
body {
    margin: 0;
    font-family: system-ui, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b, strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}
figure {
    margin: 0 0 1rem
}
img {
    vertical-align: middle;
    border-style: none
}
svg {
    overflow: hidden;
    vertical-align: middle
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button {
    border-radius: 0
}
button:focus:not(:focus-visible) {
    outline: 0
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
[role=button] {
    cursor: pointer
}
select {
    word-wrap: normal
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}
textarea {
    overflow: auto;
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}
progress {
    vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
summary {
    display: list-item;
    cursor: pointer
}
template {
    display: none
}
[hidden] {
    display: none !important
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
h1, .h1 {
    font-size: 2.5rem
}
h2, .h2 {
    font-size: 2rem
}
h3, .h3 {
    font-size: 1.75rem
}
h4, .h4 {
    font-size: 1.5rem
}
h5, .h5 {
    font-size: 1.25rem
}
h6, .h6 {
    font-size: 1rem
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small, .small {
    font-size: 80%;
    font-weight: 400
}
mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}
.blockquote-footer::before {
    content: "\2014\A0"
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #6c757d
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}
a>code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.legal-content-edit>p {
    text-align: justify
}



@media(min-width:576px) {
    .container-sm, .container {
        max-width: 540px
    }
}
@media(min-width:768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}
@media(min-width:992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}
@media(min-width:1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}
.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}
.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}
.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}
.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}
.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}
.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}
.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}
.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}
.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    order: -1
}
.order-last {
    order: 13
}
.order-0 {
    order: 0
}
.order-1 {
    order: 1
}
.order-2 {
    order: 2
}
.order-3 {
    order: 3
}
.order-4 {
    order: 4
}
.order-5 {
    order: 5
}
.order-6 {
    order: 6
}
.order-7 {
    order: 7
}
.order-8 {
    order: 8
}
.order-9 {
    order: 9
}
.order-10 {
    order: 10
}
.order-11 {
    order: 11
}
.order-12 {
    order: 12
}
.offset-1 {
    margin-left: 8.3333333333%
}
.offset-2 {
    margin-left: 16.6666666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.3333333333%
}
.offset-5 {
    margin-left: 41.6666666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.3333333333%
}
.offset-8 {
    margin-left: 66.6666666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.3333333333%
}
.offset-11 {
    margin-left: 91.6666666667%
}
@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}
@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}
@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}
@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}
.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
    border-top: 2px solid #dee2e6
}
.table-sm th, .table-sm td {
    padding: .3rem
}
.table-bordered {
    border: 1px solid #dee2e6
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
    border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.075)
}
.table-primary, .table-primary>th, .table-primary>td {
    background-color: #b8daff
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody+tbody {
    border-color: #7abaff
}
.table-hover .table-primary:hover {
    background-color: #9fcdff
}
.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}
.table-secondary, .table-secondary>th, .table-secondary>td {
    background-color: #d6d8db
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody {
    border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}
.table-success, .table-success>th, .table-success>td {
    background-color: #c3e6cb
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody+tbody {
    border-color: #8fd19e
}
.table-hover .table-success:hover {
    background-color: #b1dfbb
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}
.table-info, .table-info>th, .table-info>td {
    background-color: #bee5eb
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody {
    border-color: #86cfda
}
.table-hover .table-info:hover {
    background-color: #abdde5
}
.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5
}
.table-warning, .table-warning>th, .table-warning>td {
    background-color: #ffeeba
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody {
    border-color: #ffdf7e
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1
}
.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}
.table-danger, .table-danger>th, .table-danger>td {
    background-color: #fbc9c9
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody {
    border-color: #f89a9a
}
.table-hover .table-danger:hover {
    background-color: #f9b1b1
}
.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f9b1b1
}
.table-light, .table-light>th, .table-light>td {
    background-color: #fdfdfe
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody {
    border-color: #fbfcfc
}
.table-hover .table-light:hover {
    background-color: #ececf6
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6
}
.table-dark, .table-dark>th, .table-dark>td {
    background-color: #c6c8ca
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
    border-color: #95999c
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}
.table-active, .table-active>th, .table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.table-dark {
    color: #fff;
    background-color: #343a40
}
.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55
}
.table-dark.table-bordered {
    border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}
@media(max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
    .story-wrapper.video-slide {
        min-height: 495px;
    }
}
@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
    .home-customer-section .customer-wrp  {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 20px!important;
    }
}
@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}
@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
    border: 0
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
select.form-control[size], select.form-control[multiple] {
    height: auto
}
textarea.form-control {
    height: auto
}
.form-group {
    margin-bottom: 1rem
}
.form-text {
    display: block;
    margin-top: .25rem
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}
.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label {
    color: #6c757d
}
.form-check-label {
    margin-bottom: 0
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}
.form-row>.col>.valid-tooltip, .form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}
.was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip {
    display: block
}
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}
.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
    color: #28a745
}
.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip {
    display: block
}
.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}
.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}
.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}
.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f13d3d
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(241, 61, 61, 0.9);
    border-radius: .25rem
}
.form-row>.col>.invalid-tooltip, .form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}
.was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
    display: block
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #f13d3d;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f13d3d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f13d3d' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #f13d3d;
    box-shadow: 0 0 0 .2rem rgba(241, 61, 61, 0.25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #f13d3d;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f13d3d' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f13d3d' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #f13d3d;
    box-shadow: 0 0 0 .2rem rgba(241, 61, 61, 0.25)
}
.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
    color: #f13d3d
}
.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip {
    display: block
}
.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
    color: #f13d3d
}
.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #f13d3d
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #f46d6d;
    background-color: #f46d6d
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(241, 61, 61, 0.25)
}
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #f13d3d
}
.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
    border-color: #f13d3d
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #f13d3d;
    box-shadow: 0 0 0 .2rem rgba(241, 61, 61, 0.25)
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}
.form-inline .form-check {
    width: 100%
}
@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group, .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}
.btn:hover {
    color: #fff;
    text-decoration: none
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.btn.disabled, .btn:disabled {
    opacity: .65
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}
.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}
.btn-danger {
    color: #fff;
    background-color: #f13d3d;
    border-color: #f13d3d
}
.btn-danger:hover {
    color: #fff;
    background-color: #ee1919;
    border-color: #ea1111
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ee1919;
    border-color: #ea1111;
    box-shadow: 0 0 0 .2rem rgba(243, 90, 90, 0.5)
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f13d3d;
    border-color: #f13d3d
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1111;
    border-color: #de1010
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 90, 90, 0.5)
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-danger {
    color: #f13d3d;
    border-color: #f13d3d
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f13d3d;
    border-color: #f13d3d
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(241, 61, 61, 0.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f13d3d;
    background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f13d3d;
    border-color: #f13d3d
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 61, 61, 0.5)
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline
}
.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}
.btn-lg, .btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.btn-sm, .btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: .5rem
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}
.fade {
    transition: opacity .15s linear
}
@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}
.fade:not(.show) {
    opacity: 0
}
.collapse:not(.show) {
    display: none
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}
@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}
.dropdown-toggle {
    white-space: nowrap
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
@media(min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}
@media(min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}
@media(min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}
@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-toggle::after {
    vertical-align: 0
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}
.dropleft .dropdown-toggle::after {
    display: none
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}
.dropdown-menu.show {
    display: block
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover {
    z-index: 1
}
.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
    z-index: 1
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}
.btn-toolbar .input-group {
    width: auto
}
.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}
.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}
.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%
}
.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}
.btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}
.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}
.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .input-group>.form-control+.custom-file, .input-group>.form-control-plaintext+.form-control, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.custom-file, .input-group>.custom-select+.form-control, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file {
    margin-left: -1px
}
.input-group>.form-control:focus, .input-group>.custom-select:focus, .input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}
.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group>.custom-file {
    display: flex;
    align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group:not(.has-validation)>.form-control:not(:last-child), .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group.has-validation>.form-control:nth-last-child(n+3), .input-group.has-validation>.custom-select:nth-last-child(n+3), .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-prepend, .input-group-append {
    display: flex
}
.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3
}
.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn {
    margin-left: -1px
}
.input-group-prepend {
    margin-right: -1px
}
.input-group-append {
    margin-left: -1px
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.input-group-text input[type=radio], .input-group-text input[type=checkbox] {
    margin-top: 0
}
.input-group-lg>.form-control:not(textarea), .input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.form-control, .input-group-lg>.custom-select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.input-group-sm>.form-control:not(textarea), .input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px)
}
.input-group-sm>.form-control, .input-group-sm>.custom-select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
    padding-right: 1.75rem
}
.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}
.custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}
.custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}
.custom-radio .custom-control-label::before {
    border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}
.custom-switch {
    padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}
.custom-select::-ms-expand {
    display: none
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}
.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-file-input[disabled]~.custom-file-label, .custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.custom-range:focus {
    outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-range::-moz-focus-outer {
    border: 0
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}
@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}
@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}
.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}
@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}
.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
    cursor: default
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-pills .nav-link {
    border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}
.nav-fill>.nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}
.nav-justified>.nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}
.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}
@media(max-width:575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
    .use-cases-edit {
        padding-bottom: 70px
    }
    .home-convo-section.home-convo-section-edit {
        margin-top: 5px !important
    }
    .home-convo-section.home-convo-section-edit .row {
        padding-bottom: 1rem !important
    }
}
@media(min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}
@media(max-width:767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}
@media(min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}
@media(max-width:991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}
@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}
@media(max-width:1199.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}
@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-sm, .navbar-expand>.container-md, .navbar-expand>.container-lg, .navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}
.navbar-expand .navbar-nav {
    flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-sm, .navbar-expand>.container-md, .navbar-expand>.container-lg, .navbar-expand>.container-xl {
    flex-wrap: nowrap
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}
.navbar-expand .navbar-toggler {
    display: none
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}
.navbar-light .navbar-toggler-icon {
    background-image: url(/images/mobile-icon-blue.png)
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-dark .navbar-brand {
    color: #fff
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-text a {
    color: #fff
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}
.card>hr {
    margin-right: 0;
    margin-left: 0
}
.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}
.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}
.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}
.card>.card-header+.list-group, .card>.list-group+.card-footer {
    border-top: 0
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}
.card-title {
    margin-bottom: .75rem
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}
.card-text:last-child {
    margin-bottom: 0
}
.card-link:hover {
    text-decoration: none
}
.card-link+.card-link {
    margin-left: 1.25rem
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px)
}
.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%
}
.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}
.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}
.card-deck .card {
    margin-bottom: 15px
}
@media(min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}
.card-group>.card {
    margin-bottom: 15px
}
@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-top, .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-top, .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}
.card-columns .card {
    margin-bottom: .75rem
}
@media(min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}
.accordion {
    overflow-anchor: none
}
.accordion>.card {
    overflow: hidden
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}
.breadcrumb-item.active {
    color: #6c757d
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}
a.badge:hover, a.badge:focus {
    text-decoration: none
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}
.badge-primary {
    color: #fff;
    background-color: #007bff
}
a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d
}
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.badge-success {
    color: #fff;
    background-color: #28a745
}
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.badge-info {
    color: #fff;
    background-color: #17a2b8
}
a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.badge-warning {
    color: #212529;
    background-color: #ffc107
}
a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.badge-danger {
    color: #fff;
    background-color: #f13d3d
}
a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ea1111
}
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 61, 61, 0.5)
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa
}
a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.badge-dark {
    color: #fff;
    background-color: #343a40
}
a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}
@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-heading {
    color: inherit
}
.alert-link {
    font-weight: 700
}
.alert-dismissible {
    padding-right: 4rem
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}
.alert-primary hr {
    border-top-color: #9fcdff
}
.alert-primary .alert-link {
    color: #002752
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}
.alert-secondary hr {
    border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
    color: #202326
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}
.alert-success hr {
    border-top-color: #b1dfbb
}
.alert-success .alert-link {
    color: #0b2e13
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}
.alert-info hr {
    border-top-color: #abdde5
}
.alert-info .alert-link {
    color: #062c33
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}
.alert-warning hr {
    border-top-color: #ffe8a1
}
.alert-warning .alert-link {
    color: #533f03
}
.alert-danger {
    color: #7d2020;
    background-color: #fcd8d8;
    border-color: #fbc9c9
}
.alert-danger hr {
    border-top-color: #f9b1b1
}
.alert-danger .alert-link {
    color: #541616
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}
.alert-light hr {
    border-top-color: #ececf6
}
.alert-light .alert-link {
    color: #686868
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}
.alert-dark hr {
    border-top-color: #b9bbbe
}
.alert-dark .alert-link {
    color: #040505
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}
@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}
@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}
.media {
    display: flex;
    align-items: flex-start
}
.media-body {
    flex: 1
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}
.list-group-item-action:active {
    color: #fff;
    background-color: #e9ecef
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.list-group-item+.list-group-item {
    border-top-width: 0
}
.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}
.list-group-horizontal {
    flex-direction: row
}
.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}
.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}
.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}
.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}
@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}
@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}
@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}
@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}
.list-group-flush {
    border-radius: 0
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}
.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}
.list-group-item-danger {
    color: #7d2020;
    background-color: #fbc9c9
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7d2020;
    background-color: #f9b1b1
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d2020;
    border-color: #7d2020
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
.close:hover {
    color: #000;
    text-decoration: none
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}
a.close.disabled {
    pointer-events: none
}
.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: .25rem
}
.toast:not(:last-child) {
    margin-bottom: .75rem
}
.toast.showing {
    opacity: 1
}
.toast.show {
    display: block;
    opacity: 1
}
.toast.hide {
    display: none
}
.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}
.toast-body {
    padding: .75rem
}
.modal-open {
    overflow: hidden
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}
@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    transform: none
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}
.modal-footer>* {
    margin: .25rem
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}
@media(min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}
@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}
.tooltip.show {
    opacity: .9
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}
.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}
.bs-popover-top>.arrow, .bs-popover-auto[x-placement^=top]>.arrow {
    bottom: calc(-0.5rem - 1px)
}
.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^=top]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^=top]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}
.bs-popover-right>.arrow, .bs-popover-auto[x-placement^=right]>.arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}
.bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^=right]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-right>.arrow::after, .bs-popover-auto[x-placement^=right]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}
.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^=bottom]>.arrow {
    top: calc(-0.5rem - 1px)
}
.bs-popover-bottom>.arrow::before, .bs-popover-auto[x-placement^=bottom]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^=bottom]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}
.bs-popover-left>.arrow, .bs-popover-auto[x-placement^=left]>.arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}
.bs-popover-left>.arrow::before, .bs-popover-auto[x-placement^=left]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^=left]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}
.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}
.popover-header:empty {
    display: none
}
.popover-body {
    padding: .5rem .75rem;
    color: #fff
}
.carousel {
    position: relative
}
.carousel.pointer-event {
    touch-action: pan-y
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%)
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%)
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}
@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}
@media(prefers-reduced-motion:reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}
.carousel-control-prev {
    left: 0
}
.carousel-control-next {
    right: 0
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}
@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}
.carousel-indicators .active {
    opacity: 1
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}
@media(prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}
.align-baseline {
    vertical-align: baseline !important
}
.align-top {
    vertical-align: top !important
}
.align-middle {
    vertical-align: middle !important
}
.align-bottom {
    vertical-align: bottom !important
}
.align-text-bottom {
    vertical-align: text-bottom !important
}
.align-text-top {
    vertical-align: text-top !important
}
.bg-primary {
    background-color: #007bff !important
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important
}
.bg-secondary {
    background-color: #6c757d !important
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}
.bg-success {
    background-color: #28a745 !important
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}
.bg-info {
    background-color: #17a2b8 !important
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}
.bg-warning {
    background-color: #ffc107 !important
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}
.bg-danger {
    background-color: #f13d3d !important
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #ea1111 !important
}
.bg-light {
    background-color: #f8f9fa !important
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}
.bg-dark {
    background-color: #343a40 !important
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}
.bg-white {
    background-color: #fff !important
}
.bg-transparent {
    background-color: transparent !important
}
.border {
    border: 1px solid #dee2e6 !important
}
.border-top {
    border-top: 1px solid #dee2e6 !important
}
.border-right {
    border-right: 1px solid #dee2e6 !important
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}
.border-left {
    border-left: 1px solid #dee2e6 !important
}
.border-0 {
    border: 0 !important
}
.border-top-0 {
    border-top: 0 !important
}
.border-right-0 {
    border-right: 0 !important
}
.border-bottom-0 {
    border-bottom: 0 !important
}
.border-left-0 {
    border-left: 0 !important
}
.border-primary {
    border-color: #007bff !important
}
.border-secondary {
    border-color: #6c757d !important
}
.border-success {
    border-color: #28a745 !important
}
.border-info {
    border-color: #17a2b8 !important
}
.border-warning {
    border-color: #ffc107 !important
}
.border-danger {
    border-color: #f13d3d !important
}
.border-light {
    border-color: #f8f9fa !important
}
.border-dark {
    border-color: #343a40 !important
}
.border-white {
    border-color: #fff !important
}
.rounded-sm {
    border-radius: .2rem !important
}
.rounded {
    border-radius: .25rem !important
}
.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}
.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
.rounded-lg {
    border-radius: .3rem !important
}
.rounded-circle {
    border-radius: 50% !important
}
.rounded-pill {
    border-radius: 50rem !important
}
.rounded-0 {
    border-radius: 0 !important
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.d-none {
    display: none !important
}
.d-inline {
    display: inline !important
}
.d-inline-block {
    display: inline-block !important
}
.d-block {
    display: block !important
}
.d-table {
    display: table !important
}
.d-table-row {
    display: table-row !important
}
.d-table-cell {
    display: table-cell !important
}
.d-flex {
    display: flex !important
}
.d-inline-flex {
    display: inline-flex !important
}
@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}
@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}
@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}
@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}
@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}
.flex-row {
    flex-direction: row !important
}
.flex-column {
    flex-direction: column !important
}
.flex-row-reverse {
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    flex-direction: column-reverse !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.flex-nowrap {
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}
.flex-fill {
    flex: 1 1 auto !important
}
.flex-grow-0 {
    flex-grow: 0 !important
}
.flex-grow-1 {
    flex-grow: 1 !important
}
.flex-shrink-0 {
    flex-shrink: 0 !important
}
.flex-shrink-1 {
    flex-shrink: 1 !important
}
.justify-content-start {
    justify-content: flex-start !important
}
.justify-content-even {
    justify-content: space-evenly !important
}
.justify-content-end {
    justify-content: flex-end !important
}
.justify-content-center {
    justify-content: center !important
}
.justify-content-between {
    justify-content: space-between !important
}
.justify-content-around {
    justify-content: space-around !important
}
.align-items-start {
    align-items: flex-start !important
}
.align-items-end {
    align-items: flex-end !important
}
.align-items-center {
    align-items: center !important
}
.align-items-baseline {
    align-items: baseline !important
}
.align-items-stretch {
    align-items: stretch !important
}
.align-content-start {
    align-content: flex-start !important
}
.align-content-end {
    align-content: flex-end !important
}
.align-content-center {
    align-content: center !important
}
.align-content-between {
    align-content: space-between !important
}
.align-content-around {
    align-content: space-around !important
}
.align-content-stretch {
    align-content: stretch !important
}
.align-self-auto {
    align-self: auto !important
}
.align-self-start {
    align-self: flex-start !important
}
.align-self-end {
    align-self: flex-end !important
}
.align-self-center {
    align-self: center !important
}
.align-self-baseline {
    align-self: baseline !important
}
.align-self-stretch {
    align-self: stretch !important
}
@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}
@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}
@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}
@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-none {
    float: none !important
}
@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}
@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}
@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}
@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}
.overflow-auto {
    overflow: auto !important
}
.overflow-hidden {
    overflow: hidden !important
}
.position-static {
    position: static !important
}
.position-relative {
    position: relative !important
}
.position-absolute {
    position: absolute !important
}
.position-fixed {
    position: fixed !important
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}
@supports((position:-webkit-sticky) or(position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}
.shadow-none {
    box-shadow: none !important
}
.w-25 {
    width: 25% !important
}
.w-50 {
    width: 50% !important
}
.w-75 {
    width: 75% !important
}
.w-100 {
    width: 100% !important
}
.w-auto {
    width: auto !important
}
.h-25 {
    height: 25% !important
}
.h-50 {
    height: 50% !important
}
.h-75 {
    height: 75% !important
}
.h-100 {
    height: 100% !important
}
.h-auto {
    height: auto !important
}
.mw-100 {
    max-width: 100% !important
}
.mh-100 {
    max-height: 100% !important
}
.min-vw-100 {
    min-width: 100vw !important
}
.min-vh-100 {
    min-height: 100vh !important
}
.vw-100 {
    width: 100vw !important
}
.vh-100 {
    height: 100vh !important
}
.m-0 {
    margin: 0 !important
}
.mt-0, .my-0 {
    margin-top: 0 !important
}
.mr-0, .mx-0 {
    margin-right: 0 !important
}
.mb-0, .my-0 {
    margin-bottom: 0 !important
}
.ml-0, .mx-0 {
    margin-left: 0 !important
}
.m-1 {
    margin: .25rem !important
}
.mt-1, .my-1 {
    margin-top: .25rem !important
}
.mr-1, .mx-1 {
    margin-right: .25rem !important
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important
}
.ml-1, .mx-1 {
    margin-left: .25rem !important
}
.m-2 {
    margin: .5rem !important
}
.mt-2, .my-2 {
    margin-top: .5rem !important
}
.mr-2, .mx-2 {
    margin-right: .5rem !important
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important
}
.ml-2, .mx-2 {
    margin-left: .5rem !important
}
.m-3 {
    margin: 1rem !important
}
.mt-3, .my-3 {
    margin-top: 1rem !important
}
.mr-3, .mx-3 {
    margin-right: 1rem !important
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important
}
.ml-3, .mx-3 {
    margin-left: 1rem !important
}
.m-4 {
    margin: 1.5rem !important
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}
.m-5 {
    margin: 3rem !important
}
.mt-5, .my-5 {
    margin-top: 3rem !important
}
.mr-5, .mx-5 {
    margin-right: 3rem !important
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important
}
.ml-5, .mx-5 {
    margin-left: 3rem !important
}
.p-0 {
    padding: 0 !important
}
.pt-0, .py-0 {
    padding-top: 0 !important
}
.pr-0, .px-0 {
    padding-right: 0 !important
}
.pb-0, .py-0 {
    padding-bottom: 0 !important
}
.pl-0, .px-0 {
    padding-left: 0 !important
}
.p-1 {
    padding: .25rem !important
}
.pt-1, .py-1 {
    padding-top: .25rem !important
}
.pr-1, .px-1 {
    padding-right: .25rem !important
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important
}
.pl-1, .px-1 {
    padding-left: .25rem !important
}
.p-2 {
    padding: .5rem !important
}
.pt-2, .py-2 {
    padding-top: .5rem !important
}
.pr-2, .px-2 {
    padding-right: .5rem !important
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important
}
.pl-2, .px-2 {
    padding-left: .5rem !important
}
.p-3 {
    padding: 1rem !important
}
.pt-3, .py-3 {
    padding-top: 1rem !important
}
.pr-3, .px-3 {
    padding-right: 1rem !important
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important
}
.pl-3, .px-3 {
    padding-left: 1rem !important
}
.p-4 {
    padding: 1.5rem !important
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important
}
.p-5 {
    padding: 3rem !important
}
.pt-5, .py-5 {
    padding-top: 3rem !important
}
.pr-5, .px-5 {
    padding-right: 3rem !important
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important
}
.pl-5, .px-5 {
    padding-left: 3rem !important
}
.m-n1 {
    margin: -0.25rem !important
}
.mt-n1, .my-n1 {
    margin-top: -0.25rem !important
}
.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important
}
.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important
}
.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important
}
.m-n2 {
    margin: -0.5rem !important
}
.mt-n2, .my-n2 {
    margin-top: -0.5rem !important
}
.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important
}
.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important
}
.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important
}
.m-n3 {
    margin: -1rem !important
}
.mt-n3, .my-n3 {
    margin-top: -1rem !important
}
.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}
.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}
.m-n4 {
    margin: -1.5rem !important
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}
.m-n5 {
    margin: -3rem !important
}
.mt-n5, .my-n5 {
    margin-top: -3rem !important
}
.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}
.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}
.m-auto {
    margin: auto !important
}
.mt-auto, .my-auto {
    margin-top: auto !important
}
.mr-auto, .mx-auto {
    margin-right: auto !important
}
.mb-auto, .my-auto {
    margin-bottom: auto !important
}
.ml-auto, .mx-auto {
    margin-left: auto !important
}
@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -0.25rem !important
    }
    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important
    }
    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important
    }
    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important
    }
    .m-sm-n2 {
        margin: -0.5rem !important
    }
    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important
    }
    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important
    }
    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}
@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -0.25rem !important
    }
    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important
    }
    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important
    }
    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important
    }
    .m-md-n2 {
        margin: -0.5rem !important
    }
    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important
    }
    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important
    }
    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}
@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -0.25rem !important
    }
    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important
    }
    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important
    }
    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important
    }
    .m-lg-n2 {
        margin: -0.5rem !important
    }
    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important
    }
    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important
    }
    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}
@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -0.25rem !important
    }
    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important
    }
    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important
    }
    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important
    }
    .m-xl-n2 {
        margin: -0.5rem !important
    }
    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important
    }
    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important
    }
    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.text-justify {
    text-align: justify !important
}
.text-wrap {
    white-space: normal !important
}
.text-nowrap {
    white-space: nowrap !important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}
@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}
@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}
@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.font-weight-light {
    font-weight: 300 !important
}
.font-weight-lighter {
    font-weight: lighter !important
}
.font-weight-normal {
    font-weight: 400 !important
}
.font-weight-bold {
    font-weight: 700 !important
}
.font-weight-bolder {
    font-weight: bolder !important
}
.font-italic {
    font-style: italic !important
}
.text-white {
    color: #fff !important
}
.text-primary {
    color: #007bff !important
}
a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important
}
.text-secondary {
    color: #6c757d !important
}
a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}
.text-success {
    color: #28a745 !important
}
a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}
.text-info {
    color: #17a2b8 !important
}
a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}
.text-warning {
    color: #ffc107 !important
}
a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}
.text-danger {
    color: #f13d3d !important
}
a.text-danger:hover, a.text-danger:focus {
    color: #d20f0f !important
}
.text-light {
    color: #f8f9fa !important
}
a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}
.text-dark {
    color: #343a40 !important
}
a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}
.text-body {
    color: #fff !important
}
.text-muted {
    color: #6c757d !important
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.text-decoration-none {
    text-decoration: none !important
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}
.text-reset {
    color: inherit !important
}
.visible {
    visibility: visible !important
}
.invisible {
    visibility: hidden !important
}
@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " ("attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr, img {
        page-break-inside: avoid
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}
@keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}
@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}
@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0)
    }
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        transform: rotate3d(0, 0, 1, 0)
    }
}
.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes jello {
    from, 11.1%, to {
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}
@keyframes jello {
    from, 11.1%, to {
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}
@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}
@keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}
.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    from {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}
@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}
.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}
.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}
@media(print), (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}
h1, h2, h4, h4, h5, h6, p, html, body, main.container {
    font-family: system-ui, Arial, sans-serif;
    color: #333
}
ul {
    list-style: none
}
.error {
    color: red
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}
a {
    text-decoration: none;
    color: #ec1c23
}
a:hover, a:focus, a:visited {
    outline: 0;
    border: #ec1c23;
    box-shadow: none;
    color: #ec1c23;
    text-decoration: none;
    /* font-weight: 600  */
}
.modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important
}
.modal-open .modal.modal-center .modal-dialog {
    flex-grow: 1
}
.modal-open .modal.modal-center .modal-dialog .scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 30px;
    float: left;
    height: 600px;
    background: #f5f5f5;
    overflow-y: scroll;
    margin-bottom: 25px
}
.modal-open .modal.modal-center .modal-dialog #style-7::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px
}
.modal-open .modal.modal-center .modal-dialog #style-7::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
    margin-left: 30px
}
.modal-open .modal.modal-center .modal-dialog #style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1facbe;
    background: linear-gradient(0, #1facbe 41%, #4d7bde 100%)
}
.modal-open .modal.modal-center .modal-dialog .modal-header {
    border: 0
}
.modal-open .modal.modal-center .modal-dialog .modal-header #exampleModalLabel {
    font-size: 40px;
    padding-left: 128px;
    color: #333
}
.modal-open .modal.modal-center .modal-dialog .modal-header .close {
    padding: 1rem 1rem;
    margin: -2.5rem -1rem -1rem auto;
    opacity: 1;
    outline: 0
}
.modal-open .modal.modal-center .modal-dialog .modal-header .close span {
    font-size: 76px;
    font-weight: 100;
    color: #3f3f3f
}
.modal-open .modal.modal-center .modal-dialog .modal-body {
    width: 90%;
    margin: 0 auto
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    min-height: 300px
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 25px 0;
    position: relative
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li .long {
    padding: 12px 0 0 25px;
    position: relative;
    border: 1px solid #dcdddd;
    border-radius: 0 10px 10px 0
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li .long p {
    font-size: 16px;
    color: #4e4e4e;
    margin: 0;
    line-height: 19px
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li .right-arrow {
    position: absolute;
    right: -57px;
    top: 53px
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li .left-arrow {
    position: absolute;
    left: -57px;
    top: 53px
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li:nth-child(odd) .long {
    padding: 13px 25px;
    position: relative
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li:nth-child(odd) .long::after {
    content: ""
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li:nth-child(even) {
    width: 100%;
    margin-left: 87px
}
.modal-open .modal.modal-center .modal-dialog .modal-body ul.Journe-ul li:nth-child(even) .long {
    padding: 12px 0 0 25px;
    position: relative;
    border-radius: 10px 0 0 10px
}
.jumbotron .navbar {
    justify-content: center
}
.jumbotron .navbar ul {
    list-style-type: circle
}
.jumbotron .navbar ul li {
    margin: 0 15px
}
.jumbotron .navbar ul li a {
    font-size: 16px;
    color: #000;
    padding: 5px
}
.btn-txt-center {
    font-size: 18px;
    margin: 0;
    text-align: center
}
.btn-txt-center a {
    color: #f13d3d !important;
    text-decoration: none;
    margin: 0;
    display: flow-root;
    text-transform: capitalize
}
.btn-txt-center a .fa-arrow-right {
    font-size: 12px;
    padding-left: 5px
}
.btn-txt-center a:hover {
    font-weight: bold
}
.pad-top-30 {
    padding-top: 30px
}
@media(max-width:991px) {
    .career-theme .hlth-top-bg, .contact-us .hlth-top-bg, .we-hiring-theme .hlth-top-bg, .apply-theme .hlth-top-bg {
        background-image: none;
        height: 100%
    }
}
.career-theme .hlth-top-bg .top-section, .contact-us .hlth-top-bg .top-section, .we-hiring-theme .hlth-top-bg .top-section, .apply-theme .hlth-top-bg .top-section {
    height: 635px
}
@media(max-width:991px) {
    .career-theme .hlth-top-bg .top-section, .contact-us .hlth-top-bg .top-section, .we-hiring-theme .hlth-top-bg .top-section, .apply-theme .hlth-top-bg .top-section {
        height: 100%
    }
}
@media(max-width:991px) {
    .career-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .contact-us .hlth-top-bg .top-section .voice-api-txt .grey-txt, .we-hiring-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .apply-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .career-theme .hlth-top-bg .top-section .voice-api-txt ul, .contact-us .hlth-top-bg .top-section .voice-api-txt ul, .we-hiring-theme .hlth-top-bg .top-section .voice-api-txt ul, .apply-theme .hlth-top-bg .top-section .voice-api-txt ul {
        display: inline-flex
    }
}
.career-theme .hlth-top-bg .top-section img, .contact-us .hlth-top-bg .top-section img, .we-hiring-theme .hlth-top-bg .top-section img, .apply-theme .hlth-top-bg .top-section img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media(max-width:991px) {
    .career-theme .hlth-top-bg .top-section img, .contact-us .hlth-top-bg .top-section img, .we-hiring-theme .hlth-top-bg .top-section img, .apply-theme .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .career-theme .hlth-top-bg .top-section .voice-api-p ul, .contact-us .hlth-top-bg .top-section .voice-api-p ul, .we-hiring-theme .hlth-top-bg .top-section .voice-api-p ul, .apply-theme .hlth-top-bg .top-section .voice-api-p ul {
        margin-top: 20px
    }
}
.career-theme .enableX-Voice-API, .contact-us .enableX-Voice-API, .we-hiring-theme .enableX-Voice-API, .apply-theme .enableX-Voice-API {
    margin-top: 0;
    background-image: url(../../images/career/slider-left-bg.png);
    background-position: top center;
    height: 100%
}
.career-theme .enableX-Voice-API .Voice-API-grid, .contact-us .enableX-Voice-API .Voice-API-grid, .we-hiring-theme .enableX-Voice-API .Voice-API-grid, .apply-theme .enableX-Voice-API .Voice-API-grid {
    padding-top: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 {
    padding-top: 6em !important
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators {
    top: 0 !important;
    left: 0 !important;
    margin: 0;
    justify-content: flex-end
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 22px
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li.active, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li.active, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li.active, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators li.active {
    background-color: #f13d3d;
    border: 1px solid #ddd
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-inner, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-inner, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-inner, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-inner {
    padding: 0 0 50px 0;
    background-color: transparent;
    width: 100%
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item {
    margin-top: 50px
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap img, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap img, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap img, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap p, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap p, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap p, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-item .testi-text-wrap p {
    font-size: 20px;
    color: #333;
    text-align: left
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text {
    width: 100%;
    font-size: 40px;
    color: #333;
    text-align: left;
    font-weight: bold;
    margin-right: 0
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer {
    width: 100%;
    position: relative;
    background-color: #212121;
    height: 120px;
    clear: both;
    margin: 25px auto;
    float: left
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer img, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer img, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer img, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer img {
    vertical-align: middle;
    display: inline-block
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon {
    width: 50px;
    height: auto;
    margin: 35px 70px
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg {
    width: 250px;
    height: auto;
    margin-top: -120px
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .carousel, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .carousel, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .carousel, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .carousel {
    top: 165px
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .testi-ftr-wrap, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .testi-ftr-wrap, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .testi-ftr-wrap, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .testi-ftr-wrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info {
    color: #fff;
    width: 50%;
    margin-right: 10%;
    padding-top: 10px
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name {
    font-size: 35px;
    text-transform: uppercase;
    font-family: robotomedium
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro {
    font-size: 25px;
    font-family: robotoregular
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span {
    clear: both;
    float: left
}
.career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .testi-text-wrap, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .testi-text-wrap, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .testi-text-wrap, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .testi-text-wrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}
@media(max-width:992px) {
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-text {
        width: 90%;
        font-size: 20px;
        margin-right: 5%
    }
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer {
        height: auto;
        padding: 10px
    }
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .quoteicon {
        width: 20px;
        height: auto;
        margin: 0;
        float: left
    }
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .testi-footer .custimg {
        width: 60px;
        height: auto;
        margin: 0;
        float: left
    }
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 #testimonials .carousel-indicators {
        top: 0 !important;
        left: 0 !important
    }
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info {
        float: left;
        color: #fff;
        width: auto;
        margin-right: 0;
        padding-top: 10px;
        margin-left: 15px
    }
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_name {
        font-size: 15px
    }
    .career-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro, .contact-us .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro, .apply-theme .enableX-Voice-API .Voice-API-grid .pt-5 .cust-pro-info span.cust_pro {
        font-size: 13px
    }
}
.career-theme .together, .contact-us .together, .we-hiring-theme .together, .apply-theme .together {
    background-image: url("../../images/career/together-right-bg.png");
    margin-top: 0;
    height: 630px
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .together, .contact-us .together, .we-hiring-theme .together, .apply-theme .together {
        height: 100%;
        background-size: contain;
        background-position: 100% 90%
    }
}
@media(max-width:991px) {
    .career-theme .together, .contact-us .together, .we-hiring-theme .together, .apply-theme .together {
        background-image: none;
        height: 100%
    }
}
.career-theme .together h6.red-txt, .contact-us .together h6.red-txt, .we-hiring-theme .together h6.red-txt, .apply-theme .together h6.red-txt {
    margin-top: 150px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .together h6.red-txt, .contact-us .together h6.red-txt, .we-hiring-theme .together h6.red-txt, .apply-theme .together h6.red-txt {
        margin-top: 100px !important
    }
}
@media(max-width:991px) {
    .career-theme .together h6.red-txt, .contact-us .together h6.red-txt, .we-hiring-theme .together h6.red-txt, .apply-theme .together h6.red-txt {
        margin-top: 50px !important
    }
}
.career-theme .together h4.second-headding, .contact-us .together h4.second-headding, .we-hiring-theme .together h4.second-headding, .apply-theme .together h4.second-headding {
    text-align: center
}
.career-theme .together #advantages-tabs, .contact-us .together #advantages-tabs, .we-hiring-theme .together #advantages-tabs, .apply-theme .together #advantages-tabs {
    display: block
}
@media(max-width:991px) {
    .career-theme .together #advantages-tabs, .contact-us .together #advantages-tabs, .we-hiring-theme .together #advantages-tabs, .apply-theme .together #advantages-tabs {
        display: none
    }
}
.career-theme .together #advantages-tabs .tab-content .tab-pane, .contact-us .together #advantages-tabs .tab-content .tab-pane, .we-hiring-theme .together #advantages-tabs .tab-content .tab-pane, .apply-theme .together #advantages-tabs .tab-content .tab-pane {
    width: 83%;
    margin: 0 auto
}
.career-theme .together #advantages-tabs .tab-content .tab-pane article.about-enablex h5, .contact-us .together #advantages-tabs .tab-content .tab-pane article.about-enablex h5, .we-hiring-theme .together #advantages-tabs .tab-content .tab-pane article.about-enablex h5, .apply-theme .together #advantages-tabs .tab-content .tab-pane article.about-enablex h5 {
    font-size: 30px;
    font-weight: bold;
    color: #333
}
.career-theme .together #advantages-tabs .tab-content .tab-pane article.about-enablex p, .contact-us .together #advantages-tabs .tab-content .tab-pane article.about-enablex p, .we-hiring-theme .together #advantages-tabs .tab-content .tab-pane article.about-enablex p, .apply-theme .together #advantages-tabs .tab-content .tab-pane article.about-enablex p {
    font-size: 20px;
    color: #333
}
.career-theme .together .feature-for-mob, .contact-us .together .feature-for-mob, .we-hiring-theme .together .feature-for-mob, .apply-theme .together .feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .career-theme .together .feature-for-mob, .contact-us .together .feature-for-mob, .we-hiring-theme .together .feature-for-mob, .apply-theme .together .feature-for-mob {
        display: block;
        margin-top: 0
    }
}
.career-theme .together .feature-for-mob #accordionExample .card, .contact-us .together .feature-for-mob #accordionExample .card, .we-hiring-theme .together .feature-for-mob #accordionExample .card, .apply-theme .together .feature-for-mob #accordionExample .card {
    margin: 5px 0;
    margin: 5px 0;
    border-radius: 5px;
    border: 0
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header, .contact-us .together .feature-for-mob #accordionExample .card .card-header, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header, .apply-theme .together .feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 4px
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header .mb-0>button:after, .contact-us .together .feature-for-mob #accordionExample .card .card-header .mb-0>button:after, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header .mb-0>button:after, .apply-theme .together .feature-for-mob #accordionExample .card .card-header .mb-0>button:after {
    content: "\F078";
    font-family: "FontAwesome";
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
    color: #999292
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after, .contact-us .together .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after, .apply-theme .together .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after {
    content: "\F077"
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header h2 button, .contact-us .together .feature-for-mob #accordionExample .card .card-header h2 button, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header h2 button, .apply-theme .together .feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header h2 button:focus, .contact-us .together .feature-for-mob #accordionExample .card .card-header h2 button:focus, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header h2 button:focus, .apply-theme .together .feature-for-mob #accordionExample .card .card-header h2 button:focus, .career-theme .together .feature-for-mob #accordionExample .card .card-header h2 button:active, .contact-us .together .feature-for-mob #accordionExample .card .card-header h2 button:active, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header h2 button:active, .apply-theme .together .feature-for-mob #accordionExample .card .card-header h2 button:active {
    box-shadow: none
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true], .contact-us .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true], .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true], .apply-theme .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #f13d3d;
    color: #fff
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after, .contact-us .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after, .apply-theme .together .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff
}
.career-theme .together .feature-for-mob #accordionExample .card .card-header+div, .contact-us .together .feature-for-mob #accordionExample .card .collapse, .we-hiring-theme .together .feature-for-mob #accordionExample .card .collapse, .apply-theme .together .feature-for-mob #accordionExample .card .collapse {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -5px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.career-theme .together .feature-for-mob #accordionExample .card .card-body p, .contact-us .together .feature-for-mob #accordionExample .card .card-body p, .we-hiring-theme .together .feature-for-mob #accordionExample .card .card-body p, .apply-theme .together .feature-for-mob #accordionExample .card .card-body p {
    text-align: left
}
@media(max-width:991px) {
    .career-theme .blog-sec article, .contact-us .blog-sec article, .we-hiring-theme .blog-sec article, .apply-theme .blog-sec article {
        width: 100%;
        padding: 10px 10px;
        margin-top: 0
    }
}
.career-theme .profil-about, .contact-us .profil-about, .we-hiring-theme .profil-about, .apply-theme .profil-about {
    margin-bottom: 100px
}
.career-theme .profil-about h6.red-txt, .contact-us .profil-about h6.red-txt, .we-hiring-theme .profil-about h6.red-txt, .apply-theme .profil-about h6.red-txt {
    margin-top: 50px !important
}
.career-theme .profil-about ul, .contact-us .profil-about ul, .we-hiring-theme .profil-about ul, .apply-theme .profil-about ul {
    margin-top: 50px
}
@media(max-width:991px) {
    .career-theme .profil-about ul, .contact-us .profil-about ul, .we-hiring-theme .profil-about ul, .apply-theme .profil-about ul {
        margin: 0;
        padding: 0
    }
}
.career-theme .profil-about ul li, .contact-us .profil-about ul li, .we-hiring-theme .profil-about ul li, .apply-theme .profil-about ul li {
    width: 100%;
    margin: 15px 0;
    height: 70px
}
@media(max-width:991px) {
    .career-theme .profil-about ul li, .contact-us .profil-about ul li, .we-hiring-theme .profil-about ul li, .apply-theme .profil-about ul li {
        height: 76px;
        margin-top: 20px
    }
}
.career-theme .profil-about ul li .pad-0, .contact-us .profil-about ul li .pad-0, .we-hiring-theme .profil-about ul li .pad-0, .apply-theme .profil-about ul li .pad-0 {
    padding: 0
}
@media(max-width:991px) {
    .career-theme .profil-about ul li .pad-0, .contact-us .profil-about ul li .pad-0, .we-hiring-theme .profil-about ul li .pad-0, .apply-theme .profil-about ul li .pad-0 {
        text-align: center !important
    }
}
.career-theme .profil-about ul li .bg-color-box, .contact-us .profil-about ul li .bg-color-box, .we-hiring-theme .profil-about ul li .bg-color-box, .apply-theme .profil-about ul li .bg-color-box {
    width: 40px;
    height: 40%;
    margin: 0 auto
}
.career-theme .pricing-sec, .contact-us .pricing-sec, .we-hiring-theme .pricing-sec, .apply-theme .pricing-sec {
    margin-bottom: 0
}
.career-theme .pricing-sec .div2, .contact-us .pricing-sec .div2, .we-hiring-theme .pricing-sec .div2, .apply-theme .pricing-sec .div2 {
    display: block
}
@media(max-width:991px) {
    .career-theme .pricing-sec .div2, .contact-us .pricing-sec .div2, .we-hiring-theme .pricing-sec .div2, .apply-theme .pricing-sec .div2 {
        display: none
    }
}
.career-theme .pricing-sec svg, .contact-us .pricing-sec svg, .we-hiring-theme .pricing-sec svg, .apply-theme .pricing-sec svg {
    display: block
}
@media(max-width:991px) {
    .career-theme .pricing-sec svg, .contact-us .pricing-sec svg, .we-hiring-theme .pricing-sec svg, .apply-theme .pricing-sec svg {
        display: none
    }
}
.career-theme .pricing-sec h6.red-txt, .contact-us .pricing-sec h6.red-txt, .we-hiring-theme .pricing-sec h6.red-txt, .apply-theme .pricing-sec h6.red-txt {
    margin-top: 50px
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .pricing-sec h6.red-txt, .contact-us .pricing-sec h6.red-txt, .we-hiring-theme .pricing-sec h6.red-txt, .apply-theme .pricing-sec h6.red-txt {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .career-theme .pricing-sec h6.red-txt, .contact-us .pricing-sec h6.red-txt, .we-hiring-theme .pricing-sec h6.red-txt, .apply-theme .pricing-sec h6.red-txt {
        margin-top: 50px
    }
}
.career-theme .pricing-sec .Voice-API-grid, .contact-us .pricing-sec .Voice-API-grid, .we-hiring-theme .pricing-sec .Voice-API-grid, .apply-theme .pricing-sec .Voice-API-grid {
    display: flex;
    justify-content: center;
    align-items: center
}
.career-theme .pricing-sec .Voice-API-grid .white-bg, .contact-us .pricing-sec .Voice-API-grid .white-bg, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg, .apply-theme .pricing-sec .Voice-API-grid .white-bg {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 15px 30px;
    text-align: left;
    margin: 10px 0
}
.career-theme .pricing-sec .Voice-API-grid .white-bg h5, .contact-us .pricing-sec .Voice-API-grid .white-bg h5, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg h5, .apply-theme .pricing-sec .Voice-API-grid .white-bg h5 {
    font-size: 26px;
    color: #333;
    font-weight: bold
}
.career-theme .pricing-sec .Voice-API-grid .white-bg p, .contact-us .pricing-sec .Voice-API-grid .white-bg p, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg p, .apply-theme .pricing-sec .Voice-API-grid .white-bg p {
    font-size: 16px;
    color: #a0a0a1;
    margin: 0;
    padding: 0
}
.career-theme .pricing-sec .Voice-API-grid .white-bg p strong, .contact-us .pricing-sec .Voice-API-grid .white-bg p strong, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg p strong, .apply-theme .pricing-sec .Voice-API-grid .white-bg p strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #333
}
.career-theme .pricing-sec .Voice-API-grid .white-bg .txt-red, .contact-us .pricing-sec .Voice-API-grid .white-bg .txt-red, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg .txt-red, .apply-theme .pricing-sec .Voice-API-grid .white-bg .txt-red {
    color: #f13d3d;
    font-size: 18px
}
.career-theme .pricing-sec .Voice-API-grid .white-bg .expe-loc p, .contact-us .pricing-sec .Voice-API-grid .white-bg .expe-loc p, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg .expe-loc p, .apply-theme .pricing-sec .Voice-API-grid .white-bg .expe-loc p {
    font-size: 16px;
    color: #a0a0a1
}
.career-theme .pricing-sec .Voice-API-grid .white-bg .expe-loc p span, .contact-us .pricing-sec .Voice-API-grid .white-bg .expe-loc p span, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg .expe-loc p span, .apply-theme .pricing-sec .Voice-API-grid .white-bg .expe-loc p span {
    font-weight: 600
}
.career-theme .pricing-sec .Voice-API-grid .white-bg a, .contact-us .pricing-sec .Voice-API-grid .white-bg a, .we-hiring-theme .pricing-sec .Voice-API-grid .white-bg a, .apply-theme .pricing-sec .Voice-API-grid .white-bg a {
    background: 0;
    margin: 0 auto;
    box-shadow: none;
    text-align: right
}
.career-theme .pricing-sec p .btn-bg-red, .contact-us .pricing-sec p .btn-bg-red, .we-hiring-theme .pricing-sec p .btn-bg-red, .apply-theme .pricing-sec p .btn-bg-red {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f13d3d;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 25px
}
.career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 100px
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.career-theme .test-Drive h4, .contact-us .test-Drive h4, .we-hiring-theme .test-Drive h4, .apply-theme .test-Drive h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center;
    text-transform: capitalize
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .test-Drive h4, .contact-us .test-Drive h4, .we-hiring-theme .test-Drive h4, .apply-theme .test-Drive h4 {
        font-size: 35px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .career-theme .test-Drive h4, .contact-us .test-Drive h4, .we-hiring-theme .test-Drive h4, .apply-theme .test-Drive h4 {
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        font-weight: 600
    }
}
.career-theme .test-Drive p, .contact-us .test-Drive p, .we-hiring-theme .test-Drive p, .apply-theme .test-Drive p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    line-height: 25px;
    color: #4e4e4e
}
@media(max-width:991px) {
    .career-theme .test-Drive p, .contact-us .test-Drive p, .we-hiring-theme .test-Drive p, .apply-theme .test-Drive p {
        font-size: 16px;
        line-height: 20px
    }
}
.career-theme .test-Drive .test-Drive-Video, .contact-us .test-Drive .test-Drive-Video, .we-hiring-theme .test-Drive .test-Drive-Video, .apply-theme .test-Drive .test-Drive-Video {
    background-color: #f4e9e7;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    position: relative
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Video, .contact-us .test-Drive .test-Drive-Video, .we-hiring-theme .test-Drive .test-Drive-Video, .apply-theme .test-Drive .test-Drive-Video {
        padding: 30px;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.career-theme .test-Drive .test-Drive-Video h5, .contact-us .test-Drive .test-Drive-Video h5, .we-hiring-theme .test-Drive .test-Drive-Video h5, .apply-theme .test-Drive .test-Drive-Video h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #333
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .test-Drive .test-Drive-Video h5, .contact-us .test-Drive .test-Drive-Video h5, .we-hiring-theme .test-Drive .test-Drive-Video h5, .apply-theme .test-Drive .test-Drive-Video h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Video h5, .contact-us .test-Drive .test-Drive-Video h5, .we-hiring-theme .test-Drive .test-Drive-Video h5, .apply-theme .test-Drive .test-Drive-Video h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.career-theme .test-Drive .test-Drive-Video p, .contact-us .test-Drive .test-Drive-Video p, .we-hiring-theme .test-Drive .test-Drive-Video p, .apply-theme .test-Drive .test-Drive-Video p {
    font-size: 20px;
    font-weight: 300;
    color: #333
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Video p, .contact-us .test-Drive .test-Drive-Video p, .we-hiring-theme .test-Drive .test-Drive-Video p, .apply-theme .test-Drive .test-Drive-Video p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.career-theme .test-Drive .test-Drive-Video a, .contact-us .test-Drive .test-Drive-Video a, .we-hiring-theme .test-Drive .test-Drive-Video a, .apply-theme .test-Drive .test-Drive-Video a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Video a, .contact-us .test-Drive .test-Drive-Video a, .we-hiring-theme .test-Drive .test-Drive-Video a, .apply-theme .test-Drive .test-Drive-Video a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%, 40%)
    }
}
.career-theme .test-Drive .test-Drive-Video a:hover, .contact-us .test-Drive .test-Drive-Video a:hover, .we-hiring-theme .test-Drive .test-Drive-Video a:hover, .apply-theme .test-Drive .test-Drive-Video a:hover {
    text-decoration: none;
    font-weight: 600
}
.career-theme .test-Drive .test-Drive-Our-Communication, .contact-us .test-Drive .test-Drive-Our-Communication, .we-hiring-theme .test-Drive .test-Drive-Our-Communication, .apply-theme .test-Drive .test-Drive-Our-Communication {
    background-color: #f4e9e7;
    position: relative;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    background: #5f1ec9;
    background: linear-gradient(55deg, #5f1ec9 0, #3653b0 99%)
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Our-Communication, .contact-us .test-Drive .test-Drive-Our-Communication, .we-hiring-theme .test-Drive .test-Drive-Our-Communication, .apply-theme .test-Drive .test-Drive-Our-Communication {
        padding: 30px;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.career-theme .test-Drive .test-Drive-Our-Communication h5, .contact-us .test-Drive .test-Drive-Our-Communication h5, .we-hiring-theme .test-Drive .test-Drive-Our-Communication h5, .apply-theme .test-Drive .test-Drive-Our-Communication h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #fff
}
@media(min-width:992px) and (max-width:1199px) {
    .career-theme .test-Drive .test-Drive-Our-Communication h5, .contact-us .test-Drive .test-Drive-Our-Communication h5, .we-hiring-theme .test-Drive .test-Drive-Our-Communication h5, .apply-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Our-Communication h5, .contact-us .test-Drive .test-Drive-Our-Communication h5, .we-hiring-theme .test-Drive .test-Drive-Our-Communication h5, .apply-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.career-theme .test-Drive .test-Drive-Our-Communication p, .contact-us .test-Drive .test-Drive-Our-Communication p, .we-hiring-theme .test-Drive .test-Drive-Our-Communication p, .apply-theme .test-Drive .test-Drive-Our-Communication p {
    font-size: 20px;
    font-weight: 300;
    color: #fff
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Our-Communication p, .contact-us .test-Drive .test-Drive-Our-Communication p, .we-hiring-theme .test-Drive .test-Drive-Our-Communication p, .apply-theme .test-Drive .test-Drive-Our-Communication p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.career-theme .test-Drive .test-Drive-Our-Communication a, .contact-us .test-Drive .test-Drive-Our-Communication a, .we-hiring-theme .test-Drive .test-Drive-Our-Communication a, .apply-theme .test-Drive .test-Drive-Our-Communication a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .career-theme .test-Drive .test-Drive-Our-Communication a, .contact-us .test-Drive .test-Drive-Our-Communication a, .we-hiring-theme .test-Drive .test-Drive-Our-Communication a, .apply-theme .test-Drive .test-Drive-Our-Communication a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%, 40%)
    }
}
.career-theme .test-Drive .test-Drive-Our-Communication a:hover, .contact-us .test-Drive .test-Drive-Our-Communication a:hover, .we-hiring-theme .test-Drive .test-Drive-Our-Communication a:hover, .apply-theme .test-Drive .test-Drive-Our-Communication a:hover {
    text-decoration: none;
    font-weight: 600
}
.apply-theme header {
    background-color: transparent
}
.apply-theme .hlth-top-bg {
    background-image: url("../../images/career/apply-now-top-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 500px
}
@media(max-width:991px) {
    .apply-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.apply-theme .hlth-top-bg .top-section {
    background: none !important;
    height: 500px
}
@media(max-width:991px) {
    .apply-theme .hlth-top-bg .top-section {
        height: 100%
    }
}
.apply-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg {
    margin-top: -50px;
    margin-left: 50px;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .apply-theme .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.apply-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%;
    padding: 0;
    text-align: center
}
.apply-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}
@media(max-width:991px) {
    .apply-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        margin-top: 50px
    }
}
.apply-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px;
    padding: 1px 35px
}
@media(min-width:1000px) and (max-width:1100px) {
    .apply-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}
@media(max-width:991px) {
    .apply-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 25px;
        line-height: 30px;
        text-align: center
    }
}
.apply-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .apply-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.apply-theme .hlth-top-bg .icon-with-txt svg {
    width: 40px;
    height: 40px
}
.apply-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.apply-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.apply-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.apply-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.apply-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.apply-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.apply-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.apply-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
.apply-theme .section-2-job {
    margin-top: 0;
    background-image: url(../../images/career/job-exp-left.png);
    background-repeat: no-repeat;
    background-position: 53% 0;
    height: 669px;
    display: flex;
    justify-content: center;
    align-items: center
}
@media(max-width:991px) {
    .apply-theme .section-2-job {
        background-image: none;
        height: 100%
    }
}
.apply-theme .section-2-job .white-bg {
    padding: 1px 30px;
    text-align: left;
    margin: 0
}
@media(max-width:991px) {
    .apply-theme .section-2-job .white-bg {
        padding: 1px 10px;
        text-align: center
    }
}
.apply-theme .section-2-job .white-bg h5 {
    font-size: 26px;
    color: #333;
    font-weight: bold
}
@media(max-width:991px) {
    .apply-theme .section-2-job .white-bg h5 {
        font-size: 22px;
        text-align: center
    }
}
.apply-theme .section-2-job .white-bg p {
    font-size: 16px;
    color: #a0a0a1;
    margin: 0;
    padding: 0;
    text-align: left
}
@media(max-width:991px) {
    .apply-theme .section-2-job .white-bg p {
        text-align: center
    }
}
.apply-theme .section-2-job .white-bg p strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #333
}
.apply-theme .section-2-job .white-bg .txt-red {
    color: #f13d3d;
    font-size: 18px
}
.apply-theme .section-2-job .white-bg .expe-loc p {
    text-align: left;
    font-size: 16px;
    color: #a0a0a1
}
.apply-theme .section-2-job .white-bg .expe-loc p span {
    font-weight: 600
}
.apply-theme .section-2-job .white-bg ul {
    margin: 0;
    padding: 0;
    margin-top: 50px
}
@media(max-width:991px) {
    .apply-theme .section-2-job .white-bg ul {
        text-align: center
    }
}
.apply-theme .section-2-job .white-bg ul li {
    float: left;
    margin: 0 10px 0 0
}
@media(max-width:991px) {
    .apply-theme .section-2-job .white-bg ul li {
        margin: 0 10px 0 10px;
        flex-direction: row-reverse;
        display: contents
    }
}
.apply-theme .section-2-job .white-bg ul li a {
    font-family: system-ui, Arial, sans-serif;
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent
}
.apply-theme .section-2-job .white-bg ul li a:hover {
    border: 1px solid #989fa5;
    background: #fff;
    color: #f13d3d
}
@media(max-width:991px) {
    .apply-theme .section-2-job .white-bg ul li a {
        margin: 0 5px;
        padding: 6px 10px
    }
}
.apply-theme .section-2-job .white-bg ul li a.border-btn {
    border: 1px solid #989fa5;
    background: transparent;
    color: #f13d3d;
    text-transform: capitalize
}
.apply-theme .section-2-job .white-bg ul li a.border-btn:hover {
    background: #f13d3d;
    color: #fff
}
.apply-theme .section-2-job .exp-sec h4 {
    font-size: 30px;
    line-height: 35px;
    color: #333
}
@media(max-width:991px) {
    .apply-theme .section-2-job .exp-sec h4 {
        font-size: 20px;
        line-height: 25px;
        color: #333;
        text-align: left;
        margin-top: 40px;
        margin-bottom: 10px
    }
}
.apply-theme .section-2-job .exp-sec p {
    font-size: 20px;
    line-height: 25px;
    color: #333
}
@media(max-width:991px) {
    .apply-theme .section-2-job .exp-sec p {
        font-size: 16px;
        line-height: 25px
    }
}
.apply-theme .section-2-job .exp-sec p a {
    color: #ec1c23;
    text-transform: lowercase
}
.apply-theme .enableX-products {
    margin: 0;
    background: #0a78e6;
    background: linear-gradient(180deg, rgba(10, 120, 230, 0.1) 32%, rgba(74, 169, 91, 0.1) 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px
}
@media(max-width:991px) {
    .apply-theme .enableX-products {
        padding-top: 30px
    }
}
.apply-theme .enableX-products .equal {
    display: flex;
    flex-wrap: wrap
}
@media(max-width:991px) {
    .apply-theme .enableX-products svg {
        display: none
    }
}
.apply-theme .enableX-products .equal>[class*=col-] {
    display: flex;
    flex-direction: column
}
.apply-theme .enableX-products h6.cyan-txt {
    padding-top: 0;
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #f13d3d !important
}
@media(min-width:992px) and (max-width:1199px) {
    .apply-theme .enableX-products h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .apply-theme .enableX-products h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .apply-theme .enableX-products h6.cyan-txt {
        padding-top: 0;
        color: #333;
        font-size: 15px;
        line-height: 20px
    }
}
.apply-theme .enableX-products h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: .5px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize
}
@media(max-width:991px) {
    .apply-theme .enableX-products h4 {
        font-size: 25px;
        line-height: 30px
    }
}
.apply-theme .enableX-products p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    color: #4e4e4e
}
@media(max-width:991px) {
    .apply-theme .enableX-products p {
        color: #333
    }
}
.apply-theme .enableX-products p span {
    color: #f13d3d
}
.apply-theme .enableX-products .sign-up {
    border-radius: 15px;
    background: transparent;
    margin: 0;
    padding: 50px
}
@media(max-width:991px) {
    .apply-theme .enableX-products .sign-up {
        margin: 10px;
        padding: 20px 0
    }
}
.apply-theme .enableX-products .sign-up h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333
}
@media(max-width:991px) {
    .apply-theme .enableX-products .sign-up h2 {
        font-size: 20px;
        line-height: 25px
    }
}
.apply-theme .enableX-products .sign-up h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333
}
@media(max-width:991px) {
    .apply-theme .enableX-products .sign-up h3 {
        font-size: 18px;
        line-height: 20px
    }
}
.apply-theme .enableX-products .sign-up p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0
}
@media(max-width:991px) {
    .apply-theme .enableX-products .sign-up p {
        font-size: 14px;
        line-height: 20px
    }
}
.apply-theme .enableX-products .sign-up p a {
    color: #ec1c23
}
.apply-theme .enableX-products .sign-up .thank-p {
    font-size: 20px;
    color: #333;
    font-stretch: normal;
    letter-spacing: normal
}
.apply-theme .enableX-products .sign-up .form-group label {
    display: flex
}
.apply-theme .enableX-products .sign-up .form-group label span {
    color: #f13d3d
}
.apply-theme .enableX-products .sign-up .form-group .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    color: #969696;
    font-size: 16px;
    border: 0;
    box-shadow: 0 0 12px 3px #e2dddd6e
}
.apply-theme .enableX-products .sign-up .form-group .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
.apply-theme .enableX-products .sign-up .form-group #comments {
    height: 78px
}
.apply-theme .enableX-products .sign-up ul.file-attach {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin: 0;
    padding: 0
}
.apply-theme .enableX-products .sign-up ul.file-attach li {
    padding-right: 10px
}
.apply-theme .enableX-products .sign-up ul.file-attach li a {
    color: #f13d3d;
    font-size: 18px
}
.apply-theme .enableX-products .sign-up ul.file-attach li [type=file] {
    height: 0;
    overflow: hidden;
    width: 0
}
.apply-theme .enableX-products .sign-up ul.file-attach li [type=file]+label {
    border-radius: 5px;
    color: #ec1c23;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    outline: 0;
    position: relative;
    transition: all .3s;
    vertical-align: middle;
    border: 1px solid #ed3833;
    padding: 2px 25px;
    background: #fff
}
.apply-theme .enableX-products .sign-up ul.file-attach li [type=file]+label:hover {
    background-color: transparent
}
.apply-theme .enableX-products .sign-up .form {
    width: 400px
}
@media(max-width:991px) {
    .apply-theme .enableX-products .sign-up .form {
        width: 276px
    }
}
.apply-theme .enableX-products .sign-up .file-upload-wrapper {
    height: 42px;
    position: relative;
    width: 100%
}
.apply-theme .enableX-products .sign-up .file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 42px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300
}
.apply-theme .enableX-products .sign-up .file-upload-wrapper:before {
    content: "Choose file";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 42px;
    background: #ec1c23;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 42px;
    padding: 0 15px;
    text-transform: capitalize;
    pointer-events: none;
    border-radius: 0 5px 5px 0
}
.apply-theme .enableX-products .sign-up .file-upload-wrapper:hover:before {
    background: #c51017
}
.apply-theme .enableX-products .sign-up .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 42px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:not(:checked), .apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:checked {
    position: absolute;
    left: -9999px
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:checked+label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 17px
}
@media(max-width:991px) {
    .apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:checked+label {
        height: 35px;
        font-size: 13px
    }
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:checked+label a {
    color: #ec1c23
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]+label:before, .apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]+label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .2s
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:checked+label:before {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 12px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:checked+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before {
    top: 0;
    box-shadow: none;
    background-color: #444;
    width: 19px;
    height: 19px;
    border: 3px solid #444;
    transform: rotateZ(0)
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:disabled+label {
    color: #555
}
.apply-theme .enableX-products .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before {
    border-color: red
}
.apply-theme .enableX-products .sign-up .btn-primary {
    margin: 0 auto;
    width: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ec1c23 !important;
    border-color: #ec1c23 !important;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    padding: 6px 0
}
@media(max-width:991px) {
    .apply-theme .enableX-products .sign-up .btn-primary {
        width: 200px
    }
}
.apply-theme .responsibiliti-sec {
    margin-bottom: 150px
}
@media(max-width:991px) {
    .apply-theme .responsibiliti-sec {
        margin-bottom: 50px
    }
}
.apply-theme .responsibiliti-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0;
    font-weight: 500
}
@media(min-width:992px) and (max-width:1199px) {
    .apply-theme .responsibiliti-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .apply-theme .responsibiliti-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .apply-theme .responsibiliti-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.apply-theme .responsibiliti-sec h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center
}
@media(max-width:991px) {
    .apply-theme .responsibiliti-sec h3 {
        font-size: 35px;
        line-height: 45px;
        text-align: center
    }
}
.apply-theme .responsibiliti-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    text-transform: capitalize
}
@media(max-width:991px) {
    .apply-theme .responsibiliti-sec h4 {
        font-size: 30px;
        line-height: 35px;
        padding: 0
    }
}
.apply-theme .responsibiliti-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    text-align: center
}
@media(max-width:991px) {
    .apply-theme .responsibiliti-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.apply-theme .responsibiliti-sec ul.list-circle {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%
}
.apply-theme .responsibiliti-sec ul.list-circle h3 {
    font-size: 20px;
    line-height: 25px;
    text-align: left
}
.apply-theme .responsibiliti-sec ul.list-circle li {
    padding: .5em .5em 0 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 400
}
.content-job.apply-theme .responsibiliti-sec ul.list-circle li {
    text-align: justify
}
.apply-theme .responsibiliti-sec ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .apply-theme .responsibiliti-sec ul.list-circle li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.apply-theme .responsibiliti-sec ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
.apply-theme .responsibiliti-sec ul.list-circle li a:hover {
    font-weight: 600
}
.apply-theme .responsibiliti-sec ul.list-circle li a b {
    font-weight: 600
}
.apply-theme .responsibiliti-sec ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
@media(max-width:991px) {
    .we-hiring-theme .hlth-top-bg .top-section, .apply-theme .hlth-top-bg .top-section {
        margin-bottom: 0
    }
}
.we-hiring-theme .hlth-top-bg .top-section img, .apply-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin-top: -59px;
    margin-left: -34px
}
.we-hiring-theme .EnableX-Advantages, .apply-theme .EnableX-Advantages {
    background-image: url("../../images/career/come-together.png");
    margin-top: 0;
    height: 100%
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages, .apply-theme .EnableX-Advantages {
        background-image: none
    }
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs, .apply-theme .EnableX-Advantages #advantages-tabs {
    min-height: 100%
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages #advantages-tabs, .apply-theme .EnableX-Advantages #advantages-tabs {
        display: block
    }
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs, .apply-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs {
    border-bottom: 2px solid red !important;
    background: transparent;
    box-shadow: none !important;
    margin-bottom: 30px
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs li a, .apply-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs li a {
    font-size: 17px;
    color: #333;
    font-weight: 600
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs li a, .apply-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs li a {
        height: auto;
        padding: 5px 11px
    }
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs li a.active, .apply-theme .EnableX-Advantages #advantages-tabs ul#interest_tabs li a.active {
    border: transparent;
    background: transparent;
    color: #f13d3d;
    box-shadow: none !important
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane {
    width: 100% !important
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 15px 30px;
    text-align: left;
    margin: 20px 0 0 0
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg {
        padding: 15px
    }
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg h5, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg h5 {
    font-size: 26px;
    color: #333;
    font-weight: bold
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg h5, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg h5 {
        font-size: 22px
    }
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p {
    font-size: 16px;
    color: #a0a0a1;
    margin: 0;
    padding: 0;
    text-align: left
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p {
        font-size: 14px
    }
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p strong, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p strong {
    font-weight: 700;
    text-transform: uppercase;
    color: #333
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red {
    font-size: unset;
    line-height: unset;
    padding: 0;
    margin: 0
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red {
        font-size: 14px
    }
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red a, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red a {
    padding: 0;
    margin: 0;
    color: #f13d3d;
    font-size: 17px;
    line-height: 20px;
    display: inline-flex
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red a i.fa-arrow-right, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg p.txt-red a i.fa-arrow-right {
    font-size: 12px;
    line-height: 26px;
    padding-left: 4px
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg .expe-loc p, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg .expe-loc p {
    text-align: left;
    font-size: 16px;
    color: #a0a0a1
}
.we-hiring-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg .expe-loc p span, .apply-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-pane .white-bg .expe-loc p span {
    font-weight: 600
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob, .apply-theme .EnableX-Advantages .feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .we-hiring-theme .EnableX-Advantages .feature-for-mob, .apply-theme .EnableX-Advantages .feature-for-mob {
        display: block
    }
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card {
    margin: 5px 0;
    margin: 5px 0;
    border-radius: 5px;
    border: 0
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 4px
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header .mb-0>button:after, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header .mb-0>button:after {
    content: "\F078";
    font-family: "FontAwesome";
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
    color: #999292
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after {
    content: "\F077"
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true], .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #f13d3d;
    color: #fff
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .show, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .show {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -5px
}
.we-hiring-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body p, .apply-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body p {
    text-align: left
}
.form-theme .hlth-top-bg, .verification-code .hlth-top-bg, .sign-get-started .hlth-top-bg, .signing-up-with-EnableX .hlth-top-bg, .thank-you .hlth-top-bg, .thankyou-signing .hlth-top-bg, .mirosite-theme .hlth-top-bg {
    background-image: none;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: unset
}
@media(max-width:991px) {
    .form-theme .hlth-top-bg, .verification-code .hlth-top-bg, .sign-get-started .hlth-top-bg, .signing-up-with-EnableX .hlth-top-bg, .thank-you .hlth-top-bg, .thankyou-signing .hlth-top-bg, .mirosite-theme .hlth-top-bg {
        margin-top: 0
    }
}
.form-theme .form-bg, .verification-code .form-bg, .sign-get-started .form-bg, .signing-up-with-EnableX .form-bg, .thank-you .form-bg, .thankyou-signing .form-bg, .mirosite-theme .form-bg {
    background-image: url("../../images/index/home-top-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    height: 800px
}
@media(max-width:991px) {
    .form-theme .form-bg, .verification-code .form-bg, .sign-get-started .form-bg, .signing-up-with-EnableX .form-bg, .thank-you .form-bg, .thankyou-signing .form-bg, .mirosite-theme .form-bg {
        background-image: none;
        height: 100%;
        margin-bottom: 50px
    }
}
.form-theme .form-bg .sign-up, .verification-code .form-bg .sign-up, .sign-get-started .form-bg .sign-up, .signing-up-with-EnableX .form-bg .sign-up, .thank-you .form-bg .sign-up, .thankyou-signing .form-bg .sign-up, .mirosite-theme .form-bg .sign-up {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 8px 2px #72727236;
    margin: 50px 0;
    padding: 50px
}
@media(max-width:991px) {
    .form-theme .form-bg .sign-up, .verification-code .form-bg .sign-up, .sign-get-started .form-bg .sign-up, .signing-up-with-EnableX .form-bg .sign-up, .thank-you .form-bg .sign-up, .thankyou-signing .form-bg .sign-up, .mirosite-theme .form-bg .sign-up {
        margin: 10px;
        padding: 20px
    }
}
.form-theme .form-bg .sign-up h2, .verification-code .form-bg .sign-up h2, .sign-get-started .form-bg .sign-up h2, .signing-up-with-EnableX .form-bg .sign-up h2, .thank-you .form-bg .sign-up h2, .thankyou-signing .form-bg .sign-up h2, .mirosite-theme .form-bg .sign-up h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333
}
@media(max-width:991px) {
    .form-theme .form-bg .sign-up h2, .verification-code .form-bg .sign-up h2, .sign-get-started .form-bg .sign-up h2, .signing-up-with-EnableX .form-bg .sign-up h2, .thank-you .form-bg .sign-up h2, .thankyou-signing .form-bg .sign-up h2, .mirosite-theme .form-bg .sign-up h2 {
        font-size: 20px;
        line-height: 25px
    }
}
.form-theme .form-bg .sign-up h3, .verification-code .form-bg .sign-up h3, .sign-get-started .form-bg .sign-up h3, .signing-up-with-EnableX .form-bg .sign-up h3, .thank-you .form-bg .sign-up h3, .thankyou-signing .form-bg .sign-up h3, .mirosite-theme .form-bg .sign-up h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333
}
@media(max-width:991px) {
    .form-theme .form-bg .sign-up h3, .verification-code .form-bg .sign-up h3, .sign-get-started .form-bg .sign-up h3, .signing-up-with-EnableX .form-bg .sign-up h3, .thank-you .form-bg .sign-up h3, .thankyou-signing .form-bg .sign-up h3, .mirosite-theme .form-bg .sign-up h3 {
        font-size: 18px;
        line-height: 20px
    }
}
.form-theme .form-bg .sign-up p, .verification-code .form-bg .sign-up p, .sign-get-started .form-bg .sign-up p, .signing-up-with-EnableX .form-bg .sign-up p, .thank-you .form-bg .sign-up p, .thankyou-signing .form-bg .sign-up p, .mirosite-theme .form-bg .sign-up p {
    font-size: 16px;
    font-weight: 400;
    color: #333
}
@media(max-width:991px) {
    .form-theme .form-bg .sign-up p, .verification-code .form-bg .sign-up p, .sign-get-started .form-bg .sign-up p, .signing-up-with-EnableX .form-bg .sign-up p, .thank-you .form-bg .sign-up p, .thankyou-signing .form-bg .sign-up p, .mirosite-theme .form-bg .sign-up p {
        font-size: 14px;
        line-height: 20px
    }
}
.form-theme .form-bg .sign-up p a, .verification-code .form-bg .sign-up p a, .sign-get-started .form-bg .sign-up p a, .signing-up-with-EnableX .form-bg .sign-up p a, .thank-you .form-bg .sign-up p a, .thankyou-signing .form-bg .sign-up p a, .mirosite-theme .form-bg .sign-up p a {
    color: #ec1c23
}
.form-theme .form-bg .sign-up .thank-p, .verification-code .form-bg .sign-up .thank-p, .sign-get-started .form-bg .sign-up .thank-p, .signing-up-with-EnableX .form-bg .sign-up .thank-p, .thank-you .form-bg .sign-up .thank-p, .thankyou-signing .form-bg .sign-up .thank-p, .mirosite-theme .form-bg .sign-up .thank-p {
    font-size: 20px;
    color: #333;
    font-stretch: normal;
    letter-spacing: normal
}
.form-theme .form-bg .sign-up .form-control, .verification-code .form-bg .sign-up .form-control, .sign-get-started .form-bg .sign-up .form-control, .signing-up-with-EnableX .form-bg .sign-up .form-control, .thank-you .form-bg .sign-up .form-control, .thankyou-signing .form-bg .sign-up .form-control, .mirosite-theme .form-bg .sign-up .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    color: #969696;
    font-size: 16px
}
.form-theme .form-bg .sign-up .form-control:focus, .verification-code .form-bg .sign-up .form-control:focus, .sign-get-started .form-bg .sign-up .form-control:focus, .signing-up-with-EnableX .form-bg .sign-up .form-control:focus, .thank-you .form-bg .sign-up .form-control:focus, .thankyou-signing .form-bg .sign-up .form-control:focus, .mirosite-theme .form-bg .sign-up .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:checked, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:checked, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:checked, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked {
    position: absolute;
    left: -9999px
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@media(max-width:991px) {
    .form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label {
        height: 35px;
        font-size: 13px
    }
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a, .form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a {
    color: #ec1c23
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .2s
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 12px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before {
    top: 0;
    box-shadow: none;
    background-color: #444;
    width: 19px;
    height: 19px;
    border: 3px solid #444;
    transform: rotateZ(0)
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label {
    color: #555
}
.form-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before, .verification-code .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before, .sign-get-started .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before, .thankyou-signing .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before, .mirosite-theme .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before {
    border-color: red
}
.form-theme .form-bg .sign-up .btn-primary, .verification-code .form-bg .sign-up .btn-primary, .sign-get-started .form-bg .sign-up .btn-primary, .signing-up-with-EnableX .form-bg .sign-up .btn-primary, .thank-you .form-bg .sign-up .btn-primary, .thankyou-signing .form-bg .sign-up .btn-primary, .mirosite-theme .form-bg .sign-up .btn-primary {
    margin: 0 auto;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ec1c23 !important;
    border-color: #ec1c23 !important;
    color: #fff;
    font-size: 16px
}
@media(max-width:991px) {
    .form-theme .form-bg .sign-up .btn-primary, .verification-code .form-bg .sign-up .btn-primary, .sign-get-started .form-bg .sign-up .btn-primary, .signing-up-with-EnableX .form-bg .sign-up .btn-primary, .thank-you .form-bg .sign-up .btn-primary, .thankyou-signing .form-bg .sign-up .btn-primary, .mirosite-theme .form-bg .sign-up .btn-primary {
        width: auto
    }
}
.form-theme .form-bg .sign-up .btn-primary:hover, .verification-code .form-bg .sign-up .btn-primary:hover, .sign-get-started .form-bg .sign-up .btn-primary:hover, .signing-up-with-EnableX .form-bg .sign-up .btn-primary:hover, .thank-you .form-bg .sign-up .btn-primary:hover, .thankyou-signing .form-bg .sign-up .btn-primary:hover, .mirosite-theme .form-bg .sign-up .btn-primary:hover {
    background: #fff !important;
    border: 1px solid #ec1c23 !important;
    color: #ec1c23 !important
}
.partener-thank-you .form-bg {
    background-image: url("/images/partner/home-top-bg.png") !important;
    background-size: cover;
    background-position: top center;
    width: 100%;
    position: relative
}
.partener-thank-you .form-bg .sign-up {
    margin: 0;
    padding: 40px 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 8px 2px #72727236;
    position: fixed;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
@media(max-width:991px) {
    .partener-thank-you .form-bg .sign-up {
        width: 90%;
        top: 35%;
        left: 50%
    }
}
.partener-thank-you .form-bg .sign-up h3 {
    font-weight: 300;
    font-size: 18px
}
.partener-thank-you .form-bg .sign-up .pl-5, .partener-thank-you .form-bg .sign-up .pr-5 {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.partener-thank-you .center-div {
    width: 100%;
    height: auto
}
.partener-thank-you .red-txt {
    color: #f13d3d !important
}
.mirosite-theme .hlth-top-bg {
    background-image: url("../../images/form-img/home-top-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}
.mirosite-theme .hlth-top-bg .form-bg {
    background-image: none
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up {
    margin: 0;
    padding: 20px
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .mt-4 {
    margin-top: 1rem !important
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .mirosite-theme .hlth-top-bg .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label {
    height: auto;
    overflow: initial;
    font-size: 12px;
    display: flex
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label a, .mirosite-theme .hlth-top-bg .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label a {
    color: #f13d3d
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .round {
    position: relative
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 0;
    box-shadow: 0 1px 5px 2px #ddd
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .round label:after {
    border: 2px solid #ec1c23;
    border-top: 0;
    border-right: 0;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .round input[type=checkbox] {
    visibility: hidden
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .round input[type=checkbox]:checked+label {
    background-color: none;
    padding-left: 35px;
    border-color: red;
    color: red
}
.mirosite-theme .hlth-top-bg .form-bg .sign-up .round input[type=checkbox]:checked+label:after {
    opacity: 1;
    color: red
}
.mirosite-theme .hlth-top-bg .form-bg .voice-api-txt {
    padding: 0 50px !important
}
.mirosite-theme .hlth-top-bg .form-bg .voice-api-txt h2.voice-api-p {
    color: #ec1c23 !important;
    font-size: 45px;
    line-height: 55px
}
.mirosite-theme .hlth-top-bg .form-bg .voice-api-txt p.midium-p {
    font-size: 24px;
    font-weight: 500 !important
}
.mirosite-theme .hlth-top-bg .form-bg .voice-api-txt p {
    font-size: 18px !important
}
.mirosite-theme .hlth-top-bg .form-bg .voice-api-txt ul.list-circle li {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #333 !important;
    font-weight: 400 !important
}
.thankyou-signing body {
    color: #fff;
    overflow-x: hidden;
    height: 100%;
    background-color: #d1c4e9;
    background-repeat: no-repeat
}
.thankyou-signing .fieldlabels {
    color: #455a64 !important;
    text-align: left
}
.thankyou-signing #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455a64;
    padding-left: 0;
    margin-top: 30px
}
.thankyou-signing #progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400
}
.thankyou-signing #progressbar #step1:before {
    content: "1";
    color: #fff
}
.thankyou-signing #progressbar #step2:before {
    content: "2";
    color: #333
}
.thankyou-signing #progressbar #step3:before {
    content: "3";
    color: #333
}
.thankyou-signing #progressbar li {
    font-size: 18px;
    color: #333
}
.thankyou-signing #progressbar li:before {
    width: 27px;
    height: 27px;
    line-height: 25px;
    display: block;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    border: 1px solid #33333373
}
.thankyou-signing #progressbar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #455a64;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 0
}
.thankyou-signing #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}
.thankyou-signing #progressbar li:nth-child(2):after {
    left: -50%
}
.thankyou-signing #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}
.thankyou-signing #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}
.thankyou-signing #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}
.thankyou-signing #progressbar li.active {
    font-weight: 600
}
.thankyou-signing #progressbar li.active:before, .thankyou-signing #progressbar li.active:after {
    background: #ec1c23;
    border: 0
}
.thankyou-signing #progressbar li.active #step2:before {
    content: "2";
    color: #fff
}
.thankyou-signing .card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    z-index: 0;
    display: none
}
.thankyou-signing .card.show {
    display: block
}
.signing-up-with-EnableX body, .thank-you body {
    color: #fff;
    overflow-x: hidden;
    height: 100%;
    background-color: #d1c4e9;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .signing-up-with-EnableX .form-bg, .thank-you .form-bg {
        background-image: none;
        height: 100%
    }
}
.signing-up-with-EnableX .form-bg .sign-up, .thank-you .form-bg .sign-up {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 8px 2px #72727236;
    margin: 50px 0;
    padding: 50px
}
@media(max-width:991px) {
    .signing-up-with-EnableX .form-bg .sign-up, .thank-you .form-bg .sign-up {
        margin: 30px 0;
        padding: 20px 10px
    }
}
.signing-up-with-EnableX .form-bg .sign-up h2, .thank-you .form-bg .sign-up h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    font-family: system-ui, Arial, sans-serif;
}
@media(max-width:991px) {
    .signing-up-with-EnableX .form-bg .sign-up h2, .thank-you .form-bg .sign-up h2 {
        font-size: 25px;
        line-height: 30px
    }
}
.signing-up-with-EnableX .form-bg .sign-up h3, .thank-you .form-bg .sign-up h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333
}
.signing-up-with-EnableX .form-bg .sign-up p, .thank-you .form-bg .sign-up p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: system-ui, Arial, sans-serif;
}
.signing-up-with-EnableX .form-bg .sign-up p a, .thank-you .form-bg .sign-up p a {
    color: #ec1c23
}
.signing-up-with-EnableX .form-bg .sign-up .thank-p, .thank-you .form-bg .sign-up .thank-p {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 400
}
.signing-up-with-EnableX .form-bg .sign-up .form-control, .thank-you .form-bg .sign-up .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    color: #969696;
    font-size: 16px
}
.signing-up-with-EnableX .form-bg .sign-up .form-control:focus, .thank-you .form-bg .sign-up .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked), .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked {
    position: absolute;
    left: -9999px
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]+label:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]+label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .2s
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:before {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 12px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:checked+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before {
    top: 0;
    box-shadow: none;
    background-color: #444;
    width: 19px;
    height: 19px;
    border: 3px solid #444;
    transform: rotateZ(0)
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled+label {
    color: #555
}
.signing-up-with-EnableX .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before, .thank-you .form-bg .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before {
    border-color: red
}
.signing-up-with-EnableX .form-bg .sign-up .btn-primary, .thank-you .form-bg .sign-up .btn-primary {
    margin: 0 auto;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ec1c23 !important;
    border-color: #ec1c23 !important;
    font-size: 16px;
    font-weight: 500;
    height: 44px
}
.signing-up-with-EnableX .form-bg .sign-up .btn-primary:focus, .thank-you .form-bg .sign-up .btn-primary:focus {
    outline: 0;
    box-shadow: none !important
}
.signing-up-with-EnableX .fieldlabels, .thank-you .fieldlabels {
    color: #455a64 !important;
    text-align: left
}
.signing-up-with-EnableX #progressbar, .thank-you #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455a64;
    padding-left: 0;
    margin-top: 30px
}
@media(max-width:991px) {
    .signing-up-with-EnableX #progressbar, .thank-you #progressbar {
        margin-bottom: 10px
    }
}
.signing-up-with-EnableX #progressbar li, .thank-you #progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400
}
@media(max-width:991px) {
    .signing-up-with-EnableX #progressbar li, .thank-you #progressbar li {
        font-size: 15px !important;
        line-height: 20px
    }
}
.signing-up-with-EnableX #progressbar #step1:before, .thank-you #progressbar #step1:before {
    content: "1";
    color: #333
}
.signing-up-with-EnableX #progressbar #step2:before, .thank-you #progressbar #step2:before {
    content: "2";
    color: #fff
}
.signing-up-with-EnableX #progressbar #step3:before, .thank-you #progressbar #step3:before {
    content: "3";
    color: #333
}
.signing-up-with-EnableX #progressbar li, .thank-you #progressbar li {
    font-size: 18px;
    color: #838383
}
.signing-up-with-EnableX #progressbar li:before, .thank-you #progressbar li:before {
    width: 27px;
    height: 27px;
    line-height: 25px;
    display: block;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    border: 1px solid #cfd2d6
}
@media(max-width:991px) {
    .signing-up-with-EnableX #progressbar li:before, .thank-you #progressbar li:before {
        font-size: 14px;
        line-height: 25px
    }
}
.signing-up-with-EnableX #progressbar li:after, .thank-you #progressbar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #455a64;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 0
}
.signing-up-with-EnableX #progressbar li:last-child:after, .thank-you #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}
.signing-up-with-EnableX #progressbar li:nth-child(2):after, .thank-you #progressbar li:nth-child(2):after {
    left: -50%
}
.signing-up-with-EnableX #progressbar li:first-child:after, .thank-you #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}
.signing-up-with-EnableX #progressbar li:last-child:after, .thank-you #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}
.signing-up-with-EnableX #progressbar li:first-child:after, .thank-you #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}
.signing-up-with-EnableX #progressbar li.active, .thank-you #progressbar li.active {
    font-weight: 600;
    color: #333
}
.signing-up-with-EnableX #progressbar li.active:before, .thank-you #progressbar li.active:before, .signing-up-with-EnableX #progressbar li.active:after, .thank-you #progressbar li.active:after {
    background: #ec1c23;
    border: 0
}
.signing-up-with-EnableX #progressbar li.active #step2:before, .thank-you #progressbar li.active #step2:before {
    content: "2";
    color: #fff
}
.signing-up-with-EnableX .card, .thank-you .card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    z-index: 0;
    display: none
}
.signing-up-with-EnableX .card.show, .thank-you .card.show {
    display: block
}
.thank-you .form-bg {
    height: 600px;
    padding-top: 5%
}
@media(max-width:991px) {
    .thank-you .form-bg {
        height: 100%;
        padding-top: 5%;
        margin: 20px
    }
}
.sign-get-started body {
    color: #fff;
    overflow-x: hidden;
    height: 100%;
    background-color: #d1c4e9;
    background-repeat: no-repeat
}
.sign-get-started .form-bg {
    background-size: cover;
    background-position: top center;
    height: 100%
}
.sign-get-started .form-bg .sign-up {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 8px 2px #72727236;
    margin: 50px 0;
    padding: 50px
}
.sign-get-started .form-bg .sign-up h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333
}
.sign-get-started .form-bg .sign-up h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333
}
.sign-get-started .form-bg .sign-up p {
    font-size: 20px;
    font-weight: 400;
    color: #333
}
.sign-get-started .form-bg .sign-up p a {
    color: #ec1c23
}
.sign-get-started .form-bg .sign-up .thank-p {
    font-size: 20px;
    color: #333;
    font-weight: 500
}
.sign-get-started .form-bg .sign-up .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    color: #969696;
    font-size: 16px
}
.sign-get-started .form-bg .sign-up .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
.sign-get-started .form-bg .sign-up textarea {
    width: 100%;
    height: 83px;
    padding: 12px 20px;
    box-sizing: border-box;
    height: 85px !important;
    color: #969696;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    resize: none
}
.sign-get-started .form-bg .sign-up textarea::-moz-placeholder {
    text-align: left
}
.sign-get-started .form-bg .sign-up textarea:-ms-input-placeholder {
    text-align: left
}
.sign-get-started .form-bg .sign-up textarea::placeholder {
    text-align: left
}
.sign-get-started .form-bg .sign-up .back-btn {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0 0
}
.sign-get-started .form-bg .sign-up .back-btn::before {
    content: url("../../images/back-arrow.png");
    width: 30px;
    height: 20px
}
.sign-get-started .form-bg .sign-up .back-btn:hover {
    text-decoration: none
}
.sign-get-started .form-bg .sign-up a.btn-a {
    margin: 0 auto;
    width: 200px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ec1c23;
    border-color: #ec1c23;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px
}
.sign-get-started .form-bg .sign-up a.btn-a:hover {
    background: #fff;
    border: 1px solid #ec1c23;
    outline: 0;
    color: #ec1c23;
    box-shadow: none;
    cursor: pointer
}
.sign-get-started .form-bg .sign-up .feedback .sign-in-head h2.feedback-heading {
    color: #ed1c24;
    font-weight: 700;
    text-align: center
}
.sign-get-started .form-bg .sign-up .feedback .border-mid-center {
    display: block;
    width: 15%;
    height: 2px;
    background: #ada8a8;
    margin: 17px auto
}
.sign-get-started .form-bg .sign-up .feedback .border-mid-center {
    display: block;
    width: 15%;
    height: 2px;
    background: #ada8a8;
    margin: 17px auto
}
.sign-get-started .form-bg .sign-up .feedback h2.feedback-heading {
    color: #ed1c24;
    font-weight: 700
}
.sign-get-started .form-bg .sign-up .feedback .feedback .sign-up-form-right {
    margin-bottom: 70px;
    padding: 0 50px
}
.sign-get-started .form-bg .sign-up .feedback .mar-top-bot-10 {
    margin-top: 10px;
    margin-bottom: 10px
}
.sign-get-started .form-bg .sign-up-box-s {
    border: 1px solid #e8e8e8;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    text-align: left;
    text-decoration: none;
    padding: 0;
    height: 100px
}
.sign-get-started .form-bg .sign-up-box-s svg {
    height: 40px;
    width: 40px
}
.sign-get-started .form-bg .sign-up-box-s .sign-up-panal {
    width: 100%;
    padding: 10px 0 0 0
}
.sign-get-started .form-bg .sign-up-box-s .sign-up-panal h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 13px 0 0 0;
    margin: 0
}
.sign-get-started .form-bg .sign-up-box-s .sign-up-panal p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333
}
.sign-get-started .form-bg .sign-up-box-s .back-btn {
    display: inline
}
.sign-get-started .form-bg .sign-up-box-s .back-btn::after {
  
    width: 30px;
    height: 30px;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block
}
.sign-get-started .fieldlabels {
    color: #455a64 !important;
    text-align: left
}
.sign-get-started #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455a64;
    padding-left: 0;
    margin-top: 30px
}
.sign-get-started #progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400
}
.sign-get-started #progressbar #step1:before {
    content: "1";
    color: #333
}
.sign-get-started #progressbar #step2:before {
    content: "2";
    color: #333
}
.sign-get-started #progressbar #step3:before {
    content: "3";
    color: #fff
}
.sign-get-started #progressbar li {
    font-size: 18px;
    color: #838383
}
.sign-get-started #progressbar li:before {
    width: 27px;
    height: 27px;
    line-height: 25px;
    display: block;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    border: 1px solid #cfd2d6
}
.sign-get-started #progressbar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #455a64;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 0
}
.sign-get-started #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}
.sign-get-started #progressbar li:nth-child(2):after {
    left: -50%
}
.sign-get-started #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}
.sign-get-started #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}
.sign-get-started #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}
.sign-get-started #progressbar li.active {
    font-weight: 600;
    color: #333
}
.sign-get-started #progressbar li.active:before, .sign-get-started #progressbar li.active:after {
    background: #ec1c23;
    border: 0
}
.sign-get-started #progressbar li.active #step2:before {
    content: "2";
    color: #333
}
.sign-get-started .card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    z-index: 0;
    display: none
}
.sign-get-started .card.show {
    display: block
}
@media(max-width:991px) {
    .mt-5, .my-5 {
        margin-top: 1rem !important
    }
}
.btn-txt-center {
    margin-bottom: 0;
    padding-top: 25px
}
@media(max-width:991px) {
    .btn-txt-center {
        margin-top: 0;
        padding-top: 0
    }
}
.btn-txt-center a {
    font-weight: 500
}
.btn-txt-center a:hover {
    font-weight: 600
}
.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 17px;
    text-align: center;
    text-transform: capitalize !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .red-txt {
        margin-top: 50px;
        text-align: center;
        margin-bottom: 10px
    }
}
h6.magenta-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #c358e8 !important
}
@media(min-width:992px) and (max-width:1199px) {
    h6.magenta-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    h6.magenta-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    h6.magenta-txt {
        text-align: center
    }
}
h6.blue-txt, .blue-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #0575e6 !important
}

@media(min-width:992px) and (max-width:1199px) {
    h6.blue-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    h6.blue-txt, .blue-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    h6.blue-txt {
        text-align: center
    }
}
h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #00a6bb !important
}
@media(min-width:992px) and (max-width:1199px) {
    h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    h6.cyan-txt {
        text-align: center
    }
}
.second-headding {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 0
    /* padding-top: 10px  */
}
@media(max-width:991px) {
    .second-headding {
        font-size: 26px;
        line-height: 30px;
        text-align: center
    }
}
.third-headding {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    padding-top: 10px
}
@media(min-width:992px) and (max-width:1199px) {
    .third-headding {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .third-headding {
        font-size: 16px;
        line-height: 20px
    }
}
#ProgrammableUl {
    border: 0;
    padding: 0;
    margin: 0
}
#ProgrammableUl li {
    width: 100%;
    margin: 10px 0
}
#ProgrammableUl li a {
    font-size: 18px;
    color: #333 !important;
    font-weight: 600;
    padding: 15px 20px;
    border: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    text-align: left;
    display: block;
    text-decoration: none;
    height: 100%;
    text-transform: none
}
@media(max-width:991px) {
    #ProgrammableUl li a {
        text-align: left
    }
}
#ProgrammableUl li a svg {
    width: 30px;
    height: 30px
}
#ProgrammableUl li a #Programmable_SMS .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#ProgrammableUl li a #Programmable_SMS .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#ProgrammableUl li a #Programmable_SMS .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#ProgrammableUl li a #Programmable_Voice .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#ProgrammableUl li a #Programmable_Video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#ProgrammableUl li a #Programmable_Chat .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#ProgrammableUl li a #FaceAI-icon .facex-icon-0 {
    fill: none;
    stroke: #333;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#ProgrammableUl li .active {
    background-color: #f13d3d;
    color: #fff !important;
    cursor: pointer
}
#ProgrammableUl li .active #Programmable_SMS path, #ProgrammableUl li .active #Programmable_SMS circle, #ProgrammableUl li .active #Programmable_SMS line, #ProgrammableUl li .active #Programmable_Chat path, #ProgrammableUl li .active #Programmable_Chat circle, #ProgrammableUl li .active #Programmable_Chat line, #ProgrammableUl li .active #Programmable_Video path, #ProgrammableUl li .active #Programmable_Video circle, #ProgrammableUl li .active #Programmable_Video line, #ProgrammableUl li .active #Programmable_Voice path, #ProgrammableUl li .active #Programmable_Voice circle, #ProgrammableUl li .active #Programmable_Voice line, #ProgrammableUl li .active #FaceAI-icon path, #ProgrammableUl li .active #FaceAI-icon circle, #ProgrammableUl li .active #FaceAI-icon line {
    stroke: #fff
}
.call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px
}
@media(max-width:991px) {
    .call-section h3 {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        padding-top: 10px
    }
}
.call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit
}
@media(max-width:991px) {
    .call-section p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.call-section p a {
    text-transform: capitalize;
    font-weight: 600;
    text-align: left
}
@media(max-width:991px) {
    .call-section p a {
        text-align: center
    }
}
.voice-api-txt {
    width: 75%;
    float: right;
    padding-top: 0
}
@media(max-width:991px) {
    .voice-api-txt {
        width: 100%!important;
        float: none;
        text-align: center
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .voice-api-txt h6.red-txt, .voice-api-txt h6.magenta-txt, .voice-api-txt h6.cyan-txt {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .voice-api-txt h6.red-txt, .voice-api-txt h6.magenta-txt, .voice-api-txt h6.cyan-txt {
        margin-top: 50px
    }
}
.voice-api-txt .red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    text-align: left;
    margin-top: 0 !important;
    line-height: 20px
}
@media(min-width:992px) and (max-width:1199px) {
    .voice-api-txt .red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .voice-api-txt .red-txt {
        margin-top: 30px !important;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .voice-api-txt .red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .voice-api-txt .red-txt {
        text-align: center !important
    }
}
.voice-api-txt .voice-api-p {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 45px;
    line-height: 55px
}
.home-headline .voice-api-txt .voice-api-p {
    font-size: 40px;
    line-height: 53px;
}
@media(min-width:1000px) and (max-width:1100px) {
    .voice-api-txt .voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .voice-api-txt .voice-api-p {
        font-size: 25px;
        line-height: 30px
    }
}
.voice-api-txt h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 80px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px
}
@media(max-width:991px) {
    .voice-api-txt h1 {
        text-align: center
    }
}
.voice-api-txt p {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px
}
@media(min-width:1000px) and (max-width:1100px) {
    .voice-api-txt p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .voice-api-txt p {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0
    }
}
@media(max-width:991px) {
    .voice-api-txt p {
        text-align: center
    }
}
.voice-api-txt .hero-btn {
    display: inline-flex;
    margin: 25px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0
}
@media(max-width:991px) {
    .voice-api-txt .hero-btn {
        margin-top: 10px
    }
}
.voice-api-txt .hero-btn li {
    padding: .5em 0 0 0;
    margin: 0 10px 0 0
}
.voice-api-txt .hero-btn li .btn-red {
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
    border: 1px solid transparent;
    text-transform: capitalize
}
@media(max-width:991px) {
    .voice-api-txt .hero-btn li .btn-red {
        font-size: 13px
    }
}
/* .voice-api-txt .hero-btn li .btn-red:hover {
    background-color: #fff;
    color: #f13d3d;
    border: 1px solid #f13d3d 
} */
.voice-api-txt .hero-btn li .btn-white {
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
    border: 1px solid transparent;
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid #f13d3d;
    color: #f13d3d;
    text-transform: capitalize
}
.voice-api-txt .hero-btn li .btn-white:hover {
    background-color: #f13d3d;
    color: #fff
}
article.text-container {
    width: 90%;
    position: relative
}
@media(max-width:991px) {
    article.text-container {
        padding-right: 0;
        width: 100%
    }
}
article.text-container h4 {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px
}
@media(max-width:991px) {
    article.text-container h4 {
        font-size: 30px;
        line-height: 35px;
        text-align: center
    }
}
article.text-container p {
    margin-top: 15px;
    font-family: system-ui, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4d4d4d;
    font-weight: 300
}
@media(max-width:991px) {
    article.text-container p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
@media(max-width:991px) {
    #tabs, .video-pricing-theme .table-section #tab-second, .all-feature .table-section #tab-second {
        display: none
    }
}
#tabs ul#interest_tabs, .video-pricing-theme .table-section #tab-second ul#interest_tabs, .all-feature .table-section #tab-second ul#interest_tabs {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 3px solid #f13d3d;
    padding: 25px 0
}
#tabs ul#interest_tabs li, .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .all-feature .table-section #tab-second ul#interest_tabs li {
    padding-bottom: 25px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center
}
@media(max-width:991px) {
    #tabs ul#interest_tabs li, .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .all-feature .table-section #tab-second ul#interest_tabs li {
        width: auto
    }
}
#tabs ul#interest_tabs li a, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .all-feature .table-section #tab-second ul#interest_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 0 10px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer
}
@media(min-width:992px) and (max-width:1199px) {
    #tabs ul#interest_tabs li a, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .all-feature .table-section #tab-second ul#interest_tabs li a {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: normal;
        text-align: center;
        padding: 0
    }
}
#tabs ul#interest_tabs li a:hover, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover, .all-feature .table-section #tab-second ul#interest_tabs li a:hover {
    background: transparent;
    outline: 0
}
#tabs ul#interest_tabs li a.active, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active, .all-feature .table-section #tab-second ul#interest_tabs li a.active {
    color: #f13d3d;
    background: transparent;
    font-weight: bold;
    outline: 0
}
#tabs ul#interest_tabs li a.active #social path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #social path, .all-feature .table-section #tab-second ul#interest_tabs li a.active #social path, #tabs ul#interest_tabs li a.active #social line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #social line, .all-feature .table-section #tab-second ul#interest_tabs li a.active #social line, #tabs ul#interest_tabs li a.active #social circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #social circle, .all-feature .table-section #tab-second ul#interest_tabs li a.active #social circle, #tabs ul#interest_tabs li a.active #social ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #social ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a.active #social ellipse, #tabs ul#interest_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, #tabs ul#interest_tabs li a.active #App-to-People_Calls line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls line, .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls line, #tabs ul#interest_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, #tabs ul#interest_tabs li a.active #App-to-People_Calls ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls ellipse, #tabs ul#interest_tabs li a.active #Marketing_Campaign path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign path, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign path, #tabs ul#interest_tabs li a.active #Marketing_Campaign line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign line, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign line, #tabs ul#interest_tabs li a.active #Marketing_Campaign circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign circle, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign circle, #tabs ul#interest_tabs li a.active #Marketing_Campaign ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Marketing_Campaign ellipse, #tabs ul#interest_tabs li a.active #Voice_based_Broadcasting path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting path, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting path, #tabs ul#interest_tabs li a.active #Voice_based_Broadcasting line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting line, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting line, #tabs ul#interest_tabs li a.active #Voice_based_Broadcasting circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting circle, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting circle, #tabs ul#interest_tabs li a.active #Voice_based_Broadcasting ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_based_Broadcasting ellipse, #tabs ul#interest_tabs li a.active #Voice_One_time_password path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password path, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password path, #tabs ul#interest_tabs li a.active #Voice_One_time_password line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password line, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password line, #tabs ul#interest_tabs li a.active #Voice_One_time_password circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password circle, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password circle, #tabs ul#interest_tabs li a.active #Voice_One_time_password ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Voice_One_time_password ellipse, #tabs ul#interest_tabs li a.active #Private_Conversation path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation path, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation path, #tabs ul#interest_tabs li a.active #Private_Conversation line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation line, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation line, #tabs ul#interest_tabs li a.active #Private_Conversation circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation circle, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation circle, #tabs ul#interest_tabs li a.active #Private_Conversation ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a.active #Private_Conversation ellipse {
    stroke: #f13d3d;
    stroke-width: 1.5
}
#tabs ul#interest_tabs li a.active .tab-content.active, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .all-feature .table-section #tab-second ul#interest_tabs li a.active .tab-content.active {
    opacity: 1
}
#tabs ul#interest_tabs li a span, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a span, .all-feature .table-section #tab-second ul#interest_tabs li a span {
    display: block;
    padding-bottom: 5px
}
#tabs ul#interest_tabs li a svg, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a svg, .all-feature .table-section #tab-second ul#interest_tabs li a svg {
    width: 40px;
    height: 45px
}
@media(min-width:992px) and (max-width:1199px) {
    #tabs ul#interest_tabs li a svg, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a svg, .all-feature .table-section #tab-second ul#interest_tabs li a svg {
        width: 30px;
        height: 35px
    }
}
#tabs ul#interest_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #In_App_Call__ .st0, .all-feature .table-section #tab-second ul#interest_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st0, .all-feature .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #social .st0, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #social .st0, .all-feature .table-section #tab-second ul#interest_tabs li a #social .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #Marketing_Campaign .st0, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Marketing_Campaign .st0, .all-feature .table-section #tab-second ul#interest_tabs li a #Marketing_Campaign .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #Voice_based_Broadcasting .st0, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Voice_based_Broadcasting .st0, .all-feature .table-section #tab-second ul#interest_tabs li a #Voice_based_Broadcasting .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #Voice_based_Broadcasting .st1, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Voice_based_Broadcasting .st1, .all-feature .table-section #tab-second ul#interest_tabs li a #Voice_based_Broadcasting .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #Voice_based_Broadcasting .st2, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Voice_based_Broadcasting .st2, .all-feature .table-section #tab-second ul#interest_tabs li a #Voice_based_Broadcasting .st2 {
    fill: none;
    stroke: #212020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#tabs ul#interest_tabs li a #Voice_One_time_password .st0, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st0, .all-feature .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #Voice_One_time_password .st1, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st1, .all-feature .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#tabs ul#interest_tabs li a #Voice_One_time_password .st2, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st2, .all-feature .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#tabs ul#interest_tabs li a #Voice_One_time_password .st3, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st3, .all-feature .table-section #tab-second ul#interest_tabs li a #Voice_One_time_password .st3 {
    fill: #231f20
}
#tabs ul#interest_tabs li a #Private_Conversation .st0, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Private_Conversation .st0, .all-feature .table-section #tab-second ul#interest_tabs li a #Private_Conversation .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#tabs ul#interest_tabs li a:hover #social path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #social path, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #social path, #tabs ul#interest_tabs li a:hover #social ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #social ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #social ellipse, #tabs ul#interest_tabs li a:hover #social circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #social circle, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #social circle, #tabs ul#interest_tabs li a:hover #social line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #social line, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #social line, #tabs ul#interest_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, #tabs ul#interest_tabs li a:hover #App-to-People_Calls ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls ellipse, #tabs ul#interest_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, #tabs ul#interest_tabs li a:hover #App-to-People_Calls line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls line, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls line, #tabs ul#interest_tabs li a:hover #Marketing_Campaign path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign path, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign path, #tabs ul#interest_tabs li a:hover #Marketing_Campaign ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign ellipse, #tabs ul#interest_tabs li a:hover #Marketing_Campaign circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign circle, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign circle, #tabs ul#interest_tabs li a:hover #Marketing_Campaign line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign line, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Marketing_Campaign line, #tabs ul#interest_tabs li a:hover #Voice_based_Broadcasting path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting path, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting path, #tabs ul#interest_tabs li a:hover #Voice_based_Broadcasting ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting ellipse, #tabs ul#interest_tabs li a:hover #Voice_based_Broadcasting circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting circle, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting circle, #tabs ul#interest_tabs li a:hover #Voice_based_Broadcasting line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting line, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_based_Broadcasting line, #tabs ul#interest_tabs li a:hover #Voice_One_time_password path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password path, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password path, #tabs ul#interest_tabs li a:hover #Voice_One_time_password ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password ellipse, #tabs ul#interest_tabs li a:hover #Voice_One_time_password circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password circle, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password circle, #tabs ul#interest_tabs li a:hover #Voice_One_time_password line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password line, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Voice_One_time_password line, #tabs ul#interest_tabs li a:hover #Private_Conversation path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation path, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation path, #tabs ul#interest_tabs li a:hover #Private_Conversation ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation ellipse, #tabs ul#interest_tabs li a:hover #Private_Conversation circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation circle, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation circle, #tabs ul#interest_tabs li a:hover #Private_Conversation line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation line, .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Private_Conversation line, #tabs ul#interest_tabs li a:active #social path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #social path, .all-feature .table-section #tab-second ul#interest_tabs li a:active #social path, #tabs ul#interest_tabs li a:active #social ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #social ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:active #social ellipse, #tabs ul#interest_tabs li a:active #social circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #social circle, .all-feature .table-section #tab-second ul#interest_tabs li a:active #social circle, #tabs ul#interest_tabs li a:active #social line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #social line, .all-feature .table-section #tab-second ul#interest_tabs li a:active #social line, #tabs ul#interest_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, #tabs ul#interest_tabs li a:active #App-to-People_Calls ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls ellipse, #tabs ul#interest_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, #tabs ul#interest_tabs li a:active #App-to-People_Calls line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls line, .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls line, #tabs ul#interest_tabs li a:active #Marketing_Campaign path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign path, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign path, #tabs ul#interest_tabs li a:active #Marketing_Campaign ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign ellipse, #tabs ul#interest_tabs li a:active #Marketing_Campaign circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign circle, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign circle, #tabs ul#interest_tabs li a:active #Marketing_Campaign line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign line, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Marketing_Campaign line, #tabs ul#interest_tabs li a:active #Voice_based_Broadcasting path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting path, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting path, #tabs ul#interest_tabs li a:active #Voice_based_Broadcasting ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting ellipse, #tabs ul#interest_tabs li a:active #Voice_based_Broadcasting circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting circle, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting circle, #tabs ul#interest_tabs li a:active #Voice_based_Broadcasting line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting line, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_based_Broadcasting line, #tabs ul#interest_tabs li a:active #Voice_One_time_password path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password path, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password path, #tabs ul#interest_tabs li a:active #Voice_One_time_password ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password ellipse, #tabs ul#interest_tabs li a:active #Voice_One_time_password circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password circle, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password circle, #tabs ul#interest_tabs li a:active #Voice_One_time_password line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password line, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Voice_One_time_password line, #tabs ul#interest_tabs li a:active #Private_Conversation path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation path, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation path, #tabs ul#interest_tabs li a:active #Private_Conversation ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation ellipse, #tabs ul#interest_tabs li a:active #Private_Conversation circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation circle, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation circle, #tabs ul#interest_tabs li a:active #Private_Conversation line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation line, .all-feature .table-section #tab-second ul#interest_tabs li a:active #Private_Conversation line, #tabs ul#interest_tabs li a:focus #social path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #social path, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #social path, #tabs ul#interest_tabs li a:focus #social ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #social ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #social ellipse, #tabs ul#interest_tabs li a:focus #social circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #social circle, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #social circle, #tabs ul#interest_tabs li a:focus #social line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #social line, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #social line, #tabs ul#interest_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, #tabs ul#interest_tabs li a:focus #App-to-People_Calls ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls ellipse, #tabs ul#interest_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, #tabs ul#interest_tabs li a:focus #App-to-People_Calls line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls line, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls line, #tabs ul#interest_tabs li a:focus #Marketing_Campaign path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign path, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign path, #tabs ul#interest_tabs li a:focus #Marketing_Campaign ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign ellipse, #tabs ul#interest_tabs li a:focus #Marketing_Campaign circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign circle, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign circle, #tabs ul#interest_tabs li a:focus #Marketing_Campaign line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign line, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Marketing_Campaign line, #tabs ul#interest_tabs li a:focus #Voice_based_Broadcasting path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting path, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting path, #tabs ul#interest_tabs li a:focus #Voice_based_Broadcasting ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting ellipse, #tabs ul#interest_tabs li a:focus #Voice_based_Broadcasting circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting circle, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting circle, #tabs ul#interest_tabs li a:focus #Voice_based_Broadcasting line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting line, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_based_Broadcasting line, #tabs ul#interest_tabs li a:focus #Voice_One_time_password path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password path, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password path, #tabs ul#interest_tabs li a:focus #Voice_One_time_password ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password ellipse, #tabs ul#interest_tabs li a:focus #Voice_One_time_password circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password circle, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password circle, #tabs ul#interest_tabs li a:focus #Voice_One_time_password line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password line, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Voice_One_time_password line, #tabs ul#interest_tabs li a:focus #Private_Conversation path, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation path, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation path, #tabs ul#interest_tabs li a:focus #Private_Conversation ellipse, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation ellipse, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation ellipse, #tabs ul#interest_tabs li a:focus #Private_Conversation circle, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation circle, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation circle, #tabs ul#interest_tabs li a:focus #Private_Conversation line, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation line, .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Private_Conversation line {
    stroke: #f13d3d
}
#tabs .tab-content, .video-pricing-theme .table-section #tab-second .tab-content, .all-feature .table-section #tab-second .tab-content {
    padding: 84px 0
}
@media(min-width:992px) and (max-width:1199px) {
    #tabs .tab-content, .video-pricing-theme .table-section #tab-second .tab-content, .all-feature .table-section #tab-second .tab-content {
        padding: 40px 0
    }
}
#tabs .tab-content ul.nav-tabs, .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .all-feature .table-section #tab-second .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
#tabs .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
#tabs .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
#tabs .tab-content .sub-tab, .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .all-feature .table-section #tab-second .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    #tabs .tab-content .sub-tab img, .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .all-feature .table-section #tab-second .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
#tabs .tab-pane, .video-pricing-theme .table-section #tab-second .tab-pane, .all-feature .table-section #tab-second .tab-pane {
    margin-top: 0;
    text-align: left
}
#tabs .tab-pane .img-respon, .video-pricing-theme .table-section #tab-second .tab-pane .img-respon, .all-feature .table-section #tab-second .tab-pane .img-respon {
    width: 100%;
    height: 450px
}
#tabs .tab-pane .img-respon img, .video-pricing-theme .table-section #tab-second .tab-pane .img-respon img, .all-feature .table-section #tab-second .tab-pane .img-respon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
#tabs .tab-pane article, .video-pricing-theme .table-section #tab-second .tab-pane article, .all-feature .table-section #tab-second .tab-pane article {
    padding: 10px 0 0 25px
}
@media(max-width:991px) {
    #tabs .tab-pane article, .video-pricing-theme .table-section #tab-second .tab-pane article, .all-feature .table-section #tab-second .tab-pane article {
        padding: 0
    }
}
#tabs .tab-pane article h5, .video-pricing-theme .table-section #tab-second .tab-pane article h5, .all-feature .table-section #tab-second .tab-pane article h5 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left
}
@media(max-width:991px) {
    #tabs .tab-pane article h5, .video-pricing-theme .table-section #tab-second .tab-pane article h5, .all-feature .table-section #tab-second .tab-pane article h5 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
#tabs .tab-pane article p, .video-pricing-theme .table-section #tab-second .tab-pane article p, .all-feature .table-section #tab-second .tab-pane article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e
}
@media(min-width:992px) and (max-width:1199px) {
    #tabs .tab-pane article p, .video-pricing-theme .table-section #tab-second .tab-pane article p, .all-feature .table-section #tab-second .tab-pane article p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    #tabs .tab-pane article p, .video-pricing-theme .table-section #tab-second .tab-pane article p, .all-feature .table-section #tab-second .tab-pane article p {
        font-size: 16px;
        line-height: 20px
    }
}
#tabs .tab-pane article ul, .video-pricing-theme .table-section #tab-second .tab-pane article ul, .all-feature .table-section #tab-second .tab-pane article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}
#tabs .tab-pane article ul li, .video-pricing-theme .table-section #tab-second .tab-pane article ul li, .all-feature .table-section #tab-second .tab-pane article ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 50%;
    position: relative
}
#tabs .tab-pane article ul li::before, .video-pricing-theme .table-section #tab-second .tab-pane article ul li::before, .all-feature .table-section #tab-second .tab-pane article ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    #tabs .tab-pane article ul li, .video-pricing-theme .table-section #tab-second .tab-pane article ul li, .all-feature .table-section #tab-second .tab-pane article ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
#tabs .tab-pane article ul li a, .video-pricing-theme .table-section #tab-second .tab-pane article ul li a, .all-feature .table-section #tab-second .tab-pane article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: none !important;
    cursor: auto
}
#tabs .tab-pane article ul li a:hover, .video-pricing-theme .table-section #tab-second .tab-pane article ul li a:hover, .all-feature .table-section #tab-second .tab-pane article ul li a:hover {
    font-weight: 600
}
#tabs .tab-pane article ul li a b, .video-pricing-theme .table-section #tab-second .tab-pane article ul li a b, .all-feature .table-section #tab-second .tab-pane article ul li a b {
    font-weight: 600
}
#tabs .tab-pane article ul li a i, .video-pricing-theme .table-section #tab-second .tab-pane article ul li a i, .all-feature .table-section #tab-second .tab-pane article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.mob-accordion {
    display: none
}
@media(max-width:991px) {
    .mob-accordion {
        display: block
    }
}
.mob-accordion #accordion .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #2120201c;
    border-radius: .25rem;
    margin: 5px 0
}
.mob-accordion #accordion .card .card-header {
    background-color: #fff
}
.mob-accordion #accordion .card .card-header .accordion-head a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    display: inherit;
    padding: 0;
    margin: 0;
    line-height: 21px
}
.mob-accordion #accordion .card .card-header .accordion-head a h5 {
    color: #333;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    margin: 0
}
.mob-accordion #accordion .card .card-header .accordion-head a i {
    font-size: 19px;
    float: right
}
.mob-accordion #accordion .card .card-header .accordion-head a svg {
    width: 20px;
    height: 25px
}
.mob-accordion #accordion .card .card-header .accordion-head a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #social .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #Marketing_Campaign .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #Voice_based_Broadcasting .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #Voice_based_Broadcasting .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #Voice_based_Broadcasting .st2 {
    fill: none;
    stroke: #212020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.mob-accordion #accordion .card .card-header .accordion-head a #Voice_One_time_password .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #Voice_One_time_password .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.mob-accordion #accordion .card .card-header .accordion-head a #Voice_One_time_password .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.mob-accordion #accordion .card .card-header .accordion-head a #Voice_One_time_password .st3 {
    fill: #231f20
}
.mob-accordion #accordion .card .card-header .accordion-head a #Private_Conversation .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.mob-accordion #accordion .card .card-header .accordion-head a:hover #social path, .mob-accordion #accordion .card .card-header .accordion-head a:hover #social ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:hover #social circle, .mob-accordion #accordion .card .card-header .accordion-head a:hover #social line, .mob-accordion #accordion .card .card-header .accordion-head a:hover #App-to-People_Calls path, .mob-accordion #accordion .card .card-header .accordion-head a:hover #App-to-People_Calls ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:hover #App-to-People_Calls circle, .mob-accordion #accordion .card .card-header .accordion-head a:hover #App-to-People_Calls line, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Marketing_Campaign path, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Marketing_Campaign ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Marketing_Campaign circle, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Marketing_Campaign line, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting path, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting circle, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting line, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_One_time_password path, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_One_time_password ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_One_time_password circle, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Voice_One_time_password line, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Private_Conversation path, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Private_Conversation ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Private_Conversation circle, .mob-accordion #accordion .card .card-header .accordion-head a:hover #Private_Conversation line, .mob-accordion #accordion .card .card-header .accordion-head a:active #social path, .mob-accordion #accordion .card .card-header .accordion-head a:active #social ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:active #social circle, .mob-accordion #accordion .card .card-header .accordion-head a:active #social line, .mob-accordion #accordion .card .card-header .accordion-head a:active #App-to-People_Calls path, .mob-accordion #accordion .card .card-header .accordion-head a:active #App-to-People_Calls ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:active #App-to-People_Calls circle, .mob-accordion #accordion .card .card-header .accordion-head a:active #App-to-People_Calls line, .mob-accordion #accordion .card .card-header .accordion-head a:active #Marketing_Campaign path, .mob-accordion #accordion .card .card-header .accordion-head a:active #Marketing_Campaign ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:active #Marketing_Campaign circle, .mob-accordion #accordion .card .card-header .accordion-head a:active #Marketing_Campaign line, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting path, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting circle, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting line, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_One_time_password path, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_One_time_password ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_One_time_password circle, .mob-accordion #accordion .card .card-header .accordion-head a:active #Voice_One_time_password line, .mob-accordion #accordion .card .card-header .accordion-head a:active #Private_Conversation path, .mob-accordion #accordion .card .card-header .accordion-head a:active #Private_Conversation ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:active #Private_Conversation circle, .mob-accordion #accordion .card .card-header .accordion-head a:active #Private_Conversation line, .mob-accordion #accordion .card .card-header .accordion-head a:focus #social path, .mob-accordion #accordion .card .card-header .accordion-head a:focus #social ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:focus #social circle, .mob-accordion #accordion .card .card-header .accordion-head a:focus #social line, .mob-accordion #accordion .card .card-header .accordion-head a:focus #App-to-People_Calls path, .mob-accordion #accordion .card .card-header .accordion-head a:focus #App-to-People_Calls ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:focus #App-to-People_Calls circle, .mob-accordion #accordion .card .card-header .accordion-head a:focus #App-to-People_Calls line, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Marketing_Campaign path, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Marketing_Campaign ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Marketing_Campaign circle, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Marketing_Campaign line, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting path, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting circle, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting line, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_One_time_password path, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_One_time_password ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_One_time_password circle, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Voice_One_time_password line, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Private_Conversation path, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Private_Conversation ellipse, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Private_Conversation circle, .mob-accordion #accordion .card .card-header .accordion-head a:focus #Private_Conversation line {
    stroke: #f13d3d
}
.mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] h5, .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] span {
    color: red
}
.mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] i {
    color: red
}
.mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg path, .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg circle, .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg line, .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg ellipse {
    stroke: red
}
.mob-accordion #accordion .card .card-header .accordion-head>.collapsed>i:before {
    content: "\F105"
}
.mob-accordion #accordion .card .acc-ul {
    margin: 0;
    padding: 0;
    list-style: none
}
@media(max-width:991px) {
    .mob-accordion #accordion .card .acc-ul {
        margin-bottom: 20px
    }
}
.mob-accordion #accordion .card .acc-ul li {
    padding: .5em .5em 0 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    text-align: left;
    color: #333
}
.mob-accordion #accordion .card .acc-ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.mob-accordion #accordion .card .acc-ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer
}
.mob-accordion #accordion .card .acc-ul li a:hover {
    font-weight: 600
}
.mob-accordion #accordion .card .acc-ul li a b {
    font-weight: 600
}
.mob-accordion #accordion .card .acc-ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.mob-accordion #accordion .card .show {
    text-align: left !important
}
.mob-accordion #accordion .card .show .card-block {
    text-align: left
}
.mob-accordion #accordion .card .card-block p {
    font-size: 16px;
    text-align: left
}
.mob-accordion #accordion .card .card-block p a {
    font-size: 14px;
    line-height: 16px;
    padding: .5em .5em .5em 1.5em
}
.developer-guide {
    margin: 0;
    background: #edf2fc;
    background: linear-gradient(180deg, #edf2fc 35%, #e8f6f9 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center
}
@media(max-width:991px) {
    .developer-guide {
        -webkit-clip-path: none;
        clip-path: none
    }
}
.developer-guide h6.red-txt {
    margin: 0 !important
}
@media(max-width:991px) {
    .developer-guide h6.red-txt {
        text-align: center
    }
}
@media(max-width:991px) {
    .developer-guide svg {
        display: none
    }
}
.developer-guide .equal {
    display: flex;
    flex-wrap: wrap
}
.developer-guide .equal>[class*=col-] {
    display: flex;
    flex-direction: column
}
.developer-guide h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .developer-guide h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center
    }
}
.developer-guide p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(min-width:992px) and (max-width:1199px) {
    .developer-guide p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .developer-guide p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.developer-guide article {
    margin-top: 40px;
    background: #f9f8f9;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
    height: auto !important;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 0 8px 2px #72727236;
    width: 92%
}
@media(min-width:992px) and (max-width:1199px) {
    .developer-guide article {
        margin-top: 40px;
        padding: 25px 50px;
        position: relative;
        margin-bottom: 50px
    }
}
@media(max-width:991px) {
    .developer-guide article {
        width: 94%;
        text-align: center;
        border: 1px solid #ddddddab;
        margin: 20px auto 20px auto;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .developer-guide article svg {
        height: 100px
    }
}
@media(max-width:991px) {
    .developer-guide article svg {
        display: block;
        text-align: center
    }
}
.developer-guide article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 20px
}
@media(max-width:991px) {
    .developer-guide article h4 {
        width: 100%;
        margin: 9px auto;
        margin-bottom: 0;
        text-align: center
    }
}
.developer-guide article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .developer-guide article p {
        font-size: 16px;
        line-height: 20px
    }
}
.developer-guide article p a {
    text-decoration: none;
    font-weight: 500;
    position: absolute;
    bottom: 25px;
    left: 25px
}
@media(max-width:991px) {
    .developer-guide article p a {
        font-weight: 500;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 80%)
    }
}
.developer-guide article p a:hover {
    font-weight: 600
}
.developer-guide article p .fa-arrow-right {
    font-size: 13px;
    margin-left: 5px
}
.developer-guide article svg {
    width: 40px;
    height: 40px
}
.developer-guide article #Developer-Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.developer-guide article #Developer-Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.developer-guide article #Developer-Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.developer-guide article #Developer-Centric_Documentation .st3 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.developer-guide article #Developer-Centric_Documentation .st4 {
    fill: #f13d3d
}
.developer-guide article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.developer-guide article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.developer-guide article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.developer-guide article #SMS_Demo_App .st3 {
    fill: #f13d3d
}
.developer-guide article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.developer-guide article #SMS_Demo_App .st5 {
    fill: #f13d3d
}
.developer-guide article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.developer-guide article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.developer-guide article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.developer-guide article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.developer-guide article #Developer_Centric_Documentation .st4 {
    fill: #f13d3d
}
.developer-guide article:hover #In_App_Call__ path, .developer-guide article:hover #In_App_Call__ circle, .developer-guide article:hover #App-to-People_Calls path, .developer-guide article:hover #App-to-People_Calls circle, .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .developer-guide article:active #In_App_Call__ path, .developer-guide article:active #In_App_Call__ circle, .developer-guide article:active #App-to-People_Calls path, .developer-guide article:active #App-to-People_Calls circle, .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .developer-guide article:focus #In_App_Call__ path, .developer-guide article:focus #In_App_Call__ circle, .developer-guide article:focus #App-to-People_Calls path, .developer-guide article:focus #App-to-People_Calls circle, .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .feature-for-mob {
        display: block;
        margin-top: 0
    }
}
.feature-for-mob #accordionExample .card {
    margin: 5px 0;
    margin: 5px 0;
    border-radius: 5px;
    border: 0
}
.feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 4px
}
.feature-for-mob #accordionExample .card .card-header .mb-0>button:after {
    content: "\F078";
    font-family: "FontAwesome";
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
    color: #999292
}
.feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after {
    content: "\F077"
}
.feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2
}
.feature-for-mob #accordionExample .card .card-header h2 button:focus, .feature-for-mob #accordionExample .card .card-header h2 button:active {
    box-shadow: none
}
.feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #f13d3d;
    color: #fff
}
.feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff
}
ul.features-tab-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 80px
}
ul.features-tab-ul li {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    display: block
}
@media(min-width:992px) and (max-width:1199px) {
    ul.features-tab-ul li {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0 10px 15px
    }
}
ul.features-tab-ul .active {
    background-color: #f13d3d;
    color: #fff
}
.Voice-API-grid {
    margin-top: 40px;
    justify-content: unset
}
@media(max-width:991px) {
    .Voice-API-grid {
        margin: 0;
        padding: 0
    }
}
.Voice-API-grid a {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px;
    text-align: left;
    display: block;
    text-decoration: none;
    height: 100%;
    text-transform: none
}
@media(min-width:992px) and (max-width:1199px) {
    .Voice-API-grid a {
        padding: 20px
    }
}
@media(max-width:991px) {
    .Voice-API-grid a {
        text-align: center;
        margin: 15px auto;
        height: 92%;
        padding: 14px 10px
    }
}
.Voice-API-grid a h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent
}
@media(max-width:991px) {
    .Voice-API-grid a h5 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}
.Voice-API-grid a p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    color: #4e4e4e;
    background: transparent
}
@media(min-width:992px) and (max-width:1199px) {
    .Voice-API-grid a p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .Voice-API-grid a p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.Voice-API-grid a:hover, .Voice-API-grid a:hover p, .Voice-API-grid a:hover h5 {
    /* background: #f13d3d; */
    color: #fff !important 
}
.Voice-API-grid a svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.Voice-API-grid a #Hassle_free_Solution_1_ .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Voice-API-grid a #Connect_To_Any_Device .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Voice-API-grid a #Crystal_Clear_Voice_1_ .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Voice-API-grid a:hover #Hassle_free_Solution_1_ path, .Voice-API-grid a:hover #Hassle_free_Solution_1_ circle, .Voice-API-grid a:hover #Connect_To_Any_Device path, .Voice-API-grid a:hover #Connect_To_Any_Device circle, .Voice-API-grid a:hover #Crystal_Clear_Voice_1_ path, .Voice-API-grid a:hover #Crystal_Clear_Voice_1_ circle {
    stroke: #fff
}
.build-conversation svg {
    width: 60px;
    height: 60px;
    margin-top: 45px
}
@media(max-width:991px) {
    .build-conversation svg {
        margin-top: 25px
    }
}
@media(max-width:991px) {
    .icon-with-txt {
        margin-top: 50px
    }
}
.icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
@media(max-width:991px) {
    .icon-with-txt p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    ul.why-enablex {
        margin: 0;
        padding: 0
    }
}
.hlth-use-cases {
    margin-bottom: 150px;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center
}
@media(max-width:991px) {
    .hlth-use-cases {
        background-image: none !important;
        margin-top: 0;
        margin-bottom: 50px
    }
}
.hlth-use-cases h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .hlth-use-cases h4 {
        font-size: 20px;
        line-height: 25px
    }
}
.hlth-use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 60px
}
@media(max-width:991px) {
    .hlth-use-cases p {
        font-size: 16px;
        line-height: 20px
    }
}
.hlth-use-cases ul {
    flex-wrap: wrap
}
@media(max-width:991px) {
    .hlth-use-cases ul {
        margin: 0;
        padding: 0
    }
}
.hlth-use-cases ul li {
    width: 33% !important;
    margin: 0;
    padding: 12px
}
@media(max-width:991px) {
    .hlth-use-cases ul li {
        width: 100% !important
    }
}
.hlth-use-cases ul .card {
    text-align: left;
    border-radius: 12px;
    padding: 20px;
    width: 100% !important;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
.hlth-use-cases ul .card svg {
    width: 60px;
    height: 60px
}
@media(max-width:991px) {
    .hlth-use-cases ul .card svg {
        width: 40px;
        height: 40px
    }
}
.hlth-use-cases ul .card .card-body {
    padding: 0
}
.hlth-use-cases ul .card .card-body h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 10px
}
.hlth-use-cases ul .card .card-body p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px
}
.hlth-use-cases ul .card .card-body .iot-solu {
    color: #f13d3d;
    text-decoration: none
}
.hlth-use-cases ul .card .card-body .iot-solu:hover {
    color: #fff;
    cursor: pointer
}
.hlth-use-cases ul .card:hover {
    background: #f13d3d;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    cursor: auto
}
.hlth-use-cases ul .card:hover .card-body h5, .hlth-use-cases ul .card:hover .card-body p, .hlth-use-cases ul .card:hover .card-body .iot-solu, .hlth-use-cases ul .card:hover .card-body i {
    color: #fff !important
}
#advantages-tabs {
    padding: 0;
    height: 100%;
    min-height: 430px;
    display: block
}
@media(max-width:991px) {
    #advantages-tabs {
        min-height: 100%;
        display: none
    }
}
#advantages-tabs .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
#advantages-tabs ul#EnableX_tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 1px #dddd;
    border-radius: 10px
}
#advantages-tabs ul#EnableX_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px
}
#advantages-tabs ul#EnableX_tabs li a:hover {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
#advantages-tabs ul#EnableX_tabs li a.active {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
#advantages-tabs ul#EnableX_tabs li a.active .tab-content.active {
    opacity: 1
}
#advantages-tabs ul#EnableX_tabs li a.active #In_App_Call__ path, #advantages-tabs ul#EnableX_tabs li a.active #In_App_Call__ circle, #advantages-tabs ul#EnableX_tabs li a.active #App-to-People_Calls path, #advantages-tabs ul#EnableX_tabs li a.active #App-to-People_Calls circle, #advantages-tabs ul#EnableX_tabs li a.active #Phone_to_Phone_Calls_1_ path, #advantages-tabs ul#EnableX_tabs li a.active #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
#advantages-tabs ul#EnableX_tabs li a span {
    display: block
}
#advantages-tabs ul#EnableX_tabs li a svg {
    width: 40px;
    height: 40px
}
#advantages-tabs ul#EnableX_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
#advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
#advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#advantages-tabs ul#EnableX_tabs li a:hover #In_App_Call__ path, #advantages-tabs ul#EnableX_tabs li a:hover #In_App_Call__ circle, #advantages-tabs ul#EnableX_tabs li a:hover #App-to-People_Calls path, #advantages-tabs ul#EnableX_tabs li a:hover #App-to-People_Calls circle, #advantages-tabs ul#EnableX_tabs li a:hover #Phone_to_Phone_Calls_1_ path, #advantages-tabs ul#EnableX_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, #advantages-tabs ul#EnableX_tabs li a:active #In_App_Call__ path, #advantages-tabs ul#EnableX_tabs li a:active #In_App_Call__ circle, #advantages-tabs ul#EnableX_tabs li a:active #App-to-People_Calls path, #advantages-tabs ul#EnableX_tabs li a:active #App-to-People_Calls circle, #advantages-tabs ul#EnableX_tabs li a:active #Phone_to_Phone_Calls_1_ path, #advantages-tabs ul#EnableX_tabs li a:active #Phone_to_Phone_Calls_1_ circle, #advantages-tabs ul#EnableX_tabs li a:focus #In_App_Call__ path, #advantages-tabs ul#EnableX_tabs li a:focus #In_App_Call__ circle, #advantages-tabs ul#EnableX_tabs li a:focus #App-to-People_Calls path, #advantages-tabs ul#EnableX_tabs li a:focus #App-to-People_Calls circle, #advantages-tabs ul#EnableX_tabs li a:focus #Phone_to_Phone_Calls_1_ path, #advantages-tabs ul#EnableX_tabs li a:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
#advantages-tabs .tab-content {
    padding: 0
}
#advantages-tabs .tab-content .tab-top-hedding {
    padding: 40px 20px;
    height: 250px;
    display: flex;
    flex-direction: column
}
#advantages-tabs .tab-content .tab-top-hedding h6 {
    font-size: 30px;
    color: #333;
    padding: 0;
    margin: 0
}
#advantages-tabs .tab-content .tab-top-hedding p {
    padding-top: 5px;
    margin: 0
}
#advantages-tabs .tab-content .detail-text h6 {
    font-size: 18px
}
@media(max-width:991px) {
    #advantages-tabs .tab-content .detail-text h6 {
        text-align: left
    }
}
#advantages-tabs .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
#advantages-tabs .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
#advantages-tabs .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
#advantages-tabs .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    #advantages-tabs .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
#advantages-tabs .tab-pane {
    margin-top: 0;
    text-align: left
}
#advantages-tabs .tab-pane .about-enablex {
    text-align: left;
    padding: 20px 0 0 80px
}
@media(max-width:991px) {
    #advantages-tabs .tab-pane .about-enablex {
        padding: 0
    }
}
#advantages-tabs .tab-pane .about-enablex p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-align: left;
    color: #333;
    margin-bottom: 0
}
@media(max-width:991px) {
    #advantages-tabs .tab-pane .about-enablex p {
        font-size: 16px;
        line-height: 20px
    }
}
#advantages-tabs .tab-pane .about-enablex p strong {
    font-weight: bold
}
#advantages-tabs .tab-pane .about-enablex p a {
    background-color: #f13d3d;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px
}
#advantages-tabs .tab-pane .about-enablex ul {
    margin: 20px 0;
    padding: 0;
    list-style: none
}
#advantages-tabs .tab-pane .about-enablex ul li {
    padding: 0 26px;
    margin: 0;
    position: relative
}
#advantages-tabs .tab-pane .about-enablex ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    #advantages-tabs .tab-pane .about-enablex ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
#advantages-tabs .tab-pane .about-enablex ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    text-transform: none
}
#advantages-tabs .tab-pane .about-enablex ul li a:hover {
    font-weight: 600
}
#advantages-tabs .tab-pane .about-enablex ul li a b {
    font-weight: 600
}
#advantages-tabs .tab-pane .about-enablex ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .feature-for-mob {
        display: block;
        margin-top: 0
    }
}
.feature-for-mob #accordionExample .card {
    margin: 5px 0;
    margin: 5px 0;
    border-radius: 5px;
    border: 0
}
.feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 4px
}
.feature-for-mob #accordionExample .card .card-header .mb-0>button:after {
    content: "\F078";
    font-family: "FontAwesome";
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
    color: #999292
}
.feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after {
    content: "\F077"
}
.feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none
}
.feature-for-mob #accordionExample .card .card-header h2 button:focus, .feature-for-mob #accordionExample .card .card-header h2 button:active {
    box-shadow: none
}
.feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #f13d3d;
    color: #fff
}
.feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff
}
.feature-for-mob #accordionExample .card .card-body .acc-ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.feature-for-mob #accordionExample .card .card-body .acc-ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    text-align: left
}
.feature-for-mob #accordionExample .card .card-body .acc-ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.feature-for-mob #accordionExample .card .card-body .acc-ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer
}
.feature-for-mob #accordionExample .card .card-body .acc-ul li a:hover {
    font-weight: 600
}
.feature-for-mob #accordionExample .card .card-body .acc-ul li a b {
    font-weight: 600
}
.feature-for-mob #accordionExample .card .card-body .acc-ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.theme-red .mar-top-25, .video-pricing-theme .mar-top-25, .all-feature .mar-top-25, .career-theme .mar-top-25, .contact-us .mar-top-25, .apply-theme .mar-top-25, .we-hiring-theme .mar-top-25, .thankyou-signing .mar-top-25 {
    padding-top: 25px
}
.theme-red .mar-top-80, .video-pricing-theme .mar-top-80, .all-feature .mar-top-80, .career-theme .mar-top-80, .contact-us .mar-top-80, .apply-theme .mar-top-80, .we-hiring-theme .mar-top-80, .thankyou-signing .mar-top-80 {
    margin-top: 80px
}
.theme-red .content, .video-pricing-theme .content, .all-feature .content, .career-theme .content, .contact-us .content, .apply-theme .content, .we-hiring-theme .content, .thankyou-signing .content {
    padding: 16px
}
.theme-red .sticky, .video-pricing-theme .sticky, .all-feature .sticky, .career-theme .sticky, .contact-us .sticky, .apply-theme .sticky, .we-hiring-theme .sticky, .thankyou-signing .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff !important;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 3px 0 #d2d0d0dd
}
.theme-red .sticky+.content, .video-pricing-theme .sticky+.content, .all-feature .sticky+.content, .career-theme .sticky+.content, .contact-us .sticky+.content, .apply-theme .sticky+.content, .we-hiring-theme .sticky+.content, .thankyou-signing .sticky+.content {
    padding-top: 102px
}
.theme-red .top-section, .video-pricing-theme .top-section, .all-feature .top-section, .career-theme .top-section, .contact-us .top-section, .apply-theme .top-section, .we-hiring-theme .top-section, .thankyou-signing .top-section {
    background: url(../images/smartphone.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 580px;
    padding-top: 90px
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .top-section, .video-pricing-theme .top-section, .all-feature .top-section, .career-theme .top-section, .contact-us .top-section, .apply-theme .top-section, .we-hiring-theme .top-section, .thankyou-signing .top-section {
        background-repeat: no-repeat;
        background-position: top left;
        height: 100%;
        padding-top: 50px;
        background-size: 100% 100%
    }
}
@media(max-width:991px) {
    .theme-red .top-section, .video-pricing-theme .top-section, .all-feature .top-section, .career-theme .top-section, .contact-us .top-section, .apply-theme .top-section, .we-hiring-theme .top-section, .thankyou-signing .top-section {
        background: 0;
        padding-top: 10px;
        height: 100%
    }
}
.theme-red .top-section .fixed-msg, .video-pricing-theme .top-section .fixed-msg, .all-feature .top-section .fixed-msg, .career-theme .top-section .fixed-msg, .contact-us .top-section .fixed-msg, .apply-theme .top-section .fixed-msg, .we-hiring-theme .top-section .fixed-msg, .thankyou-signing .top-section .fixed-msg {
    text-align: left;
    position: fixed;
    right: -85px;
    top: -80px;
    bottom: 0;
    margin: auto;
    width: 200px;
    box-shadow: 1px 1px 10px -1px #aaa;
    border-radius: 5px;
    padding: 19px 30px;
    height: 60px;
    color: #333;
    line-height: 20px;
    background-color: #fff;
    min-width: 200px;
    font-size: 20px
}
.theme-red .top-section .left-bg img, .video-pricing-theme .top-section .left-bg img, .all-feature .top-section .left-bg img, .career-theme .top-section .left-bg img, .contact-us .top-section .left-bg img, .apply-theme .top-section .left-bg img, .we-hiring-theme .top-section .left-bg img, .thankyou-signing .top-section .left-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media(max-width:991px) {
    .theme-red .top-section .left-bg img, .video-pricing-theme .top-section .left-bg img, .all-feature .top-section .left-bg img, .career-theme .top-section .left-bg img, .contact-us .top-section .left-bg img, .apply-theme .top-section .left-bg img, .we-hiring-theme .top-section .left-bg img, .thankyou-signing .top-section .left-bg img {
        display: none
    }
}
.theme-red .build-conversation, .video-pricing-theme .build-conversation, .all-feature .build-conversation, .career-theme .build-conversation, .contact-us .build-conversation, .apply-theme .build-conversation, .we-hiring-theme .build-conversation, .thankyou-signing .build-conversation {
    margin: 0
}
@media(max-width:991px) {
    .theme-red .build-conversation, .video-pricing-theme .build-conversation, .all-feature .build-conversation, .career-theme .build-conversation, .contact-us .build-conversation, .apply-theme .build-conversation, .we-hiring-theme .build-conversation, .thankyou-signing .build-conversation {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .theme-red .build-conversation svg, .video-pricing-theme .build-conversation svg, .all-feature .build-conversation svg, .career-theme .build-conversation svg, .contact-us .build-conversation svg, .apply-theme .build-conversation svg, .we-hiring-theme .build-conversation svg, .thankyou-signing .build-conversation svg {
        margin-top: 0
    }
}
.theme-red .build-conversation .right-build-con, .video-pricing-theme .build-conversation .right-build-con, .all-feature .build-conversation .right-build-con, .career-theme .build-conversation .right-build-con, .contact-us .build-conversation .right-build-con, .apply-theme .build-conversation .right-build-con, .we-hiring-theme .build-conversation .right-build-con, .thankyou-signing .build-conversation .right-build-con {
    background: url(../images/build-conversation.svg) no-repeat;
    background-position: 100% 0;
    width: 100%;
    height: 150px
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-red .build-conversation .right-build-con, .video-pricing-theme .build-conversation .right-build-con, .all-feature .build-conversation .right-build-con, .career-theme .build-conversation .right-build-con, .contact-us .build-conversation .right-build-con, .apply-theme .build-conversation .right-build-con, .we-hiring-theme .build-conversation .right-build-con, .thankyou-signing .build-conversation .right-build-con {
        height: 80px;
        margin-top: 20px
    }
}
@media(max-width:991px) {
    .theme-red .build-conversation .right-build-con, .video-pricing-theme .build-conversation .right-build-con, .all-feature .build-conversation .right-build-con, .career-theme .build-conversation .right-build-con, .contact-us .build-conversation .right-build-con, .apply-theme .build-conversation .right-build-con, .we-hiring-theme .build-conversation .right-build-con, .thankyou-signing .build-conversation .right-build-con {
        background: 0;
        height: auto;
        margin: 0
    }
}
.theme-red .build-conversation #second-sec svg, .video-pricing-theme .build-conversation #second-sec svg, .all-feature .build-conversation #second-sec svg, .career-theme .build-conversation #second-sec svg, .contact-us .build-conversation #second-sec svg, .apply-theme .build-conversation #second-sec svg, .we-hiring-theme .build-conversation #second-sec svg, .thankyou-signing .build-conversation #second-sec svg {
    width: 60px;
    height: 60px;
    margin-top: 45px
}
@media(max-width:991px) {
    .theme-red .build-conversation #second-sec svg, .video-pricing-theme .build-conversation #second-sec svg, .all-feature .build-conversation #second-sec svg, .career-theme .build-conversation #second-sec svg, .contact-us .build-conversation #second-sec svg, .apply-theme .build-conversation #second-sec svg, .we-hiring-theme .build-conversation #second-sec svg, .thankyou-signing .build-conversation #second-sec svg {
        margin-top: 25px
    }
}
.theme-red .build-conversation #second-sec #Video_Call_2_ .st0, .video-pricing-theme .build-conversation #second-sec #Video_Call_2_ .st0, .all-feature .build-conversation #second-sec #Video_Call_2_ .st0, .career-theme .build-conversation #second-sec #Video_Call_2_ .st0, .contact-us .build-conversation #second-sec #Video_Call_2_ .st0, .apply-theme .build-conversation #second-sec #Video_Call_2_ .st0, .we-hiring-theme .build-conversation #second-sec #Video_Call_2_ .st0, .thankyou-signing .build-conversation #second-sec #Video_Call_2_ .st0, .theme-red .build-conversation #second-sec #Video_Call_2_ .st1, .video-pricing-theme .build-conversation #second-sec #Video_Call_2_ .st1, .all-feature .build-conversation #second-sec #Video_Call_2_ .st1, .career-theme .build-conversation #second-sec #Video_Call_2_ .st1, .contact-us .build-conversation #second-sec #Video_Call_2_ .st1, .apply-theme .build-conversation #second-sec #Video_Call_2_ .st1, .we-hiring-theme .build-conversation #second-sec #Video_Call_2_ .st1, .thankyou-signing .build-conversation #second-sec #Video_Call_2_ .st1 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-red .build-conversation #second-sec #Video_Call_2_ .st2, .video-pricing-theme .build-conversation #second-sec #Video_Call_2_ .st2, .all-feature .build-conversation #second-sec #Video_Call_2_ .st2, .career-theme .build-conversation #second-sec #Video_Call_2_ .st2, .contact-us .build-conversation #second-sec #Video_Call_2_ .st2, .apply-theme .build-conversation #second-sec #Video_Call_2_ .st2, .we-hiring-theme .build-conversation #second-sec #Video_Call_2_ .st2, .thankyou-signing .build-conversation #second-sec #Video_Call_2_ .st2 {
    fill: none;
    stroke: #c358e8;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-red .build-conversation #second-sec #VoIP_Call .st0, .video-pricing-theme .build-conversation #second-sec #VoIP_Call .st0, .all-feature .build-conversation #second-sec #VoIP_Call .st0, .career-theme .build-conversation #second-sec #VoIP_Call .st0, .contact-us .build-conversation #second-sec #VoIP_Call .st0, .apply-theme .build-conversation #second-sec #VoIP_Call .st0, .we-hiring-theme .build-conversation #second-sec #VoIP_Call .st0, .thankyou-signing .build-conversation #second-sec #VoIP_Call .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-red .build-conversation #second-sec #VoIP_Call .st1, .video-pricing-theme .build-conversation #second-sec #VoIP_Call .st1, .all-feature .build-conversation #second-sec #VoIP_Call .st1, .career-theme .build-conversation #second-sec #VoIP_Call .st1, .contact-us .build-conversation #second-sec #VoIP_Call .st1, .apply-theme .build-conversation #second-sec #VoIP_Call .st1, .we-hiring-theme .build-conversation #second-sec #VoIP_Call .st1, .thankyou-signing .build-conversation #second-sec #VoIP_Call .st1 {
    fill: none;
    stroke: #ef3e3e;
    stroke-miterlimit: 10;
    stroke-dasharray: 2, 1
}
.theme-red .build-conversation #second-sec #VoIP_Call .st2, .video-pricing-theme .build-conversation #second-sec #VoIP_Call .st2, .all-feature .build-conversation #second-sec #VoIP_Call .st2, .career-theme .build-conversation #second-sec #VoIP_Call .st2, .contact-us .build-conversation #second-sec #VoIP_Call .st2, .apply-theme .build-conversation #second-sec #VoIP_Call .st2, .we-hiring-theme .build-conversation #second-sec #VoIP_Call .st2, .thankyou-signing .build-conversation #second-sec #VoIP_Call .st2 {
    fill: #ef3e3e;
    stroke: #ef3e3e
}
.theme-red .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0, .video-pricing-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0, .all-feature .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0, .career-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0, .contact-us .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0, .apply-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0, .we-hiring-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0, .thankyou-signing .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-red .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1, .video-pricing-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1, .all-feature .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1, .career-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1, .contact-us .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1, .apply-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1, .we-hiring-theme .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1, .thankyou-signing .build-conversation #second-sec #Inbound_x2F_Outbound_SIP_Call .st1 {
    fill: none;
    stroke: #ef4343;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-red .build-conversation .img-obj-fit, .video-pricing-theme .build-conversation .img-obj-fit, .all-feature .build-conversation .img-obj-fit, .career-theme .build-conversation .img-obj-fit, .contact-us .build-conversation .img-obj-fit, .apply-theme .build-conversation .img-obj-fit, .we-hiring-theme .build-conversation .img-obj-fit, .thankyou-signing .build-conversation .img-obj-fit {
    -o-object-fit: contain;
    object-fit: contain;
    padding-top: 25px
}
.theme-red .enableX-Voice-API, .video-pricing-theme .enableX-Voice-API, .all-feature .enableX-Voice-API, .career-theme .enableX-Voice-API, .contact-us .enableX-Voice-API, .apply-theme .enableX-Voice-API, .we-hiring-theme .enableX-Voice-API, .thankyou-signing .enableX-Voice-API {
    text-align: center;
    background-image: url("../../images/voice-api/use_case/Why-Enablex-bg.png");
    height: 100%;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .enableX-Voice-API, .video-pricing-theme .enableX-Voice-API, .all-feature .enableX-Voice-API, .career-theme .enableX-Voice-API, .contact-us .enableX-Voice-API, .apply-theme .enableX-Voice-API, .we-hiring-theme .enableX-Voice-API, .thankyou-signing .enableX-Voice-API {
        background-position: bottom;
        background-repeat: no-repeat;
        margin: 0;
        background-size: contain
    }
}
@media(max-width:991px) {
    .theme-red .enableX-Voice-API, .video-pricing-theme .enableX-Voice-API, .all-feature .enableX-Voice-API, .career-theme .enableX-Voice-API, .contact-us .enableX-Voice-API, .apply-theme .enableX-Voice-API, .we-hiring-theme .enableX-Voice-API, .thankyou-signing .enableX-Voice-API {
        background: 0;
        margin: 0
    }
}
@media(max-width:991px) {
    .theme-red .enableX-Voice-API .mar-top-25, .video-pricing-theme .enableX-Voice-API .mar-top-25, .all-feature .enableX-Voice-API .mar-top-25, .career-theme .enableX-Voice-API .mar-top-25, .contact-us .enableX-Voice-API .mar-top-25, .apply-theme .enableX-Voice-API .mar-top-25, .we-hiring-theme .enableX-Voice-API .mar-top-25, .thankyou-signing .enableX-Voice-API .mar-top-25 {
        padding: 0
    }
}
.theme-red .enableX-Voice-API h6.red-txt, .video-pricing-theme .enableX-Voice-API h6.red-txt, .all-feature .enableX-Voice-API h6.red-txt, .career-theme .enableX-Voice-API h6.red-txt, .contact-us .enableX-Voice-API h6.red-txt, .apply-theme .enableX-Voice-API h6.red-txt, .we-hiring-theme .enableX-Voice-API h6.red-txt, .thankyou-signing .enableX-Voice-API h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .enableX-Voice-API h6.red-txt, .video-pricing-theme .enableX-Voice-API h6.red-txt, .all-feature .enableX-Voice-API h6.red-txt, .career-theme .enableX-Voice-API h6.red-txt, .contact-us .enableX-Voice-API h6.red-txt, .apply-theme .enableX-Voice-API h6.red-txt, .we-hiring-theme .enableX-Voice-API h6.red-txt, .thankyou-signing .enableX-Voice-API h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-red .enableX-Voice-API h6.red-txt, .video-pricing-theme .enableX-Voice-API h6.red-txt, .all-feature .enableX-Voice-API h6.red-txt, .career-theme .enableX-Voice-API h6.red-txt, .contact-us .enableX-Voice-API h6.red-txt, .apply-theme .enableX-Voice-API h6.red-txt, .we-hiring-theme .enableX-Voice-API h6.red-txt, .thankyou-signing .enableX-Voice-API h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-red .enableX-Voice-API h6.red-txt, .video-pricing-theme .enableX-Voice-API h6.red-txt, .all-feature .enableX-Voice-API h6.red-txt, .career-theme .enableX-Voice-API h6.red-txt, .contact-us .enableX-Voice-API h6.red-txt, .apply-theme .enableX-Voice-API h6.red-txt, .we-hiring-theme .enableX-Voice-API h6.red-txt, .thankyou-signing .enableX-Voice-API h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-red .enableX-Voice-API h6.red-txt, .video-pricing-theme .enableX-Voice-API h6.red-txt, .all-feature .enableX-Voice-API h6.red-txt, .career-theme .enableX-Voice-API h6.red-txt, .contact-us .enableX-Voice-API h6.red-txt, .apply-theme .enableX-Voice-API h6.red-txt, .we-hiring-theme .enableX-Voice-API h6.red-txt, .thankyou-signing .enableX-Voice-API h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.theme-red .enableX-Voice-API h4, .video-pricing-theme .enableX-Voice-API h4, .all-feature .enableX-Voice-API h4, .career-theme .enableX-Voice-API h4, .contact-us .enableX-Voice-API h4, .apply-theme .enableX-Voice-API h4, .we-hiring-theme .enableX-Voice-API h4, .thankyou-signing .enableX-Voice-API h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .theme-red .enableX-Voice-API h4, .video-pricing-theme .enableX-Voice-API h4, .all-feature .enableX-Voice-API h4, .career-theme .enableX-Voice-API h4, .contact-us .enableX-Voice-API h4, .apply-theme .enableX-Voice-API h4, .we-hiring-theme .enableX-Voice-API h4, .thankyou-signing .enableX-Voice-API h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
}
.theme-red .enableX-Voice-API p, .video-pricing-theme .enableX-Voice-API p, .all-feature .enableX-Voice-API p, .career-theme .enableX-Voice-API p, .contact-us .enableX-Voice-API p, .apply-theme .enableX-Voice-API p, .we-hiring-theme .enableX-Voice-API p, .thankyou-signing .enableX-Voice-API p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .theme-red .enableX-Voice-API p, .video-pricing-theme .enableX-Voice-API p, .all-feature .enableX-Voice-API p, .career-theme .enableX-Voice-API p, .contact-us .enableX-Voice-API p, .apply-theme .enableX-Voice-API p, .we-hiring-theme .enableX-Voice-API p, .thankyou-signing .enableX-Voice-API p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 0
    }
}
@media(max-width:991px) {
    .theme-red .enableX-Voice-API .mar-top-25, .video-pricing-theme .enableX-Voice-API .mar-top-25, .all-feature .enableX-Voice-API .mar-top-25, .career-theme .enableX-Voice-API .mar-top-25, .contact-us .enableX-Voice-API .mar-top-25, .apply-theme .enableX-Voice-API .mar-top-25, .we-hiring-theme .enableX-Voice-API .mar-top-25, .thankyou-signing .enableX-Voice-API .mar-top-25 {
        margin: 0;
        padding: 0
    }
}
.theme-red .features, .video-pricing-theme .features, .all-feature .features, .career-theme .features, .contact-us .features, .apply-theme .features, .we-hiring-theme .features, .thankyou-signing .features {
    background-color: #fff;
    background-position: 49% 80%;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    text-align: center
}
@media(max-width:991px) {
    .theme-red .features, .video-pricing-theme .features, .all-feature .features, .career-theme .features, .contact-us .features, .apply-theme .features, .we-hiring-theme .features, .thankyou-signing .features {
        background: 0;
        margin: 0
    }
}
.theme-red .features .features-lft-bg, .video-pricing-theme .features .features-lft-bg, .all-feature .features .features-lft-bg, .career-theme .features .features-lft-bg, .contact-us .features .features-lft-bg, .apply-theme .features .features-lft-bg, .we-hiring-theme .features .features-lft-bg, .thankyou-signing .features .features-lft-bg {
    background-image: url("../../images/features-bg-rgt.png");
    background-position: top center;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .theme-red .features .features-lft-bg, .video-pricing-theme .features .features-lft-bg, .all-feature .features .features-lft-bg, .career-theme .features .features-lft-bg, .contact-us .features .features-lft-bg, .apply-theme .features .features-lft-bg, .we-hiring-theme .features .features-lft-bg, .thankyou-signing .features .features-lft-bg {
        background: 0
    }
}
@media(max-width:991px) {
    .theme-red .features .features-center-bg, .video-pricing-theme .features .features-center-bg, .all-feature .features .features-center-bg, .career-theme .features .features-center-bg, .contact-us .features .features-center-bg, .apply-theme .features .features-center-bg, .we-hiring-theme .features .features-center-bg, .thankyou-signing .features .features-center-bg {
        display: none
    }
}
.theme-red .features .features-center-bg #image-to-change, .video-pricing-theme .features .features-center-bg #image-to-change, .all-feature .features .features-center-bg #image-to-change, .career-theme .features .features-center-bg #image-to-change, .contact-us .features .features-center-bg #image-to-change, .apply-theme .features .features-center-bg #image-to-change, .we-hiring-theme .features .features-center-bg #image-to-change, .thankyou-signing .features .features-center-bg #image-to-change {
    width: 100%;
    height: 100%
}
.theme-red .features .features-center-bg #image-to-change svg, .video-pricing-theme .features .features-center-bg #image-to-change svg, .all-feature .features .features-center-bg #image-to-change svg, .career-theme .features .features-center-bg #image-to-change svg, .contact-us .features .features-center-bg #image-to-change svg, .apply-theme .features .features-center-bg #image-to-change svg, .we-hiring-theme .features .features-center-bg #image-to-change svg, .thankyou-signing .features .features-center-bg #image-to-change svg {
    width: 100%;
    height: 100%
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-red .features .features-center-bg #image-to-change svg, .video-pricing-theme .features .features-center-bg #image-to-change svg, .all-feature .features .features-center-bg #image-to-change svg, .career-theme .features .features-center-bg #image-to-change svg, .contact-us .features .features-center-bg #image-to-change svg, .apply-theme .features .features-center-bg #image-to-change svg, .we-hiring-theme .features .features-center-bg #image-to-change svg, .thankyou-signing .features .features-center-bg #image-to-change svg {
        width: 100%;
        height: 100%
    }
}
.theme-red .features h6.red-txt, .video-pricing-theme .features h6.red-txt, .all-feature .features h6.red-txt, .career-theme .features h6.red-txt, .contact-us .features h6.red-txt, .apply-theme .features h6.red-txt, .we-hiring-theme .features h6.red-txt, .thankyou-signing .features h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .features h6.red-txt, .video-pricing-theme .features h6.red-txt, .all-feature .features h6.red-txt, .career-theme .features h6.red-txt, .contact-us .features h6.red-txt, .apply-theme .features h6.red-txt, .we-hiring-theme .features h6.red-txt, .thankyou-signing .features h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-red .features h6.red-txt, .video-pricing-theme .features h6.red-txt, .all-feature .features h6.red-txt, .career-theme .features h6.red-txt, .contact-us .features h6.red-txt, .apply-theme .features h6.red-txt, .we-hiring-theme .features h6.red-txt, .thankyou-signing .features h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .features h6.red-txt, .video-pricing-theme .features h6.red-txt, .all-feature .features h6.red-txt, .career-theme .features h6.red-txt, .contact-us .features h6.red-txt, .apply-theme .features h6.red-txt, .we-hiring-theme .features h6.red-txt, .thankyou-signing .features h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-red .features h6.red-txt, .video-pricing-theme .features h6.red-txt, .all-feature .features h6.red-txt, .career-theme .features h6.red-txt, .contact-us .features h6.red-txt, .apply-theme .features h6.red-txt, .we-hiring-theme .features h6.red-txt, .thankyou-signing .features h6.red-txt {
        font-size: 15px;
        margin-top: 50px
    }
}
.theme-red .features h4, .video-pricing-theme .features h4, .all-feature .features h4, .career-theme .features h4, .contact-us .features h4, .apply-theme .features h4, .we-hiring-theme .features h4, .thankyou-signing .features h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .features h4, .video-pricing-theme .features h4, .all-feature .features h4, .career-theme .features h4, .contact-us .features h4, .apply-theme .features h4, .we-hiring-theme .features h4, .thankyou-signing .features h4 {
        font-size: 28px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .theme-red .features h4, .video-pricing-theme .features h4, .all-feature .features h4, .career-theme .features h4, .contact-us .features h4, .apply-theme .features h4, .we-hiring-theme .features h4, .thankyou-signing .features h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        margin: 0
    }
}
.theme-red .features p, .video-pricing-theme .features p, .all-feature .features p, .career-theme .features p, .contact-us .features p, .apply-theme .features p, .we-hiring-theme .features p, .thankyou-signing .features p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .theme-red .features p, .video-pricing-theme .features p, .all-feature .features p, .career-theme .features p, .contact-us .features p, .apply-theme .features p, .we-hiring-theme .features p, .thankyou-signing .features p {
        font-size: 16px;
        line-height: 20px
    }
}
.theme-red .features #myTabContent, .video-pricing-theme .features #myTabContent, .all-feature .features #myTabContent, .career-theme .features #myTabContent, .contact-us .features #myTabContent, .apply-theme .features #myTabContent, .we-hiring-theme .features #myTabContent, .thankyou-signing .features #myTabContent {
    margin-top: -60px
}
.theme-red .features #myTabContent img, .video-pricing-theme .features #myTabContent img, .all-feature .features #myTabContent img, .career-theme .features #myTabContent img, .contact-us .features #myTabContent img, .apply-theme .features #myTabContent img, .we-hiring-theme .features #myTabContent img, .thankyou-signing .features #myTabContent img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.theme-red .features .nav-pills .nav-link, .video-pricing-theme .features .nav-pills .nav-link, .all-feature .features .nav-pills .nav-link, .career-theme .features .nav-pills .nav-link, .contact-us .features .nav-pills .nav-link, .apply-theme .features .nav-pills .nav-link, .we-hiring-theme .features .nav-pills .nav-link, .thankyou-signing .features .nav-pills .nav-link {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px
}
.theme-red .features .nav-pills .nav-link.active, .video-pricing-theme .features .nav-pills .nav-link.active, .all-feature .features .nav-pills .nav-link.active, .career-theme .features .nav-pills .nav-link.active, .contact-us .features .nav-pills .nav-link.active, .apply-theme .features .nav-pills .nav-link.active, .we-hiring-theme .features .nav-pills .nav-link.active, .thankyou-signing .features .nav-pills .nav-link.active {
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.09);
    background-color: #f13d3d;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}
.theme-red .features .nav-pills .show .nav-link, .video-pricing-theme .features .nav-pills .show .nav-link, .all-feature .features .nav-pills .show .nav-link, .career-theme .features .nav-pills .show .nav-link, .contact-us .features .nav-pills .show .nav-link, .apply-theme .features .nav-pills .show .nav-link, .we-hiring-theme .features .nav-pills .show .nav-link, .thankyou-signing .features .nav-pills .show .nav-link {
    color: #fff;
    background-color: #f13d3d;
    text-align: left;
    color: pink
}
@media(max-width:991px) {
    .theme-red .features img, .video-pricing-theme .features img, .all-feature .features img, .career-theme .features img, .contact-us .features img, .apply-theme .features img, .we-hiring-theme .features img, .thankyou-signing .features img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.theme-red .a-txt-center, .video-pricing-theme .a-txt-center, .all-feature .a-txt-center, .career-theme .a-txt-center, .contact-us .a-txt-center, .apply-theme .a-txt-center, .we-hiring-theme .a-txt-center, .thankyou-signing .a-txt-center {
    font-size: 18px;
    margin: 0 auto;
    text-align: center
}
.theme-red .a-txt-center a, .video-pricing-theme .a-txt-center a, .all-feature .a-txt-center a, .career-theme .a-txt-center a, .contact-us .a-txt-center a, .apply-theme .a-txt-center a, .we-hiring-theme .a-txt-center a, .thankyou-signing .a-txt-center a {
    color: #f13d3d;
    text-decoration: none;
    margin-top: 0 !important;
    display: flow-root;
    font-weight: 500;
    text-align: center
}
.theme-red .a-txt-center a:hover, .video-pricing-theme .a-txt-center a:hover, .all-feature .a-txt-center a:hover, .career-theme .a-txt-center a:hover, .contact-us .a-txt-center a:hover, .apply-theme .a-txt-center a:hover, .we-hiring-theme .a-txt-center a:hover, .thankyou-signing .a-txt-center a:hover {
    font-weight: 600
}
.theme-red .a-txt-center a .fa-arrow-right, .video-pricing-theme .a-txt-center a .fa-arrow-right, .all-feature .a-txt-center a .fa-arrow-right, .career-theme .a-txt-center a .fa-arrow-right, .contact-us .a-txt-center a .fa-arrow-right, .apply-theme .a-txt-center a .fa-arrow-right, .we-hiring-theme .a-txt-center a .fa-arrow-right, .thankyou-signing .a-txt-center a .fa-arrow-right {
    font-size: 12px;
    padding-left: 5px
}
.theme-red .use-cases, .video-pricing-theme .use-cases, .all-feature .use-cases, .career-theme .use-cases, .contact-us .use-cases, .apply-theme .use-cases, .we-hiring-theme .use-cases, .thankyou-signing .use-cases {
    text-align: center;
    background: url("../../images/voice-api/use_case/use-case-lft-bg.png") no-repeat;
    background-size: contain;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 992px;
    margin-bottom: 150px
}
@media(max-width:991px) {
    .theme-red .use-cases, .video-pricing-theme .use-cases, .all-feature .use-cases, .career-theme .use-cases, .contact-us .use-cases, .apply-theme .use-cases, .we-hiring-theme .use-cases, .thankyou-signing .use-cases {
        background: 0;
        height: 100%;
        margin-bottom: 50px
    }
}
.theme-red .use-cases .right-build-con, .video-pricing-theme .use-cases .right-build-con, .all-feature .use-cases .right-build-con, .career-theme .use-cases .right-build-con, .contact-us .use-cases .right-build-con, .apply-theme .use-cases .right-build-con, .we-hiring-theme .use-cases .right-build-con, .thankyou-signing .use-cases .right-build-con {
    background: url("../images/build-conversation.png") no-repeat;
    background-position: 100% 0;
    width: 100%
}
@media(max-width:991px) {
    .theme-red .use-cases .right-build-con, .video-pricing-theme .use-cases .right-build-con, .all-feature .use-cases .right-build-con, .career-theme .use-cases .right-build-con, .contact-us .use-cases .right-build-con, .apply-theme .use-cases .right-build-con, .we-hiring-theme .use-cases .right-build-con, .thankyou-signing .use-cases .right-build-con {
        background: 0
    }
}
.theme-red .use-cases h6.red-txt, .video-pricing-theme .use-cases h6.red-txt, .all-feature .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .thankyou-signing .use-cases h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .use-cases h6.red-txt, .video-pricing-theme .use-cases h6.red-txt, .all-feature .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .thankyou-signing .use-cases h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-red .use-cases h6.red-txt, .video-pricing-theme .use-cases h6.red-txt, .all-feature .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .thankyou-signing .use-cases h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-red .use-cases h6.red-txt, .video-pricing-theme .use-cases h6.red-txt, .all-feature .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .thankyou-signing .use-cases h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-red .use-cases h6.red-txt, .video-pricing-theme .use-cases h6.red-txt, .all-feature .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .thankyou-signing .use-cases h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.theme-red .use-cases h3, .video-pricing-theme .use-cases h3, .all-feature .use-cases h3, .career-theme .use-cases h3, .contact-us .use-cases h3, .apply-theme .use-cases h3, .we-hiring-theme .use-cases h3, .thankyou-signing .use-cases h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    font-size: 30px
}
@media(max-width:991px) {
    .theme-red .use-cases h3, .video-pricing-theme .use-cases h3, .all-feature .use-cases h3, .career-theme .use-cases h3, .contact-us .use-cases h3, .apply-theme .use-cases h3, .we-hiring-theme .use-cases h3, .thankyou-signing .use-cases h3 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
@media(max-width:991px) {
    .theme-red .use-cases img, .video-pricing-theme .use-cases img, .all-feature .use-cases img, .career-theme .use-cases img, .contact-us .use-cases img, .apply-theme .use-cases img, .we-hiring-theme .use-cases img, .thankyou-signing .use-cases img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.theme-red .use-cases h4, .video-pricing-theme .use-cases h4, .all-feature .use-cases h4, .career-theme .use-cases h4, .contact-us .use-cases h4, .apply-theme .use-cases h4, .we-hiring-theme .use-cases h4, .thankyou-signing .use-cases h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0
}
@media(max-width:991px) {
    .theme-red .use-cases h4, .video-pricing-theme .use-cases h4, .all-feature .use-cases h4, .career-theme .use-cases h4, .contact-us .use-cases h4, .apply-theme .use-cases h4, .we-hiring-theme .use-cases h4, .thankyou-signing .use-cases h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        text-align: center
    }
}
.theme-red .use-cases p, .video-pricing-theme .use-cases p, .all-feature .use-cases p, .career-theme .use-cases p, .contact-us .use-cases p, .apply-theme .use-cases p, .we-hiring-theme .use-cases p, .thankyou-signing .use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .theme-red .use-cases p, .video-pricing-theme .use-cases p, .all-feature .use-cases p, .career-theme .use-cases p, .contact-us .use-cases p, .apply-theme .use-cases p, .we-hiring-theme .use-cases p, .thankyou-signing .use-cases p {
        font-size: 16px;
        line-height: 20px
    }
}
.theme-red .use-cases section, .video-pricing-theme .use-cases section, .all-feature .use-cases section, .career-theme .use-cases section, .contact-us .use-cases section, .apply-theme .use-cases section, .we-hiring-theme .use-cases section, .thankyou-signing .use-cases section {
    padding: 0
}
.theme-red .use-cases section .section-title, .video-pricing-theme .use-cases section .section-title, .all-feature .use-cases section .section-title, .career-theme .use-cases section .section-title, .contact-us .use-cases section .section-title, .apply-theme .use-cases section .section-title, .we-hiring-theme .use-cases section .section-title, .thankyou-signing .use-cases section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.theme-red .pad-top-80, .video-pricing-theme .pad-top-80, .all-feature .pad-top-80, .career-theme .pad-top-80, .contact-us .pad-top-80, .apply-theme .pad-top-80, .we-hiring-theme .pad-top-80, .thankyou-signing .pad-top-80 {
    padding-top: 80px
}
@media(max-width:991px) {
    .theme-red .pad-top-80, .video-pricing-theme .pad-top-80, .all-feature .pad-top-80, .career-theme .pad-top-80, .contact-us .pad-top-80, .apply-theme .pad-top-80, .we-hiring-theme .pad-top-80, .thankyou-signing .pad-top-80 {
        padding-top: 0
    }
}
.theme-magenta .top-section {
    background: url("../images/video/heroBanner-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    height: 580px;
    padding-top: 90px
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-magenta .top-section {
        background-repeat: no-repeat;
        background-position: top left;
        height: 100%;
        padding-top: 50px;
        background-size: 100% 100%
    }
}
@media(max-width:991px) {
    .theme-magenta .top-section {
        background: 0;
        padding-top: 40px;
        height: 100%
    }
}
.theme-magenta .top-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media(max-width:991px) {
    .theme-magenta .top-section img {
        display: block;
        margin: 0 auto
    }
}
.theme-magenta .top-section .mar-top-5 {
    margin-top: 5%
}
.theme-magenta .top-section .mob-bg {
    position: relative;
    top: 0;
    left: -70px;
    display: inline-flex;
    width: 100%;
    height: 100%
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-magenta .top-section .mob-bg {
        top: 38px;
        left: 70px
    }
}
@media(max-width:991px) {
    .theme-magenta .top-section .mob-bg {
        display: none
    }
}
.theme-magenta .top-section .mob-bg .short-code {
    background: url("../../images/video/group_call.png") no-repeat;
    width: 250px;
    height: 200px;
    position: absolute;
    left: 110px;
    top: 123px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-magenta .top-section .mob-bg .short-code {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 50px
    }
}
@media(max-width:991px) {
    .theme-magenta .top-section .mob-bg .short-code {
        background: 0
    }
}
.theme-magenta .top-section .mob-bg .local-num {
    width: 250px;
    height: 200px;
    background: url("../../images/video/smart_network-bg.png") no-repeat;
    position: absolute;
    left: 350px;
    top: 38px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-magenta .top-section .mob-bg .local-num {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 244px
    }
}
@media(max-width:991px) {
    .theme-magenta .top-section .mob-bg .local-num {
        background: 0;
        left: 0;
        top: 0
    }
}
.theme-magenta .top-section .mob-bg .bulk-noti {
    width: 250px;
    height: 200px;
    background: url("../../images/video/video_recording.png") no-repeat;
    position: absolute;
    left: 220px;
    top: 205px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-magenta .top-section .mob-bg .bulk-noti {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 244px
    }
}
@media(max-width:991px) {
    .theme-magenta .top-section .mob-bg .bulk-noti {
        background: 0;
        left: 0;
        top: 0
    }
}
.theme-magenta .top-section .voice-api-txt {
    width: 75%;
    padding-top: 0;
    float: right
}
@media(max-width:991px) {
    .theme-magenta .top-section .voice-api-txt {
        width: 100%;
        float: none;
        padding-top: 30px
    }
}
@media(max-width:991px) {
    .theme-magenta .top-section .voice-api-txt ul.hero-btn {
        margin-top: 10px
    }
}
.theme-magenta .top-section .voice-api-txt ul.hero-btn li .btn-red {
    color: #fff;
    background: #c358e8 !important;
    border: 1px solid transparent
}
.theme-magenta .top-section .voice-api-txt ul.hero-btn li .btn-red:hover {
    border: 1px solid #c358e8;
    background: transparent !important;
    color: #c358e8
}
.theme-magenta .top-section .voice-api-txt ul.hero-btn li .btn-white {
    border: 1px solid #c358e8 !important;
    background: transparent !important;
    color: #c358e8 !important
}
.theme-magenta .top-section .voice-api-txt ul.hero-btn li .btn-white:hover {
    background: #c358e8 !important;
    color: #fff !important;
    border: 1px solid #c358e8 !important
}
.theme-magenta .build-conversation {
    margin-bottom: 0
}
@media(max-width:991px) {
    .theme-magenta .build-conversation {
        margin: 50px auto;
        width: 100%
    }
}
.theme-magenta .build-conversation .video-right-build-con {
    background: url("../images/video/video-drive-meaningful-right-bg.svg") no-repeat;
    background-position: right top;
    height: 200px;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .theme-magenta .build-conversation .video-right-build-con {
        display: none
    }
}
.theme-magenta .build-conversation #Video_Call .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .build-conversation #Video_Call .st1 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .build-conversation #Video_Call .st2 {
    fill: none;
    stroke: #c358e8;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .build-conversation #Interactive_Broadcasting .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .build-conversation #Interactive_Broadcasting .st1 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .build-conversation #Interactive_Broadcasting .st2 {
    fill: none;
    stroke: #c358e8;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .build-conversation .justify-content-center {
    align-items: center;
    height: 100%
}
.theme-magenta .build-conversation .img-svg-wid {
    width: 60px;
    height: 60px
}
.theme-magenta .build-conversation .img-obj-fit {
    -o-object-fit: none !important;
    object-fit: none !important
}
.theme-magenta .enableX-Voice-API {
    background-color: #fff;
    background-image: url(../images/demo/video-features-left-bg.webp) !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-magenta .enableX-Voice-API {
        background-size: contain
    }
}
@media(max-width:991px) {
    .theme-magenta .enableX-Voice-API {
        background-image: none !important;
        margin-bottom: 0
    }
    .theme-magenta .enableX-Voice-API .mar-top-25 {
        padding-top: 0
    }
}
.theme-magenta .enableX-Voice-API .video-left-build-con {
    background: url("../images/video/video-why-enablex-left-bg.svg") no-repeat;
    background-position: top left;
    height: 200px
}
.theme-magenta .enableX-Voice-API .Voice-API-grid {
    margin-top: 80px
}
@media(max-width:991px) {
    .theme-magenta .enableX-Voice-API .Voice-API-grid {
        margin-top: 0 !important
    }
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a p.arrow-txt {
    color: #c358e8
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a:hover, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 {
    background: #c358e8;
    color: #fff !important
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Full_Customisation path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Full_Customisation polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Full_Customisation polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Full_Customisation circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Unsurpassed_Quality path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Unsurpassed_Quality polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Unsurpassed_Quality polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Unsurpassed_Quality circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Any_Platform path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Any_Platform polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Any_Platform polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Any_Platform circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Full_Customisation path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Full_Customisation polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Full_Customisation polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Full_Customisation circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Build-In-A-Few-Simple-Steps path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Build-In-A-Few-Simple-Steps polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Build-In-A-Few-Simple-Steps polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Build-In-A-Few-Simple-Steps circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Reliable_Delivery_and_Global_Compliance path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Reliable_Delivery_and_Global_Compliance polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Reliable_Delivery_and_Global_Compliance polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Reliable_Delivery_and_Global_Compliance circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Eliminate_Man-in-the-middle path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Eliminate_Man-in-the-middle polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Eliminate_Man-in-the-middle polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p #Eliminate_Man-in-the-middle circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Unsurpassed_Quality path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Unsurpassed_Quality polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Unsurpassed_Quality polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Unsurpassed_Quality circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Any_Platform path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Any_Platform polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Any_Platform polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Any_Platform circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Full_Customisation path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Full_Customisation polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Full_Customisation polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Full_Customisation circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Build-In-A-Few-Simple-Steps path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Build-In-A-Few-Simple-Steps polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Build-In-A-Few-Simple-Steps polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Build-In-A-Few-Simple-Steps circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Reliable_Delivery_and_Global_Compliance path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Reliable_Delivery_and_Global_Compliance polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Reliable_Delivery_and_Global_Compliance polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Reliable_Delivery_and_Global_Compliance circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Eliminate_Man-in-the-middle path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Eliminate_Man-in-the-middle polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Eliminate_Man-in-the-middle polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover p i #Eliminate_Man-in-the-middle circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Unsurpassed_Quality path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Unsurpassed_Quality polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Unsurpassed_Quality polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Unsurpassed_Quality circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Any_Platform path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Any_Platform polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Any_Platform polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Any_Platform circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Full_Customisation path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Full_Customisation polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Full_Customisation polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Full_Customisation circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Build-In-A-Few-Simple-Steps path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Build-In-A-Few-Simple-Steps polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Build-In-A-Few-Simple-Steps polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Build-In-A-Few-Simple-Steps circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Reliable_Delivery_and_Global_Compliance path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Reliable_Delivery_and_Global_Compliance polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Reliable_Delivery_and_Global_Compliance polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Reliable_Delivery_and_Global_Compliance circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Eliminate_Man-in-the-middle path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Eliminate_Man-in-the-middle polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Eliminate_Man-in-the-middle polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover h5 #Eliminate_Man-in-the-middle circle {
    stroke: #fff;
    fill: transparent
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Unsurpassed_Quality .st0 {
    fill: none;
    stroke: #c358e8;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Any_Platform .st0 {
    fill: none;
    stroke: #c358e8;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Full_Customisation .cls-1 {
    fill: none;
    stroke: #c358e8;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st0 {
    fill: none;
    stroke: #4dab49;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st1 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st2 {
    fill: none
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st3 {
    fill: #4dab49
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Reliable_Delivery_and_Global_Compliance .st0 {
    fill: #4dab49
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Eliminate_Man-in-the-middle .st0 {
    fill: #4fab48
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a #Eliminate_Man-in-the-middle .st1 {
    fill: none;
    stroke: #4fab48;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Unsurpassed_Quality circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Any_Platform circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Reliable_Delivery_and_Global_Compliance circle, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle path, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle polygon, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle polyline, .theme-magenta .enableX-Voice-API .Voice-API-grid a:hover #Eliminate_Man-in-the-middle circle {
    stroke: #fff;
    fill: transparent
}
.theme-magenta .features {
    background-color: #fff;
    background-image: url("../../images/video/video-features-right-bg.png");
    background-position: center center;
    background-size: auto;
    height: 100%;
    width: 100%;
    width: 100%;
    text-align: center
}
@media(max-width:991px) {
    .theme-magenta .features {
        background: none !important
    }
}
.theme-magenta .features .features-lft-bg {
    background-image: url("../../images/video/features-bg-rgt.png");
    background-position: center bottom;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .theme-magenta .features .features-lft-bg {
        background: 0
    }
}
.theme-magenta .features .features-lft-bg .features-center-bg {
    background-image: none !important;
    background: none !important;
    margin-top: 50px
}
@media(max-width:991px) {
    .theme-magenta .features .features-lft-bg .features-center-bg {
        display: none
    }
}
.theme-magenta .features .features-lft-bg .features-center-bg #image-to-change {
    width: 100%;
    height: 100%
}
.theme-magenta .features .features-lft-bg .features-center-bg #image-to-change svg {
    width: 100%;
    height: 100%
}
.theme-magenta .features .features-lft-bg .feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .theme-magenta .features .features-lft-bg .feature-for-mob {
        display: block;
        margin-top: 5px
    }
}
.theme-magenta .features .features-lft-bg .feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    box-shadow: none
}
.theme-magenta .features .features-lft-bg .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #c358e8;
    color: #fff;
    box-shadow: none
}
.theme-magenta .features .features-lft-bg .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff;
    box-shadow: none
}
.theme-magenta .features h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px
}
@media(max-width:991px) {
    .theme-magenta .features h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
}
.theme-magenta .features p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 0
}
@media(max-width:991px) {
    .theme-magenta .features p {
        font-size: 16px;
        line-height: 20px
    }
}
.theme-magenta .features #myTabContent {
    margin-top: -60px
}
.theme-magenta .features #myTabContent img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.theme-magenta .features .nav-pills .nav-link {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px
}
.theme-magenta .features .nav-pills .nav-link.active {
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.09);
    background-color: #c358e8;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}
.theme-magenta .features .nav-pills .show .nav-link {
    color: #fff;
    background-color: #c358e8;
    text-align: left;
    color: pink
}
.theme-magenta .features ul.features-tab-ul li:hover, .theme-magenta .features ul.features-tab-ul li:focus {
    background: #c358e8;
    color: #fff
}
.theme-magenta .features ul.features-tab-ul .active {
    background: #c358e8;
    color: #fff
}
.theme-magenta .features .mid-img {
    -o-object-fit: contain;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px
}
.theme-magenta .use-cases {
    text-align: center;
    background: url(../images/demo/usecases-lft-bg.webp) no-repeat;
    background-size: contain;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 992px;
    margin-bottom: 150px
}
@media(max-width:991px) {
    .theme-magenta .use-cases {
        background: 0;
        height: 100%;
        margin-bottom: 50px
    }
}
.theme-magenta .use-cases .right-build-con {
    background: url(../images/build-conversation.png) no-repeat;
    background-position: 100% 0;
    width: 100%
}
@media(max-width:991px) {
    .theme-magenta .use-cases .right-build-con {
        background: 0
    }
}
.theme-magenta .use-cases .use_case_img {
    width: 100%;
    height: 100%
}
.theme-magenta .use-cases .use_case_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.theme-magenta .use-cases h3, .use-cases h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .theme-magenta .use-cases h3, .use-cases h3 {
        font-size: 22px;
        line-height: 25px
    }
}
.theme-magenta .use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
.theme-magenta .use-cases #tabs, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second, .theme-magenta .use-cases .all-feature .table-section #tab-second, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second, .all-feature .table-section .theme-magenta .use-cases #tab-second {
    padding: 0
}
.theme-magenta .use-cases #tabs .section-title, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second .section-title, .theme-magenta .use-cases .all-feature .table-section #tab-second .section-title, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second .section-title, .all-feature .table-section .theme-magenta .use-cases #tab-second .section-title {
    color: #c358e8
}
.theme-magenta .use-cases #tabs ul#interest_tabs, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs {
    border-bottom: 3px solid #c358e8
}
.theme-magenta .use-cases #tabs ul#interest_tabs li, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li {
    float: left;
    width: 20%
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a {
    color: #333
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a:hover, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover {
    background: transparent
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a.active, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active {
    color: #c358e8;
    background: transparent
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a.active .tab-content.active, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active {
    opacity: 1;
    background: #c358e8
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Customer__x0D_Engagement path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Customer__x0D_Engagement circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer__x0D_Engagement circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Customer_Engagement path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Customer_Engagement path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Customer_Engagement path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer_Engagement path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer_Engagement path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Customer_Engagement circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Customer_Engagement circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Customer_Engagement circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer_Engagement circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Customer_Engagement circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #In_App_Call__ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #In_App_Call__ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #App-to-People_Calls path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #App-to-People_Calls circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Video-enabled-Kiosk path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Video-enabled-Kiosk circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled-Kiosk circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Video-enabled path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Video-enabled path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Video-enabled path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Video-enabled circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Video-enabled circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Video-enabled circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Video-enabled circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Online_identification path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Online_identification path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Online_identification path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Online_identification path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Online_identification path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Online_identification circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Online_identification circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Online_identification circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Online_identification circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Online_identification circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Streaming_and_Broadcasting path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting path, .theme-magenta .use-cases #tabs ul#interest_tabs li a.active #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a.active #Streaming_and_Broadcasting circle {
    stroke: #c358e8
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a span, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a span, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a span, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a span, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a span {
    display: block
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a svg, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a svg, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a svg, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a svg, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a svg {
    width: 40px;
    height: 40px
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a #Customer__x0D_Engagement .customer-0, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Customer__x0D_Engagement .customer-0, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Customer__x0D_Engagement .customer-0, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Customer__x0D_Engagement .customer-0, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Customer__x0D_Engagement .customer-0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a #Group_Collaboration .st0, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Group_Collaboration .st0, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Group_Collaboration .st0, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Group_Collaboration .st0, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Group_Collaboration .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-0, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-0, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-0, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-0, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-0, .theme-magenta .use-cases #tabs ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Video-enabled-Kiosk .video-enabled-Kiosk-1 {
    stroke-miterlimit: 10
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a #Online_identification .st0, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Online_identification .st0, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Online_identification .st0, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Online_identification .st0, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Online_identification .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a #Streaming_and_Broadcasting .streaming_and_broadcasting-0, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .streaming_and_broadcasting-0, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .streaming_and_broadcasting-0, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .streaming_and_broadcasting-0, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .streaming_and_broadcasting-0, .theme-magenta .use-cases #tabs ul#interest_tabs li a #Streaming_and_Broadcasting .st0, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .st0, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .st0, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .st0, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a #Streaming_and_Broadcasting .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Group_Collaboration circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Group_Collaboration circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Group_Collaboration circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Group_Collaboration circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Group_Collaboration circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Group_Collaboration line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Group_Collaboration line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Group_Collaboration line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Group_Collaboration line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Group_Collaboration line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Group_Collaboration path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Group_Collaboration path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Group_Collaboration path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Group_Collaboration path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Group_Collaboration path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Streaming_and_Broadcasting line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Streaming_and_Broadcasting path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Streaming_and_Broadcasting path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Online_identification circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Online_identification circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Online_identification circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Online_identification circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Online_identification circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Online_identification line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Online_identification line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Online_identification line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Online_identification line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Online_identification line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Online_identification path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Online_identification path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Online_identification path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Online_identification path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Online_identification path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Video-enabled-Kiosk circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Video-enabled-Kiosk line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Video-enabled-Kiosk path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Video-enabled-Kiosk path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Customer__x0D_Engagement circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Customer__x0D_Engagement line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Customer__x0D_Engagement path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Customer__x0D_Engagement path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #In_App_Call__ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #In_App_Call__ line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #In_App_Call__ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #App-to-People_Calls circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #App-to-People_Calls line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #App-to-People_Calls path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Group_Collaboration circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Group_Collaboration circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Group_Collaboration circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Group_Collaboration circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Group_Collaboration circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Group_Collaboration line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Group_Collaboration line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Group_Collaboration line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Group_Collaboration line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Group_Collaboration line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Group_Collaboration path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Group_Collaboration path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Group_Collaboration path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Group_Collaboration path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Group_Collaboration path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Streaming_and_Broadcasting line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Streaming_and_Broadcasting path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Streaming_and_Broadcasting path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Online_identification circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Online_identification circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Online_identification circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Online_identification circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Online_identification circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Online_identification line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Online_identification line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Online_identification line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Online_identification line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Online_identification line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Online_identification path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Online_identification path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Online_identification path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Online_identification path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Online_identification path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Video-enabled-Kiosk circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Video-enabled-Kiosk line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Video-enabled-Kiosk path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Video-enabled-Kiosk path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Customer__x0D_Engagement circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Customer__x0D_Engagement line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Customer__x0D_Engagement path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Customer__x0D_Engagement path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #In_App_Call__ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #In_App_Call__ line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #In_App_Call__ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #App-to-People_Calls circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #App-to-People_Calls line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #App-to-People_Calls path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Group_Collaboration circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Group_Collaboration circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Group_Collaboration circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Group_Collaboration circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Group_Collaboration circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Group_Collaboration line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Group_Collaboration line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Group_Collaboration line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Group_Collaboration line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Group_Collaboration line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Group_Collaboration path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Group_Collaboration path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Group_Collaboration path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Group_Collaboration path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Group_Collaboration path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Streaming_and_Broadcasting line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Streaming_and_Broadcasting path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Streaming_and_Broadcasting path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Online_identification circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Online_identification circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Online_identification circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Online_identification circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Online_identification circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Online_identification line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Online_identification line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Online_identification line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Online_identification line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Online_identification line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Online_identification path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Online_identification path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Online_identification path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Online_identification path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Online_identification path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Video-enabled-Kiosk circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Video-enabled-Kiosk line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Video-enabled-Kiosk path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Video-enabled-Kiosk path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Customer__x0D_Engagement circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Customer__x0D_Engagement line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Customer__x0D_Engagement path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Customer__x0D_Engagement path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #In_App_Call__ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #In_App_Call__ line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #In_App_Call__ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #App-to-People_Calls circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #App-to-People_Calls line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #App-to-People_Calls path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ line, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ line, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ line, .theme-magenta .use-cases #tabs ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .theme-magenta .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-magenta .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path {
    stroke: #c358e8
}
.theme-magenta .use-cases .mob-accordion {
    display: none
}
@media(max-width:991px) {
    .theme-magenta .use-cases .mob-accordion {
        display: block
    }
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header {
    background-color: #fff
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a h5 {
    color: #333
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Customer__x0D_Engagement .customer-0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Group_Collaboration .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Video-enabled .video-enabled-Kiosk-0, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Video-enabled .video-enabled-Kiosk-1 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Video-enabled .video-enabled-Kiosk-1 {
    stroke-miterlimit: 10
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Online_identification .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Streaming_and_Broadcasting .streaming_and_broadcasting-0, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Streaming_and_Broadcasting .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Customer__x0D_Engagement path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Customer__x0D_Engagement circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Video-enabled-Kiosk path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Video-enabled-Kiosk circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Group_Collaboration path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Group_Collaboration circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Online_identification path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Online_identification circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Streaming_and_Broadcasting path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Video-enabled path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Video-enabled circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Customer__x0D_Engagement path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Customer__x0D_Engagement circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Video-enabled-Kiosk path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Video-enabled-Kiosk circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Group_Collaboration path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Group_Collaboration circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Online_identification path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Online_identification circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Streaming_and_Broadcasting path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Video-enabled path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Video-enabled circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Customer__x0D_Engagement path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Customer__x0D_Engagement circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Video-enabled-Kiosk path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Video-enabled-Kiosk circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Group_Collaboration path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Group_Collaboration circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Online_identification path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Online_identification circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Streaming_and_Broadcasting path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Streaming_and_Broadcasting circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Video-enabled path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Video-enabled circle {
    stroke: #c358e8;
    fill: none
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] h5, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] span {
    color: #c358e8
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] i {
    color: #c358e8
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg path, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg circle, .theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg line {
    stroke: #c358e8;
    fill: none
}
.theme-magenta .use-cases .mob-accordion #accordion .card .card-header .accordion-head>.collapsed>i:before {
    content: "\F105"
}
.theme-magenta .use-cases .mob-accordion #accordion .card .acc-ul li::before {
    color: #c358e8
}
.theme-magenta .use-cases .mob-accordion #accordion .card .acc-ul li a {
    color: #c358e8
}
.theme-magenta .use-cases .mob-accordion #accordion .card .acc-ul li a i {
    color: #c358e8;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.theme-magenta .use-cases .mob-accordion #accordion .card .show, .theme-magenta .use-cases .mob-accordion #accordion .card .collapse, .theme-magenta .use-cases .mob-accordion #accordion .card .collapsing {
    text-align: left !important
}
.theme-magenta .use-cases .mob-accordion #accordion .card .show .card-block i, .theme-magenta .use-cases .mob-accordion #accordion .card .collapse .card-block i, .theme-magenta .use-cases .mob-accordion #accordion .card .collapsing .card-block i {
    color: #c358e8
}
.theme-magenta .pad-top-80 {
    padding-top: 80px
}
.theme-magenta .developer-guide article svg {
    width: 40px;
    height: 40px
}
.theme-magenta .developer-guide article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10;
    opacity: 1
}
.theme-magenta .developer-guide article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10;
    opacity: 1
}
.theme-magenta .developer-guide article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10;
    opacity: 1
}
.theme-magenta .developer-guide article #SMS_Demo_App .st3 {
    fill: #c358e8;
    opacity: 1
}
.theme-magenta .developer-guide article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-magenta .developer-guide article #SMS_Demo_App .st5 {
    fill: #c358e8;
    opacity: 1
}
.theme-magenta .developer-guide article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.theme-magenta .developer-guide article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-magenta .developer-guide article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-magenta .developer-guide article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10;
    opacity: 1
}
.theme-magenta .developer-guide article #Developer_Centric_Documentation .st4 {
    fill: #c358e8;
    opacity: 1
}
.theme-magenta .developer-guide article:hover #In_App_Call__ path, .theme-magenta .developer-guide article:hover #In_App_Call__ circle, .theme-magenta .developer-guide article:hover #App-to-People_Calls path, .theme-magenta .developer-guide article:hover #App-to-People_Calls circle, .theme-magenta .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .theme-magenta .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .theme-magenta .developer-guide article:active #In_App_Call__ path, .theme-magenta .developer-guide article:active #In_App_Call__ circle, .theme-magenta .developer-guide article:active #App-to-People_Calls path, .theme-magenta .developer-guide article:active #App-to-People_Calls circle, .theme-magenta .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .theme-magenta .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .theme-magenta .developer-guide article:focus #In_App_Call__ path, .theme-magenta .developer-guide article:focus #In_App_Call__ circle, .theme-magenta .developer-guide article:focus #App-to-People_Calls path, .theme-magenta .developer-guide article:focus #App-to-People_Calls circle, .theme-magenta .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .theme-magenta .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #0575e6
}
@media(max-width:991px) {
    .theme-magenta #video-popup {
        display: none
    }
}
.theme-magenta #video-popup .fixed-live-chat {
    width: 300px;
    bottom: 36px;
    left: 6px;
    z-index: 100;
    height: 29px
}
@media(max-width:991px) {
    .theme-magenta #video-popup .fixed-live-chat {
        display: none
    }
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .chatbox {
    position: relative;
    background: #9e248c;
    background: linear-gradient(6deg, #9e248c 0, #c12844 100%);
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    width: 100%;
    outline: 0;
    cursor: pointer;
    line-height: 20px;
    padding: 15px 0 15px 36px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 8px
}
@media(max-width:991px) {
    .theme-magenta #video-popup .fixed-live-chat .live-chat .chatbox {
        display: none
    }
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .chatbox span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-transform: capitalize
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .chatbox span::after {
    content: url("/images/message/msg-pointer.png");
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 7px
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .close {
    font-size: 15px;
    opacity: 1;
    outline: 0;
    color: #858585
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .close:hover {
    font-size: 15px;
    opacity: 1;
    outline: 0
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat {
    position: relative;
    background: url("/images/message/informaction-div.png") no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    z-index: 999;
    min-width: 390px;
    min-height: 200px;
    left: 0;
    bottom: 170px;
    padding: 9px 30px;
    border-radius: 4px;
    cursor: text;
    display: none;
    -webkit-animation: show 333ms ease;
    animation: show 333ms ease
}
@-webkit-keyframes show {
    0% {
        opacity: 0;
        transform: translate(0, 10%)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}
@keyframes show {
    0% {
        opacity: 0;
        transform: translate(0, 10%)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat.show {
    display: block;
    box-shadow: 1px 1px 12px 10px #e4e0e0a6
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .card-header {
    padding: 1rem 0;
    background-color: transparent;
    border: 0
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .card-header img {
    width: 100%
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .card-header h5 {
    font-size: 14px;
    font-weight: bold
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .card-body {
    padding: 0;
    min-height: 100%
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .card-body .btn-info-cta {
    background: #9e248c;
    background: linear-gradient(6deg, #9e248c 0, #c12844 100%);
    box-shadow: 1px 0 10px 5px #b7275933;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 12px;
    width: 116px;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 8px;
    margin-bottom: 20px;
    display: inline
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .card-body .btn-info-cta a {
    color: #fff
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    line-height: 15px;
    list-style: none;
    padding: .5rem;
    width: 73%
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list.revange {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: start
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list img.chat-avater {
    width: 25px;
    padding-right: 5px;
    padding-left: 0
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list.revange img.chat-avater {
    width: 25px;
    padding-right: 0;
    padding-left: 5px
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list .chat-content {
    width: 70%;
    color: #333;
    padding: 0;
    border-radius: .525rem;
    box-shadow: 0 0 .125rem .0125rem rgba(0, 0, 0, 0.3)
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list.revange .chat-content {
    color: #fff
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list:last-child {
    border-bottom: 0
}
.theme-magenta #video-popup .fixed-live-chat .live-chat .dropchat .list p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
    padding-bottom: 10px;
    color: #252525
}
.theme-magenta #myModal {
    display: none
}
@media(max-width:991px) {
    .theme-magenta #myModal {
        display: none;
        background-color: #4e4d4dbf
    }
}
.theme-magenta #myModal .modal-dialog {
    width: 83%;
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto
}
.theme-magenta #myModal .modal-dialog .modal-header {
    border: 0;
    padding: 0
}
.theme-magenta #myModal .modal-dialog .modal-header .close {
    padding: 10px 2px;
    margin: -1rem -1rem -1rem auto;
    font-size: 12px;
    outline: 0
}
.theme-magenta #myModal .modal-dialog .modal-header .close:focus {
    box-shadow: none;
    outline: 0
}
.theme-magenta #myModal .modal-dialog .modal-content {
    border: 0;
    position: relative;
    background: url("/images/message/informaction-div-mob.png") no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    z-index: 999;
    min-width: 100%;
    height: 100%;
    -webkit-animation: show 333ms ease;
    animation: show 333ms ease;
    padding: 10px 20px
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body {
    padding: 0
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat.show {
    display: block
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .card-header {
    padding: 1.2rem 0;
    background-color: transparent;
    border: 0
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .card-header img {
    width: 100%
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .card-header h5 {
    font-size: 14px;
    font-weight: bold
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .card-body {
    padding: .5rem;
    min-height: 100%
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .card-body .btn-info-cta {
    background: #9e248c;
    background: linear-gradient(6deg, #9e248c 0, #c12844 100%);
    box-shadow: 1px 0 10px 5px #b7275933;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 12px;
    width: 116px;
    border-radius: 5px;
    font-weight: 500;
    margin-left: 8px
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .card-body .btn-info-cta a {
    color: #fff
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    line-height: 15px;
    list-style: none;
    padding: .5rem;
    width: 73%
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list.revange {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: start
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list img.chat-avater {
    width: 25px;
    padding-right: 5px;
    padding-left: 0
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list.revange img.chat-avater {
    width: 25px;
    padding-right: 0;
    padding-left: 5px
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list .chat-content {
    width: 70%;
    color: #333;
    padding: .225rem .525rem;
    border-radius: .525rem;
    box-shadow: 0 0 .125rem .0125rem rgba(0, 0, 0, 0.3)
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list.revange .chat-content {
    color: #fff
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list:last-child {
    border-bottom: 0
}
.theme-magenta #myModal .modal-dialog .modal-content .modal-body .dropchat .list p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 15px;
    padding: 5px 0;
    color: #252525
}
.theme-cyan .top-section {
    background: url("../images/message/heroBanner-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 640px;
    padding-top: 90px
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-cyan .top-section {
        background-repeat: no-repeat;
        background-position: top left;
        height: 100%;
        padding-top: 50px;
        background-size: 100% 100%
    }
}
@media(max-width:991px) {
    .theme-cyan .top-section {
        background: 0;
        margin-top: 40px;
        width: 100%;
        height: 100%;
        padding: 0
    }
}
.theme-cyan .top-section .mar-top-5 {
    margin-top: 5%
}
.theme-cyan .top-section .left-bg {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 52% 100%;
    width: 100%;
    height: 100%;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -webkit-transform: rotateX(19deg);
    -ms-transform: rotateX(19deg)
}
@media(max-width:991px) {
    .theme-cyan .top-section .left-bg {
        background: 0
    }
}
.theme-cyan .top-section .mob-bg {
    position: relative;
    top: 98px;
    left: 36px;
    display: block;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .theme-cyan .top-section .mob-bg {
        background: 0
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-cyan .top-section .mob-bg {
        top: 38px;
        left: 70px
    }
}
.theme-cyan .top-section .mob-bg .bounce-1 {
    -webkit-animation-name: bouncev;
    animation-name: bouncev;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}
@-webkit-keyframes bouncev {
    0% {
        top: 0
    }
    50% {
        top: 5%
    }
    100% {
        top: 0
    }
}
@keyframes bouncev {
    0% {
        top: 0
    }
    50% {
        top: 5%
    }
    100% {
        top: 0
    }
}
.theme-cyan .top-section .mob-bg .privat-bg {
    background: url(../images/message/private-message.png) no-repeat;
    width: 289px;
    height: 212px;
    position: absolute;
    left: 33px;
    top: 109px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-cyan .top-section .mob-bg .privat-bg {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 50px
    }
}
@media(max-width:991px) {
    .theme-cyan .top-section .mob-bg .privat-bg {
        background: 0
    }
}
.theme-cyan .top-section .mob-bg .bounce-2 {
    -webkit-animation-name: bouncev1;
    animation-name: bouncev1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}
.theme-cyan .top-section .mob-bg .sip-bg {
    width: 309px;
    height: 212px;
    background: url(../images/message/media-sharing.png) no-repeat;
    position: absolute;
    left: 126px;
    top: -70px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-cyan .top-section .mob-bg .sip-bg {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 244px
    }
}
@media(max-width:991px) {
    .theme-cyan .top-section .mob-bg .sip-bg {
        background: 0;
        left: 0;
        top: 0
    }
}
.theme-cyan .voice-api-txt h1.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #00a6bb !important;
    text-align: left;
    margin-top: 0 !important;
    line-height: 20px
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-cyan .voice-api-txt h1.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-cyan .voice-api-txt h1.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
    .theme-cyan .voice-api-txt h1.cyan-txt {
        text-align: center
    }
}
.theme-cyan .voice-api-txt ul.hero-btn li a {
    background-color: #00a6bb;
    color: #fff
}
@media(max-width:991px) {
    .theme-cyan .voice-api-txt ul.hero-btn li a {
        background-color: #00a6bb;
        color: #fff
    }
}
.theme-cyan .voice-api-txt ul.hero-btn li a:hover {
    border: 1px solid #00a6bb;
    background: transparent;
    color: #00a6bb
}
.theme-cyan .voice-api-txt ul.hero-btn li .btn-white {
    border: 1px solid #00a6bb;
    background: transparent;
    color: #00a6bb
}
.theme-cyan .voice-api-txt ul.hero-btn li .btn-white:hover {
    background: #00a6bb;
    color: #fff
}
.theme-cyan .build-conversation .mess-right-build-con {
    background: url(../images/message/mess-why-enablex-left-bg.svg) no-repeat;
    background-position: 100% 0;
    width: 100%;
    height: 150px
}
@media(max-width:991px) {
    .theme-cyan .build-conversation .mess-right-build-con {
        background: 0;
        height: auto;
        margin: 55px 0
    }
}
.theme-cyan .build-conversation svg #In-App_Chat .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .build-conversation svg #In-App_Chat .st1 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .build-conversation svg #In-App_Chat .st2 {
    fill: none;
    stroke: #24b3c5;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .build-conversation svg #Chatbot_Interface .st0 {
    fill: none;
    stroke: #201f1e;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .build-conversation svg #Chatbot_Interface .st1 {
    fill: none;
    stroke: #24b3c5;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .build-conversation .img-obj-fit {
    -o-object-fit: none !important;
    object-fit: none !important
}
.theme-cyan .enableX-Voice-API {
    background-color: #fff;
    background-image: url("../images/message/message-use-case-lft-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain
}
@media(max-width:991px) {
    .theme-cyan .enableX-Voice-API {
        background-image: none
    }
}
.theme-cyan .enableX-Voice-API .mess-left-build-con {
    background: url("../images/message/mess-why-enablex-left-bg.svg") no-repeat;
    background-position: top left;
    height: 200px
}
@media(max-width:991px) {
    .theme-cyan .enableX-Voice-API .mess-left-build-con {
        background: 0;
        height: auto;
        margin: 55px 0
    }
}
.theme-cyan .Voice-API-grid a p.arrow-txt {
    color: #00a6bb
}
.theme-cyan .Voice-API-grid a:hover, .theme-cyan .Voice-API-grid a:hover p, .theme-cyan .Voice-API-grid a:hover p i, .theme-cyan .Voice-API-grid a:hover h5 {
    background: #00a6bb;
    color: #fff !important
}
.theme-cyan .Voice-API-grid a #Launch_Chat_solution_faster .st0 {
    fill: none;
    stroke: #00a6bb;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .Voice-API-grid a #Fully_Customised .st0 {
    fill: none;
    stroke: #00a6bb;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .Voice-API-grid a #Fully_Customised .st1 {
    fill: none;
    stroke: #00a6bb;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .Voice-API-grid a #Security_by_Design .st0 {
    fill: none;
    stroke: #00a6bb;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .Voice-API-grid a:hover #Launch_Chat_solution_faster path, .theme-cyan .Voice-API-grid a:hover #Launch_Chat_solution_faster circle, .theme-cyan .Voice-API-grid a:hover #Fully_Customised path, .theme-cyan .Voice-API-grid a:hover #Fully_Customised circle, .theme-cyan .Voice-API-grid a:hover #Security_by_Design path, .theme-cyan .Voice-API-grid a:hover #Security_by_Design circle {
    stroke: #fff
}
.theme-cyan .mess-features {
    background-color: #fff;
    background-image: url("../../images/message/feature-world.png");
    background-position: 50% 80%;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center
}
@media(max-width:991px) {
    .theme-cyan .mess-features {
        background-image: none !important;
        height: auto
    }
}
.theme-cyan .mess-features .mt-40 {
    margin-top: -30px
}
.theme-cyan .mess-features .features-lft-bg {
    background-image: url("../../images/features-bg-rgt.png");
    background-position: top center;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .theme-cyan .mess-features .features-lft-bg {
        background: 0
    }
}
@media(max-width:991px) {
    .theme-cyan .mess-features img {
        width: 100%;
        height: 100%
    }
}
.theme-cyan .mess-features .features-center-bg {
    background-image: url("../../images/features-bg-rgt.png") !important;
    background-position: top center;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .theme-cyan .mess-features .features-center-bg {
        background: 0;
        display: none
    }
}
.theme-cyan .mess-features .features-center-bg #image-to-change {
    width: 100%;
    height: 100%
}
.theme-cyan .mess-features .features-center-bg #image-to-change svg {
    width: 100%;
    height: 100%
}
.theme-cyan .mess-features .feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .theme-cyan .mess-features .feature-for-mob {
        display: block
    }
}
.theme-cyan .mess-features .feature-for-mob #accordionExample .card {
    margin: 5px 0;
    margin: 5px 0;
    border-radius: 5px;
    border: 0
}
.theme-cyan .mess-features .feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 4px
}
.theme-cyan .mess-features .feature-for-mob #accordionExample .card .card-header .mb-0>button:after {
    content: "\F078";
    font-family: "FontAwesome";
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
    color: #999292
}
.theme-cyan .mess-features .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after {
    content: "\F077"
}
.theme-cyan .mess-features .feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none
}
.theme-cyan .mess-features .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #00a6bb;
    color: #fff
}
.theme-cyan .mess-features .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff
}
.theme-cyan .mess-features .mar-top-80 {
    margin-top: 11% !important
}
.theme-cyan .mess-features h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    font-weight: 600
}
@media(max-width:991px) {
    .theme-cyan .mess-features h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
}
.theme-cyan .mess-features p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .theme-cyan .mess-features p {
        font-size: 16px
    }
}
.theme-cyan .mess-features #myTabContent {
    margin-top: -60px
}
.theme-cyan .mess-features #myTabContent img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.theme-cyan .mess-features .nav-pills .nav-link {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px
}
.theme-cyan .mess-features .nav-pills .nav-link.active {
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.09);
    background-color: #00a6bb;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}
.theme-cyan .mess-features .nav-pills .show .nav-link {
    color: #fff;
    background-color: #00a6bb;
    text-align: left;
    color: pink
}
.theme-cyan .mess-features ul.features-tab-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 80px
}
.theme-cyan .mess-features ul.features-tab-ul li {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    display: block
}
.theme-cyan .mess-features ul.features-tab-ul .active {
    background: #00a6bb;
    color: #fff
}
.theme-cyan .mess-features p.a-txt-center a {
    color: #00a6bb;
    position: relative;
    z-index: 99
}
.theme-cyan .use-cases {
    text-align: center;
    background: url(../images/use-case-left-bg.png) no-repeat;
    height: 100%;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left
}
@media(max-width:991px) {
    .theme-cyan .use-cases {
        background-image: none !important;
        height: auto
    }
}
.theme-cyan .use-cases .right-build-con {
    background: url(../images/build-conversation.png) no-repeat;
    background-position: 100% 0;
    width: 100%
}
@media(max-width:991px) {
    .theme-cyan .use-cases .right-build-con {
        background-image: none !important;
        height: auto
    }
}
.theme-cyan .use-cases #tabs, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second, .theme-cyan .use-cases .all-feature .table-section #tab-second, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second, .all-feature .table-section .theme-cyan .use-cases #tab-second {
    padding: 0
}
.theme-cyan .use-cases #tabs .section-title, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second .section-title, .theme-cyan .use-cases .all-feature .table-section #tab-second .section-title, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second .section-title, .all-feature .table-section .theme-cyan .use-cases #tab-second .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}
.theme-cyan .use-cases #tabs ul#interest_tabs, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 3px solid #00a6bb;
    padding: 25px 0
}
.theme-cyan .use-cases #tabs ul#interest_tabs li, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li {
    text-align: center
}
@media(max-width:991px) {
    .theme-cyan .use-cases #tabs ul#interest_tabs li, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li {
        margin: 0;
        padding: 0
    }
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 0 7px 15px 7px;
    line-height: 20px;
    display: inline-block
}
@media(max-width:991px) {
    .theme-cyan .use-cases #tabs ul#interest_tabs li a, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a {
        font-size: 0;
        line-height: 0
    }
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a:hover, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover {
    background: transparent
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a.active, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active {
    color: #00a6bb;
    background: transparent;
    font-weight: bold
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a.active .tab-content.active, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active {
    opacity: 1
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a.active #In_App_Call__ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #In_App_Call__ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #App-to-People_Calls path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #App-to-People_Calls circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #SERVICE_Notifications path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #SERVICE_Notifications path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #SERVICE_Notifications path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SERVICE_Notifications path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SERVICE_Notifications path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #SERVICE_Notifications circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #SERVICE_Notifications circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #SERVICE_Notifications circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SERVICE_Notifications circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SERVICE_Notifications circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #BROADCASTERS_Notification path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #BROADCASTERS_Notification circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #BROADCASTERS_Notification circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #IOT_Device_USERS path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #IOT_Device_USERS path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #IOT_Device_USERS path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #IOT_Device_USERS path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #IOT_Device_USERS path, .theme-cyan .use-cases #tabs ul#interest_tabs li a.active #IOT_Device_USERS circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #IOT_Device_USERS circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #IOT_Device_USERS circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #IOT_Device_USERS circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a.active #IOT_Device_USERS circle {
    stroke: #00a6bb
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a span, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a span, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a span, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a span, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a span {
    display: block;
    padding-bottom: 15px
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a svg, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a svg, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a svg, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a svg, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a svg {
    width: 35px;
    height: 35px
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #IOT_Device_USERS .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #IOT_Device_USERS .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #IOT_Device_USERS .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #IOT_Device_USERS .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #IOT_Device_USERS .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #AGENT_and_USERS_Engagement .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #AGENT_and_USERS_Engagement .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #AGENT_and_USERS_Engagement .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #AGENT_and_USERS_Engagement .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #AGENT_and_USERS_Engagement .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #CHATBOT_HUMAN_Handoff .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #CHATBOT_HUMAN_Handoff .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #CHATBOT_HUMAN_Handoff .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #CHATBOT_HUMAN_Handoff .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #CHATBOT_HUMAN_Handoff .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #BROADCASTERS_Notification .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #BROADCASTERS_Notification .st1, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st1, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st1, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st1, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #BROADCASTERS_Notification .st1 {
    fill: #20201f
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #SELLER_and_BUYER_Chat .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #SELLER_and_BUYER_Chat .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #SELLER_and_BUYER_Chat .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #SELLER_and_BUYER_Chat .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #SELLER_and_BUYER_Chat .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #SERVICE_Notifications .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #SERVICE_Notifications .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #SERVICE_Notifications .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #SERVICE_Notifications .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #SERVICE_Notifications .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #APP-to-PHONE_Messaging_1_ .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #APP-to-PHONE_Messaging_1_ .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #APP-to-PHONE_Messaging_1_ .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #APP-to-PHONE_Messaging_1_ .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #APP-to-PHONE_Messaging_1_ .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #In_App_Call__ .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #In_App_Call__ .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #In_App_Call__ .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #App-to-People_Calls .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #App-to-People_Calls .st1, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st1, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #App-to-People_Calls .st2, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st2, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #In_App_Call__ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #In_App_Call__ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #App-to-People_Calls path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #App-to-People_Calls circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #SERVICE_Notifications path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #SERVICE_Notifications circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SERVICE_Notifications circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #BROADCASTERS_Notification path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #BROADCASTERS_Notification circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #BROADCASTERS_Notification circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #IOT_Device_USERS path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:hover #IOT_Device_USERS circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:hover #IOT_Device_USERS circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #In_App_Call__ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #In_App_Call__ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #App-to-People_Calls path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #App-to-People_Calls circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #SERVICE_Notifications path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #SERVICE_Notifications path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #SERVICE_Notifications path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SERVICE_Notifications path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SERVICE_Notifications path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #SERVICE_Notifications circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #SERVICE_Notifications circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #SERVICE_Notifications circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SERVICE_Notifications circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SERVICE_Notifications circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #BROADCASTERS_Notification path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #BROADCASTERS_Notification circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #BROADCASTERS_Notification circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #IOT_Device_USERS path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #IOT_Device_USERS path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #IOT_Device_USERS path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #IOT_Device_USERS path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #IOT_Device_USERS path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:active #IOT_Device_USERS circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #IOT_Device_USERS circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #IOT_Device_USERS circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #IOT_Device_USERS circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:active #IOT_Device_USERS circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #In_App_Call__ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #In_App_Call__ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #App-to-People_Calls path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #App-to-People_Calls circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #APP-to-PHONE_Messaging_1_ circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #SERVICE_Notifications path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #SERVICE_Notifications circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SERVICE_Notifications circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #SELLER_and_BUYER_Chat circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #BROADCASTERS_Notification path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #BROADCASTERS_Notification circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #BROADCASTERS_Notification circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #CHATBOT_HUMAN_Handoff circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #AGENT_and_USERS_Engagement circle, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #IOT_Device_USERS path, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS path, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS path, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS path, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS path, .theme-cyan .use-cases #tabs ul#interest_tabs li a:focus #IOT_Device_USERS circle, .theme-cyan .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS circle, .theme-cyan .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS circle, .video-pricing-theme .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS circle, .all-feature .table-section .theme-cyan .use-cases #tab-second ul#interest_tabs li a:focus #IOT_Device_USERS circle {
    stroke: #00a6bb
}
.theme-cyan .use-cases .mob-accordion {
    display: none
}
@media(max-width:991px) {
    .theme-cyan .use-cases .mob-accordion {
        display: block
    }
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header {
    background-color: #fff
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a {
    color: #333
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a h5 {
    color: #333
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a i.fa-angle-down {
    font-size: 19px;
    float: right
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Video-enabled .video-enabled-Kiosk-0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Video-enabled .video-enabled-Kiosk-1 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Customer__x0D_Engagement path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Customer__x0D_Engagement circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Customer_Engagement path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Customer_Engagement circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #In_App_Call__ path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #In_App_Call__ circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #App-to-People_Calls path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #App-to-People_Calls circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Video-enabled-Kiosk path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Video-enabled-Kiosk circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Video-enabled path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Video-enabled circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Online_identification path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Online_identification circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Streaming_and_Broadcasting path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:hover #Streaming_and_Broadcasting circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Customer__x0D_Engagement path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Customer__x0D_Engagement circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Customer_Engagement path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Customer_Engagement circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #In_App_Call__ path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #In_App_Call__ circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #App-to-People_Calls path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #App-to-People_Calls circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Video-enabled-Kiosk path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Video-enabled-Kiosk circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Video-enabled path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Video-enabled circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Online_identification path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Online_identification circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Streaming_and_Broadcasting path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:active #Streaming_and_Broadcasting circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Customer__x0D_Engagement path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Customer__x0D_Engagement circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Customer_Engagement path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Customer_Engagement circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #In_App_Call__ path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #In_App_Call__ circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #App-to-People_Calls path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #App-to-People_Calls circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Phone_to_Phone_Calls_1_ path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Phone_to_Phone_Calls_1_ circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Video-enabled-Kiosk path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Video-enabled-Kiosk circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Video-enabled path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Video-enabled circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Online_identification path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Online_identification circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Streaming_and_Broadcasting path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head:focus #Streaming_and_Broadcasting circle {
    stroke: #00a6bb;
    fill: none
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] h5, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] span {
    color: #00a6bb
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] i {
    color: #00a6bb
}
.theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg path, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg circle, .theme-cyan .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg line {
    stroke: #00a6bb;
    fill: none
}
.theme-cyan .use-cases .mob-accordion #accordion .card .acc-ul li::before {
    content: "\2022";
    color: #00a6bb
}
.theme-cyan .use-cases .mob-accordion #accordion .card .acc-ul li a i {
    color: #00a6bb;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.theme-cyan .use-cases .mob-accordion #accordion .card .show, .theme-cyan .use-cases .mob-accordion #accordion .card .collapse, .theme-cyan .use-cases .mob-accordion #accordion .card .collapsing {
    text-align: left !important
}
.theme-cyan .use-cases .mob-accordion #accordion .card .show .card-block, .theme-cyan .use-cases .mob-accordion #accordion .card .collapse .card-block, .theme-cyan .use-cases .mob-accordion #accordion .card .collapsing .card-block {
    text-align: left
}
.theme-cyan .use-cases .mob-accordion #accordion .card .show .card-block i, .theme-cyan .use-cases .mob-accordion #accordion .card .collapse .card-block i, .theme-cyan .use-cases .mob-accordion #accordion .card .collapsing .card-block i {
    color: #00a6bb
}
.theme-cyan .pad-top-80 {
    padding-top: 80px
}
@media(max-width:991px) {
    .theme-cyan .pad-top-80 {
        padding-top: 50px
    }
}
.theme-cyan .developer-guide {
    margin: 0;
    background: #edf2fc;
    background: linear-gradient(180deg, #edf2fc 35%, #e8f6f9 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 30px
}
@media(max-width:991px) {
    .theme-cyan .developer-guide {
        min-height: 100%;
        padding: 50px 0
    }
}
.theme-cyan .developer-guide h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0 !important;
    color: #00a6bb
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-cyan .developer-guide h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-cyan .developer-guide h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
    .theme-cyan .developer-guide h6.cyan-txt {
        font-size: 15px;
        line-height: 20px;
        margin-top: 50px !important;
        text-align: center
    }
}
.theme-cyan .developer-guide h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .theme-cyan .developer-guide h4 {
        font-size: 22px;
        line-height: 25px
    }
}
.theme-cyan .developer-guide p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .theme-cyan .developer-guide p {
        font-size: 16px
    }
}
.theme-cyan .developer-guide article {
    margin-top: 40px;
    background: #f9f8f9;
    padding: 25px 50px;
    text-align: left;
    border-radius: 10px;
    height: 84% !important;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 0 8px 2px #72727236;
    width: 92%;
    margin: 0 auto;
    margin-top: 40px
}
@media(max-width:991px) {
    .theme-cyan .developer-guide article {
        width: 94%;
        text-align: center;
        border: 1px solid #ddddddab;
        margin: 20px auto 20px auto;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .theme-cyan .developer-guide article svg {
        display: block;
        text-align: center
    }
}
.theme-cyan .developer-guide article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 20px
}
@media(max-width:991px) {
    .theme-cyan .developer-guide article h4 {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }
}
.theme-cyan .developer-guide article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .theme-cyan .developer-guide article p {
        font-size: 16px;
        line-height: 20px
    }
}
.theme-cyan .developer-guide article p a {
    text-decoration: none;
    font-weight: 500;
    position: absolute;
    bottom: 25px;
    left: 50px
}
@media(max-width:991px) {
    .theme-cyan .developer-guide article p a {
        font-weight: 500;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 77%)
    }
}
.theme-cyan .developer-guide article p a:hover {
    font-weight: 600
}
.theme-cyan .developer-guide article p .fa-arrow-right {
    font-size: 13px;
    margin-left: 5px
}
.theme-cyan .developer-guide article svg {
    width: 50px;
    height: 50px
}
.theme-cyan .developer-guide article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #SMS_Demo_App .st3 {
    fill: #ef3f3e
}
.theme-cyan .developer-guide article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #SMS_Demo_App .st5 {
    fill: #ef3e3d
}
.theme-cyan .developer-guide article #Live_Chat_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #Live_Chat_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #Live_Chat_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #Live_Chat_Demo_App .st3 {
    fill: #00a6bb
}
.theme-cyan .developer-guide article #Live_Chat_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #developer-Center-Doc .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #developer-Center-Doc .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #developer-Center-Doc .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #developer-Center-Doc .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-cyan .developer-guide article #developer-Center-Doc .st4 {
    fill: #00a6bb
}
.theme-cyan .developer-guide article:hover #In_App_Call__ path, .theme-cyan .developer-guide article:hover #In_App_Call__ circle, .theme-cyan .developer-guide article:hover #App-to-People_Calls path, .theme-cyan .developer-guide article:hover #App-to-People_Calls circle, .theme-cyan .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .theme-cyan .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .theme-cyan .developer-guide article:active #In_App_Call__ path, .theme-cyan .developer-guide article:active #In_App_Call__ circle, .theme-cyan .developer-guide article:active #App-to-People_Calls path, .theme-cyan .developer-guide article:active #App-to-People_Calls circle, .theme-cyan .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .theme-cyan .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .theme-cyan .developer-guide article:focus #In_App_Call__ path, .theme-cyan .developer-guide article:focus #In_App_Call__ circle, .theme-cyan .developer-guide article:focus #App-to-People_Calls path, .theme-cyan .developer-guide article:focus #App-to-People_Calls circle, .theme-cyan .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .theme-cyan .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #00a6bb
}
.theme-blue .top-section {
    background: url("../images/sms/heroBanner-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    height: 640px;
    padding-top: 90px
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-blue .top-section {
        background: url(/images/sms/mob-hero-top.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 400px;
        padding-top: 50px;
        background-size: 100% 100%
    }
}
@media(max-width:991px) {
    .theme-blue .top-section {
        background: 0;
        width: 100%;
        height: 100%;
        padding: 0
    }
}
.theme-blue .top-section .mar-top-5 {
    margin-top: 5%
}
.theme-blue .top-section .left-bg {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 52% 100%;
    width: 100%;
    height: 100%;
    /* transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -webkit-transform: rotateX(19deg);
    -ms-transform: rotateX(19deg)  */
}
@media(max-width:991px) {
    .theme-blue .top-section .left-bg {
        background: 0;
        height: 100%
    }
}
.theme-blue .top-section .mob-bg {
    position: relative;
    top: 0;
    left: -70px;
    display: inline-flex;
    width: 100%;
    height: 100%
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-blue .top-section .mob-bg {
        display: none
    }
}
@media(max-width:991px) {
    .theme-blue .top-section .mob-bg {
        display: none
    }
}
.theme-blue .top-section .mob-bg .short-code {
    background: url("../../images/sms/short-code.png") no-repeat;
    width: 250px;
    height: 200px;
    position: absolute;
    left: 59px;
    top: 181px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-blue .top-section .mob-bg .short-code {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 50px
    }
}
@media(max-width:991px) {
    .theme-blue .top-section .mob-bg .short-code {
        background: 0
    }
}
.theme-blue .top-section .mob-bg .local-num {
    width: 250px;
    height: 200px;
    background: url("../../images/sms/local-number.png") no-repeat;
    position: absolute;
    left: 273px;
    top: 7px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-blue .top-section .mob-bg .local-num {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 244px
    }
}
@media(max-width:991px) {
    .theme-blue .top-section .mob-bg .local-num {
        background: 0;
        left: 0;
        top: 0
    }
}
.theme-blue .top-section .mob-bg .bulk-noti {
    width: 250px;
    height: 200px;
    background: url("../../images/sms/bulk-notifi.webp") no-repeat;
    position: absolute;
    left: 208px;
    top: 246px;
    transform: rotateX(19deg);
    -o-transform: rotateX(19deg);
    -moz-transform: rotateX(19deg);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media(min-width:1000px) and (max-width:1100px) {
    .theme-blue .top-section .mob-bg .bulk-noti {
        background-size: contain;
        width: 94%;
        height: 150px;
        left: 244px
    }
}
@media(max-width:991px) {
    .theme-blue .top-section .mob-bg .bulk-noti {
        background: 0;
        left: 0;
        top: 0
    }
    .theme-blue .top-section .voice-api-txt ul.hero-btn {
        margin-top: 10px
    }
}
.theme-blue .top-section .voice-api-txt ul.hero-btn li .btn-red {
    color: #fff;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    /* background: #0575e6 !important; */
    border: 1px solid transparent 
}
.theme-blue .top-section .voice-api-txt ul.hero-btn li .btn-red:hover {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff 
}
/* .theme-blue .top-section .voice-api-txt ul.hero-btn li .btn-white {
    border: 1px solid #ed1c24 !important;
    background: transparent !important;
    color: #ed1c24 !important 
} */
.theme-blue .top-section .voice-api-txt ul.hero-btn li .btn-white:hover {
    background: #ed1c24 !important;
    color: #fff !important;
    border: 1px solid #ed1c24 !important 
}
.theme-blue .build-conversation .sms-right-build-con {
    background: url("../images/sms/-sms-VectorSmart Object2.svg") no-repeat;
    background-position: right top;
    height: 150px
}
@media(max-width:991px) {
    .theme-blue .build-conversation .sms-right-build-con {
        background: 0;
        height: 50px
    }
}
.theme-blue .build-conversation .justify-content-center {
    align-items: center;
    height: 100%
}
.theme-blue .build-conversation .img-obj-fit {
    -o-object-fit: none !important;
    object-fit: none !important
}
.theme-blue .build-conversation #One-Way_Messaging .st0 {
    fill: none;
    stroke: #C9516C;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-blue .build-conversation #One-Way_Messaging .st1 {
    fill: none;
    stroke: #C9516C;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-blue .build-conversation #Two-Way-Messaging .st0 {
    fill: none;
    stroke: #C9516C;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-blue .build-conversation #Two-Way-Messaging .st1 {
    fill: #C9516C;
    stroke: #C9516C 
}
.theme-blue .build-conversation #Two-Way-Messaging .st2 {
    fill: none;
    stroke: #C9516C;
    stroke-miterlimit: 10;
    stroke-dasharray: 2, 1
}
.theme-blue .build-conversation #Two-Way-Messaging .st3 {
    fill: #C9516C 
}
.theme-blue .enableX-Voice-API {
    background-color: #fff;
    background-image: url(../../images/sms/sms-features-circle-bg.webp) !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center
}
.theme-blue .enableX-Voice-API .sms-left-build-con {
    background: url("../images/sms/-sms-why-enablex-left-bg.svg") no-repeat;
    background-position: top left;
    height: 200px
}
@media(max-width:991px) {
    .theme-blue .enableX-Voice-API {
        background-image: none !important
    }
    .theme-blue .enableX-Voice-API .sms-left-build-con {
        height: 0;
        background: 0
    }
}
.theme-blue .Voice-API-grid a p.arrow-txt {
    color: #ec1c23
}
.theme-blue .Voice-API-grid a p.arrow-txt i {
    color: #ec1c23
}
.theme-blue .Voice-API-grid a:hover, .theme-red .Voice-API-grid a:hover {
    background: linear-gradient(180deg,rgba(193,39,68,1) 0%,rgba(160,25,141,1) 71%);
    color: #fff !important;
    cursor: pointer
}
.theme-blue .Voice-API-grid a:hover p, .theme-blue .Voice-API-grid a:hover p i, .theme-blue .Voice-API-grid a:hover h5 {
    /* background: #ed1c24; */
    color: #fff !important 
}
.theme-blue .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st0 {
    fill: none;
    stroke: #282d33;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-blue .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st1 {
    fill: none;
    stroke: #282d33;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-blue .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st2 {
    fill: none
}
.theme-blue .Voice-API-grid a #Build-In-A-Few-Simple-Steps .st3 {
    fill: #282d33 
}
.theme-blue .Voice-API-grid a #ReliableCompliance .st10 {
    fill: #282d33 
}
.theme-blue .Voice-API-grid a #ReliableCompliance .st12 {
    fill: #282d33 
}
.theme-blue .Voice-API-grid a #Eliminate_Man-in-the-middle .st0 {
    fill: #282d33;
    stroke: #fff 
}
.theme-blue .Voice-API-grid a #Eliminate_Man-in-the-middle .st1 {
    fill: none;
    stroke: #282d33;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.theme-blue .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps path, .theme-blue .Voice-API-grid a:hover #Build-In-A-Few-Simple-Steps circle, .theme-blue .Voice-API-grid a:hover #ReliableCompliance path, .theme-blue .Voice-API-grid a:hover #ReliableCompliance circle, .theme-blue .Voice-API-grid a:hover #Eliminate_Man-in-the-middle path, .theme-blue .Voice-API-grid a:hover #Eliminate_Man-in-the-middle circle {
    stroke: #fff;
    fill: transparent
}
.theme-blue .features-sec {
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    width: 100%;
    text-align: center
}
.theme-blue .features-sec .features-lft-bg {
    background-image: url("../../images/sms/features-bg-rgt.png");
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%
}
@media(max-width:991px) {
    .theme-blue .features-sec {
        background-image: none;
        height: 100%
    }
    .theme-blue .features-sec .features-lft-bg {
        background: 0;
        height: 100%
    }
    .theme-blue .features-sec .features-center-bg {
        display: none
    }
}
.theme-blue .features-sec .features-center-bg #image-to-change {
    width: 100%;
    height: 100%;
    margin-top: -37px
}
.theme-blue .features-sec .features-center-bg #image-to-change svg {
    width: 100%;
    height: 100%
}
.theme-blue .features-sec .feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .theme-blue .features-sec .feature-for-mob {
        display: block
    }
}
.theme-blue .features-sec .feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: #fff
}
.theme-blue .features-sec .feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    box-shadow: none
}
.theme-blue .features-sec .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #0575e6;
    color: #fff;
    box-shadow: none
}
.theme-blue .features-sec .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff;
    box-shadow: none
}
.theme-blue .features-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #0575e6
}
@media(min-width:992px) and (max-width:1199px) {
    .theme-blue .features-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .theme-blue .features-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.theme-blue .features-sec #myTabContent {
    margin-top: -60px
}
.theme-blue .features-sec #myTabContent img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.theme-blue .features-sec .nav-pills .nav-link {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px
}
.theme-blue .features-sec .nav-pills .nav-link.active {
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.09);
    background-color: #0575e6;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}
.theme-blue .features-sec .nav-pills .show .nav-link {
    color: #fff;
    background-color: #0575e6;
    text-align: left;
    color: pink
}
@media(max-width:991px) {
    .theme-blue .features-sec img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.theme-blue .features-sec ul.features-tab-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 80px
}
.theme-blue .features-sec ul.features-tab-ul li {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    display: block
}
.theme-blue .features-sec ul.features-tab-ul .active {
    background-color: #0575e6;
    color: #fff
}
.theme-blue .use-cases {
    background: url(../images/sms/usecases-bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 1040px
}
@media(max-width:991px) {
    .theme-blue .use-cases {
        background: 0;
        height: 100%
    }
}
.theme-blue .use-cases .right-build-con {
    background: url(../images/build-conversation.png) no-repeat;
    background-position: 100% 0;
    width: 100%
}
@media(max-width:991px) {
    .theme-blue .use-cases .right-build-con {
        background: 0
    }
}
.theme-blue .use-cases .use_case_img {
    width: 100%;
    height: 100%
}
.theme-blue .use-cases .use_case_img .fix-width {
    width: 75%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.theme-blue .use-cases .use_case_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.theme-blue .use-cases h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 40px
}
@media(max-width:991px) {
    .theme-blue .use-cases h3 {
        font-size: 22px;
        line-height: 25px
    }
}
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover {
    background: transparent
}
.theme-blue .use-cases #tabs ul#interest_tabs li a.active, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active {
    color: #ed1c24;
    background: transparent;
    font-weight: bold
}
.theme-blue .use-cases #tabs ul#interest_tabs li a.active .tab-content.active, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active {
    opacity: 1
}
.theme-blue .use-cases #tabs ul#interest_tabs li a.active #On_demand path, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #On_demand path, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #On_demand path, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active #On_demand path, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active #On_demand path, .theme-blue .use-cases #tabs ul#interest_tabs li a.active #On_demand circle, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #On_demand circle, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #On_demand circle, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active #On_demand circle, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a.active #On_demand circle {
    stroke: #ed1c24 
}
.theme-blue .use-cases #tabs ul#interest_tabs li a span, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a span, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a span, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a span, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a span {
    display: block;
    padding-bottom: 15px
}
.theme-blue .use-cases #tabs ul#interest_tabs li a svg, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a svg, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a svg, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a svg, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a svg {
    width: 40px;
    height: 40px
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-2, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-2, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-3, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-3, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-4, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-4, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-4, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-4, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-4 {
    fill: none
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-4, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-4, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-4, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-4, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-4 {
    stroke: #202020;
    stroke-width: 2
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-1 {
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-2, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-2, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-2 {
    stroke: #010101;
    stroke-width: 2
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-2, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-2, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-2, .theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-3, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-3, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-4, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-4, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-4, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-4, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-4 {
    stroke-miterlimit: 10;
    stroke-width: 2
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #On_demand .cls-3, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #On_demand .cls-3, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-3, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #On_demand .cls-3 {
    stroke: #333
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Two_factor_Authentication .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1, .theme-blue .use-cases #tabs ul#interest_tabs li a #Two_factor_Authentication .cls-2, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2 {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 2
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Two_factor_Authentication .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-1 {
    stroke: #333
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Two_factor_Authentication .cls-2, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Two_factor_Authentication .cls-2 {
    stroke: #202020
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Bulk_Alerts .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1, .theme-blue .use-cases #tabs ul#interest_tabs li a #Bulk_Alerts .cls-2, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2, .theme-blue .use-cases #tabs ul#interest_tabs li a #Bulk_Alerts .cls-3, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3 {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 2
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Bulk_Alerts .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-1 {
    stroke: #333
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Bulk_Alerts .cls-2, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-2 {
    stroke: #202020
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Bulk_Alerts .cls-3, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Bulk_Alerts .cls-3 {
    stroke: #010101
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #Customer_Engagement .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Customer_Engagement .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Customer_Engagement .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Customer_Engagement .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #Customer_Engagement .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}
.theme-blue .use-cases #tabs ul#interest_tabs li a #One_to_One_Private .cls-1, .theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #One_to_One_Private .cls-1, .theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #One_to_One_Private .cls-1, .video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #One_to_One_Private .cls-1, .all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a #One_to_One_Private .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #On_demand path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #On_demand path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #On_demand path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #On_demand circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #On_demand circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #On_demand circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #On_demand line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #On_demand line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #On_demand line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #On_demand ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #On_demand ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #On_demand ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #On_demand ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Two_factor_Authentication path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Two_factor_Authentication circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Two_factor_Authentication line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Two_factor_Authentication ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Two_factor_Authentication ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Bulk_Alerts path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Bulk_Alerts circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Bulk_Alerts line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Bulk_Alerts ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Bulk_Alerts ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Bulk_Alerts ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Customer_Engagement path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Customer_Engagement circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Customer_Engagement line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #Customer_Engagement ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Customer_Engagement ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #Customer_Engagement ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #One_to_One_Private path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #One_to_One_Private circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #One_to_One_Private line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:hover #One_to_One_Private ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #One_to_One_Private ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:hover #One_to_One_Private ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #On_demand path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #On_demand path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #On_demand path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #On_demand circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #On_demand circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #On_demand circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #On_demand line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #On_demand line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #On_demand line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #On_demand ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #On_demand ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #On_demand ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #On_demand ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Two_factor_Authentication path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Two_factor_Authentication circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Two_factor_Authentication line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Two_factor_Authentication ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Two_factor_Authentication ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Two_factor_Authentication ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Bulk_Alerts path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Bulk_Alerts circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Bulk_Alerts line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Bulk_Alerts ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Bulk_Alerts ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Bulk_Alerts ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Customer_Engagement path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Customer_Engagement circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Customer_Engagement line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #Customer_Engagement ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Customer_Engagement ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #Customer_Engagement ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #One_to_One_Private path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #One_to_One_Private circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #One_to_One_Private line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:active #One_to_One_Private ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #One_to_One_Private ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:active #One_to_One_Private ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #On_demand path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #On_demand path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #On_demand path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #On_demand circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #On_demand circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #On_demand circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #On_demand line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #On_demand line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #On_demand line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #On_demand ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #On_demand ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #On_demand ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #On_demand ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Two_factor_Authentication path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Two_factor_Authentication circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Two_factor_Authentication line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Two_factor_Authentication ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Two_factor_Authentication ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Bulk_Alerts path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Bulk_Alerts circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Bulk_Alerts line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Bulk_Alerts ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Bulk_Alerts ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Bulk_Alerts ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Customer_Engagement path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Customer_Engagement circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Customer_Engagement line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #Customer_Engagement ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Customer_Engagement ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #Customer_Engagement ellipse,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #One_to_One_Private path,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private path,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private path,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private path,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private path,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #One_to_One_Private circle,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private circle,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private circle,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private circle,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private circle,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #One_to_One_Private line,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private line,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private line,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private line,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private line,
.theme-blue .use-cases #tabs ul#interest_tabs li a:focus #One_to_One_Private ellipse,
.theme-blue .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private ellipse,
.theme-blue .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #One_to_One_Private ellipse,
.video-pricing-theme .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private ellipse,
.all-feature .table-section .theme-blue .use-cases #tab-second ul#interest_tabs li a:focus #One_to_One_Private ellipse {
    stroke: #ed1c24;
    stroke-width: 1.5;
}
.theme-blue .use-cases .tab-pane article {
    padding: 10%
}
.theme-blue .use-cases .mob-accordion {
    display: none
}
@media(max-width:991px) {
    .theme-blue .use-cases .tab-pane img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%
    }
    .theme-blue .use-cases .tab-pane article {
        padding: 25px 5px
    }
    .theme-blue .use-cases .mob-accordion {
        display: block
    }
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header {
    background-color: #fff
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-1, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-2, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-3, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-4 {
    fill: none
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-1, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-4 {
    stroke: #202020;
    stroke-width: 2
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-1 {
    stroke-linecap: round;
    stroke-linejoin: round
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-2 {
    stroke: #010101;
    stroke-width: 2
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-2, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-3, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-4 {
    stroke-miterlimit: 10;
    stroke-width: 2
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #On_demand .cls-3 {
    stroke: #333
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Two_factor_Authentication .cls-1, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Two_factor_Authentication .cls-2 {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 2
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Two_factor_Authentication .cls-1 {
    stroke: #333
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Two_factor_Authentication .cls-2 {
    stroke: #202020
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Bulk_Alerts .cls-1, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Bulk_Alerts .cls-2, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Bulk_Alerts .cls-3 {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 2
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Bulk_Alerts .cls-1 {
    stroke: #333
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Bulk_Alerts .cls-2 {
    stroke: #202020
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Bulk_Alerts .cls-3 {
    stroke: #010101
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #Customer_Engagement .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a #One_to_One_Private .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #On_demand path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #On_demand ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #On_demand circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #On_demand line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Two_factor_Authentication path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Two_factor_Authentication ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Two_factor_Authentication circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Two_factor_Authentication line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Bulk_Alerts path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Bulk_Alerts ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Bulk_Alerts circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Bulk_Alerts line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Customer_Engagement path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Customer_Engagement ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Customer_Engagement circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #Customer_Engagement line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #One_to_One_Private path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #One_to_One_Private ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #One_to_One_Private circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:hover #One_to_One_Private line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #On_demand path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #On_demand ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #On_demand circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #On_demand line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Two_factor_Authentication path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Two_factor_Authentication ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Two_factor_Authentication circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Two_factor_Authentication line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Bulk_Alerts path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Bulk_Alerts ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Bulk_Alerts circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Bulk_Alerts line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Customer_Engagement path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Customer_Engagement ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Customer_Engagement circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #Customer_Engagement line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #One_to_One_Private path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #One_to_One_Private ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #One_to_One_Private circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:active #One_to_One_Private line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #On_demand path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #On_demand ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #On_demand circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #On_demand line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Two_factor_Authentication path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Two_factor_Authentication ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Two_factor_Authentication circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Two_factor_Authentication line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Bulk_Alerts path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Bulk_Alerts ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Bulk_Alerts circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Bulk_Alerts line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Customer_Engagement path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Customer_Engagement ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Customer_Engagement circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #Customer_Engagement line, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #One_to_One_Private path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #One_to_One_Private ellipse, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #One_to_One_Private circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a:focus #One_to_One_Private line {
    stroke: #0575e6
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] h5, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] span {
    color: #0575e6
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] i {
    color: #0575e6
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg path, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg circle, .theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head a[aria-expanded=true] svg line {
    stroke: #0575e6
}
.theme-blue .use-cases .mob-accordion #accordion .card .card-header .accordion-head>.collapsed>i:before {
    content: "\F105"
}
.theme-blue .use-cases .mob-accordion #accordion .card .acc-ul li::before {
    color: #f13d3d
}
.theme-blue .use-cases .mob-accordion #accordion .card .acc-ul li a:hover {
    color: #0575e6
}
.theme-blue .use-cases .mob-accordion #accordion .card .acc-ul li a b {
    font-weight: 600
}
.theme-blue .use-cases .mob-accordion #accordion .card .acc-ul li a i {
    color: #0575e6
}
.theme-blue .developer-guide h6.blue-txt {
    margin-top: 0
}
@media(max-width:991px) {
    .theme-blue .developer-guide {
        margin-top: 50px !important
    }
    .theme-blue .developer-guide h6.blue-txt {
        margin-top: 20px !important
    }
}
.theme-blue .developer-guide article #Developer-Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer-Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer-Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer-Centric_Documentation .st3 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer-Centric_Documentation .st4 {
    fill: #0575e6
}
.theme-blue .developer-guide article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #SMS_Demo_App .st3 {
    fill: #0575e6
}
.theme-blue .developer-guide article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #SMS_Demo_App .st5 {
    fill: #0575e6
}
.theme-blue .developer-guide article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.theme-blue .developer-guide article #Developer_Centric_Documentation .st4 {
    fill: #0575e6
}
.theme-blue .developer-guide article:hover #In_App_Call__ path, .theme-blue .developer-guide article:hover #In_App_Call__ circle, .theme-blue .developer-guide article:hover #App-to-People_Calls path, .theme-blue .developer-guide article:hover #App-to-People_Calls circle, .theme-blue .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .theme-blue .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .theme-blue .developer-guide article:active #In_App_Call__ path, .theme-blue .developer-guide article:active #In_App_Call__ circle, .theme-blue .developer-guide article:active #App-to-People_Calls path, .theme-blue .developer-guide article:active #App-to-People_Calls circle, .theme-blue .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .theme-blue .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .theme-blue .developer-guide article:focus #In_App_Call__ path, .theme-blue .developer-guide article:focus #In_App_Call__ circle, .theme-blue .developer-guide article:focus #App-to-People_Calls path, .theme-blue .developer-guide article:focus #App-to-People_Calls circle, .theme-blue .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .theme-blue .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #0575e6
}
.health-care-theme header {
    background-color: transparent
}
.health-care-theme .hlth-top-bg {
    background-image: url(../../images/healthCare/hlth_Care-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%
}
.health-care-theme .hlth-top-bg .top-section {
    background: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .health-care-theme .hlth-top-bg {
        height: 645px
    }
}
@media(max-width:991px) {
    .health-care-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
    .health-care-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-top: 0
    }
    .health-care-theme .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.health-care-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.health-care-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #838383;
    font-size: 16px;
    line-height: 20px
}
.health-care-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li a {
    background-color: #00a6bb;
    color: #fff
}
@media(max-width:991px) {
    .health-care-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li a {
        background-color: #00a6bb;
        color: #fff
    }
}
.health-care-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li a:hover {
    border: 1px solid #00a6bb;
    background: transparent;
    color: #00a6bb
}
.health-care-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white {
    border: 1px solid #00a6bb;
    background: transparent;
    color: #00a6bb
}
.health-care-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white:hover {
    background: #00a6bb;
    color: #fff
}
.health-care-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .health-care-theme .hlth-top-bg .top-section img {
        display: none
    }
    .health-care-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.health-care-theme .hlth-top-bg .top-section #Increases .st0 {
    fill: none;
    stroke: #00a7bc;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .top-section #Increases .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .top-section #Improve_patient_outcome .improve_0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .top-section #Improve_patient_outcome .improve_1 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .top-section #Expand_reach_patients .reach_patients_0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .top-section #Expand_reach_patients .reach_patients_1 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .top-section #Save_time_costs .save0 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .top-section #Save_time_costs .save1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
@media(max-width:991px) {
    .health-care-theme .hlth-top-bg .icon-with-txt p {
        font-size: 16px;
        line-height: 20px
    }
}
.health-care-theme .why-EnableX {
    background-color: #fff;
    background-image: url("../images/healthCare/hlth-why-enablex-bg.png");
    width: 100%;
    height: 850px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 40px
}
@media(min-width:992px) and (max-width:1199px) {
    .health-care-theme .why-EnableX {
        width: 100%;
        height: 100%;
        position: relative;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        margin-bottom: 40px;
        background-size: contain
    }
}
@media(max-width:991px) {
    .health-care-theme .why-EnableX {
        background-image: none;
        height: auto;
        margin-top: ppx
    }
}
.health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #00a6bb;
    margin-top: 150px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title h6.cyan-txt {
        margin-top: 100px !important
    }
}
@media(max-width:991px) {
    .health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title h6.cyan-txt {
        margin-top: 50px !important;
        font-size: 15px;
        line-height: 20px
    }
}
.health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
}
.health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title p {
    font-size: 18px;
    padding: 0 25px;
    color: #333;
    padding-top: 10px
}
.health-care-theme .why-EnableX .left-bg-why-E {
    margin-top: 80px
}
.health-care-theme .why-EnableX article {
    padding: 11px 40px
}
.health-care-theme .why-EnableX article h4 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: bold
}
.health-care-theme .why-EnableX article p.mob-hide {
    display: block
}
.health-care-theme .why-EnableX article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
.health-care-theme .why-EnableX article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #00a6bb;
    line-height: 50px
}
.health-care-theme .why-EnableX article .big-num sub {
    font-size: 22px
}
.health-care-theme .why-EnableX article .source {
    font-size: 15px;
    color: #000;
    padding: 25px 0;
    font-weight: 400
}
.health-care-theme .hlth-use-cases {
    background-image: url(../images/healthCare/hlth-use-case-bg.png) !important
}
.health-care-theme .hlth-use-cases ul .card {
    text-align: left;
    border-radius: 12px;
    padding: 20px;
    width: 100% !important;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
.health-care-theme .hlth-use-cases ul .card svg {
    width: 60px;
    height: 60px
}
@media(max-width:991px) {
    .health-care-theme .why-EnableX .why-round-bg .why-EnableX-Title p {
        font-size: 16px;
        line-height: 20px
    }
    .health-care-theme .why-EnableX .left-bg-why-E {
        margin-top: 0
    }
    .health-care-theme .why-EnableX article {
        padding: 5px 10px
    }
    .health-care-theme .why-EnableX article h4 {
        font-size: 20px;
        line-height: 25px
    }
    .health-care-theme .why-EnableX article p.mob-hide {
        display: none
    }
    .health-care-theme .why-EnableX article p {
        margin: 0;
        font-size: 16px;
        line-height: 20px
    }
    .health-care-theme .why-EnableX article .big-num {
        font-size: 100%;
        line-height: 100%
    }
    .health-care-theme .why-EnableX article .source {
        font-size: 12px;
        padding: 0
    }
    .health-care-theme .hlth-use-cases ul .card svg {
        width: 40px;
        height: 40px
    }
}
.health-care-theme .hlth-use-cases ul .card #Com-centric_IoT .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.health-care-theme .hlth-use-cases ul .card #Appointment_Reminder .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-use-cases ul .card #Appointment_Reminder .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-use-cases ul .card #Appointment_Reminder .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.health-care-theme .hlth-use-cases ul .card #Out_of_hospital_Care .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-use-cases ul .card #Medical_Consultation .medical_0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-use-cases ul .card #Therapy_and_Counselling .therapy_0 {
    fill: #010101
}
.health-care-theme .hlth-use-cases ul .card #Wellness_Program .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.health-care-theme .hlth-use-cases ul .card #Support_Group .st0 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-use-cases ul .card #Specialist-to-Spe .specialist0 {
    fill: none;
    stroke: #020202;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-use-cases ul .card #Specialist-to-Spe .specialist1 {
    fill: none;
    stroke: #020202;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.health-care-theme .hlth-use-cases ul .card:hover #Com-centric_IoT path, .health-care-theme .hlth-use-cases ul .card:hover #Com-centric_IoT circle, .health-care-theme .hlth-use-cases ul .card:hover #Com-centric_IoT ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Com-centric_IoT polyline, .health-care-theme .hlth-use-cases ul .card:hover #Com-centric_IoT line, .health-care-theme .hlth-use-cases ul .card:hover #Com-centric_IoT rect, .health-care-theme .hlth-use-cases ul .card:hover #Appointment_Reminder path, .health-care-theme .hlth-use-cases ul .card:hover #Appointment_Reminder circle, .health-care-theme .hlth-use-cases ul .card:hover #Appointment_Reminder ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Appointment_Reminder polyline, .health-care-theme .hlth-use-cases ul .card:hover #Appointment_Reminder line, .health-care-theme .hlth-use-cases ul .card:hover #Appointment_Reminder rect, .health-care-theme .hlth-use-cases ul .card:hover #Out_of_hospital_Care path, .health-care-theme .hlth-use-cases ul .card:hover #Out_of_hospital_Care circle, .health-care-theme .hlth-use-cases ul .card:hover #Out_of_hospital_Care ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Out_of_hospital_Care polyline, .health-care-theme .hlth-use-cases ul .card:hover #Out_of_hospital_Care line, .health-care-theme .hlth-use-cases ul .card:hover #Out_of_hospital_Care rect, .health-care-theme .hlth-use-cases ul .card:hover #Specialist-to-Spe path, .health-care-theme .hlth-use-cases ul .card:hover #Specialist-to-Spe circle, .health-care-theme .hlth-use-cases ul .card:hover #Specialist-to-Spe ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Specialist-to-Spe polyline, .health-care-theme .hlth-use-cases ul .card:hover #Specialist-to-Spe line, .health-care-theme .hlth-use-cases ul .card:hover #Specialist-to-Spe rect, .health-care-theme .hlth-use-cases ul .card:hover #Medical_Consultation path, .health-care-theme .hlth-use-cases ul .card:hover #Medical_Consultation circle, .health-care-theme .hlth-use-cases ul .card:hover #Medical_Consultation ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Medical_Consultation polyline, .health-care-theme .hlth-use-cases ul .card:hover #Medical_Consultation line, .health-care-theme .hlth-use-cases ul .card:hover #Medical_Consultation rect, .health-care-theme .hlth-use-cases ul .card:hover #Wellness_Program path, .health-care-theme .hlth-use-cases ul .card:hover #Wellness_Program circle, .health-care-theme .hlth-use-cases ul .card:hover #Wellness_Program ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Wellness_Program polyline, .health-care-theme .hlth-use-cases ul .card:hover #Wellness_Program line, .health-care-theme .hlth-use-cases ul .card:hover #Wellness_Program rect, .health-care-theme .hlth-use-cases ul .card:hover #Therapy_and_Counselling path, .health-care-theme .hlth-use-cases ul .card:hover #Therapy_and_Counselling circle, .health-care-theme .hlth-use-cases ul .card:hover #Therapy_and_Counselling ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Therapy_and_Counselling polyline, .health-care-theme .hlth-use-cases ul .card:hover #Therapy_and_Counselling line, .health-care-theme .hlth-use-cases ul .card:hover #Therapy_and_Counselling rect, .health-care-theme .hlth-use-cases ul .card:hover #Support_Group path, .health-care-theme .hlth-use-cases ul .card:hover #Support_Group circle, .health-care-theme .hlth-use-cases ul .card:hover #Support_Group ellipse, .health-care-theme .hlth-use-cases ul .card:hover #Support_Group polyline, .health-care-theme .hlth-use-cases ul .card:hover #Support_Group line, .health-care-theme .hlth-use-cases ul .card:hover #Support_Group rect {
    stroke: #fff
}
.health-care-theme .hlth-use-cases ul .card .card-body {
    padding: 0
}
.health-care-theme .hlth-use-cases ul .card .card-body h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 10px
}
.health-care-theme .hlth-use-cases ul .card .card-body p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px
}
.health-care-theme .hlth-use-cases ul .card .card-body .iot-solu {
    color: #00a6bb;
    text-decoration: none;
    cursor: pointer
}
.health-care-theme .hlth-use-cases ul .card .card-body .iot-solu:hover {
    color: #fff
}
.health-care-theme .hlth-use-cases ul .card:hover {
    background: #1facbe;
    background: linear-gradient(0, #1facbe 41%, #4d7bde 100%)
}
.health-care-theme .hlth-use-cases ul .card:hover .card-body h5, .health-care-theme .hlth-use-cases ul .card:hover .card-body p, .health-care-theme .hlth-use-cases ul .card:hover .card-body .iot-solu, .health-care-theme .hlth-use-cases ul .card:hover .card-body i {
    color: #fff !important
}
.health-care-theme .healthcare-journey {
    margin-bottom: 150px;
    width: 100%;
    height: 800px;
    position: relative;
    background-color: #fff;
    background-image: url("../images/healthCare/Healthcare-Journey-lft-bg.png");
    background-position: top center;
    background-repeat: no-repeat
}
@media(min-width:992px) and (max-width:1199px) {
    .health-care-theme .healthcare-journey {
        background-position: 100% 100%;
        background-size: contain;
        margin-bottom: 100px;
        height: 100%
    }
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey {
        background-image: none;
        height: auto;
        margin: 0
    }
    .health-care-theme .healthcare-journey .mt-5 {
        margin-top: 0 !important
    }
}
.health-care-theme .healthcare-journey h6.cyan-txt {
    margin-top: 50px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .health-care-theme .healthcare-journey h6.cyan-txt {
        margin-top: 100px !important
    }
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey h6.cyan-txt {
        margin-top: 50px !important;
        font-size: 15px;
        line-height: 20px
    }
}
.health-care-theme .healthcare-journey h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
}
.health-care-theme .healthcare-journey p {
    font-size: 18px;
    padding: 0 25px;
    color: #4e4e4e;
    padding-top: 10px
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey p {
        font-size: 16px;
        line-height: 20px
    }
}
.health-care-theme .healthcare-journey article.d-flex {
    padding: 0 40px
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey article.d-flex {
        padding: 0
    }
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey article.d-flex p {
        padding: 0;
        margin: 0
    }
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey article.d-flex p img {
        display: none
    }
}
.health-care-theme .healthcare-journey article.d-flex .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #0575e6;
    line-height: 50px
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey article.d-flex .big-num {
        font-size: 100%;
        line-height: 100%
    }
}
.health-care-theme .healthcare-journey article.d-flex .big-num sub {
    font-size: 22px
}
.health-care-theme .healthcare-journey article.d-flex .source {
    font-size: 15px;
    color: #000;
    padding: 25px 0;
    font-weight: 400
}
@media(max-width:991px) {
    .health-care-theme .healthcare-journey ul {
        margin: 0;
        padding: 0
    }
}
.health-care-theme .enableX-products {
    margin: 0;
    background: #0a78e6;
    background: linear-gradient(180deg, rgba(10, 120, 230, 0.1) 32%, rgba(74, 169, 91, 0.1) 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px
}
@media(max-width:991px) {
    .health-care-theme .enableX-products {
        padding-top: 30px;
        padding-bottom: 10px
    }
}
.health-care-theme .enableX-products .equal {
    display: flex;
    flex-wrap: wrap
}
@media(max-width:991px) {
    .health-care-theme .enableX-products svg {
        display: none
    }
}
.health-care-theme .enableX-products .equal>[class*=col-] {
    display: flex;
    flex-direction: column
}
.health-care-theme .enableX-products h6.cyan-txt {
    padding-top: 0;
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #00a6bb !important
}
@media(min-width:992px) and (max-width:1199px) {
    .health-care-theme .enableX-products h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .health-care-theme .enableX-products h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .health-care-theme .enableX-products h6.cyan-txt {
        padding-top: 0;
        color: #333;
        font-size: 15px;
        line-height: 20px
    }
}
.health-care-theme .enableX-products h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    font-weight: 600
}
@media(max-width:991px) {
    .health-care-theme .enableX-products h4 {
        color: #333;
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
}
.health-care-theme .enableX-products p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    color: #fff
}
@media(max-width:991px) {
    .health-care-theme .enableX-products p {
        color: #333;
        font-size: 16px;
        line-height: 20px
    }
}
.health-care-theme .enableX-products article {
    position: relative;
    margin-top: 40px;
    background: #f9f8f9;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
@media(max-width:991px) {
    .health-care-theme .enableX-products article {
        width: 100%;
        margin: 20px 0
    }
}
.health-care-theme .enableX-products article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 20px
}
@media(max-width:991px) {
    .health-care-theme .enableX-products article h4 {
        font-size: 20px;
        line-height: 25px
    }
}
.health-care-theme .enableX-products article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 20px
}
@media(max-width:991px) {
    .health-care-theme .enableX-products article p {
        font-size: 16px;
        line-height: 20px
    }
}
.health-care-theme .enableX-products article p a {
    color: #ec1c23;
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    bottom: 24px;
    left: 21px
}
.health-care-theme .enableX-products article p a:hover {
    font-weight: 600
}
.health-care-theme .enableX-products article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.health-care-theme .enableX-products article svg {
    width: 40px;
    height: 40px
}
.health-care-theme .enableX-products article #video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.health-care-theme .enableX-products article #video:hover #video path, .health-care-theme .enableX-products article #video:hover #video circle, .health-care-theme .enableX-products article #video:active #video path, .health-care-theme .enableX-products article #video:active #video circle, .health-care-theme .enableX-products article #video:focus #video path, .health-care-theme .enableX-products article #video:focus #video circle {
    stroke: #0575e6
}
.education-theme header {
    background-color: transparent
}
.education-theme .hlth-top-bg {
    background-image: url(../../images/healthCare/hlth_Care-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .education-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.education-theme .hlth-top-bg .top-section {
    background: 0
}
@media(max-width:991px) {
    .education-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 50px
    }
}
@media(max-width:991px) {
    .education-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.education-theme .hlth-top-bg .top-section #Make_learning_affordable .st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.education-theme .hlth-top-bg .top-section #Make_learning_affordable .st1 {
    fill: none;
    stroke: #eb2026;
    stroke-miterlimit: 10
}
.education-theme .hlth-top-bg .top-section #Make_learning_affordable .st2 {
    fill: #eb2026
}
.education-theme .hlth-top-bg .top-section #Foster_collaboration_interaction .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .hlth-top-bg .top-section #Foster_collaboration_interaction .st1 {
    fill: none;
    stroke: #e92428;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .hlth-top-bg .top-section #Extend_globally .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .hlth-top-bg .top-section #Extend_globally .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
@media(max-width:991px) {
    .education-theme .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 50px
    }
}
.education-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px
}
@media(max-width:991px) {
    .education-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        margin-top: 0
    }
}
.education-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .education-theme .hlth-top-bg .top-section img {
        display: none
    }
}
.education-theme .why-EnableX {
    background-color: #fff;
    background-image: url("../images/education/hlth-why-enablex-bg.png") !important;
    width: 100%;
    height: 850px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat
}
@media(min-width:992px) and (max-width:1199px) {
    .education-theme .why-EnableX {
        background-position: 0 86%;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%
    }
}
@media(max-width:991px) {
    .education-theme .why-EnableX {
        background-image: none !important;
        height: auto;
        margin-top: 0
    }
}
.education-theme .why-EnableX .why-round-bg {
    text-align: center
}
.education-theme .why-EnableX .mar-top-80 {
    margin-top: 80px;
    display: inline-flex
}
@media(max-width:991px) {
    .education-theme .why-EnableX .mar-top-80 {
        margin-top: 10px
    }
}
.education-theme .why-EnableX article {
    padding: 0 40px
}
@media(max-width:991px) {
    .education-theme .why-EnableX article {
        padding: 0
    }
}
.education-theme .why-EnableX article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .education-theme .why-EnableX article p {
        font-size: 16px;
        line-height: 20px
    }
}
.education-theme .why-EnableX article p.mob-hide {
    display: block
}
@media(max-width:991px) {
    .education-theme .why-EnableX article p.mob-hide {
        display: none
    }
}
.education-theme .why-EnableX article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #f13d3d;
    line-height: 50px
}
.education-theme .why-EnableX article .big-num sub {
    font-size: 22px
}
.education-theme .why-EnableX article .source {
    font-size: 15px;
    color: #000;
    padding: 25px 0;
    font-weight: 400
}
.education-theme .why-EnableX article .source span a {
    color: #000
}
.education-theme .hlth-use-cases {
    background-image: url(../images/education/hlth-use-case-bg.png) !important;
    background-position: 52% 38%
}
.education-theme .hlth-use-cases ul .card {
    text-align: left;
    border-radius: 12px;
    padding: 20px;
    width: 100% !important;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
.education-theme .hlth-use-cases ul .card #Distance_Learning .st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Rec_Brod .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Rec_Brod .st1 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Rec_Brod .st2 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Rec_Brod .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Rec_Brod .st4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 400
}
.education-theme .hlth-use-cases ul .card #Rec_Brod .st5 {
    font-size: 12px
}
.education-theme .hlth-use-cases ul .card #Online_Tutoring .st0 {
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Online_Proctoring .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Curriculum_Enhancement .st0 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card #Campus_Security .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.education-theme .hlth-use-cases ul .card #Parents_Engagement .st0 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.education-theme .hlth-use-cases ul .card:hover #Distance_Learning path, .education-theme .hlth-use-cases ul .card:hover #Distance_Learning circle, .education-theme .hlth-use-cases ul .card:hover #Distance_Learning line, .education-theme .hlth-use-cases ul .card:hover #Distance_Learning text, .education-theme .hlth-use-cases ul .card:hover #Distance_Learning ellipse, .education-theme .hlth-use-cases ul .card:hover #Rec_Brod path, .education-theme .hlth-use-cases ul .card:hover #Rec_Brod circle, .education-theme .hlth-use-cases ul .card:hover #Rec_Brod line, .education-theme .hlth-use-cases ul .card:hover #Rec_Brod text, .education-theme .hlth-use-cases ul .card:hover #Rec_Brod ellipse, .education-theme .hlth-use-cases ul .card:hover #Online_Tutoring path, .education-theme .hlth-use-cases ul .card:hover #Online_Tutoring circle, .education-theme .hlth-use-cases ul .card:hover #Online_Tutoring line, .education-theme .hlth-use-cases ul .card:hover #Online_Tutoring text, .education-theme .hlth-use-cases ul .card:hover #Online_Tutoring ellipse, .education-theme .hlth-use-cases ul .card:hover #Online_Proctoring path, .education-theme .hlth-use-cases ul .card:hover #Online_Proctoring circle, .education-theme .hlth-use-cases ul .card:hover #Online_Proctoring line, .education-theme .hlth-use-cases ul .card:hover #Online_Proctoring text, .education-theme .hlth-use-cases ul .card:hover #Online_Proctoring ellipse, .education-theme .hlth-use-cases ul .card:hover #Curriculum_Enhancement path, .education-theme .hlth-use-cases ul .card:hover #Curriculum_Enhancement circle, .education-theme .hlth-use-cases ul .card:hover #Curriculum_Enhancement line, .education-theme .hlth-use-cases ul .card:hover #Curriculum_Enhancement text, .education-theme .hlth-use-cases ul .card:hover #Curriculum_Enhancement ellipse, .education-theme .hlth-use-cases ul .card:hover #Campus_Security path, .education-theme .hlth-use-cases ul .card:hover #Campus_Security circle, .education-theme .hlth-use-cases ul .card:hover #Campus_Security line, .education-theme .hlth-use-cases ul .card:hover #Campus_Security text, .education-theme .hlth-use-cases ul .card:hover #Campus_Security ellipse, .education-theme .hlth-use-cases ul .card:hover #Parents_Engagement path, .education-theme .hlth-use-cases ul .card:hover #Parents_Engagement circle, .education-theme .hlth-use-cases ul .card:hover #Parents_Engagement line, .education-theme .hlth-use-cases ul .card:hover #Parents_Engagement text, .education-theme .hlth-use-cases ul .card:hover #Parents_Engagement ellipse {
    stroke: #fff;
    font-weight: 400
}
.education-theme .hlth-use-cases ul .card .card-body {
    padding: 0
}
.education-theme .hlth-use-cases ul .card .card-body h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 10px
}
.education-theme .hlth-use-cases ul .card .card-body p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px
}
.education-theme .hlth-use-cases ul .card .card-body .iot-solu {
    color: #f13d3d;
    text-decoration: none
}
.education-theme .hlth-use-cases ul .card .card-body .iot-solu:hover {
    color: #fff;
    cursor: pointer
}
.education-theme .hlth-use-cases ul .card:hover {
    background: #f13d3d;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    cursor: auto
}
.education-theme .hlth-use-cases ul .card:hover .card-body h5, .education-theme .hlth-use-cases ul .card:hover .card-body p, .education-theme .hlth-use-cases ul .card:hover .card-body .iot-solu, .education-theme .hlth-use-cases ul .card:hover .card-body i {
    color: #fff !important
}
@media(max-width:991px) {
    .education-theme .healthcare-journey {
        background-image: none !important;
        height: auto;
        margin-top: 0
    }
}
.education-theme .healthcare-journey .call-section a.read-more {
    font-size: 18px;
    line-height: 22px;
    color: #f13d3d
}
.education-theme .healthcare-journey .call-section a.read-more:hover {
    font-weight: bold
}
.education-theme .developer-guide {
    padding-bottom: 80px;
    margin: 0;
    background: linear-gradient(180deg, #f13d3d21 22%, #a0198e26 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave)
}
@media(max-width:991px) {
    .education-theme .developer-guide svg {
        display: none
    }
}
.education-theme .developer-guide article {
    padding: 30px;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
.education-theme .developer-guide article p a {
    left: 32px
}
@media(max-width:991px) {
    .education-theme .developer-guide article p a {
        left: 50%
    }
}
.education-theme .developer-guide article #video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.education-theme .developer-guide article #video:hover #video path, .education-theme .developer-guide article #video:hover #video circle, .education-theme .developer-guide article #video:active #video path, .education-theme .developer-guide article #video:active #video circle, .education-theme .developer-guide article #video:focus #video path, .education-theme .developer-guide article #video:focus #video circle {
    stroke: #0575e6
}
.border-botm {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}
.border-botm .smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.border-botm .scrolled-down {
    transform: translateY(-100%);
    transition: all .3s ease-in-out
}
.border-botm .scrolled-up {
    transform: translateY(0);
    transition: all .3s ease-in-out
}
.hlth-top-bg {
    background-image: url("../../images/index/home-top-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}
@media(max-width:991px) {
    .hlth-top-bg {
        background-image: none;
        height: auto;
        margin-top: 0
    }
}
.hlth-top-bg .top-section {
    background: 0;
    padding-top: 90px
}
@media(max-width:991px) {
    .hlth-top-bg .top-section {
        padding-top: 40px
    }
}
.hlth-top-bg .top-section .voice-api-txt {
    width: 100%;
    float: none
}
.hlth-top-bg .top-section .voice-api-txt .img-box {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.hlth-top-bg .top-section .voice-api-txt .inx-txt-red {
    color: #f13d3d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 2px
}
.hlth-top-bg .top-section .voice-api-txt .voice-api-p {
    font-size: 45px;
    line-height: 55px
}
.hlth-top-bg .top-section .voice-api-txt p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    margin-top: 20px
}
.hlth-top-bg .voice-api-txt p.italic-heading {
    font-size: 25px;
    font-style: italic;
    color: #333333;
    line-height: 32px;
    font-family: inherit!important;
    font-weight: 500;
}
.hlth-top-bg .top-section .voice-api-txt ul.list-circle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%
}
@media(max-width:991px) {
    .hlth-top-bg .top-section .voice-api-txt ul.list-circle {
        display: block;
        flex-direction: unset
    }
}
.hlth-top-bg .top-section .voice-api-txt ul.list-circle li {
    padding: .5em .5em 0 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600
}
.hlth-top-bg .top-section .voice-api-txt ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .hlth-top-bg .top-section .voice-api-txt ul.list-circle li {
        font-size: 16px;
        width: 100%;
        display: block;
        text-align: left
    }
}
.hlth-top-bg .top-section .voice-api-txt ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
.hlth-top-bg .top-section .voice-api-txt ul.list-circle li a:hover {
    font-weight: 600
}
.hlth-top-bg .top-section .voice-api-txt ul.list-circle li a b {
    font-weight: 600
}
.hlth-top-bg .top-section .voice-api-txt ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.hlth-top-bg .top-section .mr-img-60 {
    margin-top: -60px
}
@media(max-width:991px) {
    .hlth-top-bg .top-section .mr-img-60 {
        margin-top: 0
    }
}
.hlth-top-bg .top-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}
@media(max-width:991px) {
    .hlth-top-bg .top-section img {
        display: none
    }
}
.enableX-Voice-API {
    text-align: center;
    background-image: url("../images/index/Partner-firstFocus-bg.png");
    height: 100%;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .enableX-Voice-API {
        background-image: none
    }
}
.enableX-Voice-API .Voice-API-grid {
    margin-top: 50px
}
.enableX-Voice-API .Voice-API-grid .img-box {
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}
@media(max-width:991px) {
    .enableX-Voice-API .Voice-API-grid .img-box {
        display: none
    }
}
.enableX-Voice-API .tab-content .tab-pane {
    margin: 15px auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px;
    text-align: left;
    text-decoration: none;
    height: 370px
}
@media(max-width:991px) {
    .enableX-Voice-API .tab-content .tab-pane {
        padding: 15px;
        text-align: left;
        text-decoration: none;
        height: 100%;
        margin-bottom: 35px
    }
}
.enableX-Voice-API .tab-content .tab-pane figure svg {
    width: 30px;
    height: 30px
}
.enableX-Voice-API .tab-content .tab-pane figure #Programmable_SMS .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.enableX-Voice-API .tab-content .tab-pane figure #Programmable_SMS .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.enableX-Voice-API .tab-content .tab-pane figure #Programmable_SMS .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.enableX-Voice-API .tab-content .tab-pane figure #Programmable_Voice .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.enableX-Voice-API .tab-content .tab-pane figure #Programmable_Video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.enableX-Voice-API .tab-content .tab-pane figure #Programmable_Chat .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.enableX-Voice-API .tab-content .tab-pane h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    color: #333
}
.enableX-Voice-API .tab-content .tab-pane p {
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    margin: 0;
    padding: 0
}
.enableX-Voice-API .tab-content .tab-pane p .a-tag {
    border: 0;
    background: 0;
    box-shadow: none;
    color: #f13d3d;
    padding: 1.5em .5em 0 .5em;
    display: inline-block
}
.enableX-Voice-API .tab-content .tab-pane p .a-tag:hover {
    border: 0;
    background: 0;
    box-shadow: none;
    color: #f13d3d !important;
    font-weight: 600;
    cursor: pointer
}
.enableX-Voice-API .tab-content .tab-pane ul.list-circle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%
}
.enableX-Voice-API .tab-content .tab-pane ul.list-circle li {
    padding: .5em .5em 0 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #333;
    font-weight: 400
}
.enableX-Voice-API .tab-content .tab-pane ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .enableX-Voice-API .tab-content .tab-pane ul.list-circle li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.enableX-Voice-API .tab-content .tab-pane ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
.enableX-Voice-API .tab-content .tab-pane ul.list-circle li a:hover {
    font-weight: 600
}
.enableX-Voice-API .tab-content .tab-pane ul.list-circle li a b {
    font-weight: 600
}
.enableX-Voice-API .tab-content .tab-pane ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.always-platform-sec .card-group {
    margin: 40px 0 20px 0
}
@media(max-width:991px) {
    .always-platform-sec .card-group {
        margin: 20px 0 20px 0
    }
}
.always-platform-sec .card-group .card {
    border: none !important;
    text-align: center
}
.always-platform-sec .card-group .card span svg {
    width: 40px;
    height: 40px
}
.always-platform-sec .card-group .card span #Programmable_SMS .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.always-platform-sec .card-group .card span #Programmable_SMS .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.always-platform-sec .card-group .card span #Programmable_SMS .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.always-platform-sec .card-group .card span #Programmable_Voice .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.always-platform-sec .card-group .card span #Programmable_Video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.always-platform-sec .card-group .card span #Programmable_Chat .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
@media(min-width:992px) and (max-width:1199px) {
    .always-platform-sec .card-group .card .card-body {
        padding-bottom: 0
    }
}
.always-platform-sec .card-group .card .card-body h4.card-title {
    font-size: 28px
}
@media(min-width:992px) and (max-width:1199px) {
    .always-platform-sec .card-group .card .card-body h4.card-title {
        font-size: 22px;
        line-height: 25px
    }
}
@media(max-width:991px) {
    .always-platform-sec .card-group .card .card-body h4.card-title {
        font-size: 22px;
        line-height: 25px
    }
}
@media(max-width:991px) {
    .always-platform-sec p.btn-txt-center {
        padding: 0;
        margin: 0
    }
}
.built-developers-sec {
    background-image: url("../../images/index/Built_developers_right_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 850px
}
@media(max-width:991px) {
    .built-developers-sec {
        background-image: none;
        height: auto;
        margin-top: 50px
    }
}
.built-developers-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .built-developers-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .built-developers-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .built-developers-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .built-developers-sec h6.red-txt {
        margin-top: 0;
        font-size: 15px
    }
}
.built-developers-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center
}
@media(max-width:991px) {
    .built-developers-sec h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center
    }
}
.built-developers-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    text-align: center
}
@media(max-width:991px) {
    .built-developers-sec p {
        font-size: 16px;
        line-height: 20px
    }
}
.built-developers-sec ul.list-circle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px
}
@media(max-width:991px) {
    .built-developers-sec ul.list-circle {
        margin-top: 0;
        padding: 0 10px
    }
}
.built-developers-sec ul.list-circle li {
    padding: .5em .5em 0 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    font-weight: bold
}
.built-developers-sec ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 30px
}
@media only screen and (max-width:1200px) {
    .built-developers-sec ul.list-circle li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.built-developers-sec ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
.built-developers-sec ul.list-circle li a:hover {
    font-weight: 600
}
.built-developers-sec ul.list-circle li a b {
    font-weight: 600
}
.built-developers-sec ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.built-developers-sec p a.a-tag {
    border: 0;
    background: 0;
    box-shadow: none;
    font-weight: bold;
    color: #f13d3d;
    font-size: 16px;
    text-align: left;
    display: inherit;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    padding: 1.5em .5em 0 0
}
.built-developers-sec p a.a-tag:hover {
    border: 0;
    background: 0;
    box-shadow: none;
    color: #f13d3d !important;
    font-weight: bold
}
.built-developers-sec #advantages-tab {
    background: #fff;
    box-shadow: 3px 1px 12px 2px #c7d6e7;
    border-radius: 9px;
    padding: 30px 20px;
    text-align: left;
    display: block;
    text-decoration: none;
    height: 80%;
    margin-top: 70px
}
@media(max-width:991px) {
    .built-developers-sec #advantages-tab {
        padding: 30px 0;
        text-align: left;
        display: block;
        text-decoration: none;
        height: 370px;
        margin-top: 0;
        margin-bottom: 0
    }
}
.built-developers-sec #advantages-tab ul.nav-tabs {
    border: 0;
    margin: 0;
    padding: 0
}
.built-developers-sec #advantages-tab ul.nav-tabs li.nav-item a.nav-link {
    border: 0;
    padding: 5px 13px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500
}
.built-developers-sec #advantages-tab ul.nav-tabs li.nav-item a.nav-link.active {
    background-color: #f13d3d;
    border-radius: 5px;
    color: #fff
}
@media(max-width:991px) {
    .built-developers-sec #advantages-tab ul.nav-tabs li.nav-item a.nav-link {
        padding: 5px 4px;
        font-size: 12px;
        line-height: 15px
    }
}
.built-developers-sec #advantages-tab .tab-content {
    padding-top: 20px
}
@media(max-width:991px) {
    .built-developers-sec #advantages-tab .tab-content {
        padding-top: 0
    }
}
.built-developers-sec #advantages-tab .tab-content .tab-pane .about-enablex {
    padding-top: 15px
}
.built-developers-sec #advantages-tab .tab-content .tab-pane .about-enablex pre {
    font-size: 87.5%;
    color: #e83e8c
}
.why-enablex {
    background-image: url("../../images/index/Built_developers_right_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 150px;
    height: 700px
}
@media(min-width:992px) and (max-width:1199px) {
    .why-enablex {
        height: 100%;
        width: 100%;
        background-size: contain
    }
}
@media(max-width:991px) {
    .why-enablex {
        background-image: none !important;
        height: auto !important;
        margin: 0 0 !important
    }
}
.why-enablex h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .why-enablex h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .why-enablex h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .why-enablex h6.red-txt {
        margin-top: 100px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .why-enablex h6.red-txt {
        margin-top: 50px
    }
}
.why-enablex h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center
}
@media(max-width:991px) {
    .why-enablex h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center
    }
}
.why-enablex p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    text-align: center
}
@media(min-width:992px) and (max-width:1199px) {
    .why-enablex p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .why-enablex p {
        font-size: 16px;
        line-height: 20px
    }
}
.why-enablex ul.list-circle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0
}
.why-enablex ul.list-circle li {
    padding: 0 30px;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 17px;
    line-height: 33px;
    color: #333;
    font-weight: 400
}
.why-enablex ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 30px
}
@media only screen and (max-width:1200px) {
    .why-enablex ul.list-circle li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.why-enablex ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
.why-enablex ul.list-circle li a:hover {
    font-weight: 600
}
.why-enablex ul.list-circle li a b {
    font-weight: 600
}
.why-enablex ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.why-enablex p {
    text-align: left
}
.why-enablex p a.a-tag {
    border: 0;
    background: 0;
    box-shadow: none;
    font-weight: bold;
    color: #f13d3d;
    font-size: 16px;
    padding: 1.5em .5em 0 .5em
}
.why-enablex p a.a-tag:hover {
    border: 0;
    background: 0;
    box-shadow: none;
    color: #f13d3d !important;
    font-weight: bold
}
.why-enablex #why_enablex {
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}
@media(max-width:991px) {
    .why-enablex #why_enablex {
        display: none
    }
}
.why-enablex #why_enablex li {
    width: 100%;
    margin: 10px 0
}
.why-enablex #why_enablex li a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 15px 20px;
    border: 0;
    border-radius: 5px;
    display: inherit;
    box-shadow: 0 1px 5px #ddd
}
.why-enablex #why_enablex li a:hover {
    text-decoration: none
}
.why-enablex #why_enablex li a svg {
    width: 35px;
    height: 35px;
    padding-right: 5px
}
.why-enablex #why_enablex li a #Carrier-grade .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.why-enablex #why_enablex li a #Full-stack .cls-1, .why-enablex #why_enablex li a #Full-stack .cls-2 {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}
.why-enablex #why_enablex li a #Full-stack .cls-1 {
    stroke: #202020
}
.why-enablex #why_enablex li a #Full-stack .cls-2 {
    stroke: #212020
}
.why-enablex #why_enablex li a #A-Team .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.why-enablex #why_enablex li a #Transparent-pricing .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.why-enablex #why_enablex li a #Transparent-pricing .cls-2 {
    fill: #010101
}
.why-enablex #why_enablex li a #Flexible-s .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.why-enablex #why_enablex li .active {
    background-color: #f13d3d;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}
.why-enablex #why_enablex li .active #Carrier-grade path, .why-enablex #why_enablex li .active #Carrier-grade circle, .why-enablex #why_enablex li .active #Carrier-grade ellipse, .why-enablex #why_enablex li .active #Carrier-grade polyline, .why-enablex #why_enablex li .active #Carrier-grade line, .why-enablex #why_enablex li .active #Full-stack path, .why-enablex #why_enablex li .active #Full-stack circle, .why-enablex #why_enablex li .active #Full-stack ellipse, .why-enablex #why_enablex li .active #Full-stack polyline, .why-enablex #why_enablex li .active #Full-stack line, .why-enablex #why_enablex li .active #A-Team path, .why-enablex #why_enablex li .active #A-Team circle, .why-enablex #why_enablex li .active #A-Team ellipse, .why-enablex #why_enablex li .active #A-Team polyline, .why-enablex #why_enablex li .active #A-Team line, .why-enablex #why_enablex li .active #Flexible-s path, .why-enablex #why_enablex li .active #Flexible-s circle, .why-enablex #why_enablex li .active #Flexible-s ellipse, .why-enablex #why_enablex li .active #Flexible-s polyline, .why-enablex #why_enablex li .active #Flexible-s line, .why-enablex #why_enablex li .active #Transparent-pricing path, .why-enablex #why_enablex li .active #Transparent-pricing circle, .why-enablex #why_enablex li .active #Transparent-pricing ellipse, .why-enablex #why_enablex li .active #Transparent-pricing polyline, .why-enablex #why_enablex li .active #Transparent-pricing line {
    stroke: #fff
}
.why-enablex .tab-content {
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px 20px;
    text-align: left;
    margin-top: 10px;
    text-decoration: none;
    height: 96%;
    display: block
}
@media(max-width:991px) {
    .why-enablex .tab-content {
        display: none
    }
}
.why-enablex .tab-content .tab-pane figure svg {
    width: 40px;
    height: 40px
}
.why-enablex .tab-content .tab-pane h5 {
    font-weight: bold;
    text-transform: capitalize
}
.why-enablex .mob-accordion {
    display: none
}
@media(max-width:991px) {
    .why-enablex .mob-accordion {
        display: block
    }
}
.why-enablex .mob-accordion #why-accordion .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #2120201c;
    border-radius: .25rem;
    margin: 5px 0
}
.why-enablex .mob-accordion #why-accordion .card .card-header {
    background-color: #fff
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    display: inherit;
    padding: 2px 0 0 9px;
    margin: 0;
    line-height: 21px
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a h5 {
    color: #333;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    padding-left: 15px
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a i {
    font-size: 19px;
    float: right
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a svg {
    width: 30px;
    height: 35px
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #social .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Marketing_Campaign .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Voice_based_Broadcasting .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Voice_based_Broadcasting .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Voice_based_Broadcasting .st2 {
    fill: none;
    stroke: #212020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Voice_One_time_password .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Voice_One_time_password .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Voice_One_time_password .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Voice_One_time_password .st3 {
    fill: #231f20
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a #Private_Conversation .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #social path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #social ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #social circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #social line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #social path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #social polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Full-stack path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Full-stack ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Full-stack circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Full-stack line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Full-stack path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Full-stack polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Transparent-pricing path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Transparent-pricing ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Transparent-pricing circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Transparent-pricing line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Transparent-pricing path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Transparent-pricing polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Carrier-grade path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Carrier-grade ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Carrier-grade circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Carrier-grade line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Carrier-grade path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Carrier-grade polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #App-to-People_Calls path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #App-to-People_Calls ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #App-to-People_Calls circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #App-to-People_Calls line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #App-to-People_Calls path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #App-to-People_Calls polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Marketing_Campaign path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Marketing_Campaign ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Marketing_Campaign circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Marketing_Campaign line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Marketing_Campaign path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Marketing_Campaign polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_based_Broadcasting polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_One_time_password path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_One_time_password ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_One_time_password circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_One_time_password line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_One_time_password path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Voice_One_time_password polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Private_Conversation path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Private_Conversation ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Private_Conversation circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Private_Conversation line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Private_Conversation path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:hover #Private_Conversation polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #social path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #social ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #social circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #social line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #social path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #social polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Full-stack path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Full-stack ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Full-stack circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Full-stack line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Full-stack path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Full-stack polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Transparent-pricing path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Transparent-pricing ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Transparent-pricing circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Transparent-pricing line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Transparent-pricing path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Transparent-pricing polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Carrier-grade path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Carrier-grade ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Carrier-grade circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Carrier-grade line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Carrier-grade path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Carrier-grade polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #App-to-People_Calls path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #App-to-People_Calls ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #App-to-People_Calls circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #App-to-People_Calls line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #App-to-People_Calls path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #App-to-People_Calls polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Marketing_Campaign path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Marketing_Campaign ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Marketing_Campaign circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Marketing_Campaign line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Marketing_Campaign path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Marketing_Campaign polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_based_Broadcasting polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_One_time_password path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_One_time_password ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_One_time_password circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_One_time_password line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_One_time_password path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Voice_One_time_password polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Private_Conversation path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Private_Conversation ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Private_Conversation circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Private_Conversation line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Private_Conversation path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:active #Private_Conversation polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #social path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #social ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #social circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #social line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #social path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #social polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Full-stack path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Full-stack ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Full-stack circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Full-stack line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Full-stack path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Full-stack polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Transparent-pricing path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Transparent-pricing ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Transparent-pricing circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Transparent-pricing line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Transparent-pricing path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Transparent-pricing polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Carrier-grade path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Carrier-grade ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Carrier-grade circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Carrier-grade line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Carrier-grade path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Carrier-grade polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #App-to-People_Calls path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #App-to-People_Calls ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #App-to-People_Calls circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #App-to-People_Calls line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #App-to-People_Calls path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #App-to-People_Calls polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Marketing_Campaign path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Marketing_Campaign ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Marketing_Campaign circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Marketing_Campaign line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Marketing_Campaign path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Marketing_Campaign polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_based_Broadcasting polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_One_time_password path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_One_time_password ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_One_time_password circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_One_time_password line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_One_time_password path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Voice_One_time_password polyline, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Private_Conversation path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Private_Conversation ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Private_Conversation circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Private_Conversation line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Private_Conversation path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a:focus #Private_Conversation polyline {
    stroke: #f13d3d
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] h5, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] span {
    color: red
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] i {
    color: red
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] svg path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] svg ellipse, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] svg circle, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] svg line, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] svg path, .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a[aria-expanded=true] svg polyline {
    stroke: red
}
.why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head>.collapsed>i:before {
    content: "\F105"
}
.why-enablex .mob-accordion #why-accordion .card .acc-ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.why-enablex .mob-accordion #why-accordion .card .acc-ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    text-align: left
}
.why-enablex .mob-accordion #why-accordion .card .acc-ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.why-enablex .mob-accordion #why-accordion .card .acc-ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer
}
.why-enablex .mob-accordion #why-accordion .card .acc-ul li a:hover {
    font-weight: 600
}
.why-enablex .mob-accordion #why-accordion .card .acc-ul li a b {
    font-weight: 600
}
.why-enablex .mob-accordion #why-accordion .card .acc-ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.why-enablex .mob-accordion #why-accordion .card {
    text-align: left !important
}
.why-enablex .mob-accordion #why-accordion .card .card-block {
    text-align: left
}
@media(max-width:991px) {
    .why-enablex .mob-accordion #why-accordion .card .card-block {
        margin-top: 10px
    }
}
.why-enablex .mob-accordion #why-accordion .card .card-block p {
    font-size: 16px;
    text-align: left
}
.why-enablex .mob-accordion #why-accordion .card .card-block p a {
    font-size: 14px;
    line-height: 16px;
    padding: .5em .5em .5em 1.5em
}
.Partner-first-Focus-sec {
    text-align: center;
    background-image: url("../../images/index/Partner-firstFocus-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 845px;
    width: 100%;
    margin: 0 0 50px 0
}
@media(min-width:992px) and (max-width:1199px) {
    .Partner-first-Focus-sec {
        height: 100%;
        width: 100%;
        margin: 0;
        background-size: contain
    }
}
@media(max-width:991px) {
    .Partner-first-Focus-sec {
        background: 0;
        margin: 0;
        height: 100%
    }
}
.Partner-first-Focus-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .Partner-first-Focus-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .Partner-first-Focus-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .Partner-first-Focus-sec h6.red-txt {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .Partner-first-Focus-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.Partner-first-Focus-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .Partner-first-Focus-sec h4 {
        font-size: 28px;
        line-height: 30px
    }
}
.Partner-first-Focus-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .Partner-first-Focus-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.Partner-first-Focus-sec .btn-txt-center {
    margin-bottom: 50px
}
@media(min-width:1000px) and (max-width:1100px) {
    .Partner-first-Focus-sec .btn-txt-center {
        margin-bottom: 0
    }
}
@media(max-width:991px) {
    .Partner-first-Focus-sec .btn-txt-center {
        margin-top: 0
    }
}
.Partner-first-Focus-sec .Voice-API-grid {
    margin-top: 40px
}
@media(max-width:991px) {
    .Partner-first-Focus-sec .Voice-API-grid {
        margin-top: 10px
    }
}
.Partner-first-Focus-sec .Voice-API-grid a {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px;
    text-align: left;
    display: block;
    text-decoration: none;
    height: 100%
}
@media(max-width:991px) {
    .Partner-first-Focus-sec .Voice-API-grid a {
        text-align: center;
        margin: 15px auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 14px 10px
    }
}
.Partner-first-Focus-sec .Voice-API-grid a h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent
}
@media(max-width:991px) {
    .Partner-first-Focus-sec .Voice-API-grid a h5 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}
.Partner-first-Focus-sec .Voice-API-grid a p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    color: #4e4e4e;
    background: transparent;
    text-transform: none
}
@media(max-width:991px) {
    .Partner-first-Focus-sec .Voice-API-grid a p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.Partner-first-Focus-sec .Voice-API-grid a .txt-red {
    color: #ec1c23
}
.Partner-first-Focus-sec .Voice-API-grid a:hover, .Partner-first-Focus-sec .Voice-API-grid a:hover p, .Partner-first-Focus-sec .Voice-API-grid a:hover h5 {
    background: #f13d3d;
    color: #fff !important
}
.Partner-first-Focus-sec .Voice-API-grid a svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.Partner-first-Focus-sec .Voice-API-grid a #Hassle_free_Solution_1_ .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Partner-first-Focus-sec .Voice-API-grid a #Connect_To_Any_Device .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Partner-first-Focus-sec .Voice-API-grid a #Crystal_Clear_Voice_1_ .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Partner-first-Focus-sec .Voice-API-grid a:hover #Hassle_free_Solution_1_ path, .Partner-first-Focus-sec .Voice-API-grid a:hover #Hassle_free_Solution_1_ circle, .Partner-first-Focus-sec .Voice-API-grid a:hover #Connect_To_Any_Device path, .Partner-first-Focus-sec .Voice-API-grid a:hover #Connect_To_Any_Device circle, .Partner-first-Focus-sec .Voice-API-grid a:hover #Crystal_Clear_Voice_1_ path, .Partner-first-Focus-sec .Voice-API-grid a:hover #Crystal_Clear_Voice_1_ circle {
    stroke: #fff
}
.slider {
    margin: 0 0 50px 0;
    background: #edf2fc;
    background: linear-gradient(180deg, #edf2fc 35%, #e8f6f9 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center
}
@media(max-width:991px) {
    .slider {
        background: 0
    }
}
.slider .my-5 {
    margin-top: 0
}
@media(max-width:991px) {
    .slider svg {
        display: none !important
    }
}
.slider h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 50px
}
@media(min-width:992px) and (max-width:1199px) {
    .slider h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .slider h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .slider h6.red-txt {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .slider h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.slider h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .slider h4 {
        font-size: 25px;
        line-height: 30px
    }
}
.slider p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .slider p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.slider .card {
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 50px 30px
}
@media(min-width:992px) and (max-width:1199px) {
    .slider .card {
        padding: 20px 10px
    }
}
@media(max-width:991px) {
    .slider .card {
        padding: 20px 10px
    }
}
.slider .card .content {
    padding-top: 10px;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 400
}
.slider .card img {
    width: auto;
    height: auto;
    margin: 0 auto
}
@media(min-width:992px) and (max-width:1199px) {
    .slider .card img {
        width: 30px;
        height: 30px;
        margin: 0 auto
    }
}
.slider .card .col-sm-9, .slider .card .col-sm-3 {
    padding: 0
}
.slider .card h3 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: left
}
@media(min-width:992px) and (max-width:1199px) {
    .slider .card h3 {
        font-size: 20px;
        line-height: 25px
    }
}
@media(max-width:991px) {
    .slider .card h3 {
        text-align: center;
        font-size: 20px
    }
}
.slider .card p {
    font-size: 16px;
    color: #969696;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .slider .card p {
        line-height: 20px
    }
}
@media(max-width:991px) {
    .slider .card p {
        text-align: center
    }
}
.slider .profile-pic {
    width: 100px !important;
    height: 100px;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px
}
.slider .owl-carousel .owl-nav {
    display: none
}
.slider .owl-carousel .owl-nav button.owl-next {
    background: 0;
    color: #1e88e5 !important;
    border: 0;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important
}
.slider .owl-carousel .owl-nav button.owl-next:hover {
    color: #0d47a1 !important;
    background-color: transparent !important
}
.slider .owl-carousel .owl-nav button.owl-prev {
    background: 0;
    color: #1e88e5 !important;
    border: 0;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important
}
.slider .owl-carousel .owl-nav button.owl-prev:hover {
    color: #0d47a1 !important;
    background-color: transparent !important
}
.slider .owl-dots {
    display: block;
    padding: 20px 0 89px 0
}
@media(max-width:991px) {
    .slider .owl-dots {
        padding: 20px 0 9px 0
    }
}
.slider .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #ddd;
    width: 12px;
    height: 12px
}
.slider .owl-dots .active span {
    background-color: #f13d3d !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 75px;
    -webkit-border-bottom-right-radius: 75px;
    -webkit-border-bottom-left-radius: 75px;
    -webkit-transform: rotate(226deg)
}
.slider button:focus {
    box-shadow: none !important;
    outline-width: 0
}
.slider .item {
    display: none
}
.slider .next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: .3s;
    opacity: .6
}
.slider .prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: .3s;
    opacity: .6
}
.slider .item.show {
    display: block;
    transition-duration: .4s
}
@media screen and (max-width:999px) {
    .slider .next {
        transform: scale(1);
        opacity: 1
    }
    .slider .prev {
        transform: scale(1);
        opacity: 1
    }
    .slider .item {
        display: block !important
    }
}
.test-drive {
    margin-top: 0
}
#new-head {
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: none
}
@media(max-width:991px) {
    #new-head {
        display: block
    }
}
#new-head .header-logo {
    color: #001b4f;
    font-weight: 700;
    font-size: 23px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
#new-head .header-logo figure img {
    max-width: 200px
}
#new-head .main-menu>li {
    position: relative
}
#new-head .main-menu>li>a {
    color: #173966;
    font-size: 15px;
    padding: 25px 1.5vw;
    font-weight: 700;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
#new-head .main-menu>li>a>i {
    color: #03328e
}
#new-head .main-menu>li>a:hover>i {
    color: #fff
}
#new-head .main-menu>li.active>a {
    color: #10bd3b
}
#new-head .main-menu>li:hover>a {
    color: #10bd3b
}
#new-head .main-menu>li:hover>a i {
    color: #fff
}
#new-head .main-menu>li:hover .sub-menu {
    display: block
}
#new-head .main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 180px;
    overflow: hidden;
    border-top: 2px solid #f49306;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}
#new-head .main-menu .sub-menu a {
    padding: 11px 10px;
    display: block;
    color: #173966;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
#new-head .main-menu .sub-menu a i {
    color: #03328e
}
#new-head .main-menu .sub-menu a:hover {
    background: #10bd3b;
    color: #fff
}
#new-head .demo-link {
    margin-left: 1vw
}
#new-head .side-menu-close {
    background: transparent
}
#new-head .side-menu-close span {
    background: #21395f;
    width: 28px
}
#call-action .call-action {
    color: #001b4f;
    font-weight: 700;
    font-size: 23px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
#call-action .call-action:hover {
    color: #10bd3b
}
.side-menu-wrap {
    width: 300px;
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
.side-menu-wrap.opened {
    left: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}
.side-menu-wrap .side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}
.side-menu-logo {
    border-bottom: 2px solid #fe8204
}
.side-menu-nav .main-menu>li {
    position: relative;
    border-bottom: 1px solid #ccc
}
.side-menu-nav .main-menu>li>a {
    color: #212529;
    padding: 15px 30px 15px 10px;
    font-weight: 600;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
.side-menu-nav .main-menu>li>a>i {
    color: #03328e
}
.side-menu-nav .main-menu .sub-menu {
    border-top: 1px solid #fe8204;
    background: #fff;
    display: none
}
.side-menu-nav .main-menu .sub-menu li {
    border-bottom: 1px solid #eee
}
.side-menu-nav .main-menu .sub-menu a {
    padding: 10px 22px;
    display: block;
    color: #212529;
    font-weight: 600;
    font-size: .9em;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
.side-menu-nav .main-menu .sub-menu a i {
    color: #03328e
}
.side-menu-nav .main-menu .sub-menu a:hover {
    background: #f5f5f5
}
.side-menu-nav .main-menu .sub-menu~i {
    font-size: .8em;
    position: absolute;
    padding: 21px 11px;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc
}
.side-menu-close {
    height: 40px;
    width: 40px;
    background: #21395f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}
.side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
.side-menu-close span:nth-child(1) {
    top: -5px
}
.side-menu-close span:nth-child(3) {
    bottom: -5px
}
.side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg)
}
.side-menu-close.closed span:nth-child(2) {
    opacity: 0
}
.side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg)
}
.custom-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 12500;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
.custom-overlay.show {
    visibility: visible;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}
.telco-theme .hlth-top-bg {
    background-image: url("/images/telco/telco-top-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px
}
@media(max-width:991px) {
    .telco-theme .hlth-top-bg {
        background-image: none;
        height: 100%
    }
}
.telco-theme .hlth-top-bg header {
    background-color: transparent
}
.telco-theme .Partner-first-Focus-sec {
    height: 100%;
    background-image: none;
    margin-bottom: 0
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .telco-theme .Partner-first-Focus-sec .Voice-API-grid {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .telco-theme .Partner-first-Focus-sec .Voice-API-grid {
        margin-top: 20px
    }
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px;
    text-align: center;
    display: block;
    text-decoration: none;
    height: 100%
}
@media(max-width:991px) {
    .telco-theme .Partner-first-Focus-sec .Voice-API-grid a {
        text-align: center;
        margin: 15px auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 14px 10px
    }
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent;
    text-align: center
}
@media(max-width:991px) {
    .telco-theme .Partner-first-Focus-sec .Voice-API-grid a h5 {
        font-size: 18px;
        line-height: 20px;
        text-align: center
    }
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    color: #4e4e4e;
    text-align: center;
    text-transform: none;
    background: transparent
}
@media(max-width:991px) {
    .telco-theme .Partner-first-Focus-sec .Voice-API-grid a p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover {
    border-radius: 10px;
    background: #1facbe;
    background: linear-gradient(0, #1facbe 41%, #4d7bde 100%);
    color: #fff !important;
    cursor: pointer
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover p, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover h5 {
    background: transparent !important
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a #create .create {
    fill: none;
    stroke: #292e34
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a #create .create-1 {
    fill: none;
    stroke: #292e34;
    stroke-dasharray: 4
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a #enhance .enhance-0 {
    fill: none;
    stroke: #292e34
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a #monetise .monetise-0 {
    fill: none;
    stroke: #292e34
}
.telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #create path, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #create circle, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #create line, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #create polyline, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #create polygon, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #enhance path, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #enhance circle, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #enhance line, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #enhance polyline, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #enhance polygon, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #monetise path, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #monetise circle, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #monetise line, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #monetise polyline, .telco-theme .Partner-first-Focus-sec .Voice-API-grid a:hover #monetise polygon {
    stroke: #fff;
    fill: none
}
.telco-theme .always-platform-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin: 0;
    margin-top: 150px;
    color: #4d7bde
}
@media(min-width:992px) and (max-width:1199px) {
    .telco-theme .always-platform-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .telco-theme .always-platform-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .telco-theme .always-platform-sec h6.red-txt {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .telco-theme .always-platform-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.telco-theme .always-platform-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center
}
@media(max-width:991px) {
    .telco-theme .always-platform-sec h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        font-weight: 500
    }
}
.telco-theme .always-platform-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    text-align: center
}
@media(max-width:991px) {
    .telco-theme .always-platform-sec p {
        font-size: 16px;
        line-height: 20px
    }
}
.telco-theme .always-platform-sec .card-group {
    margin: 40px 0 20px 0
}
@media(max-width:991px) {
    .telco-theme .always-platform-sec .card-group {
        margin: 20px 0 20px 0
    }
}
.telco-theme .always-platform-sec .card-group .card {
    border: none !important;
    text-align: center
}
.telco-theme .always-platform-sec .card-group .card span svg {
    width: 40px;
    height: 40px
}
.telco-theme .always-platform-sec .card-group .card span #Programmable_SMS .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.telco-theme .always-platform-sec .card-group .card span #Programmable_SMS .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.telco-theme .always-platform-sec .card-group .card span #Programmable_SMS .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.telco-theme .always-platform-sec .card-group .card span #Programmable_Voice .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.telco-theme .always-platform-sec .card-group .card span #Programmable_Video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.telco-theme .always-platform-sec .card-group .card span #Programmable_Chat .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.telco-theme .always-platform-sec .card-group .card .card-body {
    padding: 0
}
.telco-theme .always-platform-sec .card-group .card .card-body h4.card-title {
    font-size: 28px;
    margin-bottom: 0
}
.telco-theme .EnableX-Advantages {
    height: 100%;
    background: 0;
    height: 100%;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .telco-theme .EnableX-Advantages {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages {
        margin-top: 0;
        font-size: 15px
    }
}
.telco-theme .EnableX-Advantages h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0;
    color: #4d7bde
}
@media(min-width:992px) and (max-width:1199px) {
    .telco-theme .EnableX-Advantages h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.telco-theme .EnableX-Advantages h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages h4 {
        font-size: 22px;
        line-height: 25px
    }
}
.telco-theme .EnableX-Advantages p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    text-align: center;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.telco-theme .EnableX-Advantages #advantages-tabs {
    padding: 0;
    height: 100%;
    min-height: 510px;
    display: block
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages #advantages-tabs {
        display: none
    }
}
.telco-theme .EnableX-Advantages #advantages-tabs .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto;
    width: 100%;
    box-shadow: none
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li {
    width: 30%;
    margin: 0 10px
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    height: 66px;
    width: 100%;
    line-height: 25px;
    letter-spacing: .36px;
    align-items: center;
    text-align: center;
    padding: 8px 25px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 1px #dddd;
    border-radius: 10px;
    display: flex;
    justify-content: center
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:hover {
    background: #1facbe;
    background: linear-gradient(0, #1facbe 41%, #4d7bde 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active {
    background: #1facbe;
    background: linear-gradient(0, #1facbe 41%, #4d7bde 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active .tab-content.active {
    opacity: 1
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active #In_App_Call__ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active #In_App_Call__ circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active #App-to-People_Calls path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active #App-to-People_Calls circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active #Phone_to_Phone_Calls_1_ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a.active #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a span {
    display: block
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a svg {
    width: 40px;
    height: 40px
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:hover #In_App_Call__ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:hover #In_App_Call__ circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:hover #App-to-People_Calls path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:hover #App-to-People_Calls circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:active #In_App_Call__ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:active #In_App_Call__ circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:active #App-to-People_Calls path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:active #App-to-People_Calls circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:active #Phone_to_Phone_Calls_1_ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:focus #In_App_Call__ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:focus #In_App_Call__ circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:focus #App-to-People_Calls path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:focus #App-to-People_Calls circle, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .telco-theme .EnableX-Advantages #advantages-tabs ul#EnableX_tabs li a:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content {
    padding: 0
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-top-hedding {
    padding: 40px 20px;
    height: 250px;
    display: flex;
    flex-direction: column
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-top-hedding h6 {
    font-size: 30px;
    color: #333;
    padding: 0;
    margin: 0
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content .tab-top-hedding p {
    padding-top: 5px;
    margin: 0
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content .detail-text h6 {
    font-size: 18px
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages #advantages-tabs .tab-content .detail-text h6 {
        text-align: left
    }
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages #advantages-tabs .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane {
    margin-top: 0;
    text-align: left
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex {
    text-align: left;
    padding: 20px 0 0 80px
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex {
        padding: 0
    }
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-align: left;
    color: #333;
    margin-bottom: 0
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex p {
        font-size: 16px;
        line-height: 20px
    }
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex p strong {
    font-weight: bold
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex p a {
    background-color: #f13d3d;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul {
    margin: 20px 0;
    padding: 0;
    list-style: none
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul li {
    padding: 2px 26px;
    margin: 0;
    position: relative
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    text-transform: none
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul li a:hover {
    font-weight: 600
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul li a b {
    font-weight: 600
}
.telco-theme .EnableX-Advantages #advantages-tabs .tab-pane .about-enablex ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.telco-theme .EnableX-Advantages .feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .telco-theme .EnableX-Advantages .feature-for-mob {
        display: block;
        margin: 20px 0
    }
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card {
    margin: 5px 0;
    margin: 5px 0;
    border-radius: 5px;
    border: 0
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 4px
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header .mb-0>button:after {
    content: "\F078";
    font-family: "FontAwesome";
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
    color: #999292
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after {
    content: "\F077"
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button:focus, .telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button:active {
    box-shadow: none
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: #f13d3d;
    color: #fff
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #fff
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card>div+div {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -8px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body p {
    text-align: left
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body .acc-ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body .acc-ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative;
    text-align: left
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body .acc-ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body .acc-ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body .acc-ul li a:hover {
    font-weight: 600
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body .acc-ul li a b {
    font-weight: 600
}
.telco-theme .EnableX-Advantages .feature-for-mob #accordionExample .card .card-body .acc-ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.recruitment-theme header {
    background-color: transparent
}
.recruitment-theme .hlth-top-bg {
    background-image: url(../../images/healthCare/hlth_Care-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .recruitment-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.recruitment-theme .hlth-top-bg .top-section {
    background: 0
}
@media(max-width:991px) {
    .recruitment-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-top: 0
    }
}
@media(max-width:991px) {
    .recruitment-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.recruitment-theme .hlth-top-bg .top-section #Broaden_access_talents .st0 {
    fill: none;
    stroke: #3a72b9;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Broaden_access_talents .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Reduce_time .st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Reduce_time .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Reduce_time .st2 {
    fill: none;
    stroke: #3b72b9;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Reduce_time .st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Reduce_time .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Reduce_time .st2 {
    fill: none;
    stroke: #3b72b9;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Smarter_decision .st0 {
    fill: none;
    stroke: #2d2d2d;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section #Smarter_decision .st1 {
    fill: none;
    stroke: #3a72b9;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.recruitment-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px
}
@media(min-width:1000px) and (max-width:1100px) {
    .recruitment-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .recruitment-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
    .recruitment-theme .voice-api-txt .red-txt {
        padding-bottom: 10px;
        margin: 0 !important
    }
}
@media(max-width:991px) {
    .recruitment-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn {
        margin-top: 10px
    }
}
.recruitment-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-red {
    color: #fff;
    background: #0575e6 !important;
    border: 1px solid transparent
}
.recruitment-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-red:hover {
    border: 1px solid #0575e6;
    background: transparent !important;
    color: #0575e6
}
.recruitment-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white {
    border: 1px solid #0575e6 !important;
    background: transparent !important;
    color: #0575e6 !important
}
.recruitment-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white:hover {
    background: #0575e6 !important;
    color: #fff !important;
    border: 1px solid #0575e6 !important
}
.recruitment-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .recruitment-theme .hlth-top-bg .top-section img {
        display: none
    }
}
.recruitment-theme .why-EnableX {
    background-color: #fff;
    background-image: url("../images/recruitment/hlth-why-enablex-bg.png") !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 850px;
    position: relative
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX {
        background-image: none !important;
        height: auto;
        margin-top: 0
    }
}
.recruitment-theme .why-EnableX .why-round-bg {
    text-align: center;
    margin-bottom: 40px
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX .why-round-bg {
        background: 0;
        height: auto;
        margin: 0
    }
}
.recruitment-theme .why-EnableX .why-round-bg h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX .why-round-bg h4 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 500
    }
}
.recruitment-theme .why-EnableX .why-round-bg p {
    font-size: 18px;
    padding: 0 25px;
    color: #4e4e4e;
    padding-top: 10px;
    text-transform: inherit
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX .why-round-bg p {
        font-size: 16px;
        line-height: 20px
    }
}
.recruitment-theme .why-EnableX article {
    padding: 0 40px
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX article {
        padding: 10px
    }
}
.recruitment-theme .why-EnableX article h4 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: bold
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX article h4 {
        font-size: 25px;
        line-height: 30px
    }
}
.recruitment-theme .why-EnableX article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX article p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX article p img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.recruitment-theme .why-EnableX article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #0575e6;
    line-height: 50px
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX article .big-num {
        font-size: 100%;
        line-height: 100%
    }
}
.recruitment-theme .why-EnableX article .big-num sub {
    font-size: 22px
}
.recruitment-theme .why-EnableX article .source {
    font-size: 12px;
    color: #000;
    padding: 0;
    font-weight: 400
}
.recruitment-theme .why-EnableX article.mob-hide {
    display: block
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX article.mob-hide {
        display: none
    }
}
.recruitment-theme .why-EnableX .call-section {
    padding: 10px 40px
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX .call-section {
        padding: 10px
    }
}
.recruitment-theme .why-EnableX .call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX .call-section h3 {
        text-align: left;
        font-size: 22px;
        line-height: 25px;
        padding-top: 10px
    }
}
.recruitment-theme .why-EnableX .call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX .call-section p {
        font-size: 16px;
        line-height: 20px;
        text-align: left
    }
}
@media(max-width:991px) {
    .recruitment-theme .why-EnableX ul {
        margin: 0;
        padding: 0
    }
}
.recruitment-theme .hlth-use-cases {
    margin-top: 0;
    margin-bottom: 80px;
    background-color: #fff;
    background-image: url(../images/banking/hlth-use-case-bg.png) !important;
    background-position: 53% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center
}
@media(max-width:991px) {
    .recruitment-theme .hlth-use-cases {
        background-image: none !important;
        margin: 0
    }
}
.recruitment-theme .hlth-use-cases h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 600
}
@media(max-width:991px) {
    .recruitment-theme .hlth-use-cases h4 {
        font-size: 25px;
        line-height: 30px
    }
}
.recruitment-theme .hlth-use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding: 0;
    margin-bottom: 60px
}
@media(max-width:991px) {
    .recruitment-theme .hlth-use-cases p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px
    }
}
.recruitment-theme .hlth-use-cases ul {
    flex-wrap: wrap
}
@media(max-width:991px) {
    .recruitment-theme .hlth-use-cases ul {
        margin: 0;
        padding: 0
    }
}
.recruitment-theme .hlth-use-cases ul li {
    width: 47% !important;
    margin: 0 12px;
    padding: 12px 15px
}
@media(max-width:991px) {
    .recruitment-theme .hlth-use-cases ul li {
        width: 100% !important;
        margin: 10px 0;
        padding: 0
    }
}
.recruitment-theme .hlth-use-cases ul li .card {
    text-align: left;
    border-radius: 12px;
    padding: 20px 20px;
    width: 100% !important;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
.recruitment-theme .hlth-use-cases ul li .card svg {
    width: 60px;
    height: 60px
}
@media(max-width:991px) {
    .recruitment-theme .hlth-use-cases ul li .card svg {
        width: 40px;
        height: 40px
    }
}
.recruitment-theme .hlth-use-cases ul li .card #Talent_Search .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-use-cases ul li .card #Interview_Recording .st0 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-use-cases ul li .card #Interview_Recording .st1 {
    fill: none;
    stroke: #010101;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .hlth-use-cases ul li .card #Appointment_Reminder .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.recruitment-theme .hlth-use-cases ul li .card:hover #Talent_Search path, .recruitment-theme .hlth-use-cases ul li .card:hover #Talent_Search ellipse, .recruitment-theme .hlth-use-cases ul li .card:hover #Talent_Search line, .recruitment-theme .hlth-use-cases ul li .card:hover #Talent_Search polyline, .recruitment-theme .hlth-use-cases ul li .card:hover #Talent_Search rect, .recruitment-theme .hlth-use-cases ul li .card:hover #Talent_Search circle, .recruitment-theme .hlth-use-cases ul li .card:hover #Interview_Recording path, .recruitment-theme .hlth-use-cases ul li .card:hover #Interview_Recording ellipse, .recruitment-theme .hlth-use-cases ul li .card:hover #Interview_Recording line, .recruitment-theme .hlth-use-cases ul li .card:hover #Interview_Recording polyline, .recruitment-theme .hlth-use-cases ul li .card:hover #Interview_Recording rect, .recruitment-theme .hlth-use-cases ul li .card:hover #Interview_Recording circle, .recruitment-theme .hlth-use-cases ul li .card:hover #Appointment_Reminder path, .recruitment-theme .hlth-use-cases ul li .card:hover #Appointment_Reminder ellipse, .recruitment-theme .hlth-use-cases ul li .card:hover #Appointment_Reminder line, .recruitment-theme .hlth-use-cases ul li .card:hover #Appointment_Reminder polyline, .recruitment-theme .hlth-use-cases ul li .card:hover #Appointment_Reminder rect, .recruitment-theme .hlth-use-cases ul li .card:hover #Appointment_Reminder circle {
    stroke: #fff
}
.recruitment-theme .hlth-use-cases ul li .card .card-body {
    padding: 0
}
.recruitment-theme .hlth-use-cases ul li .card .card-body h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 10px
}
.recruitment-theme .hlth-use-cases ul li .card .card-body p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px
}
.recruitment-theme .hlth-use-cases ul li .card .card-body .iot-solu {
    color: #0575e6;
    text-decoration: none;
    cursor: pointer
}
.recruitment-theme .hlth-use-cases ul li .card .card-body .iot-solu:hover {
    color: #fff
}
.recruitment-theme .hlth-use-cases ul li .card:hover {
    background: #0575e6 !important;
    background: linear-gradient(180deg, #0575e6 31%, #4dac4a 100%) !important
}
.recruitment-theme .hlth-use-cases ul li .card:hover .card-body h5, .recruitment-theme .hlth-use-cases ul li .card:hover .card-body p, .recruitment-theme .hlth-use-cases ul li .card:hover .card-body .iot-solu, .recruitment-theme .hlth-use-cases ul li .card:hover .card-body i {
    color: #fff !important
}
.recruitment-theme .healthcare-journey {
    background-image: url("../images/recruitment/recruitment-journey-lft-bg.png") !important;
    margin-bottom: 150px
}
@media(max-width:991px) {
    .recruitment-theme .healthcare-journey {
        background-image: none !important;
        height: auto;
        margin-bottom: 50px
    }
}
@media(max-width:991px) {
    .recruitment-theme .healthcare-journey .mt-5 {
        margin-top: 0 !important
    }
}
@media(max-width:991px) {
    .recruitment-theme .healthcare-journey article p {
        padding: 0;
        margin: 0
    }
}
.recruitment-theme .healthcare-journey article p img {
    display: block
}
@media(max-width:991px) {
    .recruitment-theme .healthcare-journey article p img {
        display: none
    }
}
.recruitment-theme .healthcare-journey .call-section a.read-more {
    font-size: 18px;
    line-height: 22px;
    color: #f13d3d
}
.recruitment-theme .healthcare-journey .call-section a.read-more:hover {
    font-weight: bold
}
.recruitment-theme .enableX-products {
    margin: 0;
    background: #0a78e6;
    background: linear-gradient(180deg, rgba(10, 120, 230, 0.1) 32%, rgba(74, 169, 91, 0.1) 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products {
        padding: 50px 0
    }
}
.recruitment-theme .enableX-products .equal {
    display: flex;
    flex-wrap: wrap
}
.recruitment-theme .enableX-products .equal>[class*=col-] {
    display: flex;
    flex-direction: column
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products svg {
        display: none
    }
}
.recruitment-theme .enableX-products h6.cyan-txt {
    padding-top: 0;
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #0575e6;
    margin-top: 0;
    color: #0575e6
}
@media(min-width:992px) and (max-width:1199px) {
    .recruitment-theme .enableX-products h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products h6.cyan-txt {
        padding-top: 0;
        font-size: 15px;
        line-height: 20px
    }
}
.recruitment-theme .enableX-products h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    font-weight: 600
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products h4 {
        font-size: 22px;
        line-height: 25px
    }
}
.recruitment-theme .enableX-products p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    color: #fff
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products p {
        color: #333;
        font-size: 16px;
        line-height: 20px;
        padding: 0
    }
}
.recruitment-theme .enableX-products article {
    position: relative;
    margin-top: 40px;
    background: #f9f8f9;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products article {
        margin-bottom: 0;
        width: 100%
    }
}
.recruitment-theme .enableX-products article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 20px
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products article h4 {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
        margin: 0
    }
}
.recruitment-theme .enableX-products article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 20px
}
@media(max-width:991px) {
    .recruitment-theme .enableX-products article p {
        font-size: 16px;
        line-height: 20px
    }
}
.recruitment-theme .enableX-products article p a {
    color: #ec1c23;
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    bottom: 24px;
    left: 21px
}
.recruitment-theme .enableX-products article p a:hover {
    font-weight: 600
}
.recruitment-theme .enableX-products article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.recruitment-theme .enableX-products article svg {
    width: 40px;
    height: 40px
}
.recruitment-theme .enableX-products article #video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.recruitment-theme .enableX-products article #video:hover #video path, .recruitment-theme .enableX-products article #video:hover #video circle, .recruitment-theme .enableX-products article #video:active #video path, .recruitment-theme .enableX-products article #video:active #video circle, .recruitment-theme .enableX-products article #video:focus #video path, .recruitment-theme .enableX-products article #video:focus #video circle {
    stroke: #0575e6
}
.recruitment-theme .mar-top-80 {
    margin-top: 80px
}
@media(max-width:991px) {
    .recruitment-theme .mar-top-80 {
        margin-top: 0
    }
}
.retail-ecommerce header {
    background-color: transparent
}
.retail-ecommerce .hlth-top-bg {
    background-image: url(../../images/healthCare/hlth_Care-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.retail-ecommerce .hlth-top-bg .top-section {
    background: 0
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 0
    }
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.retail-ecommerce .hlth-top-bg .top-section #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.retail-ecommerce .hlth-top-bg .top-section #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.retail-ecommerce .hlth-top-bg .top-section #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #eb2026;
    stroke-miterlimit: 10
}
.retail-ecommerce .hlth-top-bg .top-section #Enhance_your_customer_relationships .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.retail-ecommerce .hlth-top-bg .top-section #Enhance_your_customer_relationships .st1 {
    fill: none;
    stroke: #e92428;
    stroke-linecap: round;
    stroke-linejoin: round
}
.retail-ecommerce .hlth-top-bg .top-section #Reach_scale_globally .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.retail-ecommerce .hlth-top-bg .top-section #Reach_scale_globally .st1 {
    fill: none;
    stroke: #eb2329;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.retail-ecommerce .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.retail-ecommerce .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px
}
.retail-ecommerce .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px
}
@media(min-width:1000px) and (max-width:1100px) {
    .retail-ecommerce .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 50px
    }
}
.retail-ecommerce .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg .icon-with-txt {
        margin-top: 50px
    }
}
.retail-ecommerce .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-top-bg .icon-with-txt p {
        font-size: 16px;
        line-height: 20px
    }
}
.retail-ecommerce .why-EnableX {
    background-color: #fff;
    background-image: url("../../images/retail-ecommerce/retail-why-enablex-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 900px
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX {
        background-image: none;
        height: auto;
        margin-top: 0
    }
}
.retail-ecommerce .why-EnableX .why-round-bg {
    text-align: center
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .why-round-bg {
        background: 0;
        height: auto
    }
}
.retail-ecommerce .why-EnableX .why-round-bg h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #f13d3d;
    margin-top: 150px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .retail-ecommerce .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .why-round-bg h6.cyan-txt {
        font-size: 15px;
        margin-top: 50px !important;
        line-height: 20px
    }
}
.retail-ecommerce .why-EnableX .why-round-bg h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .why-round-bg h4 {
        font-size: 20px;
        line-height: 25px
    }
}
.retail-ecommerce .why-EnableX .why-round-bg p {
    font-size: 18px;
    padding: 0 25px;
    color: #333;
    padding-top: 10px
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .why-round-bg p {
        font-size: 16px;
        line-height: 20px
    }
}
.retail-ecommerce .why-EnableX .mar-top-80 {
    margin-top: 80px
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .mar-top-80 {
        margin-top: 0
    }
}
.retail-ecommerce .why-EnableX article {
    padding: 0 40px
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX article {
        padding: 0 10px
    }
}
.retail-ecommerce .why-EnableX article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX article p {
        font-size: 16px;
        line-height: 20px
    }
}
.retail-ecommerce .why-EnableX article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #f13d3d;
    line-height: 50px
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX article .big-num {
        font-size: 30px
    }
}
.retail-ecommerce .why-EnableX article .big-num sub {
    font-size: 22px
}
.retail-ecommerce .why-EnableX article .source {
    font-size: 12px;
    color: #000;
    padding: 0;
    font-weight: 400
}
.retail-ecommerce .why-EnableX article .source span {
    font-size: 12px;
    color: #000;
    line-height: 15px !important;
    display: inline-flex
}
.retail-ecommerce .why-EnableX article.mob-hide {
    display: block
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX article.mob-hide {
        display: none
    }
}
.retail-ecommerce .why-EnableX .call-section {
    padding: 10px 40px
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .call-section {
        padding: 10px
    }
}
.retail-ecommerce .why-EnableX .call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .call-section h3 {
        text-align: center;
        font-size: 22px;
        line-height: 25px;
        padding-top: 10px
    }
}
.retail-ecommerce .why-EnableX .call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX .call-section p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
@media(max-width:991px) {
    .retail-ecommerce .why-EnableX ul {
        margin: 0;
        padding: 0
    }
}
.retail-ecommerce .hlth-use-cases {
    background-color: #fff;
    background-image: url(../images/education/hlth-use-case-bg.png) !important;
    background-position: 52% 38%;
    background-repeat: no-repeat;
    margin-bottom: 150px;
    width: 100%;
    text-align: center
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases {
        background-image: none !important;
        margin-bottom: 50px;
        margin-top: 0
    }
}
.retail-ecommerce .hlth-use-cases h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #f13d3d;
    margin-top: 150px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .retail-ecommerce .hlth-use-cases h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases h6.cyan-txt {
        font-size: 15px;
        margin-top: 50px !important;
        line-height: 20px
    }
}
.retail-ecommerce .hlth-use-cases h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 600
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases h4 {
        font-size: 20px;
        line-height: 25px
    }
}
.retail-ecommerce .hlth-use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 60px
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases p {
        font-size: 16px;
        line-height: 20px
    }
}
.retail-ecommerce .hlth-use-cases ul {
    flex-wrap: wrap
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases ul {
        margin: 0;
        padding: 0
    }
}
.retail-ecommerce .hlth-use-cases ul li {
    width: 33% !important;
    margin: 0;
    padding: 12px
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases ul li {
        width: 100% !important
    }
}
.retail-ecommerce .hlth-use-cases ul li .card {
    text-align: left;
    border-radius: 12px;
    padding: 20px;
    width: 100% !important;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
.retail-ecommerce .hlth-use-cases ul li .card svg {
    width: 60px;
    height: 60px
}
@media(max-width:991px) {
    .retail-ecommerce .hlth-use-cases ul li .card svg {
        width: 40px;
        height: 40px
    }
}
.retail-ecommerce .hlth-use-cases ul li .card #Customer_Support .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.retail-ecommerce .hlth-use-cases ul li .card #Retail_Broadcasting .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.retail-ecommerce .hlth-use-cases ul li .card #Buyer-seller_communication .st0 {
    fill: none;
    stroke: #010101;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.retail-ecommerce .hlth-use-cases ul li .card #Smart_Brick_and_mortar_stores .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.retail-ecommerce .hlth-use-cases ul li .card:hover #Customer_Support path, .retail-ecommerce .hlth-use-cases ul li .card:hover #Customer_Support circle, .retail-ecommerce .hlth-use-cases ul li .card:hover #Customer_Support line, .retail-ecommerce .hlth-use-cases ul li .card:hover #Customer_Support text, .retail-ecommerce .hlth-use-cases ul li .card:hover #Customer_Support ellipse, .retail-ecommerce .hlth-use-cases ul li .card:hover #Retail_Broadcasting path, .retail-ecommerce .hlth-use-cases ul li .card:hover #Retail_Broadcasting circle, .retail-ecommerce .hlth-use-cases ul li .card:hover #Retail_Broadcasting line, .retail-ecommerce .hlth-use-cases ul li .card:hover #Retail_Broadcasting text, .retail-ecommerce .hlth-use-cases ul li .card:hover #Retail_Broadcasting ellipse, .retail-ecommerce .hlth-use-cases ul li .card:hover #Buyer-seller_communication path, .retail-ecommerce .hlth-use-cases ul li .card:hover #Buyer-seller_communication circle, .retail-ecommerce .hlth-use-cases ul li .card:hover #Buyer-seller_communication line, .retail-ecommerce .hlth-use-cases ul li .card:hover #Buyer-seller_communication text, .retail-ecommerce .hlth-use-cases ul li .card:hover #Buyer-seller_communication ellipse, .retail-ecommerce .hlth-use-cases ul li .card:hover #Smart_Brick_and_mortar_stores path, .retail-ecommerce .hlth-use-cases ul li .card:hover #Smart_Brick_and_mortar_stores circle, .retail-ecommerce .hlth-use-cases ul li .card:hover #Smart_Brick_and_mortar_stores line, .retail-ecommerce .hlth-use-cases ul li .card:hover #Smart_Brick_and_mortar_stores text, .retail-ecommerce .hlth-use-cases ul li .card:hover #Smart_Brick_and_mortar_stores ellipse {
    stroke: #fff;
    font-weight: 400
}
.retail-ecommerce .hlth-use-cases ul li .card .card-body {
    padding: 0
}
.retail-ecommerce .hlth-use-cases ul li .card .card-body h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 10px
}
.retail-ecommerce .hlth-use-cases ul li .card .card-body p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px
}
.retail-ecommerce .hlth-use-cases ul li .card .card-body .iot-solu {
    color: #f13d3d;
    text-decoration: none;
    cursor: pointer
}
.retail-ecommerce .hlth-use-cases ul li .card .card-body .iot-solu:hover {
    color: #fff
}
.retail-ecommerce .hlth-use-cases ul li .card:hover {
    background: #f13d3d;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%)
}
.retail-ecommerce .hlth-use-cases ul li .card:hover .card-body h5, .retail-ecommerce .hlth-use-cases ul li .card:hover .card-body p, .retail-ecommerce .hlth-use-cases ul li .card:hover .card-body .iot-solu, .retail-ecommerce .hlth-use-cases ul li .card:hover .card-body i {
    color: #fff !important
}
.retail-ecommerce .healthcare-journey .call-section a.read-more {
    font-size: 18px;
    line-height: 22px;
    color: #f13d3d
}
.retail-ecommerce .healthcare-journey .call-section a.read-more:hover {
    font-weight: bold
}
.retail-ecommerce .developer-guide {
    margin: 0;
    background: #0a78e6;
    background: linear-gradient(180deg, rgba(10, 120, 230, 0.1) 32%, rgba(74, 169, 91, 0.1) 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide {
        padding-bottom: 50px
    }
}
.retail-ecommerce .developer-guide .equal {
    display: flex;
    flex-wrap: wrap
}
.retail-ecommerce .developer-guide .equal>[class*=col-] {
    display: flex;
    flex-direction: column
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide svg {
        display: none
    }
}
.retail-ecommerce .developer-guide h6.cyan-txt {
    padding-top: 0;
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #f13d3d;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .retail-ecommerce .developer-guide h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide h6.cyan-txt {
        padding-top: 0;
        margin-top: 50px !important;
        font-size: 15px;
        line-height: 20px
    }
}
.retail-ecommerce .developer-guide h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    font-weight: 600
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide h4 {
        color: #333;
        font-size: 22px;
        line-height: 25px
    }
}
.retail-ecommerce .developer-guide p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    color: #fff
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide p {
        color: #333;
        font-size: 16px;
        line-height: 20px
    }
}
.retail-ecommerce .developer-guide article {
    position: relative;
    margin-top: 40px;
    background: #f9f8f9;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide article {
        margin-bottom: 0;
        width: 100%
    }
}
.retail-ecommerce .developer-guide article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 20px
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide article h4 {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
        margin: 0
    }
}
.retail-ecommerce .developer-guide article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 20px
}
@media(max-width:991px) {
    .retail-ecommerce .developer-guide article p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px
    }
}
.retail-ecommerce .developer-guide article p a {
    color: #ec1c23;
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    bottom: 24px;
    left: 26px
}
.retail-ecommerce .developer-guide article p a:hover {
    font-weight: 600
}
.retail-ecommerce .developer-guide article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.retail-ecommerce .developer-guide article svg {
    width: 40px;
    height: 40px
}
.retail-ecommerce .developer-guide article #video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.retail-ecommerce .developer-guide article #video:hover #video path, .retail-ecommerce .developer-guide article #video:hover #video circle, .retail-ecommerce .developer-guide article #video:active #video path, .retail-ecommerce .developer-guide article #video:active #video circle, .retail-ecommerce .developer-guide article #video:focus #video path, .retail-ecommerce .developer-guide article #video:focus #video circle {
    stroke: #0575e6
}
.virtual-number header {
    background-color: transparent
}
.virtual-number .hlth-top-bg {
    background-image: url(../../images/virtual-number/platform-right-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover
}
@media(max-width:991px) {
    .virtual-number .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.virtual-number .hlth-top-bg .top-section {
    background: 0
}
@media(max-width:991px) {
    .virtual-number .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 0
    }
}
@media(max-width:991px) {
    .virtual-number .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.virtual-number .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
@media(max-width:991px) {
    .virtual-number .hlth-top-bg .top-section .voice-api-txt ul {
        margin: 20px 0
    }
}
.virtual-number .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}
.virtual-number .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    color: #333;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500
}
@media(min-width:1000px) and (max-width:1100px) {
    .virtual-number .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .virtual-number .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
}
.virtual-number .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .virtual-number .hlth-top-bg .top-section img {
        -o-object-fit: contain;
        object-fit: contain;
        padding-top: 40px;
        display: none
    }
}
@media(max-width:991px) {
    .virtual-number .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.virtual-number .hlth-top-bg .icon-with-txt svg {
    width: 40px;
    height: 40px
}
.virtual-number .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.virtual-number .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.virtual-number .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.virtual-number .hlth-top-bg .icon-with-txt #Improve_efficiency .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .hlth-top-bg .icon-with-txt #Improve_efficiency .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
.virtual-number .enableX-Voice-API {
    background: url(../../images/virtual-number/left-double-circle-bg.png) no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    height: 800px
}
@media(max-width:991px) {
    .virtual-number .enableX-Voice-API {
        height: 100%;
        background: 0
    }
}
.virtual-number .enableX-Voice-API .Voice-API-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media(max-width:991px) {
    .virtual-number .enableX-Voice-API .Voice-API-grid img {
        display: none
    }
}
.virtual-number .enableX-Voice-API .Voice-API-grid a {
    height: 300px;
    margin: 20px 0 30px 0;
    border: 1px solid #e8e8e8;
    margin-left: 0
}
@media(max-width:991px) {
    .virtual-number .enableX-Voice-API .Voice-API-grid a {
        height: auto;
        margin-left: 0
    }
}
.virtual-number .enableX-Voice-API .Voice-API-grid a p {
    font-size: 18px;
    line-height: 25px
}
.virtual-number .enableX-Voice-API .Voice-API-grid a p i {
    color: #f13d3d
}
.virtual-number .enableX-Voice-API .Voice-API-grid a p.txt-red {
    color: #f13d3d;
    font-size: 18px
}
.virtual-number .enableX-Voice-API .Voice-API-grid a p.txt-red:hover {
    font-weight: bold;
    color: #fff
}
.virtual-number .enableX-Voice-API .Voice-API-grid a:hover p, .virtual-number .enableX-Voice-API .Voice-API-grid a:hover p i, .virtual-number .enableX-Voice-API .Voice-API-grid a:hover h5 {
    background: transparent;
    color: #fff
}
.virtual-number .enableX-Voice-API .Voice-API-grid a:hover {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important
}
.virtual-number .use-cases {
    text-align: center;
    background: 0;
    height: auto
}
.virtual-number .use-cases .right-build-con {
    background: url(../images/build-conversation.png) no-repeat;
    background-position: 100% 0;
    width: 100%
}
@media(max-width:991px) {
    .virtual-number .use-cases .right-build-con {
        background: 0;
        margin-bottom: 0
    }
}
.virtual-number .use-cases h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .virtual-number .use-cases h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .virtual-number .use-cases h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .virtual-number .use-cases h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.virtual-number .use-cases h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .virtual-number .use-cases h3 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.virtual-number .use-cases h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    padding-bottom: 0
}
@media(max-width:991px) {
    .virtual-number .use-cases h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center
    }
}
.virtual-number .use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    padding-top: 10px
}
@media(max-width:991px) {
    .virtual-number .use-cases p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.virtual-number .use-cases p.small {
    font-size: 12px !important
}
.virtual-number .use-cases #tabs, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second, .virtual-number .use-cases .all-feature .table-section #tab-second, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second, .all-feature .table-section .virtual-number .use-cases #tab-second {
    padding: 0
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second, .virtual-number .use-cases .all-feature .table-section #tab-second, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second, .all-feature .table-section .virtual-number .use-cases #tab-second {
        display: block
    }
}
.virtual-number .use-cases #tabs .section-title, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .section-title, .virtual-number .use-cases .all-feature .table-section #tab-second .section-title, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .section-title, .all-feature .table-section .virtual-number .use-cases #tab-second .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.virtual-number .use-cases #tabs ul#pricing_tabs, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 1px #dddd;
    border-radius: 10px
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a:hover, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a.active, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a.active .tab-content.active, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active {
    opacity: 1
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .virtual-number .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a span, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a span, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a span, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a span, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a span {
    display: block
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a svg, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a svg, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a svg, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a svg, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a svg {
    width: 40px;
    height: 40px
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a #In_App_Call__ .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .virtual-number .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .virtual-number .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .virtual-number .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .virtual-number .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.virtual-number .use-cases #tabs .tab-content, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content {
    padding: 0
}
.virtual-number .use-cases #tabs .tab-content .tab-top-hedding, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding {
    padding: 40px 20px;
    height: 250px;
    display: flex;
    flex-direction: column
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-content .tab-top-hedding, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding {
        padding: 20px 10px;
        height: auto
    }
}
.virtual-number .use-cases #tabs .tab-content .tab-top-hedding h6, .virtual-number.virtual-number-edit .use-cases #tabs .tab-content .tab-top-hedding h3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding h6 {
    font-size: 30px;
    color: #333;
    padding: 0;
    font-weight: 500;
    margin: 0
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-content .tab-top-hedding h6, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding h6 {
        font-size: 20px;
        line-height: 25px
    }
}
.virtual-number .use-cases #tabs .tab-content .tab-top-hedding p, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding p {
    padding-top: 5px;
    margin: 0
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-content .tab-top-hedding p, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .tab-top-hedding p {
        text-align: left
    }
}
.virtual-number .use-cases #tabs .tab-content .detail-text h6, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .detail-text h6, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .detail-text h6 {
    font-size: 18px
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-content .detail-text h6, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .detail-text h6, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .detail-text h6 {
        text-align: left
    }
}
.virtual-number .use-cases #tabs .tab-content ul.nav-tabs, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content ul.nav-tabs, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
.virtual-number .use-cases #tabs .tab-content ul.nav-tabs li a, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
.virtual-number .use-cases #tabs .tab-content ul.nav-tabs li a.active, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
.virtual-number .use-cases #tabs .tab-content .sub-tab, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .sub-tab, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-content .sub-tab img, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab img, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-content .sub-tab img, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.virtual-number .use-cases #tabs .tab-pane, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane {
    margin-top: 0;
    text-align: left
}
.virtual-number .use-cases #tabs .tab-pane article, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article {
    padding: 0;
    padding-left: 15px
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-pane article, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article {
        padding: 0
    }
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li {
    height: 150px;
    margin-bottom: 10px
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li {
        margin: 0;
        padding: 0
    }
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li svg, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li svg, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li svg, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li svg, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li svg {
    width: 40px;
    height: 40px
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Share_number .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Share_number .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Share_number .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Share_number .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Share_number .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Share_number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality_Verification .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality_Verification .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality_Verification .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality_Verification .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality_Verification .st4, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st4, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st4, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st4, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality_Verification .st4 {
    fill: #010101
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Dedicated_number .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Dedicated_number .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Dedicated_number .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Dedicated_number .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Dedicated_number .st4, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st4, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st4, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st4, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Dedicated_number .st4 {
    fill: #010101
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Keywords .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Keywords .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Keywords .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Keywords .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Keywords .st4, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st4, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Keywords .st4, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st4, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Keywords .st4 {
    fill: #010101
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Message-Local-Number .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Message-Local-Number .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Message-Local-Number .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Message-Local-Number .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Message-Local-Number .st4, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st4, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st4, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st4, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Message-Local-Number .st4 {
    fill: #010101
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality-Verification .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality-Verification .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality-Verification .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality-Verification .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Quality-Verification .st4, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st4, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st4, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st4, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Quality-Verification .st4 {
    fill: #010101
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Long-Shared-number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Mobile-Number .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Mobile-Number .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Mobile-Number .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Mobile-Number .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Mobile-Number .st4, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st4, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st4, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st4, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st4 {
    fill: #010101
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Mobile-Number .st5, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st5, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st5, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st5, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Mobile-Number .st5 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Toll-Free-Number .st0, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st0, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st0, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st0, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st0 {
    display: none
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Toll-Free-Number .st1, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st1, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st1, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st1, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Toll-Free-Number .st2, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st2, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st2, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st2, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st2 {
    display: inline
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Toll-Free-Number .st3, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st3, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st3, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st3, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Toll-Free-Number .st4, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st4, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st4, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st4, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st4 {
    fill: #010101
}
.virtual-number .use-cases #tabs .tab-pane article .plat-tab-ul li #Toll-Free-Number .st5, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st5, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st5, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st5, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article .plat-tab-ul li #Toll-Free-Number .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.virtual-number .use-cases #tabs .tab-pane article h6, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article h6, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article h6, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article h6, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin: 0
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-pane article h6, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article h6, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article h6, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article h6, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article h6 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.virtual-number .use-cases #tabs .tab-pane article p, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article p, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article p, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article p, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .virtual-number .use-cases #tabs .tab-pane article p, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article p, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article p, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article p, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article p {
        font-size: 16px;
        line-height: 20px
    }
}
.virtual-number .use-cases #tabs .tab-pane article ul, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column
}
.virtual-number .use-cases #tabs .tab-pane article ul li, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul li, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul li, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative
}
.virtual-number .use-cases #tabs .tab-pane article ul li::before, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul li::before, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul li::before, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li::before, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li::before {
    content: " ";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .virtual-number .use-cases #tabs .tab-pane article ul li, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul li, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul li, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.virtual-number .use-cases #tabs .tab-pane article ul li a, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul li a, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul li a, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 18px;
    color: #f13d3d
}
.virtual-number .use-cases #tabs .tab-pane article ul li a:hover, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul li a:hover, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul li a:hover, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a:hover, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a:hover {
    font-weight: 600
}
.virtual-number .use-cases #tabs .tab-pane article ul li a b, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul li a b, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul li a b, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a b, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a b {
    font-weight: 600
}
.virtual-number .use-cases #tabs .tab-pane article ul li a i, .virtual-number .use-cases .video-pricing-theme .table-section #tab-second .tab-pane article ul li a i, .virtual-number .use-cases .all-feature .table-section #tab-second .tab-pane article ul li a i, .video-pricing-theme .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a i, .all-feature .table-section .virtual-number .use-cases #tab-second .tab-pane article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block
}
.virtual-number .Programming_Languages h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .virtual-number .Programming_Languages h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .virtual-number .Programming_Languages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media only screen and (max-width:1200px) {
    .virtual-number .Programming_Languages h6.red-txt {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .virtual-number .Programming_Languages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.virtual-number .Programming_Languages h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 40px
}
@media(max-width:991px) {
    .virtual-number .Programming_Languages h4 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.virtual-number .Programming_Languages p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .virtual-number .Programming_Languages p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.virtual-number .Programming_Languages .vert-border {
    background: url(../../images/virtual-number/vertical-border.png) no-repeat;
    background-position: top center;
    height: 103px
}
.virtual-number .Programming_Languages .platform-sec {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .virtual-number .Programming_Languages .platform-sec {
        width: 100%;
        padding: 20px 10px
    }
}
.virtual-number .Programming_Languages .platform-sec h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0
}
@media(max-width:991px) {
    .virtual-number .Programming_Languages .platform-sec h5 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin: 10px
    }
}
.virtual-number .Programming_Languages .platform-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .virtual-number .Programming_Languages .platform-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-align: center;
        margin: 5px;
        padding: 0
    }
}
.virtual-number .Programming_Languages .platform-sec p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.virtual-number .Programming_Languages .platform-sec p a:hover {
    font-weight: 600
}
.virtual-number .Programming_Languages .platform-sec p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.virtual-number .Programming_Languages .platform-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    margin: 0
}
.virtual-number .Programming_Languages .platform-sec ul li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 20px
}
.virtual-number .Programming_Languages .platform-sec ul li a {
    color: #4e4e4e;
    font-size: 16px
}
.virtual-number .Programming_Languages .platform-sec ul li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.virtual-number .Programming_Languages .platform-sec ul li a span {
    display: flex;
    justify-content: space-around;
    align-self: flex-start;
    font-weight: bold
}
.virtual-number .Expert_help {
    background: url(../../images/virtual-number/left-double-circle-bg.png) no-repeat;
    background-position: center left;
    margin-bottom: 60px;
    text-align: center
}
@media(max-width:991px) {
    .virtual-number .Expert_help {
        background: 0;
        margin: 0
    }
}
.virtual-number .Expert_help h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .virtual-number .Expert_help h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .virtual-number .Expert_help h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media only screen and (max-width:1200px) {
    .virtual-number .Expert_help h6.red-txt {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .virtual-number .Expert_help h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.virtual-number .Expert_help h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .virtual-number .Expert_help h4 {
        font-size: 25px;
        line-height: 30px;
        text-align: center
    }
}
.virtual-number .Expert_help p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .virtual-number .Expert_help p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.virtual-number .Expert_help article {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .virtual-number .Expert_help article {
        width: 100%;
        padding: 20px 10px
    }
}
.virtual-number .Expert_help article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0
}
@media(max-width:991px) {
    .virtual-number .Expert_help article h4 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        margin: 10px
    }
}
.virtual-number .Expert_help article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .virtual-number .Expert_help article p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-align: center;
        margin: 5px;
        padding: 0
    }
}
.virtual-number .Expert_help article p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.virtual-number .Expert_help article p a:hover {
    font-weight: 600
}
.virtual-number .Expert_help article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.virtual-number .Expert_help article svg {
    width: 40px;
    height: 40px
}
.virtual-number .Expert_help article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #SMS_Demo_App .st3 {
    fill: #ef3f3e
}
.virtual-number .Expert_help article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #SMS_Demo_App .st5 {
    fill: #ef3e3d
}
.virtual-number .Expert_help article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.virtual-number .Expert_help article #Developer_Centric_Documentation .st4 {
    fill: #ef403e
}
.virtual-number .Expert_help article:hover #In_App_Call__ path, .virtual-number .Expert_help article:hover #In_App_Call__ circle, .virtual-number .Expert_help article:hover #App-to-People_Calls path, .virtual-number .Expert_help article:hover #App-to-People_Calls circle, .virtual-number .Expert_help article:hover #Phone_to_Phone_Calls_1_ path, .virtual-number .Expert_help article:hover #Phone_to_Phone_Calls_1_ circle, .virtual-number .Expert_help article:active #In_App_Call__ path, .virtual-number .Expert_help article:active #In_App_Call__ circle, .virtual-number .Expert_help article:active #App-to-People_Calls path, .virtual-number .Expert_help article:active #App-to-People_Calls circle, .virtual-number .Expert_help article:active #Phone_to_Phone_Calls_1_ path, .virtual-number .Expert_help article:active #Phone_to_Phone_Calls_1_ circle, .virtual-number .Expert_help article:focus #In_App_Call__ path, .virtual-number .Expert_help article:focus #In_App_Call__ circle, .virtual-number .Expert_help article:focus #App-to-People_Calls path, .virtual-number .Expert_help article:focus #App-to-People_Calls circle, .virtual-number .Expert_help article:focus #Phone_to_Phone_Calls_1_ path, .virtual-number .Expert_help article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.virtual-number .developer-guide {
    margin: 0;
    background: #f13d3d;
    background: linear-gradient(180deg, rgba(241, 61, 61, 0.05) 0, rgba(164, 27, 138, 0.05) 35%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 50px
}
@media(max-width:991px) {
    .virtual-number .developer-guide {
        padding-top: 0
    }
}
.virtual-number .developer-guide .Voice-API-grid a .txt-red {
    color: #f13d3d
}
.virtual-number .developer-guide .Voice-API-grid a .txt-red:hover {
    font-weight: bold
}
.virtual-number .developer-guide .Voice-API-grid a figure svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
@media(max-width:991px) {
    .virtual-number .developer-guide .Voice-API-grid a figure svg {
        display: inline-flex;
        align-items: center;
        justify-content: center
    }
}
.virtual-number .developer-guide .Voice-API-grid a #Pay-as-you-go-Pricing .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .developer-guide .Voice-API-grid a #Volume-Discount .st0 {
    display: none
}
.virtual-number .developer-guide .Voice-API-grid a #Volume-Discount .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .developer-guide .Voice-API-grid a #Volume-Discount .st2 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.virtual-number .developer-guide .Voice-API-grid a:hover #Pay-as-you-go-Pricing path, .virtual-number .developer-guide .Voice-API-grid a:hover #Pay-as-you-go-Pricing line, .virtual-number .developer-guide .Voice-API-grid a:hover #Pay-as-you-go-Pricing ellipse, .virtual-number .developer-guide .Voice-API-grid a:hover #Pay-as-you-go-Pricing circle, .virtual-number .developer-guide .Voice-API-grid a:hover #Volume-Discount path, .virtual-number .developer-guide .Voice-API-grid a:hover #Volume-Discount line, .virtual-number .developer-guide .Voice-API-grid a:hover #Volume-Discount ellipse, .virtual-number .developer-guide .Voice-API-grid a:hover #Volume-Discount circle {
    stroke: #fff
}
.banking-theme header {
    background-color: transparent
}
.banking-theme .hlth-top-bg {
    background-image: url(../../images/healthCare/hlth_Care-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.banking-theme .hlth-top-bg .top-section {
    background: 0
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 0
    }
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        margin-top: 0
    }
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt ul {
    margin: 0;
    padding: 0;
    margin-top: 50px
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 50px;
        flex-direction: row-reverse;
        display: block
    }
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt ul li {
    float: left;
    margin: 6px
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul li {
        margin: 0 10px 0 10px;
        flex-direction: row-reverse;
        display: contents
    }
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt ul li a {
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    background: #0575e6;
    border: 1px solid transparent
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul li a {
        padding: 10px 15px;
        font-size: 15px;
        margin: 0 5px
    }
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt ul li a:hover {
    border: 1px solid #0575e6;
    background: transparent !important;
    color: #0575e6
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt ul li .border-btn {
    border: 1px solid #0575e6;
    background: transparent !important;
    color: #0575e6 !important
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt ul li .border-btn:hover {
    background: #0575e6 !important;
    color: #fff !important
}
.banking-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px;
    text-transform: capitalize
}
.banking-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .icon-with-txt {
        margin-top: 50px
    }
}
.banking-theme .hlth-top-bg .icon-with-txt svg {
    width: 60px;
    height: 60px
}
.banking-theme .hlth-top-bg .icon-with-txt #Enables_secure_connections .st0 {
    fill: none;
    stroke: #3b72b9;
    stroke-miterlimit: 10
}
.banking-theme .hlth-top-bg .icon-with-txt #Enables_secure_connections .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.banking-theme .hlth-top-bg .icon-with-txt #Improve_high_touch_engagement .st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.banking-theme .hlth-top-bg .icon-with-txt #Improve_high_touch_engagement .st1 {
    fill: none;
    stroke: #3b72b9;
    stroke-miterlimit: 10
}
.banking-theme .hlth-top-bg .icon-with-txt #Maximise-convenience .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.banking-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
@media(max-width:991px) {
    .banking-theme .hlth-top-bg .icon-with-txt p {
        font-size: 16px;
        line-height: 20px
    }
}
.banking-theme .why-EnableX {
    background-color: #fff;
    background-image: url(../images/banking/bank-journey-bg.png) !important;
    width: 100%;
    height: 850px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .banking-theme .why-EnableX {
        background-image: none !important;
        height: auto;
        margin-top: 0
    }
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .mar-top-25 {
        margin-top: 0
    }
}
.banking-theme .why-EnableX .why-round-bg {
    text-align: center;
    margin-bottom: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .why-round-bg {
        background: 0;
        margin-bottom: 0;
        height: auto
    }
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .why-round-bg .mar-top-80 {
        margin-top: 0
    }
}
.banking-theme .why-EnableX .why-round-bg h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #0575e6;
    margin-top: 150px !important;
    font-size: 15px;
    line-height: 25px
}
@media(min-width:992px) and (max-width:1199px) {
    .banking-theme .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 50px !important
    }
}
.banking-theme .why-EnableX .why-round-bg h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .why-round-bg h4 {
        font-size: 25px;
        line-height: 30px
    }
}
.banking-theme .why-EnableX .why-round-bg p {
    font-size: 18px;
    padding: 0 25px;
    color: #333;
    padding-top: 10px
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .why-round-bg p {
        font-size: 16px;
        line-height: 20px
    }
}
.banking-theme .why-EnableX article {
    padding: 30px 0 0 79px
}
@media(max-width:991px) {
    .banking-theme .why-EnableX article {
        padding: 10px
    }
}
.banking-theme .why-EnableX article h4 {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: bold
}
.banking-theme .why-EnableX article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .banking-theme .why-EnableX article p {
        font-size: 16px;
        line-height: 20px
    }
}
.banking-theme .why-EnableX article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #0575e6;
    line-height: 50px
}
.banking-theme .why-EnableX article .big-num sub {
    font-size: 22px
}
.banking-theme .why-EnableX article .source {
    font-size: 12px;
    color: #000;
    padding: 0;
    font-weight: 400
}
.banking-theme .why-EnableX article.mob-hide {
    display: block
}
@media(max-width:991px) {
    .banking-theme .why-EnableX article.mob-hide {
        display: none
    }
}
.banking-theme .why-EnableX .call-section {
    padding: 10px 40px
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .call-section {
        padding: 10px
    }
}
.banking-theme .why-EnableX .call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .call-section h3 {
        text-align: center;
        font-size: 22px;
        line-height: 25px;
        padding-top: 10px
    }
}
.banking-theme .why-EnableX .call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit
}
@media(max-width:991px) {
    .banking-theme .why-EnableX .call-section p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
@media(max-width:991px) {
    .banking-theme .why-EnableX ul {
        margin: 0;
        padding: 0
    }
}
.banking-theme .hlth-use-cases {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    background-image: url(../images/banking/hlth-use-case-bg.png) !important;
    background-position: 52% 38%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: auto;
    text-align: center
}
@media(max-width:991px) {
    .banking-theme .hlth-use-cases {
        margin: 0;
        background-image: none !important
    }
}
.banking-theme .hlth-use-cases ul li {
    height: 430px
}
.banking-theme .hlth-use-cases ul .card {
    height: 100%
}
.banking-theme .hlth-use-cases ul .card #Know_your_Customer .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Video_Enabled_Kiosk .st0 {
    fill: none;
    stroke: #141314;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Video_Enabled_Kiosk .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Video_Enabled_ATM .st0 {
    fill: none;
    stroke: #121212;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Factor_Authentication .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Factor_Authentication .st1 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Transaction_notification .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Transaction_notification .st1 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Transaction_notification .st2 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.banking-theme .hlth-use-cases ul .card #video_banking .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.banking-theme .hlth-use-cases ul .card #video_banking .st1 {
    fill: none;
    stroke: #121212;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card #Video_enabled_Chatbots .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.banking-theme .hlth-use-cases ul .card #Video_enabled_Chatbots .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.banking-theme .hlth-use-cases ul .card:hover #Know_your_Customer path, .banking-theme .hlth-use-cases ul .card:hover #Know_your_Customer circle, .banking-theme .hlth-use-cases ul .card:hover #Know_your_Customer rect, .banking-theme .hlth-use-cases ul .card:hover #Know_your_Customer ellipse, .banking-theme .hlth-use-cases ul .card:hover #Know_your_Customer line, .banking-theme .hlth-use-cases ul .card:hover #Know_your_Customer polyline, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_Kiosk path, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_Kiosk circle, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_Kiosk rect, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_Kiosk ellipse, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_Kiosk line, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_Kiosk polyline, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_ATM path, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_ATM circle, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_ATM rect, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_ATM ellipse, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_ATM line, .banking-theme .hlth-use-cases ul .card:hover #Video_Enabled_ATM polyline, .banking-theme .hlth-use-cases ul .card:hover #Factor_Authentication path, .banking-theme .hlth-use-cases ul .card:hover #Factor_Authentication circle, .banking-theme .hlth-use-cases ul .card:hover #Factor_Authentication rect, .banking-theme .hlth-use-cases ul .card:hover #Factor_Authentication ellipse, .banking-theme .hlth-use-cases ul .card:hover #Factor_Authentication line, .banking-theme .hlth-use-cases ul .card:hover #Factor_Authentication polyline, .banking-theme .hlth-use-cases ul .card:hover #Transaction_notification path, .banking-theme .hlth-use-cases ul .card:hover #Transaction_notification circle, .banking-theme .hlth-use-cases ul .card:hover #Transaction_notification rect, .banking-theme .hlth-use-cases ul .card:hover #Transaction_notification ellipse, .banking-theme .hlth-use-cases ul .card:hover #Transaction_notification line, .banking-theme .hlth-use-cases ul .card:hover #Transaction_notification polyline, .banking-theme .hlth-use-cases ul .card:hover #Video_enabled_Chatbots path, .banking-theme .hlth-use-cases ul .card:hover #Video_enabled_Chatbots circle, .banking-theme .hlth-use-cases ul .card:hover #Video_enabled_Chatbots rect, .banking-theme .hlth-use-cases ul .card:hover #Video_enabled_Chatbots ellipse, .banking-theme .hlth-use-cases ul .card:hover #Video_enabled_Chatbots line, .banking-theme .hlth-use-cases ul .card:hover #Video_enabled_Chatbots polyline, .banking-theme .hlth-use-cases ul .card:hover #video_banking path, .banking-theme .hlth-use-cases ul .card:hover #video_banking circle, .banking-theme .hlth-use-cases ul .card:hover #video_banking rect, .banking-theme .hlth-use-cases ul .card:hover #video_banking ellipse, .banking-theme .hlth-use-cases ul .card:hover #video_banking line, .banking-theme .hlth-use-cases ul .card:hover #video_banking polyline {
    stroke: #fff
}
.banking-theme .hlth-use-cases ul .card:hover {
    background: #0575e6 !important;
    background: linear-gradient(180deg, #0575e6 31%, #4dac4a 100%) !important
}
.banking-theme .hlth-use-cases ul .card:hover .card-body h5, .banking-theme .hlth-use-cases ul .card:hover .card-body p, .banking-theme .hlth-use-cases ul .card:hover .card-body .iot-solu, .banking-theme .hlth-use-cases ul .card:hover .card-body i {
    color: #fff !important
}
.banking-theme .healthcare-journey {
    background-color: #fff;
    background-image: url("../images/banking/banking-journey-lft-bg.png") !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 150px
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey {
        background-image: none !important;
        height: auto;
        margin-top: 0;
        margin-bottom: 50px
    }
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey .mar-top-80 {
        margin-top: 0
    }
}
.banking-theme .healthcare-journey h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #0575e6;
    margin-top: 150px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .banking-theme .healthcare-journey h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey h6.cyan-txt {
        font-size: 15px;
        line-height: 20px;
        margin-top: 50px !important
    }
}
.banking-theme .healthcare-journey h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 600
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        padding-bottom: 10px
    }
}
.banking-theme .healthcare-journey p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding: 0;
    margin-bottom: 60px
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0
    }
}
.banking-theme .healthcare-journey p img {
    display: block
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey p img {
        display: none
    }
}
.banking-theme .healthcare-journey article {
    padding: 0 40px
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey article {
        padding: 10px
    }
}
.banking-theme .healthcare-journey article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey article p {
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }
}
.banking-theme .healthcare-journey article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #0575e6;
    line-height: 50px
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey article .big-num {
        font-size: 100%;
        line-height: 100%
    }
}
.banking-theme .healthcare-journey article .big-num sub {
    font-size: 22px
}
.banking-theme .healthcare-journey article .source {
    font-size: 15px;
    color: #000;
    padding: 25px 0;
    font-weight: 400
}
.banking-theme .healthcare-journey .call-section {
    padding: 10px 40px
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey .call-section {
        padding: 10px
    }
}
.banking-theme .healthcare-journey .call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey .call-section h3 {
        text-align: left;
        font-size: 22px;
        line-height: 25px;
        padding-top: 10px
    }
}
.banking-theme .healthcare-journey .call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-bottom: 10px
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey .call-section p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 10px
    }
}
@media(max-width:991px) {
    .banking-theme .healthcare-journey ul {
        margin: 0;
        padding: 0
    }
}
.banking-theme .developer-guide {
    margin: 0;
    background: #0a78e6;
    background: linear-gradient(180deg, rgba(10, 120, 230, 0.1) 32%, rgba(74, 169, 91, 0.1) 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px
}
.banking-theme .developer-guide h6.blue-txt {
    margin-top: 0 !important
}
.banking-theme .developer-guide article #video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.banking-theme .developer-guide article #video:hover #video path, .banking-theme .developer-guide article #video:hover #video circle, .banking-theme .developer-guide article #video:active #video path, .banking-theme .developer-guide article #video:active #video circle, .banking-theme .developer-guide article #video:focus #video path, .banking-theme .developer-guide article #video:focus #video circle {
    stroke: #0575e6
}
.iot-theme header {
    background-color: transparent
}
.iot-theme .hlth-top-bg {
    background-image: url(../../images/healthCare/hlth_Care-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.iot-theme .hlth-top-bg .top-section {
    background: 0;
    height: 750px;
    padding-top: 90px
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-top: 50px;
        padding: 0
    }
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.iot-theme .hlth-top-bg .top-section #Improve_operational_cost .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section #Improve_operational_cost .st1 {
    fill: none;
    stroke: #eb2227;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section #Emergency_notification_real_time .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section #Emergency_notification_real_time .st1 {
    fill: none;
    stroke: #eb2227;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section #Emergency_notification .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section #Emergency_notification .st1 {
    fill: none;
    stroke: #eb2227;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section #Connect_things .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section #Connect_things .st1 {
    fill: none;
    stroke: #eb2227;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.iot-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px
}
.iot-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px;
    text-transform: capitalize
}
@media(min-width:1000px) and (max-width:1100px) {
    .iot-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 50px;
        display: block
    }
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section .voice-api-txt ul li {
        margin: 0 10px 0 10px;
        flex-direction: row-reverse;
        display: contents
    }
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section .voice-api-txt ul li a {
        padding: 10px 15px;
        font-size: 15px;
        margin: 0 5px
    }
}
.iot-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .top-section .mt-5 {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .icon-with-txt {
        margin-top: 20px
    }
}
.iot-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
@media(max-width:991px) {
    .iot-theme .hlth-top-bg .icon-with-txt p {
        font-size: 16px;
        line-height: 20px
    }
}
.iot-theme .why-EnableX {
    background-color: #fff;
    background-image: none !important;
    height: 826px !important;
    margin-top: 100px
}
@media(max-width:991px) {
    .iot-theme .why-EnableX {
        height: auto
    }
}
.iot-theme .why-EnableX .why-round-bg {
    background: url("../../images/iot/iot-why-enablex-bg.png") no-repeat;
    background-position: top center;
    height: 100%;
    margin-bottom: 40px;
    text-align: center
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .why-round-bg {
        background: 0;
        height: auto;
        margin-bottom: 0
    }
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .why-round-bg .mar-top-80 {
        margin-top: 0
    }
}
.iot-theme .why-EnableX .why-round-bg h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #f13d3d;
    margin-top: 100px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .iot-theme .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .why-round-bg h6.cyan-txt {
        font-size: 15px;
        line-height: 20px;
        margin-top: 50px !important
    }
}
.iot-theme .why-EnableX .why-round-bg h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .why-round-bg h4 {
        font-size: 20px;
        line-height: 25px
    }
}
.iot-theme .why-EnableX .why-round-bg p {
    font-size: 18px;
    padding: 0 25px;
    color: #333;
    padding-top: 10px
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .why-round-bg p {
        font-size: 16px;
        line-height: 20px;
        padding: 0
    }
}
.iot-theme .why-EnableX article {
    padding: 10px 0 0 40px
}
.iot-theme .why-EnableX article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
.iot-theme .why-EnableX article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #f13d3d;
    line-height: 50px
}
.iot-theme .why-EnableX article .big-num sub {
    font-size: 22px
}
.iot-theme .why-EnableX article .source {
    font-size: 15px;
    color: #000;
    font-weight: 400
}
.iot-theme .why-EnableX article .source span {
    font-size: 12px;
    color: #000;
    line-height: 15px !important;
    display: inline-flex
}
.iot-theme .why-EnableX .call-section {
    padding: 5px 40px
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .call-section {
        padding: 10px
    }
}
.iot-theme .why-EnableX .call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px;
    text-align: left
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .call-section h3 {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        padding-top: 10px;
        text-align: center
    }
}
.iot-theme .why-EnableX .call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    text-align: left;
    padding: 0
}
@media(max-width:991px) {
    .iot-theme .why-EnableX .call-section p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
@media(max-width:991px) {
    .iot-theme .why-EnableX ul {
        margin: 0;
        padding: 0
    }
}
.iot-theme .healthcare-journey .call-section p {
    margin-bottom: 10px
}
.iot-theme .healthcare-journey .call-section p a.read-more {
    font-size: 18px;
    line-height: 22px;
    color: #f13d3d
}
.iot-theme .healthcare-journey .call-section p a.read-more:hover {
    font-weight: bold
}
.iot-theme .features {
    background-color: #fff;
    background-image: url("../../images/world-map.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center
}
@media(max-width:991px) {
    .iot-theme .features {
        background-image: none;
        margin-bottom: 50px
    }
}
.iot-theme .features .features-lft-bg {
    margin-top: 0;
    margin-bottom: 150px;
    background-image: url(../images/iot/use-case-bg.png) !important;
    text-align: center;
    background-color: #fff;
    background-position: 52% 38%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: auto
}
@media(max-width:991px) {
    .iot-theme .features .features-lft-bg {
        background-image: none;
        margin-top: 0;
        margin-bottom: 0
    }
}
.iot-theme .features .features-lft-bg ul {
    flex-wrap: wrap
}
@media(max-width:991px) {
    .iot-theme .features .features-lft-bg ul {
        margin: 0;
        padding: 0
    }
}
.iot-theme .features .features-lft-bg ul li {
    width: 33% !important;
    margin: 0;
    padding: 12px 15px
}
@media(max-width:991px) {
    .iot-theme .features .features-lft-bg ul li {
        width: 100% !important
    }
}
.iot-theme .features .features-lft-bg ul li .card {
    text-align: left;
    border-radius: 12px;
    padding: 20px 20px;
    width: 100% !important;
    height: 440px !important;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
@media(max-width:991px) {
    .iot-theme .features .features-lft-bg ul li .card {
        height: 100% !important
    }
}
.iot-theme .features .features-lft-bg ul li .card svg {
    width: 60px;
    height: 60px
}
@media(max-width:991px) {
    .iot-theme .features .features-lft-bg ul li .card svg {
        width: 40px;
        height: 40px
    }
}
.iot-theme .features .features-lft-bg ul li .card #Talent_Search .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .features .features-lft-bg ul li .card #Interview_Recording .st0 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.iot-theme .features .features-lft-bg ul li .card #Interview_Recording .st1 {
    fill: none;
    stroke: #010101;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .features .features-lft-bg ul li .card #Appointment_Reminder .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.iot-theme .features .features-lft-bg ul li .card #Biometric .biometric-1 {
    fill: none;
    stroke: #242525;
    stroke-linecap: round;
    stroke-miterlimit: 10
}
.iot-theme .features .features-lft-bg ul li .card #AI-enabled .ai-enabled-0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.iot-theme .features .features-lft-bg ul li .card #Smart_Environment .smart_environment-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.iot-theme .features .features-lft-bg ul li .card:hover #Talent_Search path, .iot-theme .features .features-lft-bg ul li .card:hover #Talent_Search ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #Talent_Search line, .iot-theme .features .features-lft-bg ul li .card:hover #Talent_Search polyline, .iot-theme .features .features-lft-bg ul li .card:hover #Talent_Search rect, .iot-theme .features .features-lft-bg ul li .card:hover #Talent_Search circle, .iot-theme .features .features-lft-bg ul li .card:hover #Interview_Recording path, .iot-theme .features .features-lft-bg ul li .card:hover #Interview_Recording ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #Interview_Recording line, .iot-theme .features .features-lft-bg ul li .card:hover #Interview_Recording polyline, .iot-theme .features .features-lft-bg ul li .card:hover #Interview_Recording rect, .iot-theme .features .features-lft-bg ul li .card:hover #Interview_Recording circle, .iot-theme .features .features-lft-bg ul li .card:hover #Appointment_Reminder path, .iot-theme .features .features-lft-bg ul li .card:hover #Appointment_Reminder ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #Appointment_Reminder line, .iot-theme .features .features-lft-bg ul li .card:hover #Appointment_Reminder polyline, .iot-theme .features .features-lft-bg ul li .card:hover #Appointment_Reminder rect, .iot-theme .features .features-lft-bg ul li .card:hover #Appointment_Reminder circle, .iot-theme .features .features-lft-bg ul li .card:hover #Biometric path, .iot-theme .features .features-lft-bg ul li .card:hover #Biometric ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #Biometric line, .iot-theme .features .features-lft-bg ul li .card:hover #Biometric polyline, .iot-theme .features .features-lft-bg ul li .card:hover #Biometric rect, .iot-theme .features .features-lft-bg ul li .card:hover #Biometric circle, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Environment path, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Environment ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Environment line, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Environment polyline, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Environment rect, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Environment circle, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Cities path, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Cities ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Cities line, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Cities polyline, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Cities rect, .iot-theme .features .features-lft-bg ul li .card:hover #Smart_Cities circle, .iot-theme .features .features-lft-bg ul li .card:hover #Healthcare path, .iot-theme .features .features-lft-bg ul li .card:hover #Healthcare ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #Healthcare line, .iot-theme .features .features-lft-bg ul li .card:hover #Healthcare polyline, .iot-theme .features .features-lft-bg ul li .card:hover #Healthcare rect, .iot-theme .features .features-lft-bg ul li .card:hover #Healthcare circle, .iot-theme .features .features-lft-bg ul li .card:hover #AI-enabled path, .iot-theme .features .features-lft-bg ul li .card:hover #AI-enabled ellipse, .iot-theme .features .features-lft-bg ul li .card:hover #AI-enabled line, .iot-theme .features .features-lft-bg ul li .card:hover #AI-enabled polyline, .iot-theme .features .features-lft-bg ul li .card:hover #AI-enabled rect, .iot-theme .features .features-lft-bg ul li .card:hover #AI-enabled circle {
    stroke: #fff
}
.iot-theme .features .features-lft-bg ul li .card .card-body {
    padding: 0;
    cursor: pointer
}
.iot-theme .features .features-lft-bg ul li .card .card-body h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 10px
}
.iot-theme .features .features-lft-bg ul li .card .card-body p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px
}
@media(max-width:991px) {
    .iot-theme .features .features-lft-bg ul li .card .card-body p {
        text-align: left
    }
}
.iot-theme .features .features-lft-bg ul li .card .card-body p b {
    font-weight: bold;
    display: block
}
.iot-theme .features .features-lft-bg ul li .card .card-body .iot-solu {
    color: #0575e6;
    text-decoration: none
}
.iot-theme .features .features-lft-bg ul li .card .card-body .iot-solu:hover {
    color: #fff
}
.iot-theme .features .features-lft-bg ul li .card:hover {
    background: #f13d3d;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%)
}
.iot-theme .features .features-lft-bg ul li .card:hover .card-body h5, .iot-theme .features .features-lft-bg ul li .card:hover .card-body p, .iot-theme .features .features-lft-bg ul li .card:hover .card-body .iot-solu, .iot-theme .features .features-lft-bg ul li .card:hover .card-body i {
    color: #fff !important
}
@media(max-width:991px) {
    .iot-theme .features .features-center-bg {
        display: none
    }
}
.iot-theme .features .features-center-bg .sub-txt {
    margin-top: 80px;
    height: 80%;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 10px 10px 17px -10px rgba(0, 0, 0, 0.48);
    border-radius: 10px;
    padding: 25px
}
.iot-theme .features .features-center-bg .sub-txt article {
    padding: 15px 0 0 0
}
.iot-theme .features .features-center-bg .sub-txt article h5 {
    color: #f13d3d;
    font-size: 20px;
    font-weight: 700;
    text-align: left
}
.iot-theme .features .features-center-bg .sub-txt article p {
    color: #4e4e4e;
    font-size: 16px;
    padding-top: 0;
    text-align: left
}
.iot-theme .features .feature-for-mob {
    display: none
}
.iot-theme .features .feature-for-mob select {
    background: #ffff;
    font-size: 20px;
    padding: 5px 43px;
    border-radius: 9px;
    line-height: 30px;
    margin: 15px
}
.iot-theme .features .feature-for-mob select:focus {
    outline: 0
}
@media(max-width:991px) {
    .iot-theme .features .feature-for-mob {
        display: block
    }
}
.iot-theme .features .mar-top-80 {
    margin-top: 11% !important
}
.iot-theme .features h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .iot-theme .features h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .iot-theme .features h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .iot-theme .features h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.iot-theme .features h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px
}
@media(max-width:991px) {
    .iot-theme .features h4 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}
.iot-theme .features p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .iot-theme .features p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.iot-theme .features #myTabContent {
    margin-top: -60px
}
.iot-theme .features #myTabContent img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.iot-theme .features .nav-pills .nav-link {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px
}
.iot-theme .features .nav-pills .nav-link.active {
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.09);
    background-color: #f13d3d;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}
.iot-theme .features .nav-pills .show .nav-link {
    color: #fff;
    background-color: #f13d3d;
    text-align: left;
    color: pink
}
@media(max-width:991px) {
    .iot-theme .features img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.iot-theme .features ul.features-tab-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 80px;
    border: 0
}
.iot-theme .features ul.features-tab-ul li {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgba(114, 114, 114, 0.05);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
    color: #333
}
.iot-theme .features ul.features-tab-ul li:hover, .iot-theme .features ul.features-tab-ul li:active, .iot-theme .features ul.features-tab-ul li:focus, .iot-theme .features ul.features-tab-ul li .active {
    background-color: #f13d3d;
    color: #fff
}
.iot-theme .features ul.features-tab-ul li a {
    border: 0;
    box-shadow: 19px 6px 14px -12px rgba(0, 0, 0, 0.9);
    font-size: 18px;
    color: #333;
    padding: 8px 15px;
    border-radius: 5px
}
.iot-theme .features ul.features-tab-ul li a img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px
}
.iot-theme .features ul.features-tab-ul li a svg {
    width: 40px;
    height: 40px;
    margin-right: 10px
}
.iot-theme .features ul.features-tab-ul li a #webcam .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .features ul.features-tab-ul li a #webcam #Smart_Cities .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .features ul.features-tab-ul li a #webcam #Healthcare .st0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.iot-theme .features ul.features-tab-ul li a #webcam #Healthcare .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .features ul.features-tab-ul li a #webcam #Proactive_Maintenance .st0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.iot-theme .features ul.features-tab-ul li a #webcam:hover #webcam path, .iot-theme .features ul.features-tab-ul li a #webcam:hover #webcam polyline, .iot-theme .features ul.features-tab-ul li a #webcam:hover #webcam circle, .iot-theme .features ul.features-tab-ul li a #webcam:hover #webcam line, .iot-theme .features ul.features-tab-ul li a #webcam:hover #webcam ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Smart_Cities path, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Smart_Cities polyline, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Smart_Cities circle, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Smart_Cities line, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Smart_Cities ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Customer-Support path, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Customer-Support polyline, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Customer-Support circle, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Customer-Support line, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Customer-Support ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Healthcare path, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Healthcare polyline, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Healthcare circle, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Healthcare line, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Healthcare ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Proactive_Maintenance path, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Proactive_Maintenance polyline, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Proactive_Maintenance circle, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Proactive_Maintenance line, .iot-theme .features ul.features-tab-ul li a #webcam:hover #Proactive_Maintenance ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:active #webcam path, .iot-theme .features ul.features-tab-ul li a #webcam:active #webcam polyline, .iot-theme .features ul.features-tab-ul li a #webcam:active #webcam circle, .iot-theme .features ul.features-tab-ul li a #webcam:active #webcam line, .iot-theme .features ul.features-tab-ul li a #webcam:active #webcam ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:active #Smart_Cities path, .iot-theme .features ul.features-tab-ul li a #webcam:active #Smart_Cities polyline, .iot-theme .features ul.features-tab-ul li a #webcam:active #Smart_Cities circle, .iot-theme .features ul.features-tab-ul li a #webcam:active #Smart_Cities line, .iot-theme .features ul.features-tab-ul li a #webcam:active #Smart_Cities ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:active #Customer-Support path, .iot-theme .features ul.features-tab-ul li a #webcam:active #Customer-Support polyline, .iot-theme .features ul.features-tab-ul li a #webcam:active #Customer-Support circle, .iot-theme .features ul.features-tab-ul li a #webcam:active #Customer-Support line, .iot-theme .features ul.features-tab-ul li a #webcam:active #Customer-Support ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:active #Healthcare path, .iot-theme .features ul.features-tab-ul li a #webcam:active #Healthcare polyline, .iot-theme .features ul.features-tab-ul li a #webcam:active #Healthcare circle, .iot-theme .features ul.features-tab-ul li a #webcam:active #Healthcare line, .iot-theme .features ul.features-tab-ul li a #webcam:active #Healthcare ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:active #Proactive_Maintenance path, .iot-theme .features ul.features-tab-ul li a #webcam:active #Proactive_Maintenance polyline, .iot-theme .features ul.features-tab-ul li a #webcam:active #Proactive_Maintenance circle, .iot-theme .features ul.features-tab-ul li a #webcam:active #Proactive_Maintenance line, .iot-theme .features ul.features-tab-ul li a #webcam:active #Proactive_Maintenance ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:focus #webcam path, .iot-theme .features ul.features-tab-ul li a #webcam:focus #webcam polyline, .iot-theme .features ul.features-tab-ul li a #webcam:focus #webcam circle, .iot-theme .features ul.features-tab-ul li a #webcam:focus #webcam line, .iot-theme .features ul.features-tab-ul li a #webcam:focus #webcam ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Smart_Cities path, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Smart_Cities polyline, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Smart_Cities circle, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Smart_Cities line, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Smart_Cities ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Customer-Support path, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Customer-Support polyline, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Customer-Support circle, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Customer-Support line, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Customer-Support ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Healthcare path, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Healthcare polyline, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Healthcare circle, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Healthcare line, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Healthcare ellipse, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Proactive_Maintenance path, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Proactive_Maintenance polyline, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Proactive_Maintenance circle, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Proactive_Maintenance line, .iot-theme .features ul.features-tab-ul li a #webcam:focus #Proactive_Maintenance ellipse {
    stroke: #fff
}
.iot-theme .features ul.features-tab-ul li a #Customer-Support .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .features ul.features-tab-ul li a #cloud-house .st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.iot-theme .features ul.features-tab-ul li a:hover #webcam path, .iot-theme .features ul.features-tab-ul li a:hover #webcam polyline, .iot-theme .features ul.features-tab-ul li a:hover #webcam circle, .iot-theme .features ul.features-tab-ul li a:hover #webcam line, .iot-theme .features ul.features-tab-ul li a:hover #webcam ellipse, .iot-theme .features ul.features-tab-ul li a:hover #cloud-house path, .iot-theme .features ul.features-tab-ul li a:hover #cloud-house polyline, .iot-theme .features ul.features-tab-ul li a:hover #cloud-house circle, .iot-theme .features ul.features-tab-ul li a:hover #cloud-house line, .iot-theme .features ul.features-tab-ul li a:hover #cloud-house ellipse, .iot-theme .features ul.features-tab-ul li a:hover #Customer-Support path, .iot-theme .features ul.features-tab-ul li a:hover #Customer-Support polyline, .iot-theme .features ul.features-tab-ul li a:hover #Customer-Support circle, .iot-theme .features ul.features-tab-ul li a:hover #Customer-Support line, .iot-theme .features ul.features-tab-ul li a:hover #Customer-Support ellipse, .iot-theme .features ul.features-tab-ul li a:hover #Smart_Cities path, .iot-theme .features ul.features-tab-ul li a:hover #Smart_Cities polyline, .iot-theme .features ul.features-tab-ul li a:hover #Smart_Cities circle, .iot-theme .features ul.features-tab-ul li a:hover #Smart_Cities line, .iot-theme .features ul.features-tab-ul li a:hover #Smart_Cities ellipse, .iot-theme .features ul.features-tab-ul li a:hover #Healthcare path, .iot-theme .features ul.features-tab-ul li a:hover #Healthcare polyline, .iot-theme .features ul.features-tab-ul li a:hover #Healthcare circle, .iot-theme .features ul.features-tab-ul li a:hover #Healthcare line, .iot-theme .features ul.features-tab-ul li a:hover #Healthcare ellipse, .iot-theme .features ul.features-tab-ul li a:hover #Proactive_Maintenance path, .iot-theme .features ul.features-tab-ul li a:hover #Proactive_Maintenance polyline, .iot-theme .features ul.features-tab-ul li a:hover #Proactive_Maintenance circle, .iot-theme .features ul.features-tab-ul li a:hover #Proactive_Maintenance line, .iot-theme .features ul.features-tab-ul li a:hover #Proactive_Maintenance ellipse, .iot-theme .features ul.features-tab-ul li a:active #webcam path, .iot-theme .features ul.features-tab-ul li a:active #webcam polyline, .iot-theme .features ul.features-tab-ul li a:active #webcam circle, .iot-theme .features ul.features-tab-ul li a:active #webcam line, .iot-theme .features ul.features-tab-ul li a:active #webcam ellipse, .iot-theme .features ul.features-tab-ul li a:active #cloud-house path, .iot-theme .features ul.features-tab-ul li a:active #cloud-house polyline, .iot-theme .features ul.features-tab-ul li a:active #cloud-house circle, .iot-theme .features ul.features-tab-ul li a:active #cloud-house line, .iot-theme .features ul.features-tab-ul li a:active #cloud-house ellipse, .iot-theme .features ul.features-tab-ul li a:active #Customer-Support path, .iot-theme .features ul.features-tab-ul li a:active #Customer-Support polyline, .iot-theme .features ul.features-tab-ul li a:active #Customer-Support circle, .iot-theme .features ul.features-tab-ul li a:active #Customer-Support line, .iot-theme .features ul.features-tab-ul li a:active #Customer-Support ellipse, .iot-theme .features ul.features-tab-ul li a:active #Smart_Cities path, .iot-theme .features ul.features-tab-ul li a:active #Smart_Cities polyline, .iot-theme .features ul.features-tab-ul li a:active #Smart_Cities circle, .iot-theme .features ul.features-tab-ul li a:active #Smart_Cities line, .iot-theme .features ul.features-tab-ul li a:active #Smart_Cities ellipse, .iot-theme .features ul.features-tab-ul li a:active #Healthcare path, .iot-theme .features ul.features-tab-ul li a:active #Healthcare polyline, .iot-theme .features ul.features-tab-ul li a:active #Healthcare circle, .iot-theme .features ul.features-tab-ul li a:active #Healthcare line, .iot-theme .features ul.features-tab-ul li a:active #Healthcare ellipse, .iot-theme .features ul.features-tab-ul li a:active #Proactive_Maintenance path, .iot-theme .features ul.features-tab-ul li a:active #Proactive_Maintenance polyline, .iot-theme .features ul.features-tab-ul li a:active #Proactive_Maintenance circle, .iot-theme .features ul.features-tab-ul li a:active #Proactive_Maintenance line, .iot-theme .features ul.features-tab-ul li a:active #Proactive_Maintenance ellipse, .iot-theme .features ul.features-tab-ul li a:focus #webcam path, .iot-theme .features ul.features-tab-ul li a:focus #webcam polyline, .iot-theme .features ul.features-tab-ul li a:focus #webcam circle, .iot-theme .features ul.features-tab-ul li a:focus #webcam line, .iot-theme .features ul.features-tab-ul li a:focus #webcam ellipse, .iot-theme .features ul.features-tab-ul li a:focus #cloud-house path, .iot-theme .features ul.features-tab-ul li a:focus #cloud-house polyline, .iot-theme .features ul.features-tab-ul li a:focus #cloud-house circle, .iot-theme .features ul.features-tab-ul li a:focus #cloud-house line, .iot-theme .features ul.features-tab-ul li a:focus #cloud-house ellipse, .iot-theme .features ul.features-tab-ul li a:focus #Customer-Support path, .iot-theme .features ul.features-tab-ul li a:focus #Customer-Support polyline, .iot-theme .features ul.features-tab-ul li a:focus #Customer-Support circle, .iot-theme .features ul.features-tab-ul li a:focus #Customer-Support line, .iot-theme .features ul.features-tab-ul li a:focus #Customer-Support ellipse, .iot-theme .features ul.features-tab-ul li a:focus #Smart_Cities path, .iot-theme .features ul.features-tab-ul li a:focus #Smart_Cities polyline, .iot-theme .features ul.features-tab-ul li a:focus #Smart_Cities circle, .iot-theme .features ul.features-tab-ul li a:focus #Smart_Cities line, .iot-theme .features ul.features-tab-ul li a:focus #Smart_Cities ellipse, .iot-theme .features ul.features-tab-ul li a:focus #Healthcare path, .iot-theme .features ul.features-tab-ul li a:focus #Healthcare polyline, .iot-theme .features ul.features-tab-ul li a:focus #Healthcare circle, .iot-theme .features ul.features-tab-ul li a:focus #Healthcare line, .iot-theme .features ul.features-tab-ul li a:focus #Healthcare ellipse, .iot-theme .features ul.features-tab-ul li a:focus #Proactive_Maintenance path, .iot-theme .features ul.features-tab-ul li a:focus #Proactive_Maintenance polyline, .iot-theme .features ul.features-tab-ul li a:focus #Proactive_Maintenance circle, .iot-theme .features ul.features-tab-ul li a:focus #Proactive_Maintenance line, .iot-theme .features ul.features-tab-ul li a:focus #Proactive_Maintenance ellipse {
    stroke: #fff
}
.iot-theme .features ul.features-tab-ul li a:hover {
    background-color: transparent
}
.iot-theme .enableX-products {
    margin: 0;
    background: #0a78e6;
    background: linear-gradient(180deg, rgba(10, 120, 230, 0.1) 32%, rgba(74, 169, 91, 0.1) 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px
}
@media(max-width:991px) {
    .iot-theme .enableX-products {
        padding-top: 30px
    }
}
.iot-theme .enableX-products .equal {
    display: flex;
    flex-wrap: wrap
}
.iot-theme .enableX-products .equal>[class*=col-] {
    display: flex;
    flex-direction: column
}
@media(max-width:991px) {
    .iot-theme .enableX-products svg {
        display: none
    }
}
.iot-theme .enableX-products h6.cyan-txt {
    padding-top: 0;
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .iot-theme .enableX-products h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .iot-theme .enableX-products h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.iot-theme .enableX-products h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    font-weight: 600
}
@media(max-width:991px) {
    .iot-theme .enableX-products h4 {
        color: #333;
        font-size: 20px;
        line-height: 25px
    }
}
.iot-theme .enableX-products p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    color: #fff
}
@media(max-width:991px) {
    .iot-theme .enableX-products p {
        color: #333;
        font-size: 16px;
        line-height: 20px
    }
}
.iot-theme .enableX-products article {
    position: relative;
    margin-top: 40px;
    background: #f9f8f9;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
@media(max-width:991px) {
    .iot-theme .enableX-products article {
        width: 100%;
        margin-bottom: 0
    }
}
.iot-theme .enableX-products article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 20px
}
@media(max-width:991px) {
    .iot-theme .enableX-products article h4 {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
        margin: 0
    }
}
.iot-theme .enableX-products article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 20px
}
@media(max-width:991px) {
    .iot-theme .enableX-products article p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px
    }
}
.iot-theme .enableX-products article p a {
    color: #ec1c23;
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    bottom: 24px;
    left: 27px
}
.iot-theme .enableX-products article p a:hover {
    font-weight: 600
}
.iot-theme .enableX-products article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.iot-theme .enableX-products article svg {
    width: 40px;
    height: 40px
}
.iot-theme .enableX-products article #video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.iot-theme .enableX-products article #video:hover #video path, .iot-theme .enableX-products article #video:hover #video circle, .iot-theme .enableX-products article #video:active #video path, .iot-theme .enableX-products article #video:active #video circle, .iot-theme .enableX-products article #video:focus #video path, .iot-theme .enableX-products article #video:focus #video circle {
    stroke: #0575e6
}
.customer-service-theme header {
    background-color: transparent
}
.customer-service-theme .hlth-top-bg {
    background-image: url(../../images/healthCare/hlth_Care-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .customer-service-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.customer-service-theme .hlth-top-bg .top-section {
    background: 0
}
@media(max-width:991px) {
    .customer-service-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 0
    }
}
.customer-service-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%;
    float: none
}
@media(max-width:991px) {
    .customer-service-theme .hlth-top-bg .top-section .voice-api-txt .red-txt {
        margin-bottom: 5px
    }
}
.customer-service-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li a {
    background-color: #00a6bb;
    color: #fff
}
@media(max-width:991px) {
    .customer-service-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li a {
        background-color: #00a6bb;
        color: #fff
    }
}
.customer-service-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li a:hover {
    border: 1px solid #00a6bb;
    background: transparent;
    color: #00a6bb
}
.customer-service-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white {
    border: 1px solid #00a6bb;
    background: transparent;
    color: #00a6bb
}
.customer-service-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white:hover {
    background: #00a6bb;
    color: #fff
}
.customer-service-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .customer-service-theme .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .customer-service-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.customer-service-theme .hlth-top-bg .icon-with-txt svg {
    width: 40px;
    height: 40px
}
.customer-service-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.customer-service-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
@media(max-width:991px) {
    .customer-service-theme .hlth-top-bg .icon-with-txt p {
        font-size: 16px;
        line-height: 20px
    }
}
.customer-service-theme .why-EnableX {
    background-color: #fff;
    background-image: url("../../images/customer-service/customer-servic-why-enablex-bg.png") !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 850px
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX {
        background-image: none !important;
        height: auto;
        margin-top: 0
    }
}
.customer-service-theme .why-EnableX .why-round-bg {
    margin-bottom: 80px;
    text-align: center
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .why-round-bg {
        background: 0;
        height: auto;
        margin-bottom: 0
    }
}
.customer-service-theme .why-EnableX .why-round-bg h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #00a6bb;
    margin-top: 150px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .customer-service-theme .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .why-round-bg h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .why-round-bg h6.cyan-txt {
        font-size: 15px;
        margin-top: 50px !important;
        line-height: 20px
    }
}
.customer-service-theme .why-EnableX .why-round-bg h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    font-weight: 600
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .why-round-bg h4 {
        font-size: 20px;
        line-height: 25px
    }
}
.customer-service-theme .why-EnableX .why-round-bg p {
    font-size: 18px;
    padding: 0 25px;
    color: #4e4e4e;
    padding-top: 10px
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .why-round-bg p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .mar-top-80 {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .mt-5 {
        margin-top: 0 !important
    }
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .mt-5 article {
        padding: 0
    }
}
.customer-service-theme .why-EnableX .mt-5 article p img {
    display: block
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .mt-5 article p img {
        display: none
    }
}
.customer-service-theme .why-EnableX article {
    padding: 0 40px
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX article {
        padding: 10px
    }
}
.customer-service-theme .why-EnableX article p {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX article p {
        font-size: 16px;
        line-height: 20px
    }
}
.customer-service-theme .why-EnableX article .big-num {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    color: #0575e6;
    line-height: 50px
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX article .big-num {
        font-size: 100%;
        line-height: 100%
    }
}
.customer-service-theme .why-EnableX article .big-num sub {
    font-size: 22px
}
.customer-service-theme .why-EnableX article .source {
    font-size: 15px;
    color: #000;
    padding: 0;
    font-weight: 400
}
.customer-service-theme .why-EnableX article.mob-hide {
    display: block
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX article.mob-hide {
        display: none
    }
}
.customer-service-theme .why-EnableX .call-section {
    padding: 10px 40px
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .call-section {
        padding: 10px
    }
}
.customer-service-theme .why-EnableX .call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .call-section h3 {
        text-align: left;
        font-size: 25px;
        line-height: 30px;
        padding-top: 10px
    }
}
.customer-service-theme .why-EnableX .call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX .call-section p {
        font-size: 16px;
        line-height: 20px;
        text-align: left
    }
}
@media(max-width:991px) {
    .customer-service-theme .why-EnableX ul {
        margin: 0;
        padding: 0
    }
}
.customer-service-theme .hlth-use-cases {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    background-image: url(../images/healthCare/hlth-use-case-bg.png) !important;
    background-position: 53% 100%;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases {
        background-image: none !important;
        margin: 0;
        padding: 0
    }
}
.customer-service-theme .hlth-use-cases h6.cyan-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #00a6bb;
    margin-top: 150px !important
}
@media(min-width:992px) and (max-width:1199px) {
    .customer-service-theme .hlth-use-cases h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases h6.cyan-txt {
        font-size: 15px;
        line-height: 20px;
        margin-top: 50px !important
    }
}
.customer-service-theme .hlth-use-cases h4 {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 600
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases h4 {
        font-size: 20px;
        line-height: 25px
    }
}
.customer-service-theme .hlth-use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 60px
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases p {
        font-size: 16px;
        line-height: 20px
    }
}
.customer-service-theme .hlth-use-cases ul {
    flex-wrap: wrap
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases ul {
        margin: 0;
        padding: 0
    }
}
.customer-service-theme .hlth-use-cases ul li {
    width: 33% !important;
    margin: 0;
    padding: 12px
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases ul li {
        width: 100% !important
    }
}
.customer-service-theme .hlth-use-cases ul li .card {
    text-align: left;
    border-radius: 12px;
    padding: 20px;
    width: 100% !important;
    box-shadow: -5px 23px 38px -37px rgba(166, 164, 166, 0.8)
}
.customer-service-theme .hlth-use-cases ul li .card svg {
    width: 60px;
    height: 60px
}
@media(max-width:991px) {
    .customer-service-theme .hlth-use-cases ul li .card svg {
        width: 40px;
        height: 40px
    }
}
.customer-service-theme .hlth-use-cases ul li .card #In-Store_Interactive_Kiosks .st0 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #In-Store_Interactive_Kiosks .st1 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Contact_Centre_Enquiries .st0 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Contact_Centre_Enquiries .st1 {
    fill: none;
    stroke: #010101;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Video_enabled_Chatbots .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.customer-service-theme .hlth-use-cases ul li .card #Video_enabled_Chatbots .st1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Technical_Help-Desk .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Live_Video_Product_Demo .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number0 {
    display: none
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number1 {
    display: inline
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number2 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number3 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number4 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number5 {
    fill: none;
    stroke: #20201f;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number6 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card #Customer_Support_Number .support_Number7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .hlth-use-cases ul li .card:hover #In-Store_Interactive_Kiosks path, .customer-service-theme .hlth-use-cases ul li .card:hover #In-Store_Interactive_Kiosks polyline, .customer-service-theme .hlth-use-cases ul li .card:hover #In-Store_Interactive_Kiosks circle, .customer-service-theme .hlth-use-cases ul li .card:hover #In-Store_Interactive_Kiosks rect, .customer-service-theme .hlth-use-cases ul li .card:hover #In-Store_Interactive_Kiosks line, .customer-service-theme .hlth-use-cases ul li .card:hover #In-Store_Interactive_Kiosks ellipse, .customer-service-theme .hlth-use-cases ul li .card:hover #Contact_Centre_Enquiries path, .customer-service-theme .hlth-use-cases ul li .card:hover #Contact_Centre_Enquiries polyline, .customer-service-theme .hlth-use-cases ul li .card:hover #Contact_Centre_Enquiries circle, .customer-service-theme .hlth-use-cases ul li .card:hover #Contact_Centre_Enquiries rect, .customer-service-theme .hlth-use-cases ul li .card:hover #Contact_Centre_Enquiries line, .customer-service-theme .hlth-use-cases ul li .card:hover #Contact_Centre_Enquiries ellipse, .customer-service-theme .hlth-use-cases ul li .card:hover #Video_enabled_Chatbots path, .customer-service-theme .hlth-use-cases ul li .card:hover #Video_enabled_Chatbots polyline, .customer-service-theme .hlth-use-cases ul li .card:hover #Video_enabled_Chatbots circle, .customer-service-theme .hlth-use-cases ul li .card:hover #Video_enabled_Chatbots rect, .customer-service-theme .hlth-use-cases ul li .card:hover #Video_enabled_Chatbots line, .customer-service-theme .hlth-use-cases ul li .card:hover #Video_enabled_Chatbots ellipse, .customer-service-theme .hlth-use-cases ul li .card:hover #Technical_Help-Desk path, .customer-service-theme .hlth-use-cases ul li .card:hover #Technical_Help-Desk polyline, .customer-service-theme .hlth-use-cases ul li .card:hover #Technical_Help-Desk circle, .customer-service-theme .hlth-use-cases ul li .card:hover #Technical_Help-Desk rect, .customer-service-theme .hlth-use-cases ul li .card:hover #Technical_Help-Desk line, .customer-service-theme .hlth-use-cases ul li .card:hover #Technical_Help-Desk ellipse, .customer-service-theme .hlth-use-cases ul li .card:hover #Live_Video_Product_Demo path, .customer-service-theme .hlth-use-cases ul li .card:hover #Live_Video_Product_Demo polyline, .customer-service-theme .hlth-use-cases ul li .card:hover #Live_Video_Product_Demo circle, .customer-service-theme .hlth-use-cases ul li .card:hover #Live_Video_Product_Demo rect, .customer-service-theme .hlth-use-cases ul li .card:hover #Live_Video_Product_Demo line, .customer-service-theme .hlth-use-cases ul li .card:hover #Live_Video_Product_Demo ellipse, .customer-service-theme .hlth-use-cases ul li .card:hover #Customer_Support_Number path, .customer-service-theme .hlth-use-cases ul li .card:hover #Customer_Support_Number polyline, .customer-service-theme .hlth-use-cases ul li .card:hover #Customer_Support_Number circle, .customer-service-theme .hlth-use-cases ul li .card:hover #Customer_Support_Number rect, .customer-service-theme .hlth-use-cases ul li .card:hover #Customer_Support_Number line, .customer-service-theme .hlth-use-cases ul li .card:hover #Customer_Support_Number ellipse {
    stroke: #fff
}
.customer-service-theme .hlth-use-cases ul li .card .card-body {
    padding: 0
}
.customer-service-theme .hlth-use-cases ul li .card .card-body h5 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    padding-top: 10px
}
.customer-service-theme .hlth-use-cases ul li .card .card-body p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px
}
.customer-service-theme .hlth-use-cases ul li .card .card-body .iot-solu {
    color: #00a6bb;
    text-decoration: none;
    cursor: pointer
}
.customer-service-theme .hlth-use-cases ul li .card .card-body .iot-solu:hover {
    color: #fff
}
.customer-service-theme .hlth-use-cases ul li .card:hover {
    background: #1facbe;
    background: linear-gradient(0, #1facbe 41%, #4d7bde 100%)
}
.customer-service-theme .hlth-use-cases ul li .card:hover .card-body h5, .customer-service-theme .hlth-use-cases ul li .card:hover .card-body p, .customer-service-theme .hlth-use-cases ul li .card:hover .card-body .iot-solu, .customer-service-theme .hlth-use-cases ul li .card:hover .card-body i {
    color: #fff !important
}
.customer-service-theme .healthcare-journey {
    background-image: url("../../images/customer-service/customer-ser-journey-lft-bg.png") !important;
    height: 850px;
    margin-bottom: 150px
}
@media(max-width:991px) {
    .customer-service-theme .healthcare-journey {
        background-image: none !important;
        margin-bottom: 50px;
        padding: 0;
        height: 100%
    }
}
@media(max-width:991px) {
    .customer-service-theme .healthcare-journey .mar-top-80 {
        margin: 0
    }
}
@media(max-width:991px) {
    .customer-service-theme .healthcare-journey img {
        width: 80%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.customer-service-theme .healthcare-journey .call-section a.read-more {
    font-size: 18px;
    line-height: 22px;
    color: #f13d3d
}
.customer-service-theme .healthcare-journey .call-section a.read-more:hover {
    font-weight: bold
}
.customer-service-theme .enableX-products {
    margin: 0;
    background: #0a78e6;
    background: linear-gradient(180deg, rgba(10, 120, 230, 0.1) 32%, rgba(74, 169, 91, 0.1) 100%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    text-align: center;
    padding-bottom: 80px
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products {
        padding-top: 0;
        padding-bottom: 40px;
        margin-bottom: 0
    }
}
.customer-service-theme .enableX-products .equal {
    display: flex;
    flex-wrap: wrap
}
.customer-service-theme .enableX-products .equal>[class*=col-] {
    display: flex;
    flex-direction: column
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products svg {
        display: none
    }
}
.customer-service-theme .enableX-products h6.cyan-txt {
    padding-top: 0;
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    color: #00a6bb;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .customer-service-theme .enableX-products h6.cyan-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products h6.cyan-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products h6.cyan-txt {
        padding-top: 50px
    }
}
.customer-service-theme .enableX-products h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    font-weight: 600
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products h4 {
        color: #333;
        font-size: 20px;
        line-height: 25px
    }
}
.customer-service-theme .enableX-products p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px;
    color: #fff
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products p {
        color: #333;
        font-size: 16px;
        line-height: 20px
    }
}
.customer-service-theme .enableX-products article {
    position: relative;
    margin-top: 40px;
    background: #f9f8f9;
    padding: 25px;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9)
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products article {
        margin-bottom: 0;
        width: 100%
    }
}
.customer-service-theme .enableX-products article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 20px
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products article h4 {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
        margin: 0
    }
}
.customer-service-theme .enableX-products article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 20px
}
@media(max-width:991px) {
    .customer-service-theme .enableX-products article p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px
    }
}
.customer-service-theme .enableX-products article a {
    color: #ec1c23;
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    bottom: 24px;
    left: 27px
}
.customer-service-theme .enableX-products article a:hover {
    font-weight: 600
}
.customer-service-theme .enableX-products article .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.customer-service-theme .enableX-products svg {
    width: 40px;
    height: 40px
}
.customer-service-theme .enableX-products #video .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.customer-service-theme .enableX-products #video:hover #video path, .customer-service-theme .enableX-products #video:hover #video circle, .customer-service-theme .enableX-products #video:active #video path, .customer-service-theme .enableX-products #video:active #video circle, .customer-service-theme .enableX-products #video:focus #video path, .customer-service-theme .enableX-products #video:focus #video circle {
    stroke: #0575e6
}
.Platform-theme header {
    background-color: transparent
}
.Platform-theme .hlth-top-bg {
    background-image: url(../../images/platform/platform-right-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    background-size: unset
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .hlth-top-bg {
        height: 100%
    }
}
@media(max-width:991px) {
    .Platform-theme .hlth-top-bg {
        height: auto;
        background: 0
    }
}
.Platform-theme .hlth-top-bg .top-section {
    height: 100%;
    background: 0
}
@media(max-width:991px) {
    .Platform-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 50px
    }
}
@media(max-width:991px) {
    .Platform-theme .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.Platform-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.Platform-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}
.Platform-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px
}
@media(min-width:1000px) and (max-width:1100px) {
    .Platform-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .Platform-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .Platform-theme .hlth-top-bg .top-section ul {
        margin-top: 46px
    }
}
.Platform-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .Platform-theme .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .Platform-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.Platform-theme .hlth-top-bg .icon-with-txt svg {
    width: 40px;
    height: 40px
}
.Platform-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.Platform-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
.Platform-theme .enableX-Voice-API {
    background: url(../../images/platform/left-double-circle-bg.png) no-repeat;
    height: 800px;
    background-position: top center;
    background-size: contain
}
@media(max-width:991px) {
    .Platform-theme .enableX-Voice-API {
        height: 100%
    }
}
@media(max-width:991px) {
    .Platform-theme .enableX-Voice-API {
        background: 0;
        height: 100%
    }
}
@media(max-width:991px) {
    .Platform-theme .enableX-Voice-API .Voice-API-grid {
        padding-top: 0
    }
}
.Platform-theme .enableX-Voice-API .Voice-API-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}
@media(max-width:991px) {
    .Platform-theme .enableX-Voice-API .Voice-API-grid img {
        display: none
    }
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a {
    height: auto;
    margin: 20px 0 30px 0;
    border: 1px solid #e8e8e8;
    width: 300px;
    margin-left: 60px;
    padding: 30px 20px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .enableX-Voice-API .Voice-API-grid a {
        margin-left: 0;
        padding: 30px 10px
    }
}
@media(max-width:991px) {
    .Platform-theme .enableX-Voice-API .Voice-API-grid a {
        width: 100%;
        margin: 20px auto;
        margin-bottom: 0
    }
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a h5 {
    padding-left: 9px;
    font-size: 20px;
    line-height: 25px
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a p {
    font-size: 16px;
    padding: 0;
    margin: 0
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a p i {
    color: #f13d3d
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a:hover p, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover p i, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover h5 {
    background: transparent;
    color: #fff
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a:hover {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a svg {
    width: 40px;
    height: 40px
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st1 {
    display: none
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st2 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st3 {
    display: inline
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st4 {
    fill: #010101
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st5 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st6 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #EnterprisePerformance .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st0 {
    display: none
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st2 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st3 {
    display: inline
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st4 {
    fill: #010101
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st5 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st6 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Experts_help_anytime .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st0 {
    display: none
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st2 {
    fill: #010101
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st3 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st4 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st5 {
    display: inline
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a #Developer_friendly_platform .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #EnterprisePerformance path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #EnterprisePerformance circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #EnterprisePerformance ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #EnterprisePerformance line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Experts_help_anytime path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Experts_help_anytime circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Experts_help_anytime ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Experts_help_anytime line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Developer_friendly_platform path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Developer_friendly_platform circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Developer_friendly_platform ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:hover #Developer_friendly_platform line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #EnterprisePerformance path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #EnterprisePerformance circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #EnterprisePerformance ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #EnterprisePerformance line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Experts_help_anytime path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Experts_help_anytime circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Experts_help_anytime ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Experts_help_anytime line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Developer_friendly_platform path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Developer_friendly_platform circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Developer_friendly_platform ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:active #Developer_friendly_platform line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #EnterprisePerformance path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #EnterprisePerformance circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #EnterprisePerformance ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #EnterprisePerformance line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Experts_help_anytime path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Experts_help_anytime circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Experts_help_anytime ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Experts_help_anytime line, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Developer_friendly_platform path, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Developer_friendly_platform circle, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Developer_friendly_platform ellipse, .Platform-theme .enableX-Voice-API .Voice-API-grid a:focus #Developer_friendly_platform line {
    stroke: #fff
}
.Platform-theme .enableX-Voice-API .Voice-API-grid .mar-lft-0 {
    margin-left: 20px
}
@media(max-width:991px) {
    .Platform-theme .enableX-Voice-API .Voice-API-grid .mar-lft-0 {
        margin-left: 0
    }
}
.Platform-theme .use-cases {
    text-align: center;
    background: 0;
    height: auto;
    margin-bottom: 0
}
.Platform-theme .use-cases .right-build-con {
    background: url(../images/build-conversation.png) no-repeat;
    background-position: 100% 0;
    width: 100%
}
@media(max-width:991px) {
    .Platform-theme .use-cases .right-build-con {
        background: 0
    }
}
.Platform-theme .use-cases h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 50px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .use-cases h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .Platform-theme .use-cases h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .Platform-theme .use-cases h6.red-txt {
        margin-top: 50px;
        margin-bottom: 10px
    }
}
.Platform-theme .use-cases h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .Platform-theme .use-cases h3 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.Platform-theme .use-cases h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    margin: 0
}
@media(max-width:991px) {
    .Platform-theme .use-cases h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        padding-top: 0
    }
}
.Platform-theme .use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 0;
    margin: 0
}
@media(max-width:991px) {
    .Platform-theme .use-cases p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding-bottom: 20px
    }
}
.Platform-theme .use-cases #tabs, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second, .Platform-theme .use-cases .all-feature .table-section #tab-second, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second, .all-feature .table-section .Platform-theme .use-cases #tab-second {
    padding: 0
}
.Platform-theme .use-cases #tabs .section-title, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .section-title, .Platform-theme .use-cases .all-feature .table-section #tab-second .section-title, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .section-title, .all-feature .table-section .Platform-theme .use-cases #tab-second .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.Platform-theme .use-cases #tabs ul#interest_tabs, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 3px solid #f13d3d;
    padding: 25px 0
}
.Platform-theme .use-cases #tabs ul#interest_tabs li, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li {
    padding-bottom: 0;
    width: 19%
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 0 10px;
    line-height: 20px;
    display: inline-block
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a:hover, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover {
    background: transparent
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a.active, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active {
    color: #f13d3d;
    background: transparent;
    font-weight: bold
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a.active .tab-content.active, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active .tab-content.active {
    opacity: 1
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a.active #In_App_Call__ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a.active #In_App_Call__ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #In_App_Call__ circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a.active #App-to-People_Calls path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls path, .Platform-theme .use-cases #tabs ul#interest_tabs li a.active #App-to-People_Calls circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #App-to-People_Calls circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a.active #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a span, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a span, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a span, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a span, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a span {
    display: block
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a svg, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a svg, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a svg, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a svg, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a svg {
    width: 40px;
    height: 40px
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a #In_App_Call__ .st0, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #In_App_Call__ .st0, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #In_App_Call__ .st0, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a #App-to-People_Calls .st0, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st0, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a #App-to-People_Calls .st1, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st1, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a #App-to-People_Calls .st2, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st2, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases #tabs ul#interest_tabs li a:hover #In_App_Call__ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:hover #In_App_Call__ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #In_App_Call__ circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:hover #App-to-People_Calls path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:hover #App-to-People_Calls circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #App-to-People_Calls circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:active #In_App_Call__ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:active #In_App_Call__ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #In_App_Call__ circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:active #App-to-People_Calls path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:active #App-to-People_Calls circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #App-to-People_Calls circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:focus #In_App_Call__ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:focus #In_App_Call__ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #In_App_Call__ circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:focus #App-to-People_Calls path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:focus #App-to-People_Calls circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #App-to-People_Calls circle, .Platform-theme .use-cases #tabs ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .Platform-theme .use-cases #tabs ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .Platform-theme .use-cases .all-feature .table-section #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .Platform-theme .use-cases #tab-second ul#interest_tabs li a:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.Platform-theme .use-cases #tabs .tab-content, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content {
    padding: 0
}
.Platform-theme .use-cases #tabs .tab-content .tab-top-hedding, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding {
    padding: 40px 0;
    display: flex;
    flex-direction: column
}
@media(max-width:991px) {
    .Platform-theme .use-cases #tabs .tab-content .tab-top-hedding, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding {
        padding: 20px 0
    }
}
.Platform-theme .use-cases #tabs .tab-content .tab-top-hedding h6, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding h6 {
    font-size: 30px;
    color: #333;
    padding: 0;
    margin: 0
}
@media(max-width:991px) {
    .Platform-theme .use-cases #tabs .tab-content .tab-top-hedding h6, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding h6 {
        font-size: 22px;
        line-height: 25px
    }
}
.Platform-theme .use-cases #tabs .tab-content .tab-top-hedding p, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content .tab-top-hedding p {
    padding-top: 5px;
    margin: 0
}
.Platform-theme .use-cases #tabs .tab-content article, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content article, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content article, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content article, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content article {
    padding: 0
}
.Platform-theme .use-cases #tabs .tab-content article ul.plat-tab-ul, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content article ul.plat-tab-ul, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content article ul.plat-tab-ul, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.Platform-theme .use-cases #tabs .tab-content article ul.plat-tab-ul li, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content article ul.plat-tab-ul li, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content article ul.plat-tab-ul li, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li {
    width: 100%;
    height: 100%
}
.Platform-theme .use-cases #tabs .tab-content article ul.plat-tab-ul li::before, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content article ul.plat-tab-ul li::before, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content article ul.plat-tab-ul li::before, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li::before, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li::before {
    content: ""
}
.Platform-theme .use-cases #tabs .tab-content article ul.plat-tab-ul li .detail-text h6, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content article ul.plat-tab-ul li .detail-text h6, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content article ul.plat-tab-ul li .detail-text h6, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li .detail-text h6, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li .detail-text h6 {
    font-size: 18px;
    margin-bottom: 5px
}
.Platform-theme .use-cases #tabs .tab-content article ul.plat-tab-ul li .detail-text p a, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a {
    color: #f13d3d;
    font-size: 16px
}
.Platform-theme .use-cases #tabs .tab-content article ul.plat-tab-ul li .detail-text p a i, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a i, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a i, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a i, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content article ul.plat-tab-ul li .detail-text p a i {
    display: inline-block
}
.Platform-theme .use-cases #tabs .tab-content ul.nav-tabs, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content ul.nav-tabs, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
.Platform-theme .use-cases #tabs .tab-content ul.nav-tabs li a, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
.Platform-theme .use-cases #tabs .tab-content ul.nav-tabs li a.active, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
.Platform-theme .use-cases #tabs .tab-content .sub-tab, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content .sub-tab, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    .Platform-theme .use-cases #tabs .tab-content .sub-tab img, .Platform-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .Platform-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab img, .video-pricing-theme .table-section .Platform-theme .use-cases #tab-second .tab-content .sub-tab img, .all-feature .table-section .Platform-theme .use-cases #tab-second .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.Platform-theme .use-cases .tab-pane {
    margin-top: 0;
    text-align: left
}
.Platform-theme .use-cases .tab-pane article {
    padding: 0;
    margin-bottom: 40px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .use-cases .tab-pane article {
        padding: 0 10px
    }
}
@media(max-width:991px) {
    .Platform-theme .use-cases .tab-pane article {
        padding: 0
    }
}
.Platform-theme .use-cases .tab-pane article svg {
    width: 40px;
    height: 45px;
    margin-left: 25px
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Data_And_Privacy .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Infrastructure_Security .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Secure_Protocol .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Compliance .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Compliance .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Compliance .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Compliance .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Compliance .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Compliance .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Compliance .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Compliance .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Encryption .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Encryption .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Encryption .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Encryption .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Encryption .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Encryption .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Encryption .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Encryption .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Encryption .st8 {
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Firewall_Traversal .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Unlimited_Scalability .st9 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Proximity_based_Management .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Full_Redundancy .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Smart_Video_Optimisation .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Video_Simulcast .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Crystal_Clear_Voice .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Deliverable_Messaging .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Global_Connectivity .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #White_Label .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #White_Label .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #White_Label .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #White_Label .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #White_Label .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #White_Label .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #White_Label .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #White_Label .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #White_Label .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #White_Label .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Multi_Cloud_Deployment .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Modular_Building_Blocks .st10 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Post_call_Analysis .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Real-time-Dashboard .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st0 {
    display: none
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st2 {
    display: inline
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st3 {
    fill: #010101
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .tab-pane article #Billing_Reports .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .tab-pane article h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin: 0
}
@media(max-width:991px) {
    .Platform-theme .use-cases .tab-pane article h6 {
        font-size: 22px;
        line-height: 25px;
        text-align: left
    }
}
.Platform-theme .use-cases .tab-pane article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .use-cases .tab-pane article p {
        font-size: 15px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .Platform-theme .use-cases .tab-pane article p {
        font-size: 16px;
        line-height: 20px
    }
}
.Platform-theme .use-cases .tab-pane article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column
}
.Platform-theme .use-cases .tab-pane article ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative
}
.Platform-theme .use-cases .tab-pane article ul li::before {
    content: " ";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.Platform-theme .use-cases .tab-pane article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 18px;
    color: #f13d3d
}
.Platform-theme .use-cases .tab-pane article ul li a:hover {
    font-weight: 600
}
.Platform-theme .use-cases .tab-pane article ul li a b {
    font-weight: 600
}
.Platform-theme .use-cases .tab-pane article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block
}
.Platform-theme .use-cases .feature-for-mob {
    display: none
}
@media(max-width:991px) {
    .Platform-theme .use-cases .feature-for-mob {
        display: block
    }
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card {
    margin: 5px 0;
    margin: 5px 0;
    border-radius: 5px;
    border: 0
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-header {
    border: none !important;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 4px
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-header .mb-0>button:after {
    content: "\F078";
    font-family: "FontAwesome";
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 14px;
    color: #999292
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-header .mb-0>button[aria-expanded=true]:after {
    content: "\F077"
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-header h2 button {
    color: #333;
    text-align: left;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true] {
    background-color: transparent;
    color: #f13d3d;
    box-shadow: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-header h2 button[aria-expanded=true]:after {
    color: #f13d3d;
    box-shadow: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-header h2 button:focus {
    box-shadow: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .collapse, .Platform-theme .use-cases .feature-for-mob #accordionExample .card .collapsing, .Platform-theme .use-cases .feature-for-mob #accordionExample .card .show {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -5px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card p, .Platform-theme .use-cases .feature-for-mob #accordionExample .card .collapsing p, .Platform-theme .use-cases .feature-for-mob #accordionExample .card p {
    text-align: left;
    font-size: 15px
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body {
    padding: 10px 0
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body .tab-top-hedding h6 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    padding: 10px 0
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article {
    padding: 0;
    margin-bottom: 0
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article svg {
    width: 30px;
    height: 35px;
    margin-left: 0
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Data_And_Privacy .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card.card-body article #Data_And_Privacy .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Data_And_Privacy .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Data_And_Privacy .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Data_And_Privacy .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Data_And_Privacy .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Data_And_Privacy .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Data_And_Privacy .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Infrastructure_Security .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Secure_Protocol .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Compliance .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Encryption .st8 {
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Firewall_Traversal .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Unlimited_Scalability .st9 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Proximity_based_Management .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Full_Redundancy .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Smart_Video_Optimisation .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Video_Simulcast .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Crystal_Clear_Voice .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Deliverable_Messaging .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Global_Connectivity .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #White_Label .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Multi_Cloud_Deployment .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Modular_Building_Blocks .st10 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Post_call_Analysis .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Real-time-Dashboard .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st0 {
    display: none
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st2 {
    display: inline
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st3 {
    fill: #010101
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article #Billing_Reports .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin: 0
}
@media(max-width:991px) {
    .Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article h6 {
        font-size: 22px;
        line-height: 25px;
        text-align: left
    }
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e
}
@media(max-width:991px) {
    .Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article p {
        font-size: 16px;
        line-height: 20px
    }
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article ul li::before {
    content: " ";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #f13d3d
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article ul li a:hover {
    font-weight: 600
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article ul li a b {
    font-weight: 600
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block
}
.Platform-theme .use-cases .feature-for-mob #accordionExample .card .card-body .detail-text h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600
}
.Platform-theme .developer-guide {
    background: url(../../images/platform/API-plat-right-bg.png) no-repeat;
    background-position: 100% 100%;
    text-align: center
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .developer-guide {
        background-size: contain
    }
}
@media(max-width:991px) {
    .Platform-theme .developer-guide {
        background: 0
    }
}
@media(max-width:991px) {
    .Platform-theme .developer-guide img {
        display: none
    }
}
.Platform-theme .developer-guide h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .developer-guide h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .Platform-theme .developer-guide h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .Platform-theme .developer-guide h6.red-txt {
        margin-top: 50px
    }
}
.Platform-theme .developer-guide h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    margin: 0
}
@media(max-width:991px) {
    .Platform-theme .developer-guide h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        padding-top: 0;
        font-weight: 500
    }
}
.Platform-theme .developer-guide p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 50px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .developer-guide p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .Platform-theme .developer-guide p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 10px
    }
}
.Platform-theme .developer-guide article {
    margin-top: 40px;
    background: transparent;
    padding: 25px 10px 0 10px;
    text-align: left;
    margin: 0;
    width: 100%;
    box-shadow: none
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .developer-guide article {
        height: 100% !important
    }
}
@media(max-width:991px) {
    .Platform-theme .developer-guide article {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        display: block
    }
}
.Platform-theme .developer-guide article img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}
@media(max-width:991px) {
    .Platform-theme .developer-guide article img {
        display: none
    }
}
.Platform-theme .developer-guide article svg {
    width: 45px;
    height: 45px
}
@media(max-width:991px) {
    .Platform-theme .developer-guide article svg {
        display: block;
        width: 40px;
        height: 40px
    }
}
.Platform-theme .developer-guide article #APIs_Code_Snippets .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .developer-guide article #demo .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .developer-guide article #sample_codes .st0 {
    display: none
}
.Platform-theme .developer-guide article #sample_codes .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #sample_codes .st2 {
    display: inline
}
.Platform-theme .developer-guide article #sample_codes .st3 {
    fill: #010101
}
.Platform-theme .developer-guide article #sample_codes .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #sample_codes .st5 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .developer-guide article #playground .st0 {
    display: none
}
.Platform-theme .developer-guide article #playground .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #playground .st2 {
    display: inline
}
.Platform-theme .developer-guide article #playground .st3 {
    fill: #010101
}
.Platform-theme .developer-guide article #playground .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #playground .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .developer-guide article #playground .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #tutorials .st0 {
    display: none
}
.Platform-theme .developer-guide article #tutorials .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #tutorials .st2 {
    display: inline
}
.Platform-theme .developer-guide article #tutorials .st3 {
    fill: #010101
}
.Platform-theme .developer-guide article #tutorials .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #tutorials .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .developer-guide article #tutorials .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #communities .st0 {
    display: none
}
.Platform-theme .developer-guide article #communities .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #communities .st2 {
    display: inline
}
.Platform-theme .developer-guide article #communities .st3 {
    fill: #010101
}
.Platform-theme .developer-guide article #communities .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #communities .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .developer-guide article #communities .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0;
    padding: 0
}
@media(max-width:991px) {
    .Platform-theme .developer-guide article h4 {
        font-size: 20px;
        line-height: 25px;
        text-align: left;
        margin: 5px 0
    }
}
.Platform-theme .developer-guide article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .developer-guide article p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .Platform-theme .developer-guide article p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-align: left;
        margin: 0;
        padding: 0
    }
}
.Platform-theme .developer-guide article p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500;
    display: contents
}
@media(max-width:991px) {
    .Platform-theme .developer-guide article p a {
        padding-top: 5px
    }
}
.Platform-theme .developer-guide article p a:hover {
    font-weight: 600
}
.Platform-theme .developer-guide article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.Platform-theme .developer-guide article svg {
    width: 40px;
    height: 40px
}
.Platform-theme .developer-guide article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #SMS_Demo_App .st3 {
    fill: #ef3f3e
}
.Platform-theme .developer-guide article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #SMS_Demo_App .st5 {
    fill: #ef3e3d
}
.Platform-theme .developer-guide article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .developer-guide article #Developer_Centric_Documentation .st4 {
    fill: #ef403e
}
.Platform-theme .developer-guide article:hover #In_App_Call__ path, .Platform-theme .developer-guide article:hover #In_App_Call__ circle, .Platform-theme .developer-guide article:hover #App-to-People_Calls path, .Platform-theme .developer-guide article:hover #App-to-People_Calls circle, .Platform-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .Platform-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .Platform-theme .developer-guide article:active #In_App_Call__ path, .Platform-theme .developer-guide article:active #In_App_Call__ circle, .Platform-theme .developer-guide article:active #App-to-People_Calls path, .Platform-theme .developer-guide article:active #App-to-People_Calls circle, .Platform-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .Platform-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .Platform-theme .developer-guide article:focus #In_App_Call__ path, .Platform-theme .developer-guide article:focus #In_App_Call__ circle, .Platform-theme .developer-guide article:focus #App-to-People_Calls path, .Platform-theme .developer-guide article:focus #App-to-People_Calls circle, .Platform-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .Platform-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.Platform-theme .Programming_Languages h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .Programming_Languages h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages h6.red-txt {
        margin-top: 50px
    }
}
.Platform-theme .Programming_Languages h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 40px
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        text-align: center
    }
}
.Platform-theme .Programming_Languages p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .Programming_Languages p {
        padding-top: 0
    }
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.Platform-theme .Programming_Languages .vert-border {
    background: url(../../images/platform/vertical-border.png) no-repeat;
    background-position: top center;
    height: 103px
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages .vert-border {
        display: none
    }
}
.Platform-theme .Programming_Languages .platform-sec {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages .platform-sec {
        width: 100%;
        padding: 20px 10px
    }
}
.Platform-theme .Programming_Languages .platform-sec h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages .platform-sec h5 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin: 10px
    }
}
.Platform-theme .Programming_Languages .platform-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages .platform-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-align: center;
        margin: 5px;
        padding: 0
    }
}
.Platform-theme .Programming_Languages .platform-sec p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.Platform-theme .Programming_Languages .platform-sec p a:hover {
    font-weight: 600
}
.Platform-theme .Programming_Languages .platform-sec p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.Platform-theme .Programming_Languages .platform-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    text-align: center
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages .platform-sec ul {
        justify-content: center;
        align-items: center;
        display: inline
    }
}
.Platform-theme .Programming_Languages .platform-sec ul li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 20px
}
.Platform-theme .Programming_Languages .platform-sec ul li a {
    color: #4e4e4e;
    font-size: 16px
}
@media(max-width:991px) {
    .Platform-theme .Programming_Languages .platform-sec ul li a {
        display: block;
        margin: 17px
    }
}
.Platform-theme .Programming_Languages .platform-sec ul li a img {
    width: 70px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}
.Platform-theme .Programming_Languages .platform-sec ul li a span {
    display: flex;
    justify-content: space-around;
    align-self: flex-start;
    font-weight: bold
}
.Platform-theme .Expert_help {
    background: url(../../images/platform/expert_help.png) no-repeat;
    width: 100%;
    height: 950px;
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    text-align: center
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .Expert_help {
        height: 100%
    }
}
@media(max-width:991px) {
    .Platform-theme .Expert_help {
        background: 0;
        height: 100%
    }
}
.Platform-theme .Expert_help h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .Expert_help h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .Platform-theme .Expert_help h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .Expert_help h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .Platform-theme .Expert_help h6.red-txt {
        margin-top: 50px
    }
}
.Platform-theme .Expert_help h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .Platform-theme .Expert_help h4 {
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        font-weight: 500
    }
}
.Platform-theme .Expert_help p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .Platform-theme .Expert_help p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin: 0
    }
}
@media(max-width:991px) {
    .Platform-theme .Expert_help img {
        display: none
    }
}
.Platform-theme .Expert_help article {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .Platform-theme .Expert_help article {
        width: 100%;
        padding: 20px 10px
    }
}
.Platform-theme .Expert_help article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    line-height: 35px;
    margin-top: 0;
    margin: 0;
    padding: 0
}
@media(max-width:991px) {
    .Platform-theme .Expert_help article h4 {
        font-size: 20px;
        line-height: 25px;
        text-align: left;
        margin: 5px 0
    }
}
.Platform-theme .Expert_help article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .Platform-theme .Expert_help article p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin: 0
    }
}
@media(max-width:991px) {
    .Platform-theme .Expert_help article p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin: 0
    }
}
.Platform-theme .Expert_help article p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.Platform-theme .Expert_help article p a:hover {
    font-weight: 600
}
.Platform-theme .Expert_help article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.Platform-theme .Expert_help article svg {
    width: 45px;
    height: 45px
}
.Platform-theme .Expert_help article #Consultancy .st0 {
    display: none
}
.Platform-theme .Expert_help article #Consultancy .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Consultancy .st2 {
    display: inline
}
.Platform-theme .Expert_help article #Consultancy .st3 {
    fill: #010101
}
.Platform-theme .Expert_help article #Consultancy .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Consultancy .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article #Consultancy .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Custom_Development .st0 {
    display: none
}
.Platform-theme .Expert_help article #Custom_Development .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Custom_Development .st2 {
    display: inline
}
.Platform-theme .Expert_help article #Custom_Development .st3 {
    fill: #010101
}
.Platform-theme .Expert_help article #Custom_Development .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Custom_Development .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article #Custom_Development .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Custom_Development .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article #Migration .st0 {
    display: none
}
.Platform-theme .Expert_help article #Migration .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Migration .st2 {
    display: inline
}
.Platform-theme .Expert_help article #Migration .st3 {
    fill: #010101
}
.Platform-theme .Expert_help article #Migration .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Migration .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article #Migration .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Integration .st0 {
    display: none
}
.Platform-theme .Expert_help article #Integration .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Integration .st2 {
    display: inline
}
.Platform-theme .Expert_help article #Integration .st3 {
    fill: #010101
}
.Platform-theme .Expert_help article #Integration .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Integration .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article #Integration .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Integration .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st0 {
    display: none
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st2 {
    display: inline
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st3 {
    fill: #010101
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Testing_and_Deployment .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Platform-theme .Expert_help article svg {
    width: 40px;
    height: 40px
}
.Platform-theme .Expert_help article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #SMS_Demo_App .st3 {
    fill: #ef3f3e
}
.Platform-theme .Expert_help article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #SMS_Demo_App .st5 {
    fill: #ef3e3d
}
.Platform-theme .Expert_help article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.Platform-theme .Expert_help article #Developer_Centric_Documentation .st4 {
    fill: #ef403e
}
.Platform-theme .Expert_help article:hover #In_App_Call__ path, .Platform-theme .Expert_help article:hover #In_App_Call__ circle, .Platform-theme .Expert_help article:hover #App-to-People_Calls path, .Platform-theme .Expert_help article:hover #App-to-People_Calls circle, .Platform-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ path, .Platform-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ circle, .Platform-theme .Expert_help article:active #In_App_Call__ path, .Platform-theme .Expert_help article:active #In_App_Call__ circle, .Platform-theme .Expert_help article:active #App-to-People_Calls path, .Platform-theme .Expert_help article:active #App-to-People_Calls circle, .Platform-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ path, .Platform-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ circle, .Platform-theme .Expert_help article:focus #In_App_Call__ path, .Platform-theme .Expert_help article:focus #In_App_Call__ circle, .Platform-theme .Expert_help article:focus #App-to-People_Calls path, .Platform-theme .Expert_help article:focus #App-to-People_Calls circle, .Platform-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ path, .Platform-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.Pricing-theme header {
    background-color: transparent
}
.Pricing-theme .hlth-top-bg {
    background-image: url("../../images/pricing/top-head-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
    margin-bottom: 0
}
@media(max-width:991px) {
    .Pricing-theme .hlth-top-bg {
        height: auto;
        background-image: none;
        width: 100%;
        height: 100%
    }
}
.Pricing-theme .hlth-top-bg .top-section {
    background: 0;
    height: 605px
}
@media(max-width:991px) {
    .Pricing-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 0;
        margin-top: 0;
        height: 100%
    }
}
.Pricing-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .Pricing-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg {
        margin-top: 50px;
        margin-left: 0
    }
}
@media(max-width:991px) {
    .Pricing-theme .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.Pricing-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%;
    padding: 0
}
.Pricing-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}
.Pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px
}
@media(min-width:1000px) and (max-width:1100px) {
    .Pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .Pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 25px;
        line-height: 30px
    }
}
.Pricing-theme .hlth-top-bg .top-section img {
    margin-top: -50px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 90%;
    height: 100%;
    display: block
}
@media(max-width:991px) {
    .Pricing-theme .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .Pricing-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.Pricing-theme .hlth-top-bg .icon-with-txt svg {
    width: 40px;
    height: 40px
}
.Pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.Pricing-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
.Pricing-theme .enableX-Voice-API {
    background: url(../../images/pricing/left-double-circle-bg.png) no-repeat;
    background-position: 18% 20%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0;
    background: none !important
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API {
        background: 0;
        overflow: hidden
    }
}
.Pricing-theme .enableX-Voice-API .bg-white {
    box-shadow: 0 1px 3px 0 #00000021 !important
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API .bg-white {
        border: 0;
        box-shadow: none !important
    }
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API .mar-top-80 {
        margin-top: 0
    }
}
.Pricing-theme .use-cases {
    background: 0;
    margin-top: 0;
    height: 100%;
    margin-bottom: 0
}
@media(max-width:991px) {
    .Pricing-theme .use-cases .mar-top-80 {
        padding: 0;
        margin: 0
    }
}
.Pricing-theme .use-cases article {
    padding: 0
}
@media(max-width:991px) {
    .Pricing-theme .use-cases article {
        padding: 0
    }
}
.Pricing-theme .use-cases article .plat-tab-ul li svg {
    width: 40px;
    height: 40px
}
.Pricing-theme .use-cases article .plat-tab-ul li #Share_number .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Share_number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Share_number .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Share_number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st4 {
    fill: #010101
}
.Pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st4 {
    fill: #010101
}
.Pricing-theme .use-cases article .plat-tab-ul li #Keywords .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Keywords .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Keywords .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Keywords .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Keywords .st4 {
    fill: #010101
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st4 {
    fill: #010101
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st4 {
    fill: #010101
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st4 {
    fill: #010101
}
.Pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st5 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st0 {
    display: none
}
.Pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st2 {
    display: inline
}
.Pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st4 {
    fill: #010101
}
.Pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Pricing-theme .use-cases article h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding-left: 22px;
    padding-top: 7px;
    margin: 0
}
@media(max-width:991px) {
    .Pricing-theme .use-cases article h6 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.Pricing-theme .use-cases article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 5px
}
@media(max-width:991px) {
    .Pricing-theme .use-cases article p {
        font-size: 16px;
        line-height: 20px
    }
}
.Pricing-theme .use-cases article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column
}
.Pricing-theme .use-cases article ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative
}
.Pricing-theme .use-cases article ul li::before {
    content: " ";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .Pricing-theme .use-cases article ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.Pricing-theme .use-cases article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 18px;
    color: #f13d3d
}
.Pricing-theme .use-cases article ul li a:hover {
    font-weight: 600
}
.Pricing-theme .use-cases article ul li a b {
    font-weight: 600
}
.Pricing-theme .use-cases article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block
}
.Pricing-theme .enableX-Voice-API .bg-white {
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9);
    border-radius: 5px;
    padding: 30px 10px;
    border: 1px solid #e8e8e8;
    margin: 20px 0
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API .bg-white {
        border: 0;
        margin: 0;
        padding: 0
    }
}
.Pricing-theme .enableX-Voice-API .bg-white .horizontal-border {
    border-right: 1px solid #e8e8e8
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API .bg-white .horizontal-border {
        border: 0
    }
}
.Pricing-theme .enableX-Voice-API .bg-white article {
    padding: 0 50px 0 10px
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API .bg-white article {
        padding: 0
    }
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li svg {
    width: 40px;
    height: 40px
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st0 {
    display: none
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st2 {
    display: inline
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st3 {
    fill: #010101
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Customer__x0D_Engagement .st0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Streaming_and_Broadcasting .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st0 {
    display: none
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st2 {
    display: inline
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.Pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st4 {
    fill: #010101
}
.Pricing-theme .enableX-Voice-API .bg-white article h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding-left: 22px;
    padding-top: 7px;
    margin: 0
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API .bg-white article h6 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.Pricing-theme .enableX-Voice-API .bg-white article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px;
    padding-left: 5px
}
.Pricing-theme .enableX-Voice-API .bg-white article p span {
    font-weight: bold
}
.Pricing-theme .enableX-Voice-API .bg-white article p a i.fa-arrow-right {
    padding: 0 12px
}
@media(max-width:991px) {
    .Pricing-theme .enableX-Voice-API .bg-white article p {
        font-size: 16px;
        line-height: 20px
    }
}
.Pricing-theme .enableX-Voice-API .bg-white article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column
}
.Pricing-theme .enableX-Voice-API .bg-white article ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative
}
.Pricing-theme .enableX-Voice-API .bg-white article ul li::before {
    content: " ";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .Pricing-theme .enableX-Voice-API .bg-white article ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.Pricing-theme .enableX-Voice-API .bg-white article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 18px;
    color: #f13d3d
}
.Pricing-theme .enableX-Voice-API .bg-white article ul li a:hover {
    font-weight: 600
}
.Pricing-theme .enableX-Voice-API .bg-white article ul li a b {
    font-weight: 600
}
.Pricing-theme .enableX-Voice-API .bg-white article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block
}
.sms-spi-pricing-theme header, .video-pricing-theme header, .all-feature header {
    background-color: transparent
}
.sms-spi-pricing-theme .table-section, .video-pricing-theme .table-section, .all-feature .table-section {
    background: url(../../images/pricing/left-double-circle-bg.png) no-repeat;
    background-position: 18% 21%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0;
    background: none !important
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section, .video-pricing-theme .table-section, .all-feature .table-section {
        background: 0
    }
}
.sms-spi-pricing-theme .table-section .country-sec, .video-pricing-theme .table-section .country-sec, .all-feature .table-section .country-sec {
    margin-top: 30px
}
.sms-spi-pricing-theme .table-section .country-sec .font-s-16, .video-pricing-theme .table-section .country-sec .font-s-16, .all-feature .table-section .country-sec .font-s-16 {
    font-size: 16px
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country, .video-pricing-theme .table-section .country-sec .sel-country, .all-feature .table-section .country-sec .sel-country {
    width: 100%
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country p, .video-pricing-theme .table-section .country-sec .sel-country p, .all-feature .table-section .country-sec .sel-country p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .sel-country p, .video-pricing-theme .table-section .country-sec .sel-country p, .all-feature .table-section .country-sec .sel-country p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country p span, .video-pricing-theme .table-section .country-sec .sel-country p span, .all-feature .table-section .country-sec .sel-country p span {
    font-size: 14px
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country p span.txt-red, .video-pricing-theme .table-section .country-sec .sel-country p span.txt-red, .all-feature .table-section .country-sec .sel-country p span.txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country p strong, .video-pricing-theme .table-section .country-sec .sel-country p strong, .all-feature .table-section .country-sec .sel-country p strong {
    color: #4e4e4e
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country p a.txt-red, .video-pricing-theme .table-section .country-sec .sel-country p a.txt-red, .all-feature .table-section .country-sec .sel-country p a.txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country p.txt-uppe, .video-pricing-theme .table-section .country-sec .sel-country p.txt-uppe, .all-feature .table-section .country-sec .sel-country p.txt-uppe {
    font-size: 15px;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .font-22, .video-pricing-theme .table-section .country-sec .sel-country .font-22, .all-feature .table-section .country-sec .sel-country .font-22 {
    font-size: 20px;
    font-weight: 600;
    font-family: system-ui, Arial, sans-serif;
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .sel-country .font-22, .video-pricing-theme .table-section .country-sec .sel-country .font-22, .all-feature .table-section .country-sec .sel-country .font-22 {
        font-size: 16px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country select, .video-pricing-theme .table-section .country-sec .sel-country select, .all-feature .table-section .country-sec .sel-country select {
    width: 100% !important;
    font-size: 16px !important;
    border: none !important;
    border-bottom: 1px solid #d6d6d6 !important;
    outline: none !important;
    background: transparent !important
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country select:focus, .video-pricing-theme .table-section .country-sec .sel-country select:focus, .all-feature .table-section .country-sec .sel-country select:focus, .sms-spi-pricing-theme .table-section .country-sec .sel-country select:active, .video-pricing-theme .table-section .country-sec .sel-country select:active, .all-feature .table-section .country-sec .sel-country select:active, .sms-spi-pricing-theme .table-section .country-sec .sel-country select:hover, .video-pricing-theme .table-section .country-sec .sel-country select:hover, .all-feature .table-section .country-sec .sel-country select:hover {
    outline: none !important
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-container--default, .video-pricing-theme .table-section .country-sec .sel-country .select2-container--default, .all-feature .table-section .country-sec .sel-country .select2-container--default {
    margin-top: 0px
}
/* .sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single, .video-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single, .all-feature .table-section .country-sec .sel-country .select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #d6d6d6 !important;
    outline: none !important;
    background: transparent !important;
    height: 39px
} */
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:focus, .video-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:focus, .all-feature .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:focus, .sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:active, .video-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:active, .all-feature .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:active, .sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:hover, .video-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:hover, .all-feature .table-section .country-sec .sel-country .select2-container--default .select2-selection--single:hover {
    outline: none !important
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single .img-flag, .video-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single .img-flag, .all-feature .table-section .country-sec .sel-country .select2-container--default .select2-selection--single .img-flag {
    -o-object-fit: contain;
    object-fit: contain;
    width: 37px;
    height: 37px
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single .select2-selection__rendered, .video-pricing-theme .table-section .country-sec .sel-country .select2-container--default .select2-selection--single .select2-selection__rendered, .all-feature .table-section .country-sec .sel-country .select2-container--default .select2-selection--single .select2-selection__rendered, .video-pricing-theme .sel-country .select2-container--default .select2-selection--single .select2-selection__rendered {
    /* color: #000 !important;
    font-size: 20px;
    font-weight: 500  */
    font-family: system-ui, Arial, sans-serif;
}
.sel-country .select2-container .select2-selection--single {
    height: 30px;
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .italic-txt, .video-pricing-theme .table-section .country-sec .sel-country .italic-txt, .all-feature .table-section .country-sec .sel-country .italic-txt {
    font-style: italic;
    font-size: 14px;
    color: #000
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .font-16, .video-pricing-theme .table-section .country-sec .sel-country .font-16, .all-feature .table-section .country-sec .sel-country .font-16 {
    font-size: 16px;
    font-style: normal
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec, .video-pricing-theme .table-section .country-sec .table-sec, .all-feature .table-section .country-sec .table-sec {
    padding: 15px 0
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec p, .video-pricing-theme .table-section .country-sec .table-sec p, .all-feature .table-section .country-sec .table-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #3333338a;
    font-family: system-ui, Arial, sans-serif;
    padding: 5px 5px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .table-sec p, .video-pricing-theme .table-section .country-sec .table-sec p, .all-feature .table-section .country-sec .table-sec p {
        font-size: 16px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec p .txt-red, .video-pricing-theme .table-section .country-sec .table-sec p .txt-red, .all-feature .table-section .country-sec .table-sec p .txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered, .all-feature .table-section .country-sec .table-sec .table-bordered {
    margin-top: 10px;
    padding: 15px;
    box-shadow: 0 1px 3px 0 #00000021;
    background-color: #fff;
    margin-bottom: 25px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered, .all-feature .table-section .country-sec .table-sec .table-bordered {
        padding: 5px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr th p, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr th p, .all-feature .table-section .country-sec .table-sec .table-bordered tr th p {
    font-size: 20px;
    font-weight: 500;
    color: #333 !important;
    margin-bottom: 0;
    padding: 5px 5px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr th p, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr th p, .all-feature .table-section .country-sec .table-sec .table-bordered tr th p {
        font-size: 16px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td, .all-feature .table-section .country-sec .table-sec .table-bordered tr td {
    padding: 5px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td, .all-feature .table-section .country-sec .table-sec .table-bordered tr td {
        padding: 5px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p, .all-feature .table-section .country-sec .table-sec .table-bordered tr td p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 0;
    padding: 5px 15px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p, .all-feature .table-section .country-sec .table-sec .table-bordered tr td p {
        padding: 0;
        font-size: 16px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p span, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p span, .all-feature .table-section .country-sec .table-sec .table-bordered tr td p span {
    font-weight: 600;
    color: #4e4e4e
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p .txt-red, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered tr td p .txt-red, .all-feature .table-section .country-sec .table-sec .table-bordered tr td p .txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .font-22, .video-pricing-theme .table-section .country-sec .table-sec .font-22, .all-feature .table-section .country-sec .table-sec .font-22 {
    color: #333
}
.sms-spi-pricing-theme .table-section .country-sec .border-none, .video-pricing-theme .table-section .country-sec .border-none, .all-feature .table-section .country-sec .border-none {
    border: 0
}
.sms-spi-pricing-theme .table-section .country-sec .txt-red, .video-pricing-theme .table-section .country-sec .txt-red, .all-feature .table-section .country-sec .txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .table-section .country-sec .txt-red .fa-arrow-right, .video-pricing-theme .table-section .country-sec .txt-red .fa-arrow-right, .all-feature .table-section .country-sec .txt-red .fa-arrow-right {
    padding-left: 7px;
    font-size: 12px
}
.sms-spi-pricing-theme .table-section .country-sec .txt-red .font-s-16, .video-pricing-theme .table-section .country-sec .txt-red .font-s-16, .all-feature .table-section .country-sec .txt-red .font-s-16 {
    font-size: 16px
}
.sms-spi-pricing-theme .table-section .country-sec .txt-red .font-s-16:hover, .video-pricing-theme .table-section .country-sec .txt-red .font-s-16:hover, .all-feature .table-section .country-sec .txt-red .font-s-16:hover {
    font-weight: bold
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country, .video-pricing-theme .table-section .country-sec .sel-country, .all-feature .table-section .country-sec .sel-country {
    display: block;
    width: 100%
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible, .video-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible, .all-feature .table-section .country-sec .sel-country .select2-hidden-accessible {
    border: 1px solid green;
    width: 100% !important;
    height: 30px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible, .video-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible, .all-feature .table-section .country-sec .sel-country .select2-hidden-accessible {
        display: block;
        margin: 0;
        position: relative;
        vertical-align: middle;
        width: 100% !important;
        height: 30px
    }
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single, .video-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single, .all-feature .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single {
    border: 1px solid red
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single span, .video-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single span, .all-feature .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single span {
    height: 100%
}
.sms-spi-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single span .img-flag, .video-pricing-theme .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single span .img-flag, .all-feature .table-section .country-sec .sel-country .select2-hidden-accessible .select2-selection--single span .img-flag {
    -o-object-fit: contain;
    object-fit: contain
}
.sms-spi-pricing-theme .table-section table.renting-number tr th p, .video-pricing-theme .table-section table.renting-number tr th p, .all-feature .table-section table.renting-number tr th p {
    padding: 10px
}
.sms-spi-pricing-theme .table-section table.renting-number tr td, .video-pricing-theme .table-section table.renting-number tr td, .all-feature .table-section table.renting-number tr td {
    padding: 5px 15px
}
.sms-spi-pricing-theme .table-section table.renting-number tr td p, .video-pricing-theme .table-section table.renting-number tr td p, .all-feature .table-section table.renting-number tr td p {
    padding: 5px 15px
}
.sms-spi-pricing-theme .table-section .tab-content .tab-pane .border-primary, .video-pricing-theme .table-section .tab-content .tab-pane .border-primary, .all-feature .table-section .tab-content .tab-pane .border-primary {
    border: none !important;
    background: transparent
}
.sms-spi-pricing-theme .face-price-sec .country-sec p, .video-pricing-theme .face-price-sec .country-sec p, .all-feature .face-price-sec .country-sec p {
    font-size: 16px
}
.sms-spi-pricing-theme .face-price-sec .country-sec article.sel-country, .video-pricing-theme .face-price-sec .country-sec article.sel-country, .all-feature .face-price-sec .country-sec article.sel-country {
    width: 100%
}
.sms-spi-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country, .video-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country, .all-feature .face-price-sec .country-sec article.sel-country select.faceai-country {
    width: 100% !important;
    font-size: 16px !important;
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    padding: 5px !important
}
.sms-spi-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country:focus, .video-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country:focus, .all-feature .face-price-sec .country-sec article.sel-country select.faceai-country:focus, .sms-spi-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country:active, .video-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country:active, .all-feature .face-price-sec .country-sec article.sel-country select.faceai-country:active, .sms-spi-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country:hover, .video-pricing-theme .face-price-sec .country-sec article.sel-country select.faceai-country:hover, .all-feature .face-price-sec .country-sec article.sel-country select.faceai-country:hover {
    outline: none !important
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec, .video-pricing-theme .face-price-sec .country-sec .table-sec, .all-feature .face-price-sec .country-sec .table-sec {
    border-bottom: 1px solid #ddd;
    padding: 15px 0
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec p, .video-pricing-theme .face-price-sec .country-sec .table-sec p, .all-feature .face-price-sec .country-sec .table-sec p {
    font-size: 18px;
    font-weight: 500;
    color: #3333338a;
    padding: 5px 5px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .face-price-sec .country-sec .table-sec p, .video-pricing-theme .face-price-sec .country-sec .table-sec p, .all-feature .face-price-sec .country-sec .table-sec p {
        font-size: 16px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec p .txt-red, .video-pricing-theme .face-price-sec .country-sec .table-sec p .txt-red, .all-feature .face-price-sec .country-sec .table-sec p .txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered, .all-feature .face-price-sec .country-sec .table-sec .table-bordered {
    margin-top: 10px;
    padding: 15px;
    box-shadow: 0 1px 3px 0 #00000021;
    background-color: #fff;
    margin-bottom: 25px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered, .all-feature .face-price-sec .country-sec .table-sec .table-bordered {
        padding: 5px
    }
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr th p, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr th p, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr th p {
    font-size: 20px;
    font-weight: 500;
    color: #333 !important;
    padding: 5px 5px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr th p, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr th p, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr th p {
        font-size: 16px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr td {
    padding: 5px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr td {
        padding: 5px
    }
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr td p {
    font-size: 18px;
    font-weight: 300;
    color: #666;
    margin: 0;
    padding: 5px 15px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr td p {
        padding: 0;
        font-size: 16px
    }
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p span, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p span, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr td p span {
    font-weight: bold;
    color: #4e4e4e
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p .txt-red, .video-pricing-theme .face-price-sec .country-sec .table-sec .table-bordered tr td p .txt-red, .all-feature .face-price-sec .country-sec .table-sec .table-bordered tr td p .txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .face-price-sec .country-sec .table-sec .font-22, .video-pricing-theme .face-price-sec .country-sec .table-sec .font-22, .all-feature .face-price-sec .country-sec .table-sec .font-22 {
    color: #333
}
.sms-spi-pricing-theme .face-price-sec .country-sec .border-none, .video-pricing-theme .face-price-sec .country-sec .border-none, .all-feature .face-price-sec .country-sec .border-none {
    border: 0
}
.sms-spi-pricing-theme .face-price-sec .country-sec .txt-red, .video-pricing-theme .face-price-sec .country-sec .txt-red, .all-feature .face-price-sec .country-sec .txt-red {
    color: #ec1c23
}
.sms-spi-pricing-theme .face-price-sec .country-sec .txt-red .fa-arrow-right, .video-pricing-theme .face-price-sec .country-sec .txt-red .fa-arrow-right, .all-feature .face-price-sec .country-sec .txt-red .fa-arrow-right {
    padding-left: 7px;
    font-size: 12px
}
.sms-spi-pricing-theme .face-price-sec .country-sec .txt-red .font-s-16, .video-pricing-theme .face-price-sec .country-sec .txt-red .font-s-16, .all-feature .face-price-sec .country-sec .txt-red .font-s-16 {
    font-size: 16px
}
.sms-spi-pricing-theme .face-price-sec .country-sec .txt-red .font-s-16:hover, .video-pricing-theme .face-price-sec .country-sec .txt-red .font-s-16:hover, .all-feature .face-price-sec .country-sec .txt-red .font-s-16:hover {
    font-weight: bold
}
.sms-spi-pricing-theme .v-pricing-tab, .video-pricing-theme .v-pricing-tab, .all-feature .v-pricing-tab {
    border: 0
}
.sms-spi-pricing-theme .v-pricing-tab li, .video-pricing-theme .v-pricing-tab li, .all-feature .v-pricing-tab li {
    border: 0
}
.sms-spi-pricing-theme .v-pricing-tab li a, .video-pricing-theme .v-pricing-tab li a, .all-feature .v-pricing-tab li a {
    font-size: 20px;
    color: #666;
    font-weight: 500
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .v-pricing-tab li a, .video-pricing-theme .v-pricing-tab li a, .all-feature .v-pricing-tab li a {
        font-size: 18px
    }
}
.sms-spi-pricing-theme .v-pricing-tab li a:hover, .video-pricing-theme .v-pricing-tab li a:hover, .all-feature .v-pricing-tab li a:hover {
    background-color: none
}
.sms-spi-pricing-theme .v-pricing-tab li a.active, .video-pricing-theme .v-pricing-tab li a.active, .all-feature .v-pricing-tab li a.active {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.sms-spi-pricing-theme .slider-face-ai, .video-pricing-theme .slider-face-ai, .all-feature .slider-face-ai {
    background: transparent !important
}
.sms-spi-pricing-theme .slider-face-ai .slider, .video-pricing-theme .slider-face-ai .slider, .all-feature .slider-face-ai .slider {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 350px;
    height: 5px;
    margin: 0 auto;
    border-radius: 5px;
    background: #0c3eb1;
    outline: 0;
    opacity: .7;
    transition: opacity .2s
}
.sms-spi-pricing-theme .slider-face-ai .slider::-webkit-slider-thumb, .video-pricing-theme .slider-face-ai .slider::-webkit-slider-thumb, .all-feature .slider-face-ai .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0c3eb1;
    cursor: pointer
}
.sms-spi-pricing-theme .slider-face-ai .slider::-moz-range-thumb, .video-pricing-theme .slider-face-ai .slider::-moz-range-thumb, .all-feature .slider-face-ai .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0c3eb1;
    cursor: pointer
}
.sms-spi-pricing-theme .hlth-top-bg, .video-pricing-theme .hlth-top-bg, .all-feature .hlth-top-bg {
    background-image: url("../../images/sms-pricing/SMS-API-Platform-Pricing-top-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 428px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .hlth-top-bg, .video-pricing-theme .hlth-top-bg, .all-feature .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.sms-spi-pricing-theme .hlth-top-bg .top-section, .video-pricing-theme .hlth-top-bg .top-section, .all-feature .hlth-top-bg .top-section {
    background: none !important;
    height: 415px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .hlth-top-bg .top-section, .video-pricing-theme .hlth-top-bg .top-section, .all-feature .hlth-top-bg .top-section {
        height: 100%
    }
}
.sms-spi-pricing-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg, .video-pricing-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg, .all-feature .hlth-top-bg .top-section .top-CompetitivePricing-bg {
    margin-top: -50px;
    margin-left: 50px;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg, .video-pricing-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg, .all-feature .hlth-top-bg .top-section .top-CompetitivePricing-bg {
        margin: 0
    }
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .hlth-top-bg .top-section .icon-with-txt, .video-pricing-theme .hlth-top-bg .top-section .icon-with-txt, .all-feature .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.sms-spi-pricing-theme .hlth-top-bg .top-section .voice-api-txt, .video-pricing-theme .hlth-top-bg .top-section .voice-api-txt, .all-feature .hlth-top-bg .top-section .voice-api-txt {
    width: 100%;
    padding: 0;
    text-align: center
}
.sms-spi-pricing-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .video-pricing-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .all-feature .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}
.sms-spi-pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p, .video-pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p, .all-feature .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px;
    padding: 1px 35px
}
@media(min-width:1000px) and (max-width:1100px) {
    .sms-spi-pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p, .video-pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p, .all-feature .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p, .video-pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p, .all-feature .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 25px;
        line-height: 30px
    }
}
.sms-spi-pricing-theme .hlth-top-bg .top-section img, .video-pricing-theme .hlth-top-bg .top-section img, .all-feature .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .hlth-top-bg .top-section svg, .video-pricing-theme .hlth-top-bg .top-section svg, .all-feature .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt svg, .video-pricing-theme .hlth-top-bg .icon-with-txt svg, .all-feature .hlth-top-bg .icon-with-txt svg {
    width: 40px;
    height: 40px
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0, .video-pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0, .all-feature .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1, .video-pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1, .all-feature .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2, .video-pricing-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2, .all-feature .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0, .video-pricing-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0, .all-feature .hlth-top-bg .icon-with-txt #Improve_efficiency .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1, .video-pricing-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1, .all-feature .hlth-top-bg .icon-with-txt #Improve_efficiency .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0, .video-pricing-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0, .all-feature .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1, .video-pricing-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1, .all-feature .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .hlth-top-bg .icon-with-txt p, .video-pricing-theme .hlth-top-bg .icon-with-txt p, .all-feature .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
.sms-spi-pricing-theme .enableX-Voice-API, .video-pricing-theme .enableX-Voice-API, .all-feature .enableX-Voice-API {
    background: url(../../images/pricing/left-double-circle-bg.png) no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .enableX-Voice-API, .video-pricing-theme .enableX-Voice-API, .all-feature .enableX-Voice-API {
        background: 0
    }
}
.sms-spi-pricing-theme .use-cases, .video-pricing-theme .use-cases, .all-feature .use-cases {
    background: 0;
    margin-top: 150px
}
.sms-spi-pricing-theme .use-cases article, .video-pricing-theme .use-cases article, .all-feature .use-cases article {
    padding: 0
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .use-cases article, .video-pricing-theme .use-cases article, .all-feature .use-cases article {
        padding: 0
    }
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li svg, .video-pricing-theme .use-cases article .plat-tab-ul li svg, .all-feature .use-cases article .plat-tab-ul li svg {
    width: 40px;
    height: 40px
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st0, .all-feature .use-cases article .plat-tab-ul li #Share_number .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st1, .all-feature .use-cases article .plat-tab-ul li #Share_number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st2, .all-feature .use-cases article .plat-tab-ul li #Share_number .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Share_number .st3, .all-feature .use-cases article .plat-tab-ul li #Share_number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st0, .all-feature .use-cases article .plat-tab-ul li #Quality_Verification .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st1, .all-feature .use-cases article .plat-tab-ul li #Quality_Verification .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st2, .all-feature .use-cases article .plat-tab-ul li #Quality_Verification .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st3, .all-feature .use-cases article .plat-tab-ul li #Quality_Verification .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st4, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality_Verification .st4, .all-feature .use-cases article .plat-tab-ul li #Quality_Verification .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st0, .all-feature .use-cases article .plat-tab-ul li #Dedicated_number .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st1, .all-feature .use-cases article .plat-tab-ul li #Dedicated_number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st2, .all-feature .use-cases article .plat-tab-ul li #Dedicated_number .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st3, .all-feature .use-cases article .plat-tab-ul li #Dedicated_number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st4, .video-pricing-theme .use-cases article .plat-tab-ul li #Dedicated_number .st4, .all-feature .use-cases article .plat-tab-ul li #Dedicated_number .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st0, .all-feature .use-cases article .plat-tab-ul li #Keywords .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st1, .all-feature .use-cases article .plat-tab-ul li #Keywords .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st2, .all-feature .use-cases article .plat-tab-ul li #Keywords .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st3, .all-feature .use-cases article .plat-tab-ul li #Keywords .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st4, .video-pricing-theme .use-cases article .plat-tab-ul li #Keywords .st4, .all-feature .use-cases article .plat-tab-ul li #Keywords .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st0, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st1, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st2, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st3, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st0, .all-feature .use-cases article .plat-tab-ul li #Message-Local-Number .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st1, .all-feature .use-cases article .plat-tab-ul li #Message-Local-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st2, .all-feature .use-cases article .plat-tab-ul li #Message-Local-Number .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st3, .all-feature .use-cases article .plat-tab-ul li #Message-Local-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st4, .video-pricing-theme .use-cases article .plat-tab-ul li #Message-Local-Number .st4, .all-feature .use-cases article .plat-tab-ul li #Message-Local-Number .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st0, .all-feature .use-cases article .plat-tab-ul li #Quality-Verification .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st1, .all-feature .use-cases article .plat-tab-ul li #Quality-Verification .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st2, .all-feature .use-cases article .plat-tab-ul li #Quality-Verification .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st3, .all-feature .use-cases article .plat-tab-ul li #Quality-Verification .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st4, .video-pricing-theme .use-cases article .plat-tab-ul li #Quality-Verification .st4, .all-feature .use-cases article .plat-tab-ul li #Quality-Verification .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st0, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st1, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st2, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Long-Shared-number .st3, .all-feature .use-cases article .plat-tab-ul li #Long-Shared-number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st0, .all-feature .use-cases article .plat-tab-ul li #Mobile-Number .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st1, .all-feature .use-cases article .plat-tab-ul li #Mobile-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st2, .all-feature .use-cases article .plat-tab-ul li #Mobile-Number .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st3, .all-feature .use-cases article .plat-tab-ul li #Mobile-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st4, .video-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st4, .all-feature .use-cases article .plat-tab-ul li #Mobile-Number .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st5, .video-pricing-theme .use-cases article .plat-tab-ul li #Mobile-Number .st5, .all-feature .use-cases article .plat-tab-ul li #Mobile-Number .st5 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st0, .video-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st0, .all-feature .use-cases article .plat-tab-ul li #Toll-Free-Number .st0 {
    display: none
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st1, .video-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st1, .all-feature .use-cases article .plat-tab-ul li #Toll-Free-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st2, .video-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st2, .all-feature .use-cases article .plat-tab-ul li #Toll-Free-Number .st2 {
    display: inline
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st3, .video-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st3, .all-feature .use-cases article .plat-tab-ul li #Toll-Free-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st4, .video-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st4, .all-feature .use-cases article .plat-tab-ul li #Toll-Free-Number .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st5, .video-pricing-theme .use-cases article .plat-tab-ul li #Toll-Free-Number .st5, .all-feature .use-cases article .plat-tab-ul li #Toll-Free-Number .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sms-spi-pricing-theme .use-cases article h6, .video-pricing-theme .use-cases article h6, .all-feature .use-cases article h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding-left: 22px;
    padding-top: 7px;
    margin: 0
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .use-cases article h6, .video-pricing-theme .use-cases article h6, .all-feature .use-cases article h6 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.sms-spi-pricing-theme .use-cases article p, .video-pricing-theme .use-cases article p, .all-feature .use-cases article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 5px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .use-cases article p, .video-pricing-theme .use-cases article p, .all-feature .use-cases article p {
        font-size: 16px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .use-cases article ul, .video-pricing-theme .use-cases article ul, .all-feature .use-cases article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column
}
.sms-spi-pricing-theme .use-cases article ul li, .video-pricing-theme .use-cases article ul li, .all-feature .use-cases article ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative
}
.sms-spi-pricing-theme .use-cases article ul li::before, .video-pricing-theme .use-cases article ul li::before, .all-feature .use-cases article ul li::before {
    content: " ";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .sms-spi-pricing-theme .use-cases article ul li, .video-pricing-theme .use-cases article ul li, .all-feature .use-cases article ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.sms-spi-pricing-theme .use-cases article ul li a, .video-pricing-theme .use-cases article ul li a, .all-feature .use-cases article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 18px;
    color: #f13d3d
}
.sms-spi-pricing-theme .use-cases article ul li a:hover, .video-pricing-theme .use-cases article ul li a:hover, .all-feature .use-cases article ul li a:hover {
    font-weight: 600
}
.sms-spi-pricing-theme .use-cases article ul li a b, .video-pricing-theme .use-cases article ul li a b, .all-feature .use-cases article ul li a b {
    font-weight: 600
}
.sms-spi-pricing-theme .use-cases article ul li a i, .video-pricing-theme .use-cases article ul li a i, .all-feature .use-cases article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white, .video-pricing-theme .enableX-Voice-API .bg-white, .all-feature .enableX-Voice-API .bg-white {
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9);
    border-radius: 5px;
    padding: 30px 10px;
    border: 1px solid #e8e8e8;
    margin: 20px 0
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white .horizontal-border, .video-pricing-theme .enableX-Voice-API .bg-white .horizontal-border, .all-feature .enableX-Voice-API .bg-white .horizontal-border {
    border-right: 1px solid #e8e8e8
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article, .video-pricing-theme .enableX-Voice-API .bg-white article, .all-feature .enableX-Voice-API .bg-white article {
    padding: 0 50px 0 10px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .enableX-Voice-API .bg-white article, .video-pricing-theme .enableX-Voice-API .bg-white article, .all-feature .enableX-Voice-API .bg-white article {
        padding: 0
    }
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li svg, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li svg, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li svg {
    width: 40px;
    height: 40px
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st0, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st0, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st0 {
    display: none
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st1, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st1, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st2, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st2, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st2 {
    display: inline
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st3, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st3, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st3 {
    fill: #010101
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st4, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st4, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st5, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st5, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st6, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st6, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st7, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st7, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st7 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st8, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st8, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st8 {
    display: inline;
    fill: none;
    stroke: #212020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st9, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st9, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Deliverable_Messaging .st9 {
    display: inline;
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Customer__x0D_Engagement .st0, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Customer__x0D_Engagement .st0, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Customer__x0D_Engagement .st0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Streaming_and_Broadcasting .st0, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Streaming_and_Broadcasting .st0, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Streaming_and_Broadcasting .st0 {
    fill: none;
    stroke: #20201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st0, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st0, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st0 {
    display: none
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st1, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st1, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st2, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st2, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st2 {
    display: inline
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st3, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st3, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st4, .video-pricing-theme .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st4, .all-feature .enableX-Voice-API .bg-white article .plat-tab-ul li #Message-Local-Number .st4 {
    fill: #010101
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article h6, .video-pricing-theme .enableX-Voice-API .bg-white article h6, .all-feature .enableX-Voice-API .bg-white article h6 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding-left: 22px;
    padding-top: 7px;
    margin: 0
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .enableX-Voice-API .bg-white article h6, .video-pricing-theme .enableX-Voice-API .bg-white article h6, .all-feature .enableX-Voice-API .bg-white article h6 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article p, .video-pricing-theme .enableX-Voice-API .bg-white article p, .all-feature .enableX-Voice-API .bg-white article p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px;
    padding-left: 5px
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article p span, .video-pricing-theme .enableX-Voice-API .bg-white article p span, .all-feature .enableX-Voice-API .bg-white article p span {
    font-weight: bold
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article p a i.fa-arrow-right, .video-pricing-theme .enableX-Voice-API .bg-white article p a i.fa-arrow-right, .all-feature .enableX-Voice-API .bg-white article p a i.fa-arrow-right {
    padding: 0 12px
}
@media(max-width:991px) {
    .sms-spi-pricing-theme .enableX-Voice-API .bg-white article p, .video-pricing-theme .enableX-Voice-API .bg-white article p, .all-feature .enableX-Voice-API .bg-white article p {
        font-size: 16px;
        line-height: 20px
    }
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul, .video-pricing-theme .enableX-Voice-API .bg-white article ul, .all-feature .enableX-Voice-API .bg-white article ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -o-flex-direction: column
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul li, .video-pricing-theme .enableX-Voice-API .bg-white article ul li, .all-feature .enableX-Voice-API .bg-white article ul li {
    padding: .5em .5em .5em 1.5em;
    margin: 0;
    width: 100%;
    position: relative
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul li::before, .video-pricing-theme .enableX-Voice-API .bg-white article ul li::before, .all-feature .enableX-Voice-API .bg-white article ul li::before {
    content: " ";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul li, .video-pricing-theme .enableX-Voice-API .bg-white article ul li, .all-feature .enableX-Voice-API .bg-white article ul li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul li a, .video-pricing-theme .enableX-Voice-API .bg-white article ul li a, .all-feature .enableX-Voice-API .bg-white article ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 18px;
    color: #f13d3d
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul li a:hover, .video-pricing-theme .enableX-Voice-API .bg-white article ul li a:hover, .all-feature .enableX-Voice-API .bg-white article ul li a:hover {
    font-weight: 600
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul li a b, .video-pricing-theme .enableX-Voice-API .bg-white article ul li a b, .all-feature .enableX-Voice-API .bg-white article ul li a b {
    font-weight: 600
}
.sms-spi-pricing-theme .enableX-Voice-API .bg-white article ul li a i, .video-pricing-theme .enableX-Voice-API .bg-white article ul li a i, .all-feature .enableX-Voice-API .bg-white article ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: inline-block
}
.video-pricing-theme .hlth-top-bg .top-section, .all-feature .hlth-top-bg .top-section {
    height: 428px
}
@media(max-width:991px) {
    .video-pricing-theme .hlth-top-bg .top-section, .all-feature .hlth-top-bg .top-section {
        height: 100%
    }
}
.video-pricing-theme .table-section, .all-feature .table-section {
    background: 0
}
.video-pricing-theme .table-section .country-sec .green-bg, .all-feature .table-section .country-sec .green-bg {
    border: 1px solid #d0d0d0;
    background-color: #eff6f4;
    box-shadow: 3px 3px 12px 8px #f3f5f7;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px
}
@media(max-width:991px) {
    .video-pricing-theme .table-section .country-sec .green-bg, .all-feature .table-section .country-sec .green-bg {
        padding: 25px 10px
    }
}
.video-pricing-theme .table-section .country-sec .green-bg p, .all-feature .table-section .country-sec .green-bg p {
    font-size: 23px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0
}
@media(max-width:991px) {
    .video-pricing-theme .table-section .country-sec .green-bg p, .all-feature .table-section .country-sec .green-bg p {
        font-size: 18px;
        line-height: 25px
    }
}
.video-pricing-theme .table-section .country-sec .green-bg p .big-txt, .all-feature .table-section .country-sec .green-bg p .big-txt {
    font-size: 30px;
    font-weight: 600
}
.video-pricing-theme .table-section .country-sec .green-bg .examples-btn, .all-feature .table-section .country-sec .green-bg .examples-btn {
    background-color: #ec1c23;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    width: 84%;
    padding: 10px 0;
    border: 1px solid transparent;
    color: #fff !important;
    text-shadow: none
}
@media(max-width:991px) {
    .video-pricing-theme .table-section .country-sec .green-bg .examples-btn, .all-feature .table-section .country-sec .green-bg .examples-btn {
        width: 100%
    }
}
@media(max-width:991px) {
    .video-pricing-theme .table-section .country-sec .m-5, .all-feature .table-section .country-sec .m-5 {
        margin: .5rem !important
    }
}
.video-pricing-theme .table-section section, .all-feature .table-section section {
    padding: 0
}
.video-pricing-theme .table-section section .section-title, .all-feature .table-section section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.video-pricing-theme .table-section #tabs, .all-feature .table-section #tabs, .video-pricing-theme .table-section #tab-second, .all-feature .table-section #tab-second {
    height: 100%
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tabs, .all-feature .table-section #tabs, .video-pricing-theme .table-section #tab-second, .all-feature .table-section #tab-second {
        height: auto;
        background: 0
    }
}
.video-pricing-theme .table-section #tabs h4, .all-feature .table-section #tabs h4, .video-pricing-theme .table-section #tab-second h4, .all-feature .table-section #tab-second h4 {
    font-weight: bold;
    color: #333;
    font-size: 40px;
    text-align: center;
    padding: 15px 0;
    font-weight: 600
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tabs h4, .all-feature .table-section #tabs h4, .video-pricing-theme .table-section #tab-second h4, .all-feature .table-section #tab-second h4 {
        font-size: 25px;
        line-height: 30px
    }
}
.video-pricing-theme .table-section #tabs ul#interest_tabs, .all-feature .table-section #tabs ul#interest_tabs, .video-pricing-theme .table-section #tab-second ul#interest_tabs, .all-feature .table-section #tab-second ul#interest_tabs {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 3px solid #f13d3d;
    padding: 0
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tabs ul#interest_tabs, .all-feature .table-section #tabs ul#interest_tabs, .video-pricing-theme .table-section #tab-second ul#interest_tabs, .all-feature .table-section #tab-second ul#interest_tabs {
        margin-top: 10px
    }
}
.video-pricing-theme .table-section #tabs ul#interest_tabs li, .all-feature .table-section #tabs ul#interest_tabs li, .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .all-feature .table-section #tab-second ul#interest_tabs li {
    padding-bottom: 0;
    width: 22%
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tabs ul#interest_tabs li, .all-feature .table-section #tabs ul#interest_tabs li, .video-pricing-theme .table-section #tab-second ul#interest_tabs li, .all-feature .table-section #tab-second ul#interest_tabs li {
        width: auto
    }
}
.video-pricing-theme .table-section #tabs ul#interest_tabs li a, .all-feature .table-section #tabs ul#interest_tabs li a, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .all-feature .table-section #tab-second ul#interest_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 20px 19px;
    line-height: 20px;
    display: inline-block
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tabs ul#interest_tabs li a, .all-feature .table-section #tabs ul#interest_tabs li a, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a, .all-feature .table-section #tab-second ul#interest_tabs li a {
        font-size: 16px;
        line-height: 20px
    }
}
.video-pricing-theme .table-section #tabs ul#interest_tabs li a:hover, .all-feature .table-section #tabs ul#interest_tabs li a:hover, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a:hover, .all-feature .table-section #tab-second ul#interest_tabs li a:hover {
    background: transparent;
    outline: 0
}
.video-pricing-theme .table-section #tabs ul#interest_tabs li a.active, .all-feature .table-section #tabs ul#interest_tabs li a.active, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active, .all-feature .table-section #tab-second ul#interest_tabs li a.active {
    color: #fff;
    background: #f13d3d;
    font-weight: bold;
    outline: 0;
    border-radius: 0
}
.video-pricing-theme .table-section #tabs ul#interest_tabs li a.active .tab-content.active, .all-feature .table-section #tabs ul#interest_tabs li a.active .tab-content.active, .video-pricing-theme .table-section #tab-second ul#interest_tabs li a.active .tab-content.active, .all-feature .table-section #tab-second ul#interest_tabs li a.active .tab-content.active {
    opacity: 1
}
.video-pricing-theme .table-section #tabs .tab-content, .all-feature .table-section #tabs .tab-content, .video-pricing-theme .table-section #tab-second .tab-content, .all-feature .table-section #tab-second .tab-content {
    padding: 40px 25px 20px 25px;
    background: #fff;
    box-shadow: 0 1px 3px 2px #00000021;
    border-radius: 0 0 15px 15px
}
.video-pricing-theme .table-section #tabs .tab-content ul.nav-tabs, .all-feature .table-section #tabs .tab-content ul.nav-tabs, .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .all-feature .table-section #tab-second .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
.video-pricing-theme .table-section #tabs .tab-content ul.nav-tabs li a, .all-feature .table-section #tabs .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent;
    font-size: 18px
}
.video-pricing-theme .table-section #tabs .tab-content ul.nav-tabs li a.active, .all-feature .table-section #tabs .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    border-radius: 0;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
.video-pricing-theme .table-section #tabs .tab-content .sub-tab, .all-feature .table-section #tabs .tab-content .sub-tab, .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .all-feature .table-section #tab-second .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tabs .tab-content .sub-tab img, .all-feature .table-section #tabs .tab-content .sub-tab img, .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .all-feature .table-section #tab-second .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.video-pricing-theme .table-section #tabs .tab-pane, .all-feature .table-section #tabs .tab-pane, .video-pricing-theme .table-section #tab-second .tab-pane, .all-feature .table-section #tab-second .tab-pane {
    margin-top: 0;
    text-align: left
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-1 article, .all-feature .table-section #tabs .tab-pane .sub-tab-1 article, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-1 article, .all-feature .table-section #tab-second .tab-pane .sub-tab-1 article, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article {
    padding: 25px;
    text-align: center
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-1 article h6, .all-feature .table-section #tabs .tab-pane .sub-tab-1 article h6, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-1 article h6, .all-feature .table-section #tab-second .tab-pane .sub-tab-1 article h6, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article h6, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article h6, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article h6, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article h6, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article h6, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article h6, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article h6, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article h6 {
    color: #ec1c23;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-1 article p.price, .all-feature .table-section #tabs .tab-pane .sub-tab-1 article p.price, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-1 article p.price, .all-feature .table-section #tab-second .tab-pane .sub-tab-1 article p.price, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article p.price, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article p.price, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article p.price, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article p.price, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article p.price, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article p.price, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article p.price, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article p.price {
    color: #333;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-1 article hr, .all-feature .table-section #tabs .tab-pane .sub-tab-1 article hr, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-1 article hr, .all-feature .table-section #tab-second .tab-pane .sub-tab-1 article hr, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article hr, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article hr, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article hr, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article hr, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article hr, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article hr, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article hr, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article hr {
    background: #ec1c23
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-1 article p.gray-txt, .all-feature .table-section #tabs .tab-pane .sub-tab-1 article p.gray-txt, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-1 article p.gray-txt, .all-feature .table-section #tab-second .tab-pane .sub-tab-1 article p.gray-txt, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article p.gray-txt, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article p.gray-txt, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article p.gray-txt, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article p.gray-txt, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article p.gray-txt, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article p.gray-txt, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article p.gray-txt, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article p.gray-txt {
    font-size: 16px;
    color: #4e4e4e
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-1 article p.btn a, .all-feature .table-section #tabs .tab-pane .sub-tab-1 article p.btn a, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-1 article p.btn a, .all-feature .table-section #tab-second .tab-pane .sub-tab-1 article p.btn a, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article p.btn a, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article p.btn a, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article p.btn a, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article p.btn a, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article p.btn a, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article p.btn a, .video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article p.btn a, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article p.btn a {
    background-color: #f13d3d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 25px
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2, .all-feature .table-section #tabs .tab-pane .sub-tab-2, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 {
    text-align: left
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article {
    padding: 0;
    text-align: left
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article ul li, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article ul li, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article ul li, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article ul li {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 10px 0
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-2 article p.small-txt, .all-feature .table-section #tabs .tab-pane .sub-tab-2 article p.small-txt, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-2 article p.small-txt, .all-feature .table-section #tab-second .tab-pane .sub-tab-2 article p.small-txt {
    color: #4e4e4e;
    font-size: 14px
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3, .all-feature .table-section #tabs .tab-pane .sub-tab-3, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 {
    background: #4d7bde;
    background: linear-gradient(180deg, #4d7bde 0, #1facbe 61%);
    border-radius: 10px;
    padding: 25px;
    text-align: center
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article {
    padding: 0;
    text-align: center
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article p, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article p, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article p, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article p {
    color: #fff;
    font-size: 18px;
    line-height: 22px
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article p.price, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article p.price, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article p.price, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article p.price {
    color: #fff
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article p.gray-txt, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article p.gray-txt, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article p.gray-txt, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article p.gray-txt {
    color: #fff
}
.video-pricing-theme .table-section #tabs .tab-pane .sub-tab-3 article p a, .all-feature .table-section #tabs .tab-pane .sub-tab-3 article p a, .video-pricing-theme .table-section #tab-second .tab-pane .sub-tab-3 article p a, .all-feature .table-section #tab-second .tab-pane .sub-tab-3 article p a {
    background-color: #fff !important;
    color: #ec1c23 !important;
    font-size: 18px;
    font-weight: 500
}
.video-pricing-theme .table-section #tab-second, .all-feature .table-section #tab-second {
    background: 0
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tab-second, .all-feature .table-section #tab-second {
        margin-top: 50px
    }
}
.video-pricing-theme .table-section #tab-second #interest_tabs li, .all-feature .table-section #tab-second #interest_tabs li {
    width: auto !important
}
.video-pricing-theme .table-section #tab-second .SIP-Inter-sec, .all-feature .table-section #tab-second .SIP-Inter-sec {
    border-top: 3px solid #f13d3d;
    margin-top: 150px;
    background: #fff;
    box-shadow: 0 0 8px 2px #72727236;
    border-radius: 0 0 15px 15px
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #tab-second .SIP-Inter-sec, .all-feature .table-section #tab-second .SIP-Inter-sec {
        margin-top: 50px
    }
}
.video-pricing-theme .table-section #tab-second .SIP-Inter-sec article, .all-feature .table-section #tab-second .SIP-Inter-sec article {
    padding: 25px;
    text-align: center
}
.video-pricing-theme .table-section #tab-second .SIP-Inter-sec article h6, .all-feature .table-section #tab-second .SIP-Inter-sec article h6 {
    color: #ec1c23;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold
}
.video-pricing-theme .table-section #tab-second .SIP-Inter-sec article p.price, .all-feature .table-section #tab-second .SIP-Inter-sec article p.price {
    color: #333;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700
}
.video-pricing-theme .table-section #tab-second .SIP-Inter-sec article hr, .all-feature .table-section #tab-second .SIP-Inter-sec article hr {
    background: #ec1c23
}
.video-pricing-theme .table-section #tab-second .SIP-Inter-sec article p.gray-txt, .all-feature .table-section #tab-second .SIP-Inter-sec article p.gray-txt {
    font-size: 16px;
    color: #4e4e4e
}
.video-pricing-theme .table-section #tab-second .SIP-Inter-sec article p.btn a, .all-feature .table-section #tab-second .SIP-Inter-sec article p.btn a {
    background-color: #f13d3d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 25px
}
.video-pricing-theme .table-section #tab-second .sub-tab-2, .all-feature .table-section #tab-second .sub-tab-2 {
    text-align: left
}
.video-pricing-theme .table-section #tab-second .sub-tab-2 article, .all-feature .table-section #tab-second .sub-tab-2 article {
    padding: 0;
    text-align: left
}
.video-pricing-theme .table-section #tab-second .sub-tab-2 article ul li, .all-feature .table-section #tab-second .sub-tab-2 article ul li {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 10px 0
}
.video-pricing-theme .table-section #tab-second .sub-tab-2 article p.small-txt, .all-feature .table-section #tab-second .sub-tab-2 article p.small-txt {
    color: #4e4e4e;
    font-size: 14px
}
.video-pricing-theme .table-section #tab-second .sub-tab-3, .all-feature .table-section #tab-second .sub-tab-3 {
    background: #4d7bde;
    background: linear-gradient(180deg, #4d7bde 0, #1facbe 61%);
    border-radius: 10px;
    padding: 25px;
    text-align: center
}
.video-pricing-theme .table-section #tab-second .sub-tab-3 article, .all-feature .table-section #tab-second .sub-tab-3 article {
    padding: 0;
    text-align: center
}
.video-pricing-theme .table-section #tab-second .sub-tab-3 article p, .all-feature .table-section #tab-second .sub-tab-3 article p {
    color: #fff;
    font-size: 18px
}
.video-pricing-theme .table-section #tab-second .sub-tab-3 article p.price, .all-feature .table-section #tab-second .sub-tab-3 article p.price {
    color: #fff
}
.video-pricing-theme .table-section #tab-second .sub-tab-3 article p.gray-txt, .all-feature .table-section #tab-second .sub-tab-3 article p.gray-txt {
    color: #fff
}
.video-pricing-theme .table-section #tab-second .sub-tab-3 article p a, .all-feature .table-section #tab-second .sub-tab-3 article p a {
    background-color: #fff !important;
    color: #ec1c23 !important;
    font-size: 18px;
    font-weight: 500
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-header, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-header, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-header, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-header {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-bottom: 0
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-body, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-body, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-body, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-body {
    padding: 0 40px
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-body h4.h4-color, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-body h4.h4-color, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-body h4.h4-color, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-body h4.h4-color {
    color: #333;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 600;
    margin: 0;
    text-align: left
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-body p, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-body p, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-body p, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-body p {
    font-size: 18px;
    line-height: 20px
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-body .Recording-Example-h2, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-body .Recording-Example-h2, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-body .Recording-Example-h2, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-body .Recording-Example-h2 {
    font-size: 42px;
    color: #ec1c23;
    padding: 15px 0;
    font-weight: 600;
    text-align: center
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-body p.small-txt, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-body p.small-txt, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-body p.small-txt, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-body p.small-txt {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-weight: bold
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-body .view-border-left, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-body .view-border-left, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-body .view-border-left, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-body .view-border-left {
    border-left: 2px solid #cecdcd;
    position: relative;
    z-index: 999;
    margin-left: -10px;
    display: inherit;
    height: 43px
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-footer, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-footer, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-footer, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-footer {
    display: flow-root
}
.video-pricing-theme .table-section #tab-second #view-exp2 .modal-content .modal-footer p, .all-feature .table-section #tab-second #view-exp2 .modal-content .modal-footer p, .video-pricing-theme .table-section #tab-second #view-exp3 .modal-content .modal-footer p, .all-feature .table-section #tab-second #view-exp3 .modal-content .modal-footer p {
    font-size: 12px;
    line-height: 15px
}
.video-pricing-theme .table-section #myModal_p .modal-header, .all-feature .table-section #myModal_p .modal-header {
    border: 0
}
.video-pricing-theme .table-section #myModal_p .modal-body .nav-tabs li a, .all-feature .table-section #myModal_p .modal-body .nav-tabs li a {
    border-bottom: 3px solid #000;
    font-size: 21px;
    display: inline-block;
    margin: 0 5px;
    color: #000
}
.video-pricing-theme .table-section #myModal_p .modal-body .nav-tabs li a.active, .all-feature .table-section #myModal_p .modal-body .nav-tabs li a.active {
    border-bottom: 3px solid #ec1c23;
    color: #ec1c23;
    border-top: 0;
    border-left: 0;
    border-right: 0
}
.video-pricing-theme .table-section #myModal_p .modal-body .nav-tabs li a i.gray-txt, .all-feature .table-section #myModal_p .modal-body .nav-tabs li a i.gray-txt {
    margin: 0;
    display: block;
    font-size: 14px;
    color: gray;
    padding: 0
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content, .all-feature .table-section #myModal_p .modal-body .tab-content {
    box-shadow: none;
    border: 0
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #myModal_p .modal-body .tab-content, .all-feature .table-section #myModal_p .modal-body .tab-content {
        padding: 20px
    }
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content p, .all-feature .table-section #myModal_p .modal-body .tab-content p {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    font-weight: 300
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #myModal_p .modal-body .tab-content p, .all-feature .table-section #myModal_p .modal-body .tab-content p {
        font-size: 16px;
        line-height: 20px
    }
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content p b.txt-red, .all-feature .table-section #myModal_p .modal-body .tab-content p b.txt-red {
    color: #ec1c23
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content div.price-red-txt, .all-feature .table-section #myModal_p .modal-body .tab-content div.price-red-txt {
    color: red;
    font-size: 24px;
    padding: 0
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content .price-bold, .all-feature .table-section #myModal_p .modal-body .tab-content .price-bold {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: bold;
    display: flow-root
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content .example-save, .all-feature .table-section #myModal_p .modal-body .tab-content .example-save {
    background: #efeff6;
    background: #efeff6;
    display: flex;
    justify-content: center;
    align-items: center
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2, .all-feature .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 {
    text-align: center
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2, .all-feature .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 {
        padding: 10px
    }
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 .pricing-2-big-txt, .all-feature .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 .pricing-2-big-txt {
    font-size: 60px;
    font-weight: bold;
    text-align: center
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 .pricing-2-big-txt, .all-feature .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 .pricing-2-big-txt {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 40px;
        line-height: 45px
    }
}
.video-pricing-theme .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 p, .all-feature .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 p {
    padding: 15px 0;
    text-align: center
}
@media(max-width:991px) {
    .video-pricing-theme .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 p, .all-feature .table-section #myModal_p .modal-body .tab-content .example-save .right-txt-pricing2 p {
        margin-bottom: 0;
        padding-bottom: 0
    }
}
.all-feature {
    position: relative
}
.all-feature .hlth-top-bg {
    background-image: url(../../images/sms-pricing/SMS-API-Platform-Pricing-top-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 411px
}
@media(max-width:991px) {
    .all-feature .hlth-top-bg {
        background-image: none !important;
        height: 100%
    }
}
.all-feature .hlth-top-bg .sticky {
    background-color: #fff
}
.all-feature .hlth-top-bg .top-section {
    height: auto
}
.all-feature h4.mb-3 {
    border-left: 3px solid red;
    text-align: left;
    padding: 0 10px;
    margin: 28px 0 !important
}
.all-feature #navbar-scrollspy {
    background: #fff !important;
    box-shadow: none;
    margin-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    top: 76px
}
.all-feature #navbar-scrollspy ul.navbar-pills {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 50%;
    margin: 0 auto
}
.all-feature #navbar-scrollspy ul.navbar-pills li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px
}
@media(max-width:991px) {
    .all-feature #navbar-scrollspy ul.navbar-pills li a {
        padding: 8px 15px;
        font-size: 14px
    }
}
.all-feature #navbar-scrollspy ul.navbar-pills li .active {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.all-feature .bg-light {
    position: fixed;
    top: 158px;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    width: 100% !important;
    background: #fff !important;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 1px 1px #eae9e9
}
@media(max-width:991px) {
    .all-feature .bg-light {
        top: 163px
    }
}
.all-feature .voice-api-txt {
    display: flex;
    text-align: center;
    padding: 50px 0 10px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
}
.all-feature .voice-api-txt h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0
}
.all-feature .card-group {
    flex-flow: row wrap;
    height: 200px;
    margin-bottom: 29px
}
.all-feature .card-group .card-body {
    box-shadow: 1px 2px 3px 1px #ddd;
    border: 0
}
.about-theme header, .career-theme header, .contact-us header, .we-hiring-theme header, .apply-theme header {
    background-color: transparent
}
.about-theme .hlth-top-bg, .career-theme .hlth-top-bg, .contact-us .hlth-top-bg, .we-hiring-theme .hlth-top-bg, .apply-theme .hlth-top-bg {
    background-image: url(../../images/about/platform-right-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    background-size: contain
}
@media(max-width:991px) {
    .about-theme .hlth-top-bg, .career-theme .hlth-top-bg, .contact-us .hlth-top-bg, .we-hiring-theme .hlth-top-bg, .apply-theme .hlth-top-bg {
        height: auto;
        background-image: none
    }
}
.about-theme .hlth-top-bg .top-section, .career-theme .hlth-top-bg .top-section, .contact-us .hlth-top-bg .top-section, .we-hiring-theme .hlth-top-bg .top-section, .apply-theme .hlth-top-bg .top-section {
    background: 0
}
@media(max-width:991px) {
    .about-theme .hlth-top-bg .top-section, .career-theme .hlth-top-bg .top-section, .contact-us .hlth-top-bg .top-section, .we-hiring-theme .hlth-top-bg .top-section, .apply-theme .hlth-top-bg .top-section {
        text-align: center;
        height: auto;
        margin-bottom: 50px
    }
}
@media(max-width:991px) {
    .about-theme .hlth-top-bg .top-section .icon-with-txt, .career-theme .hlth-top-bg .top-section .icon-with-txt, .contact-us .hlth-top-bg .top-section .icon-with-txt, .we-hiring-theme .hlth-top-bg .top-section .icon-with-txt, .apply-theme .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.about-theme .hlth-top-bg .top-section .voice-api-txt, .career-theme .hlth-top-bg .top-section .voice-api-txt, .contact-us .hlth-top-bg .top-section .voice-api-txt, .we-hiring-theme .hlth-top-bg .top-section .voice-api-txt, .apply-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.about-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .career-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .contact-us .hlth-top-bg .top-section .voice-api-txt .grey-txt, .we-hiring-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .apply-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600
}
.about-theme .hlth-top-bg .top-section img, .career-theme .hlth-top-bg .top-section img, .contact-us .hlth-top-bg .top-section img, .we-hiring-theme .hlth-top-bg .top-section img, .apply-theme .hlth-top-bg .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block
}
@media(max-width:991px) {
    .about-theme .hlth-top-bg .top-section img, .career-theme .hlth-top-bg .top-section img, .contact-us .hlth-top-bg .top-section img, .we-hiring-theme .hlth-top-bg .top-section img, .apply-theme .hlth-top-bg .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .about-theme .hlth-top-bg .top-section svg, .career-theme .hlth-top-bg .top-section svg, .contact-us .hlth-top-bg .top-section svg, .we-hiring-theme .hlth-top-bg .top-section svg, .apply-theme .hlth-top-bg .top-section svg {
        width: 40px;
        height: 40px
    }
}
.about-theme .hlth-top-bg .icon-with-txt svg, .career-theme .hlth-top-bg .icon-with-txt svg, .contact-us .hlth-top-bg .icon-with-txt svg, .we-hiring-theme .hlth-top-bg .icon-with-txt svg, .apply-theme .hlth-top-bg .icon-with-txt svg {
    width: 40px;
    height: 40px
}
.about-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0, .career-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0, .contact-us .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0, .we-hiring-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0, .apply-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1, .career-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1, .contact-us .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1, .we-hiring-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1, .apply-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st1 {
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.about-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2, .career-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2, .contact-us .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2, .we-hiring-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2, .apply-theme .hlth-top-bg .icon-with-txt #Increase_brand_loyalty .st2 {
    fill: none;
    stroke: #00a6bc;
    stroke-miterlimit: 10
}
.about-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0, .career-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0, .contact-us .hlth-top-bg .icon-with-txt #Improve_efficiency .st0, .we-hiring-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0, .apply-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1, .career-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1, .contact-us .hlth-top-bg .icon-with-txt #Improve_efficiency .st1, .we-hiring-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1, .apply-theme .hlth-top-bg .icon-with-txt #Improve_efficiency .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0, .career-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0, .contact-us .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0, .we-hiring-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0, .apply-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1, .career-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1, .contact-us .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1, .we-hiring-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1, .apply-theme .hlth-top-bg .icon-with-txt #Immediate_resolutions .st1 {
    fill: none;
    stroke: #00a7bc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .hlth-top-bg .icon-with-txt p, .career-theme .hlth-top-bg .icon-with-txt p, .contact-us .hlth-top-bg .icon-with-txt p, .we-hiring-theme .hlth-top-bg .icon-with-txt p, .apply-theme .hlth-top-bg .icon-with-txt p {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 400
}
.about-theme .about-ex-vcx, .career-theme .about-ex-vcx, .contact-us .about-ex-vcx, .we-hiring-theme .about-ex-vcx, .apply-theme .about-ex-vcx {
    height: 100%;
    min-height: 500px;
    margin-top: 80px
}
@media(max-width:991px) {
    .about-theme .about-ex-vcx, .career-theme .about-ex-vcx, .contact-us .about-ex-vcx, .we-hiring-theme .about-ex-vcx, .apply-theme .about-ex-vcx {
        min-height: 100%;
        margin-top: 0
    }
}
.about-theme .enableX-Voice-API, .career-theme .enableX-Voice-API, .contact-us .enableX-Voice-API, .we-hiring-theme .enableX-Voice-API, .apply-theme .enableX-Voice-API {
    display: none;
    background: url(../../images/about/left-double-circle-bg.png) no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 800px;
    margin-top: 150px
}
@media(max-width:991px) {
    .about-theme .enableX-Voice-API, .career-theme .enableX-Voice-API, .contact-us .enableX-Voice-API, .we-hiring-theme .enableX-Voice-API, .apply-theme .enableX-Voice-API {
        min-height: 100%;
        margin-top: 0
    }
}
.about-theme .enableX-Voice-API .Voice-API-grid a, .career-theme .enableX-Voice-API .Voice-API-grid a, .contact-us .enableX-Voice-API .Voice-API-grid a, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a, .apply-theme .enableX-Voice-API .Voice-API-grid a {
    height: 300px;
    margin: 20px 0;
    border: 1px solid #e8e8e8
}
@media(max-width:991px) {
    .about-theme .enableX-Voice-API .Voice-API-grid a, .career-theme .enableX-Voice-API .Voice-API-grid a, .contact-us .enableX-Voice-API .Voice-API-grid a, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a, .apply-theme .enableX-Voice-API .Voice-API-grid a {
        height: auto
    }
}
.about-theme .enableX-Voice-API .Voice-API-grid a p, .career-theme .enableX-Voice-API .Voice-API-grid a p, .contact-us .enableX-Voice-API .Voice-API-grid a p, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a p, .apply-theme .enableX-Voice-API .Voice-API-grid a p {
    font-size: 18px
}
.about-theme .enableX-Voice-API .Voice-API-grid a p i, .career-theme .enableX-Voice-API .Voice-API-grid a p i, .contact-us .enableX-Voice-API .Voice-API-grid a p i, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a p i, .apply-theme .enableX-Voice-API .Voice-API-grid a p i {
    color: #f13d3d
}
.about-theme .enableX-Voice-API .Voice-API-grid a p.txt-red, .career-theme .enableX-Voice-API .Voice-API-grid a p.txt-red, .contact-us .enableX-Voice-API .Voice-API-grid a p.txt-red, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a p.txt-red, .apply-theme .enableX-Voice-API .Voice-API-grid a p.txt-red {
    color: #f13d3d;
    font-size: 18px
}
.about-theme .enableX-Voice-API .Voice-API-grid a p.txt-red:hover, .career-theme .enableX-Voice-API .Voice-API-grid a p.txt-red:hover, .contact-us .enableX-Voice-API .Voice-API-grid a p.txt-red:hover, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a p.txt-red:hover, .apply-theme .enableX-Voice-API .Voice-API-grid a p.txt-red:hover {
    font-weight: bold;
    color: #fff
}
.about-theme .enableX-Voice-API .Voice-API-grid a:hover p, .career-theme .enableX-Voice-API .Voice-API-grid a:hover p, .contact-us .enableX-Voice-API .Voice-API-grid a:hover p, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a:hover p, .apply-theme .enableX-Voice-API .Voice-API-grid a:hover p, .about-theme .enableX-Voice-API .Voice-API-grid a:hover p i, .career-theme .enableX-Voice-API .Voice-API-grid a:hover p i, .contact-us .enableX-Voice-API .Voice-API-grid a:hover p i, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a:hover p i, .apply-theme .enableX-Voice-API .Voice-API-grid a:hover p i, .about-theme .enableX-Voice-API .Voice-API-grid a:hover h5, .career-theme .enableX-Voice-API .Voice-API-grid a:hover h5, .contact-us .enableX-Voice-API .Voice-API-grid a:hover h5, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a:hover h5, .apply-theme .enableX-Voice-API .Voice-API-grid a:hover h5 {
    background: transparent;
    color: #fff
}
.about-theme .enableX-Voice-API .Voice-API-grid a:hover, .career-theme .enableX-Voice-API .Voice-API-grid a:hover, .contact-us .enableX-Voice-API .Voice-API-grid a:hover, .we-hiring-theme .enableX-Voice-API .Voice-API-grid a:hover, .apply-theme .enableX-Voice-API .Voice-API-grid a:hover {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap {
    padding-top: 25%
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 {
    width: 65%;
    margin-left: 7%;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 30px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 input, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 input, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 input, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 input, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 input {
    display: none
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~.boo_inner, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~.boo_inner, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~.boo_inner, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~.boo_inner, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~.boo_inner {
    margin-left: 0
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls {
    display: flex;
    flex-direction: row
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1), .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1), .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1), .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1), .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_1:checked~#controls label:nth-child(1) {
    background: #000
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~.boo_inner, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~.boo_inner, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~.boo_inner, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~.boo_inner, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~.boo_inner {
    margin-left: -100%
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls {
    display: flex;
    flex-direction: row
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2), .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2), .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2), .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2), .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_2:checked~#controls label:nth-child(2) {
    background: #000
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~.boo_inner, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~.boo_inner, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~.boo_inner, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~.boo_inner, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~.boo_inner {
    margin-left: -200%
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3), .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3), .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3), .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3), .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_3:checked~#controls label:nth-child(3) {
    background: #000
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~.boo_inner, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~.boo_inner, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~.boo_inner, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~.boo_inner, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~.boo_inner {
    margin-left: -300%
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls {
    display: flex;
    flex-direction: row
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4), .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4), .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4), .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4), .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #slide_2_4:checked~#controls label:nth-child(4) {
    background: #000
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .boo_inner, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .boo_inner, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .boo_inner, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .boo_inner, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .boo_inner {
    width: 400%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .slide_content, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .slide_content, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .slide_content, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .slide_content, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 .slide_content {
    width: 25%;
    float: left
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls {
    text-align: left;
    width: 5%;
    margin: 0 34px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls label, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls label, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls label, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls label, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_slider_2 #controls label {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    display: inline-block;
    background: #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 {
    font-size: 16px !important;
    color: #333;
    padding: 30px 30px 23px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3 {
    font-size: 20px;
    line-height: 25px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3 svg, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3 svg, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3 svg, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3 svg, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 h3 svg {
    width: 30px;
    height: 30px;
    display: block;
    padding-right: 5px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 p, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 p, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 p, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 p, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .testimonial_2 p {
    display: block;
    font-size: 20px;
    line-height: 25px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 30px
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:before, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:before, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:before, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:before, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:before {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
    left: 0
}
.about-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:after, .career-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:after, .contact-us .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:after, .we-hiring-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:after, .apply-theme .enableX-Voice-API .Voice-API-grid .slider-wrap .content_2:after {
    content: "";
    height: 15px;
    width: 19px;
    position: absolute;
    margin: 5px 10px
}
.about-theme .use-cases, .career-theme .use-cases, .contact-us .use-cases, .we-hiring-theme .use-cases, .apply-theme .use-cases {
    text-align: center;
    text-align: center;
    background: url(../../images/about/video-why-enablex-left-bg.svg);
    margin-top: 100px;
    height: 200px;
    background-repeat: no-repeat
}
@media(max-width:991px) {
    .about-theme .use-cases, .career-theme .use-cases, .contact-us .use-cases, .we-hiring-theme .use-cases, .apply-theme .use-cases {
        display: none
    }
}
.about-theme .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 100px
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .about-theme .use-cases h6.red-txt, .career-theme .use-cases h6.red-txt, .contact-us .use-cases h6.red-txt, .we-hiring-theme .use-cases h6.red-txt, .apply-theme .use-cases h6.red-txt {
        margin-top: 50px
    }
}
.about-theme .use-cases h3, .career-theme .use-cases h3, .contact-us .use-cases h3, .we-hiring-theme .use-cases h3, .apply-theme .use-cases h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .about-theme .use-cases h3, .career-theme .use-cases h3, .contact-us .use-cases h3, .we-hiring-theme .use-cases h3, .apply-theme .use-cases h3 {
        font-size: 35px;
        line-height: 45px;
        text-align: center
    }
}
.about-theme .use-cases h4, .career-theme .use-cases h4, .contact-us .use-cases h4, .we-hiring-theme .use-cases h4, .apply-theme .use-cases h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0
}
@media(max-width:991px) {
    .about-theme .use-cases h4, .career-theme .use-cases h4, .contact-us .use-cases h4, .we-hiring-theme .use-cases h4, .apply-theme .use-cases h4 {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}
.about-theme .use-cases p, .career-theme .use-cases p, .contact-us .use-cases p, .we-hiring-theme .use-cases p, .apply-theme .use-cases p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .about-theme .use-cases p, .career-theme .use-cases p, .contact-us .use-cases p, .we-hiring-theme .use-cases p, .apply-theme .use-cases p {
        font-size: 18px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .use-cases #tabs, .career-theme .use-cases #tabs, .contact-us .use-cases #tabs, .we-hiring-theme .use-cases #tabs, .apply-theme .use-cases #tabs, .about-theme .use-cases .video-pricing-theme .table-section #tab-second, .video-pricing-theme .table-section .about-theme .use-cases #tab-second, .career-theme .use-cases .video-pricing-theme .table-section #tab-second, .contact-us .use-cases .video-pricing-theme .table-section #tab-second, .video-pricing-theme .table-section .career-theme .use-cases #tab-second, .video-pricing-theme .table-section .contact-us .use-cases #tab-second, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second, .about-theme .use-cases .all-feature .table-section #tab-second, .all-feature .table-section .about-theme .use-cases #tab-second, .career-theme .use-cases .all-feature .table-section #tab-second, .contact-us .use-cases .all-feature .table-section #tab-second, .all-feature .table-section .career-theme .use-cases #tab-second, .all-feature .table-section .contact-us .use-cases #tab-second, .we-hiring-theme .use-cases .all-feature .table-section #tab-second, .all-feature .table-section .we-hiring-theme .use-cases #tab-second, .apply-theme .use-cases .all-feature .table-section #tab-second, .all-feature .table-section .apply-theme .use-cases #tab-second {
    padding: 0
}
.about-theme .use-cases #tabs .section-title, .career-theme .use-cases #tabs .section-title, .contact-us .use-cases #tabs .section-title, .we-hiring-theme .use-cases #tabs .section-title, .apply-theme .use-cases #tabs .section-title, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .section-title, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .section-title, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .section-title, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .section-title, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .section-title, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .section-title, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .section-title, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .section-title, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .section-title, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .section-title, .about-theme .use-cases .all-feature .table-section #tab-second .section-title, .all-feature .table-section .about-theme .use-cases #tab-second .section-title, .career-theme .use-cases .all-feature .table-section #tab-second .section-title, .contact-us .use-cases .all-feature .table-section #tab-second .section-title, .all-feature .table-section .career-theme .use-cases #tab-second .section-title, .all-feature .table-section .contact-us .use-cases #tab-second .section-title, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .section-title, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .section-title, .apply-theme .use-cases .all-feature .table-section #tab-second .section-title, .all-feature .table-section .apply-theme .use-cases #tab-second .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.about-theme .use-cases #tabs ul#pricing_tabs, .career-theme .use-cases #tabs ul#pricing_tabs, .contact-us .use-cases #tabs ul#pricing_tabs, .we-hiring-theme .use-cases #tabs ul#pricing_tabs, .apply-theme .use-cases #tabs ul#pricing_tabs, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 1px #dddd;
    border-radius: 10px
}
.about-theme .use-cases #tabs ul#pricing_tabs li a, .career-theme .use-cases #tabs ul#pricing_tabs li a, .contact-us .use-cases #tabs ul#pricing_tabs li a, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a, .apply-theme .use-cases #tabs ul#pricing_tabs li a, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px
}
.about-theme .use-cases #tabs ul#pricing_tabs li a:hover, .career-theme .use-cases #tabs ul#pricing_tabs li a:hover, .contact-us .use-cases #tabs ul#pricing_tabs li a:hover, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:hover, .apply-theme .use-cases #tabs ul#pricing_tabs li a:hover, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.about-theme .use-cases #tabs ul#pricing_tabs li a.active, .career-theme .use-cases #tabs ul#pricing_tabs li a.active, .contact-us .use-cases #tabs ul#pricing_tabs li a.active, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.about-theme .use-cases #tabs ul#pricing_tabs li a.active .tab-content.active, .career-theme .use-cases #tabs ul#pricing_tabs li a.active .tab-content.active, .contact-us .use-cases #tabs ul#pricing_tabs li a.active .tab-content.active, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active .tab-content.active, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active .tab-content.active, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active .tab-content.active, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active .tab-content.active {
    opacity: 1
}
.about-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ path, .career-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ path, .contact-us .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ path, .about-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active #In_App_Call__ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #In_App_Call__ circle, .about-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls path, .career-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls path, .contact-us .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls path, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls path, .about-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls circle, .career-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls circle, .contact-us .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active #App-to-People_Calls circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #App-to-People_Calls circle, .about-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a.active #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.about-theme .use-cases #tabs ul#pricing_tabs li a span, .career-theme .use-cases #tabs ul#pricing_tabs li a span, .contact-us .use-cases #tabs ul#pricing_tabs li a span, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a span, .apply-theme .use-cases #tabs ul#pricing_tabs li a span, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a span, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a span, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a span, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a span, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a span, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a span, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a span, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a span, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a span, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a span, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a span, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a span, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a span, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a span, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a span, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a span, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a span, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a span, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a span, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a span {
    display: block
}
.about-theme .use-cases #tabs ul#pricing_tabs li a svg, .career-theme .use-cases #tabs ul#pricing_tabs li a svg, .contact-us .use-cases #tabs ul#pricing_tabs li a svg, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a svg, .apply-theme .use-cases #tabs ul#pricing_tabs li a svg, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a svg, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a svg, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a svg, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a svg, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a svg, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a svg, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a svg, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a svg, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a svg, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a svg, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a svg, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a svg, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a svg, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a svg, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a svg, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a svg, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a svg, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a svg, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a svg, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a svg {
    width: 40px;
    height: 40px
}
.about-theme .use-cases #tabs ul#pricing_tabs li a #In_App_Call__ .st0, .career-theme .use-cases #tabs ul#pricing_tabs li a #In_App_Call__ .st0, .contact-us .use-cases #tabs ul#pricing_tabs li a #In_App_Call__ .st0, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a #In_App_Call__ .st0, .apply-theme .use-cases #tabs ul#pricing_tabs li a #In_App_Call__ .st0, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #In_App_Call__ .st0, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st0, .career-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st0, .contact-us .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st0, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st0, .apply-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st0, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st1, .career-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st1, .contact-us .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st1, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st1, .apply-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st1, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st2, .career-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st2, .contact-us .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st2, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st2, .apply-theme .use-cases #tabs ul#pricing_tabs li a #App-to-People_Calls .st2, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .career-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .contact-us .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .apply-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .career-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .contact-us .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .apply-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .career-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .contact-us .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .apply-theme .use-cases #tabs ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ path, .career-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ path, .contact-us .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ path, .about-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:hover #In_App_Call__ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #In_App_Call__ circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls path, .career-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls path, .contact-us .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls path, .about-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:hover #App-to-People_Calls circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #App-to-People_Calls circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ path, .career-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ path, .contact-us .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ path, .about-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:active #In_App_Call__ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #In_App_Call__ circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls path, .career-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls path, .contact-us .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls path, .about-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:active #App-to-People_Calls circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #App-to-People_Calls circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ path, .career-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ path, .contact-us .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ path, .about-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:focus #In_App_Call__ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #In_App_Call__ circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls path, .career-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls path, .contact-us .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls path, .about-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:focus #App-to-People_Calls circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #App-to-People_Calls circle, .about-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .about-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases #tabs ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .about-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .about-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .career-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .contact-us .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .career-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .contact-us .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .we-hiring-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .apply-theme .use-cases .all-feature .table-section #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle, .all-feature .table-section .apply-theme .use-cases #tab-second ul#pricing_tabs li a:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.about-theme .use-cases #tabs .tab-content, .career-theme .use-cases #tabs .tab-content, .contact-us .use-cases #tabs .tab-content, .we-hiring-theme .use-cases #tabs .tab-content, .apply-theme .use-cases #tabs .tab-content, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content {
    padding: 0
}
.about-theme .use-cases #tabs .tab-content .tab-top-hedding, .career-theme .use-cases #tabs .tab-content .tab-top-hedding, .contact-us .use-cases #tabs .tab-content .tab-top-hedding, .we-hiring-theme .use-cases #tabs .tab-content .tab-top-hedding, .apply-theme .use-cases #tabs .tab-content .tab-top-hedding, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content .tab-top-hedding, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content .tab-top-hedding, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content .tab-top-hedding, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content .tab-top-hedding, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content .tab-top-hedding, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content .tab-top-hedding, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content .tab-top-hedding, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content .tab-top-hedding {
    padding: 40px 20px;
    height: 250px;
    display: flex;
    flex-direction: column
}
.about-theme .use-cases #tabs .tab-content .tab-top-hedding h6, .career-theme .use-cases #tabs .tab-content .tab-top-hedding h6, .contact-us .use-cases #tabs .tab-content .tab-top-hedding h6, .we-hiring-theme .use-cases #tabs .tab-content .tab-top-hedding h6, .apply-theme .use-cases #tabs .tab-content .tab-top-hedding h6, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content .tab-top-hedding h6, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding h6, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content .tab-top-hedding h6, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content .tab-top-hedding h6, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding h6, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content .tab-top-hedding h6 {
    font-size: 30px;
    color: #333;
    padding: 0;
    margin: 0
}
.about-theme .use-cases #tabs .tab-content .tab-top-hedding p, .career-theme .use-cases #tabs .tab-content .tab-top-hedding p, .contact-us .use-cases #tabs .tab-content .tab-top-hedding p, .we-hiring-theme .use-cases #tabs .tab-content .tab-top-hedding p, .apply-theme .use-cases #tabs .tab-content .tab-top-hedding p, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content .tab-top-hedding p, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .tab-top-hedding p, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content .tab-top-hedding p, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content .tab-top-hedding p, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content .tab-top-hedding p, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content .tab-top-hedding p {
    padding-top: 5px;
    margin: 0
}
.about-theme .use-cases #tabs .tab-content .detail-text h6, .career-theme .use-cases #tabs .tab-content .detail-text h6, .contact-us .use-cases #tabs .tab-content .detail-text h6, .we-hiring-theme .use-cases #tabs .tab-content .detail-text h6, .apply-theme .use-cases #tabs .tab-content .detail-text h6, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content .detail-text h6, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content .detail-text h6, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content .detail-text h6, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content .detail-text h6, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content .detail-text h6, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content .detail-text h6, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content .detail-text h6, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content .detail-text h6, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content .detail-text h6 {
    font-size: 18px
}
@media(max-width:991px) {
    .about-theme .use-cases #tabs .tab-content .detail-text h6, .career-theme .use-cases #tabs .tab-content .detail-text h6, .contact-us .use-cases #tabs .tab-content .detail-text h6, .we-hiring-theme .use-cases #tabs .tab-content .detail-text h6, .apply-theme .use-cases #tabs .tab-content .detail-text h6, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content .detail-text h6, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content .detail-text h6, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content .detail-text h6, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .detail-text h6, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content .detail-text h6, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content .detail-text h6, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content .detail-text h6, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content .detail-text h6, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content .detail-text h6, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content .detail-text h6, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content .detail-text h6 {
        text-align: left
    }
}
.about-theme .use-cases #tabs .tab-content ul.nav-tabs, .career-theme .use-cases #tabs .tab-content ul.nav-tabs, .contact-us .use-cases #tabs .tab-content ul.nav-tabs, .we-hiring-theme .use-cases #tabs .tab-content ul.nav-tabs, .apply-theme .use-cases #tabs .tab-content ul.nav-tabs, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content ul.nav-tabs, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content ul.nav-tabs, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content ul.nav-tabs, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content ul.nav-tabs, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content ul.nav-tabs, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content ul.nav-tabs, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content ul.nav-tabs, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content ul.nav-tabs, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content ul.nav-tabs, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
.about-theme .use-cases #tabs .tab-content ul.nav-tabs li a, .career-theme .use-cases #tabs .tab-content ul.nav-tabs li a, .contact-us .use-cases #tabs .tab-content ul.nav-tabs li a, .we-hiring-theme .use-cases #tabs .tab-content ul.nav-tabs li a, .apply-theme .use-cases #tabs .tab-content ul.nav-tabs li a, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content ul.nav-tabs li a, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content ul.nav-tabs li a, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content ul.nav-tabs li a, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
.about-theme .use-cases #tabs .tab-content ul.nav-tabs li a.active, .career-theme .use-cases #tabs .tab-content ul.nav-tabs li a.active, .contact-us .use-cases #tabs .tab-content ul.nav-tabs li a.active, .we-hiring-theme .use-cases #tabs .tab-content ul.nav-tabs li a.active, .apply-theme .use-cases #tabs .tab-content ul.nav-tabs li a.active, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content ul.nav-tabs li a.active, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content ul.nav-tabs li a.active, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
.about-theme .use-cases #tabs .tab-content .sub-tab, .career-theme .use-cases #tabs .tab-content .sub-tab, .contact-us .use-cases #tabs .tab-content .sub-tab, .we-hiring-theme .use-cases #tabs .tab-content .sub-tab, .apply-theme .use-cases #tabs .tab-content .sub-tab, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content .sub-tab, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content .sub-tab, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content .sub-tab, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content .sub-tab, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content .sub-tab, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content .sub-tab, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content .sub-tab, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content .sub-tab, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content .sub-tab, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    .about-theme .use-cases #tabs .tab-content .sub-tab img, .career-theme .use-cases #tabs .tab-content .sub-tab img, .contact-us .use-cases #tabs .tab-content .sub-tab img, .we-hiring-theme .use-cases #tabs .tab-content .sub-tab img, .apply-theme .use-cases #tabs .tab-content .sub-tab img, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-content .sub-tab img, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-content .sub-tab img, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-content .sub-tab img, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-content .sub-tab img, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-content .sub-tab img, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-content .sub-tab img, .about-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab img, .all-feature .table-section .about-theme .use-cases #tab-second .tab-content .sub-tab img, .career-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab img, .contact-us .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab img, .all-feature .table-section .career-theme .use-cases #tab-second .tab-content .sub-tab img, .all-feature .table-section .contact-us .use-cases #tab-second .tab-content .sub-tab img, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab img, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-content .sub-tab img, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-content .sub-tab img, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.about-theme .use-cases #tabs .tab-pane, .career-theme .use-cases #tabs .tab-pane, .contact-us .use-cases #tabs .tab-pane, .we-hiring-theme .use-cases #tabs .tab-pane, .apply-theme .use-cases #tabs .tab-pane, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane {
    margin-top: 0;
    text-align: left
}
.about-theme .use-cases #tabs .tab-pane .about-enablex, .career-theme .use-cases #tabs .tab-pane .about-enablex, .contact-us .use-cases #tabs .tab-pane .about-enablex, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex, .apply-theme .use-cases #tabs .tab-pane .about-enablex, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex {
    text-align: center;
    padding: 20px;
    width: 80%;
    margin: 0 auto
}
@media(max-width:991px) {
    .about-theme .use-cases #tabs .tab-pane .about-enablex, .career-theme .use-cases #tabs .tab-pane .about-enablex, .contact-us .use-cases #tabs .tab-pane .about-enablex, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex, .apply-theme .use-cases #tabs .tab-pane .about-enablex, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex {
        padding: 0
    }
}
.about-theme .use-cases #tabs .tab-pane .about-enablex p, .career-theme .use-cases #tabs .tab-pane .about-enablex p, .contact-us .use-cases #tabs .tab-pane .about-enablex p, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex p, .apply-theme .use-cases #tabs .tab-pane .about-enablex p, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-align: center;
    color: #333
}
@media(max-width:991px) {
    .about-theme .use-cases #tabs .tab-pane .about-enablex p, .career-theme .use-cases #tabs .tab-pane .about-enablex p, .contact-us .use-cases #tabs .tab-pane .about-enablex p, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex p, .apply-theme .use-cases #tabs .tab-pane .about-enablex p, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p {
        font-size: 18px;
        line-height: 20px
    }
}
.about-theme .use-cases #tabs .tab-pane .about-enablex p strong, .career-theme .use-cases #tabs .tab-pane .about-enablex p strong, .contact-us .use-cases #tabs .tab-pane .about-enablex p strong, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex p strong, .apply-theme .use-cases #tabs .tab-pane .about-enablex p strong, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p strong, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p strong, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p strong, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p strong, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p strong, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p strong, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p strong, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p strong, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p strong, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p strong, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p strong, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p strong, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p strong, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p strong, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p strong, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p strong, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p strong, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p strong, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p strong, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p strong {
    font-weight: bold
}
.about-theme .use-cases #tabs .tab-pane .about-enablex p a, .career-theme .use-cases #tabs .tab-pane .about-enablex p a, .contact-us .use-cases #tabs .tab-pane .about-enablex p a, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex p a, .apply-theme .use-cases #tabs .tab-pane .about-enablex p a, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p a, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p a, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p a, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p a, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p a, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p a, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p a, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p a, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex p a, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p a, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p a, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex p a, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p a, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p a, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex p a, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex p a, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p a, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex p a, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex p a, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex p a {
    background-color: #f13d3d;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px
}
.about-theme .use-cases #tabs .tab-pane .about-enablex .head-italic, .career-theme .use-cases #tabs .tab-pane .about-enablex .head-italic, .contact-us .use-cases #tabs .tab-pane .about-enablex .head-italic, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex .head-italic, .apply-theme .use-cases #tabs .tab-pane .about-enablex .head-italic, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex .head-italic, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex .head-italic, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex .head-italic, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex .head-italic, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex .head-italic, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex .head-italic, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex .head-italic, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex .head-italic, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex .head-italic, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex .head-italic, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex .head-italic, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex .head-italic, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex .head-italic {
    font-style: italic;
    font-weight: 500
}
.about-theme .use-cases #tabs .tab-pane .about-enablex h5, .career-theme .use-cases #tabs .tab-pane .about-enablex h5, .contact-us .use-cases #tabs .tab-pane .about-enablex h5, .we-hiring-theme .use-cases #tabs .tab-pane .about-enablex h5, .apply-theme .use-cases #tabs .tab-pane .about-enablex h5, .about-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex h5, .video-pricing-theme .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex h5, .career-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex h5, .contact-us .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex h5, .video-pricing-theme .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex h5, .video-pricing-theme .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex h5, .we-hiring-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex h5, .video-pricing-theme .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex h5, .apply-theme .use-cases .video-pricing-theme .table-section #tab-second .tab-pane .about-enablex h5, .video-pricing-theme .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex h5, .about-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex h5, .all-feature .table-section .about-theme .use-cases #tab-second .tab-pane .about-enablex h5, .career-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex h5, .contact-us .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex h5, .all-feature .table-section .career-theme .use-cases #tab-second .tab-pane .about-enablex h5, .all-feature .table-section .contact-us .use-cases #tab-second .tab-pane .about-enablex h5, .we-hiring-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex h5, .all-feature .table-section .we-hiring-theme .use-cases #tab-second .tab-pane .about-enablex h5, .apply-theme .use-cases .all-feature .table-section #tab-second .tab-pane .about-enablex h5, .all-feature .table-section .apply-theme .use-cases #tab-second .tab-pane .about-enablex h5 {
    font-size: 20px
}
.about-theme .profil-about h6.red-txt, .career-theme .profil-about h6.red-txt, .contact-us .profil-about h6.red-txt, .we-hiring-theme .profil-about h6.red-txt, .apply-theme .profil-about h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .profil-about h6.red-txt, .career-theme .profil-about h6.red-txt, .contact-us .profil-about h6.red-txt, .we-hiring-theme .profil-about h6.red-txt, .apply-theme .profil-about h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .profil-about h6.red-txt, .career-theme .profil-about h6.red-txt, .contact-us .profil-about h6.red-txt, .we-hiring-theme .profil-about h6.red-txt, .apply-theme .profil-about h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media only screen and (max-width:1200px) {
    .about-theme .profil-about h6.red-txt, .career-theme .profil-about h6.red-txt, .contact-us .profil-about h6.red-txt, .we-hiring-theme .profil-about h6.red-txt, .apply-theme .profil-about h6.red-txt {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .about-theme .profil-about h6.red-txt, .career-theme .profil-about h6.red-txt, .contact-us .profil-about h6.red-txt, .we-hiring-theme .profil-about h6.red-txt, .apply-theme .profil-about h6.red-txt {
        margin-top: 50px
    }
}
.about-theme .profil-about .mar-top-50, .career-theme .profil-about .mar-top-50, .contact-us .profil-about .mar-top-50, .we-hiring-theme .profil-about .mar-top-50, .apply-theme .profil-about .mar-top-50 {
    margin: 25px auto
}
.about-theme .profil-about h4, .career-theme .profil-about h4, .contact-us .profil-about h4, .we-hiring-theme .profil-about h4, .apply-theme .profil-about h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center
}
@media(max-width:991px) {
    .about-theme .profil-about h4, .career-theme .profil-about h4, .contact-us .profil-about h4, .we-hiring-theme .profil-about h4, .apply-theme .profil-about h4 {
        font-size: 30px;
        line-height: 40px
    }
}
.about-theme .profil-about p, .career-theme .profil-about p, .contact-us .profil-about p, .we-hiring-theme .profil-about p, .apply-theme .profil-about p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    text-align: center;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .about-theme .profil-about p, .career-theme .profil-about p, .contact-us .profil-about p, .we-hiring-theme .profil-about p, .apply-theme .profil-about p {
        font-size: 18px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .profil-about p b, .career-theme .profil-about p b, .contact-us .profil-about p b, .we-hiring-theme .profil-about p b, .apply-theme .profil-about p b {
    font-weight: bold
}
.about-theme .profil-about .borde-member-h5, .career-theme .profil-about .borde-member-h5, .contact-us .profil-about .borde-member-h5, .we-hiring-theme .profil-about .borde-member-h5, .apply-theme .profil-about .borde-member-h5 {
    font-size: 20px;
    color: #4e4e4e;
    text-align: center;
    color: #f13d3d;
    font-weight: bold;
    padding-bottom: 2px;
    margin: 25px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}
.about-theme .profil-about .card-group .card, .career-theme .profil-about .card-group .card, .contact-us .profil-about .card-group .card, .we-hiring-theme .profil-about .card-group .card, .apply-theme .profil-about .card-group .card {
    background: 0;
    padding: 30px;
    border: 0
}
.about-theme .profil-about .card-group .card .card-img-top, .career-theme .profil-about .card-group .card .card-img-top, .contact-us .profil-about .card-group .card .card-img-top, .we-hiring-theme .profil-about .card-group .card .card-img-top, .apply-theme .profil-about .card-group .card .card-img-top {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto
}
.about-theme .profil-about .card-group .card .card-body h4, .career-theme .profil-about .card-group .card .card-body h4, .contact-us .profil-about .card-group .card .card-body h4, .we-hiring-theme .profil-about .card-group .card .card-body h4, .apply-theme .profil-about .card-group .card .card-body h4 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold
}
.about-theme .profil-about .card-group .card .card-body p, .career-theme .profil-about .card-group .card .card-body p, .contact-us .profil-about .card-group .card .card-body p, .we-hiring-theme .profil-about .card-group .card .card-body p, .apply-theme .profil-about .card-group .card .card-body p {
    padding: 0;
    font-size: 18px;
    color: #4e4e4e;
    text-align: center
}
.about-theme .profil-about .card-group .card .card-body .soci-sec, .career-theme .profil-about .card-group .card .card-body .soci-sec, .contact-us .profil-about .card-group .card .card-body .soci-sec, .we-hiring-theme .profil-about .card-group .card .card-body .soci-sec, .apply-theme .profil-about .card-group .card .card-body .soci-sec {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center
}
.about-theme .profil-about .card-group .card .card-body .soci-sec a, .career-theme .profil-about .card-group .card .card-body .soci-sec a, .contact-us .profil-about .card-group .card .card-body .soci-sec a, .we-hiring-theme .profil-about .card-group .card .card-body .soci-sec a, .apply-theme .profil-about .card-group .card .card-body .soci-sec a {
    margin: 0;
    padding: 0
}
.about-theme .profil-about .card-group .card .card-body .soci-sec a img, .career-theme .profil-about .card-group .card .card-body .soci-sec a img, .contact-us .profil-about .card-group .card .card-body .soci-sec a img, .we-hiring-theme .profil-about .card-group .card .card-body .soci-sec a img, .apply-theme .profil-about .card-group .card .card-body .soci-sec a img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}
.about-theme .profil-about .card-group .card .card-body .read-more, .career-theme .profil-about .card-group .card .card-body .read-more, .contact-us .profil-about .card-group .card .card-body .read-more, .we-hiring-theme .profil-about .card-group .card .card-body .read-more, .apply-theme .profil-about .card-group .card .card-body .read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f13d3d;
    font-size: 16px
}
.about-theme .profil-about .card-group .card .card-body .read-more i, .career-theme .profil-about .card-group .card .card-body .read-more i, .contact-us .profil-about .card-group .card .card-body .read-more i, .we-hiring-theme .profil-about .card-group .card .card-body .read-more i, .apply-theme .profil-about .card-group .card .card-body .read-more i {
    padding-left: 5px
}
.about-theme .EnableX-Advantages, .career-theme .EnableX-Advantages, .contact-us .EnableX-Advantages, .we-hiring-theme .EnableX-Advantages, .apply-theme .EnableX-Advantages {
    background: url(../../images/about/right-double-circle-bg.png) no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .EnableX-Advantages, .career-theme .EnableX-Advantages, .contact-us .EnableX-Advantages, .we-hiring-theme .EnableX-Advantages, .apply-theme .EnableX-Advantages {
        background-position: 100% 171%;
        background-repeat: no-repeat;
        height: 100%;
        margin-top: 150px;
        background-size: contain
    }
}
@media(max-width:991px) {
    .about-theme .EnableX-Advantages, .career-theme .EnableX-Advantages, .contact-us .EnableX-Advantages, .we-hiring-theme .EnableX-Advantages, .apply-theme .EnableX-Advantages {
        background: 0;
        margin-top: 0
    }
}
.about-theme .EnableX-Advantages h6.red-txt, .career-theme .EnableX-Advantages h6.red-txt, .contact-us .EnableX-Advantages h6.red-txt, .we-hiring-theme .EnableX-Advantages h6.red-txt, .apply-theme .EnableX-Advantages h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .EnableX-Advantages h6.red-txt, .career-theme .EnableX-Advantages h6.red-txt, .contact-us .EnableX-Advantages h6.red-txt, .we-hiring-theme .EnableX-Advantages h6.red-txt, .apply-theme .EnableX-Advantages h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .EnableX-Advantages h6.red-txt, .career-theme .EnableX-Advantages h6.red-txt, .contact-us .EnableX-Advantages h6.red-txt, .we-hiring-theme .EnableX-Advantages h6.red-txt, .apply-theme .EnableX-Advantages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .about-theme .EnableX-Advantages h6.red-txt, .career-theme .EnableX-Advantages h6.red-txt, .contact-us .EnableX-Advantages h6.red-txt, .we-hiring-theme .EnableX-Advantages h6.red-txt, .apply-theme .EnableX-Advantages h6.red-txt {
        margin-top: 50px
    }
}
.about-theme .EnableX-Advantages h4, .career-theme .EnableX-Advantages h4, .contact-us .EnableX-Advantages h4, .we-hiring-theme .EnableX-Advantages h4, .apply-theme .EnableX-Advantages h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center
}
@media(max-width:991px) {
    .about-theme .EnableX-Advantages h4, .career-theme .EnableX-Advantages h4, .contact-us .EnableX-Advantages h4, .we-hiring-theme .EnableX-Advantages h4, .apply-theme .EnableX-Advantages h4 {
        font-size: 30px;
        line-height: 40px
    }
}
.about-theme .EnableX-Advantages p, .career-theme .EnableX-Advantages p, .contact-us .EnableX-Advantages p, .we-hiring-theme .EnableX-Advantages p, .apply-theme .EnableX-Advantages p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    text-align: center;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .about-theme .EnableX-Advantages p, .career-theme .EnableX-Advantages p, .contact-us .EnableX-Advantages p, .we-hiring-theme .EnableX-Advantages p, .apply-theme .EnableX-Advantages p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .developer-guide, .career-theme .developer-guide, .contact-us .developer-guide, .we-hiring-theme .developer-guide, .apply-theme .developer-guide {
    background: url(../../images/about/API-plat-right-bg.png) no-repeat;
    background-position: center right;
    margin-bottom: 60px;
    text-align: center
}
@media(max-width:991px) {
    .about-theme .developer-guide, .career-theme .developer-guide, .contact-us .developer-guide, .we-hiring-theme .developer-guide, .apply-theme .developer-guide {
        background: 0
    }
}
.about-theme .developer-guide h6.red-txt, .career-theme .developer-guide h6.red-txt, .contact-us .developer-guide h6.red-txt, .we-hiring-theme .developer-guide h6.red-txt, .apply-theme .developer-guide h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .developer-guide h6.red-txt, .career-theme .developer-guide h6.red-txt, .contact-us .developer-guide h6.red-txt, .we-hiring-theme .developer-guide h6.red-txt, .apply-theme .developer-guide h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .developer-guide h6.red-txt, .career-theme .developer-guide h6.red-txt, .contact-us .developer-guide h6.red-txt, .we-hiring-theme .developer-guide h6.red-txt, .apply-theme .developer-guide h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media only screen and (max-width:1200px) {
    .about-theme .developer-guide h6.red-txt, .career-theme .developer-guide h6.red-txt, .contact-us .developer-guide h6.red-txt, .we-hiring-theme .developer-guide h6.red-txt, .apply-theme .developer-guide h6.red-txt {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .about-theme .developer-guide h6.red-txt, .career-theme .developer-guide h6.red-txt, .contact-us .developer-guide h6.red-txt, .we-hiring-theme .developer-guide h6.red-txt, .apply-theme .developer-guide h6.red-txt {
        margin-top: 50px
    }
}
.about-theme .developer-guide h4, .career-theme .developer-guide h4, .contact-us .developer-guide h4, .we-hiring-theme .developer-guide h4, .apply-theme .developer-guide h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .about-theme .developer-guide h4, .career-theme .developer-guide h4, .contact-us .developer-guide h4, .we-hiring-theme .developer-guide h4, .apply-theme .developer-guide h4 {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}
.about-theme .developer-guide p, .career-theme .developer-guide p, .contact-us .developer-guide p, .we-hiring-theme .developer-guide p, .apply-theme .developer-guide p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .about-theme .developer-guide p, .career-theme .developer-guide p, .contact-us .developer-guide p, .we-hiring-theme .developer-guide p, .apply-theme .developer-guide p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .developer-guide article, .career-theme .developer-guide article, .contact-us .developer-guide article, .we-hiring-theme .developer-guide article, .apply-theme .developer-guide article {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .about-theme .developer-guide article, .career-theme .developer-guide article, .contact-us .developer-guide article, .we-hiring-theme .developer-guide article, .apply-theme .developer-guide article {
        width: 100%;
        padding: 20px 10px
    }
}
.about-theme .developer-guide article h4, .career-theme .developer-guide article h4, .contact-us .developer-guide article h4, .we-hiring-theme .developer-guide article h4, .apply-theme .developer-guide article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0
}
@media(max-width:991px) {
    .about-theme .developer-guide article h4, .career-theme .developer-guide article h4, .contact-us .developer-guide article h4, .we-hiring-theme .developer-guide article h4, .apply-theme .developer-guide article h4 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin: 10px
    }
}
.about-theme .developer-guide article p, .career-theme .developer-guide article p, .contact-us .developer-guide article p, .we-hiring-theme .developer-guide article p, .apply-theme .developer-guide article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .about-theme .developer-guide article p, .career-theme .developer-guide article p, .contact-us .developer-guide article p, .we-hiring-theme .developer-guide article p, .apply-theme .developer-guide article p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-align: center;
        margin: 5px;
        padding: 0
    }
}
.about-theme .developer-guide article p a, .career-theme .developer-guide article p a, .contact-us .developer-guide article p a, .we-hiring-theme .developer-guide article p a, .apply-theme .developer-guide article p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.about-theme .developer-guide article p a:hover, .career-theme .developer-guide article p a:hover, .contact-us .developer-guide article p a:hover, .we-hiring-theme .developer-guide article p a:hover, .apply-theme .developer-guide article p a:hover {
    font-weight: 600
}
.about-theme .developer-guide article p .fa-arrow-right, .career-theme .developer-guide article p .fa-arrow-right, .contact-us .developer-guide article p .fa-arrow-right, .we-hiring-theme .developer-guide article p .fa-arrow-right, .apply-theme .developer-guide article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.about-theme .developer-guide article svg, .career-theme .developer-guide article svg, .contact-us .developer-guide article svg, .we-hiring-theme .developer-guide article svg, .apply-theme .developer-guide article svg {
    width: 40px;
    height: 40px
}
.about-theme .developer-guide article #SMS_Demo_App .st0, .career-theme .developer-guide article #SMS_Demo_App .st0, .contact-us .developer-guide article #SMS_Demo_App .st0, .we-hiring-theme .developer-guide article #SMS_Demo_App .st0, .apply-theme .developer-guide article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #SMS_Demo_App .st1, .career-theme .developer-guide article #SMS_Demo_App .st1, .contact-us .developer-guide article #SMS_Demo_App .st1, .we-hiring-theme .developer-guide article #SMS_Demo_App .st1, .apply-theme .developer-guide article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #SMS_Demo_App .st2, .career-theme .developer-guide article #SMS_Demo_App .st2, .contact-us .developer-guide article #SMS_Demo_App .st2, .we-hiring-theme .developer-guide article #SMS_Demo_App .st2, .apply-theme .developer-guide article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #SMS_Demo_App .st3, .career-theme .developer-guide article #SMS_Demo_App .st3, .contact-us .developer-guide article #SMS_Demo_App .st3, .we-hiring-theme .developer-guide article #SMS_Demo_App .st3, .apply-theme .developer-guide article #SMS_Demo_App .st3 {
    fill: #ef3f3e
}
.about-theme .developer-guide article #SMS_Demo_App .st4, .career-theme .developer-guide article #SMS_Demo_App .st4, .contact-us .developer-guide article #SMS_Demo_App .st4, .we-hiring-theme .developer-guide article #SMS_Demo_App .st4, .apply-theme .developer-guide article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #SMS_Demo_App .st5, .career-theme .developer-guide article #SMS_Demo_App .st5, .contact-us .developer-guide article #SMS_Demo_App .st5, .we-hiring-theme .developer-guide article #SMS_Demo_App .st5, .apply-theme .developer-guide article #SMS_Demo_App .st5 {
    fill: #ef3e3d
}
.about-theme .developer-guide article #Developer_Centric_Documentation .st0, .career-theme .developer-guide article #Developer_Centric_Documentation .st0, .contact-us .developer-guide article #Developer_Centric_Documentation .st0, .we-hiring-theme .developer-guide article #Developer_Centric_Documentation .st0, .apply-theme .developer-guide article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #Developer_Centric_Documentation .st1, .career-theme .developer-guide article #Developer_Centric_Documentation .st1, .contact-us .developer-guide article #Developer_Centric_Documentation .st1, .we-hiring-theme .developer-guide article #Developer_Centric_Documentation .st1, .apply-theme .developer-guide article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #Developer_Centric_Documentation .st2, .career-theme .developer-guide article #Developer_Centric_Documentation .st2, .contact-us .developer-guide article #Developer_Centric_Documentation .st2, .we-hiring-theme .developer-guide article #Developer_Centric_Documentation .st2, .apply-theme .developer-guide article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #Developer_Centric_Documentation .st3, .career-theme .developer-guide article #Developer_Centric_Documentation .st3, .contact-us .developer-guide article #Developer_Centric_Documentation .st3, .we-hiring-theme .developer-guide article #Developer_Centric_Documentation .st3, .apply-theme .developer-guide article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .developer-guide article #Developer_Centric_Documentation .st4, .career-theme .developer-guide article #Developer_Centric_Documentation .st4, .contact-us .developer-guide article #Developer_Centric_Documentation .st4, .we-hiring-theme .developer-guide article #Developer_Centric_Documentation .st4, .apply-theme .developer-guide article #Developer_Centric_Documentation .st4 {
    fill: #ef403e
}
.about-theme .developer-guide article:hover #In_App_Call__ path, .career-theme .developer-guide article:hover #In_App_Call__ path, .contact-us .developer-guide article:hover #In_App_Call__ path, .we-hiring-theme .developer-guide article:hover #In_App_Call__ path, .apply-theme .developer-guide article:hover #In_App_Call__ path, .about-theme .developer-guide article:hover #In_App_Call__ circle, .career-theme .developer-guide article:hover #In_App_Call__ circle, .contact-us .developer-guide article:hover #In_App_Call__ circle, .we-hiring-theme .developer-guide article:hover #In_App_Call__ circle, .apply-theme .developer-guide article:hover #In_App_Call__ circle, .about-theme .developer-guide article:hover #App-to-People_Calls path, .career-theme .developer-guide article:hover #App-to-People_Calls path, .contact-us .developer-guide article:hover #App-to-People_Calls path, .we-hiring-theme .developer-guide article:hover #App-to-People_Calls path, .apply-theme .developer-guide article:hover #App-to-People_Calls path, .about-theme .developer-guide article:hover #App-to-People_Calls circle, .career-theme .developer-guide article:hover #App-to-People_Calls circle, .contact-us .developer-guide article:hover #App-to-People_Calls circle, .we-hiring-theme .developer-guide article:hover #App-to-People_Calls circle, .apply-theme .developer-guide article:hover #App-to-People_Calls circle, .about-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .career-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .contact-us .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .apply-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ path, .about-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .career-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .contact-us .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .apply-theme .developer-guide article:hover #Phone_to_Phone_Calls_1_ circle, .about-theme .developer-guide article:active #In_App_Call__ path, .career-theme .developer-guide article:active #In_App_Call__ path, .contact-us .developer-guide article:active #In_App_Call__ path, .we-hiring-theme .developer-guide article:active #In_App_Call__ path, .apply-theme .developer-guide article:active #In_App_Call__ path, .about-theme .developer-guide article:active #In_App_Call__ circle, .career-theme .developer-guide article:active #In_App_Call__ circle, .contact-us .developer-guide article:active #In_App_Call__ circle, .we-hiring-theme .developer-guide article:active #In_App_Call__ circle, .apply-theme .developer-guide article:active #In_App_Call__ circle, .about-theme .developer-guide article:active #App-to-People_Calls path, .career-theme .developer-guide article:active #App-to-People_Calls path, .contact-us .developer-guide article:active #App-to-People_Calls path, .we-hiring-theme .developer-guide article:active #App-to-People_Calls path, .apply-theme .developer-guide article:active #App-to-People_Calls path, .about-theme .developer-guide article:active #App-to-People_Calls circle, .career-theme .developer-guide article:active #App-to-People_Calls circle, .contact-us .developer-guide article:active #App-to-People_Calls circle, .we-hiring-theme .developer-guide article:active #App-to-People_Calls circle, .apply-theme .developer-guide article:active #App-to-People_Calls circle, .about-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .career-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .contact-us .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .apply-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ path, .about-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .career-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .contact-us .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .apply-theme .developer-guide article:active #Phone_to_Phone_Calls_1_ circle, .about-theme .developer-guide article:focus #In_App_Call__ path, .career-theme .developer-guide article:focus #In_App_Call__ path, .contact-us .developer-guide article:focus #In_App_Call__ path, .we-hiring-theme .developer-guide article:focus #In_App_Call__ path, .apply-theme .developer-guide article:focus #In_App_Call__ path, .about-theme .developer-guide article:focus #In_App_Call__ circle, .career-theme .developer-guide article:focus #In_App_Call__ circle, .contact-us .developer-guide article:focus #In_App_Call__ circle, .we-hiring-theme .developer-guide article:focus #In_App_Call__ circle, .apply-theme .developer-guide article:focus #In_App_Call__ circle, .about-theme .developer-guide article:focus #App-to-People_Calls path, .career-theme .developer-guide article:focus #App-to-People_Calls path, .contact-us .developer-guide article:focus #App-to-People_Calls path, .we-hiring-theme .developer-guide article:focus #App-to-People_Calls path, .apply-theme .developer-guide article:focus #App-to-People_Calls path, .about-theme .developer-guide article:focus #App-to-People_Calls circle, .career-theme .developer-guide article:focus #App-to-People_Calls circle, .contact-us .developer-guide article:focus #App-to-People_Calls circle, .we-hiring-theme .developer-guide article:focus #App-to-People_Calls circle, .apply-theme .developer-guide article:focus #App-to-People_Calls circle, .about-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .career-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .contact-us .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .apply-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ path, .about-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle, .career-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle, .contact-us .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle, .apply-theme .developer-guide article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.about-theme .Programming_Languages h6.red-txt, .career-theme .Programming_Languages h6.red-txt, .contact-us .Programming_Languages h6.red-txt, .we-hiring-theme .Programming_Languages h6.red-txt, .apply-theme .Programming_Languages h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .Programming_Languages h6.red-txt, .career-theme .Programming_Languages h6.red-txt, .contact-us .Programming_Languages h6.red-txt, .we-hiring-theme .Programming_Languages h6.red-txt, .apply-theme .Programming_Languages h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .Programming_Languages h6.red-txt, .career-theme .Programming_Languages h6.red-txt, .contact-us .Programming_Languages h6.red-txt, .we-hiring-theme .Programming_Languages h6.red-txt, .apply-theme .Programming_Languages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media only screen and (max-width:1200px) {
    .about-theme .Programming_Languages h6.red-txt, .career-theme .Programming_Languages h6.red-txt, .contact-us .Programming_Languages h6.red-txt, .we-hiring-theme .Programming_Languages h6.red-txt, .apply-theme .Programming_Languages h6.red-txt {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .about-theme .Programming_Languages h6.red-txt, .career-theme .Programming_Languages h6.red-txt, .contact-us .Programming_Languages h6.red-txt, .we-hiring-theme .Programming_Languages h6.red-txt, .apply-theme .Programming_Languages h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.about-theme .Programming_Languages h4, .career-theme .Programming_Languages h4, .contact-us .Programming_Languages h4, .we-hiring-theme .Programming_Languages h4, .apply-theme .Programming_Languages h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 40px
}
@media(max-width:991px) {
    .about-theme .Programming_Languages h4, .career-theme .Programming_Languages h4, .contact-us .Programming_Languages h4, .we-hiring-theme .Programming_Languages h4, .apply-theme .Programming_Languages h4 {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}
.about-theme .Programming_Languages p, .career-theme .Programming_Languages p, .contact-us .Programming_Languages p, .we-hiring-theme .Programming_Languages p, .apply-theme .Programming_Languages p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .about-theme .Programming_Languages p, .career-theme .Programming_Languages p, .contact-us .Programming_Languages p, .we-hiring-theme .Programming_Languages p, .apply-theme .Programming_Languages p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .Programming_Languages .vert-border, .career-theme .Programming_Languages .vert-border, .contact-us .Programming_Languages .vert-border, .we-hiring-theme .Programming_Languages .vert-border, .apply-theme .Programming_Languages .vert-border {
    background: url(../../images/about/vertical-border.png) no-repeat;
    background-position: top center;
    height: 103px
}
.about-theme .Programming_Languages .platform-sec, .career-theme .Programming_Languages .platform-sec, .contact-us .Programming_Languages .platform-sec, .we-hiring-theme .Programming_Languages .platform-sec, .apply-theme .Programming_Languages .platform-sec {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .about-theme .Programming_Languages .platform-sec, .career-theme .Programming_Languages .platform-sec, .contact-us .Programming_Languages .platform-sec, .we-hiring-theme .Programming_Languages .platform-sec, .apply-theme .Programming_Languages .platform-sec {
        width: 100%;
        padding: 20px 10px
    }
}
.about-theme .Programming_Languages .platform-sec h5, .career-theme .Programming_Languages .platform-sec h5, .contact-us .Programming_Languages .platform-sec h5, .we-hiring-theme .Programming_Languages .platform-sec h5, .apply-theme .Programming_Languages .platform-sec h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0
}
@media(max-width:991px) {
    .about-theme .Programming_Languages .platform-sec h5, .career-theme .Programming_Languages .platform-sec h5, .contact-us .Programming_Languages .platform-sec h5, .we-hiring-theme .Programming_Languages .platform-sec h5, .apply-theme .Programming_Languages .platform-sec h5 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin: 10px
    }
}
.about-theme .Programming_Languages .platform-sec p, .career-theme .Programming_Languages .platform-sec p, .contact-us .Programming_Languages .platform-sec p, .we-hiring-theme .Programming_Languages .platform-sec p, .apply-theme .Programming_Languages .platform-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .about-theme .Programming_Languages .platform-sec p, .career-theme .Programming_Languages .platform-sec p, .contact-us .Programming_Languages .platform-sec p, .we-hiring-theme .Programming_Languages .platform-sec p, .apply-theme .Programming_Languages .platform-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-align: center;
        margin: 5px;
        padding: 0
    }
}
.about-theme .Programming_Languages .platform-sec p a, .career-theme .Programming_Languages .platform-sec p a, .contact-us .Programming_Languages .platform-sec p a, .we-hiring-theme .Programming_Languages .platform-sec p a, .apply-theme .Programming_Languages .platform-sec p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.about-theme .Programming_Languages .platform-sec p a:hover, .career-theme .Programming_Languages .platform-sec p a:hover, .contact-us .Programming_Languages .platform-sec p a:hover, .we-hiring-theme .Programming_Languages .platform-sec p a:hover, .apply-theme .Programming_Languages .platform-sec p a:hover {
    font-weight: 600
}
.about-theme .Programming_Languages .platform-sec p .fa-arrow-right, .career-theme .Programming_Languages .platform-sec p .fa-arrow-right, .contact-us .Programming_Languages .platform-sec p .fa-arrow-right, .we-hiring-theme .Programming_Languages .platform-sec p .fa-arrow-right, .apply-theme .Programming_Languages .platform-sec p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.about-theme .Programming_Languages .platform-sec ul, .career-theme .Programming_Languages .platform-sec ul, .contact-us .Programming_Languages .platform-sec ul, .we-hiring-theme .Programming_Languages .platform-sec ul, .apply-theme .Programming_Languages .platform-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    margin: 0
}
.about-theme .Programming_Languages .platform-sec ul li, .career-theme .Programming_Languages .platform-sec ul li, .contact-us .Programming_Languages .platform-sec ul li, .we-hiring-theme .Programming_Languages .platform-sec ul li, .apply-theme .Programming_Languages .platform-sec ul li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 20px
}
.about-theme .Programming_Languages .platform-sec ul li a, .career-theme .Programming_Languages .platform-sec ul li a, .contact-us .Programming_Languages .platform-sec ul li a, .we-hiring-theme .Programming_Languages .platform-sec ul li a, .apply-theme .Programming_Languages .platform-sec ul li a {
    color: #4e4e4e;
    font-size: 16px
}
.about-theme .Programming_Languages .platform-sec ul li a img, .career-theme .Programming_Languages .platform-sec ul li a img, .contact-us .Programming_Languages .platform-sec ul li a img, .we-hiring-theme .Programming_Languages .platform-sec ul li a img, .apply-theme .Programming_Languages .platform-sec ul li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.about-theme .Programming_Languages .platform-sec ul li a span, .career-theme .Programming_Languages .platform-sec ul li a span, .contact-us .Programming_Languages .platform-sec ul li a span, .we-hiring-theme .Programming_Languages .platform-sec ul li a span, .apply-theme .Programming_Languages .platform-sec ul li a span {
    display: flex;
    justify-content: space-around;
    align-self: flex-start;
    font-weight: bold
}
.about-theme .Expert_help, .career-theme .Expert_help, .contact-us .Expert_help, .we-hiring-theme .Expert_help, .apply-theme .Expert_help {
    background: url(../../images/about/left-double-circle-bg.png) no-repeat;
    background-position: center left;
    margin-bottom: 60px;
    text-align: center
}
@media(max-width:991px) {
    .about-theme .Expert_help, .career-theme .Expert_help, .contact-us .Expert_help, .we-hiring-theme .Expert_help, .apply-theme .Expert_help {
        background: 0
    }
}
.about-theme .Expert_help h6.red-txt, .career-theme .Expert_help h6.red-txt, .contact-us .Expert_help h6.red-txt, .we-hiring-theme .Expert_help h6.red-txt, .apply-theme .Expert_help h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .Expert_help h6.red-txt, .career-theme .Expert_help h6.red-txt, .contact-us .Expert_help h6.red-txt, .we-hiring-theme .Expert_help h6.red-txt, .apply-theme .Expert_help h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .Expert_help h6.red-txt, .career-theme .Expert_help h6.red-txt, .contact-us .Expert_help h6.red-txt, .we-hiring-theme .Expert_help h6.red-txt, .apply-theme .Expert_help h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media only screen and (max-width:1200px) {
    .about-theme .Expert_help h6.red-txt, .career-theme .Expert_help h6.red-txt, .contact-us .Expert_help h6.red-txt, .we-hiring-theme .Expert_help h6.red-txt, .apply-theme .Expert_help h6.red-txt {
        margin-top: 0
    }
}
@media(max-width:991px) {
    .about-theme .Expert_help h6.red-txt, .career-theme .Expert_help h6.red-txt, .contact-us .Expert_help h6.red-txt, .we-hiring-theme .Expert_help h6.red-txt, .apply-theme .Expert_help h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.about-theme .Expert_help h4, .career-theme .Expert_help h4, .contact-us .Expert_help h4, .we-hiring-theme .Expert_help h4, .apply-theme .Expert_help h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .about-theme .Expert_help h4, .career-theme .Expert_help h4, .contact-us .Expert_help h4, .we-hiring-theme .Expert_help h4, .apply-theme .Expert_help h4 {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}
.about-theme .Expert_help p, .career-theme .Expert_help p, .contact-us .Expert_help p, .we-hiring-theme .Expert_help p, .apply-theme .Expert_help p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .about-theme .Expert_help p, .career-theme .Expert_help p, .contact-us .Expert_help p, .we-hiring-theme .Expert_help p, .apply-theme .Expert_help p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .Expert_help article, .career-theme .Expert_help article, .contact-us .Expert_help article, .we-hiring-theme .Expert_help article, .apply-theme .Expert_help article {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .about-theme .Expert_help article, .career-theme .Expert_help article, .contact-us .Expert_help article, .we-hiring-theme .Expert_help article, .apply-theme .Expert_help article {
        width: 100%;
        padding: 20px 10px
    }
}
.about-theme .Expert_help article h4, .career-theme .Expert_help article h4, .contact-us .Expert_help article h4, .we-hiring-theme .Expert_help article h4, .apply-theme .Expert_help article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0
}
@media(max-width:991px) {
    .about-theme .Expert_help article h4, .career-theme .Expert_help article h4, .contact-us .Expert_help article h4, .we-hiring-theme .Expert_help article h4, .apply-theme .Expert_help article h4 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin: 10px
    }
}
.about-theme .Expert_help article p, .career-theme .Expert_help article p, .contact-us .Expert_help article p, .we-hiring-theme .Expert_help article p, .apply-theme .Expert_help article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .about-theme .Expert_help article p, .career-theme .Expert_help article p, .contact-us .Expert_help article p, .we-hiring-theme .Expert_help article p, .apply-theme .Expert_help article p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-align: center;
        margin: 5px;
        padding: 0
    }
}
.about-theme .Expert_help article p a, .career-theme .Expert_help article p a, .contact-us .Expert_help article p a, .we-hiring-theme .Expert_help article p a, .apply-theme .Expert_help article p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.about-theme .Expert_help article p a:hover, .career-theme .Expert_help article p a:hover, .contact-us .Expert_help article p a:hover, .we-hiring-theme .Expert_help article p a:hover, .apply-theme .Expert_help article p a:hover {
    font-weight: 600
}
.about-theme .Expert_help article p .fa-arrow-right, .career-theme .Expert_help article p .fa-arrow-right, .contact-us .Expert_help article p .fa-arrow-right, .we-hiring-theme .Expert_help article p .fa-arrow-right, .apply-theme .Expert_help article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.about-theme .Expert_help article svg, .career-theme .Expert_help article svg, .contact-us .Expert_help article svg, .we-hiring-theme .Expert_help article svg, .apply-theme .Expert_help article svg {
    width: 40px;
    height: 40px
}
.about-theme .Expert_help article #SMS_Demo_App .st0, .career-theme .Expert_help article #SMS_Demo_App .st0, .contact-us .Expert_help article #SMS_Demo_App .st0, .we-hiring-theme .Expert_help article #SMS_Demo_App .st0, .apply-theme .Expert_help article #SMS_Demo_App .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #SMS_Demo_App .st1, .career-theme .Expert_help article #SMS_Demo_App .st1, .contact-us .Expert_help article #SMS_Demo_App .st1, .we-hiring-theme .Expert_help article #SMS_Demo_App .st1, .apply-theme .Expert_help article #SMS_Demo_App .st1 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #SMS_Demo_App .st2, .career-theme .Expert_help article #SMS_Demo_App .st2, .contact-us .Expert_help article #SMS_Demo_App .st2, .we-hiring-theme .Expert_help article #SMS_Demo_App .st2, .apply-theme .Expert_help article #SMS_Demo_App .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #SMS_Demo_App .st3, .career-theme .Expert_help article #SMS_Demo_App .st3, .contact-us .Expert_help article #SMS_Demo_App .st3, .we-hiring-theme .Expert_help article #SMS_Demo_App .st3, .apply-theme .Expert_help article #SMS_Demo_App .st3 {
    fill: #ef3f3e
}
.about-theme .Expert_help article #SMS_Demo_App .st4, .career-theme .Expert_help article #SMS_Demo_App .st4, .contact-us .Expert_help article #SMS_Demo_App .st4, .we-hiring-theme .Expert_help article #SMS_Demo_App .st4, .apply-theme .Expert_help article #SMS_Demo_App .st4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #SMS_Demo_App .st5, .career-theme .Expert_help article #SMS_Demo_App .st5, .contact-us .Expert_help article #SMS_Demo_App .st5, .we-hiring-theme .Expert_help article #SMS_Demo_App .st5, .apply-theme .Expert_help article #SMS_Demo_App .st5 {
    fill: #ef3e3d
}
.about-theme .Expert_help article #Developer_Centric_Documentation .st0, .career-theme .Expert_help article #Developer_Centric_Documentation .st0, .contact-us .Expert_help article #Developer_Centric_Documentation .st0, .we-hiring-theme .Expert_help article #Developer_Centric_Documentation .st0, .apply-theme .Expert_help article #Developer_Centric_Documentation .st0 {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #Developer_Centric_Documentation .st1, .career-theme .Expert_help article #Developer_Centric_Documentation .st1, .contact-us .Expert_help article #Developer_Centric_Documentation .st1, .we-hiring-theme .Expert_help article #Developer_Centric_Documentation .st1, .apply-theme .Expert_help article #Developer_Centric_Documentation .st1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #Developer_Centric_Documentation .st2, .career-theme .Expert_help article #Developer_Centric_Documentation .st2, .contact-us .Expert_help article #Developer_Centric_Documentation .st2, .we-hiring-theme .Expert_help article #Developer_Centric_Documentation .st2, .apply-theme .Expert_help article #Developer_Centric_Documentation .st2 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #Developer_Centric_Documentation .st3, .career-theme .Expert_help article #Developer_Centric_Documentation .st3, .contact-us .Expert_help article #Developer_Centric_Documentation .st3, .we-hiring-theme .Expert_help article #Developer_Centric_Documentation .st3, .apply-theme .Expert_help article #Developer_Centric_Documentation .st3 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.about-theme .Expert_help article #Developer_Centric_Documentation .st4, .career-theme .Expert_help article #Developer_Centric_Documentation .st4, .contact-us .Expert_help article #Developer_Centric_Documentation .st4, .we-hiring-theme .Expert_help article #Developer_Centric_Documentation .st4, .apply-theme .Expert_help article #Developer_Centric_Documentation .st4 {
    fill: #ef403e
}
.about-theme .Expert_help article:hover #In_App_Call__ path, .career-theme .Expert_help article:hover #In_App_Call__ path, .contact-us .Expert_help article:hover #In_App_Call__ path, .we-hiring-theme .Expert_help article:hover #In_App_Call__ path, .apply-theme .Expert_help article:hover #In_App_Call__ path, .about-theme .Expert_help article:hover #In_App_Call__ circle, .career-theme .Expert_help article:hover #In_App_Call__ circle, .contact-us .Expert_help article:hover #In_App_Call__ circle, .we-hiring-theme .Expert_help article:hover #In_App_Call__ circle, .apply-theme .Expert_help article:hover #In_App_Call__ circle, .about-theme .Expert_help article:hover #App-to-People_Calls path, .career-theme .Expert_help article:hover #App-to-People_Calls path, .contact-us .Expert_help article:hover #App-to-People_Calls path, .we-hiring-theme .Expert_help article:hover #App-to-People_Calls path, .apply-theme .Expert_help article:hover #App-to-People_Calls path, .about-theme .Expert_help article:hover #App-to-People_Calls circle, .career-theme .Expert_help article:hover #App-to-People_Calls circle, .contact-us .Expert_help article:hover #App-to-People_Calls circle, .we-hiring-theme .Expert_help article:hover #App-to-People_Calls circle, .apply-theme .Expert_help article:hover #App-to-People_Calls circle, .about-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ path, .career-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ path, .contact-us .Expert_help article:hover #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ path, .apply-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ path, .about-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ circle, .career-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ circle, .contact-us .Expert_help article:hover #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ circle, .apply-theme .Expert_help article:hover #Phone_to_Phone_Calls_1_ circle, .about-theme .Expert_help article:active #In_App_Call__ path, .career-theme .Expert_help article:active #In_App_Call__ path, .contact-us .Expert_help article:active #In_App_Call__ path, .we-hiring-theme .Expert_help article:active #In_App_Call__ path, .apply-theme .Expert_help article:active #In_App_Call__ path, .about-theme .Expert_help article:active #In_App_Call__ circle, .career-theme .Expert_help article:active #In_App_Call__ circle, .contact-us .Expert_help article:active #In_App_Call__ circle, .we-hiring-theme .Expert_help article:active #In_App_Call__ circle, .apply-theme .Expert_help article:active #In_App_Call__ circle, .about-theme .Expert_help article:active #App-to-People_Calls path, .career-theme .Expert_help article:active #App-to-People_Calls path, .contact-us .Expert_help article:active #App-to-People_Calls path, .we-hiring-theme .Expert_help article:active #App-to-People_Calls path, .apply-theme .Expert_help article:active #App-to-People_Calls path, .about-theme .Expert_help article:active #App-to-People_Calls circle, .career-theme .Expert_help article:active #App-to-People_Calls circle, .contact-us .Expert_help article:active #App-to-People_Calls circle, .we-hiring-theme .Expert_help article:active #App-to-People_Calls circle, .apply-theme .Expert_help article:active #App-to-People_Calls circle, .about-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ path, .career-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ path, .contact-us .Expert_help article:active #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ path, .apply-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ path, .about-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ circle, .career-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ circle, .contact-us .Expert_help article:active #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ circle, .apply-theme .Expert_help article:active #Phone_to_Phone_Calls_1_ circle, .about-theme .Expert_help article:focus #In_App_Call__ path, .career-theme .Expert_help article:focus #In_App_Call__ path, .contact-us .Expert_help article:focus #In_App_Call__ path, .we-hiring-theme .Expert_help article:focus #In_App_Call__ path, .apply-theme .Expert_help article:focus #In_App_Call__ path, .about-theme .Expert_help article:focus #In_App_Call__ circle, .career-theme .Expert_help article:focus #In_App_Call__ circle, .contact-us .Expert_help article:focus #In_App_Call__ circle, .we-hiring-theme .Expert_help article:focus #In_App_Call__ circle, .apply-theme .Expert_help article:focus #In_App_Call__ circle, .about-theme .Expert_help article:focus #App-to-People_Calls path, .career-theme .Expert_help article:focus #App-to-People_Calls path, .contact-us .Expert_help article:focus #App-to-People_Calls path, .we-hiring-theme .Expert_help article:focus #App-to-People_Calls path, .apply-theme .Expert_help article:focus #App-to-People_Calls path, .about-theme .Expert_help article:focus #App-to-People_Calls circle, .career-theme .Expert_help article:focus #App-to-People_Calls circle, .contact-us .Expert_help article:focus #App-to-People_Calls circle, .we-hiring-theme .Expert_help article:focus #App-to-People_Calls circle, .apply-theme .Expert_help article:focus #App-to-People_Calls circle, .about-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ path, .career-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ path, .contact-us .Expert_help article:focus #Phone_to_Phone_Calls_1_ path, .we-hiring-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ path, .apply-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ path, .about-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ circle, .career-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ circle, .contact-us .Expert_help article:focus #Phone_to_Phone_Calls_1_ circle, .we-hiring-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ circle, .apply-theme .Expert_help article:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.about-theme .pricing-sec, .career-theme .pricing-sec, .contact-us .pricing-sec, .we-hiring-theme .pricing-sec, .apply-theme .pricing-sec {
    margin-bottom: 100px;
    background: #e6f1fc;
    background: linear-gradient(180deg, #e6f1fc 4%, #edf7ed 66%);
    height: 100%;
    -webkit-clip-path: url(#wave);
    clip-path: url(#wave);
    padding: 20px 40px 100px 40px
}
@media(max-width:991px) {
    .about-theme .pricing-sec, .career-theme .pricing-sec, .contact-us .pricing-sec, .we-hiring-theme .pricing-sec, .apply-theme .pricing-sec {
        padding: 0 40px 50px 40px
    }
}
.about-theme .pricing-sec svg, .career-theme .pricing-sec svg, .contact-us .pricing-sec svg, .we-hiring-theme .pricing-sec svg, .apply-theme .pricing-sec svg {
    height: 80px
}
.about-theme .pricing-sec h6.red-txt, .career-theme .pricing-sec h6.red-txt, .contact-us .pricing-sec h6.red-txt, .we-hiring-theme .pricing-sec h6.red-txt, .apply-theme .pricing-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .pricing-sec h6.red-txt, .career-theme .pricing-sec h6.red-txt, .contact-us .pricing-sec h6.red-txt, .we-hiring-theme .pricing-sec h6.red-txt, .apply-theme .pricing-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .pricing-sec h6.red-txt, .career-theme .pricing-sec h6.red-txt, .contact-us .pricing-sec h6.red-txt, .we-hiring-theme .pricing-sec h6.red-txt, .apply-theme .pricing-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .about-theme .pricing-sec h6.red-txt, .career-theme .pricing-sec h6.red-txt, .contact-us .pricing-sec h6.red-txt, .we-hiring-theme .pricing-sec h6.red-txt, .apply-theme .pricing-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.about-theme .pricing-sec h3, .career-theme .pricing-sec h3, .contact-us .pricing-sec h3, .we-hiring-theme .pricing-sec h3, .apply-theme .pricing-sec h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .about-theme .pricing-sec h3, .career-theme .pricing-sec h3, .contact-us .pricing-sec h3, .we-hiring-theme .pricing-sec h3, .apply-theme .pricing-sec h3 {
        font-size: 35px;
        line-height: 45px;
        text-align: center
    }
}
.about-theme .pricing-sec h4, .career-theme .pricing-sec h4, .contact-us .pricing-sec h4, .we-hiring-theme .pricing-sec h4, .apply-theme .pricing-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0 0 0;
    text-align: center
}
@media(max-width:991px) {
    .about-theme .pricing-sec h4, .career-theme .pricing-sec h4, .contact-us .pricing-sec h4, .we-hiring-theme .pricing-sec h4, .apply-theme .pricing-sec h4 {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}
.about-theme .pricing-sec p, .career-theme .pricing-sec p, .contact-us .pricing-sec p, .we-hiring-theme .pricing-sec p, .apply-theme .pricing-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .about-theme .pricing-sec p, .career-theme .pricing-sec p, .contact-us .pricing-sec p, .we-hiring-theme .pricing-sec p, .apply-theme .pricing-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .pricing-sec .btn-small, .career-theme .pricing-sec .btn-small, .contact-us .pricing-sec .btn-small, .we-hiring-theme .pricing-sec .btn-small, .apply-theme .pricing-sec .btn-small {
    background: red;
    border: 1px solid red;
    border-radius: 25px;
    padding: 8px 25px;
    color: #fff;
    margin-top: 20px
}
.about-theme .pricing-sec .Voice-API-grid, .career-theme .pricing-sec .Voice-API-grid, .contact-us .pricing-sec .Voice-API-grid, .we-hiring-theme .pricing-sec .Voice-API-grid, .apply-theme .pricing-sec .Voice-API-grid {
    margin-top: 50px
}
@media(max-width:991px) {
    .about-theme .pricing-sec .Voice-API-grid, .career-theme .pricing-sec .Voice-API-grid, .contact-us .pricing-sec .Voice-API-grid, .we-hiring-theme .pricing-sec .Voice-API-grid, .apply-theme .pricing-sec .Voice-API-grid {
        margin-top: 10px
    }
}
.about-theme .pricing-sec .Voice-API-grid a, .career-theme .pricing-sec .Voice-API-grid a, .contact-us .pricing-sec .Voice-API-grid a, .we-hiring-theme .pricing-sec .Voice-API-grid a, .apply-theme .pricing-sec .Voice-API-grid a {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px;
    text-align: left;
    display: block;
    text-decoration: none;
    height: 100%
}
@media(max-width:991px) {
    .about-theme .pricing-sec .Voice-API-grid a, .career-theme .pricing-sec .Voice-API-grid a, .contact-us .pricing-sec .Voice-API-grid a, .we-hiring-theme .pricing-sec .Voice-API-grid a, .apply-theme .pricing-sec .Voice-API-grid a {
        text-align: center;
        margin: 15px auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}
.about-theme .pricing-sec .Voice-API-grid a h5, .career-theme .pricing-sec .Voice-API-grid a h5, .contact-us .pricing-sec .Voice-API-grid a h5, .we-hiring-theme .pricing-sec .Voice-API-grid a h5, .apply-theme .pricing-sec .Voice-API-grid a h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent
}
@media(max-width:991px) {
    .about-theme .pricing-sec .Voice-API-grid a h5, .career-theme .pricing-sec .Voice-API-grid a h5, .contact-us .pricing-sec .Voice-API-grid a h5, .we-hiring-theme .pricing-sec .Voice-API-grid a h5, .apply-theme .pricing-sec .Voice-API-grid a h5 {
        font-size: 18px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .pricing-sec .Voice-API-grid a p, .career-theme .pricing-sec .Voice-API-grid a p, .contact-us .pricing-sec .Voice-API-grid a p, .we-hiring-theme .pricing-sec .Voice-API-grid a p, .apply-theme .pricing-sec .Voice-API-grid a p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    color: #4e4e4e;
    background: transparent
}
@media(max-width:991px) {
    .about-theme .pricing-sec .Voice-API-grid a p, .career-theme .pricing-sec .Voice-API-grid a p, .contact-us .pricing-sec .Voice-API-grid a p, .we-hiring-theme .pricing-sec .Voice-API-grid a p, .apply-theme .pricing-sec .Voice-API-grid a p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.about-theme .pricing-sec .Voice-API-grid a p i, .career-theme .pricing-sec .Voice-API-grid a p i, .contact-us .pricing-sec .Voice-API-grid a p i, .we-hiring-theme .pricing-sec .Voice-API-grid a p i, .apply-theme .pricing-sec .Voice-API-grid a p i {
    padding-left: 5px;
    font-size: 12px
}
.about-theme .pricing-sec .Voice-API-grid a .txt-red, .career-theme .pricing-sec .Voice-API-grid a .txt-red, .contact-us .pricing-sec .Voice-API-grid a .txt-red, .we-hiring-theme .pricing-sec .Voice-API-grid a .txt-red, .apply-theme .pricing-sec .Voice-API-grid a .txt-red {
    color: #f13d3d
}
.about-theme .pricing-sec .Voice-API-grid a .txt-red:hover, .career-theme .pricing-sec .Voice-API-grid a .txt-red:hover, .contact-us .pricing-sec .Voice-API-grid a .txt-red:hover, .we-hiring-theme .pricing-sec .Voice-API-grid a .txt-red:hover, .apply-theme .pricing-sec .Voice-API-grid a .txt-red:hover {
    font-weight: bold
}
.about-theme .pricing-sec .Voice-API-grid a:hover, .career-theme .pricing-sec .Voice-API-grid a:hover, .contact-us .pricing-sec .Voice-API-grid a:hover, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover, .apply-theme .pricing-sec .Voice-API-grid a:hover, .about-theme .pricing-sec .Voice-API-grid a:hover p, .career-theme .pricing-sec .Voice-API-grid a:hover p, .contact-us .pricing-sec .Voice-API-grid a:hover p, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover p, .apply-theme .pricing-sec .Voice-API-grid a:hover p, .about-theme .pricing-sec .Voice-API-grid a:hover h5, .career-theme .pricing-sec .Voice-API-grid a:hover h5, .contact-us .pricing-sec .Voice-API-grid a:hover h5, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover h5, .apply-theme .pricing-sec .Voice-API-grid a:hover h5 {
    cursor: pointer
}
.about-theme .pricing-sec .Voice-API-grid a svg, .career-theme .pricing-sec .Voice-API-grid a svg, .contact-us .pricing-sec .Voice-API-grid a svg, .we-hiring-theme .pricing-sec .Voice-API-grid a svg, .apply-theme .pricing-sec .Voice-API-grid a svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.about-theme .pricing-sec .Voice-API-grid a #Pay-as-you-go-Pricing .st0, .career-theme .pricing-sec .Voice-API-grid a #Pay-as-you-go-Pricing .st0, .contact-us .pricing-sec .Voice-API-grid a #Pay-as-you-go-Pricing .st0, .we-hiring-theme .pricing-sec .Voice-API-grid a #Pay-as-you-go-Pricing .st0, .apply-theme .pricing-sec .Voice-API-grid a #Pay-as-you-go-Pricing .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st0, .career-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st0, .contact-us .pricing-sec .Voice-API-grid a #Volume-Discount .st0, .we-hiring-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st0, .apply-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st0 {
    display: none
}
.about-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st1, .career-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st1, .contact-us .pricing-sec .Voice-API-grid a #Volume-Discount .st1, .we-hiring-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st1, .apply-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st2, .career-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st2, .contact-us .pricing-sec .Voice-API-grid a #Volume-Discount .st2, .we-hiring-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st2, .apply-theme .pricing-sec .Voice-API-grid a #Volume-Discount .st2 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing path, .career-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing path, .contact-us .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing path, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing path, .apply-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing path, .about-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing line, .career-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing line, .contact-us .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing line, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing line, .apply-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing line, .about-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing ellipse, .career-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing ellipse, .contact-us .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing ellipse, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing ellipse, .apply-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing ellipse, .about-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing circle, .career-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing circle, .contact-us .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing circle, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing circle, .apply-theme .pricing-sec .Voice-API-grid a:hover #Pay-as-you-go-Pricing circle, .about-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount path, .career-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount path, .contact-us .pricing-sec .Voice-API-grid a:hover #Volume-Discount path, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount path, .apply-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount path, .about-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount line, .career-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount line, .contact-us .pricing-sec .Voice-API-grid a:hover #Volume-Discount line, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount line, .apply-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount line, .about-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount ellipse, .career-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount ellipse, .contact-us .pricing-sec .Voice-API-grid a:hover #Volume-Discount ellipse, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount ellipse, .apply-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount ellipse, .about-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount circle, .career-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount circle, .contact-us .pricing-sec .Voice-API-grid a:hover #Volume-Discount circle, .we-hiring-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount circle, .apply-theme .pricing-sec .Voice-API-grid a:hover #Volume-Discount circle {
    stroke: #fff
}
.about-theme .blog-sec, .career-theme .blog-sec, .contact-us .blog-sec, .we-hiring-theme .blog-sec, .apply-theme .blog-sec {
    height: 100%
}
.about-theme .blog-sec h4, .career-theme .blog-sec h4, .contact-us .blog-sec h4, .we-hiring-theme .blog-sec h4, .apply-theme .blog-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    text-align: center
}
@media(max-width:991px) {
    .about-theme .blog-sec h4, .career-theme .blog-sec h4, .contact-us .blog-sec h4, .we-hiring-theme .blog-sec h4, .apply-theme .blog-sec h4 {
        font-size: 30px;
        line-height: 40px;
        text-align: center
    }
}
.about-theme .blog-sec article, .career-theme .blog-sec article, .contact-us .blog-sec article, .we-hiring-theme .blog-sec article, .apply-theme .blog-sec article {
    margin-top: 40px;
    background: transparent;
    padding: 25px;
    text-align: left;
    margin: 0;
    width: 100%
}
@media(max-width:991px) {
    .about-theme .blog-sec article, .career-theme .blog-sec article, .contact-us .blog-sec article, .we-hiring-theme .blog-sec article, .apply-theme .blog-sec article {
        width: 100%;
        padding: 20px 10px
    }
}
.about-theme .blog-sec article img, .career-theme .blog-sec article img, .contact-us .blog-sec article img, .we-hiring-theme .blog-sec article img, .apply-theme .blog-sec article img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.about-theme .blog-sec article svg, .career-theme .blog-sec article svg, .contact-us .blog-sec article svg, .we-hiring-theme .blog-sec article svg, .apply-theme .blog-sec article svg {
    width: 45px;
    height: 45px
}
.about-theme .blog-sec article #APIs_Code_Snippets .st0, .career-theme .blog-sec article #APIs_Code_Snippets .st0, .contact-us .blog-sec article #APIs_Code_Snippets .st0, .we-hiring-theme .blog-sec article #APIs_Code_Snippets .st0, .apply-theme .blog-sec article #APIs_Code_Snippets .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .blog-sec article #demo .st0, .career-theme .blog-sec article #demo .st0, .contact-us .blog-sec article #demo .st0, .we-hiring-theme .blog-sec article #demo .st0, .apply-theme .blog-sec article #demo .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .blog-sec article #sample_codes .st0, .career-theme .blog-sec article #sample_codes .st0, .contact-us .blog-sec article #sample_codes .st0, .we-hiring-theme .blog-sec article #sample_codes .st0, .apply-theme .blog-sec article #sample_codes .st0 {
    display: none
}
.about-theme .blog-sec article #sample_codes .st1, .career-theme .blog-sec article #sample_codes .st1, .contact-us .blog-sec article #sample_codes .st1, .we-hiring-theme .blog-sec article #sample_codes .st1, .apply-theme .blog-sec article #sample_codes .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #sample_codes .st2, .career-theme .blog-sec article #sample_codes .st2, .contact-us .blog-sec article #sample_codes .st2, .we-hiring-theme .blog-sec article #sample_codes .st2, .apply-theme .blog-sec article #sample_codes .st2 {
    display: inline
}
.about-theme .blog-sec article #sample_codes .st3, .career-theme .blog-sec article #sample_codes .st3, .contact-us .blog-sec article #sample_codes .st3, .we-hiring-theme .blog-sec article #sample_codes .st3, .apply-theme .blog-sec article #sample_codes .st3 {
    fill: #010101
}
.about-theme .blog-sec article #sample_codes .st4, .career-theme .blog-sec article #sample_codes .st4, .contact-us .blog-sec article #sample_codes .st4, .we-hiring-theme .blog-sec article #sample_codes .st4, .apply-theme .blog-sec article #sample_codes .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #sample_codes .st5, .career-theme .blog-sec article #sample_codes .st5, .contact-us .blog-sec article #sample_codes .st5, .we-hiring-theme .blog-sec article #sample_codes .st5, .apply-theme .blog-sec article #sample_codes .st5 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .blog-sec article #playground .st0, .career-theme .blog-sec article #playground .st0, .contact-us .blog-sec article #playground .st0, .we-hiring-theme .blog-sec article #playground .st0, .apply-theme .blog-sec article #playground .st0 {
    display: none
}
.about-theme .blog-sec article #playground .st1, .career-theme .blog-sec article #playground .st1, .contact-us .blog-sec article #playground .st1, .we-hiring-theme .blog-sec article #playground .st1, .apply-theme .blog-sec article #playground .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #playground .st2, .career-theme .blog-sec article #playground .st2, .contact-us .blog-sec article #playground .st2, .we-hiring-theme .blog-sec article #playground .st2, .apply-theme .blog-sec article #playground .st2 {
    display: inline
}
.about-theme .blog-sec article #playground .st3, .career-theme .blog-sec article #playground .st3, .contact-us .blog-sec article #playground .st3, .we-hiring-theme .blog-sec article #playground .st3, .apply-theme .blog-sec article #playground .st3 {
    fill: #010101
}
.about-theme .blog-sec article #playground .st4, .career-theme .blog-sec article #playground .st4, .contact-us .blog-sec article #playground .st4, .we-hiring-theme .blog-sec article #playground .st4, .apply-theme .blog-sec article #playground .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #playground .st5, .career-theme .blog-sec article #playground .st5, .contact-us .blog-sec article #playground .st5, .we-hiring-theme .blog-sec article #playground .st5, .apply-theme .blog-sec article #playground .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .blog-sec article #playground .st6, .career-theme .blog-sec article #playground .st6, .contact-us .blog-sec article #playground .st6, .we-hiring-theme .blog-sec article #playground .st6, .apply-theme .blog-sec article #playground .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #tutorials .st0, .career-theme .blog-sec article #tutorials .st0, .contact-us .blog-sec article #tutorials .st0, .we-hiring-theme .blog-sec article #tutorials .st0, .apply-theme .blog-sec article #tutorials .st0 {
    display: none
}
.about-theme .blog-sec article #tutorials .st1, .career-theme .blog-sec article #tutorials .st1, .contact-us .blog-sec article #tutorials .st1, .we-hiring-theme .blog-sec article #tutorials .st1, .apply-theme .blog-sec article #tutorials .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #tutorials .st2, .career-theme .blog-sec article #tutorials .st2, .contact-us .blog-sec article #tutorials .st2, .we-hiring-theme .blog-sec article #tutorials .st2, .apply-theme .blog-sec article #tutorials .st2 {
    display: inline
}
.about-theme .blog-sec article #tutorials .st3, .career-theme .blog-sec article #tutorials .st3, .contact-us .blog-sec article #tutorials .st3, .we-hiring-theme .blog-sec article #tutorials .st3, .apply-theme .blog-sec article #tutorials .st3 {
    fill: #010101
}
.about-theme .blog-sec article #tutorials .st4, .career-theme .blog-sec article #tutorials .st4, .contact-us .blog-sec article #tutorials .st4, .we-hiring-theme .blog-sec article #tutorials .st4, .apply-theme .blog-sec article #tutorials .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #tutorials .st5, .career-theme .blog-sec article #tutorials .st5, .contact-us .blog-sec article #tutorials .st5, .we-hiring-theme .blog-sec article #tutorials .st5, .apply-theme .blog-sec article #tutorials .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .blog-sec article #tutorials .st6, .career-theme .blog-sec article #tutorials .st6, .contact-us .blog-sec article #tutorials .st6, .we-hiring-theme .blog-sec article #tutorials .st6, .apply-theme .blog-sec article #tutorials .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #communities .st0, .career-theme .blog-sec article #communities .st0, .contact-us .blog-sec article #communities .st0, .we-hiring-theme .blog-sec article #communities .st0, .apply-theme .blog-sec article #communities .st0 {
    display: none
}
.about-theme .blog-sec article #communities .st1, .career-theme .blog-sec article #communities .st1, .contact-us .blog-sec article #communities .st1, .we-hiring-theme .blog-sec article #communities .st1, .apply-theme .blog-sec article #communities .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #communities .st2, .career-theme .blog-sec article #communities .st2, .contact-us .blog-sec article #communities .st2, .we-hiring-theme .blog-sec article #communities .st2, .apply-theme .blog-sec article #communities .st2 {
    display: inline
}
.about-theme .blog-sec article #communities .st3, .career-theme .blog-sec article #communities .st3, .contact-us .blog-sec article #communities .st3, .we-hiring-theme .blog-sec article #communities .st3, .apply-theme .blog-sec article #communities .st3 {
    fill: #010101
}
.about-theme .blog-sec article #communities .st4, .career-theme .blog-sec article #communities .st4, .contact-us .blog-sec article #communities .st4, .we-hiring-theme .blog-sec article #communities .st4, .apply-theme .blog-sec article #communities .st4 {
    display: inline;
    fill: none;
    stroke: #010101;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #communities .st5, .career-theme .blog-sec article #communities .st5, .contact-us .blog-sec article #communities .st5, .we-hiring-theme .blog-sec article #communities .st5, .apply-theme .blog-sec article #communities .st5 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.about-theme .blog-sec article #communities .st6, .career-theme .blog-sec article #communities .st6, .contact-us .blog-sec article #communities .st6, .we-hiring-theme .blog-sec article #communities .st6, .apply-theme .blog-sec article #communities .st6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article h4, .career-theme .blog-sec article h4, .contact-us .blog-sec article h4, .we-hiring-theme .blog-sec article h4, .apply-theme .blog-sec article h4 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    width: 100%;
    margin-top: 0;
    padding: 0
}
@media(max-width:991px) {
    .about-theme .blog-sec article h4, .career-theme .blog-sec article h4, .contact-us .blog-sec article h4, .we-hiring-theme .blog-sec article h4, .apply-theme .blog-sec article h4 {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        margin: 10px
    }
}
.about-theme .blog-sec article p, .career-theme .blog-sec article p, .contact-us .blog-sec article p, .we-hiring-theme .blog-sec article p, .apply-theme .blog-sec article p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    margin-top: 0
}
@media(max-width:991px) {
    .about-theme .blog-sec article p, .career-theme .blog-sec article p, .contact-us .blog-sec article p, .we-hiring-theme .blog-sec article p, .apply-theme .blog-sec article p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin: 5px;
        padding: 0
    }
}
.about-theme .blog-sec article p a, .career-theme .blog-sec article p a, .contact-us .blog-sec article p a, .we-hiring-theme .blog-sec article p a, .apply-theme .blog-sec article p a {
    color: #f13d3d;
    text-decoration: none;
    font-weight: 500
}
.about-theme .blog-sec article p a:hover, .career-theme .blog-sec article p a:hover, .contact-us .blog-sec article p a:hover, .we-hiring-theme .blog-sec article p a:hover, .apply-theme .blog-sec article p a:hover {
    font-weight: 600
}
.about-theme .blog-sec article p a .read-more, .career-theme .blog-sec article p a .read-more, .contact-us .blog-sec article p a .read-more, .we-hiring-theme .blog-sec article p a .read-more, .apply-theme .blog-sec article p a .read-more {
    font-size: 18px
}
.about-theme .blog-sec article p .fa-arrow-right, .career-theme .blog-sec article p .fa-arrow-right, .contact-us .blog-sec article p .fa-arrow-right, .we-hiring-theme .blog-sec article p .fa-arrow-right, .apply-theme .blog-sec article p .fa-arrow-right {
    color: #ec1c23;
    font-size: 13px;
    margin-left: 5px
}
.about-theme .blog-sec article svg, .career-theme .blog-sec article svg, .contact-us .blog-sec article svg, .we-hiring-theme .blog-sec article svg, .apply-theme .blog-sec article svg {
    width: 40px;
    height: 40px;
    padding-right: 5px
}
.about-theme .blog-sec article #Read-Our-Whitepapers .st0, .career-theme .blog-sec article #Read-Our-Whitepapers .st0, .contact-us .blog-sec article #Read-Our-Whitepapers .st0, .we-hiring-theme .blog-sec article #Read-Our-Whitepapers .st0, .apply-theme .blog-sec article #Read-Our-Whitepapers .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .blog-sec article #news .st0, .career-theme .blog-sec article #news .st0, .contact-us .blog-sec article #news .st0, .we-hiring-theme .blog-sec article #news .st0, .apply-theme .blog-sec article #news .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.about-theme .test-Drive h6.red-txt, .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin: 0
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .test-Drive h6.red-txt, .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .test-Drive h6.red-txt, .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .test-Drive h6.red-txt, .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .about-theme .test-Drive h6.red-txt, .career-theme .test-Drive h6.red-txt, .contact-us .test-Drive h6.red-txt, .we-hiring-theme .test-Drive h6.red-txt, .apply-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.about-theme .test-Drive h4, .career-theme .test-Drive h4, .contact-us .test-Drive h4, .we-hiring-theme .test-Drive h4, .apply-theme .test-Drive h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center;
    text-transform: capitalize
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .test-Drive h4, .career-theme .test-Drive h4, .contact-us .test-Drive h4, .we-hiring-theme .test-Drive h4, .apply-theme .test-Drive h4 {
        font-size: 35px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .about-theme .test-Drive h4, .career-theme .test-Drive h4, .contact-us .test-Drive h4, .we-hiring-theme .test-Drive h4, .apply-theme .test-Drive h4 {
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        font-weight: 600
    }
}
.about-theme .test-Drive p, .career-theme .test-Drive p, .contact-us .test-Drive p, .we-hiring-theme .test-Drive p, .apply-theme .test-Drive p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e
}
@media(max-width:991px) {
    .about-theme .test-Drive p, .career-theme .test-Drive p, .contact-us .test-Drive p, .we-hiring-theme .test-Drive p, .apply-theme .test-Drive p {
        font-size: 16px;
        line-height: 20px
    }
}
.about-theme .test-Drive .test-Drive-Video, .career-theme .test-Drive .test-Drive-Video, .contact-us .test-Drive .test-Drive-Video, .we-hiring-theme .test-Drive .test-Drive-Video, .apply-theme .test-Drive .test-Drive-Video {
    background-color: #f4e9e7;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    position: relative
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Video, .career-theme .test-Drive .test-Drive-Video, .contact-us .test-Drive .test-Drive-Video, .we-hiring-theme .test-Drive .test-Drive-Video, .apply-theme .test-Drive .test-Drive-Video {
        padding: 30px;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.about-theme .test-Drive .test-Drive-Video h5, .career-theme .test-Drive .test-Drive-Video h5, .contact-us .test-Drive .test-Drive-Video h5, .we-hiring-theme .test-Drive .test-Drive-Video h5, .apply-theme .test-Drive .test-Drive-Video h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #333
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .test-Drive .test-Drive-Video h5, .career-theme .test-Drive .test-Drive-Video h5, .contact-us .test-Drive .test-Drive-Video h5, .we-hiring-theme .test-Drive .test-Drive-Video h5, .apply-theme .test-Drive .test-Drive-Video h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Video h5, .career-theme .test-Drive .test-Drive-Video h5, .contact-us .test-Drive .test-Drive-Video h5, .we-hiring-theme .test-Drive .test-Drive-Video h5, .apply-theme .test-Drive .test-Drive-Video h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.about-theme .test-Drive .test-Drive-Video p, .career-theme .test-Drive .test-Drive-Video p, .contact-us .test-Drive .test-Drive-Video p, .we-hiring-theme .test-Drive .test-Drive-Video p, .apply-theme .test-Drive .test-Drive-Video p {
    font-size: 20px;
    font-weight: 300;
    color: #333
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Video p, .career-theme .test-Drive .test-Drive-Video p, .contact-us .test-Drive .test-Drive-Video p, .we-hiring-theme .test-Drive .test-Drive-Video p, .apply-theme .test-Drive .test-Drive-Video p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.about-theme .test-Drive .test-Drive-Video a, .career-theme .test-Drive .test-Drive-Video a, .contact-us .test-Drive .test-Drive-Video a, .we-hiring-theme .test-Drive .test-Drive-Video a, .apply-theme .test-Drive .test-Drive-Video a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Video a, .career-theme .test-Drive .test-Drive-Video a, .contact-us .test-Drive .test-Drive-Video a, .we-hiring-theme .test-Drive .test-Drive-Video a, .apply-theme .test-Drive .test-Drive-Video a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%, 40%)
    }
}
.about-theme .test-Drive .test-Drive-Video a:hover, .career-theme .test-Drive .test-Drive-Video a:hover, .contact-us .test-Drive .test-Drive-Video a:hover, .we-hiring-theme .test-Drive .test-Drive-Video a:hover, .apply-theme .test-Drive .test-Drive-Video a:hover {
    text-decoration: none;
    font-weight: 600
}
.about-theme .test-Drive .test-Drive-Our-Communication, .career-theme .test-Drive .test-Drive-Our-Communication, .contact-us .test-Drive .test-Drive-Our-Communication, .we-hiring-theme .test-Drive .test-Drive-Our-Communication, .apply-theme .test-Drive .test-Drive-Our-Communication {
    background-color: #f4e9e7;
    position: relative;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    background: #5f1ec9;
    background: linear-gradient(55deg, #5f1ec9 0, #3653b0 99%)
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Our-Communication, .career-theme .test-Drive .test-Drive-Our-Communication, .contact-us .test-Drive .test-Drive-Our-Communication, .we-hiring-theme .test-Drive .test-Drive-Our-Communication, .apply-theme .test-Drive .test-Drive-Our-Communication {
        padding: 30px;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.about-theme .test-Drive .test-Drive-Our-Communication h5, .career-theme .test-Drive .test-Drive-Our-Communication h5, .contact-us .test-Drive .test-Drive-Our-Communication h5, .we-hiring-theme .test-Drive .test-Drive-Our-Communication h5, .apply-theme .test-Drive .test-Drive-Our-Communication h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #fff
}
@media(min-width:992px) and (max-width:1199px) {
    .about-theme .test-Drive .test-Drive-Our-Communication h5, .career-theme .test-Drive .test-Drive-Our-Communication h5, .contact-us .test-Drive .test-Drive-Our-Communication h5, .we-hiring-theme .test-Drive .test-Drive-Our-Communication h5, .apply-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Our-Communication h5, .career-theme .test-Drive .test-Drive-Our-Communication h5, .contact-us .test-Drive .test-Drive-Our-Communication h5, .we-hiring-theme .test-Drive .test-Drive-Our-Communication h5, .apply-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.about-theme .test-Drive .test-Drive-Our-Communication p, .career-theme .test-Drive .test-Drive-Our-Communication p, .contact-us .test-Drive .test-Drive-Our-Communication p, .we-hiring-theme .test-Drive .test-Drive-Our-Communication p, .apply-theme .test-Drive .test-Drive-Our-Communication p {
    font-size: 20px;
    font-weight: 300;
    color: #fff
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Our-Communication p, .career-theme .test-Drive .test-Drive-Our-Communication p, .contact-us .test-Drive .test-Drive-Our-Communication p, .we-hiring-theme .test-Drive .test-Drive-Our-Communication p, .apply-theme .test-Drive .test-Drive-Our-Communication p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.about-theme .test-Drive .test-Drive-Our-Communication a, .career-theme .test-Drive .test-Drive-Our-Communication a, .contact-us .test-Drive .test-Drive-Our-Communication a, .we-hiring-theme .test-Drive .test-Drive-Our-Communication a, .apply-theme .test-Drive .test-Drive-Our-Communication a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .about-theme .test-Drive .test-Drive-Our-Communication a, .career-theme .test-Drive .test-Drive-Our-Communication a, .contact-us .test-Drive .test-Drive-Our-Communication a, .we-hiring-theme .test-Drive .test-Drive-Our-Communication a, .apply-theme .test-Drive .test-Drive-Our-Communication a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%, 40%)
    }
}
.about-theme .test-Drive .test-Drive-Our-Communication a:hover, .career-theme .test-Drive .test-Drive-Our-Communication a:hover, .contact-us .test-Drive .test-Drive-Our-Communication a:hover, .we-hiring-theme .test-Drive .test-Drive-Our-Communication a:hover, .apply-theme .test-Drive .test-Drive-Our-Communication a:hover {
    text-decoration: none;
    font-weight: 600
}
.about-theme .modal .details-by-person, .career-theme .modal .details-by-person, .contact-us .modal .details-by-person, .we-hiring-theme .modal .details-by-person, .apply-theme .modal .details-by-person {
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}
.about-theme .modal .details-by-person p img, .career-theme .modal .details-by-person p img, .contact-us .modal .details-by-person p img, .we-hiring-theme .modal .details-by-person p img, .apply-theme .modal .details-by-person p img {
    border-radius: 5px;
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain
}
.about-theme .modal button:focus, .career-theme .modal button:focus, .contact-us .modal button:focus, .we-hiring-theme .modal button:focus, .apply-theme .modal button:focus {
    outline: 0
}
.about-theme .modal .close, .career-theme .modal .close, .contact-us .modal .close, .we-hiring-theme .modal .close, .apply-theme .modal .close {
    padding-right: 10px !important
}
.introducing-theme .hlth-top-bg {
    background-image: url(../../images/introducing/hero-banner-bg.png);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom;
    height: 100%
}
.introducing-theme .hlth-top-bg #stickyHeader, .introducing-theme .hlth-top-bg .theme-cyan, .introducing-theme .hlth-top-bg .theme-blue, .introducing-theme .hlth-top-bg .virtual-number, .introducing-theme .hlth-top-bg .Pricing-theme {
    background-color: #fff
}
.introducing-theme .hlth-top-bg .top-section {
    background: 0;
    padding-top: 90px
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt .inx-txt-red {
    color: #f13d3d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 2px
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt .voice-api-p {
    font-size: 45px;
    line-height: 55px
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt h2.font-60 {
    font-size: 60px;
    line-height: 70px
}
@media(max-width:991px) {
    .introducing-theme .hlth-top-bg .top-section .voice-api-txt h2.font-60 {
        font-size: 35px;
        line-height: 40px
    }
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    margin-top: 20px
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle li {
    padding: .5em .5em 0 1.5em;
    margin: 0;
    width: 50%;
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle li a:hover {
    font-weight: 600
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle li a b {
    font-weight: 600
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn {
    display: inline-flex;
    margin: 25px 0;
    padding: 0
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li {
    padding: .5em 0 0 0;
    margin: 0 10px 0 0
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-red {
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: capitalize
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-red:hover {
    background-color: #fff;
    color: #f13d3d;
    border: 1px solid #f13d3d
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white {
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid #a08686;
    color: #f13d3d;
    text-transform: capitalize
}
.introducing-theme .hlth-top-bg .top-section .voice-api-txt ul.hero-btn li .btn-white:hover {
    background-color: #f13d3d;
    color: #fff
}
.introducing-theme .hlth-top-bg .top-section .img-box {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top
}
.introducing-theme .always-platform-sec .top-box-shadow {
    border-radius: 10px;
    margin-top: 20px
}
.introducing-theme .always-platform-sec .top-box-shadow .row-box {
    box-shadow: -2px -15px 8px 3px #f2f2f2;
    background: #fff;
    height: 44px;
    border-radius: 5px
}
.introducing-theme .always-platform-sec .top-box-shadow a {
    margin: 0;
    box-shadow: 0 2px 23px -5px rgba(166, 164, 166, 0.9);
    height: 100%;
    padding: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd38
}
@media(max-width:991px) {
    .introducing-theme .always-platform-sec .top-box-shadow a {
        height: 284px;
        display: block;
        margin-top: 20px
    }
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group {
    margin: 30px 0
}
@media(max-width:991px) {
    .introducing-theme .always-platform-sec .top-box-shadow a .card-group {
        display: block
    }
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card {
    background-color: transparent
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Commun-home-Platform .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Commun-home-Platform .Commun-home-Platform-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Conferencing-Solutions .Solutions-0 {
    display: none
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Conferencing-Solutions .Solutions-1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Conferencing-Solutions .Solutions-2 {
    display: inline
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Conferencing-Solutions .Solutions-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Conferencing-Solutions .Solutions-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Professional-Services .p-services-0 {
    display: none
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Professional-Services .p-services-1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Professional-Services .p-services-2 {
    display: inline
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Professional-Services .p-services-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Professional-Services .p-services-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card span #Professional-Services .p-services-5 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body {
    position: relative;
    height: 185px;
    padding: 0 11px
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body {
        height: 200px;
        padding: 0 5px
    }
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body h4.card-title {
    font-size: 23px;
    color: #f14141;
    font-weight: 600
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body h4.card-title {
        font-size: 21px
    }
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body p.card-text {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    font-weight: 300;
    text-transform: none
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body p.card-text {
        font-size: 17px
    }
}
.introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body i {
    color: #ec1c23;
    position: absolute;
    bottom: -3px
}
@media(max-width:991px) {
    .introducing-theme .always-platform-sec .top-box-shadow a .card-group .card .card-body i {
        bottom: 20px
    }
}
.introducing-theme .always-platform-sec .top-box-shadow a:hover {
    text-decoration: none;
    background-color: #f14141;
    color: #fff
}
.introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Conferencing-Solutions path, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Conferencing-Solutions circle, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Conferencing-Solutions line, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Conferencing-Solutions polygon, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Conferencing-Solutions rect, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Commun-home-Platform path, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Commun-home-Platform circle, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Commun-home-Platform line, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Commun-home-Platform polygon, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Commun-home-Platform rect, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Professional-Services path, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Professional-Services circle, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Professional-Services line, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Professional-Services polygon, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card span #Professional-Services rect {
    stroke: #fff
}
.introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card .card-body h4.card-title, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card .card-body p.card-text, .introducing-theme .always-platform-sec .top-box-shadow a:hover .card-group .card .card-body i {
    color: #fff
}
.introducing-theme .Video-conferencing {
    margin-top: 0
}
@media(max-width:991px) {
    .introducing-theme .Video-conferencing .img-sec {
        margin: 20px 0
    }
}
.introducing-theme .Video-conferencing .article-video-con {
    text-align: left
}
.introducing-theme .Video-conferencing .article-video-con .red-txt {
    font-size: 16px;
    color: #f13d3d;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    text-transform: uppercase
}
@media(max-width:991px) {
    .introducing-theme .Video-conferencing .article-video-con .red-txt {
        text-align: center;
        margin-top: 50px
    }
}
.introducing-theme .Video-conferencing .article-video-con h4 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #333;
    text-align: left
}
@media(max-width:991px) {
    .introducing-theme .Video-conferencing .article-video-con h4 {
        font-size: 25px !important;
        line-height: 30px;
        text-align: center
    }
}
.introducing-theme .Video-conferencing .article-video-con p {
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    text-align: left;
    font-weight: 300
}
.introducing-theme .Video-conferencing .article-video-con p a.read-more {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    color: #ec1c23;
    font-size: 16px
}
.introducing-theme .Video-conferencing .article-video-con p a.read-more:hover {
    font-weight: 600
}
.introducing-theme .Video-conferencing .article-video-con p a.read-more i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 5px
}
.introducing-theme .Video-conferencing .article-video-con ul.list-circle {
    margin: 7px 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%
}
.introducing-theme .Video-conferencing .article-video-con ul.list-circle li {
    padding: 2px 20px;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 300
}
.introducing-theme .Video-conferencing .article-video-con ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: 400;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 2px;
    line-height: 19px
}
@media only screen and (max-width:1200px) {
    .introducing-theme .Video-conferencing .article-video-con ul.list-circle li {
        font-size: 16px;
        width: 100%;
        display: block
    }
}
@media(max-width:991px) {
    .introducing-theme .Video-conferencing .pt-5 {
        padding-top: 0 !important
    }
}
.introducing-theme .mr-top {
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .mr-top {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .introducing-theme .mr-top {
        margin-top: 0
    }
}
.introducing-theme #advantages-tabs {
    padding: 0;
    height: 100%
}
.introducing-theme #advantages-tabs .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.introducing-theme #advantages-tabs ul#EnableX_tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto;
    background: transparent;
    border: 0
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li {
    margin: 0 10px
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a:hover {
    background: transparent;
    background: #f13d3d;
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a.active {
    background: transparent;
    background: #f13d3d;
    color: #fff !important;
    cursor: pointer
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a.active .tab-content.active {
    opacity: 1
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a.active #In_App_Call__ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a.active #In_App_Call__ circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a.active #App-to-People_Calls path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a.active #App-to-People_Calls circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a.active #Phone_to_Phone_Calls_1_ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a.active #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a span {
    display: block
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a svg {
    width: 40px;
    height: 40px
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme #advantages-tabs ul#EnableX_tabs li a:hover #In_App_Call__ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:hover #In_App_Call__ circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:hover #App-to-People_Calls path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:hover #App-to-People_Calls circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:hover #Phone_to_Phone_Calls_1_ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:hover #Phone_to_Phone_Calls_1_ circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:active #In_App_Call__ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:active #In_App_Call__ circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:active #App-to-People_Calls path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:active #App-to-People_Calls circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:active #Phone_to_Phone_Calls_1_ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:active #Phone_to_Phone_Calls_1_ circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:focus #In_App_Call__ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:focus #In_App_Call__ circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:focus #App-to-People_Calls path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:focus #App-to-People_Calls circle, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:focus #Phone_to_Phone_Calls_1_ path, .introducing-theme #advantages-tabs ul#EnableX_tabs li a:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.introducing-theme #advantages-tabs .tab-content {
    padding: 0
}
.introducing-theme #advantages-tabs .tab-content .tab-top-hedding {
    padding: 40px 20px;
    height: 250px;
    display: flex;
    flex-direction: column
}
.introducing-theme #advantages-tabs .tab-content .tab-top-hedding h6 {
    font-size: 30px;
    color: #333;
    padding: 0;
    margin: 0
}
.introducing-theme #advantages-tabs .tab-content .tab-top-hedding p {
    padding-top: 5px;
    margin: 0
}
.introducing-theme #advantages-tabs .tab-content .detail-text h6 {
    font-size: 18px
}
@media(max-width:991px) {
    .introducing-theme #advantages-tabs .tab-content .detail-text h6 {
        text-align: left
    }
}
.introducing-theme #advantages-tabs .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
.introducing-theme #advantages-tabs .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
.introducing-theme #advantages-tabs .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
.introducing-theme #advantages-tabs .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    .introducing-theme #advantages-tabs .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.introducing-theme #advantages-tabs .tab-pane {
    margin-top: 0;
    text-align: left;
    border-top: 1px solid #ddd
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex {
    text-align: left;
    padding: 20px 0 0 80px
}
@media(max-width:991px) {
    .introducing-theme #advantages-tabs .tab-pane .about-enablex {
        padding: 0
    }
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex p.red-txt {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #f13d3d
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex h4 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #333;
    width: 70%;
    border: 1px solid green
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-align: left;
    color: #4e4e4e;
    margin-bottom: 0
}
@media(max-width:991px) {
    .introducing-theme #advantages-tabs .tab-pane .about-enablex p {
        font-size: 16px;
        line-height: 20px
    }
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex p strong {
    font-weight: bold
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex p a {
    background-color: #f13d3d;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex ul {
    margin: 20px 0;
    padding: 0;
    list-style: none
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex ul li {
    padding: 0 26px;
    margin: 0;
    position: relative
}
@media only screen and (max-width:1200px) {
    .introducing-theme #advantages-tabs .tab-pane .about-enablex ul li {
        width: 100%;
        display: block
    }
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex ul li a:hover {
    font-weight: 600
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex ul li a b {
    font-weight: 600
}
.introducing-theme #advantages-tabs .tab-pane .about-enablex ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.introducing-theme #intro-second-tab {
    padding: 0;
    height: 100%;
    margin-bottom: 150px;
    padding-bottom: 40px
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme #intro-second-tab {
        margin-bottom: 0
    }
}
@media(max-width:991px) {
    .introducing-theme #intro-second-tab {
        margin-bottom: 0;
        padding-bottom: 0
    }
}
.introducing-theme #intro-second-tab .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}
.introducing-theme #intro-second-tab #Intro-2nd-tab {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto
}
@media(max-width:991px) {
    .introducing-theme #intro-second-tab #Intro-2nd-tab {
        display: inline
    }
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li {
    margin: 0 10px
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px
}
@media(max-width:991px) {
    .introducing-theme #intro-second-tab #Intro-2nd-tab li a {
        margin: 10px 0
    }
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a:hover {
    background: #f13d3d;
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a.active {
    background: #f13d3d;
    color: #fff !important;
    cursor: pointer
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a.active .tab-content.active {
    opacity: 1
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a.active #In_App_Call__ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a.active #In_App_Call__ circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a.active #App-to-People_Calls path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a.active #App-to-People_Calls circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a.active #Phone_to_Phone_Calls_1_ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a.active #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a span {
    display: block
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a svg {
    width: 40px;
    height: 40px
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a #In_App_Call__ .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a #App-to-People_Calls .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a #App-to-People_Calls .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a #App-to-People_Calls .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a #Phone_to_Phone_Calls_1_ .st0 {
    fill: none;
    stroke: #333;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a #Phone_to_Phone_Calls_1_ .st1 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a #Phone_to_Phone_Calls_1_ .st2 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme #intro-second-tab #Intro-2nd-tab li a:hover #In_App_Call__ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:hover #In_App_Call__ circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:hover #App-to-People_Calls path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:hover #App-to-People_Calls circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:hover #Phone_to_Phone_Calls_1_ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:hover #Phone_to_Phone_Calls_1_ circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:active #In_App_Call__ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:active #In_App_Call__ circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:active #App-to-People_Calls path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:active #App-to-People_Calls circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:active #Phone_to_Phone_Calls_1_ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:active #Phone_to_Phone_Calls_1_ circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:focus #In_App_Call__ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:focus #In_App_Call__ circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:focus #App-to-People_Calls path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:focus #App-to-People_Calls circle, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:focus #Phone_to_Phone_Calls_1_ path, .introducing-theme #intro-second-tab #Intro-2nd-tab li a:focus #Phone_to_Phone_Calls_1_ circle {
    stroke: #f13d3d
}
.introducing-theme #intro-second-tab .tab-content {
    padding: 0
}
.introducing-theme #intro-second-tab .tab-content .tab-top-hedding {
    padding: 40px 20px;
    height: 250px;
    display: flex;
    flex-direction: column
}
.introducing-theme #intro-second-tab .tab-content .tab-top-hedding h6 {
    font-size: 30px;
    color: #333;
    padding: 0;
    margin: 0
}
.introducing-theme #intro-second-tab .tab-content .tab-top-hedding p {
    padding-top: 5px;
    margin: 0
}
.introducing-theme #intro-second-tab .tab-content .detail-text h6 {
    font-size: 18px
}
@media(max-width:991px) {
    .introducing-theme #intro-second-tab .tab-content .detail-text h6 {
        text-align: left
    }
}
.introducing-theme #intro-second-tab .tab-content ul.nav-tabs {
    border: none !important;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0
}
.introducing-theme #intro-second-tab .tab-content ul.nav-tabs li a {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #939393;
    background: transparent;
    box-shadow: none;
    border: 0;
    text-decoration: none;
    padding: 25px;
    display: inline-block;
    border-bottom: 3px solid transparent
}
.introducing-theme #intro-second-tab .tab-content ul.nav-tabs li a.active {
    color: #010101;
    border-bottom: 3px solid #f13d3d;
    box-shadow: 0 3px 33px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff
}
.introducing-theme #intro-second-tab .tab-content .sub-tab {
    padding: 8% 0 0 0
}
@media(max-width:991px) {
    .introducing-theme #intro-second-tab .tab-content .sub-tab img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}
.introducing-theme #intro-second-tab .tab-pane {
    margin-top: 0;
    text-align: left;
    border-top: 1px solid #ddd
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex {
    text-align: left;
    padding: 20px 0 0 80px
}
@media(max-width:991px) {
    .introducing-theme #intro-second-tab .tab-pane .about-enablex {
        padding: 0
    }
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex p.red-txt {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #f13d3d
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex h4 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #333;
    width: 70%
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex p {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-align: left;
    color: #4e4e4e;
    margin-bottom: 0
}
@media(max-width:991px) {
    .introducing-theme #intro-second-tab .tab-pane .about-enablex p {
        font-size: 16px;
        line-height: 20px
    }
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex p strong {
    font-weight: bold
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex p a {
    background-color: #f13d3d;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex ul {
    margin: 20px 0;
    padding: 0;
    list-style: none
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex ul li {
    padding: 0 26px;
    margin: 0;
    position: relative
}
@media only screen and (max-width:1200px) {
    .introducing-theme #intro-second-tab .tab-pane .about-enablex ul li {
        width: 100%;
        display: block
    }
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex ul li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 7px;
    line-height: 19px
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex ul li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex ul li a:hover {
    font-weight: 600
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex ul li a b {
    font-weight: 600
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex ul li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex span a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000
}
.introducing-theme #intro-second-tab .tab-pane .about-enablex span a i {
    color: #f13d3d
}
.introducing-theme .why-enablex-sec {
    background-image: url(../../images/introducing/intro-why-enablex.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 850px;
    height: 100%
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .why-enablex-sec {
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 100%;
        height: 100%
    }
}
@media(max-width:991px) {
    .introducing-theme .why-enablex-sec {
        margin-top: 0 !important;
        background-image: none;
        min-height: 100%
    }
}
@media(max-width:991px) {
    .introducing-theme .why-enablex-sec .mt-5 {
        margin-top: 0 !important
    }
}
.introducing-theme .why-enablex-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin: 0;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .why-enablex-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .introducing-theme .why-enablex-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .why-enablex-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .introducing-theme .why-enablex-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px;
        text-align: center
    }
}
.introducing-theme .why-enablex-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center
}
@media(max-width:991px) {
    .introducing-theme .why-enablex-sec h4 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}
.introducing-theme .why-enablex-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e
}
@media(max-width:991px) {
    .introducing-theme .why-enablex-sec p {
        font-size: 16px;
        line-height: 20px
    }
}
.introducing-theme .why-enablex-sec .card-group {
    text-align: left;
    margin: 40px 0 20px 0
}
@media(max-width:991px) {
    .introducing-theme .why-enablex-sec .card-group {
        margin: 10px 20px
    }
}
.introducing-theme .why-enablex-sec .card-group .card {
    background: transparent;
    border: none !important;
    text-align: left
}
.introducing-theme .why-enablex-sec .card-group .card span svg {
    width: 40px;
    height: 40px
}
.introducing-theme .why-enablex-sec .card-group .card span #Carrier-Grade-Platform .carrier-grade-0 {
    display: none
}
.introducing-theme .why-enablex-sec .card-group .card span #Carrier-Grade-Platform .carrier-grade-1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Carrier-Grade-Platform .carrier-grade-2 {
    display: inline
}
.introducing-theme .why-enablex-sec .card-group .card span #Carrier-Grade-Platform .carrier-grade-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Carrier-Grade-Platform .carrier-grade-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Carrier-Grade-Platform .carrier-grade-5 {
    display: inline;
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Carrier-Grade-Platform .carrier-grade-6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .all-inclusive-0 {
    display: none
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .st1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .all-inclusive-2 {
    display: inline
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .all-inclusive-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .all-inclusive-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .all-inclusive-5 {
    display: inline;
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .all-inclusive-6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme .why-enablex-sec .card-group .card span #All-Inclusive .all-inclusive-7 {
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-0 {
    display: none
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-2 {
    display: inline
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-5 {
    display: inline;
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-7 {
    display: inline;
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-8 {
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Customisable .customisable-9 {
    fill: none;
    stroke: #232323
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-0 {
    display: none
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-2 {
    display: inline
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-5 {
    display: inline;
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-7 {
    display: inline;
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-8 {
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-9 {
    display: inline;
    fill: none;
    stroke: #232323
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-10 {
    fill: none;
    stroke: #232323
}
.introducing-theme .why-enablex-sec .card-group .card span #Transparent-Pricing .transparent-Pricing-11 {
    fill: #010101
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-0 {
    display: none
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-2 {
    display: inline
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-5 {
    display: inline;
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-7 {
    display: inline;
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-8 {
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-9 {
    display: inline;
    fill: none;
    stroke: #232323
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-10 {
    fill: none;
    stroke: #232323
}
.introducing-theme .why-enablex-sec .card-group .card span #A-Team .a-Team-11 {
    fill: #010101
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-0 {
    display: none
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-1 {
    display: inline;
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-2 {
    display: inline
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-3 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-4 {
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-5 {
    display: inline;
    fill: none;
    stroke: #202020
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-6 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-7 {
    display: inline;
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-8 {
    fill: none;
    stroke: #0f1231;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-9 {
    display: inline;
    fill: none;
    stroke: #232323
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-10 {
    fill: none;
    stroke: #232323
}
.introducing-theme .why-enablex-sec .card-group .card span #Robust-Scalable .robust-scalable-11 {
    fill: #010101
}
.introducing-theme .why-enablex-sec .card-group .card .card-body {
    padding: 0;
    text-align: left
}
.introducing-theme .why-enablex-sec .card-group .card .card-body h4.card-title {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0
}
.introducing-theme .test-Drive h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 100px
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .introducing-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .introducing-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.introducing-theme .test-Drive h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center;
    text-transform: capitalize
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .test-Drive h4 {
        font-size: 35px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .introducing-theme .test-Drive h4 {
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        font-weight: 600
    }
}
.introducing-theme .test-Drive p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e
}
@media(max-width:991px) {
    .introducing-theme .test-Drive p {
        font-size: 16px;
        line-height: 20px
    }
}
.introducing-theme .test-Drive .test-Drive-Video {
    background-color: #f4e9e7;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    position: relative
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Video {
        padding: 30px;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.introducing-theme .test-Drive .test-Drive-Video h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #333
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .test-Drive .test-Drive-Video h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Video h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.introducing-theme .test-Drive .test-Drive-Video p {
    font-size: 20px;
    font-weight: 300;
    color: #333
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Video p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.introducing-theme .test-Drive .test-Drive-Video a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Video a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%, 40%)
    }
}
.introducing-theme .test-Drive .test-Drive-Video a:hover {
    text-decoration: none;
    font-weight: 600
}
.introducing-theme .test-Drive .test-Drive-Our-Communication {
    background-color: #f4e9e7;
    position: relative;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    background: #5f1ec9;
    background: linear-gradient(55deg, #5f1ec9 0, #3653b0 99%)
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Our-Communication {
        padding: 30px;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.introducing-theme .test-Drive .test-Drive-Our-Communication h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #fff
}
@media(min-width:992px) and (max-width:1199px) {
    .introducing-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.introducing-theme .test-Drive .test-Drive-Our-Communication p {
    font-size: 20px;
    font-weight: 300;
    color: #fff
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Our-Communication p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.introducing-theme .test-Drive .test-Drive-Our-Communication a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .introducing-theme .test-Drive .test-Drive-Our-Communication a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%, 40%)
    }
}
.introducing-theme .test-Drive .test-Drive-Our-Communication a:hover {
    text-decoration: none;
    font-weight: 600
}
.legals-theme .tou {
    padding: 50px 0
}
@media(max-width:991px) {
    .legals-theme .tou {
        padding: 0
    }
}
.legals-theme .tou h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    text-transform: capitalize;
    font-weight: bold
}
@media(max-width:991px) {
    .legals-theme .tou h1 {
        font-size: 30px;
        line-height: 35px
    }
}
.legals-theme .tou span {
    font-family: system-ui, Arial, sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px
}
.legals-theme .tou .tou-content {
    margin: 50px 0
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content {
        margin: 0
    }
}
.legals-theme .tou .tou-content p {
    font-family: system-ui, Arial, sans-serif;
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 300;
    padding: 6px 5px;
    margin: 0
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content p {
        font-size: 16px;
        line-height: 20px
    }
}
.legals-theme .tou .tou-content p strong {
    font-weight: 600
}
.legals-theme .tou .tou-content a {
    text-transform: none
}
.legals-theme .tou .tou-content .h5-title {
    border-left: 5px solid #534367;
    background-color: #f1f1f1;
    padding: 8px 15px;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0
}
.legals-theme .tou .tou-content ul.list-cri {
    list-style-type: disc !important
}
.legals-theme .tou .tou-content ul.list-cri li {
    margin-left: 17px;
    padding: 6px 5px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: .2px;
    margin-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #4d4d4d
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content ul.list-cri li {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
}
.legals-theme .tou .tou-content ul.list-cri li strong {
    font-weight: 700
}
.legals-theme .tou .tou-content ul {
    list-style-type: disc !important
}
.legals-theme .tou .tou-content ul li {
    margin-left: 17px;
    padding: 6px 5px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: .2px;
    margin-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #4d4d4d
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content ul li {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
}
.legals-theme .tou .tou-content .term-ol {
    margin: 0;
    padding: 0
}
.legals-theme .tou .tou-content .term-ol li {
    margin-left: 17px;
    padding: 6px 5px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: .2px;
    margin-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #4d4d4d
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content .term-ol li {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
}
.legals-theme .tou .tou-content .term-ol li strong {
    font-weight: 600
}
.legals-theme .tou .tou-content ol.n {
    list-style-type: lower-alpha;
    font-size: 16px;
    line-height: 25px
}
.legals-theme .tou .tou-content ol.n li {
    margin-left: 17px;
    padding: 6px 5px;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: .2px;
    margin-top: 0;
    margin-bottom: 0;
    color: #4d4d4d
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content ol.n li {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
}
.legals-theme .tou .tou-content ol.g {
    list-style-type: decimal
}
.legals-theme .tou .tou-content ol.g li {
    margin-left: 17px;
    padding: 6px 5px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: .2px;
    margin-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #4d4d4d
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content ol.g li {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
}
.legals-theme .tou .tou-content ol.n {
    list-style-type: lower-alpha
}
.legals-theme .tou .tou-content ol.n li {
    margin-left: 17px;
    padding: 6px 5px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: .2px;
    margin-top: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #4d4d4d
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content ol.n li {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
}
.legals-theme .tou .tou-content ul.cricle {
    list-style-type: disc
}
.legals-theme .tou .tou-content ul.cricle li {
    margin-left: 17px;
    padding: 6px 5px;
    font-size: 17px;
    font-weight: 300;
    color: #4d4d4d;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: .2px;
    margin-top: 15px;
    margin-top: 0;
    margin-bottom: 0
}
@media(max-width:991px) {
    .legals-theme .tou .tou-content ul.cricle li {
        font-size: 16px;
        line-height: 20px;
        margin-left: 0
    }
}
.legals-theme .tou .tou-content .sla-table {
    width: 100%
}
.legals-theme .tou .tou-content .sla-table tr {
    background: transparent !important
}
.legals-theme .tou .tou-content .sla-table tr th {
    background-color: #ddd;
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px
}
.legals-theme .tou .tou-content .sla-table tr td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    background: transparent
}
.legals-theme .tou .tou-content .btn-accept {
    margin-top: 20px;
    padding: 5px 20px;
    color: #f13d3d !important;
    border-color: #f1f1f1 !important;
    border-radius: 50px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19)
}
.verification-code .form-bg h4 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    padding-top: 15px
}
.verification-code .form-bg .sign-up .btn-Verify {
    width: 91px !important;
    margin-left: -4px;
    height: 43px;
    color: #fff
}
.verification-code .form-bg #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455a64;
    padding-left: 0;
    margin-top: 30px
}
.verification-code .form-bg #progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400
}
.verification-code .form-bg #progressbar #step1:before {
    content: "1";
    color: #333
}
.verification-code .form-bg #progressbar #step2:before {
    content: "2";
    color: #fff
}
.verification-code .form-bg #progressbar #step3:before {
    content: "3";
    color: #333
}
.verification-code .form-bg #progressbar li {
    font-size: 18px;
    color: #333
}
.verification-code .form-bg #progressbar li:before {
    width: 27px;
    height: 27px;
    line-height: 25px;
    display: block;
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    border: 1px solid #33333373
}
.verification-code .form-bg #progressbar li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #455a64;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 0
}
.verification-code .form-bg #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}
.verification-code .form-bg #progressbar li:nth-child(2):after {
    left: -50%
}
.verification-code .form-bg #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}
.verification-code .form-bg #progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}
.verification-code .form-bg #progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}
.verification-code .form-bg #progressbar li.active {
    font-weight: 600
}
.verification-code .form-bg #progressbar li.active:before, .verification-code .form-bg #progressbar li.active:after {
    background: #ec1c23;
    border: 0
}
.verification-code .form-bg #progressbar li.active #step2:before {
    content: "2";
    color: #fff
}
@media(max-width:991px) {
    .contact-us .hlth-top-bg {
        background-image: none
    }
}
.contact-us .hlth-top-bg .top-section {
    height: 100%;
    margin-bottom: 100px
}
@media(max-width:991px) {
    .contact-us .hlth-top-bg .top-section {
        margin-bottom: 50px;
        padding: 0
    }
}
.contact-us .hlth-top-bg .top-section .bd-bottom {
    margin: 50px 0 20px 0;
    border-bottom: 1px solid #c1dadd
}
.contact-us .hlth-top-bg .top-section .bd-bottom h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ec1c23;
    padding-bottom: 5px
}
.contact-us .hlth-top-bg .top-section .three-col {
    padding-top: 15px
}
.contact-us .hlth-top-bg .top-section .three-col h5 {
    font-size: 18px;
    font-weight: 500;
    color: #333
}
.contact-us .hlth-top-bg .top-section .three-col p {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    font-size: 16px;
    line-height: 24px;
    color: #666
}
@media(max-width:991px) {
    .contact-us .hlth-top-bg .top-section .three-col p {
        justify-content: center
    }
}
.contact-us .hlth-top-bg .top-section .three-col p span {
    display: inline-flex;
    padding-right: 5px
}
.contact-us .hlth-top-bg .top-section .three-col p span svg {
    width: 15px;
    height: 15px
}
.contact-us .hlth-top-bg .top-section .three-col p a {
    color: #666;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex
}
.contact-us .hlth-top-bg .top-section .voice-api-txt {
    display: block;
    width: 100%
}
@media(max-width:991px) {
    .contact-us .hlth-top-bg .top-section .voice-api-txt {
        display: none
    }
}
.contact-us .hlth-top-bg .top-section .sign-up {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px -3px #72727236;
    margin: 30px auto 0 40px;
    padding: 30px 10px;
    width: 100%
}
@media(max-width:991px) {
    .contact-us .hlth-top-bg .top-section .sign-up {
        margin: 30px auto
    }
}
.contact-us .hlth-top-bg .top-section .sign-up .desk-hide {
    display: none
}
@media(max-width:991px) {
    .contact-us .hlth-top-bg .top-section .sign-up .desk-hide {
        display: block
    }
}
.contact-us .hlth-top-bg .top-section .sign-up h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center
}
.contact-us .hlth-top-bg .top-section .sign-up h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333
}
.contact-us .hlth-top-bg .top-section .sign-up p {
    font-size: 16px;
    font-weight: 400;
    color: #333
}
.contact-us .hlth-top-bg .top-section .sign-up p a {
    color: #ec1c23
}
.contact-us .hlth-top-bg .top-section .sign-up .mt-4 {
    margin-top: 1rem !important
}
.contact-us .hlth-top-bg .top-section .sign-up .thank-p {
    font-size: 20px;
    line-height: 25px;
    color: #333
}
.contact-us .hlth-top-bg .top-section .sign-up .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    color: #969696;
    font-size: 16px
}
.contact-us .hlth-top-bg .top-section .sign-up .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
.contact-us .hlth-top-bg .top-section .sign-up textarea.form-control {
    height: 70px;
    border-radius: 5px !important
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec {
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-items: baseline
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:not(:checked), .contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:checked {
    position: absolute;
    left: -9999px
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:checked+label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    font-size: 12px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]+label:before, .contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]+label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .2s
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:before {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:checked+label:before {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 12px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:checked+label:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red;
    z-index: 0
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:before, .contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:disabled:checked+label:before {
    top: 0;
    box-shadow: none;
    background-color: #444;
    width: 19px;
    height: 19px;
    border: 3px solid #444;
    transform: rotateZ(0)
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:disabled+label {
    color: #555
}
.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:disabled:not(:checked)+label:hover:before {
    border-color: red
}
.contact-us .hlth-top-bg .top-section .sign-up .btn-primary {
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 39px;
    background: #ec1c23 !important;
    border-color: #ec1c23 !important;
    font-size: 16px;
    height: 44px;
    border-radius: 6px
}
.contact-us .hlth-top-bg .top-section .sign-up .btn-primary:hover, .contact-us .hlth-top-bg .top-section .sign-up .btn-primary:focus, .contact-us .hlth-top-bg .top-section .sign-up .btn-primary:active {
    border: 1px solid #ec1c23 !important;
    background: #fff !important;
    color: #ec1c23 !important;
    box-shadow: none
}
@media(max-width:991px) {
    .facex-theme .ton-hedr-nav {
        justify-content: flex-start !important;
        display: flex;
        width: 100%;
        padding-top: 10px
    }
}
.facex-theme .ton-hedr-nav .separator {
    background-color: #fff !important
}
.facex-theme #first-menu li .sign-in {
    color: #f13d3d !important
}
.facex-theme #first-menu ul.dropdown {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 77px
}
.facex-theme #first-menu ul.dropdown .lft-wht-bg {
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 12px 0 0 12px;
    padding: 25px
}
@media(max-width:991px) {
    .facex-theme #first-menu ul.dropdown .lft-wht-bg {
        border-radius: 15px 15px 0 0
    }
}
.facex-theme #first-menu ul.dropdown .rgt-wht-bg {
    background: #f7f7f7;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 0 12px 12px 0;
    padding: 25px
}
@media(max-width:991px) {
    .facex-theme #first-menu ul.dropdown .rgt-wht-bg {
        border-radius: 0 1px 15px 15px
    }
}
.facex-theme #first-menu ul.dropdown li {
    display: block;
    padding: 10px 0
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left {
    padding: 0 10px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left h5 {
    color: #ec1c23 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left h5 a {
    color: #ec1c23;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}
@media(max-width:991px) {
    .facex-theme #first-menu ul.dropdown li .sub-menu-left h5 a {
        pointer-events: auto
    }
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li {
    padding: 0
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a {
    display: block;
    text-transform: capitalize;
    margin: 5px 0;
    padding: 5px 0;
    border: 0;
    color: #000 !important
}
@media(max-width:991px) {
    .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a {
        pointer-events: auto !important
    }
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a:after {
    content: none
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a .pad-lft-25 {
    padding-left: 25px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a svg {
    width: 20px;
    height: 20px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Banking_Finance .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Education .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Education .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Short_Codes .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Short_Codes .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Healthcare .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Healthcare .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Retail_eCommerce .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Retail_eCommerce .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #HR_recruitment .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #HR_recruitment .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Video-API .video-API-0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2 {
    fill: none;
    stroke: #212020
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1 {
    stroke-miterlimit: 10
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2 {
    stroke-linecap: round;
    stroke-linejoin: round
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #P_SMS_API .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer__x0D_Engagement .customer-0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Voice_Call_API .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .facex-icon-0, .facex-theme #first-menu ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .st0 {
    fill: none;
    stroke: #635b5b;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article .txt-16 li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article .detail-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #333
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article .detail-text h6 span {
    text-transform: lowercase !important
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article .detail-text h6 .beta {
    text-transform: capitalize !important;
    color: #ec1c23;
    font-weight: 400
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article .detail-text p {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 0
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article .detail-text p a {
    color: #f13d3d;
    font-size: 16px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-left article .detail-text p a i {
    display: inline-block
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right {
    padding: 0 10px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right h6 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right h6.txt-red {
    color: #ec1c23;
    font-size: 18px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #333
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right p a {
    color: #f13d3d;
    font-size: 15px;
    padding: 0
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right p a i {
    display: inline-block
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right ul.list-circle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right ul.list-circle li {
    padding: 2px 19px;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 400
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 19px;
    margin-left: 0;
    font-size: 29px;
    position: absolute;
    left: 4px;
    line-height: 19px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right ul.list-circle li a:hover {
    font-weight: 600
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right ul.list-circle li a b {
    font-weight: 600
}
.facex-theme #first-menu ul.dropdown li .sub-menu-right ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
.facex-theme #first-menu ul.dropdown li .aap-links h6.android-icon {
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px
}
.facex-theme #first-menu ul.dropdown li .aap-links h6.android-icon::before {
    content: url("../../images/index/android-icon.svg");
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 36px;
    line-height: 19px
}
.facex-theme #first-menu ul.dropdown li .aap-links h6.ios-icon {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 30px
}
.facex-theme #first-menu ul.dropdown li .aap-links h6.ios-icon::before {
    content: url("../../images/index/ios-icon.svg");
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: -2px;
    line-height: 19px
}
.facex-theme #first-menu ul.dropdown li .aap-links p a {
    color: #333
}
.facex-theme #first-menu ul.dropdown li .aap-links p a i {
    color: #ec1c23
}
.facex-theme #first-menu ul.dropdown li .subscribe {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
    text-align: center
}
.facex-theme #first-menu ul.dropdown li .subscribe p {
    color: #333;
    font-size: 16px;
    line-height: 20px
}
.facex-theme #first-menu ul.dropdown li .subscribe #social-media {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: flex-start
}
.facex-theme #first-menu ul.dropdown li .subscribe #social-media li {
    float: left;
    margin: 0 6px;
    padding: 0
}
.facex-theme #first-menu ul.dropdown li .subscribe #social-media li a {
    padding: 0
}
.facex-theme #first-menu ul.dropdown li .subscribe #social-media li a img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 19px;
    height: 19px
}
.facex-theme #first-menu ul.dropdown li .subscribe form {
    position: relative
}
.facex-theme #first-menu ul.dropdown li .subscribe form .input-group .form-control {
    border-radius: 25px !important;
    border: 1px solid #e4e4e4 !important;
    font-size: 12px;
    color: #acacac;
    height: 38px;
    position: relative;
    z-index: 1;
    outline: 0
}
.facex-theme #first-menu ul.dropdown li .subscribe form .input-group .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
.facex-theme #first-menu ul.dropdown li .subscribe form .input-group input:focus {
    outline: 0
}
.facex-theme #first-menu ul.dropdown li .subscribe form .btn-primary {
    background-color: transparent;
    border: transparent
}
.facex-theme #first-menu ul.dropdown li .subscribe form .btn-primary::after {
    content: url(../../images/subscribe-icon.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 5px
}
@media(max-width:991px) {
    .facex-theme #first-menu li.separator {
        display: none
    }
}
.facex-theme #first-menu li.mar-0 {
    margin: 0 0 10px 0
}
.facex-theme .repeat-bg {
    background: url(/images/fecex-img/repeat-bg.jpg) repeat-x;
    width: 100%
}
.facex-theme .hlth-top-bg {
    background: url("/images/fecex-img/repeat-bg.jpg") no-repeat;
    background-size: 100% 100%;
    height: auto;
    background-position: top center 
}
@media(min-width:1000px) and (max-width:1100px) {
    .facex-theme .hlth-top-bg {
        height: 654px
    }
}
@media(max-width:991px) {
    .facex-theme .hlth-top-bg {
        background: #2a6aa1 !important;
        height: 100%
    }
}
.facex-theme .hlth-top-bg .top-section {
    height: auto;
    padding-top: 20px 
}
@media(min-width:1000px) and (max-width:1100px) {
    .facex-theme .hlth-top-bg .top-section {
        height: 655px
    }
}
@media(max-width:991px) {
    .facex-theme .hlth-top-bg .top-section {
        height: 100%
    }
}
.facex-theme .hlth-top-bg .top-section .voice-api-txt {
    width: 100%;
    float: left;
    padding-top: 100px
}
.facex-theme .hlth-top-bg .top-section .voice-api-txt .inx-txt-red {
    color: #a3a3a3
}
@media(max-width:991px) {
    .facex-theme .hlth-top-bg .top-section .voice-api-txt .inx-txt-red {
        text-align: center
    }
}
.facex-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
    color: #fff
}
.facex-theme .hlth-top-bg .top-section .voice-api-txt p {
    color: #fff
}
.facex-theme .hlth-top-bg .top-section img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: 100%
}
@media(min-width:1000px) and (max-width:1100px) {
    .facex-theme .hlth-top-bg .top-section img {
        -o-object-fit: contain;
        object-fit: contain
    }
}
@media(max-width:991px) {
    .facex-theme .hlth-top-bg .top-section img {
        -o-object-fit: contain;
        object-fit: contain;
        display: block !important;
        width: 100%;
        height: 100%
    }
}
.facex-theme .image-sec {
    position: relative
}
.facex-theme .image-sec .liveliness-bg {
    width: 100%;
    height: 100%;
    background: url("/images/fecex-img/liveliness-img.webp") no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 650px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg {
        background: url("/images/fecex-img/liveliness-img.webp") no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 332px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg {
        background: url("/images/fecex-img/liveliness-img.webp") no-repeat;
        background-size: cover;
        background-position: top;
        height: 322px;
        width: 100%
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg {
        background: url("/images/fecex-img/liveliness-img-mob.webp") no-repeat;
        background-size: 100% 100%;
        min-height: 100%;
        height: 600px
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar {
    position: absolute;
    width: 50%;
    top: 150px;
    left: 0;
    z-index: 100
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar {
        width: 50%;
        top: 20px;
        left: 0
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar {
        width: 100%;
        top: 20px;
        left: 0
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar {
        top: 38px;
        left: 5%;
        width: 90%
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar article {
    margin-bottom: 50px
}
@media(max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar article {
        margin-bottom: 0
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar article h4, .facex-theme .image-sec .liveliness-bg .prog-bar article h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar article h4, .facex-theme .image-sec .liveliness-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar article h4, .facex-theme .image-sec .liveliness-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar article h4, .facex-theme .image-sec .liveliness-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar article p {
    font-size: 20px;
    line-height: 25px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 40px;
    left: 40px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction {
        left: 0
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction {
        left: 0
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction {
        display: block
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar {
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: inline-grid;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border-color: #fff;
    background-color: #fff;
    width: 10px;
    height: 100px;
    border-radius: 0;
    margin: 30px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar {
        width: 9px;
        height: 85px;
        margin: 14px 35px 18px 15px;
        border-radius: 3px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar {
        width: 9px;
        height: 85px;
        margin: 14px 38px 18px 15px;
        border-radius: 3px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar {
        width: 9px;
        height: 90px;
        margin: 14px 50px 18px 15px;
        border-radius: 3px
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar .valor-nivel {
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 12px
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar .bar {
    height: 0;
    flex-direction: column-reverse;
    align-self: flex-end;
    border-color: transparent;
    color: #fff;
    background: #eee;
    background: linear-gradient(to top, #5677b9 21%, #2e9abb 51%);
    display: flex;
    border-width: 0;
    border-style: solid;
    border-radius: 5px
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar .anim-1 {
    -moz-animation-delay: 3s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 10px;
    max-height: 30px
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar .anim-2 {
    -moz-animation-delay: 5s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 20px;
    max-height: 40px
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar .anim-3 {
    -moz-animation-delay: 4s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 10px;
    max-height: 50px
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-animaction .progressbar .valor-nivel {
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 12px
}
@-webkit-keyframes slidebar {
    0% {
        height: 20%
    }
    50% {
        height: 100%
    }
    100% {
        height: 20%
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar span {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    line-height: 17px;
    margin-bottom: 5px
}
.facex-theme .image-sec .liveliness-bg .prog-bar .bar-txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .bar-txt {
        font-size: 11px;
        line-height: 15px;
        top: -11px
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar .arousal {
    top: -11px !important;
    left: 15%;
    position: absolute;
    color: #fff;
    font-size: 14px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .arousal {
        left: 0;
        left: 57px !important;
        font-size: 14px;
        font-weight: 500
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .arousal {
        left: 0;
        left: 57px !important;
        font-size: 14px;
        font-weight: 500
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .arousal {
        font-size: 14px;
        font-weight: 500;
        top: -11px !important;
        left: 20% !important
    }
}
.facex-theme .image-sec .liveliness-bg .prog-bar .mood {
    position: absolute;
    top: 0 !important;
    left: 154px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .mood {
        left: 113px !important;
        top: -11px !important
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .mood {
        left: 113px !important;
        top: -11px !important
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .liveliness-bg .prog-bar .mood {
        left: 40% !important;
        top: -11px !important
    }
}
.facex-theme .image-sec .emotion-indicator-bg {
    width: 100%;
    height: 100%;
    background: url("/images/fecex-img/emotion.webp") no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 650px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg {
        background: url("/images/fecex-img/emotion.webp") no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 336px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .emotion-indicator-bg {
        background: url("/images/fecex-img/emotion.webp") no-repeat;
        background-size: cover;
        background-position: 100% 100%;
        height: 322px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .emotion-indicator-bg {
        background: url("/images/fecex-img/emotion-mob.webp") no-repeat;
        background-size: cover;
        min-height: 100%;
        height: 559px
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar {
    position: absolute;
    width: 40%;
    top: 150px;
    right: 0;
    z-index: 100
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar {
        width: 60%;
        top: 20px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar {
        width: 100%;
        top: 20px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar {
        top: 38px;
        left: 5%;
        width: 90%
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar article {
    margin-bottom: 50px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar article {
        margin-bottom: 0
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar article h4, .facex-theme .image-sec .emotion-indicator-bg .prog-bar article h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar article h4, .facex-theme .image-sec .emotion-indicator-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar article h4, .facex-theme .image-sec .emotion-indicator-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar article h4, .facex-theme .image-sec .emotion-indicator-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar article p {
    font-size: 20px;
    line-height: 25px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction {
    position: relative;
    top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar {
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: inline-grid;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border-color: #fff;
    background-color: #fff;
    width: 10px;
    height: 100px;
    border-radius: 0;
    margin: 30px 17px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar {
        margin: 30px 19px;
        width: 10px;
        height: 85px;
        border-radius: 3px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar {
        margin: 20px;
        width: 9px;
        height: 85px;
        border-radius: 3px
    }
}
@media(max-width:480px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar {
        margin: 20px;
        width: 9px;
        height: 109px;
        border-radius: 3px
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar .valor-nivel {
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 14px
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar .bar {
    height: 0;
    flex-direction: column-reverse;
    align-self: flex-end;
    border-color: transparent;
    color: #fff;
    background: #eee;
    background: linear-gradient(to top, #5677b9 21%, #2e9abb 51%);
    display: flex;
    border-width: 0;
    border-style: solid;
    border-radius: 5px
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar .anim-1 {
    -moz-animation-delay: 3s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 10px;
    max-height: 30px
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar .anim-2 {
    -moz-animation-delay: 5s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 20px;
    max-height: 40px
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar .anim-3 {
    -moz-animation-delay: 4s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 10px;
    max-height: 50px
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .bar-animaction .progressbar .valor-nivel {
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 12px
}
@-webkit-keyframes slidebar {
    0% {
        height: 20%
    }
    50% {
        height: 100%
    }
    100% {
        height: 20%
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar span {
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    line-height: 17px;
    margin-bottom: 5px
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .angry {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .angry {
        font-size: 14px;
        left: 5px;
        font-weight: 500
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .disgust {
    top: -35px !important;
    left: 8%;
    position: absolute;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .disgust {
        font-size: 14px;
        font-weight: 500;
        top: -18% !important;
        left: 46px !important
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .fear {
    position: absolute;
    top: 0 !important;
    left: 21% !important;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .fear {
        font-size: 14px;
        font-weight: 500;
        left: 109px !important
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .happy {
    position: absolute;
    top: -23% !important;
    left: 30% !important;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .happy {
        font-size: 14px;
        font-weight: 500;
        top: -18% !important;
        left: 154px !important
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .sad {
    position: absolute;
    top: 0 !important;
    left: 186px !important;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .sad {
        font-size: 14px;
        font-weight: 500;
        left: 209px !important
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .surprise {
    position: absolute;
    top: -23% !important;
    left: 211px !important;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .surprise {
        position: absolute;
        top: -15% !important;
        left: 238px !important;
        font-size: 14px;
        font-weight: 500
    }
}
.facex-theme .image-sec .emotion-indicator-bg .prog-bar .neutral {
    position: absolute;
    top: 0 !important;
    left: 260px !important;
    color: #fff;
    font-size: 14px
}
@media(max-width:991px) {
    .facex-theme .image-sec .emotion-indicator-bg .prog-bar .neutral {
        left: 243px !important;
        color: #fff
    }
}
.facex-theme .image-sec .age-gender-bg {
    width: 100%;
    height: 100%;
    background: url("/images/fecex-img/age-gender.webp") no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 650px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .age-gender-bg {
        background: url("/images/fecex-img/age-gender.webp") no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 348px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .age-gender-bg {
        background: url("/images/fecex-img/age-gender.webp") no-repeat;
        background-size: cover;
        background-position: 100% 100%;
        height: 322px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .age-gender-bg {
        background: url("/images/fecex-img/age-gender-mob.webp") no-repeat;
        background-size: cover;
        min-height: 100%;
        height: 559px
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar {
    position: absolute;
    width: 40%;
    top: 150px;
    left: 0;
    z-index: 100
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar {
        top: 38px;
        left: 2%;
        width: 40%
    }
}
@media(max-width:767px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar {
        top: 38px;
        left: 5%;
        width: 90%
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar article {
    margin-bottom: 50px
}
@media(max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar article {
        margin-bottom: 0
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar article h4,.facex-theme .image-sec .age-gender-bg .prog-bar article h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar article h4, .facex-theme .image-sec .age-gender-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar article h4, .facex-theme .image-sec .age-gender-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar article h4, .facex-theme .image-sec .age-gender-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar article p {
    font-size: 20px;
    line-height: 25px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction {
    position: relative;
    top: 40px
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar {
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: inline-grid;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    border-color: #fff;
    background-color: #fff;
    width: 10px;
    height: 100px;
    border-radius: 0;
    margin: 30px
}
@media(max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar {
        width: 4px;
        height: 48px;
        margin: 9px 25px 18px 25px
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar .valor-nivel {
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 12px
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar .bar {
    height: 0;
    flex-direction: column-reverse;
    align-self: flex-end;
    border-color: transparent;
    color: #fff;
    background: #eee;
    background: linear-gradient(to top, #5677b9 21%, #2e9abb 51%);
    display: flex;
    border-width: 0;
    border-style: solid;
    border-radius: 5px
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar .anim-1 {
    -moz-animation-delay: 3s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 10px;
    max-height: 30px
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar .anim-2 {
    -moz-animation-delay: 5s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 20px;
    max-height: 40px
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar .anim-3 {
    -moz-animation-delay: 4s;
    -moz-animation-name: slidebar;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-name: slidebar;
    animation-name: slidebar;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    min-height: 10px;
    max-height: 50px
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-animaction .progressbar .valor-nivel {
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 12px
}
@-webkit-keyframes slidebar {
    0% {
        height: 20%
    }
    50% {
        height: 100%
    }
    100% {
        height: 20%
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar span {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    line-height: 17px;
    margin-bottom: 5px
}
.facex-theme .image-sec .age-gender-bg .prog-bar .bar-txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px
}
@media(max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar .bar-txt {
        font-size: 11px;
        line-height: 15px
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar .arousal {
    top: -25px !important;
    left: 20%;
    position: absolute;
    color: #fff;
    font-size: 18px
}
@media(max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar .arousal {
        font-size: 11px;
        top: 36% !important;
        left: 22% !important
    }
}
.facex-theme .image-sec .age-gender-bg .prog-bar .mood {
    position: absolute;
    top: 0 !important;
    left: 38% !important;
    color: #fff;
    font-size: 18px
}
@media(max-width:991px) {
    .facex-theme .image-sec .age-gender-bg .prog-bar .mood {
        font-size: 11px;
        left: 43% !important
    }
}
.facex-theme .image-sec .feature-bg {
    width: 100%;
    height: 100%;
    background: url("/images/fecex-img/feature-img.webp") no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 650px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .feature-bg {
        background: url("/images/fecex-img/feature-img.webp") no-repeat;
        background-size: 100%;
        background-position: top center;
        height: 350px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .feature-bg {
        background: url("/images/fecex-img/feature-img.webp") no-repeat;
        background-size: cover;
        background-position: 100% 100%;
        height: 322px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .feature-bg {
        background: url("/images/fecex-img/feature-img-mob.webp") no-repeat;
        background-size: cover;
        min-height: 100%;
        height: 559px
    }
}
.facex-theme .image-sec .feature-bg .prog-bar {
    position: absolute;
    width: 44%;
    top: 150px;
    right: -50px;
    z-index: 100
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .feature-bg .prog-bar {
        top: 35px;
        right: 0;
        width: 40%
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .feature-bg .prog-bar {
        top: 35px;
        right: 0;
        width: 100%
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .feature-bg .prog-bar {
        top: 35px;
        left: 5%;
        width: 90%
    }
}
.facex-theme .image-sec .feature-bg .prog-bar article {
    margin-bottom: 50px
}
@media(max-width:991px) {
    .facex-theme .image-sec .feature-bg .prog-bar article {
        margin-bottom: 0
    }
}
.facex-theme .image-sec .feature-bg .prog-bar article h4, .facex-theme .image-sec .feature-bg .prog-bar article h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .feature-bg .prog-bar article h4, .facex-theme .image-sec .feature-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .feature-bg .prog-bar article h4, .facex-theme .image-sec .feature-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .feature-bg .prog-bar article h4, .facex-theme .image-sec .feature-bg .prog-bar article h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        text-shadow: none;
        font-weight: 600
    }
}
.facex-theme .image-sec .feature-bg .prog-bar article p {
    font-size: 20px;
    line-height: 25px;
    color: #fff
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .image-sec .feature-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .image-sec .feature-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
@media(max-width:600px) {
    .facex-theme .image-sec .feature-bg .prog-bar article p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px
    }
}
.facex-theme .why-enablex {
    margin-bottom: 50px
}
.facex-theme .why-enablex .whight-sec {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 4px #00000017;
    padding: 20px 0;
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center
}
@media(max-width:991px) {
    .facex-theme .why-enablex .whight-sec {
        margin-bottom: 20px
    }
}
.facex-theme .why-enablex .whight-sec .lft-txt {
    padding: 0 !important;
    margin: 0
}
.facex-theme .why-enablex .whight-sec .lft-txt svg {
    width: 50px;
    height: 50px
}
.facex-theme .why-enablex .whight-sec .lft-txt #Continuous-Streaming-analysis .st0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Continuous-Streaming-analysis .st1 {
    fill: none;
    stroke: #eb2227;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #One-Multiple-Faces-Analysis .one-multiple-0 {
    fill: none;
    stroke: #202020;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #One-Multiple-Faces-Analysis .one-multiple-1 {
    fill: none;
    stroke: #eb2227;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Adaptive-Media-Experience .adaptive-media-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Adaptive-Media-Experience .adaptive-media-1 {
    fill: none;
    stroke: #eb2227;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Easy-to-integrate-API .easy-to-integrate-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Easy-to-integrate-API .easy-to-integrate-1 {
    fill: none;
    stroke: #eb2227;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Fully-GDPR-Compliant .fully-GDPR-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Fully-GDPR-Compliant .fully-GDPR-1 {
    fill: none;
    stroke: #202020;
    stroke-width: .5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Fully-GDPR-Compliant .fully-GDPR-2 {
    fill: none;
    stroke: #eb2227;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Platform-Device-Agnostic .Platform-Device-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Platform-Device-Agnostic .Platform-Device-1 {
    fill: none;
    stroke: #eb2227;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .lft-txt #Platform-Device-Agnostic .Platform-Device-2 {
    fill: none;
    stroke: #202020;
    stroke-width: .75;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.facex-theme .why-enablex .whight-sec .right-txt {
    padding: 0 !important;
    margin: 0
}
.facex-theme .why-enablex .whight-sec .right-txt h4, .facex-theme .why-enablex .whight-sec .right-txt h3 {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    text-align: left;
    padding: 0;
    margin: 0
}
.facex-theme .why-enablex .whight-sec .right-txt p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 0 10px 0 0;
    text-align: left;
    margin: 0;
    opacity: 0;
    display: none
}
.facex-theme .why-enablex .whight-sec:hover {
    background: #f13d3d
}
.facex-theme .why-enablex .whight-sec:hover .right-txt h3 {
    display: none
}
.facex-theme .why-enablex .whight-sec:hover .right-txt p {
    opacity: 10;
    color: #fff;
    display: block
}
.facex-theme .why-enablex .whight-sec:hover #Continuous-Streaming-analysis .st0, .facex-theme .why-enablex .whight-sec:hover #Continuous-Streaming-analysis .st1, .facex-theme .why-enablex .whight-sec:hover #Continuous-Streaming-analysis path, .facex-theme .why-enablex .whight-sec:hover #Continuous-Streaming-analysis circle, .facex-theme .why-enablex .whight-sec:hover #Continuous-Streaming-analysis ellipse {
    stroke: #fff
}
.facex-theme .why-enablex .whight-sec:hover #One-Multiple-Faces-Analysis .one-multiple-0, .facex-theme .why-enablex .whight-sec:hover #One-Multiple-Faces-Analysis .one-multiple-1, .facex-theme .why-enablex .whight-sec:hover #One-Multiple-Faces-Analysis g {
    stroke: #fff
}
.facex-theme .why-enablex .whight-sec:hover #Adaptive-Media-Experience .adaptive-media-0, .facex-theme .why-enablex .whight-sec:hover #Adaptive-Media-Experience .adaptive-media-1 {
    stroke: #fff
}
.facex-theme .why-enablex .whight-sec:hover #Easy-to-integrate-API .easy-to-integrate-0, .facex-theme .why-enablex .whight-sec:hover #Easy-to-integrate-API .easy-to-integrate-1 {
    stroke: #fff
}
.facex-theme .why-enablex .whight-sec:hover #Fully-GDPR-Compliant .fully-GDPR-0, .facex-theme .why-enablex .whight-sec:hover #Fully-GDPR-Compliant .fully-GDPR-1, .facex-theme .why-enablex .whight-sec:hover #Fully-GDPR-Compliant .fully-GDPR-2 {
    stroke: #fff
}
.facex-theme .why-enablex .whight-sec:hover #Platform-Device-Agnostic .Platform-Device-0, .facex-theme .why-enablex .whight-sec:hover #Platform-Device-Agnostic .Platform-Device-1, .facex-theme .why-enablex .whight-sec:hover #Platform-Device-Agnostic .Platform-Device-2 {
    stroke: #fff
}
.facex-theme .videoAI-features {
    padding: 50px 0;
    margin: 0;
    background: #f9f9f9
}
.facex-theme .videoAI-features h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 50px
}
@media(min-width:992px) and (max-width:1199px) {
    .facex-theme .videoAI-features h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .facex-theme .videoAI-features h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .facex-theme .videoAI-features h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .facex-theme .videoAI-features h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.facex-theme .videoAI-features h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .facex-theme .videoAI-features h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        padding-bottom: 10px
    }
}
.facex-theme .videoAI-features p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .facex-theme .videoAI-features p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 0
    }
}
.facex-theme .casestudy {
    margin-bottom: 50px
}
.facex-theme .casestudy h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .facex-theme .casestudy h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .facex-theme .casestudy h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .facex-theme .casestudy h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .facex-theme .casestudy h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.facex-theme .casestudy h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .facex-theme .casestudy h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
}
.facex-theme .casestudy p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .facex-theme .casestudy p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 0
    }
}
.facex-theme .casestudy .snip0016 {
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0;
    /* margin: 20px; */
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    border-radius: 10px
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .casestudy .snip0016 {
        margin: 10px auto
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .casestudy .snip0016 {
        margin: 10px auto
    }
}
@media(max-width:600px) {
    .facex-theme .casestudy .snip0016 {
        margin: 10px auto;
        height: 250px;
        padding: 0
    }
}
.facex-theme .casestudy .snip0016 .txt-over-the-img {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-49%, -50%)
}
@media(max-width:991px) {
    .facex-theme .casestudy .snip0016 .txt-over-the-img {
        left: 15px;
        top: 50%;
        transform: translate(1%, -50%);
        width: 85%
    }
}
.facex-theme .casestudy .snip0016 .txt-over-the-img p.gradient-pink {
    background: linear-gradient(89deg, #ba2ba5 0, #ba2ba5 25%, #e83168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BA2BA5", endColorstr="#E83168", GradientType=1);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 35px;
    padding: 6px 15px 6px 10px
}
.facex-theme .casestudy .snip0016 .txt-over-the-img h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize
}
@media(max-width:991px) {
    .facex-theme .casestudy .snip0016 .txt-over-the-img h3 {
        font-size: 25px;
        line-height: 30px
    }
}
.facex-theme .casestudy .snip0016 img {
    max-width: 100%;
    opacity: 10;
    width: 100%;
    height: 100%;
    transition: opacity .35s
}
.facex-theme .casestudy .snip0016 img.heigh-300 {
    height: 300px
}
@media(min-width:992px) and (max-width:1100px) {
    .facex-theme .casestudy .snip0016 img.heigh-300 {
        height: 257px
    }
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .casestudy .snip0016 img.heigh-300 {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .casestudy .snip0016 img.heigh-300 {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media(max-width:600px) {
    .facex-theme .casestudy .snip0016 img.heigh-300 {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 30px
    }
}
.facex-theme .casestudy .snip0016 img.height-630 {
    height: 594px;
    overflow: hidden
}
@media(min-width:992px) and (max-width:1100px) {
    .facex-theme .casestudy .snip0016 img.height-630 {
        height: 495px;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .casestudy .snip0016 img.height-630 {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .casestudy .snip0016 img.height-630 {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }
}
@media(max-width:600px) {
    .facex-theme .casestudy .snip0016 img.height-630 {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover
    }
}
.facex-theme .casestudy .snip0016 figcaption {
    opacity: 0;
    position: absolute;
    left: 33%;
    top: 50%;
    transform: translate(-49%, -50%)
}
@media(max-width:991px) {
    .facex-theme .casestudy .snip0016 figcaption {
        left: 15px;
        top: 50%;
        transform: translate(1%, -50%);
        width: 85%
    }
}
.facex-theme .casestudy .snip0016 figcaption::before {
    position: absolute;
    top: 2px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    border-left: 4px solid rgba(255, 255, 255, 0.8);
    content: "";
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .5s;
    transition-delay: .6s
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .casestudy .snip0016 figcaption::before {
        border-left: 0;
        left: 0
    }
}
@media(min-width:601px) and (max-width:767px) {
    .facex-theme .casestudy .snip0016 figcaption::before {
        border-left: 0;
        left: 0
    }
}
@media(max-width:600px) {
    .facex-theme .casestudy .snip0016 figcaption::before {
        border-left: 0;
        left: 0
    }
}
.facex-theme .casestudy .snip0016 figcaption p {
    opacity: 0
}
@media(min-width:768px) and (max-width:991px) {
    .facex-theme .casestudy .snip0016 figcaption p {
        font-size: 20px;
        line-height: 25px
    }
}
@media(max-width:991px) {
    .facex-theme .casestudy .snip0016 figcaption p {
        font-size: 15px;
        line-height: 20px
    }
}
.facex-theme .casestudy .snip0016:hover {
    background: #000
}
.facex-theme .casestudy .snip0016:hover img {
    opacity: .3
}
.facex-theme .casestudy .snip0016:hover .txt-over-the-img {
    opacity: 0
}
.facex-theme .casestudy .snip0016:hover figcaption {
    opacity: 10
}
.facex-theme .casestudy .snip0016:hover figcaption p {
    position: relative;
    left: 22%;
    opacity: 1;
    color: #fff;
    transform: translate3d(0, 0, 0);
    transition-delay: .6s;
    font-weight: bold
}
@media(max-width:991px) {
    .facex-theme .casestudy .snip0016:hover figcaption p {
        text-align: left;
        left: 2%
    }
}
.facex-theme .casestudy .snip0016:hover figcaption p a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    font-size: 12px
}
@media(max-width:991px) {
    .facex-theme .casestudy .snip0016:hover figcaption p {
        font-size: 15px;
        line-height: 20px
    }
}
.facex-theme .casestudy .snip0016:hover figcaption p.gradient-pink {
    background: linear-gradient(89deg, #ba2ba5 0, #ba2ba5 25%, #e83168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BA2BA5", endColorstr="#E83168", GradientType=1);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 35px;
    padding: 6px 15px 6px 10px
}
.facex-theme .casestudy .snip0016:hover figcaption p.gradient-pink a {
    display: contents
}
.facex-theme .casestudy .snip0016:hover figcaption p.gradient-pink a:hover {
    font-size: 12px
}
.facex-theme .casestudy .snip0016:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    opacity: 1;
    height: 100%;
    transition-delay: 0s
}
.facex-theme .casestudy p.text-center a.read-more {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}
.facex-theme .casestudy p.text-center a.read-more i.fa-arrow-right {
    color: #ec1c23
}
.facex-theme .casestudy p.text-center a.read-more:hover {
    font-weight: bold
}
.facex-theme .sign-up {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px -3px #72727236;
    margin: 30px auto 0 40px;
    padding: 0 10px 20px 0;
    width: 100%
}
@media(max-width:991px) {
    .facex-theme .sign-up {
        margin: 30px auto;
        padding: 10px;
        width: 85%
    }
}
.facex-theme .sign-up #modal-2, .facex-theme .sign-up #modal-3, .facex-theme .sign-up #modal-4, .facex-theme .sign-up #modal-5 {
    display: none
}
.facex-theme .sign-up .desk-hide {
    display: none
}
@media(max-width:991px) {
    .facex-theme .sign-up .desk-hide {
        display: block
    }
}
.facex-theme .sign-up .modal-hedding {
    text-align: center
}
.facex-theme .sign-up .modal-hedding h4, .facex-theme .sign-up .modal-hedding div {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center
}
.facex-theme .sign-up .modal-hedding h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333
}
.facex-theme .sign-up .modal-hedding p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    color: #f13d3d
}
.facex-theme .sign-up p .txt-red {
    color: #f13d3d
}
.facex-theme .sign-up .gray-txt {
    padding-top: 10px
}
.facex-theme .sign-up .gray-txt p {
    font-size: 14px;
    color: #666;
    text-align: center
}
.facex-theme .sign-up .img-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: auto
}
.facex-theme .sign-up .mt-4 {
    margin-top: 1rem !important
}
.facex-theme .sign-up .thank-p {
    font-size: 20px;
    line-height: 25px;
    color: #333
}
.facex-theme .sign-up .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    color: #969696;
    font-size: 16px
}
.facex-theme .sign-up .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
.facex-theme .sign-up textarea.form-control {
    height: 70px;
    border-radius: 5px !important
}
.facex-theme .sign-up .radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0
}
.facex-theme .sign-up .radio-item input[type=radio] {
    display: none
}
.facex-theme .sign-up .radio-item label {
    color: #666;
    font-weight: normal;
    display: inline-flex;
    margin: 0;
    line-height: 28px
}
.facex-theme .sign-up .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #ddd;
    background-color: transparent
}
@media(max-width:991px) {
    .facex-theme .sign-up .radio-item label:before {
        width: 30px
    }
}
.facex-theme .sign-up .radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #ec1c23 !important
}
.facex-theme .sign-up #inviteCode.invite-page {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07)
}
.facex-theme .sign-up #inviteCode.invite-page #link {
    align-self: center;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    flex-grow: 2;
    background-color: #fff;
    border: 0
}
.facex-theme .sign-up #inviteCode.invite-page #copy {
    width: 30px;
    height: 30px;
    margin-left: 20px
}
.facex-theme .sign-up #inviteCode.invite-page #copy i {
    display: block;
    line-height: 30px;
    position: relative;
    font-size: 21px
}
.facex-theme .sign-up #inviteCode.invite-page #copy i::before {
    display: block;
    width: 15px;
    margin: 0 auto
}
.facex-theme .sign-up #inviteCode.invite-page #copy i.copied::after {
    position: absolute;
    top: 0;
    right: 35px;
    height: 30px;
    line-height: 25px;
    display: block;
    content: "copied";
    font-size: 1.5em;
    padding: 2px 10px;
    color: #fff;
    background-color: #4099ff;
    border-radius: 3px;
    opacity: 1;
    will-change: opacity, transform;
    -webkit-animation: showcopied 1.5s ease;
    animation: showcopied 1.5s ease
}
.facex-theme .sign-up #inviteCode.invite-page #copy:hover {
    cursor: pointer;
    background-color: #dfdfdf;
    transition: background-color .3s ease-in
}
@-webkit-keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    70% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0
    }
}
@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    70% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0
    }
}
.facex-theme .sign-up .btn-primary {
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 39px;
    background: #ec1c23 !important;
    border-color: #ec1c23 !important;
    font-size: 16px;
    height: 44px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}
.facex-theme .sign-up .btn-primary:hover, .facex-theme .sign-up .btn-primary:focus, .facex-theme .sign-up .btn-primary:active {
    border: 1px solid #ec1c23 !important;
    background: #fff !important;
    color: #ec1c23 !important;
    box-shadow: none
}
.partner-theme .hlth-top-bg {
    background-image: url(/images/partner/partner-top-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding-bottom: 10%
}
@media(max-width:991px) {
    .partner-theme .hlth-top-bg {
        background-image: none;
        padding: 0
    }
}
.partner-theme .top-section {
    background: 0;
    padding-top: 90px
}
@media(max-width:991px) {
    .partner-theme .top-section {
        text-align: center;
        height: auto;
        padding-top: 0;
        margin-bottom: 50px
    }
}
@media(max-width:991px) {
    .partner-theme .top-section .icon-with-txt {
        margin-top: 50px
    }
}
.partner-theme .top-section .voice-api-txt {
    width: 100%
}
.partner-theme .top-section .voice-api-txt ul {
    margin-top: 20px
}
.partner-theme .top-section .voice-api-txt .grey-txt {
    color: #ec1c23;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600
}
.partner-theme .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px
}
@media(min-width:1000px) and (max-width:1100px) {
    .partner-theme .top-section .voice-api-txt h2.voice-api-p {
        font-size: 30px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .partner-theme .top-section .voice-api-txt h2.voice-api-p {
        font-size: 25px;
        line-height: 30px
    }
}
.partner-theme .top-section img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block
}
@media(max-width:991px) {
    .partner-theme .top-section img {
        display: none
    }
}
@media(max-width:991px) {
    .partner-theme .top-section svg {
        width: 40px;
        height: 40px
    }
}
.partner-theme #stickyHeader .border-botm, .partner-theme .theme-cyan .border-botm, .partner-theme .theme-blue .border-botm, .partner-theme .virtual-number .border-botm, .partner-theme .Pricing-theme .border-botm {
    border: none !important
}
.partner-theme .build-conversation {
    margin-bottom: 0;
    background: url("/images/partner/business-success.png") no-repeat;
    background-position: top center;
    height: 576px
}
@media(max-width:991px) {
    .partner-theme .build-conversation {
        margin: 50px auto;
        width: 100%;
        height: 100%
    }
}
@media(max-width:991px) {
    .partner-theme .build-conversation .video-right-build-con {
        display: none
    }
}
.partner-theme .build-conversation svg {
    width: 60px;
    height: 60px;
    margin-top: 0
}
.partner-theme .build-conversation .justify-content-center {
    align-items: center;
    height: 100%
}
.partner-theme .build-conversation article {
    padding-right: 52px;
    position: relative
}
@media(max-width:991px) {
    .partner-theme .build-conversation article {
        padding-right: 0;
        text-align: center
    }
}
.partner-theme .build-conversation article h4 {
    color: #333
}
@media(max-width:991px) {
    .partner-theme .build-conversation article h4 {
        font-size: 30px;
        line-height: 35px
    }
}
@media(max-width:991px) {
    .partner-theme .build-conversation article .call-section {
        text-align: center
    }
}
.partner-theme .build-conversation article .call-section h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px
}
@media(max-width:991px) {
    .partner-theme .build-conversation article .call-section h3 {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        padding-top: 10px
    }
}
.partner-theme .build-conversation article .call-section p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit
}
.partner-theme .build-conversation .img-obj-fit {
    -o-object-fit: none !important;
    object-fit: none !important
}
.partner-theme .enableX-Voice-API {
    background: url("/images/partner/programs-benefits-bg.svg"), url("/images/partner/why-enablex-bg-bot.png");
    height: 100%;
    text-align: center;
    width: 100%;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .enableX-Voice-API {
        background-position: bottom;
        background-repeat: no-repeat;
        margin: 0
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API {
        background: 0;
        margin: 0
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .mar-top-25 {
        padding: 0
    }
}
.partner-theme .enableX-Voice-API h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .enableX-Voice-API h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .partner-theme .enableX-Voice-API h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.partner-theme .enableX-Voice-API h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API h4 {
        font-size: 30px;
        line-height: 35px
    }
}
.partner-theme .enableX-Voice-API p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 0
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .mar-top-25 {
        margin: 0;
        padding: 0
    }
}
.partner-theme .enableX-Voice-API .mar-top-25 .btn-txt-center {
    margin-bottom: 0;
    padding-top: 25px
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .mar-top-25 .btn-txt-center {
        margin-top: 0;
        padding-top: 0
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid {
    margin-top: 40px;
    height: 100%
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid {
        margin: 0;
        padding: 0
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .col-sm-12 {
        margin-top: 20px
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 {
    margin: 0 auto;
    background: #f13d3d;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 50px 30px 30px 30px;
    text-align: left;
    display: block;
    height: 110%;
    position: relative
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 {
        padding: 20px;
        height: 116%
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 {
        text-align: center;
        margin: 15px auto;
        height: 100%;
        padding: 14px 10px;
        position: relative
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 a.border-btn, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 a.border-btn {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 20px;
    margin-top: 7px;
    margin-right: 0;
    box-shadow: none;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline;
    background: #fff !important;
    border: 1px solid #fff;
    background: transparent;
    color: #f13d3d;
    text-transform: capitalize;
    position: absolute;
    height: 40px;
    bottom: 19px
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 a.border-btn, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 a.border-btn {
        position: relative;
        bottom: -17px;
        margin: 0 auto
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 a.border-btn:hover, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 a.border-btn:hover {
    background: #f13d3d !important;
    color: #fff !important
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 h5, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent;
    color: #fff
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 h5, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 h5 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 p, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    color: #fff;
    background: transparent
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 p, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 p, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 figure, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 figure {
    margin: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 svg, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 #Reseller_Partners .reseller0, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 #Reseller_Partners .reseller0 {
    fill: none;
    stroke: #fff;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 #three-users .three-users0, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 #three-users .three-users0 {
    fill: none;
    stroke: #fff;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .red-bg-6 #three-users .three-users1, .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 #three-users .three-users1 {
    fill: none;
    stroke: #fff;
    stroke-width: .5;
    stroke-linejoin: bevel;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 {
    padding: 50px 30px 0 30px;
    background: #fff
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 {
        height: 100%;
        padding: 0 10px;
        margin: 0 auto;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul {
    margin: 0;
    padding: 0
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li {
    padding: 15px 0
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li {
        text-align: center
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li .pr-0 {
        padding-right: 15px !important
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li .pl-0 {
        padding-left: 15px !important
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent;
    font-weight: 500;
    padding-top: 4px;
    color: #333
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li h5 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    color: #333;
    background: transparent
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li figure {
    margin: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li figure svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #discounts .st0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #Marketing .marketing0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #Marketing .marketing1 {
    opacity: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #Training .training0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #privileges .privileges0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #Support .support0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #Support .support1 {
    opacity: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #Rewards .rewards0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .white-bg-12 ul li #Rewards .rewards1 {
    enable-background: new
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px 25px;
    text-align: left;
    display: block;
    height: 100%
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec {
        margin-bottom: 50px;
        padding-bottom: 0;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec h5 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent;
    color: #333
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec h5 {
        font-size: 18px
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec h5 {
        font-size: 20px;
        line-height: 25px;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    color: #333;
    background: transparent
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec p {
        font-size: 16px;
        line-height: 20px
    }
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec figure {
    margin: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec #Sales-Potential .sales-potential0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec #Sales-Potential .sales-potential1 {
    fill: #333
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec #Technology .st0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec #Make-It-Yours .make-yours0 {
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec #Make-It-Yours .make-yours1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #333;
    stroke-width: .5;
    stroke-miterlimit: 10
}
.partner-theme .enableX-Voice-API .Voice-API-grid .why-enableX-sec #Make-It-Yours .make-yours2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #333
}
.partner-theme .enableX-Voice-API .pad-bot-100 {
    padding-bottom: 50px
}
@media(max-width:991px) {
    .partner-theme .enableX-Voice-API .pad-bot-100 {
        padding-bottom: 10px
    }
}
.partner-theme .test-Drive h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 100px
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .partner-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .test-Drive h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .partner-theme .test-Drive h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.partner-theme .test-Drive h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding-top: 15px;
    text-align: center;
    text-transform: capitalize
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .test-Drive h4 {
        font-size: 35px;
        line-height: 40px
    }
}
@media(max-width:991px) {
    .partner-theme .test-Drive h4 {
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        font-weight: 600
    }
}
.partner-theme .test-Drive p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e
}
@media(max-width:991px) {
    .partner-theme .test-Drive p {
        font-size: 16px;
        line-height: 20px
    }
}
.partner-theme .test-Drive .test-Drive-Video {
    background-color: #f4e9e7;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    position: relative
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Video {
        padding: 28px 0;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.partner-theme .test-Drive .test-Drive-Video h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #333
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .test-Drive .test-Drive-Video h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Video h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.partner-theme .test-Drive .test-Drive-Video p {
    font-size: 20px;
    font-weight: 300;
    color: #333
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Video p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.partner-theme .test-Drive .test-Drive-Video a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Video a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        font-size: 12px;
        line-height: 30px;
        transform: translate(-50%, 40%)
    }
}
.partner-theme .test-Drive .test-Drive-Video a:hover {
    text-decoration: none;
    font-weight: 600
}
.partner-theme .test-Drive .test-Drive-Our-Communication {
    background-color: #f4e9e7;
    position: relative;
    height: 280px;
    padding: 40px;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    background: #5f1ec9;
    background: linear-gradient(55deg, #5f1ec9 0, #3653b0 99%)
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Our-Communication {
        padding: 30px;
        margin: 14px 0;
        height: 250px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }
}
.partner-theme .test-Drive .test-Drive-Our-Communication h5 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #fff
}
@media(min-width:992px) and (max-width:1199px) {
    .partner-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 25px;
        line-height: 30px
    }
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Our-Communication h5 {
        font-size: 20px;
        line-height: 25px
    }
}
.partner-theme .test-Drive .test-Drive-Our-Communication p {
    font-size: 20px;
    font-weight: 300;
    color: #fff
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Our-Communication p {
        margin-top: 12px;
        font-size: 17px;
        line-height: 20px
    }
}
.partner-theme .test-Drive .test-Drive-Our-Communication a {
    background-color: #f13d3d;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    margin-top: 25px;
    display: inline-flex;
    position: absolute;
    bottom: 16%;
    left: 34%;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500
}
@media(max-width:991px) {
    .partner-theme .test-Drive .test-Drive-Our-Communication a {
        margin-top: 0;
        display: inherit;
        left: 50%;
        line-height: 30px;
        transform: translate(-50%, 40%);
        font-size: 12px
    }
}
.partner-theme .test-Drive .test-Drive-Our-Communication a:hover {
    text-decoration: none;
    font-weight: 600
}
.video-embed .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff !important;
    color: #000;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 3px 0 #d2d0d0dd
}
.video-embed .separator {
    background-color: #fff;
    width: 1px;
    height: 28px;
    margin: 13px 25px;
    line-height: 40px
}
.video-embed .repeat-bg {
    background: url(/images/fecex-img/repeat-bg.jpg) repeat-x;
    width: 100%
}
.video-embed .hlth-top-bg {
    background-image: url("/images/video-embed/hero-banner-bg.png");
    background-repeat: no-repeat !important;
    background-size: auto;
    background-position: top center;
    height: 100%
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg {
        background: 0;
        padding-top: 10px;
        height: 100%
    }
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg {
        background-image: none;
        height: auto;
        margin-top: 0
    }
}
.video-embed .hlth-top-bg .top-sec-bg .top-section {
    padding-top: 90px
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg .top-section {
        padding-top: 40px;
        text-align: center
    }
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt {
    width: 97%
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt .inx-txt-red {
    color: #f13d3d;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    margin-top: 50px
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt .img-box {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt h2.voice-api-p {
    font-size: 45px;
    line-height: 55px
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 35px;
        line-height: 40px
    }
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt p {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    margin: 15px 0
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul {
        margin-top: 10px
    }
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul li {
    float: left;
    margin: 0 10px 0 0
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul li {
        margin: 0 10px 0 10px;
        flex-direction: row-reverse;
        display: contents
    }
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul li a {
    font-family: system-ui, Arial, sans-serif;
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: capitalize
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul li a:hover {
    border: 1px solid #989fa5;
    background: #fff;
    color: #f13d3d
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul li a {
        margin: 0 5px;
        font-size: 13px;
        padding: 8px 12px
    }
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul li a.border-btn {
    border: 1px solid #989fa5;
    background: transparent;
    color: #f13d3d;
    text-transform: capitalize
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .voice-api-txt ul li a.border-btn:hover {
    background: #f13d3d;
    color: #fff
}
.video-embed .hlth-top-bg .top-sec-bg .top-section .mr-img-60 {
    margin-top: -60px
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg .top-section .mr-img-60 {
        margin-top: 0
    }
}
.video-embed .hlth-top-bg .top-sec-bg .top-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}
@media(max-width:991px) {
    .video-embed .hlth-top-bg .top-sec-bg .top-section img {
        display: none
    }
}
.video-embed .Partner-first-Focus-sec {
    text-align: center;
    background-image: url("/images/video-embed/benefits-section-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 745px;
    width: 100%
}
@media(min-width:992px) and (max-width:1199px) {
    .video-embed .Partner-first-Focus-sec {
        height: 100%;
        width: 100%;
        margin: 0;
        background-size: contain
    }
}
@media(max-width:991px) {
    .video-embed .Partner-first-Focus-sec {
        background: 0;
        margin: 0;
        height: 100%
    }
}
.video-embed .Partner-first-Focus-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 50px
}
@media(min-width:992px) and (max-width:1199px) {
    .video-embed .Partner-first-Focus-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .video-embed .Partner-first-Focus-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .video-embed .Partner-first-Focus-sec h6.red-txt {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .video-embed .Partner-first-Focus-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.video-embed .Partner-first-Focus-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .video-embed .Partner-first-Focus-sec h4 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 !important;
        padding: 0 !important
    }
}
.video-embed .Partner-first-Focus-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .video-embed .Partner-first-Focus-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.video-embed .Partner-first-Focus-sec .btn-txt-center {
    margin-bottom: 50px
}
@media(min-width:1000px) and (max-width:1100px) {
    .video-embed .Partner-first-Focus-sec .btn-txt-center {
        margin-bottom: 0
    }
}
@media(max-width:991px) {
    .video-embed .Partner-first-Focus-sec .btn-txt-center {
        margin-top: 0
    }
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid {
    margin-top: 40px
}
@media(max-width:991px) {
    .video-embed .Partner-first-Focus-sec .Voice-API-grid {
        margin-top: 10px
    }
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover {
    background: #fff !important
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover h5, .video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover p {
    color: #333 !important;
    background: #fff !important
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone .txt-red {
    color: #ec1c23
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone svg {
    width: 40px;
    height: 40px;
    margin-top: 0
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone #Hassle_free_Solution_1_ .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone #Connect_To_Any_Device .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone #Crystal_Clear_Voice_1_ .st0 {
    fill: none;
    stroke: #ef3e3e;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover #Hassle_free_Solution_1_ path, .video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover #Hassle_free_Solution_1_ circle, .video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover #Connect_To_Any_Device path, .video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover #Connect_To_Any_Device circle, .video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover #Crystal_Clear_Voice_1_ path, .video-embed .Partner-first-Focus-sec .Voice-API-grid .soluttion-for-everyone:hover #Crystal_Clear_Voice_1_ circle {
    stroke: #fff
}
.video-embed .how-it-work h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 50px
}
@media(min-width:992px) and (max-width:1199px) {
    .video-embed .how-it-work h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(min-width:1000px) and (max-width:1100px) {
    .video-embed .how-it-work h6.red-txt {
        margin-top: 50px
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.video-embed .how-it-work h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .video-embed .how-it-work h4 {
        font-size: 28px;
        line-height: 30px
    }
}
.video-embed .how-it-work p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
@media(max-width:991px) {
    .video-embed .how-it-work p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.video-embed .how-it-work .step-1 {
    background-image: url("/images/video-embed/first-sec-bg-circle-green.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 {
        background-image: none;
        height: auto;
        margin-top: 0;
        text-align: center
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 .text-steps {
        text-align: center;
        margin: 0 !important;
        padding: 0 !important
    }
}
.video-embed .how-it-work .step-1 .text-steps h4 {
    font-weight: 500;
    font-size: 60px;
    width: 300px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 .text-steps h4 {
        text-align: center;
        font-size: 40px;
        line-height: 45px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%
    }
}
.video-embed .how-it-work .step-1 .text-steps h5 {
    font-weight: 500;
    font-size: 38px;
    width: 300px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 .text-steps h5 {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 .pl-5, .video-embed .how-it-work .step-1 .px-5 {
        padding-left: 0 !important;
        margin-left: 0 !important
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 .justify-content-start {
        justify-content: center !important
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 .justify-content-end {
        justify-content: center !important
    }
}
.video-embed .how-it-work .step-1 img {
    width: 60%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-1 img {
        margin-bottom: 40px
    }
}
.video-embed .how-it-work .step-2 {
    background-image: url("/images/video-embed/second-sec-bg-circle.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 {
        background-image: none;
        height: auto;
        margin-top: 0;
        text-align: center
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 .text-steps {
        text-align: center;
        margin: 0 !important;
        padding: 0 !important
    }
}
.video-embed .how-it-work .step-2 .text-steps h4 {
    font-weight: 500;
    font-size: 60px;
    width: 300px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 .text-steps h4 {
        text-align: center;
        font-size: 40px;
        line-height: 45px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%
    }
}
.video-embed .how-it-work .step-2 .text-steps h5 {
    font-weight: 500;
    font-size: 38px;
    width: 300px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 .text-steps h5 {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 .pl-5, .video-embed .how-it-work .step-2 .px-5 {
        padding-left: 0 !important;
        margin-left: 0 !important
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 .justify-content-start {
        justify-content: center !important
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 .justify-content-end {
        justify-content: center !important
    }
}
.video-embed .how-it-work .step-2 img {
    width: 60%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-2 img {
        margin-bottom: 40px
    }
}
.video-embed .how-it-work .step-3 {
    background-image: url("/images/video-embed/step-3-doted-circle.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 468px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 {
        background-image: none;
        height: auto;
        text-align: center;
        margin-top: 0
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 .pl-5, .video-embed .how-it-work .step-3 .px-5 {
        padding-left: 0 !important;
        margin-left: 0 !important
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 .text-steps {
        text-align: center;
        margin: 0 !important;
        padding: 0 !important
    }
}
.video-embed .how-it-work .step-3 .text-steps h4 {
    font-weight: 500;
    font-size: 60px;
    width: 300px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 .text-steps h4 {
        text-align: center;
        font-size: 40px;
        line-height: 45px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%
    }
}
.video-embed .how-it-work .step-3 .text-steps h5 {
    font-weight: 500;
    font-size: 38px;
    width: 300px
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 .text-steps h5 {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 .justify-content-start {
        justify-content: center !important
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 .justify-content-end {
        justify-content: center !important
    }
}
.video-embed .how-it-work .step-3 img {
    width: 60%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media(max-width:991px) {
    .video-embed .how-it-work .step-3 img {
        margin-bottom: 40px
    }
}
@media(max-width:991px) {
    .video-embed .how-it-work .ml-5 .pl-5 {
        padding-left: 0 !important;
        margin-left: 0 !important
    }
}
.video-embed .how-it-work a {
    background-color: #cccccc4d;
    border-radius: 5px;
    text-align: center;
    padding: 9px 50px;
    margin-top: 100px
}
.video-embed .tab-sec {
    background: url("/images/video-embed/tab-sec-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 745px;
    width: 100%;
    margin-top: 100px
}
@media(max-width:991px) {
    .video-embed .tab-sec {
        background-image: none;
        height: 100%;
        margin-top: 50px
    }
}
.video-embed .tab-sec h6.red-txt {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 150px;
    margin-top: 150px
}
@media(min-width:992px) and (max-width:1199px) {
    .video-embed .tab-sec h6.red-txt {
        margin-top: 100px
    }
}
@media(max-width:991px) {
    .video-embed .tab-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
@media(max-width:991px) {
    .video-embed .tab-sec h6.red-txt {
        margin-top: 50px;
        font-size: 15px
    }
}
.video-embed .tab-sec h3 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
@media(max-width:991px) {
    .video-embed .tab-sec h3 {
        font-size: 22px;
        line-height: 25px;
        text-align: center
    }
}
.video-embed .tab-sec h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    padding-bottom: 0;
    margin-top: 50px
}
@media(max-width:991px) {
    .video-embed .tab-sec h4 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        margin-top: 0
    }
}
.video-embed .tab-sec p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 22px;
    text-transform: inherit;
    padding-top: 10px
}
@media(max-width:991px) {
    .video-embed .tab-sec p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
}
.video-embed .tab-sec #tabs, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second, .video-embed .tab-sec .all-feature .table-section #tab-second, .all-feature .table-section .video-embed .tab-sec #tab-second {
    padding: 0
}
@media(max-width:991px) {
    .video-embed .tab-sec #tabs, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second, .video-embed .tab-sec .all-feature .table-section #tab-second, .all-feature .table-section .video-embed .tab-sec #tab-second {
        display: block
    }
}
.video-embed .tab-sec #tabs ul#pricing_tabs, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second ul#pricing_tabs, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs, .video-embed .tab-sec .all-feature .table-section #tab-second ul#pricing_tabs, .all-feature .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 25px auto;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 1px #dddd;
    border-radius: 10px
}
.video-embed .tab-sec #tabs ul#pricing_tabs li a, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a, .video-embed .tab-sec .all-feature .table-section #tab-second ul#pricing_tabs li a, .all-feature .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a {
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px
}
.video-embed .tab-sec #tabs ul#pricing_tabs li a:hover, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a:hover, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a:hover, .video-embed .tab-sec .all-feature .table-section #tab-second ul#pricing_tabs li a:hover, .all-feature .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a:hover {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.video-embed .tab-sec #tabs ul#pricing_tabs li a.active, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a.active, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a.active, .video-embed .tab-sec .all-feature .table-section #tab-second ul#pricing_tabs li a.active, .all-feature .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a.active {
    background: transparent;
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.video-embed .tab-sec #tabs ul#pricing_tabs li a span, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a span, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a span, .video-embed .tab-sec .all-feature .table-section #tab-second ul#pricing_tabs li a span, .all-feature .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a span {
    display: block
}
.video-embed .tab-sec #tabs ul#pricing_tabs li a svg, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second ul#pricing_tabs li a svg, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a svg, .video-embed .tab-sec .all-feature .table-section #tab-second ul#pricing_tabs li a svg, .all-feature .table-section .video-embed .tab-sec #tab-second ul#pricing_tabs li a svg {
    width: 40px;
    height: 40px
}
.video-embed .tab-sec #tabs .tab-content, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content {
    margin-top: 50px;
    padding: 0
}
.video-embed .tab-sec #tabs .tab-content h4, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content h4, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content h4, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content h4, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    padding-bottom: 0
}
@media(max-width:991px) {
    .video-embed .tab-sec #tabs .tab-content h4, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content h4, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content h4, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content h4, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content h4 {
        font-size: 25px;
        line-height: 30px;
        text-align: center
    }
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 img.tab-img, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 img.tab-img, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 img.tab-img, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 img.tab-img, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 img.tab-img, .video-embed .tab-sec #tabs .tab-content #tabs-2 img.tab-img, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 img.tab-img, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 img.tab-img, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 img.tab-img, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 img.tab-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul {
    margin-top: 10px
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul h5, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul h5, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul h5, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul h5, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul h5, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul h5, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul h5, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul h5, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul h5, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul h5 {
    font-size: 28px;
    line-height: 35px;
    color: #ed1c24;
    font-weight: 500;
    color: #333;
    text-align: left;
    margin-bottom: 20px
}
@media(max-width:991px) {
    .video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul h5, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul h5, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul h5, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul h5, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul h5, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul h5, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul h5, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul h5, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul h5, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul h5 {
        font-size: 25px;
        line-height: 30px
    }
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul p, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul p, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul p, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul p, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul p, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul p, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul p, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul p, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul p, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul p {
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    text-transform: inherit;
    text-align: left
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul .iframe-light, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul .iframe-light, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light {
    list-style: none;
    margin: 0;
    padding: 0
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul .iframe-light li, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li {
    font-weight: 300;
    color: #4e4e4e;
    font-size: 18px;
    text-transform: inherit;
    text-align: left;
    width: 100%
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul .iframe-light li::before, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li::before, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li::before, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li::before, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li::before, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul .iframe-light li::before, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li::before, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li::before, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li::before, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li::before {
    content: " "
}
@media(max-width:991px) {
    .video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul .iframe-light li, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li {
        font-size: 15px;
        display: flex
    }
}
.video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg {
    width: 40px;
    height: 40px;
    padding-right: 10px
}
@media(min-width:992px) and (max-width:1199px) {
    .video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg {
        width: 28px;
        height: 28px;
        padding-right: 7px
    }
}
@media(max-width:991px) {
    .video-embed .tab-sec #tabs .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-1 article.feature-ul .iframe-light li svg, .video-embed .tab-sec #tabs .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .video-pricing-theme .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-pricing-theme .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .video-embed .tab-sec .all-feature .table-section #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg, .all-feature .table-section .video-embed .tab-sec #tab-second .tab-content #tabs-2 article.feature-ul .iframe-light li svg {
        width: 28px;
        height: 28px;
        padding-right: 7px
    }
}
.video-embed h4.mar-top-50 {
    margin-top: 150px;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize;
    padding: 15px 0;
    padding-bottom: 0
}
#stickyHeader, .theme-cyan, .theme-blue, .virtual-number, .Pricing-theme {
    color: #f1f1f1;
    padding-top: 10px;
    background-color: transparent;
    /* padding-bottom: 10px  */
}
.custom-header .container {
    padding-bottom: 10px;
}
#stickyHeader .border-botm, .theme-cyan .border-botm, .theme-blue .border-botm, .virtual-number .border-botm, .Pricing-theme .border-botm {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px
}
#stickyHeader .border-botm .smart-scroll, .theme-cyan .border-botm .smart-scroll, .theme-blue .border-botm .smart-scroll, .virtual-number .border-botm .smart-scroll, .Pricing-theme .border-botm .smart-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
#stickyHeader .border-botm .scrolled-down, .theme-cyan .border-botm .scrolled-down, .theme-blue .border-botm .scrolled-down, .virtual-number .border-botm .scrolled-down, .Pricing-theme .border-botm .scrolled-down {
    -webkit-transform: translateY(-100%);
    -webkit-transition: all .3s ease-in-out;
    transform: translateY(-100%);
    transition: all .3s ease-in-out
}
#stickyHeader .border-botm .scrolled-up, .theme-cyan .border-botm .scrolled-up, .theme-blue .border-botm .scrolled-up, .virtual-number .border-botm .scrolled-up, .Pricing-theme .border-botm .scrolled-up {
    transform: translateY(0);
    transition: all .3s ease-in-out
}
@media(max-width:991px) {
    #stickyHeader .app .p-3, .theme-cyan .app .p-3, .theme-blue .app .p-3, .virtual-number .app .p-3, .Pricing-theme .app .p-3 {
        padding: 0 !important
    }
}
@media(max-width:991px) {
    #stickyHeader .app .ton-hedr-nav, .theme-cyan .app .ton-hedr-nav, .theme-blue .app .ton-hedr-nav, .virtual-number .app .ton-hedr-nav, .Pricing-theme .app .ton-hedr-nav {
        justify-content: flex-start !important;
        display: flex;
        width: 100%;
        padding-top: 10px
    }
}
#stickyHeader .app .ton-hedr-nav li a, .theme-cyan .app .ton-hedr-nav li a, .theme-blue .app .ton-hedr-nav li a, .virtual-number .app .ton-hedr-nav li a, .Pricing-theme .app .ton-hedr-nav li a {
    text-transform: uppercase;
    color: #000;
    font-size: 13px !important;
    line-height: 15px;
    font-weight: 500;
    padding: 9px 22px;
    letter-spacing: 1px;
    cursor: auto !important
}
@media(max-width:991px) {
    #stickyHeader .app .ton-hedr-nav li a, .theme-cyan .app .ton-hedr-nav li a, .theme-blue .app .ton-hedr-nav li a, .virtual-number .app .ton-hedr-nav li a, .Pricing-theme .app .ton-hedr-nav li a {
        padding: 9px 20px 3px 8px;
        font-size: 12px;
        font-weight: 400
    }
}
#stickyHeader .app .ton-hedr-nav li .login, .theme-cyan .app .ton-hedr-nav li .login, .theme-blue .app .ton-hedr-nav li .login, .virtual-number .app .ton-hedr-nav li .login, .Pricing-theme .app .ton-hedr-nav li .login {
    position: relative
}
#stickyHeader .app .ton-hedr-nav li .login::after, .theme-cyan .app .ton-hedr-nav li .login::after, .theme-blue .app .ton-hedr-nav li .login::after, .virtual-number .app .ton-hedr-nav li .login::after, .Pricing-theme .app .ton-hedr-nav li .login::after {
    content: url(../../images/index/login-icons.svg);
    width: 20px;
    height: 20px;
    margin-left: 0;
    position: absolute;
    top: 6px;
    right: -2px;
    line-height: 19px
}
@media(max-width:991px) {
    #stickyHeader .app .ton-hedr-nav li .login::after, .theme-cyan .app .ton-hedr-nav li .login::after, .theme-blue .app .ton-hedr-nav li .login::after, .virtual-number .app .ton-hedr-nav li .login::after, .Pricing-theme .app .ton-hedr-nav li .login::after {
        width: 13px;
        height: 13px;
        margin-left: 0;
        position: absolute;
        top: 9px;
        right: 2px
    }
}
#stickyHeader .app .ton-hedr-nav li .support, .theme-cyan .app .ton-hedr-nav li .support, .theme-blue .app .ton-hedr-nav li .support, .virtual-number .app .ton-hedr-nav li .support, .Pricing-theme .app .ton-hedr-nav li .support {
    cursor: pointer !important;
    position: relative
}
#stickyHeader .app .ton-hedr-nav .separator, .theme-cyan .app .ton-hedr-nav .separator, .theme-blue .app .ton-hedr-nav .separator, .virtual-number .app .ton-hedr-nav .separator, .Pricing-theme .app .ton-hedr-nav .separator {
    background-color: #333;
    width: 1px;
    height: 15px;
    margin: 11px 0;
    padding: 0
}
@media(min-width:992px) and (max-width:1199px) {
    #stickyHeader .app nav, .theme-cyan .app nav, .theme-blue .app nav, .virtual-number .app nav, .Pricing-theme .app nav {
        padding: .5rem 0
    }
}
#stickyHeader .app nav a.navbar-brand, .theme-cyan .app nav a.navbar-brand, .theme-blue .app nav a.navbar-brand, .virtual-number .app nav a.navbar-brand, .Pricing-theme .app nav a.navbar-brand {
    padding: 0 0 12px 0;
    display: flex;
    flex-direction: column;
    align-self: flex-end
}
@media(max-width:991px) {
    #stickyHeader .app nav .navbar-light .navbar-toggler, .theme-cyan .app nav .navbar-light .navbar-toggler, .theme-blue .app nav .navbar-light .navbar-toggler, .virtual-number .app nav .navbar-light .navbar-toggler, .Pricing-theme .app nav .navbar-light .navbar-toggler {
        border: 0
    }
}
#stickyHeader .app nav ul#first-menu, .theme-cyan .app nav ul#first-menu, .theme-blue .app nav ul#first-menu, .virtual-number .app nav ul#first-menu, .Pricing-theme .app nav ul#first-menu {
    width: 100%
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu, .theme-cyan .app nav ul#first-menu, .theme-blue .app nav ul#first-menu, .virtual-number .app nav ul#first-menu, .Pricing-theme .app nav ul#first-menu {
        width: 100%;
        display: inline-flex
    }
}
#stickyHeader .app nav ul#first-menu li, .theme-cyan .app nav ul#first-menu li, .theme-blue .app nav ul#first-menu li, .virtual-number .app nav ul#first-menu li, .Pricing-theme .app nav ul#first-menu li {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-self: flex-end
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li, .theme-cyan .app nav ul#first-menu li, .theme-blue .app nav ul#first-menu li, .virtual-number .app nav ul#first-menu li, .Pricing-theme .app nav ul#first-menu li {
        padding: 0;
        align-self: flex-start;
        display: inline-flex;
        width: 100%;
        border-bottom: 0
    }
}
#stickyHeader .app nav ul#first-menu li a, .theme-cyan .app nav ul#first-menu li a, .theme-blue .app nav ul#first-menu li a, .virtual-number .app nav ul#first-menu li a, .Pricing-theme .app nav ul#first-menu li a {
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 17px 8px 17px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: .14px;
    text-align: left;
    position: relative
}
@media(min-width:992px) and (max-width:1199px) {
    #stickyHeader .app nav ul#first-menu li a, .theme-cyan .app nav ul#first-menu li a, .theme-blue .app nav ul#first-menu li a, .virtual-number .app nav ul#first-menu li a, .Pricing-theme .app nav ul#first-menu li a {
        font-size: 12px;
        padding: 0 18px 8px 0
    }
}
#stickyHeader .app nav ul#first-menu li a strong, .theme-cyan .app nav ul#first-menu li a strong, .theme-blue .app nav ul#first-menu li a strong, .virtual-number .app nav ul#first-menu li a strong, .Pricing-theme .app nav ul#first-menu li a strong {
    display: block;
    font-weight: 500;
    font-size: 16px
}
@media(min-width:992px) and (max-width:1199px) {
    #stickyHeader .app nav ul#first-menu li a strong, .theme-cyan .app nav ul#first-menu li a strong, .theme-blue .app nav ul#first-menu li a strong, .virtual-number .app nav ul#first-menu li a strong, .Pricing-theme .app nav ul#first-menu li a strong {
        font-size: 15px;
        line-height: 18px
    }
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li a strong, .theme-cyan .app nav ul#first-menu li a strong, .theme-blue .app nav ul#first-menu li a strong, .virtual-number .app nav ul#first-menu li a strong, .Pricing-theme .app nav ul#first-menu li a strong {
        font-size: 14px;
        display: inline-flex
    }
}
#stickyHeader .app nav ul#first-menu li a::after, .theme-cyan .app nav ul#first-menu li a::after, .theme-blue .app nav ul#first-menu li a::after, .virtual-number .app nav ul#first-menu li a::after, .Pricing-theme .app nav ul#first-menu li a::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -7px
}
#stickyHeader .app nav ul#first-menu li a:hover, .theme-cyan .app nav ul#first-menu li a:hover, .theme-blue .app nav ul#first-menu li a:hover, .virtual-number .app nav ul#first-menu li a:hover, .Pricing-theme .app nav ul#first-menu li a:hover, #stickyHeader .app nav ul#first-menu li a:active, .theme-cyan .app nav ul#first-menu li a:active, .theme-blue .app nav ul#first-menu li a:active, .virtual-number .app nav ul#first-menu li a:active, .Pricing-theme .app nav ul#first-menu li a:active, #stickyHeader .app nav ul#first-menu li a:focus, .theme-cyan .app nav ul#first-menu li a:focus, .theme-blue .app nav ul#first-menu li a:focus, .virtual-number .app nav ul#first-menu li a:focus, .Pricing-theme .app nav ul#first-menu li a:focus {
    text-decoration: none;
    color: #f13d3d
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li a, .theme-cyan .app nav ul#first-menu li a, .theme-blue .app nav ul#first-menu li a, .virtual-number .app nav ul#first-menu li a, .Pricing-theme .app nav ul#first-menu li a {
        padding: 5px 10px;
        font-size: 13px;
        pointer-events: none
    }
}
#stickyHeader .app nav ul#first-menu li .sign-in, .theme-cyan .app nav ul#first-menu li .sign-in, .theme-blue .app nav ul#first-menu li .sign-in, .virtual-number .app nav ul#first-menu li .sign-in, .Pricing-theme .app nav ul#first-menu li .sign-in {
    font-family: system-ui, Arial, sans-serif;
    background-color: #f13d3d;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 20px;
    margin-top: 7px;
    margin-right: 0;
    border: 1px solid #f13d3d;
    text-transform: capitalize;
    box-shadow: 0 0 10px 1px #dedbdb
}
#stickyHeader .app nav ul#first-menu li .sign-in.hire-btn {
    padding: 7px 18px;
    background-color: #fff;
    color: #f13d3d !important;
    border: 1px solid transparent;
    font-size: 13px
}
#stickyHeader .app nav ul#first-menu li .sign-in:hover, .theme-cyan .app nav ul#first-menu li .sign-in:hover, .theme-blue .app nav ul#first-menu li .sign-in:hover, .virtual-number .app nav ul#first-menu li .sign-in:hover, .Pricing-theme .app nav ul#first-menu li .sign-in:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #f13d3d !important
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li .sign-in, .theme-cyan .app nav ul#first-menu li .sign-in, .theme-blue .app nav ul#first-menu li .sign-in, .virtual-number .app nav ul#first-menu li .sign-in, .Pricing-theme .app nav ul#first-menu li .sign-in {
        width: 100px;
        pointer-events: auto
    }
}
#stickyHeader .app nav ul#first-menu li .try-for-free, .theme-cyan .app nav ul#first-menu li .try-for-free, .theme-blue .app nav ul#first-menu li .try-for-free, .virtual-number .app nav ul#first-menu li .try-for-free, .Pricing-theme .app nav ul#first-menu li .try-for-free {
    font-family: system-ui, Arial, sans-serif;
    background-color: #f13d3d;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 20px;
    margin-top: 7px;
    text-transform: capitalize;
    border: 1px solid transparent
}
#stickyHeader .app nav ul#first-menu li .try-for-free:hover, .theme-cyan .app nav ul#first-menu li .try-for-free:hover, .theme-blue .app nav ul#first-menu li .try-for-free:hover, .virtual-number .app nav ul#first-menu li .try-for-free:hover, .Pricing-theme .app nav ul#first-menu li .try-for-free:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li .try-for-free, .theme-cyan .app nav ul#first-menu li .try-for-free, .theme-blue .app nav ul#first-menu li .try-for-free, .virtual-number .app nav ul#first-menu li .try-for-free, .Pricing-theme .app nav ul#first-menu li .try-for-free {
        font-size: 14px;
        padding: 5px 16px;
        margin-top: 7px
    }
}
#stickyHeader .app nav ul#first-menu li:hover, .theme-cyan .app nav ul#first-menu li:hover, .theme-blue .app nav ul#first-menu li:hover, .virtual-number .app nav ul#first-menu li:hover, .Pricing-theme .app nav ul#first-menu li:hover, #stickyHeader .app nav ul#first-menu li:active, .theme-cyan .app nav ul#first-menu li:active, .theme-blue .app nav ul#first-menu li:active, .virtual-number .app nav ul#first-menu li:active, .Pricing-theme .app nav ul#first-menu li:active, #stickyHeader .app nav ul#first-menu li:visited, .theme-cyan .app nav ul#first-menu li:visited, .theme-blue .app nav ul#first-menu li:visited, .virtual-number .app nav ul#first-menu li:visited, .Pricing-theme .app nav ul#first-menu li:visited {
    color: #ec1c23
}
#stickyHeader .app nav ul#first-menu li:hover ul.dropdown, .theme-cyan .app nav ul#first-menu li:hover ul.dropdown, .theme-blue .app nav ul#first-menu li:hover ul.dropdown, .virtual-number .app nav ul#first-menu li:hover ul.dropdown, .Pricing-theme .app nav ul#first-menu li:hover ul.dropdown, #stickyHeader .app nav ul#first-menu li:active ul.dropdown, .theme-cyan .app nav ul#first-menu li:active ul.dropdown, .theme-blue .app nav ul#first-menu li:active ul.dropdown, .virtual-number .app nav ul#first-menu li:active ul.dropdown, .Pricing-theme .app nav ul#first-menu li:active ul.dropdown, #stickyHeader .app nav ul#first-menu li:visited ul.dropdown, .theme-cyan .app nav ul#first-menu li:visited ul.dropdown, .theme-blue .app nav ul#first-menu li:visited ul.dropdown, .virtual-number .app nav ul#first-menu li:visited ul.dropdown, .Pricing-theme .app nav ul#first-menu li:visited ul.dropdown {
    display: block
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li:hover ul.dropdown, .theme-cyan .app nav ul#first-menu li:hover ul.dropdown, .theme-blue .app nav ul#first-menu li:hover ul.dropdown, .virtual-number .app nav ul#first-menu li:hover ul.dropdown, .Pricing-theme .app nav ul#first-menu li:hover ul.dropdown, #stickyHeader .app nav ul#first-menu li:active ul.dropdown, .theme-cyan .app nav ul#first-menu li:active ul.dropdown, .theme-blue .app nav ul#first-menu li:active ul.dropdown, .virtual-number .app nav ul#first-menu li:active ul.dropdown, .Pricing-theme .app nav ul#first-menu li:active ul.dropdown, #stickyHeader .app nav ul#first-menu li:visited ul.dropdown, .theme-cyan .app nav ul#first-menu li:visited ul.dropdown, .theme-blue .app nav ul#first-menu li:visited ul.dropdown, .virtual-number .app nav ul#first-menu li:visited ul.dropdown, .Pricing-theme .app nav ul#first-menu li:visited ul.dropdown {
        padding: 0;
        margin: 0;
        overflow: scroll;
        height: 400px
    }
}
#stickyHeader .app nav ul#first-menu li ul.dropdown, .theme-cyan .app nav ul#first-menu li ul.dropdown, .theme-blue .app nav ul#first-menu li ul.dropdown, .virtual-number .app nav ul#first-menu li ul.dropdown, .Pricing-theme .app nav ul#first-menu li ul.dropdown {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 77px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .theme-cyan .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .theme-blue .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .virtual-number .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .Pricing-theme .app nav ul#first-menu li ul.dropdown .lft-wht-bg {
    background: #fff;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 12px 0 0 12px;
    padding: 25px
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .theme-cyan .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .theme-blue .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .virtual-number .app nav ul#first-menu li ul.dropdown .lft-wht-bg, .Pricing-theme .app nav ul#first-menu li ul.dropdown .lft-wht-bg {
        border-radius: 15px 15px 0 0
    }
}
#stickyHeader .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .theme-cyan .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .theme-blue .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .virtual-number .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .Pricing-theme .app nav ul#first-menu li ul.dropdown .rgt-wht-bg {
    background: #f7f7f7;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 0 12px 12px 0;
    padding: 25px
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .theme-cyan .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .theme-blue .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .virtual-number .app nav ul#first-menu li ul.dropdown .rgt-wht-bg, .Pricing-theme .app nav ul#first-menu li ul.dropdown .rgt-wht-bg {
        border-radius: 0 1px 15px 15px
    }
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li, .theme-cyan .app nav ul#first-menu li ul.dropdown li, .theme-blue .app nav ul#first-menu li ul.dropdown li, .virtual-number .app nav ul#first-menu li ul.dropdown li, .Pricing-theme .app nav ul#first-menu li ul.dropdown li {
    display: block;
    padding: 10px 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left {
    padding: 0 10px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 {
    color: #ec1c23 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a {
    color: #ec1c23 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 a {
        pointer-events: auto
    }
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li {
    padding: 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a {
    display: block;
    text-transform: capitalize;
    margin: 5px 0;
    padding: 5px 0;
    border: 0;
    color: #000 !important
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a {
        pointer-events: auto !important
    }
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a:after, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a:after, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a:after, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a:after, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a:after {
    content: none
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a .pad-lft-25, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a .pad-lft-25, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a .pad-lft-25, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a .pad-lft-25, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a .pad-lft-25 {
    padding-left: 25px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a svg, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a svg, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a svg, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a svg, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a svg {
    width: 20px;
    height: 20px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Banking_Finance .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Banking_Finance .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Banking_Finance .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Banking_Finance .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Banking_Finance .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Education .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Education .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Education .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Education .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Education .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Short_Codes .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Short_Codes .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Short_Codes .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Short_Codes .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Short_Codes .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Healthcare .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Healthcare .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Healthcare .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Healthcare .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Healthcare .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Retail_eCommerce .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Retail_eCommerce .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Retail_eCommerce .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Retail_eCommerce .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Retail_eCommerce .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #HR_recruitment .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #HR_recruitment .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #HR_recruitment .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #HR_recruitment .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #HR_recruitment .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer_Service .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Phone_Numbers .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Video-API .video-API-0, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Video-API .video-API-0, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Video-API .video-API-0, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Video-API .video-API-0, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Video-API .video-API-0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2 {
    fill: none;
    stroke: #212020
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-1 {
    stroke-miterlimit: 10
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #IOT .cls-2 {
    stroke-linecap: round;
    stroke-linejoin: round
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #P_SMS_API .cls-1, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #P_SMS_API .cls-1, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #P_SMS_API .cls-1, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #P_SMS_API .cls-1, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #P_SMS_API .cls-1 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer__x0D_Engagement .customer-0, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer__x0D_Engagement .customer-0, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer__x0D_Engagement .customer-0, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer__x0D_Engagement .customer-0, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Customer__x0D_Engagement .customer-0 {
    fill: none;
    stroke: #202020;
    stroke-miterlimit: 10
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Voice_Call_API .st0, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Voice_Call_API .st0, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Voice_Call_API .st0, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Voice_Call_API .st0, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #Voice_Call_API .st0 {
    fill: none;
    stroke: #202020;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .facex-icon-0, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .facex-icon-0, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .facex-icon-0, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .facex-icon-0, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .facex-icon-0, #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .st0, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .st0, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .st0, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .st0, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a #facex-icon .st0 {
    fill: none;
    stroke: #635b5b;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .txt-16 li a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .txt-16 li a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .txt-16 li a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .txt-16 li a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .txt-16 li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #333
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 span, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 span, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 span, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 span, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 span {
    text-transform: lowercase !important
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 .beta, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 .beta, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 .beta, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 .beta, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 .beta {
    text-transform: capitalize !important;
    color: #ec1c23;
    font-weight: 400
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a {
    color: #f13d3d;
    font-size: 16px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a i, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a i, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a i, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a i, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p a i {
    display: inline-block
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right {
    padding: 0 10px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6.txt-red, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6.txt-red, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6.txt-red, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6.txt-red, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right h6.txt-red {
    color: #ec1c23;
    font-size: 18px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right p, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right p, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right p, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right p, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #333
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a {
    color: #f13d3d !important;
    font-size: 15px;
    padding: 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a i, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a i, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a i, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a i, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right p a i {
    display: inline-block
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li {
    padding: 2px 19px;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 400
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li::before, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li::before, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li::before, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li::before, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 19px;
    margin-left: 0;
    font-size: 29px;
    position: absolute;
    left: 4px;
    line-height: 19px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 17px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a:hover, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a:hover, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a:hover, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a:hover, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a:hover {
    font-weight: 600
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a b, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a b, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a b, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a b, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a b {
    font-weight: 600
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a i, .theme-cyan .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a i, .theme-blue .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a i, .virtual-number .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a i, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .sub-menu-right ul.list-circle li a i {
    color: #ec1c23;
    font-size: 14px;
    padding: 0 14px;
    display: none
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon, .theme-cyan .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon, .theme-blue .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon, .virtual-number .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon {
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon::before, .theme-cyan .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon::before, .theme-blue .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon::before, .virtual-number .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon::before, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .aap-links h6.android-icon::before {
    content: url("../../images/index/android-icon.svg");
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 36px;
    line-height: 19px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon, .theme-cyan .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon, .theme-blue .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon, .virtual-number .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 30px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon::before, .theme-cyan .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon::before, .theme-blue .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon::before, .virtual-number .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon::before, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .aap-links h6.ios-icon::before {
    content: url("../../images/index/ios-icon.svg");
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: -2px;
    line-height: 19px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links p a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .aap-links p a, .theme-blue .app nav ul#first-menu li ul.dropdown li .aap-links p a, .virtual-number .app nav ul#first-menu li ul.dropdown li .aap-links p a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .aap-links p a {
    color: #333
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .aap-links p a i, .theme-cyan .app nav ul#first-menu li ul.dropdown li .aap-links p a i, .theme-blue .app nav ul#first-menu li ul.dropdown li .aap-links p a i, .virtual-number .app nav ul#first-menu li ul.dropdown li .aap-links p a i, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .aap-links p a i {
    color: #ec1c23
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
    text-align: center
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe p, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe p, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe p, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe p, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe p {
    color: #333;
    font-size: 16px;
    line-height: 20px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe #social-media, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe #social-media, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe #social-media, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe #social-media {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: flex-start
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li {
    float: left;
    margin: 0 6px;
    padding: 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a {
    padding: 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a img, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a img, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a img, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a img, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe #social-media li a img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 19px;
    height: 19px
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe form, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe form, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe form, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe form {
    position: relative
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control {
    border-radius: 25px !important;
    border: 1px solid #e4e4e4 !important;
    font-size: 12px;
    color: #acacac;
    height: 38px;
    position: relative;
    z-index: 1;
    outline: 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control:focus, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control:focus, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control:focus, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control:focus, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group .form-control:focus {
    border-color: #ed38338a;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(237, 56, 51, 0.64)
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group input:focus, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group input:focus, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group input:focus, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group input:focus, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe form .input-group input:focus {
    outline: 0
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary {
    background-color: transparent;
    border: transparent
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary::after, .theme-cyan .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary::after, .theme-blue .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary::after, .virtual-number .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary::after, .Pricing-theme .app nav ul#first-menu li ul.dropdown li .subscribe form .btn-primary::after {
    content: url(../../images/subscribe-icon.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 5px
}
#stickyHeader .app nav ul#first-menu li:nth-last-of-type(3) a, .theme-cyan .app nav ul#first-menu li:nth-last-of-type(3) a, .theme-blue .app nav ul#first-menu li:nth-last-of-type(3) a, .virtual-number .app nav ul#first-menu li:nth-last-of-type(3) a, .Pricing-theme .app nav ul#first-menu li:nth-last-of-type(3) a {
    pointer-events: auto !important
}
@media(max-width:991px) {
    .theme-cyan .app nav ul#first-menu li:nth-last-of-type(4) a, .theme-blue .app nav ul#first-menu li:nth-last-of-type(4) a, .virtual-number .app nav ul#first-menu li:nth-last-of-type(4) a, .Pricing-theme .app nav ul#first-menu li:nth-last-of-type(4) a {
        pointer-events: none !important
    }
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li:nth-last-of-type(5) a, .theme-cyan .app nav ul#first-menu li:nth-last-of-type(5) a, .theme-blue .app nav ul#first-menu li:nth-last-of-type(5) a, .virtual-number .app nav ul#first-menu li:nth-last-of-type(5) a, .Pricing-theme .app nav ul#first-menu li:nth-last-of-type(5) a {
        pointer-events: auto !important
    }
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#first-menu li.separator, .theme-cyan .app nav ul#first-menu li.separator, .theme-blue .app nav ul#first-menu li.separator, .virtual-number .app nav ul#first-menu li.separator, .Pricing-theme .app nav ul#first-menu li.separator {
        display: none
    }
}
#stickyHeader .app nav ul#first-menu li.mar-0, .theme-cyan .app nav ul#first-menu li.mar-0, .theme-blue .app nav ul#first-menu li.mar-0, .virtual-number .app nav ul#first-menu li.mar-0, .Pricing-theme .app nav ul#first-menu li.mar-0 {
    margin: 0 0 10px 0
}
@media(min-width:992px) and (max-width:1199px) {
    #stickyHeader .app nav ul#second-menu, .theme-cyan .app nav ul#second-menu, .theme-blue .app nav ul#second-menu, .virtual-number .app nav ul#second-menu, .Pricing-theme .app nav ul#second-menu {
        margin-right: 7px
    }
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#second-menu, .theme-cyan .app nav ul#second-menu, .theme-blue .app nav ul#second-menu, .virtual-number .app nav ul#second-menu, .Pricing-theme .app nav ul#second-menu {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 7px;
        overflow-y: scroll
    }
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#second-menu li, .theme-cyan .app nav ul#second-menu li, .theme-blue .app nav ul#second-menu li, .virtual-number .app nav ul#second-menu li, .Pricing-theme .app nav ul#second-menu li {
        display: unset;
        padding: 5px 0;
        margin: 0;
        flex: none
    }
}
#stickyHeader .app nav ul#second-menu li a, .theme-cyan .app nav ul#second-menu li a, .theme-blue .app nav ul#second-menu li a, .virtual-number .app nav ul#second-menu li a, .Pricing-theme .app nav ul#second-menu li a {
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 10px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: .14px;
    text-align: left
}
#stickyHeader .app nav ul#second-menu li a:hover, .theme-cyan .app nav ul#second-menu li a:hover, .theme-blue .app nav ul#second-menu li a:hover, .virtual-number .app nav ul#second-menu li a:hover, .Pricing-theme .app nav ul#second-menu li a:hover, #stickyHeader .app nav ul#second-menu li a:active, .theme-cyan .app nav ul#second-menu li a:active, .theme-blue .app nav ul#second-menu li a:active, .virtual-number .app nav ul#second-menu li a:active, .Pricing-theme .app nav ul#second-menu li a:active, #stickyHeader .app nav ul#second-menu li a:focus, .theme-cyan .app nav ul#second-menu li a:focus, .theme-blue .app nav ul#second-menu li a:focus, .virtual-number .app nav ul#second-menu li a:focus, .Pricing-theme .app nav ul#second-menu li a:focus {
    text-decoration: none;
    color: #f13d3d
}
@media(min-width:992px) and (max-width:1199px) {
    #stickyHeader .app nav ul#second-menu li a, .theme-cyan .app nav ul#second-menu li a, .theme-blue .app nav ul#second-menu li a, .virtual-number .app nav ul#second-menu li a, .Pricing-theme .app nav ul#second-menu li a {
        font-size: 14px;
        padding: 15px 7px
    }
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#second-menu li a, .theme-cyan .app nav ul#second-menu li a, .theme-blue .app nav ul#second-menu li a, .virtual-number .app nav ul#second-menu li a, .Pricing-theme .app nav ul#second-menu li a {
        font-size: 14px;
        padding: 5px 16px !important;
        display: unset
    }
}
#stickyHeader .app nav ul#second-menu li .sign-in, .theme-cyan .app nav ul#second-menu li .sign-in, .theme-blue .app nav ul#second-menu li .sign-in, .virtual-number .app nav ul#second-menu li .sign-in, .Pricing-theme .app nav ul#second-menu li .sign-in {
    font-family: system-ui, Arial, sans-serif;
    background-color: #fff;
    border-radius: 5px;
    color: #f13d3d;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 7px;
    margin-right: 0;
    margin-left: 5px;
    border: 0;
    box-shadow: 0 0 10px 1px #dedbdb;
    text-transform: capitalize
}
#stickyHeader .app nav ul#second-menu li .sign-in:hover, .theme-cyan .app nav ul#second-menu li .sign-in:hover, .theme-blue .app nav ul#second-menu li .sign-in:hover, .virtual-number .app nav ul#second-menu li .sign-in:hover, .Pricing-theme .app nav ul#second-menu li .sign-in:hover {
    background-color: #f13d3d;
    border: 0;
    color: #fff
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#second-menu li .sign-in, .theme-cyan .app nav ul#second-menu li .sign-in, .theme-blue .app nav ul#second-menu li .sign-in, .virtual-number .app nav ul#second-menu li .sign-in, .Pricing-theme .app nav ul#second-menu li .sign-in {
        font-size: 13px;
        padding: 15px 6px 15px 0
    }
}
#stickyHeader .app nav ul#second-menu li .try-for-free, .theme-cyan .app nav ul#second-menu li .try-for-free, .theme-blue .app nav ul#second-menu li .try-for-free, .virtual-number .app nav ul#second-menu li .try-for-free, .Pricing-theme .app nav ul#second-menu li .try-for-free {
    font-family: system-ui, Arial, sans-serif;
    background-color: #f13d3d;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 20px;
    margin-top: 7px;
    margin-right: 0;
    text-transform: capitalize;
    border: 1px solid transparent
}
@media(max-width:991px) {
    #stickyHeader .app nav ul#second-menu li .try-for-free, .theme-cyan .app nav ul#second-menu li .try-for-free, .theme-blue .app nav ul#second-menu li .try-for-free, .virtual-number .app nav ul#second-menu li .try-for-free, .Pricing-theme .app nav ul#second-menu li .try-for-free {
        font-size: 11px;
        padding: 5px 5px;
        margin: 0 5px;
        border: 1px solid red
    }
}
#stickyHeader .app nav ul#second-menu li .try-for-free:hover, .theme-cyan .app nav ul#second-menu li .try-for-free:hover, .theme-blue .app nav ul#second-menu li .try-for-free:hover, .virtual-number .app nav ul#second-menu li .try-for-free:hover, .Pricing-theme .app nav ul#second-menu li .try-for-free:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #ec1c23
}
#stickyHeader .app nav ul#second-menu li:hover, .theme-cyan .app nav ul#second-menu li:hover, .theme-blue .app nav ul#second-menu li:hover, .virtual-number .app nav ul#second-menu li:hover, .Pricing-theme .app nav ul#second-menu li:hover, #stickyHeader .app nav ul#second-menu li:active, .theme-cyan .app nav ul#second-menu li:active, .theme-blue .app nav ul#second-menu li:active, .virtual-number .app nav ul#second-menu li:active, .Pricing-theme .app nav ul#second-menu li:active, #stickyHeader .app nav ul#second-menu li:visited, .theme-cyan .app nav ul#second-menu li:visited, .theme-blue .app nav ul#second-menu li:visited, .virtual-number .app nav ul#second-menu li:visited, .Pricing-theme .app nav ul#second-menu li:visited {
    color: #ec1c23;
    border: 0
}
#stickyHeader .app ul#second-menu, .theme-cyan .app ul#second-menu, .theme-blue .app ul#second-menu, .virtual-number .app ul#second-menu, .Pricing-theme .app ul#second-menu {
    flex-direction: row
}
@media(max-width:991px) {
    #stickyHeader .app ul#second-menu, .theme-cyan .app ul#second-menu, .theme-blue .app ul#second-menu, .virtual-number .app ul#second-menu, .Pricing-theme .app ul#second-menu {
        display: flow-root;
        width: 100%;
        justify-content: flex-start !important;
        margin-bottom: 7px
    }
}
@media(max-width:991px) {
    #stickyHeader .app ul#second-menu li, .theme-cyan .app ul#second-menu li, .theme-blue .app ul#second-menu li, .virtual-number .app ul#second-menu li, .Pricing-theme .app ul#second-menu li {
        border: none !important;
        display: contents;
        padding: 5px 0;
        margin: 0
    }
}
#stickyHeader .app ul#second-menu li a, .theme-cyan .app ul#second-menu li a, .theme-blue .app ul#second-menu li a, .virtual-number .app ul#second-menu li a, .Pricing-theme .app ul#second-menu li a {
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 10px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: .14px;
    text-align: left
}
#stickyHeader .app ul#second-menu li a:hover, .theme-cyan .app ul#second-menu li a:hover, .theme-blue .app ul#second-menu li a:hover, .virtual-number .app ul#second-menu li a:hover, .Pricing-theme .app ul#second-menu li a:hover, #stickyHeader .app ul#second-menu li a:active, .theme-cyan .app ul#second-menu li a:active, .theme-blue .app ul#second-menu li a:active, .virtual-number .app ul#second-menu li a:active, .Pricing-theme .app ul#second-menu li a:active, #stickyHeader .app ul#second-menu li a:focus, .theme-cyan .app ul#second-menu li a:focus, .theme-blue .app ul#second-menu li a:focus, .virtual-number .app ul#second-menu li a:focus, .Pricing-theme .app ul#second-menu li a:focus {
    text-decoration: none;
    color: #f13d3d
}
@media(max-width:991px) {
    #stickyHeader .app ul#second-menu li a, .theme-cyan .app ul#second-menu li a, .theme-blue .app ul#second-menu li a, .virtual-number .app ul#second-menu li a, .Pricing-theme .app ul#second-menu li a {
        font-size: 12px;
        padding: 5px 4px !important;
        display: inline-flex
    }
}
#stickyHeader .app ul#second-menu li .try-for-free, .theme-cyan .app ul#second-menu li .try-for-free, .theme-blue .app ul#second-menu li .try-for-free, .virtual-number .app ul#second-menu li .try-for-free, .Pricing-theme .app ul#second-menu li .try-for-free {
    font-family: system-ui, Arial, sans-serif;
    background-color: #f13d3d;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 20px;
    margin-top: 7px;
    margin-right: 20px;
    text-transform: capitalize;
    border: 1px solid transparent
}
#stickyHeader .app ul#second-menu li .try-for-free:hover, .theme-cyan .app ul#second-menu li .try-for-free:hover, .theme-blue .app ul#second-menu li .try-for-free:hover, .virtual-number .app ul#second-menu li .try-for-free:hover, .Pricing-theme .app ul#second-menu li .try-for-free:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333
}
@media(max-width:991px) {
    #stickyHeader .app ul#second-menu li .try-for-free, .theme-cyan .app ul#second-menu li .try-for-free, .theme-blue .app ul#second-menu li .try-for-free, .virtual-number .app ul#second-menu li .try-for-free, .Pricing-theme .app ul#second-menu li .try-for-free {
        font-size: 11px;
        padding: 5px 5px;
        margin: 0 5px;
        border: 1px solid red
    }
}
#stickyHeader .app ul#second-menu li .sign-in, .theme-cyan .app ul#second-menu li .sign-in, .theme-blue .app ul#second-menu li .sign-in, .virtual-number .app ul#second-menu li .sign-in, .Pricing-theme .app ul#second-menu li .sign-in {
    font-family: system-ui, Arial, sans-serif;
    background-color: transparent;
    border-radius: 5px;
    color: #f13d3d;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 7px;
    margin-right: 0;
    border: 0;
    text-transform: capitalize;
    box-shadow: 0 0 10px 1px #dedbdb;
    border: 0
}
@media(max-width:991px) {
    #stickyHeader .app ul#second-menu li .sign-in, .theme-cyan .app ul#second-menu li .sign-in, .theme-blue .app ul#second-menu li .sign-in, .virtual-number .app ul#second-menu li .sign-in, .Pricing-theme .app ul#second-menu li .sign-in {
        font-size: 13px;
        padding: 15px 6px 15px 0
    }
}
#stickyHeader .app ul#second-menu li .sign-in:hover, .theme-cyan .app ul#second-menu li .sign-in:hover, .theme-blue .app ul#second-menu li .sign-in:hover, .virtual-number .app ul#second-menu li .sign-in:hover, .Pricing-theme .app ul#second-menu li .sign-in:hover {
    background-color: #f13d3d;
    border: 0;
    color: #fff
}
#stickyHeader .app ul#second-menu li:hover, .theme-cyan .app ul#second-menu li:hover, .theme-blue .app ul#second-menu li:hover, .virtual-number .app ul#second-menu li:hover, .Pricing-theme .app ul#second-menu li:hover, #stickyHeader .app ul#second-menu li:active, .theme-cyan .app ul#second-menu li:active, .theme-blue .app ul#second-menu li:active, .virtual-number .app ul#second-menu li:active, .Pricing-theme .app ul#second-menu li:active, #stickyHeader .app ul#second-menu li:visited, .theme-cyan .app ul#second-menu li:visited, .theme-blue .app ul#second-menu li:visited, .virtual-number .app ul#second-menu li:visited, .Pricing-theme .app ul#second-menu li:visited {
    color: #ec1c23;
    border: 0
}
#stickyHeader .app .mar-0, .theme-cyan .app .mar-0, .theme-blue .app .mar-0, .virtual-number .app .mar-0, .Pricing-theme .app .mar-0 {
    margin: 0
}
#stickyHeader .app .separator, .theme-cyan .app .separator, .theme-blue .app .separator, .virtual-number .app .separator, .Pricing-theme .app .separator {
    background-color: #5240ae;
    width: 1px;
    height: 28px;
    margin: 13px 25px;
    line-height: 40px
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    background-color: #fff !important;
    color: #333;
    z-index: 99999;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 3px 0 #d2d0d0dd
}
.test-drive {
    background-image: url(../images/test-drive.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px
}
.test-drive.pricing-drive {
    max-width: 1050px;
    margin: 50px auto;
    background: linear-gradient(to right, #0676e4 0%, #4dac4a 100%);
}
.test-drive.pricing-drive p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    margin: 8px auto;
    font-size: 18px;
}
.test-drive.pricing-drive a {
    background: linear-gradient(90deg, #a20a90, #cc292a);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
@media(max-width:991px) {
    .test-drive {
        background: #2269cd;
        background: -webkit-gradient(left top, right top, color-stop(0, #2269cd), color-stop(100%, rgba(115, 0, 255, 0.73)));
        background: linear-gradient(to right, #2269cd 0, rgba(115, 0, 255, 0.73) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2269cd", endColorstr="#7300ff", GradientType=1);
        margin-bottom: 10px
    }
}
.test-drive h6.red-txt {
    margin-top: 150px;
    border: 1px solid red
}
@media(max-width:991px) {
    .test-drive h6.red-txt {
        margin-top: 50px
    }
}
.test-drive article {
    margin-top: 50px;
    width: 100%
}
.test-drive article h4 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-transform: capitalize
}
@media(max-width:991px) {
    .test-drive article h4 {
        font-size: 30px;
        line-height: 35px
    }
}
.test-drive article p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
    line-height: normal;
    padding: 1px 30px;
    margin: 0 auto;
    width: 80%
}
@media(max-width:991px) {
    .test-drive article p {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        padding: 10px
    }
}
.test-drive article a {
    background: #ec1c23;
    padding: 9px 40px;
    color: #fff;
    border-radius: 24.1px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-break: auto;
    margin-top: 15px;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 50px;
    font-family: system-ui, Arial, sans-serif;
    text-transform: capitalize
}
.test-drive article a:hover {
    font-weight: 600
}
.test-drive.pricing-drive article a:hover {
    font-weight: 500;
    background: #fff;
    color: #ed1c24;
}
footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px
}
@media(max-width:991px) {
    footer .pl-5 {
        padding-left: 1rem !important
    }
}
footer .heading-4 {
    color: #373737;
    font-size: 20px;
    letter-spacing: .18px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.6rem;
    line-height: initial; 
}
@media(max-width:991px) {
    footer .heading-4 {
        margin-top: 15px
    }
}
footer .heading-4 a {
    color: #373737 !important;
    font-weight: 500
}
footer .heading-3 {
    color: #373737;
    font-size: 15px;
    letter-spacing: .18px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: initial;
}
footer .heading-3 a {
    color: #373737 !important
}
footer ul.footer-nav li.nav-item, footer ul.flex-column li.nav-item {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    letter-spacing: .16px;
    background: transparent;
    padding: 0
}
footer ul.footer-nav li.nav-item a.nav-link, footer ul.flex-column li.nav-item a.nav-link {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    letter-spacing: .16px;
    font-family: system-ui, Arial, sans-serif;
    background: transparent;
    padding: 0.1rem 0; 
}
footer ul.flex-column li.nav-item a.nav-link:hover, footer ul.footer-nav li.nav-item a.nav-link:hover {
    color: #000;
}
footer ul.footer-nav li.nav-item .font-w, footer ul.flex-column li.nav-item .font-w {
    font-weight: 500 !important
}
footer ul.flex-column li.nav-item {
    color: #373737
}
footer ul.social-media {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: flex-start
}
footer ul.social-media li {
    float: left;
    margin: 0 10px;
    padding: 0 
}
footer ul.social-media li a {
    padding: 0
}
footer ul.social-media li a img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 19px;
    height: 19px
}
footer .aap-links {
    margin: 10px 0
}
footer .aap-links ul {
    display: flex;
    justify-content: left;
    align-items: baseline;
    list-style: none;
    margin: 0;
    padding: 0
}
@media(min-width:992px) and (max-width:1199px) {
    footer .aap-links ul {
        flex-direction: column
    }
}
footer .aap-links ul li {
    margin: 10px 0;
    float: left
}
footer .aap-links ul li a.android-icon {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    margin-right: 10px;
    padding: 8px 16px 8px 34px;
    background: #fff;
    width: 150px;
    border-radius: 30px;
    color: #666;
    box-shadow: 0 0 10px 1px #dedbdb
}
footer .aap-links ul li a.android-icon::before {
    content: url("../../images/index/ios-icon.svg");
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 0;
    position: absolute;
    left: 13px;
    line-height: 23px;
    top: 6px
}
footer .aap-links ul li a.ios-icon {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    padding: 8px 16px 8px 34px;
    background: #fff;
    box-shadow: 0 0 10px 1px #dedbdb;
    border-radius: 30px;
    color: #666;
    width: 150px
}
footer .aap-links ul li a.ios-icon::before {
    content: url("../../images/index/android-icon.svg");
    color: #ec1c23;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 0;
    position: absolute;
    left: 14px;
    line-height: 34px
}
footer .aap-links p a {
    color: #333
}
footer .aap-links p a i {
    color: #ec1c23
}
.zsiq_floatmain {
    position: fixed;
    z-index: 100 !important
}
.zsiq_theme1.zsiq_floatmain {
    z-index: 999 !important
}
.cookie-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999 !important;
    text-align: center;
    line-height: 40px;
    background: #000000ab;
    color: white;
    font-size: 14px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 100;
    transition: .8s;
    -webkit-animation: slideIn .8s;
    animation: slideIn .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    display: none !important
}
.cookie-bar .message {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 10px 0
}
.cookie-bar .message a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500
}
.cookie-bar .message a.btn-small {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    align-self: center;
    margin: 4px auto;
    color: #ec1c23;
    border: 1px solid #ec1c23;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none
}
.cookie-bar .mobile {
    display: none
}
@media(max-width:767px) {
    .cookie-bar .mobile {
        display: inline-block
    }
}
@-webkit-keyframes slideIn {
    0% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(0)
    }
}
.close-cb {
    border: 0;
    color: white;
    background: #900;
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 5px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: bold
}
.close-cb:hover {
    background: #c00
}
.checkbox-cb {
    display: none
}
.checkbox-cb:checked+.cookie-bar {
    transform: translateY(-50px)
}
.hlth-top-bg .top-section .voice-api-txt .voice-api-p.custom-features-title {
    padding: 1px 35px;
    letter-spacing: 0;
    font-size: 45px;
    line-height: 55px
}
.owl-carousel.owl-drag .owl-item.center .item {
    opacity: 1;
    transform: none;
    display: block;
    transition-duration: .4s
}
.slider .item.show {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: .3s;
    opacity: .6
}
.slider .owl-carousel .owl-nav>button {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    padding: 0 !important;
    margin: 0 !important
}
.slider .owl-carousel .owl-nav>button.owl-prev {
    left: 0;
    padding: 0
}
.slider .owl-carousel .owl-nav>button.owl-next {
    right: 0
}
.slider .owl-carousel .owl-nav button.owl-prev, .slider .owl-carousel .owl-nav button.owl-next {
    padding: 0 !important
}
.slider .owl-carousel .owl-nav {
    display: block !important
}
.slider .owl-carousel .owl-nav button, .slider .owl-carousel .owl-nav button>span {
    color: #000
}
body.custom-embed-inner-page {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    font-family: system-ui, Arial, sans-serif;
    color: #333
}
.page-center {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.top-banner-section {
    padding-top: 90px
}
.top-banner-section .banner-content {
    max-width: 41.6666666667%
}
.top-banner-section .banner-content h3 {
    color: #f13d3d;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    margin-top: 50px;
    letter-spacing: 1px;
    padding-left: 2px
}
.top-banner-section .banner-content h1 {
    margin: 0;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: .5rem
}
.top-banner-section .banner-content p {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .2px;
    margin: 15px 0
}
.top-banner-section .banner-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px
}
.top-banner-section .banner-content ul li {
    float: left;
    margin: 0 10px 0 0
}
.visual-builder-page a {
    text-decoration: none;
    color: #ec1c23
}
.top-banner-section .banner-content ul li a {
    font-family: system-ui, Arial, sans-serif;
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: capitalize
}
.custom-section:before, .custom-section:after {
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ''
}
.top-banner-section .banner-content ul li a.border-btn {
    border: 1px solid #f13d3d;
    background: transparent;
    color: #f13d3d;
    text-transform: capitalize
}
.top-banner-section .banner-content ul li a:hover {
    border: 1px solid #989fa5;
    background: transparent;
    color: #f13d3d;
    text-transform: capitalize
}
.top-banner-section .banner-content ul li a.border-btn:hover {
    background: #f13d3d;
    color: #fff
}
.custom-section {
    position: relative
}
.left-img {
    position: absolute;
    left: -150px;
    top: 0
}
.benefit-section {
    padding-top: 60px;
    min-height: 580px;
    overflow: hidden
}
.custom-section .top {
    text-align: center
}
.custom-section .top h6 {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 50px;
    line-height: normal
}
.custom-section .top h3 {
    font-size: 30px;
    color: #000;
    font-family: system-ui, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    padding-top: 10px
}
.custom-section .top p {
    margin: 0 auto;
    max-width: 900px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    line-height: 24px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
.right-img {
    position: absolute;
    right: -80px;
    bottom: 0;
    max-width: 22%
}
.benefit-section .left-img {
    top: 230px;
    left: -70px
}
.cm-featured-section .benefit-item {
    width: 33.3333333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}
.cm-featured-section .row-fluid {
    clear: both;
    overflow: hidden;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px
}
.cm-featured-section h3 {
    padding-bottom: 10px;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: red;
    margin: 0 0 8px
}
.cm-featured-section p {
    margin: 0;
    color: #666;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300
}
.cm-featured-section .benefit-item .inner {
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px #ddd;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 9px;
    padding: 30px;
    text-align: left;
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
    z-index: 9;
    min-height: 280px
}
.cm-featured-section .img {
    margin: 0 0 15px;
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
.cm-featured-section .img img {
    max-width: 45px
}
.cm-featured-section {
    position: relative;
    padding-bottom: 60px;
    padding-top: 40px
}
.cm-featured-section .pink-img {
    max-width: 100px;
    position: absolute;
    bottom: -10px;
    right: -30px
}
.cm-featured-section .page-center {
    position: relative
}
.cm-featured-section .right-img {
    top: 0;
    right: 0;
    max-width: 370px;
    position: absolute
}
.about-section {
    padding: 40px 0;
    background-size: cover;
    background-position: center
}
.about-section .top h3 {
    color: #fff;
    padding-bottom: 20px
}
.about-section .top p {
    color: #fff
}
.row-fluid {
    clear: both;
    overflow: hidden
}
.accordion-section .acc-item {
    background: #f2f2f2;
    border-radius: 10px
}
.accordion-section .acc-item .acc-title {
    padding: 15px 30px;
    position: relative;
    cursor: pointer
}
.accordion-section .acc-item .acc-title h4 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}
.accordion-section .acc-item .acc-title>div {
    color: red;
    font-size: 42px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.accordion-section .acc-item .acc-title>div.minus {
    display: none
}
.about-section .span6 {
    width: 50%;
    float: left;
    padding: 0 15px
}
.about-section .row-fluid {
    margin: 0 -15px;
    padding-top: 100px
}
.accordion-section .acc-item .acc-content .inner {
    padding: 10px 30px 30px;
    border-top: 2px solid #d7d7d7
}
.accordion-section .acc-item .acc-content .inner p {
    margin: 0;
    color: #666;
    font-size: 18px;
    line-height: normal;
    font-weight: 300
}
.accordion-section .acc-content {
    display: none
}
.accordion-section .acc-item+.acc-item {
    margin-top: 30px
}
.accordion-section .acc-item .acc-title.open .plus {
    display: none
}
.accordion-section .acc-item .acc-title.open .minus {
    display: block
}
.about-section .btm {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px
}
.about-section .btm p {
    margin: 0;
    font-size: 20px
}
.about-section .btm p a {
    color: #fff;
    display: inline-block
}
.about-section .btm p span {
    margin-left: 20px
}
.art-feature-section {
    background: #e6e6e6;
    padding: 70px 0;
    padding-top: 90px
}
.art-feature-section h6 {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 20px;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    line-height: normal
}
.art-feature-section h2 {
    padding-top: 10px;
    color: #000;
    font-family: system-ui, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0
}
.art-feature-section .item {
    width: 50%;
    float: left;
    padding: 0 15px
}
.art-feature-section .row-fluid.top-sec {
    margin: 0 -15px;
    padding-top: 20px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.art-feature-section .item h4 {
    color: #333;
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}
.art-feature-section .item p {
    margin: 0;
    color: #333;
    max-width: 400px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300
}
.art-feature-section .btm-sec .span4 {
    width: 27.333%;
    float: left;
    padding: 0 15px
}
.art-feature-section .btm-sec .row-fluid {
    display: flex;
    justify-content: space-evenly;
    max-width: 910px;
    margin: auto;
    /* margin: 0 -15px; */
    padding-top: 40px 
}
.art-feature-section .btm-sec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal
}
.art-feature-section .btm-sec ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: red;
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    top: 3px
}
.art-feature-section .btm-sec ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 15px
}
.art-feature-section .btm-sec ul li:last-child {
    padding-bottom: 0
}
.table-section thead tr td {
    background: red;
    padding: 20px 10px;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500
}
.table-section table {
    border-collapse: collapse;
    border: 0
}
.table-section thead tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}
.table-section thead tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}
.table-section tr.table-row td {
    padding: 20px 40px;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    background: #f2f2f2;
    color: #666
}
.table-section tr.table-row:nth-child(even) td {
    background: transparent
}
.table-section tr.table-row td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}
.table-section tr.table-row td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 30%
}
.table-section {
    padding-top: 40px
}
.design-code-section .test-drive {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px
}
.design-code-section .test-drive h4 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-transform: capitalize;
    margin-top: 50px
}
.test-drive article p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
    line-height: normal;
    padding: 1px 30px;
    margin: 0 auto
}
.design-code-section .test-drive a {
    background: #ec1c23;
    padding: 9px 40px;
    color: #fff;
    border-radius: 24.1px;
    font-size: 20px;
    text-decoration: none;
    line-break: auto;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 50px
}
.design-code-section .row-fluid {
    margin: 0 -15px
}
.design-code-section {
    padding: 60px 0
}
.competition-section .left-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 380px;
    left: auto;
    right: -140px
}
.competition-section .page-center {
    position: relative
}
.competition-section .table-section {
    position: relative
}
.design-code-section .right-img {
    right: 70px;
    bottom: auto;
    top: 80px
}
.header-wrapper {
    min-height: 105px
}
.table-section tr.table-row td+td span {
    border-left: 2px solid #66666621;
    padding: 10px 40px;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.table-section tr.table-row td+td {
    padding: 20px 10px;
    padding-left: 0
}
.top-banner-section .page-center {
    position: relative
}
.top-banner-section .left-img {
    top: -80px;
    left: -190px
}
.benefit-video-section {
    background: #6e6f6f;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    z-index: 1
}
.benefit-video-section .inner {
    border-radius: 20px;
    position: relative;
    width: 100%;
    min-height: 439px;
    overflow: hidden
}
.benefit-section .top {
    padding-bottom: 80px
}
.benefit-video-section .sidebar {
    height: 100%;
    width: 60px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    padding-top: 15px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 12px 4px #00000017;
    box-shadow: 1px 1px 12px 4px #00000017
}
.benefit-video-section .sidebar .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.mb-auto, .my-auto {
    margin-bottom: auto !important
}
.benefit-video-section .sidebar ul {
    margin: 0;
    padding: 0;
    width: 100%
}
.benefit-video-section .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}
.sidebar nav.navbar ul li.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 5px;
    margin-bottom: 0;
    background-color: #fff;
    border: 4px solid transparent;
    justify-content: center
}
.sidebar nav.navbar ul li.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.sidebar nav.navbar ul li.list-group-item .self-user {
    width: 41px;
    height: 41px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 5px 1px #00000052;
    box-shadow: 1px 1px 5px 1px #00000052;
    overflow: hidden
}
.sidebar nav.navbar ul li.list-group-item #list_home_user .snapshot {
    margin-bottom: 10px
}
.sidebar svg {
    width: 30px;
    height: 30px;
    color: #000
}
.sidebar nav.navbar ul li.list-group-item #icon_participants .icon_participants-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sidebar nav.navbar ul li.list-group-item #icon_chat .icon_chat-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sidebar nav.navbar ul li.list-group-item #handraise .handraise-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sidebar nav.navbar ul li.list-group-item #live-streaming .live-streaming-1 {
    fill: #010101
}
.sidebar nav.navbar ul li.list-group-item #live-streaming .live-streaming-2 {
    font-family: system-ui, Arial, sans-serif;
}
.sidebar nav.navbar ul li.list-group-item #live-streaming .live-streaming-3 {
    font-size: 8.3431px
}
.sidebar nav.navbar ul li.list-group-item #live-streaming .live-streaming-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sidebar nav.navbar ul li.list-group-item #live-streaming .st4 {
    fill: none;
    stroke: #010101;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.sidebar nav.navbar ul li.list-group-item #poll .poll-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sidebar nav.navbar ul li.list-group-item #invites .invites-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round
}
.sidebar nav.navbar ul li.list-group-item #setting .setting-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.benefit-video-section .sidebar .navbar:last-child {
    position: absolute;
    bottom: 30px;
    width: 100%
}
.benefit-top-wrp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
    z-index: 99
}
.benefit-top-wrp .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.benefit-top-wrp .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.benefit-top-wrp .col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important
}
.benefit-top-wrp .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.benefit-top-wrp .navbar .text-logo {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-left: 0;
    padding-top: 10px
}
.benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) svg#zoom {
    width: 20px;
    height: 20px;
    margin: 0 !important
}
.benefit-top-wrp .navbar-collapse {
    padding-top: 7px
}
.benefit-top-wrp .navbar-toggler {
    margin: 0;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    cursor: pointer
}
.benefit-top-wrp .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.benefit-top-wrp .navbar-collapse .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}
.ml-auto, .mx-auto {
    margin-left: auto !important
}
.benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) {
    margin-left: 20px
}
.benefit-top-wrp .navbar-collapse .navbar-nav .gra-bg {
    background: #f6f6f6;
    color: #5c5c5c !important;
    padding: 0 15px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 100%;
    text-align: right;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    line-height: 33px
}
.benefit-top-wrp .navbar-collapse .navbar-nav svg {
    width: 35px;
    height: 35px
}
.mt-2 {
    margin-top: 10px !important
}
.zoom-0 {
    fill: none;
    stroke: #202020;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10
}
.ml-3 {
    margin-left: 15px !important
}
.benefit-top-wrp .nav-link {
    display: block
}
.benefit-top-wrp .nav-link img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle
}
.ml-3 {
    margin-left: 15px !important
}
.pl-2 {
    padding-left: 15px !important
}
.videos-main-group {
    clear: both;
    overflow: hidden;
    padding-top: 56px;
    padding-left: 60px
}
.videos-main-group .span4 {
    width: 33.333%;
    position: relative;
    float: left
}
.videos-main-group .span4 .inner-sec {
    position: relative;
    padding-bottom: 83%
}
.videos-main-group .span4 video, .videos-main-group .span4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.benefit-section .cm-left-inner img {
    width: 70%
}
.custom-inner-benefit-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1
}
.custom-inner-benefit-row>div {
    width: 100%;
    z-index: 1
}
.custom-inner-benefit-row>div.cm-right-inner {
    position: relative;
    width: 80%;
    float: right
}
.custom-inner-benefit-row>div.cm-left-inner {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.competition-section .inner>h6 {
    font-family: system-ui, Arial, sans-serif;
    color: #ec1c23;
    font-size: 16px;
    text-transform: uppercase !important;
    font-weight: 600;
    margin: 0;
    margin-top: 50px;
    line-height: normal
}
.competition-section .inner>h2 {
    padding-top: 10px;
    color: #000;
    font-family: system-ui, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0
}
.visual-builder-page {
    overflow: hidden
}
.benefit-section .page-center {
    position: relative
}
.benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
img {
    max-width: 100%
}
.builder2-page .top-banner-section {
    padding-top: 40px
}
.builder2-page .top-banner-section .banner-content {
    margin: 0 auto;
    text-align: center;
    max-width: 640px
}
.builder2-page .top-banner-section .banner-content h1 {
    font-size: 45px;
    line-height: normal;
    font-weight: normal;
    color: #000
}
.builder2-page .button-section a {
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block
}
.builder2-page .button-section a:hover {
    border-color: #f13d3d;
    background: transparent;
    color: #f13d3d
}
.builder2-page .button-section {
    padding-top: 30px
}
.builder2-page .top-banner-section .right-img {
    max-width: 100%;
    right: 0
}
.builder2-page .builder-section img {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 100%
}
.builder2-page .custom-section .top h2 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px
}
.builder2-page .cm-featured-section .benefit-item .inner {
    perspective: 700;
    padding: 0;
    min-height: 144px;
    height: 100%;
    box-shadow: none;
    border-radius: 0
}
.builder2-page .cm-featured-section .benefit-item .cm-card {
    color: #fff;
    text-align: center;
    transition: all .6s ease;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}
.builder2-page .cm-featured-section .benefit-item .cm-card>div {
    top: 0;
    left: 0;
    backface-visibility: hidden;
    background: #fff;
    width: 100%;
    padding: 20px 25px;
    -webkit-box-shadow: 0 1px 5px #ddd;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%
}
.builder2-page .cm-featured-section .benefit-item h3 {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    padding: 0
}
.builder2-page .cm-featured-section .row-fluid {
    padding-top: 60px;
    overflow: initial;
    clear: initial
}
.builder2-page .cm-featured-section .benefit-item .back p {
    font-size: 16px;
    line-height: 21px;
    color: #fff
}
.builder2-page .cm-featured-section .benefit-item .cm-card>div.back {
    background: linear-gradient(90deg, #a20a90, #cc292a);
    position: absolute;
    height: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden
}
.builder2-page .cm-featured-section .benefit-item .cm-card:hover .back {
    opacity: 1;
    visibility: visible
}
.builder2-page .cm-featured-section .benefit-item .cm-card>div.back .wrp {
    padding: 20px 25px
}
.launch-section {
    background-position: center;
    background-size: cover;
    padding: 80px 0 40px;
    color: #fff
}
.builder2-page .cm-featured-section .benefit-item .front>div {
    width: 100%
}
.launch-section .inner {
    max-width: 400px
}
.launch-section p {
    font-size: 18px;
    line-height: 24px;
    color: inherit
}
.launch-section h2 {
    color: inherit;
    padding-bottom: 20px
}
.launch-section .button-section {
    text-align: center;
    padding-top: 0
}
.launch-section .button-section a {
    background: transparent;
    border-color: #fff;
    padding: 8px 40px
}
.launch-section .button-section a:hover {
    background: #fff;
    border-color: #fff;
    color: #4b78be
}
.art-feature-section .top h6 {
    margin: 0
}
.art-feature-section .custom-inner-benefit-row {
    max-width: 1000px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.art-feature-section .top {
    padding-bottom: 60px
}
.art-feature-section .btm-sec {
    padding-top: 30px;
    padding-bottom: 30px
}
.use-case-section ul.nav.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    float: right;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border: 0
}
.use-case-section .tab-content {
    clear: both;
    overflow: hidden;
    border-top: 3px solid #e5e5e5
}
.use-case-section ul.nav.nav-tabs li {
    width: 25%;
    text-align: center
}
.use-case-section ul.nav.nav-tabs li a {
    color: #4e4e4e;
    cursor: pointer;
    font-weight: 600;
    border: 0;
    padding: 0
}
.use-case-section .btm {
    padding-top: 30px
}
.use-case-section .span6 {
    width: 55%;
    padding: 0 15px
}
.use-case-section .row-fluid {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1
}
.use-case-section .tab-content h3 {
    font-weight: 600;
    color: #333;
    font-size: 30px;
    text-transform: capitalize;
    line-height: normal
}
.use-case-section {
    padding-bottom: 80px
}
.cm-design-code-section {
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 60px
}
.competition-section {
    padding-bottom: 80px
}
.cm-design-code-section img {
    display: block;
    width: 100%
}
.cm-design-code-section .top h3 {
    color: #fff;
    font-size: 40px;
    line-height: normal;
    font-family: system-ui, Arial, sans-serif;
}
.cm-design-code-section .top {
    padding: 0 40px;
    padding-bottom: 20px
}
.custom-btm-design-section {
    padding-bottom: 80px
}
.builder-section .cm-slider-wrp .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}
.builder-section .cm-slider-wrp .slick-dots button {
    display: none
}
.builder-section .cm-slider-wrp .slick-dots li {
    margin: 0 4px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ec1c23;
    cursor: pointer
}
.builder-section .cm-slider-wrp .slick-dots li.slick-active {
    background: #ec1c23
}
.builder-section {
    padding: 70px 0 0
}
.launch-section .span6 {
    width: 50%;
    float: left;
    padding: 0 15px
}
.launch-section .span6.right {
    text-align: center
}
.launch-section .row-fluid {
    margin: 0 -15px;
    padding-bottom: 70px;
    display: flex;
    align-items: center
}
.launch-section .span6 img {
    display: block;
    margin: 0 auto
}
.use-case-section .span6.left img {
    max-width: 500px;
    display: block;
    margin: 0 auto
}
.use-case-section ul.nav.nav-tabs li a.active {
    color: red
}
.launch-section .span6:first-child {
    width: 40%
}
.launch-section .span6:last-child {
    width: 60%
}
.builder2-page .top-banner-section .banner-content h1 strong {
    font-size: 50px;
    font-weight: 500;
    line-height: normal
}
@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(0)
    }
    to {
        opacity: 1;
        transform: translateX(50px)
    }
}
.animation span {
    animation: slideLeft .2s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1)
}
.use-case-section .mobile-title {
    display: none
}
.visible-phone {
    display: none
}
.builder2-page .top-banner-section .banner-content h1 em {
    font-style: normal
}
.use-case-section .span6:last-child {
    width: 45%;
    padding-left: 0;
    padding-right: 100px
}
.use-case-section .tab-pane p {
    font-size: 18px
}
.use-case-section .page-center {
    position: relative
}
.use-case-section img.left-img {
    top: auto;
    bottom: -200px;
    left: -40px
}
.use-case-section .tab-content>.tab-pane {
    display: block
}
.use-case-section .tab-content {
    padding: 0 !important
}
.benefit-video-section .sidebar .navbar {
    padding: 0
}
.builder-section .page-center {
    position: relative
}
.builder-section img.right-img {
    max-width: 400px;
    width: 100%;
    bottom: auto;
    top: -80px;
    right: 0
}
.custom-top-bar-section {
    background: #0098c0;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: filter .1s linear 0s;
    color: #fff;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    letter-spacing: .4px
}
.custom-top-bar-section>span:first-child {
    background: #fff;
    border-radius: 6px;
    color: #0098c0;
    padding: 2px 8px 1px;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px
}
.custom-top-bar-section .mobile-hide {
    position: relative;
    margin-left: 10px;
    padding-left: 11px
}
.custom-top-bar-section .divider {
    display: inline-block;
    height: 19px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 3px
}
.custom-top-bar-section a {
    color: inherit;
    cursor: pointer !important;
    display: inline-block
}
.enb-api-header {
    padding-top: 55px !important;
    position: static !important;
    box-shadow: none !important;
    border-bottom: 0 !important
}
.cm-enb-row {
    align-items: center
}
.cm-enb-video-api-page .zsiq_floatmain {
    display: none !important
}
.enb-api-popup-form .sign-up {
    margin: 0 !important;
    padding: 40px 35px !important
}
.enb-api-popup-form i#password-toggle {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 12px;
    z-index: 2
}
.enb-api-popup-form .sign-up>.col-12 {
    padding: 0 !important
}
.enb-api-popup-form .form-bg {
    height: auto;
    background: 0
}
.hero-btn a {
    cursor: pointer
}
.popup-open .enb-api-popup-form {
    opacity: 1;
    visibility: visible
}
.popup-open .enb-overlay, .popup-open2 .enb-overlay {
    visibility: visible;
    opacity: 40%
}
.popup-open2 .enb-api-popup-form.popup2 {
    opacity: 1;
    visibility: visible
}
.enb-api-popup-form.popup2 .top-section {
    background: none !important;
    padding: 0 !important;
    height: auto !important;
    margin: 0 !important
}
.enb-api-popup-form.popup2 .hlth-top-bg {
    background: none !important
}
.cm-sticky-footer-section {
    background: #fff;
    position: fixed;
    bottom: -100px;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 0 10px -3px #72727236;
    box-shadow: 0 0 10px -3px #72727236;
    z-index: 9;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}
.cm-sticky-footer-section ul.hero-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%
}
.cm-sticky-footer-section ul.hero-btn li {
    padding: .5em 0 0 0;
    margin: 0 10px 0 0
}
.cm-sticky-footer-section ul.hero-btn .btn-red {
    color: #fff;
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    background: #c358e8 !important;
    border: 1px solid transparent
}
.cm-sticky-footer-section ul.hero-btn .btn-red:hover {
    border: 1px solid #c358e8;
    background: transparent !important;
    color: #c358e8
}
.cm-sticky-footer-section ul.hero-btn .btn-white {
    padding: 10px 22px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #c358e8;
    background: transparent;
    color: #c358e8
}
.cm-sticky-footer-section ul.hero-btn .btn-white:hover {
    background: #c358e8 !important;
    color: #fff !important;
    border: 1px solid #c358e8 !important
}
.cm-sticky-footer-section ul.hero-btn li:last-child {
    margin-right: 0
}
.cm-sticky-footer-section.up {
    bottom: 0;
    opacity: 1;
    visibility: visible
}
.cm-bottom-element {
    padding-bottom: 80px
}
.top-section.cm-api-top-section {
    height: auto;
    padding-top: 40px;
    background-image: url(../../images/health-care-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 150px;
    background-position: center
}
.cm-enb-video-api-page .top-section.cm-api-top-section article.voice-api-txt a.navbar-brand {
    margin-bottom: 15px
}
.cm-enb-video-api-page .top-section .sign-up {
    padding: 20px 25px 35px !important
}
.cm-enb-video-api-page .row.Voice-API-grid {
    align-items: initial
}
.cm-enb-video-api-page .form-bg p.text-h3 {
    margin-bottom: 0
}
.cm-enb-video-api-page .form-bg .mt-4 {
    margin-top: 12px !important
}
.cm-enb-video-api-page .form-bg .cm-checkbox-sec label {
    font-size: 15px;
    margin-bottom: 2px
}
.cm-enb-video-api-page .form-bg .cm-checkbox-sec {
    padding-top: 14px
}
.cm-enb-video-api-page .top-section.cm-api-top-section article.voice-api-txt {
    float: none;
    width: 100%;
    padding: 0
}
.cm-enb-video-api-page .top-section.cm-api-top-section .cm-enb-row>div {
    position: static
}
.cm-enb-video-api-page .top-section.cm-api-top-section .navbar-brand {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0;
    margin: 0
}
.cm-enb-video-api-page .top-section.cm-api-top-section .cm-enb-row {
    position: relative
}
.enb-api-popup-form h2 {
    font-size: 29px !important
}
.cm-enb-video-api-page .top-section.cm-api-top-section article.voice-api-txt h4, .embed3-title {
    padding-top: 30px;
    color: #ec1c23;
    letter-spacing: 0
}
.sign-get-started i.material-icons {
    font-size: 40px;
    line-height: normal;
    position: relative;
    top: 3px
}
.close.alert-overlay.danger-overlay {
    opacity: 40% !important
}
.cm-api-head-section {
    display: none
}
.cm-enb-video-api-page .form-bg .cm-checkbox-sec label {
    margin-bottom: 1px
}
.cm-enb-video-api-page .form-bg button.btn {
    margin-top: 8px !important
}
.custom-thankyou-page .form-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center
}
.custom-thankyou-page .form-bg .sign-up {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 8px 2px #72727236;
    margin: 50px 0;
    padding: 50px
}
.custom-thankyou-page .form-bg h2 {
    font-size: 30px;
    font-weight: bold;
    color: #333
}
.custom-thankyou-page .form-bg .sign-up p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: system-ui, Arial, sans-serif;
}
.custom-thankyou-page .form-bg .sign-up p.thank-p {
    font-size: 20px;
    color: #333;
    font-stretch: normal;
    letter-spacing: normal
}
.thankyou-header {
    padding-bottom: 0 !important
}
.thankyou-header>div {
    display: block !important
}
.service-provider-advantages .nav.nav-tabs {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
.cm-head-wrapper {
    display: none
}
.embed2-page .banner-content {
    text-align: left !important
}
.embed2-page .banner-content h1 {
    font-size: 40px !important
}
.embed2-page .banner-content h1 strong {
    font-size: 45px !important
}
.builder2-page .cm-sticky-footer-section ul.hero-btn .btn-red {
    background-color: #f13d3d !important
}
.builder2-page .cm-sticky-footer-section ul.hero-btn .btn-red:hover {
    color: #f13d3d !important;
    border-color: #f13d3d !important;
    background-color: #fff !important
}
.embed2-page a.navbar-brand {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0;
    margin: 0
}
.embed2-page .cm-enb-row>div:first-child {
    position: static
}
.enb-api-popup-form .align-items-center {
    align-items: initial !important
}
.cm-builder2 .builder-section .top {
    padding-bottom: 60px
}
.custom-partner-logo-section .partner-item {
    width: 25%;
    padding: 0 10px;
    text-align: center
}
.custom-partner-logo-section .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}
.custom-partner-logo-section .partner-item img {
    max-width: 90%;
    width: 160px
}
.custom-partner-logo-section {
    padding: 40px 0 0
}
.cm-reads-section .top {
    padding-bottom: 50px
}
.cm-reads-section .span4 {
    width: 33.333%;
    padding: 0 10px
}
.cm-reads-section .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin: 0 -10px
}
.cm-reads-section .span4 .item {
    background: #fff;
    width: 100%;
    padding: 20px 25px;
    -webkit-box-shadow: 0 1px 5px #ddd;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 10px;
    height: 100%
}
.cm-reads-section {
    padding-bottom: 70px;
    padding-top: 60px
}
.cm-reads-section .top h6 {
    margin-top: 0
}
.cm-builder2 .builder-section {
    padding-top: 0
}
.cm-builder2 .custom-btm-design-section {
    padding-top: 80px
}
.custom-partner-logo-section .top {
    max-width: 890px;
    margin: 0 auto
}
.embed-header {
    padding: 47px 0 17px
}
.embed-header .embed-logo img {
    height: 27px;
    width: 139.02px
}
.embed-footer {
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    border-top: 1px solid #f1eef9;
    clear: both;
    -webkit-box-shadow: 9px 0 15px 7px #f1eef9;
    -moz-box-shadow: 9px 0 15px 7px #f1eef9;
    box-shadow: 9px 0 15px 7px #f1eef9
}
.embed-footer p {
    margin: 0;
    font-weight: 500
}
.cm-embed-top-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    position: relative
}
.cm-embed-top-wrapper .back-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}
.embed-logo {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 30px
}
.embed-logo a.navbar-brand {
    margin: 0 auto !important;
    width: 100% !important;
    display: block !important
}
.embed-logo img {
    max-width: 130px
}
.embed-logo-left-section .partner-item {
    width: 20%;
    padding: 0 10px
}
.embed-logo-left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}
.cm-embed-top-wrapper .banner-content h1 {
    font-size: 40px;
    line-height: 46px
}
.cm-embed-top-wrapper h1 strong {
    font-weight: 600
}
.cm-embed-top-wrapper .banner-content h3 {
    color: #f13d3d;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    margin-top: 50px;
    letter-spacing: 1px;
    padding-left: 2px
}
.cm-embed-top-wrapper .banner-content p {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: .2px;
    margin: 15px 0
}
.cm-embed-top-wrapper .banner-content {
    padding-right: 50px;
    position: relative
}
.video-embd-3-builder-inner {
    padding: 70px 0 0 !important
}
.cm-builder2 .custom-btm-design-section.design-area {
    padding-top: 0;
    padding-bottom: 140px
}
.home-banner-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.custom-home h5 {
    color: #f13d3d;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0
}
.home-banner-section .home-banner-content {
    text-align: center
}
.home-section {
    padding: 90px 0 50px
}
.home-banner-section .home-banner-content h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    color: #000;
    padding-bottom: 20px
}
.home-banner-section .home-banner-content p {
    line-height: normal;
    font-weight: normal
}
.home-banner-section img {
    max-width: 700px;
    margin: 0 auto;
    display: block
}
.home-banner-section .button-section {
    text-align: center;
    position: relative
}
.custom-home .btn-primary {
    background: #ed1c24;
    border: 1px solid #ed1c24 !important;
    color: #fff
}
.custom-home .btn {
    font-size: 16px;
    line-height: normal;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
    cursor: pointer !important;
    padding: 13.5px 33px;
    border-radius: 5px;
    letter-spacing: 0;
    outline: 0 !important;
    box-shadow: none !important
}
.custom-home .btn-primary:hover {
    background-color: #fff;
    color: #ed1c24
}
.custom-home .btn-default {
    border: 1px solid #ed1c24 !important;
    color: #ed1c24 
}
.custom-home .btn-default:hover {
    border-color: #ed1c24 !important;
    background-color: #ed1c24;
    color: #fff
}
.home-banner-section .button-section a {
    margin: 0 4px
}
.home-section .top {
    text-align: center
}
.home-client-section .client-logo-item {
    /* width: 14.2857142857%; */
    padding: 0 15px;
    height: 80px;
    display: flex;
    align-items: center;
}
.home-client-section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block
}
.home-client-section .client-logo-item img {
    max-width: 120px;
    display: block;
    margin: 0 auto
}
.home-client-section .client-logo-section {
    padding: 0 0 50px
}
.home-section .top h2 {
    margin: 0;
    padding-bottom: 10px
}
.home-client-section .client-logo-item img.family-doctor {
    max-width: 140px
}
.home-convo-section {
    padding: 70px 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    clear: both;
    overflow: hidden
}
.custom-home .span6 {
    width: 50%
}
.home-convo-section .row.top-sec {
    flex-wrap: initial
}
.home-convo-section .item {
    width: 50%;
    padding: 0 15px
}
.home-convo-section .item .inner {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
    position: relative;
    padding-bottom: 130px
}
.home-convo-section .head h2 {
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 0;
    margin: 0
}
.home-convo-section .head span {
    font-size: 25px;
    line-height: 46px;
    letter-spacing: 0;
    margin: 0;
    font-weight: normal;
    color: #f13d3d
}
.home-convo-section .head h3 {
    font-size: 25px;
    line-height: 46px;
    color: #ed1c24
}
.home-convo-section .img {
    padding: 10px 0;
    margin-bottom: 20px
}
.home-convo-section p {
    margin: 0;
    font-size: 18px;
    color: #4e4e4e;
    font-weight: normal;
    line-height: 27px
}
.home-convo-section .item .btn {
    position: absolute;
    left: 0;
    display: inline-block;
    width: auto;
    bottom: 60px;
    right: 0;
    max-width: 300px;
    margin: 0 auto
}
.home-convo-section .btm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0
}
.home-convo-section .btm .box-item {
    width: 16.6666666667%;
    padding: 0 15px
}
.home-convo-section .btm .box-item img {
    display: block;
    margin: 0 auto;
    width: 30px;
    -o-object-fit: cover;
    object-fit: cover
}
.home-convo-section .btm .box-item .inner {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center
}
.home-convo-section .btm .box-item .inner:hover {
    background: #ed1c24
}
.home-convo-section .btm .box-item .inner:hover a span {
    color: #fff
}
.home-convo-section .btm .box-item .inner .white-img {
    display: none
}
.home-convo-section .btm .box-item .inner:hover .white-img {
    display: block
}
.home-convo-section .btm .box-item .inner:hover .pink-img {
    display: none
}
.home-convo-section .btm .box-item span {
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #333;
    padding-top: 12px
}
.home-convo-section .bottom-links {
    color: #fff;
    position: relative;
    width: auto;
    padding-top: 10px
}
.home-convo-section .bottom-links img {
    width: 30px!important;
    margin-right: 8px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}
.home-convo-section .bottom-links .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.home-convo-section .bottom-links .img-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.home-convo-section .bottom-links .arrow {
    display: inline-block;
    height: 12px;
    position: absolute;
    width: 12px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0
}
.home-convo-section .bottom-links .arrow:before {
    bottom: 1px;
    content: "";
    height: 73px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff
}
.home-convo-section .bottom-links .arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    content: "";
    display: inline-block;
    height: 7px;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 7px;
    border-color: #fff
}
.home-intelligent-section {
    padding-top: 150px;
    padding-bottom: 100px
}
.home-intelligent-section .btm .row {
    -ms-flex-wrap: initial;
    flex-wrap: initial
}
.home-intelligent-section .btm .span6 {
    position: relative
}
.home-intelligent-section .btm .bubble {
    max-width: 175px;
    position: absolute;
    top: 10px;
    left: 40px
}
.home-intelligent-section .btm .circle {
    max-width: 500px;
    position: absolute;
    top: 60px;
    left: -90px
}
.home-intelligent-section .btm .description {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 20px;
    max-width: 630px;
    padding-right: 50px
}
.home-intelligent-section .btm .description p {
    font-size: 18px;
    color: #4e4e4e
}
.home-intelligent-section .btm .span6.desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.home-intelligent-section .btm .description .btn {
    margin-top: 35px
}
.home-intelligent-section .btm .description p {
    margin: 0
}
.home-tabber-section .cm-nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #979797
}
.home-tabber-section .cm-nav-tabs li a {
    padding: 20px;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    position: relative;
    cursor: pointer
}
.home-tabber-section .cm-tab-content {
    padding: 40px 0
}
.home-tabber-section .wrap {
    position: relative
}
.home-tabber-section .imgs {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 157px
}
.home-tabber-section .img2 img {
    max-width: 173px
}
.home-tabber-section .img1 img+img {
    margin-top: 8px
}
.home-tabber-section .wrap>img {
    max-height: 250px;
    width: 100%
}
.home-tabber-section .cm-nav-tabs li a:after {
    content: '';
    display: block;
    height: 3px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80%;
    margin: 0 auto;
    right: 0
}
.home-tabber-section .cm-nav-tabs li a.active:after {
    background: #ed1c24
}
.home-intelligent-section.content-right .desc {
    justify-content: end
}
.home-intelligent-section.content-right .desc .description {
    padding-left: 50px;
    padding-right: 0;
    border: 0
}
.home-intelligent-section.content-right .circle {
    left: auto;
    right: -90px
}
.home-intelligent-section.content-right .bubble {
    left: auto;
    top: 0
}
.home-developer-section {
    padding-top: 100px
}
.home-developer-section .top {
    padding-bottom: 70px
}
.home-developer-section .span6:last-child img {
    max-width: 317px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 60px
}
.home-developer-section .panel-head h4 {
    font-size: 22px;
    line-height: 24px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500
}
.home-developer-section .panel-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding-right: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.home-developer-section .panel-head .circle-icon {
    width: 30px;
    height: 30px;
    background: #e8f6f3;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    cursor: pointer
}
.home-developer-section .panel-head .circle-icon .remove {
    display: none
}
.home-developer-section .panel-head .circle-icon span {
    font-size: 20px;
    line-height: normal;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500
}
.home-developer-section .panel-body p {
    color: #4e4e4e;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.1pt;
    font-family: system-ui, Arial, sans-serif;
    font-weight: normal
}
.home-developer-section .panel-body .inner {
    max-width: 350px;
    padding: 25px 0
}
.home-developer-section .panel-body {
    display: none
}
.home-developer-section .accordion-item+.accordion-item {
    padding-top: 15px
}
.home-developer-section .accordion-section {
    max-width: 440px
}
.home-developer-section .panel-head.active .add {
    display: none
}
.home-developer-section .panel-head.active .remove {
    display: block
}
.home-signup-section .top {
    padding-bottom: 50px
}
.home-signup-section .row {
    flex-wrap: initial
}
.home-signup-section .span6 {
    padding: 0 15px
}
.home-signup-section .inner {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: 10px;
    padding: 50px;
    background-size: cover;
    position: relative
}
.home-signup-section .inner h4 {
    font-family: system-ui, Arial, sans-serif;
}
.home-signup-section .inner p {
    font-family: system-ui, Arial, sans-serif;
    margin: 0
}
.home-signup-section .inner .btn {
    margin-top: 30px
}
.home-signup-section .inner.text-white {
    color: #fff
}
.home-signup-section .inner.text-white h4 {
    color: #fff
}
.home-signup-section .inner.text-white p {
    color: #fff
}
.home-customer-section {
    background-position: center;
    background-size: cover;
    padding: 0;
    position: relative;
    overflow: hidden
}
.home-customer-section .bubble-img {
    max-width: 175px;
    top: -83px;
    right: 0;
    position: absolute
}
.home-customer-section .container {
    position: relative;
    margin-top: 90px
}
.home-customer-section .customer-wrp {
    padding: 40px 0;
    padding-bottom: 80px;
    max-width: 700px;
    margin: 0 auto
}
.home-customer-section .customer-wrp img {
    display: block;
    margin: 0 auto
}
.home-customer-section .item {
    padding: 0 10px
}
.home-customer-section .customer-img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%
}
.cm-home-page footer {
    border: 0;
    padding-top: 80px
}
.home-signup-section {
    padding-bottom: 140px;
    padding-top: 50px
}
.home-head-wrp {
    min-height: 105px
}
.custom-home {
    overflow: hidden
}
.custom-home img {
    width: 100%
}
.home-convo-section .bottom-links span {
    color: #333;
    display: inline-block;
    white-space: nowrap
}
.home-developer-section .span6 {
    position: relative
}
.home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.home-overlay img {
    height: 372px;
    width: 410px;
    display: block;
    margin: 0 auto
}
.home-intelligent-section .icon {
    position: absolute;
    height: 157px;
    width: 144px;
    object-fit: contain;
    margin-top: 30px;
    margin-left: 20px;
    display: inline-block
}
.home-intelligent-section .btm .description .inner-sec {
    margin-top: -100px;
    padding-right: 100px
}
.home-intelligent-section .btm .description .inner-sec h2, .home-developer-section h2 {
    margin: 0;
    padding-bottom: 10px
}
.home-intelligent-section .span6.desc {
    width: 60%
}
.home-intelligent-section .span6.image {
    width: 40%
}
.home-intelligent-section .icon.icon2 {
    height: 203px;
    width: 197px;
    margin-top: 60px;
    left: -40px
}
.home-developer-section h2 {
    padding-bottom: 30px
}
.home-developer-section .icon.icon3 {
    position: absolute;
    height: 158px;
    width: 144px;
    object-fit: contain;
    right: 0;
    left: 0;
    margin: 0 auto
}
.home-developer-section .container {
    position: relative
}
.home-developer-section .span6:last-child .home-overlay img {
    max-width: 478px;
    height: 464px;
    width: 90%;
    display: block;
    margin: 0 auto
}
.home-developer-section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.home-banner-section .home-banner-content h1 span {
    font-size: 46px;
    line-height: normal
}
.home-client-section .button-section {
    text-align: center;
    padding-bottom: 30px
}
.home-intelligent-section.content-left svg .svg-elem-1 {
    stroke-dashoffset: 233.56622314453125px;
    stroke-dasharray: 233.56622314453125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s
}
.home-intelligent-section.content-left .animated svg .svg-elem-1 {
    stroke-dashoffset: 0
}
.home-intelligent-section.content-left svg .svg-elem-2 {
    stroke-dashoffset: 22.020252227783203px;
    stroke-dasharray: 22.020252227783203px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .12s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .12s
}
.home-intelligent-section.content-left .animated svg .svg-elem-2 {
    stroke-dashoffset: 0
}
.home-intelligent-section.content-left svg .svg-elem-3 {
    stroke-dashoffset: 55.40707511102649px;
    stroke-dasharray: 55.40707511102649px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .24s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .24s
}
.home-intelligent-section.content-left .animated svg .svg-elem-3 {
    stroke-dashoffset: 0
}
.icon svg {
    width: inherit;
    height: inherit
}
.custom-home .icon {
    animation-duration: 3s
}
.home-intelligent-section.content-right svg .svg-elem-1 {
    stroke-dashoffset: 233.56622314453125px;
    stroke-dasharray: 233.56622314453125px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s
}
.home-intelligent-section.content-right .animated svg .svg-elem-1 {
    stroke-dashoffset: 0
}
.home-intelligent-section.content-right svg .svg-elem-2 {
    stroke-dashoffset: 22.020252227783203px;
    stroke-dasharray: 22.020252227783203px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .12s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .12s
}
.home-intelligent-section.content-right .animated svg .svg-elem-2 {
    stroke-dashoffset: 0
}
.home-intelligent-section.content-right svg .svg-elem-3 {
    stroke-dashoffset: 55.40707511102649px;
    stroke-dasharray: 55.40707511102649px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .24s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .24s
}
.home-intelligent-section.content-right .animated svg .svg-elem-3 {
    stroke-dashoffset: 0
}
.home-developer-section svg .svg-elem-1 {
    stroke-dashoffset: 233.5668182373047px;
    stroke-dasharray: 233.5668182373047px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s
}
.home-developer-section .animated svg .svg-elem-1 {
    stroke-dashoffset: 0
}
.home-developer-section svg .svg-elem-2 {
    stroke-dashoffset: 22.02112579345703px;
    stroke-dasharray: 22.02112579345703px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .12s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .12s
}
.home-developer-section .animated svg .svg-elem-2 {
    stroke-dashoffset: 0
}
.home-developer-section svg .svg-elem-3 {
    stroke-dashoffset: 55.40707511102649px;
    stroke-dasharray: 55.40707511102649px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .24s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) .24s
}
.home-developer-section .animated svg .svg-elem-3 {
    stroke-dashoffset: 0
}
.home-tabber-section .cm-tab-content .mobile-title {
    display: none
}
.home-intelligent-section .cm-img-slide-wrapper .slick-dots, .deploy-wrapper .slick-dots, .home-developer-section .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}
.home-intelligent-section .cm-img-slide-wrapper .slick-dots button, .deploy-wrapper .slick-dots button, .home-developer-section .slick-dots button {
    display: none
}
.home-intelligent-section .cm-img-slide-wrapper .slick-dots li, .deploy-wrapper .slick-dots li, .home-developer-section .slick-dots li {
    background: #d8d8d8;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer
}
.home-intelligent-section .cm-img-slide-wrapper .slick-dots li.slick-active, .deploy-wrapper .slick-dots li.slick-active, .home-developer-section .slick-dots li.slick-active {
    background: #ed1c24;
    border-radius: 6px;
    width: 34px
}
.home-intelligent-section .home-overlay img {
    height: 464px;
    max-width: 408px;
    width: 100%;
    margin-top: 30px
}
.home-intelligent-section .cm-img-slide-wrapper .item img {
    width: 100%
}
.home-intelligent-section .cm-img-slide-wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.home-intelligent-section .deploy-wrapper {
    max-width: 478px;
    width: 100%;
    min-height: 464px;
    text-align: center;
    position: relative
}
.home-intelligent-section .deploy-wrapper img {
    max-width: 168px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
}
.home-intelligent-section .deploy-wrapper h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.12px;
    color: #333;
    margin: 0
}
.home-intelligent-section .deploy-wrapper p {
    color: #4e4e4e;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}
.home-intelligent-section .deploy-wrapper .deploy-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}
.home-intelligent-section .deploy-wrapper .slick-slider {
    padding: 20px 50px;
    padding-top: 80px
}
.enterprise-img-wrap {
    position: relative
}
.enterprise-img-wrap.ent-tab2 img {
    max-width: 403px !important;
    margin-top: -20px !important
}
.enterprise-img-wrap.ent-tab3 img {
    max-width: 536px !important;
    margin-top: 15px !important
}
.enterprise-img-wrap.ent-tab4 {
    padding-top: 110px
}
.home-developer-section .span6:last-child .enterprise-img-wrap.ent-tab4 .row img {
    max-width: 120px;
    margin: 0 auto
}
.home-developer-section .span6:last-child .enterprise-img-wrap.ent-tab4 .row {
    padding: 0 70px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.home-developer-section .span6:last-child .ent-slide-main-item .ent-slide-inner {
    background: #fff;
    border-radius: 24.5px;
    min-height: 100px;
    width: 90px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 0 6px 0 #eff2ff;
    -webkit-box-shadow: 0 0 6px 0 #eff2ff;
    -ms-box-shadow: 0 0 6px 0 #eff2ff;
    -o-box-shadow: 0 0 6px 0 #eff2ff;
    text-align: center;
    height: 100%
}
.home-developer-section .span6:last-child .ent-slide-main-item .ent-slide-inner img {
    margin: 0 auto;
    max-width: 30px;
    margin-bottom: 5px
}
.ent-slide-main-item .row {
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial
}
.ent-slide-main-item .row .slide-inner-item {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px
}
.ent-slide-main-item {
    margin: 0 auto;
    padding-top: 110px
}
.ent-slide-main-item .ent-slide-inner span.img-caption {
    color: #333;
    font-size: 13px;
    line-height: normal
}
.home-developer-section .accordion-item .button-section {
    padding-top: 10px
}
.home-developer-section .accordion-item .button-section a {
    margin-right: 5px
}
.cm-ai-tabs .tab-content {
    padding: 0 !important
}
.cm-ai-tabs ul#interest_tabs {
    padding: 0 !important
}
.cm-ai-tabs ul#interest_tabs li {
    padding: 0 !important;
    display: block !important;
    width: initial !important
}
.use-cases #tabs.cm-ai-tabs ul#interest_tabs li a.nav-link.active {
    font-weight: 500 !important
}
.cm-ai-tabs article {
    padding: 60px 0 !important
}
.cm-ai-page .why-enablex h6.red-txt {
    margin-top: 0 !important
}
.cm-ai-page .why-enablex {
    background-image: url(../../images/why-enablex.png);
    background-size: contain;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    height: 958px;
    margin-bottom: 50px
}
.cm-top-ai-banner {
    padding-top: 100px
}
.table-sec.custom-pricing-calculator {
    border: 0 !important
}
.faceai-calculator-inner {
    background: #f6f6f6;
    max-width: 600px;
    margin: 20px 0;
    padding: 30px 60px;
    border-radius: 15px
}
.faceai-calculator-inner .form-group>label {
    display: block;
    font-weight: 500
}
.faceai-calculator-inner .form-group>input {
    width: 100%;
    display: block;
    border: 1px solid #dee1e7;
    background: transparent;
    padding: 10px;
    border-radius: 5px
}
.faceai-calculator-inner input[type="button"] {
    background: red;
    border: 0;
    color: #fff;
    padding: 13px 50px;
    line-height: normal;
    border-radius: 25px;
    margin: 0 0 30px;
    font-weight: 600
}
.custom-pricing-calculator {
    padding-bottom: 60px !important
}
.cm-video-api2-page .api-embed-logo img {
    max-width: 143px;
    display: block !important
}
.cm-video-api2-page .bottom-section {
    padding-top: 20px
}
.cm-video-api2-page .top-section.cm-api-top-section {
    padding-bottom: 20px
}
.cm-service-provider-page .home-banner-section .home-banner-content h1 {
    padding-bottom: 0
}
.cm-service-provider-page .home-banner-section .button-section {
    margin-bottom: -40px
}
.cm-service-provider-page .home-banner-section img {
    max-width: 900px
}
.cm-service-provider-page .cm-revenue-section .rev-item {
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
    margin: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    width: 33.333%
}
.cm-service-provider-page .cm-revenue-section .rev-item img {
    max-width: 58px;
    margin-right: 20px
}
.cm-service-provider-page .cm-revenue-section .rev-item span {
    font-size: 18px;
    display: inline-block;
    max-width: 83px;
    font-weight: 600;
    line-height: 24px
}
.cm-service-provider-page .cm-revenue-section .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    max-width: 700px;
    margin: 0 auto
}
.cm-service-provider-page .custom-section .top h2 {
    margin: 0;
    padding-bottom: 10px
}
.cm-service-provider-page .cm-provider-section2 {
    padding-top: 120px
}
.cm-service-provider-page .cm-provider-section2 .home-developer-section {
    padding-top: 70px;
    padding-bottom: 100px
}
.cm-service-provider-page .home-developer-section .dev-desc h3 {
    font-size: 40px;
    line-height: 46px;
    color: #000;
    padding-bottom: 10px
}
.cm-service-provider-page .home-developer-section .dev-desc p {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: normal
}
.cm-service-provider-page .home-developer-section .dev-desc {
    padding-bottom: 20px
}
.cm-service-provider-page .home-developer-section .panel-body .inner {
    padding: 10px 0
}
.cm-service-provider-page .home-developer-section .panel-head h4 {
    color: #000;
    font-weight: 600
}
.cm-service-provider-page .home-developer-section .icon1 {
    position: absolute;
    right: -60px;
    margin-top: 50px
}
.cm-service-provider-page .cm-provider-section3 .enterprise-img-wrap img {
    max-width: 470px;
    margin: 0 auto;
    display: block
}
.cm-service-provider-page .cm-provider-section3 .home-overlay {
    display: none
}
.cm-service-provider-page .cm-provider-section3 .icon {
    position: absolute;
    left: -100px;
    margin-top: 30px
}
.cm-service-provider-page .cm-provider-section3 .home-developer-section {
    padding-bottom: 250px
}
.cm-service-provider-page .cm-provider-section3 .icon svg {
    width: 177px
}
.cm-service-provider-page .cm-provider-section4 h3 {
    font-size: 40px;
    line-height: 46px;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    padding-bottom: 10px
}
.cm-service-provider-page .cm-provider-section4 p {
    font-size: 18px;
    color: #4e4e4e;
    max-width: 520px
}
.cm-service-provider-page .cm-provider-section4 .right img {
    max-width: 527px;
    display: block;
    margin: 0 auto
}
.cm-service-provider-page .cm-provider-section4 .row {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.cm-service-provider-page .cm-provider-section4 {
    padding-bottom: 140px
}
.cm-service-provider-page .cm-partner-provider {
    background-position: center;
    background-size: cover;
    padding: 50px 0
}
.cm-service-provider-page .cm-partner-provider .left img {
    max-width: 198px;
    display: block;
    margin: 0 auto
}
.cm-service-provider-page .cm-partner-provider .row {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.cm-service-provider-page .cm-partner-provider .right h3 {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: bold;
    padding-bottom: 20px
}
.cm-service-provider-page .possibilities-section {
    padding: 130px 0 80px
}
.cm-service-provider-page .possibilities-section .possibile-top, .cm-service-provider-page .business-section .top {
    text-align: center;
    padding-bottom: 40px
}
.cm-service-provider-page .possibilities-section .possibile-top p, .cm-service-provider-page .business-section .top p {
    margin: 0 auto;
    max-width: 900px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    line-height: 24px;
    text-transform: inherit;
    font-size: 18px;
    padding-top: 10px
}
.cm-service-provider-page .possibilities-section .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}
.cm-service-provider-page .possibilities-section .item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px
}
.cm-service-provider-page .possibilities-section .item .inner {
    border: 1px solid #e4e5eb;
    position: relative;
    border-radius: 25px;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 6px 0px rgb(239 242 255);
    height: 100%
}
.cm-service-provider-page .possibilities-section .item p {
    color: #000;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600
}
.cm-service-provider-page .possibilities-section .item ul {
    padding: 0;
    font-size: 20px;
    line-height: 30px
}
.cm-service-provider-page .possibilities-section .item ul li+li {
    margin-top: 10px
}
.cm-service-provider-page .possibilities-section .item ul li {
    position: relative;
    list-style: none;
    width: 100%;
    padding-left: 30px;
    font-size: 18px
}
.cm-service-provider-page .possibilities-section .item ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ed1c24;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.cm-service-provider-page .business-section .btm img {
    max-width: 58px
}
.cm-service-provider-page .business-section .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px
}
.cm-service-provider-page .business-section .btm .item {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 50px
}
.cm-service-provider-page .business-section .btm .item h3 {
    font-size: 22px;
    color: #000;
    line-height: 33px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px
}
.cm-service-provider-page .business-section .btm .item p {
    font-size: 18px
}
.cm-service-provider-page .business-section .btm .item .img {
    margin-bottom: 30px
}
.cm-service-provider-page .business-section .button-section {
    text-align: center
}
.cm-service-provider-page .business-section {
    padding-bottom: 90px
}
.cm-service-provider-page .cm-provider-section8 .cm-test-drive-section {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    background-size: cover
}
.cm-service-provider-page .cm-provider-section8 .cm-test-drive-section .inner {
    padding: 50px 30px
}
.cm-service-provider-page .cm-provider-section8 .cm-test-drive-section h3 {
    font-size: 40px;
    line-height: normal;
    color: #fff;
    font-weight: 500
}
.cm-service-provider-page .cm-provider-section8 .cm-test-drive-section p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 15px
}
.cm-service-provider-page .cm-provider-section8 {
    padding-bottom: 100px
}
.cm-service-provider-page .cm-provider-section3 .span6.last-sec {
    padding-right: 100px
}
.cm-service-provider-page .cm-provider-section4 .right {
    padding-left: 70px
}
.cm-service-provider-page .home-developer-section .panel-head img {
    width: 30px;
    margin: 0 !important;
    max-width: 100% !important
}
.cm-service-provider-page .home-developer-section .panel-head img.top-arrow {
    display: none
}
.cm-service-provider-page .home-developer-section .panel-head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}
.cm-service-provider-page .home-developer-section .panel-head.active img.btm-arrow {
    display: none
}
.cm-service-provider-page .home-developer-section .panel-head.active img.top-arrow {
    display: block
}
.home-industry-solution {
    padding-top: 210px
}
.home-industry-solution .item {
    width: 33.333%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 40px
}
.home-industry-solution .item img.white-img {
    display: none
}
.home-industry-solution .item .img img {
    width: 30px;
    image-rendering: -webkit-optimize-contrast;
    margin: 0 auto
}
.home-industry-solution .btm {
    max-width: 700px;
    padding-top: 80px;
    margin: 0 auto
}
.home-industry-solution .item .inner {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e4e5eb;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(239 242 255);
    box-shadow: 0px 0px 6px 0px rgb(239 242 255)
}
.home-industry-solution .item .inner a {
    display: block;
    padding: 10px 20px
}
.home-industry-solution .item .title span {
    font-size: 16px;
    line-height: normal;
    color: #333;
    font-weight: 500;
    display: block
}
.home-industry-solution .item .title {
    padding: 10px 0 4px
}
.home-industry-solution .item .inner:hover {
    background: red;
    color: #fff
}
.home-industry-solution .item .inner:hover .title span {
    color: #fff
}
.home-industry-solution .item .inner:hover svg {
    fill: #fff
}
.home-industry-solution .item .inner:hover svg g {
    stroke: #fff
}
.home-industry-solution .item .inner:hover .white-img {
    display: block
}
.home-industry-solution .item .inner:hover img.pink-img {
    display: none
}
.home-section.home-intelligent-section.content-left .icon {
    left: 0;
    right: 0;
    margin: 0 auto
}
.home-section.home-intelligent-section.content-right {
    padding-top: 20px
}
.home-section.home-intelligent-section.content-right .icon.icon2 {
    margin-top: 150px
}
.client-logo-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.home-client-section .client-logo-item img.engage {
    max-width: 140px
}
.home-client-section .client-logo-item img.samarpan {
    max-width: 140px
}
.home-client-section .client-logo-item img.connectable {
    max-width: 150px
}
.home-client-section .client-logo-item img.lifecell {
    max-width: 140px
}
.home-client-section .client-logo-item img.revisewise {
    max-width: 160px
}
.home-client-section .client-logo-item img.simplify-360, .home-client-section .client-logo-item img.routemobile {
    max-width: 150px
}
.home-client-section .client-logo-item img.tata {
    max-width: 120px
}
.home-client-section .client-logo-item img.kastle {
    max-height: 80px
}
.home-client-section .client-logo-item img.talentlease {
    max-width: 170px
}
.home-client-section .client-logo-item img.skill-mantra {
    max-width: 140px
}
.home-client-section .client-logo-item img.anq {
    max-width: 120px
}
.home-client-section .client-logo-item img.paytm-bank {
    max-width: 140px
}
.home-client-section .client-logo-item img.globl-logic {
    max-width: 140px
}
.home-client-section .client-logo-item img.gslab {
    max-width: 140px
}
.home-client-section .client-logo-item img.softtech {
    max-width: 150px
}
.home-client-section .client-logo-item img.unicorn {
    max-width: 140px
}
.home-client-section .client-logo-item img.digital-events {
    max-width: 140px
}
.home-client-section .client-logo-item img.planet-nextgen {
    max-width: 140px
}
.home-client-section .client-logo-item img.technovators {
    max-width: 150px
}
.home-client-section .client-logo-item img.nextgen {
    max-width: 140px
}
.home-client-section .client-logo-item img.offc-track {
    max-width: 140px
}
.home-client-section .client-logo-item img.costuco {
    max-width: 140px
}
.home-client-section .client-logo-item img.tapplent {
    max-width: 140px
}
.home-client-section .client-logo-item img.wipro {
    max-width: 100px
}
.hiring-tabs .project.white-bg.hide {
    display: none
}
.hiring-tabs .project.white-bg.show {
    display: block
}
.hiring-tabs .projects.cm-all .project.white-bg[data-filter*="none"] {
    display: none !important
}
.custom-header ul#first-menu>li.has-submenu>a {
    cursor: pointer
}
.cm-ai-page .modal {
    z-index: 999999
}
.cm-ai-page .modal-backdrop {
    z-index: 99999
}
.cm-ai-page .modal-dialog {
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%) !important
}
.cm-ai-page .modal-dialog button.close {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    padding: 0
}
.cm-ai-page .modal-dialog button.close span {
    position: static;
    line-height: 20px
}
.home-section.home-client-section {
    padding-top: 0
}
.home-section.home-intelligent-section.content-right .home-overlay {
    top: -20px
}
.header-logo {
    background-image: url(../../images/css_sprites-new.png);
    width: 145px;
    height: 28px;
    background-position: -0 -0;
    margin: 0;
    padding: 0 !important;
    position: relative;
    top: -11px
}
.header2 .head-ico {
    background-image: url(../../images/css_sprites-new.png);
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0 !important;
    background-position: -173px -0;
    display: inline-block;
    background-repeat: no-repeat
}
.header2 .head-ico.video-api {
    background-position: -173px -90px
}
.header2 .head-ico.voice-api {
    background-position: -0 -146px
}
.header2 .head-ico.sms-api {
    background-position: -143px -30px
}
.header2 .head-ico.chat-api {
    background-position: -0 -86px
}
.header2 .head-ico.virtual-num {
    background-position: -173px -60px
}
.header2 .head-ico.face-ai {
    background-position: -30px -116px
}
.header2 .head-ico.capability {
    background-position: -0 -56px
}
.header2 .head-ico.feature {
    background-position: -90px -86px
}
.header2 .head-ico.education {
    background-position: -60px -86px
}
.header2 .head-ico.healthcare {
    background-position: -60px -116px
}
.header2 .head-ico.banking-fin {
    background-position: -30px -56px
}
.header2 .head-ico.retail-com {
    background-position: -120px -116px
}
.header2 .head-ico.hr-recruit {
    background-position: -90px -116px
}
.header2 .head-ico.iot {
    background-position: -143px -0
}
.header2 .head-ico.service {
    background-position: -30px -86px
}
.head-industry .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header2 .head-ico.video-meet {
    background-position: -173px -30px
}
.header2 .head-ico.webinar {
    background-position: -143px -60px
}
.header2 .head-ico.vid-meeting {
    background-position: -173px -30px
}
.header2 .head-ico.blogs {
    background-position: -90px -56px
}
.header2 .head-ico.news {
    background-position: -60px -56px
}
.header2 .head-ico.whitepaper {
    background-position: -0 -116px
}
.header2 .subscribe li.dl-back {
    display: none !important
}
.soc-icon {
    display: block;
    background-image: url(../../images/css_sprites-new.png);
    width: 26px;
    height: 24px;
    background-position: -173px -120px
}
.soc-icon.twitter {
    background-position: -143px -90px;
    height: 21px;
    position: relative;
    top: 4px
}
.soc-icon.youtube {
    height: 26px;
    background-position: -120px -56px
}
.cm-figure-imgs .white-hvr {
    display: none
}
.Voice-API-grid a:hover .cm-figure-imgs .white-hvr {
    display: block
}
.Voice-API-grid a:hover .cm-figure-imgs .norml-hvr {
    display: none
}
.cm-service-provider-page .home-banner-section {
    padding-bottom: 0;
    margin-bottom: -20px
}
.cm-service-provider-page .home-developer-section .panel-body p {
    font-size: 18px
}
.cm-service-provider-page .service-possible-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 1px #dddd;
    border-radius: 10px;
    width: max-content;
    padding: 0
}
.cm-service-provider-page .service-possible-links ul a {
    cursor: pointer;
    border: 0 solid transparent;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .36px;
    text-align: center;
    padding: 8px 25px;
    display: block
}
.cm-service-provider-page .service-possible-links ul a.active {
    background: linear-gradient(180deg, #f13d3d 22%, #a0198e 100%);
    color: #fff !important;
    cursor: pointer;
    border-radius: 6px
}
.cm-service-provider-page .home-developer-section.first .span6:last-child img {
    max-width: 450px !important;
    margin-top: 220px !important
}
.cm_webrtc .top-section.cm-api-top-section {
    background-image: url(../../images/webrtc/Background-10.webp) !important;
    padding-bottom: 100px;
    position: relative
}
.cm_webrtc .home-client-section {
    padding: 40px 0
}
.webr-section {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.webr-section .top {
    text-align: center
}
.webr-section .top h2 {
    margin: 0;
    padding-bottom: 10px
}
.webr-section .top p {
    line-height: normal;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}
.cm_webrtc .customer-love .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 20px
}
.cm_webrtc .customer-love .item .inner {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px #ddd;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%
}
.cm_webrtc .customer-love .item {
    width: 50%;
    padding: 0 5px 15px
}
.cm_webrtc .customer-love .item .white-img {
    display: none
}
.cm_webrtc .customer-love .item .imgs img {
    margin: 0;
    width: 30px
}
.cm_webrtc .customer-love .item h3 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px
}
.cm_webrtc .customer-love .item .imgs {
    margin-bottom: 10px
}
.cm_webrtc .customer-love .item .inner:hover {
    background: -webkit-gradient(linear, left top, right top, from(#a20a90), to(#cc292a));
    background: -o-linear-gradient(left, #a20a90, #cc292a);
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff
}
.cm_webrtc .customer-love .item .inner:hover .grey-img {
    display: none
}
.cm_webrtc .customer-love .item .inner:hover img.white-img {
    display: block
}
.cm_webrtc .customer-love .item .inner:hover p {
    color: #fff
}
.cm_webrtc .customer-love .item .imgs svg {
    height: 35px;
    width: 35px
}
.cm_webrtc .customer-love .item .inner:hover svg .st11 {
    stroke: #fff
}
.cm_webrtc .use-case-section .tab-content h3 {
    font-size: 1.75rem;
    font-weight: 500
}
.cm_webrtc .use-case-section .tab-pane p {
    font-size: 17px
}
.webr-section.hooks-section {
    background-size: cover;
    background-position: center;
    padding-bottom: 100px
}
.webr-section.hooks-section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 70px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.webr-section.hooks-section .item {
    width: 25%;
    padding: 0 5px;
    margin-top: 20px
}
.webr-section.hooks-section .item .inner {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px #ddd;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    text-align: center
}
.webr-section.hooks-section .item .imgs {
    text-align: center;
    padding-bottom: 20px
}
.webr-section.hooks-section .item svg {
    width: 40px
}
.webr-section.hooks-section .item h3 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px
}
.webr-section.hooks-section .item .arrow img {
    width: 30px
}
.webr-section.feature-section .btm .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.webr-section.feature-section .btm .item {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 40px
}
.webr-section.feature-section .btm .item .inner {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px #ddd;
    box-shadow: 0 1px 5px #ddd;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%
}
.webr-section.feature-section .item img {
    width: 35px;
    margin-bottom: 20px
}
.webr-section.feature-section .item h3 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px
}
.webr-section.feature-section .item p {
    line-height: normal
}
.webr-section.feature-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.webr-section.feature-section .btm {
    padding: 0 50px
}
.cm_webrtc .test-drive {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}
.cm_webrtc .test-drive article h4 {
    font-size: 40px
}
.cm_webrtc .test-drive article p {
    font-size: 17px
}
.cm_webrtc .home-section.home-customer-section {
    padding-bottom: 80px
}
.cm_webrtc .voice-api-txt .voice-api-p {
    padding-bottom: 20px
}
.cm_webrtc .home-client-section .client-logo-section {
    padding: 0
}
.cm_webrtc .use-case-section .btm {
    padding: 0
}
.cm_webrtc .home-developer-section {
    padding: 0;
    padding-top: 80px
}
.cm_webrtc .home-developer-section .span6:last-child img {
    margin: 0 auto !important;
    max-width: 100% !important
}
.cm_webrtc .use-case-section .span6:last-child {
    width: 50%;
    padding: 0
}
.use-case-section.webr-section {
    padding-bottom: 100px
}
.webr-section.hooks-section .item img {
    max-width: 40px
}
.cm_webrtc .home-developer-section .panel-body p {
    font-size: 17px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 25px
}
.custom-copyright-section {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    text-align: center 
}
.custom-copyright-section p {
    margin: 0;
    font-family: system-ui, Arial, sans-serif;
    font-size: 16px;
    line-height: normal
}
.cm-scrolling-arrow {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px
}
/* .sms-spi-pricing-theme.cm_sms_pricing .table-section .country-sec .sel-country .select2-container--default .select2-selection--single {
    border: 0 !important;
    height: 29px !important
} */
.cm_sms_pricing .send_sms_to_sec p.sms_data {
    font-size: 16px;
    line-height: normal;
    padding-top: 10px;
    color: #3333338a;
    font-family: system-ui, Arial, sans-serif;
}
.cm_sms_pricing .send_sms_to_sec p.sms_data a {
    text-decoration: underline
}
.cm_sms_pricing .cm_wrap article.sel-country.mt-4 {
    margin: 0 !important
}
.cm_sms_pricing .cm_wrap span.select2.select2-container.select2-container--default {
    margin: 0 !important
}
.cm_sms_pricing .cm_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.cm_sms_pricing .cm_wrap p {
    margin: 0 !important
}
.cm_sms_pricing .cm_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-overflow: initial;
    overflow: initial
}
.cm_sms_pricing .cm_wrap .cm-right {
    display: flex;
    align-items: center
}
.career-testimonail-section .testi-left img {
    max-width: 80%;
    margin: 0 auto
}
.career-testimonail-section .author-section .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.career-testimonail-section .author-section .right img {
    width: 16px;
    margin-right: 7px
}
.career-testimonail-section .author-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.career-testimonail-section .author-section>div {
    width: 50%
}
.career-testimonail-section .testi-right h5 {
    color: #ed1c24;
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600
}
.career-testimonail-section .testi-right p {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.09px;
    max-width: 420px
}
.career-testimonail-section .author-section .left h4 {
    font-size: 22px;
    line-height: normal;
    font-family: system-ui, Arial, sans-serif;
    letter-spacing: -0.12px;
    margin: 0;
    padding-bottom: 5px
}
.career-testimonail-section .author-section .left p {
    font-size: 13px;
    line-height: normal;
    font-family: system-ui, Arial, sans-serif;
    margin: 0
}
.career-testimonail-section .slick-arrow {
    border-radius: 50%;
    border: 0;
    background: #f0f0f0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    z-index: 1
}
.career-testimonail-section .slick-arrow i {
    line-height: inherit;
    position: relative;
    top: -2px
}
.career-testimonail-section .slick-arrow:hover {
    background: -webkit-gradient(linear, left top, right top, from(#a20a90), to(#cc292a));
    background: -o-linear-gradient(left, #a20a90, #cc292a);
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff
}
.career-testimonail-section .slick-slider {
    position: relative
}
.career-testimonail-section .slick-arrow.slick-next {
    left: auto;
    right: 0
}
.career-testimonail-section .quote {
    letter-spacing: -0.65px;
    color: #333;
    font-size: 130px;
    opacity: 10%;
    position: absolute;
    top: 30px;
    left: 0;
    line-height: 0
}
.career-testimonail-section .content_inner {
    position: relative
}
.cm_career_page .profil-about {
    margin-top: 120px;
    padding-bottom: 80px;
    margin-bottom: 50px;
    padding-top: 40px
}
.cm_career_page .profil-about li p {
    margin: 0
}
.cm_career_page .profil-about .col-xl-4 .row {
    align-items: center
}
.cm_career_page.we-hiring-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt, .career-theme.cm_career_page.we-hiring-theme .EnableX-Advantages h6.red-txt, .career-theme.cm_career_page .profil-about h6.red-txt, .cm_career_page .custom-home h5 {
    color: #ed1c24;
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal
}
.career-theme.cm_career_page .profil-about h4, .career-theme.cm_career_page .EnableX-Advantages h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 15px
}
.career-testimonail-section .testi-right h3 {
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: system-ui, Arial, sans-serif;
    padding-bottom: 30px
}
.career-testimonail-section .item>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.career-testimonail-section .top h5 {
    color: #ed1c24;
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600
}
.career-testimonail-section .top h3 {
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: system-ui, Arial, sans-serif;
    padding-bottom: 30px
}
.career-testimonail-section .top {
    margin-bottom: -120px
}
.career-inner-pages.apply-theme .hlth-top-bg .top-section {
    height: auto
}
.cm_no_list {
    padding-left: 0 !important
}
.cm_no_list:before {
    content: none !important
}
.apply-theme.career-inner-pages .section-2-job .exp-sec p a {
    text-transform: initial
}
.sub-menu-right.aap-links {
    padding-bottom: 20px !important
}
.career-inner-pages.apply-theme .hlth-top-bg .top-section {
    height: auto !important
}
.career-inner-pages.apply-theme .section-2-job {
    height: auto;
    padding: 80px 0;
    background-size: contain;
    background-position: inherit
}
.career-inner-pages.apply-theme .section-2-job .white-bg {
    text-align: center
}
.career-inner-pages.apply-theme .section-2-job .white-bg p {
    text-align: center
}
.career-inner-pages.apply-theme .section-2-job .white-bg ul {
    margin: 0;
    clear: both;
    line-height: normal;
    padding: 20px 0
}
.career-inner-pages.apply-theme .section-2-job .white-bg ul li {
    float: none;
    display: inline-block
}
.career-inner-pages.apply-theme .section-2-job .white-bg ul li a {
    display: inline-block
}
@media(min-height:600px) and (min-width:992px) {
    .cm_webrtc .top-section.cm-api-top-section {
        min-height: 100vh
    }
    .cm_webrtc .top-section.cm-api-top-section .bottom-section {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
#stickyHeader .app .ton-hedr-nav li.nav-item.cm-talk-us>a {
    font-family: system-ui, Arial, sans-serif;
    background-color: #fff;
    border-radius: 5px;
    color: #f13d3d !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 9px 20px !important;
    margin-right: 0;
    border: 1px solid #fff;
    text-transform: capitalize !important;
    box-shadow: 0 0 10px 1px #dedbdb;
    cursor: pointer !important;
    letter-spacing: 0
}
#stickyHeader .app .ton-hedr-nav li.nav-item.cm-talk-us.contact-btn>a {
    background-color: #f13d3d;
    color: #fff !important;
    border:none;
    padding: 9px 20px !important;
    font-size: 16px !important;
    display: initial;
    background: linear-gradient(90deg, #a20a90, #cc292a);
}
#stickyHeader .app .ton-hedr-nav li.nav-item.cm-talk-us.contact-btn>a:hover {
    background-color: #fff;
    border:none;
    color: #fff;
    background: linear-gradient(90deg, #cc292a, #a20a90);
}
#stickyHeader .app .ton-hedr-nav li.nav-item.cm-talk-us>a:hover {
    background-color: #f13d3d;
    border: 1px solid transparent;
    color: #fff !important
}
#stickyHeader .app nav ul#first-menu li .sign-in.hire-btn:hover {
    background: #f13d3d !important;
    color: #fff !important;
    border: 1px solid transparent
}
.cm_discord .discord {
    border-radius: 3px;
    background: #5965f3;
    max-width: 30px;
    display: inline-block;
    padding: 2px 5px;
    margin-right: 8px
}
.cm_discord em {
    font-style: normal;
    font-size: 12px;
    text-transform: none;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.04px;
    line-height: normal
}
.cm_discord a {
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 5px 15px 5px 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}
#stickyHeader .app .ton-hedr-nav li.cm_discord a {
    cursor: pointer !important;
    color: #333 !important
}
#stickyHeader .app .ton-hedr-nav li a {
    padding: 9px 10px
}
.cm-provider-section1 .btn {
    position: relative;
    z-index: 1
}
.apply-theme .responsibiliti-sec ul p {
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px
}
.notfound-404 .title {
    line-height: 200px
}
.notfound-404 {
    text-align: center;
    padding: 40px 0 60px
}
.notfound-404 .title h1 {
    font-family: 'Fredoka One', cursive !important;
    font-size: 150px;
    margin: 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#c12747, #9c2b87);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}
.notfound-404 h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    margin: 0
}
.cm_video-tabber .cm_wrapr {
    display: flex
}
.cm_video-tabber {
    padding: 40px 0
}
.cm_video-tabber .cm_wrapr .left-bar, .cm_video-tabber .cm_wrapr .right-bar {
    width: 25%
}
.cm_video-tabber .cm_wrapr .mid-bar {
    width: 50%;
    text-align: center;
    padding: 0 10px;
    margin-top: -20px
}
.cm_video-tabber ul li>span {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    font-family: system-ui, Arial, sans-serif;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgb(114 114 114 / 5%);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    display: block
}
.cm_video-tabber ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.cm_video-tabber ul li:hover>span, .cm_video-tabber ul li.active>span {
    background: #c358e8;
    color: #fff
}
.cm_video-tabber .cm_wrapr .img-section img {
    max-width: 430px
}
.cm_video-tabber .cm_wrapr .vid_tab_content p {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    max-width: 300px;
    margin: 0 auto
}
.livecall {
    display: block;
    background-image: url(../images/api_sprites.png);
    width: 50px;
    height: 50px;
    background-position: 0 0
}
.livecall.livecall-1 {
    background-position: -50px 0;
    margin: 0 auto
}
.livecall.livecall-2 {
    margin: 0 auto
}
.livecall.livecall-5 {
    background-position: -80px -100px;
    width: 40px;
    height: 40px
}
.cm-figure-imgs .white-hvr {
    display: none
}
.livecall.livecall-5hvr {
    background-position: 0 -100px;
    width: 40px;
    height: 40px
}
.Voice-API-grid a:hover .cm-figure-imgs .white-hvr {
    display: block
}
.Voice-API-grid a:hover .cm-figure-imgs .norml-hvr {
    display: none
}
.livecall.livecall-6 {
    background-position: -40px -100px;
    width: 40px;
    height: 40px
}
.livecall.livecall-6hvr {
    background-position: -141px 0;
    width: 40px;
    height: 40px
}
.livecall.livecall-7 {
    background-position: -100px 0;
    width: 41px;
    height: 41px
}
.livecall.livecall-7hvr {
    background-position: -100px -41px;
    width: 41px;
    height: 41px
}
.livecall.livecall-3 {
    background-position: -50px -50px
}
.livecall.livecall-4 {
    background-position: 0 -50px
}
.mode {
    color: #333;
    margin-left: 20px
}
.change {
    cursor: pointer;
    border: 1px solid #555;
    border-radius: 40%;
    width: 20px;
    text-align: center;
    padding: 5px 8px;
    margin-left: 8px;
    font-size: 14px
}
.modal-open .sticky {
    z-index: 1
}
.profil-about .read-more {
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    margin: 0 auto
}
.profil-about .card-body {
    text-align: center
}
.about-theme .test-Drive article {
    height: 100% !important;
    margin: 0 !important
}
.about-theme .test-Drive article a {
    position: static !important
}
.about-theme .test-Drive .wrap {
    padding: 50px 0
}
.cm-service-provider-page .cm-provider-section1 .home-section.home-banner-section {
    padding-top: 0
}
.cm-service-provider-page .cm-provider-section1 .home-banner-content {
    padding-top: 70px
}
ul#second-menu a {
    cursor: pointer !important
}
.about-info h6.red-txt {
    margin: 0;
    text-align: left
}
.about-info .top h4 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-transform: capitalize
}
.profil-about h6.red-txt {
    margin-top: 0 !important
}
section.about-ex-vcx {
    padding-bottom: 80px
}
.about-info .description p {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    font-family: system-ui, Arial, sans-serif;
}
.about-info .description {
    padding-top: 20px
}
.details-by-person .img-area {
    background-repeat: no-repeat;
    padding: 0 100px;
    margin-bottom: 40px;
    background-position: center
}
.details-by-person .img-area .wrapper {
    display: flex;
    align-items: center
}
.details-by-person .img-area .wrapper h4 {
    color: #fff;
    font-size: 40px;
    line-height: normal
}
.details-by-person .img-area .wrapper p {
    margin: 0;
    color: #fff
}
.about-theme .modal .close {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 9;
    width: 60px;
    opacity: 1 !important
}
.about-theme .modal .modal-content {
    padding-top: 20px
}
.details-by-person .img-area .wrapper .img {
    width: 40%
}
.theme-red .cm_video-tabber ul li:hover>span, .theme-red .cm_video-tabber ul li.active>span {
    background-color: #f13d3d
}
.theme-blue .cm_video-tabber ul li:hover>span, .theme-blue .cm_video-tabber ul li.active>span {
    background-color: #0575e6
}
@media(min-width:576px) {
    .page-center {
        max-width: 540px
    }
}
@media(min-width:768px) {
    .page-center {
        max-width: 720px
    }
    .benefit-top-wrp .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        margin-left: 8.333333%
    }
    .benefit-top-wrp .navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .benefit-top-wrp .navbar-toggler {
        display: none
    }
    .benefit-top-wrp .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .home-tabber-section .inner {
        display: block !important
    }
}
@media(min-width:992px) {
    .page-center {
        max-width: 960px
    }
    .use-case-section .inner-sec {
        display: block !important
    }
    .mobile-trigger {
        display: none !important
    }
    .child-trigger {
        display: none
    }
    li.dl-back {
        display: none !important
    }
    .custom-header ul {
        position: static !important
    }
    .custom-header ul.nav {
        display: flex !important
    }
    .custom-header .navbar-nav {
        display: flex !important
    }
    .custom-header .navbar-nav ul.dropdown {
        top: 77px !important;
        left: 0 !important;
        position: absolute !important;
        width: 100% !important
    }
    .custom-header .navbar-nav li.has-submenu:hover>ul.dropdown {
        display: block !important
    }
    .custom-header .navbar-collapse {
        height: auto !important;
        overflow: initial !important
    }
    .cm-mobile-nav-item {
        display: none !important
    }
    .custom-header ul#first-menu ul.dropdown {
        display: none !important
    }
    .custom-header ul#first-menu>li:hover>ul.dropdown {
        display: block !important
    }
    .home-developer-section .panel-body .mobile-content {
        display: none
    }
    .cm_api_tabs h3.mob_title {
        pointer-events: none
    }
    .cm_api_tabs .inner-tabs {
        display: block !important
    }
    .cm_webrtc .top-section.cm-api-top-section .voice-api-txt p {
        padding-right: 70px
    }
    .custom-header ul.nav.ton-hedr-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #stickyHeader .app .ton-hedr-nav li a:hover {
        color: #f13d3d
    }
    .cm-provider-section2 img.mobile-img {
        display: none
    }
    .cm_video-tabber ul li p {
        display: none
    }
    .cm_video-tabber .cm_wrapr .vid_tab_content p {
        background: #fff;
        box-shadow: 0 1px 5px #ddd;
        border-radius: 9px;
        padding: 10px 20px;
        color: #333;
        border: 1px solid #ddd;
        max-width: 400px
    }
}
@media(min-width:1200px) {
    .page-center {
        max-width: 1140px
    }
}
@media(max-width:1199px) {
    .benefit-top-wrp .navbar .text-logo {
        padding-left: 45px
    }
    .videos-main-group .span4 .inner-sec {
        position: relative;
        padding-bottom: 87%
    }
    .home-intelligent-section .btm .description {
        border: 0 !important
    }
    .home-intelligent-section .deploy-wrapper .slick-slider {
        padding-left: 30px;
        padding-right: 30px
    }
    .home-intelligent-section .deploy-wrapper img {
        max-width: 40%
    }
    .home-developer-section .icon.icon3 {
        margin-top: 50px
    }
    .cm_sms_pricing .cm_wrap>div {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left !important
    }
    .cm_sms_pricing .cm_wrap>div span.select2.select2-container.select2-container--default {
        width: auto !important
    }
    .career-testimonail-section .top {
        margin-bottom: -80px
    }
    .career-testimonail-section .slick-arrow.slick-next {
        right: -20px
    }
    .career-testimonail-section .slick-arrow.slick-prev {
        left: -20px
    }
}
@media(max-width:1199px) and (min-width:992px) {
    .custom-header ul#social-media {
        margin-bottom: 20px !important
    }
}
@media(max-width:1030px) {
    .custom-top-bar-section {
        padding: 10px;
        flex-wrap: wrap;
        display: block
    }
    .custom-top-bar-section>span:first-child {
        display: block;
        width: 100%;
        max-width: 41px;
        margin: 0 auto
    }
    .custom-body-section.homepage {
        padding-top: 171px
    }
    .home-convo-section .bottom-links span {
        white-space: initial;
        display: initial
    }
    .home-developer-section .icon.icon3 {
        margin-top: 30px
    }
}
@media(max-width:999px) {
    .slider .owl-carousel .owl-nav {
        display: none !important
    }
    .home-intelligent-section {
        padding-left: 20px;
        padding-right: 20px
    }
    .home-developer-section {
        padding-left: 20px;
        padding-right: 20px
    }
    .home-developer-section .icon.icon3 {
        margin-top: 50px
    }
}
@media(max-width:991.98px) {
    .hlth-top-bg .top-section .voice-api-txt .voice-api-p.custom-features-title {
        font-size: 28px;
        line-height: 30px
    }
    .cm_webrtc .customer-love .item {
        width: 100%
    }
    .cm_webrtc .customer-love .item+.item {
        margin-top: 30px
    }
    .cm_webrtc .use-case-section .inner-sec img {
        max-width: 360px;
        margin: 30px auto
    }
    .webr-section.hooks-section .item {
        width: 100%
    }
    .webr-section.hooks-section .item+.item {
        margin-top: 30px
    }
    .webr-section.feature-section .btm .item {
        width: 100%;
        margin-bottom: 30px
    }
    .custom-header .logo-section {
        padding-top: 10px
    }
    .scroll-body .custom-header .logo-section {
        padding-top: 0
    }
    .header-wrapper {
        min-height: 70px
    }
    .top-banner-section .banner-content {
        max-width: 100%;
        text-align: center
    }
    .top-banner-section {
        padding-top: 40px
    }
    .top-banner-section .banner-content h1 {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 10px
    }
    .top-banner-section .banner-content ul {
        margin-top: 10px;
        clear: both;
        padding-top: 10px
    }
    .top-banner-section .banner-content ul li {
        margin: 0 10px 0 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        display: contents
    }
    .top-banner-section .banner-content ul li a {
        margin: 0 5px;
        font-size: 13px;
        padding: 8px 12px
    }
    .custom-section .top h6 {
        font-size: 15px;
        margin-top: 0
    }
    .custom-section .top h3 {
        font-size: 28px;
        line-height: 30px;
        padding: 0
    }
    .custom-section .top p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
    .benefit-section {
        padding-top: 51px
    }
    .cm-featured-section .benefit-item {
        float: none;
        width: 100%
    }
    .cm-featured-section .row-fluid {
        margin: 0;
        display: block
    }
    .cm-featured-section .benefit-item .inner {
        min-height: initial;
        text-align: center
    }
    .cm-featured-section .img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cm-featured-section h3 {
        text-align: center
    }
    .cm-featured-section p {
        font-size: 16px;
        line-height: 20px
    }
    .about-section .span6 {
        float: none;
        width: 100%
    }
    .about-section .row-fluid {
        padding-top: 50px
    }
    .art-feature-section .item {
        float: none;
        width: 100%
    }
    .art-feature-section .item p {
        max-width: 100%;
        font-size: 17px
    }
    .art-feature-section .btm-sec .span4 {
        float: none;
        width: 100%
    }
    .art-feature-section .btm-sec .span4+.span4 {
        padding-top: 10px
    }
    .table-section tr.table-row td {
        font-size: 14px;
        min-height: initial
    }
    .table-section tr.table-row td+td span {
        min-height: initial
    }
    .design-code-section .test-drive h4 {
        font-size: 30px;
        line-height: 35px
    }
    .custom-inner-benefit-row {
        display: block
    }
    .custom-inner-benefit-row>div.cm-left-inner {
        position: static;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .benefit-section .cm-left-inner img {
        max-width: 100%;
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .benefit-section .top {
        padding-bottom: 40px
    }
    .custom-inner-benefit-row>div.cm-right-inner {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 560px
    }
    .benefit-video-section .sidebar {
        bottom: 0;
        width: 100%;
        top: auto;
        height: 65px;
        padding: 0
    }
    .benefit-video-section .sidebar .navbar {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        width: 100%
    }
    .benefit-video-section .list-group {
        display: block
    }
    .sidebar nav.navbar ul li.list-group-item {
        display: inline-block
    }
    .benefit-video-section .sidebar .navbar:last-child {
        right: 0;
        bottom: 0
    }
    .sidebar nav.navbar ul li.list-group-item .self-user {
        position: relative;
        top: 5px
    }
    .videos-main-group {
        padding-left: 0;
        padding-top: 56px
    }
    .videos-main-group .span4 {
        width: 50%
    }
    .benefit-top-wrp .navbar .text-logo {
        padding: 0;
        padding-top: 10px
    }
    .benefit-top-wrp .col-12 {
        margin: 0;
        max-width: 100% !important;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 100%
    }
    .benefit-top-wrp .row {
        display: block
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav .gra-bg {
        text-align: center
    }
    .benefit-video-section .sidebar ul {
        margin-top: -4px
    }
    .art-feature-section h2 {
        font-size: 28px;
        line-height: 30px
    }
    .art-feature-section h6 {
        font-size: 15px;
        margin-top: 0
    }
    .competition-section .inner>h2 {
        font-size: 28px;
        line-height: 30px
    }
    .competition-section .inner>h6 {
        font-size: 15px
    }
    .builder2-page .cm-featured-section .benefit-item .inner {
        min-height: initial !important
    }
    .launch-section .row-fluid {
        flex-wrap: wrap-reverse
    }
    .launch-section .span6 {
        width: 100% !important
    }
    .launch-section .inner {
        max-width: 100%
    }
    .use-case-section {
        padding-top: 80px;
        padding-bottom: 30px
    }
    .builder2-page .top-banner-section .banner-content h1 {
        font-size: 35px;
        line-height: 40px
    }
    .builder2-page .top-banner-section .banner-content h1 strong {
        font-size: 40px
    }
    .use-case-section .span6 {
        width: 100%
    }
    .use-case-section ul.nav.nav-tabs {
        display: none
    }
    .visible-phone {
        display: block
    }
    .use-case-section .span6.left {
        display: none
    }
    .use-case-section .mobile-title {
        display: block;
        background: #eee;
        border-radius: 10px;
        overflow: hidden;
        padding: 12px 15px;
        cursor: pointer
    }
    .use-case-section .mobile-title h4 {
        margin: 0;
        line-height: 1;
        font-size: 21px;
        letter-spacing: 0
    }
    .use-case-section .inner-sec {
        display: none
    }
    .use-case-section .tab-pane {
        display: block !important
    }
    .use-case-section .row-fluid {
        padding-top: 10px
    }
    .use-case-section .span6:last-child {
        width: 100%;
        padding: 0 15px
    }
    .use-case-section .tab-content {
        border: 0
    }
    .builder2-page .cm-featured-section .benefit-item .back p {
        font-size: 14px;
        line-height: normal
    }
    .use-case-section .inner-sec img {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .builder2-page .custom-section .top h2 {
        font-size: 28px;
        line-height: 30px
    }
    .launch-section h2 {
        font-size: 28px;
        line-height: 30px
    }
    .benefit-video-section .sidebar .navbar:last-child {
        display: none
    }
    .sidebar nav.navbar ul li.list-group-item:first-child {
        display: none
    }
    .benefit-video-section .sidebar {
        height: 50px
    }
    .benefit-video-section .sidebar ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: initial
    }
    .use-case-section div#tabs {
        display: block !important
    }
    .launch-section .span6 img {
        margin-bottom: 30px
    }
    .cm-enb-video-api-page article.text-container h4 {
        font-size: 30px !important;
        line-height: 35px !important;
        text-align: center
    }
    .cm-enb-video-api-page .second-headding {
        font-size: 26px !important;
        line-height: 30px !important;
        text-align: center
    }
    .cm-enb-video-api-page .third-headding {
        font-size: 16px !important;
        line-height: 20px !important
    }
    .cm-enb-video-api-page h6.magenta-txt {
        margin-top: 50px;
        font-size: 15px !important
    }
    .cm-enb-video-api-page .features h4 {
        font-size: 28px !important;
        line-height: 30px !important;
        margin-bottom: .5rem
    }
    .cm-enb-video-api-page a.navbar-brand img {
        display: block
    }
    .cm-enb-video-api-page .top-section.cm-api-top-section .cm-enb-row {
        padding-top: 70px
    }
    .cm-enb-video-api-page .top-section.cm-api-top-section.sms-api-wrapper .cm-enb-row {
        padding-top: 30px
    }
    .custom-thankyou-page .form-bg {
        background-image: none !important;
        height: 100%;
        margin-bottom: 50px
    }
    .custom-thankyou-page .form-bg .sign-up {
        margin: 10px;
        padding: 20px
    }
    .custom-thankyou-page .form-bg h2 {
        font-size: 20px;
        line-height: 25px
    }
    .custom-thankyou-page .form-bg .sign-up p {
        line-height: 20px
    }
    .cm-reads-section .row-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cm-reads-section .span4 {
        width: 100%
    }
    .cm-reads-section .span4+.span4 {
        margin-top: 20px
    }
    .embed-logo {
        position: relative;
        padding-bottom: 30px
    }
    .cm-embed-top-wrapper .banner-content h3 {
        margin-top: 10px
    }
    .cm-builder2 .builder-section {
        padding-top: 70px
    }
    .cm-embed-top-wrapper .banner-content {
        padding-right: 0;
        text-align: center
    }
    .home-head-wrp {
        min-height: 60px
    }
    .home-tabber-section #tabs {
        display: block
    }
    .home-client-section .client-logo-item {
        width: 100%;
        padding-bottom: 30px;
        text-align: center
    }
    .home-client-section .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .home-client-section .client-logo-section {
        padding-bottom: 30px
    }
    .home-convo-section .item {
        width: 100%
    }
    .home-convo-section .row.top-sec {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .home-convo-section .item+.item {
        padding-top: 30px
    }
    .home-convo-section .btm .box-item {
        width: 33.333%;
        padding-bottom: 20px
    }
    .home-convo-section .btm {
        padding-bottom: 50px
    }
    .custom-home .span6 {
        width: 100%
    }
    .home-intelligent-section .btm .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .home-intelligent-section .btm .span6.desc {
        display: block;
        padding-bottom: 30px
    }
    .home-intelligent-section .btm .description {
        max-width: 100%;
        padding-right: 0;
        margin: 0
    }
    .home-intelligent-section.content-right .desc .description {
        padding-left: 0;
        margin: 0
    }
    .home-intelligent-section .btm .bubble {
        display: none
    }
    .home-tabber-section #tabs {
        display: block
    }
    .home-intelligent-section {
        padding: 0
    }
    .home-intelligent-section.content-left {
        padding-top: 90px
    }
    .home-developer-section {
        padding-top: 80px;
        position: relative
    }
    .home-intelligent-section.content-right .circle {
        display: none
    }
    .home-developer-section .accordion-section {
        max-width: 100%
    }
    .home-developer-section .panel-body .inner {
        max-width: 100%
    }
    .home-signup-section .row {
        display: block
    }
    .custom-home .span6+.span6 {
        padding-top: 50px
    }
    .home-signup-section {
        padding-bottom: 80px
    }
    .home-customer-section .bubble-img {
        display: none
    }
    .home-banner-section .button-section a {
        margin-bottom: 15px
    }
    .home-banner-section {
        padding-bottom: 0
    }
    .home-banner-section .home-banner-content h1 {
        font-size: 35px;
        line-height: 40px
    }
    .home-headline {
        padding-top: 25px;
        text-align: center
    }
    .home-headline .home-banner-content, .home-headline .button-section {
        text-align: center !important
    }
    .home-section.home-section-edit {
        padding: 50px 0 0 !important
    }
    .home-headline .home-banner-content h1 {
        line-height: 30px
    }
    .home-section .top h2 {
        font-size: 35px;
        line-height: normal
    }
    .home-convo-section .head h2 {
        font-size: 30px;
        line-height: normal
    }
    .home-convo-section .head h3 {
        font-size: 22px;
        line-height: normal
    }
    .home-convo-section .head h2 br {
        display: none
    }
    .home-intelligent-section .btm .description .inner-sec {
        margin: 0;
        padding: 0 !important
    }
    .home-intelligent-section .span6.desc {
        width: 100%
    }
    .home-intelligent-section .span6.image {
        width: 100%
    }
    .home-tabber-section .wrap>img {
        max-height: initial
    }
    .home-intelligent-section.content-right .btm .row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
    .home-intelligent-section.content-right .span6.image {
        padding-top: 0
    }
    .home-intelligent-section .icon.icon2 {
        margin: 0;
        left: 0;
        position: static
    }
    .home-intelligent-section.content-right .span6.desc {
        padding-bottom: 0
    }
    .home-developer-section .row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
    .home-developer-section .row .span6.last-sec {
        padding: 0;
        padding-bottom: 160px
    }
    .home-customer-section .slick-arrow, .client-logo-section .slick-arrow {
        background: transparent;
        border: 0
    }
    .home-customer-section svg, .client-logo-section svg {
        font-size: 16px;
        line-height: normal;
        margin-top: -10px
    }
    .home-customer-section .slick-arrow, .client-logo-section .slick-arrow {
        border: 0;
        background: transparent;
        cursor: pointer
    }
    .client-logo-section .slick-slider {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: initial !important;
        flex-wrap: initial !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .home-client-section .client-logo-item {
        padding-bottom: 0
    }
    .home-client-section .client-logo-section {
        padding-bottom: 0
    }
    .home-client-section .client-logo-item img {
        max-width: 100px
    }
    .home-client-section .client-logo-item img.family-doctor {
        max-width: 150px
    }
    .client-logo-section .slick-slider {
        padding: 0 15px
    }
    .home-client-section .button-section {
        padding-top: 40px
    }
    .use-case-section .mobile-title svg {
        font-size: 12px
    }
    .use-case-section .mobile-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .use-case-section .mobile-title .up {
        display: none
    }
    .use-case-section .mobile-title.active .down {
        display: none
    }
    .use-case-section .mobile-title.active .up {
        display: block
    }
    .home-customer-section .customer-wrp img {
        max-width: 115px
    }
    .mobile-trigger {
        border: 0;
        background: transparent;
        width: 30px;
        height: 30px;
        cursor: pointer
    }
    .mobile-trigger span {
        width: 30px;
        background: #273185;
        height: 2px;
        display: block;
        cursor: pointer;
        position: relative
    }
    .mobile-open .mobile-trigger span {
        height: 0
    }
    .mobile-trigger span:before {
        position: absolute;
        top: -9px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: 30px;
        background: #273185;
        height: 2px;
        content: "";
        display: block
    }
    .mobile-open .mobile-trigger span:before {
        -webkit-transform: rotate(45deg) translate(4.25px, 3.25px);
        -ms-transform: rotate(45deg) translate(4.25px, 3.25px);
        transform: rotate(45deg) translate(4.25px, 3.25px);
        top: -6px
    }
    .mobile-trigger span:after {
        position: absolute;
        top: 9px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: 30px;
        background: #273185;
        height: 2px;
        content: "";
        display: block
    }
    .mobile-open .mobile-trigger span:after {
        -webkit-transform: rotate(-45deg) translate(5.25px, -4.25px);
        -ms-transform: rotate(-45deg) translate(5.25px, -4.25px);
        transform: rotate(-45deg) translate(5.25px, -4.25px);
        top: 6px
    }
    .hs-menu-wrapper {
        position: fixed;
        height: calc(100vh - 60px) !important;
        top: 50px;
        background: #fff;
        z-index: 999;
        width: 100%;
        display: initial !important;
        right: -100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: right .5s ease;
        -o-transition: right .5s ease;
        transition: right .5s ease
    }
    .mobile-open .hs-menu-wrapper {
        right: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: right .5s ease;
        -o-transition: right .5s ease;
        transition: right .5s ease
    }
    .hs-menu-wrapper .ton-hedr-nav {
        display: none !important
    }
    .hs-menu-wrapper .navbar-nav>li {
        display: block !important
    }
    .hs-menu-wrapper .navbar-nav>li>a, #stickyHeader .app nav ul#first-menu li a {
        padding: 3px 20px !important;
        border-bottom: 1px solid #e2e1da;
        font-family: system-ui, Arial, sans-serif;
        line-height: 59px;
        font-size: 14px;
        letter-spacing: 0;
        color: #353738;
        pointer-events: initial !important;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease
    }
    .hs-menu-wrapper .navbar-nav>li:first-child>a {
        border-top: 1px solid #e2e1da
    }
    .hs-menu-wrapper .navbar-nav>li.cm-talk-us {
        padding: 3px 20px !important;
        border-bottom: 1px solid #e2e1da !important;
        font-family: system-ui, Arial, sans-serif;
        line-height: 59px;
        font-size: 14px;
        letter-spacing: 0;
        color: #353738
    }
    .hs-menu-wrapper .navbar-nav>li .dropdown {
        display: none;
        height: calc(100vh - 100px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important
    }
    .hs-menu-wrapper .navbar-nav>li>a:hover {
        background: #f13d3d;
        color: #fff !important
    }
    .hs-menu-wrapper .navbar-nav>li.has-submenu>a:after {
        display: inline-block;
        background-size: contain;
        right: 20px !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\f105" !important;
        font-family: 'FontAwesome';
        font-size: 26px;
        color: #bcbcbc;
        font-weight: normal
    }
    .hs-menu-wrapper .navbar-nav>li.has-submenu>a:hover:after {
        color: #fff
    }
    .hs-menu-wrapper .navbar-nav>li .dropdown .lft-wht-bg {
        padding: 0 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    .hs-menu-wrapper .navbar-nav>li .dropdown .row {
        display: block;
        margin: 0
    }
    li.dl-back>a {
        display: block;
        cursor: pointer !important;
        border: 0 !important;
        font-size: 17px !important;
        color: #ed1c24 !important
    }
    li.dl-back>a:before {
        content: "\f104";
        font-family: 'FontAwesome';
        margin-right: 10px;
        font-size: 22px;
        line-height: normal
    }
    .hs-menu-wrapper .navbar-nav>li .dropdown .row>div {
        padding: 0
    }
    .hs-menu-wrapper .col-md-12 {
        padding: 0
    }
    .hs-menu-wrapper .sub-menu-left {
        padding: 0 !important;
        margin-bottom: 20px;
        margin-top: 0 !important
    }
    .hs-menu-wrapper .sub-menu-left h5 a {
        display: block;
        border: 0 !important
    }
    li.dl-back {
        -webkit-box-shadow: 0 8px 6px -6px rgba(199, 199, 199, 0.5);
        box-shadow: 0 8px 6px -6px rgba(199, 199, 199, 0.5);
        padding: 0 !important
    }
    .hs-menu-wrapper .sub-menu-left h5 a, .hs-menu-wrapper .sub-menu-left h5 {
        font-size: 18px !important;
        line-height: normal !important;
        font-weight: 500 !important
    }
    .hs-menu-wrapper ul.plat-tab-ul, .hs-menu-wrapper ul.plat-tab-ul[data-level="level-3"] {
        display: block !important;
        position: static !important
    }
    .hs-menu-wrapper ul.plat-tab-ul a .row .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .hs-menu-wrapper ul.plat-tab-ul a .col-md-2 {
        width: auto !important;
        max-width: initial !important;
        -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
        flex: initial !important
    }
    .hs-menu-wrapper ul.plat-tab-ul a .col-md-10 {
        float: initial !important;
        padding-left: 20px !important
    }
    .hs-menu-wrapper ul.plat-tab-ul a .col-md-2 svg {
        width: 25px !important;
        height: 25px !important
    }
    #stickyHeader .app nav ul#first-menu h5 a {
        padding: 0 !important
    }
    .hs-menu-wrapper .sub-menu-left h5 {
        font-family: system-ui, Arial, sans-serif;
        padding: 10px 20px
    }
    .hs-menu-wrapper ul.plat-tab-ul a .col-md-10 h6 {
        font-family: system-ui, Arial, sans-serif;
    }
    .hs-menu-wrapper ul.plat-tab-ul a .col-md-10 p {
        font-family: system-ui, Arial, sans-serif;
        font-size: 14px !important
    }
    .hs-menu-wrapper ul.plat-tab-ul a {
        margin: 0 !important
    }
    .hs-menu-wrapper ul.plat-tab-ul>li>a {
        line-height: normal !important
    }
    .hs-menu-wrapper ul.plat-tab-ul>li {
        margin-bottom: 15px !important
    }
    .hs-menu-wrapper .sub-menu-left h5 {
        margin: 0 !important;
        padding-bottom: 0 !important
    }
    .hs-menu-wrapper img {
        width: 100%;
        display: block;
        max-width: 400px
    }
    .hs-menu-wrapper .cm-header-green-img a {
        display: block;
        border: 0 !important
    }
    .hs-menu-wrapper .rgt-wht-bg {
        margin-top: 30px !important;
        border-radius: 0 !important
    }
    .hs-menu-wrapper .rgt-wht-bg li.dl-back {
        display: none !important
    }
    .hs-menu-wrapper .rgt-wht-bg article {
        padding: 0 !important
    }
    .hs-menu-wrapper .rgt-wht-bg a {
        border: 0 !important;
        padding: 0 !important
    }
    #stickyHeader .app nav ul#first-menu .rgt-wht-bg a {
        padding: 0 !important;
        line-height: 20px
    }
    #stickyHeader .app nav ul#first-menu .rgt-wht-bg p {
        line-height: normal !important
    }
    body.mobile-open {
        overflow: hidden
    }
    .hs-menu-wrapper .navbar-nav>li .dropdown>li:last-child {
        padding-bottom: 0 !important
    }
    .hs-menu-wrapper ul.plat-tab-ul li.dl-back {
        display: none !important
    }
    .hs-menu-wrapper ul.plat-tab-ul {
        padding-top: 20px !important
    }
    .hs-menu-wrapper .col-12 {
        padding: 0 !important
    }
    .hs-menu-wrapper .rgt-wht-bg.col-12 {
        padding: 30px 20px !important
    }
    .hs-menu-wrapper .rgt-wht-bg h6 {
        padding-bottom: 10px !important;
        ffont-family: system-ui, Arial, sans-serif;
    }
    .hs-menu-wrapper .rgt-wht-bg h6.android-icon {
        position: relative
    }
    .hs-menu-wrapper .rgt-wht-bg h6.android-icon:before {
        left: 0 !important
    }
    .hs-menu-wrapper article.sub-menu-right.pl-0 p a {
        display: block;
        border: 0 !important
    }
    #stickyHeader .app nav .hs-menu-wrapper ul#first-menu article.sub-menu-right.pl-0 p {
        line-height: normal !important;
        margin: 0 !important
    }
    #stickyHeader .app nav .hs-menu-wrapper ul#first-menu article.sub-menu-right {
        padding: 0 !important
    }
    #stickyHeader .app nav .hs-menu-wrapper ul#first-menu article.sub-menu-right.pl-0 p a {
        line-height: normal
    }
    .hs-menu-wrapper ul#social-media {
        -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
        justify-content: initial !important;
        margin-bottom: 20px !important
    }
    .hs-menu-wrapper ul#social-media li.dl-back {
        display: none
    }
    .hs-menu-wrapper ul#social-media>li {
        width: auto !important
    }
    .hs-menu-wrapper article.subscribe {
        padding: 20px !important
    }
    .hs-menu-wrapper .navbar-nav>li.cm-talk-us>a.nav-link.sign-in {
        font-size: 16px !important;
        width: auto !important;
        display: inline-block !important;
        line-height: normal !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #f13d3d !important;
        padding: 20px !important
    }
    #stickyHeader .app nav ul#first-menu li.cm-talk-us .sign-in {
        padding: 13px 20px !important;
        line-height: normal !important
    }
    #stickyHeader .app nav ul#first-menu li.cm-talk-us .sign-in:after {
        content: none
    }
    header#stickyHeader>.container-fluid .app ul#second-menu {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        max-width: 500px;
        overflow-x: auto !important;
        overflow-y: hidden
    }
    header#stickyHeader>.container-fluid .app nav.pr-2 {
        padding: .5rem 1rem !important;
        justify-content: space-around !important
    }
    .hs-menu-wrapper .navbar-nav>li.language-nav-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: initial !important;
        -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
        flex-direction: initial !important
    }
    .hs-menu-wrapper .navbar-nav>li.language-nav-item>a {
        border: 0 !important;
        line-height: normal !important;
        text-transform: uppercase !important
    }
    .hs-menu-wrapper .navbar-nav>li.language-nav-item {
        padding: 15px 0 !important;
        color: #353738 !important
    }
    .hs-menu-wrapper .navbar-nav>li.language-nav-item a {
        color: #353738 !important;
        background: transparent !important
    }
    .hs-menu-wrapper .navbar-nav>li.language-nav-item a:hover {
        color: #f13d3d !important
    }
    li.dl-back>a:before {
        content: "\f104";
        font-family: 'FontAwesome';
        margin-right: 10px;
        font-size: 22px;
        line-height: normal
    }
    #stickyHeader .app nav ul#first-menu li.dl-back a {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .custom-home-main .hs-menu-wrapper {
        height: calc(100vh - 150px) !important;
        top: 150px
    }
    .custom-home-main .hs-menu-wrapper .navbar-nav>li .dropdown {
        height: calc(100vh - 150px) !important
    }
    .cm-video-api2-page .bottom-section {
        padding-top: 0
    }
    .home-intelligent-section .cm-img-slide-wrapper .item img {
        /* max-width: 400px; */
        display: block;
        margin: 0 auto
    }
    .home-intelligent-section .icon.icon1 {
        margin-top: 20px;
        margin-left: 0
    }
    .home-intelligent-section.content-right .span6.image {
        text-align: center
    }
    .home-intelligent-section .deploy-wrapper {
        margin: 0 auto
    }
    .home-intelligent-section .icon.icon2 {
        margin: 0 auto;
        display: block;
        position: relative
    }
    .home-developer-section .span6:last-child .enterprise-img-wrap.ent-tab4 .row {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        margin: 0
    }
    .education-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600
    }
    .hlth-top-bg .top-section .voice-api-txt .voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
    .voice-api-txt .hero-btn li .btn-red {
        font-size: 15px
    }
    .voice-api-txt .hero-btn li .btn-white {
        font-size: 15px
    }
    .second-headding {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .call-section h3 {
        font-size: 18px;
        line-height: normal;
        font-weight: 600
    }
    .live-video-scales .call-section div  {
        font-size: 20px!important;
        margin-top: 0.5rem;
        text-align: center;
    }
    .call-section p {
        text-align: center !important
    }
    .education-theme .hlth-use-cases ul .card .card-body h5 {
        font-size: 18px;
        line-height: normal
    }
    .education-theme .hlth-use-cases ul .card .card-body p {
        padding: 0;
        line-height: 20px
    }
    .education-theme .developer-guide {
        padding-top: 80px
    }
    .developer-guide h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        padding-top: 10px
    }
    .developer-guide article h4 {
        font-size: 18px;
        line-height: normal;
        font-weight: 600
    }
    .test-drive {
        max-width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px
    }
    .test-drive article h4 {
        font-size: 28px;
        line-height: 30px;
        padding: 0;
        font-weight: 500
    }
    .test-drive article p {
        font-weight: normal;
        line-height: normal;
        font-size: 17px
    }
    .test-drive article a {
        font-size: 15px;
        margin-top: 20px
    }
    .education-theme .hlth-top-bg .top-section {
        margin-bottom: 0
    }
    .education-theme .hlth-use-cases ul .card {
        text-align: center
    }
    .hlth-use-cases ul .card svg {
        margin: 0 auto
    }
    .hlth-top-bg .top-section .voice-api-txt .inx-txt-red {
        font-size: 15px
    }
    .hlth-top-bg .top-section .voice-api-txt p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 0
    }
    .hlth-top-bg .top-section .voice-api-txt ul.list-circle li {
        width: auto;
        display: inline-block
    }
    .always-platform-sec .card-group .card .card-body {
        padding-bottom: 0
    }
    .built-developers-sec #advantages-tab ul.nav-tabs li.nav-item a.nav-link {
        font-size: 14px;
        padding: 5px 11px
    }
    .built-developers-sec #advantages-tab .tab-content .tab-pane .about-enablex pre {
        overflow: hidden;
        font-size: 13px
    }
    section.slider, section.slider .my-5 {
        margin-bottom: 0 !important
    }
    .why-enablex .mob-accordion #why-accordion .card .card-header .accordion-head a i {
        position: relative;
        top: 7px
    }
    .voice-api-txt .voice-api-p, .home-headline .voice-api-txt .voice-api-p {
        font-size: 28px;
        line-height: initial; 
    }
    article.text-container h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .build-conversation .row {
        display: block
    }
    .build-conversation .row>div {
        width: 100%;
        max-width: 100%
    }
    .developer-guide h6.magenta-txt {
        margin: 0
    }
    section.developer-guide {
        padding: 50px 15px
    }
    .features-lft-bg .feature-for-mob .card-body p {
        text-align: left
    }
    .features-lft-bg .feature-for-mob .card-body {
        border: 1px solid #ddd;
        border-radius: 3px;
        border-top: 0;
        margin-top: -7px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .features-lft-bg .feature-for-mob .card-header button:not(.collapsed) {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }
    .btn-txt-center {
        margin: 10px 0
    }
    .use-cases h4.second-headding {
        padding-bottom: 20px
    }
    .use-cases .mob-accordion {
        padding: 0
    }
    .mob-accordion #accordion .card .card-block.col-12 {
        padding: 15px
    }
    .developer-guide .col-lg-6 {
        padding: 0
    }
    section.container.chat-drive-wrapper {
        padding: 0
    }
    .facex-theme .why-enablex .whight-sec .right-txt h4, .facex-theme .why-enablex .whight-sec .right-txt h3 {
        font-size: 18px;
        line-height: normal
    }
    .virtual-number .use-cases #tabs .tab-pane article ul .row>div {
        max-width: 100%
    }
    .virtual-number .use-cases #tabs .tab-pane article ul .row {
        display: block;
        text-align: center
    }
    .virtual-number .use-cases #tabs .tab-content .detail-text h6 {
        text-align: center;
        padding-top: 20px;
        font-weight: 500
    }
    .virtual-number .use-cases #tabs .tab-pane article p {
        text-align: center
    }
    .virtual-number .use-cases #tabs .tab-content .tab-top-hedding {
        text-align: center
    }
    .virtual-number .use-cases #tabs .tab-content .tab-top-hedding p {
        text-align: center
    }
    body.virtual-number .developer-guide {
        padding-top: 70px;
        margin: 0
    }
    body.virtual-number .developer-guide .row.Voice-API-grid {
        display: block
    }
    body.virtual-number .developer-guide p.text-left.txt-red {
        text-align: center !important;
        display: block
    }
    body.virtual-number .developer-guide .row.Voice-API-grid .row {
        margin: 0
    }
    .virtual-number .use-cases #tabs ul#pricing_tabs {
        flex-wrap: wrap;
        width: 100%;
        align-items: initial;
        justify-content: initial
    }
    .virtual-number .use-cases #tabs ul#pricing_tabs li {
        width: 50%;
        height: 100%
    }
    .virtual-number .use-cases #tabs ul#pricing_tabs li a {
        height: 100%;
        display: block;
        padding: 10px !important;
        font-size: 16px;
        font-weight: 500
    }
    body.virtual-number #tabs>.container {
        padding: 0
    }
    body.virtual-number .developer-guide .col-md-10.offset-md-1 {
        padding: 0
    }
    .virtual-number .use-cases h4 {
        font-weight: 500
    }
    .cm-sticky-footer-section ul.hero-btn li a {
        font-size: 13px !important
    }
    .cm-enb-row {
        flex-wrap: wrap-reverse
    }
    .cm-enb-video-api-page .form-bg .cm-checkbox-sec {
        display: block
    }
    .cm-enb-video-api-page .form-bg .cm-checkbox-sec label {
        display: block;
        width: 100%
    }
    .custom-body-section.homepage {
        padding-top: 126.5px
    }
    .embed2-page .row.cm-enb-row {
        padding-top: 70px
    }
    .home-intelligent-section.content-left .span6.image {
        padding-top: 130px
    }
    .home-section.home-intelligent-section.content-right .icon.icon2 {
        margin-top: 20px
    }
    .cm-capability-page .developer-guide .row+.row {
        padding-top: 20px
    }
    .cm-capability-page .developer-guide h6.red-txt {
        padding-bottom: 10px
    }
    .cm-capability-page .developer-guide article {
        text-align: center
    }
    .cm-capability-page .developer-guide article h4 {
        text-align: center
    }
    .cm-capability-page .developer-guide article p {
        text-align: center;
        padding-bottom: 10px
    }
    .cm-capability-page .developer-guide article svg {
        margin: 0 auto;
        margin-bottom: 10px
    }
    .cm-capability-page .developer-guide article .row+.row {
        padding: 0
    }
    .cm-capability-page .platform-sec ul {
        display: flex !important;
        flex-flow: initial !important;
        flex-wrap: wrap !important
    }
    .cm-capability-page .Expert_help svg {
        margin: 0 auto;
        display: block
    }
    .cm-capability-page .Expert_help h4 {
        text-align: center !important;
        display: block
    }
    .cm-capability-page .Expert_help p {
        text-align: center !important
    }
    .cm-capability-page h6.red-txt {
        padding-bottom: 10px
    }
    .Platform-theme .hlth-top-bg .top-section {
        margin-bottom: 0
    }
    .cm-capability-page .container.cm-container {
        padding: 0
    }
    .cm-capability-page h6.red-txt:empty {
        display: none
    }
    .Platform-theme .Expert_help article {
        padding-left: 0;
        padding-right: 0
    }
    .all-feature .card-group {
        height: auto
    }
    .all-feature .card-group .card .card-body {
        padding-bottom: 40px;
        box-shadow: none
    }
    .all-feature .voice-api-txt {
        padding-top: 10px
    }
    .all-feature .voice-api-txt h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .all-feature #navbar-scrollspy {
        margin-bottom: 30px
    }
    .all-feature h4.card-title {
        font-size: 18px;
        line-height: normal
    }
    .all-feature #navbar-scrollspy {
        border: 0;
        padding: 0;
        margin: 0;
        position: static !important
    }
    .all-feature .bg-light {
        position: static !important
    }
    .cm-feature-controller {
        padding: 0
    }
    .health-care-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px;
        font-weight: 600
    }
    .health-care-theme .icon-with-txt {
        display: block
    }
    .health-care-theme .icon-with-txt>div {
        max-width: initial;
        width: auto;
        display: inline-block
    }
    .health-care-theme .icon-with-txt .row {
        display: block
    }
    .health-care-theme .hlth-top-bg .top-section .icon-with-txt {
        margin-top: 30px
    }
    .health-care-theme .hlth-use-cases ul .card .card-body h5 {
        text-align: center
    }
    .health-care-theme .hlth-use-cases ul .card .card-body p {
        text-align: center;
        padding: 0
    }
    .health-care-theme .healthcare-journey h6.cyan-txt {
        margin-top: 10px !important
    }
    .health-care-theme .healthcare-journey {
        padding-bottom: 40px
    }
    .health-care-theme .healthcare-journey .col-md-10 {
        padding: 0 !important
    }
    .health-care-theme .healthcare-journey p {
        padding-left: 0;
        padding-right: 0
    }
    .health-care-theme .enableX-products article {
        text-align: center
    }
    .health-care-theme .enableX-products article p a {
        position: static
    }
    .hlth-use-cases ul li {
        padding-left: 0;
        padding-right: 0
    }
    .health-care-theme .healthcare-journey {
        padding-left: 15px;
        padding-right: 15px
    }
    .health-care-theme .healthcare-journey .row>div {
        padding: 0
    }
    .health-care-theme .why-EnableX article.call-section {
        padding-left: 0;
        padding-right: 0
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul li {
        float: none;
        display: block;
        clear: both;
        height: 100%;
        margin: 0;
        margin-bottom: 30px
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul {
        display: block;
        height: 100%
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul li a {
        line-height: normal
    }
    .banking-theme .hlth-top-bg .icon-with-txt {
        margin-top: 30px
    }
    .banking-theme .hlth-top-bg .icon-with-txt .row>div {
        width: initial;
        max-width: initial;
        padding-bottom: 20px
    }
    .banking-theme .hlth-top-bg .icon-with-txt .row {
        flex-wrap: initial;
        display: block
    }
    .banking-theme .hlth-top-bg .icon-with-txt .row>div .row {
        display: block
    }
    .banking-theme .why-EnableX h6.blue-txt {
        margin: 0
    }
    .banking-theme .why-EnableX .why-round-bg h4 {
        font-size: 28px;
        font-weight: 500
    }
    .banking-theme .why-EnableX .call-section h3 {
        font-weight: 500;
        font-size: 19px;
        margin: 0
    }
    .hlth-use-cases p {
        margin-bottom: 20px
    }
    .banking-theme .hlth-use-cases ul li {
        height: auto
    }
    .banking-theme .developer-guide {
        padding-top: 80px
    }
    .banking-theme .why-EnableX .call-section {
        padding-left: 0;
        padding-right: 0
    }
    .banking-theme .developer-guide .col-md-10.offset-md-1 {
        padding: 0
    }
    .banking-theme .developer-guide .col-xl-4 {
        padding: 0
    }
    .banking-theme .developer-guide .container {
        padding: 0
    }
    .banking-theme .developer-guide .container>.row {
        margin: 0
    }
    .banking-theme .developer-guide article {
        width: 100%
    }
    .hlth-use-cases h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .retail-ecommerce .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
    .retail-ecommerce .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px;
        font-weight: 600
    }
    .retail-ecommerce .why-EnableX .why-round-bg h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .retail-ecommerce .why-EnableX .call-section h3 {
        font-weight: 500
    }
    .retail-ecommerce .why-EnableX .call-section {
        padding-left: 0;
        padding-right: 0
    }
    .retail-ecommerce .hlth-use-cases ul li {
        padding-left: 0;
        padding-right: 0
    }
    .retail-ecommerce .hlth-use-cases p {
        margin-bottom: 30px
    }
    .retail-ecommerce .developer-guide h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .retail-ecommerce .txt-red {
        padding-bottom: 10px
    }
    .retail-ecommerce .developer-guide h4 {
        text-align: center !important;
        display: block
    }
    .retail-ecommerce .developer-guide article p a {
        position: static
    }
    .retail-ecommerce .developer-guide .container {
        padding: 0
    }
    .retail-ecommerce .hlth-use-cases ul li .card .card-body h5 {
        text-align: center !important;
        margin: 0
    }
    .retail-ecommerce .hlth-use-cases ul li .card .card-body p {
        text-align: center
    }
    .retail-ecommerce .hlth-use-cases h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        padding-top: 0
    }
    .recruitment-theme .why-EnableX .call-section h3 {
        text-align: center;
        font-weight: 500;
        margin-bottom: 0
    }
    .recruitment-theme .hlth-use-cases ul li .card .card-body h5 {
        text-align: center
    }
    .recruitment-theme .hlth-use-cases ul li .card .card-body p {
        text-align: center
    }
    .recruitment-theme .hlth-use-cases {
        padding-bottom: 10px
    }
    .recruitment-theme .why-EnableX .why-round-bg h4 {
        font-size: 28px;
        line-height: 30px
    }
    .recruitment-theme .healthcare-journey article {
        padding: 0
    }
    .recruitment-theme .healthcare-journey article.call-section {
        padding: 0
    }
    .recruitment-theme .healthcare-journey article.call-section p {
        padding-bottom: 10px
    }
    .recruitment-theme .enableX-products h6.blue-txt {
        margin-top: 20px
    }
    .recruitment-theme .enableX-products p a {
        position: static !important
    }
    .recruitment-theme .enableX-products article {
        text-align: center
    }
    .recruitment-theme .enableX-products h4 {
        text-align: center !important
    }
    .recruitment-theme .hlth-use-cases h4 {
        font-weight: 500;
        font-size: 28px;
        padding-bottom: 10px
    }
    .recruitment-theme .why-EnableX article.call-section {
        padding-left: 0;
        padding-right: 0
    }
    .recruitment-theme .enableX-products h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .iot-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px
    }
    .iot-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
    .iot-theme .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 30px
    }
    .iot-theme .why-EnableX {
        height: auto !important;
        margin: 0
    }
    .iot-theme .why-EnableX .why-round-bg h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        padding: 0
    }
    .iot-theme .why-EnableX .call-section h3 {
        font-weight: 500;
        font-size: 20px
    }
    .iot-theme .why-EnableX .call-section {
        padding: 0
    }
    .iot-theme .why-EnableX article {
        padding: 0
    }
    .iot-theme .features .features-lft-bg ul li .card {
        text-align: center
    }
    .iot-theme .features .features-lft-bg ul li .card svg {
        display: block;
        margin: 0 auto
    }
    .iot-theme .features .features-lft-bg ul li .card .card-body p {
        text-align: center
    }
    .iot-theme .features .features-lft-bg ul li .card:hover svg circle, .iot-theme .features .features-lft-bg ul li .card:hover svg path {
        stroke: #fff
    }
    .developer-guide h6.red-txt {
        padding-bottom: 10px
    }
    .iot-theme .features .features-lft-bg ul li {
        padding-left: 0;
        padding-right: 0
    }
    .iot-theme .developer-guide .container {
        padding: 0
    }
    .iot-theme .developer-guide article {
        width: 100%
    }
    .iot-theme .features h4.second-headding {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .customer-service-theme h4.second-headding {
        font-size: 28px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
        padding-bottom: 10px
    }
    .customer-service-theme .why-EnableX h3 {
        text-align: center !important;
        font-weight: 500 !important;
        margin: 0
    }
    .customer-service-theme .hlth-use-cases ul li .card .card-body h5 {
        text-align: center
    }
    .customer-service-theme .hlth-use-cases ul li {
        padding-left: 0;
        padding-right: 0
    }
    .customer-service-theme .hlth-use-cases p.third-headding {
        margin-bottom: 30px
    }
    .customer-service-theme .why-EnableX .why-round-bg p {
        padding-left: 0;
        padding-right: 0
    }
    section.developer-guide h6.cyan-txt {
        margin-top: 10px
    }
    .developer-guide .equal {
        margin: 0
    }
    section.developer-guide .container {
        padding: 0
    }
    section.developer-guide .container>.row {
        margin: 0
    }
    section.developer-guide article {
        width: 100%
    }
    .customer-service-theme .hlth-use-cases ul li .card .card-body p {
        line-height: normal;
        text-align: center;
        padding: 0
    }
    .Video-conferencing .article-video-con h4 {
        font-weight: 500
    }
    .Video-conferencing .article-video-con p {
        font-size: 16px;
        line-height: 20px
    }
    .face-to-face .sub-hedding p {
        font-size: 16px;
        line-height: 20px
    }
    .face-to-face .accordion .card-header .card-title {
        font-size: 16px;
        line-height: 1.5
    }
    .face-to-face .accordion p {
        font-size: 16px;
        line-height: 20px
    }
    .intelligent-hiring .sub-hedding h4 {
        font-weight: 500
    }
    .intelligent-hiring .intelligent-icon-txt {
        margin-bottom: 30px !important
    }
    .use-cases h4 {
        font-weight: 500
    }
    .mob-wt-can-do .bg-trans a h2.panel-title {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0
    }
    .mob-wt-can-do .bg-trans a h2.panel-title span {
        font-size: 16px;
        line-height: 1.5
    }
    .mob-wt-can-do .bg-trans a h2.panel-title span {
        order: 1
    }
    .mob-wt-can-do .bg-trans a h2.panel-title:before {
        order: 2
    }
    .why-enablex h4 {
        font-weight: 500
    }
    .why-enablex .white-border-sec figure svg {
        margin: 0 auto;
        display: block
    }
    .why-enablex .white-border-sec h5 {
        text-align: center
    }
    .why-enablex .white-border-sec p {
        text-align: center;
        font-size: 16px;
        line-height: 20px
    }
    .useful-read form {
        padding: 20px 0
    }
    .cm-top-ai-banner .row>div {
        padding: 0
    }
    .face-to-face .accordion .card-header {
        padding-left: 0;
        padding-right: 0
    }
    .get-more p {
        font-size: 16px;
        line-height: 20px
    }
    .intelligent-hiring .sub-hedding p {
        font-size: 16px;
        line-height: 20px
    }
    .use-cases p {
        font-size: 16px;
        line-height: 20px
    }
    .useful-read {
        padding: 0 15px
    }
    .face-to-face .accordion .card-body {
        padding: 0 0 0 37px
    }
    .hs-menu-wrapper .navbar-nav>li>a, .hs-menu-wrapper .navbar-nav>li>a strong {
        ffont-family: system-ui, Arial, sans-serif;
    }
    .Pricing-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px
    }
    .Pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px
    }
    .hlth-top-bg .top-section .voice-api-txt p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        padding: 0
    }
    .Pricing-theme .use-cases article ul svg {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px
    }
    .Pricing-theme .use-cases article ul h6 {
        font-weight: 500
    }
    .Pricing-theme .use-cases article ul p {
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }
    .Pricing-theme .use-cases article ul .row>div {
        padding: 0
    }
    .Pricing-theme .enableX-Voice-API .bg-white article h6 {
        font-size: 18px;
        line-height: normal;
        font-weight: 500;
        padding: 10px 0
    }
    .Pricing-theme .enableX-Voice-API .bg-white article p {
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }
    .Pricing-theme .enableX-Voice-API .row>div {
        padding: 0
    }
    .Pricing-theme .test-drive {
        margin-bottom: 50px
    }
    .Pricing-theme .enableX-Voice-API .bg-white article ul li a {
        font-size: 16px
    }
    .Pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .Pricing-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px
    }
    .Pricing-theme .use-cases article svg {
        display: block;
        margin: 0 auto
    }
    .Pricing-theme .use-cases article h6 {
        font-weight: 500;
        padding: 10px 0
    }
    .Pricing-theme .use-cases article p {
        padding: 0;
        text-align: center
    }
    .Pricing-theme .hlth-top-bg .top-section .top-CompetitivePricing-bg {
        margin-top: 0
    }
    .Pricing-theme .enableX-Voice-API .bg-white article h6 {
        padding: 10px 0;
        font-weight: 500
    }
    .Pricing-theme .enableX-Voice-API .bg-white article p {
        padding-left: 0;
        text-align: center
    }
    .Pricing-theme .enableX-Voice-API .bg-white article ul li a {
        font-size: 16px
    }
    .Pricing-theme .use-cases .container>.row {
        margin: 0
    }
    .Pricing-theme .use-cases .container>.row>div {
        padding: 0
    }
    .Pricing-theme .use-cases article ul {
        display: block
    }
    .Pricing-theme .use-cases article ul li {
        padding-left: 0;
        padding-right: 0
    }
    .Pricing-theme .use-cases article ul .row {
        margin: 0
    }
    .Pricing-theme .enableX-Voice-API ul .row {
        margin: 0;
        display: block
    }
    .Pricing-theme .enableX-Voice-API .bg-white article ul li {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .Pricing-theme .enableX-Voice-API ul.plat-tab-ul {
        display: block !important
    }
    .Pricing-theme .enableX-Voice-API .row {
        margin: 0
    }
    .video-pricing-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px
    }
    .video-pricing-theme .hlth-top-bg .top-section .voice-api-txt h2.voice-api-p {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .hlth-top-bg .top-section .voice-api-txt p {
        padding: 0;
        font-size: 16px;
        line-height: 20px
    }
    .video-pricing-theme .table-section .country-sec .table-sec p {
        font-weight: normal
    }
    .video-pricing-theme .test-drive {
        margin-top: 0;
        margin-bottom: 50px
    }
    .video-pricing-theme .table-section {
        padding: 0
    }
    .table-section .col-12.mx-auto {
        padding: 0
    }
    .table-section .tab-content .col-12 {
        padding: 0
    }
    .video-pricing-theme .table-section .country-sec>.container>.row {
        margin: 0
    }
    .video-pricing-theme .table-section .country-sec .border-none>.row {
        margin: 0
    }
    .video-pricing-theme .table-section .country-sec .table-sec p {
        font-weight: normal
    }
    .video-pricing-theme .tab-content .row {
        margin: 0
    }
    .video-pricing-theme .test-drive {
        max-width: 100%
    }
    .sms-spi-pricing-theme .country-sec .row {
        margin: 0
    }
    .sms-spi-pricing-theme .table-section .country-sec .table-sec p, .video-pricing-theme .table-section .country-sec .table-sec p, .all-feature .table-section .country-sec .table-sec p {
        font-weight: normal
    }
    .send_sms_to_sec .row>div, send_receive_sms_sec .row>div {
        padding: 0
    }
    .sms-spi-pricing-theme .table-section .country-sec .table-sec>.row>div {
        padding: 0
    }
    .sms-spi-pricing-theme .table-section .select2.select2-container {
        width: 100% !important
    }
    .sms-spi-pricing-theme .test-drive {
        max-width: 100%
    }
    .sms-spi-pricing-theme .table-section .select2-selection.select2-selection--single {
        border-radius: 0 !important
    }
    .contact-us .d-inline-flex.row {
        margin: 0
    }
    .contact-us .hlth-top-bg .top-section .sign-up h2 {
        font-weight: 500;
        font-size: 28px
    }
    .about-theme .EnableX-Advantages h4, .about-theme .profil-about h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .about-theme .EnableX-Advantages h6.red-txt, .about-theme .profil-about h6.red-txt {
        padding-bottom: 10px
    }
    .about-theme .EnableX-Advantages .accordion p {
        text-align: left
    }
    .about-theme .profil-about p {
        font-size: 16px !important;
        line-height: 20px
    }
    .about-theme .blog-sec article h4 {
        margin-left: 0
    }
    .career-theme .hlth-top-bg .top-section .voice-api-txt ul {
        display: block
    }
    .career-theme .blog-sec article {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
    .career-theme .blog-sec article h4 {
        margin-left: 0 !important;
        text-align: center
    }
    .career-theme .blog-sec article p {
        text-align: center
    }
    .career-theme .together h4.second-headding {
        padding: 0;
        padding-bottom: 20px
    }
    .career-theme .profil-about h4 {
        font-weight: 500;
        font-size: 28px;
        line-height: 30px
    }
    .career-theme .profil-about p {
        font-size: 16px;
        line-height: 20px
    }
    .career-theme .pricing-sec {
        margin-bottom: 0
    }
    .career-theme .test-Drive {
        padding-bottom: 50px
    }
    .career-theme .test-Drive .test-Drive-Video {
        height: auto
    }
    .career-theme .test-Drive .test-Drive-Video a {
        position: static;
        width: auto;
        display: inline-block;
        transform: none;
        max-width: 190px;
        margin: 0 auto
    }
    .career-theme .test-Drive h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        padding-bottom: 20px
    }
    .career-theme .pricing-sec h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .career-theme .pricing-sec .container {
        padding: 0
    }
    .career-theme .pricing-sec {
        padding-left: 15px;
        padding-right: 15px
    }
    .career-theme .pricing-sec p .btn-bg-red {
        font-size: 16px;
        font-weight: 500
    }
    .career-theme .together .feature-for-mob #accordionExample .card .card-body p {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px
    }
    .legals-theme .tou .tou-content .term-ol {
        padding-left: 0;
        list-style-position: inside
    }
    .legals-theme .tou .tou-content ul.cricle {
        padding: 0;
        list-style-position: inside !important
    }
    .legals-theme .tou .tou-content .h5-title {
        font-size: 18px
    }
    .legals-theme article.tou {
        padding-bottom: 50px
    }
    .home-developer-section .row .span6.last-sec {
        display: none
    }
    .home-developer-section .panel-body .mobile-content img {
        max-width: 280px !important;
        margin: 0 auto !important;
        display: block
    }
    .home-developer-section .panel-body .mobile-content:before {
        content: '';
        display: block;
        background-image: url(/images/home/ent-overlay-img.png);
        width: 100%;
        height: 100%;
        min-height: 350px;
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 360px;
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1
    }
    .enterprise-img-wrap.mobile-content {
        margin-top: 30px;
        margin-bottom: 60px;
        display: block !important
    }
    .enterprise-img-wrap.ent-tab3.mobile-content img {
        position: relative;
        max-width: 450px !important
    }
    .enterprise-img-wrap.ent-tab4.mobile-content {
        padding-top: 30px
    }
    .enterprise-img-wrap.ent-tab4.mobile-content .row img {
        display: inline-block;
        max-width: 130px !important
    }
    .enterprise-img-wrap.ent-tab4.mobile-content .row .span6 {
        width: 50%;
        padding: 0 !important
    }
    .enterprise-img-wrap.ent-tab4.mobile-content .row {
        max-width: 210px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px
    }
    .enterprise-img-wrap.ent-tab4.mobile-content .row:last-child {
        padding: 0
    }
    .enterprise-img-wrap.ent-tab4.mobile-content .row img.gdpr {
        max-width: 90px !important
    }
    .enterprise-img-wrap.mobile-content.ent-tab5 {
        margin-bottom: 90px
    }
    .facex-theme .casestudy {
        margin-bottom: 0
    }
    .all-feature .voice-api-txt .red-txt {
        margin-top: 20px !important
    }
    .developer-guide article p a {
        position: static
    }
    .theme-magenta .features .features-lft-bg {
        padding-bottom: 40px
    }
    .telco-theme .Partner-first-Focus-sec .Voice-API-grid>div {
        flex: 0 0 100%;
        max-width: 100%
    }
    .telco-theme .always-platform-sec .col-sm-8.offset-sm-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }
    .telco-theme .always-platform-sec .card-group .card .card-body h4.card-title {
        font-size: 20px;
        line-height: normal;
        font-weight: 500
    }
    .telco-theme .EnableX-Advantages h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500;
        padding-top: 10px
    }
    .telco-theme .EnableX-Advantages .feature-for-mob {
        padding: 0 15px
    }
    .country-sec .container {
        padding: 0
    }
    .video-pricing-theme .table-section .container {
        padding: 0
    }
    .table-section .select2-container {
        width: 100% !important
    }
    .video-pricing-theme .table-section>div>.row {
        margin: 0;
        /* padding: 0 15px */
    }
    .home-signup-section .inner {
        padding: 30px
    }
    .about-theme .blog-sec h4, .about-theme .test-Drive h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .Pricing-theme .enableX-Voice-API .mar-top-80 {
        margin-top: 30px
    }
    .career-theme .hlth-top-bg .top-section {
        margin-bottom: 0
    }
    .legals-theme .tou .tou-content ol.g {
        padding: 0
    }
    .legals-theme .tou .tou-content p {
        padding: 0
    }
    .legals-theme .tou .tou-content ol.n {
        padding: 0
    }
    .legals-theme .tou .tou-content li {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .legals-theme .tou .tou-content ul.list-cri {
        padding: 0;
        list-style-position: inside
    }
    .legals-theme .tou .tou-content ol.n {
        list-style-position: inside
    }
    .legals-theme .tou .tou-content .sla-table {
        margin: 20px 0
    }
    .legals-theme .tou .tou-content ul {
        padding: 0;
        list-style-position: inside !important
    }
    .legals-theme .tou .tou-content ul.cricle ol {
        list-style: none !important
    }
    .legals-theme .tou .tou-content h4 {
        padding-top: 10px
    }
    .legals-theme .tou .tou-content ol {
        padding: 0;
        list-style-position: inside
    }
    .theme-magenta .voice-api-txt .red-txt {
        margin: 0 !important
    }
    .customer-service-theme .hlth-top-bg .top-section {
        padding-top: 0
    }
    .sms-spi-pricing-theme .country-sec>.container {
        padding: 0 15px
    }
    .enableX-Voice-API .Voice-API-grid {
        margin-top: 0
    }
    .theme-blue .developer-guide h6.blue-txt {
        padding-bottom: 10px
    }
    .theme-cyan, .theme-blue, .virtual-number, .Pricing-theme {
        padding: 0
    }
    #stickyHeader .app nav ul#first-menu li .sign-in, .theme-cyan .app nav ul#first-menu li .sign-in, .theme-blue .app nav ul#first-menu li .sign-in, .virtual-number .app nav ul#first-menu li .sign-in, .Pricing-theme .app nav ul#first-menu li .sign-in {
        font-family: system-ui, Arial, sans-serif;
    }
    .banking-theme .why-EnableX article.mob-hide {
        display: block;
        text-align: center
    }
    .banking-theme .why-EnableX article.mob-hide p {
        text-align: center
    }
    .banking-theme .why-EnableX article.mob-hide span {
        display: block
    }
    .retail-ecommerce .why-EnableX article.mob-hide {
        display: block
    }
    .retail-ecommerce .why-EnableX article.mob-hide p {
        text-align: center
    }
    .retail-ecommerce .why-EnableX article.mob-hide span.big-num {
        display: block
    }
    .cm-ai-page .get-more h1 {
        font-size: 28px;
        line-height: 30px;
        text-align: center
    }
    .cm-ai-page .get-more p {
        text-align: center
    }
    .face-to-face .sub-hedding h4 {
        font-weight: 500
    }
    .ebook-sec article h3 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .cm-ai-page .owl-slider {
        display: block;
        margin-bottom: 50px
    }
    .cm-ai-page .owl-slider .owl-prev {
        left: 0
    }
    .cm-ai-page .owl-slider .owl-next {
        right: 0
    }
    .cm-ai-page .owl-slider .owl-nav>button {
        width: 30px;
        height: 30px
    }
    .cm-ai-page .owl-slider .owl-nav>button span {
        font-size: 30px;
        top: -12px
    }
    .cm-ai-page .hero-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cm-ai-page .three-col {
        display: block;
        padding-bottom: 40px
    }
    .cm-ai-page #main-carousel {
        display: block;
        padding: 20px 0 40px
    }
    .useful-read h4 {
        font-weight: 500
    }
    .hlth-top-bg .top-section img {
        display: block
    }
    .sms-spi-pricing-theme .table-section .country-sec .row>div {
        padding: 0
    }
    .Pricing-theme .enableX-Voice-API h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .Pricing-theme .hlth-top-bg .top-section img {
        display: block;
        margin: 0 auto 30px
    }
    .about-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        font-size: 15px
    }
    .about-theme .pricing-sec h4 {
        font-size: 28px;
        line-height: 30px;
        font-weight: 500
    }
    .about-theme .hlth-top-bg .top-section img {
        display: block;
        width: auto;
        margin: 0 auto
    }
    .career-theme .hlth-top-bg .top-section img {
        display: block
    }
    .cm_webrtc .custom-home .span6+.span6 {
        padding-top: 0
    }
    .cm_webrtc .home-developer-section .panel-body .mobile-content:before {
        content: none
    }
    .cm_webrtc .home-developer-section .panel-body .mobile-content img {
        max-width: 80% !important
    }
    .cm_webrtc .test-drive article h4 {
        font-size: 28px
    }
    .cm_webrtc .enb-api-popup-form h2 {
        line-height: normal !important
    }
    .cm_api_tabs #tabs {
        display: block !important
    }
    .cm_api_tabs ul.nav.nav-tabs {
        display: none !important
    }
    .cm_api_tabs .tab-content>.tab-pane {
        display: block !important
    }
    .cm_api_tabs .tab-content .col-lg-5 {
        display: none
    }
    .cm_api_tabs .tab-content .col-12 {
        padding: 0
    }
    .cm_api_tabs article .inner-tabs {
        display: none
    }
    .cm_api_tabs h3.mob_title {
        background-color: #fff;
        border: 1px solid #2120201c;
        border-radius: .25rem;
        padding: .75rem 1.25rem;
        font-size: 16px;
        line-height: 21px;
        cursor: pointer;
        margin: 0;
        text-align: left !important
    }
    .cm_api_tabs h3.mob_title:after {
        content: "\F105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 19px;
        float: right
    }
    .cm_api_tabs .tab-content {
        padding: 40px 0 !important
    }
    .cm_api_tabs h3.mob_title.active:after {
        content: "\f107"
    }
    .cm_api_tabs .inner-section-acc {
        border: 1px solid #2120201c;
        padding: 15px;
        border-top: 0;
        border-radius: .25rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: -1px
    }
    .cm_api_tabs .tab-pane {
        margin-bottom: 5px
    }
    .cm-enb-video-api-page.cm_webrtc .top-section.cm-api-top-section .cm-enb-row {
        flex-wrap: wrap;
        padding-top: 50px
    }
    .cm-enb-video-api-page.cm_webrtc .top-section.cm-api-top-section .cm-enb-row>div:first-child {
        padding-bottom: 20px
    }
    .cm-enb-video-api-page.cm_webrtc .top-section.cm-api-top-section article.voice-api-txt h4 {
        padding-top: 0
    }
    .cm-enb-video-api-page.cm_webrtc .top-section.cm-api-top-section article.voice-api-txt p {
        padding: 0 30px
    }
    .cm-enb-video-api-page.cm_webrtc .top-section.cm-api-top-section article.voice-api-txt p br {
        display: none
    }
    .cm_webrtc .voice-api-txt .voice-api-p {
        padding-bottom: 10px
    }
    .cm_api_tabs .tab-content .row {
        margin: 0
    }
    .cm_career_page.career-theme .hlth-top-bg .top-section img {
        margin: 0 auto !important;
        max-width: 70%
    }
    .career-theme.cm_career_page .hlth-top-bg .top-section .voice-api-txt ul li {
        margin: 0 !important;
        clear: both;
        padding-bottom: 20px
    }
    .career-theme.cm_career_page .hlth-top-bg .top-section .voice-api-txt ul {
        padding-top: 20px
    }
    .career-testimonail-section .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .career-testimonail-section .testi-right p {
        max-width: 100%
    }
    .career-testimonail-section .col-md-6.testi-right {
        padding: 0 40px;
        padding-top: 30px
    }
    .cm_career_page #tabs {
        display: block !important
    }
    .career-testimonail-section .testi-right h3 {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 10px
    }
    .career-testimonail-section .author-section .left h4 {
        font-size: 18px
    }
    .career-theme.cm_career_page .profil-about h4, .career-theme.cm_career_page .EnableX-Advantages h4 {
        font-size: 28px;
        line-height: 30px
    }
    .cm_career_page .home-section .top h2 {
        font-size: 28px;
        line-height: 30px
    }
    .career-testimonail-section .testi-left img {
        max-width: 50%
    }
    .career-testimonail-section .top {
        margin: 0
    }
    .career-testimonail-section {
        padding-top: 40px
    }
    .career-inner-pages.apply-theme .section-2-job {
        padding: 20px 0
    }
    .career-inner-pages.apply-theme .hlth-top-bg .top-section {
        margin-bottom: 20px
    }
    .career-inner-pages.apply-theme .section-2-job .white-bg h3 {
        font-size: 20px;
        line-height: normal
    }
    .career-inner-pages.apply-theme .responsibiliti-sec h4 {
        font-size: 25px;
        line-height: 30px
    }
    header .app nav ul#first-menu li .sign-in:hover {
        color: #f13d3d !important
    }
    .cm_discord.dis_mob {
        display: block !important
    }
    .cm_discord.dis_mob a {
        color: #333;
        cursor: pointer !important;
        font-size: 13px !important;
        line-height: 15px;
        font-weight: 500;
        letter-spacing: 1px
    }
    .custom-header .app>nav.navbar {
        justify-content: initial;
        position: relative
    }
    .custom-header .app>nav.navbar .mobile-trigger {
        position: absolute;
        right: 0
    }
    .cm-provider-section2 img.mobile-img {
        max-width: 400px;
        margin: 20px auto;
        display: block
    }
    .cm-service-provider-page .home-developer-section .icon1 {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center
    }
    .cm-service-provider-page .cm-provider-section3 .home-developer-section {
        padding-top: 10px;
        padding-bottom: 180px
    }
    .cm-service-provider-page .cm-provider-section3 .icon {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center
    }
    .cm-service-provider-page .cm-provider-section4 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .cm-service-provider-page .cm-provider-section4 p {
        max-width: 100%
    }
    .cm-service-provider-page .cm-provider-section4 .row {
        flex-wrap: wrap-reverse
    }
    .cm-service-provider-page .cm-provider-section4 {
        padding-bottom: 40px
    }
    .cm-service-provider-page .cm-partner-provider .row {
        display: block
    }
    .cm-service-provider-page .cm-partner-provider .row>div {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
    .cm-service-provider-page .cm-partner-provider .right h3 br {
        display: none
    }
    .cm-service-provider-page .possibilities-section .item {
        width: 100%
    }
    .cm-service-provider-page .business-section .btm .item {
        width: 100%
    }
    .cm-service-provider-page .cm-partner-provider .right h3 {
        font-size: 30px;
        line-height: normal;
        text-align: center
    }
    .cm-service-provider-page .cm-provider-section8 .cm-test-drive-section h3 {
        font-size: 28px;
        line-height: 30px;
        padding: 0
    }
    .cm-service-provider-page .possibilities-section {
        padding: 80px 0
    }
    .cm-service-provider-page .cm-provider-section8 {
        padding-bottom: 80px
    }
    .sticky .hs-menu-wrapper {
        top: 48px
    }
    #stickyHeader .border-botm {
        border: 0;
        padding: 0
    }
    .cm-service-provider-page .cm-provider-section4 .right {
        padding-left: 15px;
        margin-bottom: 30px
    }
    .cm-service-provider-page .cm-provider-section2 .home-developer-section {
        padding-top: 30px
    }
    .cm_video-tabber .cm_wrapr {
        display: block
    }
    .cm_video-tabber .cm_wrapr .left-bar, .cm_video-tabber .cm_wrapr .right-bar {
        width: 100%
    }
    .cm_video-tabber .cm_wrapr .mid-bar {
        display: none
    }
    .cm_video-tabber ul li>span {
        padding: .75rem 1.25rem;
        font-size: 16px;
        line-height: 21px
    }
    .cm_video-tabber ul li>span:after {
        content: "\F105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 19px;
        float: right
    }
    .cm_video-tabber ul li p {
        text-align: left;
        background: #fff;
        padding: 10px !important;
        margin: 0;
        border: solid 1px #f0f0f0;
        margin-top: -8px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        display: none
    }
    .cm_video-tabber ul li.active p {
        display: block
    }
    .cm_video-tabber ul li.active>span:after {
        content: "\f107"
    }
    .cm-figure-imgs .livecall {
        margin: 0 auto
    }
    .cookie-bar {
        width: 90%;
        border-radius: 10px;
        overflow: hidden;
        bottom: 90px;
        padding: 10px !important;
        margin: 0 auto
    }
    .about-info .top h4 {
        font-size: 28px;
        line-height: 30px
    }
    .about-info .description p {
        font-size: 16px;
        line-height: 20px
    }
    .about-theme .test-Drive article a {
        position: static !important;
        transform: none !important;
        width: auto !important;
        display: inline-block !important;
        max-width: 200px;
        margin: 0 auto
    }
    .about-theme .test-Drive .col-xl-6 {
        margin-bottom: 30px !important
    }
    .about-theme .pricing-sec {
        margin-bottom: 30px
    }
    .details-by-person .img-area {
        padding: 0 20px;
        margin-bottom: 20px
    }
    .about-theme .modal .close {
        right: 0
    }
    .details-by-person .img-area .wrapper h4 {
        font-size: 30px
    }
}
@media(max-width:4000px) {
    .home-customer-section .customer-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home-customer-section .slick-dots {
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .home-customer-section .slick-dots li {
        margin: 0 4px;
        background: #fff;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #ec1c23;
        cursor: pointer
    }
    .home-customer-section .slick-dots li button {
        display: none
    }
    .home-customer-section .slick-dots li.slick-active {
        background: #ec1c23
    }
}
@media(max-width:800px) {
    .home-customer-section .customer-wrp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .home-customer-section .slick-dots {
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .home-customer-section .slick-dots li {
        margin: 0 4px;
        background: #fff;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #ec1c23;
        cursor: pointer
    }
    .home-customer-section .slick-dots li button {
        display: none
    }
    .home-customer-section .slick-dots li.slick-active {
        background: #ec1c23
    }
    .cm-ai-page .why-enablex .row .col-xl-6:last-of-type .white-border-sec:first-child {
        margin-top: 0
    }
    .cm_sms_pricing .cm_wrap p.txt-uppe {
        font-size: 17px !important
    }
}
@media(max-width:767px) {
    .table-section tr.table-row td+td span {
        padding: 20px
    }
    .table-section tr.table-row td {
        padding: 20px
    }
    .design-code-section .test-drive {
        padding-left: 15px;
        padding-right: 15px
    }
    .design-code-section .test-drive {
        padding-left: 15px;
        padding-right: 15px
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) {
        margin-left: 20px
    }
    .benefit-top-wrp .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .benefit-top-wrp .navbar-toggler {
        display: none
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav {
        margin: 0 auto
    }
    .benefit-top-wrp .navbar {
        display: block;
        text-align: center
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) a.nav-link.gra-bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 70px;
        border-radius: 0
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) a.nav-link.gra-bg svg {
        margin: 0 !important
    }
    .videos-main-group {
        padding-top: 70px;
        padding-bottom: 40px
    }
    .sidebar nav.navbar ul li.list-group-item {
        padding: 8px 30px
    }
    .accordion-section .acc-item .acc-title h4 {
        font-size: 17px
    }
    .accordion-section .acc-item .acc-title {
        padding: 15px;
        padding-right: 40px
    }
    .accordion-section .acc-item .acc-title>div {
        font-size: 25px
    }
    .accordion-section .acc-item .acc-content .inner {
        padding: 15px;
        padding-bottom: 30px
    }
    .about-section .btm p {
        font-size: 15px
    }
    .benefit-video-section .inner {
        min-height: 100%;
        padding-bottom: 62px
    }
    .launch-section .span6.right {
        display: none
    }
    .launch-section {
        padding-top: 30px;
        text-align: center
    }
    .launch-section .row-fluid {
        padding-bottom: 20px
    }
    .art-feature-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .art-feature-section .top {
        padding-bottom: 0
    }
    .benefit-video-section .inner {
        border-radius: 10px;
        padding-bottom: 0
    }
    .benefit-video-section .sidebar .navbar:last-child {
        display: none
    }
    .sidebar nav.navbar ul li.list-group-item:first-child {
        display: none
    }
    .use-case-section {
        padding-top: 50px
    }
    .custom-btm-design-section .btm {
        display: none
    }
    .builder2-page .button-section a {
        font-size: 15px
    }
    .cm-design-code-section {
        padding-top: 30px
    }
    .builder2-page .cm-featured-section .benefit-item .cm-card>div.back .wrp {
        padding: 10px 7px
    }
    .benefit-video-section .list-group {
        display: flex;
        flex-direction: initial;
        align-items: center;
        justify-content: space-around
    }
    .custom-partner-logo-section .partner-item {
        width: 50%
    }
    .custom-partner-logo-section .row-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .builder2-page .builder-section {
        padding-top: 30px
    }
    .cm-builder2 .custom-btm-design-section {
        padding: 40px 0
    }
    .embed-logo-left-section .partner-item {
        width: 50%
    }
    .embed-logo-left-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .embed-logo-left-section .partner-item img {
        max-width: 60%
    }
    .home-tabber-section .cm-nav-tabs {
        display: none
    }
    .home-tabber-section .cm-tab-content .mobile-title {
        display: block;
        background: #eee;
        border-radius: 10px;
        overflow: hidden;
        padding: 12px 15px;
        cursor: pointer;
        margin: 0;
        line-height: 1;
        font-size: 19px;
        letter-spacing: 0;
        color: #333;
        font-weight: 500;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .home-tabber-section .cm-tab-content .inner .wrap {
        margin: 20px 0
    }
    .home-tabber-section .cm-tab-pane {
        display: block !important
    }
    .home-tabber-section .cm-tab-pane+.cm-tab-pane {
        margin-top: 30px
    }
    .home-overlay {
        z-index: -1
    }
    .home-tabber-section .cm-tab-content .inner {
        display: none
    }
    .home-tabber-section .cm-tab-content {
        padding: 0
    }
    .home-banner-section .home-banner-content h1 br {
        display: none
    }
    .home-banner-section .home-banner-content h1 span {
        display: block;
        font-size: 32px;
        line-height: normal;
        font-weight: 500;
        padding-bottom: 5px
    }
    .home-tabber-section .cm-tab-content .mobile-title svg {
        font-size: 12px
    }
    .home-tabber-section .cm-tab-content .mobile-title .up {
        display: none
    }
    .home-tabber-section .cm-tab-content .mobile-title.active .up {
        display: block
    }
    .home-tabber-section .cm-tab-content .mobile-title.active .down {
        display: none
    }
    .home-developer-section .span6:last-child .home-overlay img {
        width: 100%;
        object-fit: contain
    }
    .home-overlay {
        display: none
    }
    .chat-drive-wrapper>.row {
        margin: 0
    }
    .theme-cyan .top-section .row {
        overflow: hidden
    }
    .facex-theme .image-sec {
        overflow: hidden
    }
    .sms-spi-pricing-theme .table-section {
        overflow: hidden
    }
    .home-developer-section .home-overlay {
        display: block
    }
    .home-industry-solution .item {
        width: 50%
    }
    .top-banner-section .banner-content p {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }
    .top-banner-section .banner-content h3 {
        font-size: 15px;
        margin-top: 30px
    }
    .launch-section p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300
    }
    .launch-section h2 {
        margin-bottom: 0
    }
    .art-feature-section .btm-sec .row-fluid {
        padding-top: 20px
    }
    .art-feature-section .btm-sec ul li:before {
        width: 8px;
        height: 8px
    }
    .use-case-section .tab-pane p {
        font-size: 16px;
        line-height: 20px
    }
    .use-case-section .tab-content h3 {
        font-size: 18px;
        line-height: normal
    }
    .use-case-section .mobile-title h4 {
        font-size: 18px;
        line-height: normal
    }
    .table-section thead tr td {
        font-size: 16px;
        line-height: normal
    }
    .builder2-page .top-banner-section .banner-content h1 {
        font-size: 28px;
        line-height: 30px
    }
    .builder2-page .top-banner-section .banner-content h1 strong {
        font-size: 32px;
        line-height: 1.6
    }
    .builder2-page .custom-section .top h2 br {
        display: none
    }
    .competition-section .inner>h6 {
        text-align: center;
        font-size: 15px
    }
    .competition-section .inner>h2 {
        text-align: center;
        color: #333
    }
    .table-section tr.table-row td+td {
        padding: 0
    }
    .table-section tr.table-row td+td span {
        padding: 10px
    }
    .table-section tr.table-row td {
        padding: 10px
    }
    .cm-design-code-section .top {
        padding-left: 20px;
        padding-right: 20px
    }
    .builder2-page .button-section {
        position: relative;
        z-index: 1
    }
    .use-case-section .mobile-title h4 {
        font-size: 16px;
        line-height: 1.5
    }
    .use-case-section .tab-content h3 {
        font-size: 16px
    }
    .voice-api-txt .hero-btn a {
        display: inline-block !important
    }
    .voice-api-txt .hero-btn li {
        display: block !important;
        width: 100%
    }
    .voice-api-txt .hero-btn {
        display: block
    }
    header#stickyHeader>.container-fluid .app nav.pr-2 {
        padding-bottom: 0 !important
    }
    .mob-accordion #accordion .card .card-header .accordion-head a {
        display: flex
    }
    .mob-accordion #accordion .card .card-header .accordion-head a i {
        position: absolute;
        right: 6px;
        top: 3px
    }
    .cm-featured-section .benefit-item {
        padding: 0
    }
    .builder2-page .cm-featured-section .benefit-item h3 {
        font-size: 17px
    }
    .accordion .row>div {
        width: 100%;
        max-width: 100%
    }
    .accordion .row {
        display: block
    }
    .accordion .row>div h6 {
        text-align: center !important;
        padding-bottom: 10px
    }
    .accordion .row>div p {
        text-align: center !important
    }
    .accordion span.tab-top-hedding, .accordion span.tab-top-hedding * {
        display: block;
        text-align: center !important
    }
    .accordion span.tab-top-hedding h6 {
        margin: 0
    }
    .legals-theme .tou .tou-content .sla-table {
        display: block;
        overflow-x: auto
    }
    .home-banner-section .home-banner-content h1 {
        font-size: 28px;
        line-height: 30px;
        font-weight: normal
    }
    .home-headline {
        padding-top: 25px;
        text-align: center
    }
    .home-headline .home-banner-content, .home-headline .button-section {
        text-align: center !important
    }
    .home-section.home-section-edit {
        padding: 25px 0 0 !important
    }
    .home-headline .home-banner-content h1 {
        line-height: 30px !important;
        font-size: 25px !important
    }
    .home-headline .home-banner-content h5 {
        padding-bottom: 10px
    }
    .home-headline .home-banner-content h1 span {
        font-size: 32px !important
    }
    .home-banner-image img {
        min-height: auto !important
    }
    .home-section .top h2 {
        font-size: 28px;
        line-height: 30px
    }
    .custom-home h5 {
        font-size: 15px;
        margin-top: 0
    }
    .home-client-section .client-logo-section {
        padding-bottom: 0
    }
    .home-section.home-client-section {
        padding-bottom: 30px
    }
    .home-industry-solution .top br {
        display: none
    }
    .home-industry-solution .btm {
        padding-top: 30px
    }
    .home-convo-section .head h2, .home-convo-section .head span, .home-convo-section .head h3, .home-convo-section .desc, .home-intelligent-section .btm .description .inner-sec, .home-developer-section h5, .home-developer-section h2, .home-signup-section .inner {
        text-align: center
    }
    .home-developer-section .accordion-section {
        padding-top: 30px
    }
    .home-client-section .button-section {
        padding-top: 0
    }
    .home-convo-section .btm {
        padding-top: 30px;
        padding-bottom: 40px
    }
    .home-signup-section {
        padding-bottom: 60px
    }
    .home-customer-section .container {
        margin-top: 40px
    }
    .home-intelligent-section .deploy-wrapper .slick-slider {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 60px
    }
    .sms-spi-pricing-theme .table-section>.container.py-3>.row {
        margin: 0
    }
    .sms-spi-pricing-theme .table-section .card-body {
        padding: 0
    }
    .sms-spi-pricing-theme .table-section .card.border-primary.mb-3 {
        margin: 0 !important
    }
    .sms-spi-pricing-theme .table-section .tab-content.py-4 {
        padding: 0 !important
    }
    .contact-us .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        margin: 0;
        padding-bottom: 10px
    }
    .about-theme .EnableX-Advantages h6.red-txt {
        margin-top: 0
    }
    .about-theme .pricing-sec {
        margin-bottom: 40px;
        padding-top: 30px
    }
    .about-theme .test-Drive {
        padding-bottom: 50px
    }
    .about-theme .test-Drive article {
        height: auto !important
    }
    .about-theme .test-Drive article a {
        position: static !important;
        transform: none !important;
        display: inline-block !important;
        width: auto;
        max-width: 200px;
        margin: 0 auto
    }
    .about-theme .blog-sec article h4, .about-theme .blog-sec article p {
        text-align: center
    }
    .about-theme .blog-sec article p {
        padding-bottom: 10px
    }
    .about-theme .blog-sec article h4 {
        margin-bottom: 0
    }
    .about-theme .pricing-sec svg {
        display: none
    }
    .about-theme .test-Drive .row>div {
        padding: 0
    }
    .about-theme .test-Drive .row {
        margin: 0
    }
    .about-theme .test-Drive .container-fluid {
        padding: 0
    }
    .career-theme .hlth-top-bg .top-section .voice-api-txt .grey-txt {
        margin-top: 10px
    }
    .career-theme .test-Drive .col-12 {
        padding: 0
    }
    .career-theme .test-Drive .row {
        margin: 0
    }
    .career-theme .test-Drive .container-fluid {
        padding: 0
    }
    .career-theme .test-Drive article {
        height: auto !important
    }
    .career-theme .test-Drive article a {
        position: static !important;
        transform: none !important;
        max-width: 200px;
        display: inline-block !important;
        margin: 0 auto
    }
    .Pricing-theme .col-12.test-drive {
        max-width: 100%
    }
    .about-theme .pricing-sec .row>div {
        padding: 0
    }
    .webr-section .top h2 {
        font-size: 28px;
        line-height: 30px
    }
    .webr-section .top p {
        text-align: center
    }
    .cm_webrtc .use-case-section .tab-content h3 {
        font-size: 20px
    }
    .webr-section.hooks-section .wrap {
        padding-left: 0;
        padding-right: 0
    }
    .webr-section.feature-section .btm {
        padding: 0
    }
    .webr-section.feature-section .btm .wrap {
        padding-left: 0;
        padding-right: 0
    }
    .cm_webrtc .customer-love .wrap {
        padding-left: 0;
        padding-right: 0
    }
    .cm_webrtc.cm-enb-video-api-page .top-section.cm-api-top-section .cm-enb-row>div {
        padding: 0
    }
    .cm_webrtc .home-developer-section .span6 {
        padding: 0
    }
    .cm-service-provider-page .cm-revenue-section .rev-item {
        width: 100%;
        margin: 0 auto 20px;
        justify-content: center
    }
    .cm-service-provider-page .cm-revenue-section .row {
        display: block
    }
    .cm-service-provider-page .cm-revenue-section .rev-item span {
        max-width: 100%
    }
    .cm-service-provider-page .cm-revenue-section .rev-item:last-child {
        margin-bottom: 0
    }
    .cm-revenue-section {
        padding-top: 20px
    }
    .cm-service-provider-page .cm-provider-section2 {
        padding-top: 80px
    }
    .cm-service-provider-page .custom-section .top h2 {
        font-size: 28px;
        line-height: 30px;
        font-weight: normal
    }
    .cm-service-provider-page .home-developer-section h2 {
        font-size: 28px;
        line-height: 30px;
        font-weight: normal
    }
    .cm-service-provider-page .cm-partner-provider .right h3 {
        font-size: 28px;
        line-height: 30px
    }
    .cm-service-provider-page .business-section {
        padding-bottom: 80px
    }
    .cm-service-provider-page .home-banner-section .button-section {
        margin-bottom: 0
    }
    .cm-service-provider-page .home-developer-section .panel-body p {
        font-size: 16px;
        line-height: 20px
    }
    .cm-service-provider-page .home-developer-section .dev-desc p {
        font-size: 16px;
        line-height: 20px
    }
    .cm-service-provider-page .home-developer-section .dev-desc {
        padding: 0
    }
    .cm-service-provider-page .possibilities-section {
        padding-bottom: 30px
    }
    .cm-service-provider-page .cm-provider-section4 p {
        font-size: 16px;
        line-height: 20px
    }
    .cm-service-provider-page .possibilities-section .possibile-top p, .cm-service-provider-page .business-section .top p {
        font-size: 16px;
        line-height: 20px
    }
    .cm-service-provider-page .possibilities-section .item ul li {
        font-size: 16px;
        line-height: 20px
    }
    .cm-service-provider-page .business-section .btm .item p {
        font-size: 16px;
        line-height: 20px
    }
    .cm-service-provider-page .business-section .btm .item {
        margin-bottom: 20px
    }
    .cm-provider-section4 h2 {
        font-size: 28px;
        line-height: 30px
    }
}
@media(max-width:600px) {
    .sidebar nav.navbar ul li.list-group-item {
        padding: 8px 3px
    }
    .benefit-video-section .sidebar ul {
        padding: 0 5px;
        margin-top: -6px
    }
    .benefit-top-wrp .navbar-collapse .navbar-nav:nth-child(2n+2) {
        display: none
    }
    .sidebar nav.navbar ul li.list-group-item {
        padding: 10px 12px;
        border: 0
    }
    .sidebar svg {
        width: 25px;
        height: 25px
    }
    .benefit-video-section .sidebar ul {
        margin: 0
    }
    .benefit-video-section .sidebar {
        height: 45px
    }
    .videos-main-group .span4 .inner-sec {
        padding-bottom: 100%
    }
    .launch-section p {
        font-size: 16px;
        line-height: 20px
    }
    .benefit-top-wrp .navbar-collapse {
        display: none !important
    }
    .benefit-top-wrp .navbar {
        padding-top: 4px
    }
    .videos-main-group {
        padding-top: 35px
    }
    .home-customer-section .customer-img {
        display: none
    }
    .home-customer-section {
        background: #e9f5f9
    }
    .home-intelligent-section .btm .row {
        margin: 0
    }
    .home-intelligent-section.content-left {
        padding-top: 40px
    }
    .home-developer-section .row {
        margin: 0
    }
    .home-intelligent-section .btm .description .inner-sec h2, .home-developer-section h2 {
        font-size: 35px;
        line-height: normal
    }
    .home-developer-section .icon.icon3 {
        display: none
    }
    .home-tabber-section .wrap>img {
        max-height: initial;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden
    }
    .home-intelligent-section .icon {
        display: none
    }
    .home-developer-section .span6:last-child img {
        margin-top: 0
    }
    .faceai-calculator-inner {
        padding: 30px
    }
    .home-intelligent-section.content-left .span6.image {
        padding-top: 0
    }
    .home-section.home-intelligent-section.content-right .icon.icon2 {
        display: none
    }
    .home-section.home-intelligent-section.content-right .span6.desc {
        padding-bottom: 50px
    }
    .home-developer-section .span6:last-child .ent-tab1 img {
        margin-top: 60px
    }
    .home-convo-section .head h2 {
        font-size: 28px;
        line-height: 30px
    }
    .home-convo-section .head span {
        font-size: 22px;
        display: block
    }
    .home-convo-section .head h3 {
        font-size: 20px
    }
    .home-convo-section p {
        font-size: 16px;
        line-height: 20px
    }
    .custom-home .btn {
        font-size: 12px;
        padding: 5px 13px
    }
    .home-intelligent-section .btm .description .inner-sec h2, .home-developer-section h2 {
        font-size: 28px;
        line-height: 30px
    }
    .home-intelligent-section .btm .description p {
        font-size: 16px;
        line-height: 20px
    }
    .home-intelligent-section .deploy-wrapper p {
        font-size: 16px;
        line-height: 20px
    }
    .home-intelligent-section .deploy-wrapper h4 {
        padding-bottom: 10px
    }
    .home-developer-section .panel-head h4 {
        font-size: 20px
    }
    .home-developer-section .panel-body p {
        font-size: 16px;
        line-height: 20px
    }
    .home-developer-section .panel-body .inner {
        padding-bottom: 0
    }
    .home-industry-solution {
        padding-bottom: 0;
        padding-top: 20px
    }
    .home-intelligent-section .deploy-wrapper img {
        max-width: 30%;
        margin-bottom: 10px
    }
    .home-intelligent-section .deploy-wrapper {
        min-height: initial
    }
    .home-customer-section .customer-wrp img {
        max-width: 115px
    }
    .voice-api-txt .hero-btn li .btn-red {
        font-size: 12px;
        padding: 5px 13px
    }
    .voice-api-txt .hero-btn li .btn-white {
        font-size: 12px;
        padding: 5px 13px
    }
    .test-drive article a {
        font-size: 16px;
        padding: 7px 13px;
        border-radius: 5px;
        line-height: normal
    }
    .builder2-page .button-section a {
        font-size: 12px;
        padding: 5px 13px
    }
    .builder2-page .button-section {
        padding-top: 20px
    }
    .cm-design-code-section {
        padding-top: 20px;
        padding-bottom: 10px
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul li a {
        font-size: 12px;
        padding: 7px 13px
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul li {
        margin-bottom: 14px
    }
    .banking-theme .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 20px
    }
    .retail-ecommerce .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 10px
    }
    .iot-theme .hlth-top-bg .top-section .voice-api-txt ul li a {
        font-size: 12px;
        padding: 5px 13px
    }
    .iot-theme .hlth-top-bg .top-section .voice-api-txt ul {
        margin-top: 0;
        margin-bottom: 20px
    }
    .cm-ai-page ul.hero-btn li:last-child button {
        font-size: 12px;
        padding: 5px 13px
    }
    .cm-ai-page ul.hero-btn li a {
        font-size: 12px;
        padding: 9px 13px
    }
    .contact-us .hlth-top-bg .top-section .sign-up .btn-primary {
        font-size: 13px;
        padding: 5px 13px;
        height: auto;
        text-align: center
    }
    .about-theme .pricing-sec .btn-small, .career-theme .pricing-sec .btn-small, .contact-us .pricing-sec .btn-small, .we-hiring-theme .pricing-sec .btn-small, .apply-theme .pricing-sec .btn-small {
        font-size: 12px;
        padding: 5px 25px;
        border-radius: 5px;
        font-weight: 500
    }
    .about-theme .test-Drive article a, .career-theme .test-Drive a {
        font-size: 12px;
        padding: 8px 13px !important;
        border-radius: 5px !important;
        height: auto;
        line-height: normal !important;
        margin-top: 10px !important
    }
    .career-theme .pricing-sec p .btn-bg-red {
        font-size: 12px;
        padding: 5px 25px;
        border-radius: 5px;
        font-weight: 500;
        margin: 0
    }
    .career-theme.cm_career_page .hlth-top-bg .top-section .voice-api-txt ul li {
        padding-bottom: 0
    }
    .career-testimonail-section .slick-arrow.slick-prev {
        left: 0
    }
    .career-testimonail-section .slick-arrow.slick-next {
        right: 0
    }
    .career-testimonail-section .author-section {
        display: block
    }
    .career-testimonail-section .author-section>div {
        width: 100%
    }
    .career-testimonail-section .author-section>div.left {
        padding-bottom: 20px
    }
    .cm_career_page .profil-about {
        margin-top: 70px
    }
    .cm_video_api_page .top-section .voice-api-txt .btn-red {
        font-size: 16px;
        margin-bottom: 10px
    }
    .cm_video_api_page .top-section .voice-api-txt .btn-white {
        font-size: 16px
    }
    .cm_video_api_page .build-conversation.cm-scale-inner {
        margin-top: 10px
    }
}
@media(max-width:491px) {
    .custom-home-main .hs-menu-wrapper {
        height: calc(100vh - 174px) !important;
        top: 174px
    }
    .custom-home-main .hs-menu-wrapper .navbar-nav>li .dropdown {
        height: calc(100vh - 174px) !important
    }
}
@media(max-width:480px) {
    .cm-enb-video-api-page .top-section.cm-api-top-section.sms-api-wrapper article.voice-api-txt h4 {
        padding-top: 0
    }
    .top-section.cm-api-top-section.sms-api-wrapper {
        padding-bottom: 30px !important
    }
    .cm-enb-video-api-page .top-section.cm-api-top-section.sms-api-wrapper article.voice-api-txt {
        margin-bottom: 25px
    }
    .cm-sticky-footer-section ul.hero-btn {
        display: block;
        text-align: center
    }
    .cm-sticky-footer-section ul.hero-btn li {
        margin: 0
    }
    .cm-sticky-footer-section ul.hero-btn li+li {
        margin-top: 20px
    }
    .cm-bottom-element {
        padding-bottom: 150px
    }
    .home-client-section .client-logo-item {
        width: 100%
    }
    .home-client-section .client-logo-section {
        padding-bottom: 0
    }
    .home-convo-section .item .btn {
        position: static;
        margin-top: 30px
    }
    .home-convo-section .item .inner {
        padding-bottom: 50px
    }
    .home-convo-section .btm .box-item {
        width: 50%
    }
    .home-intelligent-section .btm .row {
        margin: 0
    }
    .home-intelligent-section .btm .description {
        padding: 0
    }
    .home-intelligent-section .btm .circle {
        display: none
    }
    .home-developer-section .row {
        margin: 0
    }
    .home-developer-section .panel-head {
        padding-right: 40px
    }
    .home-signup-section {
        padding-top: 20px
    }
    .home-customer-section svg, .client-logo-section svg {
        font-size: 11px;
        line-height: normal
    }
    .client-logo-section svg {
        margin-top: -39px
    }
    .home-developer-section .accordion-item .button-section a {
        margin-bottom: 20px
    }
    .home-developer-section {
        padding-left: 0;
        padding-right: 0
    }
    .home-developer-section .home-overlay {
        display: none
    }
    .home-intelligent-section .icon.icon2 {
        display: none
    }
    .ent-slide-main-item {
        padding: 0
    }
    .home-developer-section .row .span6.last-sec {
        padding-bottom: 60px
    }
    .telco-theme .test-drive {
        max-width: 100%;
        margin-top: 20px
    }
    .telco-theme .Partner-first-Focus-sec .Voice-API-grid>div {
        padding: 0
    }
    .home-developer-section .panel-body .mobile-content:before {
        min-height: 400px;
        left: 0;
        top: -33px
    }
    .cm-service-provider-page .service-possible-links ul {
        width: auto;
        align-items: initial
    }
    .cm-service-provider-page .service-possible-links ul>li {
        align-items: initial
    }
    .cm-service-provider-page .service-possible-links ul a {
        height: 100%;
        display: flex;
        align-items: center
    }
    .cm-service-provider-page .custom-section .top h2 br {
        display: none
    }
}
@media(max-width:400px) {
    .benefit-video-section {
        padding: 10px;
        border-radius: 10px
    }
    .home-industry-solution .item {
        width: 100%
    }
    .home-developer-section .panel-body .mobile-content img {
        max-width: 210px !important
    }
    .enterprise-img-wrap.ent-tab3.mobile-content img {
        max-width: 450px !important
    }
    .enterprise-img-wrap.ent-tab4.mobile-content .row {
        padding-bottom: 20px
    }
    .enterprise-img-wrap.ent-tab4.mobile-content {
        padding-top: 10px
    }
    .home-developer-section .panel-body .mobile-content:before {
        min-height: 290px;
        left: 30px;
        top: -23px
    }
    .mobile-trigger {
        margin-right: 10px
    }
    .career-testimonail-section .col-md-6.testi-right {
        padding-left: 60px;
        padding-right: 60px
    }
    .career-inner-pages.apply-theme .section-2-job .white-bg ul li {
        display: block;
        padding-bottom: 10px
    }
    .career-inner-pages.apply-theme .section-2-job {
        padding-bottom: 0
    }
    .career-inner-pages.apply-theme .enableX-products .sign-up .file-upload-wrapper:before {
        font-size: 14px;
        padding: 0 10px;
        right: 40px
    }
    .cm_discord em {
        font-size: 11px
    }
    .cm_discord .discord {
        max-width: 24px;
        margin-right: 3px
    }
    .cm_discord.dis_mob a {
        padding: 4px 4px !important;
        position: relative;
        top: 5px
    }
    .custom-header .navbar-brand>img {
        max-width: 100%;
        height: 24px!important;
    }
    .custom-header .navbar-brand {
        padding: 0 !important;
        margin-right: 7px !important;
        display: inline-block !important
    }
    .custom-header .app>nav.navbar .mobile-trigger {
        top: 5px
    }
    .notfound-404 .title h1 {
        font-size: 60px
    }
    .notfound-404 h2 {
        font-size: 16px
    }
    .notfound-404 {
        padding-bottom: 10px
    }
}
@media(max-width:380px) {
    .home-developer-section .panel-body .mobile-content:before {
        min-height: 290px;
        left: 20px
    }
    .details-by-person .img-area .wrapper h4 {
        font-size: 20px;
        margin: 0
    }
    .details-by-person .img-area .wrapper p {
        font-size: 14px
    }
    .details-by-person>.col-12 {
        padding: 0
    }
    .about-theme .modal .close {
        right: -10px
    }
}
@media(max-width:360px) {
    .home-developer-section .panel-body .mobile-content:before {
        min-height: 290px;
        left: 10px
    }
}
@media(max-width:349px) {
    .custom-home-main .hs-menu-wrapper {
        height: calc(100vh - 198px) !important;
        top: 198px
    }
    .custom-home-main .hs-menu-wrapper .navbar-nav>li .dropdown {
        height: calc(100vh - 198px) !important
    }
    .home-developer-section .panel-body .mobile-content:before {
        left: 0
    }
    .enterprise-img-wrap.ent-tab4.mobile-content .row img.gdpr {
        max-width: 80px !important
    }
}
@media(max-width:325px) {
    .videos-main-group {
        padding-top: 35px
    }
}
@media(max-height:680px) and (min-width:992px) {
    .custom-header ul#first-menu li ul.dropdown .lft-wht-bg {
        padding: 10px 20px !important
    }
    .custom-header ul#first-menu li ul.dropdown li .sub-menu-left h5 a {
        padding-bottom: 0 !important
    }
    .custom-header ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a {
        margin: 0 !important;
        padding: 3px 0 !important
    }
    .custom-header ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 {
        margin-bottom: 2px !important
    }
    .custom-header ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text p {
        font-size: 14px !important;
        line-height: normal !important
    }
}
.select-drop-arrow select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: .5rem 2rem .5rem 1rem
}
.select-drop-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 14px;
    font-size: 11px;
    color: #969696;
    pointer-events: none
}
.career-modal {
    max-width: 570px;
    top: 25%
}
.career-modal .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px
}
.career-modal .modal-header {
    padding: 0;
    border-bottom: 1px solid transparent
}
.career-modal button.close {
    color: #ed1c24;
    font-size: 47px;
    font-weight: inherit;
    padding: 0;
    opacity: .9
}
.career-modal .modal-body {
    padding: 20px;
    text-align: center
}
.career-modal .modal-body img {
    max-width: 120px
}
.career-modal .modal-body p {
    font-family: system-ui, Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 15px
}
.error-message {
    color: #ec1c23 !important;
    font-size: 16px !important;
    padding-top: 0 !important;
    display: flex;
    justify-content: center
}
.success {
    color: #1ea030 !important
}
.mt-6 {
    margin-top: 2rem !important
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}
.add-update-line {
    color: #3333338a;
    margin: 0
}
.voice-text-edit {
    padding: 0;
    width: 100%;
    float: none
}
.voice-text-edit h5, h4 {
    color: #f13d3d
}
.trial-form-edit label {
    color: #333
}
.client-slider-editor {
    padding: 40px 0 40px 0 !important
}
.landing-page-logo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    line-height: 70px
}
.verification-code.shadow-edit .form-bg .sign-up {
    box-shadow: none
}
.theme-blue .enableX-Voice-API.sms-api-edit {
    background-position: left
}
.hlth-top-bg.hire-bg {
    background-image: url(../../images/index/hire-bg.png);
    padding-bottom: 60px
}
.why-enablex.hire-enablex {
    background: 0;
    height: inherit;
    margin-bottom: 0
}
.test-drive.test-drive-banner {
    background-size: cover;
    background-image: url(../../images/index/hire-5.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 50px 0
}
.test-drive.test-drive-banner article {
    width: initial;
    margin-top: 0
}
.test-drive.test-drive-banner a {
    background: #fff;
    color: #ec1c23;
    border-radius: 5px;
    margin-bottom: 0
}
.test-drive.test-drive-banner p {
    font-weight: 400
}
.test-drive.test-drive-banner a:hover {
    font-weight: 500
}
.why-hire {
    background: url(../../images/index/hire-10.svg);
    background-size: cover;
    width: 100%;
    background-position: bottom, bottom;
    background-repeat: no-repeat no-repeat;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-bottom: 120px;
    padding-top: 30px
}
.story-wrapper {
    border-radius: 20px;
    padding: 60px 20px;
    background-image: linear-gradient(125deg, #d0e6f3 0, #d8ece2 74%)
}
.story-wrapper .slick-dots li {
    background: #fff
}
.story-wrapper .deploy-inner {
    max-width: 600px;
    margin: auto;
    text-align: center
}
.hire-header {
    padding: 20px 0
}
.hire-demo {
    display: flex;
    justify-content: flex-end
}
.hire-demo li {
    list-style-type: none
}
.demo-list {
    background: #9b2d87;
    background: linear-gradient(90deg, rgba(155, 45, 135, 1) 0, rgba(155, 45, 55, 1) 100%);
    margin-left: 20px;
    letter-spacing: .86pt;
    border-radius: 5px;
    margin-left: 20px
}
.demo-list a {
    color: #fff;
    font-size: 12px;
    border: 0;
    text-transform: uppercase;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
    padding: 10px 20px !important;
    display: block
}
.demo-list.demo-list-edit {
    background: #fff;
    margin-top: 0;
    letter-spacing: .86pt;
    border: 2px solid #cfcfcf;
    text-transform: uppercase;
    margin-left: 15px;
    border-radius: 5px;
    letter-spacing: .86pt;
    margin-left: 20px
}
.demo-list.demo-list-edit a {
    color: #333
}
.footer-hire-list {
    padding-left: 0
}
.footer-hire-list li {
    display: inline-block;
    margin-right: 15px
}
.footer-hire-list li a {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    letter-spacing: .16px;
    background: 0;
    padding: 0;
    cursor: pointer !important
}
.Voice-API-grid.key-service a:hover, .Voice-API-grid.key-service a:hover h5, .Voice-API-grid.key-service a:hover p, .Voice-API-grid.buid-builder a:hover {
    background: inherit;
    color: inherit !important
}
.hlth-top-bg.top-bg {
    background-image: url(../../images/index/home-top-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    position: relative
}
.test-drive.test-drive-banner article h4 {
    font-weight: 600;
    font-size: 40px
}
.m-20 {
    margin: 70px 0
}
.m-70 {
    margin-top: 70px;
    margin-bottom: 30px
}
.use-cases.rec-uses #tabs ul#interest_tabs li a i.fa {
    color: gray
}
.use-cases.rec-uses #tabs ul#interest_tabs li a.active {
    color: red;
    border-bottom: 0
}
.use-cases.rec-uses #tabs ul#interest_tabs li a.active .fa {
    color: red
}
.use-cases.rec-uses #tabs ul#interest_tabs {
    margin-bottom: 30px
}
.key-service a {
    box-shadow: 2px 1px 23px #e9e9e9;
    border: 2px solid #e9e9e9;
    border-radius: 15px
}
.radio-btn-edit {
    cursor: pointer
}
.home-banner-section.video-api-banner img {
    max-width: 800px
}
.home-section.video-api-banner {
    padding: 60px 0 60px
}
.live-video-scales {
    background: linear-gradient(90deg, #a20a90, #cc292a);
    padding: 70px 0
}
.live-video-scales h4, .live-video-scales p, .live-video-scales h3 {
    color: #fff !important
}
.third-headding.third-heading-edit {
    font-size: 30px;
    line-height: 1.2
}
.cm_video-tabber.what-we-got ul li:hover>span, .cm_video-tabber.what-we-got ul li.active>span {
    background: linear-gradient(90deg, #a20a90, #cc292a)
}
.cm_video-tabber.what-we-got .cm_wrapr .img-section img {
    max-width: 400px
}
.cm_video-tabber.what-we-got .cm_wrapr .vid_tab_content p {
    max-width: 320px;
    border: 2px solid #f13d3d;
    position: relative;
    background: #fff
}
.cm_video-tabber.what-we-got .cm_wrapr .vid_tab_content p:after {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    width: 20px;
    left: 25px;
    height: 20px;
    background: #fff;
    border-right: 2px solid #ed3c3c;
    border-bottom: 2px solid #ed3c3c;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-136deg)
}
.we-real {
    padding: 70px 0;
    background: rgb(250 250 250);
}
.we-real p {
    font-size: 18px
}
.we-real h3 {
    font-size: 30px;
    font-weight: 600
}
.story-wrapper.video-story {
    background-image: linear-gradient(125deg, #e9ccf1 0, #eec4c4 74%);
    margin: 70px auto
}
.expert-btn {
    background: #fff
}
.video-story p {
    color: #000
}
.opacity-0 {
    opacity: 0
}
.theme-blue.theme-blue-edit {
    color: #333
}
.top-section.cm-api-top-section.sms-api-wrapper {
    padding-bottom: 100px
}
.home-headline .home-banner-content, .home-headline .button-section {
    text-align: left
}
.home-headline .home-banner-content h1 span {
    font-size: 40px;
    font-weight: 500
}
.home-headline .home-banner-content h1 {
    padding-bottom: 15px;
    margin-bottom: 0;
    line-height: 50px
}
.home-headline .home-banner-content h1 {
    font-size: 35px;
    font-weight: 400
}
.home-section.home-section-edit {
    padding: 40px 0 0
}
.home-banner-section.home-section-edit {
    background-position: center bottom
}
.index-faq {
    margin-top: 100px;
    background: #eef3fdd6
}
.home-developer-section.pricing-freq .row {
    align-items: inherit
}
.home-developer-section.pricing-freq .span6.last-sec {
    padding-right: 70px;
    width: 45%
}
.home-developer-section.pricing-freq .span6 {
    width: 55%
}
.home-developer-section.pricing-freq .accordion-section {
    max-width: 650px
}
.home-developer-section.pricing-freq .panel-head h4, .home-developer-section.pricing-freq .panel-head h3  {
    font-weight: 500;
    font-size: 18px
}
.home-developer-section.pricing-freq .panel-body p {
    font-size: 16px
}
.home-developer-section.pricing-freq .panel-body .inner {
    max-width: 620px
}
.product-list {
    list-style-type: inherit;
    padding-left: 25px
}
.product-list li {
    margin-bottom: 5px;
    text-align: justify
}
.product-list li b {
    font-weight: 600
}
@media(max-width:575.98px) {
    .home-developer-section.pricing-freq .row {
        flex-wrap: wrap
    }
    .home-developer-section.pricing-freq .row .span6.last-sec {
        display: block;
        padding-bottom: 0;
        padding-right: 0;
        width: 100%
    }
    .home-developer-section.pricing-freq .row .span6+.span6 {
        padding-top: 0;
        width: 100%
    }
    .home-developer-section.pricing-freq .panel-head h4, .home-developer-section.pricing-freq .panel-head h3  {
        font-size: 17px
    }
    .index-faq {
        margin-top: 50px
    }
}
.mb-100 {
    margin-bottom: 70px
}
.wfc-page .table-section {
    padding-top: 20px
}
.wfc-page .hlth-top-bg .top-section {
    padding-top: 75px
}
.business-idea {
    background: #fff;
    border: 1px solid darkgray;
    border-radius: 25px;
    padding: 45px;
    box-shadow: rgb(202 54 115) 10.8px 10.8px 0.8px
}
.business-idea .why-enablex ul.list-circle li {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 30px;
    word-spacing: 3px
}
.business-idea .why-enablex ul.list-circle li strong {
    font-weight: 600
}
.logo-border {
    border: 1px solid #a6a1a180;
    height: 50px
}
.launch-ready {
    max-width: 150px;
    margin: auto
}
.launch-ready img {
    max-width: 130px;
    margin-bottom: 18px !important
}
.launch-ready p {
    font-size: 20px;
    margin-bottom: 0
}
.test-drive.test-drive-banner.wfc-ready-banner {
    text-align: left;
    background-image: url(../images/wfc6.png);
    padding: 70px 0;
    margin-bottom: 100px
}
.test-drive.test-drive-banner.wfc-ready-banner p {
    padding: 0;
    width: 100%
}
.wfc-ready-form form .form-control {
    height: calc(1.5em + 0.75rem + 8px);
    border: 0
}
.wfc-ready-form form .checkbox-sec [type=checkbox]:not(:checked)+label:before {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid red
}
.wfc-ready-form form .checkbox-sec [type=checkbox]+label:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .2s
}
.wfc-checkbox input[type=checkbox] {
    margin: 0;
    opacity: 0
}
.wfc-checkbox .inside-wfc-checkbox {
    position: relative
}
.wfc-checkbox label {
    color: #fff;
    margin-left: 15px
}
.wfc-checkbox label:before {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #fff;
    background: transparent;
    cursor: pointer
}
.wfc-checkbox input[type=checkbox]:checked+label:before {
    border-color: transparent;
    background: linear-gradient(90deg, rgba(155, 45, 135, 1) 0, rgba(155, 45, 55, 1) 100%)
}
.wfc-checkbox input[type=checkbox]:checked+label:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    display: inline-block;
    font-size: 11px;
    width: 2px;
    height: 2px;
    border-radius: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg)
}
.form-checkbox-input {
    width: 19px;
    height: 19px
}
.styled-checkbox:checked+label:before {
    background: #f35429
}
.wfc-checkbox .demo-list {
    font-weight: 500;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    border: 0;
    padding: 0 22px;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: inherit
}
@media(max-width:575.98px) {
    .row.wfc-logo-wrapper {
        flex-wrap: inherit;
        justify-content: center
    }
    .wfc-page .hlth-top-bg .top-section {
        padding-top: 40px
    }
    .launch-ready img {
        max-width: 110px
    }
    .launch-ready p {
        margin-bottom: 15px;
        font-size: 17px
    }
    .mb-100 {
        margin-bottom: 50px
    }
    .business-idea {
        padding: 20px
    }
    .business-idea:first-child {
        margin-bottom: 30px
    }
    .business-idea .why-enablex ul.list-circle li {
        font-size: 17px;
        padding: 0 0 0 30px
    }
    .test-drive.test-drive-banner.wfc-ready-banner article h4 {
        font-size: 30px
    }
    .test-drive.test-drive-banner.wfc-ready-banner {
        max-width: 100%;
        padding: 50px 0;
        margin-bottom: 50px
    }
}
.hlth-top-bg.pricing-edit {
    height: inherit;
    background-size: inherit
}
#pricing-tab .mob_title {
    color: #333
}
#pricing-tab ul#interest_tabs {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 0;
    padding: 25px 0;
    padding-bottom: 13px;
    border-bottom: 3px solid #f13d3d
}
#pricing-tab ul#interest_tabs li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 35px
}
#pricing-tab ul#interest_tabs li a.active {
    color: #f13d3d;
    background: transparent;
    outline: 0
}
#pricing-tab .tab-content .table-section {
    padding-top: 0
}
#pricing-tab ul#interest_tabs li a span {
    display: block;
    padding-bottom: 5px
}
#pricing-tab ul#interest_tabs li a {
    color: #000;
    padding: 0;
    font-weight: 600;
    border: 0 solid transparent;
    color: #333;
    font-size: 20px;
    font-weight: 500
}
#pricing-tab .video-pricing-theme .table-section>div>.row {
    padding: 0
}
#pricing-tab ul#interest_tabs li a svg {
    width: 40px;
    height: 45px
}
#pricing-tab ul#interest_tabs li a svg .st-0 {
    stroke: #202020;
    fill: none
}
#pricing-tab ul#interest_tabs li a:hover .st-0 {
    stroke: #f13d3d
}
#pricing-tab ul#interest_tabs li a.active .st-0 {
    stroke: #f13d3d
}
.video-pricing-theme .currency-status {
    font-size: 15px;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
}
.sms-table {
    padding-left: 15px;
    padding-right: 15px
}
.why-enablex.pricing-banner {
    background: inherit;
    margin-bottom: 0;
    height: auto;
    padding-top: 55px
}
.why-enablex.pricing-banner .whight-sec {
    height: 85px;
    padding: 15px 0
}
.test-drive.test-drive-edit {
    background: #fff;
    border-radius: 10px;
    padding: 0
}
.test-drive-edit article {
    margin: 35px 0
}
.test-drive-edit article p {
    font-size: 21px;
    color: #000;
    text-align: center;
    padding: 1px 0
}
.test-drive-edit article a {
    padding: 9px 30px
}
.facex-theme .why-enablex.pricing-banner .whight-sec .right-txt p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600
}
.voice-pricing-tab li {
    background: #857878;
    margin-left: 10px;
    border-radius: 6px
}
.voice-pricing-tab li a {
    color: #fff !important;
    border: none !important
}
.voice-pricing-tab li a:hover {
    color: #fff
}
.contact-hover-btn {
    font-weight: 200
}
.contact-hover-btn:hover {
    font-weight: 600
}
.sel-country-edit .select2-container--default {
    margin-top: 0 !important;
    width: 100% !important
}
.sel-contry .select2-container--default {
    width: 100% !important
}
.saas-pricing .parentTabs .nav-tabs {
    border: 0;
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}
.saas-pricing .nav-tabs .nav-link {
    background-color: #fff;
    color: #333;
    margin-right: 10px;
    border: 1px solid #ddddddab !important;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400
}
.saas-pricing .nav-tabs .nav-link.active {
    color: #ec1c23;
    box-shadow: -1px 2px 12px -3px rgba(166, 164, 166, 0.9)
}
.saas-pricing #Support {
    width: 16px;
    height: 9px
}
.saas-pricing #Support .cls-1, .cls-2 {
    fill: none;
    stroke: #ec1c23
}
.txt-plan {
    padding: 14px 1px;
    text-align: right
}
.tab-content.conference-tab>.active .tabbable .nav-tabs {
    background-color: #fff;
    border: 1px solid #bbb0b04f;
    box-shadow: -2px 7px 8px -9px rgba(166, 164, 166, 0.9);
    border-radius: 30px;
    padding: 6px;
    margin: 0;
    width: max-content
}
.tab-content.conference-tab>.active .tabbable .price-box article {
    background: #fff;
    border: 1px solid #efe9e99c;
    border-radius: 7px;
    padding: 15px 18px;
    text-align: left;
    box-shadow: -2px 9px 14px -5px rgba(166, 164, 166, 0.9);
    height: 425px
}
.tab-content.conference-tab>.active .tabbable .width-100 article {
    flex: 1;
    height: 425px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}
.tab-content.conference-tab>.active .tabbable .price-box p.txt-red {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #ec1c23;
    font-weight: 400
}
.tab-content.conference-tab>.active .tabbable .price-box p.txt-price sub {
    font-size: 26px;
    color: #333;
    font-weight: 400;
    bottom: -1px
}
.tab-content.conference-tab>.active .tabbable .price-box p.txt-price {
    font-size: 40px;
    font-weight: 600;
    padding: 0 6px;
    margin-bottom: 0
}
.tab-content.conference-tab>.active .tabbable .price-box p.txt-month {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #333;
    padding: 0 6px
}
.tab-content.conference-tab>.active .tabbable .price-box p.btn-red {
    background: #f13d3d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 0
}
.tab-content.conference-tab>.active .tabbable .price-box p.btn-red a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0
}
.tab-content.conference-tab>.active .tabbable .price-box p.btn-red a:hover {
    color: #fff;
    text-decoration: none
}
.tab-content.conference-tab>.active .tabbable .width-100 p.btn-red {
    width: 49%
}
.saas-pricing .tab-content.conference-tab>.active .tabbable .nav-tabs li {
    border: none !important;
    background: transparent;
    font-size: 16px;
    color: #333;
    box-shadow: none;
}
.saas-pricing .tab-content.conference-tab>.active .tabbable .nav-tabs li a.nav-link {
    border: none !important;
    background: transparent
}
.saas-pricing .tab-content.conference-tab>.active .tabbable .nav-tabs li a.active {
    border: none !important;
    background: #f13d3d;
    font-size: 16px;
    color: #333;
    box-shadow: none;
    border-radius: 30px;
    color: #fff
}
.tab-content.conference-tab>.active .tabbable .price-box ul.list-circle li:nth-child(1) {
    font-weight: 600
}
.tab-content.conference-tab>.active .tabbable .price-box ul.list-circle li::before {
    line-height: 15px
}
.tab-content.conference-tab>.active .tabbable .price-box ul.list-circle {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0
}
.tab-content.conference-tab>.active .tabbable .price-box ul.list-circle li {
    font-size: 15px;
    line-height: 18px;
    color: #666;
    padding: 5px 0 10px 24px
}
.tab-content.conference-tab>.active .tabbable .col-xl-3, .tab-content.conference-tab>.active .tabbable .col-lg-3, .tab-content.conference-tab>.active .tabbable .col-lg-4 {
    padding: 7px
}
.tab-content.conference-tab>.active .tabbable .price-box ul.list-circle li::before {
    line-height: 15px
}
.saas-pricing .Video-Meeting h4.txt-h4 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}
.saas-pricing .Video-Meeting ul.list-circle {
    list-style: none;
    margin: 0;
    padding: 0
}
.saas-pricing .Video-Meeting ul.list-circle li {
    padding: 5px 0 10px 16px;
    text-align: left;
    font-size: 17px
}
.saas-pricing .Video-Meeting ul.list-circle li::before {
    left: 5px;
    font-size: 30px
}
ul.list-circle li::before {
    content: "\2022";
    color: #ec1c23;
    font-weight: 600;
    display: inline-block;
    width: 23px;
    margin-left: 0;
    font-size: 34px;
    position: absolute;
    left: 2px;
    line-height: 19px
}
.facex-theme .why-enablex.pricing-banner .whight-sec:hover #Pay-when-you-go .st0, .facex-theme .why-enablex.pricing-banner .whight-sec:hover #Volume-Discount .st0, .facex-theme .why-enablex.pricing-banner .whight-sec:hover #EarnDiscounts .st0, .facex-theme .why-enablex.pricing-banner .whight-sec:hover #EarnDiscounts .st1 {
    stroke: #fff
}
.red-italic {
    color: #ec1c23 !important;
    font-style: italic;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding-left: 0 !important
}
@media(max-width:575.98px) {
    #pricing-tab ul#interest_tabs {
        justify-content:center;
    }
    #pricing-tab ul#interest_tabs li a {
        font-size: 17px
    }
    #pricing-tab ul#interest_tabs li {
        margin-right: 17px;
        margin-bottom: 5px;
    }
    #pricing-tab ul#interest_tabs li:nth-child(5) {
        margin-bottom:0;
    }
    .saas-pricing .parentTabs .nav-tabs {
        border: 0;
        width: 100%;
        margin: 0 auto
    }
    .saas-pricing .nav-tabs .nav-link {
        padding: 10px 12px;
        font-size: 12px
    }
    .tab-content.conference-tab>.active .tabbable .nav-tabs {
        width: 100%;
        margin: 0 auto
    }
    .saas-pricing .nav-tabs .nav-link {
        padding: 10px 12px;
        font-size: 12px
    }
    .saas-pricing .tabbable .p-5 {
        padding: 0 !important
    }
    .saas-pricing .tabbable .txt-plan {
        padding: 14px 1px;
        text-align: center
    }
    .col-sm-mt-2 {
        margin-top: 10px
    }
}
@media(min-width:1450px) {
    .hlth-top-bg.pricing-edit {
        background-size: contain
    }
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 15px;
}
#stickyHeader .detail-text .header-6 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}
#stickyHeader .detail-text .header-6:hover {
    color: #ed1c24;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left h5 {
    color: #333 !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
    padding-bottom: 0;
    font-family: system-ui, Arial, sans-serif;
    line-height: inherit;
}
#stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left {
    padding: 0 15px;
}
@media(max-height:680px) and (min-width:992px) {
    .custom-header ul#first-menu li ul.dropdown .lft-wht-bg {
        padding: 10px 15px !important
    }
}
@media(min-width:992px) {
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li:nth-child(2) a {
        margin-top: 0;
        padding-top: 0
    }
    .mobile-p {
        margin-bottom: 12px;
        font-weight: 500;
        font-size: 17px;
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li p.mobile-p {
        font-size: 16px !important;
        font-family: system-ui, Arial, sans-serif;
    }
    .custom-header .navbar-nav ul.dropdown {
        top: 29px !important;
        left: 0 !important;
        position: absolute !important;
        max-width: 300px;
        min-width: 300px
    }
    .custom-header .navbar-nav ul.dropdown.solution-dropdown {
        min-width: 450px
    }
    #stickyHeader .app nav ul#first-menu li {
        position: relative
    }
    .menu-radius {
        border-radius: 12px 12px 12px 12px !important;
        padding: 15px !important
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6:hover {
        font-weight: 600 !important;
        color: #ed1c24
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 {
        margin-bottom: .2rem;
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul .row .col-lg-4 {
        max-width: 72px;
        padding-right: 10px
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul .row .col-lg-8 {
        padding-left: 0;
        padding-right: 0
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul li a .row .col-lg-12 .row {
        align-items: center
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown .lft-wht-bg {
        background: #fff
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li p {
        font-size: 15px !important
    }
    .product-dropdown {
        min-width: 951px !important
    }
    .product-dropdown .col-lg-8 {
        flex: auto;
        max-width: max-content
    }
}
@media(max-width:1349px) {
    #stickyHeader .app nav ul#first-menu li ul.dropdown li p {
        font-size: 14px
    }
    .custom-header .navbar-nav ul.dropdown {
        left: -66px !important
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul .row .col-lg-4 {
        max-width: 68px
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article .detail-text h6 {
        margin-bottom: 0
    }
}
@media(max-width:1200px) {
    .custom-header .navbar-nav ul.dropdown {
        min-width: 300px
    }
}
@media(max-width:991px) {
    .mobile-p {
        padding: 3px 20px !important;
        font-size: 16px !important;
        font-weight: 500;
    }
    #stickyHeader .app nav ul#first-menu li ul.dropdown li .sub-menu-left article ul.plat-tab-ul .row .col-4 {
        max-width: 45px;
        margin-right: 15px
    }
    .hs-menu-wrapper ul.plat-tab-ul {
        padding-top: 0 !important
    }
    .hs-menu-wrapper .sub-menu-left h5 {
        padding: 0 20px 10px 20px !important
    }
    .custom-header .navbar-nav ul.dropdown {
        left: 100% !important
    }
}
.telco-page .voice-api-txt .red-txt {
    font-size: 16px;
    padding-bottom: 10px
}
.telco-page .top-section {
    padding-top: 50px
}
.custom-section.top {
    padding-bottom: 30px
}
.telco-page .top-section .voice-api-txt {
    width: 95%;
    float: right
}
.advantage-box {
    max-width: 850px;
    margin: 0 auto
}
.telcos-options .item .inner {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e4e5eb;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(239 242 255);
    box-shadow: 0px 0px 6px 0px rgb(239 242 255);
    padding: 12px 0
}
.telcos-options .Hosting-icons {
    justify-content: space-between;
    text-align: center
}
.telcos-options .Hosting-icons img {
    max-width: 40%
}
.telco-page .telco-match .description p {
    font-size: 17px;
    font-weight: 300;
    color: #4e4e4e;
    font-family: system-ui, Arial, sans-serif;
}
.telco-page.cm-service-provider-page .custom-section .top h2 {
    padding-bottom: 30px
}
.telco-Flexible {
    padding: 0
}
.Hosting-icons.row p {
    font-weight: 500;
    font-size: 16px;
    padding-top: 7px;
    margin-bottom: 0
}
.home-industry-solution .item .inner.telco-Flexible-icon:hover {
    background: #fff
}
.telco-offers.home-industry-solution .item {
    width: 50%;
    margin-bottom: 20px
}
.telco-offers.home-industry-solution .item .inner a {
    padding: 0
}
.telco-offers.home-industry-solution .item .inner {
    padding: 10px 20px 20px 20px
}
.telco-offers.home-industry-solution .item .inner .img img {
    width: 60px
}
.telco-offers.home-industry-solution .item .title span {
    font-size: 18px
}
.telco-offers.home-industry-solution .item .inner:hover {
    background: #fff
}
.telco-offers.home-industry-solution .item .inner:hover .title span {
    color: #333
}
.telco-page.cm-service-provider-page .possibilities-section .item .inner {
    padding: 25px 30px
}
.telco-page .why-enablex p {
    padding-top: 0;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500 !important;
    margin-bottom: 10px
}
.telco-page .why-enablex {
    margin-bottom: 0;
    height: inherit;
    background-image: none;
    padding: 0 80px
}
.test-drive.test-drive-banner.wfc-ready-banner.whatsapp-banner.telco-form {
    background-image: url(../images/telcobackground.png)
}
.telco-Flexible p, .telco-Flexible h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 1rem;
    padding-left: 25px
}
.home-industry-solution .item.telcoIcon {
    padding: 0 15px
}
.telco-success .inner {
    padding: 0 0 0 20px !important
}
.telco-success ul li {
    color: #fff;
    margin-bottom: 12px;
    text-align: left;
    font-size: 18px;
    position: relative;
    font-family: system-ui, Arial, sans-serif;
}
.telco-success ul li::before {
    content: "";
    position: absolute;
    left: -32px;
    border: 2px solid #fff;
    border-radius: 50px;
    top: 10px;
    height: 8px;
    width: 8px
}
.home-developer-section .top.telcos-cpaas {
    padding-bottom: 0
}
.telcos-Communication {
    font-size: 20px;
    font-weight: 500;
    padding-top: 0
}
.custom-home .telcos-Communication p, .custom-home .telcos-Communication h4 {
    color: #000;
    border-bottom: 2px solid #ed1c24;
    font-size: 20px;
    margin-bottom: 1rem;
    padding-bottom: 10px
}
.home-industry-solution .btm.telcosoffer-icons {
    padding-top: 15px
}
.cm-service-provider-page.telco-page .possibilities-section .item ul li:before {
    content: "";
    position: absolute;
    left: 0;
    border: 2px solid #ed1c24;
    border-radius: 50px;
    top: 10px;
    height: 9px;
    width: 9px;
    transform: inherit;
    background: inherit;
    margin: 0
}
.cm-service-provider-page.telco-page .possibilities-section .item .inner {
    border-color: #aad7e7;
    box-shadow: none
}
@media(max-width:420px) {
    .telcos-options .Hosting-icons .col-4 {
        padding: 0
    }
    .telcos-options .item .inner {
        padding: 10px 0
    }
    .telcos-options .Hosting-icons img {
        width: 35%
    }
    .telcos-options .item:first-child {
        margin-bottom: 18px
    }
    .home-developer-section.telco-service .row {
        flex-direction: column
    }
    .telco-page .telco-match .description p {
        font-size: 16px;
        text-align: justify
    }
    .cm-service-provider-page .cm-provider-section8 .cm-test-drive-section {
        padding: 20px 20px !important
    }
    .telco-success .inner {
        padding: 0 !important
    }
    .telco-success ul li {
        font-size: 16px;
        margin-bottom: 10px
    }
    .telco-offers.home-industry-solution .item .title span {
        font-size: 16px
    }
    .telco-offers.home-industry-solution .item .inner .img img {
        width: 50px
    }
    .telco-offers.home-industry-solution .item .inner {
        padding: 10px 10px 10px 10px
    }
    .telco-offers.home-industry-solution .solution-row .item {
        margin-bottom: 0
    }
    .telco-page .why-enablex {
        padding: 0
    }
    .cm-service-provider-page.telco-page .possibilities-section .item {
        margin-bottom: 20px
    }
    .cm-service-provider-page.telco-page .possibilities-section .possibile-top {
        padding-bottom: 20px
    }
    .cm-service-provider-page.telco-page .cm-partner-provider {
        padding: 40px 0
    }
    .cm-service-provider-page.telco-page .cm-provider-section8.telco-monitize {
        padding-bottom: 50px
    }
    .telco-page .m-20 {
        margin: 50px 0
    }
    .telco-page .hlth-top-bg.hire-bg {
        padding-bottom: 0
    }
    .telco-page .top-section {
        padding-top: 40px
    }
}
.whatsapp-section .hero-btn li a, .voice-api-txt .hero-btn li .btn-red {
    background: linear-gradient(90deg, #a20a90, #cc292a) 
}
.whatsapp-section .second-headding {
    font-weight: 500
}
.faq-img {
    width: 60%;
    margin: 25px auto 0;
    display: block
}
.test-drive.test-drive-banner.wfc-ready-banner.whatsapp-banner {
    background-image: url(../images/whatsapp/form-bg.webp)
}
.whatsapp-benefits .benefit-list {
    border-radius: 10px;
    box-shadow: 0 0 9px #eff2ff;
    border: solid 1px #dbdce4;
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    min-height: 125px
}
.whatsapp-benefits .benefit-list img {
    max-width: 45px;
    margin-right: 12px
}
.whatsapp-benefits .benefit-list h6, .whatsapp-benefits .benefit-list h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1rem;
}
.whatsapp-benefits .benefit-list p {
    font-size: 14px;
    margin-bottom: 0
}
.business-wrapper {
    border-radius: 15px;
    padding: 15px 15px 0 15px;
    background: #fff
}
.whatsapp-business {
    margin-bottom: 20px
}
.whatsapp-business .img-item {
    box-shadow: 0 0 9px #eff2ff;
    border: solid 1px #dbdce4;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    min-height: 200px 
}
.whatsapp-business .img-item img {
    margin-bottom: 5px
}
.whatsapp-business .img-item h6, .whatsapp-business .img-item h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1rem;
}
.whatsapp-business .img-item p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: inherit
}
.whatsapp-business .slick-slide {
    margin: 0 20px
}
.slide-btn {
    margin-bottom: 0;
    display: flex;
    padding-left: 25px
}
.slide-btn .fa {
    color: #d8d8d8
}
.whatsapp-business .prev {
    margin-right: 10px
}
.whatsapp-business .slick-prev, .whatsapp-business .slick-next {
    border: 1px solid gainsboro;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 70px;
    z-index: 999
}
.whatsapp-business .slick-prev {
    left: 0
}
.whatsapp-business .slick-next {
    right: 0
}
.slide-btn li:hover {
    background: #ed1c24;
    border-color: #ed1c24
}
.slide-btn li:hover .fa {
    color: #fff
}
.whatsapp-form textarea.form-control {
    height: 70px
}
.whatsapp-form .form-control {
    font-size: 16px;
    color: #969696
}
.test-drive.test-drive-banner .whatsapp-legal a {
    background: 0;
    border: 0;
    padding: 0;
    font-size: inherit;
    border-radius: 0;
    margin-top: 0;
    display: inline-block;
    color: #efb90b;
    font-size: 1rem;
    font-weight: 400
}
#demo-sucess-modal .close {
    padding: 0 10px 0 0
}
.home-convo-section-edit {
    padding: 0;
    background-position: center
}
.home-convo-section.home-convo-section-edit .btm .box-item .inner {
    border: 1px solid #e4e5eb;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(239 242 255);
    box-shadow: 0px 0px 6px 0px rgb(239 242 255);
}
.home-convo-section.home-convo-section-edit .row {
    padding-bottom: 3rem
}
.home-convo-section.home-convo-section-edit .btm .box-item {
    width: 14.2857143%;
    padding: 0 10px
}
.list-menu {
    display: flex;
    align-items: flex-start;
}
.menu-image {
    max-width: 44px;
    margin-right: 10px;
}
.menu-image img {
    width:100%;
}
.solution-dropdown-edit .list-menu {
    align-items: center;
}
.test-drive.test-drive-banner.wfc-ready-banner.whatsapp-banner.product-banner {
    background-image: url(../images/whatsapp/bg-form.webp)
}
.home-section-edit .home-banner-content .third-headding {
    font-weight: 300;
}

/* hls css start */
.hls-section .main-section {
  margin-bottom: 3rem;
}
.hls-section .home-banner-section {
  background-size: contain;
  background-position: top;
}

.HLS-Features {
  padding-top: 45px;
}

.text-center.top-feature, .text-left.top-feature {
  padding: 50px 0 30px 0;
}
.HLS-Pay-Section-Img {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 25px;
  background-size: cover;
}

.Pay-Hls-Model h4 {
  color: #fff;
  margin-bottom: 18px;
  text-align: left;
  font-size: 40px;
}

.Pay-Hls-Model p {
  color: #fff;
  text-align: left;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: system-ui, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
.test-drive.test-drive-banner.wfc-ready-banner.whatsapp-banner.HLS-banner {
  background-image: url(../images/HLS/HLS-Form.webp);
}

.inner-HLS {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #e4e5eb;
  -webkit-box-shadow: 0 0 6px 0 rgb(239 242 255);
  box-shadow: 0 0 6px 0 rgb(239 242 255);
  padding: 15px 25px;
  text-align: center;
}

.inner-HLS h6 , .inner-HLS h3 {
  font-weight: 600;
  font-size: 17px;
  font-family: system-ui, Arial, sans-serif;
}

.inner-HLS p {
  font-size: 16px;
  line-height: 21px;
  font-family: system-ui, Arial, sans-serif;
}

.inner-HLS img {
  padding-bottom: 10px;
}

.HLS-Technology {
  max-width: 880px;
  margin: auto;
}

.HLS-Technology .col-lg-4 {
  display: flex;
}

.item-HLS {
  margin-bottom: 20px;
  display: grid;
}

.test-drive.test-drive-banner.wfc-ready-banner.HLS-banner {
  margin-bottom: 0px;
}

.hls-feature-box {
  font-family: system-ui, Arial, sans-serif;
  margin: auto;
  border: none;
  border-collapse: separate;
  width: 100%;
  box-shadow: none;
  border-spacing: 0 0.5em;
}

.hls-feature-box thead tr {
  color: #fff;
  background: linear-gradient(80deg, #0575e6 22%, #4dac4a 100%);
  font-weight: 600;
}
.hls-feature-box tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.Feature-HLS-box {
  width: 80%;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

.hls-feature-box tbody tr td {
  padding: 12px 15px;
  font-size: 16px;
  font-family: system-ui, Arial, sans-serif;
  color: #333;
}

.hls-feature-box thead tr th {
  padding: 12px 15px;
  font-size: 17px;
  letter-spacing: 0.7px;
  font-weight: 600;
  font-family: system-ui, Arial, sans-serif;
}
.hls-feature-box thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hls-feature-box tbody tr td:first-child {
  font-weight: 600;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hls-feature-box thead tr th:last-child,
.hls-feature-box tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hls-feature-box thead tr th:nth-child(3),
.hls-feature-box tbody tr td:nth-child(3) {
  width: 270px;
}
.hls-feature-box thead tr th:nth-child(2),
.hls-feature-box tbody tr td:nth-child(2) {
  padding: 12px 12px 12px 50px;
}
.HLS-Streaming-All-Feature {
  padding-bottom: 65px;
}
.hls-table-border {
  position: absolute;
  border: 3px solid #ed1c24;
  width: 330px;
  height: 480px;
  top: 15px;
  left: 220px;
  border-radius: 30px;
}

.btn.Learn-More-btn {
  color: #ed1c24;
  background-color: #fff;
  border: none;
  text-align: left;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer !important;
}
.btn.Learn-More-btn:hover {
  border: none;
}

.HLS-XXX {
  color: #ffcc00;
  font-weight: 400;
}

@media(max-width: 420px) {
    .hls-section .home-banner-section {
    background-size: inherit;
    }
    .Feature-HLS-box {
        width: 100%;
    }
    .hls-table-border {
        display: none;
    }
    .hls-feature-box thead tr th, .hls-feature-box tbody tr td  {
        font-size: 13px;
    }
    .hls-feature-box thead tr th:nth-child(2), .hls-feature-box tbody tr td:nth-child(2) {
        padding: 12px 15px;
    }
    .hls-feature-box thead tr th:nth-child(3), .hls-feature-box tbody tr td:nth-child(3) {
        width:initial;
    }
    .Pay-Hls-Model {
        padding: 0 15px 20px 15px;
        text-align:center;
    }
    .Pay-Hls-Model h4 {
        font-size: 25px;
        text-align: center;
    }
    .Pay-Hls-Model p {
        font-size: 15px;
        text-align:center;
    }
    .hls-section .main-section {
        margin-bottom: 0;
    }
}
/* hls css end */

/* campaign css start */
.campaign-solution .col-lg-3 {
    display: grid;
}
.campaign-solution .inner-HLS {
    padding: 15px 15px;
}
.custom-btn a {
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    text-transform: capitalize;
}
.campaign-feature {
    position: relative;
    border-radius: 15px;
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #e4e5eb;
    box-shadow: 0 0 6px 0 rgb(239 242 255);
    height: 100%;
}
.campaign-feature ul {
    padding:0;
}
.campaign-feature ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    padding: 5px 0 5px 30px;
    font-family: system-ui, Arial, sans-serif;
}
.campaign-feature ul li:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 14px;
    height: 8px;
    background: #B92357;
    width: 8px;
}
.campaign-feature .feature-heading p {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}
.support-box {
    padding-left:0;
}
.support-box li {
    display: flex;
    margin-bottom: 20px;
}
.support-box li span {
    display: inline-block;
}
.support-box li span .fa-check {
    background: #f4c5c5;
    padding: 4px;
    border-radius: 50px;
    color: #ed1c24;
    font-size: 11px;
    margin-right: 10px;
}
.support-box li span p {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 22px;
}
.support-box li span p b{
    font-weight: 600;
    color: #333;
}
.whatsapp-campaign-btn .btn-white {
    background: #fff!important;
    border: 1px solid #c52f40!important;

}
.whatsapp-campaign-btn .btn-white:hover {
    background: #ed1c24!important;
    color: #fff!important;
    border-color: #ed1c24!important;
}
.voice-api-txt p.italic-heading {
    font-size: 25px;
    font-style: italic;
    color: #333333;
    line-height: 32px;
    font-family: inherit!important;
    font-weight: 500;
}
.campaign-tab.tab-content.conference-tab>.active .tabbable .nav-tabs {
    margin: auto;
    background: #EEF2FC;
    border: none;
    padding: 0;
}
.saas-pricing .campaign-tab.tab-content.conference-tab>.active .tabbable .nav-tabs li a.nav-link {
    border: 2px solid transparent!important;
}
.saas-pricing .campaign-tab.tab-content.conference-tab>.active .tabbable .nav-tabs li a.active  {
    background: #fff;
    color: #ed1c24;
    border: 2px solid #ed1c24!important;
    margin-right:0;
}
.saas-pricing .campaign-tab .nav-tabs .nav-link {
    padding: 6px 28px;
    color: #ed1c24;
}
@media(max-width: 420px) {
    .saas-pricing .campaign-tab.tab-content.conference-tab>.active .tabbable .nav-tabs li a.nav-link {
        border: 1px solid transparent!important;
    }
    .saas-pricing .campaign-tab.tab-content.conference-tab>.active .tabbable .nav-tabs li a.active {
        font-size: 13px;
        border: 1px solid #ed1c24!important;
    }
    .campaign-tab.tab-content.conference-tab>.active .tabbable .nav-tabs {
        justify-content: space-between;
    }
    .saas-pricing .campaign-tab .nav-tabs .nav-link {
        padding: 7px 10px;
        font-size: 13px;
        line-height:initial;
    }
    .feature-heading {
        display: flex;
    }
    .voice-api-txt p.italic-heading {
        font-size: 18px;
        line-height: 27px;
    }
    .campaign-feature:first-child {
        margin-bottom: 20px;
        height: auto;
    }
}
/* campaign css end */

/* sms landinng page 2 start */
.top-section.cm-api-top-section.SMS-BG {
    background-image: url(../../images/SMS-lp1/SMS-Hero-BG.png) !important;
    padding-bottom: 0px;
}
.SMS-redtext{
    color: #ed1c24;
}
.bottom_sec {
    padding-top: 20px;
}
.bottom_sec .or-section{text-align: center;
    border-top: 1px solid #e2e1e6;
    position: relative;
    margin-bottom: 10px;
}
.bottom_sec .or-section span {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    top: -19px;
}
.authenticate-sec{
    display: flex;
    justify-content: center;
    padding-top: 6px;
}
.authenticate-sec .auth-inner a {
    padding: 5px 5px;
}
.test-drive-bg {
    background-image: url("../../images/SMS-lp1/Test-Drive-BG.png");
}
.landing-banner-text.voice-api-txt .voice-api-p{
    color: white;
}
.landing-banner-text.voice-api-txt p {
    color: white;
    font-family: system-ui, Arial, sans-serif;
    line-height: inherit;
}
.cm-enb-video-api-page .top-section.cm-api-top-section article.voice-api-txt.landing-banner-text h4{
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    font-family: system-ui, Arial, sans-serif;
}
.Trusted-logo {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0;
}
.Trusted-logo li {
    display: inline-block;
    max-width: 160px;
}
.cm-test-drive-section.SMS-pink-bg {
    border-radius: 20px;
}
.send-sms-wrapper .item-HLS {
    margin-bottom:0;
}
/* sms landing page 2 end */


/* click 2 call start */
.click-benefits.whatsapp-business .img-item  {
    min-height: 230px;
    padding:15px;
}
.click-benefits.whatsapp-business .img-item img {
    margin:auto;
    margin-bottom: 10px;
}
.click-cases.Feature-HLS-box {
    box-shadow: 0 0 6px 0 rgb(239 242 255);
    border: 1px solid #e4e5eb;
}
.click-cases .hls-feature-box thead tr th:nth-child(2), .click-cases .hls-feature-box tbody tr td:nth-child(2) {
    padding: 12px 15px;
}
.click-cases .hls-feature-box thead tr th:nth-child(3), .click-cases .hls-feature-box tbody tr td:nth-child(3)  {
    width: inherit;
}
.click-cases .hls-feature-box thead tr {
    background: linear-gradient(90deg, #a20a90, #cc292a);
}
.click-cases.video-cases .hls-feature-box thead tr {
    background: linear-gradient(80deg, #0575e6 22%, #4dac4a 100%);
}
.click-cases .hls-feature-box tbody tr td:first-child {
    white-space: nowrap;
    min-width: 220px;
}
.click-cases .hls-feature-box tbody tr td:first-child span {
    display: inline-block;
    vertical-align: middle;
}
.click-cases .hls-feature-box tbody tr td:first-child span:first-child {
    margin-right: 10px;
}
/* video kyc start */
.kyc-solution .col-lg-4, .kyc-solution .col-lg-3 {
    display: grid;
}
.why-wrapper-top .col-lg-4 {
    display: grid;
}
.why-wrapper {
    border-radius: 15px;
    border: 1px solid #e4e5eb;
    -webkit-box-shadow: 0 0 6px 0 rgb(239 242 255);
    box-shadow: 0 0 6px 0 rgb(239 242 255);
}
.why-top-box {
    background: linear-gradient(80deg, #0575e6 22%, #4dac4a 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 20px;
}
.why-top-box h6 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom: 0;
}
.why-top-box span {
    display:inline-block;
    margin-right: 10px;
}
.why-wrapper ul {
    padding: 10px 20px;
    margin-bottom:0;
}
.why-wrapper ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    padding: 5px 0 5px 20px;
    font-family: system-ui, Arial, sans-serif;
}
.why-wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 14px;
    height: 8px;
    background: #B92357;
    width: 8px;
}
.how-unique-box {
    margin:20px auto 15px;
    display:flex;
    flex-wrap: wrap;
}
.how-unique-box img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
}
.digital-transaction {
    margin: 70px 0 40px 0;
    align-items: center;
}
.digital-transaction ul {
    padding:0;
}
.digital-transaction img {
    max-width: 415px;
}
.digital-transaction p, .digital-transaction ul li {
    font-size: 17px;
    font-family: system-ui, Arial, sans-serif;
}
.digital-banner img {
    max-width: 450px!important;
}
.onboarding-benefits {
    padding-top: 4rem;
    padding-bottom: 3.4rem;
}
.italic-subheading {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
}
.why-wrapper-top.field-benefits .why-top-box {
    background: linear-gradient(86deg, rgba(87,54,133,1) 12%, rgba(119,68,143,1) 55%, rgba(157,97,163,1) 100%);
}
.field-benefits {
    max-width: 1050px;
    margin: auto;
    justify-content: center;
}
.field-benefits .col-lg-6 {
    display: grid;
}
.click-cases.field-cases .hls-feature-box thead tr {
    background: linear-gradient(86deg, rgba(87,54,133,1) 12%, rgba(119,68,143,1) 55%, rgba(157,97,163,1) 100%);
}
.click-cases.field-cases .hls-feature-box tbody tr td span img {
    max-width: 36px;
}
.click-benefits.whatsapp-business.field-video .img-item {
    min-height: 398px;
}
.whatsapp-business.field-video .img-item p {
    font-size: 16px;
    line-height: 22px;
}
.whatsapp-business.field-video .img-item h6 {
    font-size: 18px;
}
.video-container {
    margin: 65px 0 10px 0;
}
.video-container iframe {
    margin: auto;
    display: block;
    border-radius: 15px;
    border: none;
    box-shadow: none;
    background: #fff;
}
.voice-api-txt p.nasscom-text {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 600;
}
.venue-text {
    font-size: 28px;
    line-height: 1.4;
    color: #333!important;
    margin-top: 15px;
    font-family: system-ui, Arial, sans-serif;
}
.nasscom-wrapper {
    background-image: url(../../images/click-call/nasscom-form-bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.contact-us.nasscom-wrapper .hlth-top-bg .top-section .sign-up h2 {
    font-size: 26px;
    font-weight: 600;
}
.contact-us.nasscom-wrapper .hlth-top-bg .top-section .sign-up h4 {
    color: #333;
    text-align: center;
}
.nasscom-wrapper .hlth-top-bg  {
    background-image:none;
    margin: 30px 75px 30px 65px;
    width: initial;
}
.nasscom-wrapper.contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .contact-us.nasscom-wrapper .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:checked+label {
    font-size: 14px;
    overflow: inherit;
    text-align: initial;
}
.story-wrapper.video-story.venue-wrapper {
    background: #f5dfe4;
    display: grid;
}
.nasscom-social-media ul li {
    display: inline-block;
    margin: 0 15px;
}
.nasscom-social-media {
    margin-bottom: 20px;
}
.nasscom-social-media ul li img {
    max-width: 40px;
}
.nasscom-page .text-center.top-feature {
    padding: 50px 15px 30px 15px;
}
.nasscom-column .voice-api-txt .voice-api-p {
    font-size: 39px;
    line-height: 45px;
    margin: 12px 0;
}
.retail-testimonial-wrapper {
    background: #eee6f0;
    padding: 60px 0;
}
.retail-testimonial-wrapper p {
    color: #fff;
    font-size: 17px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.retail-testimonial-wrapper b {
    color: #fff;
    font-family: system-ui, Arial, sans-serif;
    font-size: 18px;
}
.retail-testimonial-wrapper .story-wrapper {
    padding: 40px 20px;
}
.retail-testimonial-wrapper .story-wrapper .deploy-inner {
    max-width: 900px;
}
.retail-testimonial-wrapper .story-wrapper.video-story {
    background-image: url(../../images/click-call/violet-background.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.retail-market .inner-HLS h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.retail-market .inner-HLS h6 {
    color: #ed1c24;
}
.nasscom-page .home-convo-section p {
    font-size: 17px;
    font-family: system-ui, Arial, sans-serif;
}
.new-channel {
    background-image: linear-gradient(to right bottom, #0575e6, #0090e8, #00a0c1, #00a984, #4dab4a);
}
.new-channel .red-txt, .new-channel .second-headding {
    color: #fff;
}
.new-channel .second-headding {
    padding-top: 10px;
}
.channel-box {
    margin-bottom: 30px;
}
 .circle-box {
    display:flex;
    align-items: center;
    margin-bottom: 15px;
 }
.circle-box .circle {
    width: 40px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    border: 3px solid #fff;
    background-image: linear-gradient(to right bottom, #0575e6, #0090e8, #00a0c1, #00a984, #4dab4a);
  }
  .circle-img {
    max-width: 110px;
    margin-left: 50px;
  }
  .circle-box .arrow {
    background: #fff;
    height: 2px;
    width: 25px;
    position: relative;
    cursor: pointer;

    &:before,
    &:after {
      content: "";
      background: #fff;
      position: absolute;
      height: 2px;
      width: 13px;
    }

    &:before {
      right: -3px;
      bottom: -4px;
      transform: rotate(-45deg);
    }

    &:after {
      right: -3px;
      top: -4px;
      transform: rotate(45deg);
    }
}
.channel-box h6 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
}
.channel-box  p{
    color: #fff;
}
.bold-content {
    font-size: 20px!important;
    font-weight: 500!important;
    color: #333!important;
    margin-bottom: 1rem!important;
    text-align: center;
}
.iot-wrapper .col-lg-6, .iot-wrapper .col-lg-4, .iot-wrapper .col-lg-3{
    display: grid;
}
/* health care start */

.Healthcare-Communications{
    background: #f1f3f8;
    padding-bottom: 40px;
    padding-top: 10px;
}
.retail-market .inner-HLS .text-black{
    color: #333;
    font-weight: 400;
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
}
.green-box{
    background: #effcef;
    border: 0px;
    box-shadow: 0 0 0px 0 rgb(239 242 255);
    padding: 30px 25px;
}
.retail-market .inner-HLS .million{
    font-size: 40px;
    color: #ed1c24;
    font-weight: 400;
}
.million span{
    font-size: 30px;
    font-weight: 500;
    color: #333;
}
.blue-box{
    background: #e6f5f9;
    border: 0px;
    box-shadow: 0 0 0px 0 rgb(239 242 255);
    padding: 30px 25px;
}
.red-box{
    background: #ffefe1;
    border: 0px;
    box-shadow: 0 0 0px 0 rgb(239 242 255);
    padding: 30px 25px;
}
.G2-badge{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.inner-healthcare{
    text-align: left;
}
.inner-healthcare span, .R-E span {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.inner-healthcare h6{
    background: linear-gradient(to right, #A0198E 0%, #f13d3d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}
.Healthcare-Solutions{
    padding-top: 30px;
    padding-bottom: 50px;
}
.Telehealth-Solutions {
    padding-bottom: 30px;
    padding-top: 50px;
}
.Telehealth-Solutions .G2-badge img{
    margin: 0px 10px 0px 10px;
}
.Healthcare-Data {
    background: #f4c5c5;
    padding: 4px;
    border-radius: 50px;
    color: #ed1c24;
    font-size: 11px;
    margin-right: 10px;
}
.m-20.m-30{
    margin: 30px 0;
}

/* partner css start */
.partner-body .second-headding {
    font-weight: 500;
    text-transform: initial;
}
.main-partner {
    justify-content: space-between;
    position: relative;
}
.heading-bg {
    background-image: url(../../images/partner/headingBg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.dots2-bg {
    position: absolute;
    bottom:0;
    right: 25px;
}
.Collaborate-partner {
    margin: 50px 0;
}
.Collaborate-partner .second-headding {
    font-weight: 500;
    text-transform: initial;
}
.Collaborate-partner p {
    font-size: 19px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 30px;
}
.partner-form-bg {
    background: #F1F3F8;
    padding: 40px 0;
}
.partner-form-bg .contact-us .hlth-top-bg .top-section .sign-up {
    background:none;
    box-shadow:none;
    padding:0;
}
.partner-form-bg .contact-us .hlth-top-bg {
    background-image: none;
}
.partner-form-bg .contact-us .hlth-top-bg .second-headding {
    font-weight: 500;
    text-transform: initial;
}
.partner-form-bg .side-partner-img {
    right: 50px
}
.partner-form-bg .contact-us .hlth-top-bg h3 {
    background: -webkit-linear-gradient(#a0198e, #f13d3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.6rem!important;
    margin-top: 25px;
    text-align: left;
}
.partner-form-bg #contactus-submit {
   background: linear-gradient(90deg, #a20a90, #cc292a)!important;
   border: none!important;
   color: #fff!important;
    padding: 9px 30px;
}
.partner-form-bg .contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:not(:checked)+label, .partner-form-bg .contact-us .hlth-top-bg .top-section .sign-up .checkbox-sec [type=checkbox]:checked+label {
    font-size: 14px;
}
.enablex-partner {
    background-image: url(../../images/partner/find-partner-4.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 50px;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    border-radius: 15px;
    margin-bottom: 70px;
    align-items: center;
}
.enablex-partner h3 {
    color: #333;
    margin:0;
}
.enablex-partner .btn {
    padding: 8px 60px;
    font-family: system-ui, Arial, sans-serif;
    background: linear-gradient(90deg, #a20a90, #cc292a)!important;
    color: #fff;
}

.become-form-wrapper.partner-form-bg {
    padding: 0 15px;
    background-image: url(../../images/partner/become-partner-1.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-color: inherit;
}
.become-form-wrapper.partner-form-bg .contact-us {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px -3px #72727236;
    padding: 20px 5px;
    margin-right: 30px;
    margin-top: 40px;
}
.partner-program .inner-HLS {
    border: none;
    padding: 15px 20px;
    box-shadow: none;
}
.partner-program {
    background-image: url(../../images/partner/become-partner-2.png);
    width: 100%;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-size: cover;
}
.partner-program .row .col-lg-3, .partner-benefits .row .col-lg-3 {
    display: grid;
}

/* partner css end */

/* health care end */
@media (max-width: 420px) {
    .click-cases.Feature-HLS-box {
        padding: 5px;
    }
   .click-cases .hls-feature-box tbody tr td {
    padding: 8px 8px!important;
    vertical-align: top;
   }
   .click-cases .hls-feature-box tbody tr td:first-child {
    white-space: wrap;
    min-width: inherit;
   }
   .click-cases .hls-feature-box tbody tr td:first-child span {
    display:block;
   }
   .click-cases .hls-feature-box tbody tr td:first-child span img {
    width: 30px;
   }
   .click-cases .hls-feature-box {
    overflow: auto;
    display:block;
   }
   .how-unique-box img {
    margin-bottom: 10px;
   }
   .home-convo-section.home-convo-section-edit .btm .box-item  {
    width: 50%;
    padding-bottom: 20px;
   }
   .video-container {
    margin: 50px 0 0px 0;
    padding: 0 15px;
   }
   .video-container iframe {
    width: 100%;
    height: 100%;
   }
   .nasscom-wrapper .hlth-top-bg {
    margin:0;
   }
   .story-wrapper.video-story.venue-wrapper {
    padding: 25px 10px;
   }
   .venue-text {
    font-size: 20px;
    margin-bottom:0;
   }
   .nasscom-column {
    flex-direction: column-reverse;
   }
   .nasscom-wrapper {
    margin-top: 15px;
   }
   .nasscom-page .brand-wrapper {
    text-align: center;
   }
   .nasscom-column .voice-api-txt .voice-api-p {
    font-size: 28px;
    line-height: 30px;
   }
   .retail-page-tab .campaign-tab.tab-content.conference-tab>.active .tabbable .nav-tabs {
    justify-content: space-around;
    padding: 5px;
   }
   .how-unique-box {
    justify-content: center;
    padding:0;
   }
   .how-unique-box img {
    margin: 5px 5px 5px 5px;
   }
   .Telehealth-Solutions .G2-badge img {
    margin: 10px 10px 10px 10px;
   }
   .Telehealth-Solutions {
    padding:0;
   }
   .dots1-bg,.dots2-bg {
    display: none;
   }
   .Collaborate-partner {
    margin: 30px 0;
   }
   .Collaborate-partner p {
    text-align: center;
   }
   .Collaborate-partner .row:nth-child(2)  {
    flex-direction: column-reverse;
    margin-top: 15px;
   }
   .partner-form-bg .side-partner-img {
    display: none;
   }
   .heading-bg {
    background-size: contain;
   }
   .heading-bg .text-center.top-feature {
    padding: 30px 0 30px 0;
   }
   .enablex-partner {
    flex-direction: column;
    padding: 20px 15px;
   }
   .enablex-partner h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
   }
   .become-form-wrapper.partner-form-bg .contact-us {
    margin-right: 0;
   }
}
/* click 2 call end */


.Hero-logo img {
    margin: inherit;
    padding-bottom: 20px;
}
.whatsapp-hero-img img {
    width: 65%;
}

.home-section.video-api-banner.main-hero  {
    padding-top: 20px;
}

.whatsapp-text-center {
    text-align: center !important;
    font-size: 26px !important;
}

.enb-api-popup-form .sign-up.Whatsappform{
    padding: 20px 18px 35px !important;
}


/* whatsapp css changes */
#whatsapp-offer {
    overflow: initial;
}
#whatsapp-offer .HLS-BG{
    scroll-margin-top: 6rem;
    background-size: cover;
    background-position: bottom;
}
.t-and-c .telco-success ul li {
    font-size: 17px;
}
.t-and-c .cm-test-drive-section {
    background-size: cover;
}
.condition p {
   font-size: 17px;
}
.condition .inner-healthcare {
    margin-bottom: 5px;
}
.save-upto{
    color: white;
    font-size: 40px;
    font-weight: 600;
}

.yellow-text{
    color: #ffcc00;
    font-size: 40px;
    font-weight: 600;
}

.offer{
    padding-top: 98px;
}

.Limited-Offer{
    font-size: 37px;
    color: white;
    font-style: italic;
}

/* new heading css start */
.no-code-heading {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0.5rem;
}
.live-video-scales .call-section div {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0.5rem;
    line-height: initial;
}
.build-boundaries .call-section div,.build-boundaries .call-section h2 {
    font-family: system-ui, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 30px;
    margin-bottom: 0.5rem;
    line-height: initial;
}

.font-24 {
    font-size: 24px;
}
.faqs-heading {
    font-weight: 500;
    font-size: 32px;
    color: #333;
}
.we-real article div {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: initial;
}
.cm_video-tabber.what-we-got ul li>h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    background: #fff;
    font-family: system-ui, Arial, sans-serif;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 15px 25px 0 rgb(114 114 114 / 5%);
    border: solid 1px #f0f0f0;
    background-color: #fff;
    line-height: 40px;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    display: block;
}
.cm_video-tabber.what-we-got ul li:hover>h3, .cm_video-tabber.what-we-got ul li.active>h3 {
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff;
}
.theme-blue .cm_video-tabber.what-we-got ul li:hover>h3, .theme-blue .cm_video-tabber.what-we-got ul li.active>h3 {
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff;
}
.Voice-API-grid a h3 {
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    background: transparent
}
.Voice-API-grid a:hover h3 {
    color: #fff;
}
/* dialog start */
.dialog-page .inner-HLS {
    padding: 15px 20px;
}
.conversion-list {
    padding: 0 0 0 6px;
    margin-bottom: 0;
}
.conversion-list li {
    position: relative;
    list-style: none;
    font-size: 16px;
    padding: 4px 0 4px 23px;
    font-family: system-ui, Arial, sans-serif;
}
.conversion-list li:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 14px;
    height: 6px;
    background: #B92357;
    width: 6px;
}
.conversion-list li b {
    font-weight: 600;
}
.support-box.conversion-list li{
    padding: 0px 0 0px 23px;
}
.dialog-page .kyc-solution .inner-HLS img{
    max-width: 44px;
}
.barlow {
    font-family: system-ui, Arial, sans-serif;
}
.font-16 {
    font-size:16px!important;
}
.dialog-business .inner-HLS img {
    padding-bottom: 8px;
}
.partner-program.new-channel {
    background: linear-gradient(50deg, rgba(6,118,228,1) 0%, rgba(77,172,74,0.9906337535014006) 100%);
}
.partner-program.new-channel .kyc-solution {
    max-width: 1000px;
    margin:auto;
}
.partner-program.new-channel .inner-HLS h6 {
    background: linear-gradient(to right,#0676e4 0%,#4dac4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.partner-program.dialog-omnichannel {
    
    min-height: 760px;
    padding-top: 130px;
}
.dialog-omnichannel .red-txt, .dialog-omnichannel .second-headding {
    color: #fff;
}
.dialog-omnichannel .inner-HLS {
    padding: 50px 60px;
}
.dialog-omnichannel .inner-HLS h4 {
    font-family: system-ui, Arial, sans-serif;
    background: linear-gradient(to right,#4d7bde 0%,#01a6bb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:600;
}
.dialog-seo .top-feature p {
    font-size: 19px;
}
.intelligence-chat-wrapper .inner-HLS p {
    font-size: 15px;
    line-height: inherit;
    margin:0;
}
.ai-feature .Healthcare-Data {
    background: #EFF2FF;
    color: #0676E4;
}
.ai-feature .inner-healthcare h6 {
    background: linear-gradient(to right,#0676e4 0%,#4dac4a 100%);
    -webkit-background-clip: text;
}
.documentation-bg {
   
    background-size: cover;
    width:100%;
    background-position: center right;
    padding: 80px 0
}
.documentation-bg.platform-bg {
    
    background-position: inherit;
}
.documentation-bg.platform-bg .row {
    padding-top: 100px;
}
.documentation-bg h2 {
    color: #fff;
    font-size: 2.5rem;
}
.documentation-bg p {
    color: #fff;
    font-size: 17px;
    font-family: system-ui, Arial, sans-serif;
}
.documentation-bg .btn-white, .documentation-bg .btn-red {
    border: none!important;
}
.documentation-bg .voice-api-txt .hero-btn li .btn-white {
    color: #000;
}

/* twilliovsenablex start */
.twilliovsenablex-page .voice-api-txt p {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 400;
    line-height: inherit;
}
.twilliovsenablex-page .voice-api-txt {
    float:left;
}
.feature-category {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -130px;
}
.twilliovsenablex-page .video-api-banner {
    padding-bottom: 110px;
    margin-bottom: 130px;
}
#video-container {
    position: relative;
    margin:auto;
    max-width: 640px;
    height: 360px;
}
#play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.migration-guide .inner-HLS {
    padding: 10px 20px;
}
.migration-guide .inside-guide {
    display: flex;
    align-items: center;
}
.migration-guide .inside-guide span {
    margin-left:12px;
    font-size: 17px;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}
.migration-guide .fas {
    color: #333;
}
.whatsapp-business.video-slider .inner-HLS {
    min-height: 340px;
}
.whatsapp-business.video-slider .img-item {
    box-shadow: none;
    padding:0;
    border: none;
    border-radius: 0;
}
.whatsapp-business.video-slider .slick-slide {
    margin: 0 18px;
}
.whatsapp-business.video-slider .slick-prev {
    bottom: -6px;
    right: 57px;
    left:inherit;
}
.whatsapp-business.video-slider .slick-prev, .whatsapp-business.video-slider .slick-next {
    top: initial;
}
.whatsapp-business.video-slider .slick-next {
    right: 10px;
}
.whatsapp-business.video-slider .slick-prev:hover,.whatsapp-business.video-slider .slick-next:hover {
    background: #ed1c24;
}
.whatsapp-business.video-slider .slick-prev:hover .fa-angle-left, .whatsapp-business.video-slider .slick-next:hover .fa-angle-right {
    color: #fff;
}
.whatsapp-business.video-slider .inner-healthcare span {
    margin-bottom: 5px;
}
.whatsapp-business.video-slider .support-box li {
    margin:0;
}
.comparison-table {
    border-left: 1px solid #e4e5eb;
    border-right: 1px solid #e4e5eb;
    border-top: 1px solid #e4e5eb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.comparison-table table {
    border-collapse: collapse;
}
.comparison-table table tbody tr td, .comparison-table thead tr th {
    border-right: 1px solid #e4e5eb;
    border-bottom: 1px solid #e4e5eb;
}
.comparison-table table tbody tr td:last-child, .comparison-table thead tr th:last-child {
    border-right: 0;
}
.comparison-table table tbody > tr > td[rowspan] {
    background-color: #fff;
    font-weight: 600!important;
  }
.comparison-table table thead tr th:first-child, .comparison-table table thead tr th:last-child {

    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.comparison-table table tbody tr td:first-child, .comparison-table table tbody tr td:last-child {
    font-weight: inherit;
    border-radius: 0;
}
.comparison-table table tbody tr td:nth-child(2) {
    padding: 12px 15px;
}
.comparison-table table thead tr th:nth-child(2) {
    padding: 12px 15px;
}
.comparison-table table tbody tr:nth-child(odd) {
background-color: inherit;
}
.comparison-table table tbody tr:nth-child(even) {
    background-color: #EEF2FC;
}
.comparison-table .hls-feature-box tbody tr td:nth-child(3), .comparison-table .hls-feature-box thead tr th:nth-child(3) {
    width: inherit;
}
.migration-wallet {
    padding: 50px 0;
    background-image: linear-gradient(to right bottom, #4D7BDE, #0090e8, #00a0c1, #01A6BB, #01A6BB);
}
.migration-wallet .second-headding span {
    font-size: 55px;
    color: #FFCC00;
}
.migration-wallet h5 {
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.api-guide span {
    font-size: 17px;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
}
.btn.bitmap-btn {
    color: #fff;
    background: linear-gradient(90deg, #a20a90, #cc292a)!important;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    width: fit-content;
    height: fit-content;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer !important;
}
.bitmap-wrapper .inner-HLS {
    padding: 20px 40px;
    border: 2px solid #4477D2;
}
.bitmap-wrapper .inner-HLS img {
    max-height: 300px;
    width: 100%;
}
.announcement-bar {
  background: linear-gradient(to right,#0676e4 0%,#4dac4a 100%);
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.announcement-bar .container {
    text-align: center;
}
.announcement-text a {
    color: #fff;
}
.announcement-text a:hover {
    font-weight: normal;
}
.announcement-bar .close-btn {
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 10px;
  right: 170px;
  line-height: 20px;
}
#stickyHeader .container-fluid {
    padding: 0;
}

/* migration css start */
.migration-container {
    border-top: 2px solid #979797;
    padding-top: 2.5rem;
}
.migration-container .migration-guide .inner-HLS {
    padding: 8px 20px;
}
.migration-intro a:hover {
    font-weight: normal
}
.migration-container .inner-HLS.active {
    background: linear-gradient(to right,#0676e4 0%,#4dac4a 100%);
}
.migration-container .inner-HLS.active span, .migration-container .inner-HLS.active .fas {
    color: #fff;
}
.migration-container .inner-HLS.active .fill {
    stroke: #fff;
}
.migration-container .inner-HLS.active #fghxnce7ub {
    fill: #fff;
}
.migration-banner .red-txt {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
}
.migration-intro h3 {
    background: linear-gradient(to right, #A0198E 0%, #f13d3d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 2.5rem;
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
}
.migration-intro p {
    font-size:17px;
    font-family: system-ui, Arial, sans-serif;
}
.migration-intro .font-22 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: normal;
}
.step-list {
    padding:0;
}
.step-list li {
    padding: 8px 0;
    font-family: system-ui, Arial, sans-serif;
}
.step-list li span:first-child {
    float: left;
}
.step-list li div {
    overflow: hidden;
}
.inside-step-list {
    padding-left: 30px;
}
.inside-step-list li {
    position: relative;
    padding: 4px 0 4px 18px;
    font-family: system-ui, Arial, sans-serif;
}
.inside-step-list li:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 17px;
    height: 5px;
    background: #B92357;
    width: 5px;
}
.step-list li div b, .step-list li span b , .inside-step-list li b {
    font-weight: 600;
}
.step-list li p {
    font-size:16px;
    margin-bottom: 5px;
}
.migration-intro pre {
    margin:0;
}
.migration-intro pre code {
    white-space: pre-line;
    font-size:13px;
}
.migration-intro .inner-HLS {
    text-align: left;
    margin-bottom:20px;
}
.order-list {
    list-style-type: none;
    padding:0;
}
.order-list .inside-step-list {
    padding:0;
}
.order-list li span {
    font-weight: 600;
    font-size: 17px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom: 5px;
    display: block;
}
.order-list .inner-HLS {
    margin: 10px 0;
}
/* events css start */
.events-business .inner-HLS img {
    margin: inherit;
}
.events-business .step-list li {
    padding-top:0;
}
.events-business .col-lg-6, .D-univers .col-lg-6 {
    display: grid;
}
.R-E {
    text-align: left;
    border-color: #F5DDDE;
    box-shadow: 0 0 6px 0 rgb(245 221 222);;
}
.R-E h6 {
    margin:0;
}
.D-univers {
    max-width: 900px;
    margin:auto;
}
.D-univers .inner-healthcare {
    text-align: center;
}
.d-hub .inner-HLS {
    text-align: left;
}
.d-hub .inner-HLS h6 {
    margin:0;
}
.d-hub span{
    display: flex;
    align-items: center;
}
.whatsapp-business.e-slider .inner-HLS  {
    padding:0;
    min-height: 225px;
    text-align: center;
}
.e-slider .inner-HLS h6 {
    margin: 0.5rem 0;
}
.e-slider .inner-HLS img {
    width: 100%;
}
.e-slider .inner-HLS .slide-content {
    padding: 0 10px;
}
.interactive-webinar .home-banner-section {
    background-size: contain;
    background-position: top;
}
.bg-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
@media (max-width: 991px) {
    .faqs-heading {
        font-size: 25px;
    }
    .cm_video-tabber.what-we-got ul li>h3 {
        padding: 0.75rem 1.25rem;
        font-size: 16px;
        line-height: 21px;
    }
    .cm_video-tabber.what-we-got ul li>h3:after {
        content: "\F105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 19px;
        float: right;
    }
    .cm_video-tabber.what-we-got ul li.active>h3:after {
        content: "\f107";
    }
    .build-boundaries .call-section div, .build-boundaries .call-section h2 {
        font-size: 20px!important;
        margin-top: 0.5rem;
        text-align: center;
    }
    .Voice-API-grid a h3 {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }
    .feature-category {
        position: initial;
    }
    .feature-category .row {
        margin:0;
    }
    .twilliovsenablex-page .video-api-banner {
        padding-bottom: 60px;
        margin-bottom: 20px;
    }
    .comparison-table {
        overflow: auto;
    }
    .bitmap-wrapper .text-right {
        text-align: center!important;
    }
}
@media (max-width: 420px) {
    #video-container {
        height:100%;
        padding: 0;
    }
    #video-container iframe {
        position: initial!important;
    }
    .announcement-bar .close-btn {
        top: 35px;
        right: 20px;
    }
    .whatsapp-business.video-slider .slick-prev, .whatsapp-business.video-slider .slick-next {
        bottom: -50px;
    }
    .interactive-webinar .home-banner-section {
        background-size: cover;
    }
    .bg-image {
     background-size: cover;
    }
}



/* Hader Menu Updated */
@keyframes gradientAnimation {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.gradient-box {
    background: linear-gradient(to right,#0676e4 0%,#4dac4a 100%);
    /* background-size: 400% 400%; */
    animation: gradientAnimation 1s infinite alternate;
    display: inline-block;
    border-radius: 4px;
    padding: 0px 12px;
    position: absolute;
    z-index: 1;
    line-height: 20px;
    top: -8px;
    left: 15px;
}

.new-announ {
    font-size: 13px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
    animation: fading 1s infinite Alternate;
}

@keyframes fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.drpdwntbs{width:100%;min-width:100%;
    /* padding:0 5px; */
}

.mnutbsbg{
    background: rgb(249 249 249);
    border-top-left-radius:12px;
    border-bottom-left-radius:12px
}
.subheadtxt {
    color: #666666;
    border-bottom: 1px solid #D8D6D6;
    text-transform: Uppercase;
    letter-spacing: 1.8px;
    padding-bottom: 2px;
    font-family: system-ui, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.drpdwntbs .nav-pills.drpdwnlst{list-style:none;padding:15px 1px;}
.drpdwntbs .nav-pills.drpdwnlst li{padding:0.2rem 2px !important;width: 100%;display: block;padding-bottom: 15px!important;}

#stickyHeader .app nav ul#first-menu li .drpdwntbs .nav-pills.drpdwnlst li a.nav-link{
    background: #fff;
    font-size:14px;
    border-radius:10px;
    padding:10px 13px !important;
    min-height: auto;
    border: 1px solid #e4e5eb;
    -webkit-box-shadow: 0 0 6px 0 rgb(239 242 255);
    box-shadow: 0 0 6px 0 rgb(239 242 255);
    color:rgba(51, 51, 51,1);
    font-family: system-ui, Arial, sans-serif;
    line-height: unset !important;

}

.navbar-nav .nav-pills.drpdwnlst li a.nav-link .tbsdflx{display:flex;justify-content:space-between;align-items:center;font-family: system-ui, Arial, sans-serif;}
.navbar-nav .nav-pills.drpdwnlst li a.nav-link:hover{background:none;color:#ec1c23;}
#stickyHeader .app nav ul#first-menu li .drpdwntbs .nav-pills.drpdwnlst li a.nav-link:hover{color:#ec1c23;}
.navbar-nav .nav-pills.drpdwnlst li a.nav-link.active{
    background:#fff;
    color:rgba(237, 28, 36,1) !important;
    box-shadow: 0 0 5px rgba(244, 108, 113, 0.2);
}

.navbar-nav .drpdwnlst li a.nav-link:hover img.smlarw{display:none;}
.navbar-nav .drpdwnlst li a.nav-link:hover img.tbactvarw{display:block;}
.navbar-nav .drpdwnlst li a.nav-link.active img.smlarw{display:none;}
.navbar-nav .drpdwnlst li a.nav-link.active img.tbactvarw{display:block;}
.navbar-nav .drpdwnlst li a.nav-link img.smlarw{width:25px;min-width: 25px}
.navbar-nav .drpdwnlst li a.nav-link img.tbactvarw{width:25px;min-width: 25px;display:none;}

.sbsmlhd{
    font-size:14px;
    font-family: system-ui, Arial, sans-serif;
    color:rgb(102 102 102);
}
p.prgtxt{font-size:15px;color:#333;font-family: system-ui, Arial, sans-serif;}
.drptbslst{list-style:none;padding-left:15px;padding-right: 15px;}
.hr-line {
    width: 100%;
    margin:0.5rem 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.drptbslst li{align-self:flex-start !important;}
#stickyHeader .app nav ul#first-menu .drptbslst li a{
    padding:0 ! important;
    border: none;
    line-height: 22px;
    font-size: 14px !important;
    cursor:pointer !important;
    color:#333;
    font-family: system-ui, Arial, sans-serif;
}
#stickyHeader .app nav ul#first-menu .drptbslst li a::after{position:relative;top:0px;right:0px;}
#stickyHeader .app nav ul#first-menu .drptbslst li a:hover{color: #f13d3d;}

.drptbslst p{font-size:13px;color:rgb(51 51 51);margin-bottom:0.3rem;}
.drptbslst p a{color:rgb(51 51 51);}
.vdtxthd img{
    width: 30px;
    background:#f1f3f8;
    border-radius:8px;
    padding:3px;
    display:inline;
}
.vdtxthd span{
    padding-left:4px;
    font-size:15px;
    /* color:rgba(51, 51, 51, 1); */
    font-family: system-ui, Arial, sans-serif;
}


.vdtxthd a{cursor:pointer !important;}
.dwnmnulst a{color:rgb(51 51 51);}


ul.dwnmnulst {padding-left:0px;}
ul.dwnmnulst li.txtlst {
    font-size: 14px;
    margin-bottom: 5px;
    list-style-type: none;
    padding:0.25em 0 0 2.25em !important;
    position: relative;
    color:#333;
}
ul.dwnmnulst li.txtlst a:after {
    position: relative !important;
    top: 0;
    right: 0;
}
ul.dwnmnulst li.txtlst:before {
    content: " ";
    display: block;
    border: solid 0.65em #fbd2d3;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 5px;
    margin-top: 0em;
}
ul.dwnmnulst li.txtlst:after {
    content: " ";
    display: block;
    width: 0.36em;
    height: 0.65em;
    border: solid #ed1c24;
    border-width: 0 0.15em 0.15em 0;
    position: absolute;
    left: 0.95em;
    top: 9px;
    margin-top: -0.015em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.dwnmnulst li.txtlst {padding-bottom:0.5rem;font-family: system-ui, Arial, sans-serif;}

.drptbslst p.vdtxthd{margin-bottom:0.6rem;}

/*#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(-n+4) a:after{
    content: "";
    display: block;
    margin: 0px auto;
    width: 7.5px;
    height: 7.5px;
    border-top: 1.5px solid #000;
    border-left: 1.5px solid #000;
    transform: rotate(221deg);
    position: absolute;
    right: 5px;
    top: 5px;
    float: right;
}*/

#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(-n+4) a:after, #stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(7) a:after{
    content: " ";
    background-image:url(../images/menu-drpdwn-images/nvmnarwdwn.png);
    width: auto;
    padding: 8px 8px;
    height: auto;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    top: 4px;
}
#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(3) a:after {
    content: none;
    background-image: none;
}
#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item a:hover:after{border-color:red;}

#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(-n+4) a:hover:after, #stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(7) a:hover:after{
    background-image:url(../images/menu-drpdwn-images/nvmnarwdwnrd.png);
}

#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item .mnutbsbg a:after{
    border:none;background-image:none;padding:0;top:0;
}
#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item .drptbslst a:after{
    border:none;background-image:none;padding:0;top:0;
}

#stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item .dwnmnulst a:after{
    border:none;background-image:none;padding:0;top:0;
}

#stickyHeader .app nav ul#first-menu .nav-pills.nvtbs.drpdwnlst .dl-back{display:none !important;}

/*Top Header Text*/
.tophdrmarqu{
    display: flex;
    position: relative;
    justify-content:center;
    align-items: center;
    padding:7.5px  15px;
    background:linear-gradient(to right,#2e4cca 0%,#e93e43 100%);
    margin-bottom: 1rem;
    margin-top: -10px;
}
.tophdrmarqu p.scrltext{
    color:#fff;
    font-size:16px;
    text-align: center;
    margin-bottom:0px;
    font-family: system-ui, Arial, sans-serif;
    line-height:24px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.tophdrmarqu p.scrltext.visible {
    opacity: 1!important;
}

.tophdrmarqu .scrltext span.ylwclr{color:#ffcc00;}
.tophdrmarqu .scrltext a {
    color: #fff;
    font-size:16px;
}
/* .tophdrmarqu .scrltext a.rdmrbtn{
    background-color:#bb678b;
    color: #fff;
    cursor:pointer ! important;
    border: none;
    padding:4px 15px 4px;
    font-size:14px;
    display:inline-block;
    border-radius:8px;
    font-family: system-ui, Arial, sans-serif;
    margin-left:1rem;
    font-weight:500;
    line-height: 20px;
} */
.tophdrmarqu .scrltext a.rdmrbtn:hover, .tophdrmarqu .scrltext a.rdmrbtn:focus{text-decoration:none;color: #fff;font-weight:500;}

.announcement-text{font-size:16px;font-family: system-ui, Arial, sans-serif;}
/*Top Header Text*/

/*Top right side Notfication
.announcement-bar.pstnrt{
    position: fixed;
    right:2vw;
    top:28%;
    display: table;
    width: 290px;
    margin: 0 auto;
    z-index: 45;
    padding:1.2rem 1.5rem 1.5rem 15px;
    font-size:18px;
    border-radius: 15px;
    font-family: system-ui, Arial, sans-serif;
    box-shadow:0px 2px 10px rgb(0 0 0 / 40%);
    text-align:left;
    background:linear-gradient(to right,#0676e4 0%,#4dac4a 100%);
    letter-spacing:0.2px;
}

.announcement-bar.pstnrt .close-btn {
    cursor: pointer;
    font-size:26px;
    position: absolute;
    top: 10px;
    right:0.5rem;
    line-height: 14px;
    display: block;
    border: 2px solid #fff;
    padding:3px 5.5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-family: system-ui, Arial, sans-serif;
}

.announcement-text a:focus{font-weight: normal;}*/

/*Top right side Notfication*/

.vdtxthd.vrtlicn  img{padding:0;width:auto;background:none;border-radius:0;}


@media (max-width:991px){
    #stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(-n+4) a:after, #stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(7) a:after{
        border:none;background-image:none !important;padding:0;top:0;right:0;
    }

    .navbar-nav .drpdwnlst li a.nav-link.active img.tbactvarw {
        transform: rotate(90deg);
    }
    .navbar-nav .drpdwnlst li a.nav-link img.smlarw {
        transform: rotate(90deg);
    }

    .hs-menu-wrapper .navbar-nav>li .dropdown .drpdwntbs .row>div.mnutbsbg {
        padding: 5px 15px !important;
        margin-bottom:1rem;
    }

    #stickyHeader .app nav ul#first-menu li.nwtbmnuh .dvmnutbs .drptbslst li.dl-back{display:none !important;}
    #stickyHeader .app nav ul#first-menu li.nwtbmnuh .tab-pane ul.dwnmnulst li.dl-back{display:none !important;}

    #stickyHeader .app nav ul#first-menu li ul.drptbslst.mnuspce li.dl-back{display:none !important;}


    #stickyHeader .app nav ul#first-menu li.nwtbmnuh li.dl-back:first-child{display:block !important;}

    #stickyHeader .app nav ul#first-menu li .dwnmnulst li{display:inline-table !important;}
    #stickyHeader .app nav ul#first-menu.navbar-nav li.txtlst a{
        border:none;
        padding:0 5px;
        top:0;
        right:0;
        position: static;
        line-height: 15px;
    }

    .hs-menu-wrapper .navbar-nav>li .dropdown .drpdwntbs .row{display: flex;}

   .drpdwntbs{padding:0 15px;}

   .tophdrmarqu{margin-bottom:4px;}
   .gradient-box {display: none;}
   /* .announcement-bar.pstnrt{left:15px;right:15px;top:25%;} */
 }

 @media (max-width:991px){
    .mobile-open .hs-menu-wrapper{overflow-y: auto !important;}

    .hs-menu-wrapper .navbar-nav>li .dropdown .row.drptbslst.mnuspce{display:flex;}
    .hs-menu-wrapper .navbar-nav>li .dropdown .drpdwntbs .row{display:flex;}

    .drptbslst.mnuspce p.vdtxthd{margin-bottom:0.8rem;}

    .hs-menu-wrapper{top:106px !important;}
    .sticky .hs-menu-wrapper {top:106px !important;}

    #stickyHeader{padding-top:8px;}
}

@media (max-height: 680px) and (min-width: 992px){
.custom-header ul#first-menu li ul.dropdown .lft-wht-bg.menu-radius.pdlg1 {
    padding: 0 !important;
}

}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .tab-content.dvmnutbs { padding: 15px 15px;}
    .navbar-nav .drpdwnlst li a.nav-link.active img.tbactvarw {
        transform: rotate(0deg);
    }
    .navbar-nav .drpdwnlst li a.nav-link img.smlarw {
        transform: rotate(0deg);
    }

    .tophdrmarqu {margin-bottom: 0.5rem;}
    .hs-menu-wrapper{top:90px !important;}
    .sticky .hs-menu-wrapper {top:100px !important;}
}

 @media only screen and (min-device-width:320px) and (max-device-width:915px) and (orientation:landscape){
    .tab-content.dvmnutbs { padding: 15px 15px;}

    #stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(-n+4) a:after, #stickyHeader .app nav ul#first-menu.navbar-nav li.nav-item:nth-child(7) a:after{
        border:none;background-image:none !important;padding:0;top:0;right:0;
    }

    .navbar-nav .drpdwnlst li a.nav-link.active img.tbactvarw {
        transform: rotate(0deg);
    }
    .navbar-nav .drpdwnlst li a.nav-link img.smlarw {
        transform: rotate(0deg);
    }

    #stickyHeader .app nav ul#first-menu li.nwtbmnuh .dvmnutbs .drptbslst li.dl-back{display:none !important;}
    #stickyHeader .app nav ul#first-menu li.nwtbmnuh .tab-pane ul.dwnmnulst li.dl-back{display:none !important;}

    #stickyHeader .app nav ul#first-menu.navbar-nav li.txtlst a{
        border:none;
        padding:0 5px;
        top:0;
        right:0;
        position: static;
        line-height: 15px;
    }
    #stickyHeader .app nav ul#first-menu li ul.drptbslst.mnuspce li.dl-back{display:none !important;}

    .tophdrmarqu {margin-bottom: 0.5rem;}
    /* .announcement-bar.pstnrt{left:auto;right:1rem;top:30%;} */
    .hs-menu-wrapper{top:90px !important;}
    .sticky .hs-menu-wrapper {top:100px !important;}
 }


 @media only screen and (min-device-width:991px) and (max-device-width:1024px) and (orientation:landscape){
    /* .announcement-bar.pstnrt{left:auto;right:2rem;} */
 }


@media (min-width: 992px){
    .menu-radius.pdlg1{padding:0px !important;}
    #stickyHeader .app nav ul#first-menu li.nwtbmnuh{position:initial;}
    .custom-header .navbar-collapse{position:relative;}
    /* .custom-header .navbar-nav {position: relative !important;} */

    .custom-header .navbar-nav ul.dropdown{max-width:100%;left: -4vw !important;}

    .custom-header .nav-item.nwtbmnuh ul.dropdown {
        top: 78px !important;
    }

    .custom-header .navbar-nav .nwtbmnuh ul.dropdown{
        left:inherit !important;
        right:0;
    }

    .tab-content.dvmnutbs { padding:10px 10px;}


    .drptbslst.mnuspce li .vdtxthd{margin-bottom:1rem; }

    #stickyHeader .app nav ul#first-menu li:last-child a{padding-right:0px !important;}

    .custom-header .navbar-nav ul.dropdown{min-width: 240px;}
    .test-drive.pricing-drive h4{
        font-size: 40px;
        font-weight: 500;
        font-family: system-ui, Arial, sans-serif;
    }

}

@media (min-width: 992px) and (max-width: 1199px){
    #stickyHeader .app nav ul#first-menu li a{padding: 0 17px 8px; }
    .custom-header .navbar-nav ul.dropdown {
        top: 26px !important;
    }
    body #bp-web-widget {
        position: relative;
        z-index: 999;
    }

    .custom-header .navbar-nav ul.dropdown {left: -10vw !important;}

}

@media (min-width:1199px){
    #stickyHeader .app nav ul#first-menu li a{padding:0 22px 8px 22px !important;cursor:pointer!important;}
}

/* End Hader Menu Updated */


/*Dialog Pagess css*/

.trnsfrmtxt {
    text-transform: none !important;
}

.dvcustomersbg {
    background: linear-gradient(90deg, #01a6bb, #4d7bde);
    padding: 3.5rem 0px;
}
.subheadding {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 36px;
    text-transform: capitalize;
    padding: 5px 15px;
}
.lrnmreclk {
    font-size: 13px;
    font-weight: 400;
    color: #ec1c23;
    font-family: system-ui, Arial, sans-serif;
    cursor: pointer !important;
}
.lrnmreclk:hover {
    font-weight: 400;
    color: #ec1c23;
}

#vdply, .video-container.vdply {
    max-width: 640px;
    margin: auto;
    position: relative;
    height: auto;
}
.vdpstn {
    top: 0;
    z-index: 1;
}
.hdomnichnl {
    background: linear-gradient(to right, #a0198e 0%, #f13d3d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: system-ui, Arial, sans-serif;
    font-size: 40px;
}
#video-container.vdfeatply {
    height: 260px;
}
.whatsapp-business.video-slider .inner-HLS.sldesklbasd {
    min-height: 100%;
}
.inner-healthcare.sldesklbasd h6 {
    color: #333;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
}
.inner-healthcare.sldesklbasd h6 img {
    width: 35px;
    padding: 0;
    margin-bottom: 0;
}
.dvgetcontctbg {
    background: linear-gradient(90deg, rgba(1,166,187,0.48363095238095233) 1%, rgba(77,123,222,0.4472163865546218) 100%);
    padding: 3.5rem 0px 2rem;
}
.dvgetcontctbg .inner-HLS {
    box-shadow: none;
}
.sbhdclrtxt {
    background: linear-gradient(to right, #0676e4 0%, #4dac4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.6rem;
    font-family: system-ui, Arial, sans-serif;
    font-size: 24px;
}
.getcntbtns {
    font-size: 16px;
    font-weight: 500;
    color: #ec1c23;
    font-family: system-ui, Arial, sans-serif;
    cursor: pointer !important;
}
.getcntbtns:hover {
    font-weight: 500;
    color: #ec1c23;
}
p.cptnomnitxt {
    font-size: 17px!important;
    font-family: system-ui, Arial, sans-serif;
    line-height: 26px;
    padding: 1px 5%;
}
.costomers-desired .col-lg-3, .costomers-desired .col-lg-4 {
    display: grid;
}
@media (max-width: 991px) {
    .subheadding {
        font-size: 26px;
   }
    #video-container iframe {
        border-radius: 6px !important;
   }
    .vdpstn {
        position: relative;
        top: 0;
        z-index: 1;
   }
    .hdomnichnl {
        font-size: 28px;
   }
    .mob_title.asdtxthd {
        font-size: 25px;
        padding-bottom: 0.6rem;
   }
    .whatsapp-business .img-item .inner-HLS.inner-healthcare.sldesklbasd p {
        font-size: 15px;
        text-align: left;
   }
    .video-container.vdply .vdpstn iframe#youtube-video {
        position: absolute !important;
   }
   .dialog-vid {
    height: auto!important;
   }
}
@media (min-width: 991px) {
    .hdrbrdr {
        position: relative;
   }
    .hdrbrdr::after {
        content: "";
        border-bottom: 2px solid rgba(197, 199, 204, 0.8);
        position: absolute;
        left: auto;
        right: 0;
        bottom: 15px;
        width: 500px;
   }
    .hdrbrdr01::after {
        width: 500px;
   }
    .hdrbrdr02::after {
        width: 700px;
   }
}

/*End Dialog Pagess css*/

/* dialog-pages start */
.dialog-feature-wrapper p {
    font-size: 16px;
    line-height: 1.5;
}
.btnlrnmore {
    color: #fff!important;
    display: inline-block;
    padding: 8px 24px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    border: none;
    font-family: system-ui, Arial, sans-serif;
    cursor: pointer !important;
    background: linear-gradient(90deg, #a20a90, #cc292a);
}
.btnlrnmore:hover, .btnlrnmore:focus, .btnlrmore:visited {
    color: #fff;
    font-weight: 500;
}
.inte-feature {
    background: #EEF0F6;
    padding: 30px;
}
.inte-feature h6 {
    font-weight: 600;
    font-size: 17px;
    font-family: system-ui, Arial, sans-serif;
}
.m-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.crm-wrapper .step-list li div {
    font-size: 16px;
}
.crm-wrapper p {
    font-family: system-ui, Arial, sans-serif;
}
.crm-wrapper h2 {
    font-family: system-ui, Arial, sans-serif;
    margin: 0.7rem 0;
}
.cust-req {
    padding: 50px 20px;
    border-radius: 20px;
    background: #F1F3F8;
    text-align: center;
    margin: 80px 0;
}
.cust-req p {
    max-width: 595px;
    margin: auto;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    margin-top: 18px;
}
.screen-capture {
    background-color: #F1F3F8;
    padding: 25px;
    margin-top: 25px;
}
.screen-capture img {
    margin: auto;
    display:block;
}
.dialog-modal .modal-dialog {
    max-width: 800px;
}
.dialog-modal .modal-content {
    background-color: inherit;
    border: none;
}

.dialog-modal .close-button {
    position: absolute;
    top: -28px;
    right: -7px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease-in-out, transform 0.5s ease-in-out;
}
.dialog-modal .close-button:hover {
    color: red;
    transform: rotate(270deg);
    transition: color 0.3s ease-in-out, transform 0.5s ease-in-out;
}
/* campaign css start */
.sending-campaign {
    display: inline-block;
    max-width: 560px;
    padding: 70px 60px;
}
.sending-campaign h4 { 
    font-size: 36px;
    color: #fff;
}
.pricing-heading td {
    font-weight: 500!important;
    white-space: nowrap;
}
.check-mark {
    background: linear-gradient(to right, #0676e4 0%, #4dac4a 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.red-asterisk {
    color: #ed1c24;
    font-weight: 500;
} 
.need-wrap {
    background: linear-gradient(to right, #0676e4 0%, #4dac4a 100%);
    border-radius: 20px;
    padding: 40px 20px;
}
.need-wrap h4 {
    color: #333;
    font-family: system-ui, Arial, sans-serif;
}
.need-wrap .inner-HLS {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
}
.discount-trail {
    padding: 40px;
    border-radius: 20px;
    background-image: url(../images/dialog-images/landingbg.png);
    background-size: cover;
    background-position: center;
}
.discount-trail h5{
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-family: system-ui, Arial, sans-serif;
}
.discount-trail h5 span {
    color: #FFCC00;
}
@media (max-width: 420px) {
    .cust-req {
        margin: 40px 0;
    }
    .inte-feature {
        margin: 1rem 0;
    }
    .m-90 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .margin-sm-0  {
        margin:0;
    }
    .custom-copyright-section {
        align-items: center;
        flex-direction: column;
    }
    .sending-campaign h4 {
        font-size: 28px;
        text-align: center;
    }
    .sending-campaign {
        padding: 40px 30px;
    }
    .discount-trail h5 {
        font-size: 28px;
    }
    .enb-api-popup-form h2.form-h2 {
        line-height: initial!important;
        font-size: 21px!important;
    }
}
/* dialog-pages end */

.pricing-table th:first-of-type, .pricing-table.video-pricing-table tr:first-child td:first-of-type {
    border-top-left-radius: 15px;
}
.pricing-table th,.pricing-table td {
    background: #fff;
}
.sms-spi-pricing-theme .table-section .country-sec .table-sec .table-bordered.pricing-table, .video-pricing-theme .table-section .country-sec .table-sec .table-bordered.pricing-table, .all-feature .table-section .country-sec .table-sec .table-bordered.pricing-table {
    background: inherit;
    border-spacing:0;
    padding:0;
    border-collapse: separate;
    box-shadow: none;
}
.pricing-table th:last-of-type, .pricing-table.video-pricing-table tr:first-child td:last-of-type {
    border-top-right-radius: 15px;
}
.pricing-table tr:last-child td:first-of-type {
    border-bottom-left-radius: 15px;
}
.pricing-table tr:last-child td:last-of-type {
    border-bottom-right-radius: 15px;
}

/*RCS Web html CSS*/
.home-banner-section.rcstopbg{
    background-position: top center;
    background-size: 100%;
}

.saas-pricing .campaign-tab .nav-tabs.rcstbtxt .nav-link{
    font-family: system-ui, Arial, sans-serif;
    font-weight:600;
    font-size: 15px;
}

.cm_video-tabber.what-we-got .rcsbnfts ul li>h3{
    line-height: 25px;
    margin: 12px 0;
}

.saas-pricing .tab-content.conference-tab>.active .tabbable .nav-tabs.rcstbtxt li a.active{
    font-size: 15px;
}

.cm_video-tabber.what-we-got .rcsbnfts ul li>h3{
    font-size: 16px;
}

.cm_video-tabber.what-we-got .cm_wrapr.rcsbnfts .img-section img{
    max-width:450px;
}
  
.rcmsmsbg{
    background:rgb(238, 242, 252,1);
    padding:1rem 5px 3rem;
} 

.tblebrdr{
    border:1px solid #e4e5eb;
    border-radius:10px;
    margin-bottom:1.5rem;
    box-shadow: 0 0 6px 0 rgb(239 242 255);
}
.tblebrdr .table {margin-bottom:0;font-family: system-ui, Arial, sans-serif;}
.table.rsmsgtble thead tr{
    background: linear-gradient(to right, #0676e4 0%, #4dac4a 100%);
    color:#fff;
    font-weight:600;
}
.table.rsmsgtble thead tr th{
    font-family: system-ui, Arial, sans-serif;
    font-weight:600;
    font-size:16px;
}
.table.rsmsgtble tbody tr td{
    font-family: system-ui, Arial, sans-serif;
    font-size:14px;
    color:#333;
}
.table.rsmsgtble thead tr th:nth-child(1) {border-right:1px solid #e4e5eb;}
.table.rsmsgtble thead tr th:nth-child(2) {border-right:1px solid #e4e5eb;}
.table.rsmsgtble tbody tr td:nth-child(1) {
    border-right:1px solid #e4e5eb;
    font-weight:600;
    white-space:nowrap;
}
.table.rsmsgtble tbody tr td:nth-child(2) { border-right:1px solid #e4e5eb;}
.table.rsmsgtble thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius:0px;
}
.table.rsmsgtble thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius:0px;
}
.table.rsmsgtble td{color:rgba(51,51,51,1);vertical-align:middle;}
.table.rsmsgtble tbody tr:nth-child(even) {background: linear-gradient(to right, #f3f9fa, #f5faf5);}
.table.rsmsgtble tbody tr:nth-child(odd) { background: #fff;}

.kyc-solution .col-lg-6 {display: grid;}

.cm_video-tabber .cm_wrapr.rcsbnfts .vid_tab_content p{font-size: 13px;}
.voice-api-txt .voice-api-p.rcshdtxt{font-size:40px;}
.tab-content.conference-tab>.active .tabbable .nav-tabs.rcstbtxt{box-shadow:none;}
.cm_video-tabber .cm_wrapr .mid-bar{position:relative;}
.cm_video-tabber .cm_wrapr .rcstbsvewcntnt .vid_tab_content p {
    border-radius: 15px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 5rem;
    max-width: 220px;
    left: -5px;
    right: 0;
    padding: 10px 10px;
    box-shadow: 0px 2px 5px rgba(208, 221, 251, 0.8);
}

.cm_video-tabber .cm_wrapr .rcstbsvewcntnt .vid_tab_content p:after{
    background:none;
    border:none;
    width:auto;
}

.cm_video-tabber .cm_wrapr .rcstbsvewcntnt .vid_tab_content.rgtrcstbs p{
    border-radius: 15px;
    border-bottom-right-radius: 0;
    left: 1.5rem;
    right: -2px;
}

.cm_video-tabber.what-we-got .rcsbnfts ul li>h3{
    border: 1px solid #DBDCE4;
    box-shadow: 0 0px 16px 0 rgba(219, 220, 228, 0.7);
    border-radius: 10px;
}

.rcsclsbrdr .inner-HLS{
    border: 1px solid #DBDCE4;
    box-shadow: 0 0px 16px 0 rgba(219, 220, 228, 0.7);
}
.overlay-search {
    position: absolute;
    top: 90px;
    right: 0;
    width: 350px;
    box-shadow: rgb(174 48 111) 0px 0px 0px 2px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    transform: translate3d(0, 10px, 0);
}
.overlay-search.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);

}
.overlay-content {
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
.mobile-icon {
    display: none;
}
.gsc-control-cse {
    border-radius: 5px;
}
.overlay-content .gsc-input-box {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.gsib_a {
    padding: 6px 9px 6px 9px!important;
}

.overlay-content .gsc-search-button-v2 {
    border:none!important;
    padding: 6px 22px!important;
    min-height: 38px;
    border-radius: 5px!important;
    background: linear-gradient(90deg, #a20a90, #cc292a)!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 0;
}
.gsst_a .gscb_a, .gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a  {
    color: #b02f6b!important;
}
.overlay-content form.gsc-search-box {
    width: 100% !important;
    margin-bottom: 0;
}
.overlay-content table.gsc-search-box td.gsc-input {
    padding-right: 0px;
} 
.overlay-content table.gsc-search-box {
    margin-bottom: 0;
}

/* HOME 2 Web html CSS */

.hme2topbg {
    background-position: top center;
    background-size: 100%;
    padding:80px 0 60px;
    background-repeat: no-repeat;
}

.hme2hdtxt{font-size:60px;font-family: Tahoma, Arial, sans-serif;color: #000;text-transform: none;font-weight: 700;}
.hme2hdtxt span.rdclrhdtxt {color: rgba(237, 28, 36,1);}


p.hm2cptnheadg {
    font-size:20px;
    color: #333333;
    line-height:28px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
}

.hm2clktobtns {
    display: inline-flex;
    margin: 25px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.hm2clktobtns li {
    padding: .5em 0 0 0;
    margin: 0 10px 0 0;
}
.hm2clktobtns li a {
    background-color: #f13d3d;
    border: none;
    padding: 9px 20px !important;
    font-size: 16px !important;
    display: initial;
}

.hm2clktobtns li .btn-red {
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
    border: 1px solid transparent;
    text-transform: capitalize;
    background: linear-gradient(90deg, #a20a90, #cc292a);
}

.hm2clktobtns li .btn-red:hover {
    color: #fff;
    background: linear-gradient(90deg, #cc292a, #a20a90);
}

.hm2clktobtns li .btn-white {
    background-color: #fff;
    color: #333;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid rgba(102, 102, 102,1);
    text-transform: capitalize;
    text-transform: none;
    border: 2px solid rgba(102, 102, 102,1) !important;
    color:#333;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.20);
}

.hm2clktobtns li .btn-white:hover {
    color: #333;
    background:#fff;
}

 .hm2txtanmte {
    height:auto;
    text-align: center;
  }
 
  .hm2txtanmte h2 {
    animation-duration:8s;
    animation-iteration-count: infinite;
    opacity: 0;
    margin:0;
  }

  .rdclrhdtxt {
    font-size: 60px;
     line-height: 20px;
     font-weight: 600;
     font-family: system-ui, Arial, sans-serif;
     color: rgba(237, 28, 36,1);
    }
  .hm2txtanmte h2:nth-child(1) {
    animation-name: rotating-text-1;
  }
  @keyframes rotating-text-1 {
    0% {transform: translateY(200%);}
    33% {transform: translateY(100%);opacity: 1;}
    34% {opacity: 0;}
  }
  .hm2txtanmte h2:nth-child(2) {
    animation-name: rotating-text-2;
  }
  @keyframes rotating-text-2 {
    33% {transform: translateY(100%);opacity: 0; }
    66% {transform: translateY(0);opacity: 1; }
    68% {opacity: 0; }
  }
  .hm2txtanmte h2:nth-child(3) {
    animation-name: rotating-text-3;
  }
  @keyframes rotating-text-3 {
    66% {transform: translateY(0); opacity: 0;}
    99% { transform: translateY(-100%); opacity: 1; }
    100% {transform: translateY(-100%); opacity: 0; }
  }
 

.voice-api-txt .hero-btn li .btn-red.hm2btnsrd{
    text-transform: none;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.20);
}
.voice-api-txt .hero-btn li .btn-white.hm2btnsblk{
    text-transform: none;
    border: 2px solid rgba(102, 102, 102,1) !important;
    color:#333;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.20);
}
.hm2img img{max-width:100% !important;}

.owl-carousel.hm2clentlogo .client-logo-item img {
    max-width: 140px;
    display: block;
    margin: 0 auto;
    width:auto;
}

.owl-carousel.hm2clentlogo .client-logo-item {
    padding: 0 15px;
    height: 90px;
    display: flex;
    align-items: center;
}

.hm2cstmrengbg {
    background: rgb(249, 249, 249, 1);
    padding: 2.5rem 5px 3rem;
    margin-top:5rem;
    position:relative;
}


.hme2subhdtxt{font-size:50px;font-family: system-ui, Arial, sans-serif;color: #000;font-weight: 600;}
.hm2cptnsbhd {
    font-size:20px;
    color: #333333;
    line-height:28px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 500;
}

.hm2apilst .card{
    border-radius: 10px;
    border: none;
    
}
.hm2apilst.accordion>.card:not(:last-of-type) {
    border:none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hm2apilst.accordion>.card:not(:first-of-type) {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.hm2apilst.accordion>.card:not(:last-of-type) {
    border:none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hm2apilst .card {
    background: transparent;
}
.hm2apilst .card .card-header {
  border:none;
  box-shadow:none;
  border-radius:10px;
  padding: 0;
  background: transparent;
}

.hm2apilst #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f4f4f6;
  color: #222;
  padding: 20px;
}

.hm2apilst .card .card-header .btn-header-link:hover{border:none;}
.hm2apilst .card .card-header .btn-header-link:focus{box-shadow:none;}

.hm2apilst .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-weight: 500;
  float: right;
  font-size: 13px;
  padding:0px 5.8px 0px;
  border-radius: 50px;
  color:#3863cb;
  border:2px solid #3863cb;
  line-height: 22px;
  position: relative;
 top: 6.5px;
}


.hm2apilst .card .card-header .btn-header-link{
    display: block;
    text-align: left;
    font-size: 36px;
    padding: 8px 1px;
    font-weight:500;
    color: rgba(237, 28, 36, 1);
    font-family: system-ui, Arial, sans-serif;
    border: none;
    background:none;
    cursor:pointer !important;
}

.hm2apisbtxt{
    font-size:18px;    
    font-family: system-ui, Arial, sans-serif;
    color:rgba(12, 27, 44,1);
    max-width: 90%;
}

.hm2apilst .card .card-header .btn-header-link.collapsed {
  background:#f9f9f9;
  color: #000;
}

.hm2apilst .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
  font-family: 'FontAwesome';
}

.hm2apilst .card .collapsing {
  background: transparent;
  line-height: 30px;
}

.hm2apilst .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #333;
}
 
.hm2apilst .card .card-body{
    font-size:14px;
    line-height:25px;
    padding-bottom:0;
}
.hm2apilst .asdicnsze img{
    width:35px;
}

.hm2apilst .prgrmapilst{
    list-style:none;
    padding-left:0px;
} 
.hm2apilst.accordion .row.prgrmapilst{
    display:flex;
} 

.hm2apilsticon img {
    width: 30px;
    background:none;
    border-radius: 8px;
    padding:1px 1px;
    display: inline;
}
.hm2apilsticon{margin-bottom:12px;}
.hm2apilsticon .hm2dsplflxlst {
   display:flex;
   align-items: center;
}
.hm2dsplflxlst:hover span {
   color: #ed1c24;
}
.hm2apilsticon span {
    font-size:18px;    
    font-family: system-ui, Arial, sans-serif;
    color:rgba(12, 27, 44,1);
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.hm2apilsticon span:nth-child(2){padding-left:4px;}

.hm2apilsticon span.cptntxt {
    font-size:13px;    
    font-family: system-ui, Arial, sans-serif;
    color:#333;
    line-height: 15px;
    padding-left:0px;
}

/*navtabs*/
.all-tab-img img {
    padding-bottom: 20px;
}
.all-tab-img img:nth-last-child(2) {
    padding-bottom:0;
}
.hm2nvtabsacrdn{
    padding: 50px 0px;
    position: relative;
}
.hm2nvtabsacrdn .nav-tabs {
    display:none;
    border-bottom: 2px solid rgba(214, 221, 240,0.8);
    
}
.hm2nvtabsacrdn .nav-tabs .nav-item {                
    background:none;
    margin-right: 5.5rem;
    margin-bottom: 0px;
    min-height: 78px;
}
.card-body.new-card-body {
    padding: 1.25rem 0;
}
.hm2nvtabsacrdn .nav-tabs .nav-item:last-child {       
    margin-right:0rem;
}
.hm2nvtabsacrdn .nav-tabs .nav-link{
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #000;
    height: 100%;
    font-size:20px;    
    font-family: system-ui, Arial, sans-serif;
    text-align:center;
    position: relative;
    bottom: -1.5px;
    line-height:20px;
}
.hm2nvtabsacrdn .nav-tabs .nav-link span{
    font-size:13px;
    color:rgba(102, 102, 102, 0.8);
    font-family: system-ui, Arial, sans-serif;
    display: inline-block;
    line-height:16px;
    padding-top:5px;
}
.hm2nvtabsacrdn .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,  .nav-tabs .nav-link:hover{
    background:none;
    color: rgba(237, 28, 36,1);
    border-bottom:2.5px solid red;
}
.hm2nvtabsacrdn .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span,  .nav-tabs .nav-link:hover span{
    color: rgba(237, 28, 36, 0.8);
}

.hm2engmntbg{
    background:#9db0c6;
    padding:15px 25px;
    border-radius:10px;
}

.hm2engtbslst li{
    background:#fff;
    padding:10px 15px;
    text-align:center;
    border-radius:10px;
    margin:5px 5px;
    display:inline-block;
    width: 100%;
}

.hm2engtbslst li a{
  font-size:16px;
  color:rgba(12, 27, 44,1);
  font-family: system-ui, Arial, sans-serif;
}

.hm2engtbslst li a img{
    width: 35px;
    padding: 3px;
    display: inline;
}
.hm2engtbslst.seamhlstic li{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hm2engtbslst.seamhlstic li a img{
    width:100px;
    max-width:100%;
}

.hm2cntactbg{
    background: linear-gradient(to left, #0676e4 0%, #03a4bc 100%);
    font-weight: 600;
    border-radius:10px;
    padding:2rem 1.5rem;
    text-align:center;
}

.hm2cntactbg .hme2sbcontcthd {
    font-size: 40px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
}

.cntactbtn {
    background-color: #f13d3d;
    color: #fff !important;
    border: none;
    padding: 8px 25px;
    font-size: 16px;
    display: initial;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    border-radius:5px;
    font-family: system-ui, Arial, sans-serif;
    font-weight:500;
    cursor:pointer !important;
}

.hm2wtbg{
    background:#fff;
    padding:2.5rem 15px;
}

/* Slide Carousel*/
.hm2buldengslide .carousel-indicators li{
    width: 10px;
    height:10px;
    background-color: #585858;
    border:none;
    border-radius:50px;
}
.hm2buldengslide .carousel-indicators .active {
    background-color: #ea0505;
    width:35px;
}
.hm2buldengslide .carousel-indicators{
    bottom: -35px;
}
.hm2dvengsldetxt {
   max-width:60%;
    display:table;
}
.hm2dvengsldetxt h5{
    font-size:22px;
    color:rgba(12, 27, 44, 1);
    font-family: system-ui, Arial, sans-serif;
    line-height:16px;

}

.hm2dvengsldetxt .sldcptntxt b{ font-family: system-ui, Arial, sans-serif;}

.hm2dvengsldetxt .sldcptntxt{
    font-size:18px;
    color:rgba(12, 27, 44, 1);
    font-family: system-ui, Arial, sans-serif;
    line-height:22px;
}

.hm2dvbsnsglry{
    border-radius:25px;
    background:#fff;
    border:1px solid rgba(180, 180, 180,1);
    padding:1rem 20px 0.5rem;
    height: 400px;
    margin-bottom:1rem;
    position:relative;
}

.hm2imgpstnbtm{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10%;
}

.hm2dvbsnsglry img{
    border-radius:0px;
    background:#fff;    
}
.hm2byfunctnlst{padding-left:15px;padding-bottom: 2rem;}

.hm2byfunctnlst li{
    font-size:14px;
    color:rgba(185, 35, 87, 1);
    font-family: system-ui, Arial, sans-serif;
    list-style: disc;
}

.hm2byfunctnlst li span{
    color:rgba(12, 27, 44, 1);
}

.hm2bsnstxthd{
    font-size:16px;
    font-family: system-ui, Arial, sans-serif;
    color:#000;
}

.hm2dvbsnsglry.bgpdg0{
    padding:0;
    border:none;
    height: auto;
}
.hm2lvbsnswdebg{
    background: linear-gradient(90deg, #eff0f1, #e3e3e3);
    padding: 4rem 15px 0rem;
    margin-top: 5rem;
    position:relative;
}

.hm2txtsbhd{
    font-size:18px;
    font-family: system-ui, Arial, sans-serif;
    color:rgba(237, 28, 36, 1);
}

.hm2partxt{
    font-size:15px;
    font-family: system-ui, Arial, sans-serif;
    color:#333;
    line-height:1.4;
}

.hme2ledrhdtxt{
    font-size:42px;
    font-family: system-ui, Arial, sans-serif;
    color:#000;
}

.hm2dscbsnscandrvs .panel-heading .btn-header-link:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 600;
    float: right;
    font-size: 20px;
  }

  /*.hm2dscbsnscandrvs .panel-heading .btn-header-link.collapsed {
    background:#f9f9f9;
    color: #000;
  }*/
  
  .hm2dscbsnscandrvs .panel-heading .btn-header-link.collapsed:after {
    content: "\f107";
    font-family: 'FontAwesome';
  }


@media(max-width:767px){
    .hme2hdtxt {font-size:34px;line-height: 36px;}
    .rdclrhdtxt {
        font-size:25px;
        line-height:10px;
    }
    /*navtabs*/
    .hm2nvtabsacrdn .tab-content > .tab-pane {
        display: block;
        opacity: 1;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    .hm2nvtabsacrdn .card-header {
        background:none;
        color: #ed1c24;
        border-bottom:none;  
        position: relative;                  
    }
    .hm2nvtabsacrdn .card-header h5 a{
        background:none;
        color: #000;
        border-bottom: none;   
        text-decoration: none;  
        font-size: 20px;
        display: block;   
        text-align: center;  
        line-height: 22px;
    }

    .hm2nvtabsacrdn .card-header h5 a span{
        font-size:14px;
        color: rgba(102, 102, 102, 0.65);
        line-height: 14px;
    }
    .hm2nvtabsacrdn .card-header h5 a i {
        float: right;
        padding-top: 5px;
    }
    .hm2nvtabsacrdn .card-body {
        border:none;
        border-top: 1px solid rgba(0, 0, 0, .125);
    }
    .hm2nvtabsacrdn .active .card-header h5 a:hover {
        color: #ed1c24;
    }
   /* .hm2nvtabsacrdn .active .card-header h5 a{color: #ed1c24;}
    .hm2nvtabsacrdn .active .card-header h5 a span{
        color:rgba(237, 28, 36,0.65);
    }*/
    
    .hm2nvtabsacrdn .btn-header-link[aria-expanded="true"] {
        color: #ed1c24;
      }
      .hm2nvtabsacrdn .btn-header-link[aria-expanded="true"] span {
        color:rgba(237, 28, 36,0.65);
      }

    /*Discover How Business Tabs*/
    .hm2nvtabsnesdscs .tab-content .tab-pane {
        display: block;
        border: 1px solid #a91d79;
        padding:10px 15px 5px;
        border-radius:10px;
        margin-bottom: 1.5rem;
    }
    .hm2nvtabsnesdscs .nav-tabs {
        display: none;
    }
    .hm2nvtabsnesdscs .panel-title a {
        display: block;
        font-size:16px;
    }
    .hm2nvtabsnesdscs .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .hm2nvtabsnesdscs .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }
    .hm2nvtabsnesdscs .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }

    .hme2subhdtxt {font-size:30px;}
   
    .hm2apisbtxt{max-width:100%;}
    .hero-btn.hm2clktobtns li {
        display: inline-block !important;
        width:auto;
    }
    .hm2apilst .card .card-header .btn-header-link{font-size:22px;} 

    .hm2cntactbg{padding: 1.5rem 1rem;} 
    .hm2cntactbg .hme2sbcontcthd {font-size: 24px;}  
    .hm2cstmrengbg{margin-top:2rem;padding: 0.5rem 5px 3rem;}  
    .hm2buldengslide .carousel-indicators {
        bottom: -40px;
    }
    .hm2wtbg { padding: 1.5rem 15px;}
    .hm2dvengsldetxt {
        max-width: 100%;
        padding-top:1.5rem;
    }
    .hm2dvbsnsglry{height:auto;}
    .hm2imgpstnbtm {position: relative; padding: 15px 10% 0;}

    .hme2ledrhdtxt {font-size: 28px;}

    .hm2tabengagcldengp .card .card-header .btn-header-link:after {
        content: "\f106";
        font-family: 'FontAwesome';
        font-weight:600;
        float: right;
        font-size:20px;
        position: absolute;
        right: 15px;
        top: 40%;
    }

    .hm2tabengagcldengp .card .card-header .btn-header-link.collapsed {
        background:none;
        color: #000;
    }

    .hm2tabengagcldengp .card .card-header .btn-header-link.collapsed:after {
        content: "\f107";
    }

    .hm2tabengagcldengp .card .collapse.show {
        background:none;
        line-height: 30px;
        color: #222;
    }
    .hm2engtbslst.seamhlstic li {
        display: inline-block;
        line-height: 22px;
    }

    .dmblnone{display:none ! important;}
    .hm2engtbslst.hm2bfnslstapi li{max-width: 180px;text-align: center;}
    .hm2clktobtns {flex-direction: column;}
    .hm2clktobtns li{margin-top: 25px;}
    .card-body.new-card-body {
        padding: 1.25rem;
    }
}


@media(min-width:768px) {
    /*navtabs*/
    .hm2nvtabsacrdn .nav-tabs {display: flex;justify-content: center;}
    .hm2nvtabsacrdn .card {border: none;}
    .hm2nvtabsacrdn .card .card-header {display:none;}
    .hm2nvtabsacrdn .card .collapse{display:block;}

    .hm2nvtabsnesdscs .nav-tabs{
        margin: 1rem auto;
        background: #EEF2FC;
        border: none;
        padding:5px 0px;
        border-radius: 30px;
        display: flex;
        width: max-content;
        border: 2px solid #eef2fc;

    }
    .hm2nvtabsnesdscs .nav-tabs li a{
        font-family: system-ui, Arial, sans-serif;
        font-weight: 600;
        font-size: 15px;
        padding:8px 3.5rem;
        color: #ed1c24;
        transition: 0.10s ease-out;
        border: 2px solid #eef2fc;
        border-radius: 0px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .hm2nvtabsnesdscs .nav-tabs li a.active, .hm2nvtabsnesdscs .nav-tabs li a:hover {
        background: #fff;
        color: #ed1c24;
        border: 2px solid #ed1c24 !important;
        margin-right: 0;
        border-radius: 30px;
        border-radius: 30px;
        transition: all .15s linear;
        transition: all .25s ease;
    }


    .hm2nvtabsnesdscs .panel-heading {
        display: none;
      }
    .hm2nvtabsnesdscs .panel {
        border: none;
        box-shadow: none;
      }
    .hm2nvtabsnesdscs .panel-collapse {
        height: auto;
      }
    .hm2nvtabsnesdscs .panel-collapse.collapse {
        display: block;
    }
    .hm2nvtabsnesdscs .card.tab-pane{border:none;}

    .dmblnone{display:block;}
}

@media only screen and (min-width:768px) and (max-width:991px){
    .dmblnone{display:none !important;}
    .hm2nvtabsacrdn .nav-tabs .nav-item {margin-right: 1rem; }
    .hm2engtbslst.d-sm-flex{
        display: inline-block !important;
        margin: 0 auto;
        text-align: center;
    }
    .hm2engtbslst.hm2bfnslstapi li{max-width: 180px;}
    .hm2buldengslide .carousel-indicators {bottom: -25px;}
    .hm2dvbsnsglry.bgpdg0 {height: auto;}
    .hm2imgpstnbtm { padding: 15px 20%;}
    .hme2ledrhdtxt {font-size: 28px;}
}

@media only screen and (min-device-width:320px) and (max-device-width:824px) and (orientation:landscape){
.hm2buldengslide .carousel-indicators { bottom: -30px;}
}

@media only screen and (min-device-width:825px) and (max-device-width:915px) and (orientation:landscape){
    .dmblnone{display:none ! important;}

    .hm2nvtabsnesdscs #tabs{display:flex;}
    .hm2dvbsnsglry{height: 450px;}
    .hm2imgpstnbtm{padding: 15px 15%;}
    .hm2dvbsnsglry.bgpdg0 {height: auto;}
    
    .hm2nvtabsacrdn .nav-tabs .nav-item {margin-right: 0.5rem;}
}
@media only screen and (min-width:1024px){
  .dmblnone img{padding-left:15%;}
}


 /*End HOME 2 Web html CSS */

 /* Start Revised HOME 2 Web html CSS */

p.hm2cptnheadg.Text-Regular {
    font-weight: 100;
    font-family: system-ui, Arial, sans-serif;
  }
  .Text-Regular {
    font-weight: 100;
    font-family: system-ui, Arial, sans-serif;
  }
  
  .hm2dvengsldetxt.Text34 h5 {
    font-size: 34px;
    line-height: 40px;
  }
  
  .hm2dvengsldetxt .sldcptntxt.Text24 {
    font-size: 24px;
    line-height: 40px;
  }
  
  .aling-cont {
    align-items: center;
  }
  
  .hm2dvbsnsglry.hm2function {
    height: 300px;
  }
  
  .pl-2.Pd-left {
    padding-left: 0px !important;
  }
  
  .hm2bsnstxthd.hm2paddingleft {
    padding-left: 13px;
  }
  
  /* End Revised HOME 2 Web html CSS */
  

 
 /*** ChatBot AI Dailog New styles Started***/

.chtbtaipgstopbg {
    background-position: top center;
    background-size: 100%;
    padding:80px 0 60px;
    background-repeat: no-repeat;
}

.chtbtsbhdg{font-size:60px;font-family: system-ui, Arial, sans-serif;color: #000;text-transform: none;font-weight:700;}
.chtbtrdclrtxt {font-size:60px;font-family: system-ui, Arial, sans-serif;color: rgba(237, 28, 36,1);text-transform: none;font-weight:700;}

.chtbthdgtxt {
    color: #ec1c23;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase !important;
    font-weight:500;
    margin: 0;
    margin-top: 150px;
    margin-top: 0 !important;
    line-height: 20px;
    font-family: system-ui, Arial, sans-serif;
}

p.chtbtcptnhdg {
    font-size:18px;
    color: #333333;
    line-height:28px;
    font-family: system-ui, Arial, sans-serif;
    font-weight:normal;
}

.aichtclktobtns {
    display: inline-flex;
    margin: 25px 0;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 0;
}
.aichtclktobtns li {
    padding: .5em 0 0 0;
    margin: 0rem 10px 0 0;
}
.aichtclktobtns li a {
    background-color: #f13d3d;
    border: none;
    padding: 9px 20px !important;
    font-size: 16px !important;
    display: inline-block;
    min-width: 160px;
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
}

.aichtclktobtns li .btn-red {
    background-color: #f13d3d;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid transparent;
    text-transform: capitalize;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    cursor:pointer !important;
}

.aichtclktobtns li .btn-red:hover {
    color: #fff;
    background: linear-gradient(90deg, #cc292a, #a20a90);
}

.aichtclktobtns li .btn-white {
    background-color: #fff;
    color: #333;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid rgba(102, 102, 102,1 );
    text-transform: capitalize;
    text-transform: none;
    border: 1px solid rgba(102, 102, 102, 0.5) !important;
    color:#333;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    cursor:pointer !important;
}

.aichtclktobtns li .btn-white:hover {
    color: #ed1c24;
    border:1px solid #ed1c24!important;
    background:#fff;
}

.aichtbthdimg img{ width:320px;max-width:100%;}
.aichtbthdimg .chtbtimg img{width:auto;max-width:100%;} 

.chtbtaihdbg {
    border: 1px solid rgba(219, 220, 228,1);
    box-shadow: 0 0px 16px 0 rgba(239, 242, 255, 0.7);
    background: #fff;
    border-radius: 15px;
    padding:20px 20px 5px;
    text-align: center;
    height: 100%;
}

.chtbtaihdbg h6.aichtsbhdg, .chtbtaihdbg h3.aichtsbhdg {
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    color:#333;
}


.chtbtaihdbg p {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    color:#333;
    margin-bottom: 10px;
}

.chtbtaisubhdtxt {
    font-size: 50px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    font-weight: 600;
}

.chtbtaicptnsbhd {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    font-family: system-ui, Arial, sans-serif;
    font-weight:normal;
}

.chtbtaicntactbg {
    background: linear-gradient(to left, #4d7bde 0%, #03a4bc 100%);
    font-weight: 600;
    border-radius: 10px;
    padding: 3rem 3.5rem;
    text-align: left;
}

.chtbtaicntactbg .chatbtcntcthd {
    font-size: 40px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
}

.chtbtdvwtbg {
    background: #fff;
    padding: 1.5rem 15px;
}
.Breeze-box .chtbtaihdbg {
    padding: 35px  20px;
}
/* scroll change image */
/*.sections{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .section {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1390px;
  width:100%;

}
.image {
    width: 400px;
    height: 400px;
    position: sticky;
    top: 0;
    transition: opacity 0.2s ease-in-out;
  }
  
 .sections {min-height: 100vh;} */

.chtbtaitxthd{
    font-size: 40px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    padding-bottom:0.6rem;
}
.chtbtaitxtcptn{
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    color: #0c1b2c;
}

.chtbotslickslde .slick-slide{margin:10px;}
.chtbotslickslde .slick-slide img{width:100%;}
.chtbotslickslde .card{ border:none;box-shadow:none;}
.chtbotslickslde .card-body{
  background: #fff;
  width: 100%;
  vertical-align: top;
  padding: 0px;
}
.chtbotslickslde .card-content{
  text-align: left;
  color: #333;
  padding: 15px 5px;
}

.chtbotslickslde .card-header{
    border-radius:20px;
    padding: 0;
    border: 1px solid rgba(245, 175, 191, 1);
    box-shadow: 0 0px 16px 0 rgba(239, 242, 255, 0.7);
}

.chtbotslickslde  .card-title{
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}

.chtbotslickslde  .card-text{
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}

.chtbotslickslde  .card-text p{
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}

.chtbotslickslde .slick-prev, .chtbotslickslde .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 35px;
    height: 30px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    z-index:2;
}

.chtbotslickslde .slick-prev, .chtbotslickslde .slick-next{
    background:none;
    border-radius:0;
 }

.chtbotslickslde  .slick-prev { left: -20px;}
.chtbotslickslde  .slick-next { right: -20px;}

.chtbotslickslde .slick-prev:before, .chtbotslickslde .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.chtbotslickslde .slick-prev:before {
    content: '\f104';
    color: red;
    background: #fff;
    border-radius: 20px 4px 4px 20px;
    padding: 5px 14px;
    border: 1px solid rgba(102, 102, 102, 0.8);
    box-shadow: 0 0px 16px 0 rgba(239, 242, 255, 0.7);
    opacity:1;
}

.chtbotslickslde .slick-next:before {
    content: '\f105';
    color: red;
    background: #fff;
    border-radius: 4px 20px 20px 4px;
    padding: 5px 14px;
    border: 1px solid rgba(102, 102, 102, 0.8);
    box-shadow: 0 0px 16px 0 rgba(239, 242, 255, 0.7);
    opacity:1;
}

.chtbotslickslde  .slick-next:focus:before, .chtbotslickslde  .slick-next:hover:before, .chtbotslickslde .slick-prev:focus:before, .chtbotslickslde  .slick-prev:hover:before {
    opacity: 1;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff;
    border: 1px solid rgba(102, 102, 102, 0.8);
    box-shadow: 0 0px 16px 0 rgba(239, 242, 255, 0.7);
}

.mrebtnwte {
    background-color: #fff;
    color: #333;
    padding: 10px 22px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid rgba(102, 102, 102, 1);
    text-transform: capitalize;
    text-transform: none;
    border: 2px solid rgba(102, 102, 102, 1) !important;
    color: #333;
    margin:3rem auto 3rem;
    display:table;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.20);
    cursor: pointer !important;
    font-family: system-ui, Arial, sans-serif;
    font-weight:600;
}
.mrebtnwte:hover{color: #333;}
  
.hmntxtclrd{
    background: linear-gradient(to right, #A0198E 0%, #f13d3d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chtbtaihdbg p.aichtbttxtlnk, .aichtbttxtlnk {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
}

.voiceaidvwtblubg{
    border:2px inset rgba(0, 51, 226,1);
    padding: 2rem 15px;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.10);
    background: #fff;
    border-radius: 40px;
    padding: 15px 25px;
}

.voiceaiadtxthd{
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    color: #2d8972;
}
.voice-ai-wrapper img {
    max-width: 420px;
}


/*Dailog Overview css*/
.dailogaiovervewlst .card{ border-radius: 10px; border: none;background: transparent;}

.dailogaiovervewlst.accordion>.card:not(:last-of-type) {
    border:none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dailogaiovervewlst.accordion>.card:not(:first-of-type) {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.dailogaiovervewlst.accordion>.card:not(:last-of-type) {
    border:none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.dailogaiovervewlst .card .card-header {
  border:none;
  box-shadow:none;
  border-radius:10px;
  padding: 0;
  background: transparent;
}

.dailogaiovervewlst #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f4f4f6;
  color: #222;
  padding: 20px;
}

.dailogaiovervewlst .card .card-header .btn-header-link:hover{border:none;}
.dailogaiovervewlst .card .card-header .btn-header-link:focus{box-shadow:none;}

.dailogaiovervewlst .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: 'FontAwesome';
  font-weight: 500;
  float: right;
  right:0;
  font-size: 13px;
  padding:0px 5.8px 0px;
  border-radius: 50px;
  color:#3863cb;
  border:2px solid #3863cb;
  line-height: 22px;
  position: absolute;
  top: 20px;
}


.dailogaiovervewlst .card .card-header .btn-header-link{
    display: block;
    text-align: left;
    font-size: 35px;
    letter-spacing: -0.4pt;
    padding: 8px 1px;
    font-weight:500;
    color: rgba(237, 28, 36, 1);
    font-family: system-ui, Arial, sans-serif;
    border: none;
    background:none;
    cursor:pointer !important;
}

.dailgaitxt{
    font-size:18px;    
    font-family: system-ui, Arial, sans-serif;
    color:rgba(12, 27, 44,1);
    max-width: 90%;
}

.dailogaiovervewlst .card .card-header .btn-header-link.collapsed {
  background:transparent;
  color: #000;
}

.dailogaiovervewlst .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
  font-family: 'FontAwesome';
}

.dailogaiovervewlst .card .collapsing {
  background: transparent;
  line-height: 30px;
}

.dailogaiovervewlst .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #333;
}
 
.dailogaiovervewlst .card .card-body{
    font-size:14px;
    line-height:25px;
    padding-bottom:0;
}
.dailogaiovervewlst .asdicnsze img{ width:35px;}

.dailgkyhd{
    color:rgba(12, 27, 44,1);
    font-size:18px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom:0.1rem;
}

.dailogaiovervewlst .dailgailsts{
    list-style:disc;
    padding-left:3rem;
    color:rgba(185, 35, 87,1);
    font-size:18px;
} 

.dailogaiovervewlst.accordion .row.dailgailsts{ display:flex;} 

.dailgovrvewlsticon img {
    width: 30px;
    background:none;
    border-radius: 8px;
    padding:1px 1px;
    display: inline;
}
.dailgovrvewlsticon{margin-bottom:5px;}
.dailgovrvewlsticon .hm2dsplflxlst {
   display:flex;
   align-items: center;
}
.dailgovrvewlsticon a.dlgovrlst {
    font-size:18px;    
    font-family: system-ui, Arial, sans-serif;
    color:rgba(12, 27, 44,1);
    display: inline-block;
    line-height: 24px;
}
.dailgovrvewlsticon a.dlgovrlst:hover {color:rgba(12, 27, 44,1);}
.dailgovrvewlsticon span:nth-child(2){padding-left:4px;}

.dailgovrvewlsticon span.cptntxt {
    font-size:13px;    
    font-family: system-ui, Arial, sans-serif;
    color:#333;
    line-height: 15px;
    padding-left:0px;
}
.dlgengcptntxt{
    font-size:20px;    
    font-family: system-ui, Arial, sans-serif;
    color:#fff;
}
.dailoglstglry .card{
    border: none;
    box-shadow: none;
}
.dailoglstglry .card-header {
    border-radius: 15px;
    padding: 0;
    border: none;
}
.dailoglstglry .card-title {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}
.dailoglstglry .card-text {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}

.dailoglstglry .card-body {padding:1rem 0.5px;}

.dailgmeetcstmr .dailgsbhdtxt{
    font-size: 23px;
    font-family: system-ui, Arial, sans-serif;
    color: rgba(237, 28, 36,1);
}

.dailgmeetcstmr .dlgmtcstmrcptn{
    font-size: 15px;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}

/*End*/

/* .dvheadline {background:none;border-radius:6px;height:auto;width:100%;}
.dvtext {
	margin:0.8em 0 0 0;
	background:#2D4E86;
	border-radius:6px;
	height:1em;
	width:100%;
}
.dvgallery {display:flex;outline:none;}
.dvglryleft {width:50%;}
.detailsWrapper {margin:auto;width:80%;}
.dvdetails {
	height:100vh;
	outline:none;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.dvglryright {
	outline:none;
	width:50%;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.dvphotos {
	width:90%;
	height:70vh;
	background:none;
	position:relative;
}
.dvphoto {
	position:absolute;
	width:100%;
	height:100vh;
    background-color:#fff;
}
.dvtaskcbt {
     background-color:#fff;
        width: 100%;
        height: 100%;
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center center;
}

.dvanswercbt {
    background-color:#fff;
    width: 100%;
    height: 100%;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity:0;
}
.dvblue {background:blue;} */

/*Human agent aanimation*/
.text-container, .dvgalryscrlanmte .image-container {
    width: 100%;
    position: relative;
  }

  .dvgalryscrlanmte .image-container {
    height:440px;
    position: sticky;
    top:350px;
  }
  .head-sticky {
    position: sticky;
    top: 145px;
    z-index: 999;
    background: #fff;
  }

  /* Ensuring the image fills its container */
  .dvgalryscrlanmte .image-container img {
    position: absolute;
    left: 0;
    right:0;
    top: 0vh;
    width: 420px;
    max-width:100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s;
  }

  /* The visible image gets opacity */
  .dvgalryscrlanmte .image-container img.active { opacity: 1; }

  /* Styling for the text divs */
  .text-container .text-section {
    box-sizing: border-box;
    height:420px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
  }
  @keyframes fadeInn {
    from { opacity: 0.3; }
    to { opacity: 1; }
   }

.animate__fadeIn {
    animation: fadeInn 2s ease-in-out;
    opacity: 0.1;
}


@media(max-width:767px){
   .dvgalryscrlanmte .image-container img {width: 90%;left: 5%;}
    .chtbtaipgstopbg{padding: 40px 0 60px;} 
    .aichtclktobtns li {margin: 1rem 10px 0px 0px; }   
    .dailogaiovervewlst .card .card-header .btn-header-link{font-size:20px!important;}
    .dailgaitxt {font-size: 16px;max-width:90%;}
    .dailoglstglry .card-body{padding:1rem 0;}
     
/* Tabs*/
.chtbtnvtabsaispkla .tab-content .tab-pane {
    display: block;
    border: 1px solid #a91d79;
    padding:10px 15px 5px;
    border-radius:10px;
    margin-bottom: 1.5rem;
}
.chtbtnvtabsaispkla .nav-tabs { display: none;}
.chtbtnvtabsaispkla .panel-title a { display: block; font-size:18px;}
.chtbtnvtabsaispkla .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
}
.chtbtnvtabsaispkla .tab-pane:first-child .panel { border-radius: 5px 5px 0 0;}
.chtbtnvtabsaispkla .tab-pane:last-child .panel {border-radius: 0 0 5px 5px;}

.chtbtaispkla .panel-heading .btn-header-link:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 600;
    float: right;
    font-size: 20px;
  }
  
.chtbtaispkla .panel-heading .btn-header-link.collapsed:after {
    content: "\f107";
    font-family: 'FontAwesome';
}
.aichtclktobtns li a{min-width:100%;font-size: 13px !important;}
.aichtbthdimg img {width: 260px;}
.chtbtdvwtbg {padding: 1.5rem 0px;}
.chtbtsbhdg {font-size: 30px;}
.chtbtrdclrtxt {font-size: 28px;}
p.chtbtcptnhdg{font-size: 18px;line-height: 26px;}
.chtbtaitxthd {font-size: 26px;}
.chtbtaitxtcptn {font-size: 16px;}
.chtbtaisubhdtxt {font-size: 24px;}
.chtbtaicptnsbhd {font-size: 16px;line-height: 22px;}
.chtbtaicntactbg .chatbtcntcthd {font-size: 25px;}
.chtbtaicntactbg{padding: 3rem 1.5rem;}
.chtbotslickslde .slick-prev, .chtbotslickslde .slick-next{top:20%;}
.chtbotslickslde .card-title {font-size: 16px;}

.chtbtaispkla .card-body{padding: 1.25rem 0;} 
.voice-ai-wrapper img {
    width: 100%;
}

}

@media only screen and (min-device-width:824px) and (max-device-width:915px) and (orientation:landscape){
    .chtbtnvtabsaispkla .nav-tabs li a{padding: 8px 1rem;font-size: 13px;}
}

@media(min-width:768px) {
    /*tabs*/
    .chtbtnvtabsaispkla .nav-tabs{
        margin: 1rem auto;
        background: #EEF2FC;
        border: none;
        padding:5px 0px;
        border-radius: 30px;
        display: flex;
        width: max-content;
        border: 2px solid #eef2fc;

    }
    .chtbtnvtabsaispkla .nav-tabs li a{
        font-family: system-ui, Arial, sans-serif;
        font-weight: 600;
        font-size: 15px;
        padding:8px 2.5rem;
        color: #ed1c24;
        transition: 0.10s ease-out;
        border: 2px solid #eef2fc;
        border-radius: 0px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .chtbtnvtabsaispkla .nav-tabs li a.active, .chtbtnvtabsaispkla .nav-tabs li a:hover {
        background: #fff;
        color: #ed1c24;
        border: 2px solid #ed1c24 !important;
        margin-right: 0;
        border-radius: 30px;
        border-radius: 30px;
        transition: all .15s linear;
        transition: all .25s ease;
    }

    .chtbtnvtabsaispkla .panel-heading {display: none; }
    .chtbtnvtabsaispkla .panel { border: none; box-shadow: none; }
    .chtbtnvtabsaispkla .panel-collapse { height: auto; }
    .chtbtnvtabsaispkla .panel-collapse.collapse {display: block; }
    .chtbtnvtabsaispkla .card.tab-pane{border:none;}
    
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .chtbtnvtabsaispkla .nav-tabs li a{padding: 8px 1rem;font-size: 13px;}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){
    .chtbtnvtabsaispkla .nav-tabs li a{padding: 8px 1.5rem;font-size:15px;}
}

 /***End  ChatBot AI Dailog Pages styles ***/



@media only screen and (max-width: 767px) {
    .home-banner-section.rcstopbg {background-position: top center;background-size: cover;}
    .saas-pricing .campaign-tab .nav-tabs.rcstbtxt .nav-link{font-size: 12px;}
    .saas-pricing .tab-content.conference-tab>.active .tabbable .nav-tabs.rcstbtxt li a.active{font-size: 12px; }
    .voice-api-txt .voice-api-p.rcshdtxt {font-size: 28px; }
    .tophdrmarqu p.scrltext {
        font-size: 15px;
    }
    .destop-icon {
        display: none;
    }
    .mobile-icon {
        display:block;
        padding: 0 0 0 35px;
        color: #333;
    }
    .overlay-content .gsc-input-box {
        padding: 0;
        border-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .gsc-input-box {
        padding:0!important;
    }
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 12px!important;
    }
    .overlay-search {
        width: 100%;
        top: 43px;
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){
.cm_video-tabber.what-we-got .cm_wrapr.rcsbnfts .img-section img {
    max-width: 400px;
}
.cm_video-tabber.what-we-got .rcsbnfts ul li>h3 {font-size: 14px;}
}

@media only screen and (min-device-width:991px) and (max-device-width:1024px) {
.cm_video-tabber.what-we-got .cm_wrapr.rcsbnfts .img-section img {
    max-width: 400px;
}
}
  /*End RCS Web html CSS*/


/* cloud pricing start */
.cld-price li span {
    font-family: system-ui, Arial, sans-serif;
}
.cld-price.support-box li {
    margin-bottom: 5px;
}
.cld-price svg {
    margin-right: 10px;
}
.str {
    color: #666666;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom: 10px;
    display:block;
}
.red-clr {
    color: #ed1c24!important;
}
.month-prc h1 {
    font-size: 50px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 50px;
}
.gradient-border-bottom {
    position: relative;
    margin-bottom: 20px;
    background-color: white;
  }

  .gradient-border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5px;
    background: linear-gradient(
        to right, 
        transparent 0%, 
        transparent 5%, 
        #DBDCE4 50%,     
        transparent 95%, 
        transparent 100% 
      );
}
  .cld-tabs .nav-tabs {
    background: #fff;
    border:none;
    padding: 0px 0;
  }
  .cld-tabs .aichtclktobtns li .btn-white {
    border: 1px solid #B2B2B2!important;
  }
  .cld-tabs .aichtclktobtns li .btn-white:hover {
    border: 1px solid transparent !important;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff;
  }
  .chtbtnvtabsaispkla.cld-tabs .nav-tabs li a {
    border: none;
    font-size: 17px;
    padding: 11px 1rem;
    max-width: 230px;
    min-width: 230px;
    display: inline-block;
    text-align: center;
  }
  .chtbtnvtabsaispkla.cld-tabs.prc-tbs .nav-tabs li a {
    font-size: 15px;
    padding: 10px 2.5rem;
    min-width: inherit;
    max-width: inherit;
  }
  .chtbtnvtabsaispkla.cld-tabs .nav-tabs li a.active, .chtbtnvtabsaispkla.cld-tabs .nav-tabs li a:hover {
    border: none!important;
    background: linear-gradient(90deg, #a20a90, #cc292a);
    color: #fff;
    transition: all .0s ease;
  }
  .saving {
    background: #EDEDED;
    border-radius: 50px;
    padding: 5px 10px;
  }
  .chtbtnvtabsaispkla.cld-tabs .nav-tabs li a.active .saving, .chtbtnvtabsaispkla.cld-tabs .nav-tabs li a:hover .saving {
    background: #fff;
    color: #ed1c24;
  } 
  .ftr-table,.tbl-accordion {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
  }
  .ftr-table tr {
    background: #FFEEEA;
    margin-bottom: 10px;
  }
  .ftr-table tr:first-of-type {
    background: none;
  }
  .ftr-table tr th {
    padding: 8px 18px;
    font-family: system-ui, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    text-align: center;
    width: 13.75%;
  }
  .ftr-table tr:first-of-type th {
    font-family: system-ui, Arial, sans-serif;
  }
  .ftr-table tr th:first-of-type {
    width: 45%;
    color: #ed1c24;
    text-align: left;
  }

  .ftr-table tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .ftr-table tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }


.tbl-accordion thead tr {
    background: #F9F9F9;
}
.tbl-accordion thead tr td:first-of-type{
    color: #ed1c24;
    text-align: left;
    font-size: 20px;
}
.tbl-accordion thead tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.tbl-accordion thead tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tbl-accordion td {
    padding: 8px 18px;
    font-family: system-ui, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-align: center;
}
.tbl-accordion tbody tr td:first-of-type {
    text-align: left;
    width: 45%;
}
.tbl-accordion tbody tr td {
    width: 13.75%;
}
.tbl-acd-btn {
    border: 1px solid;
    padding: 5px 7px;
    border-radius: 5px;
    display: inline-flex;
    cursor: pointer;
    vertical-align: middle;
}
.tbl-acd-btn .fa {
    font-size: 10px;
}
.tippy-box {
      font-size: 14px!important;
      font-family: system-ui, Arial, sans-serif;
}
.note-section {
    background: #F9F9F9;
    padding: 20px 30px;
    border-radius: 10px;
}
.note-section li {
    max-width: 920px;
    margin-bottom: 10px!important;
}
.note-section li  span {
    font-size: 18px;
    color: #000;
    font-style: italic;
}
.note-section h4 {
    font-size: 20px;
    color: #000;
    font-style: italic;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
}
.key-feature {
    padding: 10px;
    border-radius: 10px;
    background: #FFF5E1;
    margin-bottom: 10px;
}
.feature-logo {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    max-width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-content h6 {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom: 5px;
}
.feature-content p {
    font-size: 18px;
    font-weight: 300;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom:5px;
    line-height: normal;
}
.feature-content span {
    background: linear-gradient(to left, rgba(160, 25, 142, 0.2) 0%, rgba(241, 61, 61, 0.2) 100%);
    font-size: 10px;
    border-radius: 5px;
    padding: 5px 8px;
    font-family: system-ui, Arial, sans-serif;
}
a:hover .chtbtaihdbg{
    border-color: #3a9edb;
    transition: border-color 0.3s ease;
}
.feature-content span.blue {
    background: linear-gradient(to left, rgba(77, 172, 74, 0.2) 0%, rgba(5, 117, 230, 0.2) 100%);
}
.feature-content span.purple {
    background: linear-gradient(to left, rgba(47, 35, 119, 0.2) 0%, rgba(195, 88, 232, 0.2) 100%);
}
.feature-content span.light-blue {
    background: linear-gradient(to left, rgba(77, 123, 222, 0.2) 0%, rgba(0, 166, 187, 0.2) 100%);
}
.feature-content a {
    font-family: system-ui, Arial, sans-serif;
}
.sales-fet {
    background:#DCF5FF;
}
.zen-fet {
    background:#ECF9FF;
}
.zen-fet img {
    max-width: 80px;
}
.hub-fet {
    background:#FFF1EE;
}
.hub-fet img {
    max-width: 130px;
}
.pay-fet {
    background:#E7F3F4;
}
.pay-fet img, .strip-fet img {
    max-width: 120px;
}
.strip-fet {
    background: #E1E4FF;
}
.shop-fet {
    background: #E8F0DA;
}
.google-fet {
    background:#E1FCE8;
}
.google-fet img {
    max-width: 50px;
}
.social-fet {
    background:#FFF3D2;
}
.social-fet img {
    max-width: 90px;
}
.int-cont {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: normal;
    max-width: 900px;
    margin:auto;
}
.aichtbthdimg .chtbtimg.int-img img{
    max-width: 900px;
}
.icon-box {
    padding: 30px 45px;
    border-radius: 25px;
    justify-content: space-between;
}
.icon-box p {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    font-family: system-ui, Arial, sans-serif;
    margin: 5px 0 0 0;
}
.dailgaitxtmedum {
    font-size:20px;    
    font-family: system-ui, Arial, sans-serif;
    color:rgba(12, 27, 44,1);
    max-width: 90%;
}
.host-box {
    text-align: center;
}
.anly-img img {
    max-width: 420px;
    margin-bottom: 20px;
}
.country_iso2_code:focus-visible {
    outline: none;
}
.flag-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0.5rem 2rem 0.5rem 1rem;
    text-indent: 3px;
    background: none;
}
.flag-container::before {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    left: 28px;
    cursor: pointer;
    top: 6px;
    font-size: 11px;
    color: #969696;
    pointer-events: none;
    z-index:99;
}
.dialogs-currency {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
}
.curency-txt {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
}
.dialogs-currency article {
    position: relative;
    width: 140px;
}
.selected-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #EFF2FF;
}
.selected-option img.flag-icon {
    width: 30px;
    margin-right: 10px;
}
.selected-option  span {
    color: #ed1c14;
    font-family: system-ui, Arial, sans-serif;
}
.price-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #EFF2FF;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.price-dropdown li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #333;
    font-family: system-ui, Arial, sans-serif;
}
.price-dropdown li:last-child {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.price-dropdown li:hover {
    background-color: #f0f0f0;
}
.price-dropdown li img.flag-icon {
    width: 30px;
    margin-right: 10px;
}
.price-dropdown.show {
    display: block;
}
.selected-option.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.selected-option::after {
    content: '\f078';
    font-size: 10px;
    color: #5c5959;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
}
.selected-option.open::after {
    transform: translateY(-50%) rotate(180deg);
}
.number-section .item-HLS {
    margin-bottom: 10px;
}
.number-section .inner-HLS h6 {
    font-size: 18px; 
    color: #fff;
    font-family: system-ui, Arial, sans-serif;
    font-weight: initial; 
}
.number-section .inner-HLS h4 {
    margin: 15px 0;
    color: #ffcc00;
    font-size: 2.5rem;
}
.number-section .inner-HLS p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.hr-faq.home-developer-section.pricing-freq .panel-body .inner {
    max-width: 1080px;
}
.hr-faq.home-developer-section.pricing-freq .accordion-section  {
    max-width: 100%;
}
.number-section .chtbtaicntactbg  {
    padding: 3rem 0 0 0;
}
.googl-source {
    border-top: 1px solid #ffffff96;
}
.googl-source p {
    color: #fff;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 400;
    margin: 15px 0;
    display: inline-block;
}

/*** Campaigns Cloud Page styles ***/

.cmpgncldhdbg {
    border: 1px solid rgba(219, 220, 228, 1);
    box-shadow: 0 0px 16px 0 rgba(239, 242, 255, 0.7);
    background: #fff;
    border-radius: 15px;
    padding: 25px 25px 15px;
    text-align: left;
    height: 100%;
  }
  
  .cmpgncldhdbg h6.cmpgnsbhdg, .cmpgncldhdbg h3.cmpgnsbhdg {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
  }
  
  .cmpgncldhdbg p {
    font-size: 16px;
    
    font-family: system-ui, Arial, sans-serif;
    color: #333;
  }
  
  .cmpgncldsdvwtbg {
    background: #fff;
    padding: 1.5rem 15px;
  }
  
  .cmpgnscldnvtabs.tabSection {
    height: auto;
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .cmpgnscldnvtabs .tab-content {
    height: auto;
    padding: 10px 0px;
  }
  
  /* nav-pills
  ================================*/
  .cmpgnscldnvtabs .nav {
    text-align: center;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link {
    display: inline-block;
    width: auto;
    margin: 5px 3rem;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link > a {
    position: relative;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    text-align: left;
    border-radius: 4px;
    font-size: 18px;
    border: none;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    text-align: center;
  }
  
  .cmpgnscldnvtabs .nav-pills li.category-link img {
    width: 60px;
    height: 60px;
    padding: 0px;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link a.active {
    color: #fff;
    background-color: #333333;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link > a:hover {
    text-decoration: none;
    background-color: #333333;
    color: white;
    transition: all 1s ease;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link a.active::after,
  .cmpgnscldnvtabs .nav-pills > li.category-link > a:hover:after {
    position: absolute;
    bottom: -27px;
    height: 0;
    width: 0;
    left: auto;
    right: auto;
    transform: rotate(180deg);
    border: 15px solid transparent;
    border-bottom-color: #333333;
    content: "";
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(1) > a:hover {
    background: linear-gradient(to bottom, #2ea051, #229044);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(1) > a.active {
    background: linear-gradient(to bottom, #2ea051, #229044);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(1) > a:after {
    border-bottom-color: #229044;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(2) > a:hover {
    background: linear-gradient(to right, #a3277e, #bb2853);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(2) > a.active {
    background: linear-gradient(to right, #a3277e, #bb2853);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(2) > a:after {
    border-bottom-color: #ae276a;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(3) > a:hover {
    background: linear-gradient(to right, #543685, #7b4692);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(3) > a.active {
    background: linear-gradient(to right, #543685, #7b4692);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(3) > a:after {
    border-bottom-color: #6d408d;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(4) > a:hover {
    background: linear-gradient(to right, #52a679, #47979b);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(4) > a.active {
    background: linear-gradient(to right, #52a679, #47979b);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(4) > a:after {
    border-bottom-color: #4d9f89;
  }
  
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(5) > a:hover {
    background: linear-gradient(to right, #23a0ba, #517eba);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(5) > a.active {
    background: linear-gradient(to right, #23a0ba, #517eba);
  }
  .cmpgnscldnvtabs .nav-pills > li.category-link:nth-child(5) > a:after {
    border-bottom-color: #3a90ba;
  }
  
  .cmpgnscldtxthd {
    font-size: 44px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    padding-bottom: 0.6rem;
  }
  
  .cmpgnscldtxtcptn {
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    color: #0c1b2c;
  }
  
  .cmpgcldlst {
    list-style: disc;
    font-size: 18px;
    padding-left: 15px;
    color: rgba(185, 35, 87, 1);
    font-family: system-ui, Arial, sans-serif;
  }
  .cmpgcldlst li span {
    font-size: 18px;
    color: rgba(12, 27, 44, 1);
    font-family: system-ui, Arial, sans-serif;
  }
  .cmpgcldlst.cmpgtxtsmebld li span {
    font-size: 18px;
    color: rgba(12, 27, 44, 1);
    font-family: system-ui, Arial, sans-serif;
  }
  .cmpgcldlst li span b {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
  }
  
  .cmpgcldnvtabsaispkla .card-body {
    background: #f9f9f9;
  }
  
  .cmpgncldsrdclrtxt {
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: rgba(237, 28, 36, 1);
  }
  
  .cmpgncldcntactbg {
    background: linear-gradient(to left, #4dac4a 0%, #0575e6 100%);
    font-weight: 600;
    border-radius: 10px;
    padding: 3rem 3.5rem;
    text-align: left;
  }
  
  .cmpgncldcntactbg .cmpgncntcthd {
    font-size: 40px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
  }
  .cmpgnscntxtcptn {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  
  .cmpgncldtobtns {
    display: inline-flex;
    margin: 25px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .cmpgncldrdsbhdtxt {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    color: rgba(237, 28, 36, 1);
  }
  
  .cmpgncldhdbg p.cmpgncldtxtlnk {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
  }
  
  /*Campagn cloud slide*/
  
  /*Steps Scroll Styles */
  .cmpgcldsteps {
    display: flex;
    justify-content: space-around;
    position: sticky;
    top: 140px;
    background-color: white;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.3s ease;
    max-width: 100%;
    margin: 0 auto;
  }
  .cmpgcldsteps .not-sticky {
    position: relative;
    top: 0px;
  }
  
  .cmpcldstep {
    text-align: center;
    flex: 1;
    color: rgba(12, 27, 44, 1);
    position: relative;
  }
  
  .cmpcldstep.dvactive {
    color: #ed1c24;
  }
  
  .cmpcldstep .step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(180, 200, 249, 1);
    display: inline-block;
    line-height: 36px;
    font-size: 20px;
    color: rgba(12, 27, 44, 1);
    background-color: rgba(238, 242, 252, 1);
    font-family: system-ui, Arial, sans-serif;
  }
  
  .cmpcldstep .step-text {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-top: 5px;
  }
  .cmpcldstep.dvactive .step-circle {
    color: #fff;
    border-color: #cc292a;
    background: linear-gradient(90deg, #a20a90, #cc292a);
  }
  
  /* Content Sections */
  .cmpgcontent-section {
    height: auto;
    padding: 5% 10px 5%;
  }
  
  .cmpcldstep::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    background: rgba(180, 200, 249, 1);
    top: 30%;
    z-index: -1;
  }
  .cmpcldstep:last-child::after {
    background: none;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
  }
  /*End Step Scroll*/
  
  .cmpgcldstepsdv {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 140px;
    background-color: #f9f9f9;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.3s ease;
    max-width: 100%;
    margin: 0 auto;
    gap: 2rem;
  }
  .cmpgcldstepsdv .not-sticky {
    position: relative;
    top: 0px;
  }
  
  .dvcmpcldstep {
    text-align: center;
    flex: 0;
    color: rgba(12, 27, 44, 1);
    position: relative;
  }
  
  .dvcmpcldstep.dvactv {
    color: #ed1c24;
  }
  
  .dvcmpcldstep .step-circle {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 36px;
    font-size: 20px;
    color: rgba(12, 27, 44, 1);
    background-color: rgba(238, 242, 252, 1);
    font-family: system-ui, Arial, sans-serif;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
  }
  
  .dvcmpcldstep .step-text {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
  }
  .dvcmpcldstep.dvactv .step-circle {
    color: #fff;
    border-color: none;
    background: linear-gradient(90deg, #a20a90, #cc292a);
  }
  
  .dvcmpcldstep.dvactv .step-circle::after {
    position: absolute;
    bottom: -25px;
    height: 0;
    width: 0;
    left: auto;
    right: auto;
    transform: rotate(180deg);
    border: 15px solid transparent;
    border-bottom-color: #cc292a;
    content: "";
  }
  
  .dvcmpcldstep.dvactv:nth-child(1) > .step-circle {
    background: linear-gradient(to bottom, #60d66a, #22b33a);
  }
  .dvcmpcldstep.dvactv:nth-child(1) > .step-circle:after {
    border-bottom-color: #22b33a;
  }
  
  .dvcmpcldstep.dvactv:nth-child(2) > .step-circle {
    background: linear-gradient(to bottom, #2196f3, #2196f3);
  }
  .dvcmpcldstep.dvactv:nth-child(2) > .step-circle::after {
    border-bottom-color: #2196f3;
  }
  
  .dvcmpcldstep.dvactv:nth-child(3) > .step-circle {
    background: linear-gradient(to bottom, #4b2d8c, #a34dd0);
  }
  .dvcmpcldstep.dvactv:nth-child(3) > .step-circle::after {
    border-bottom-color: #a34dd0;
  }
  
  .dvcmpcldstep.dvactv:nth-child(4) > .step-circle {
    background: linear-gradient(to bottom, #86a8fc, #09338e);
  }
  .dvcmpcldstep.dvactv:nth-child(4) > .step-circle::after {
    border-bottom-color: #09338e;
  }
  
  .dvcmpcldstep.dvactv:nth-child(5) > .step-circle {
    background: linear-gradient(to bottom, #0f9dc2, #3e83d7);
  }
  .dvcmpcldstep.dvactv:nth-child(5) > .step-circle::after {
    border-bottom-color: #3e83d7;
  }
  
  .cmpgcontent-dvsection {
    height: auto;
    padding: 20% 10px 10%;
  }
  
  .cmpgcldlnetxtlnk {
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
  }
  
  .cmpgtext-container,
  .cmpgdvgalryscrlanmte .image-container {
    width: 100%;
    position: relative;
  }
  
  .cmpgdvgalryscrlanmte .image-container {
    height: 440px;
    position: sticky;
    top: 30vh;
  }
  
  .cmpgdvgalryscrlanmte .image-container.explrecntnr {
    height: 500px;
    position: sticky;
    top: 45vh;
  }
  
  /* Ensuring the image fills its container */
  .cmpgdvgalryscrlanmte .image-container img {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 5vh;
    width: 420px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s;
  }
  
  .cmpgdvgalryscrlanmte .image-container.explrecntnr img {
    left: auto;
    right: 0px;
  }
  
  /* The visible image gets opacity */
  .cmpgdvgalryscrlanmte .image-container img.active {
    opacity: 1;
  }
  .cmpgdvgalryscrlanmte .image-container img.activedv {
    opacity: 1;
  }
  .cmpgdvgalryscrlanmte .image-container img.activedvexp {
    opacity: 1;
  }
  
  /* Styling for the text divs */
  .cmpgtext-container .cmpgtext-section {
    box-sizing: border-box;
    height: 420px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
  }
  
  .cmpgtext-container .cmpgtext-section.explrecntsctn {
    height: 640px;
    padding: 20px 20px 20px 0;
  }
  
  @keyframes fadeInn {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 1;
    }
  }
  
  .animate__fadeIn {
    animation: fadeInn 2s ease-in-out;
    opacity: 0.1;
  }
  .face-head {
    font-size: 30px;
    font-family: system-ui, Arial, sans-serif;
    font-style: italic;
    line-height: 40px;
  }
  .container-form {
    max-width: 1400px;
    margin: auto;
  }
  .face-form {
      background: #fff;
      border-radius: 15px;
      padding: 20px;
  }
  .face-form article div {
    font-size: 23px;
    font-family: system-ui, Arial, sans-serif;
  }
  .face-form article p {
    color: #ed1c24;
    font-size: 15px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom:0;
    font-weight: 500;
  }
  .face-margin {
    margin-bottom: -15px;
  }
  .col-lg-4:has(.face-form) {
    margin-left: -50px;
  }
  .face-form .flag-container::before {
    font-size: 8px;
  }
  .facex-theme .face-form .sign-up  {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    background: inherit;
  }
  .facex-theme .face-form .sign-up .radio-item {
    margin: 5px 0 0 0;
  }
  .facex-theme .face-form .sign-up .radio-item label {
    font-family: system-ui, Arial, sans-serif;
    font-size: 15px;
    cursor:pointer;
  }
  .face-ai-banner {
    /* background-image: url("../images/home2-images/face-bg.png");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top center; */
    background: linear-gradient(to left, #0676e4 0%, #03a4bc 100%);
    width: 100%;
    padding: 4rem 3.5rem;
    border-radius: 15px;
  }
  .face-ai-banner h2 {
    font-size: 40px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
  }
  .face-ai-banner p {
    font-size: 26px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
  }
  @media (max-width: 767px) {
    .cmpgnscldnvtabs .nav-pills > li.category-link > a {
      width: 50px;
      height: 50px;
    }
    .cmpgnscldnvtabs .nav-pills > li.category-link {
      margin: 5px 2.5px;
    }
    .cmpgnscldtxthd {
      font-size: 24px;
    }
    .cmpgnscldtxtcptn {
      font-size: 16px;
      line-height: 22px;
    }
  
    .cmpgnscldnvtabs .nav-pills li.category-link img {
      width: 30px;
      height: 30px;
    }
    .cmpgncldsrdclrtxt {
      font-size: 16px;
    }
  
    .cmpgncldcntactbg {
      padding: 3rem 1.5rem;
    }
    .cmpgncldcntactbg .cmpgncntcthd {
      font-size: 20px;
    }
    .cmpgnscntxtcptn {
      font-size: 16px;
    }
  
    /* Tabs */
    .cmpgcldnvtabsaispkla .tab-content .tab-pane {
      display: block;
      border: 1px solid #a91d79;
      padding: 10px 15px 5px;
      border-radius: 10px;
      margin-bottom: 1.5rem;
      background: #f9f9f9;
    }
    .cmpgcldnvtabsaispkla .nav-tabs {
      display: none;
    }
    .cmpgcldnvtabsaispkla .panel-title a {
      display: block;
      font-size: 18px;
    }
    .cmpgcldnvtabsaispkla #content-tabs .panel-title a  {
        color: #fff;
    }
    .cmpgcldnvtabsaispkla .panel {
      margin: 0;
      box-shadow: none;
      border-radius: 0;
      margin-top: -2px;
    }
    .cmpgcldnvtabsaispkla .tab-pane:first-child .panel {
      border-radius: 5px 5px 0 0;
    }
    .cmpgcldnvtabsaispkla .tab-pane:last-child .panel {
      border-radius: 0 0 5px 5px;
    }
  
    .cmpgcldsteps {
      max-width: 100%;
    }
    .cmpgcldsteps {
      top: 100px;
    }
    .cmpcldstep {
      font-size: 15px;
    }
    .cmpcldstep .step-text {
      font-size: 12.5px;
      line-height: 15px;
    }
  
    .cmpgcontent-section {
      height: auto;
      padding: 10% 0px 5%;
    }
  
    .cmpcldstep::after {
      top: 25%;
    }
    .cmpgcldstepsdv {
      gap: 1rem;
      top: 105px;
    }
    .dvcmpcldstep .step-circle {
      width: 50px;
      height: 50px;
    }
    .cmpgcontent-dvsection {
      padding: 5% 10px 5%;
    }
    .face-form {
        padding:0;
        margin-bottom: 30px;
        margin-top: 15px;
     }
     .face-head {
         font-size: 20px;
         line-height: 30px;
     }
     .facex-theme .face-form .sign-up .radio-item label:before {
         width: 22px;
     }
     .col-lg-4:has(.face-form) {
         margin-left: 0;
     }
     .face-margin {
         display: none;
     }
     .face-form article div  {
         font-size: 20px;
    }
    .face-ai-banner {
        padding: 2rem 1.5rem;
    }
    .face-ai-banner h2 {
        font-size: 24px;
    }
    .face-ai-banner p {
        font-size: 16px;
    }
  }
  
  @media only screen and (min-device-width: 767px) and (max-device-width: 991px) {
    .cmpgcldsteps {
      top: 95px;
    }
    .cmpgcldstepsdv {
      top: 95px;
    }
    .cmpgcontent-section {
      height: auto;
      padding: 5% 10px 5%;
    }
    .cmpgcontent-dvsection {
      height: auto;
      padding: 5% 10px 5%;
    }
    .cmpgnscldtxthd {
      font-size: 30px;
    }
  }
  @media only screen and (min-device-width: 320px) and (max-device-width: 824px) and (orientation: landscape) {
    .cmpgcldsteps {
      max-width: 100%;
    }
    .cmpgcldsteps {
      top: 95px;
    }
    .cmpcldstep {
      font-size: 15px;
    }
    .cmpcldstep .step-text {
      font-size: 14px;
    }
    .cmpgcontent-section {
      height: auto;
      padding: 24% 10px 10%;
    }
    .cmpgnscldnvtabs img {
      width: 420px;
    }
    .cmpgcldsimgsze img {
      width: 420px;
    }
    .cmpgcldspktbs img {
      width: 420px;
    }
  }
  @media only screen and (min-device-width: 825px) and (max-device-width: 915px) and (orientation: landscape) {
    .cmpgcldnvtabsaispkla .nav-tabs li a {
      padding: 8px 1rem;
      font-size: 13px;
    }
    .cmpgcldsteps {
      max-width: 100%;
    }
    .cmpgcldsteps {
      top: 95px;
    }
    .cmpcldstep {
      font-size: 15px;
    }
    .cmpcldstep .step-text {
      font-size: 14px;
    }
    .cmpgcontent-section {
      height: auto;
      padding: 10% 10px 10%;
    }
    .cmpgnscldtxthd {
      font-size: 30px;
    }
  }
  
  @media (min-width: 768px) {
    /*tabs*/
    .cmpgcldnvtabsaispkla .nav-tabs {
      margin: 1rem auto;
      background: #fff;
      border: none;
      padding: 8px 0px;
      border-radius: 30px;
      display: flex;
      width: max-content;
      border: 2px solid #eef2fc;
      box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    }
    .cmpgcldnvtabsaispkla .nav-tabs li a {
      font-family: system-ui, Arial, sans-serif;
      font-weight: 600;
      font-size: 15px;
      padding: 8px 2.5rem;
      color: #ed1c24;
      transition: 0.1s ease-out;
      border: 2px solid #fff;
      border-radius: 0px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
    }
    .blk-bg .cmpgcldnvtabsaispkla .nav-tabs {
        background: rgba(31, 31, 31);
        border-color: rgba(31, 31, 31);
    }
    .blk-bg .cmpgcldnvtabsaispkla .nav-tabs li a {
        border-color: rgba(31, 31, 31);
        color: #fff;
    }
    .cmpgcldnvtabsaispkla .nav-tabs li a.active,
    .cmpgcldnvtabsaispkla .nav-tabs li a:hover {
      background: #fff;
      color: #ed1c24;
      border: 2px solid #ed1c24 !important;
      margin-right: 0;
      border-radius: 30px;
      border-radius: 30px;
      transition: all 0.15s linear;
      transition: all 0.25s ease;
    }
    .blk-bg .cmpgcldnvtabsaispkla .nav-tabs li a.active, .blk-bg .cmpgcldnvtabsaispkla .nav-tabs li a:hover {
        border-color: #fff!important;
        color: #000;
    }
  
    .cmpgcldnvtabsaispkla .panel-heading {
      display: none;
    }
    .cmpgcldnvtabsaispkla .panel {
      border: none;
      box-shadow: none;
    }
    .cmpgcldnvtabsaispkla .panel-collapse {
      height: auto;
    }
    .cmpgcldnvtabsaispkla .panel-collapse.collapse {
      display: block;
    }
    .cmpgcldnvtabsaispkla .card.tab-pane {
      border: none;
    }
  
    .cmpgnscldnvtabs img {
      width: 420px;
    }
    .cmpgcldsimgsze img {
      width: 420px;
    }
    .cmpgcldspktbs img {
      width: 420px;
    }
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .cmpgcldnvtabsaispkla .nav-tabs li a {
      padding: 8px 1rem;
      font-size: 13px;
    }
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .cmpgcldnvtabsaispkla .nav-tabs li a {
      padding: 8px 1.5rem;
      font-size: 15px;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  }
  
  @media only screen and (min-width: 1024px) {
    .cmpgcldimg img {
      width: 924px;
    }
    .cmpgnscldnvtabs img {
      width: 420px;
    }
    .cmpgcldsimgsze img {
      width: 420px;
    }
    .cmpgcldspktbs img {
      width: 420px;
    }
    .cmpgcldspktbs.vce-tbs img {
        width: 470px;
      }
    .scrlpstnstky {
      position: sticky;
      top: 145px;
      z-index: 45;
      background: #fff;
      width: 100%;
    }
  }
  
  @media only screen and (min-width: 1199px) {
    .cmpgcldimg img {
      width: 924px;
    }
    .cmpgnscldnvtabs img {
      width: 420px;
    }
    .cmpgcldsimgsze img {
      width: 420px;
    }
    .cmpgcldspktbs img {
      width: 420px;
    }
  }
  
  /***End Campaigns Cloud Page styles ***/

@media only screen and (max-width: 992px) {
    .head-sticky {
        position: initial;
    }
    .head-sticky br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .feature-logo {
        max-width: inherit;
        height: auto;
        margin-bottom: 10px;
    }
    .int-cont, .feature-content p {
        font-size: 16px;
    }
    .aichtbthdimg .chtbtimg.int-img img {
        max-width: 100%;
        height: auto;
    }
    .month-prc h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .note-section {
        padding: 20px;
    }
    .note-section li span {
        font-size: 16px;
    }
    .tippy-box {
        font-size: 12px!important;
        max-width: 200px!important;
  }
    .ftr-table tr th, .tbl-accordion td {
        padding: 8px 8px;
        font-size: 14px;
    }
    .tbl-accordion thead tr td:first-of-type {
        font-size: 16px;
    }
    .ftr-table img, .tbl-accordion img {
        max-width: 20px;
    }
    .icon-box {
        padding: 20px 20px;
        flex-direction: column;
    }
    .icon-box p {
        font-size: 16px;
    }
    .host-box {
        margin-bottom: 10px;
    }
    .dailgaitxtmedum, .dailgovrvewlsticon a.dlgovrlst  {
        font-size: 16px;
    }
}
@media only screen and (max-width: 940px) {
    .flag-container {
        width: 8%!important;
    }
    .flag-container #iso2_code {
        right: 30px!important;
        left: 5px;
    }
    .wfc-ready-form .flag-container #iso2_code {
        right: 30px!important;
        left: 5px;
    }
}
@media only screen and (max-width: 440px) {
    .anly-img img {
        max-width: 100%;
    }
    .flag-container {
        width: 11%!important;
    }
    .flag-container select {
        left:15px!important;
    }
    .flag-container #iso2_code {
        right: 30px!important;
        left: 5px;
    }
    .wfc-ready-form .flag-container #iso2_code {
        right: 30px!important;
        left: 5px;
    }
    .wfc-ready-form .flag-container select {
        left: 25px!important;
    }
}




  /***Partners Page start styles ***/
.prtnerslst {
    list-style: disc;
    font-size: 18px;
    padding-left: 15px;
    color: rgba(185, 35, 87, 1);
    font-family: system-ui, Arial, sans-serif;
}
.prtnerslst li span {font-size: 18px;color: rgba(12, 27, 44, 1);font-family: system-ui, Arial, sans-serif;}
.prtnerslst li p {font-size: 18px;color: rgba(12, 27, 44, 1);font-family: system-ui, Arial, sans-serif;}

.prtnersformbg{
    background-position: center;
    background-size: cover;
    padding: 80px 0 60px;
    background-repeat: no-repeat;
}

.prtnersformheding {
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
    color: rgba(255, 204, 0,1);
    font-size: 50px;
}

.prtnerscntactbg {
    background: linear-gradient(to left, #4dac4a 0%, #0575e6 100%);
    font-weight: 600;
    border-radius: 10px;
    padding: 3rem 3.5rem;
    text-align: left;
}

.prtnercntxtcptn {
    font-size:22px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.prtnersformbg .form-control {
    border: 0;
}
/*Upload file input form*/
.prtnrfleupldbg{
    display:flex;
    justify-content: space-between;
    height: auto;
    padding: 15px;
}
.flupldlbltxt{
    font-family: system-ui, Arial, sans-serif; 
    font-size:16px;
    color:rgb(102, 102, 102,1)
}
.flupldlbltxt span{
    font-family: system-ui, Arial, sans-serif; 
    font-size:14px;
    color:rgb(102, 102, 102,1)
}

input[type="file"].prtfleupload {position: relative;height: 42px; width: 136px;}
input[type="file"].prtfleupload::file-selector-button {width: 136px;color: transparent;}

/* Faked label styles and icon */
input[type="file"].prtfleupload::before {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 8px;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url("../../images/partners-images/prtnrsUpload-icon.png");
  background-repeat: no-repeat;
    background-size:22px;
    background-position: top left;
}

input[type="file"].prtfleupload::after {
  position: absolute;
  pointer-events: none;
  top: 5px;
  left: 40px;
  color: #333;
  content: "Upload File";
  font-size: 16px;
  font-family: system-ui, Arial, sans-serif; 

}

input[type="file"].prtfleupload::file-selector-button {
  border-radius:6px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 2px solid rgba(151, 151, 151, 1);
  box-shadow: none;
  margin-right: 16px;
  transition: background-color 200ms;
}

input[type="file"].prtfleupload::file-selector-button:hover {background-color: #fff;}
input[type="file"].prtfleupload::file-selector-button:active {background-color: #fff;}
.filename-display {
    font-family: system-ui, Arial, sans-serif;
    font-size: 14px;
    color: rgb(102, 102, 102, 1);
    margin-top: 8px;
    margin-left: 10px;
    display: none;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width:767px){
    .prtnerslst li span {font-size: 16px;}
    .prtnersformheding {font-size: 24px;}
    .prtnerscntactbg {padding: 3rem 1.5rem;}
    .prtnerslst li p {font-size: 16px;}
    .prtnercntxtcptn {font-size:18px;}
    .prtnersformbg select {
        left: 22px!important;
    }
}

@media only screen and (min-width:768px) {
    .prtnerheroimg img {width: 1100px;}
    .prtnrsimgsze img{width:421px;}
}

@media only screen and (min-width: 1199px) {
    .prtnerheroimg img {width: 1100px;}
    .prtnrsimgsze img{width:421px;}
    
}

/*** End Partners Page styles ***/


/**** --Stert RCS Blog Start Page styles-- ****/

.rcsbmblogtxtsbhd {
    font-size: 40px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    padding-bottom: 0.6rem;
}
.rcsbmblogsbtxt{
    font-size: 30px;
    font-family: system-ui, Arial, sans-serif;
    color: #000;
    padding-bottom: 0.6rem;
}
.rcsbmblgcptnsbtxt{
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    color: rgba(12, 27, 44, 1);
}
.rcsbmblogslsts {
    list-style: disc;
    font-size:22px;
    padding-left: 15px;
    color: rgba(185, 35, 87, 1);
    font-family: system-ui, Arial, sans-serif;
}
.rcsbmblogslsts.rcsbmblogslsts-edit li span {
    display:block;
    margin-bottom: 5px;
}
.rcsbmblogslsts.rcsbmblogslsts-edit b {
    font-weight: 600;
}
.rcsbmblogslsts-edit h6 {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    margin:0;
}
.rcsbmblogslsts li span {
    font-size:24px;
    color: rgba(12, 27, 44, 1);
    font-family: system-ui, Arial, sans-serif;
}
.rcsbmblogslsts li p {
    font-size: 18px;
    color: rgba(12, 27, 44, 1);
    font-family: system-ui, Arial, sans-serif;
}
.rcsbmblogtxtlnk {
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    color: rgba(237, 28, 36, 1);
}
.rcsbmblogtxtlnk span{
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    color:#000;
}
.rcsbmblogsusngbg {
    background: linear-gradient(to left, #4d7bde 0%, #01a6bb 100%);
    font-weight: 600;
    border-radius:20px;
    padding: 1.5rem 1.5rem;
    text-align: left;
}
.itaheading {
    font-size: 18px;
    font-family: system-ui, Arial, sans-serif;
    /* font-style:italic; */
}
.ai-heading {
    font-size: 24px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom: 15px
}
.rcsbmblogkeycom {
    background: #fff;
    border-radius:20px;
    padding: 1rem;
    margin-bottom: 10px;
    display:flex;
    align-items: center;
}
.rcsbmblogkeycom span {
    background: rgb(245, 245, 245, 1);
    border-radius: 10px;
    padding: 5px;
    align-self: flex-start
}
.inner-rcsbmblogkeycom h6 {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    margin:0;
    color: rgba(12, 27, 44, 1);
}
.inner-rcsbmblogkeycom p {
    font-size: 14px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom:0;
    font-weight: 400;
    color: rgba(12, 27, 44, 1);
}
.rcsbmblogwthdbg {
    background:none;
    border-radius:0px;
    padding: 0px 0px 0px;
    text-align: left;
    color: rgba(12, 27, 44, 1);
}
.rcsbmblogwthdbg ul{text-align: left;color: #fff;list-style: disc;}
.rcsbmblogwthdbg ul li{padding-bottom:0.5rem;}
.rcsbmblogwthdbg .rcsbmblgsbtxt span{
    font-size:18px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
}
.rcsbmblgsbtxt span{color: rgba(237, 28, 36, 1);font-family: system-ui, Arial, sans-serif;}
.rcsbmblogwtqtebg{
    background: rgba(249, 249, 249,1);
    padding: 2.5rem 2rem;
    border-radius:20px;
} 

.rcsblogqtetxt{
    font-size:26px;
    font-family: system-ui, Arial, sans-serif;
    color: rgba(12, 27, 44, 1);
    font-style:italic;
    margin-bottom:0;
}
.rcsblogqtetxt span{color: rgba(237, 28, 36, 1);}

.rcsblogbgcntactbg {
    background: linear-gradient(to left, #4dac4a 0%, #0575e6 100%);
    font-weight: 600;
    border-radius: 20px;
    padding: 3rem 3.5rem;
    text-align: left;
}
.rcsblogbgcntactbg .rcsblgcntctxthd {
    font-size:36px;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
}

.rcsblgtblebrdr{
    border:1px solid #e4e5eb;
    border-radius:10px;
    margin-bottom:1.5rem;
    box-shadow: 0 0 6px 0 rgb(239 242 255);
}

.rcsblgtblebrdr .table {margin-bottom:0;font-family: system-ui, Arial, sans-serif;}
.table.rcsbmblogtble thead tr{background: linear-gradient(to right, #0676e4 0%, #4dac4a 100%); color:#fff;font-weight:600;}
.table.rcsbmblogtble thead tr th{font-family: system-ui, Arial, sans-serif;font-size:16px;}
.table.rcsbmblogtble tbody tr td{font-family: system-ui, Arial, sans-serif; font-size:15px;color:#333;}
.table.rcsbmblogtble thead tr th:nth-child(1) {border-right:1px solid #e4e5eb;}
.table.rcsbmblogtble thead tr th:nth-child(2) {border-right:1px solid #e4e5eb;}
.table.rcsbmblogtble thead tr th:nth-child(3) {border-right:1px solid #e4e5eb;}
.table.rcsbmblogtble tbody tr td:nth-child(1) {border-right:1px solid #e4e5eb;}
.table.rcsbmblogtble tbody tr td:nth-child(2) { border-right:1px solid #e4e5eb;}
.table.rcsbmblogtble tbody tr td:nth-child(3) { border-right:1px solid #e4e5eb;}
.table.rcsbmblogtble thead tr th:first-child {border-top-left-radius: 10px;border-bottom-left-radius:0px;}
.table.rcsbmblogtble thead tr th:last-child {border-top-right-radius: 10px;border-bottom-right-radius:0px;}
.table.rcsbmblogtble td{color:rgba(51,51,51,1);vertical-align:middle;}
.table.rcsbmblogtble tr td:first-child{font-family: system-ui, Arial, sans-serif;font-size:16px;}
.table.rcsbmblogtble tbody tr:nth-child(even) {background: linear-gradient(to right, #f3f9fa, #f5faf5);}
.table.rcsbmblogtble tbody tr:nth-child(odd) { background: #fff;}
.rcsblogsasidebgwt{
    border: 1px solid rgba(219, 220, 228, 1);
    box-shadow: 0 0px 20px 0 rgba(209, 217, 249, 0.7);
    background: #fff;
    border-radius: 15px;
    padding: 25px 1.5rem 15px;
    text-align: left;
    height: 100%;
}
.rcsblgasidtxthd{font-family: system-ui, Arial, sans-serif;font-size:20px;color:#333;}
.rcsasdpratxt p{margin-bottom:0.3rem;}
.rcsasdpratxt p a{
    font-family: system-ui, Arial, sans-serif;
    font-size:15px;
    color:#333;
    background: #fff;
    border-radius: 5px;
    display: block;
    cursor:pointer !important;
    transition: transform .5s;
    padding: 3px 8px;
    margin-left:-0.5rem;
}
 
.rcsasdpratxt p a:hover{
    font-family: system-ui, Arial, sans-serif;
    font-size:15px;
    color:rgba(237, 28, 36,1);
    background: rgba(249, 249, 249, 1);
    display: block;
    padding:3px 8px;
    border-radius: 5px;
    margin-left:-0.5rem;
    transition: transform .5s;
}
 
.rcsblogsclicns{
    margin-top:1.2rem;
    margin-bottom:1rem;
    border-top:1px solid rgba(214, 214, 214,1);
    border-bottom:1px solid rgba(214, 214, 214,1);
    padding:0.8rem 0rem;
}
.rcsblogsclicns p{font-family: system-ui, Arial, sans-serif;font-size:15px;color:#333;}
.rcsblgsclicons a{cursor:pointer !important;margin:0 5px;}
.rcsblgsclicons img{width:25px;height:25px;}
.rcsblgasdte{font-family: system-ui, Arial, sans-serif;font-size:15px;color:#333;}
.rcsblgastme{font-family: system-ui, Arial, sans-serif;font-size:15px;color:#333;}
.rcsblgusrnme p{display:inline;}
.rcsblgusrnme p img{border-radius:50px;width:60px;height:60px;border:1px solid #333;margin-right:5px;}
.rcsblgusrnme .rcsblgusrnmetxt{font-family: system-ui, Arial, sans-serif;font-size:20px;color:#333;}
.asdlnksactvclr {color: rgba(237, 28, 36,1);transition: color 0.3s ease;}
.rcsasdpratxt p a.activeLink {
    color: rgba(237, 28, 36,1) !important;
    background: rgba(249, 249, 249, 1) !important;
    padding: 3px 8px;
    margin-left: -0.5rem;
    font-family: system-ui, Arial, sans-serif;
}
.rcsblgimgrds img{
    border: 1px solid rgba(219, 220, 228, 1);
    box-shadow: 0 0px 20px 0 rgba(209, 217, 249, 0.7);
    background: #fff;
    border-radius:20px;
}

@media only screen and (max-width: 767px) {
    .rcsbmblogtxtsbhd {font-size: 25px;}
    .rcsbmblogsbtxt {font-size: 20px;}
    .rcsbmblgcptnsbtxt {font-size: 18px;}
    .rcsbmblogslsts li span {font-size: 20px;}
    .rcsbmblogslsts li p {font-size: 16px;}
    .rcsbmblogtxtlnk {font-size: 16px;}
    .rcsblogqtetxt {font-size: 17px;}
    .rcsblogbgcntactbg {padding: 2rem 1.5rem;}
    .rcsblogbgcntactbg .rcsblgcntctxthd {font-size: 22px;}
}

@media only screen and (min-width:768px) {
    .rcsblgimgsze img{width:350px;}
}

@media only screen and (min-width: 1199px) {
    .prtnerheroimg img {width: 1100px;}
    .prtnrsimgsze img{width:421px;}
    .rcmblgpstnstiky {position: sticky;top: 155px;z-index: 45;background:none;width: 100%;}
}

/**** --End s RCS Blog Page styles-- ****/

/*** -- Salesforce Integrations Page styles-- ***/

.salesintghd.chtbtsbhdg {font-size: 60px;}
.salesintghd.chtbtrdclrtxt{font-size: 60px;}
 
.salesintg.dailogaiovervewlst .card .card-header .btn-header-link.collapsed {
    background: rgba(250, 250, 250, 1);
    padding:10px 15px;
    color: #000;
}
.salesintg.dailogaiovervewlst .card .card-header .btn-header-link {font-size: 28px;}
.salesintg.dailogaiovervewlst .card .card-header .btn-header-link {
    background:rgba(245, 247, 249,1);
    color: rgba(237, 28, 36, 1);
    padding:10px 15px;
}
.salesintg.dailogaiovervewlst .card .card-body{background:rgba(245, 247, 249,1);padding:10px 15px;}
.salesintg.dailogaiovervewlst .card .card-header .btn-header-link:after{
    content:" ";
    font-family: auto;
    border: none;
    border-radius: 0;
    position: relative;
    top: 0;
} 
.chtbtnvtabsaispkla .card.tab-pane{background:none;}
.salesintgtnbg {
    background: linear-gradient(to right, rgba(1, 166, 187, 0.10) 0%, rgba(77, 123, 222,0.10) 100%);
    font-weight: 600;
    border-radius: 10px;
    padding: 2rem 3.5rem;
    text-align: left;
}
.salesintgtnbg .cmpgcldlst span{color:rgba(12, 27, 44,1);font-size: 20px;}

/*Start About Us Styles*/

/* .prflphtimg img{ width: 120px; height: 120px;border-radius: 15px;} */
.nmecontent {flex: 1;margin-left: 15px;display: flex;flex-direction: column;justify-content: center;}
.nmecontent h2 {font-size: 28px;color: #333;margin-bottom: 5px;font-family: system-ui, Arial, sans-serif;}
.nmecontent p {
    font-size:18px;
    color: #333;
    margin-bottom: 8px;
    font-family: system-ui, Arial, sans-serif;
}
.readmre {
    font-size: 16px;
    color: rgba(237, 28, 36,1);
    text-decoration: none;
    cursor: pointer !important;
    position: absolute;
    bottom: 1.5rem;
    left: auto;
    right: auto;
    font-family: system-ui, Arial, sans-serif;
}
.read-more:hover {text-decoration: underline;}
.linkedin-icon {
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    margin-left: 10px;
}

.linkedin-icon a{ cursor:pointer !important;color: #333;} 

@media only screen and (max-width: 767px) {
    .salesintgtnbg{padding: 2rem 1.5rem;}

    .salesintghd.chtbtsbhdg {font-size: 30px;}
    .salesintghd.chtbtrdclrtxt{font-size: 30px;}
    .nmecontent h2{font-size:18px;}
    .nmecontent p {font-size:16px;}
    .prflphtimg img {width:95px;height:95px;}
    .readmre {position:relative;bottom:0;}
}

@media only screen and (min-width:991px) {
    .slesintgtbsimgwdth img{ width:420px;}
}

/*** --End Salesforce Integrations Page styles-- ***/
label.error {
    color: #efb90b;
    margin-bottom:0;
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
}
.contact-us .hlth-top-bg .top-section .sign-up label.error {
    color: #ED1C24;
    margin-bottom:0;
    font-size: 14px;
    font-family: system-ui, Arial, sans-serif; 
    text-align: left !important;
    display: block; 
}

.currncy-box {
    border: 1px solid rgb(219, 220, 228, 1);
    background: #fff;
    padding: 15px 10px;
  }
  .currncy-box h1 {
    font-size: 28px;
    margin: 0;
    font-family: system-ui, Arial, sans-serif;
  }
  .contry-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contry-box .sel-currncy {
    min-width: 200px;
  }
  .prc-table table {
    border: 1px solid rgb(219, 220, 228, 1);
    width: 100%;
  }
  .prc-table table tr td {
    padding: 12px;
    /* vertical-align: baseline; */
    /* width: 221px; */
  }
  
  .prc-table table tr td .font-30 {
    font-size: 20px;
    margin: 0;
    font-family: system-ui, Arial, sans-serif;
    font-weight:500;
  }
  .prc-table table tr td p {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
  }
  .prc-table table tr td u {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #ed3b41, #a41b8b) 1;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .prc-table table tr td bdo {
    font-family: system-ui, Arial, sans-serif;
  }
  .prc-table > table:first-of-type > tbody > tr > td:first-child {
    width: 40%;
    vertical-align: middle;
  }
  .prc-table.prc-table-edit table > tbody > tr > td:first-child {
    width: 40%;
  }
  .prc-table.prc-table-edit.prc-video-table table > tbody > tr > td:first-child {
    width: 55%;
  }
  .prc-table.prc-table-edit.prc-sms-table table > tbody > tr > td:first-child {
    width: 30%;
  }
  .prc-video-table table > tbody > tr > td:nth-child(2) {
    width: 10%;
  }
  .prc-table > table.table-bg > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .prc-table > table.table-bg > tbody > tr {
    border-bottom: 1px solid #dbdce4;
  }
  .prc-table table tr td .font-30.barlow-medium {
    font-family: system-ui, Arial, sans-serif;
    font-weight:500;
  }
  .sel-currncy {
    min-width: 90px;
  }
  .sel-currncy .select2-container--default .select2-selection--single {
    border: 1px solid #ece3f8;
    box-shadow: rgb(40 38 38 / 5%) 0px 0px 0px;
    border-radius: 20px;
    height: auto;
    padding: 5px;
  }
  .sel-currncy
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    text-align: left;
    color: #ed1c24;
    font-family: system-ui, Arial, sans-serif;
    padding-left: 10px;
  }
  .sel-currncy
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px;
    right: 10px;
  }
  .sel-currncy .select2-container {
    width: 100% !important;
  }


  /* solution css start */
.thrd-line {
    font-size: 30px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 1.2;
    color: #333333;
}
.sup-service .cmpgncldhdbg {
    background: linear-gradient(120deg, #36367c, #8843bb);
    border: none;
}
.sup-service .cmpgncldhdbg h3, .sup-service .cmpgncldhdbg p {
    color: #fff;
}
.sup-service .cmpgncldhdbg h3 {
    font-size: 28px;
    font-family: system-ui, Arial, sans-serif;
    margin-bottom: 10px;
}
.sup-service .cmpgncldhdbg p {
    font-size: 18px;
    line-height: 1.4;
}
.salesintg.dailogaiovervewlst.smrt-way .card .card-header .btn-header-link.collapsed, .salesintg.dailogaiovervewlst.smrt-way .card .card-header .btn-header-link, .salesintg.dailogaiovervewlst.smrt-way .card .card-body {
        background: #fff;
}
.boost-eng img {
    border-radius: 25px;
}
.alert-pricing .aichtclktobtns li a {
    min-width:auto;
}
.pr-strt {
    font-size: 16px;
    font-family: system-ui, Arial, sans-serif;
    line-height: 1.4;
    margin-top:40px;
}
.alert-pricing .cmpgncldhdbg {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.alert-pricing .col-md-4 {
    margin-bottom: 20px;
}
.step-edit {
    border: 1px solid #333;
    border-radius: 45px;
    padding: 40px 20px;
}
.step-edit .cmpgcldsteps {
    position: initial;
}
.step-edit .cmpcldstep::after {
    left: 55%;
    top: 18%;
    z-index: 0;
}
#stickyHeader .app nav ul#first-menu .drptbslst li a.prc-btn{
    background: linear-gradient(90deg, #a20a90, #cc292a);
    border-radius: 5px;
    padding: 6px 10px !important;
    font-size: 15px !important;
    font-family: system-ui, Arial, sans-serif;
    color: #fff;
    text-transform: inherit;
}
.salesintg.dailogaiovervewlst.drp-arw .card .card-header .btn-header-link:after{
    content: "\f107";
    font-family: 'FontAwesome';
    color: #ed1c24;
    font-size: 20px;
    top:10px;
}
.dailogaiovervewlst.drp-arw .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #333;
}
.drp-arw .dailgovrvewlsticon a.dlgovrlst {
    display: inline;
}
.story-wrapper.video-slide {
    background-image: linear-gradient(130deg, #2F2377 0, #C358E8 130%);
    margin: 70px auto;
    border-radius: 20px;
    padding: 60px 20px;
}
.story-wrapper.video-slide .deploy-inner {
    max-width: 900px;
    text-align: left;
}
.story-wrapper.video-slide .deploy-inner p {
    color: #fff;
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 400;
}
.story-wrapper.video-slide .deploy-inner span {
    color: #fff;
    font-size:24px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 300;
    margin-top: 25px;
    display: block;
}
.story-wrapper.video-slide .deploy-inner span b {
    font-weight: 500;
    font-family: system-ui, Arial, sans-serif;
}
.crd-wrp {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    
}
.crd-wrp .chtbtaihdbg {
    padding: 20px 20px 20px;
    min-height: 150px;
        transition: all 0.3s ease;
}
.bck-prt {
    background: linear-gradient(90deg, #a20a90, #cc292a);
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    padding: 15px 15px 15px;
    font-family: system-ui, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.5s ease;
}
.hov-wrap .crd-wrp:hover .bck-prt {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s ease;
    background: linear-gradient(90deg, #a20a90, #cc292a);
}
.dlgovrlst b, .chtbtaitxtcptn b {
    font-family: system-ui, Arial, sans-serif;
}
.cde-btn.aichtclktobtns li a {
    min-width: inherit;
    padding:4px 20px!important;
    min-height: 34px;
}
.cde-mstr .cmpgncldhdbg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blk-bg {
    background:#000;
    border-radius: 20px;
}
.blk-bg .chtbtaisubhdtxt, .blk-bg .chtbtaicptnsbhd {
    color: #fff;
}
.dailogaiovervewlst .card:has(.collapse.show) {
    box-shadow: 0 3px 4px #3838381a;
}
.story-logo {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    min-height: 110px;
    display:flex;
    align-items:center;
}
.strt-prc p {
    color: #fff;
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    margin: 0;
    font-weight: 500;
}
.strt-prc h3 {
    font-size: 40px;
    font-family: system-ui, Arial, sans-serif;
}
/* demo css start */
.demo-block h3 {
    font-size: 30px;
    font-family: system-ui, Arial, sans-serif;
    color: #333;
}
.demo-block h4 {
    font-size: 20px;
    font-family: system-ui, Arial, sans-serif;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 18px;
}
.demo-block .cmpgncldhdbg p {
    font-size: 17px;
    line-height: 24px;
}
.llm-sec {
    background: rgba(243, 244, 246, 1);
    padding: 10px 15px;
    border-radius: 7px;
}
.llm-ins {
    display: flex;
    justify-content:space-between;
}
.llm-sec p {
    font-size: 14px!important;
    font-family: system-ui, Arial, sans-serif;
}
.demo-form h2 {
    font-size: 28px;
    font-family: system-ui, Arial, sans-serif;
}
.demo-form h6 {
    font-family: system-ui, Arial, sans-serif;
    color: #ed1c24;
    font-size: 15px;
}
.demo-form .flag-container::before {
    top: 4px;
}
.demo-form label.error {
    color: #ed1c24;
    font-size: 12px;
}
.demo-form .form-control {
    font-family: system-ui, Arial, sans-serif;
}
.demo-form input:-webkit-autofill {
    -webkit-text-fill-color: #969696 !important;
}
.click-try-it {
    position: fixed;
    bottom:70px;
    right: 30px;
}
.click-try-it img {
    max-width: 150px;
}
.sample-list {
    position: absolute;
    top: 77%;
    left: 17%;
    transform: translate(-50%, -50%);
    font-family: system-ui, Arial, sans-serif;
    cursor:pointer;
}

.prfr-code h5,.prfr-code h3 {
    font-size: 34px;
    font-family: system-ui, Arial, sans-serif;
}
.prfr-code div {
    font-size: 24px;
    font-family: system-ui, Arial, sans-serif;
}
.bot-banner {
    background-image: url(/images/cmp-img/bot-banner.webp);
    background-position: top center;
    background-size: 100%;
    padding: 49px 0 49px 22px;
    background-repeat: no-repeat;
    border-radius: 20px;
    object-fit: cover;
}
.bot-banner h2 {
    color: #EEFF2F;
    font-size: 38px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 600;
}
.bot-banner p {
    color: #fff;
    font-size: 22px;
    font-family: system-ui, Arial, sans-serif;
    font-weight: 400;
}
.camp-logo {
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 40px;
    margin: 20px 0;
}
.camp-logo svg {
    max-width: 180px
}
.whatsapp-voice-banner {
    background: linear-gradient(to left, rgba(77, 172, 74, 0.1) 0%, rgba(5, 117, 230, 0.1) 100%);
    width: 100%;
    padding: 3rem 3.5rem 0;
    border-radius: 15px;
}
.head-prt h2 {
    font-size: 40px;
    font-weight: 700;
   
}
.bann-con  {
    padding:0;
}
.bann-con li {
    display: flex;
    gap:10px;
    align-items: flex-start;
}
.bann-con li span{
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.bann-con li img{
   max-width: 30px
} 
.bann-con li div h5{
    font-weight: 700;
    margin: 0;
    line-height: 1;
    margin-bottom: 3px;
    font-size: 18px;
}
@media only screen and (max-width: 991px) {
    .bot-banner h2 {
        font-size: 32px;
    }
    .bot-banner p {
        font-size: 20px;
    }
    .bot-banner {
        background-size: cover;
        background-position: 49%;
    }
}
@media only screen and (max-width: 767px) {
    .prc-table table tr td .font-30 {
        font-size: 16px;
    }
    .prc-table > table:first-of-type > tbody > tr > td:first-child, .prc-table.prc-table-edit table > tbody > tr > td:first-child {
        white-space: normal;
    }
    .prc-table.prc-table-edit table > tbody > tr > td:first-child  {
        min-width: 150px;
    }
    .table-bg .offset-4 {
        margin-left:0;
    }
    .prc-table table tr td {
        white-space: nowrap;
    }
    .prc-table table {
        overflow: auto;
        display: block;
    }
    .prc-table table tr td p {
        font-size: 14px;
    }
    .currncy-box h1 {
        font-size: 20px;
    }
    .dialogs-currency {
        margin-top: 15px;
        flex-direction: column;
    }
    .contry-box {
        flex-direction: column;
    }
    .contry-box .sel-currncy, .sel-currncy {
        min-width: 100%;
        margin-left: 0 !important;
    }
    .cde-btn.aichtclktobtns {
        flex-direction: column;
    }
    .cde-btn.aichtclktobtns li a {
        min-height: auto;
    }
    .story-logo {
        margin-bottom: 10px;
        max-height:110px;
    }
    .story-wrapper.video-slide .deploy-inner p{
        font-size: 16px;
    }
    .story-wrapper.video-slide .deploy-inner span {
        font-size: 18px;
    }
    .strt-prc p {
        font-size: 18px;
    }
    .strt-prc h3 {
        font-size: 25px;
    }
    .llm-ins {
        flex-direction: column;
    }
    .bot-banner h2 {
        font-size: 20px;
    }
    .bot-banner p {
        font-size: 16px;
    }
    .bot-banner {
        background-size: cover;
        background-position: inherit;
    }
    .whatsapp-voice-banner {
        padding: 1rem 1.5rem 0;
    }
    .head-prt h2 {
        font-size: 24px;
    }
}

