[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: unset !important;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  /* --font-family-sans-serif: unset !important; */
  --font-family-monospace: unset !important;
}

body {
  /* --font-family-sans-serif: unset !important; */
  --font-family-monospace: unset !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
button:focus, button:focus-within, button:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.videoPlayerLCTB {
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 200px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
}

.playBtnConLCTB {
    margin: unset;
}

.videoPlayerWrapLCTB {
    float: left;
    width: 100%;
}

.bannerTxtContainer h2 {
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    font-weight: 600;
}

.bannerTxtContainer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.LiveChatBanner {
    margin-top: 57px;
    background-image: url(../img/live-chat/banner-bg.png);
    /*    background-repeat: no-repeat;
    background-size: cover; */
    /* background-color: #f7faff; */
    padding: 0px 0px 200px 0px;
    position: relative;
    /* background: #000;
    background: linear-gradient(137deg, #000 0%, #2b3e51 100%); */
}

.BannerLCTBContainer {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 100px;
    max-width: 100%;
    width: 100%;
}

.BannerLCTBTxt {
    margin-top: 150px;
}

/******************/

.areaLCTB {
    right: 0;
    top: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
}

.circlesLCTB {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circlesLCTB li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /* background: rgba(255, 255, 255, 0.2); */
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circlesLCTB li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circlesLCTB li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circlesLCTB li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circlesLCTB li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circlesLCTB li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circlesLCTB li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circlesLCTB li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circlesLCTB li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circlesLCTB li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circlesLCTB li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 50%;
    }
    100% {
        transform: translateY(-1000px) rotate(0deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.LCTBoverlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(250, 250, 250, 0.5);
}

.bx-LCTB {
    /* background-image: url(../img/whatsapp-offical/banner.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 60px;
    /* box-shadow: 0 0 29px 0 rgb(18 66 101 / 8%); */
}

.BILC {
    margin-bottom: -100px;
}

.LCTBTeamBox {
    background: #f9fafe;
}

.bx-LCTB .sec-title {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.LCTBiconBoxes {
    width: 100%;
    height: auto;
    position: relative;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
}

.LCTBiconBoxes:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.LCTBiconBoxes .container {
    padding-top: 80px;
}

.LCTBiconBoxes h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    color: #124265;
    font-family: "Poppins", sans-serif;
}

.LCTBiconBoxes h2 {
    color: #5e5e5e;
    margin: 10px 0 0 0;
    font-size: 22px;
}

.LCTBiconBoxes .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #2487ce;
}

.LCTBiconBoxes .btn-get-started:hover {
    background: #3194db;
}

.LCTBiconBoxes .icon-boxes {
    margin-top: 100px;
}

.LCTBiconBoxes .icon-box {
    padding: 50px 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    min-height: 300px;
}

.LCTBiconBoxes .icon-box:hover {
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
}

.LCTBiconBoxes .icon-box .title {
    /* font-weight: 700; */
    margin-bottom: 5px;
    font-size: 18px;
}

.LCTBiconBoxes .icon-box .title a {
    color: #222;
    transition: 0.3s;
}

.LCTBiconBoxes .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.LCTBiconBoxes .icon-box .icon {
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #cecece;
}

.LCTBiconBoxes .icon-box:hover {
    transform: scale(1.08);
}

.LCTBiconBoxes .icon-box:hover .icon {
    color: #2cb742;
}

.LCTBiconBoxes .icon-box:hover .title a {
    color: #2cb742;
}


/* btn animation start  */


.btn_watch_btn{
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    padding: 5px;
}
.video_btn_rew{
width: 3.5rem;
height: 3.5rem;
transition-duration: .15s;
transition-property: all;
transition-timing-function: cubic-bezier(.4,0,.2,1);
background-color: color(srgb 0 0.4 1 / 0.1);
border-radius: 50%;
position: relative;
}

.text_whtch_text{
font-size: 15px;
line-height: 1.575rem;
color: color(srgb 0 0.77 0.48);
font-weight: 600;
}
.wrapper_blck {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%)
}

.video-main {
position: relative;
display: inline-block;
}

.video_btnew {
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 100%;
background: transparent;
color: #fff;
display: inline-block;
background: #00c47a;
z-index: 999;
}

@keyframes waves {
0% {
  -webkit-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
100% {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}

.fa-play:before {
content: "\f04b";
}

.waves {
position: absolute;
width: 85px;
height: 85px;
background: rgb(0 196 122 / 14%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-radius: 100%;
right: -22px;
bottom: -22px;
z-index: -1;
-webkit-animation: waves 3s ease-in-out infinite;
animation: waves 3s ease-in-out infinite;
}
      
.wave-1 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}

.wave-2 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}

.wave-3 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.btn_watch_btn:hover .text_whtch_text{
color: color(srgb 0.1 0.71 0.48);
}
.d_FLEX_TRWET{
    display: flex;
    gap: 15px;
}

/* btn animation end  */







@media (min-width: 1024px) {
    .LCTBiconBoxes {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    .LCTBiconBoxes h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .LCTBiconBoxes h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.icon-boxesIn {
    margin-bottom: 30px;
}

.lightBgLCTB {
    /* background-image: url(../img/integration/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%; */
    /* background-color: #f7faff; */
}

.lightBgLCTBContainer1 {
    background-color: rgb(44, 183, 66, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer2 {
    background-color: rgb(44, 183, 66, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer3 {
    background-color: #e9ecf8;
    border-radius: 8px;
}

.lightBgLCTBContainer4 {
    background-color: rgba(3, 169, 244, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer5 {
    background-color: rgba(3, 169, 244, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer6 {
    background-color: rgba(3, 169, 244, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer7 {
    background-color: rgba(44, 69, 183, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer8 {
    background-color: rgba(44, 69, 183, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer9 {
    background-color: rgba(3, 169, 244, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer10 {
    background-color: rgb(44, 183, 66, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer11 {
    background-color: rgb(44, 183, 66, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer12 {
    background-color: rgba(3, 169, 244, 0.1);
    border-radius: 8px;
}

.lightBgLCTBContainer13 {
    background-color: rgb(44, 183, 66, 0.1);
    border-radius: 8px;
}

.about .content {
    /* background-color: #f6f9ff; */
    /* background-color: rgb(44, 183, 66, 0.1); */
    padding: 40px;
}

.about h3 {
    font-size: 14px;
    font-weight: 400;
    color: #2cb742;
    text-transform: uppercase;
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 28px;
    font-size: 17px;
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.about .btn-read-more:hover i {
    transform: translateX(5px);
}

.LCTBImgDiv {
    margin-top: -200px;
}

.LCTBImgDiv>img {
    width: 100%;
}

/***********/

/***************/

.WOWhyPicky {
    background-image: url(../img/whatsapp-offical/banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}

.withIconAndTxt {
    display: flex;
    justify-content: left;
    width: 100%;
    align-items: center;
}

.bx-lf {
    background: #fff;
    border-radius: 10px 0 0 10px;
}

.bx-rt {
    background: #2cb742;
    border-radius: 0px 10px 10px 0px;
}

.withIconAndTxt>img {
    width: 24px;
}

.withIconAndTxt>span {
    font-size: 14px;
    padding-left: 5px;
    color: #fff;
}

.LCTBImgContainer {
    display: flex;
    justify-content: center;
    padding: 0px;
}

.LCTBImgContainer>img {
    width: 80%;
}

.LCTBContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    min-height: 450px;
}

.LCTBTxtContainer {
    padding: 0px;
}

.LCTBTxtContainer h2 {
    color: #000;
    font-size: 30px;
    line-height: 43px;
    font-weight: 600;
}

.LCTBTxtContainer h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.LCTBBtnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.outlinedBtnCss {
    background: transparent;
    box-shadow: none;
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
}

.outlinedBtnCss:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.filledBtnCss {
    background: #449d44;
    box-shadow: none;
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #449d44;
}

.bannerBottom2xBg {
    background: #fff;
    /* padding-top: 0px; */
}

.bannerBottom2x {
    margin-left: 0px;
    margin-right: 0px;
}

.WOWAItem {
    box-shadow: none !important;
    /* border: 1px solid #efefef; */
    background: #f7faff;
}

.whatsappLayoutDiv {
    width: 100%;
    height: 650px;
    float: left;
    margin: 200px 0px 100px 0px;
}

.whatsappLayoutDivIn {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

.whatsappLayoutImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 170px;
}

.whatsappLayoutImg>img {
    width: 280px;
}

.whatsappLayoutText {
    position: absolute;
}

.WALThumbnailContainer {
    width: 200px;
    float: left;
    padding: 10px;
    /* background-image: url(../img/whatsapp-offical/whatsapp-bg.jpg); */
    /* box-shadow: 0px 1px 12px -2px rgb(0 0 0 / 20%); */
    border-radius: 4px;
    background-size: cover;
}

.whatsappLayoutThumbnail {
    float: left;
    width: 100%;
}

.whatsappLayoutThumbnail>img {
    width: 100%;
    box-shadow: 0px 1px 12px -2px rgb(0 0 0 / 20%);
}

.whatsappLayoutThumbnailText {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.whatsappLayoutThumbnailText>h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.whatsappLayoutThumbnailText>p {
    font-size: 13px;
    font-weight: 200;
    line-height: 17px;
}

.whatsappLayoutText.WALT01 {
    top: 60px;
    left: 0px;
}

.whatsappLayoutText.WALT02 {
    top: -30px;
    right: 0px;
}

.whatsappLayoutText.WALT03 {
    top: 330px;
    left: 0px;
}

.whatsappLayoutText.WALT04 {
    top: 380px;
    right: 0px;
}

.whatsappLayoutText.WALT05 {
    top: -130px;
    left: 300px;
}

.whatsappLayoutText.WALT06 {
    top: -130px;
    right: 300px;
}

.whatsappLayoutText.WALT07 {
    bottom: -130px;
    left: 300px;
}

.whatsappLayoutText.WALT08 {
    bottom: -130px;
    right: 300px;
}

.WOWAcc {
    background-image: url(../img/whatsapp-offical/dotted.png);
    background-color: #fff;
    /* background-attachment: fixed !important; */
    background-position: center 170px;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* padding: 0;*/
}

.CustomCard {
    padding: 0;
    width: 100%;
    float: left;
    background: #fff;
    /* background-image: url(../img/whatsapp-offical/geo.png); */
}

.CustomCard:hover {
    box-shadow: 0px 1px 12px -2px rgb(0 0 0 / 20%);
}

.CustomCardTitle {
    width: 100%;
    float: left;
    padding: 40px 30px 20px 30px;
}

.CustomCardTitle>h3 {
    font-size: 17px;
    margin: 0px;
}

.CustomCardTitle>h3 span {
    margin-left: 6px;
    color: #919191;
}

.CustomCardTitle>h3 b {
    margin-right: 10px;
}

.CustomCardBody {
    width: 100%;
    float: left;
    min-height: 410px;
    padding: 0px 30px 40px 30px;
}

.CustomCardBody>p {
    color: #888;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
}

.CustomCardFooter {
    width: 100%;
    float: left;
    padding: 20px 30px 20px 30px;
    background: #efefef;
    border-radius: 0 0 7px 7px;
}

.CustomCardFooter span {
    color: #fff;
    font-size: 16px;
}

.CustomCardFooter a {
    color: #fff;
    float: right;
    font-size: 20px;
    opacity: .6;
}

.CustomCardFooter:hover a {
    color: #fff;
    opacity: 1;
}

.MTRow01 {
    margin-top: 40px;
}

.highlightedTextBg {
    background: #daf7c1;
    float: left;
    width: auto;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
}

.highlightedTextBg>i {
    margin-right: 4px;
}

.CheckPoints {
    margin-top: 10px;
}

.CheckPoints>ul {}

.CheckPoints>ul li {
    font-size: 16px;
    position: relative;
    padding: 8px 0px;
}

.CheckPoints>ul li i {}

.CheckPoints>ul li span {
    position: absolute;
    left: 25px;
}

.text-success {
    color: #8dc642;
}

.text-danger {
    color: red;
}

.WOWhyPickyBox {
    background: #f7faff;
    padding: 50px;
    border-radius: 10px;
}

.WOWhyPickyBoxHead h3 {
    color: #000;
    font-size: 30px;
    line-height: 43px;
    font-weight: 600;
}

.WOWhyPickyBoxHead p {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.WOWhyPickyRowBox {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.WOWhyPickyRowBoxIcon {
    position: relative;
    float: left;
    width: 100%;
}

.WOWhyPickyRowBoxIcon i {
    position: absolute;
    top: 10px;
    left: 0px;
    color: #8dc642;
    font-size: 38px;
}

.WOWhyPickyRowBoxIcon h3 {
    padding-left: 55px;
    line-height: 26px;
    font-weight: 400;
    font-size: 20px;
}

.WOWhyPickyRowBoxPara {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.WOWhyPickyBoxHead {
    margin-bottom: 50px;
}

.groupPricingBtnWrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.btn-groupPricing {}

.btn-groupPricing button {
    font-size: 15px;
    background: #fff;
    color: #474747;
    border-color: #939393;
    padding: 10px 15px;
}

.groupPricingActive {
    background: #8dc642 !important;
    color: #fff !important;
    border-color: #8dc642 !important;
}

.groupPricingYear {
    position: relative;
}

.saveOfferTooltip {
    background-color: #ff9800;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    margin-left: 10px;
    position: absolute;
    top: -40px;
    left: -15px;
    animation-duration: 1s;
    animation: pulse 2s infinite;
}

.saveOfferTooltip::after {
    content: '';
    position: absolute;
    left: 43%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ff9800;
    clear: both;
    animation-duration: 1s;
    animation: pulse 2s infinite;
}

.QuickReplySec {
    background-image: url(../img/integration/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f7faff;
}

.MessageTypeSec {
    background: #fff;
}

.WOWASecRow {
    width: 100%;
    margin-bottom: 40px;
}

.cbp_tmtimeline li {
    margin: 0;
}

.VerticalTabWarp {
    position: relative;
    float: left;
    width: 100%;
    background: #f7faff;
}

.VerticalTabWarp .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #03a9f4;
    cursor: default;
    border-left: none;
    background-color: rgba(3, 169, 244, 0);
    border-right: 3px solid #03a9f4;
    /* border-top: 1px solid #e3e3e3; */
    border-bottom: 1px solid #e3e3e3;
    font-weight: 600;
}

.VerticalTabWarp .nav-tabs li a:hover {
    background-color: rgba(3, 169, 244, 0.15);
}

.VerticalTabLeft {
    width: 300px;
    float: left;
}

.VerticalTabLeft ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.VerticalTabLeft ul li {
    width: 100%;
    float: left;
}

.VerticalTabLeft ul li a {
    width: 100%;
    float: left;
    border-right: 1px solid #e3e3e3;
    padding: 40px 10px;
    text-align: right;
    border-bottom: 1px solid #e3e3e3;
}

.VerticalTabRight {
    position: absolute;
    left: 300px;
    right: 0;
}

.VerticalTabRight .tab-content {
    width: 100%;
    float: left;
}

.VerticalTabRight .tab-pane {
    width: 100%;
    float: left;
}

.LCTBContainerTab {
    width: 100%;
    float: left;
    padding: 30px;
}

.lightBgLCTB1, .lightBgLCTB2, .lightBgLCTB5, .lightBgLCTB16, .lightBgLCTB7, .lightBgLCTB8, .lightBgLCTB9, .lightBgLCTB10, .lightBgLCTB11, .lightBgLCTB12, .lightBgLCTB17 {
    padding: 200px 0px 60px 0px;
}

.lightBgLCTB6 {
    padding: 400px 0px 60px 0px;
}

.lightBgLCTBVideo {
    padding: 250px 0px 60px 0px;
    background-color: #fff;
}

.lightBgLCTB4 {
    padding: 200px 0px 60px 0px;
}
.lightBgLCTBContainer6 {
    background-color: rgb(44, 183, 66, 0.1);
    border-radius: 8px;
}
.lightBgLCTB13 {}

.lightBgLCTB14 {
    /* height: 802px; */
    /* background: #11998e; */
    /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #38ef7d, #11998e); */
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #38ef7d, #11998e); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.lightBgLCTB15 {
    /* height: 802px; */
    /* background: #38ef7d; */
    /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #11998e, #38ef7d); */
    /* background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); */
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #11998e, #38ef7d); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%); */
    background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
}

.LCTBSubImgContainer {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.LCTBSubImgContainer>img {
    width: 200px;
}

.panel-title>a, .panel-title>a:active {
    display: block;
    padding: 25px;
    color: #555;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 12px;
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.AccoWrapper {
    padding: 0px 40px;
}

.AccoWrapper .panel-group {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 7px;
}

.AccoWrapper .panel-heading {
    background: #fff;
    padding: 0px;
    border-radius: 7px;
}

.AccoWrapper .panel-title>a {
    cursor: pointer;
}

.AccoWrapper .panel-title>a span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.AccoWrapper .panel-title>a:hover span {
    color: #8dc642;
}

.AccoWrapper .panel-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.AccoWrapper .panel-group .panel {
    margin-bottom: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
}

.AccoLCTBContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.AccoWrapper .panel-body {
    border-radius: 7px;
    background-color: #fff;
}

/* .AccoWrapper .panel:first-child .panel-heading {
    border-top: 1px solid #ddd;
}
.AccoWrapper .panel:last-child .panel-heading {
    border-bottom: 1px solid #ddd;
} */

.AccoLCTBcontent {
    padding-bottom: 0px !important;
}

/*********************/

.TeamBoxContain {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
}

.TeamBoxContainBox {
    width: 50%;
    padding: 10px;
}

.TeamBoxIntegrationsContain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.TeamBoxIntegrationsContainBox {
    width: 50%;
    padding: 10px;
}

.TeamBoxContainBoxItem {
    float: left;
    position: relative;
    padding: 12px;
    width: 100%;
    display: flex;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    /* background: #fff; */
    /* box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%); */
}

/***/

.TeamBoxContainimg1 {
    background: url(../img/live-chat/icons.png) -70px -5px;
}

.TeamBoxContainimg2 {
    background: url(../img/live-chat/icons.png) -2px -4px;
}

.TeamBoxContainimg3 {
    background: url(../img/live-chat/icons.png) -145px -1px;
}

.TeamBoxContainimg4 {
    background: url(../img/live-chat/icons.png) -221px -3px;
}

/***/

.TeamBoxContainimg5 {
    background: url(../img/live-chat/icons.png) -2px -91px;
}

.TeamBoxContainimg6 {
    background: url(../img/live-chat/icons.png) -68px -90px;
}

.TeamBoxContainimg7 {
    background: url(../img/live-chat/icons.png) -144px -93px;
}

/***/

.TeamBoxContainimg8 {
    background: url(../img/live-chat/icons.png) -70px -5px;
}

.TeamBoxContainimg9 {
    background: url(../img/live-chat/icons.png) -2px -4px;
}

.TeamBoxContainimg10 {
    background: url(../img/live-chat/icons.png) -145px -1px;
}

.TeamBoxContainimg11 {
    background: url(../img/live-chat/icons.png) -221px -3px;
}

.TeamBoxContainContent {
    left: 0px;
    width: 70px;
    height: 70px;
    float: left;
    padding: 5px 13px;
    border-radius: 0px;
    background-repeat: no-repeat;
}

.TeamBCI {
    background: #fff;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: inline-table;
    /* box-shadow: -2px 4px 12px 1px rgb(0 0 0 / 30%); */
}

.TeamBCIDarkBg {
    background: #8dc642;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: inline-table;
    box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 50%);
}

.TeamBoxContainDescr {
    margin-left: 10px;
    position: relative;
    text-align: left;
}

.TeamBoxContainDescr h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.lightBgLCTB15 .TeamBoxContainDescr h4 {
    font-weight: 600;
}

.TeamBoxContainDescr p {
    font-size: 13px;
    margin: 0px;
    line-height: 20px;
    color: #fff;
}

.lightBgLCTBContainer14 {
    /* margin-left: 0px;
    padding-left: 0px;
    padding-right: 100px;
    max-width: 100%;
    width: 100%; */
}

.PBCRow {
    display: flex;
    align-items: center;
}

.TBCDSRR h4 {
    color: #000;
}

.TBCDSRR p {
    color: #000;
}

.TBCBSRR {
    padding: 0px;
    width: 100%;
}

.TBCBTSRR {
    padding-left: 0px;
}

.RemoveOutlinedBtnCss {
    background: transparent;
    box-shadow: none;
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 13px;
    color: #000;
    border: 1px solid #000;
}

.RemoveOutlinedBtnCss:hover {
    background: #4caf50;
    color: #fff;
    border: 1px solid #4caf50;
}

.CheckPointsInTabs {
    margin-top: 0px;
    margin-bottom: 20px;
}

.CheckPointsP {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

.LCTBC14Content {
    padding: 0px !important;
}

.LCTBC14ContentRow {
    display: flex;
    align-items: center;
}

.book-view {
    margin-top: 40px;
    margin-bottom: -230px;
}
.LCTBImgDivSmartreplies
{
    width: 80% !important;
    margin: auto;
}
.LCTBImgDivWhisper
{
    width: 80% !important;
    margin: auto;
}
.LCTBImgDivVideo
{
    width: 400px;
    margin: auto;
    box-shadow: -3px 2px 1px 2px #9ca8d9;
    border-radius: 7px;
}
.IAAPPRow
{
    display: flex;
    align-items: center;
}
.LCTBImgDivmob {
    width: 400px !important;
    margin: auto;
}
/******************************/

@media (min-width: 0px) and ( max-width: 559px) {
    .LCTBImgDivmob {
        width: 240px !important;
    }
    .LCTBImgDivVideo {
        width: 240px;
        margin-bottom: 20px !important;
        margin: auto;
    }
    .BB2XBG {
        padding-top: 100px;
    }
    .AccoWrapperImg {
        width: 260px;
        margin: auto;
    }
    .LCTBImgDiv>img {
        width: 260px;
        margin: auto;
    }
    .BannerLCTBTxt {
        margin-top: 80px;
    }
    .LiveChatBanner {
        background-image: none;
        background-color: #000;
    }
    .lightBgLCTB16 {
        padding: 200px 0px 60px 0px;
    }
    .book-view {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .AccoWrapper .panel-title>a span i {
        display: none;
    }
    .lightBgLCTBContainer14 {
        padding: 0;
    }
    .CheckPointsInTabs {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
    .PBCRow {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .AccoWrapper {
        padding: 0px 10px;
    }
    .lightBgLCTB {
        background-color: #f7faff;
        padding-left: 25px;
        padding-right: 25px;
    }
    .lightBgLCTB {
        background-color: #f7faff;
    }
    .about .content {
        text-align: center;
    }
    .LCTBImgDiv {
        padding-bottom: 20px;
        margin-top: -140px;
    }
    .LCTBContainerLeft {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .LCTBContainerRight {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .lightBgLCTB1, .lightBgLCTB2, .lightBgLCTB5, .lightBgLCTB6, .lightBgLCTB7, .lightBgLCTB8, .lightBgLCTB9, .lightBgLCTB10, .lightBgLCTB11, .lightBgLCTB12, .lightBgLCTB17 {
        padding: 140px 25px 60px 25px;
        background: #fff;
    }
    .icon-boxesIn {
        padding: 0;
        width: 100%;
    }
    .WOWASecRow {
        margin: 0 0 20px 0;
    }
    .LCTBiconBoxes {
        margin: 0;
    }
    .bx-LCTB {
        padding: 0px;
    }
    .LiveChatBanner {
        padding: 0px 0px 50px 0px;
    }
    .BILC {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .BannerLCTBContainer {
        padding-left: 0px;
        display: flex;
        flex-flow: column;
        -webkit-flex-flow: column;
        -webkit-display: flex;
    }
    .TeamBoxContainBoxItem {
        padding: 12px 0px;
    }
    .TeamBoxContainBox {
        width: 100%;
        padding: 10px 10px 10px 0px;
    }
    .TeamBoxContain {
        padding-left: 0px;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .about .content {
        padding: 0px;
    }
    .LCTBC14ContentRow {
        flex-flow: column;
        -webkit-flex-flow: column;
    }
    .btn-groupPricing button {
        font-size: 12px;
        padding: 5px 7px;
    }
    .optionsForPricingIn button {
        font-size: 12px;
        padding: 3px 7px;
    }
    .optionsForPricing {
        position: unset;
    }
    .bannerImgContainer>img {
        width: 240px;
    }
    .CustomCardTitle {
        padding: 20px 20px 20px 20px;
    }
    .CustomCardBody {
        min-height: auto;
        padding: 0px 20px 50px 20px;
    }
    .whatsappLayoutDiv {
        margin: 20px 0px 20px 0px;
    }
    .whatsappLayoutDivIn {
        position: unset;
        height: auto;
    }
    .whatsappLayoutText {
        position: unset;
        width: 100%;
        float: left;
    }
    .WALThumbnailContainer {
        width: 100%;
        float: left;
        padding: 20px;
        background: #fff;
        margin-bottom: 25px;
        box-shadow: 0px 1px 12px -2px rgb(0 0 0 / 20%);
    }
    .bannerContainer {
        display: block;
    }
    .bannerTxtContainer {
        text-align: center;
    }
    .withIconAndTxt {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .bannerTxtContainer h2 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .bannerTxtContainer h3 {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .bannerBtnContainer {
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .bannerImgContainer {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .bx-lf {
        padding: 20px;
        border-radius: 10px 10 0 0px;
    }
    .bx-rt {
        padding: 20px;
        border-radius: 0px 0 10px 10px;
    }
    .bx-lf .sec-sub-title2 p {
        font-size: 15px;
        line-height: 23px;
    }
    .bx-lf h3 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .all_abt_whs_list ul li {
        padding: 0px;
        margin: 0 5px 15px 5px;
    }
    .WOWASec .sec-title h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .WOWASec .sec-sub-title2 p {
        font-weight: 400;
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .whatsappLayoutDiv {
        width: 100%;
        height: auto;
        float: left;
        margin: 30px 0px 0px 0px;
    }
    .whatsappLayoutThumbnailText {
        margin-top: 20px;
    }
    .whatsappLayoutImg {
        width: 100%;
        display: none;
    }
    .QuickReplySec {
        margin-top: 0px;
    }
    .MTRow01 {
        margin-top: 20px;
    }
    .CheckPoints>ul li {
        margin: 0px 0px 10px 0px;
        display: flex;
        -webkit-display: flex;
        padding: 8px 0px;
        text-align: left;
    }
    .CustomCardFooter {
        padding: 20px 20px 20px 20px;
    }
    .CustomCardFooter span {
        font-size: 14px;
    }
    .WOWhyPickyBox {
        padding: 20px;
    }
    .WOWhyPicky {
        padding-left: 25px;
        padding-right: 25px;
    }
    .WOWhyPickyBoxHead {
        padding: 0px 15px !important;
    }
    .WOWhyPickyBoxHead h2 {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .WOWhyPickyBoxHead p {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .WOWhyPickyRowBoxPara {
        font-size: 15px;
        line-height: 23px;
    }
    .WOWhyPickyRowBoxIcon h3 {
        padding-left: 45px;
        line-height: 20px;
        font-size: 16px;
    }
    .WOWhyPickyRowBoxIcon i {
        top: 5px;
        font-size: 31px;
    }
    .WOWhyPickyRowBox .CheckPoints>ul li {
        margin: 0px 0px 10px 0px;
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip-show {
        line-height: 25px;
    }
    .crpt-modern .pt-tooltip-right-top, .crpt-modern .pt-tooltip-left-top {
        left: 0;
    }
    .WOWAccRow02 {
        margin: 0px;
    }
    
}
@media (min-width: 560px) and ( max-width: 767px) {
    .LCTBImgDivVideo {
        width: 360px;
        margin: auto;
        margin-bottom: 20px !important;
    }
    .BB2XBG {
        padding-top: 100px;
    }
    .AccoWrapperImg {
        width: 360px;
        margin: auto;
    }
    .LCTBImgDiv>img {
        width: 360px;
        margin: auto;
    }
    .BannerLCTBTxt {
        margin-top: 80px;
    }
    .LiveChatBanner {
        background-image: none;
        background-color: #000;
    }
    .lightBgLCTB16 {
        padding: 200px 0px 60px 0px;
    }
    .book-view {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .AccoWrapper .panel-title>a span i {
        display: none;
    }
    .lightBgLCTBContainer14 {
        padding: 0;
    }
    .CheckPointsInTabs {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
    .PBCRow {
        flex-direction: column;
    }
    .AccoWrapper {
        padding: 0px 10px;
    }
    .lightBgLCTB {
        background-color: #f7faff;
        padding-left: 25px;
        padding-right: 25px;
    }
    .about .content {
        text-align: center;
    }
    .LCTBImgDiv {
        padding-bottom: 20px;
        margin-top: -140px;
    }
    .LCTBContainerLeft {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .LCTBContainerRight {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .lightBgLCTB1, .lightBgLCTB2, .lightBgLCTB5, .lightBgLCTB6, .lightBgLCTB7, .lightBgLCTB8, .lightBgLCTB9, .lightBgLCTB10, .lightBgLCTB11, .lightBgLCTB12, .lightBgLCTB17 {
        padding: 140px 25px 60px 25px;
        background: #fff;
    }
    .icon-boxesIn {
        padding: 0;
        width: 100%;
    }
    .WOWASecRow {
        margin: 0 0 20px 0;
    }
    .LCTBiconBoxes {
        margin: 0;
    }
    .bx-LCTB {
        padding: 0px;
    }
    .LiveChatBanner {
        padding: 0px 0px 50px 0px;
    }
    .BILC {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .BannerLCTBContainer {
        padding-left: 0px;
        display: flex;
        flex-flow: column;
        -webkit-display: flex;
        -webkit-flex-flow: column;
    }
    .TeamBoxContainBoxItem {
        padding: 12px 0px;
    }
    .TeamBoxContainBox {
        width: 100%;
        padding: 10px 10px 10px 0px;
    }
    .TeamBoxContain {
        padding-left: 0px;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .about .content {
        padding: 0px;
    }
    .LCTBC14ContentRow {
        flex-flow: column;
        -webkit-flex-flow: column;
    }
    .crpt-modern .pt-cols .pt-col {
        width: 48%;
        margin: 1%;
    }
    .CustomCardTitle {
        padding: 20px 20px 20px 20px;
    }
    .CustomCardBody {
        min-height: auto;
        padding: 0px 20px 20px 20px;
    }
    .whatsappLayoutDiv {
        margin: 20px 0px 20px 0px;
    }
    .whatsappLayoutDivIn {
        position: unset;
        height: auto;
    }
    .whatsappLayoutText {
        position: unset;
        width: 46%;
        float: left;
        margin: 2%;
    }
    .WALThumbnailContainer {
        width: 100%;
        min-height: 320px;
        float: left;
        padding: 20px;
        background: #fff;
        margin-bottom: 25px;
        box-shadow: 0px 1px 12px -2px rgb(0 0 0 / 20%);
    }
    .bannerContainer {
        display: block;
    }
    .bannerTxtContainer {
        text-align: center;
    }
    .withIconAndTxt {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .bannerTxtContainer h2 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .bannerTxtContainer h3 {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .bannerBtnContainer {
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .bannerImgContainer {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .bx-lf {
        padding: 20px;
        border-radius: 10px 10 0 0px;
    }
    .bx-rt {
        padding: 20px;
        border-radius: 0px 0 10px 10px;
    }
    .bx-lf .sec-sub-title2 p {
        font-size: 15px;
        line-height: 23px;
    }
    .bx-lf h3 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .all_abt_whs_list ul li {
        padding: 0px;
        margin: 0 5px 15px 5px;
    }
    .WOWASec .sec-title h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .WOWASec .sec-sub-title2 p {
        font-weight: 400;
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .whatsappLayoutDiv {
        width: 100%;
        height: auto;
        float: left;
        margin: 30px 0px 0px 0px;
    }
    .whatsappLayoutThumbnailText {
        margin-top: 20px;
    }
    .whatsappLayoutImg {
        width: 100%;
        display: none;
    }
    .QuickReplySec {
        margin-top: 0px;
    }
    .MTRow01 {
        margin-top: 20px;
    }
    .CheckPoints>ul li {
        margin: 0px 0px 10px 0px;
        display: flex;
        padding: 8px 0px;
        text-align: left;
    }
    .CustomCardFooter {
        padding: 20px 20px 20px 20px;
    }
    .CustomCardFooter span {
        font-size: 14px;
    }
    .WOWhyPickyBox {
        padding: 20px;
    }
    .WOWhyPicky {
        padding-left: 25px;
        padding-right: 25px;
    }
    .WOWhyPickyBoxHead {
        padding: 0px 15px !important;
    }
    .WOWhyPickyBoxHead h2 {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .WOWhyPickyBoxHead p {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .WOWhyPickyRowBoxPara {
        font-size: 15px;
        line-height: 23px;
    }
    .WOWhyPickyRowBoxIcon h3 {
        padding-left: 45px;
        line-height: 20px;
        font-size: 16px;
    }
    .WOWhyPickyRowBoxIcon i {
        top: 5px;
        font-size: 31px;
    }
    .WOWhyPickyRowBox .CheckPoints>ul li {
        margin: 0px 0px 10px 0px;
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip-show {
        line-height: 25px;
    }
    .crpt-modern .pt-tooltip-right-top, .crpt-modern .pt-tooltip-left-top {
        left: 0;
    }
    .WOWAccRow02 {
        margin: 0px;
    }
    .bannerImgContainer>img {
        width: 200px;
    }
}
@media (min-width: 768px) and ( max-width: 1023px) {
    .LCTBImgDivVideo {
        width: 360px;
        margin: auto;
        margin-bottom: 20px !important;
    }
    .BB2XBG {
        padding-top: 100px;
    }
    .AccoWrapperImg {
        width: 360px;
        margin: auto;
    }
    .LCTBImgDiv>img {
        width: 360px;
        margin: auto;
    }
    .BannerLCTBTxt {
        margin-top: 80px;
    }
    .LiveChatBanner {
        background-image: none;
        background-color: #000;
    }
    .lightBgLCTB16 {
        padding: 200px 0px 60px 0px;
    }
    .book-view {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .AccoWrapper .panel-title>a span i {
        display: none;
    }
    .lightBgLCTBContainer14 {
        padding: 0;
    }
    .CheckPointsInTabs {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
    .PBCRow {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .AccoWrapper {
        padding: 0px 10px;
    }
    .lightBgLCTB {
        background-color: #f7faff;
        padding-left: 25px;
        padding-right: 25px;
    }
    .about .content {
        text-align: center;
    }
    .LCTBImgDiv {
        padding-bottom: 20px;
        margin-top: -140px;
    }
    .LCTBContainerLeft {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .LCTBContainerRight {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .lightBgLCTB1, .lightBgLCTB2, .lightBgLCTB5, .lightBgLCTB6, .lightBgLCTB7, .lightBgLCTB8, .lightBgLCTB9, .lightBgLCTB10, .lightBgLCTB11, .lightBgLCTB12, .lightBgLCTB17 {
        padding: 140px 25px 60px 25px;
        background: #fff;
    }
    .icon-boxesIn {
        padding: 0;
        width: 100%;
    }
    .WOWASecRow {
        margin: 0 0 20px 0;
    }
    .LCTBiconBoxes {
        margin: 0;
    }
    .bx-LCTB {
        padding: 0px;
    }
    .LiveChatBanner {
        padding: 0px 0px 50px 0px;
    }
    .BILC {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .BannerLCTBContainer {
        padding-left: 0px;
        display: flex;
        -webkit-display: flex;
        flex-flow: column;
        -webkit-flex-flow: column;
    }
    .TeamBoxContainBoxItem {
        padding: 12px 0px;
    }
    .TeamBoxContainBox {
        width: 100%;
        padding: 10px 10px 10px 0px;
    }
    .TeamBoxContain {
        padding-left: 0px;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .about .content {
        padding: 0px;
    }
    .LCTBC14ContentRow {
        flex-flow: column;
        -webkit-flex-flow: column;
    }
    .crpt-modern .pt-cols .pt-col {
        width: 48%;
        margin: 1%;
    }
    .CustomCardTitle {
        padding: 20px 20px 20px 20px;
    }
    .CustomCardBody {
        min-height: auto;
        padding: 0px 20px 20px 20px;
    }
    .whatsappLayoutDiv {
        margin: 20px 0px 20px 0px;
    }
    .whatsappLayoutDivIn {
        position: unset;
        height: auto;
    }
    .whatsappLayoutText {
        position: unset;
        width: 46%;
        float: left;
        margin: 2%;
    }
    .WALThumbnailContainer {
        width: 100%;
        min-height: 320px;
        float: left;
        padding: 20px;
        background: #fff;
        margin-bottom: 25px;
        box-shadow: 0px 1px 12px -2px rgb(0 0 0 / 20%);
    }
    .bannerContainer {
        display: block;
    }
    .bannerTxtContainer {
        text-align: center;
        width: 100%;
    }
    .withIconAndTxt {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .bannerTxtContainer h2 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .bannerTxtContainer h3 {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .bannerBtnContainer {
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .bannerImgContainer {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .bx-lf {
        padding: 20px;
        border-radius: 10px 10 0 0px;
    }
    .bx-rt {
        padding: 20px;
        border-radius: 0px 0 10px 10px;
    }
    .bx-lf .sec-sub-title2 p {
        font-size: 15px;
        line-height: 23px;
    }
    .bx-lf h3 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .all_abt_whs_list ul li {
        padding: 0px;
        margin: 0 5px 15px 5px;
    }
    .WOWASec .sec-title h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .WOWASec .sec-sub-title2 p {
        font-weight: 400;
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }
    .whatsappLayoutDiv {
        width: 100%;
        height: auto;
        float: left;
        margin: 30px 0px 0px 0px;
    }
    .whatsappLayoutThumbnailText {
        margin-top: 20px;
    }
    .whatsappLayoutImg {
        width: 100%;
        display: none;
    }
    .QuickReplySec {
        margin-top: 0px;
    }
    .MTRow01 {
        margin-top: 20px;
    }
    .CheckPoints>ul li {
        margin: 0px 0px 10px 0px;
        display: flex;
        padding: 8px 0px;
        text-align: left;
    }
    .CustomCardFooter {
        padding: 20px 20px 20px 20px;
    }
    .CustomCardFooter span {
        font-size: 14px;
    }
    .WOWhyPickyBox {
        padding: 20px;
    }
    .WOWhyPicky {
        padding-left: 25px;
        padding-right: 25px;
    }
    .WOWhyPickyBoxHead {
        padding: 0px 15px !important;
    }
    .WOWhyPickyBoxHead h2 {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0px;
    }
    .WOWhyPickyBoxHead p {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .WOWhyPickyRowBoxPara {
        font-size: 15px;
        line-height: 23px;
    }
    .WOWhyPickyRowBoxIcon h3 {
        padding-left: 45px;
        line-height: 20px;
        font-size: 16px;
    }
    .WOWhyPickyRowBoxIcon i {
        top: 5px;
        font-size: 31px;
    }
    .WOWhyPickyRowBox .CheckPoints>ul li {
        margin: 0px 0px 10px 0px;
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip-show {
        line-height: 25px;
    }
    .crpt-modern .pt-tooltip-right-top, .crpt-modern .pt-tooltip-left-top {
        left: 0;
    }
    .WOWAccRow02 {
        margin: 0px;
    }
    .bannerImgContainer>img {
        width: 200px;
    }
}
@media (min-width: 0px) and ( max-width: 1023px) {
    .lightBgLCTBVideo {
        padding: 60px 0px 60px 0px;
        margin-bottom: 40px;
    }
}
.lightBgLCTBVideoTxt
{
    margin-bottom: 40px;
}