@font-face {
    font-family: "icomoon";
    src: url("https://completesms.com/wp-content/themes/redoxygen/assets/icomoon/industry-icon/fonts/icomoon.eot?1vo6j1");
    src: url("https://completesms.com/wp-content/themes/redoxygen/assets/icomoon/industry-icon/fonts/icomoon.eot?1vo6j1#iefix") format("embedded-opentype"),
        url("https://completesms.com/wp-content/themes/redoxygen/assets/icomoon/industry-icon/fonts/icomoon.ttf?1vo6j1") format("truetype"),
        url("https:/completesms.com/wp-content/themes/redoxygen/assets/icomoon/industry-icon/fonts/icomoon.woff?1vo6j1") format("woff"),
        url("https:/completesms.com/wp-content/themes/redoxygen/assets/icomoon/industry-icon/fonts/icomoon.svg?1vo6j1#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
    /*font-family: "icomoon" !important;*/
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom:15px;
}
.icon-fi-bell:before {
    content: "\e900";
    color: #007D7D;
}
.icon-fi-br-clock:before {
    content: "\e901";
    color: #00DABC;
}
.page-template-page-industry-child .slick-arrow:hover {
    color: #00DABC;
}
.page-template-page-industry-parent-landing,
.page-template-page-industry-child {
    overflow-x: hidden;
}
@media (min-width: 1200px) {
    .page-template-page-industry-parent-landing .container,
    .page-template-page-industry-child .container {
        max-width: 1390px;
        width: 100%;
    }
}

.industry-banner .masthead:before {
    content: none;
}

.industry-banner h1 {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 22px;
}

.industry-banner .masthead-cont {
    padding: 50px 0;
    text-align: center;
}

.industry-banner .masthead-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
}

.industry-banner .masthead-banner img {
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-template-page-industry-child .container .industry-banner .masthead-banner img {
    right: -32%;
}

.industry-banner .masthead-cont {
    background-color: transparent;
}

.industry-banner .btn-primary {
    background: #007D7D !important;
    border-radius: 50px;
    border-bottom-right-radius: 0;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 14px;
}

.industry-banner .btn-primary:after {
    content: "\e916";
    color: #007D7D !important;
    font-family: "icomoon";
    font-size: 9px;
    background: #fff;
    border-radius: 100%;
    padding: 4px;
    margin-left: 10px;
    top: -2px;
    position: relative;
}

.industry-banner .btn-primary:hover {
    background: #005f5f !important;
}

.industry-banner .btn-primary:hover:after {
    color: #005f5f !important;
}

.industry-banner.masthead--turquoise .btn-primary {
    background: #641964 !important;
}

.industry-banner.masthead--turquoise .btn-primary:after {
    color: #641964 !important;
}

.industry-banner.masthead--turquoise .btn-primary:hover {
    background: #471247 !important;
}

.industry-banner.masthead--turquoise .btn-primary:hover:after {
    color: #471247 !important;
}

@media (min-width: 768px) {
    .industry-banner .masthead-cont {
        padding: 70px 0;
    }

    .industry-banner h1 {
        font-size: 48px;
    }
}
@media (min-width: 1200px) {
    .industry-banner .masthead-cont {
        padding: 120px 0;
    }
}

/*
** Image Cards -- .industry-service ---------------------> START
*/

.industry-service-section {
    background: #fff;
    padding: 5px 0 60px;
}
.industry-service-head {
    text-align: center;
    max-width: 1100px;
    margin: auto auto 39px;
}
.industry-service-head p {
    line-height: 1.75em;
    margin-top: 20px;
}
.industry-service-section .col-industry {
    margin-bottom: 35px;
}
.industry-service-image {
    margin-bottom: 27px;
}
.industry-service-content {
    padding: 35px 45px 55px 40px;
    border-radius: 25px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    /*cursor: pointer;*/
    min-height: 100%;
    text-align: center;
    display: block;
    color: #787878;
}
.industry-service-desc h4,
.industry-service-desc strong {
    font-size: 18px;
    font-weight: 900;
}
.industry-service-desc p {
    margin-top: 5px;
    line-height: 1.75em;
    margin-bottom: 25px;
}
.industry-service-image,
.industry-service-desc,
.industry-service-content .btn-wrapper {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.industry-service-image {
    opacity: 1;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.industry-service-image .industry-icon-image,
.industry-service-image > img {
    height: auto;
    width:  auto;
    max-width: 100%;
    display: block;
}
.industry-service-content .btn-primary {
    border-radius: 50px;
    border-bottom-right-radius: 0;
    line-height: 1.2;
}
.industry-service-content .btn-primary:after {
    content: "\e916";
    color: #641964;
    font-family: "icomoon";
    font-size: 9px;
    background: #fff;
    border-radius: 100%;
    padding: 4px;
    margin-left: 10px;
    top: -2px;
    position: relative;
}
.industry-service-content .btn-primary:hover:after {
    color: #ba0f12;
}
@media (min-width: 768px) {
    .industry-service-section {
        padding: 10px 0 90px;
    }
    .industry-service-section .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        min-height: 100%;
    }
}
@media (min-width: 1024px) {
    .industry-service-content .btn-wrapper {
        position: absolute;
        bottom: 0;
        opacity: 0;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
    }
    .industry-service-content:hover .industry-service-image {
        opacity: 0;
    }
    .industry-service-content:hover .industry-service-desc {
        transform: translateY(-120px);
    }
    .industry-service-content:hover .btn-wrapper {
        opacity: 1;
        bottom: 45px;
    }
    .industry-service-desc p {
        height: 80px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .industry-service-content:hover .industry-service-desc p {
        height: 160px;
        width: 100%;
        position: absolute;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 6;
    }
}
@media (min-width: 1200px) {
    .industry-service-section {
        padding: 10px 0 149px;
    }
    .industry-service-section .container {
        max-width: 1384px;
        width: 100%;
    }
}

/* Image Cards -- .industry-service ---------------------> END */

/* INDUSTRY CTA SECTION */
.industry-callbar-container .call-bar-cont {
    background: rgb(100, 25, 100);
    background: -moz-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: linear-gradient(to right, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
}

.industry-callbar-container .btn-big {
    background: #007D7D !important;
    border-radius: 50px;
    border-bottom-right-radius: 0;
}

.industry-callbar-container .btn-big:after {
    content: "\e916" !important;
    color: #007D7D !important;
    font-family: "icomoon";
    font-size: 9px;
    background: #fff;
    border-radius: 100%;
    padding: 4px;
    margin-left: 15px;
    top: -2px;
    position: relative;
}

.industry-callbar-container .btn-big:hover {
    background: #007D7D !important;
    opacity: 0.8;
}

.industry-callbar-container.bg-turquoise .btn-big {
    background: #641964 !important;
}

.industry-callbar-container.bg-turquoise .btn-big:after {
    color: #641964 !important;
}

.industry-callbar-container.bg-turquoise .btn-big:hover {
    background: #471247 !important;
}

.industry-callbar-container.font-size-medium h3 {
    font-size: 28px;
}

.industry-callbar-container h3 span {
    font-size: 20px;
    display: block;
    font-weight: 600;
    line-height: 30px;
    margin-top: 15px;
}

.industry-callbar-container.font-size-medium .call-bar-cont {
    padding: 40px 0px 50px;
}

/* Call Bar Color Option */

.bg-blue .btn-big,
.bg-blue .btn-big:hover {
    background: #641964 !important;
}

.bg-blue .btn-big:hover {
	opacity: 0.8;
}

.bg-blue .call-bar-cont {
	background: #007D7D;
}

.bg-turquoise .call-bar-cont {
    background: #007D7D;
}

.bg-lime-green .call-bar-cont {
	background: #b5d334;
}

.bg-green .call-bar-cont {
	background: #3E734E;	
}

.bg-gray .call-bar-cont {
	background: #e5e5e5;	
}

.content-dark .call-bar-btn h3 { 
	color: #0e1b23;
}

.bg-gray .call-bar-cont img{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	mix-blend-mode: multiply;
	opacity: .07;
	left: -31%;
	top: 25px;
}


.industry-clip-path {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 97%, 0 86%);
	clip-path: polygon(0 0, 100% 15%, 100% 97%, 0 86%);
    background: #007D7D;
}


.slash-purple .industry-clip-path { background: #641964; }

.slash-turquoise .industry-clip-path { background: #007D7D; }

.slash-gray .industry-clip-path{ background: #e5e5e5; }

.industry-callbar-container .call-bar::before { display: none !important; }

@media (min-width: 1025px) {
	.industry-clip-path {
		-webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 65%);
		clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 65%);
	}
	.call-bar:before {
		height: 100%;
		top: -5px;
	}
	
    .industry-callbar-container .cbc_btn_cont {
        width: 30%;
        text-align: right !important;
    }
}
.btn-industry {
    border-radius: 50px;
    border-bottom-right-radius: 0;
    font-weight: 400;
    line-height: 1.3;
}
.btn-industry:after {
    content: "\e916";
    color: #641964;
    font-family: "icomoon";
    font-size: 9px;
    background: #fff;
    border-radius: 100%;
    padding: 4px;
    margin-left: 10px;
    top: -2px;
    position: relative;
}
.masthead-container.industry-child-banner {
    overflow: unset;
    background: rgb(100, 25, 100);
    background: -moz-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: linear-gradient(to right, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
}
.masthead-container.industry-child-banner.masthead--purple {
    background: rgb(100, 25, 100);
    background: -moz-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: linear-gradient(to right, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
}
.masthead-container.industry-child-banner.masthead--turquoise {
    background: rgb(0, 125, 125);
    background: -moz-linear-gradient(left, rgba(0, 125, 125, 1) 0%, rgba(0, 125, 125, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 125, 125, 1) 0%, rgba(0, 125, 125, 1) 100%);
    background: linear-gradient(to right, rgba(0, 125, 125, 1) 0%, rgba(0, 125, 125, 1) 100%);
}
.industry-child-banner .masthead-content img,
.industry-child-banner .banner-mock-content img {
    opacity: 1;
    position: relative;
    left: unset;
    top: unset;
    height: 63px;
    width: 63px;
    object-fit: contain;
}
.industry-child-banner .masthead-content {
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
}
.banner-mock-content .mobile-image {
    position: relative;
    width: 395px;
    height: 376px;
    border-radius: 25px;
    overflow: hidden;
    margin-left: auto;
}
.banner-mock-content .mobile-image img,
.banner-mock-content .mobile-device img {
    height: auto;
    width: 100%;
}

.banner-mock-content .mobile-image img {
	border-radius: 25px;
}

.banner-mock-content .mobile-device {
    max-width: 307px;
    position: absolute;
    top: 8%;
    left: 30%;
}
.sms-text {
    background: #fff;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 22px 37px;
    line-height: 23px;
    max-width: 370px;
    box-shadow: 0 13px 25px 0 rgba(51, 62, 91, 0.5);
}
.sms-text:after {
    content: "";
    background: url(../../../../../../../../themes/redoxygen/assets/img/qoute-white.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -8px;
    height: 42px;
    width: 25px;
    display: block;
}
.sms-text u,
.sms-text a {
    color: #24a59e;
}
.first-sms-text {
    border-bottom-right-radius: 20px;
    position: absolute;
    left: -44%;
    z-index: 99;
    top: 20%;
}
.first-sms-text:after {
    left: -24px;
}
.second-sms-text {
    border-bottom-left-radius: 20px;
    position: absolute;
    bottom: 30%;
    z-index: 1;
    left: 24%;
    width: 91%;
}
.second-sms-text:after {
    right: -24px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    bottom: -8px;
}
@media (min-width: 1200px) {
    .industry-child-banner .masthead-cont {
        text-align: left;
        overflow: unset;
        padding: 80px 0 73px;
    }
}
.three-column-container {
    padding: 60px 0 40px;
}
.three-column-container a {
    color: #00DABC;
    text-decoration: underline;
}
.three-column-container a:hover {
    text-decoration: none;
}
.three-header-content {
    text-align: center;
    max-width: 1095px;
    margin: auto;
    width: 100%;
    line-height: 1.75em;
}
.three-header-content h2 {
    margin-bottom: 16px;
}
.three-column-lists {
    margin-top: 40px;
}
.three-box-item {
    border: 1px solid #eff0f2;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
    padding: 50px 25px 50px 35px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 420px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.three-box-item h4 {
    font-weight: 800;
}
.three-box-item:hover {
    -webkit-box-shadow: 0 0 11px 2px rgba(121, 129, 144, 0.09);
    box-shadow: 0 0 11px 2px rgba(121, 129, 144, 0.09);
}
.three-front-content {
    padding-top: 40px;
}
.three-front-content h4 {
    margin-top: 50px;
}
.three-box-item .circle {
    background: rgb(0, 173, 188);
    background: -moz-linear-gradient(top, #95E0D6 0%, rgba(0, 227, 193, 1) 100%);
    background: -webkit-linear-gradient(top, #95E0D6 0%, rgba(0, 227, 193, 1) 100%);
    background: linear-gradient(to bottom, #95E0D6 0%, rgba(0, 227, 193, 1) 100%);
    border-radius: 100%;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.three-box-item .message-box {
    background: #fff;
    box-shadow: -3px 0 17px 4px rgb(121 129 144 / 20%);
    border-radius: 27px;
    border-bottom-left-radius: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    padding: 20px 20px 20px 40px;
    position: relative;
    max-width: 298.89px;
    margin: auto;
    text-align: left;
    color: #000;
    min-height: 101px;
}
.three-box-item .message-box:after {
    content: "";
    background: url(../../../../../../../../themes/redoxygen/assets/img/qoute-white.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -8px;
    left: -23px;
    height: 42px;
    width: 25px;
    display: block;
    z-index: 1;
}
.three-box-item .img,
.three-column-accordion .img {
    background: rgb(0, 173, 188);
    background: -moz-linear-gradient(top, #95E0D6 0%, rgba(0, 227, 193, 1) 100%);
    background: -webkit-linear-gradient(top, #95E0D6 0%, rgba(0, 227, 193, 1) 100%);
    background: linear-gradient(to bottom, #95E0D6 0%, rgba(0, 227, 193, 1) 100%);
    border-radius: 100%;
    width: 44px;
    height: 45px;
    margin: auto;
    line-height: 4.5;
    position: absolute;
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
    z-index: 2;
    text-align: center;
}
.three-box-item .img img,
.three-column-accordion .img img {
    width: 23px;
}
.three-column-accordion {
    margin-top: 50px;
}
.three-column-accordion .img {
    line-height: 2.8;
    left: 0;
    top: 35px;
    position: absolute;
}
.three-column-accordion .accordion-title > div:not(.img) {
    padding-left: 60px;
}
.three-front-content,
.three-overlay-content {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.three-front-content {
    opacity: 1;
}
.three-overlay-content {
    background: #fff;
    height: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 40px 40px;
    z-index: 2;
    opacity: 0;
}
.three-overlay-content p {
    color: #787878;
    font-size: 14px;
    line-height: 1.75;
}
.three-overlay-content h4 {
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.three-box-item:hover .three-front-content {
    opacity: 0;
}
.three-box-item:hover .three-overlay-content {
    height: 100%;
    opacity: 1;
}
.three-column-accordion .accordion-title {
    color: #000;
    padding-bottom: 0;
}
.three-column-accordion p {
    font-size: 15px;
    font-weight: 400;
}
@media (min-width: 768px) {
    .three-column-container {
        padding: 70px 0 60px;
    }
    .three-column-lists {
        margin-top: 40px;
    }
    .three-overlay-content p {
        color: #787878;
        font-size: 15px;
        line-height: 1.75;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .three-column-lists .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .three-box-item {
        height: 100%;
    }
}
@media (min-width: 1025px) {
    .three-column-lists .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

}
@media (min-width: 1200px) {
    .three-column-lists {
        margin-top: 60px;
    }
    .three-column-container {
        padding: 152px 0 90px;
    }
    .three-box-item {
        padding: 50px 50px 67px 50px;
        margin-bottom: 40px;
        min-height: 90%;
    }
    .three-front-content h4 {
        margin-top: 70px;
    }
    .three-overlay-content p {
        font-size: 16px;
    }
}

@media (min-width: 1025px) {
    .three-box-item {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .three-box-item .three-front-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        flex-grow: 1;
        padding-top: 0;
    }

    .three-front-content__wrap {
        position: relative;
        min-height: 170px;
        display: flex;
        margin-bottom: 5px;
    }

    .three-box-item .circle {
        top: 0;
    }

    .three-front-content h4 {
        margin-top: auto;
        margin-bottom: 0;
    }

}

/* VIDEO CONTAINER */

.video-content-container {
    position: relative;
    padding: 30px 0 80px;
    background: #FFFFFF;
    overflow: hidden;
}

.video-image-slip {
    position: relative;
    background: #EFEFEF;
    -webkit-clip-path: polygon(0 14%, 100% 53%, 100% 100%, 0% 100%);
    clip-path: polygon(0 14%, 100% 53%, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.vide-image-sl {
    height: 100%;
    position: relative;
    top: 0;
    left: -22%;
    opacity: 0.5;
}

.video-content-container.slash-clip-right {
    padding-top: 50px;
    padding-bottom: 50px;
}

.video-content-container.slash-clip-right .video-content {
    color: #000;
}

.video-content-container.slash-clip-right .video-image-slip {
    -webkit-clip-path: polygon(0 45%, 100% 14%, 100% 100%, 0% 100%);
            clip-path: polygon(0 45%, 100% 14%, 100% 100%, 0% 100%);
}

.video-content-container.slash-clip-right .video-image-slip img {
    opacity: 1;
}

.video-code-frame {
    box-shadow: 0 0 13px 4px rgba(121, 129, 144, 0.25);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    max-width: 570px;
    margin: auto;
    padding-top: 0;
    background: #fff;
    z-index: 1;
}
.video-code-frame img {
    position: relative;
    z-index: 1;
}
.video-content {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.video-content h2 {
    margin-bottom: 20px;
}
.video-content p {
    line-height: 1.75;
}
.video-content .btn-industry {
    margin-top: 14px;
}

.video-code-frame .video-player {
	width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}
.video-code-frame .video-player a {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
}
.video-code-frame .vimeo-thumbnail {
    width: 100%;
	height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease 0s;
    opacity: 1;
    z-index: 2;
}
.video-player:hover .video-play-button {
    opacity: 0.7;
}

.icon-text-block_block {
    text-align: center;
}

.icon-block-container {
    top: 94px;
    background: #EFEFEF;
    padding-top:  80px;
    padding-bottom:  80px;
    z-index: 2;
}

.icon-block-container + .video-image-slip .vide-image-sl {
    top: 227px; 
}

@media (min-width: 768px) {
    .icon-block-container {
        background: transparent;
        padding-top:  0;
        padding-bottom:  0;
    }

    .icon-block-container + .video-image-slip {
        height: 753px;
    }
}



@media (min-width: 992px) {
    .video-content {
        margin-top: 5px;
        min-height: 430px;
    }
    .video-content-container {
        padding: 50px 0 100px;
    }

    .icon-text-block {
        display: flex;
        justify-content: center;
    }

    .icon-block-container + .video-image-slip {
        height:  700px;
    }
}
@media (min-width: 1025px) {
    .video-content-container .video-code {
        padding-right: 50px;
    }
    .video-code-frame {
		height: auto;
        min-height: 300px;
    }
    .video-code-frame iframe {
        height: 100% !important;
    }

    .video-content-container.slash-clip-right {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: -70px;
    }

    .video-content-container.slash-clip-right .video-content {
        max-width: 600px;
        margin: auto;
    }

    
}
@media (min-width: 1200px) {
    .video-content-container .video-code {
        padding-right: 100px;
    }
    .video-content-container {
        padding: 70px 0 149px;
    }
}

/* HALF TEXT HALF IMAGE CONTENT */

.half-text-image-container {
    position: relative;
    padding: 80px 30px 30px;
}
.half-image-object {
    width: 37.8%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.half-image img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
}
.half-content h4 {
    text-transform: uppercase;
    color: #641964;
    font-weight: 700;
    line-height: 1.8;
}
.half-content h3 {
    position: relative;
    color: #007D7D;
    line-height: 1.65;
    margin-bottom: 29px;
    margin-top: -15px;
}
.header_icon {
    position: relative;
    top: 5px;
    margin-top: 8px;
    margin-right: 5px;
    max-width: 33px;
    max-height: 38px;
    object-fit: contain;
}
.half-content li {
    line-height: 1.7;
    padding-left: 45px;
    margin: 0;
    margin-bottom: 25px;
}
.half-content li:before {
    content: "\e907";
    font-family: "icomoon";
    font-weight: 400;
    font-size: 29px;
    background: transparent;
    color: #641964;
    position: absolute;
    left: 0;
    top: -8px;
    width: unset;
    height: unset;
    margin: 0;
}
.half-content strong {
    color: #641964;
}
.half-content li strong {
    line-height: 1.8;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
}
.half-content .btn-industry {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .half-content {
        width: 52.1%;
        float: left;
        padding: 65px 70px 187px 0;
    }
    .half-content-wrapper {
        width: 100%;
        max-width: 635px;
        margin: 0 0 0 auto;
        min-height: 400px;
    }
}


/* HALF TEXT HALF IMAGE FULLWIDTH */
.half-text-image-full-container {
    padding: 60px 0px 50px;
    position: relative;
}

.half-text-image-full-container h4.sub-title {
    text-transform: uppercase;
    color: #641964;
    font-weight: 700;
    margin-bottom: 10px;
}

.half-text-image-full-container h3.main-title {
    color: #007D7D;
    margin-bottom: 23px;
	position: relative;
	line-height: 1.25;
}

.half-text-image-full-container .image-full-div img { 
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.header-icon-active span {
    padding-left: 50px;
    display: inline-block;
}

.header-icon-active .header_icon {
    position: absolute;
    top: 0;
	margin-top: 0px;
}


.half-text-full-content {
	background: #fff;
	background: linear-gradient(to right,  rgba(255,255,255,1) 90%,rgba(255,255,255,1) 90%,rgba(255,255,255,0.09) 99%,rgba(255,255,255,0) 100%);
	padding-right: 50px;
}

.half-text-full-content strong {
	color: #641964;
}

.half-text-full-content li {
    line-height: 1.7;
    padding-left: 45px;
    margin: 0;
    margin-bottom: 25px;
}

.half-text-full-content li:before {
	content: "\e907";
	font-family: "icomoon";
	font-weight: 400;
	font-size: 29px;
	background: transparent;
	color: #641964;
	position: absolute;
	left: 0;
	top: -8px;
	width: unset;
	height: unset;
}

.half-text-full-content li strong {
    line-height: 1.8;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
}

@media (min-width: 1025px) {

    .half-text-image-full-container {
        padding: 90px 0px 50px;
    }

    .half-text-image-full-container .image-full-div {
        position: absolute;
        right: 0;
        top: 0;
        max-width:500px;
    }
}

@media (min-width: 1200px) {
    .half-text-image-full-container .image-full-div {
        max-width: 600px;
    }
}

@media (min-width: 1300px) {
	.half-text-full-content {
		padding-right: 0px;
	}
}

@media (min-width: 1400px) {
    .half-text-image-full-container .image-full-div {
        max-width: 780px;
    }
}


.logo-content-container {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}
.logo-content-container h2 {
    color: #fff;
}
.logo-content-container h4 {
    font-weight: 700;
/*     color: #cdd0d5; */
	color: #fff;
	opacity: 0.8;
    text-transform: uppercase;
}
.logo-bar:before {
    content: "";
    display: none;
    position: absolute;
    width: 104%;
    height: calc(100%);
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: 1;
    left: -35px;
    padding-left: 30px;
    height: 72%;
    top: 55px;
}

.logo-bar-content {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    z-index: 999;
    background-color: #007D7D;
    overflow: hidden;
}

.logo-bar-content .container { 
	position: relative; 
	z-index: 9;
}
.logo-bar-image {
    height: 100%;
    position: absolute;
    left: -14%;
    top: -13%;
    opacity: 0.8;
}
.logo-bar-image img {
    height: 355px;
}
.logo-list {
    position: relative;
    list-style: none;
    padding-top: 32px;
    margin: auto;
}
.logo-item {
    padding: 0;
    margin: 0;
}
.logo-item:before {
    content: none;
}
.logo-desktop-content {
    display: none;
}
.logo-mobile-content {
    display: block;
}
.logo-mobile-content .slick-slider {
    z-index: 999;
}
.logo-mobile-content .slick-slide img {
    margin: auto;
}
.logo-mobile-content .slick-arrow {
    top: 50%;
    padding: 0 20px !important;
}
.logo-mobile-content .slick-arrow {
    color: #fff;
}

/* Logo Color Option */

.industry-logo-content .logo-bar::before { display: none !important; }
.bg-purple .logo-bar-content {
    background: rgb(100, 25, 100);
    background: -moz-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
    background: linear-gradient(to right, rgba(100, 25, 100, 1) 0%, rgba(71, 18, 71, 1) 100%);
}

.bg-turquoise .logo-bar-content {
    background: #007D7D;
}

.bg-lime-green .logo-bar-content {
	background: #b5d334;
}

.bg-red .logo-bar-image img,
.bg-turquoise .logo-bar-image img,
.bg-lime-green .logo-bar-image img {
	opacity: 0.25;
	top: -39%;
	left: -70px;
	position: relative;
}

.bg-red .logo-bar-image img {
	opacity: 0.145;
}

.bg-gray .logo-bar-image img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	mix-blend-mode: multiply;
	opacity: .08;
	left: -17%;
	top: 25px;
	position: relative;
}

.bg-green .logo-bar-content {
	background: #3E734E;	
}

.bg-gray .logo-bar-content {
	background: #e5e5e5;	
}

.content-dark.logo-content-container h4,
.content-dark.logo-content-container h2 { 
	color: #0e1b23;
}


.industry-logo-content .industry-clip-path {
	-webkit-clip-path: polygon(0 10%, 100% 24%, 100% 91%, 0 79%);
	clip-path: polygon(0 10%, 100% 24%, 100% 91%, 0 79%);
}

@media (min-width: 768px) {
	.industry-logo-content .industry-clip-path {
		-webkit-clip-path: polygon(0 10%, 100% 28%, 100% 92%, 0 70%);
		clip-path: polygon(0 10%, 100% 28%, 100% 92%, 0 70%);
	}
}

@media (min-width: 1025px) {
    .logo-content-container {
        padding: 80px 0;
    }
    .logo-bar-content {
        padding: 78px 0 72px;
    }
    .logo-bar:before {
        height: 72%;
        top: 68px;
    }
	
	.industry-logo-content .industry-clip-path {
		-webkit-clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 63%);
		clip-path: polygon(0 0, 100% 34%, 100% 100%, 0 63%);
	}
}
@media (min-width: 1200px) {
    .logo-desktop-content {
        display: block;
    }
    .logo-mobile-content {
        display: none;
    }
    .logo-content-container {
        top: -81px;
    }
    .logo-bar:before {
        height: 71%;
        top: 68px;
    }
    .logo-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.leftcontent-threeside-container {
    padding: 60px 0;
}
.leftside-content h4 {
    font-weight: 700;
    color: #641964;
    text-transform: uppercase;
    line-height: 1.8;
}
.leftside-content h2 {
    margin-bottom: 15px;
}
.leftside-content p {
    line-height: 1.75em;
    color: #787878;
}
.leftside-content .btn {
    margin-top: 20px;
}
.right-repeater {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.right-th-item {
    width: 32%;
    padding: 0;
    margin: 0;
}
.right-th-item:before {
    content: none;
}
.right-th-item h4 {
    font-weight: 700;
}
.right-th-head {
    padding: 20px 5px;
    min-height: 50px;
    font-size: 18px;
    color: #007D7D;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.right-th-head:hover,
.right-th-head:focus {
    text-decoration: none;
}
.right-th-box {
    position: relative;
    padding: 10px 30px 0;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 10px;
    transition: all 0.4s ease 0s;
    min-height: 230px;
    text-align: center;
}
.right-th-item:hover .right-th-head {
    color: #641964;
}
.right-th-item a:after {
    border-bottom: 4px solid #641964;
    border-radius: 10px;
    content: "";
    position: absolute;
    opacity: 0;
    bottom: -2px;
    width: 0;
    left: 0;
    transition: all 0.4s ease 0s;
}
.right-th-item:hover a:after,
.right-th-item a.active:after {
    opacity: 1;
    width: 100%;
}

/* START -- New Tab Styling */

.rsc-desktop-view .right-repeater {
	justify-content: unset;
}
@media (min-width: 1200px) {
	.rsc-desktop-view .right-th-item {
		border: none;
		padding-bottom: 0;
	}
	.rsc-desktop-view .right-th-item a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 97%;
		background: transparent;
		border-bottom: 4px solid #ddd;
		padding: 0;
		padding: 10px 30px 10px 13px;
		transition: none !important;
		min-height: 100%;
	}

	.rsc-desktop-view .right-th-item a::after {
		border-radius: 0 10px 0 0;
		background: #EFEFEF;
		content: '';
		position: absolute;
		top: 0;
		right: 8px;
		bottom: 0;
		width: 19px !important;
		transform: skew(9deg);
		left: unset;
		opacity: 1;
		box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
		transition: none !important;
		border: navajowhite;
	}
	.rsc-desktop-view .right-th-item a::before {
		content: '';
		background: #EFEFEF;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		width: 93%;
		height: 100%;
		position: absolute;
		left: 0;
		z-index: -1;
		top: 0;
		box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	}
	
	.rsc-desktop-view .right-th-item a.active {
		color: #641964;
		border-color: #641964;
	}

	.rsc-desktop-view .right-th-item a.active::before {
		background: #fff;
	}

	.rsc-desktop-view .right-th-item a.active::after {
		background: #fff;
	}
}

/* END -- New Tab Styling */
.right-th-box h4 {
    margin-bottom: 8px;
    line-height: 1.5;
}
.right-th-img {
    overflow: hidden;
    max-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100px;
}
.right-th-img img {
    position: absolute;
    height: 100%;
    width: auto;
}
.right-th-box p {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.75;
}
.right-th-box .btn-direct {
    color: #00DABC;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
}
.right-th-box .btn-direct:after {
    content: "\e916";
    font-family: "icomoon";
    font-size: 13px;
    margin-left: 8px;
    transition: all 0.4s ease 0s;
    position: absolute;
}
.rsc-desktop-view {
    display: none;
}
.rsc-mobile-view {
    display: block;
    margin-top: 50px;
}
.rsc-mobile-view .toggle-inner {
    display: none;
}
.rsc-mobile-view li {
    margin-bottom: 20px;
}
.rsc-mobile-view .accordion-panel-title h4 {
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    font-size: 22px;
}
.rsc-mobile-view .accordion-panel-title.active h4 {
    border-bottom: 2px solid #641964;
}
.mobile-solution-list {
    margin-bottom: 30px;
}
.mobile-solution-list .right-th-img {
    justify-content: unset;
}
.mobile-solution-list .btn-direct {
    font-weight: 600;
    font-size: 18px;
    color: #00DABC;
    margin: auto;
}
.mobile-solution-list .btn-direct:after {
    content: "\e916";
    font-family: "icomoon";
    font-size: 13px;
    margin-left: 8px;
    transition: all 0.4s ease 0s;
    position: absolute;
}
.tab-content-solution {
	box-shadow: 0px 1px 8px rgba(0, 0, 0,0.1);
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.tab-content-solution.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-sms__wrapper.leftside-content .btn {
    margin-top: 20px;
}

.messages__repeater {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    justify-content: center;
    gap: 20px;
}

.js-copy-message {
    opacity: 1;
    text-align: center;
    color: #fff;
}

.js-copy-message button {
    padding: 10px;
    background: #00DABC 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 15px 15px;
    border: none;
    width: 100%;
}

.js-copy-message svg {
    margin-left: 8px;
}

@media (max-width: 1024px) {
    .right-th-item {
        padding: 30px 50px 0;
    }
}
@media (min-width: 768px) {
    .leftside-content .btn {
        margin-top: 30px;
    }
    .leftcontent-threeside-container {
        padding: 80px 0 80px;
    }

    .text-sms__wrapper.leftside-content .btn {
        margin-top: 20px;
    }

    .page-id-5318 .leftcontent-threeside-container {
        padding-bottom: 30px;
    }
    
}
@media (min-width: 1200px) {
    .leftside-content .btn {
        margin-top: 54px;
    }

    .text-sms__wrapper.leftside-content .btn {
        margin-top: 20px;
    }
    
    .leftcontent-threeside-container {
        padding: 38px 0 150px;
    }

    .page-id-5318 .leftcontent-threeside-container {
        padding-bottom: 30px;
    }

    .page-id-7631 .leftcontent-threeside-container {
        padding-bottom: 80px;
    }

    .rsc-mobile-view {
        display: none;
    }
    .rsc-desktop-view {
        display: block;
    }
    .right-th-head {
        min-height: 90px;
    }
    .right-th-box {
        min-height: 359px;
        margin-top: 50px;
        width: 31%;
        text-align: center;
        box-shadow: 0 0 4px rgba(121, 129, 144, 0);
        opacity: 1;
    }
    .right-th-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding-bottom: 20px;
    }
    .right-th-box .btn-direct {
        position: absolute;
        bottom: 35px;
        left: 48%;
        transform: translateX(-50%);
        opacity: 0;
    }
    .right-th-box:hover {
        box-shadow: 0 0 4px rgba(121, 129, 144, 0.25);
    }
    .right-th-box:hover .btn-direct {
        opacity: 1;
    }
}
@media (min-width: 1300px) {
    .right-th-box .btn-direct {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1360px) {
    .video-code-frame .vimeo-thumbnail {
        height: 100% !important;
    }
}
.blog-content-container {
    background: #EFEFEF;
    padding: 70px 0 80px;
}
.blog-content-item {
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    min-height: 33rem;
    padding-bottom: 65px;
    max-width: 420px;
    margin: auto;
}
.blog-header-content {
    text-align: center;
    padding-bottom: 65px;
    max-width: 800px;
    margin: auto;
}
.blog-header-content h4 {
    text-transform: uppercase;
    color: #641964;
    font-weight: 700;
}
.blog-image {
    height: 175px;
    position: relative;
	overflow: hidden;
}
.blog-image img {
    width: 100%;
    height: 102%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #fff !important;
}
.blog-content-info {
    padding: 15px;
}
.blog-content-info h4 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 3rem;
    display: flex;
    align-items: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-content-info a {
    outline: none;
    text-decoration: none;
}
.blog-date {
    font-size: 14px;
    font-weight: 700;
    color: #00DABC;
    text-transform: uppercase;
}
.blog-content {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.75;
}
.blog-content-info .btn {
    position: absolute;
    bottom: 37px;
}
.desktop-blog-industry {
    display: none;
}
.blog-content-list .slick-list {
    padding: 10px 6px;
}
.blog-content-list .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}
.blog-content-list .slick-prev {
    left: 0;
}
.blog-content-list .slick-next {
    right: 0;
}
@media (min-width: 768px) {
    .blog-content-container {
        padding: 80px 0 90px;
    }
}
@media (min-width: 992px) {
    .blog-content-container {
        padding: 100px 0 140px;
    }
    .blog-content-info {
        padding: 26px 47px 34px 47px;
    }
}
@media (max-width: 1199px) {
    .blog-content-list {
        padding: 0 15px;
    }
    .blog-content-list .slick-arrow {
        padding: 0 8px !important;
    }
    .blog-content-list .slick-prev {
        left: 0;
    }
    .blog-content-list .slick-next {
        right: 0;
    }
    .blog-content-list .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .blog-content-list .blog-content-item {
        min-height: 500px;
    }
}
@media (min-width: 1025px) {
    .blog-content-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
}
@media (min-width: 1250px) {
    .blog-content-list .slick-next {
        right: -13px;
    }
}
@media (min-width: 1200px) {
    .desktop-blog-industry {
        display: block;
    }
    .mobile-blog-industry {
        display: none;
    }
    .blog-content-container {
        padding: 143px 0 190px;
    }
    .blog-content-item {
        border: none;
        -webkit-box-shadow: 0 0 10px 2px rgba(121, 129, 144, 0.2);
        box-shadow: 0 0 10px 2px rgba(121, 129, 144, 0.2);
    }
}
.wysiwyg-general-container {
    padding: 60px 0;
}


@media (min-width: 768px) {
    .wysiwyg-general-container {
        padding: 80px 0 80px;
    }
}
@media (min-width: 992px) {
    .wysiwyg-general-container {
        padding: 100px 0 80px;
    }

	.page-id-5652  .wysiwyg-general-container {
	 	padding: 50px 0px 30px;
	}
}

@media (max-width: 1199px) {
	.wysiwyg-general-container {
		padding: 60px 0px !important;
	}
}
@media (min-width: 1200px) {
    .wysiwyg-general-container {
        padding: 152px 0 90px;
    }
}

.article-container {
    background-color: #ededed;
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}

.sms__template {
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}

.article-container .container {
    position: relative;
    z-index: 2;
}

.sms__template .container {
    position: relative;
    z-index: 2;
}

.white-pattern {
    bottom: 0;
    left: -416px;
    opacity: 0.75;
    position: absolute;         
    z-index: 1;
}

.article-container .row {
    display: flex;
    flex-wrap: wrap;
}
.left-col {
    margin-bottom: 80px;
}
.article-imgs {
    height: 100%;
    position: relative;
}
.article-imgs img {
    display: flex;
}
.article-imgs img.article-image {
    border-radius: 32px;
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
    z-index: 1;
}
.article-imgs img.article-logo {
    bottom: 0;
    height: auto;
    max-height: 120px;
    left: 50%;
    max-width: 320px;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 60%;
    object-fit: contain;
    z-index: 2;
}
.article-preheading {
    text-transform: uppercase;
    color: #641964;
    font-weight: 700;
}
.article-heading {
    margin-bottom: 10px;
}
.article-author {
    color: #007D7D;
    font-weight: 700;
}
.article-date {
    color: #989898;
    font-weight: 700;
    margin-bottom: 30px;
}
.right-col .btn-industry {
    font-size: 15px;
}

.svg-circle__float {
    position: relative;
    top: 60px;
    width: 100%;
    z-index: -1;
}

.image-template__sms {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.svg-questionmark {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50px;
}

.sm-mb {
    margin-bottom: 60px;
}

@media( min-width:1025px ) {
    .image-template__sms {
        position: absolute;
        left: 0px;
        top: -30px;
        height: 600px;
        width: auto;
    }

    .sm-mb {
        margin-bottom: 0;
    }
}



.messages__repeater .message {
    width: 315px;
}

.icon-check-svg {
    position: absolute;
    left: 6%;
    right: 0;
    width: 100%;
    bottom: -41px;
    transform: translate(0%, 0%);
    margin-bottom: 0;
}

.message__box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px 15px 0px 0px;
    padding: 25px;
    box-shadow: 0 0 10px 2px rgba(121, 129, 144, 0.2);
    font: normal normal normal 18px/26px "Lato", sans-serif;
    color: #0e1b23;
    text-align: center;
}

.message__box > p:last-child {
    margin-bottom: 0;
}

.message__title {
    text-align: center;
    font: normal normal bold 18px/26px "Lato",sans-serif;
    letter-spacing: 0px;
    color: #262626;
    margin-bottom: 8px;
}

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

.messages__repeater > .message:last-child {
    display: none;
}

@media (min-width: 600px) {
    .left-col {
        margin-bottom: 100px;
    }
    .right-col .btn-industry {
        font-size: 18px;
    }

    .messages__repeater > .message:last-child {
        display: block;
    }
}
@media (min-width: 768px) {
    .left-col {
        margin-bottom: 0;
    }
    .article-imgs img.article-image {
        position: absolute;
    }
}
@media (min-width: 1025px) {

    .sms__template .container .row {
        display: flex;
        align-items: center;
        padding: 90px 0;
    }

    .text-sms__wrapper.leftside-content {
        padding-left: 40px;
    }

    .article-container {
        padding: 90px 0 200px;
    }

    .sms__template {
        padding-bottom: 40px;
        padding-top: 0;
    }

    .article-imgs img.article-logo {
        bottom: auto;
        left: auto;
        right: 0;
        top: 30px;
        transform: translate(37%, 0);
        width: 100%;
        max-height: none;
    }
    .article-heading {
        font-size: 35px;
    }
}

.masthead--gray {
    background: #EFEFEF !important;
}

.masthead__img--gray {
    mix-blend-mode: multiply;
    opacity: .05;
}

.masthead--gray .masthead-content * {
    color: #0d1b23;
}

.banner-icon.image {
    width: 100% !important;
    max-width: fit-content;
    height: auto !important;
    margin-bottom: 1rem;
}

.masthead--gray .banner-image--gray {
    mix-blend-mode: multiply;
    opacity: .05;
}

.masthead-cont-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner--gray h1 {
    color: #0d1b23;
}

.industry-service-section.banner--gray .btn.btn-primary {
    background: #71CAC5 !important;
}

.industry-service-section.banner--gray .btn.btn-primary:after {
    color: #71CAC5 !important;
}

.industry-service-section.banner--gray .btn.btn-primary:hover {
    background: #71CAC5 !important;
}

/* BENEFITS SECTION */

.benefits-box-container {
    background: #ffff;
    color: #000;
    position: relative;
    padding: 50px 0px;
}

.benefits-box-top {
    text-align: center;
}

.benefits-box-item {
    box-shadow: 0 0 13px 4px rgba(121, 129, 144, 0.25);
    border-radius: 25px;
    color: #000;
    min-height: 100%;
    max-width: 220px;
    text-align: center;
    padding: 30px 15px;
    margin: 13px;
}

.benefits-box-item .caption {
    margin-top: 10px;
}

.benefits-box-item p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.benefits-box-item .benefit-image {
    max-height: 47px;
    width: auto;
}

@media (max-width: 767px) {
	.benefits-box-item {
		margin: 15px auto;
	}
}
@media (min-width: 768px) {
    .row.benefits-box-lists {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
    }    
}
@media (min-width: 1025px){
    .benefits-box-container {
        padding: 30px 0px 60px;
    }
}


.banner-mock-content.fx-banner-mock .mobile-device {
    top: 55%;
    left: 5%;
}

.banner-mock-content.fx-banner-mock .first-sms-text {
    font-size: 16px;
    text-align: left;
    width: 390px;
}

.sms-text:after {
    background-image: url(https://completesms.com/wp-content/uploads/2022/09/qoute-white.png);
    background-repeat: no-repeat;
}

.visible-hidden {
    visibility: hidden;
    opacity: 0;
}

.half-text-image-container.image-position-left .half-content {
    float: right;
}

.half-text-image-container.image-position-left .half-image {
    float: left;
}

.half-text-image-container.image-position-left .half-image .half-image-object {
    left: 0;
    right: initial;
}

@media( min-width:1200px ) {
    .half-text-image-container.image-position-left .half-content .half-content-wrapper {
        margin-left : 0;
    }
}

.ten-dlc h2 {
	text-align: center;
	margin-bottom: 32px;
}

.ten-dlc h4 {
    font-weight: bold;
    color: #71cac5;
    margin: 32px auto 0;
}

@media (min-width: 1025px) {
    .ten-dlc h4 {
        display: block;
        max-width: 865px;
    }
}