.nav-upMenu {
    top: -61px;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}

.whatsappOffBanner {
    margin-top: 57px;
    background-image: url(../img/whatsapp-offical/banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f7faff;
    padding: 30px 0px;
}

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

.withIconAndTxt {
    display: flex;
    justify-content: start;
    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: #444;
}

.bannerContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bannerTxtContainer {
    padding: 0px;
}

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

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

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

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

.outlinedBtnCss:hover {
    background: transparent;
    color: #449d44;
    border: 1px solid #449d44;
}

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

.bannerImgContainer {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
}

.bannerImgContainer>img {
    width: 80%;
}

.bannerBottom2xBg {
    background: #f7faff;
    padding-top: 0px;
}

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

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

.WOWASec {
    background: #fff;
}

.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: 15px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
}

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

.CheckPoints {
    margin-top: 10px;
}

.CheckPoints>ul {}

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

.CheckPoints>ul li i {}

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

.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;
}

.panel-default {
    border-color: transparent;
    box-shadow: none;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border-color: none;
    padding-bottom: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid transparent;
    padding-top: 6px;
}

.faq_h {
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.WOCard {
    padding: 0;
    border: none;
}

.WOBody {
    padding: 30px;
    /* min-height: 450px; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.WOBody-title>b {
    font-size: 22px;
    font-weight: 600;
}

.WOBody-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.WOBody p {
    font-weight: 200;
    line-height: 29px;
    font-size: 17px;
    color: #333;
    margin-bottom: 20px;
}

.WOCardBlue {
    background: #f1f5fd !important;
}

.WOCardRed {
    background: #fcf4f6 !important;
}

.WOCardGreen {
    background: #f5faf7 !important;
}

.WOCardBlueTxt {
    color: #2196f3 !important;
}

.WOCardRedTxt {
    color: #e91e63 !important;
}

.WOCardGreenTxt {
    color: #4caf50 !important;
}

.WOBody a:hover {
    font-weight: 600;
}

.WOBody-img {
    display: flex;
    justify-content: center;
}

.WOBody-img>img {
    width: 90%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.WOBody-video {
    display: flex;
    justify-content: center;
}

.WOBody-video video {
    width: 90%;
    /* box-shadow: -3px 2px 1px 2px #9ca8d9; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.MessageTypeSecUpdated {
    padding-top: 250px;
}

.LCTBContainerLeft a:hover {
    font-weight: 600;
}

.LCTBC14ContentRowUpdated {
    /* flex-direction: column; */
}

.TeamBoxContainBoxItemUpdated {
    /* flex-direction: column; */
}

.TeamBCIUpdated {
    margin-bottom: 10px;
}

.LCTBC14ContentRowUpdated .TeamBoxContain {
    padding-left: 0px;
}

.lightBgLCTBContainer14 .book-view img {
    margin: auto;
}

.LCTBImgDivVideoWO {
    box-shadow: none !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.lightBgLCTB4WO {
    padding-top: 250px;
}

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

.outlinedBtnCssWhite:hover {
    background: #fff;
    color: #677de8;
    border: 1px solid #fff;
}

/*****17-09-2021*****/

.SBIMGContent {
    /* background-image: url(../img/GeoBg.png); */
    background: #f7faff;
    padding: 20px 20px;
    width: 100%;
    background-size: 100%;
    margin: 0px 0px 30px 0px;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 7px 0px rgb(195 195 195 / 40%);
    -webkit-box-shadow: 0px 4px 7px 0px rgb(195 195 195 / 40%);
}

.SBIMGCLft {
    float: left;
    width: 70%;
}

.SBIMGCRgt {
    float: left;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.SBIMGCRgt_bx_dv img {
    width: 100px;
    float: left;
    /* height: 52px; */
}

.SBIMGCRgt_bx_content {
    padding-left: 20px;
}

.SBIMGCRgt_bx_content h3 {
    color: #64b161;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.SBIMGCRgt_bx_contentWO {
    font-size: 20px;
    color: #000;
    line-height: 28px;
}

.SBIMGCRgt_bx_content p {
    /* font-size: 15px; */
    color: #000;
}

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

.SBIMGCRgtBtn {
    width: 140px;
    background: #88bf40;
    color: #fff;
}

.SBIMGCRgtBtn:hover {
    background: #76a835;
    color: #fff;
}

.SBIMGCRgtLink {
    color: #000;
    margin-top: 10px;
    text-decoration: underline !important;
    font-weight: 600;
}

.SBIMGContentBeta {
    background-image: url(../img/GeoBg.png);
    /* background: #fff; */
    padding: 20px 20px;
    width: 100%;
    background-size: 100%;
    margin: 0px 0px 30px 0px;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 7px 0px rgb(195 195 195 / 40%);
    -webkit-box-shadow: 0px 4px 7px 0px rgb(195 195 195 / 40%);
}

.SBIMGCLftBeta {
    display: flex;
    float: left;
    width: 70%;
    justify-content: flex-start;
    align-items: center;
}

.SBIMGCRgtBeta {
    float: left;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.SBIMGCRgt_bx_dvBeta img {
    width: 52px;
    float: left;
    height: 52px;
}

.SBIMGCRgt_bx_contentBeta {
    padding-left: 0px;
}

.SBIMGCRgt_bx_contentBeta h3 {
    color: #fd9025;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.SBIMGCRgt_bx_contentBeta p {
    color: #000;
    font-size: 15px;
}

.SBIMGCRgt_bx_contentBeta p a:hover {
    color: #fd9025;
}

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

.SBIMGCRgtBeta img {
    width: 90px;
    margin: 30px;
}

.CheckPointsAdvtng>ul li div {
    background: #e0f1f9;
    padding: 20px 10px 20px 20px;
    width: 100%;
}

.CheckPointsAdvtng>ul li span {
    left: 44px;
}

.ruleByWhtsap {
    margin-top: 20px;
}

.ruleByWhtsapcontainer {
    margin-top: 30px;
}

.ruleByWhtsapIcn {
    font-size: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.WOCardRedPara {
    display: flex
}

.WOCardRedPara>i {
    margin-top: 7px;
    padding-right: 10px;
    color: #3a5664;
    font-size: 14px;
}

.whtappComrContain {
    margin-top: 50px;
    margin-bottom: 20px;
}

.UsageCalcuWrap {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.UsageCalcuWrapIn {
    width: 100%;
    display: flex;
}

.UsageCalcuWrapInput {
    width: 98%;
    margin: 0px 1% 10px 1%;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.UsageCalcuWrapInput:first-child {
    margin-left: 0px;
}

.UsageCalcuWrapInput>label {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 5px 10px;
    font-weight: 400;
    color: #333;
    background: #f4fcf8;
    font-size: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.UsageCalcuWrapInput>input {
    float: left;
    width: 100%;
    border: none;
    background: transparent;
    color: #000;
    box-shadow: none;
    padding: 5px 10px;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    height: 40px;
}

.UsageCalcuWrapInput>input:focus {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.UsageCalcuWrapInput>input:focus-within {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.UsageCalcuWrapbtn {}

.UsageCalcuWrapbtn>button {
    height: 73px;
    width: 130px;
    font-size: 20px;
    /* background: #daf7c1;
    color: #000;
    border: 1px solid #daf7c1; */
}

.UsageCalcuChngCurr {}

.UsageCalcuChngCurr>img {
    width: 25px;
    margin: 0px 5px;
}

.UsageCalcuChngCurr>span {
    text-decoration: underline;
    color: #f44336;
    cursor: pointer;
}

.UsageCalcuChngCurr>span:hover {
    color: #000;
}

/*******/

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -130px;
    padding: 10px;
    width: 260px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

@media (min-width: 0px) and (max-width: 559px) {
    .UsageCalcuDwnRow {

        padding: 0px 10px;
    }

    .UsageCalcuCurrRow {
        padding: 0px 15px;
    }

    .UsageCalcuCurr {
        padding: 0px 10px;
    }

    .UsageCalcuWrap {
        padding: 0px 10px;
    }

    .UsageCalcuWrapbtn>button {
        height: 73px;
        width: 100%;
    }

    .UsageCalcuWrapInput {
        width: 100%;
        margin: 0px 0% 10px 0%;
    }

    .UsageCalcuWrapIn {
        flex-direction: column;
    }

    .whtappComrContain {
        margin-top: 20px;
    }

    .SBIMGCRgt_bx_dv {
        display: block;
        align-items: center;
    }

    .SBIMGContent {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .SBIMGCLft {
        width: 100%;
    }

    .SBIMGCRgt {
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }

    .SBIMGCRgtBeta {
        width: 100%;
        align-items: center;
    }

    .SBIMGCRgt_bx_content {
        padding-left: 0px;
        width: 100%;
        float: left;
        margin-top: 20px;
        text-align: center;
    }

    .SBIMGCRgt_bx_dv img {
        width: 70px;
        float: unset;
        height: 70px;
        margin: auto;
        display: block;
    }

    .SBIMGContentBeta {
        flex-direction: column-reverse;
    }

    .SBIMGCLftBeta {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .SBIMGCRgtBeta img {
        width: 90px;
        margin: 10px 30px 30px 30px;
    }

    .lightBgLCTB4WO {
        padding-top: 150px;
    }

    .WOBody-img {
        width: 240px !important;
        margin-bottom: 20px !important;
        margin: auto;
    }

    .LCTBImgDivVideo {
        width: 240px !important;
        margin-bottom: 20px !important;
        margin: auto;
    }

    .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;
    }

    .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;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bannerImgContainer {
        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 30px 0px;
    }

    .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;
        width: 100%;
    }

    .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) {
    .UsageCalcuDwnRow {

        padding: 0px 10px;
    }

    .UsageCalcuCurrRow {
        padding: 0px 15px;
    }

    .UsageCalcuCurr {
        padding: 0px 10px;
    }

    .UsageCalcuWrap {
        padding: 0px 10px;
    }

    .UsageCalcuWrapbtn>button {
        height: 73px;
        width: 100%;
    }

    .UsageCalcuWrapInput {
        width: 100%;
        margin: 0px 0% 10px 0%;
    }

    .UsageCalcuWrapIn {
        flex-direction: column;
    }

    .whtappComrContain {
        margin-top: 20px;
    }

    .lightBgLCTB4WO {
        padding-top: 150px;
    }

    .WOBody-img {
        width: 340px !important;
        margin-bottom: 20px !important;
        margin: auto;
    }

    .LCTBImgDivVideo {
        width: 340px !important;
        margin-bottom: 20px !important;
        margin: auto;
    }

    .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;
    }

    .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;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .bannerImgContainer {
        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;
    }

    .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 {
        width: 100%;
        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) {
    .MessageTypeSecUpdated {
        padding-top: 100px;
    }

    .lightBgLCTBContainer14 .book-view img {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .LCTBC14ContentRowUpdated {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .lightBgLCTB4WO {
        padding-top: 150px;
    }

    .LCTBC14ContentRowUpdated .TeamBoxContain {
        padding-left: 0px;
        flex-direction: inherit;
    }

    .LCTBC14ContentRowUpdated .TeamBoxContainBox {
        width: 50%;
    }

    .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%);
    }

    .whatsappLayoutDivIn {
        position: unset;
        height: auto;
    }

    .whatsappLayoutDiv {
        width: 100%;
        height: auto;
        float: left;
        margin: 30px 0px 0px 0px;
    }

    .whatsappLayoutImg {
        width: 100%;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .WOBody-img {
        width: 340px !important;
        margin-bottom: 20px !important;
        margin: auto;
    }

    .LCTBImgDivVideo {
        width: 340px !important;
        margin-bottom: 20px !important;
        margin: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .lightBgLCTB4WO {
        padding-top: 150px;
    }
}