body {
    color: #000;
}

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

.connectorPage {
    background: #fff;
}

.brands {
    background: #fff;
}

.footerStripe {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
}

.playBtnConLCTB {
    margin: unset;
}

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

.CBTxtContainer h2 {
    /* color: rgba(62, 56, 82, 1); */
    color: #000;
    line-height: 1.45;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.CBTxtContainer h3 {
    font-size: 25px;
    font-weight: 200;
    line-height: 40px;
    /* color: rgba(62, 56, 82, 1); */
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

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

.connector-funnel {
    background: #fff;
}

.connector-funnel img {
    width: 100%;
    margin-top: -60px;
}

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

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

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

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

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

.connectorPage h2 {
    /* color: rgba(62, 56, 82, 1); */
    color: #000;
    line-height: 1.45;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.connectorPage p {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    /* color: rgba(62, 56, 82, 1); */
    color: #000;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

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

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

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

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

.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, .lightBgLCTB6, .lightBgLCTB7, .lightBgLCTB8, .lightBgLCTB9, .lightBgLCTB10, .lightBgLCTB11, .lightBgLCTB12, .lightBgLCTB17 {
    padding: 200px 0px 60px 0px;
}

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

.lightBgLCTB4 {
    padding: 200px 0px 60px 0px;
}

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

.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: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

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

.EventAB2, .EventAB4 {
    margin-top: 45px;
}

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

.EventBoxesContainer {}

.EventBox {
    width: 140px;
    height: 140px;
    float: left;
    background: #fff;
    padding: 15px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%);
    /* margin-bottom: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.EventBoxIn {
    width: 100%;
    float: left;
    text-align: center;
}

.EventBox:hover {
    /* border-color: #8dc642; */
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 10%);
}

.EventBoxIn strong {
    width: auto;
    float: left;
    background: #8bc34a;
    padding: 2px 10px;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 200;
}

.EventBoxIn b {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333;
}

.EventBoxIn span {
    width: 100%;
    font-size: 13px;
    color: #333;
    float: left;
}

.EventBoxesRow {
    display: flex;
    justify-content: center;
}

.EventBoxesCol {
    padding: 20px;
    width: auto;
}

.EventBoxImg {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.EventBoxImg>img {
    width: 40px;
    margin: auto;
}

.EventBox1 {
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.EventBox2 {
    -ms-transform: rotate(-7deg);
    transform: rotate( -7deg);
    margin-top: -50px;
}

.EventBox3 {
    -ms-transform: rotate(12deg);
    transform: rotate( 12deg);
    margin-top: -50px;
}

.EventBox4 {
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.EventBox5 {}

.EventBox6 {
    /* -ms-transform: rotate(-10deg);
    transform: rotate( -10deg); */
    /* margin-top: -40px; */
}

.EventBox7 {
    /* -ms-transform: rotate(10deg);
    transform: rotate( 10deg); */
    /* margin-top: -40px; */
}

.EventBox9 {
    /* margin-top: -40px; */
}

.EventBox8 {}

.EventHeaderRow {}

.EventHeaderRow h3 {
    font-size: 40px;
    font-weight: 400;
    color: rgba(62, 56, 82, .5);
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
}

.FilterHeaderRow {}

.FilterHeaderRow h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(62, 56, 82, .5);
    text-align: center;
    margin-bottom: 10px;
    margin-top: 35px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.EventFooterRow {}

.EventFooterRow h3 {
    font-size: 40px;
    font-weight: 400;
    color: #8dc642;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 80px;
    margin-top: -50px;
}

.FilterBoxesContainer {
    /* background: #efefef; */
    padding-top: 0px;
}

.EventBoxLg {
    width: 260px;
    height: 260px;
    float: left;
    background: #fff;
    padding: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%);
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.leftRightx2In {
    border-radius: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 30px 0px 30px;
}

.leftRightBoxes {
    position: relative;
}

.LRx2In1 {
    background-image: linear-gradient( 120deg, #84fab0 0%, #8fd3f4 100%);
}

.LRx2In1Overlay {
    position: absolute;
    background-color: #eaffea;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.LRx2In2 {
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

.LRx2In2Overlay {
    position: absolute;
    background-color: #eaffea;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.LRx2In3 {
    background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
}

.LRx2In5 {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.LRx2In6 {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.LRx2In3Overlay {
    position: absolute;
    background-color: #e7ebff;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.LRx2In4 {
    background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
}

.LRx2In4Overlay {
    position: absolute;
    background-color: #e7ebff;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.FilterBoxesContainer, .EventBoxesContainer {
    /* position: relative; */
}

.LRx2In5Overlay {
    position: absolute;
    background-color: #eaffea;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.LRx2In6Overlay {
    position: absolute;
    background-color: #eaffea;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.LRx2In7Overlay {
    position: absolute;
    background-color: #f9f9f9;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.LRx2In8Overlay {
    position: absolute;
    background-color: #f9f9f9;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.leftRightx2In img {
    width: 400px;
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%);
    border-radius: 15px 15px 0px 0px;
}

.EndlessTab {
    display: flex;
    position: relative;
    margin-top: 50px;
}

.EndlessTabLeft {
    width: 300px;
    padding: 20px 0px;
}

.EndlessTabRight {
    position: absolute;
    left: 320px;
    height: 100%;
    right: 0px;
    display: contents;
}

.nav-EndlessTab li {
    width: 100%;
}

.nav-EndlessTab>li>a {
    color: #000000;
    cursor: pointer;
    background-color: transparent;
    border-radius: 30px 0px 0px 30px;
}

.nav-EndlessTab>li.active>a, .nav-EndlessTab>li.active>a:focus {
    /* color: #5c72f0; */
    cursor: default;
    border-left: none;
    border: none;
    border-top: none;
    font-weight: 600;
    /* background: #f3f8fd; */
    background: #f3f8fd;
    color: #5c72f0;
    border: none;
}

.nav-EndlessTab>li.active>a:hover {
    background: #fff;
    color: #5c72f0;
    border: none;
}

.nav-EndlessTab>li>a:hover {
    background: #fff;
    color: #5d73f0;
    font-weight: 600;
    border: none;
}

.nav-EndlessTab {
    border: none;
}

.nav-EndlessTab li a {
    font-size: 16px;
    text-align: right;
    margin: 0px;
}

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

.tab-pane-EndlessTab {
    background: #f3f8fd;
    border-radius: 10px;
    min-height: 100%;
    float: left;
    width: 100%;
}

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

.EndlessTabBody {
    padding: 30px;
    float: left;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    /* margin-bottom: 20px; */
}

.EndlessTabFooter {
    padding: 0px 50px 0px 50px;
    float: left;
    width: 100%;
}

.EndLBorderedBox {
    width: 100%;
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 20px;
}

.EndLBorderedBox img {
    width: 18px;
    position: absolute;
    top: 2px;
}

.EndLBorderedBox:last-child {
    margin-bottom: 0px;
}

.EndLBorderedBox>i {
    font-size: 14px;
    color: #555;
}

.EndLBorderedBox>span {
    font-size: 14px;
    padding-left: 28px;
}

.filterBB {
    /* border: 1px solid #ffc107; */
    background-image: linear-gradient(to right, #fff1a5 0%, #ffe085 100%);
    /* background: #fff2ca; 
     box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%); 
     background: rgba(255, 193, 7, 0.1); */
}

.filterBB .connectorContainContent i {
    font-size: 38px;
    color: #ff9800;
    margin-bottom: 9px;
}

/* .filterBB>i {
    color: #ffc107;
}

.filterBB .EndlessTab-title {
    color: #ffc107;
} */

.ActionBB {
    /* border: 1px solid #4caf50; */
    background-image: linear-gradient( 120deg, #84fab0 0%, #70bd74 100%);
    /* color: #333;
    background: rgb(76, 175, 80, 0.1); */
}

.ActionBB .connectorContainContent i {
    font-size: 38px;
    color: #359439;
    margin-bottom: 9px;
}

/* 
.ActionBB>i {
    color: #4caf50;
}

.ActionBB .EndlessTab-title {
    color: #4caf50;
} */

.DelayBB {
    /* border: 1px solid #2196f3; */
    background-image: linear-gradient(to top, #97aeff 0%, #a1e8ff 100%);
    /* color: #333;
    background: rgb(33, 150, 243, 0.1); */
}

.DelayBB .connectorContainContent i {
    font-size: 38px;
    color: #3f51b5;
    margin-bottom: 9px;
}

/* .DelayBB>i {
    color: #2196f3;
}

.DelayBB .EndlessTab-title {
    color: #2196f3;
} */

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

.ELBrandsIn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.ELBrandsBox {
    width: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 20px 10px 0px;
    border: 1px solid #eeeeee;
    -webkit-transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    /* padding: 20px; */
}

.ELBrandsBox:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 10%);
}

.ELBrandsBox>a {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    align-content: center;
}

.ELBrandsBox strong {
    width: 100%;
    margin-bottom: 10px;
}

.ELBrandsBox strong img {
    width: 30px;
}

.ELBrandsBox span {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    width: 100%;
    line-height: 16px;
}
.connectorMainTitle {
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
    padding: 0px 10px;
}
.EndlessTab-title {
    float: left;
    font-size: 23px;
    border-radius: 9px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.EndlessTab-title i {
    margin-right: 8px;
    font-size: 16px;
}

.EndlessTab-title>span {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%);
}

.EndlessTab-title>span>img {
    width: 18px;
}

.divfixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bg-light-gray {
    background-color: #f9fafe;
}

.bg-light-green {
    background-color: #e9f8ec;
}

.bg-light-blue {
    background-color: #f7faff;
}

.ConnecttabPane {
    padding: 0px;
}

.ConnecttabPaneIn {
    padding: 40px 40px 0px 40px;
}

.connectorContainBoxItemTop {
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 10px;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    background: #d2f0ff;
}

.connectorContainBoxItem {
    float: left;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    border-radius: 10px;
    justify-content: space-evenly;
    align-items: center;
    -webkit-transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    /* padding: 20px; */
}

.connectorContainBoxItem:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 10%);
}

.connectorBCI {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.connectorContainContent {
    text-align: center;
    width: 100%;
}

.connectorContainContent>img {
    width: 120px;
}

.connectorContainContent>h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}

.connectorContainDescr {
    /* margin-left: 10px; */
    position: relative;
    text-align: left;
    float: left;
    width: 100%;
}

.connectorContainDescr h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
}

.connectorContainDescr p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #333;
}

.EventListBoxesRow {
    display: flex;
    justify-content: center;
}

.EventListBoxesCol {
    padding: 20px;
    /* width: auto; */
}

.EventListBox {
    float: left;
    background: #fff;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%);
    width: 100%;
    -webkit-transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.EventListBox:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 10%);
}

.EventListBoxImgBgBlue {
    background-image: url(../img/connector/geobg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.EventListBoxImgBgBlue:hover {
    background-image: url(../img/connector/geobg-blue.png);
}

.EventListBoxImgBgYellow {
    background-image: url(../img/connector/geobg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.EventListBoxImgBgYellow:hover {
    background-image: url(../img/connector/geobg-yellow.png);
}

.EventListBoxImgBgGreen {
    background-image: url(../img/connector/geobg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.EventListBoxImgBgGreen:hover {
    background-image: url(../img/connector/geobg-green.png);
}

.EventListBoxImgBgred {
    background-image: url(../img/connector/geobg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.EventListBoxImgBgred:hover {
    background-image: url(../img/connector/geobg-red.png);
}

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

.EventListBoxHd {
    position: relative;
}

.EventListBoxHd span {
    position: absolute;
    right: -8px;
    top: -40px;
    height: 50px;
    width: 50px;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    border-radius: 100px;
}

.EventListBoxHd span i {}

/* .EventListBox:hover .EventListBoxHd span {
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
} */

.EventListBoxImgBgBlue .EventListBoxHd span {
    background: #2575fc;
    color: #fff;
}

.EventListBoxImgBgGreen .EventListBoxHd span {
    background: #3cba92;
    color: #fff;
}

.EventListBoxImgBgYellow .EventListBoxHd span {
    background: #fee140;
    color: #fff;
}

.EventListBoxImgBgred .EventListBoxHd span {
    background: #ff7eb3;
    color: #fff;
}

.EventListBoxImgBgBlue:hover .EventListBoxHd span {
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

.EventListBoxImgBgGreen:hover .EventListBoxHd span {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

.EventListBoxImgBgYellow:hover .EventListBoxHd span {
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.EventListBoxImgBgred:hover .EventListBoxHd span {
    background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
}

.EventListBoxHd h4 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.EventListBoxIn {
    /* min-height: 300px; */
}

.EventListBoxIn ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.EventListBoxIn ul li {
    font-size: 14px;
    margin-bottom: 4px;
    color: #555;
}

.EventActionBoxesRow {
    display: flex;
    justify-content: center;
}

.footerStripe {
    margin-top: -89.5px;
}

.EventActionBoxesCol {
    padding: 25px;
}

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

.EventActionBoxIcon {
    float: left;
    background: #fff;
    /* border: 1px solid #d3d3d3; */
    border-radius: 10px;
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%);
    width: 100%;
    -webkit-transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.EventActionBoxIcon:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.EventActionBoxHd {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}

.EventActionBoxHdBlue {
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

.EventActionBoxHdYellow {
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.EventActionBoxHdGreen {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

.EventActionBoxHdRed {
    background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
}

.EventActionBoxHd>h4 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

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

.EventActionBoxIn ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.EventActionBoxIn ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.EventActionIconTxt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
}

.EventActionIconTxt img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    float: left;
}

.EventActionIconTxt span {
    padding-left: 10px;
}

.CheckListingBoxWarp {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.CheckListingBoxLeft {
    justify-content: flex-start;
}

.CheckListingBoxRight {
    justify-content: flex-end;
}

.CheckListingBox {
    width: 100%;
    position: relative;
    border-radius: 5px;
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.CheckListingBox img {
    width: 18px;
    position: absolute;
    top: 2px;
}

.CheckListingBox:last-child {
    margin-bottom: 0px;
}

.CheckListingBox>i {
    font-size: 14px;
    color: #555;
}

.CheckListingBox>span {
    font-size: 14px;
    padding-right: 28px;
}

.CheckListingBoxLeft>span {
    padding-left: 28px;
}

.CheckListingBoxRight>span {
    padding-right: 28px;
}

.ConnecttabBanner {
    width: 100%;
    float: left;
    /* padding: 40px; */
    border-radius: 10px 10px 0px 0px;
    /* background-color: #4b768b; */
}

/* .CTBannerEcommerce {
    background-image: url(../img/connector/ecommerce-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

.ConnecttabBannerIn {
    float: left;
    width: 100%;
    background-image: url(../img/connector/geobg-blue.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position-x: 100%;
}

.CTBannerEcommerce {
    /* background-image: url(../img/connector/geobg-blue.png);
    background-size: initial;
    background-repeat: no-repeat;
    background-position-x: 100%; */
}

.EndLBorderedBoxNewWrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-left: -10px;
}

.EndLBorderedBoxNewWrap .col {
    width: 50%;
    padding: 0px 10px 20px 10px;
}

.EndLBorderedBoxNew {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    float: left;
    /* box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%); */
    display: flex;
    align-items: center;
    -webkit-transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in;
    transition: transform 175ms ease-in, opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.EndLBorderedBoxNew:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    box-shadow: -2px 4px 9px 0px rgb(0 0 0 / 5%);
}

.EndLBorderedBoxNew img {
    width: 25px;
}

.EndLBorderedBoxNew>i {
    font-size: 14px;
    color: #555;
}

.EndLBorderedBoxNew>span {
    font-size: 14px;
    padding-left: 20px;
}

.connectorBCIAdvantage {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EndlessTabBodyNew {
    background-color: transparent;
    padding: 40px 30px 30px 0px;
}

.EventHeaderRowMobile {
    display: none;
}

.LCTBImgDivVideo {
    width: 400px;
    margin: auto;
    /* box-shadow: -3px 2px 1px 2px #9ca8d9; */
    border-radius: 7px 7px 0px 0px;
}

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

.IntegrateYourApps {
    margin-top: 60px;
}

.ETFootMtop {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 0px) and ( max-width: 767px) {
    .spt-smallDevice.spt-mobileOnly {
        display: none !important;
    }
    .IntegrateYourApps {
        margin-top: 30px;
    }
    .connectorPage p {
        font-size: 16px;
        line-height: 28px;
    }
    .EventListBoxIn ul li {
        margin-left: 0px;
    }
    #Events {
        padding: 20px 0px 40px 0px;
    }
    #Filters {
        padding: 20px 0px 40px 0px;
    }
    #Delay {
        padding: 20px 0px 40px 0px;
    }
    #Actions {
        padding: 20px 0px 40px 0px;
    }
    .EventHeaderRowMobile {
        display: block;
    }
    .CheckListingBoxRight>span {
        padding-left: 28px;
    }
    .CheckListingBoxRight {
        justify-content: flex-start;
    }
    .footerStripe {
        margin-top: -64.5px;
    }
    .connectorPage {
        padding: 40px 0px 40px 0px;
    }
    .sideMenuConnectorNav {
        display: none !important;
    }
    .connectorMainCss {
        width: 100%;
    }
    .EventAB2, .EventAB4 {
        margin-top: 0px;
    }
    .EventActionBox {
        margin-bottom: 30px;
    }
    .EventActionBoxesCol {
        padding: 0px 15px;
    }
    .EventActionBoxIn ul li {
        margin: 0;
    }
    .EventListBoxesCol {
        padding: 0px;
        width: 100%;
        margin-bottom: 30px;
    }
    .nav-EndlessTab>li.active>a, .nav-EndlessTab>li.active>a:focus {
        background: #d7dfe8;
        border-radius: 40px;
    }
    .nav-EndlessTab li {
        margin: 0;
    }
    .nav-EndlessTab li:last-child {
        border-bottom: 1px solid transparent;
    }
    .EndlessTabBodyNew {
        padding: 0px !important;
    }
    .EndlessTabFooter {
        padding: 0px 20px 0px 20px;
    }
    .connectorContainDescr {
        margin-left: 0px;
    }
    .connectorBCI {
        width: 200px;
        padding: 20px 0px;
    }
    .connectorContainBoxItem {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .ConnecttabPaneIn {
        padding: 40px 20px 0px 20px;
    }
    .CTBannerEcommerce {
        margin-left: 0px;
        width: 100%;
        padding: 20px;
    }
    .connectorContainContent>h6 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .connectorContainContent {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .connectorContainContent>img {
        width: 60px;
    }
    .EndLBorderedBoxNewWrap .col {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        float: left;
    }
    .EndLBorderedBoxNewWrap {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    .connectorBCIAdvantage {
        width: 100%;
        margin-top: 20px;
    }
    .leftRightx2In img {
        width: 100%;
    }
    .EventListBoxesRow {
        display: block;
        margin: 0;
    }
    .EventActionBoxesRow {
        display: block;
        justify-content: center;
    }
    .verticalScrollProgress {
        display: none !important;
    }
    .LeftTextBoxRow {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .leftRightx1In .content {
        text-align: center;
    }
    .RightTextBoxRow {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .leftRightx1In .content {
        text-align: center;
        padding: 0px;
    }
    .leftRightxRow {
        justify-content: center;
    }
    .EventBox1 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    .EventBox2 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    .EventBox3 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    .EventBox4 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    #Events {
        height: auto !important;
        padding-top: 20px !important;
    }
    #Filters {
        height: auto !important;
    }
    #Delay {
        height: auto !important;
    }
    #Actions {
        height: auto !important;
    }
    .EventBoxesRow {
        flex-wrap: wrap;
    }
    .EventBoxesCol {
        padding: 0px 20px 20px 20px;
        width: 160px;
    }
    .EventHeaderRow h3 {
        margin-bottom: 20px;
    }
    .EndlessTab {
        flex-direction: column;
    }
    .EndlessTabLeft {
        width: 100%;
        padding: 20px;
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #f3f8fd;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .nav-EndlessTab li a {
        text-align: center;
    }
    .EndlessTabBody {
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        padding: 20px;
        margin-bottom: 0px;
    }
    .EndlessTab-title {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 600;
    }
    .connectorPage .content {
        padding: 0px;
    }
    .connectorPage h2 {
        font-size: 22px;
        margin-bottom: 20px !important;
        margin-top: 30px;
    }
    .leftRightx1 {
        width: 100%;
    }
    .CBTxtContainer h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }
    .CBTxtContainer h3 {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }
    .BannerLCTBTxt {
        margin-top: 60px;
    }
    .connector-funnel img {
        margin-top: 0px;
    }
    .EventActionBoxesCol {
        width: 100%;
    }
    .connectorContainBoxItemTop {
        display: block;
    }
}

@media (min-width: 768px) and ( max-width: 1023px) {
    .LCTBImgDivVideo {
        width: 360px;
        margin: auto;
        margin-bottom: 20px !important;
    }
    .footer {
        padding: 34px 0;
    }
    footer {
        background: #000 !important;
    }
    .connectorPage p {
        font-size: 16px;
        line-height: 27px;
    }
    .EventHeaderRowMobile {
        display: block;
    }
    .EventListBoxIn ul li {
        margin-left: 0px;
    }
    .footerStripe {
        margin-top: -64.5px;
    }
    .connectorPage {
        padding: 40px 0px 40px 0px;
    }
    .sideMenuConnectorNav {
        display: none !important;
    }
    .connectorMainCss {
        width: 100%;
    }
    .EventAB2, .EventAB4 {
        margin-top: 0px;
    }
    .EventActionBox {
        margin-bottom: 40px;
    }
    .EventActionBoxesCol {
        padding: 20px;
    }
    .EventActionBoxIn ul li {
        margin: 0;
    }
    .EventListBoxesCol {
        width: 50%;
        margin-bottom: 20px;
    }
    .nav-EndlessTab>li.active>a, .nav-EndlessTab>li.active>a:focus {
        background: #d7dfe8;
        border-radius: 40px;
    }
    .nav-EndlessTab li {
        margin: 0;
    }
    .nav-EndlessTab li:last-child {
        border-bottom: 1px solid transparent;
    }
    .EndlessTabBodyNew {
        padding: 0px !important;
    }
    .EndlessTabFooter {
        padding: 0px 20px 0px 20px;
    }
    .connectorContainDescr {
        margin-left: 0px;
    }
    .connectorBCI {
        width: 200px;
        padding: 20px 0px;
    }
    .connectorContainBoxItem {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .ConnecttabPaneIn {
        padding: 40px 20px 0px 20px;
    }
    .CTBannerEcommerce {
        margin-left: 0px;
        width: 100%;
        padding: 20px;
    }
    .connectorContainContent>h6 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .connectorContainContent {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .connectorContainContent>img {
        width: 60px;
    }
    .EndLBorderedBoxNewWrap .col {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        float: left;
    }
    .EndLBorderedBoxNewWrap {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    .connectorBCIAdvantage {
        width: 100%;
        margin-top: 20px;
    }
    .leftRightx2In img {
        width: 100%;
    }
    .EventListBoxesRow {
        display: block;
        margin: 0;
    }
    .EventActionBoxesRow {
        display: block;
        justify-content: center;
    }
    .verticalScrollProgress {
        display: none !important;
    }
    .EventBox1 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    .EventBox2 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    .EventBox3 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    .EventBox4 {
        -ms-transform: rotate(0deg);
        transform: rotate( 0deg);
        margin-top: 0px;
    }
    #Events {
        height: auto !important;
        padding-top: 20px;
        padding: 40px 0px;
    }
    #Filters {
        height: auto !important;
        padding: 40px 0px;
    }
    #Delay {
        height: auto !important;
        padding: 40px 0px;
    }
    #Actions {
        height: auto !important;
        padding: 40px 0px;
    }
    .EventBoxesRow {
        flex-wrap: wrap;
    }
    .EventBoxesCol {
        padding: 0px 20px 20px 20px;
        width: 160px;
    }
    .EventHeaderRow h3 {
        margin-bottom: 20px;
    }
    .EndlessTab {
        flex-direction: column;
    }
    .EndlessTabLeft {
        width: 100%;
        padding: 20px;
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #f3f8fd;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .nav-EndlessTab li a {
        text-align: center;
        padding: 10px;
    }
    .EndlessTabBody {
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        padding: 20px;
        margin-bottom: 0px;
    }
    .EndlessTab-title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .connectorPage .content {
        padding: 0px;
    }
    .connectorPage h2 {
        font-size: 22px;
        margin-bottom: 20px !important;
        margin-top: 30px;
    }
    .leftRightx1 {
        width: 100%;
    }
    .CBTxtContainer h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }
    .CBTxtContainer h3 {
        font-size: 15px;
        line-height: 23px
    }
    .BannerLCTBTxt {
        margin-top: 60px;
    }
    .connector-funnel img {
        margin-top: 0px;
    }
    .EventActionBoxesCol {
        width: 50%;
    }
    .connectorContainBoxItemTop {
        display: block;
    }
}

@media (min-width: 1024px) and ( max-width: 1279px) {
    .side-menu {
        left: 10px !important;
    }
    .side-menu .active span {
        font-size: 24px !important;
    }
    .connectorPage p {
        font-size: 18px;
    }
}

@media (min-width: 0px) and ( max-width: 559px) {
    .LCTBImgDivVideo {
        width: 240px;
        margin-bottom: 20px !important;
        margin: auto;
    }
    .EventActionBoxesCol {
        width: 100%;
    }
    .connectorContainBoxItemTop {
        display: block;
    }
}

@media (min-width: 560px) and ( max-width: 767px) {
    .LCTBImgDivVideo {
        width: 360px;
        margin: auto;
        margin-bottom: 20px !important;
    }
    .leftRightx2In img {
        width: 300px;
    }
}