/*
Custom css by shak
*/
p,
li {
    line-height: 30px;
}

.container {
    max-width: 1280px;
}

.hero-banner.custom-hero .hero-banner__img-wrapper {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.team .card__img-wrapper--overlay::after {
    background-color: rgba(0, 142, 188, .0);
}

.hero-banner__text-wrapper.hero-banner__calculate-page {
    max-width: 100%;
}

.hero-banner__calculate-page.hero-banner__text-wrapper p {
    margin-bottom: 0;
    color: #F48243 !important;
    font-size: 16px;
    font-style: italic;
}

.calculator-section {
    padding: 60px 0;
}

.calculator-section .calc-head h2 {
    font-size: 18px;
    line-height: 125%;
    font-weight: 400;
    color: #29323F;
    font-family: 'Roboto';
    max-width: 1000px;
    margin: 0 auto;
}

.calculator-section.bg-white {
    background-image: url('../images/calc/fingerprints.png');
    background-size: cover;
    background-position: center;
}

.cta-section.bg-image {
    background-image: url('../images/calc/CTA.png');
    background-size: cover;
    background-position: center;
}

.cta-section.bg-image {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta-detail h2 {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    font-family: 'Helvetica Neue';
}

.cta-detail .btn.btn--blue {
    font-size: 24px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.03);
    height: 80px;
    width: 250px;
    line-height: 80px;
    padding: 0;
    margin-bottom: 40px;
}

.cta-detail .btn.btn--blue span {
    font-size: 24px;
    line-height: 35px;
    color: #FCFCFC;
    font-family: 'Helvetica Neue';
}

.cta-detail-text-wrap {
    max-width: 1037px;
    margin: 0 auto;
}

.cta-detail-text-wrap p {
    font-size: 20px;
    line-height: 170%;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 25px;
}

.cta-detail-text-wrap p a {
    color: #F9C5A8;
    text-decoration: underline;
}

.calc-wrap {
    max-width: 850px;
    border: 1px solid #081C2E;
    background-color: #fff;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.05);
    padding: 52px 80px 48px;
    margin: 60px auto 0;
}

.calc-top-info p {
    font-style: italic;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #29322F;
    text-align: center;
    letter-spacing: -0.025em;
    margin-bottom: 35px;
    font-size: 16px;
}

.calc-w-section {
    padding: 60px 0 0;
}

.calc-w-inner h3 {
    font-size: 20px;
    line-height: 125%;
    font-weight: normal;
    font-family: "Roboto";
}

.col-two-for-industry-server {
    display: flex;
    justify-content: space-between;
}

.col-two-for-industry-server .calc_field label,
.calc-wrap .calc_Form .calc_field label {
    display: block;
    color: #29323F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'Roboto';
    line-height: 100%;
    letter-spacing: -0.02em;
}

.calc_Form .calc_field #distribution {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.col-two-for-industry-server select,
.col-two-for-industry-server input,
.calc_Form .calc_field #distribution {
    padding: 15px 25px;
    border: 2px solid #EAEAEA;
    background-color: #FAFAFA;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    font-family: 'Roboto';
}

.col-two-for-industry-server select:hover,
.col-two-for-industry-server input:hover,
.calc_Form .calc_field #distribution:hover {
    border: 2px solid rgba(244, 130, 67, 0.4);
    background-color: #fff;
    cursor: pointer;
}

.calc-wrap .calc_Form .calc_field .range-selector {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.col-two-for-industry-server .calc_field {
    width: 48%;
}

.calc-wrap .calc_Form .calc_field {
    margin-bottom: 30px;
}

.calc-wrap .calc_Form .calc_field .range-selector .range_vaule {
    width: 125px;
    height: 50px;
    background-color: #F48243;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto';
}

.calc-desc {
    margin-top: 50px;
}

.calc-wrap .calc_Form .calc_field .range-selector .range-slider {
    width: 72%;
}

.calc-wrap .calc_Form .calc_field .range-selector {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calc-desc p {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    color: #505050;
    margin-bottom: 40px;
    line-height: 150%;
    font-family: 'Roboto';
    letter-spacing: -0.025em;
}

.calc-desc p a {
    color: #F48243;
    text-decoration: underline;
}

.total-costing {
    max-width: 88%;
    margin: 0 auto;
    box-shadow: 0 1px 2px #ddd;
    border: 1px solid #F9C5A8;
    padding: 40px;
}

.total-costing ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-costing ul li h3.tl_1 {
    color: #081C2E;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Rubik';
}

.total-costing ul li h3.tl_1 .min_text {
    font-size: 13px;
    display: block;
    font-weight: 500;
    font-family: 'Roboto';
    max-width: 250px;
    line-height: 125%;
    padding-top: 7px;
}

.total-costing ul .Total-Cost {
    font-size: 34px;
    color: #F48243;
    font-weight: 700;
    font-family: 'Rubik';
}

.calc-wrap .calc_Form .calc_field .range-selector .range-slider input {
    width: 100%;
}

.calculator-section .calc-head h2 .unbloded_text {
    font-weight: 600;
}

.range-slider {
    --primary-color: #0366d6;
    --value-offset-y: var(--ticks-gap);
    --value-active-color: white;
    --value-background: transparent;
    --value-background-hover: var(--primary-color);
    --value-font: 700 12px/1 Arial;
    --fill-color: var(--primary-color);
    --progress-background: #eee;
    --progress-radius: 20px;
    --track-height: calc(var(--thumb-size) / 2);
    --min-max-font: 12px Arial;
    --min-max-opacity: 0.5;
    --min-max-x-offset: 10%;
    --thumb-size: 22px;
    --thumb-color: white;
    --thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 0 99px var(--thumb-color) inset;
    --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset var(--thumb-color), 0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
    --thumb-shadow-hover: var(--thumb-shadow);
    --ticks-thickness: 1px;
    --ticks-height: 5px;
    --ticks-gap: var(--ticks-height, 0);
    --ticks-color: silver;
    --step: 1;
    --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
    --maxTicksAllowed: 30;
    --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
    --x-step: Max(var(--step), var(--too-many-ticks) * (var(--max) - var(--min)));
    --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
    --tickIntervalPerc: calc((100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) * var(--tickEvery, 1));
    --value-a: Clamp(var(--min), var(--value, 0), var(--max));
    --value-b: var(--value, 0);
    --text-value-a: var(--text-value, "");
    --completed-a: calc((var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100);
    --completed-b: calc((var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100);
    --ca: Min(var(--completed-a), var(--completed-b));
    --cb: Max(var(--completed-a), var(--completed-b));
    --thumbs-too-close: Clamp(-1, 1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001), 1);
    --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
    --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
    display: inline-block;
    height: max(var(--track-height), var(--thumb-size));
    background: linear-gradient(to right, var(--ticks-color) var(--ticks-thickness), transparent 1px) repeat-x;
    background-size: var(--tickIntervalPerc) var(--ticks-height);
    background-position-x: calc(var(--thumb-size) / 2 - var(--ticks-thickness) / 2);
    background-position-y: var(--flip-y, bottom);
    padding-bottom: var(--flip-y, var(--ticks-gap));
    padding-top: calc(var(--flip-y) * var(--ticks-gap));
    position: relative;
    z-index: 1;
}

.range-slider.grad {
    width: 100%;
    --progress-flll-shadow: var(--progress-shadow);
    --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
    --thumb-shadow: 0 0 0px;
}

.range-slider.grad {
    --fill-color: linear-gradient(to right, #1eadff, #1eadff);
}

.range-slider::before,
.range-slider::after {
    --offset: calc(var(--thumb-size) / 2);
    content: counter(x);
    display: var(--show-min-max, block);
    font-size: 16px;
    font-weight: bold;
    color: #979797;
    position: absolute;
    bottom: var(--flip-y, -2.5ch);
    top: 25px;
    transform: translateX(calc(var(--min-max-x-offset) * var(--before, -1) * -1)) scale(var(--at-edge));
    pointer-events: none;
}

.range-slider::after {
    --at-edge: var(--thumb-close-to-max);
    counter-reset: x var(--max);
    right: var(--offset);
}

.range-slider::before {
    --before: 1;
    --at-edge: var(--thumb-close-to-min);
    counter-reset: x var(--min);
    left: var(--offset);
}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #F48243;
}

input[type="range"]::-moz-range-track {
    background-color: #DFDFDF;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #F48243;
}

input[type="range"]::-ms-fill-upper {
    background-color: transparent;
}

input[type='range']::-moz-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #fff;
    box-shadow: 1.33333px 2.66667px 6.66667px rgba(0, 0, 0, 0.2);
}

.single.single-post .generic-content > .max-sized > .wrapper > p > a > strong {
    background-color: #349cf3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
}

.generic-section {
    padding: 60px 0;
}

.generic-section .generic_content {
    font-size: 20px;
    line-height: 26px;
}

.generic-section .generic_content ol {
    padding-left: 20px;
    list-style: decimal;
    margin-top: 8px;
    margin-bottom: 25px;
}

.generic-section .generic_content ol li {
    margin-bottom: 5px;
}

.generic-section .generic_content ol li a {
    font-size: 17px;
}

.generic-section .generic_content > div {
    margin-top: 40px;
}

.generic-section .generic_content h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.g-com-chart,
.g-com-chart th,
.g-com-chart tr,
.g-com-chart td {
    border: 1px solid #ddd;
}

.g-com-chart tr td,
.g-com-chart tr th {
    padding: 10px 20px;
    font-size: 18px;
}

.g-com-chart thead tr th {
    font-weight: 500;
    background-color: #f4f4f4;
}

.g-com-chart tfoot tr td {
    font-weight: 500;
    background-color: #feede2;
}

.generic-section .generic_content strong {
    display: block;
    margin-top: 30px;
}

.g-com-chart tbody tr td:first-child {
    background-color: #f4f4f4;
    font-weight: 500;
}

.gen-cta .btn.btn--blue {
    color: #fff;
    padding: 13px 29px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.gen-cta h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

.gen-cta {
    margin: 50px 0;
    background-color: #f5f5f5;
    padding: 50px 30px 40px;
    border-radius: 4px;
}

.postid-10077 .gen-cta.gen-cta-new.text-center h4 {
    font-size: 22px !important;
}

header .navbar .navbar-collapse .menu li {
    width: auto;
}

body header .navbar .navbar-collapse .menu li {
    width: auto;
}

.tryfree-pop-right .form .hs-error-msg {
    font-size: 15px;
    line-height: normal;
    color: red;
}

.tryfree-pop-right .form input,
.tryfree-pop-right .form select {
    display: block;
    width: 100%;
    height: 45px;
    border: 0px solid;
    background-color: #f4f4f4;
    padding: 8px 15px;
    font-size: 14px;
}

.tryfree-pop-right .form input[type="submit"] {
    background-color: #349cf3;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    width: 150px;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-right p {
    font-size: 17px;
    line-height: normal;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-right h2 {
    margin-bottom: 10px;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-right {
    padding: 40px 40px 40px 0;
    overflow: hidden;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-left .rec .ql-block strong {
    font-style: normal;
    display: block;
    margin-top: 22px;
    font-size: 15px;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-left .rec {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 120%;
    font-style: italic;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-left h5 {
    color: #040720;
    margin-bottom: 25px;
}

.tryfreepop .modal-dialog .modal-body .det ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 25px;
}

.tryfreepop .modal-dialog .modal-body .det ul li {
    font-size: 16px;
}

.tryfreepop .modal-dialog .modal-body h3 {
    color: #349cf3;
    font-size: 20px;
    margin-bottom: 8px;
}

.det {
    margin-bottom: 35px;
}

.tryfreepop .modal-dialog .modal-body h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #040720;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-left {
    background-color: #f4f4f4;
    padding: 40px;
    height: 100%;
}

.tryfreepop .modal-dialog .modal-body {
    padding: 0;
}

.tryfreepop .modal-dialog .modal-header {
    border-bottom: 0px solid;
    padding: 0;
}

.tryfreepop .modal-dialog {
    max-width: 1000px;
    margin-top: 80px;
}

.tryfreepop .modal-dialog .modal-header .btn-close {
    background-color: #f4f4f4;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0 1px 2px #999;
    position: absolute;
    right: -3px;
    top: -2px;
    z-index: 9;
}

.btn.btn-white {
    background-color: #fff;
    border: 2px solid #349cf3;
    color: #349cf3;
    font-weight: 700;
    border-radius: 4px;
}

.resources {
    background-color: #ededed;
}

.generic_content h3 {
    font-size: 29px;
    margin-bottom: 30px;
}

.single.single-post .generic-content h1,
.single.single-post .generic-content h1 span,
.single.single-post .generic-content h1 strong {
    font-size: 30px !important;
}

.single.single-post .generic-content h2,
.single.single-post .generic-content h2 span,
.single.single-post .generic-content h2 strong {
    font-size: 28px !important;
}

.single.single-post .generic-content h3,
.single.single-post .generic-content h3 span,
.single.single-post .generic-content h3 strong {
    font-size: 22px !important;
}

.single.single-post .generic-content h4,
.single.single-post .generic-content h4 span,
.single.single-post .generic-content h4 strong {
    font-size: 20px !important;
}

.single.single-post .generic-content h5,
.single.single-post .generic-content h5 span,
.single.single-post .generic-content h5 strong {
    font-size: 19px !important;
}

.single.single-post .generic-content h6,
.single.single-post .generic-content h6 span,
.single.single-post .generic-content h6 strong {
    font-size: 18px !important;
}

.btn.btn-orange.sk-btn.btn--animate {
    background-color: #f48243;
    color: #fff;
}

.np-banner-section {
    position: relative;
}

.np-banner-section .np-banner-text-wrapper h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 71px;
    margin-bottom: 15px;
}

.np-banner-section .np-banner-text-wrapper {
    max-width: 50%;
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.np-banner-img-wrapper {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.np-banner-section .np-banner-text-wrapper h4 {
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 38px;
}

.np-banner-section .np-banner-text-wrapper p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
}

.np--section {
    padding: 40px 0;
    position: relative;
}

.np-section-heading {
    padding-bottom: 70px;
}

.np-section-heading h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
}

.np--section-details .np-product .np-pro-img {
    margin-bottom: 30px;
}

.np--section-details .np-product h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
    color: #364755;
}

.np--section-details .np-product p {
    font-size: 20px;
    line-height: 38px;
    color: #364755;
}

.np-product-img-wrapper {
    position: absolute;
    top: -115px;
    right: 0;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    width: 48%;
    height: 100%;
}

.np-sec-with-styled-header {
    position: relative;
}

.np-sec-with-styled-header::after {
    position: absolute;
    content: "";
    right: 0;
    top: 44px;
    background-image: url('../images/nonprofit/divider-ico.png');
    width: 975px;
    height: 62px;
    display: block;
    z-index: -1;
    background-repeat: repeat-x;
}

.np-faq-section.np--section.np-sec-with-styled-header::after {
    width: 76%;
    top: 25px;
}

.np-getstarted-section.np--section.np-sec-with-styled-header::after {
    width: 60%;
    top: 25px;
}

#nofaqaccordion .accordion-button:not(.collapsed) {
    color: #364755;
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
}

#nofaqaccordion .accordion-button {
    padding: 1rem 0rem;
    font-size: 26px;
    color: #212529;
    background-color: #fff;
    line-height: 31px;
    font-weight: 600;
}

#nofaqaccordion .accordion-body {
    font-size: 20px;
    line-height: 38px;
    color: #364755;
    padding-left: 0;
    padding-right: 0;
}

#nofaqaccordion .accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
}

#nofaqaccordion .accordion-item {
    border-bottom: 1px solid #CCC;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

#nofaqaccordion .accordion-button:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

#nofaqaccordion .accordion-button::after {
    background-image: none;
}

#nofaqaccordion {
    padding-left: 100px;
    position: relative;
}

.accordion-button::before {
    position: absolute;
    content: "";
    left: -33px;
    top: 15px;
    width: 20px;
    height: 30px;
    background-image: url('../images/nonprofit/angle.png');
}

.np-section-heading h6 {
    color: #364755;
    font-weight: 400;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

.hs_submit.hs-submit input[type="submit"] {
	background-color: #F48243;
	box-shadow: 0 0 0;
	border: 0px solid;
	color: #ffff;
	width: 260px;
	height: 57px;
	border-radius: 4px;
	text-align: left;
	padding: 0 22px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.np--section-form label {
    color: #364755;
    font-size: 16px !important;
}

.np--section-form input,
.np--section-form select {
    border: 1px solid #364755;
    height: 42px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #364755;
    background-color: transparent;
}

.np--section-form input[type="checkbox"] {
    border: 1px solid #364755;
    height: auto;
    width: auto;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-right: 10px;
}

.hs-form-booleancheckbox input[type="checkbox"] {
    margin-right: 10px;
}

.np--section-form input[type="file"] {
    border: 1px dashed #364755;
    padding: 40px;
    height: auto;
    text-align: center;
}

.hs_non_profit_services_provide.hs-non_profit_services_provide.hs-fieldtype-checkbox.field.hs-form-field {
    margin-top: 50px;
}

.np--section-form .hs_non_profit_services_provide label#label-non_profit_services_provide-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b {
    font-size: 26px !important;
    color: #364755;
    font-weight: 600;
    margin-bottom: 18px;
}

.hs_non_profit_license_count.hs-non_profit_license_count.hs-fieldtype-number.field.hs-form-field {
    margin-bottom: 20px;
}

#label-0-2\/upload_your_file_comp-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b {
    margin-top: 10px;
}

#label-name-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b,
#label-firstname-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b,
#label-0-2\/company_type-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b {
    font-size: 26px !important;
    font-weight: 600;
    color: #364755;
    margin-bottom: 30px;
    margin-top: 30px;
}

.hs_submit.hs-submit .actions {
    width: auto;
    display: inline;
    position: relative;
}

.hs_submit.hs-submit .actions::after {
	position: absolute;
	content: "";
	right: 20px;
	top: -3px;
	background-image: url('../images/nonprofit/arr-1.png');
	width: 11px;
	height: 19px;
	display: block;
}

.hs_submit.hs-submit .actions::before {
	position: absolute;
	content: "";
	right: 21px;
	top: 6px;
	background-image: url('../images/nonprofit/arr-2.png');
	width: 41px;
	height: 2px;
	display: block;
}

.page-id-18813 .contact-forms.section-ttaes {
	padding: 48px 70px 45px;
}

.np-getstarted-section.np--section.np-sec-with-styled-header {
    padding-bottom: 80px;
}

.hs-richtext.hs-main-font-element p {
    color: #fff;
}

#label-email-c79a5452-da47-41e2-8805-c8402667c98e {
    color: #fff;
}

.hs-field-desc {
    color: #fff !important;
}

.blog-notification h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}

.blog-page.hero-banner .hero-banner__text-wrapper {
    max-width: 100%;
    text-align: center;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop-right {
    padding: 40px;
    overflow: hidden;
}

.tryfreepop .modal-dialog {
    max-width: 650px;
    margin-top: 80px;
}

.blog-page .hero-banner__text-wrapper p {
    margin-bottom: 20px;
}

.np--section-form .hs-form > fieldset {
    margin: 0 auto;
}

.hs-form .hs_submit.hs-submit {
    text-align: center;
}

.np--section-form .hs-form-field {
    display: none;
}

.hs-form fieldset:nth-child(1) .hs-form-field {
    display: block;
}

.hs-form fieldset:nth-child(2) label {
    font-size: 20px !important;
    margin-bottom: 15px;
}

.hs-form fieldset:nth-child(2) .hs-input {
    width: 100% !important;
}

.hs-form fieldset .hs_firstname label,
.hs-form fieldset.form-columns-2:nth-child(10) label,
.hs-form fieldset:nth-child(13) label {
    margin-top: 20px;
    font-size: 20px !important;
    margin-bottom: 12px;
}

.hs-form fieldset.form-columns-2 {
    display: flex;
    align-items: flex-end;
}

.hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field .hs-input.hs-fieldtype-intl-phone {
    width: 100%;
}

.blog-page .hero-banner__text-wrapper p {
    margin-bottom: 15px;
}

.generic-section .generic_content .g-com-chart strong {
    display: inline;
}

.generic-section .generic_content .g-com-chart td p em {
    font-style: italic;
}

.generic-section .generic_content p em {
    font-style: italic;
}

.generic-section .generic_content h2 {
    margin-bottom: 30px;
}

.generic-section .generic_content p i {
    font-style: italic;
}

.generic-section .generic_content h3 {
    font-size: 29px;
    margin-bottom: 20px;
}

.generic-section .generic_content h2 {
    line-height: normal;
}

.tt-ex-ar .btn.btn--orange {
    color: #fff;
}

.contact-form form .hs_what_is_your_timeline_to_implement_this_solution_.hs-what_is_your_timeline_to_implement_this_solution_,
.contact-form form .hs_comment_form.hs-comment_form.hs-fieldtype-textarea.field.hs-form-field {
    width: 100%;
}

.contact-form form .hs_comment_form.hs-comment_form.hs-fieldtype-textarea.field.hs-form-field textarea {
    min-height: 120px;
}

.contact-form.bg-blue-gradient.tt-ex-ar .text-white.text-center {
    max-width: 750px;
    margin: 0 auto 18px;
}

.contact-form.tt-ex-ar a.btn,
.blog-page.hero-banner .btn.sk-btn,
.contact-form .wrapper .btn.sk-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.contact-form .wrapper {
    text-align: center;
}

.contact-form .wrapper p a {
    color: #fff;
    text-decoration: underline;
}

.contact-form .wrapper h2 {
    line-height: normal;
    margin-bottom: 10px;
}

.contact-form .wrapper p {
    line-height: normal;
    margin-bottom: 20px;
}

.tcl-contents.stick {
    position: fixed;
    top: 84px;
    width: 250px;
}

.tcl-contents {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 50px;
}

#tcl-contents.stickOnScroll-on {
    padding: 40px 0;
}

#tcl-contents p {
    font-weight: 400;
    font-size: 16px;
    color: rgb(8, 28, 46);
    text-transform: uppercase;
}

#tcl-contents ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tcl-contents ul li {
    display: block;
}

#tcl-contents ul li a {
    display: block;
    font-size: 16px;
    color: rgb(8, 28, 46);
    line-height: 26px;
}

.tcl-details p,
.tcl-details ul li,
.tcl-details ul li a {
    font-size: 18px;
}

.tcl-widget p {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

.tcl-widget.bg-grey {
    background-color: #ededed;
    padding: 20px 20px;
}

.tcl-widget {
    margin-bottom: 25px;
}

.tcl-cats ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tcl-cats ul li {
    display: block;
}

.tcl-cats ul li a {
    font-size: 16px;
    line-height: normal;
    display: block;
}

.search {
    margin-top: 20px;
}

.search {}

.search {
    margin-top: 20px;
}

.search .search-form {
    position: relative;
}

.search .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0px solid;
    text-indent: -999px;
    cursor: pointer;
    width: 50px;
    background: transparent;
}

.search .search-form .search-field {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px 20px;
    font-size: 15px;
}

.search .search-form label {
    width: 100%;
}

.search .search-form:after {
    position: absolute;
    content: "\f002";
    right: 10px;
    top: 12px;
    font-family: fontAwesome;
}

.social {
    margin-top: 20px;
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social ul li {
    display: inline-block;
    margin-right: 12px;
}

.social ul li a {
    color: rgb(8, 28, 46);
    font-size: 16px;
}

.social p {
    margin-bottom: 0px;
}

.twiiter-feed .ctf-header-bio {
    font-size: 14px !important;
    text-transform: inherit;
}

.twiiter-feed .ctf-tweet-text {
    font-size: 14px;
    text-transform: inherit;
}

.twiiter-feed #ctf .ctf-header,
.twiiter-feed #ctf .ctf-tweets .ctf-item {
    padding: 20px 20px 20px 25px;
}

.twiiter-feed {
    border: 1px solid #eee;
}

.post-block-section {
    padding-top: 60px;
}

.post-block-section .post-block {
    margin-bottom: 40px;
}

.page-template-generic-template-type-two .generic-section {
    padding-top: 0;
}

.post-block-section .post-block .post-thumb {
    margin-bottom: 20px;
    text-align: center;
}

.post-block-section .post-block h4 a {
    color: #081c2e;
}

.post-block-section .post-block h4 {
    text-align: center;
}

.post-block-section .post-block .post-thumb img {
    margin: 0 auto;
}

.generic-section.gtttp p {
    text-align: center;
}

.generic-section.gtttp p a {
    display: inline-block;
    background-color: #349cf3;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    margin: 0 10px;
}

.page-template-generic-template-type-two .hero-banner__text-wrapper {
    max-width: 100%;
}

.post-block-section .post-block p {
    max-width: 400px;
    margin: 0 auto;
    font-size: 16px;
}

.single.single-post .generic-content h1,
.single.single-post .generic-content h1 span,
.single.single-post .generic-content h1 strong {
    text-align: left !important;
}

.single.single-post .generic-content h1,
.single.single-post .generic-content h1 span,
.single.single-post .generic-content h1 strong {
    text-align: left !important;
}

.generic-content-three-col-layout .tcl-layout .col-lg-2 {
    width: 18.66666667%;
}

.generic-content-three-col-layout .tcl-layout .col-lg-3 {
    width: 23%;
}

.generic-section.banner-php-prelaunch h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    max-width: 600px;
}


.generic-section.banner-php-prelaunch h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    color: #364755;
    font-family: "Roboto",
        sans-serif;
    max-width: 600px;
    margin-bottom: 23px;
}

.generic-section.banner-php-prelaunch p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    max-width: 600px;
}

.lp-os-verions {
    padding: 50px 0;
}

.lp-os-verions-inner.text-center {
    max-width: 100%;
    margin: 0 auto;
}

.lp-os-verions-inner h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 55px;
}

.lp-version-history .lp-vh img {
    margin: 0 auto 20px;
}

.lp-version-history .lp-vh ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-version-history .lp-vh ul li {
    display: inline-block;
    padding: 0 28px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.lp-version-history .lp-vh ul li::after {
    position: absolute;
    content: "";
    right: 0;
    top: -10px;
    height: 45px;
    width: 1px;
    background-color: #364755;
}

.y-3 .lp-vh ul li:nth-child(1)::after,
.x-3 .lp-vh ul li:nth-child(1)::after {
    display: none;
}

.lp-vh-thumb {
    min-height: 115px;
    margin-bottom: 10px;
}

.lp-vh {
    position: relative;
}

.lp-version-history .lp-vh p {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
}

.lp-version-history.lp-version-os ul li:nth-child(3)::after {
    display: none;
}

.lp-version-history.lp-version-php ul li:nth-child(4)::after,
.lp-version-history.lp-version-php ul li:nth-child(8)::after,
.lp-version-history.lp-version-php ul li:nth-child(12)::after {
    display: none;
}

.lp-version-history.lp-version-php .x-2 ul li:nth-child(8)::after {
    display: none;
}

.lp-els-area.lp-php {
    background: linear-gradient(0deg, #FFFFFF 10.24%, #F2F2F2 99.87%);
    padding: 120px 0 40px;
}

.lp-els-inner h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 70px;
}

.lp-els-wrap .els-item {
    margin-bottom: 65px;
}

.lp-els-wrap .els-item .els-i {
    text-align: center;
    margin-bottom: 35px;
}

.lp-els-wrap .els-item .els-i img {
    margin: 0 auto;
}

.lp-els-wrap .els-item p {
    color: #364755;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    max-width: 416px;
    margin: 0 auto;
}

.lp-php-sec-area.lp-php {
    background: #F48243;
    padding: 90px 0;
}

.lp-php-sec-area.lp-php img {
    margin: 0 auto 38px;
}

.lp-php-sec-area.lp-php p {
    font-size: 35px;
    line-height: 46px;
    font-weight: 600;
}

.lp-php-sec-area.lp-php p strong {
    color: #fff;
}

.lp-php-sec-inner {
    max-width: 925px;
    margin: 0 auto;
}

.lp-pecl-sec-area.lp-php {
    background-color: #081C2E;
    padding-top: 100px;
    padding-bottom: 200px;
}

.lp-pecl-sec-area.lp-php h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
}

.pecl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pecl ul li {
    color: #fff;
    display: inline-block;
    padding: 28px 40px;
    margin: 0 15px;
    background: rgba(255, 255, 255, .1);
    letter-spacing: 0.27em;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.pecl {
    margin-top: 40px;
}

.lp-newsletter-inner {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    padding: 50px 50px 50px 140px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.lp-newsletter-inner h2 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    font-weight: 600;
}

.lp-newsletter-inner p {
    font-size: 21px;
    color: #349CF3;
    font-weight: 400;
}

.lp-newsletter-inner::before {
    position: absolute;
    content: "";
    left: -85px;
    top: 17px;
    background-image: url('../images/lp/watch.png');
    width: 241px;
    height: 215px;
}

.lp-n-form .hs_email.hs-email .hs-input {
    border: 1.2685px solid #364755;
    padding: 11px 20px;
    color: #364755;
    font-size: 17px;
    width: 550px;
}

.lp-n-form .hs_recaptcha.hs-recaptcha.field.hs-form-field,
.lp-n-form .hs-richtext.hs-main-font-element {
    display: none;
}

.lp-n-form .hs_submit.hs-submit {
    position: absolute;
    top: 14px;
    left: 570px;
}

.lp-pecl-sec-area .lp-n-form .hs_submit.hs-submit {
    top: 14px;
    left: 440px;
}

.lp-n-form {
    position: relative;
}

.lp-n-form .hs_submit.hs-submit .hs-button.primary.large {
    height: 46px;
    width: 210px;
}

.lp-newsletter-cta.lp-php {
    padding-bottom: 50px;
}

.lp-pecl-sec-inner {
    position: relative;
}

.lp-pecl-sec-inner .lp-newsletter-inner {
    max-width: 65%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 100px;
    padding: 50px 50px 50px 125px;
}

.page-template-template-php-prelaunch #form-section {
    padding-top: 150px;
}

.lp-pecl-sec-area.lp-php .lp-newsletter-inner {}

.lp-pecl-sec-area.lp-php .lp-newsletter-inner h2 {
    font-size: 28px;
    color: #364755;
    text-align: left;
}

.lp-pecl-sec-area.lp-php .lp-newsletter-inner .hs-input {
    width: 420px;
    text-align: left;
    margin: ;
    width: ;
}

.lp-n-form {
    text-align: left !important;
}

.lp-pecl-sec-inner .lp-newsletter-inner::before {
    left: -92px;
    top: 0;
    background-image: url('../images/lp/bell.png');
    width: 196px;
    height: 216px;
}

.lp-newsletter-inner {
    border-radius: 8px;
}

.page-id-2465 .tryfreepop .modal-dialog {
    max-width: 1000px;
}

body header .navbar .navbar-collapse .navbar-nav .btn__wrapper a {
    margin-right: 15px;
}

.page-id-3810 #form-section.contact-form.bg-blue-gradient.tt-ex-ar .hs-dependent-field {
    width: 100%;
}

.txc-banner-center .hero-banner__text-wrapper {
    max-width: 100%;
}

.txc-banner-center .hero-banner__btn-wrapper {
    justify-content: center;
}

.np-faq-section.np--section.np-sec-with-styled-header.txc-faq-sec::after {
    top: 85px;
}

.np-faq-section.np--section.np-sec-with-styled-header.txc-faq-sec {
    padding-top: 100px;
}

.faqs ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

/* Partners css start */
.generic-section.banner-partners {
    padding: 0;
}

.generic-section.banner-partners .generic_content {
    display: flex;
    flex-direction: column;
    align-content: center;
    height: 100%;
    justify-content: center;
}

.generic-section.banner-partners .generic_content h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 600;
    color: #364755;
}

.generic-section.banner-partners .generic_content p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #364755;
    margin: 0;
}

.lp-prtnr-details.lp-prtnr,
.generic-section.prtnr-technical-resources {
    position: relative;
}

.lp-prtnr-details.lp-prtnr::after,
.generic-section.prtnr-technical-resources::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url('../images/lp/wp-bg.png');
    width: 100%;
    height: 1124px;
    z-index: -2;
    background-size: cover;
    background-position: center;
}

.lp-prtnr-details.lp-prtnr {
    position: relative;
    padding-top: 100px;
}

.lp-prtnr-details .intro-left p {
    font-size: 22px;
    line-height: 35px;
    color: #364755;
}

.prtnr-details-intro {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 75px;
}

.prtnr-details-why-p {
    padding-top: 75px;
}

.prntr-details-header h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    color: #364755;
}

.prntr-details-header p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #364755;
}

.prtnr-d-block {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

.prtnr-d-block-top .d-t-txt {
    font-size: 17px;
    color: #364755;
    font-weight: 600;
    line-height: 20px;
    max-width: 260px;
}

.prtnr-d-block-top {
    border-bottom: 0.9401px solid #364755;
    padding: 17px 30px 0;
}

.prtnr-d-block-top .count {
    font-size: 53px;
    color: #349CF3;
    line-height: 63px;
    font-weight: 600;
    padding: 0 12px;
}

.prtnr-d-block-top p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prtnr-d-block-bottom {
    padding: 20px 30px 15px;
    text-align: center;
}

.prtnr-d-block-bottom p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    color: #364755;
}

.prtnr-details-why-p .prtnr-btn {
    margin-top: 70px;
    text-align: center;
}

.prtnr-btn a.btn img {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    top: 4px;
}

.prtnr-btn a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.prtnr-details-why-p {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 100px;
}

.generic-section .generic_content.prtnr-annual-reccurring-inner h2 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #364755;
    max-width: 900px;
    margin: 0 auto 50px;
}

.ann-rec-slide-left h4 {
    color: #364755;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ann-rec-slide-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    max-width: 378px;
}

.generic_content.prtnr-annual-reccurring-inner {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 45px;
}

.prtnr-grow-expand-inner h3 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #364755;
    margin-bottom: 20px;
}

.prtnr-grow-expand-inner p {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    color: #364755;
    max-width: 824px;
    margin: 0 auto 35px;
}

.prtnr-grow-expand-inner h2 {
    text-align: center;
    color: #349CF3;
    font-size: 42px;
    line-height: 49px;
    max-width: 500px;
    margin: 0 auto 30px;
}

.prtnr-btn {
    text-align: center;
}

.row.prtnr-gei-blocks {
    padding-top: 80px;
}

.prtnr-gei-block {
    border: 0.9401px solid #364755;
}

.prtnr-gei-block p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.prtnr-gei-block h5 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.prtnr-gei-block-thumb {
    position: absolute;
    top: -37.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 75px;
    width: 75px;
    text-align: center;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.prtnr-gei-block-thumb img {
    margin: 0 auto;
}

.prtnr-gei-block {
    min-height: 400px;
}

.row.prtnr-gei-blocks {
    padding-bottom: 75px;
}

.prtnr-gei-block {
    position: relative;
    padding: 75px 15px 0;
}

.technical-resources h2 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 40px;
}

.tr-thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.tr-thumbs ul li {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tr-thumbs ul li img {
    margin: 0 auto;
}

.ann-rec-slide-thumb {
    position: relative;
}

.technical-resources {
    padding-bottom: 70px;
}

.contact-resources.text-center p {
    font-size: 28px;
    color: #364755;
    line-height: 33px;
    font-weight: 600;
}

.contact-resources.text-center a {
    color: #F48243;
    font-size: 43px;
    line-height: 51px;
    font-weight: 600;
}

.contact-resources.text-center img {
    text-align: center;
    margin: 0 auto 30px;
}

.contact-resources.text-center {
    padding: 20px 0 50px;
}

.ann-rec-slide-thumb .counter {
    background: #F48243;
    width: 97px;
    height: 97px;
    display: block;
    position: absolute;
    top: -30px;
    border-radius: 50%;
    text-align: center;
    line-height: 97px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.carousel-item.ann-rec-slide {
    padding: 40px;
}

.intro-left.intro-thumb-w-shape {
    position: relative;
    padding-left: 30px;
}

.intro-left.intro-thumb-w-shape::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -31px;
    background-image: url('../images/lp/i-b1.png');
    width: 338px;
    height: 151px;
    z-index: 1;
}

.intro-left.intro-thumb-w-shape img {
    position: relative;
    z-index: 2;
}

.generic-section.prtnr-grow-expand {
    padding-top: 25px;
}

.ann-rec-slide-thumb::after {
    position: absolute;
    content: "";
    right: -20px;
    bottom: -20px;
    background-image: url('../images/lp/shades.png');
    width: 156px;
    height: 115px;
    z-index: -1;
}

.ann-rec-slide-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prtnr-annual-reccurring-slide {
    max-width: 90%;
    margin: 0 auto;
}

#annualrecurringcarou .carousel-control-next {
    width: auto;
    right: -70px;
    opacity: 1;
}

#annualrecurringcarou .carousel-control-prev {
    width: auto;
    left: -70px;
    opacity: 1;
}

#annualrecurringcarou .carousel-control-prev img {
    transform: rotate(180deg);
}

#annualrecurringcarou .carousel-control-prev img,
#annualrecurringcarou .carousel-control-next img {
    max-width: 75px;
}

.lp-els-area.lp-php.lp-python .lp-pecl-sec-inner .lp-newsletter-inner {
    position: relative;
    top: 0;
    margin-top: 30px;
    margin-bottom: 50px;
}

.lp-python .lp-els-wrap .els-item .els-i {
    width: 105px;
    height: 105px;
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 30px;
}

.lp-python .lp-n-form .hs_submit.hs-submit {
    left: 440px;
}

.lp-python .lp-n-form .hs_email.hs-email .hs-input {
    width: 420px;
}

.homepage.hero-banner {
    padding: 175px 0;
}

.announcement-area .annc-inner p {
    margin-bottom: 0;
    color: #fff;
}

.announcement-area {
    background-color: #539AEC;
    padding: 9px 0 14px;
}

.announcement-area .annc-inner {
    text-align: center;
}

.announcement-area .annc-inner p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.announcement-area .annc-inner p a {
    background-color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    margin-left: 10px;
}

.announcement-area .annc-inner p a img {
    display: inline-block;
    position: relative;
    top: 5px;
}

.lp-prtnr-prog-intro .intro-left.intro-thumb-w-shape::after {
    left: auto;
    right: 80px;
}

.generic-section.banner-partners.banner-partner-prog {
    padding: 50px 0 70px;
}

.lp-prtnr-details.lp-prtnr.lp-prtnr-prog {
    padding-top: 85px;
}

.generic-section.banner-partners.banner-partner-prog .generic_content p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.generic-section.banner-partners.banner-partner-prog .generic_content h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    font-family: "Roboto", sans-serif;
}

.lp-prtnr-prog .lp-prtnr-prog-intro p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}


.section-blank {
    padding: 60px 0 80px;
}

.section-blank img {
    margin: 0 auto;
}

.section-blank p strong {
    font-size: 30px;
}

.section-blank p {
    margin-bottom: 5px;
    font-size: 17px;
}

/* Partner program css*/
.prtnr-graph table {
    width: 100%;
}

.prtnr-details-intro.lp-prtnr-prog-intro {
    border-bottom: 0px;
}

.prtnr-graph table td {
    font-size: 17px;
    line-height: 20px;
    color: #364755;
    padding: 13px 0px;
}

.prtnr-graph table tr {
    position: relative;
}

.prtnr-graph table tr td:first-child,
.prtnr-graph table tr th:first-child {
    width: 45%;
    text-align: left;
}

.prtnr-graph table tr td,
.prtnr-graph table tr th {
    width: 13.75%;
    text-align: center;
}

.prtnr-graph table tr td img,
.prtnr-graph table tr th img {
    margin: 0 auto;
}

.prtnr-graph table tr th {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #364755;
    padding: 15px 15px;
}

.prtnr-graph table tr th:first-child {
    padding: 0;
}

.prtnr-graph table tr th img {
    margin-bottom: 22px;
}

.lp-prtnr-details.lp-prtnr::after,
.generic-section.prtnr-technical-resources::after {
    z-index: -2;
}

.prtnr-graph table tr th::after {
    position: absolute;
    content: "";
    background-image: url('../images/lp/shadows.png');
    width: 232px;
    height: 560px;
    z-index: -1;
    left: -28px;
    top: -55px;
}

.prtnr-graph table tr th:first-child::after {
    background-image: none;
}

.prtnr-graph {
    padding: 35px 0;
}

.prtnr-graph table tr th strong {
    color: #009EF6;
    font-weight: 600;
}

.prtnr-graph table tr::before {
    position: absolute;
    content: "";
    border-bottom: 0.9401px solid #364755;
    left: 0;
    bottom: 0;
    width: calc(100% - 9px);
    display: block !important;
}

.prtnr-graph table tr:first-child::before,
.prtnr-graph table tr:last-child::before {
    border-bottom: 0px solid #364755;
}

.prtnr-btn.no-btn span {
    font-size: 22px;
}

#prtnrbrand-tab .nav-item button {
    border: 2px solid #7f7f7f;
    color: #7f7f7f;
    margin: 0 10px;
    padding: 7px 23px;
}

#prtnrbrand-tab .nav-item button.active {
    border: 2px solid #f48243;
    background: transparent;
}

#prtnrbrand-tab {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.prtnr-prog-accordion {
    padding: 50px 0;
}

.prtnr-prog-accordion p {
    font-size: 22px;
    line-height: 26px;
    color: #364755;
    margin-bottom: 30px;
}

.prtnr-prog-accordion .accordion-button::before {
    display: none;
}

.prtnr-prog-accordion .accordion-item {
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    border-radius: 10px !important;
    border: 0px solid;
    padding: 0 30px;
}

.prtnr-prog-accordion h2 {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.prtnr-prog-accordion .accordion-button {
    border-radius: 10px !important;
    background: transparent;
    border: 0px solid;
    box-shadow: 0 0 0 #ddd;
    padding: 20px 0;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400 !important;
    color: #364755;

}

.prtnr-prog-accordion .accordion-body {
    border-top: 0.9401px solid #364755;
    padding: 20px 0 30px;
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.mem-overview .prtnr-graph table tr th::after {
    background-image: url('../images/lp/shadow1.png');
    width: 232px;
    height: 897px;
}

.mem-overview .prtnr-graph table tr th:first-child::after {
    display: none;
}

.mem-overview .intro-left.intro-thumb-w-shape::after {
    left: 160px;
    top: 70px;
    background-image: url('../images/lp/mem-graphics.png');
    width: 155px;
    height: 114px;
}

.mem-overview .intro-left.intro-thumb-w-shape img {
    float: right;
    top: -100px;
}

.mem-overview .prtnr-details-intro.lp-prtnr-prog-intro {
    padding-bottom: 0;
}

.mem-cond-text p {
    font-size: 13px;
    line-height: 15px;
    color: #364755;
}

.mem-cond-text p span {
    color: #F48141;
}

.mem-overview .prtnr-graph table tr td img {
    display: inline-block;
}

.mem-cond-text {
    text-align: right;
    margin-top: 80px;
}

.lp-legal .prtnr-prog-accordion .accordion-header p {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.lp-legal .prtnr-prog-accordion .accordion-header p img {
    display: inline-block;
    margin-right: 10px;
}

.lp-legal .prtnr-prog-accordion p {
    font-size: 21px;
}

.lp-legal .prtnr-prog-accordion .accordion-collapse p {
    font-size: 17px;
    line-height: 29px;
}

.lp-legal .prtnr-prog-accordion .accordion-collapse ol {
    list-style: decimal;
    padding-left: 40px;
}

.lp-legal .prtnr-prog-accordion .accordion-collapse ol li {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 15px;
}

.banner-legal .generic_thumb img {
    margin: 0 auto;
}

.generic-section.banner-partners.banner-legal .generic_content h1 {
    font-size: 36px;
    line-height: 43px;
}


.banner-legal p a {
    display: inline-block;
    margin-top: 20px;
    background-color: #f48243;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 22px 11px 22px;
    border-radius: 4px;
}

.banner-legal p a img {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 2px;
}

.sec-cert-header {
    margin-bottom: 65px;
}

.sec-cert-header h2 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.sec-cert-header p {
    text-align: center;
    font-size: 17px;
    line-height: 20px;
}

.sec-cert-header p strong {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}

.sec-cert-items {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 20px;
}

.sec-cert-items .sec-cert-item {
    text-align: center;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 15px;
}

.sec-cert-items .sec-cert-item img {
    margin: 0 auto 30px;
}

.sec-cert-items .sec-cert-item h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 18px;
}

.sec-cert-items .sec-cert-item p {
    font-size: 14px;
    line-height: 24px;
    color: #364755;
    margin-bottom: 0;
}

.regulatory_compliance,
.protecting-inner {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 0.9401px solid #364755;
}

.protecting-item .protecting-thumb {
    text-align: center;
}

.protecting-item .protecting-thumb img {
    margin: 0 auto;
}

.protecting-item h4 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    color: #364755;
    margin-bottom: 15px;
    font-weight: 600;
}

.protecting-item p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    padding: 0 35px;
}

.sec-infra-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 60px;
}

.sec-infra-item h5 {
    font-size: 22px;
    line-height: 26px;
    color: #364755;
    font-weight: 600;
    margin-bottom: 15px;
}

.sec-infra-item p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.sec-infra-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.securing-infrustucture .sec-cert-header {
    margin-bottom: 25px;
}

.securing-infrustucture {
    padding-bottom: 70px;
}

.sec-cul-item {
    text-align: center;
}

.sec-cul-item img {
    margin: 0 auto;
}

.sec-cul-item h4 {
    font-size: 22px;
    line-height: 26px;
    color: #364755;
    margin-bottom: 12px;
}

.sec-cul-item p {
    font-size: 17px;
    line-height: 29px;
}

.sec-cul-inner .sec-cert-header p {
    font-size: 22px;
    line-height: 32px;
}

.tr-thumbs ul li img {
    max-width: 222px;
    max-height: 100px;
}

.prtnr-prog-accordion .accordion-body p {
    font-size: 17px;
}

.prtnr-prog-accordion .accordion-body ul {
    list-style: disc;
    padding-left: 20px;
}

.prtnr-prog-accordion .accordion-body ul li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 23px;
}

.prtnr-prog-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: initial;
}

.php-generic-section.section-grey {
    background: linear-gradient(0deg, #FFFFFF 10.24%, #F2F2F2 99.87%);
    padding: 100px 0;
}

.php-sec-intro-inn {
    position: relative;
}

.php-sec-intro-inn .php-inn-detail h2 {
    font-size: 28px;
    color: #364755;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 20px;
}

.php-sec-intro-inn .php-inn-detail p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
}
.php-sec-intro-inn .php-inn-detail a {
	letter-spacing: 1.6px;
	font-weight: 600;
	font-size: 16px;
}

.php-sec-intro-inn .php-inn-detail p,
.php-sec-intro-inn .php-inn-detail h2 {
    max-width: 533px;
}

.php-cards {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
}

.php-cards .php-card {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    display: flex;
    padding: 25px;
    align-items: center;
    border-radius: 8px;
}

.php-cards .php-card img {
    margin-right: 12px;
}

.php-cards .php-card span {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
}

.php-cards {
    padding-right: 315px;
}

.php-inn-thumb {
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.php-sec-intro-inn .php-inn-detail {
    position: relative;
    z-index: 2;
}

.php-sec-intro-inn.b-line {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.php-generic-section.php-sec-lmphp {
    background-color: #081C2E;
    padding: 100px 0;
}

.php-sec-lmphp h2 {
    color: #fff;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.php-sec-lmphp-inn {
    max-width: 854px;
    margin: 0 auto;
}

.php-sec-lmphp-inn .btn-arr {
    position: relative;
}

.generic-section .generic_content > div.btn-arr {
    margin-top: 0;
}

.php-sec-lmphp-inn .btn-arr a,
.banner-php-prelaunch .btn-arr a {
    color: #fff;
    padding-right: 85px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.php-sec-intro-inn .btn-arr a {
    padding-right: 85px;
}

.php-sec-lmphp-inn .btn-arr a::before,
.banner-php-prelaunch .btn-arr a::before,
.php-sec-intro-inn .btn-arr a:before {
    position: absolute;
    content: "";
    right: 21px;
    top: 21px;
    background-image: url('../images/nonprofit/arr-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.php-sec-lmphp-inn .btn-arr a::after,
.banner-php-prelaunch .btn-arr a::after,
.php-sec-intro-inn .btn-arr a:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/nonprofit/arr-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.php-generic-section.php-sec-secure-and-complaint {
    padding: 100px 0 150px;
}

.php-secure-and-compliant-inn h2 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    margin: 0 auto 20px;
    font-weight: 600;
    max-width: 614px;
}

.compliant-blocks .compliant-block .compliant-block-thumb {
    display: inline-block;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 28px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.compliant-block-detail.counter p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    max-width: 334px;
    margin: 0 auto;
}

.compliant-block-detail.counter strong {
    color: #F48243;
    font-size: 32px;
    display: block;
    line-height: 50px;
    font-weight: normal;
    font-family: 'Rubik';
}

.compliant-blocks .compliant-block {
    margin-top: 55px;
}

.prtnr-graph table tr th::after {
    background-image: url('../images/lp/shadow1.png');
    height: 600px;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
}

.php-generic-section.php-sec-exploited {
    background-color: #F48243;
    padding: 100px 0 70px;
}

.php-sec-exploited-inn {
    position: relative;
}

.php-sec-exploited-inn .exploited-thumb {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline;
    width: auto;
}

.php-sec-exploited-inn .exploited-thumb img {
    margin: 0 auto;
}

.php-sec-exploited-inn h2 {
    font-size: 40px;
    line-height: 54px;
    color: #081C2E;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    max-width: 700px;
    margin: 0 auto 20px;
}

.php-sec-exploited-inn p {
    font-size: 17px;
    line-height: 29px;
    color: #081C2E;
    max-width: 800px;
    margin: 0 auto 20px;
}

.php-sec-exploited-inn .btn-arr a {
    padding-right: 112px;
    text-transform: uppercase;
    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.php-sec-exploited-inn .btn-arr a::before,
.rc-btn a::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 21px;
    background-image: url('../images/lp/arrb-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.php-sec-exploited-inn .btn-arr a::after,
.rc-btn a::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/lp/arrb-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.generic-section.php-faqs h2 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 38px;
    font-weight: 600 !important;
}

.generic-section.php-faqs .prtnr-prog-accordion {
    padding: 20px 0;
}

.home .hero-banner__text-wrapper {
    max-width: 100%;
}

.generic-content pre {
    padding: 18px 0;
}

.risk-comp-sec .php-cards {
    padding-right: 0;
    max-width: 575px;
    display: block;
}

.risk-comp-sec .php-cards .php-card {
    margin-bottom: 26px;
}

.risk-comp-sec .php-cards .php-card p {
    margin-bottom: 0;
}

.risk-comp-sec .php-inn-thumb {
    display: block;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 1;
}

.php-generic-section.php-sec-secure-and-complaint.risk-comp-sec {
    background: linear-gradient(0deg, #FFFFFF 10.24%, #F2F2F2 99.87%);
}

.risk-comp-sec ul.php-cards li {
    position: relative;
    padding-left: 58px;
}

.risk-comp-sec .php-cards .php-card p a {
    text-decoration: underline;
}

.risk-comp-sec ul.php-cards li::after {
    position: absolute;
    left: 30px;
    top: 32px;
    content: "";
    background: #F48243;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.rc-btn a {
    position: relative;
}

.rc-btn {
    text-align: center;
    margin-top: 50px;
}

.rc-btn a {
    padding-right: 88px;
    color: #081C2E;
    line-height: 19px;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.145em;
}

.risk-comp-sec .compliant-block-detail {
    line-height: 29px;
}

.php-generic-section.php-sec-secure-and-complaint.risk-comp-sec {
    padding: 100px 0 180px;
}

.rc-btn a::before {
    top: 29px;
}

.rc-btn a::after {
    top: 20px;
}

.risk-comp-sec .php-secure-and-compliant-inn h2,
.risk-comp-sec .php-secure-and-compliant-inn h2 > p {
    font-size: 28px;
    line-height: 39px;
    font-weight: 400;
    max-width: 838px;
    font-family: "Roboto", sans-serif;
}

.risk-comp-sec .php-secure-and-compliant-inn p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    max-width: 841px;
    margin: 0 auto 10px;
}

.cent-intro-thumb img {
    margin: 0 auto;
}

/*.php-generic-section.cent7-sec-cta-t {
    background-image: url('../images/lp/cta-t-bg.png');
    background-position: center;
    background-size: cover;
}*/

.cent7-sec-cta-t-inn {
    max-width: 798px;
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    text-align: center;
    padding: 85px 125px 40px;
    position: relative;
    margin: 0 auto;
}

.cent7-t-thumb img {
    margin: 0 auto;
}

.php-sec-intro-inn > .row {
    align-items: center;
}

.cent7-sec-cta-t-inn img {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 127px;
}

.cent7-sec-cta-t-inn h2 {
    color: #F48243;
    font-size: 30px;
    line-height: 36px;
}

.cent7-sec-cta-t-inn p {
    font-size: 20px;
    line-height: 31px;
    font-weight: 500;
}

.php-generic-section.cent7-intro-s {
    padding: 80px 0;
}

.cent7-t-detail h3 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    margin-bottom: 22px;
}

.cent7-b-right {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    padding: 40px;
    border-radius: 10px;
    max-width: 450px;
    margin: 0 auto;
}

.cent7-b-right img {
    margin-bottom: 80px;
}

.cent7-b-right p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 0;
}

.php-sec-intro-inn .btn-arr {
    text-align: center;
}

.php-sec-intro-inn .btn-arr a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#tuxcare_product_of_interest-830d13e9-4474-479a-8d50-49af6e56b5c8,
#comments-830d13e9-4474-479a-8d50-49af6e56b5c8 {
    width: 100% !important;
}

.contact-form.bg-blue-gradient form fieldset {
    width: 100%;
    max-width: 100%;
}

.uels-header img {
    margin: 0 auto 30px;
}

.uels-header h2 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    margin-bottom: 25px;
}

.uels-header p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    max-width: 800px;
    margin: 0 auto 20px;
}

.uels-header.text-center {
    margin-bottom: 40px;
}

.uels-sec-area .php-cards {
    padding-right: 0;
}

.cent7-intro-s p,
.cent-intro-left p {
    font-size: 17px;
    color: #364755;
}

.section-dark {
    background-color: #081C2E;
    padding: 100px 0;
}

.cent-s-pack-inn h2 {
    font-size: 28px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 25px;
}

.cent-s-pack-inn p {
    font-size: 17px;
    color: #fff;
    line-height: 29px;
    max-width: 800px;
    margin: 0 auto;
}

.packages ul li {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .1);
    padding: 24px 20px;
}

.packages ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 12px;
}

.packages {
    margin-top: 35px;
}

.generic-section.php-faqs.risk-comp-sec.cent-faq {
    background-color: #F5F5F5;
}

.cover-item .ci-thumb img {
    margin: 0 auto 25px;
}

.cover-item {
    text-align: center;
}

.ci-thumb {
    min-height: 95px;
}

.cover-item h4 {
    font-size: 19px;
    line-height: 31px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #364755;
    margin: 0 auto 20px;
    max-width: 325px;
}

.cover-item .line-text {
    font-size: 17px;
    line-height: 20px;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
    min-width: 315px;
    background: #F2F2F2;
}

.cover-item p {
    font-size: 17px;
    color: #364755;
    max-width: 305px;
    margin: 0 auto;
}

.uels-sec-area .btn-arr {
    margin-top: 40px;
}

.banner-php-prelaunch .generic_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.generic-section .modal-header {
    padding: 0;
}

.generic-section .modal-header {
    padding: 0;
    border-bottom: 0px solid;
}

.g-form h4 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.generic-section .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #ddd;
}

.page-template-support-search-results .banner {
    background: #1A4273;
}

.sk-res-wrapp {
    padding-top: 60px;
}

.sk-res-header {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    color: #000000;
    margin-bottom: 35px;
}

.sk-res-header span#search-key {
    font-weight: 400;
}

.sk-res-navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sk-res-navi ul li span.nav-link {
    display: inline-block;
    border: 1px solid #091C2D !important;
    border-radius: 25px 25px 0px 0px;
    width: 322px;
    padding: 8px 48px 7px 25px;
    margin-right: 0;
    line-height: 26px;
    position: relative;
    min-height: 55px;
    font-size: 16px;
}

.sk-res-navi ul li span.nav-link br {
    display: none;
}

.sk-res-navi ul li span.nav-link.active {
    min-height: 70px;
}

.sk-res-navi ul li span.nav-link.active br {
    display: inline-block;
}

.sk-res-navi ul li span.nav-link.active#kb-tab {
    background-color: #3C639B;
    color: #fff;
}

.sk-res-navi ul li span.nav-link#docs-tab {
    color: #69b78f;
}

.sk-res-navi ul li span.nav-link#docs-tab.active {
    background: #69b78f;
    color: #fff;
}

.sk-res-navi ul li span.nav-link#kb-tab {
    border-color: #3C639B !important;
    color: #3C639B;
}

.sk-res-navi ul li span.nav-link#blog-tab {
    border-color: #F28246 !important;
    color: #F28246;
}

.sk-res-navi ul li span.nav-link.active#blog-tab {
    background-color: #F28246;
    color: #fff;
}

.sk-res-navi ul li span.nav-link.cat-doc {
    border: 1px solid #69b78f !important;
}

.sk-res-navi ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #091C2D;
}

.sk-res-navi ul li.cat-kb a {
    color: #fff;
}

.sk-res-navi ul li.cat-kb {
    background: #F28246;
    color: #fff;
    border-color: #F28246;
}

.sk-res-navi ul li img {
    position: absolute;
    right: 16px;
    top: 17px;
}

.sk-res-navi ul li.cat-doc img {
    top: 6px;
}

.sk-res-wrapp .category {
    padding: 0;
}

.sk-res-wrapp .hit-name .body {
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
    max-width: 90%;
}

.sk-res-wrapp .hit-name .title {
    font-size: 16px;
    color: #287ac2;
}

.sk-res-wrapp .hit-name .hit-detail {
    width: 100%;
}

.sk-res-wrapp li.ais-Hits-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 28px;
    margin-bottom: 0;
    margin-left: 0;
}

.sk-res-wrapp .ais-Hits-list li.ais-Hits-item:last-child {
    border-bottom: 0px solid #eee;
}

.sk-res-navi {
    margin-bottom: 45px;
}

.sk-res-wrapp .hit-name .lic {
    width: 390px;
    text-align: right;
    color: #539AEC;
    font-size: 20px;
    font-weight: 700;
}

.sk-res-wrapp .hit-name {
    justify-content: space-between;
}

.hit-name a.read-more {
    color: #539AEC;
    font-size: 16px;
}

.sk-res-wrapp #hits-kb {
    border-bottom: 1px solid #F28246;
}

.sk-res-wrapp ol.ais-Hits-list {
    margin: 0;
}

.sk-res-wrapp #kb-show,
.sk-res-wrapp #docs-show,
.sk-res-wrapp #forum-show,
.sk-res-wrapp #blog-show {
    text-align: right;
    font-size: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sk-res-wrapp #kb-show img,
.sk-res-wrapp #docs-show img,
#forum-show img {
    margin-left: 10px;
}

.sk-res-wrapp #hits-docs .path {}

.sk-res-wrapp #hits-docs {
    border-bottom: 1px solid #1A4273;
}

.sk-res-wrapp .helpful {
    margin-top: 90px;
    border-top: 1px solid #539AEC;
    padding: 45px 0px;
}

.sk-res-wrapp .helpful .no {
    background: #539AEC;
    padding: 8px 12px;
    border-radius: 2px;
}

.sk-res-wrapp .helpful .yes {
    background: #F28246;
    font-size: 20px;
    padding: 8px 12px;
    border-radius: 2px;
}

.sk-res-wrapp #hits-kb .hit-name img {
    max-width: 27px;
}

.sk-res-wrapp .helpful a button {
    background: transparent;
    color: #fff;
    border: 0px;
    border-radius: 0;
    font-size: 20px;
}

.cent8-sec-intro p {
    text-align: center;
}

.cent8 .cent7-sec-cta-t-inn p {
    color: #081C2E;
}

.cent8 .cent7-sec-cta-t-inn {
    max-width: 880px;
    padding: 104px 55px 40px;
}

.cent7-sec-cta-t-inn p strong {
    color: #359CF3;
}

.cover-item h4 a {
    color: #364755;
}

.article-title .path {
    font-size: 14px;
    padding: 0;
    color: rgb(58, 69, 112);
}

.sk-res-wrapp .hit-name .hit-detail .article-title .title {
    display: block;
    flex: unset;
}

.sk-res-wrapp .hit-name .hit-detail .article-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sk-res-navi .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    align-items: flex-end;
}

.sk-res-navi ul li span.nav-link .img {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.sk-res-navi ul li span.nav-link.cat-kb .img {
    background-image: url(../images/icons/KB-blue.svg);
    width: 32px;
    height: 25px;
}

.sk-res-navi ul li span.nav-link.active.cat-kb .img {
    background-image: url(../images/icons/KB-white.svg);
}

.sk-res-navi ul li span.nav-link.cat-doc .img {
    background-image: url(../images/lp/doc-green.svg);
    width: 19px;
    height: 25px;
}

.sk-res-navi ul li span.nav-link.active.cat-doc .img {
    background-image: url(../images/lp/DOC-white.svg);
}

.sk-res-navi ul li span.nav-link.cat-forum .img {
    background-image: url(../images/lp/FORUMS-navy.svg);
    width: 30px;
    height: 25px;
}

.sk-res-navi ul li span.nav-link.cat-forum.active .img {
    background-image: url(../images/lp/FORUMS-white.svg);
}

.sk-res-navi ul li span.nav-link.cat-blog .img {
    background-image: url(../images/icons/BLOG-orange.svg);
    width: 30px;
    height: 25px;
}

.sk-res-navi ul li span.nav-link.cat-blog.active .img {
    background-image: url(../images/icons/BLOG-white.svg);
}

.sk-res-navi ul li span.nav-link.cat-forum {
    color: #081b2c;
    border: 1px solid #081b2c !important;
}

.sk-res-navi ul li span.nav-link.cat-forum.active {
    background-color: #081b2c;
    color: #fff;
}

.generic-section.python-cul {
    background-color: #F5F5F5;
    padding: 100px 0;
}

.python-cul .py-cul-inn.php-sec-lmphp-inn {
    max-width: 100%;
}

.py-cul-inn.php-sec-lmphp-inn h3 {
    color: #364755;
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 16px;
}

.php-generic-section.php-sec-intro.cent7-intro-s .btn-arr {
    margin-top: 30px;
}

.py-cul-inn.php-sec-lmphp-inn p {
    color: #364755;
    line-height: 29px;
    font-size: 17px;
}

.generic-section.python-cul .btn-arr {
    text-align: center;
}

.py-cul-l img {
    margin-bottom: 15px;
}

.python-cul .py-cul-inn.php-sec-lmphp-inn .btn-arr {
    margin-top: 45px;
}

.php-secure-and-compliant-inn.python-why-inn p {
    max-width: 936px;
    font-size: 17px;
    margin: 0 auto;
}

.python-why-inn .compliant-block .compliant-block-detail {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
}

.python-why-inn.b-line {
    padding-bottom: 70px;
    border-bottom: 0.9401px solid #364755;
    margin-bottom: 70px;
}

.php-generic-section.php-sec-secure-and-complaint.python-why-txc {
    padding: 100px 0 100px;
}

.py-cul-l h5 {
    font-size: 27px;
    line-height: 39px;
    font-weight: 600;
}

.py-cul-l h5 strong {
    color: #359CF3;
}

.python-cta-inn {
    background-color: #fff;
    max-width: 935px;
    margin: 0 auto;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    position: relative;
    padding: 20px 95px 60px;
}

.python-cta-inn .py-thumb img {
    margin: 0 auto;
}

.python-cta-inn h2 {
    font-weight: 600;
    color: #364755;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 16px;
}

.python-cta .python-cta-inn p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 22px;
    color: #364755;
}

.python-cta-inn .py-thumb {
    top: -95px;
    position: relative;
    margin-bottom: -90px;
}

.python-cta p {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
}

.python-cta h5 {
    color: #fff;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 20px;
}

.php-generic-section.php-sec-lmphp.python-cta {
    position: relative;
    padding-top: 0;
    padding-bottom: 70px;
}

.python-cta-inn {
    top: -200px;
    margin-bottom: -140px;
}

.php-generic-section.section-grey.python-sec-tech {
    padding-bottom: 300px;
}

.python-sec-tech .php-cards {
    display: block;
    max-width: 530px;
    padding-right: 0;
}

.python-sec-tech .php-cards .php-card {
    margin-bottom: 25px;
}

.python-inn-detail.text-center img {
    margin: 0 auto 40px;
}

.python-inn-detail h4 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    margin-bottom: 25px;
}

.python-inn-detail p {
    max-width: 838px;
    margin: 0 auto 30px;
    color: #364755;
    font-size: 17px;
    line-height: 29px;
}

.python-inn-detail h2 {
    color: #F48141;
    font-size: 50px;
    line-height: 58px;
}

.sk-res-navi ul li span.nav-link {
    cursor: pointer;
}

.parent-pageid-531 .homepage.hero-banner {
    padding: 100px 0;
}

.page-template-template-empty {
    position: relative;
    padding-top: 0;
    background: rgba(53, 156, 243, .1);
}

.whitepaper-wrap {
    padding: 130px 0 180px;
}

.p-thumb {
    padding-bottom: 55px;
}

.whp-left h1 {
    color: #081C2E;
    font-size: 43.3px;
    line-height: 51px;
    margin-bottom: 30px;
}

.whp-left h4 {
    font-size: 23px;
    line-height: 34px;
    color: #364755;
    margin-bottom: 25px;
}

.whp-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    margin-bottom: 22px;
}

.whp-left h3 {
    color: #359CF3;
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 30px;
}

.whp-left ul li {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
    position: relative;
}

.whp-left ul li::after {
    position: absolute;
    content: "";
    left: -22px;
    top: 10px;
    background: #359CF3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.whp-left ul {
    padding-left: 45px;
}

.whp-right.php-sec-lmphp-inn {
    max-width: 100%;
    text-align: center;
}

.whp-right.php-sec-lmphp-inn .pr-thumb img {
    margin: 0 auto 60px;
}

/* new nav css */
header .top-header.bg-lightblue {
    background-color: #E9F6FF;
    padding: 15px 0;
}

header .top-header .top-header__info .text-wrapper span p,
header .top-header .top-header__info .link-wrapper a {
    color: #364755;
    font-size: 12px;
    line-height: 14px;
}

.nav-wrapper.bg-white {
    border-bottom: 0.5px solid #CCC;
    box-shadow: 0 0 0 #eee;
    padding: 0;
}

header .top-header.bg-lightblue.hide {
    padding: 0;
}

header .top-header__info .link-wrapper {
    position: absolute;
    right: 0;
    top: -11px;
}

.menu-top-header-menu-container ul {
    display: flex;
}

.menu-top-header-menu-container ul li {
    margin-left: 20px;
}

.menu-top-header-menu-container ul li a img {
    display: inline-block;
    margin-right: 5px;
    top: 1px;
    position: relative;
}

.txc-main-menu ul li .wpmm_item_description {
    display: none;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > a {
    padding: 38px 14px;
    font-size: 14px;
    line-height: 17px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li:hover > .wpmm-strees-row-container > .wp-megamenu-sub-menu {
    top: 94px;
}

.txc-main-menu .wpmm_brand_logo_wrap {
    padding-top: 15px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child {
    background-color: #E9F6FF;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu > li {}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > .wp-megamenu-sub-menu {}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > .wp-megamenu-sub-menu::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 200%;
    height: 100%;
    background-color: #E9F6FF;
    left: auto;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child {
    background-color: #E9F6FF;
    padding-left: 0;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li {
    padding: 50px 24px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child ul li h4 {
    font-weight: 600;
    color: #081C2E;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 13px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child ul li p {
    font-size: 14px;
    color: #364755;
    line-height: 22px;
    font-weight: 400;
    padding-right: 35px;
    margin-bottom: 55px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > a {
    color: #359CF3;
    font-size: 17px;
    line-height: 20px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > img {
    margin: 0 15px 20px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > ul > li > a {
    font-size: 13px;
    line-height: 20px;
    color: #364755;
    padding: 3px 15px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .expl-btn {
    padding: 0;
    color: #F48243;
    font-size: 10px;
    line-height: 11px;
    position: relative;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li > ul > li > a {
    text-transform: capitalize;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li > ul > li p {
    color: #364755;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li > ul > li p,
.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu > li > ul > li > ul > li p {
    color: #364755;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li:first-child > ul > li p,
.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu > li > ul > li:first-child p,
.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-resources .wp-megamenu-sub-menu > li > ul > li > ul > li h6 a {
    padding: 0;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu > li > ul > li > ul > li h6 a {
    color: #359CF3;
    font-size: 17px;
    line-height: 20px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > a {
    text-transform: capitalize;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-customer > div > ul > li > ul > li > ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-customer > div > ul > li > ul > li > ul > li > img {
    margin: 0 auto !important;
}

.txc-main-menu .expl-btn {
    display: inline-block !important;
    min-width: 135px;
    position: relative !important;
    font-size: 12px !important;
}

.txc-main-menu .expl-btn::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: url('../images/lp/arrow-colored.png');
    width: 25px;
    height: 12px;
    display: block;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu:before,
.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu:after {
    border-bottom: 0.5px solid #CCCCCC;
}

.txc-main-menu #wp-megamenu-menu-1 #menu-tuxcare-2022-main-menu .btn-nav {
    position: absolute !important;
    right: 0;
    background-color: #F48243;
    color: #fff;
    width: 134px;
    height: 40px;
    top: 26px;
    border-radius: 6px;
}

.txc-main-menu #wp-megamenu-menu-1 #menu-tuxcare-2022-main-menu .btn-nav a {
    padding: 0;
    text-align: center;
    display: block;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}

.txc-main-menu #wp-megamenu-menu-1 {
    padding: 0;
}

.banner-php-prelaunch .generic_content .btn-arr {
    margin-bottom: 20px;
}

#wp-megamenu-menu-1 #wp-megamenu-item-2983 h4,
#wp-megamenu-menu-1 #wp-megamenu-item-112 h4 {
    color: #359CF3;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 17px;
}

#wp-megamenu-menu-1 #wp-megamenu-item-2983 ul {
    margin: 0 -15px;
}

#wp-megamenu-menu-1 #wp-megamenu-item-2983 ul li:last-child,
#wp-megamenu-menu-1 #wp-megamenu-item-2983 ul li:nth-last-child(2) {
    display: none;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > ul > li.menu-item-has-children > .wp-megamenu-sub-menu {
    top: 15px;
    z-index: 1;
    left: 30px;
    background-color: transparent !important;
    box-shadow: 0 0 0 #ddd;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li.wp-megamenu-item-2982 > img,
.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li.wp-megamenu-item-111 > img {
    margin: 0 0 10px;
}

.options .option img {
    max-width: 51px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > ul > li.menu-item-has-children > .wp-megamenu-sub-menu li a {
    font-size: 13px;
}

header#masthead .top-header__info p {
    font-size: 14px;
}

.txc-nfm {
    display: none;
}

.php-generic-section.php-sec-opt {
    background-color: #081C2E;
    padding: 80px 0;
}

.php-generic-section.php-sec-opt h2,
.php-generic-section.php-sec-opt p {
    color: #fff;
}

.sec-lnx-intro .rc-btn a::after {
    top: 13px;
}

.sec-lnx-intro .rc-btn a::before {
    top: 22px;
}

.risk-comp-sec .php-inn-thumb.lnx-thumb {
    top: 0;
}

.php-sec-exploited-inn h2 {
    font-weight: 600;
}

.btn-arr .btn.btn--white {
    color: #000;
    text-align: center;
    box-shadow: 0 3px 7px #ddd;
}

.btn-arr.btn-arr-gr {
    margin-top: 40px;
}

.btn-arr.btn-arr-gr .btn {
    margin: 0 10px;
}

.btn-arr.btn-arr-gr .btn.btn--white::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 21px;
    background-image: url('../images/lp/arrb-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.btn-arr.btn-arr-gr .btn.btn--white::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/lp/arrb-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.php-generic-section.php-sec-lmphp.lss-pricing p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 40px;
}

.php-generic-section.php-sec-lmphp.lss-pricing h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.php-generic-section.lss-service {
    padding: 80px 0 0;
}

.generic_content.b-line.text-center {
    padding: 0 0 80px;
    border-bottom: 0.9401px solid #364755;
}

.php-generic-section.lss-service h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 60px;
    color: #364755;
}

.generic_content.b-line.text-center {}

.php-generic-section.lss-service h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 60px;
    color: #364755;
}

.lss-srv-card {}

.lss-srv-card .lss-serv-s {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    min-height: 875px;
    position: relative;
    border-radius: 15px;
}

.lss-srv-card .lss-serv-s .lss-s-s-top {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    min-height: 335px;
    background-color: #fff;
    padding: 50px 50px 32px;
}

.lss-srv-card .lss-serv-s .lss-s-s-top img {
    margin: 0 auto 32px;
}

.lss-srv-card .lss-serv-s .lss-s-s-top h4 {
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 30px;
    color: #364755;
}

.lss-srv-card .lss-serv-s .lss-s-s-top p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.lss-s-s-bottom {
    padding: 40px 50px 0;
}

.lss-s-s-bottom p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.lss-s-s-bottom p::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 32px;
    border-bottom: 0.9401px solid #364755;
    margin: 0 auto;
}

.lss-s-s-bottom p:last-child::after {
    display: none;
}

.lss-s-s-bottom h4 {
    color: #359CF3;
    font-size: 31px;
    line-height: 37px;
    font-weight: 600;
    margin-top: 28px;
}

.lss-s-s-bottom h4 em {
    font-size: 13px;
    line-height: 16px;
    color: #081C2E;
    position: relative;
    top: -14px;
}

.lss-service .generic_content.b-line.php-sec-lmphp-inn.text-center {
    margin: 0;
    max-width: 100%;
}

.lss-srv-card > .row > .col-lg-4:nth-child(3) > .lss-serv-s > .lss-s-s-top {
    box-shadow: 0 0 0;
    background-color: transparent;
}

.btn-arr.lss-s-btn {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.btn-arr .btn.btn--orange.btn-txt-black {
    color: #000;
}

.lss-intro .php-inn-detail h2,
.lss-intro .php-inn-detail p {
    max-width: 814px;
}

.lss-intro .php-inn-detail h6 {
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 24px;
}

.lss-intro .php-cards {
    padding-right: 200px;
    padding-left: 30px;
}

.btn-arr .btn.btn-txt-black::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 21px;
    background-image: url('../images/lp/arrb-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.btn-arr .btn.btn-txt-black::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/lp/arrb-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.generic-section.banner-partners.lss-banner .generic_content h1 {
    font-size: 36px;
    line-height: 43px;
}

.generic-section.banner-partners.lss-banner .generic_content p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 30px;
}

.generic-section .generic_content > div.btn-arr.btn-out {
    margin-top: 20px;
}

.btn-arr.btn-out .btn.btn--white.btn-txt-black {
    border: 1px solid #000;
}

.or-lin-6 .cent7-b-right img {
    margin-bottom: 0;
}

.odometer {
    font-size: 50px;
}

.rnels-wrap.section-padding {
    padding: 100px 0;
}

.rnels-wrap.section-padding h2 {
    font-size: 44px;
    margin-bottom: 60px;
}

.rnels-wrap-s.rnels-wrap.section-padding h2 {
    font-size: 34px;
    margin-bottom: 45px;
}

.rnels-wrap.section-padding img {
    max-width: 170px;
    margin: 0 auto 18px;
}

header .top-header.bg-lightblue {
    background-color: #E9F6FF;
    padding: 15px 0;
}

header .top-header .top-header__info .text-wrapper span p,
header .top-header .top-header__info .link-wrapper a {
    color: #364755;
    font-size: 12px;
    line-height: 14px;
}

.nav-wrapper.bg-white {
    border-bottom: 0.5px solid #CCC;
    box-shadow: 0 0 0 #eee;
    padding: 0;
}

header .top-header.bg-lightblue.hide {
    padding: 0;
}

header .top-header__info .link-wrapper {
    position: absolute;
    right: 0;
    top: -11px;
}

.menu-top-header-menu-container ul {
    display: flex;
}

.menu-top-header-menu-container ul li {
    margin-left: 20px;
}

.menu-top-header-menu-container ul li a img {
    display: inline-block;
    margin-right: 5px;
    top: 1px;
    position: relative;
}

.txc-main-menu ul li .wpmm_item_description {
    display: none;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > a {
    padding: 38px 14px;
    font-size: 14px;
    line-height: 17px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li:hover > .wpmm-strees-row-container > .wp-megamenu-sub-menu {
    top: 94px;
}

.txc-main-menu .wpmm_brand_logo_wrap {
    padding-top: 15px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child {
    background-color: #E9F6FF;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu > li {}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > .wp-megamenu-sub-menu {}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > .wp-megamenu-sub-menu::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 200%;
    height: 100%;
    background-color: #E9F6FF;
    left: auto;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child {
    background-color: #E9F6FF;
    padding-left: 0;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li {
    padding: 50px 24px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child ul li h4 {
    font-weight: 600;
    color: #081C2E;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 13px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li:first-child ul li p {
    font-size: 14px;
    color: #364755;
    line-height: 22px;
    font-weight: 400;
    padding-right: 35px;
    margin-bottom: 55px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > a {
    color: #359CF3;
    font-size: 17px;
    line-height: 20px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > img {
    margin: 0 15px 20px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > ul > li > a {
    font-size: 13px;
    line-height: 20px;
    color: #364755;
    padding: 3px 15px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .expl-btn {
    padding: 0;
    color: #F48243;
    font-size: 10px;
    line-height: 11px;
    position: relative;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li > ul > li > a {
    text-transform: capitalize;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li > ul > li p {
    color: #364755;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li > ul > li p,
.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu > li > ul > li > ul > li p {
    color: #364755;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-partner .wp-megamenu-sub-menu > li > ul > li:first-child > ul > li p,
.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu > li > ul > li:first-child p,
.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-resources .wp-megamenu-sub-menu > li > ul > li > ul > li h6 a {
    padding: 0;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu > li > ul > li > ul > li h6 a {
    color: #359CF3;
    font-size: 17px;
    line-height: 20px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > a {
    text-transform: capitalize;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-customer > div > ul > li > ul > li > ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li.nav-item-customer > div > ul > li > ul > li > ul > li > img {
    margin: 0 auto !important;
}

.txc-main-menu .expl-btn {
    display: inline-block !important;
    min-width: 135px;
    position: relative !important;
    font-size: 12px !important;
}

.txc-main-menu .expl-btn::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/lp/arrow-colored.png');
    width: 25px;
    height: 12px;
    display: block;
}

.php-generic-section.php-sec-intro.cent7-intro-s .btn-arr {
    margin-top: 30px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu:before,
.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu:after {
    border-bottom: 0.5px solid #CCCCCC;
}

.txc-main-menu #wp-megamenu-menu-1 #menu-tuxcare-2022-main-menu .btn-nav {
    position: absolute !important;
    right: 0;
    background-color: #F48243;
    color: #fff;
    width: 134px;
    height: 40px;
    top: 26px;
    border-radius: 6px;
}

.txc-main-menu #wp-megamenu-menu-1 #menu-tuxcare-2022-main-menu .btn-nav a {
    padding: 0;
    text-align: center;
    display: block;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
}

.txc-main-menu #wp-megamenu-menu-1 {
    padding: 0;
}

.banner-php-prelaunch .generic_content .btn-arr {
    margin-bottom: 20px;
}

#wp-megamenu-menu-1 #wp-megamenu-item-2983 h4,
#wp-megamenu-menu-1 #wp-megamenu-item-112 h4 {
    color: #359CF3;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 17px;
}

#wp-megamenu-menu-1 #wp-megamenu-item-2983 ul {
    margin: 0 -15px;
}

#wp-megamenu-menu-1 #wp-megamenu-item-2983 ul li:last-child,
#wp-megamenu-menu-1 #wp-megamenu-item-2983 ul li:nth-last-child(2) {
    display: none;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > ul > li.menu-item-has-children > .wp-megamenu-sub-menu {
    top: 15px;
    z-index: 1;
    left: 30px;
    background-color: transparent !important;
    box-shadow: 0 0 0 #ddd;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li.wp-megamenu-item-2982 > img,
.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li.wp-megamenu-item-111 > img {
    margin: 0 0 10px;
}

.options .option img {
    max-width: 51px;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > ul > li.menu-item-has-children > .wp-megamenu-sub-menu li a {
    font-size: 13px;
}

header#masthead .top-header__info p {
    font-size: 14px;
}

.latest-posts-wrap {
    padding: 72px 0 135px;
}

.tx-blg-featured-item {
    display: flex;
}

.tx-blg-featured-item .blg-thumb {
    width: 45%;
    background-size: cover;
    background-position: left top;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.tx-blg-featured-item .blg-detail {
    width: 55%;
    padding: 50px;
}

.tx-blg-featured-item .blg-thumb img {
    width: 100%;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.tx-blg-featured-item {
    box-shadow: 0px 4px 10px #ddd;
    margin: 30px;
    border-radius: 15px;
}

.blg-detail h3,
.blg-detail h3 a {
    color: #364755;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.blg-detail p {
    color: #364755;
    font-size: 16px;
    line-height: 27px;
}

.blg-detail span.p-date {
    display: block;
    font-size: 15px;
    margin-bottom: 7px;
}

.blg-detail span.f-author {
    color: #359CF3;
    font-size: 15px;
}

.blg-detail ul.cats li {
    color: #359CF3;
    font-size: 15px;
    text-transform: uppercase;
    display: inline;
}

.blg-detail ul.cats {
    margin-bottom: 0;
}

.lastest-posts-wrap-inner.cats-posts .slick-list {
    margin: 0 -20px;
}

.lastest-posts-wrap-inner.cats-posts .item.slick-slide {
    margin: 0 20px;
}

.lastest-posts-wrap-inner .sk-slide {
    margin: 0 -30px;
}


.cats-posts-detail h3 a {
    color: #364755;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    display: block;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}

.cats-posts-detail {
    padding: 30px 30px 0;
}

.cats-posts-detail p {
    font-size: 14px;
    color: #364755;
    line-height: 16px;
}

.p-date {
    font-size: 11px;
    line-height: 13px;
    display: block;
    color: #364755;
}

.cats-posts-item {
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    overflow: hidden;
}

.cats-post-excerpt {
    margin-bottom: 20px;
}

.cats-posts h2 {
    font-size: 28px;
    color: #364755;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}

.cats-posts-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cats-post-excerpt {
    transition: max-height .4s ease, opacity .35s ease-in;
    opacity: 0;
    max-height: 0;
    margin: 0;
}

.cats-posts-item {
    min-height: 300px;
    position: relative;
}

.cats-posts-item:hover .cats-post-excerpt {
    transition: max-height .5s ease, opacity .2s ease;
    opacity: 1;
    max-height: 180px;
}

.cats-posts-detail {
    background-color: #fff;
}

.cats-posts-item:focus .cats-posts-thumb,
.cats-posts-item:hover .cats-posts-thumb {
    transition: all .2s ease;
    transform: scale(1.1);
    opacity: .8;
}

.cats-posts-meta {
    position: relative;
    z-index: 2;
    padding: 5px 0 25px;
    background-color: #fff;
}

.cats-posts-wrap {
    background-color: #F5F5F5;
    padding: 60px 0;
}

.cats-posts-wrap.cybersecurity {
    padding-top: 100px;
}

.cats-posts .slick-next::before {
    content: '';
    background-image: url('../images/lp/sar.png');
    width: 14px;
    height: 24px;
    display: block;
}

.cats-posts .slick-prev::before {
    content: '';
    background-image: url('../images/lp/sal.png');
    width: 14px;
    height: 24px;
    display: block;
}

.cats-posts .slick-next {
    right: auto;
    bottom: -60px;
    top: auto;
    left: 80px;
}

.cats-posts .slick-prev {
    right: auto;
    bottom: -60px;
    top: auto;
    left: 40px;
}

.cats-posts .view-all {
    margin-top: 29px;
    text-align: right;
    margin-right: 15px;
}

.cats-posts .view-all a {
    color: #F48243;
    font-size: 18px;
}

.cats-posts .view-all a img {
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.latest-posts-wrap .cats-posts .slick-next {
    bottom: -40px;
}

.latest-posts-wrap .cats-posts .slick-prev {
    bottom: -40px;
}

.cats-posts-loop {
    padding-top: 35px;
    background-color: #F5F5F5;
    padding-bottom: 30px;
}

.sp-authour-meta h6 {
    font-size: 20px;
    line-height: 24px;
    color: #364755;
    font-weight: 600;
}

.sp-authour-meta .thumb {
    width: 120px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sp-authour-meta {
    margin-bottom: 40px;
}

.sp-authour-meta .thumb img {
    border-radius: 100%;
    width: 100%;
}

.sp-authour-meta h6 {
    font-size: 20px;
    line-height: 24px;
    color: #364755;
    font-weight: 600;
}

.sp-authour-meta .expertise-in {
    font-size: 14px;
    color: #364755;
}

.tcl-cats {
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    padding: 40px;
    border-radius: 10px;
}

#tcl-contents ul li a {
    font-size: 15px;
    color: #359CF3;
    line-height: 18px;
}

#tcl-contents .social p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

#tcl-contents .social ul li a {
    border: 1px solid #081C2E;
    color: #F48243;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
}

#tcl-contents .social ul li a:hover {
    background-color: #F48243;
    color: #fff;
    border-color: #F48243;
}

.single.single-post .tcl-details .tcl-header h1 {
    font-size: 36px !important;
    line-height: 43px;
    font-weight: 600;
    color: #364755;
    margin-bottom: 15px;
}

.tcl-header .date {
    font-size: 15px;
    line-height: 18px;
    display: block;
    color: #364755;
}

.tcl-header {
    margin-bottom: 45px;
}

.tcl-details p,
.tcl-details ul li,
.tcl-details ul li a {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.single.single-post .tcl-details h1 {
    font-size: 24px !important;
}

.tcl-thumb img {
    width: auto;
}

.tcl-thumb {
    margin-bottom: 40px;
}

.tcl-header .tcl-cat {
    display: block;
    margin-bottom: 10px;
    color: #359CF3;
    font-weight: 600;
}

.social ul {
    display: flex;
}

.generic-content.blg-detail-cta h2 {
    color: #000;
    line-height: 33px;
    margin-bottom: 25px;
}

.generic-content.blg-detail-cta p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 35px;
}

.small-txt {
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

.generic-content.blg-detail-cta {
    background-color: #ededed;
    color: #000;
    padding: 100px 0;
}

.single-post .cats-posts-wrap.blg-related-post {
    padding-bottom: 150px;
    padding-top: 100px;
}

.gen-cta.gen-cta-new.text-center {
    border: 1px solid #364755;
    background-color: #fff;
    position: relative;
}

.gen-cta.gen-cta-new.text-center img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -44px;
}

.gen-cta.gen-cta-new.text-center h4 {
    font-size: 24px !important;
    line-height: 30px;
    color: #081C2E;
    font-weight: 400;
}

r .gen-cta.gen-cta-new p a {
    color: #000 !important;
    background-color: #F48243;
    font-size: 16px !important;
    line-height: 19px;
    text-transform: uppercase !important;
    letter-spacing: 0.18em;
}

.tcl-m-content {
    padding-bottom: 30px;
    display: block;
}

.contact-form.section-ttae .hs-input {
    border: 1px solid #364755;
    color: #000;
}

.contact-form.section-ttae label {
    color: #000;
    text-align: left;
    display: block;
}

.contact-form.section-ttae form {
    max-width: 100%;
}

.contact-form.section-ttae .hs-input {
    border: 1px solid #364755;
    color: #000;
    height: auto;
    padding: 15px 18px;
    margin-bottom: 10px;
}

.contact-form.section-ttae form .hs-firstname,
.contact-form.section-ttae .contact-form form.row > *,
.contact-form.section-ttae form > * {
    padding: 0 20px;
}

.contact-form form .hs-richtext p {
    font-size: 17px;
    color: #e6e6e6 !important;
    text-align: left;
    opacity: 1;
}

.contact-form.section-ttae form .hs_submit.hs-submit {
    text-align: right;
}

.php-generic-section.contact-form.section-ttae {
    padding-top: 0;
}

.contact-form form .hs-richtext.hs-main-font-element p {
    color: #364755 !important;
}

.section-ttae-slides .lastest-posts-wrap-inner.cats-posts .slick-list {
    margin: -50px -30px;
}

.section-ttae-slides .lastest-posts-wrap-inner.cats-posts .item.slick-slide {
    margin: 50px 30px;
}

.cust-item.cats-posts-item {
    padding: 50px;
}

.cust-item.cats-posts-item > img {
    margin-bottom: 30px;
}

.cust-item.cats-posts-item p {
    font-size: 17px;
    color: #364755;
    line-height: 29px;
    margin-bottom: 50px;
}

.php-generic-section.section-ttae-slides {
    padding-bottom: 80px;
}

.section-ttae-slides .customer-slider {
    display: flex;
    margin: 0 -15px;
}

.section-ttae-slides .customer-slider .item {
    margin: 0 15px;
}

.cust-item.cats-posts-item {
    padding: 40px 40px 35px;
}

.cust-item.cats-posts-item > img {
    margin-bottom: 30px;
}

.cust-item.cats-posts-item p {
    font-size: 17px;
    color: #364755;
    line-height: 29px;
    margin-bottom: 50px;
}

.cust-item.cats-posts-item .cust-i-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cust-item.cats-posts-item .cust-i-meta .cim-r {
    max-width: 90px;
}

.cim-l {}

.cust-item.cats-posts-item .cim-l .cname {
    font-size: 15px;
    line-height: 29px;
    color: #349CF3;
    margin-bottom: 0;
}

.cust-item.cats-posts-item .cim-l .cpos {
    font-size: 15px;
    line-height: normal;
}

.ttae-slides-inner.lastest-posts-wrap-inner.cats-posts {
    border-top: 0.9401px solid #364755;
    padding-top: 75px;
    margin-top: 70px;
}

.ttae-slides-inner.lastest-posts-wrap-inner.cats-posts > h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 30px;
}

.ttae-slides-inner.lastest-posts-wrap-inner.cats-posts p {
    font-size: 17px;
    line-height: 29px;
    max-width: 850px;
    margin-bottom: 50px;
}

.industry-page-details {
    position: relative;
    padding: 30px 0;
}

.industry-page-details:before {
    position: ;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #FFFFFF 10.23%, #F2F2F2 99.87%);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .65;
}

.industry-generic-section {
    padding: 30px 0;
}

.industry-generic-section {
    padding: 30px 0;
}

.industry-pd-details {}

.industry-pd-details h2 {
    font-size: 28px;
    line-height: ;
    line-height: 33px;
    color: #364755;
    margin-bottom: 20px;
}

.industry-pd-details p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.section-left-content {}

.section-left-content .industry-pd-thumb {
    text-align: center;
}

.section-left-content .industry-pd-thumb img {
    margin: 0 auto;
}

.industry-generic-section h4 {
    color: #2D8CFF;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    position: relative;
    left: -50px;
    margin-bottom: 25px;
}

.industry-generic-section .btn-arr .btn {
    padding-right: 82px;
    font-weight: 600;
    border-radius: 6px;
}

.industry-generic-section.why-txc.bg-black {
    padding: 90px 0;
}

.industry-generic-section.why-txc.bg-black h2,
.industry-generic-section.why-txc.bg-black p {
    color: #fff;
}

.industry-generic-section.why-txc.bg-black p strong {
    font-size: 22px;
    line-height: 35px;
    color: #2D8CFF;
    font-weight: 400;
}

.industry-generic-section.afew-txc {
    padding: 100px 0;
}

.industry-generic-section.afew-txc h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 40px;
    font-weight: 600;
}

.page-template-template-industry .generic-section {
    padding: 30px 0 30px;
}

.whp-left h5 {
    font-weight: normal;
    margin-bottom: 22px;
    font-size: 23px;
    line-height: 34px;
}

.ubu18-04 .php-generic-section.cent7-sec-cta-t {
    background-image: none;
}

.ubu18-04 .php-generic-section.cent7-sec-cta-t .cent7-sec-cta-t-inn h2 {
    color: #F48243;
    font-size: 33px;
    line-height: 36px;
}

.ubu18-04 .php-generic-section.cent7-sec-cta-t .cent7-sec-cta-t-inn p {
    color: #364755;
    font-size: 22px;
    line-height: 32px;
}

.afew-txc-inner .a-few-custs {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: auto auto auto auto auto;
    gap: 35px;
}

.afew-txc-inner .a-few-custs.slick-slider {
    display: block;
}

.php-inn-detail.ubu-uel-detail h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    color: #364755;
    margin-bottom: 30px;
}

.php-inn-detail.ubu-uel-detail .php-cards {
    display: block;
}

.php-inn-detail.ubu-uel-detail .php-cards .php-card {
    margin-bottom: 20px;
    border-bottom: 0.9401px solid #364755;
    background: transparent;
    box-shadow: 0 0 0 #000;
    border-radius: 0;
}

.php-inn-detail.ubu-uel-detail .php-cards .php-card:last-child {
    border-bottom: 0 solid #364755;
}

.ubu-uel-detail .php-cards .php-card img {
    margin-right: 28px;
}

#menu-top-header-menu li#menu-item-5601 a img {
    max-width: 8px;
}

.sub-form > .form {
    max-width: 700px;
    margin: 0 auto;
}

.sub-form .form label {
    color: #fff !important;
}

.hs-richtext.hs-main-font-element p {
    color: #fff !important;
    font-size: 14px !important;
}

.arch-top {
    background-color: #E9F6FF;
    padding: 40px 0;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header .page-h-right img {
    max-width: 200px;
}

.page-header .page-h-left h1 {
    font-size: 34px;
}

.arch-detail {
    padding: 80px 0;
}

.arch-detail .cats-posts-item {
    margin-bottom: 30px;
}

.arch-detail .navigation.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.arch-detail .navigation.posts-navigation .nav-links a {
    font-size: 14px;
}

.nav-links a.page-numbers {
    color: #359CF3;
}

.navigation.pagination {
    margin-top: 25px;
}

.navigation.pagination .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 4px;
}

.section-left-content .industry-pd-thumb {
    position: relative;
}

.section-left-content .industry-pd-thumb .thumb-desc {
    position: absolute;
    bottom: -222px;
    left: 0;
    width: 366px;
    background-color: #fff;
    padding: 55px 30px 22px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    text-align: left;
    font-size: 17px;
    line-height: 29px;
}

.industry-pd-thumb.has-thumb-desc img {
    text-align: right;
    margin: inherit;
    float: right;
    position: relative;
    top: 4px;
    z-index: 2;
}

.industry-pd-thumb.has-thumb-desc {
    text-align: right;
    overflow: visible;
    height: 250px;
}

.section-left-content .industry-pd-thumb .thumb-desc::after {
    display: none;
}

.industry-page-details .industry-generic-section .industry-generic-section-inner {
    border-bottom: 0.9401px solid #364755;
    padding: 60px 0;
    margin: 60px 0;
}

.industry-page-details .industry-generic-section:last-child .industry-generic-section-inner {
    border-bottom: 0px solid #364755;
}

.industry-page-details .industry-generic-section {
    padding: 0;
}

.section-left-content .industry-pd-thumb .thumb-desc::after {
    position: absolute;
    content: "";
    left: 55px;
    right: 0;
    margin: 0 auto;
    background-image: url('../images/lp/tc-icon.png');
    width: 55px;
    height: 55px;
    top: -62px;
}

.industry-pd-thumb {
    margin-bottom: 20px;
}

.industry-generic-section.section-left-content h4 {
    left: 50px;
}

.industry-generic-section.section-right-content h4 {
    left: -50px;
}

.page-template-template-empty {
    position: relative;
    padding-top: 0;
    background: rgba(53, 156, 243, .1);
}

.whitepaper-wrap {
    padding: 130px 0 180px;
}

.p-thumb {
    padding-bottom: 55px;
}

.whp-left h1 {
    color: #081C2E;
    font-size: 53.3px;
    line-height: 63px;
    margin-bottom: 30px;
}

.whp-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    margin-bottom: 22px;
}

.whp-left h3 {
    color: #359CF3;
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 30px;
}

.whp-left ul li {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
    position: relative;
}

.whp-left ul li::after {
    position: absolute;
    content: "";
    left: -22px;
    top: 10px;
    background: #359CF3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.whp-left ul {
    padding-left: 45px;
}

.whp-right.php-sec-lmphp-inn {
    max-width: 100%;
    text-align: center;
}

.whp-right.php-sec-lmphp-inn .pr-thumb img {
    margin: 0 auto 60px;
}

.wp-form {
    margin: 0 auto;
    max-width: 430px;
}

.wp-form h4 {
    margin-bottom: 20px;
}

#tcl-contents ul#navigations_items {
    margin-bottom: 30px;
}

#tcl-contents ul#navigations_items li a {
    line-height: 20px;
}

.afew-cust-item img {
    max-width: 200px;
}

.page-id-5661 .a-few-custs .item:nth-child(1) .afew-cust-item img,
.page-id-5661 .a-few-custs .item:nth-child(2) .afew-cust-item img {
    max-width: 101px;
}

#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
    width: 250px;
    background-color: #fff;
}

.page-id-5651 .afew-txc-inner .a-few-custs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 0;
}

.dbcare-intro p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 30px;
}

.dbcare-inn-right h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 25px;
    color: #364755;
}

.dbcare-inner {
    padding-bottom: 75px;
    border-bottom: 0.9401px solid #364755;
    margin-bottom: 75px;
}

.dbcare-items ul li {
    font-size: 17px;
    line-height: 29px;
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 0.9401px solid #364755;
    padding-left: 50px;
    position: relative;
}

.dbcare-items ul li::after {
    position: absolute;
    left: 5px;
    top: 5px;
    background-image: url('../images/lp/cr.png');
    width: 22px;
    height: 20px;
    content: "";
}

.dbcare-items ul li:last-child {
    border-bottom: 0px solid;
}

.dbcare-form-inner h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 30px;
    color: #364755;
}

.dbcare-form-inner p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 35px;
    color: #364755;
}

.btn-arr.blk-arr a::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 21px;
    background-image: url('../images/lp/arrb-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.btn-arr.blk-arr a::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/lp/arrb-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.btn-arr.blk-arr a.btn {
    padding-right: 85px;
}

.btn-arr a.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.145em;
}

.contact-form.section-ttae.dbcare-form-inner form .hs_submit.hs-submit {
    text-align: left;
    margin-top: 30px;
}

#hits-forum .ais-Hits-list .ais-Hits-item .hit-name .hit-detail .article-title {
    display: block;
}

.blog-nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.cat-nav {}

.cat-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat-nav ul li {
    display: inline-block;
}

.cat-nav ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    display: block;
    padding: 22px 8px;
    line-height: 17px;
}

.blog-nav-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.page-template-blog-2 .nav-wrapper.bg-white {
    border-bottom: 0px;
}

.search-submit {
    position: absolute;
    text-indent: -99999999999px;
    width: 40px;
    height: 34px;
    right: 0;
    top: 0;
    background-color: transparent;
    box-shadow: 0 0 0;
    border: 0px solid;
    z-index: 2;
}

.search-form::before {
    position: absolute;
    content: "";
    right: 6px;
    top: 5px;
    z-index: 3;
    background-image: url('../images/lp/search-icon.png');
    width: 25px;
    height: 25px;
    background-size: 100%;
    cursor: pointer;
}

.blg-serach {
    position: relative;
    margin-top: 14px;
}

.search-form {
    position: relative;
}

.blg-search-klks {
    position: absolute;
    right: 6px;
    width: 25px;
    top: 5px;
    cursor: pointer;
}

.search-form.search-form-expanded::before {
    z-index: 1;
}

.txc-n-search {
    background: #FEF6F2;
}

#ais-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.ais-hits--content h2 {
    font-size: 18px;
}

.ais-hits--content .excerpt p {
    font-size: 16px;
    line-height: 28px;
}

#ais-facets .widgettitle {
    font-size: 20px;
}

#ais-facets #facet-post-types .ais-Menu-list .ais-Menu-item .ais-Menu-link,
.ais-HierarchicalMenu .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item a,
.ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label,
.ais-Menu .ais-Menu-list .ais-Menu-item a {
    font-size: 16px;
}

#ais-facets #facet-post-types .ais-Menu-list .ais-Menu-item,
.ais-HierarchicalMenu .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item,
.ais-Menu .ais-Menu-list .ais-Menu-item {
    line-height: 26px;
}

.tcl-m-content #snippet-box {
    display: none;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li#wp-megamenu-item-5885 > img {
    margin: 0 0 20px;
}

.generic-content pre {
    padding: 10px 20px 20px;
    background-color: #f9f9f9;
    border-left: 1px solid #F48243;
}

.generic-content pre code {
    font-size: 16px;
    background: #eee;
}

.tuxcare-story__img-wrapper .about-txc-logo img {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
}

.tuxcare-story__img-wrapper {
    height: auto;
}

.tuxcare-story__img-wrapper img {
    height: 100%;
    max-height: 100%;
}

.about-txc-logo {
    margin-bottom: 25px;
}


.mtp-section h2 {
    font-size: 28px;
    color: #364755;
    line-height: 33px;
    margin-bottom: 60px;
}

.mtp-section {}

.mtp-section .mtp-items {
    margin-bottom: 50px;
}

.mtp-section .mtp-items .mtp-item {
    padding: 50px 25px 50px;
    background: #fff;
    position: relative;
    margin: 20px 17px;
    border-radius: 15px;
}

.mtp-section .mtp-items .mtp-item .mtpi-no {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    border: 1px solid #F48243;
    line-height: 35px;
    border-radius: 50%;
    color: #F48243;
    font-size: 18px;
    top: -18px;
}

.mtpi-thumb {
    text-align: center;
    margin-bottom: 25px;
}

.mtpi-thumb img {
    margin: 0 auto;
}

p {}

.mtp-section .mtp-items .mtp-item p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.mtp-items .slick-next,
.mtp-items .slick-prev {
    width: 148px;
    height: 148px;
}

.mtp-items .slick-next {
    right: -112px;
}

.mtp-items .slick-prev {
    left: -112px;
}

.mtp-items .slick-next::before,
.mtp-items .slick-prev::before {
    content: '';
    background-image: url('../images/lp/arrow-l.png');
    width: 148px;
    height: 148px;
    position: absolute;
    left: 0;
    top: 0;
}

.mtp-items .slick-next::before {
    transform: rotate(180deg);
}

.mtp-section-inner {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 110px;
    margin-bottom: 100px;
}

.mtp-section .industry-pd-details h2 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    margin-bottom: 20px;
}

.apm-items {
    margin-top: 85px;
}

.apm-items .apm-item {
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    min-height: 500px;
    padding: 60px 35px 35px;
    position: relative;
}

.apm-items .apm-item img {
    margin: 0 auto 50px;
}

.apm-items .apm-item h5 {
    text-align: center;
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    margin-bottom: 25px;
    font-weight: 500;
}

.apm-items .apm-item p {
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    color: #364755;
}

.apm-items .apm-item .btn-arr.rc-btn.btn-bb {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.apm-items .apm-item .btn-arr.rc-btn.btn-bb a {
    border: 1px solid #000;
}

.apm-items .apm-item .rc-btn a::after {
    top: 11px;
}

.apm-items .apm-item .rc-btn a::before {
    top: 20px;
}

.industry-page-details.mtp-section {
    padding: 100px 0;
}

.mitigating-risk-inner h2 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    margin-bottom: 70px;
}

.mitigating-risk-inner.text-center {}

.mitigating-risk-inner h2 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    margin-bottom: 70px;
}

.mitigating-items {}

.mitigating-items .miti-item {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 29px 30px;
    min-height: 320px;
    margin-bottom: 80px;
}

.mitigating-items .miti-item img {
    margin: 0 auto 30px;
}

.mitigating-items .miti-item p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.mitigating-items {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.llp-inn .industry-pd-details {
    text-align: left;
}

.llp-inn .industry-pd-details h2 {
    margin-bottom: 25px;
}

.industry-page-details.mitigating-risk {
    padding: 100px 0;
}

.generic_content .btn-arr.blk-arr a.btn {
    color: #081C2E;
    font-size: 16px;
}

.industry-page-details .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-page-details .btn-group .btn-arr.rc-btn.btn-bb {
    margin: 0 12px;
}

.industry-page-details .btn-group .btn-arr.blk-arr {
    margin: 0 12px;
}

.industry-page-details .btn-group .btn-arr.rc-btn.btn-bb a {
    border: 1px solid #000;
}

.btn-group .btn-arr.rc-btn.btn-bb a::before {
    top: 20px;
}

.btn-group .btn-arr.rc-btn.btn-bb a::after {
    top: 11px;
}

.industry-page-details .industry-generic-section:nth-child(3) .industry-generic-section-inner {
    border-bottom: 0px solid;
    padding-bottom: 0;
}

.industry-page-details .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.php-generic-section.free-trial-intro {
    background-color: #081C2E;
    padding: 50px 0;
}

.php-generic-section.free-trial-intro h6 {
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    align-items: center;
}

.php-generic-section.free-trial-intro {
    background-color: #081C2E;
    padding: 50px 0;
}

.php-generic-section.free-trial-intro h6 {
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    align-items: center;
}

.php-generic-section.free-trial-detail {}

.php-generic-section.free-trial-detail .free-trial-intro-detail {
    padding: 100px 0;
    margin-bottom: 80px;
    border-bottom: 0.9401px solid #364755;
}


.free-trial-intro-detail h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.free-trial-intro-detail .add-items {
    max-width: 950px;
    margin: 0 auto;
}

.free-trial-intro-detail .add-items .add-item {
    padding: 50px 40px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    min-height: 279px;
}

.free-trial-intro-detail .add-items img {
    margin: 0 auto 30px;
}

.free-trial-intro-detail .add-items p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.contact-form .ttae-inner h2 {
    font-size: 25px;
    color: #364755;
    line-height: 30px;
    margin-bottom: 35px;
    font-weight: 600;
}

.lps-video-section {
    padding-top: 80px;
    padding-bottom: 20px;
}

.post-block-section h2,
.lps-video-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 34px;
}

.lps-video-inner {
    text-align: center;
}

.lps-video-inner .ratio.ratio-16x9 {
    max-width: 650px;
    margin: 0 auto;
}

.systems-and-virtualisation-section {
    padding: 20px 0 60px;
}

.systems-and-virtualisation-section h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #364755;
}

.systems-and-virtualisation-section p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.systems-and-virtualisation-section .apm-items .apm-item ul li {
    border-bottom: 1px solid #E6E6E6;
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.systems-and-virtualisation-section .apm-items .apm-item ul li:last-child {
    border-bottom: 0px;
}

.systems-and-virtualisation-section .apm-items .apm-item {
    min-height: 676px;
}

.systems-and-virtualisation-section .apm-items {
    margin-bottom: 90px;
}

.karnelcare-enterprice-pricing {
    background-color: #081C2E;
    padding: 110px 0;
}

.karnelcare-enterprice-pricing h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 90px;
}

.karnelcare-enterprice-pricing .ke-items {
    text-align: center;
}

.karnelcare-enterprice-pricing .ke-items .ke-item {
    text-align: center;
}

.karnelcare-enterprice-pricing .ke-items .ke-item img {
    margin: 0 auto;
}

.karnelcare-enterprice-pricing .ke-items .ke-item h5 {
    font-size: 19px;
    color: #fff;
    line-height: 31px;
}

.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail {
    color: #fff;
}

.karnelcare-enterprice-pricing .ke-items .ke-item p {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-weight: 300;
}

.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail p {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
    position: relative;
}

.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail p em {
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
}

.ke-thumb {
    margin-bottom: 25px;
    min-height: 85px;
}

.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail p strong {
    font-size: 115px;
    line-height: 137px;
    font-weight: 500;
    padding-left: 20px;
}

.ke-titles {
    min-height: 105px;
}

.ke-items .btn-arr.blk-arr {
    margin-top: 85px;
}

.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail p em:first-child {
    position: absolute;
    top: 27px;
    display: inline-block;
}

.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail a {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 17px;
    border-radius: 4px;
}

.lkl-nutshel {
    padding: 105px 0;
}

.lkl-nutshel-inner .llp-inn {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.lkl-nutshel-inner .llp-inn .btn-arr.blk-arr {
    margin-top: 70px;
}

.ready-to-seamless h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 30px;
}

.industry-page-details.all-major-linux {
    padding: 95px 0;
}

.all-major-linux-top {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.all-major-linux-top h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 25px;
}

.all-major-linux-top p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.all-m-l-det {}

.all-m-l-det ul {
    margin: 50px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.all-major-linux-bottom {}

.all-major-linux-bottom h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 50px;
}

.apm-items {}

.all-major-linux-bottom .apm-items {
    max-width: 850px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    gap: 60px;
}

.btn-arr.btn-arr-outline a.btn {
    border: 1px solid #081C2E;
}

.btn-arr.btn-arr-outline a.btn::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 21px;
    background-image: url('../images/lp/arrb-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.btn-arr.btn-arr-outline a.btn::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/lp/arrb-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.btn-group-sw .btn-arr a.btn {
    min-width: 379px;
    text-align: left;
}

.industry-generic-section.why-txc.lss-intro.bg-black .btn-group {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-evenly;
    max-width: 700px;
}

.industry-generic-section.why-txc.lss-intro.bg-black .btn-group .btn-arr.rc-btn.btn-bb {
    margin-top: 0;
}

.sv-section-inner.text-center {
    border-top: 0.9401px solid #364755;
    padding-top: 100px;
}

.generic_thumb a {
    cursor: pointer;
}

.txc-main-menu.txc-n-d .txc-logo {
    max-width: 180px;
}

.btn.btn-try-now {
    background-color: #F48243;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
    height: 41px;
    border-radius: 6px;
    letter-spacing: 0.4px;
}

.txc-main-menu.txc-n-d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txc-main-nav-m {
    padding: 13px 0;
    /* border-bottom: 0.5px solid #ddd; */
}

.txc-main-nav-n {
    border-bottom: 0px solid #ddd;
    background-color: #E9F6FF;
}

.blg-serach {
    position: relative;
    margin-top: -14px;
    z-index: 99999;
}

.txc-main-nav-n-inn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txc-main-menu {
    width: 100%;
}

.bg-grey {
    background-color: #F5F5F5;
}

.bg-grey {
    background-color: #F5F5F5;
}

.txc-c-intro .txc-c-intro-details p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.nav-wrapper .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > a {
    padding: 20px 14px;
    font-size: 14px;
    line-height: 17px;
}

.bg-grey {
    background-color: #F5F5F5;
}

.txc-c-section.txc-c-intro {
    padding: 100px 0;
}

.txc-c-intro .txc-c-intro-details p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.txc-c-intro .txc-c-intro-thumb img {
    margin-bottom: 10px;
}

.txc-c-intro .txc-c-intro-thumb h2 {
    color: #359CF3;
    font-size: 33px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.txc-c-intro .txc-c-intro-thumb p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.txc-c-section.txc-c-nl.bg-black {
    padding: 50px 0px;
}

.txc-c-nl-details h4 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 0;
    margin-top: 6px;
    font-weight: 500;
}

.txc-c-section.txc-live-patching {
    padding: 100px 0;
}

.txc-live-patching .txc-live-patching-details {}

.txc-live-patching .txc-live-patching-details h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 35px;
}

.txc-live-patching .txc-live-patching-details p strong {
    font-size: 17px;
    line-height: 20px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 0;
}

.txc-live-patching .txc-live-patching-details p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.txc-live-patching .txc-live-patching-details .btn-arr.blk-arr {
    margin-top: 25px;
}

.txc-live-patching-right {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 10px;
    padding: 75px 55px;
}

.txc-live-patching-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.txc-live-patching-right ul li {
    text-align: center;
    display: block;
    padding: 0 25px;
}

.txc-live-patching-right ul li strong {
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    display: block;
}

.txc-live-patching-right ul li img {
    margin: 0 auto 15px;
}

.txc-live-patching-top {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.txc-live-patching-items h2 {
    color: #364755;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 60px;
}

.patching-items.apm-items {
    max-width: 860px;
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
    gap: 60px;
}

.patching-items.apm-items .apm-item {
    min-height: auto;
}

.txc-c-section.txc-e-prtal {
    padding: 120px 0;
}

.txc-c-section.txc-e-prtal .txc-e-prtal-details h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #081C2E;
}

.txc-c-section.txc-e-prtal .txc-e-prtal-details p {
    font-size: 17px;
    line-height: 29px;
    color: #081C2E;
}

.txc-els .patching-items.apm-items {
    max-width: 100%;
    grid-template-columns: auto auto auto;
}

.txc-e-whitepaper-details h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}

.txc-e-whitepaper-details .txc-whitepaper-items.apm-items {
    margin-top: 50px;
}

.txc-whitepaper-items.apm-items {}

.txc-whitepaper-items.apm-items .apm-item {
    background-color: transparent;
    box-shadow: 0 0 0 #000;
    min-height: 462px;
    padding: 0px 30px;
}

.txc-whitepaper-items.apm-items .apm-item .mtpi-thumb {
    margin-bottom: 0px;
}

.txc-whitepaper-items.apm-items .apm-item .mtpi-thumb img {
    margin: 0 auto;
}

.txc-whitepaper-items.apm-items .apm-item h5 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
}

.txc-whitepaper-items.apm-items .apm-item .btn-arr.rc-btn.btn-bb {
    position: absolute;
}

.industry-page-details.txc-e-whitepaper {
    padding: 100px 0;
}

.industry-page-details.kc-intro {
    padding: 100px 0;
}

.kc-intro p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.kc-o-sec .kc-o-sec-inn h5 {
    font-weight: 400;
    font-size: 23px;
    line-height: 39px;
    max-width: 856px;
    margin: 0 auto;
    color: #081C2E;
}

.kc-generic-section.kc-o-sec,
.expert-led-cta {
    padding: 110px 0 100px;
}

.kc-generic-section.kc-o-sec img {
    margin: 0 auto 40px;
}

.key-benefits .apm-items .apm-item .mtpi-thumb {
    text-align: left;
}

.key-benefits .apm-items .apm-item .mtpi-thumb img {
    margin: 0 0 30px;
}

.key-benefits .apm-items .apm-item h5 {
    font-size: 17px;
    text-align: left;
    line-height: 29px;
    color: #364755;
    margin-bottom: 10px;
}

.key-benefits .apm-items .apm-item p {
    text-align: left;
}

/* the slides */
.key-benefits .slick-slide {
    margin: 20px 18px;
}

/* the parent */
.key-benefits .slick-list {
    margin: 0 -18px;
}

.key-benefits .apm-items .apm-item {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
}

.ready-to-seamless.key-benefits .apm-items {
    margin-top: 0;
}

.key-benefits-area .industry-pd-thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 0.5px solid #081C2E;
    border-left: 0.5px solid #081C2E;
    border-right: 0.5px solid #081C2E;
}

.key-benefits-area .industry-pd-thumb ul li {
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    border-bottom: 0.5px solid #081C2E;
    padding: 22px 35px;
}

.key-benefits-area .industry-pd-thumb ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.key-benefits-area .industry-pd-thumb ul li img {
    margin-right: 25px;
}

.industry-page-details.php-faqs.risk-comp-sec.kc-faq {
    padding: 60px 0;
}

.kc-faq .prtnr-prog-accordion > h2 {
    font-size: 28px;
    line-height: 33px;
    color: #364755;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 600;
}

.kc-faq .prtnr-prog-accordion .accordion-body {
    border-top: 0px solid #364755;
}

.two-column tr td {
    width: 45%;
}

.two-column tr td:nth-child(2) {
    width: 10%;
}

.two-column {
    width: 100%;
}

.two-column td strong {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
    display: block;
}

.prtnr-prog-accordion .accordion-body .two-column td p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.kc-comp {}

.kc-comp tr th {
    background-color: #F1F1F2;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    padding: 35px 15px 18px;
    text-align: left;
}

.kc-comp tr td {
    border-bottom: 1px solid #999;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 19px;
    color: #364755;
}

tr {
    border-bottom: 0.9401px solid #99999;
}

.kc-comp tr:last-child td {
    border-bottom: 0px solid;
}

.kc-comp tr td:first-child {
    font-weight: 500;
}


.kc-why-txc h2 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 25px;
}

.kc-why-txc p {
    margin-bottom: 40px;
}

.kc-why-txc .btn-group-sw {}

.kc-why-txc .btn-group-sw .btn-arr.btn-arr-outline {
    margin-bottom: 22px;
}

.industry-generic-section.why-txc.kc-why-txc.bg-black {
    padding-bottom: 0;
}

.kc-why-txc .btn-arr.btn-ouline {
    margin-bottom: 25px;
}

.kc-why-txc .btn-arr.btn-ouline .btn.btn--transparent {
    border: 1px solid #fff;
    color: #fff;
}

.kc-why-txc .btn-arr.btn-ouline .btn.btn--transparent::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 20px;
    background-image: url('../images/nonprofit/arr-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.kc-why-txc .btn-arr.btn-ouline .btn.btn--transparent::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/nonprofit/arr-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.ready-to-seamless.key-benefits .apm-items .slick-prev::before {
    content: '';
    background-image: url('../images/lp/arrow-l.png');
    width: 148px;
    height: 148px;
    position: absolute;
    left: -100px;
    top: -60px;
}

.ready-to-seamless.key-benefits .apm-items .slick-next::before {
    content: '';
    background-image: url('../images/lp/arrow-l.png');
    width: 148px;
    height: 148px;
    position: absolute;
    right: -100px;
    top: -60px;
    transform: rotate(180deg);
}

.almalinux-detail-top .alma-els-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    margin-bottom: 25px;
}

.almalinux-detail-top .alma-els-left h2 {
    color: #364755;
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 30px;
}

.alma-list ul li {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    position: relative;
    display: block;
    padding-left: 60px;
    margin-bottom: 20px;
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 20px;
}

.alma-list ul li::after {
    position: absolute;
    content: "";
    left: 15px;
    top: 5px;
    background-image: url(../images/lp/icon-list-cc.png);
    width: 22px;
    height: 20px;
}

.alma-list ul li:last-child {
    border-bottom: 0px solid #364755;
}

.industry-page-details.php-faqs.risk-comp-sec.almalinux-detail {
    padding: 88px 0;
}

.almalinux-detail-top {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 30px;
}

.generic-section.banner-php-prelaunch.banner-alma {
    padding-top: 30px;
}


.btn-group-sw.btn-gr-ind {
    display: flex;
}

.btn-group-sw.btn-gr-ind .btn-arr.btn-arr-outline {
    margin-bottom: 0;
    margin-right: 20px;
}

.btn-group-sw.btn-gr-ind .btn-arr a.btn {
    min-width: auto;
}

.txc-main-menu ul li.nav-white-paper > ul.wp-megamenu-sub-menu {
    padding: 15px 10px !important;
    width: 340px !important;
}

.txc-main-menu ul li.nav-white-paper > ul.wp-megamenu-sub-menu > li > a {
    padding: 8px 20px !important;
}

.page-template-support-search-results .algolia-autocomplete,
.page-template-support-portal .algolia-autocomplete {
    display: none !important;
}

.blog-wrapper {
    padding: 60px 0;
}


.blog-posts .post {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 18px;
    background-color: #fff;
    margin-bottom: 22px;
}

.blog-posts .post .post-inner {
    display: flex;
    align-items: center;
}

.blog-posts .post .post-inner .post-thumb {
    width: 45%;
    margin-right: 0;
}

.blog-posts .post .post-inner .post-detail {
    width: 55%;
    padding: 0 43px;
}

.post .post-inner .post-detail h2 {
    font-size: 18px;
    font-weight: 500;
    color: #0B1D2F;
    margin-bottom: 12px;
    line-height: 135.5%;
}

.post .post-inner .post-detail h2 a {
    color: #0B1D2F;
}

.post .post-inner .post-detail .post-date {
    color: #B9BCBE;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.185em;
    margin-bottom: 10px;
}

.post .post-inner .post-detail p {
    font-size: 15px;
    line-height: 24px;
    color: #364755;
    font-weight: 400;
    margin-bottom: 0;
}

.blog-posts .post .post-inner .post-thumb {
    border-top-left-radius: 18px;
    overflow: hidden;
    border-bottom-left-radius: 18px;
}

#loadMore.btn {
    background-color: #F48243;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    width: 134px;
    height: 40px;
    border-radius: 6px;
    letter-spacing: 0.4px;
    padding: 0;
    line-height: 40px;
}

#loadMore.btn span {
    font-size: inherit;
}

.pop-post {
    margin-bottom: 15px;
}

.pop-post .pop-post-inner {
    display: flex;
    align-items: center;
}

.pop-post .pop-post-inner .pop-post-thumb {
    max-width: 90px;
    border-radius: 8px;
    overflow: hidden;
}

.pop-post .pop-post-inner .pop-post-detail {
    padding: 0 20px;
}

.pop-post .pop-post-inner .pop-post-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #0B1D2F;
    line-height: 135%;
}

.pop-post .pop-post-inner .pop-post-detail h4 a {
    color: #0B1D2F;
}

.mosts-visited-posts h3 {
    font-size: 24px;
    line-height: 28px;
    color: #364755;
    margin-bottom: 20px;
}

.blog-slidebar .tcl-cats ul li {
    margin-bottom: 20px;
}

.adds,
.mosts-visited-posts {
    margin-bottom: 50px;
}

.oem-promo {
    padding: 100px 0 70px;
}

.oem-promo h2 {
    font-size: 25px;
    line-height: 30px;
    color: #081C2E;
    font-weight: 600;
    margin-bottom: 25px;
}

.oem-promo p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #081C2E;
}

.oem-promo-right {
    text-align: center;
    position: relative;
}

.oem-promo-right img {
    margin: 0 auto;
}

.oem-promo-right::after {
    position: absolute;
    content: "";
    left: 110px;
    right: auto;
    margin: 0 auto;
    background-image: url(../images/lp/Macbook-Pro.png);
    width: 556px;
    height: 338px;
    top: 10px;
}

.oem-details.bg-white {
    padding: 125px 0 100px;
}

.oem-details .oem-details-inner > h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 30px;
}

.oem-details .oem-details-inner > p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    margin-bottom: 35px;
}

.oem-blocks .oem-block img {
    margin: 0 auto 25px;
}

.oem-blocks .oem-block h4 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 20px;
}

.oem-blocks .oem-block p {
    font-size: 17px;
    color: #364755;
    line-height: 29px;
    font-weight: 300;
}

.oem-dif {}

.oem-dif h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 28px;
}

.oem-dif > p {
    text-align: center;
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    margin-bottom: 45px;
}

.oem-dif-block {
    position: relative;
    margin-bottom: 33px;
}

.oem-dif-block img {
    position: absolute;
    left: 0;
    top: 0;
}

.oem-dif-block h4,
.oem-dif-block p {
    padding-left: 108px;
}

.oem-dif-block h4 {
    font-size: 17px;
    line-height: 20px;
}

.oem-dif-block p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.alma-list {
    background-color: #fff;
    padding: 28px 28px 1px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

.oem-cta.bg-black h2 {
    color: #fff;
    font-size: 26px;
    line-height: 135%;
    font-weight: 500;
    margin-bottom: 35px;
}

.oem-cta.bg-black {
    padding: 100px 0;
}

.banner-live-patching-services {
    background-image: url(../images/lp/lps-bg.png);
    background-size: cover;
    background-position: center;
}

.banner-live-patching-services h1,
.banner-live-patching-services p {
    color: #fff;
}

.kep-v2 .ke-titles {
    min-height: 55px;
}

.kep-v2.karnelcare-enterprice-pricing .ke-items .ke-item p {
    font-size: 19px;
    line-height: 29px;
}

.ke-items .ke-item {
    border-right: 1px solid #fff;
}

.ke-items .row .col-lg-4:last-child .ke-item {
    border-right: 0px;
}

.kep-v2 .ke-detail a {
    margin-top: 35px;
}

.page-id-6738 .php-generic-section.section-ttae-slides {
    display: none;
}

.alert.alert-success.alert-txc.text-center {
    background-color: #FEF6F2;
    margin-bottom: 35px;
}

.alert.alert-success.alert-dismissible.alert-txc {
    margin-bottom: 0;
}

.alert.alert-success.alert-dismissible.alert-txc p {
    margin-bottom: 0;
    font-size: 16px;
}

.alert.alert-success.alert-dismissible.alert-txc {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.alert.alert-success.alert-dismissible.alert-txc a {
    color: #349cf3;
    text-decoration: underline;
}

.alert.alert-success.alert-dismissible.alert-txc {
    border: 0px solid;
}

body#has-alert {
    padding-top: 180px !important;
}

.postid-9727 .alert.alert-success.alert-dismissible.alert-txc {
    display: none;
}

.home-wrapper .qemucare-detail-top.h-live-patching {
    border-bottom: 0px solid;
    padding-bottom: 0;
}

/* lps css */

.industry-page-details.lps-details {
    background-color: #fff;
    padding: 100px 0 60px;
}

.industry-page-details.lps-details h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 45px;
}

.industry-page-details.lps-details .industry-generic-section-inner {
    padding: 20px 0;
    margin: 0;
    border-bottom: 0px solid;
}

.industry-page-details.lps-details .industry-generic-section-inner .row {
    align-items: center;
}

.industry-generic-section-inner {}

.industry-page-details.lps-details .industry-generic-section-inner h2 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    margin-bottom: 13px;
}

.industry-page-details.lps-details .industry-generic-section-inner p {
    font-size: 17px;
    color: #364755;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 0;
}

.industry-page-details.lps-echosystem {
    padding: 100px 0;
}

.industry-page-details.lps-echosystem h2 {
    font-size: 25px;
    color: #364755;
    line-height: 30px;
    margin-bottom: 55px;
}


.industry-page-details.lps-echosystem .le-block img {
    margin: 0 auto 20px;
}

.industry-page-details.lps-echosystem .le-block h4 {
    font-size: 19px;
    line-height: 29px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 15px;
}

.industry-page-details.lps-echosystem .le-block p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.industry-page-details.lps-echosystem .le-block a {
    font-size: 16px;
    text-decoration: underline;
    color: #3A8DDE;
}

.lps-cta.bg-orange {
    padding: 100px 0;
}

.lps-cta .lps-cta h2 {
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
    margin-bottom: 28px;
}

.lps-cta .lps-cta a.btn.btn--white {
    box-shadow: 0 0 0 #ddd;
    border: 0px solid;
    padding-right: 80px;
}

.lps-os.bg-white {
    padding: 100px 0;
}

.lps-os-top {
    padding-bottom: 80px;
    border-bottom: 0.9401px solid #364755;
    margin-bottom: 80px;
}

.lps-os-top h3,
.lps-os-bottom h3 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 40px;
}

.lps-os-top .logo-lists {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 13px;
}

.lps-os-top .logo-lists li {
    min-height: 75px;
    display: flex;
    align-items: center;
}

.lps-os-blocks {
	max-width: 100%;
	display: grid;
	gap: 30px;
	grid-template-columns: auto auto auto;
	margin: 60px auto 0;
}

.lps-os-blocks .lps-os-block {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    padding: 50px 30px;
}

.lps-os-blocks .lps-os-block img {
    margin: 0 auto 30px;
}

.lps-os-blocks .lps-os-block h4 {
    font-size: 19px;
    line-height: 29px;
    color: #364755;
}

.lps-os-blocks .lps-os-block p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.lps-os-blocks .lps-os-block .btns a.btn-orange {
    background: #F48243;
    border: 1px solid #F48243;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    display: inline-block;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 7px;
}

.lps-os-blocks .lps-os-block .btns a.btn-white {
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    display: inline-block;
    padding: 13px 15px;
    border-radius: 5px;
    margin: 0 7px;
}

.lps-why-txc.bg-grey {
    padding: 90px 0;
}

.lps-why-txc h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 40px;
}

.lps-why-txc-box .lps-why-txc-i img {
    margin: 0 auto 20px;
}

.lps-why-txc-box .lps-why-txc-i p {
    font-size: 19px;
    line-height: 29px;
    color: #364755;
    font-weight: 500;
    padding: 0 27px;
}

.lps-why-txc-box .lps-why-txc-i p strong {
    font-weight: 500;
    color: #F48243;
}

.lps-why-txc-i .img {
    min-height: 80px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.lps-cta-inn h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #081C2E;
}

.lps-cta-inn a.btn.btn--white {
    padding-right: 75px;
    box-shadow: 0 0 0 #ddd;
    border: 0px solid;
}

.banner-live-patching-services a.btn {
    min-width: 295px !important;
    display: inline-block;
    box-shadow: 0 0 0 #ddd !important;
}

.netops-lps-items .netops-lps-item {
    margin-bottom: 40px;
}

.netops-lps-items .netops-lps-item:nth-child(2n+1) .row {
    flex-direction: row-reverse;
}

.netops-lps-items .netops-lps-item .row {
    align-items: center;
}

.netops-lps-items .netops-lps-item h5 {
    color: #364755;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 15px;
}

.netops-lps-items .netops-lps-item p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.txc-live-patching-top.bb-no {
    border-bottom: 0px solid;
    padding-bottom: 0;
}

.txc-live-patching-bottom.bb-y {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.txc-c-section.txc-e-prtal.txc-net-prtal.bg-orange h4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}

.txc-c-section.txc-e-prtal.txc-net-prtal.bg-orange p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.txc-c-section.txc-e-prtal.txc-net-prtal.bg-orange .btn.btn--white {
    box-shadow: 0 0 0 #ddd;
}

.tryfree-pop.contact-form {
    padding: 50px;
}

.tryfreepop .modal-dialog .modal-body .tryfree-pop.contact-form h2 {
    font-size: 20px;
    text-align: center;
    line-height: 27px;
}

.txc-c-section.txc-c-nl.bg-blue {
    padding: 90px 0;
}

.txc-c-section.txc-c-nl.bg-blue h4 {
    font-size: 32px;
    margin-bottom: 15px;
}

.txc-c-section.txc-c-nl.bg-blue h5 {
    font-size: 25px;
    color: #081C2E;
    margin-bottom: 20px;
}

.txc-c-section.txc-c-nl.bg-blue .btn.btn--white {
    box-shadow: 0 0 0 #ddd;
}

.patching-items.apm-items.apm-items-4 {
    grid-template-columns: auto auto auto auto;
    gap: 40px;
}

.patching-items.apm-items.apm-items-4 h5 {
    font-size: 19px;
}

.patching-items.apm-items.apm-items-4 p {
    font-weight: 300;
}

.txc-c-section.txc-p-cta.bg-black {
    padding: 90px 0;
}

.patching-items.apm-items.apm-items-4 .apm-item {
    padding: 40px 25px 25px;
}

.txc-c-section.txc-p-cta.bg-black h5 {
    font-size: 25px;
    color: #359CF3;
    line-height: 30px;
    margin-bottom: 25px;
}

.txc-c-section.txc-p-cta.bg-black h4 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 15px;
}

.txc-c-intro-thumb.text-center img {
    margin: 0 auto 23px;
}

.txc-c-intro-details.text-center,
.txc-c-intro-thumb.text-center {
    max-width: 875px;
    margin: 0 auto;
}

.txc-main-menu ul li.nav-white-paper.small > ul.wp-megamenu-sub-menu {
    padding: 15px 10px !important;
    width: 250px !important;
}

.lps-echosystem-inner .le-block img {
    margin: 0 auto 20px;
}

.lps-echosystem-inner .le-block h4 {
    font-size: 19px;
    line-height: 29px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 15px;
}

.lps-echosystem-inner .le-block p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.lps-echosystem-inner .le-block a {
    font-size: 16px;
    text-decoration: underline;
    color: #3A8DDE;
}

.lps-echosystem-inner h2 {
    font-size: 25px;
    color: #364755;
    line-height: 30px;
    margin-bottom: 55px;
}

.industry-page-details.kc-intro .industry-pd-thumb img {
    margin: 0 auto;
}

.industry-pd-thumb.div-flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-generic-section.why-txc.kc-why-txc.bg-black.why-tx-kc1 {
    padding-bottom: 80px;
}

.page-template-template-empty {
    position: relative;
    padding-top: 0;
    background: rgba(53, 156, 243, .1);
}

.whitepaper-wrap {
    padding: 130px 0 180px;
}

.p-thumb {
    padding-bottom: 55px;
}

.whp-left h1 {
    color: #081C2E;
    font-size: 53.3px;
    line-height: 63px;
    margin-bottom: 30px;
}

.whp-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    margin-bottom: 22px;
}

.whp-left h3 {
    color: #359CF3;
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 30px;
}

.whp-left ul li {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
    position: relative;
}

.whp-left ul li::after {
    position: absolute;
    content: "";
    left: -22px;
    top: 10px;
    background: #359CF3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.whp-left ul {
    padding-left: 45px;
}

.whp-right.php-sec-lmphp-inn {
    max-width: 100%;
    text-align: center;
}

.whp-right.php-sec-lmphp-inn .pr-thumb img {
    margin: 0 auto 60px;
}

.industry-page-details.whitepappers-intro {
    padding: 100px 0;
}

.whitepappers-intro-inner .wcd-items h3 {
    font-size: 18px;
    margin-bottom: 8px;
}


.industry-page-details.whitepappers-intro {
    padding: 100px 0;
}

.whitepappers-intro-inner {}

.whitepappers-intro-inner h2 {
    text-align: center;
    color: #364755;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.whitepappers-intro-inner .wcd-items h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 25px;
}

.wcd-item .thumb {
    text-align: left;
    margin-bottom: 25px;
    min-height: 275px;
}

.wcd-item .meta {
    color: #359CF3;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    border: 1px solid #359CF3;
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 12px;
}

.wcd-item h4 {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 400;
    padding: 0;
    max-width: 245px;
}

.wcd-items.cs .wcd-item h4 {
    font-size: 16px;
    line-height: 27px;
    color: #364755;
    padding: 0 28px;
}

.wcd-item h4 a {
    color: #364755;
}

.btn.btn-wcd {
    font-size: 17px;
    font-weight: 400;
    color: #359CF3;
    padding: 0;
}

.wcd-item {
    margin-bottom: 30px;
}

.wcd-items {
    margin-bottom: 40px;
}


.els-intro-inn h2 {
    font-size: 33px;
    line-height: 40px;
    color: #364755;
    font-weight: 600;
    margin-bottom: 50px;
}

.els-dr-lang h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #364755;
    margin-bottom: 25px;
}

.els-dr,
.els-lang {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 35px;
    border-radius: 20px;
}

.els-dr-lang ul {
    display: flex;
    justify-content: space-between;
}

.els-dr-lang ul li {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    color: #364755;
    height: 100%;
}

.els-dr-lang ul li img {
    margin: 0 auto 15px;
}

.els-dr-lang ul li .thumb {
    min-height: 60px;
    display: flex;
    flex-direction: column-reverse;
}

.els-lang {
    padding: 35px 65px;
}

.els-lang ul li {
    min-height: 85px;
}


.els-dr-lang {
    margin-bottom: 80px;
}

.els-intro-bottom img {
    margin: 0 auto 40px;
    position: relative;
    z-index: 2;
}

.els-intro-bottom .els-bottom-detail {
    padding: 0 70px;
}

.els-intro-bottom .els-bottom-detail ul {
    display: flex;
    justify-content: space-between;
}

.els-intro-bottom .els-bottom-detail ul li {
    padding: 0 63px;
    font-size: 19px;
    line-height: 31px;
    color: #364755;
    font-weight: 500;
    position: relative;
    width: 33.33%;
}

.els-intro-bottom .els-bottom-detail ul li:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -15px;
    height: 200px;
    background: #CCCCCC;
    width: 1px;
    z-index: 1;
}

.els-intro-bottom .els-bottom-detail ul li:last-child::after {
    width: 0;
}

.section-black.els-ttb {
    background-color: #081C2E;
    padding: 100px 0;
}

.els-ttb .els-ttb-detail h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.els-ttb .els-ttb-detail p {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.els-ttb-inn > .row {
    align-items: center;
}

.rnels-nd.rnels-wrap.section-padding h2 {
    font-size: 25px;
    margin-bottom: 60px;
    line-height: 30px;
    color: #364755;
    font-weight: 600;
}

.rnels-nd .odometer.odometer-auto-theme,
.rnels-nd .odometer.odometer-theme-car {
    border-radius: 10px;
    background: #359CF3;
    color: #eee0d3;
}

.rnels-nd .odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    color: #fff;
}

.rnels-nd .odometer.odometer-auto-theme .odometer-digit,
.rnels-nd .odometer.odometer-theme-car .odometer-digit {
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.8);
    background-size: 100%;
    background-image: none;
}

.rnels-nd .odometer.odometer-auto-theme .odometer-digit:last-child,
.rnels-nd .odometer.odometer-theme-car .odometer-digit:last-child {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: none;
    background-color: #fff;
    color: #359CF3;
}

.bg-orange.els-ttm {
    padding: 105px 0;
}
.bg-pink.lc-cta .price-cta-inn.text-center p {
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
	max-width: 721px;
	margin: 26px auto 27px;
}

.qemucare-new-detail-inn {
    border-top: 0.9401px solid #364755;
    padding-top: 85px;
    margin-top: 75px;
  }
  .qemucare-new-detail-inn > .row {
    align-items: center;
  }
  .qemucare-new-detail-inn-d {
    max-width: 383px;
  }
  .qemucare-new-detail-inn-d h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .qemucare-new-detail-inn-d p {
    font-size: 17px;
    line-height: 29px;
  }

.els-ttm h2 {
	font-size: 26px;
	line-height: 39px;
	color: #081C2E;
	margin-bottom: 25px;
	font-weight: 500;
}

.els-ttm p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #081C2E;
    margin-bottom: 24px;
}

.els-ttm .btn-arr a.btn.btn--white {
    box-shadow: 0 0 0 #ddd;
    border: 0px solid;
    padding-right: 70px;
}

.els-ttm-detail p {
    text-align: center;
}

.industry-page-details.lps-echosystem.els-ldis::before {
    background-image: none;
}

.industry-page-details.lps-echosystem.els-ldis .lps-echosystem-inner {
    border-top: 0.9401px solid #364755;
    padding-top: 90px;
}

.industry-page-details.lps-echosystem.els-ldis {
    padding-top: 25px;
}

.els-why-t .patching-items.apm-items {
    grid-template-columns: auto auto auto auto;
    max-width: 100%;
    gap: 40px;
}

.els-why-t .patching-items.apm-items .mtpi-thumb {
    min-height: 100px;
}

.els-why-t .patching-items.apm-items p {
    margin-bottom: 0;
}


.bg-black.els-b-cta {
    padding: 100px 0;
}

.els-b-cta h2 {
    font-size: 32px;
    color: #ffff;
    line-height: 39px;
    margin-bottom: 20px;
}

.els-b-cta h3 {
    color: #359CF3;
    margin-bottom: 25px;
}

.bg-orange.els-o-cta {
    padding: 95px 0;
}

.bg-orange.els-o-cta h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
}

.bg-orange.els-o-cta p {
    font-size: 26px;
    line-height: 30px;
    color: #081C2E;
    margin-bottom: 25px;
}

.els-o-cta.text-center .btn.btn--white {
    box-shadow: 0 0 0 #ddd;
}

.page-id-7130 .resources {
    display: none;
}

.els-dr-lang ul li a {
    color: #364755;
}

.tcl-m-content .alert.alert-primary {
    line-height: 22px;
    font-size: 15px;
}

.cent7-sec-intro-inn .alert.alert-success.alert-txc.text-center {
    background-color: rgba(255, 255, 237);
}

.cent7-sec-intro-inn .emo {
    margin-bottom: 19px;
    display: block;
    position: relative;
    top: 6px;
    font-size: 30px;
}

.cent7-sec-intro-inn .alert.alert-success.alert-txc.text-center p {
    font-size: 22px;
    color: #000;
}

.cent7-sec-intro-inn .alert.alert-success.alert-txc.text-center .btn-arr.blk-arr {
    padding: 5px 0 15px;
}

.bg-pink.els-ttm {
    padding: 100px 0;
    background-color: rgba(244, 130, 67, .07);
}

.els-ttm-thumb .btn-arr .btn.btn--orange {
    border: 0px solid #ddd;
    padding-right: 75px;
}

.bg-pink.els-ttm .txc-live-patching-right ul li {
    padding: 0 15px;
}

.industry-page-details.libcare-detail .lps-details-title h2 {
    margin-bottom: 20px;
}

.industry-page-details.libcare-detail .lps-details-title p {
    margin-bottom: 40px;
}

.libcare-detail .lc-d-blocks {
    margin-bottom: 80px;
}

.libcare-detail .lc-d-blocks .patching-items.apm-items {
    max-width: 1050px;
    grid-template-columns: 33% 33% 33%;
    gap: 25px;
}

.libcare-detail .lc-d-blocks .patching-items.apm-items .apm-item .mtpi-thumb {
    min-height: 90px;
}

.libcare-detail .lc-d-blocks .patching-items.apm-items .apm-item p {
    margin-bottom: 0;
}

.bg-pink.lc-cta {
    background-color: rgba(53, 156, 243, .07);
    padding: 100px 0;
}

.bg-pink.lc-cta p {
    color: #081C2E;
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
}

.bg-pink.lc-cta h2 {
    color: #359CF3;
    font-size: 115px;
    line-height: 137px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}

.bg-pink.lc-cta h2 span {
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
    position: absolute;
    top: 18px;
    padding-right: 330px;
    left: 0;
    right: 0;
}

.lc-cta-inn.text-center .btn-arr.btn-arr-outline {
    margin-top: 30px;
}

.lc-cta-inn.text-center .btn-arr.btn-arr-outline .btn.btn--orange {
    padding-right: 75px;
    border: 0px solid #000;
}

.bg-pink.els-o-cta {
    background-color: rgba(244, 130, 67, .07);
    padding: 100px 0;
}

.bg-pink.els-o-cta h2 {
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
    margin-bottom: 18px;
}

.bg-pink.els-o-cta p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

.bg-pink.els-p-cta {
    background-color: rgba(53, 156, 243, .07);
    padding: 100px 0;
}

.bg-pink.els-p-cta h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bg-pink.els-p-cta h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 25px;
}

.lc-d .lps-echosystem-inner {
    padding-bottom: 100px;
    border-bottom: 0.9401px solid #364755;
    margin-bottom: 100px;
}

.page-template-template-libcare .generic-section.banner-php-prelaunch h3 {
    color: #359CF3;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
}

.php-generic-section.lps-echosystem.els-why-t.lc-wtxc {
    padding: 100px 0;
}

.armd-area-thumb h2 {
    font-size: 25px;
    line-height: 35px;
    color: #364755;
    margin-bottom: 32px;
}

.armd-area-detail {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px 60px;
}

.armd-area-detail .armed-item img {
    margin-bottom: 22px;
}

.armd-area-detail .armed-item h4 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    font-weight: 500;
}

.armd-area-detail .armed-item p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.industry-page-details.armd-area {
    padding: 100px 0;
}


.php-generic-section.bg-pink.lc-cta.vid-cta {
    padding: 100px 0 35px;
}

.vid-cta .vid-cta-detail p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
}

.vid-cta-right {
    position: relative;
    text-align: center;
}

.vid-cta-right .vid-cta-thumb {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer;
}

.vid-cta-right .vid-cta-thumb img {
    margin: 0 auto;
}

.vid-cta-right .vid-cta-video {
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.vid-cta-right .vid-cta-thumb.hide {
    opacity: 0;
    visibility: hidden;
}

.vid-cta-right .vid-cta-video.show {
    opacity: 1;
    visibility: visible;
}

.bg-white.kc-azure {
    padding: 100px 0;
}

.kc-azure .kc-supported-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 60px;
    max-width: 999px;
    margin: 0 auto 60px;
}

.kc-azure .kc-supported-items .kc-supported-item {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}

.kc-supported-item h6 {
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    margin-bottom: 20px;
}

.kc-supported-item ul {
    margin: 0;
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    gap: 15px;
}

.kc-supported-item ul li img {
    margin: 0 auto;
}

.kc-azure-bottom.text-center img {
    margin: 0 auto 30px;
}

.kc-azure-bottom span {
    display: block;
    font-size: 23px;
    line-height: 27px;
    color: #364755;
    margin-bottom: 15px;
}

.kc-azure-bottom.text-center h2 {
    color: #006DD6;
    font-size: 42px;
    line-height: 49px;
    margin: 0;
    font-weight: 500;
}

.price-cta-inn h3 {
    color: #081C2E;
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
}

.price-cta .price-cta-inn h2 {
    font-size: 30px;
    line-height: 49px;
    color: #359CF3;
    font-weight: 500;
    margin-bottom: 25px;
}

.lps-echosystem.kc-w-top .lps-echosystem-inner {
    padding-bottom: 100px;
    border-bottom: 0.9401px solid #364755;
    margin-bottom: 100px;
}

.lps-echosystem.els-why-t.kc-w-b {
    padding-bottom: 100px;
}

.php-generic-section.bg-pink.lc-cta.ttc-cta h2 {
    color: #081C2E;
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 34px;
}

.lps-echosystem.kc-w-top {
    padding-top: 100px;
}

.bg-orange {
    background-color: #FEF6F2;
    color: #31404D;
}


.qemucare-detail-area {
    padding: 100px 0;
}

.qemucare-detail-top {
    padding-bottom: 75px;
    margin-bottom: 85px;
    border-bottom: 0.9401px solid #364755;
}

.qemucare-detail-top .qm-detail-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.price strong {
    font-size: 115.571px;
    line-height: 137px;
    color: #359CF3;
}

.price em {
    color: #359CF3;
    position: absolute;
    top: 26px;
    font-size: 34px;
    left: 0;
    right: 0;
    margin-right: 335px;
    font-weight: 500;
}

.price-cta .price-cta-inn h2.price {
    position: relative;
    font-size: 30px;
}

.generic-section.banner-php-prelaunch.bann-w-st h3 {
    color: #359CF3;
    font-size: 36px;
    line-height: 43px;
}

.generic-section.banner-php-prelaunch.bann-w-st h1 {
    margin-bottom: 10px;
}

.generic-section.banner-php-prelaunch.bann-w-st p strong {
    margin-top: 0;
    margin-bottom: 0;
}

.karnelcare-enterprice-pricing {
    background-color: #F1F8FE;
    color: #31404D;
}

.karnelcare-enterprice-pricing h2,
.karnelcare-enterprice-pricing .ke-items .ke-item p,
.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail,
.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail p {
    color: #31404D;
}

.ke-items .ke-item {
    border-right: 1px solid #31404D;
}

.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail a {
    color: #31404D;
    border: 1px solid #31404D;
}

.section-black.els-ttb,
.txc-c-section.txc-p-cta.bg-black {
    background-color: #EDEEEF;
}

.bg-black.els-b-cta {
    background-color: #EDEEEF !important;
}

.els-ttb .els-ttb-detail h2,
.els-ttb .els-ttb-detail p,
.els-b-cta h2,
.industry-generic-section.why-txc.bg-black h2,
.industry-generic-section.why-txc.bg-black p,
.txc-c-section.txc-p-cta.bg-black .txc-c-nl-details h4 {
    color: #31404D;
}

#form-section {
    background: #F1F8FE;
}

.contact-form.bg-blue-gradient.tt-ex-ar .text-white.text-center {
    color: #31404D !important;
}

.php-generic-section.php-sec-lmphp {
    background-color: #F1F8FE;
}

.oem-cta.bg-black,
.industry-generic-section.why-txc.bg-black {
    background-color: #F1F8FE !important;
}

.php-generic-section.php-sec-exploited {
    background-color: #FEF6F2;
}

.php-sec-lmphp h2,
.python-cta h5,
.python-cta p,
.php-generic-section.php-sec-lmphp.lss-pricing p,
.oem-cta.bg-black h2,
.txc-c-section.txc-e-prtal.txc-net-prtal.bg-orange h4 {
    color: #31404D;
}

.txc-c-section.txc-c-nl.bg-blue .txc-c-nl-details h4 {
    color: #31404D;
}

.bg-blue {
    background-color: #F1F8FE;
}

/* SC */
.section-dark {
    background-color: #EDEEEF;
}

.cent-s-pack-inn h2,
.cent-s-pack-inn p {
    color: #31404D;
}

.packages ul li {
    color: #31404D;
    background: rgba(255, 255, 255, 1);
}

.page-id-4810 .php-generic-section.section-grey.txc-cover-sec-area,
.page-id-4354 .php-generic-section.section-grey.txc-cover-sec-area,
.page-id-4483 .php-generic-section.section-grey.txc-cover-sec-area,
.page-id-5256 .php-generic-section.section-grey.txc-cover-sec-area,
.page-id-4853 .php-generic-section.section-grey.txc-cover-sec-area,
.page-id-5565 .php-generic-section.section-grey.txc-cover-sec-area,
.page-id-6954 .txc-c-section.txc-live-patching.industry-page-details.lps-echosystem {
    background: #fff;
}

.section-black.els-ttb,
.txc-c-section.txc-p-cta.bg-black {
    background-color: #EDEEEF !important;
}

/* SC */


.bg-pink.lc-cta.data-cta {
    background-color: rgba(244, 130, 67, .07);
}

.bg-pink.lc-cta .data-cta-inn h2 {
    padding: 0;
    font-size: 26px;
    line-height: 31px;
    font-weight: 500;
    color: #081C2E;
    margin-bottom: 30px;
}

.bg-pink.lc-cta .data-cta-inn img {
    margin: 0 auto 22px;
}

.bg-pink.lc-cta .data-cta-inn p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.kc-generic-section.kc-o-sec h5 {
    margin-bottom: 30px;
}

.single.single-post .tcl-details .tcl-header h1 {
    font-size: 40px !important;
    margin-bottom: 25px;
    text-align: center !important;
    color: #363866;
}

.tcl-head-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tcl-head-meta .tcl-h-m-thumb {
    overflow: hidden;
    width: 50%;
    padding-right: 10px;
}

.tcl-head-meta .tcl-h-m-thumb .thumb {
    float: right;
    max-width: 75px;
    overflow: hidden;
    border-radius: 100%;
}

.tcl-head-meta .tcl-h-m-d {
    width: 50%;
    padding-left: 10px;
}

.tcl-head-meta .tcl-h-m-d h6 {
    margin-bottom: 5px;
}

.tcl-head-meta .tcl-h-m-d .date-pos {
    color: #777;
    font-weight: 300;
    font-size: 15px;
}

.tcl-widget .sb-cta {
    background-color: #E9F6FF;
    position: relative;
    padding: 42px 20px 10px;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 25px;
    border: 1px solid #1A2738;
}

.tcl-widget .sb-cta img {
    position: absolute;
    top: -25px;
    width: 55px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.single.single-post .generic-content .tcl-widget .sb-cta h3 {
    font-size: 15px !important;
    line-height: 25px;
}

.single.single-post .generic-content .tcl-widget .sb-cta h2 {
    font-size: 20px !important;
    margin-bottom: 20px;
}

.single.single-post .generic-content .tcl-widget .sb-cta p {
    font-size: 14px !important;
    margin-bottom: 0;
}


.info-cta-area {
    background-color: rgba(244, 130, 67, .07);
    padding: 100px 0;
}

.info-cta-inn-details p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
}

.info-cta-inn-thumb img {
    margin: 0 auto;
}

.why-txc.bg-black .btn-arr.blk-arr {
    margin: 25px auto 0;
    display: block;
    text-align: center;
}

.why-txc.bg-black .industry-pd-thumb {
    text-align: center;
}

.why-txc.bg-black .industry-pd-thumb img {
    margin: 0 auto;
}

.afew-txc-hc.afew-txc-inner .a-few-custs {
    display: flex;
    justify-content: space-around;
    max-width: 880px;
    margin: 0 auto;
}


.hc-page-detail-area {
    padding: 100px 0 50px;
}

.hc-page-detail-inn {
    display: flex;
    align-items: first baseline;
}

.hc-page-detail-inn .hc-page-detail {
    width: 50%;
}

.hc-page-detail .hc-th {
    margin-bottom: 30px;
}

.hc-page-detail .hc-tit {
    border-bottom: 3px solid #359CF3;
    background-color: rgba(53, 156, 243, .05);
    padding: 30px 35px;
}

.hc-page-detail .hc-tit h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #364755;
    margin-bottom: 0;
}

.hc-page-detail .hc-det {
    padding: 50px;
}

.hc-page-detail .hc-det p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.hc-page-detail-inn .hc-page-detail:nth-child(1) .hc-tit {
    background-color: #E7F1FD;
}

.php-cards.nd {
    grid-template-columns: auto;
    gap: 15px;
}

.php-cards.nd .php-card {
    box-shadow: 0 0 0 #000;
    background-color: transparent;
    border-bottom: 0.9401px solid #364755;
    border-radius: 0;
}

.php-inn-detail h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #364755;
    margin-top: 45px;
}

.php-sec-intro-inn.b-line.row .uels-header .btn-arr {
    text-align: left;
}

.php-cards.nd .php-card:last-child {
    border-bottom: 0px;
}

.nd .info-cta-inn-details p {
    font-size: 22px;
    line-height: 38px;
    color: #364755;
    margin-bottom: 0;
}

.info-cta-area.nd {
    padding: 80px 0;
}

.php-generic-section.section-white.uels-sec-area {
    padding: 100px 0;
}

.nd .php-sec-intro-inn > .row {
    align-items: unset;
}

.nd .php-sec-intro-inn h4 {
    font-size: 20px;
    line-height: 34px;
    color: #364755;
    margin-bottom: 5px;
    margin-top: 80px;
}

.nd .php-sec-intro-inn .btn-arr {
    text-align: left;
}

.generic-section.banner-proccess {
    background: radial-gradient(52.03% 219.59% at 83.72% -42.08%, #133F60 0%, #081C2E 100%);
    padding: 100px 0 150px;
}

.generic-section.banner-proccess h1 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 41px;
    font-weight: 600;
}

.generic-section.banner-proccess p {
    font-size: 17px;
    line-height: 29px;
    color: #FFFFFF;
}

.vulnerabilities-monitoring {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    max-width: 800px;
    margin: 0 auto;
    border-radius: 9px;
    padding: 40px 100px 35px;
}

.vulnerabilities-monitoring img {
    margin: 0 auto 22px;
}

.vulnerabilities-monitoring h2 {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #081C2E;
    margin-bottom: 25px;
}

.vulnerabilities-monitoring p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    margin-bottom: 5px;
}

.vulnerabilities-monitoring p strong {
    color: #359CF3;
    font-size: 20px;
    font-weight: 500;
}

.vulnerabilities-monitoring {
    position: relative;
    top: -100px;
    background-color: #fff;
    margin-bottom: 50px;
}

.vulnerabilities-proccess {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.vulnerabilities-proccess ul li {
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.vulnerabilities-proccess ul li .number {
    background-color: #359CF3;
    width: 52px;
    height: 52px;
    display: block;
    text-align: center;
    line-height: 52px;
    color: #fff;
    border-radius: 100%;
    margin-bottom: 15px;
}

.vulnerabilities-proccess ul li h4 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.vulnerabilities-proccess ul li p {
    font-size: 18px;
    line-height: 33px;
    color: #364755;
    max-width: 575px;
}

.vulnerabilities-proccess ul li img {
    position: absolute;
    right: 0;
    top: -20px;
}

.vulnerabilities-proccess::after {
    position: absolute;
    content: "";
    right: -78px;
    top: -90px;
    background-image: url('../images/lp/line.png');
    width: 208px;
    height: 1301px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}

.vulnerabilities-inn {
    padding-bottom: 110px;
}

.vulnerabilities-proccess ul li:nth-child(1) img {
    top: -38px;
}

.vulnerabilities-proccess ul li:nth-child(2) img {
    top: 14px;
    right: 4px;
}

.vulnerabilities-proccess ul li:nth-child(3) img {
    right: 36px;
    top: 35px;
}

.vulnerabilities-proccess ul li:nth-child(4) img {
    top: 8px;
    right: 24px;
}

.info-cta-area.info-cta-b .info-cta-inn-details h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
}

.cs.wcd-item .meta {
    border: 1px solid #F48243;
    color: #F48243;
}

.ds.wcd-item .meta {
    border: 1px solid #344154;
    color: #344154;
}

.wcd-item.wp .meta {
    border: 1px solid #359CF3;
    color: #359CF3;
}

.wcd-items {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.wcd-items.rs {
    border-bottom: 0px solid #364755;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.wcd-item.cs .thumb {
	display: flex;
	align-items: flex-end;
}

.ask-support-block {
    background: #FEF6F2;
    display: inline-block;
    margin: 0 auto;
    padding: 12px 25px 3px;
    border-radius: 5px;
  }
  .txc-lead-header {
    text-align: center;
  }

.why-txc.bg-black .btn-group-sw .btn-arr.blk-arr {
    text-align: left;
}

.nd .php-cards {
    padding-right: 0;
}

.php-in-t {
    margin-top: 50px;
}

#expandarea .wcd-item.ds .thumb img {
    max-width: 187px;
}

#expandarea .wcd-item.ds .thumb img {
    max-width: 187px;
}

.exp-area h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 26px;
    color: #364755;
}

.exp-area h2 button {
    box-shadow: 0 0 0 #000;
    border: 0px solid;
    background-color: transparent;
}

.section-blank.pepperclickform .hs_numemployees.hs-numemployees.hs-fieldtype-select.field.hs-form-field {
    width: 100%;
}

.section-blank.pepperclickform .head {
    margin-bottom: 50px;
}


.alert.alert-success.alert-txc h3 {
    font-size: 21px;
    margin-bottom: 5px;
}

.alert.alert-success.alert-txc {
    padding: 20px 35px;
}

.cent7-sec-intro-inn .alert.alert-success.alert-txc.text-center p {
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
}

.generic-section.home-banner {
    background: radial-gradient(65.45% 197.26% at 91.74% -11.27%, #133F60 0%, #081C2E 100%);
}

.generic-section.home-banner h1 {
    color: #fff;
}

.generic-section.home-banner p {
    color: #fff;
}

.h-case-study {
    background: rgb(244, 130, 67, .13);
    margin: 80px auto 0;
    max-width: 1062px;
    padding: 55px 45px 40px;
    border-radius: 20px;
    display: flex;
    text-align: left;
    align-items: center;
    position: relative;
}

.h-case-study .h-cs-left {
    width: 60%;
    margin-right: 10%;
}

.h-case-study .h-cs-thumb {
    width: 30%;
}

.h-case-study .h-cs-left p {
    font-size: 24px;
    line-height: 38px;
    color: #081C2E;
    font-weight: 300;
}

.h-case-study::after {
    position: absolute;
    content: "";
    left: 32px;
    top: -24px;
    background-image: url('../images/lp/icon-q.png');
    width: 71px;
    height: 54px;
}

.expert-led-cta h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 18px;
}

.expert-led-cta p {
    color: #081C2E;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
}


.h-live-patching-area {
    padding: 90px 0;
}

.h-live-patching-area .qemucare-detail-top.h-live-patching {}

.h-live-patching-area .qemucare-detail-top.h-live-patching h2 {
    text-align: center;
    color: #364755;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.h-live-patching-area .qemucare-detail-top.h-live-patching ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-live-patching-area .armd-area-thumb img {
    margin-bottom: 60px;
}

.h-live-patching-area .armd-area-thumb p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.h-live-patching-area .armd-area-thumb p strong {
    font-size: 19px;
    max-width: 480px;
    display: inline-block;
}

.kc-o-sec.proccess-cta h2 {
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
}

.h-live-patching-area .armd-area-detail {
    margin-top: 65px;
}

.h-case-study.bg-blue {
    background: #F1F8FE;
}

.h-case-study.bg-blue .h-cs-thumb {
    margin-right: 10%;
}

.h-case-study.bg-blue .h-cs-left {
    margin-right: 0;
}

.h-case-study.bg-blue::after {
    background-image: url('../images/lp/comillas.png');
    left: 400px;
}

.h-case-study.bg-blue {
    padding-top: 55px;
}

.lps-echosystem.els-why-t.kc-w-b.h-sol-echo-t {
    background: linear-gradient(0deg, #FFFFFF 10.24%, #F2F2F2 99.87%);
    padding-top: 100px;
}

.lps-echosystem.els-why-t.kc-w-b.h-sol-echo-t .txc-live-patching-bottom {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 110px;
}

.lps-echosystem.els-why-t.kc-w-b.h-sol-echo-t {
    padding-bottom: 0;
}

.lps-echosystem.kc-w-top.h-sol-echo-b .lps-echosystem-inner.text-center {
    border-bottom: 0px solid;
    padding-bottom: 100px;
    margin-bottom: 0;
}

.h-sol-echo-t.els-why-t .patching-items.apm-items p {
    margin-bottom: 30px;
}

.h-sol-echo-t.els-why-t .patching-items.apm-items a {
    color: #3A8DDE;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    text-decoration: underline;
}

.linux-env-cta.bg-blue {
    padding: 120px 0;
}

.linux-env-cta.bg-blue .max-sized .wrapper > .row {
    align-items: center;
}

.linux-env-cta-inn > .row {
    align-items: center;
}

.linux-env-cta-inn .linux-env-inn-left {}

.linux-env-cta-inn .linux-env-inn-left h2 {
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
    margin-bottom: 25px;
}

.linux-env-cta-inn .linux-env-inn-left p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 32px;
    color: #081C2E;
}

.h-live-patching-area.h-why-txc .patching-items.apm-items {
    grid-template-columns: auto auto auto auto;
    max-width: 100%;
    gap: 40px;
}

.h-live-patching-area.h-why-txc .patching-items.apm-items .apm-item {
    padding: 45px 30px 15px;
}

.h-live-patching-area.h-why-txc .patching-items.apm-items .apm-item .mtpi-thumb {
    margin-bottom: 20px;
    min-height: 95px;
}

.h-live-patching-area.h-why-txc .patching-items.apm-items .apm-item .mtpi-thumb img {
    margin: 0 auto;
}

.h-live-patching-area.h-why-txc .qemucare-detail-inn {
    padding-bottom: 60px;
}

.php-generic-section.section-grey.els-intro.h-els-intro {
    background: #fff;
}

.automated-cta .kc-o-sec-inn h2 {
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
    margin-bottom: 22px;
}

.automated-cta .kc-o-sec-inn p {
    font-size: 25px;
    line-height: 30px;
    color: #081C2E;
    margin-bottom: 35px;
}

footer .wrapper.wrapper__primary.max-sized {
    border-bottom: 0.9401px solid #364755;
    margin-bottom: 40px;
}


footer .wrapper__primary .footer-logo {
    margin: 0;
}

footer .wrapper__primary .social-links {
    margin: 18px 7px 15px;
}

footer .wrapper__primary .social-links a {
    background: transparent;
    color: #CCC !important;
}

footer .wrapper__primary .social-links a i {
    color: #CCC;
    font-size: 20px;
}

footer ul a {
    color: #364755 !important;
    font-size: 13px;
    line-height: 17px;
}

footer ul li {
    margin-bottom: 5px;
}

footer .heading-label p {
    color: #364755;
    font-size: 16px;
    font-weight: 600;
}

.footer-description p {
    display: flex;
    justify-content: space-between;
}

.home-banner .btn-arr .btn {
    min-width: auto !important;
}

.le-block .le-block-thumb {
    min-height: 75px;
}

.h-sol-echo-b .lps-echosystem-inner .le-block p {
    min-height: 115px;
}

.home-banner .max-sized .wrapper > .row {
    align-items: center;
}

.generic-section.home-banner .generic_content strong {
    margin-top: 0;
    font-size: 20px;
    line-height: 35px;
    color: #359CF3;
    font-weight: 500;
}

.generic-section.home-banner h1 {
    margin-bottom: 30px;
}

.generic-section.banner-php-prelaunch.home-banner {
    padding: 120px 0;
}


.els-intro-bottom {
    position: relative;
}

.els-intro-bottom-thumb {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.els-intro-bottom .els-bottom-detail ul {
    padding-top: 39px;
}

.els-intro-bottom .els-bottom-detail ul li span {
	display: block;
	margin-bottom: 55px;
	min-height: 72px;
}

.txc-c-intro.appdev .txc-c-intro-details h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 28px;
}

.txc-c-intro.appdev .txc-c-intro-details p {
    margin-bottom: 22px;
}

.txc-c-intro.appdev .max-sized .wrapper > .row {
    align-items: center;
}

.appdev .txc-live-patching-top {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px solid;
}

/* E */
.qemucare-detail-inn {
    text-align: left;
    padding-top: 75px;
}

.qemucare-detail-inn .armd-area-thumb img {
    margin-bottom: 30px;
}

.qemucare-detail-inn .armd-area-thumb p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.qemucare-detail-inn .armd-area-thumb p strong {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
}

/* E */

.txc-c-section.txc-e-prtal.appdev.bg-orange {
    padding: 100px 0;
}

.txc-c-section.txc-e-prtal.appdev.bg-orange p {
    font-size: 32px;
    line-height: 145%;
    color: #081C2E;
    margin-bottom: 34px;
}

.appdev .patching-items.apm-items {
    grid-template-columns: auto auto auto auto;
    gap: 30px;
}

.appdev .lps-echosystem-inner.text-center,
.txc-c-section.txc-live-patching.appdev.txc-els .txc-live-patching-top {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 90px;
    margin-bottom: 100px;
}

.appdev.sch-per-demo .txc-e-prtal-details p {
    font-size: 32px;
    line-height: 145%;
    margin-bottom: 30px;
}

.txc-c-section.txc-e-prtal.appdev.sch-per-demo.bg-blue {
    padding: 100px 0;
}

.industry-page-details.txc-e-whitepaper.appdev {
    background: #fff;
}


.txc-c-section.txc-col-reverse-area {
    padding: 100px 0;
}


.txc-col-reverse-area-inn .row.col-r-a:nth-child(2n) {
    flex-direction: row-reverse;
    margin-top: 50px;
}

.txc-col-reverse-details {}

.txc-col-reverse-details h2 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    margin-bottom: 18px;
    font-weight: 500;
}

.txc-col-reverse-details p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}


.txc-col-reverse-area-inn .row.col-r-a {
    align-items: center;
}

.txc-col-reverse-thumb {
    text-align: center;
}

.txc-col-reverse-thumb img {
    margin: 0 auto;
}


.txc-c-section.txc-e-prtal.why-txc h2 {
    font-size: 22px;
    line-height: 26px;
    color: #364755;
    margin-bottom: 24px;
}

.txc-c-section.txc-e-prtal.why-txc p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.txc-c-section.txc-e-prtal.why-txc .txc-c-intro-thumb img {
    margin: 0 auto;
}

.txc-c-section.txc-e-prtal.why-txc.bg-blue .row {
    align-items: center;
}

.txc-c-section.txc-e-prtal.why-txc .btn-arr.blk-arr {
    text-align: center;
    margin-top: 35px;
}

.he-intro .txc-c-intro-thumb img {
    margin: 0 auto;
}

.txc-c-section.iot-devs-ops.bg-blue {
    padding: 100px 0;
}

.txc-c-section.iot-devs-ops.bg-blue h2 {
    font-size: 25px;
}

.txc-live-p.cloudops {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.txc-live-p.cloudops img {
    margin: 0 auto 35px;
}

.txc-live-p.cloudops p {
    color: #081C2E;
    font-size: 26px;
    line-height: 44px;
    max-width: 913px;
    margin: 0 auto;
    font-weight: 500;
}

.generic-section.home-banner {
    padding: 120px 0;
}

.contact-page.hero-banner.bg-blue.with-overlay {
    background: radial-gradient(65.45% 197.26% at 91.74% -11.27%, #133F60 0%, #081C2E 100%);
}

.generic-section .generic_content p > strong {
    display: inline;
}

.txc-c-section.txc-col-reverse-area .txc-col-reverse-area-inn {
    border-top: 0.9401px solid #364755;
    padding-top: 90px;
}

.txc-c-section.cld-sec-ops.txc-col-reverse-area {
    padding-top: 20px;
}

.txc-col-reverse-area-inn {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 75px;
    margin-bottom: 75px;
}

.industry-generic-section.why-txc.bg-black .industry-pd-thumb {
    margin-bottom: 35px;
}

.industry-generic-section.why-txc.bg-black .wrapper > .row {
    align-items: center;
}

.industry-page-details::before {
    max-height: 785px;
}

.automated-patch-man .industry-pd-thumb img {
    margin: 0 auto;
}

.mitigating-risk-inner .industry-pd-thumb img {
    margin: 0 auto;
}


.alert.alert-warning.alert-dismissible.h-alert {
    background: rgb(244, 130, 67, .13);
    color: #000;
    margin-bottom: 0;
}

.alert.alert-warning.alert-dismissible.h-alert p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}

.alert.alert-warning.alert-dismissible.h-alert p a {
    background: #F48243;
    color: #fff;
    display: inline-block;
    padding: 2px 15px 1px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 300;
    border-radius: 3px;
    margin-left: 5px;
}

.alert.alert-warning.alert-dismissible.h-alert p strong {
    font-size: 24px;
    position: relative;
    top: 1px;
    left: -7px;
}

.alm-c-intro .txc-c-intro-details p {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 0;
}

.txc-c-intro.alm-c-intro .txc-c-intro-thumb img {
    margin: 0 auto;
}

.alm-c-intro .txc-c-intro-details p strong {
    color: #F48243;
}

.txc-c-intro.alm-c-intro .wrapper > .row {
    align-items: center;
}

.industry-page-details.lps-echosystem h2 strong {
    text-decoration: underline;
}

.els-intro-bottom .els-bottom-detail ul li:nth-child(3) img {
    max-width: 132px;
}

.almacare.txc-els h2 {
    text-align: center;
    margin-bottom: 55px;
    font-size: 25px;
    line-height: 30px;
    color: #364755;
}

.almacare.txc-els .els-intro-bottom {
    border-bottom: 0.9401px solid #364755;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.almacare.txc-els .els-intro-bottom .els-bottom-detail ul li {
    width: 33.33%;
    text-align: center;
}

.alma-details .industry-page-details.els-ldis .patching-items.apm-items {
    max-width: 100%;
    grid-template-columns: auto auto auto auto;
}

.alma-details .industry-page-details.els-ldis h2 {
    text-align: center;
}

.alma-details .alma-els-ldis {
    border-top: 0.9401px solid #364755;
    padding-top: 80px;
    margin-top: 30px;
}

.alma-sp-left {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 20px;
    background: #fff;
}

.alma-sp-left .alma-sp-top {
    text-align: center;
    background: rgba(53, 156, 243, .07);
    padding: 30px 30px 24px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.alma-sp-left .alma-sp-top p {
    margin-bottom: 5px;
    letter-spacing: 0.2em;
    font-size: 19px;
    line-height: 23px;
    color: #081C2E;
}

.alma-sp-left .alma-sp-top p img {
    margin: 0 auto;
}

.alma-sp-bottom {}

.alma-sp-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alma-sp-bottom ul li {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.alma-sp-bottom ul li:after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #359CF3;
    border-radius: 100%;
}

.alma-sp-right {
    position: relative;
}

.alma-sp-right .alma-sp-item {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 22px;
    position: relative;
    background: #fff;
}


.alma-sp-item .thmb {
    position: absolute;
    left: 30px;
}


.alma-sp-item .det {
    padding-left: 90px;
    margin-bottom: 0;
}

.alma-sp-item .det h4 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    font-weight: 500;
}

.alma-sp-item .det p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    margin-bottom: 0;
}

.alma-sp-right::after {
    position: absolute;
    content: "";
    right: 88%;
    top: 26px;
    background-image: url('../images/lp/guides.png');
    width: 266px;
    height: 360px;
    z-index: -1;
}

.alma-sp-left {
    margin-right: 30px;
}

.alma-sp-right {
    margin-left: 30px;
}

.alma-sp-sec-det > .row {
    align-items: center;
}

.alma-sp-sec {
    border-top: 0.9401px solid #364755;
    padding-top: 40px;
    margin-top: 80px;
}

.els-intro-bottom .els-bottom-detail ul li a {
    color: #364755;
    text-decoration: underline;
}

.generic-section.tem-gen-sim p a img {
    text-align: center;
    margin: 0 auto;
}

.generic-section.tem-gen-sim {
    border-bottom: 1px solid #eee;
}

.wcd-item .thumb img {
    max-width: 188px;
}

.txc-c-section.txc-kc-blocks {
    padding: 100px 0;
}

.txc-c-section.txc-kc-blocks {
    padding: 100px 0;
}

.txc-kc-blocks-inn {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}

.txc-kc-blocks-inn .txc-kc-block {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 32px;
}

.txc-kc-blocks-inn .txc-kc-block p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
}

.txc-kc-blocks-inn .txc-kc-block h4 {
    font-size: 22px;
    line-height: 24px;
    color: #364755;
    margin-bottom: 15px;
    font-weight: 500;
}

.txc-kc-blocks-inn .txc-kc-block .txc-kc-thumb {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.txc-kc-blocks-inn .txc-kc-block .txc-kc-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #364755;
    width: 100%;
    opacity: .11;
}

.txc-kc-blocks-inn .txc-kc-block .txc-kc-thumb img {
    margin: 0 auto;
}

.txc-c-section.txc-e-testi {
    padding: 100px 0;
}

.txc-texti-left {
    position: relative;
    padding: 70px 70px 150px;
}

.txc-texti-left:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F48243;
    opacity: .07;
    border-radius: 15px;
}

.txc-texti-left .carousel-item > img {
    margin-bottom: 40px;
}

.txc-texti-left .carousel-item p {
    font-size: 24px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 50px;
}

.carousel-control-next,
.carousel-control-prev {
    height: 48px;
    display: block;
    width: 47px;
    bottom: -100px;
    top: auto;
    opacity: 1;
}

.carousel-control-next {
    right: auto;
    left: 65px;
}

.txc-texti-right {
    padding: 30px;
}

.txc-texti-right h4 {
    font-size: 25px;
    line-height: 35px;
    color: #364755;
    font-weight: 600;
    margin-bottom: 35px;
    max-width: 500px;
}

.txc-texti-right .t-logo ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.txc-c-section.karnelcare-enterprice-pricing .ke-items .ke-item h5 {
    font-size: 32px;
    color: #081C2E;
    font-weight: 400;
    line-height: 39px;
}

.t-logo {
    max-width: 500px;
}

.txc-c-section.karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail p em {
    color: #359CF3;
}

.txc-c-section .ke-items .ke-item {
    border-right: 0px solid #31404D;
}

.kc-v2.almacare.txc-els .els-intro-bottom {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.kc-v2.almacare.txc-els h3 {
    text-align: center;
    font-size: 35px;
    line-height: 41px;
    font-weight: 600;
    color: #359CF3;
}

.generic-section.php-faqs.risk-comp-sec.kc-faqs.cent-faq {
    background: #fff;
}

.kc-faqs.generic-section.php-faqs .prtnr-prog-accordion > h2 {
    margin-bottom: 70px;
    font-size: 25px;
    line-height: 30px;
    color: #364755;
}

.kc-faqs.generic-section.php-faqs .prtnr-prog-accordion .kc-faq-r img {
    margin: 0 auto;
}

.btn-group-sw.btn-group-inline {
    display: flex;
    justify-content: space-evenly;
    max-width: 680px;
    margin: 0 auto;
}

.btn-group-sw.btn-group-inline .btn-arr a.btn {
    min-width: 310px;
}

.kc-bann .btn-group-sw .btn-arr a.btn {
    min-width: 300px;
}

.txc-texti-right .t-logo ul li img {
    max-width: 185px;
}

header .top-header__info {
    justify-content: flex-start;

}

header .top-header__info .text-wrapper {
    padding: 0 12px;
}

.h-live-patching-area .qemucare-detail-top.h-live-patching .h-live-pd ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 25px;
}

.h-live-patching-area .qemucare-detail-top.h-live-patching .h-live-pd ul li {
    text-align: center;
}

.h-live-patching-area .qemucare-detail-top.h-live-patching .h-live-pd ul li img {
    margin: 0 auto;
    max-width: 170px;
}

.home .els-intro-bottom .els-bottom-detail ul li:nth-child(3) img {
    max-width: 168px;
    margin-bottom: 90px;
}

.txc-c-section.txc-kc-blocks .txc-kc-blocks-h {
    text-align: center;
    margin-bottom: 45px;
}

.txc-c-section.txc-kc-blocks .txc-kc-blocks-h h3 {
    color: #359CF3;
    font-size: 35px;
    line-height: 41px;
    font-weight: 600;
}

.txc-texti-l {
    position: relative;
}

.txc-texti-l .btn-arr.blk-arr {
    position: absolute;
    bottom: 70px;
    left: 85px;
}

.txc-c-section.txc-live-patching.almacare.kc-v2.txc-els .els-intro-bottom {
    padding-bottom: 0;
}

.wcd-item.cs.cs-1 .thumb {
    min-height: 260px;
}

.wcd-item.cs.cs-1 .thumb img {
    max-width: 163px;
    margin-top: 19px;
    box-shadow: 3px 5px 8px #444;
}

.single .generic-content.generic-content-three-col-layout {
    border-bottom: 1px solid #eee;
}

.txc-leads-head {
    /*background-image: url('../images/lp/bg.png');*/
    background-size: cover;
    background-position: center;
    padding-top: 80px;
}

.page-template.page-template-template-leads {
    padding-top: 0;
}

.txc-leads-head .txc-leads-logo img {
    margin: 0 auto 75px;
}

.page-template.page-template-template-leads {
    padding-top: 0;
}

.txc-leads-head .txc-leads-logo img {
    margin: 0 auto 75px;
}

.contact-forms.section-ttaes {
    background-color: #fff;
    max-width: 772px;
    margin: 0 auto;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    padding: 48px 70px 10px;
}

.txc-lead-header {
    margin-bottom: 70px;
}

.txc-lead-header h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 25px;
}

.txc-lead-header p {
    font-size: 22px;
    line-height: 36px;
    color: #081C2E;
}

.contact-forms.section-ttaes input,
.contact-forms.section-ttaes select,
.contact-forms.section-ttaes textarea {
    border: 0.75px solid #081C2E;
    border-radius: 4px;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 21px;
    color: #657C8C;
    background-color: #fff;
}

.field.hs-form-field {
    margin-bottom: 20px;
}

.contact-forms.section-ttaes label {
    margin-bottom: 6px;
}

.contact-forms.section-ttaes .hs-richtext p {
    font-size: 12px !important;
    color: #657C8C !important;
}

.txc-lead-detail {
    padding-top: 100px;
    padding-bottom: 80px;
}

.txc-lead-detail h3 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 25px;
}

.txc-lead-detail p {
    font-size: 19px;
    line-height: 31px;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}

.contact-forms.section-ttaes textarea {
    min-height: 150px;
}

.txc-leads-head::after {
    position: absolute;
    content: "";
    background-image: url('../images/lp/bg.png');
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 74%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.txc-leads-head {
    position: relative;
}

.txc-lead-testi {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px;
}

.txc-lead-testi:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #F48243;
    width: 100%;
    height: 100%;
    opacity: .07;
    border-radius: 20px;
}

.txc-lead-testi .carousel-item > img {
    margin: 0 auto 50px;
}

.txc-lead-testi {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px;
}

.txc-lead-testi:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #F48243;
    width: 100%;
    height: 100%;
    opacity: .07;
    border-radius: 20px;
}


.txc-lead-testi .carousel-item > img {
    margin: 0 auto 50px;
}

.txc-lead-testi .carousel-item p {
    text-align: center;
    max-width: 670px;
    margin: 0 auto 20px;
    color: #081C2E;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
}

.txc-lead-testi .carousel-item .l img {
    margin: 0 auto;
    max-width: 170px;
}

.txc-lead-testi {
    padding-bottom: 120px;
}

.txc-lead-testi .carousel-control-next,
.txc-lead-testi .carousel-control-prev {
    bottom: -68px;
}

.txc-lead-testi .carousel-control-prev {
    left: -60px;
    right: 0;
    margin: 0 auto;
}

.txc-lead-testi .carousel-control-next {
    right: -60px;
    left: 0;
    margin: 0 auto;
}

.txc-leads-detail {
    padding-bottom: 120px;
}

.page-id-9322 .txc-leads-head::after {
    background-image: url('../images/lp/bg-demo.png');
    height: 80%;
}

.page-id-9325 .txc-leads-head::after {
    background-image: url('../images/lp/bg-ttae.png');
    height: 80%;
}

.lps-echosystem.els-why-t.kc-w-b.h-sol-echo-t .apm-items .apm-item img {
    max-width: 75px;
}


.banner-php-prelaunch .generic_content ul {
    display: flex;
    margin-bottom: 0;
    margin-top: 15px;
}

.banner-php-prelaunch .generic_content ul li {
    margin-right: 15px;
}

.banner-php-prelaunch .generic_content ul li a {
    border: 1px solid #F48243;
    color: #F48243;
    padding: 2px 15px;
    font-size: 13px;
    line-height: 23px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.banner-php-prelaunch .generic_content ul li a:hover,
.wcd-item.wp .meta:hover {
    background-color: #F48243;
    color: #fff;
}

.banner-php-prelaunch .generic_content ul li:nth-child(2) a:hover,
.cs.wcd-item .meta:hover {
    background: #359CF3;
    color: #fff;
}

.banner-php-prelaunch .generic_content ul li:nth-child(3) a:hover,
.ds.wcd-item .meta:hover {
    background-color: #344154;
    color: #fff;
}

.banner-php-prelaunch .generic_content ul li:nth-child(2) a, .banner-php-prelaunch .generic_content ul li:nth-child(5) a {
	border: 1px solid #359CF3;
	color: #359CF3;
}

.banner-php-prelaunch .generic_content ul li:nth-child(3) a {
    border: 1px solid #344154;
    color: #344154;
}

body.page-template-template-case-study,
.page-template-template-empty {
    padding-top: 0 !important;
}

.page-id-9606 .cs-testimonial::after {
    margin: auto;
    left: auto;
    right: 0;
}

.whitepaper-wrap.downloadable-cs {
    position: relative;
    padding-bottom: 0;
}

.downloadable-cs:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #359CF3;
    width: 100%;
    height: 82%;
    z-index: -1;
    opacity: 0.1;
}

.whitepaper-wrap.downloadable-cs h1 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 600;
    color: #081C2E;
}

.whitepaper-wrap.downloadable-cs p em {
    color: #364755;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    font-style: normal;
}

.whitepaper-wrap.downloadable-cs p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
}

.whitepaper-wrap.downloadable-cs p strong {
    font-weight: 600;
    font-size: 20px;
    color: #081C2E;
}

.testimonial-cs-wrap {
    padding-bottom: 120px;
}

.cs-testimonial {
    max-width: 614px;
    position: relative;
    top: -30px;
}

.cs-testimonial h4 {
    color: #081C2E;
    font-size: 28px;
    font-weight: 600;
    line-height: 145%;
}

.cs-testimonial::before {
    position: absolute;
    content: "";
    left: -55px;
    top: -38px;
    background-image: url('../images/icons/q-1.png');
    width: 101px;
    height: 87px;
}

.cs-testimonial::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -8px;
    background-image: url('../images/icons/q-2.png');
    width: 42px;
    height: 36px;
    left: 40px;
    margin: 0 auto;
}

.txc-bn-block {
    padding: 100px 0 0;
}

.txc-bn-block.txc-bn-block-b .txc-bn-block-right::after {
    background: #F48243;
}

.txc-bn-block.txc-bn-block-b .txc-bn-block-left {
    padding-left: 50px;
    max-width: 550px;
}

.txc-bn-block-left img {
    margin-bottom: 25px;
}

.txc-bn-block-left h2 {
    font-size: 39px;
    line-height: 47px;
    color: #081C2E;
    font-weight: 600;
    margin-bottom: 22px;
}

.txc-bn-block-detail p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.txc-bn-block-detail ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.txc-bn-block-detail ul li {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.txc-bn-block-detail ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background: #359CF3;
    width: 7.35px;
    height: 7.35px;
    border-radius: 100%;
}

.txc-bn-block-right-in {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    max-width: 525px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 44px;
    text-align: center;
}

.txc-bn-block-right-in img {
    margin: 0 auto 24px;
}

.txc-bn-block-right-in h4 {
    font-size: 28px;
    line-height: 33px;
    color: #081C2E;
    font-weight: 500;
}

.txc-bn-block-right-in p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
}

.txc-bn-pricing {
    padding-top: 20px;
    margin-top: 21px;
    position: relative;
    top: -45px;
    margin-bottom: -45px;
}

.txc-bn-pricing p em strong {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    color: #081C2E;
}

.txc-bn-block-right-in .txc-bn-pricing p {
    font-size: 109.565px;
    line-height: 85px;
}

.txc-bn-block-right-in .txc-bn-pricing p em {
    color: #359CF3;
    font-size: 52px;
    font-weight: 600;
}

.txc-bn-block-right-in .txc-bn-pricing blockquote p {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
}

.txc-bn-pricing p a {
    background: #F48243;
    color: #081C2E;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.165em;
    font-weight: 700;
    width: 157px;
    height: 57px;
    line-height: 57px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.txc-bn-block-right-in .txc-bn-pricing blockquote p {
    position: relative;
    top: -20px;
    margin-bottom: -45px;
}

.txc-bn-block-right::after {
    position: absolute;
    content: "";
    left: 0;
    top: -55px;
    background: #359CF3;
    width: 100%;
    height: 70%;
    z-index: -1;
    opacity: 0.07;
    border-radius: 25px;
}

.txc-bn-block-right {
    position: relative;
}

.txc-bn-pricing::after {
    position: absolute;
    content: "";
    left: 0;
    top: 48px;
    border-top: 1px solid #081C2E;
    width: 100%;
    height: 1px;
}

.txc-bn-block-in .els-intro-bottom {
    margin: 110px 0;
}

.txc-bn-block-in .els-intro-bottom .els-bottom-detail ul li:nth-child(1) img {
    margin-bottom: 105px;
    position: relative;
    top: 12px;
}

.txc-bn-block-in .els-intro-bottom .els-bottom-detail ul li:nth-child(3) img {
    position: relative;
    left: -16px;
    top: 5px;
    margin-bottom: 94px;
}

.txc-bn-block-in .els-intro-bottom {
    text-align: center;
}

#wp-megamenu-menu-1 > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
    color: #364755;
}

.txc-trusted-section {
    background: rgba(53, 156, 243, 0.07);
    padding: 100px 0;
    text-align: center;
}

.txc-trusted-section-in h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    font-weight: 600;
    margin-bottom: 65px;
}

.txc-trusted-section-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.txc-trusted-section-in ul li {
    display: block;
    padding: 0px 35px;
}

.txc-bn-block.txc-bn-block-b {
    padding: 140px 0 100px;
}

.txc-bn-cta {
    background: rgb(244, 130, 67, .07);
    padding: 100px 0;
    text-align: center;
}

.txc-bn-cta .txc-bn-cta-in h2 {
    font-size: 32px;
    line-height: 45px;
    color: #081C2E;
    font-weight: 600;
    max-width: 750px;
    margin: 0 auto 30px;
}

.blg-serach .txc-h-social {
    padding-right: 48px;
}

.blg-serach {
    top: 7px;
}

.blg-serach .txc-h-social ul li {
    margin-right: 12px;
}

.blg-serach .txc-h-social ul {
    margin-bottom: 0;
    border-right: .5px solid #cdcdcd;
    padding-right: 8px;
}

.blg-serach .txc-h-social ul li a {
    font-size: 16px;
    color: #999;
}

.search-form::before {
    right: 10px;
    top: 8px;
}

.txc-n-search-in {
    max-width: 750px;
    margin: 0 auto;
}

.txc-n-search-in form input.search-field {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
}

.txc-n-search-in form label {
    width: 100%;
}

.txc-n-search-in .search-submit {
    right: 0;
    top: 0;
    height: 39px;
}

.txc-n-search {
    padding: 25px 0;
}

.txc-n-search {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}

.txc-n-search-cta {
    margin-top: 20px;
    text-align: center;
}

.txc-n-search-cta ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.txc-n-search-cta ul li {
    margin: 0 20px;
    position: relative;
}

.txc-n-search-cta ul li a {
    color: #364755;
    font-size: 14px;
    text-decoration: underline;
}

.txc-n-search-cta a {
    color: #364755;
    font-size: 14px;
    text-decoration: underline;
}

.txc-n-search-cta ul li:first-child:after {
    position: absolute;
    content: "";
    right: -20px;
    top: 7px;
    width: 1px;
    height: 20px;
    background-color: #364755;
}

.txc-n-search.search-form-expanded {
    opacity: 1;
    visibility: visible;
    height: 100%;
    padding: 25px 0;
}

.blg-search-klks {
    position: absolute;
    right: 6px;
    width: 55px;
    top: 0;
    cursor: pointer;
    height: 46px;
}

.blg-search-klks:after {
    position: absolute;
    right: 6px;
    width: 25px;
    top: 5px;
    cursor: pointer;
    height: 25px;
    background-image: url('../images/lp/search-icon.png');
    background-size: 25px;
    background-repeat: no-repeat;
    content: "";
}

.blg-search-klks.img-xs:after {
    background-image: url('../images/lp/x.png');
    background-size: 25px;
    background-repeat: no-repeat;
}

.csc-item {
    background: #F1F8FE;
}

.cs-customer-carusel .slick-slide {
    margin: 0 40px;
}

.txc-csuc-top {
    padding: 80px 0;
}

.txc-csuc-top {
    padding: 80px 0;
}

.txc-csuc-top .txc-csuc-top-head {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    max-width: 683px;
    margin: 0 auto;
}

.txc-csuc-top .txc-csuc-top-head h1 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 25px;
    color: #081C2E;
    font-weight: 600;
}

.txc-csuc-c {
    padding: 40px 0 0;
}

.txc-csuc-c h3 {
    text-align: center;
    font-size: 31px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 57px;
}

.csc-item {
    border-radius: 37px;
    text-align: center;
    padding: 50px;
}

.csc-item .csc-item-logo {
    margin-bottom: 35px;
    border: 4px solid #359CF3;
    background: #fff;
    border-radius: 15px;
    padding: 10px 55px;
    display: inline-block;
    overflow: hidden;
    min-height: 94px;
    min-width: 294px;
}

.csc-item .thumb {
    overflow: hidden;
    margin-bottom: 35px;
}

.csc-item .thumb a img {
    margin: 0 auto;
}

.csc-item h4 {
    font-size: 17px;
    line-height: 29px;
    color: #081C2E;
    font-weight: 300;
    max-width: 432px;
    margin: 0 auto;
}

.csc-item h4 a {
    color: #081C2E;
}

.txc-csuc-c .wcd-items {
    border-bottom: 0px solid;
    margin-bottom: 100px;
}

.txc-companies-in {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 27px;
    max-width: 1060px;
    margin: 0 auto;
    padding: 75px 80px;
}

.txc-companies-in h2 {
    text-align: center;
    font-size: 31px;
    line-height: 37px;
    color: #364755;
    font-weight: 600;
    margin: 0 auto 50px;
    max-width: 660px;
}

.txc-companies-in .txc-companies ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 32px 25px;
    margin-bottom: 0;
}

/*.txc-companies ul li {
    border: 1px solid #eee;
    padding: 9px;
}*/

.txc-companies-in .txc-companies ul li img {
    margin: 0 auto;
}

.txc-companies-wrap-in {
    position: relative;
}

.txc-companies-wrap-in::after {
    position: absolute;
    content: "";
    left: 0;
    top: 123px;
    background-image: url('../images/lp/our-cust-bd.png');
    width: 100%;
    height: 167px;
    z-index: -2;
    background-size: 100%;
    background-repeat: no-repeat;
}


.txc-companies-in {
    position: relative;
}

.txc-companies-in::after {
    position: absolute;
    content: "";
    top: 203px;
    right: -90px;
    background-image: url(../images/lp/our-cust-full.png);
    width: 141px;
    height: 141px;
    background-size: 75%;
    background-repeat: no-repeat;
}

.txc-companies-in::before {
    position: absolute;
    content: "";
    left: -64px;
    top: 86px;
    background-image: url(../images/lp/our-cust-en.png);
    width: 145px;
    height: 139px;
    z-index: -1;
    background-size: 65%;
    background-repeat: no-repeat;
}

.txc-com-carou-inn {
    max-width: 1062px;
    margin: 0 auto;
    background: rgb(244, 130, 67, .13);
    padding: 50px 65px;
    border-radius: 27px;
}

.txc-companies-wrap {
    padding-bottom: 150px;
}


.txc-com-carou-detail > img {
    margin: 0 auto 38px;
}

.txc-com-carou-detail p {
    font-size: 17px;
    text-align: center;
    color: #081C2E;
    line-height: 29px;
}

.txc-com-carou-detail .thumb {
    max-width: 100px;
    margin: 0 auto;
}

.csc-item .csc-item-logo img {
    max-height: 75px;
    margin: 0 auto;
}

.txc-com-carou {
    margin-top: 95px;
}

.txc-com-carou .carousel-control-next,
.txc-com-carou .carousel-control-prev {
    width: 128px;
    height: 128px;
}

.txc-com-carou-inn .carousel-control-prev {
    left: -165px;
    top: 52px;
}

.txc-com-carou-inn .carousel-control-next {
    right: -165px;
    left: auto;
    top: 52px;
}

body.page-template-template-datasheet {
    padding-top: 0 !important;
}

.downloadable-cs.dst::after {
    height: 100%;
}

.whitepaper-wrap.downloadable-cs.dst {
    padding: 125px 0;
}

.whitepaper-wrap.downloadable-cs h1 {
    max-width: 585px;
}

.whitepaper-wrap.downloadable-cs.dst h6 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    max-width: 550px;
    margin-bottom: 32px;
}

.txc-csuc-c .slick-next {
    right: 127px;
    margin-top: -63px;
}

.txc-csuc-c .slick-prev {
    left: 0;
    margin-top: -63px;
}

.cs-customer-carusel .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: auto;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
}

.cs-customer-carusel .slick-next::before {
    content: '';
    background-image: url("../images/lp/nav2(1).png");
    width: 127px;
    height: 128px;
    display: block;
    opacity: 1;
}

.cs-customer-carusel .slick-prev.slick-arrow {
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: -10px;
    left: -157px;
    right: 0;
    margin: 0 auto;
}

.cs-customer-carusel .slick-prev::before {
    content: '';
    background-image: url("../images/lp/nav1(1).png");
    width: 127px;
    height: 128px;
    display: block;
    opacity: 1;
}

.whitepaper-wrap.downloadable-cs .btn-arr,
.whitepaper-wrap.downloadable-cs.dst .btn-arr {
    margin-bottom: 30px;
}

.whitepaper-wrap.downloadable-cs.dst .whp-right.php-sec-lmphp-inn {
    padding-top: 120px;
}

body .whitepappers-intro-inner .wcd-item.wp:hover .meta {
    background-color: #359CF3;
    color: #fff;
}

body .whitepappers-intro-inner .wcd-item.cs:hover .meta {
    background-color: #F48243;
    color: #fff;
}

body .whitepappers-intro-inner .wcd-item.ds:hover .meta {
    background-color: #344154;
    color: #fff;
}

.blg-search-klks:hover .txc-n-search,
.txc-n-search.search-forms-expanded {
    visibility: visible;
    opacity: 1;
    height: auto;
    width: 1245px;
    right: -5px;
    position: absolute;
    top: 44px;
    padding: 25px 0;
    transition: .4s;
}

.txc-n-search:after {
    position: absolute;
    background: #FEF6F2;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.txc-n-search:before {
    position: absolute;
    content: "";
    left: 100%;
    background: #FEF6F2;
    height: 100%;
    width: 100%;
    top: 0;
}

.search .txc-n-search-in .search-form::after {
    display: none;
}

.h-live-b .carousel-control-next,
.h-live-b .carousel-control-prev {
    width: 127px;
    height: 128px;
}

.h-live-b .carousel-control-prev {
    top: 50%;
    bottom: auto;
    left: 0;
    margin-top: -26px;
}

.h-live-b .carousel-control-next {
    top: 50%;
    bottom: auto;
    right: 0;
    margin-top: -26px;
    left: auto;
}

.home-wrapper .kc-generic-section.kc-o-sec.proccess-cta .kc-o-sec-inn .els-intro-bottom {
    margin-bottom: 65px;
}

.home-wrapper .kc-generic-section.kc-o-sec.proccess-cta .kc-o-sec-inn h2 {
    margin-bottom: 50px;
}

.home-wrapper .h-live-patching-area.h-why-txc.h-why-txc-n .qemucare-detail-inn {
    padding: 0;
}

.home-wrapper .h-live-patching-area.h-why-txc.h-why-txc-n {
    padding-bottom: 0;
}

.home-wrapper .php-generic-section.section-grey.els-intro.h-els-intro {
    padding-top: 60px;
}

.home-wrapper .php-generic-section.section-grey.els-intro.h-els-intro .qemucare-detail-inn {
    padding-top: 110px;
}

.home-wrapper .php-generic-section.section-grey.els-intro.h-els-intro .qemucare-detail-inn h2 {
    font-size: 32px;
}

.h-why-txc-n .txc-live-patching-items h2 {
    font-size: 32px;
}

.home-wrapper .qemucare-detail-top.h-live-patching {
    margin-bottom: 30px;
}

.home-wrapper .txc-live-patching-items h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.generic-section.java-sc-php-python {
    padding: 100px 0;
}

.java-sc-php-python-details.text-center h2 {
    font-size: 25px;
    line-height: 38px;
    color: #364755;
    font-weight: 600;
    margin-bottom: 50px;
}

.java-sc-pp {
    display: flex;
    justify-content: space-between;
}

.java-sc-pp .java-sc-pp-i {
    margin: 0 36px;
    background: #FEF6F2;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
}

.java-sc-pp .java-sc-pp-i.python {
    background: #F1F8FE;
}

.java-sc-pp .java-sc-pp-i img {
    margin: 0 auto 25px;
}

.java-sc-pp .java-sc-pp-i p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
    margin-bottom: 25px;
}

.java-sc-b-cta h2 {
    color: #081C2E;
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 35px;
}

.generic-section.java-sc-why-txc {
    padding: 100px 0;
}

.generic-section.java-sc-why-txc h2 {}

.generic-section.java-sc-why-txc .patching-items.apm-items {
    grid-template-columns: auto auto auto;
    max-width: 1150px;
    gap: 40px;
}

.generic-section.java-sc-why-txc .patching-items.apm-items .apm-item {
    padding: 45px 35px 25px;
}

.generic-section.java-sc-why-txc .patching-items.apm-items .apm-item img {
    margin: 0 auto 30px;
}

.java-sc-next .txc-e-prtal-details h2 {
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
    font-weight: 600;
    margin-bottom: 17px;
}

.txc-c-section.txc-e-prtal.java-sc-next .txc-e-prtal-details p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
}

.generic-section.bg-pink.java-sc-intro {
    background: #FEF6F2;
    padding: 100px 0;
}

.generic-section.bg-pink.java-sc-intro p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
}

.generic-section.bg-pink.java-sc-intro img {
    margin: 0 auto;
}

.page-template.page-template-landing-pagestemplate-leads-php {
    padding-top: 0 !important;
}

.generic-section.java-sc-ub {
    background: rgba(8, 28, 46, .03);
    padding: 100px 0;
}

.generic-section.java-sc-ub {
    background: rgba(8, 28, 46, .03);
    padding: 100px 0 225px;
}

.generic-section.java-sc-ub h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #364755;
    text-align: center;
    margin-bottom: 60px;
}

.ub-items {
    max-width: 1056px;
    margin: 0 auto;
}

.ub-items .ub-item {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    max-width: 465px;
    border-radius: 12px;
    padding: 30px;
    position: relative;
}

.ub-items .ub-item::after {
    position: absolute;
    content: "0";
    top: 0;
    font-size: 35px;
    color: #359CF3;
    font-weight: 600;
    line-height: 42px;
    background-color: #fff;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 59px;
    border-radius: 50%;
    border: 9px solid #359CF3;
}

.ub-items .ub-item:nth-child(1)::after {
    content: "1";
    right: -99px;
}

.ub-items .ub-item:nth-child(2)::after {
    content: "2";
    left: -99px;
}

.ub-items .ub-item:nth-child(3)::after {
    content: "3";
    right: -99px;
}

.ub-items .ub-item:nth-child(4)::after {
    content: "4";
    left: -99px;
}

.ub-items .ub-item::before {
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-right: 20px solid transparent;
    position: absolute;
    content: "";
    right: -18px;
    top: 21px;
}

.ub-items .ub-item:nth-child(2n)::before {
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    content: "";
    right: auto;
    left: -18px;
    top: 21px;
}

.ub-items .ub-item h4 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    font-weight: 600;
}

.ub-items .ub-item p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    margin-bottom: 0;
}

.ub-items .ub-item img {
    margin-bottom: 20px;
}

.ub-items .ub-item img {
    margin-bottom: 20px;
}

.ub-items {
    display: grid;
    grid-template-columns: auto auto;
    gap: 71px 123px;
    position: relative;
    background-image: url("../images/lp/filter.png");
    background-repeat: no-repeat;
    background-position: center 12px;
}

.ub-items .ub-item:nth-child(2n) {
    position: relative;
    top: 150px;
}

.generic-section.banner-java-sc.banner-rc {
    padding: 180px 0 110px;
}

.lp-header .btn.btn-try-now {
    width: auto;
}

.banner-java-sc .generic_thumb {
    position: relative;
    top: -70px;
}

.banner-java-sc .generic_thumb .java-sc-form {
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    width: 504px;
    min-height: 352px;
    top: 114px;
    right: 150px;
    border-radius: 12px;
    padding: 40px 40px 30px;
}

.banner-java-sc.generic-section.banner-php-prelaunch p {
    max-width: 375px;
}

.java-sc-intro-inn > .row {
    align-items: center;
}

.banner-java-sc .java-sc-form input {
    border: 1px solid #000;
    background: transparent;
}

.lp-header {
    border-bottom: 1px solid #ddd;
}

.page-template-template-java-for-securechain.page-template-landing-pagestemplate-java-for-securechain-php {
    padding-top: 0 !important;
}

.lp-header .txc-try-now {
    display: flex;
}

.lp-header .txc-try-now .lp-nav {
    margin: 0 35px 0 0;
    display: flex;
    align-items: center;
}

.lp-header .txc-try-now .lp-nav li a {
    color: #364755;
    font-size: 16px;
    display: block;
    padding-left: 32px;
}

.page-template-template-java-for-securechain .wrapper.wrapper__primary.max-sized {
    display: none;
}

.page-template-template-java-for-securechain footer {
    border-top: 1px solid #ddd;
    padding-top: 35px;
}

.hs_submit.hs-submit .hs-button.primary.large {
    background: #F48243 !important;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    color: #081C2E;
    text-transform: uppercase;
}

.bg-pink.rvn-1 {
    background: rgba(53, 156, 243, .07);
    padding-bottom: 100px;
}

.bg-pink.rvn-1 .lps-echosystem-inner {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lps-echosystem.els-why-t.kc-w-b.rvn-1 {
    padding-top: 100px;
}

.page-template-template-dbcare-v2 .btn-group-sw .btn-arr a.btn {
    min-width: auto;
}

.page-template-landing-pages.page-id-9978 .section-blank {
    background-image: url('../images/lp/bg-ty.png');
    padding: 150px 0;
    margin-top: 0;
    background-size: cover;
    background-position: center top;
    background-color: #E9F6FF;
}

.page-template-landing-pages.page-id-9978 .section-blank .generic_content img {
    margin-bottom: 40px;
}

.page-template-landing-pages.page-id-9978 .section-blank .generic_content h1 {
    font-size: 40px;
    line-height: 47px;
    color: #081C2E;
    margin-bottom: 25px;
}

.page-template-landing-pages.page-id-9978 .section-blank .generic_content p strong {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.page-template-landing-pages.page-id-9978 .section-blank .generic_content p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 18px;
}

.whp-left h6 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 40px;
}

.sw_container {
    width: auto !important;
    height: auto !important;
}

.sw_container {
    position: absolute;
    top: 160px;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#mystrybox .modal-dialog {
    max-width: 335px;
}

#mystrybox .close.data-bs-dismiss {
    background: #F48243;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#mystrybox .modal-header {
    padding: 0;
}


body.page-template-template-whitepaper.page-template-landing-pagestemplate-whitepaper-php {
    padding-top: 0px !important;
}

.whitepaper-wrap.wh-n-s .p-thumb {
    max-width: 250px;
    padding-bottom: 55px;
}

.whitepaper-wrap.wh-n-s .whp-left .s-t {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 25px;
}

.whitepaper-wrap.wh-n-s .whp-left h1 {
    font-size: 43px;
    line-height: 51px;
    font-weight: 600;
    color: #081C2E;
}

.whitepaper-wrap.wh-n-s .whp-left h5 {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    color: #364755;
}

.whitepaper-wrap.wh-n-s .whp-left p strong {
    font-size: 20px;
    line-height: 127%;
    color: #081C2E;
    font-weight: 600;
}

.cat-nav-for-nav {
    display: none;
}

#home-banner-slides .carousel-indicators {
    position: static;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
}

#home-banner-slides .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: initial;
    background-color: inherit;
    opacity: 1;
    color: #fff;
}

.new-home-banner {
    padding: 75px 0 100px;
    position: relative;
    background: rgba(8, 28, 46, 0.9);
}

.new-home-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/lp/bg.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(8, 28, 46, 0.9);
}

.h-bann-item {
    max-width: 600px;
}

.h-bann-item h2,
.h-bann-item h1 {
    color: #FFFFFF;
    font-size: 43px;
    line-height: 51px;
    font-weight: 500;
}

.h-bann-item p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

.h-bann-item p {
    max-width: 510px;
    margin: 0 auto 42px;
}

.h-bann-item h2,
.h-bann-item h1 {
    max-width: 510px;
    margin: 0 auto 28px;
}


#home-banner-slides .carousel-indicators {
    display: flex;
    justify-content: space-around;
}

#home-banner-slides .carousel-indicators [data-bs-target] {
    width: 24%;
    display: block;
    padding: 18px 20px 18px 55px;
    border-top: 2px solid #359CF3;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

#home-banner-slides .carousel-indicators button::before {
    position: absolute;
    content: "";
    left: -202px;
    top: 13px;
    width: 29px;
    height: 28px;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

#home-banner-slides .carousel-indicators [data-bs-target].active {
    background-color: #359CF3;
    color: #081C2E;
}

#home-banner-slides .carousel-indicators button[data-bs-slide-to="1"]::before {
    background-image: url(../images/icons/ic-kc.png);
}

#home-banner-slides .carousel-indicators button[data-bs-slide-to="2"]::before {
    background-image: url(../images/icons/ic-els.png);
    top: 10px;
}

#home-banner-slides .carousel-indicators button[data-bs-slide-to="3"]::before {
    background-image: url(../images/icons/ic-alma.png);
    left: -242px;
    top: 10px;
}

#home-banner-slides .carousel-indicators button[data-bs-slide-to="1"].active::before {
    background-image: url(../images/icons/ic-kc-h.png);
}

#home-banner-slides .carousel-indicators button[data-bs-slide-to="2"].active::before {
    background-image: url(../images/icons/ic-els-h.png);
}

#home-banner-slides .carousel-indicators button[data-bs-slide-to="3"].active::before {
    background-image: url(../images/icons/ic-alma-h.png);
}

#home-banner-slides .carousel-indicators button[data-bs-slide-to="0"] {
    display: none;
}

.h-bann-item img {
    margin: 0 auto 35px;
}

.h-bann-item .btn-group-sw .btn-arr a.btn {
    min-width: 100%;
    text-align: left;
    box-shadow: 0 0 0 #eee;
}

.h-bann-item .btn-group-sw {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.h-bann-item .btn-group-sw .btn-arr a.btn.btn--white {
    background: transparent;
    border: 1px solid #F48243;
    color: #fff;
}

.h-bann-item .btn-arr.btn-arr-outline a.btn.btn--white::after {
    background-image: url('../images/icons/line-p.png');
    width: 40px;
    height: 2px;
    top: 22px;
    right: 23px;
}

.h-bann-item .btn-arr.btn-arr-outline a.btn.btn--white::before {
    background-image: url('../images/icons/angle-p.png');
    width: 11px;
    height: 20px;
    top: 13px;
}

.h-bann-item.ic-kc,
.h-bann-item.ic-els,
.h-bann-item.ic-alma {
    margin: 0 auto 140px;
}

.h-bann-item {
    margin: 0 auto 150px;
}

.h-bann-item.ic-els h2 {
    max-width: 580px;
}

.h-bann-item .h-b-th {
    min-height: 100px;
}

.new-home-who-is {
    padding: 80px 0 75px;
}

.new-home-who-is .new-home-who-is-inn h2 {
    font-size: 32px;
    line-height: 38px;
    color: #081C2E;
    font-weight: 500;
    margin-bottom: 50px;
}

.who-is-box .who-is-item .who-is-t {
    min-height: 80px;
}

.who-is-box .who-is-item img {
    margin: 0 auto 25px;
}

.who-is-box .who-is-item h4 {
    font-size: 22px;
    line-height: 26px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 15px;
}

.who-is-box .who-is-item p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
    max-width: 325px;
    margin: 0 auto;
}

.new-home-banner-inn {
    position: relative;
    z-index: 9;
}

.new-home-banner-inn .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    justify-content: space-around;
}

.new-home-banner-inn .nav-tabs #nav-home-tab {
    display: none;
}

.new-home-banner-inn .nav-tabs button {
    width: 28%;
    display: block;
    padding: 18px 20px 18px 55px;
    border-top: 2px solid #359CF3;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
    color: #fff;
    border-radius: 0px;
}

.new-home-banner-inn .nav-tabs button::before {
    position: absolute;
    content: "";
    left: -202px;
    top: 15px;
    width: 29px;
    height: 28px;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.new-home-banner-inn .nav-tabs button.active {
    background-color: #359CF3;
    color: #081C2E !important;
    background-size: contain;
}

.new-home-banner-inn .nav-tabs .nav-item.show .nav-link,
.new-home-banner-inn .nav-tabs .nav-link.active {
    color: #081C2E;
    border-color: #359CF3;
}

.new-home-banner-inn .nav-tabs button:hover {
    border-left: 0px solid;
    border-bottom: 0px solid;
    border-right: 0px solid;
    border-top: 2px solid #359CF3;
}

.new-home-banner-inn .nav-tabs button#nav-kc-tab::before {
    background-image: url(../images/icons/ic-kc.png);
}

.new-home-banner-inn .nav-tabs button#nav-els-tab::before {
    background-image: url(../images/icons/ic-els.png);
    top: 15px;
}

.new-home-banner-inn .nav-tabs button#nav-alma-tab::before {
    background-image: url(../images/icons/ic-alma.png);
    left: -230px;
    top: 10px;
}

.new-home-banner-inn .nav-tabs button#nav-kc-tab.active::before {
    background-image: url(../images/icons/ic-kc-h.png);
    border: 2px solid #359CF3;
    border-radius: 0px;
    background-size: contain;
}

.new-home-banner-inn .nav-tabs button#nav-els-tab.active::before {
    background-image: url(../images/icons/ic-els-h.png);
    border: 2px solid #359CF3;
    border-radius: 0px;
    top: 13px;
    background-size: contain;
}

.new-home-banner-inn .nav-tabs button#nav-alma-tab.active::before {
    background-image: url(../images/icons/ic-alma-h.png);
    border: 2px solid #359CF3;
    border-radius: 0px;
    background-size: contain;
    top: 11px;
}

.new-home-banner-inn .nav-tabs .nav-link:focus,
.new-home-banner-inn .nav-tabs .nav-link:hover {
    border-color: #359CF3;
    isolation: isolate;
    background-color: #359CF3;
    color: #fff;
}

.els-intro-bottom .els-bottom-detail ul li::after {
    width: 0;
}

.home .els-intro-bottom .els-bottom-detail ul li img {
    margin-bottom: 30px;
}

.home .els-intro-bottom .els-bottom-detail ul li:nth-child(3) img {
    margin-bottom: 40px;
}

.home-wrapper .kc-generic-section.kc-o-sec.proccess-cta .kc-o-sec-inn h2 {
    margin-bottom: 32px;
}

.home-wrapper .kc-generic-section.kc-o-sec.proccess-cta .kc-o-sec-inn .els-intro-bottom {
    margin-bottom: 45px;
}

.els-intro-bottom .els-bottom-detail ul li {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.kc-o-sec.proccess-cta h2 {
    font-weight: 500;
}

body.page-template-template-webiners {
    padding-top: 0 !important;
}

.webinar-lp .wp-form h4 {
    text-align: left;
}

.whitepaper-wrap.wh-n-s.webinar-lp {
    background: #E9F6FF;
    padding: 120px 0 65px;
}

.webinar-speakers {
    padding: 80px 0;
}

.webinar-speakers .webinar-speakers-inn {}

.webinar-speakers .webinar-speakers-inn h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #081C2E;
    margin-bottom: 30px;
}

.webinar-speakers ul.speakers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 150px;
}

.webinar-speakers ul.speakers li {
    text-align: center;
    max-width: 485px;
}

.webinar-speakers ul.speakers li img {
    margin: 0 auto 15px;
}

.webinar-speakers ul.speakers li .name {
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 8px;
}

.webinar-speakers ul.speakers li .title,
.webinar-speakers ul.speakers li .title p strong {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #359CF3;
}

.webinar-speakers ul.speakers li .title p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    color: #364755;
}

.webinar-speakers ul.speakers li .title br {
    display: ;
}

.webinar-speakers ul.speakers li .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    width: 232px;
    height: 260px;
    border-radius: 100%;
    margin: 0 auto 28px;
}

.webinar-speakers ul.speakers li .thumb::after {
    position: absolute;
    content: "0";
    bottom: 0;
    left: 0;
    background-color: #E9F6FF;
    width: 232px;
    height: 232px;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.webinar-lp .whp-left > p > a {
    border-radius: 14px;
    background-color: #fff;
    display: block;
    box-shadow: 0px 4px 40px rgba(8, 28, 46, 0.07);
    padding: 24px 24px 24px 92px;
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    position: relative;
}

.alignnone.size-full.wp-image-10135 {}

.webinar-lp .whp-left > p > a > img {
    position: absolute;
    left: 28px;
    top: 28px;
}

.chat-video-wrap {
    padding: 60px 0 100px;
}

.chat-video-wrap .chat-form {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    padding: 30px 30px 25px;
    border-radius: 5px;
    min-height: 460px;
}

.chat-video-wrap .chat-form .wp-form {}

.chat-video-wrap .chat-form .wp-form img {
    margin: 0 auto 20px;
}

.chat-video-wrap .chat-form .wp-form h4 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    color: #081C2E;
    font-weight: 400;
}

.alm-c-intro .txc-c-intro-details p .dnw-ds {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
}

.generic-section.banner-about {
    padding: 60px 0 0;
}

.banner-about .generic_content {}

.banner-about .generic_content h1 {
    font-size: 39px;
    line-height: 47px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 20px;
}

.banner-about .generic_content h5 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    color: #081C2E;
    max-width: 670px;
    margin: 0 auto 40px;
}

.banner-about .generic_content ul {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 64px;
    max-width: 1000px;
    margin: 0 auto 70px;
}

.banner-about .generic_content ul li {
    text-align: center;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
}

.banner-about .generic_content ul li img {
    margin: 0 auto;
    display: inline-block;
}

.banner-about .generic_content ul li strong {
    font-weight: 300;
}

.about-banner_thumb img {
    margin: 0 auto;
}

.lps-cta-inn img {
    margin: 0 auto 22px;
}

.cta-about .lps-cta-inn h2 {
    max-width: 600px;
    margin: 0 auto 24px;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
}


.about-story {
    padding: 80px 0 50px;
}

.about-story .about-story-inn h2 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    color: #081C2E;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-story .about-story-inn p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
    max-width: 950px;
    margin: 0 auto 50px;
    text-align: center;
}

.about-leaders {
    padding: 80px 0;
}

.about-leaders .about-leaders-inn {}

.about-leaders .about-leaders-inn h2 {
    font-size: 32px;
    line-height: 38px;
    color: #081C2E;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-leaders .about-leaders-inn .leaders {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 85px;
}

.leaders .leader {
    text-align: center;
}

.leaders .leader h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #081C2E;
}

.leaders .leader p {
    font-size: 16px;
    line-height: 19px;
    color: #359CF3;
    font-weight: 600;
}

.leaders .leader .lin {
    text-align: center;
    display: block;
}

.leaders .leader .lin img {
    margin: 0 auto;
}

.leaders .leader .lead-thumb {
    width: 249px;
    height: 249px;
    border-radius: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
}

.leaders .leader .lead-thumb img {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.leaders .leader .lead-thumb::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 30px;
    background-image: url(../images/icons/l-bg.png);
    width: 234px;
    height: 234px;
    z-index: 1;
    border-radius: 100%;
}

.txc-story {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 40px;
}

.txc-story .dtl {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
    max-width: 450px;
    min-height: 370px;
    display: flex;
    align-items: center;
}

.txc-stories {
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 80px;
    position: relative;
}

.txc-stories .slick-dots {
    right: -80px;
    left: auto;
    bottom: auto;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(53, 156, 243, 0.15);
    border-radius: 20px;
    width: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.txc-stories .slick-dots li {
    display: block;
    position: relative;
}

.txc-stories .slick-dots li.slick-active::after {
    position: absolute;
    left: 3px;
    top: -25px;
    content: "";
    background-image: url(../images/icons/move.png);
    width: 15px;
    height: 77px;
    background-size: contain;
}

.txc-stories .slick-dots li button::before {
    color: #359CF3;
}

.txc-stories .slick-dots li button:focus::before,
.txc-stories .slick-dots li button:hover::before {
    color: #359CF3;
}

.txc-stories .slick-dots::after {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    background: rgba(53, 156, 243, 0.07);
    width: 30px;
    height: calc(100% + 14px);
    border-radius: 20px;
    z-index: -1;
}

.whp-left .webinar-date {
    display: block;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    top: -18px;
    margin-bottom: 14px;
}

.txc-stories {
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 80px;
    position: relative;
    height: 380px;
    overflow: hidden;
}

.txc-stories.more {
    overflow-y: scroll;
}

.about-story-inn a.more {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 8px;
    cursor: pointer;
}

.about-story-inn a.more i {
    display: block;
    font-size: 28px !important;
}

/* width */
.txc-stories.more::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.txc-stories.more::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(53, 156, 243, 0.15);
}

/* Handle */
.txc-stories.more::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: url(../images/icons/move.png);
    width: 15px;
    height: 77px;
    background-size: contain;
}

/* Handle on hover */
.txc-stories.more::-webkit-scrollbar-thumb:hover {
    background-image: url(../images/icons/move.png);
    width: 15px;
    height: 77px;
    background-size: contain;
}


.ubuntu-chart {
    margin-top: 35px;
}

.ubuntu-chart .table {}

.ubuntu-chart .table thead {
    border: 0px solid !important;
}

.ubuntu-chart .table thead tr {
    border: 0px solid !important;
}

.ubuntu-chart .table tr th,
.ubuntu-chart .table tr td {
    border-bottom: 1px solid #081C2E;
    padding: 30px;
}

.ubuntu-chart .table > :not(:first-child) {
    border-top: 0px solid;
}

.ubuntu-chart .table tbody {
    border-left: 1px solid #081C2E;
    border-right: 1px solid #081C2E;
    border-radius: 17px;
}

.ubuntu-chart .table tr td {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.ubuntu-chart .table tr th:nth-child(2),
.ubuntu-chart .table tr td:nth-child(2),
.ubuntu-chart .table tr th:nth-child(3),
.ubuntu-chart .table tr td:nth-child(3) {
    text-align: center;
}

.ubuntu-chart .table tr th:nth-child(2) img,
.ubuntu-chart .table tr th:nth-child(3) img {
    margin: 0 auto 15px;
}

.ubuntu-chart .table tr td:nth-child(2) img,
.ubuntu-chart .table tr td:nth-child(3) img {
    margin: 0 auto;
}

.ubuntu-chart .table tr th {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 700;
}

.ubuntu-chart .table tr th:nth-child(2) {
    position: relative;
}

.ubuntu-chart .table tr th:nth-child(2)::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: calc(100% - 22px);
    height: 100%;
    background-color: #E9F6FF;
    z-index: -1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0 auto;
}

.ubuntu-chart .table tr td:nth-child(2) {
    /*background-color: #E9F6FF;*/
    position: relative;
}

.ubuntu-chart .table tr td:nth-child(2)::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: calc(100% - 22px);
    height: 100%;
    background-color: #E9F6FF;
    z-index: -1;
    margin: 0 auto;
}


.ubuntu-chart .table tr th:nth-child(3) {
    position: relative;
}

.ubuntu-chart .table tr th:nth-child(3)::before {
    position: absolute;
    content: "";
    left: 0;
    right: 9px;
    top: 0;
    width: calc(100% - 31px);
    height: 100%;
    background-color: #FEF6F2;
    z-index: -1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0 auto;
}

.ubuntu-chart .table tr td:nth-child(3) {
    position: relative;
}

.ubuntu-chart .table tr td:nth-child(3)::before {
    position: absolute;
    content: "";
    left: 0;
    right: 9px;
    top: 0;
    width: calc(100% - 31px);
    height: 100%;
    background-color: #FEF6F2;
    z-index: -1;
    margin: 0 auto;
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(2)::before {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: calc(100% - 20px);
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(3)::before {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: calc(100% - 20px);
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(2) strong {
    font-size: 41px;
    display: block;
    line-height: 29px;
    color: #359CF3;
    font-weight: 700;
    margin-bottom: 7px;
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(3) strong {
    font-size: 41px;
    display: block;
    line-height: 29px;
    color: #E9500E;
    font-weight: 700;
    margin-bottom: 7px;
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(2) {
    padding-bottom: 50px;
}

.ubuntu-chart .table tr th:nth-child(2) img + br,
.ubuntu-chart .table tr th:nth-child(3) img + br {
    display: none;
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(2) strong + br,
.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(3) strong + br {
    display: none;
}

.ubuntu-chart .table tr td {
    vertical-align: middle;
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(3),
.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(1) {
    vertical-align: baseline;
}

.generic-section.banner-php-prelaunch .ubuntu-chart > p {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 29px;
    color: #364755;
}

.ubu-18-04-v2 .php-generic-section.section-blue {
    background-color: #E9F6FF;
    padding: 100px 0 160px;
    position: relative;
    bottom: -90px;
    margin-top: -90px;
}


.ubu-18-04-v2 .php-generic-section.cent7-sec-cta-t .cent7-sec-cta-t-inn {
    padding: 85px 85px 50px;
}

.ubu-18-04-v2 .php-generic-section.cent7-sec-cta-t .cent7-sec-cta-t-inn h2 {
    margin-bottom: 20px;
}

.ubu-18-04-v2 .php-generic-section.cent7-sec-cta-t .cent7-sec-cta-t-inn p {
    font-size: 20px;
    margin-bottom: 25px;
}

.ubu-18-04-v2 .section-dark {
    background-color: rgba(8, 28, 46, 0.05);
}

.ubu-18-04-v2 .contact-form.bg-orange.tt-ex-ar {
    padding: 80px 0;
}

.ubu-18-04-v2 .contact-form.bg-orange.tt-ex-ar h2 {
    margin-bottom: 20px;
}

.ubu-18-04-v2 .contact-form.bg-orange.tt-ex-ar p {
    max-width: 727px;
    margin: 0 auto 30px;
    font-size: 17px;
    line-height: 29px;
}

.ubu-18-04-v2 .contact-form.bg-orange.tt-ex-ar .blk-arr a {
    color: #081C2E;
}

.ubu-18-get {
    padding: 95px 0;
}

.ubu-18-get > h4 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
    margin-bottom: 60px;
}

.ubu-18-get .get-card img {
    margin: 0 auto 25px;
}

.ubu-18-get .get-card h4 {
    font-size: 19px;
    color: #364755;
    line-height: 23px;
    margin-bottom: 15px;
}

.ubu-18-get .get-card span {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
}

.ubu18-04.ubu-18-04-v2 .generic-section.php-faqs.risk-comp-sec.cent-faq .prtnr-prog-accordion {
    border-bottom: 1px solid #081C2E;
    padding-bottom: 80px;
}

.ubu18-04.ubu-18-04-v2 .generic-section.php-faqs.risk-comp-sec.cent-faq {
    background-color: #fff;
    padding-bottom: 0;
}

.cover-item .cover-i {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    padding: 45px 30px;
    border-radius: 17px;
    min-height: 542px;
}

.ubu18-04.ubu-18-04-v2 .banner-php-prelaunch .generic_content {
    max-width: 500px;
}

.txc-banner.banner-newsletter {
    padding: 75px 0;
}

.newsletters .newsletter .more a:hover {
    background-color: #F48243;
    color: #fff;
}

.txc-banner.banner-newsletter .generic_content {
    max-width: 550px;
}

.txc-banner.banner-newsletter .generic_content h4 {
    font-size: 18px;
    color: #359CF3;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3em;
}

.txc-banner.banner-newsletter .generic_content h1 {
    font-size: 31px;
    line-height: 37px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 30px;
}

.txc-banner.banner-newsletter .generic_content p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.txc-banner.banner-newsletter .generic_content h5 {
    color: #081C2E;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
}

.row.nl-intro {
    padding-top: 70px;
}


.nl-intro .nl-intro-item img {
    margin: 0 auto 40px;
}

.nl-intro .nl-intro-item h4 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 15px;
}

.nl-intro .nl-intro-item p {
    font-size: 17px;
    font-weight: 300;
    color: #364755;
    line-height: 29px;
    text-align: center;
}

.newsletter-expert.bg-blue {
    padding: 80px 0;
}


.newsletter-expert .newsletter-expert-inn h2 {
    font-size: 32px;
    line-height: 38px;
    color: #081C2E;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.newsletter-expert .newsletter-expert-inn .experts ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 70px;
}


.newsletter-expert .newsletter-expert-inn .experts ul li img {
    margin: 0 auto 25px;
}

.newsletter-expert .newsletter-expert-inn .experts ul li .name {
    display: block;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 4px;
}

.experts .detail {
    color: #359CF3;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    display: block;
}

.newsletter-items {
    padding: 80px 0;
}

.newsletter-items h2 {
    text-align: center;
    color: #081C2E;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
}

.newsletter-items .newsletters {
    border-top: 0.75px solid #081C2E;
    padding-top: 20px;
}

.newsletter-items .newsletters .newsletter {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 0.75px solid #081C2E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.newsletters .newsletter .det {
    margin-bottom: 0;
    padding-right: 250px;
}

.newsletters .newsletter .more {
    position: absolute;
    right: 0;
}

.newsletters .newsletter .det h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #081C2E;
}

.newsletters .newsletter .det p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 0;
}

.newsletters .newsletter .more a {
    border: 1px solid #F48243;
    font-size: 16px;
    color: #081C2E;
    line-height: 19px;
    display: block;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding: 11px 18px;
    border-radius: 4px;
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(2) strong sup {
    font-size: 22px;
    top: -20px;
}

.tcl-m-content p a img {
    margin: 0 auto;
}

.txc-texti-right .t-logo h4 {
    margin-top: 30px;
}

.txc-texti-l .btn-arr.blk-arr {
    bottom: 88px;
}

.txc-banner.banner-newsletter .generic_content .nl-form p {
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    color: #808080;
}

.txc-banner.banner-survey {
    padding: 70px 0 80px;
}

.banner-survey .banner-survey-t {
    margin-bottom: 70px;
}

.banner-survey .banner-survey-t .banner-survey-in img {
    margin: 0 auto 25px;
}

.banner-survey-t .banner-survey-in h1 {
    font-size: 40px;
    color: #081C2E;
    line-height: 47px;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto 18px;
}

.banner-survey-t .banner-survey-in p {
    font-size: 22px;
    font-weight: 300;
    color: #081C2E;
    line-height: 26px;
}

.banner-survey-b .generic_content h2 {
    font-size: 30px;
    line-height: 36px;
    color: #081C2E;
    margin-bottom: 22px;
}

.banner-survey-b .generic_content p {
    font-size: 17px;
    line-height: 29px;
}

.txc-cta.bg-orance {
    background: #FEF6F2;
    padding: 80px 0;
}

.txc-cta.bg-orance .txc-cta-inn h2 {
    font-size: 28px;
    max-width: 725px;
    margin: 0 auto 10px;
    line-height: 30px;
    color: #081C2E;
    font-weight: 500;
}

.txc-cta.bg-orance .txc-cta-inn p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #081C2E;
    margin-bottom: 25px;
}

.btn-arr button.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.145em;
}

.btn-arr.blk-arr button.btn {
    padding-right: 85px;
}

.btn-arr.blk-arr button::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 12px;
    background-image: url('../images/lp/arrb-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

.btn-arr.blk-arr button::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 21px;
    background-image: url('../images/lp/arrb-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

.survey-script {
    border: 2px dashed #F48243;
    height: 100%;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.survey-script img {
    margin: 0 auto 18px;
}

.survey-script h4 {
    font-size: 32px;
    color: #F48243;
    line-height: 38px;
    margin-bottom: 22px;
    font-weight: 600;
}

.banner-survey-b .generic_content {
    max-width: 582px;
}

.txc-banner.banner-pillar {
    background: #E9F6FF;
    padding: 105px 0;
}

.txc-banner.banner-pillar .generic_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.txc-banner.banner-pillar .generic_content h1 {
    font-size: 40px;
    line-height: 100%;
    color: #081C2E;
    margin-bottom: 17px;
}

.txc-banner.banner-pillar .generic_content p {
    font-style: italic;
    color: #364755;
    margin-bottom: 0;
}

.txc-pillar-content {
    padding: 95px 0;
}

.txc-pillar-content #tcl-contents h4 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    color: #081C2E;
    margin-bottom: 20px;
}

.txc-pillar-content #tcl-contents ul li a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #359CF3;
    display: block;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.txc-pillar-content-detail .piller-content-item {
    margin-bottom: 50px;
}

.txc-pillar-content-detail .piller-content-item h2 {
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
    margin-bottom: 25px;
}

.txc-pillar-content-detail .piller-content-item .pill-det p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 20px;
}

.piller-content-item .pill-cta {
    background: #E9F6FF;
    padding: 55px 85px;
    text-align: center;
    margin-top: 40px;
}

.piller-content-item .pill-cta h3 {
    font-size: 32px;
    line-height: 39px;
    color: #081C2E;
    margin-bottom: 26px;
}

.txc-pillar-content #tcl-contents {
    max-width: 243px;
}

.page-template-template-almacare .generic-section .generic_thumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


.banner-rc.banner-how-to-install {
    background: #E9F6FF;
    padding-bottom: 325px;
}

.steps-video {
    width: 940px;
    margin: 0 auto;
    background-color: #fff;
    padding: 35px 40px;
    position: relative;
    top: -250px;
    border-radius: 25px;
    margin-bottom: -190px;
}

.steps-video h2 {
    text-align: center;
    font-size: 31px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 32px;
}

.steps {
    text-align: center;
}

.steps h2 {
    font-size: 31px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 25px;
}

.all-steps {
    margin-bottom: 50px;
}

.all-steps p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #364755;
    margin-bottom: 20px;
}

.all-steps pre {
    margin-bottom: 20px;
}

.all-steps pre code {
    background: rgba(8, 28, 46, .08);
    display: inline-block;
    padding: 8px 15px;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
}

.all-steps pre code em {
    color: #00AE00;
    font-style: normal;
}


.how-to-blocks {
    padding: 50px 0 80px;
}

.how-to-blocks .how-to-b {
    text-align: center;
    background: #FEF6F2;
    padding: 45px 40px;
    border-radius: 18px;
}

.how-to-blocks .how-to-b img {
    margin: 0 auto 30px;
}

.how-to-blocks .how-to-b h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-how-to-install .generic_content {
    max-width: 486px;
}

.post-block {
    position: relative;
    margin: 30px 0 40px;
}

.post-block h3,
.post-block p {
    padding-right: 325px;
}

.post-block img {
    position: absolute;
    right: 0;
    top: 0;
}

.single.single-post .generic-content .post-block h3 {
    line-height: 32px;
}

body.page-template-template-paid-landing-page {
    padding-top: 0 !important;
}

.txc-banner.banner-lp {
    padding: 100px 0 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.txc-banner.banner-lp .lp-logo {
    margin-bottom: 85px;
}

.txc-banner.banner-lp .lp-logo img {
    margin: 0 auto;
}

.txc-banner.banner-lp .generic_content {
    max-width: 490px;
}

.txc-banner.banner-lp .generic_content img {
    margin-bottom: 25px;
}

.txc-banner.banner-lp .generic_content h1 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 22px;
}

.txc-banner.banner-lp .generic_content p {
    font-size: 22px;
    line-height: 35px;
    color: #081C2E;
}

.txc-lp-intro {
    padding: 80px 0;
}

.txc-lp-intro h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 55px;
}

.txc-lp-i-block {
    position: relative;
    margin-top: 28px;
}

.txc-lp-i-block h4 {
    font-size: 22px;
    line-height: 26px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 108px;
}

.txc-lp-i-block p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    padding-left: 108px;
}

.txc-lp-i-block img {
    position: absolute;
    left: 0;
    top: 0;
}

.banner-lp-inn {
    position: relative;
}

.banner-survey-b .contact-forms.section-ttaes {
    position: absolute;
    right: 0;
    width: 604px;
}

.txc-lp-dis-logos.h-live-patching-area.h-why-txc {
    background: #FEF6F2;
}

.txc-lp-dis-logos.h-live-patching-area.h-why-txc .qemucare-detail-top.h-live-patching {
    margin: 0;
    padding: 0;
    border-bottom: 0px solid;
}

.txc-lp-detail.lps-echosystem h2 {
    font-size: 28px;
    line-height: 33px;
    color: #081C2E;
    margin-bottom: 25px;
    font-weight: 500;
}

.txc-lp-detail.lps-echosystem p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
}

.txc-lp-detail.lps-echosystem h4 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 60px;
}

.txc-lp-detail .le-block {}

.txc-lp-detail .le-block .le-block-thumb {
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.txc-lp-detail .le-block .count {
    background: #359CF3;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    margin: 0 auto 20px;
}

.txc-lp-detail .le-block h5 {
    font-size: 19px;
    line-height: 23px;
    color: #364755;
    font-weight: 500;
    margin-bottom: 20px;
}

.txc-lp-card {
    background: #E9F6FF;
    padding: 60px;
    margin-top: 65px;
}

.txc-lp-card img {
    margin: 0 auto 28px;
}

.txc-lp-card h3 {
    font-size: 25px;
    line-height: 31px;
    color: #081C2E;
    font-weight: 500;
    max-width: 505px;
    margin: 0 auto;
}

.lp-cta-o.automated-cta .kc-o-sec-inn h2 {
    margin-bottom: 36px;
}

.txc-lp-lib {
    padding: 85px 0;
}

.txc-lp-lib-top {
    border-bottom: 0.75px solid #081C2E;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.txc-lp-lib-top-left h2 {
    font-size: 28px;
    line-height: 40px;
    color: #081C2E;
    font-weight: 500;
    margin-bottom: 25px;
}

.txc-lp-lib-top-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    margin-bottom: 25px;
}

.txc-lp-lib-top img {
    margin: 0 auto;
}


.txc-lp-lib {
    padding: 85px 0;
}

.txc-lp-lib-top {
    border-bottom: 0.75px solid #081C2E;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.txc-lp-lib-top-left {}

.txc-lp-lib-top-left h2 {
    font-size: 28px;
    line-height: 40px;
    color: #081C2E;
    font-weight: 500;
    margin-bottom: 25px;
}

.txc-lp-lib-top-left p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    margin-bottom: 25px;
}

.txc-lp-lib-top img {
    margin: 0 auto;
}

.txc-lp-lib-mid h2 {
    color: #081C2E;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 40px;
}

.txc-lp-lib-mid ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.txc-lp-lib-b {
    padding: 75px 90px;
    background: #f5f5f5;
    border-radius: 15px;
    min-height: 438px;
}

.txc-lp-lib-b.orange {
    background: #FEF6F2;
}

.txc-lp-lib-b.blue {
    background: #E9F6FF;
}

.txc-lp-lib-b .ico {
    margin: 0 auto 22px;
}

.lp-lib-d p {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    color: #081C2E;
}

.lp-lib-d p img {
    margin: 0 auto;
    max-width: 100px;
}

.txc-banner.banner-lp .contact-forms.section-ttaes textarea {
    min-height: 80px;
}

.row.banner-lp-inn .contact-forms.section-ttaes .hs-button.primary {
    color: #fff;
}

.txc-leads-head .hs_submit.hs-submit .hs-button.primary.large {
    color: #fff;
}

.txc-c-section.txc-c-intro.alm-c-intro .txc-c-intro-details a {
    text-decoration: underline;
    color: #F48243;
}

.banner-lp-inn .contact-forms.section-ttaes label {
    font-size: 16px;
    margin-bottom: 2px;
}

.banner-lp-inn .contact-forms.section-ttaes input,
.banner-lp-inn .contact-forms.section-ttaes select,
.banner-lp-inn .contact-forms.section-ttaes textarea {
    font-size: 15px;
    padding: 10px 20px;
}

.banner-lp-inn .contact-forms.section-ttaes .hs-form-field {
    margin-bottom: 10px;
}

.banner-lp-inn .contact-forms.section-ttaes {
    padding: 30px 50px 10px;
}

.web-intro .wcd-item .thumb {
    min-height: 215px;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu li:first-child p {
    margin-bottom: 20px !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu li:last-child.menu-widget-class h5 {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wp-megamenu-sub-menu li .image.wp-image-4836 {
    margin: 0 !important;
}

.web-intro .wcd-item .thumb img {
    max-width: none;
    max-height: 218px;
}

.banner-live-patching-services .sb a.btn {
    min-width: 230px !important;
}

body.page-template-template-paid-landing-page-v2 {
    padding-top: 0 !important;
}

.txc-lp-org-area {
    padding: 80px 0 90px;
}

.txc-lp-org-area-top .org-block.top {
    max-width: 545px;
    background: #FEF6F2;
    padding: 125px 57px 57px 57px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

.txc-lp-org-area-top .org-block.top h3 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 28px;
    color: #081C2E;
}

.txc-lp-org-area-top .org-block.top .det {
    margin-bottom: 0;
}

.txc-lp-org-area-top .org-block.top p {
    font-size: 17px;
    line-height: 29px;
    color: #F48243;
    font-weight: 600;
}

.txc-lp-org-area-top .org-block.top .thumb {}

.txc-lp-org-area-top .org-block.top .thumb img {
    margin: 0 auto;
    position: absolute;
    bottom: 65%;
    left: 0;
    right: 0;
}

.txc-lp-org-area-top .org-block.bottom {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    background: #fff;
    max-width: 583px;
    padding: 75px 32px 45px;
    text-align: center;
    border-radius: 15px;
}

.txc-lp-org-area-top .org-block.bottom .det {
    margin-bottom: 0;
}

.txc-lp-org-area-top .org-block.bottom .det h3 {
    font-size: 23px;
    line-height: 31px;
    color: #081C2E;
}

.txc-lp-org-area-top .org-block.bottom .det p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 0;
}

.txc-lp-org-area-top {
    border-bottom: 0.75px solid #081C2E;
    padding-bottom: 90px;
    margin-bottom: 90px;
}

.txc-lp-org-area-top .org-block.bottom .thumb img {
    position: absolute;
    bottom: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.file-block {
    text-align: center;
}

.file-block h4 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    color: #081C2E;
    margin-bottom: 50px;
}

.file-block .thumb {
    margin-bottom: 35px;
}

.file-block .thumb img {
    margin: 0 auto;
}

.file-block p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    max-width: 350px;
    margin: 0 auto 20px;
    min-height: 90px;
}

.what-will-get-area {
    padding: 85px 0;
}

.txc-blocks.text-center h2 {
    color: #081C2E;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
}

.txc-block .thumb img {
    margin: 0 auto 20px;
}

.txc-block p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
    max-width: 350px;
    margin: 0 auto;
}

.txc-block {
    margin-top: 50px;
}

.txc-blocks.text-center {
    border-bottom: 0.75px solid #081C2E;
    padding-bottom: 85px;
    margin-bottom: 85px;
}


.txc-block {
    margin-top: 50px;
}

.txc-blocks.text-center {
    border-bottom: 0.75px solid #081C2E;
    padding-bottom: 85px;
    margin-bottom: 85px;
}

.how-it-work {
    display: flex;
    justify-content: space-around;
    gap: 215px;
}

.how-it-work .lp-hiw {
    width: 50%;
    text-align: center;
}

.how-it-work .lp-hiw .thumb img {
    margin: 0 auto 30px;
}

.how-it-work .lp-hiw h5 {
    font-size: 22px;
    line-height: 26px;
    color: #364755;
}

.how-it-work .lp-hiw p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.how-it-works h2 {
    font-size: 28px;
    color: #081C2E;
    text-align: center;
    margin-bottom: 30px;
}

.txc-lp-org-area-top {
    display: flex;
    justify-content: center;
}

.txc-lp-org-area-top .org-block.bottom {
    position: relative;
    top: 45px;
    left: -30px;
}

.txc-lp-org-area-top {
    padding: 80px 0 130px;
}

.how-it-works .how-it-work {
    max-width: 90%;
    margin: 0 auto;
}

.how-it-work {
    position: relative;
}

.how-it-work::after {
    position: absolute;
    top: 80px;
    left: 0;
    background-image: url(../images/lp/hiw-arrow.png);
    height: 30px;
    width: 399px;
    content: "";
    right: 0;
    margin: 0 auto;
}

.how-it-work::before {
    position: absolute;
    top: 42px;
    left: 0;
    background-image: url(../images/lp/folders.png);
    height: 30px;
    width: 149px;
    content: "";
    right: 0;
    margin: 0 auto;
}

.txc-banner.banner-lp.bann-lp-cnt6 .generic_content h1 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 300;
}

.txc-banner.banner-lp.bann-lp-cnt6 .generic_content h1 strong {
    font-weight: 600;
}

.txc-banner.banner-lp.bann-lp-cnt6 .generic_content {
    max-width: 550px;
}

.txc-lp-intro-cnt6.txc-lp-intro h2 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 25px;
}

.txc-lp-intro-cnt6.txc-lp-intro p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.txc-banner.banner-lp.bann-lp-cnt6 .generic_content p strong {
    margin-bottom: 15px;
    display: block;
}

.txc-banner.banner-lp.bann-lp-cnt6 .generic_content p br {
    display: none;
}

.generic-section.bann-alma {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.txc-almacare-detail {
    padding: 80px 0;
}

.txc-almacare-detai-t,
.txc-almacare-detai-m.generic-section.php-faqs {
    padding-bottom: 80px;
    border-bottom: 0.75px solid #081C2E;
    margin-bottom: 80px;
}

.txc-almacare-detai-m.generic-section.php-faqs {
    padding-top: 0;
}

.txc-almacare-detai-m.generic-section.php-faqs h2 img {
    margin-right: 20px;
}

.txc-almacare-detai-m.generic-section.php-faqs .prtnr-prog-accordion .accordion-button {
    font-size: 19px;
    line-height: 21px;
}

.txc-almacare-detai-b.text-center p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    color: #364755;
}

.txc-almacare-detai-b.text-center h2 {
    font-size: 25px;
    line-height: 30px;
    color: #364755;
}

.txc-almacare-detai-b.text-center p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    color: #364755;
    margin-bottom: 60px;
}

.ess-box .ess-box-top {
    background: #E9F6FF;
    max-width: 560px;
    border: 20px solid #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 32px;
    margin: 0 auto;
}

.ess-box .ess-box-top img {
    margin: 0 auto 10px;
}

.ess-box .ess-box-top span {
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    color: #081C2E;
}

.ess-box-bottom {
    max-width: 100%;
    margin: 90px auto 0;
}

.ess-box-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ess-box-bottom ul li {
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    padding: 32px 30px;
    border-radius: 14px;
    background: #fff;
    flex-direction: column;
    min-width: 260px;
}

.ess-box-bottom ul li img {
    margin-right: 15px;
    max-height: 35px;
    width: auto;
}

.ess-box .ess-box-bottom {
    position: relative;
}

.ess-box .ess-box-bottom::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/lp/lines-n.png);
    width: 964px;
    height: 112px;
    bottom: 149px;
    z-index: -1;
}

.sm-txt {
    padding-top: 25px;
}

.alma-comp {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 17px 15px;
    border-radius: 10px;
    min-height: 698px;
}

.alma-comp .thumb ul li a {
    color: #364755;
    text-decoration: underline;
}

.sm-txt p {
    color: #364755;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
}

.ess-box-bottom ul li a img,
.ess-box-bottom ul li > img {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
}

.alma-comp .ac-head {
    background: #E9F6FF;
    padding: 27px 15px;
    border-radius: 5px;
    min-height: 192px;
}

.kc-generic-section.kc-o-sec .alma-comp .ac-head img {
    margin: 0 auto 20px;
}

.alma-comp .ac-head h4 {
    font-size: 19px;
    line-height: 26px;
    color: #364755;
    font-weight: 500;
}

.alma-comp .ac-sub-head {
    background: #E9F6FF;
    padding: 19px;
    margin: 15px 0 0;
}

.alma-comp .ac-sub-head h5 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #364755;
}

.alma-comp .ac-sub-head h5 span {
    display: block;
    color: #359CF3;
}

.thumb ul li {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
    display: block;
    padding: 10px 0;
    border-bottom: 0.75px solid #CCCCCC;
}

.alma-comp .thumb {
    padding: 10px 15px 0;
}

.thumb ul li:last-child {
    border-bottom: 0px solid;
}

.thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alma-comps {
    margin-bottom: 75px;
}

.lp-cta-o.automated-cta .kc-o-sec-inn.alma-comps-b h2 {
    font-size: 32px;
    margin-bottom: 17px;
    font-weight: 600;
}

.lp-cta-o.automated-cta .kc-o-sec-inn.alma-comps-b p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

.ac-detail #why-almc .prtnr-prog-accordion {
    border-top: 0.75px solid #081C2E;
    padding-top: 80px;
    margin-top: 40px;
}

.ac-detail #why-almc .prtnr-prog-accordion h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #081C2E;
}

.ac-detail #why-almc {
    padding-bottom: 0;
}

.txc-c-section.txc-c-intro.alm-c-intro.bg-orange.ac-i img {
    margin: 0 auto 40px;
}

.txc-c-section.txc-c-intro.alm-c-intro.bg-orange.ac-i h2 {
    font-size: 32px;
    line-height: 45px;
    color: #081C2E;
}

.bann-alma.generic-section.banner-php-prelaunch h1 {
    font-size: 39px;
    line-height: 46px;
    color: #081C2E;
    margin-bottom: 15px;
}

.bann-alma.generic-section.banner-php-prelaunch p em {
    font-size: 28px;
    line-height: 33px;
    font-style: normal;
    color: #359CF3;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
}

.bann-alma.generic-section.banner-php-prelaunch p {
    font-size: 22px;
    line-height: 26px;
    color: #081C2E;
    font-weight: 600;
}

.bann-alma.generic-section.banner-php-prelaunch ul {
    margin: 0 0 40px;
    padding: 0;
    display: block;
}

.bann-alma.generic-section.banner-php-prelaunch .generic_content > ul li {
    position: relative;
    font-weight: 300;
    color: #081C2E;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 35px;
}

.bann-alma.generic-section.banner-php-prelaunch .generic_content > ul > li::after {
    position: absolute;
    content: "✓";
    left: 0;
    background: #359CF3;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 14px;
    top: 0px;
    color: #fff;
}

.ess-box-bottom ul li a {
    display: flex;
    align-items: center;
    color: #364755;
    flex-direction: column;
}

.file-block .thumb {
    border-radius: 10px;
    overflow: hidden;
}

.page-template-generic-template-with-banner-and-footer-form .generic_content p {
    margin-bottom: 25px;
}

.page-template-generic-template-with-banner-and-footer-form .generic-section .generic_content h3 {
    margin-top: 35px;
}

.file-block .thumb img {
    max-width: 236px;
    border-radius: 17px;
}

.txc-c-section.txc-c-intro.alm-c-intro.bg-orange.ac-i .btn-arr a {
    color: #333;
    text-decoration: none;
}

.txc-c-section.txc-c-intro.alm-c-intro.bg-orange.ac-i p {
    font-size: 24px;
}

.cp-modal-body .txc-exitpop > img {
    max-width: 38px;
    margin-bottom: 8px;
}

.txc-exitpop .line {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    top: 15px;
}

.txc-exitpop {
    font-family: 'Akira Expanded' !important;
    text-align: center;
}

.txc-exitpop h3 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 68px;
    font-weight: bold;
    text-align: center;
}

.txc-exitpop h3 a {
    color: #fff;
}

.txc-exitpop h3 a img {
    display: inline;
}

.txc-exitpop h3 a img {
    max-width: 90px;
    position: relative;
    left: 0px;
}

.cp-modal-body .txc-exitpop p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 40px;
    font-family: 'Rubik';
    text-transform: uppercase;
}

.txc-exitpop .line a {
    color: #fff;
}

.txc-exitpop .exit-btn {
    font-family: 'Rubik';
    font-size: 15px;
    line-height: 22px;
    color: #081C2E;
    background: #F48243;
    display: inline-block;
    padding: 10px 26px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
}

.txc-exitpop .exit-btn::after {
    position: absolute;
    content: "";
    left: -6px;
    bottom: 6px;
    width: 106%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
}

.txc-exitpop h3 a img {
    max-width: 32px;
}

.txc-exitpop .line {
    display: inline;
}

.txc-exitpop .line::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
    top: 8px;
    margin-left: -63px;
    width: 54px;
}

.txc-exitpop .line::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
    top: 8px;
    margin-right: -59px;
    width: 54px;
}

/*body.page-template-landing-pages {
    padding-top: 0 !important;
}*/

.txc-lp-org-cnt8 .rnels-header h2 {
    color: #081C2E;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 35px;
    font-weight: 500;
}

.txc-lp-org-cnt8 .rol.cos8 img {
    margin-bottom: 14px;
}

.txc-lp-org-l-d h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 18px;
}

.txc-lp-org-l-d p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    max-width: 340px;
}

.txc-lp-org-l-th img {
    margin: 0 auto;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #359CF3;
    color: #fff;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    background: rgba(255, 255, 255, .21) !important;
    box-shadow: 0 0 0;
    margin: 0 3px;
}

.odometer.odometer-auto-theme .odometer-inside .odometer-digit {
    border-radius: 7px;
    font-weight: 700;
}

.odometer.odometer-auto-theme .odometer-inside .odometer-digit:last-child {
    background: rgba(255, 255, 255, 1) !important;
}

.txc-lp-intro.bg-orange.txc-lp-intro-cnt6.txc-lp-intro-cnt8 {
    background-color: rgba(255, 198, 41, .07);
}

.txc-lp-intro-alma .txc-lp-intro-in img {
    margin-bottom: 30px;
}

.txc-lp-intro-cnt6.txc-lp-intro h2 {
    font-size: 32px;
    line-height: 45px;
    color: #081C2E;
}

.txc-lp-org-area.txc-lp-org-cnt8 .rol.ubu16 img {
    margin-bottom: 25px;
}

.page-id-11585 .generic-section.php-faqs.risk-comp-sec.cent-faq {
    background-color: transparent;
}

.banner-lp-inn .contact-forms.section-ttaes label {
    font-weight: 400;
}

.generic-section.banner-partners.banner-partner-prog.banner-tam {
    padding: 100px 0;
}

.generic-section.banner-partners.banner-partner-prog.banner-tam {
    padding: 100px 0;
}

.generic-section.banner-partners.banner-tam .generic_content h1 {
    font-size: 39px;
    line-height: 47px;
    color: #081C2E;
    font-weight: 600;
    margin-bottom: 25px;
}

.generic-section.banner-partners.banner-tam .generic_content p {
    font-size: 22px;
    line-height: 35px;
    color: #081C2E;
    font-weight: 300;
}

.generic-section.banner-partners.banner-tam .generic_content .btn-group-sw .btn-arr a.btn {
    min-width: 310px;
}

.generic-section.banner-partners.banner-tam .generic_content .btn-group-sw .btn-arr.blk-arr a.btn {
    min-width: 285px;
    margin-bottom: 20px;
}

.generic-section.banner-partners.banner-partner-prog.banner-tam .row {
    align-items: center;
}

.tam-cta-s.automated-cta .kc-o-sec-inn h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 0;
}

.tam-cta-s img {
    margin: 0 auto 30px;
}

.tam-cta-s.automated-cta.bg-orange {
    padding: 100px 0;
}

.what-will-get-area.tab-blocks h2 {
    font-size: 25px;
    line-height: 35px;
    color: #364755;
    font-weight: 600;
    margin-bottom: 20px;
}

.what-will-get-area.tab-blocks p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.tab-blocks .txc-blocks-i .txc-block .thumb img {
    margin: 0 auto 30px;
}

.tab-blocks .txc-blocks-i .txc-block h4 {
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    color: #364755;
}

.tab-blocks .txc-blocks-i .txc-block p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
    margin-bottom: 0;
}

.tab-blocks .txc-blocks-i .txc-block .thumb {
    min-height: 90px;
}

.tab-blocks .txc-blocks.text-center {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.what-will-get-area.tab-blocks {}

.what-will-get-area.tab-blocks h2 {
    font-size: 25px;
    line-height: 35px;
    color: #364755;
    font-weight: 600;
    margin-bottom: 20px;
}

.what-will-get-area.tab-blocks p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.tab-blocks .txc-blocks-i {}

.tab-blocks .txc-blocks-i .txc-block .thumb img {
    margin: 0 auto 30px;
}

.tab-blocks .txc-blocks-i .txc-block h4 {
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    color: #364755;
}

.tab-blocks .txc-blocks-i .txc-block p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    color: #364755;
    margin-bottom: 0;
}

.tab-blocks .txc-blocks-i .txc-block .thumb {
    min-height: 90px;
}

.lp-prtnr-details.lp-prtnr.lp-prtnr-prog.tam-table {
    padding: 90px 0;
}

.lp-prtnr-details.lp-prtnr.lp-prtnr-prog.tam-table::after {
    background: #E9F6FF;
    height: 100%;
}

.tam-table h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.tam-table .prtnr-graph {
    margin-bottom: 60px;
}

.tam-table .tam-cta h2 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 15px;
}

.tam-table .tam-cta p {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    color: #364755;
    margin-bottom: 40px;
}

.tam-table .prtnr-graph table tr td:first-child,
.prtnr-graph table tr th:first-child {
    width: 24%;
    text-align: left;
}

.tam-table .prtnr-graph table tr td,
.tam-table .prtnr-graph table tr th {
    width: 38%;
    text-align: center;
}

.tam-table .prtnr-graph table tr th::after {
    background: #fff;
    height: 500px;
    border-radius: 10px;
    width: 450px;
    top: 0;
    left: 0;
    box-shadow: 0 3px 5px #eee;
}

.tam-table .prtnr-graph table tr th:first-child::after {
    background: none;
    box-shadow: 0 0 0;
}

.tam-table .prtnr-graph table tr th strong {
    background: #E9F6FF;
    font-size: 25px;
    font-weight: 600;
    display: block;
    color: #364755;
    width: 420px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
}


.tam-table .prtnr-graph table tr:first-child::before,
.tam-table .prtnr-graph table tr:last-child::before {
    border-bottom: 0.9401px solid #364755;
}

.tam-table .prtnr-graph table tr th:nth-child(3) strong {
    background: #FEF6F2;
}

.tam-table .prtnr-graph table tr td:first-child {
    border-left: 0.9401px solid #364755;
    padding: 13px 18px;
}

.tam-table .prtnr-graph table tr td:last-child {
    border-right: 0.9401px solid #364755;
}

.tam-table .prtnr-graph table tr::before {
    width: 100%;
}

.tam-table .prtnr-graph table td {
    padding: 13px 40px 13px 16px;
    font-weight: 300;
}

.tam-table .prtnr-graph table tr td:first-child strong {
    font-weight: 600;
}

.txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li > ul.wp-megamenu-sub-menu > li > img.wp-image-11719 {
    margin: 15px 15px 10px;
}

.cp-modal-body.cp-blank {
    padding: 20px 20px;
}

.txc-exit-pop .cp-modal {
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 20px;
    bottom: 20px;
}

.txc-exit-pop .cp-overlay-background {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: relative;
    width: 0;
    background: none !important;
}

.hs-error-msg.hs-main-font-element {
    color: red;
}

.banner-lp-inn #form.contact-forms.section-ttaes input[type=submit] {
    padding-right: 72px;
    width: auto;
}

.banner-lp-inn #form.contact-forms.section-ttaes .hs_submit.hs-submit .actions::before {
    top: 12px;
}

.banner-lp-inn #form.contact-forms.section-ttaes .hs_submit.hs-submit .actions::after {
    top: 3px;
}

.txc-exit-pop.cp-overlay {
    position: fixed;
    width: 350px;
    height: 370px;
    display: none;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    background: rgba(194, 194, 194, .0);
}
.page .txc-exit-pop.cp-overlay {
	width: 100%;
}

.guest-writer-right h3 {
    font-size: 28px;
    line-height: 46px;
    font-weight: 500;
    color: #081C2E;
}


.guest-writer-right h3 {
    font-size: 28px;
    line-height: 46px;
    font-weight: 500;
    color: #081C2E;
    margin-bottom: 20px;
}

.guest-w-d ul li {
    padding-left: 38px;
    position: relative;
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}

.guest-w-d ul li:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 11px;
    width: 7px;
    height: 7px;
    background: #359CF3;
    border-radius: 50%;
}

.guest-w-d p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    font-weight: 300;
}

.guest-writer-area {
    padding-bottom: 50px;
}

.what-will-get-area.will-get-area-guest .txc-blocks.text-center {
    border-bottom: 0px solid;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.bann-lp-guest .banner-lp-inn .contact-forms.section-ttaes .hs-form-field {
    margin-bottom: 15px;
}

.bann-lp-guest .banner-lp-inn .contact-forms.section-ttaes .hs-form-field label {
    display: none;
}

.banner-lp.bann-lp-guest #form textarea {
    min-height: 100px;
}

.banner-lp-inn .contact-forms.section-ttaes {
    padding: 45px 50px 30px;
}

.page-template-template-paid-landing-page .cp-module.cp-modal-popup-container.cp-blank-container,
.page-template-template-paid-landing-almacare .cp-module.cp-modal-popup-container.cp-blank-container,
.page-template-template-paid-landing-centos8 .cp-module.cp-modal-popup-container.cp-blank-container,
.page-template-template-paid-landing-page-v2 .cp-module.cp-modal-popup-container.cp-blank-container,
.page-template-template-paid-landing-centos6 .cp-module.cp-modal-popup-container.cp-blank-container,
.page-template-template-paid-landing-ubuntu16 .cp-module.cp-modal-popup-container.cp-blank-container {
    display: none;
}

.pill-det ol {
    padding-left: 35px;
    list-style: decimal;
}

.pill-det ol li {
    margin-bottom: 20px;
    font-size: 17px;
    color: #364755;
}

.pill-det ol li strong {
    font-weight: bold;
}

.image.wp-image-9928.attachment-full.size-full {
    max-width: 55px !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}

.txc-pillar-content-detail .piller-content-item .pill-det p em {
    color: #359CF3;
}

#wp-megamenu-item-11456,
#wp-megamenu-item-11166 {
    display: none !important;
}

.image.wp-image-11719,
.image.wp-image-11398 {
    max-width: 40px !important;
}

.gen-cta.gen-cta-new.text-center.bg-blue {
    background: #E9F6FF;
    border: 0px solid #999;
}

.txc-lp-org-area.txc-lp-org-cnt8 .txc-lp-org-area-bottom > .row {
    align-items: center;
}

.page-id-11954 #form textarea {
    min-height: 65px;
}

.page-id-11954 .txc-lp-org-area.txc-lp-org-cnt8 {
    padding-top: 100px;
}

.prtnr-graph.com-graph table tr td:first-child,
.prtnr-graph.com-graph table tr th:first-child {
    width: auto;
    text-align: left;
}

.tam-table .prtnr-graph.com-graph table tr td:first-child,
.prtnr-graph table tr th:first-child {
    width: auto;
    text-align: left;
}

.prtnr-graph.com-graph table tr td,
.prtnr-graph table tr th {
    width: auto;
    text-align: center;
}

.prtnr-graph.com-graph {
    border-bottom: 0.75px solid #081C2E;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.prtnr-graph.com-graph table tr th:first-child::after {
    background-image: none;
}

.prtnr-graph.com-graph table tr th::after {
    background-image: url('../images/lp/shadow2.png');
    height: 577px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 362px;
    left: 0;
    top: -18px;
}

.prtnr-graph.com-graph table tr th:last-child::after {
    background-image: url('../images/lp/shadow3.png');
    left: 0;
}

.prtnr-graph.com-graph table tr td:nth-child(2) strong {
    color: #359CF3;
    font-size: 41px;
    line-height: 39px;
    font-weight: 700;
}

.prtnr-graph.com-graph table tr td:nth-child(3) strong {
    color: #E9500E;
    font-size: 41px;
    line-height: 39px;
    font-weight: 700;
}

.prtnr-graph.com-graph table tr th {
    position: relative;
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    padding: 15px 15px;
    font-weight: 700;
}

.pill-det .ratio.ratio-16x9 {
    margin-bottom: 30px;
}

.oem-promo.oem-promo-offerings .oem-promo-inner {
    position: relative;
}

.oem-promo.oem-promo-offerings .oem-promo-inner img {
    margin: 0 auto 30px;
}

.promo-offerings-box {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    max-width: 918px;
    margin: 0 auto;
    padding: 50px 85px;
    border-radius: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -235px;
}

.promo-offerings-box h3 {
    color: #F48243;
    font-size: 32px;
    line-height: 137%;
    margin-bottom: 0;
}

.oem-promo.oem-promo-offerings {
    padding: 70px 0 132px;
}

.best-in-class {
    padding: 70px 0 100px;
    border-bottom: 1px solid #081C2E;
    margin-bottom: 80px;
}

.best-in-class h2 {
    font-size: 25px;
    font-weight: 600;
    color: #081C2E;
    margin-bottom: 17px;
    line-height: normal;
}

.best-in-class p {
    font-size: 17px;
    font-weight: 300;
    color: #081C2E;
    line-height: 29px;
}

.best-in-class .row {
    align-items: center;
}

.industry-page-details.offering-faq::before {
    display: none;
}

.oem-offering-details .oem-details-inner {
    border-bottom: 1px solid #081C2E;
    padding-bottom: 80px;
}

.industry-page-details.php-faqs.risk-comp-sec.almalinux-detail.offering-faq {
    padding-top: 0;
}

.generic-section.banner-php-prelaunch.banner-alma.banner-oem-off {
    padding-top: 80px;
}

.generic-section.banner-php-prelaunch.banner-oem-off h3 {
    max-width: 625px;
}

.prtnr-graph table tr th img {
    margin-bottom: 0;
    display: block;
}


.generic-section.section-banner.bann-superc h1 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 600;
    color: rgba(8, 28, 46, 1);
    margin-bottom: 20px;
}

.generic-section.section-banner.bann-superc p {
    font-size: 17px;
    color: rgba(54, 71, 85, 1);
    line-height: 29px;
    max-width: 445px;
}

.generic-section.section-banner.bann-superc p strong {
    font-size: 21px;
}

.generic-section.section-banner.bann-superc img {
    margin-bottom: 22px;
}

.txc-superc-promo-t {
    margin-bottom: 80px;
}

.txc-superc-promo-t img {
    width: 100%;
}

.txc-superc-promo {
    padding-bottom: 80px;
}

.txc-superc-promo-dtl {
    max-width: 745px;
    margin: 0 auto;
}

.txc-superc-promo-dtl p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.txc-superc-promo-dtl p strong {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
}

.txc-c-section.txc-winner.appdev.sch-per-demo {
    padding: 85px 0;
}

.txc-c-section.txc-winner h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 42px;
    font-weight: 500;
}

.txc-winner.row {
    margin-bottom: 35px;
}

.txc-winner.row .w-block {}

.txc-winner.row .w-block .thumb {
    text-align: center;
    margin-bottom: 15px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txc-winner.row .w-block .thumb img {
    margin: 0 auto;
}

.txc-winner.row .w-block p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.txc-winner .txc-e-prtal-details.text-center {}

.txc-winner .txc-e-prtal-details.text-center p {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
}

.txc-e-area {
    padding: 85px 0;
    border-bottom: 1px solid #eee;
}

.txc-e-area .txc-e-inn.text-center h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 40px;
}

.txc-e-inn-dtl ul {
    display: flex;
}

.txc-e-inn-dtl ul li {
    width: 33.33%;
    padding: 0 40px;
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
}

.txc-e-inn-dtl ul li img {
    margin: 0 auto 25px;
}

#form.generic_thumb.contact-forms.section-ttaes {
    padding: 40px 45px 40px;
}

#form.generic_thumb.contact-forms.section-ttaes .field.hs-form-field {
    margin-bottom: 12px;
}

#form.generic_thumb.contact-forms.section-ttaes input {
    padding: 9px 15px;
    font-size: 16px;
}

#form.generic_thumb.contact-forms.section-ttaes label {
    font-size: 14px;
}

#form.generic_thumb.contact-forms.section-ttaes .hs_submit.hs-submit .actions::before {
    position: absolute;
    content: "";
    right: 21px;
    top: 9px;
    background-image: url('../images/lp/arrb-2.png');
    width: 41px;
    height: 2px;
    display: block;
}

#form.generic_thumb.contact-forms.section-ttaes .hs_submit.hs-submit .actions::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    background-image: url('../images/lp/arrb-1.png');
    width: 11px;
    height: 19px;
    display: block;
}

#form.generic_thumb.contact-forms.section-ttaes .hs-form .hs_submit.hs-submit {
    text-align: left;
}

#form.generic_thumb.contact-forms.section-ttaes .hs_submit.hs-submit input.hs-button {
    padding: 16px 75px 16px 20px;
    margin: 0;
    height: auto;
    width: auto;
}

.sub-cats ul li.cat-item-none {
    display: none;
}

.sub-cats ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-cats ul li.cat-item {
    font-size: 14px;
    margin-right: 18px;
    color: #349cf3;
    display: inline-block;
}

.sub-cats ul li.cat-item a {
    font-size: 16px;
}

#form.generic_thumb.contact-forms.section-ttaes input[type="checkbox"] {
    padding: 0;
    width: auto;
}

#form.generic_thumb.contact-forms.section-ttaes .inputs-list {
    margin-bottom: 0;
}

.txc-collapse-tnc {
    padding-top: 45px;
}

.txc-collapse-tnc .tnc-link {
    font-size: 18px;
    display: block;
    text-decoration: underline;
    color: #364755;
}

.txc-collapse-tnc .card p {
    text-align: left;
    font-size: 17px;
}

.txc-collapse-tnc .card p strong {
    margin-bottom: 5px;
}

.txc-collapse-tnc .tnc-link {
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    border: 0px solid;
}

.contact-form .hs_submit.hs-submit .hs-button.primary.large {
    color: #fff;
    padding: 8px 20px;
}

.txc-cp-pop.cp-modal-body {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px 30px;
    z-index: 99;
    overflow: visible !important;
}

.txc-cp-pop.cp-modal-body .txc-exitpop img {
    margin: 0 auto 4px;
}

.txc-exitpop-w {
    padding: 0 10px;
}

.txc-exitpop h3,
.txc-exitpop .line {
    font-family: "Akira Expanded";
}

/* .txc-cp-pop.cp-modal-body {
    opacity: 0;
    visibility: hidden;
    transition: .4s;
} */

.txc-cp-pop.cp-modal-body.show {
    opacity: 1;
    visibility: visible;
}

.txc-cp-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000 !important;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.txc-cp-close img {
    margin: 0 auto !important;
    position: relative;
    top: 0px;
    padding: 10px !important;
}

.txc-cp-pop.cp-modal-body {
    background-image: url('../images/lp/exitpop-bkg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.generic-content ol li {
    font-size: 17px;
    margin-bottom: 8px;
}

.contact-form form .hs-form-booleancheckbox label {
    display: flex !important;
    flex-wrap: unset;
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px;
}

.contact-forms.section-ttaes .hs-form-booleancheckbox label input[type="checkbox"] {
    width: auto;
}

.contact-forms.section-ttaes .hs-form-booleancheckbox label {
    display: flex;
    flex-wrap: unset;
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px;
}

.page-id-10547 .txc-cp-pop.cp-modal-body.show {
    display: none;
}

.ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(3) strong em {
    font-size: 17px;
    color: #364755;
    font-weight: 400;
}

.els-dr-lang ul li img {
    max-width: 69px;
}

.generic-section.section-banner.bann-superc .generic_content p img {
    display: inline;
}

/*.ess-box-bottom ul li:nth-child(2) {
    position: relative;
    padding-top: 40px;
}

.ess-box-bottom ul li:nth-child(2)::after {
    position: absolute;
    content: "COMING SOON";
    top: 5px;
    font-size: 11px;
    color: #364755;
    background: #F2F2F2;
    padding: 1px 7px;
    letter-spacing: 3px;
}

.alma-comps > .row > .col-lg-3:nth-child(2) .alma-comp {
    position: relative;
    padding-top: 17px;
}

.alma-comps > .row > .col-lg-3:nth-child(2) .alma-comp::after {
    position: absolute;
    content: "COMING SOON";
    top: 26px;
    font-size: 11px;
    color: #364755;
    padding: 3px 7px;
    letter-spacing: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline;
    width: 125px;
    background: rgba(53, 156, 243, .16);
}*/

.alma-comp .ac-head {
    min-height: 202px;
}

.alma-comps > .row > .col-lg-3:nth-child(2) .alma-comp .ac-head {
    padding-top: 42px;
}

.ess-box-bottom ul li {
    min-height: 168px;
}

.txc-banner.banner-lp.bann-lp-ret-linkd .generic_content .lp-logo {
    margin-bottom: 38px;
}

.txc-banner.banner-lp.bann-lp-ret-linkd .generic_content img {
    margin: 0;
}

.txc-banner.banner-lp.bann-lp-ret-linkd .generic_content {
    max-width: 510px;
}

.txc-banner.banner-lp.bann-lp-ret-linkd ul {}

.txc-banner.banner-lp.bann-lp-ret-linkd .generic_content > ul > li {
    font-size: 17px;
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.txc-banner.banner-lp.bann-lp-ret-linkd .generic_content > ul > li:after {
    position: absolute;
    content: "";
    background: #359CF3;
    width: 6px;
    height: 6px;
    left: 8px;
    top: 12px;
    border-radius: 50%;
}

.bann-lp-ret-linkd #form {
    padding-top: 7px;
    padding-bottom: 0;
}

.rl-kce-area-in .rl-kce-head {
    margin-bottom: 50px;
}

.rl-kce-area-in .rl-kce-head img {
    margin: 0 auto 22px;
}

.txc-lp-intro .rl-kce-area-in .rl-kce-head h2 {
    color: #081C2E;
    text-align: center;
    line-height: 34px;
    margin-bottom: 24px;
}

.txc-lp-intro .rl-kce-area-in .rl-kce-head h2 strong {
    color: #359CF3;
}

.txc-lp-intro .rl-kce-area-in .rl-kce-head p {
    font-size: 17px;
    line-height: 29px;
    color: #364755;
    text-align: center;
}

.rl-kce-blocks {
    margin-bottom: 30px;
}

.rl-kce-blocks .rl-kce-block img {
    margin: 0 auto;
}

.rl-kce-blocks .rl-kce-block p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
}

.rl-kce-block .thumb {
    margin-bottom: 20px;
    min-height: 55px;
}

.rl-kce-block {}

.rl-kce-block .thumb {
    margin-bottom: 20px;
    min-height: 55px;
}

.kce-detail-blocks {}

.kce-detail-blocks .kce-detail-block {}

.kce-detail-blocks .kce-detail-block h5 {
    font-size: 17px;
    color: #364755;
    text-align: center;
}

.kce-detail-blocks .kce-detail-block p {
    text-align: center;
    font-size: 17px;
}

.ext-kce-b {
    margin-bottom: 45px;
    background: #E9F6FF;
    text-align: center;
    padding: 28px 18px;
}

.ext-kce-b p {
    font-size: 17px;
    font-weight: 600;
    color: #364755;
    margin-bottom: 30px;
}

.ext-kce-b ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 18px;
}

.ext-kce-b ul li {
    background: #fff;
    padding: 20px;
    font-size: 17px;
}

.ext-kce-b ul li img {
    margin: 0 auto 5px;
    max-width: 14px;
}

.rl-els-l-d p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
}

.rl-els-l-d {
    max-width: 600px;
}

.rl-els-l-d p strong {
    font-size: 24px;
    line-height: 35px;
}


.rl-els-l-d ul li {
    display: block;
    border-bottom: 1px solid #081C2E;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 65px;
    font-size: 17px;
    line-height: 29px;
}

.rl-els-l-d ul li img {
    position: absolute;
    left: 0;
}

.rl-els-l-d ul li:last-child {
    border-bottom: 0px solid;
}

.rl-els-logos {}

.rl-els-logos ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px;
    align-items: center;
}

.rl-els-logos ul li {}

.rl-els-logos ul li img {
    margin: 0 auto;
}

.rl-els-block {
    margin-bottom: 50px;
}

.rl-java-block {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    text-align: center;
    gap: 25px;
}

.java-block p {
    font-size: 17px;
    line-height: 29px;
}

.java-block .thumb {
    margin-bottom: 25px;
}

.java-block .thumb img {
    margin: 0 auto;
}

.rl-java-block {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    text-align: center;
    gap: 25px;
}

.java-block {}

.java-block p {
    font-size: 17px;
    line-height: 29px;
}

.java-block .thumb {
    margin-bottom: 25px;
}

.java-block .thumb img {
    margin: 0 auto;
}

.al-list {
    border-bottom: 1px solid #081C2E;
    margin-bottom: 50px;
    padding-bottom: 35px;
}

.al-list ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
    text-align: center;
    gap: 30px;
}

.al-list ul li {
    font-size: 17px;
    line-height: 29px;
}

.al-list ul li img {
    margin: 0 auto 15px;
}


.al-block .thumb {
    margin-bottom: 30px;
}

.al-block .thumb img {
    margin: 0 auto;
}

.al-block h5 {
    font-size: 17px;
    margin-bottom: 18px;
}

.al-block p {
    font-size: 17px;
    line-height: 29px;
}

.al-block {
    text-align: center;
}

.page-header .page-h-left h1 {
    max-width: 625px;
}

.arch-top {
    padding: 70px 0;
}

.cat-head-top img {
    margin-bottom: 12px;
}

.cat-head-top p {
    color: #359CF3;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.arch-intro-left .archive-description p {
    font-size: 17px;
    line-height: 29px;
}

.arch-intro {
    padding-bottom: 60px;
}

.arch-intro-right {}

.arch-intro-right h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 33px;
}

.cats-posts-item-n .cats-posts-thumb {
    margin-bottom: 20px;
}

.cats-posts-item-n .cats-posts-detail-n {}

.cats-posts-item-n .cats-posts-detail-n h3 {
    color: #081C2E;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.cats-posts-item-n .cats-posts-detail-n h3 a {
    color: #364755;
}

.cats-post-excerpt-n {
    margin-bottom: 20px;
}

.cats-post-excerpt-n p {
    color: #364755;
    font-size: 17px;
    line-height: 29px;
}

.rm a {
    color: #359CF3;
    font-size: 17px;
    font-weight: 500;
}

.cats-posts-item-n {
    margin-bottom: 40px;
}

.cats-posts-item-n .cats-posts-detail-n h3 {
    min-height: 52px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r {
    text-align: left;
    margin-top: 65px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r p > em {
    font-weight: 600;
    font-size: 25px;
    color: #081C2E;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r h4 {
    color: #359CF3;
    font-size: 43px;
    line-height: 48px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r p {
    color: #F48243;
    font-size: 25px;
    font-weight: 600;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r .webinar-dates {
    margin-bottom: 35px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r .btn-arr {
    margin-bottom: 45px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp {
    max-width: 435px;
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp p {
    font-size: 17px;
    color: #364755;
    line-height: 29px;
    margin-bottom: 0;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp p img {
    max-width: 30px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r p img {
    margin-bottom: 12px;
}

.whp-right.php-sec-lmphp-inn.web-new-lp-r .btn-arr .btn.btn--orange.btn--animate {
    padding-right: 72px;
}

.lc-d .lps-echosystem-inner .le-block,
.lps-echosystem-inner .le-block {
    max-width: 400px;
    margin: 0 auto;
}

.generic-section.txc-banner.banner-php-prelaunch.banner-lp.bann-alma #form {
    padding-top: 10px;
}

.pill-intro {
    margin-bottom: 50px;
}

.pill-intro p {
    font-size: 17px;
    line-height: 29px;
}

.piller-content-item.vr2 h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
}

.piller-content-item.vr2 p {
    font-size: 17px;
    line-height: 29px;
}

.piller-content-item .pill-right-detail {
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #E9F6FF;
    padding: 32px;
    border-radius: 10px;
}

.piller-content-item .pill-right-detail p {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: #081C2E;
}

#pillar-nav-li-2 {
    background-color: #FEF6F2;
    padding: 90px 90px 70px;
}

.piller-content-item.vr2 .subh {
    font-size: 17px;
    font-weight: normal;
}

.piller-content-item.vr2 .blocks {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 25px;
    margin-top: 35px;
}

.piller-content-item.vr2 .blocks .block .img {
    background-color: #fff;
    display: flex;
    padding: 45px;
    text-align: center;
    margin-bottom: 26px;
    min-height: 155px;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.piller-content-item.vr2 .blocks .block .img img {
    max-width: 55px;
    margin: 0 auto;
}

.piller-content-item.vr2 .blocks .block h4 {
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
}

.piller-content-item.vr2 .blocks .block p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

#pillar-nav-li-3.piller-content-item.vr2 .blocks .block .img {
    background-color: #FEF6F2;
}

#pillar-nav-li-3.piller-content-item.vr2 .blocks {
    margin-bottom: 55px;
}

.piller-content-item.vr2 .pill-ext .ext-right h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
}

#pillar-nav-li-4 {
    background-color: #E9F6FF;
    padding: 90px 90px 70px;
}

#pillar-nav-li-4.piller-content-item.vr2 .blocks .block .img {
    padding: 12px;
    display: flex;
    min-height: 72px;
    max-width: 82px;
}

#pillar-nav-li-5 .pill-right-detail {
    max-width: 260px;
    height: 88%;
}

#pillar-nav-li-5 > .row > .col-lg-6:nth-child(1) {
    width: 70%;
}

#pillar-nav-li-5 > .row > .col-lg-6:nth-child(2) {
    width: 30%;
}

.txc-banner.banner-pillar.vr2 .generic_content ul li {
    position: relative;
    padding-left: 20px;
    display: block;
    margin-bottom: 14px;
    font-size: 17px;
}

.txc-banner.banner-pillar.vr2 .generic_content ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background: rgba(53, 156, 243, 1);
    width: 6px;
    height: 6px;
}

.txc-banner.banner-pillar.vr2 .generic_content ul {
    padding-left: 20px;
}

.txc-banner.banner-pillar.vr2 .generic_content p strong {
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
    font-size: 17px;
}

.txc-banner.banner-pillar.vr2 .generic_content h1 {
    margin-bottom: 25px;
}

#pillar-nav-li-2.piller-content-item.vr2 .blocks .block h4 {
    min-height: 55px;
}

.page-template-landing-pages.page-id-11494 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-11766 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-12827 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-12623 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-10981 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-11583 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-11721 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-11208 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-11494 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-11585 .txc-cp-pop.cp-modal-body.show,
.page-template-landing-pages.page-id-11954 .txc-cp-pop.cp-modal-body.show {
    display: none;
}

.file-block .thumb {
    min-height: 333px;
}

.lps-why-txc.bg-grey .btn-arr.blk-arr {
    margin-top: 40px;
}

.txc-pillar-content-detail .piller-content-item .pill-det .btn-arr.blk-arr {
    text-align: center;
    margin-top: 35px;
}

#accordionReq #req-collapse2 .accordion-body ul {
    list-style: none;
}

.prtnr-prog-accordion h2 {
    margin-bottom: 20px;
}

.page-template-landing-pages.page-id-13184.page-child .txc-leads-detail {
    padding-bottom: 0;
}

.page-template-landing-pages.page-id-13184.page-child .txc-leads-detail .txc-lead-testi {
    display: none;
}

.page-template-landing-pages.page-id-13184.page-child .txc-leads-detail .txc-lead-detail.text-center {
    padding: 60px 0;
}

.wp-form h4 {
    line-height: normal;
}

.packages ul li a {
    color: #31404D;
    text-decoration: underline;
    font-weight: 500;
}

.txc-c-section.txc-live-patching .lps-details-title h2 p {
    font-size: 25px;
}

.page-id-9022 .txc-c-section.txc-kc-blocks .txc-kc-blocks-h h3 {
    font-size: 25px;
    color: #364755;
}

.newsletter-expert .newsletter-expert-inn .experts ul li:nth-child(3) img {
    border-radius: 100%;
}

.fips-pack-area.bg-blue {
    background-color: #DBF0FF;
    padding: 90px 0;
}

.fips-pack-inn {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.fips-thumb {
    min-width: 162px;
    margin-left: 132px;
}

.fips-detail a img {
    display: inline;
    position: relative;
    top: 2px;
    margin-left: 7px;
    max-width: 8px;
}
.fips-detail h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.fips-detail p {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 25px;
}

.fips-detail a {
    font-size: 16px;
    text-transform: uppercase;
    color: #359CF3;
    letter-spacing: 3.2px;
    font-weight: 700;
}

.lp-cta-o.kc-generic-section.kc-o-sec.automated-cta.bg-blue.pb-small {
    padding-bottom: 40px;
}

.txc-n-srch-wrap .txc-n-search.search-form-expanded {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: auto;
}

/* cookie css */
#CybotCookiebotDialog {
    background-image: url('../images/lp/bg.jpg') !important;
    background-size: cover;
    background-position: center;
    background-color: transparent !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #359CF3 !important;
    color: #359CF3 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border: 2px solid #359CF3 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #F48243 !important;
    border-color: #F48243 !important;
    color: #fff !important;
}

#CybotCookiebotDialog::after {
    position: absolute;
    left: 0;
    top: 15px;
    background-image: url('../images/icons/txc-logo-white.png') !important;
    background-size: 130px;
    background-position: left top;
    width: 130px;
    height: 60px;
    content: "";
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
}

#CybotCookiebotDialogPoweredbyCybot {
    display: none !important;
}

#CybotCookiebotDialogHeader {
    padding: 25px 20px !important;
}

.page-id-13611 #pillar-nav-li-2,
.page-id-13611 #pillar-nav-li-4 {
    background: transparent;
    padding: 0;
}

.page-id-13611 #pillar-nav-li-2 .inn-wr {
    position: relative;
}

.page-id-13611 #pillar-nav-li-2 .inn-wr .inn-wr-d {
    padding-right: 45%;
}

.page-id-13611 #pillar-nav-li-2 .inn-wr > p {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
}

.support-you-can-area {
    padding: 70px 0;
}

.support-you-can-area .support-you-can h2 {
    font-size: 28px;
    color: #081C2E;
    margin-bottom: 60px;
}

.support-you-can-area .supports-cy .scy img {
    margin: 0 auto 20px;
}

.support-you-can-area .supports-cy .scy p {
    font-size: 17px;
    color: #364755;
    line-height: 29px;
}

.page-id-13724 .cent7-sec-cta-t-inn p strong {
    color: #364755;
}


.switching-steps-area {
    padding: 80px 0;
    background-color: #E9F6FF;
}

.switching-steps h2 {
    font-size: 28px;
    color: #081C2E;
}

.s-steps {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.s-steps .single-step-s {
    width: 50%;
}

.s-steps .single-step-s img {
    margin: 0 auto;
}

.s-steps .single-step-s h4 {
    font-size: 22px;
}

.s-steps .single-step-s p {
    font-size: 17px;
}

.s-steps::after {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: url(../images/lp/arr-folder.png);
    width: 399px;
    height: 96px;
    top: 40px;
}

.benefit-area {
    padding: 90px 0;
}

.benefit-s h3 {
    text-align: left;
    font-size: 28px;
    color: #081C2E;
    margin-bottom: 0;
    top: 50px;
    position: relative;
}

.benefit-t .benefit-t-l h2 {
    font-size: 40px !important;
}

.benefit-t .benefit-t-l h2 p {
    font-size: 40px;
    line-height: 145%;
    max-width: 475px;
}

.benefit-t .benefit-t-l h2 p strong {
    color: #359CF3;
}

.benefit-t-r {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px 50px;
}

.benefit-t-r .benefit {}

.benefit-t-r .benefit img {
    margin-bottom: 20px;
}

.benefit-t-r .benefit h4 {
    font-size: 19px;
    color: #364755;
    line-height: 26px;
}

.benefit-t-r .benefit p {
    font-size: 17px;
    color: #364755;
}

.txc-c-section.txc-e-prtal.centosstream h2 {
    font-size: 32px;
    color: #081C2E;
    margin-bottom: 20px;
}

.txc-c-section.txc-e-prtal.centosstream p {
    font-size: 25px;
    color: #081C2E;
    line-height: 31px;
    margin-bottom: 20px;
}

.page-id-13724 .php-generic-section.section-grey.txc-cover-sec-area {
    background: #fff;
}

.support-level-area {
    padding: 90px 0;
}

.support-level-area .support-level-inn h2 {
    text-align: center;
    font-size: 25px;
    color: #364755;
    margin-bottom: 15px;
}

.support-level-area .support-level-inn p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
    color: #364755;
}

.support-level-table .table tr th,
.support-level-table .table tr td {
    border: 1px solid #ddd;
    width: 25%;
    text-align: center;
    padding: 18px 20px;
    font-weight: 500;
    font-size: 19px;
}

.support-level-table .table tr th:first-child,
.support-level-table .table tr td:first-child {
    background-color: #DBF0FF;
    vertical-align: middle;
}

.support-level-table .table tr td ul {
    text-align: left;
    list-style: disc;
    padding-left: 18px;
}

.support-level-table .table tr td ul li {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 12px;
}

.php-generic-section.section-grey.cent7-sec-intro.bg-orange .cent-intro-left img {
    margin: 0 auto 25px;
}

.php-generic-section.section-grey.cent7-sec-intro.bg-orange {
    background-color: #FFFBF0;
    background-image: none;
    padding: 90px 0;
}

.php-generic-section.section-grey.cent7-sec-intro.bg-orange .cent-intro-left img {
    margin: 0 auto 25px;
}

.php-generic-section.section-grey.cent7-sec-intro.bg-orange .cent-intro-left h3 {
    font-size: 27px;
    margin-bottom: 20px;
}

.php-generic-section.debian-thumb-detail-sec {
    padding-top: 90px;
}

.php-generic-section.debian-thumb-detail-sec .debian-thumb-detail-inn {
    border-bottom: 1px solid #081C2E;
    padding-bottom: 75px;
}

.php-generic-section.debian-thumb-detail-sec .debian-thumb-detail-left img {
    margin: 0 auto;
}

.debian-thumb-detail-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.debian-thumb-detail-right h2 {
    font-size: 28px;
    line-height: 40px;
    color: #081C2E;
    margin-bottom: 0;
}

.benefit-t-l {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-id-13777 .industry-page-details.lps-echosystem h2 {
    color: #081C2E;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.page-id-13777 .generic-section.banner-php-prelaunch h1 {
    font-weight: 400;
}

.page-id-13777 .generic-section.banner-php-prelaunch h1 strong {
    display: inline;
}

.page-id-13777 .txc-c-section.txc-e-prtal.centosstream h2 {
    margin-bottom: 35px;
}

.system-inte-area {
    padding: 90px 0;
}

.system-inte .si-head {
    text-align: center;
    margin-bottom: 50px;
}

.si-head h2 {
    font-size: 27px;
    line-height: 29px;
    color: #081C2E;
}

.si-head p {
    font-size: 17px;
    line-height: 29px;
}


.system-top-l .stl:first-child {
    margin-bottom: 30px;
}

.system-top-l .stl p strong {
    font-size: 19px;
    font-weight: 500;
    display: block;
    margin-bottom: -5px;
}

.system-top-l .stl p {
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
    max-width: 564px;
}

.system-top-l ul li {
    font-size: 22px;
    font-weight: 500;
    line-height: 145%;
    display: block;
    margin-bottom: 20px;
    max-width: 453px;
    position: relative;
    padding-left: 60px;
}

.system-top-l .stl p img {
    max-width: 41px;
}

.system-inte .bl {
    border-bottom: 1px solid #081C2E;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.si-item {
    box-shadow: -13px 12px 50px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
    background: #fff;
    padding: 40px 35px;
    margin-bottom: 30px;
    min-height: 286px;
    border-radius: 5px;
}

.si-item img {
    margin: 0 auto 20px;
}

.si-item h4 {
    font-size: 19px;
    font-weight: 500;
}

.si-item p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 0;
}

.system-m {
    max-width: 988px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
}

.system-m .system-ms {
    width: 50%;
    text-align: center;
    background: #FEF6F2;
    padding: 35px 30px;
    border-radius: 25px;
}

.system-m .system-ms p img {
    margin: 0 auto 15px;
}

.system-m .system-ms p strong {
    font-size: 19px;
    font-weight: 500;
}

.system-m .system-ms ul {
    background: #fff;
    padding: 30px 50px;
    min-height: 500px;
    border-radius: 10px;
}

.system-m .system-ms ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 12px;
}

.system-m .system-ms ul li:after {
    position: absolute;
    content: "✓";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    color: #F48243;
    font-weight: 500;
}

.system-m .system-ms:nth-child(2) {
    background: #E9F6FF;
}

.system-m .system-ms:nth-child(2) ul li:after {
    color: #359CF3;
}

.system-top-l ul li::after {
    position: absolute;
    content: "✓";
    left: 0;
    top: 0;
    background: #E9F6FF;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #359CF3;
}

.system-top-l ul {
    margin-top: 10px;
}

.si-head p {
    max-width: 675px;
    margin: 0 auto;
}

.page-id-13904 .php-generic-section.debian-thumb-detail-sec .debian-thumb-detail-inn {
    border-bottom: 0px solid;
}

.page-id-13904 .php-generic-section.debian-thumb-detail-sec .debian-thumb-detail-inn {
    border-bottom: 0px solid;
}

.page-id-13904 .txc-generic-section.txc-intro {
    padding: 70px 0;
}

.page-id-13904 .txc-generic-section.txc-intro img {
    margin: 0 auto 35px;
}

.page-id-13904 .txc-generic-section.txc-intro p {
    font-size: 17px;
    max-width: 903px;
    margin: 0 auto 20px;
}

.page-id-13904 .txc-generic-section.txc-intro p strong {
    font-size: 27px;
}

.page-id-13904 .txc-generic-section.txc-intro h2 {
    color: #359CF3;
    font-size: 45px;
    max-width: 903px;
    margin: 0 auto;
    line-height: 52px;
}

.page-id-13904 .txc-c-section.txc-e-prtal.centosstream h2 {
    margin-bottom: 35px;
}

.page-id-13904 .txc-c-section.txc-e-prtal.appdev.bg-orange p {
    font-weight: 600;
}

.page-id-13904 .debian-thumb-detail-right {
    display: block;
}

.banner-rc.kh-banner .generic_content {
    display: block;
}

.banner-rc.kh-banner .generic_content h1 {
    max-width: 100%;
}

.banner-rc.kh-banner .generic_content p {
    max-width: 100%;
}

.banner-rc.kh-banner .generic_content .generic_thumb {
    margin-top: 0;
}

.banner-rc.kh-banner .generic_content .generic_thumb img {
    margin: 0 auto;
}

.banner-rc.kh-banner {
    background-color: #E9F6FF;
}

.txc-generic-section.txc-kht {
    padding: 90px 0;
}

.txc-kht-inn h2 {
    font-size: 32px;
    color: #364755;
    margin-bottom: 55px;
    font-weight: 600;
}

.txc-kht-items {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    padding: 50px 34px;
    border-radius: 15px;
    min-height: 375px;
    margin-bottom: 30px;
}

.txc-kht-items img {
    margin: 0 auto 30px;
}

.txc-kht-items h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.txc-kht-items p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
}

.txc-generic-section.txc-news-area {
    background-color: #FEF6F2;
    padding: 60px 0;
}

.txc-news-a-items {
    background-color: #fff;
    height: 550px;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 50%;
}

.txc-news-a-items img {
    margin: 0 auto 32px;
}

.txc-news-a-items h3 {
    font-size: 19px;
    font-weight: 500;
}

.txc-news-a-items p {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 300;
}

.txc-news-a-items {
    display: flex;
    align-items: center;
}


.txc-generic-section.txc-to-learn-area {
    padding: 85px 0;
}

.txc-to-learn {}

.txc-to-learn h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 45px;
}

.to-learns {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
}

.to-learns .leanr img {
    margin: 0 auto 25px;
}

.to-learns .leanr h4 {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.to-learns .leanr p {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}

.to-learns .leanr a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #F48243;
    font-size: 15px;
}

.to-learns .leanr a img {
    margin: 0 0 0 10px;
}

.php-generic-section.knh.php-sec-exploited.bg-blue {
    background-color: #E9F6FF;
}

.php-generic-section.knh.php-sec-exploited .php-sec-exploited-inn h2 {
    max-width: 100%;
}

.txc-generic-section.txc-kht {
    position: relative;
    top: -275px;
    margin-bottom: -275px;
}

.generic-section.banner-php-prelaunch.banner-rc.kh-banner {
    padding-bottom: 250px;
}

.whp-left .web-w-d-b {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    font-size: 17px;
    line-height: 29px;
    font-weight: 500;
}

.whp-left .web-w-d-b img {
    margin-bottom: -12px;
}

.page-id-14122 .whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp {
    padding: 0;
    background-color: transparent;
}

.page-id-14122 .whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp li {
    font-size: 17px;
    line-height: 29px;
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
}

.page-id-14122 .whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp li:after {
    background: #359CF3;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
    left: 5px;
    top: 12px;
    border-radius: 50%;
}

.page-id-14122 .whitepaper-wrap.wh-n-s .whp-left h1 {
    max-width: 650px;
}

/* .single-post .txc-cp-pop.cp-modal-body.show {
    display: none;
} */

.single-post .txc-exit-pop.cp-overlay {
    height: 385px;
}

.contact-forms.section-ttaes.kc-form input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.php-generic-section.why-early-access.bg-orange {
    padding: 90px 0;
}

.why-early-access-inn-w {
	padding: 50px 45px;
	background-color: #fff;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
	border-radius: 15px;
}
.txc-n-cllps-for-eacc {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 35px;
}
.txc-n-cllps-for-eacc .accordion-item {
	border: 0px solid rgba(0,0,0,.125);
}
.txc-n-cllps-for-eacc .accordion-button::before {
	display: none;
}

.why-early-access-inn-w h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 127%;
    color: #364755;
}

.why-early-access-inn-w h2 strong {
    color: #F48243;
    font-weight: 600;
}

.why-early .thumb {
    background-color: #FEF6F2;
    text-align: center;
    padding: 40px;
    min-height: 170px;
    margin-bottom: 30px;
}

.why-early .thumb img {
    margin: 0 auto;
}

.why-early h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    line-height: 29px;
}

.why-early p {
    font-size: 17px;
    text-align: center;
    line-height: 29px;
}

.why-early-left.why-early {
	padding-right: 20px;
}

.why-early-right.why-early {
	padding-left: 20px;
}
.why-early-middle {
	padding: 0 20px;
}

.why-early-left.why-early, .why-early-middle {
    position: relative;
}
.why-early-left.why-early::after, .why-early-middle::after {
	position: absolute;
	content: "";
	right: -67px;
	top: 55px;
	background-image: url('../images/lp/ico-plus.png');
	height: 67px;
	width: 67px;
	background-size: 30px;
	background-repeat: no-repeat;
}

.support-you-can.text-center h3 {
    font-size: 22px;
    color: #359CF3;
    font-weight: 600;
    margin: 20px auto 0;
    max-width: 740px;
    line-height: 29px;
}

.txc-generic-section.with-els-area {
    padding: 90px 0;
}

.with-els-areac-inn h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 600;
}

.with-els .we img {
    margin: 0 auto 20px;
}

.with-els .we p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.php-generic-section.txc-cover-sec-area.txc-early-rep-cov {
    padding: 90px 0;
}

.txc-cover-inn.line {
    border-bottom: 1px solid #081C2E;
    padding-bottom: 85px;
    margin-bottom: 45px;
}

.generic-section.banner-rc.ea-banner h1 {
    font-size: 36px;
    max-width: 650px;
}

.generic-section.banner-rc.ea-banner h1 em strong {
    margin-top: 4px;
    color: #359CF3;
    display: inline-block;
}

.txc-cov-faq h2 {
    text-align: center;
    margin-bottom: 45px;
}

.page-id-14147 .php-generic-section.section-grey.cent7-sec-intro {
    background-color: #fff;
    background-image: none;
    padding-bottom: 90px;
    padding-top: 0;
}

.page-id-14147 .php-generic-section.section-grey.cent7-sec-intro .cent7-sec-intro-inn {
    border-bottom: 1px solid #081C2E;
    padding-bottom: 75px;
}

.page-id-14147 .lp-cta-o.automated-cta .kc-o-sec-inn.alma-comps-b h2 {
    margin-bottom: 30px;
}

.page-id-14147 .php-generic-section.section-grey.cent7-sec-intro h2 {
    margin-bottom: 27px;
    font-size: 28px;
}

.we.text-center .thumb {
    min-height: 78px;
}

.page-id-14147 .php-generic-section.section-grey.cent7-sec-intro .cent7-sec-intro-inn .row {
    align-items: center;
}

.els-dr-lang ul li.ld-7 img {
    max-width: 35px;
}

.support-you-can.text-center .supports-cy {
	margin: 0 auto 35px;
}

.epr-warning {
    margin-top: 35px;
    border: 1px solid #F1CC8D;
    background: #FFFFED;
    padding: 25px;
    text-align: center;
    border-radius: 9px;
}

.epr-warning p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
}

.epr-warning p img {
    margin: 0 auto 12px;
}

.oem-promo.bg-orange.oem-promo-offerings .epr-warning {
    margin-top: 0;
    margin-bottom: 32px;
}

.oem-promo.bg-orange.oem-promo-offerings .epr-warning a {
    background: #F48243;
    color: #fff;
    display: block;
    padding: 3px 17px;
    font-size: 16px;
    border-radius: 4px;
    max-width: 120px;
    margin: 10px auto 0;
}

.txc-cov-faq.line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
}


.kce-libcare-bann {
    background-color: #081C2E;
    border-radius: 14px;
    padding: 45px 55px;
    position: relative;
}

.kce-libcare-bann .kce-libcare-bann-thumb {
    position: absolute;
    right: 55px;
    top: 95px;
}

.kce-libcare-bann .kce-libcare-bann-detail {
    padding-right: 300px;
}

.kce-libcare-bann .kce-libcare-bann-detail h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.kce-libcare-bann .kce-libcare-bann-detail h3 strong {
    color: #359CF3;
}

.kce-libcare-bann .kce-libcare-bann-detail p {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 25px;
}

.page-template-template-kernelCare-enterprise .btn-group-sw.btn-group-inline {
    max-width: 730px;
}

.txc-generic-section.txc-sys-intro {
    padding: 80px 0;
}

.sys-intro-in img {
    margin: 0 auto 22px;
}

.sys-intro-in h3 {
    font-size: 27px;
    line-height: 39px;
    color: #081C2E;
    font-weight: 600;
}

.txc-reboot {
    text-align: center;
}

.txc-reboot .thumb {
    margin-bottom: 30px;
}

.txc-reboot .thumb img {
    margin: 0 auto;
}

.txc-reboot h4 {
    font-size: 19px;
    margin-bottom: 18px;
    font-weight: 500;
}

.txc-reboot p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.txc-c-section.txc-e-prtal.centosstream.bg-orange p {
    margin-bottom: 30px;
}

.sysadmin-fb .file-block .thumb img {
    max-width: 100%;
}

.txc-generic-section.txc-sys-why.bg-orange {
    padding: 90px 0;
}


.txc-sys-why-in.text-center h2 {
    font-size: 31px;
    font-weight: 500;
    color: #081C2E;
    margin-bottom: 40px;
}

.txc-sys-why-w .txc-sys-wh {
    background: #fff;
    border-radius: 10px;
    max-width: 573px;
    padding: 35px 25px;
    border: 1px solid #F48243;
}

.txc-sys-why-w .txc-sys-wh p img {
    margin: 0 auto 20px;
}

.txc-sys-why-w .txc-sys-wh h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 15px;
}

.txc-sys-why-w .txc-sys-wh ul li {
    font-size: 17px;
    font-weight: 300;
    border-bottom: 1px solid #C2C2C2;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.txc-sys-why-w .txc-sys-wh ul li:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.txc-sys-wh.wh-r {
    float: right;
}


.txc-sys-wh.wh-r {
    float: right;
}

.txc-generic-section.txc-sys-live {
    padding: 90px 0;
}

.txc-sys-live-in.text-center h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 50px;
}

.txc-sys-live-w {
    padding-bottom: 90px;
}

.txc-sys-live-w .txc-sys-live-wh img {
    margin: 0 auto;
}

.txc-sys-live-w .txc-sys-live-wh .thumb {
    margin-bottom: 25px;
}

.txc-sys-live-w .txc-sys-live-wh h4 {
    font-size: 19px;
    font-weight: 500;
}

.txc-sys-live-w .txc-sys-live-wh p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    min-height: 92px;
}

.txc-sys-live-w .txc-sys-live-wh a {
    color: #3A8DDE;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
}

.txc-sys-live-blocks .txc-sys-live-block {
    border: 1px solid #364755;
    border-radius: 14px;
    padding: 35px;
}

.txc-sys-live-blocks .txc-sys-live-block img {
    margin: 0 auto 20px;
}

.txc-sys-live-blocks .txc-sys-live-block h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
}

.txc-sys-live-blocks .txc-sys-live-block p {
    font-size: 17px;
    font-weight: 300;
    color: #364755;
    min-height: 150px;
}

.php-generic-section.txc-cover-sec-area.txc-early-rep-cov h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.txc-almacare-detai-t {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.txc-sys-why-w {
    position: relative;
}

.txc-sys-why-w::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    background-image: url('../images/lp/vs.png');
    width: 82px;
    height: 81px;
    content: "";
    margin: 0 auto;
}

#wp-megamenu-item-6613:hover > .wp-megamenu-sub-menu {
    width: 200px !important;
}

#wp-megamenu-item-14630 a {
    padding: 12px 20px !important;
}

.page-template-template-it-soc .generic-section.banner-rc.ea-banner h1 em {
    display: inline-block;
}

.sys-intro-in h2 {
    color: #359CF3;
    font-size: 49px;
    line-height: 64px;
    font-weight: 400;
    margin-top: 62px;
    margin-bottom: 0;
}

.txc-c-section.it-soc-scta.bg-orange p {
    margin: 0;
    font-size: 49px;
    line-height: 64px;
    font-weight: 400;
}

.txc-c-section.it-soc-scta.bg-orange {
    padding: 80px 0;
}

.page-template-template-it-soc .txc-almacare-detai-m.n-line.generic-section.php-faqs {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px solid;
}

.cover-items .ci-thumb {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cover-items .ci-thumb img {
    max-height: 80px;
}

.cover-items h4 {
    max-width: 250px;
}

.row.cover-items.apm-items.slick-slider {
    margin-top: 50px;
}

.txc-cover-sec-area .key-benefits .slick-next::before {
    content: '';
    background-image: url('../images/lp/arrb-1.png');
    position: absolute;
    width: 11px;
    height: 19px;
}

.txc-cover-sec-area .key-benefits .slick-prev::before {
    content: '';
    background-image: url('../images/lp/arrb-1.png');
    position: absolute;
    width: 11px;
    height: 19px;
    transform: rotate(180deg);
}

.txc-cover-sec-area .key-benefits .slick-list {
    margin: 0;
}

.php-generic-section.section-grey.txc-cover-sec-area {
    background: none;
}

.critical-risk-in {
    margin-bottom: 60px;
}

.critical-risk-in img {
    margin: 0 auto;
}

.critical-risk-in h3 {
    color: #F48243;
    font-size: 145px;
    line-height: 110%;
    font-weight: 600;
}

.critical-risk-in p {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
}

.critical-risk-in > p {
    min-height: 70px;
}

.page-id-14147 .php-generic-section.txc-cover-sec-area.txc-early-rep-cov h2 {
    margin-bottom: 10px;
}

.page-id-14147 .php-generic-section.txc-cover-sec-area.txc-early-rep-cov .prtnr-prog-accordion h2 {
    margin-bottom: 40px;
}

.why-early p a {
    color: #359CF3;
    font-weight: 600;
}

.page-template-template-business-leaders .generic-section.banner-rc.ea-banner h1 em {
    display: initial;
}

.page-template-template-business-leaders .generic-section.banner-rc.ea-banner h1 em strong {
    display: inherit;
}

.txc-generic-section.txc-bl-intro {
    padding: 80px 0;
}

.txc-generic-section.txc-bl-intro {
    padding: 80px 0;
}

.txc-generic-section.txc-bl-intro .sys-intro-in h3 {
    font-size: 27px;
    line-height: 39px;
    font-weight: 400;
    margin-bottom: 30px;
}

.txc-generic-section.txc-bl-intro p {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

.txc-generic-section.txc-bl-intro ul {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.txc-generic-section.txc-bl-intro ul li {
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
}

.page-template-template-business-leaders .txc-almacare-detai-m.n-line.generic-section.php-faqs {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.txc-bl-lp-detail-inn > .row {
    align-items: center;
}

.txc-txc-bl-lp-detail h4 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}

.txc-txc-bl-lp-detail p {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
}

.page-template-template-business-leaders .txc-c-section.txc-e-prtal {
    padding: 80px 0;
}

.txc-c-section.txc-e-prtal.centosstream h3 {
    font-size: 49px;
    color: #081C2E;
    line-height: 65px;
    margin-bottom: 20px;
    font-weight: 400;
}

.who-is-box .who-is-item p a {
    color: #3A8DDE;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}

#cp_id_511d5-1 {
    width: 375px;
}

.tips {
    background-color: #E9F6FF;
    padding: 20px 25px;
    display: block;
    position: relative;
    border-radius: 7px;
    border: 1px solid #E9F6FF;
    max-width: 485px;
    margin: 20px 0 0 !important;
}

.tips img {
    display: inline-block;
    position: absolute;
    top: 22px;
}

.tips span {
    font-size: 16px;
    display: block;
    padding-left: 42px;
    line-height: 22px;
}

.banner-rc .btn-group-sw .btn-arr a.btn {
    min-width: 350px;
}

#cp_id_db12c-1 .cp-modal-body.cp-blank.cp-no-padding .cp-row.cp-row-center .col-lg-12 .txc-exitpop-w2,
#cp_id_db12c-1 .cp-modal-body.cp-blank.cp-no-padding,
#cp_id_db12c-1 .cp-modal-body.cp-blank.cp-no-padding .cp-row.cp-row-center,
#cp_id_db12c-1 .cp-modal-body.cp-blank.cp-no-padding .cp-row.cp-row-center .col-lg-12 {
    width: 100%;
    height: 100%;
}

#cp_id_db12c-1 .cp-modal-body.cp-blank.cp-no-padding .cp-row.cp-row-center .col-lg-12 .txc-exitpop-w2 a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    text-indent: -9999px;
    opacity: 0;
}

.single #cp_id_db12c-1,
.page-template-blog #cp_id_db12c-1 {
    overflow: visible !important;
    height: auto;
}

/* .page-template-blog .txc-cp-pop.cp-modal-body.show {
    display: none;
} */
.page.page-template-blog .txc-cp-pop.cp-modal-body.show {
	display: block;
}

.page .txc-cp-pop.cp-modal-body.show, .page .txc-cp-pop.cp-modal-body {
	display: none;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body {
    background-image: url('../images/lp/exitpop-v2.png');
    background-color: #000;
    width: 355px;
    padding: 25px 15px;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop-w .txc-exitpop {
    padding-bottom: 128px;
    position: relative;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop h3 {
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 12px;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 15px;
    text-transform: none;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop-w .thumb {
    position: absolute;
    bottom: -12px;
    right: 10px;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop-w .thumb img {
    max-width: 182px;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop h3 strong,
.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop p strong {
    color: #359CF3;
}

.generic-section.banner-social-media {
    background: #E9F6FF;
    padding-bottom: 229px;
}

.social-media-detail-top {
    box-shadow: -24px 28px 42.4px 0px rgba(45, 87, 148, 0.08);
    border-radius: 28px;
    padding: 65px 0 50px;
    position: relative;
    top: -170px;
    background-color: #fff;
    margin-bottom: -170px;
}

.social-media-detail-top .thumb img {
    margin: 0 auto 20px;
}

.social-media-detail-top .tuxcare {
    font-size: 25px;
    font-weight: 500;
    color: #364755;
    display: block;
    margin-bottom: 35px;
}

.social-media-detail-top h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}

.social-l ul li {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 8px;
}

.social-l ul li a img {
    max-width: 48px;
}

.social-l ul li:last-child {
    border-right: 0px solid;
}

.txc-social-m-list ul li {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 12px;
	min-width: 207px;
	margin: 0 12px 25px;
	padding: 30px 20px;
}

.txc-social-m-list ul li img {
    margin: 0 auto 15px;
    max-width: 42px;
}

.social-l {
    margin-bottom: 35px;
}
.txc-social-m-list ul {
	margin-bottom: 0;
}

.social-media-detail-bottom {
    position: relative;
    bottom: -240px;
    margin-top: -300px;
    padding-top: 0;
}

.social-media-detail-bottom .embed-responsive iframe {
    width: 900px;
    height: 500px;
}

.txc-cta.social-cta.bg-orance {
    padding-top: 300px;
}

.txc-cta.social-cta.bg-orance .txc-cta-inn h2 {
    max-width: 100%;
}

.txc-cp-pop.txc-cp-pop-v2.cp-modal-body .txc-exitpop button.e-btn {
    background: #F48243;
    border: 0px solid;
    color: #000;
    padding: 6px 15px 5px;
    border-radius: 5px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.txc-social-m-list ul li a {
    color: #364755;
    display: block;
}

.page-id-13724 .benefit-area .benefit-s h3,
.page-id-13777 .benefit-area .benefit-s h3 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
}

.epr-warning strong {
    margin: 15px 0 15px;
    display: block;
}

.txc-banner.banner-lp .hs_submit.hs-submit input[type="submit"] {
    width: 290px;
}

.banner-lp-inn .contact-forms.section-ttaes {
    padding: 10px 50px 0;
}

.page-id-15223 .txc-banner.banner-lp.bann-lp-cnt6 {
    padding-bottom: 80px;
}

.page-id-15223 .txc-lp-intro-in img {
    margin-bottom: 28px;
}

.page-id-15223 .txc-lp-org-l-d p {
    max-width: 100%;
}

.page-id-15223 .txc-lp-org-area.txc-lp-org-cnt8 {
    padding-bottom: 0;
}

.page-id-15223 .txc-lp-org-area-bottom {
    border-bottom: 0.75px solid #081C2E;
    padding-bottom: 90px;
}

.page-id-15223 .how-it-work::before,
.page-id-15284 .how-it-work::before {
    top: 42px;
    left: 0;
    background-image: url(../images/lp/folders-1.png);
    height: 92px;
    width: 68px;
    z-index: 9;
}

.page-id-15262 .whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp {
    padding: 0;
    background-color: transparent;
}

.page-id-15262 .whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp li {
    font-size: 17px;
    line-height: 29px;
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
}

.page-id-15262 .whp-right.php-sec-lmphp-inn.web-new-lp-r .qt-lp li::after {
    background: #359CF3;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
    left: 5px;
    top: 12px;
    border-radius: 50%;
}

.page-id-15284 .what-will-get-area .txc-blocks {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0px solid;
}

.how-it-works-area {
    padding: 90px 0;
}

.lp-ppc-debian.automated-cta .kc-o-sec-inn h2 {
    line-height: 45px;
}

.lp-ppc-debian.automated-cta .kc-o-sec-inn h2 {
    line-height: 45px;
}

.txc-pppc-top-area-inn {
    border-bottom: 1px solid #081C2E;
    padding-bottom: 85px;
}

.txc-pppc-top-area-inn ul {
    text-align: center;
}

.txc-pppc-top-area-inn ul li {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    margin: 0 95px;
    line-height: normal;
}

.txc-pppc-top-area-inn ul li img {
    margin: 0 auto 17px;
    display: block;
}

.txc-pppc-top-area {
    padding-top: 90px;
}

.page-id-15331 .whp-right.php-sec-lmphp-inn {
    display: flex;
    flex-direction: column-reverse;
}

.page-id-15331 .whp-right.php-sec-lmphp-inn .btn-arr {
    margin-bottom: 25px;
}

.oem-cta.oem-cta-n {
    padding: 100px 0;
}
.oem-cta.oem-cta-n h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 18px;
}
.oem-cta.oem-cta-n p {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 22px;
}

.section-blank h1 {
    font-size: 34px;
    margin-bottom: 36px;
}
.section-blank .generic_content h3 {
    font-size: 23px;
    margin-bottom: 13px;
}
.section-blank .generic_content p {
    margin-bottom: 20px;
    line-height: 29px;
}
.section-blank .generic_content .table tr td, .section-blank .generic_content .table tr th {
    border: 1px solid #777;
}
.section-blank .generic_content .table thead tr {
    border-bottom: 0px solid !important;
}
.section-blank .generic_content .table tr td, .section-blank .generic_content .table tr th {
	border: 1px solid #777;
	padding: 15px 12px;
	line-height: normal;
}
.section-blank h2 {
	font-size: 28px;
	margin-bottom: 22px;
}
.karnelcare-enterprice-pricing .ke-items > .row > .col-lg-6:nth-child(2) .ke-item {
	border-right: 0px solid;
}
.karnelcare-enterprice-pricing .ke-items {
	max-width: 900px;
	margin: 0 auto;
}
.single .txc-cp-pop.cp-modal-body {
    opacity: 0;
    visibility: hidden;
}
.single .txc-cp-pop.cp-modal-body.show {
    opacity: 1;
    visibility: visible;
}
.cent7-sec-intro-inn img {
	margin: 0 auto;
}
.cent7-sec-intro-inn > .row {
	align-items: center;
}
.page-template-template-centos7 .php-generic-section.cent7-sec-cta-t {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.page-template-template-centos7 .php-generic-section.section-grey.cent7-sec-intro {
	background: #FEF6F2;
	padding-bottom: 200px;
}
.cent7-sec-intro-inn .alert.alert-success.alert-txc.text-center {
	margin-bottom: 70px;
}
.cent-intro-left p {
	margin-right: 38px;
}
.php-sec-intro-inn.ch-els-cov h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.php-sec-intro-inn.ch-els-cov p {
	font-size: 17px;
	text-align: center;
	line-height: 29px;
	margin-bottom: 45px;
}
.ch-els-cov-t {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    padding: 25px 20px 15px;
    border-radius: 5px;
}
.ch-els-cov-t h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 18px;
}
.php-sec-intro-inn.ch-els-cov .ch-els-cov-t p {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}
.ch-els-cov-t ul li {
    font-size: 17px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
    background-color: #E9F6FF;
    line-height: 29px;
    padding: 8px 20px;
    border-radius: 5px;
}
.ch-els-cov-t ul li:last-child {
    margin-bottom: 0;
}
.els-complete.ch-els-cov-t ul li {
	background-color: #FEF6F2;
	font-size: 17px;
	font-weight: 600;
}
.els-complete.ch-els-cov-t ul li:nth-child(2) {
    background-color: rgba(239, 167, 36, 0.20);
}
.ch-els-cov-top {
	margin-bottom: 100px;
}
.els-complete.ch-els-cov-t h4 {
    margin-bottom: 25px;
}
.php-sec-intro-inn.ch-els-cov .els-complete.ch-els-cov-t p {
    margin-bottom: 22px;
}
.ch-els-cov-b .ch-els-cov-t ul li {
	background-color: rgba(239, 167, 36, 0.20);
	position: relative;
	padding-left: 40px;
}
.ch-els-cov-b .ch-els-cov-t ul li::after {
	position: absolute;
	content: "✓";
	left: 16px;
	color: #F48243;
}
.ch-els-cov-b .ch-els-cov-t ul li {
	margin-bottom: 0;
	align-items: center;
	display: flex;
	padding-right: 26px;
	width: 100%;
	line-height: 25px;
	padding-left: 50px;
	min-height: 65px;
}
.ch-els-cov-b .ch-els-cov-t ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.ch-els-cov-b .ch-els-cov-t ul {
	margin-bottom: 10px;
}
.els-complete.ch-els-cov-t {
	position: relative;
}
.els-complete.ch-els-cov-t::after {
	position: absolute;
	content: "";
	right: 50%;
	bottom: -95px;
	background-image: url(../images/lp/arr-angle.png);
	width: 386px;
	height: 95px;
}
.els-complete.ch-els-cov-t {
	position: relative;
}
.generic-section.php-faqs.risk-comp-sec.cent-faq {
	background-color: transparent;
	padding-top: 0;
}
.page-template-template-centos7 .php-generic-section.section-white.uels-sec-area {
	padding-bottom: 40px;
}
.page-template-template-centos7 .php-generic-section.section-white.uels-sec-area .php-sec-intro-inn {
	border-bottom: 0px solid #000;
	padding-bottom: 60px;
} 
.cent7-sec-cta-t-inn {
	padding: 85px 85px 40px;
}
.cent7-sec-intro-inn .alert.alert-success.alert-txc.text-center p {
	font-size: 17px;
	font-weight: 400;
	line-height: 29px;
}

.ch-els-cov-area {
    padding: 100px 0;
  }
  .ch-cov-cta.bg-blue {
    padding: 100px 0;
  }
  .cta-inn h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .cta-inn p {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .critical-risk h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 25px;
	font-weight: 500;
}
.critical-risk h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
}
.crt-txt {
  text-align: center;
  margin-bottom: 55px;
}
.crt-txt h4 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}
.crt-txt span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.crt-txt h4 a {
  color: #1E75C3;
}
.critical-risk-in.critical-risk-in-r h3 {
	color: #359CF3;
}
.txc-n-cllps-for-eacc .accordion-button:not(.collapsed) {
	color: #364755;
	background-color: #fff;
	box-shadow: inset 0 0px 0 rgba(0,0,0,.125);
	border: 0px solid;
}
.txc-n-cllps-for-eacc h2 {
    font-size: 17px;
    font-weight: 600;
}
.txc-n-cllps-for-eacc h2 img {
    margin-right: 20px;
}
.txc-n-cllps-for-eacc .accordion-body {
    padding: 30px;
}
.txc-n-cllps-for-eacc .accordion-body p {
    font-size: 17px;
    line-height: 29px;
}
.why-early-access-inn-w .btn-arr.blk-arr {
	margin-top: 25px;
}
.page-id-14147 .support-you-can-area .support-you-can {
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
}
.page-id-14147 .support-you-can-area {
	padding-bottom: 0;
}
.page-id-14147 .benefit-area {
	padding-bottom: 0;
}
.page-id-14147 .benefit-area .benefit-s {
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
}
.page-id-14147 .prtnr-prog-accordion {
	padding-top: 0;
}
.supports-cy .scy-thumb {
  min-height: 72px;
}
.supports-cy .scy-thumb img {
  max-width: 45px;
}
.epr-warning p b {
	margin-top: 14px;
	display: block;
}
body.page-template-template-paid-landing-centos8, 
body.page-template-template-paid-landing-ubuntu18, 
body.page-template-template-paid-landing-almacare, 
body.page-template-template-paid-landing-centos6 {
	padding-top: 0 !important;
}
.page-template-template-paid-landing-page-v2 .btn-group-sw .btn-arr.blk-arr {
	margin-bottom: 22px;
	margin-top: 30px;
}
.page-template-template-paid-landing-page-v2 .btn-group-sw .btn-arr.blk-arr .btn.btn--orange {
	padding-right: 50px;
	min-width: 285px;
}
.txc-lp-org-area.v2 .txc-blocks.text-center {
	margin-bottom: 0;
}
.txc-lp-org-area.v2 {
	padding-bottom: 0;
}
.page-id-11208 .txc-block .thumb img {
	max-width: 45px;
}
.page-id-11208 .txc-block .thumb {
	min-height: 75px;
}
.generic-section.php-faqs.risk-comp-sec.cent-faq {
	padding-top: 90px;
}
.page-id-11208 .generic-section.php-faqs.risk-comp-sec.cent-faq .txc-lp-org-area-bottom {
	margin-bottom: 70px;
}
.a-few-custs .item:nth-child(4) .afew-cust-item img {
	max-width: 275px;
}
.banner-live-patching-services .btn-group-sw .btn-arr.btn-arr-outline .btn.btn--orange.btn--animate {
	color: #081C2E;
}
.page-template-template-report {
	padding-top: 0 !important;
}
.page-template-template-report .whitepaper-wrap.wh-n-s.webinar-lp {
    position: relative;
    background: none;
}
.page-template-template-report .whitepaper-wrap.wh-n-s.webinar-lp::before {
	position: absolute;
	content: "";
	background-image: url(../images/lp/r-bg.png);
	height: 1090px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
    background-color: #081C2E;
}

.rp-whp-left {
}
.rp-whp-left .s-t {
  font-size: 23px;
  color: #359CF3;
  display: block;
  margin-bottom: 30px;
}
.rp-whp-left h1 {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 40px;
}
.shape1 {
  background: #359CF3;
  max-width: 684px;
  padding: 30px;
  border-radius: 17px;
  margin-bottom: 24px;
}
.shape1 h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 145%;
  color: #081C2E;
}
.shape2 {
	background: #fff;
	padding: 30px;
	border-radius: 17px;
	max-width: 684px;
	font-size: 20px;
	font-weight: 600;
	box-shadow: 0px 4px 42.3px 0px rgba(0, 0, 0, 0.08);
}
.rp-p-right.php-sec-lmphp-inn {
}
.rp-p-right.php-sec-lmphp-inn .pr-thumb {
  margin-bottom: 35px;
}
.rp-p-right.php-sec-lmphp-inn .btn-arr {
  text-align: center;
}
.rp-p-right.php-sec-lmphp-inn .r-p-btxt {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.rp-p-right.php-sec-lmphp-inn .r-p-btxt p {
  font-size: 17px;
  font-weight: 600;
}
.rp-p-right.php-sec-lmphp-inn .r-p-btxt p span {
  display: block;
  color: #359CF3;
}
.shape2 ul li {
	color: #364755;
	font-size: 17px;
	line-height: 29px;
	margin-bottom: 20px;
	font-weight: 400;
	position: relative;
	padding-left: 40px;
}
.shape2 ul li::after {
	position: absolute;
	content: "";
	left: 15px;
	top: 12px;
	background: #359CF3;
	width: 5px;
	height: 5px;
}
.shape2 ul {
	margin-top: 20px;
}
.rp-whp-left p {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 39px;
}
html[lang="es"] body br, html[lang="fr"] body br, html[lang="de"] body br, html[lang="ko"] body br {
	display: none;
}
body.page-template-template-pricing-content {
	padding-top: 0 !important;
}
.txc-leads-content-right .contact-forms.section-ttaes {
	padding: 20px 50px 2px;
}
.txc-leads-content-right .contact-forms.section-ttaes label {
	font-size: 16px;
}
.txc-leads-content-right .contact-forms.section-ttaes textarea {
	min-height: 100px;
}

.txc-leads-content-left .txc-lead-header p {
  font-size: 22px;
  margin-bottom: 50px;
}

.txc-leads-content-left .txc-lead-header ul li {
  margin-bottom: 25px;
  position: relative;
  font-size: 18px;
}
.txc-leads-content-left .txc-lead-header ul li b {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.txc-leads-content-left .txc-lead-header ul {
	margin-bottom: 44px;
}
.btn-group-sw-txt {
	margin-top: 12px;
	margin-bottom: 0;
	position: relative;
	top: 12px;
	font-size: 18px !important;
	line-height: 29px !important;
}
.page-id-11208 .btn-group-sw {
	margin-top: 50px;
}
body.page-id-11208, body.page-id-16245 {
	padding-top: 0 !important;
}
.page-id-11208 .btn-group-sw-txt, .page-id-11583 .btn-group-sw-txt {
	margin-bottom: 30px;
}
.page-id-11208 .btn-group-sw .btn-arr.blk-arr .btn.btn--orange.btn--animate, .page-id-16245 .btn-group-sw .btn-arr.blk-arr .btn.btn--orange.btn--animate {
	min-width: auto;
}
body.page-id-16245 .btn-group-sw .btn-arr.blk-arr {
	margin-bottom: 25px;
}
.page-id-16245 .btn-group-sw .btn-group-sw-txt {
	margin-bottom: 25px;
	margin-top: 7px;
}
.page-id-16245 .btn-group-sw {
	margin-top: 40px;
}
body.page-template-template-guest-writer {
    padding-top: 0 !important;
}
.cent7-tt-detail.text-center h3 {
  margin-bottom: 25px;
}
.cent7-tt-detail.text-center p {
  margin-bottom: 20px;
}

.ch-cov-cta.bg-grey {
	background-color: #EDEEEF;
	padding: 100px 0;
}
.php-sec-intro-inn.ch-els-cov .nb-txt p {
	text-align: left;
	margin-top: 26px;
	font-size: 17px;
	padding-left: 20px;
	margin-bottom: 0;
}

.txc-leads-content-left .txc-lead-header ul {
  margin-bottom: 44px;
}
.txc-pricing-block {
  padding: 45px 34px;
  background: #E9F6FF;
  border-radius: 13px;
  min-height: 325px;
}
.txc-pricing-block img {
  margin: 0 auto 20px;
}
.txc-pricing-block h4 {
  font-size: 19px;
  line-height: 27px;
}
.txc-pricing-block p {
  font-size: 17px;
  line-height: 27px;
}
.txc-pricing-block a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.txc-pricing-support-area {
	padding: 90px 0 75px;
	background-color: #FEF6F2;
}
.txc-pricing-modernize-area {
  padding-bottom: 90px;
}
.txc-pricing-awards-area {
  padding-bottom: 90px;
  padding-top: 90px;
}

.txc-pricing-awards-blocks ul {
  margin: 0;
  text-align: center;
}
.txc-pricing-awards-blocks ul li {
  display: inline-block;
  padding: 0 20px;
}
.txc-pricing-awards-blocks ul li img {
  max-width: 110px;
}

.txc-pricing-awards-area .txc-lead-detail.text-center {
  padding: 0;
  margin-bottom: 60px;
}
.txc-pr-imgs-for-mobile-only {
	display: none;
}
.txc-pr-imgs-for-mobile-only ul {
	display: grid;
	grid-template-columns: auto auto;
}
.error404 .cp-overlay.close_btn_nd_overlay {
	cursor: pointer;
	display: none;
}
body.page-template-template-webinar-with-date {
	padding-top: 0 !important;
}
.whp-right .webinar-thumb {
	margin-bottom: 40px;
}
.webinar-speakers ul.speakers li {
	width: 50%;
}
body.page-template-template-webinar-with-date .webinar-speakers ul.speakers li .thumb::after {
    display: none;
}
.webinar-speakers ul.speakers li .spk-top-text {
	display: block;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
}

.whp-right.php-sec-lmphp-inn .r-p-btxt p {
  color: #364755;
  font-weight: 400;
}
.whp-right.php-sec-lmphp-inn .r-p-btxt p span {
  color: inherit;
  font-weight: 500;
}

.txc-elevate-middle {
padding: 90px 0;
}
.txc-elevate-middle p {
font-size: 17px;
line-height: 29px;
font-weight: 400;
}
.txc-pp-header {
margin-bottom: 50px;
}
.almacare.txc-els .txc-pp-header h2 {
margin-bottom: 15px;
}
.almacare.txc-els .txc-pp-header p {
font-size: 17px;
text-align: center;
}
.txc-pp-b {
background-color: #E9F6FF;
border-radius: 13px;
padding: 40px;
text-align: center;
}
.txc-pp-b .thumb {
margin-bottom: 25px;
min-height: 75px;
}
.txc-pp-b .thumb img {
margin: 0 auto;
}
.txc-pp-b h4 {
font-size: 20px;
margin-bottom: 20px;
}
.txc-pp-b p {
font-size: 17px;
line-height: 29px;
margin-bottom: 25px;
}
.txc-pp-b a {
font-size: 16px;
font-weight: 700;
letter-spacing: 1.6px;
}
.php-generic-section.bg-blue.lc-cta {
padding: 90px 0;
}
.php-generic-section.bg-blue.lc-cta h3 {
margin-bottom: 20px;
}
.php-generic-section.bg-blue.lc-cta p {
margin-bottom: 30px;
font-size: 25px;
line-height: 35px;
}
.php-secure-and-compliant-inn.text-center {
padding: 90px 0;
}
.pp-en-det-sec .compliant-block-detail.counter strong {
color: #359CF3;
font-weight: 600;
}
.php-generic-section.bg-pink.pp-cta2 {
    background-color: #FEF6F2;
    padding: 90px 0;
  }
  .php-generic-section.bg-pink.pp-cta2 h3 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
  }
  .bann-lp-cnt6 .btn-group-sw .btn-arr a.btn {
	min-width: 280px;
}
.generic-section.banner-php-prelaunch.kc-bann .lp-logo {
	margin-bottom: 70px;
	padding-top: 60px;
}
body.page-template-template-proxmox {
	padding-top: 0 !important;
}
.generic-section.banner-php-prelaunch.kc-bann .lp-logo img {
	margin: 0 auto;
}
.compliant-blocks .compliant-block .compliant-block-thumb {
	min-height: 110px;
}
.generic-section.banner-php-prelaunch.kc-bann {
	background-color: #E9F6FF;
}
.txc-kc-table h3 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 65px;
}
.kc-table tr th {
  text-align: center;
}
.kc-table tr th img {
  margin: 0 auto 12px;
}
.kc-table tr th strong {
	font-size: 19px;
	margin-bottom: 10px;
	display: block;
}
.kc-table tr th p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 0;
}
.kc-table tr th:nth-child(2), .kc-table tr th:nth-child(3) {
  background-color: #E9F6FF;
  padding: 30px;
}
.kc-table tr td:first-child {
	font-size: 15px;
	font-weight: 600;
	padding: 15px 25px 15px 0;
}
.kc-table tr td:nth-child(2), .kc-table tr td:nth-child(3) {
	padding: 20px 20px;
	text-align: center;
}
.kc-table table tr td {
	border-bottom: 1px solid #359CF3;
}
.kc-table tr td, .kc-table tr th {
	width: 38%;
	vertical-align: middle;
}
.kc-table table tr td:first-child {
	line-height: 22px;
}
.kc-table tr td:first-child, .kc-table tr th:first-child {
	width: 24%;
}
.kc-table tr td:nth-child(2) img, .kc-table tr td:nth-child(3) img {
  margin: 0 auto;
}

.kc-table {
position: relative;
}
.page-id-9022 .kc-table::after {
	position: absolute;
	content: "";
	right: -20px;
	top: -27px;
	width: 948px;
	height: 83%;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: 100%;
	box-shadow: 0px 6px 33.5px 0px rgba(53, 156, 243, 0.15);
	background-color: #fff;
	border-radius: 15px;
}
.page-id-9022 .kc-table::before {
	position: absolute;
	content: "";
	left: -30px;
	top: 212px;
	background-image: url(../images/lp/react-1.png);
	width: 1219px;
	height: 873px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: 98%;
}
.generic-section.banner-php-prelaunch.bann-alma .wrapper > .row {
	align-items: center;
}
.txc-kc-table {
	padding: 70px 0 0;
}
.kc-table table tr:last-child td, .kc-table table tr:nth-last-child(2) td {
	border-bottom: 0px solid;
}
.kc-table {
	max-width: 1190px;
	margin: 0 auto;
}

.kc-table table tr:last-child td:nth-child(2), .kc-table table tr:last-child td:nth-child(3) {
    vertical-align: middle;
  }

.kc-table table tr:last-child td:nth-child(2) .btn-arr, .kc-table table tr:last-child td:nth-child(3) .btn-arr {
margin-top: 15px;
margin-bottom: 12px;
}
.kc-table table tr:last-child td:nth-child(2) p a, .kc-table table tr:last-child td:nth-child(3) p a {
font-size: 16px;
font-weight: 700;
letter-spacing: 1.6px;
}
.kc-table .btn-arr.blk-arr a.btn {
	padding-right: 75px;
}
.kc-table > p {
	text-align: right;
	font-size: 13px;
	padding-right: 50px;
	margin-top: 5px;
}
.page-template-template-kernelCare-enterprise .generic-section.php-faqs.risk-comp-sec.kc-faqs.cent-faq {
	background-color: #FEF6F2;
}
#feat-ben .industry-generic-section-inner {
	border-bottom: 1px solid #ddd;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
#feat-ben .industry-generic-section:nth-child(5) .industry-generic-section-inner {
	border-bottom: 0px solid;
	margin-bottom: 0;
}
.txc-c-section.kc-n.txc-e-prtal.appdev.bg-blue p, .txc-c-section.txc-e-prtal.kc-n.appdev.bg-orange p {
	font-size: 25px;
	margin-bottom: 30px;
	line-height: 38px;
}
.txc-c-section.kc-n.txc-e-prtal.appdev.bg-blue h2, .txc-c-section.txc-e-prtal.kc-n.appdev.bg-orange h2 {
	font-size: 32px;
	margin-bottom: 25px;
}  
.txc-texti-right .t-logo ul {
	margin-bottom: 32px;
}
.t-logo p {
	margin-bottom: 5px;
}
.t-logo p a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.6px;
}
body.page-template-template-paid-ppc-php {
	padding-top: 0 !important;
}
.ppc-paid-banner.txc-banner.banner-lp.bann-lp-cnt6 .generic_content h1 {
	font-weight: 600;
}
.ppc-paid-banner.txc-banner.banner-lp.bann-lp-cnt6 .generic_content p {
	font-size: 17px;
	line-height: 29px;
	margin-bottom: 30px;
}
.ppc-paid-banner .btn-group-sw .btn-arr.btn-arr-outline {
	margin-bottom: 25px;
}
.ppc-paid-banner .btn-group-sw .btn-arr.btn-arr-outline .btn.btn--white.btn--animate {
	padding-right: 0;
	min-width: 226px;
}
.txc-banner.banner-lp.bann-lp-cnt6.ppc-paid-banner {
	padding-bottom: 100px;
}
.txc-lp-org-area.txc-lp-org-cnt8.ppc-paid-intro .txc-lp-org-area-top {
	padding-top: 0;
	border-bottom: 0px solid;
	padding-bottom: 35px;
}
.ppc-paid-intro h3 {
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 22px;
}
.ppc-paid-intro img {
	margin-bottom: 40px;
}
.ppc-paid-intro p {
	font-size: 17px;
}
.secure-b-inn ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1043px;
  margin: 0 auto;
  gap: 50px;
  position: relative;
}
.secure-b-inn ul li {
  text-align: center;
  font-size: 17px;
  line-height: 29px;
}
.secure-b-inn ul li img {
  margin: 0 auto 80px;
}
.secure-b-inn ul::after {
	position: absolute;
	content: "";
	left: 0;
	top: -33px;
	background-image: url(../images/lp/sec.png);
	height: 138px;
	width: 1053px;
	z-index: -1;
}

.get-els-detail h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}

.get-els.row .els-item-n {
  background-color: #E9F6FF;
  padding: 40px 33px;
}
.get-els.row .els-item-n .thumb {
  margin-bottom: 20px;
}
.get-els.row .els-item-n .thumb img {
  margin: 0 auto;
}
.get-els.row .els-item-n p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 35px;
}
.get-els.row .els-item-n h4 {
  font-size: 16px;
  color: #359CF3;
  letter-spacing: 1.6px;
  line-height: normal;
}
.bann-alma.generic-section.banner-php-prelaunch p {
	font-size: 17px;
	line-height: 29px;
	color: #081C2E;
	font-weight: 400;
}

.intro-list-detail {
    padding: 90px 0;
  }
  .intro-list-detail ul {
	margin: 0;
	list-style: none;
	background-color: #E9F6FF;
	border-radius: 16px;
	display: flex;
	padding: 35px 0;
	gap: 20px;
	justify-content: space-around;
}
  .intro-list-detail ul li {
    text-align: center;
    font-size: 17px;
    line-height: 29px;
  }
  .intro-list-detail ul li span {
    display: block;
    margin-bottom: 22px;
  }
  .intro-list-detail ul li span img {
    margin: 0 auto;
  }
  .comb-of-support h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .c-of-s {
    display: flex;
    gap: 15px;
  }
  .c-of-s .c-of-s-l {
    background-color: #E9F6FF;
    border-radius: 16px;
    padding: 25px 15px 15px;
  }
  .c-of-s .c-of-s-l h3, .c-of-s .c-of-s-r h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px;
  }
  .cofs {
    display: flex;
    gap: 15px;
  }
  .cofs-i {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 16px;
    max-height: 360px;
  }
  .cofs-i p img {
    margin: 0 auto;
  }
  .cofs-i h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  .cofs-i p {
    font-size: 17px;
    line-height: 29px;
  }
  .c-of-s-r {
    background-color: #FEF6F2;
    padding: 25px 15px 15px;
    border-radius: 16px;
  }

.support-blocks-inn {
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
.col-12 .support-blocks-inn:last-child {
	border-bottom: 0px solid;
	padding-bottom: 0;
}
.sb-inn-item.row {
  align-items: center;
}
.sb-inn-thumb img {
  margin: 0 auto;
}
.sb-inn-detail h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.sb-inn-detail ul li {
  font-size: 17px;
  line-height: 29px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.sb-inn-detail ul li:after {
  position: absolute;
  content: "✓";
  left: 0;
  top: 5px;
  background-color: #E9F6FF;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #359CF3;
  border-radius: 3px;
}
.one-info {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: -35px;
}
.support-blocks-area {
	padding: 75px 0;
}
.txc-c-section.txc-e-prtal.alm-cta h2 {
	line-height: normal;
}
.txc-c-section.txc-e-prtal.alm-cta p {
	font-size: 17px !important;
}
.support-level-area .support-level-inn h2 {
	margin-bottom: 40px;
}
.page-template-template-almacare-v2 .lp-cta-o.automated-cta .kc-o-sec-inn.alma-comps-b h2 {
	margin-bottom: 30px;
	line-height: normal;
}
.page-template-template-almacare-v2 .btn-group-sw .btn-arr a.btn.btn--white {
	min-width: auto;
}
.one-info strong {
	position: relative;
	left: -7px;
}

.php-sec-and-comp-top h2 {
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 50px;
}
.php-sec-and-comp-t {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 50px;
}
.php-sec-and-comp-t .comp-t {
  text-align: center;
  background-color: #E9F6FF;
  padding: 30px;
}
.comp-t.t-l {
  position: relative;
}
.comp-t img {
  margin: 0 auto 18px;
}
.comp-t.t-l h3 {
  font-size: 28px;
  line-height: 27px;
  margin-bottom: 20px;
}
.det-n {
  font-size: 17px;
}
.det-n p {
  font-size: 17px;
  line-height: 29px;
}
.comp-t.t-l:after {
  position: absolute;
  right: -33px;
  top: 50%;
  content: "Or";
  font-weight: 700;
  text-transform: uppercase;
}
.php-secure-and-compliant-inn.text-center {
  padding: 90px 0 0;
}

.php-cta1.php-sec-lmphp h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.php-generic-section.php-sec-lmphp.php-cta2 h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.php-generic-section.php-sec-lmphp.php-cta2 p {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 30px;
}

.php-generic-section.php-sec-exploited.php-cta3 h2 {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
}
.php-nl-r .compliant-block-detail.counter strong {
  color: #359CF3;
  font-weight: 600;
}
.php-new-intro .get-els-detail.text-center {
  margin-top: 75px;
}

.txc-lp-org-area-top .row .col-lg-6:nth-child(2) img {
  margin: 0 auto;
}
/* free trial form css */
button#submit-btn .spinner-border {
	display: none;
}
.free-trial-form .row .col-12, .free-trial-form .row .col-md-6 {
    margin-bottom: 12px;
  }
  .free-trial-form  .form-label {
    margin-top: 12px;
  }
  .free-trial-form label {
    margin-top: 12px;
  }
  .agreements .req {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .agreements .agr {
    margin-bottom: 20px;
  }
  .agreements .agr input#agreement {
    width: auto;
  }
  #submit-btn {
    width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #F48243;
    border: 1px solid #F48243;
    padding: 13px 50px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
}
  body.page-template-template-free-trial {
	padding-top: 0 !important;
}

.kcsp-trial-registration-warning {
    background-color: #fff3cd;
    padding: 8px 30px;
    width: 100%;
    border: 1px solid #ffeeba;
  }
  .kcsp-trial-registration-warning li {
    font-size: 14px;
  }

.kcsp-trial-registration-warning {
    background-color: #fff3cd;
    padding: 8px 30px;
    width: 100%;
    border: 1px solid #ffeeba;
  }
  .kcsp-trial-registration-warning li {
    font-size: 14px;
  }
  .kcsp-trial-registration-success-wrapper {
    background-color: #d4edda;
    padding: 20px 20px 3px;
    margin-bottom: 35px;
    border-radius: 5px;
  }
  .kcsp-trial-registration-success-wrapper p {
    font-size: 18px;
    line-height: 29px;
  }
  .kcsp-trial-registration-success-wrapper p .--first-name {
    font-weight: 600;
  }
  .kcsp-trial-registration-success li {
    font-size: 16px;
    font-style: italic;
  }
  .kcsp-trial-registration-success li b {
    font-style: normal;
  }
  button#submit-btn[disabled] .spinner-border {
    display: inline-block;
}
#submit-btn + .spinner-border {
    display: none;
}

#submit-btn[disabled] {
    opacity: .5;
}

#submit-btn[disabled] + .spinner-border {
    display: inline-block;
}
.generic_thumb img {
	margin: 0 auto;
}
/* body {
    padding-top: 154px !important;
} */
body.home {
	padding-top: 154px !important;
}

.page-id-17225 .generic_content .p-thumb {
  display: flex;
  align-items: center;
}
.page-id-17225 .generic_content .p-thumb a {
  display: inline-block;
  margin-right: 30px;
}
.page-id-17225 .generic_content .p-thumb a img {
  display: inline;
  max-width: 248px;
}
.page-id-17225  .whitepaper-wrap.wh-n-s.webinar-lp {
  background-color: #E9F6FF;
  background-image: url(../images/lp//w-w-d-bg.png);
  background-size: cover;
  background-position: center;
}
.page-id-17225 .whitepaper-wrap.wh-n-s.webinar-lp .generic_content p, .page-id-17225 .whitepaper-wrap.wh-n-s.webinar-lp .generic_content, .page-id-17225 .whitepaper-wrap.wh-n-s.webinar-lp .generic_content h1, .page-id-17225 .whitepaper-wrap.wh-n-s.webinar-lp .generic_content ul li, .page-id-17225 .whitepaper-wrap.wh-n-s.webinar-lp .generic_content p em, .page-id-17225 .whitepaper-wrap.wh-n-s.webinar-lp .generic_content p strong  {
	color: #fff;
}
.page-id-17225 .generic_content > .row {
	align-items: self-end;
}
.page-id-17225 .generic_content > .row .btn-arr .btn.btn--orange {
	background-color: transparent;
	border: 1px solid;
	border-radius: 5px;
}
.page-id-17225 .generic_content .whp-left {
	max-width: 675px;
}
.centos7-e-r-video {
	max-width: 600px;
	margin: 40px auto 0;
}
.sb-inn-detail p a {
	font-size: 17px;
	font-weight: 500;
	line-height: 19px;
	display: block;
	margin-top: 35px;
}
.page-id-17648 .txc-banner.banner-pillar {
	padding: 0;
}
.page-id-17648 #pillar-nav-li-2, .page-id-17648 #pillar-nav-li-4 {
	padding: 0;
	background-color: transparent;
}
.page-template-template-centos7 .php-generic-section.section-white.uels-sec-area .php-sec-intro-inn {
	border-bottom: 0.9401px solid #364755;
	padding-bottom: 75px;
}
body.page-id-17765 {
	padding-top: 0;
}

.div-top {
    background-color: #359CF3;
    padding: 18px 0;
  }
  .div-top .div-top-inner ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
  }
  .div-top .div-top-inner ul li {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
  }
  .div-top .div-top-inner ul li:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
  }
  .txc-banner.banner-lp.bann-lp-cnt6 {
	background-image: linear-gradient(180deg, #FFF 43.07%, #E9F6FF 106.77%) !important;
	background-position: bottom center;
}
.els-intro.els-lp-intro .els-dr, .els-intro.els-lp-intro .els-lang {
	box-shadow: 0 0 0;
	background: transparent;
	padding: 0;
}
.els-intro.els-lp-intro .els-dr {
	margin-bottom: 50px;
}
.els-intro.els-lp-intro .els-lang ul {
	justify-content: flex-start;
	gap: 50px;
}
.page-id-17765 .txc-banner.banner-lp.bann-lp-cnt6 h1 {
	font-size: 36px;
	font-weight: 600;
}
.page-id-17765 .banner-lp-inn .contact-forms.section-ttaes {
	padding: 50px 50px;
}
.els-intro-bottom .els-bottom-detail li {
	position: relative;
}
.els-intro-bottom .els-bottom-detail li::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	border-right: 1px solid #ccc;
	width: 1px;
	height: 200px;
}
.els-intro-bottom .els-bottom-detail li:last-child::before {
	height: 0px;
}
.page-id-17765 .php-generic-section.section-black.els-ttb {
	background-color: #E9F6FF;
}
.page-id-17765 .txc-banner.banner-lp .generic_content p {
	font-size: 17px;
	line-height: 29px;
}
.linux-env-inn-vid {
	box-shadow: -7px 4px 16.6px 0px rgba(53, 156, 243, 0.32);
	border: 5px solid #fff;
	border-radius: 7px;
}

.ch-els-cov-video {
    background-color: #E9F6FF;
    padding: 50px;
    box-shadow: -5px 5px 26.8px 0px rgba(53, 156, 243, 0.21);
    border-radius: 13px;
    border: 4px solid #fff;
    margin-top: 65px;
  }
  .ch-els-cov-video .ch-els-cov-video-left {
    max-width: 480px;
  }
  .ch-els-cov-video .ch-els-cov-video-left h2 {
    text-align: left;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .ch-els-cov-video .ch-els-cov-video-left p {
    text-align: left;
  }
  
.fips3-bottom {
    background: #E9F6FF;
    padding: 45px 17px 17px 17px;
    border-radius: 10px;
  }
  .fips3-top-right p {
	font-size: 17px;
	line-height: 29px;
	margin-bottom: 0;
}
.fips3-top-left ul li {
	font-size: 17px;
}
  .fips3-bottom-h h2 {
    font-size: 25px;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
  }

  .fips3s-bottom ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 17px;
  }
  .fips3s-bottom ul li {
    background-color: #fff;
    border-radius: 7px;
    padding: 17px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    color: #359CF3;
  }
  .fips3s-bottom ul li strong {
    background: #E9F6FF;
    width: 100%;
    display: flex;
    height: 93px;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
  }
  .fips3s-bottom ul li strong img {
    margin: 0 auto;
  }

  .fips3-top-left p {
    font-size: 17px;
    line-height: 29px;
  }
  .fips3-top-left ul {
    margin-bottom: 22px;
  }

  .fips3-top-left ul li img {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 10px;
  }
  .fips3-top-right {
    border: 3px solid #D9EDFF;
    box-shadow: 0px 4px 58px 0px rgba(53, 156, 243, 0.15);
    background: #fff;
    border-radius: 23px;
    padding: 36px 40px;
  }
  .fips3-top-right p strong {
    font-size: 19px;
    line-height: 30px;
    display: block;
    margin-bottom: 12px;
  }
  .fips3-top {
    margin-bottom: 80px;
  }
  .fips3-top > .row {
    align-items: center;
  }
  .fips3--area {
    padding: 90px 0;
  }
  .fips-item-area.bg-blue {
	background: #E9F6FF;
	padding: 90px 0;
}

.fips-item-inn h2 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 50px;
}
.fips-item img {
  margin: 0 auto 30px;
}
.fips-item h4 {
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 15px;
}
.fips-item p {
  text-align: center;
  font-size: 17px;
  line-height: 29px;
}

.fips-item-inn .fips-link {
  display: flex;
  justify-content: center;
}
.fips-items.row {
  margin-bottom: 40px;
}
.fips-item-inn .fips-link a {
  background: #F48243;
  font-size: 16px;
  color: #081C2E;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 22px;
  margin: 0px 9px;
  border-radius: 5px;
}

.fipsB--area {
    padding: 90px 0;
  }

  .fipsB--area-inn h2 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .fipsB--area-inn p {
	font-size: 17px;
	line-height: 29px;
	margin: 0;
}
  .fipsB--area-inn img {
    margin: 0 auto;
  }
  .fipsB-top {
    margin-bottom: 30px;
  }

.fipsB-support-acces-left ul {
  list-style: circle;
  padding: initial;
  margin: 20px;
}
.fipsB-support-acces-left ul li {
  font-size: 17px;
  line-height: 29px;
  display: block;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.fipsB-support-acces-left ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #333;
}
.fipsB-support-access {
  margin-bottom: 65px;
}
.fipsB-support-access > .row {
  align-items: center;
}
.fips-cta {
  background: #FEF6F2;
  border-radius: 13px;
  padding: 40px;
  text-align: center;
}
.fips-cta.left {
  background: #E9F6FF;
}
.fips-cta h3 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 25px;
}
.fips-cta a {
  background: #F48243;
  border-radius: 5px;
  color: #081C2E;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
}
.fipsB-middle {
	margin-bottom: 45px;
}
.kernel-distro-roll {
    background: #E9F6FF;
    border: 4px solid #fff;
    box-shadow: -5px 5px 26.8px 0px rgba(53, 156, 243, 0.21);
    border-radius: 13px;
    padding: 60px 30px;
  }
  .kernel-distro-roll .rol > span {
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 18px;
  }
  .kernel-distro-roll > .row .kcl1 {
	width: 18%;
}
.kernel-distro-roll > .row .kcl4 {
	width: 32%;
}

.page-id-9022 .generic-section.banner-php-prelaunch.kc-bann {
    padding-bottom: 120px;
  }

  .kernel-distro-roll {
    position: relative;
    top: -155px;
    margin-bottom: -155px;
  }
  .alert.alert-success.alert-dismissible.alert-txc a.alert-btn {
	background-color: #f48243;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px 5px;
	line-height: normal;
	margin-left: 10px;
	border-radius: 5px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
}
.php-generic-section.php-sec-secure-and-complaint.python-why-txc {
	padding: 0px 0 100px;
}
.content-columns .art-v-header-f-m {
	display: none;
}
.ol7-promo-inn {
	box-shadow: 0px 4px 58px 0px rgba(53, 156, 243, 0.15);
	border: 3px solid #D9EDFF;
	background: #fff;
	border-radius: 23px;
	padding: 55px;
}
.ol7-promo-inn.row {
	align-items: center;
}
.ol7-promo-inn-thumb img {
	margin: 0 auto;
}
.parent-pageid-7130 .generic-section.banner-php-prelaunch.banner-rc {
	background: linear-gradient(180deg, #FFF 43.07%, #E9F6FF 106.77%);
	padding-bottom: 150px;
}

.ol7-promo-b-inn {
    background: radial-gradient(285.23% 309.9% at 52.04% 346.3%, #28E5A6 0%, #081C2E 100%);
    border-radius: 22px;
    padding: 45px;
    position: relative;
  }
  .ol7-promo-b-inn-detail {
    padding-right: 250px;
  }
  .ol7-promo-b-inn-thumb {
    position: absolute;
    right: 75px;
    top: 30px;
  }
  .ol7-promo-b-inn-detail h2 {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
  }
  .ol7-promo-b-inn-detail p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
  }
.ol7-promo-inn.row {
	align-items: center;
	position: relative;
	top: -100px;
	margin: 0 0 -100px;
}
.ol7-promo-inn-detail p {
	font-size: 17px;
}
.ol7-promo-b {
	padding: 70px 0;
}
.ol7-blocks-inn.text-center h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}
.ol7-block p {
  font-size: 17px;
  line-height: 29px;
}
.ol7-block .thumb {
  margin: 0 auto 20px;
}
.ol7-blocks.section-padding {
  padding: 30px 0 60px;
}

.ol7-switching-3.section-padding {
    background: #E9F6FF;
    padding: 90px 0;
  }
  .ol7-switching-inn.text-center h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 45px;
  }
  .row.switchings {
    margin: 0 auto;
  }
  .row.switchings .switching-thumb {
    margin-bottom: 30px;
  }
  .row.switchings .switching-thumb img {
    margin: 0 auto;
  }
  .row.switchings .switching-thumb img {
    max-width: 875px;
  }
  .switching {
    max-width: 375px;
    margin: 0 auto;
  }
  .switching h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .switching p {
    font-size: 17px;
    line-height: 29px;
  }

.ol7-blocks.ol7-blocks-b.section-padding {
    padding-top: 70px;
    margin-bottom: 70px;
  }
  .ol7-blocks.ol7-blocks-b .ol7-blocks-inn h2 {
    margin-bottom: 12px;
  }
  .ol7-blocks.ol7-blocks-b .ol7-blocks-inn p {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 29px;
  }

  .ol7-blocks.ol7-blocks-b.section-padding {
	padding-top: 90px;
	margin-bottom: 0;
	padding-bottom: 0;
}
  .ol7-blocks.ol7-blocks-b .ol7-blocks-inn h2 {
    margin-bottom: 12px;
  }
  .ol7-blocks.ol7-blocks-b .ol7-blocks-inn p {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 29px;
  }
  .ol7-blocks-b .ol7-blocks-inn {
	border-color: rgba(53, 156, 243, 0.80);
	border-width: 0 0 1px;
	border-style: solid;
	padding-bottom: 35px;
}
  .page-id-18674 .generic-section.php-faqs.risk-comp-sec.cent-faq {
	padding-top: 0;
}
.page-id-18674 .generic-section.php-faqs.risk-comp-sec.cent-faq .prtnr-prog-accordion {
	border-color: rgba(53, 156, 243, 0.80);
	border-width: 1px 0 0;
	border-style: solid;
	padding-top: 80px;
}

.ol7-cta-1-inn {
    background: #E9F6FF;
    padding: 40px 35px;
    border: 5px solid #FFF;
    border-radius: 12px;
    box-shadow: -5px 5px 26.8px 0px rgba(53, 156, 243, 0.21);
  }
  .ol7-cta-1-inn > .row {
    align-items: center;
  }
  .ol7-cta-1-inn .ol7-cta-1-inn-detail h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .ol7-cta-1-inn .ol7-cta-1-inn-detail p {
    font-size: 17px;
    margin-bottom: 0;
    max-width: 560px;
  }

.ol7-cta-2-inn {
    padding: 90px 0;
    border-color: rgba(53, 156, 243, 0.80);
    border-style: solid;
    border-width: 0 0 1px;
  }
  .ol7-cta-2-inn > .row {
    align-items: center;
  }
  .ol7-cta-2-inn-detail {
  }
  .ol7-cta-2-inn-detail h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .ol7-cta-2-inn-detail p {
	font-size: 17px;
	max-width: 555px;
	margin-bottom: 20px;
}
  .ol7-cta-2 {
    margin-bottom: 80px;
  }
  .ol7-cta-3 {
    padding-bottom: 90px;
  }
  .ol7-cta-3-inn.text-center h2 {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 35px;
  }
  .ol7-cta-3-inn.text-center p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 29px;
  }
.page-template-support-portal .btn.btn-try-now,
.page-template-support-search-results .btn.btn-try-now {
	display: none;
}
.els-lang ul li:nth-child(3) a img, .els-lang ul li:nth-child(4) a img {
	max-width: 38px;
}
.els-lang {
	padding: 35px 50px;
}

.bann-lp-spring .lp-logo {
    margin-bottom: 70px;
  }
  .bann-lp-spring .lp-logo img {
    margin: 0 auto;
  }
  .generic-section.banner-php-prelaunch.bann-alma.bann-lp-spring {
	padding-top: 90px;
	position: relative;
}
  .generic-section.banner-php-prelaunch.bann-alma.bann-lp-spring .generic_content {
    justify-content: flex-start;
  }
  body .bann-lp-spring.bann-alma.generic-section.banner-php-prelaunch h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  body .bann-lp-spring.bann-alma.generic-section.banner-php-prelaunch img {
    margin-bottom: 20px;
  }
  body .bann-lp-spring.bann-alma.generic-section.banner-php-prelaunch .btn.btn--orange.btn--animate {
    padding-right: 90px;
    min-width: auto;
  }
  #form.contact-forms.section-ttaes {
	position: absolute;
}
.generic-section.banner-php-prelaunch.bann-alma.bann-lp-spring textarea {
	min-height: 90px !important;
}

.bann-lp-spring .spring-banner-content {
    background: #fff;
    box-shadow: 0px 4px 58px 0px rgba(53, 156, 243, 0.15);
    border: 3px #D9EDFF;
    border-radius: 23px;
    padding: 42px 55px;
    position: relative;
    bottom: -155px;
  }
  .bann-lp-spring .spring-banner-content .eol-banner-image {
    padding: 0 0 15px;
    display: block;
  }
  .txc-wrap .why-tc-title {
	font-size: 25px;
	margin-bottom: 50px;
}
.learn-more-row.row.spring-row .btn-arr.blk-arr {
	margin-top: 22px;
}
.col-12.col-md-6.col-lg-6.p-relative {
	position: relative;
}
.page-id-18813 .why-not.row.spring-row {
	margin-top: 50px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: rgba(26, 26, 26, 0.80);
	padding-bottom: 85px;
}
.lps-os-blocks .lps-os-block .btns a.btn-orange {
	margin-bottom: 15px;
}
.whp-right.php-sec-lmphp-inn.web-new-lp-r .webinar-dates h5 {
	font-size: 25px;
	line-height: 38px;
	margin-bottom: 15px;
}
.whp-right.php-sec-lmphp-inn.web-new-lp-r h4 {
	margin-bottom: 18px;
}
.whp-right.php-sec-lmphp-inn.web-new-lp-r p img {
	margin-top: 40px;
	display: block;
}
.webinar-speakers ul.speakers .title h5 {
	color: #359CF3;
	display: block;
	padding: 10px 0;
	font-size: 17px;
}
.lps-os-blocks .lps-os-block .thumb img {
	max-height: 60px;
}

.lps-os-blocks .lps-os-block {
    position: relative;
    padding-bottom: 140px;
  }
  .lps-os-blocks .lps-os-block .btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .lps-os-blocks .lps-os-block .btns a.btn-orange {
    margin-bottom: 0;
  }
  .lps-os-blocks .lps-os-block .btns a.btn-white {
    margin-top: 15px;
  }
  .els-dr, .els-lang {
	min-height: 242px;
}
.page-id-18959 .webinar-speakers ul.speakers {
	gap: 50px;
}
.page-id-18959 .webinar-speakers ul.speakers li {
	width: 33%;
	max-width: unset;
}
.whp-right.php-sec-lmphp-inn.web-new-lp-r .rbsv-info p {
	font-size: 18px;
	color: #000;
	line-height: 29px;
}

.kc-cog-new h3 {
    color: #364755;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 82px;
  }
  .kc-cog-n-inn {
    display: flex;
    gap: 50px;
  }
  .kc-cog-n .kc-cog-n-i {
    position: relative;
    width: 400px;
  }
  .kc-cog-n .kc-cog-n-i h5 {
	font-size: 22px;
	line-height: 29px;
	color: #364755;
	font-weight: 500;
	margin-bottom: 22px;
}
  .kc-cog-n.kc-cog-new-r {
    text-align: right;
  }
  .kc-cog-n .kc-cog-n-i:after {
    position: absolute;
    content: "";
    left: 0;
    top: 38px;
    background: #359CF3;
    height: 1px;
    width: 100%;
  }
.kc-cog-n .kc-cog-n-i::before {
	position: absolute;
	content: "";
	right: 0;
	top: 33px;
	width: 12px;
	height: 12px;
	background: #359CF3;
	border-radius: 50%;
}
.kc-cog-n.kc-cog-new-r .kc-cog-n-i::before {
    right: auto;
    left: 0;
}
.kc-cog-n-i p {
	font-size: 17px;
	line-height: 29px;
	font-weight: 400;
}
.kc-cog-n-i {
	margin-bottom: 32px;
}
.kc-cog-n-img {
	position: relative;
	top: -22px;
}
.txc-c-section.txc-kc-blocks.bg-blue {
	padding-top: 20px;
}
.rnels-wrap.kc-ic-relo {
	position: relative;
}
/* .rnels-wrap.kc-ic-relo::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 60px;
	background: url(../images/lp/ico-relo.png);
	width: 77px;
	height: 77px;
} */

.fipsB-bottom h2 {
  text-align: center;
}
.fipsB-bottom p {
  text-align: center;
  margin-bottom: 35px;
}
.fipsB-bottom .table-responsive {
  background: #E9F6FF;
  border-radius: 23px;
  padding: 15px;
}

.fipsB-bottom .table-responsive table thead tr th {
  border-bottom: 0px solid !important;
  box-shadow: 0 0 0 !important;
  background: #CDEBFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
  padding: 12px 17px;
}
.fipsB-bottom .table-responsive table tbody {
  border-top: 0px solid;
}
.fipsB-bottom .table-responsive table tbody tr th {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  padding: 12px 17px;
}
.fipsB-bottom .table-responsive table tbody tr td {
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	padding: 25px 17px;
}
.fipsB-bottom .table-responsive table tbody tr td span {
	display: block;
	margin-bottom: 20px;
}
.fipsB-bottom .table-responsive table tbody tr th, .fipsB-bottom .table-responsive table tbody tr td {
	position: relative;
	z-index: 9;
}
.fipsB-bottom .table-responsive table tbody tr:last-child th, .fipsB-bottom .table-responsive table tbody tr:last-child td {
	border-bottom: 0px solid #359CF3;
}
.fipsB-bottom .table-responsive table thead tr th:first-child {
	border-radius: 14px 0 0 14px;
}
.fipsB-bottom .table-responsive table thead tr th:last-child {
	border-radius: 0 14px 14px 0;
}
.fipsB-bottom  .table.align-middle {
	position: relative;
}
.fipsB-bottom .table.align-middle::after {
	position: absolute;
	content: "";
	right: -57px;
	top: 47px;
	background: url(../images/lp/react-2.svg);
	width: 1132px;
	height: 1066px;
	z-index: 0;
}
.fipsB-bottom .table-responsive table tbody tr th::after, .fipsB-bottom .table-responsive table tbody tr td::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #359CF3;
}
.fipsB-bottom .table-responsive table tbody tr:nth-child(1) td, .fipsB-bottom .table-responsive table tbody tr:nth-child(1) th {
	padding-top: 50px;
}
.fipsB-bottom .table-responsive table tbody tr:last-child th::after, .fipsB-bottom .table-responsive table tbody tr:last-child td::after {
	height: 0px;
}
.fipsB-bottom {
	padding-bottom: 70px;
}
.fipsB-bottom .table-responsive {
	overflow: hidden;
}

.cent7-sec-cta-t.cent7-sec-cta-t-n .n-promo-thumb img {
	left: auto;
	top: 24px;
	max-width: 80px;
	right: 20px;
}

.page-template-template-centos7 .php-generic-section.section-grey.cent7-sec-intro {
	padding-bottom: 150px;
}

.cent7-sec-cta-t.cent7-sec-cta-t-n .cent7-sec-cta-t-inn {
  padding: 30px 35px;
  text-align: left;
  max-width: 100%;
}
.cent7-sec-cta-t.cent7-sec-cta-t-n .cent7-sec-cta-t-inn h2 {
  color: #359CF3;
}
.cent7-sec-cta-t.cent7-sec-cta-t-n .cent7-sec-cta-t-inn p {
  margin-bottom: 0;
}
.php-generic-section.cent7-sec-cta-t.cent7-sec-cta-t-n {
	top: -72px;
}
.ch-els-cov-area h3 {
	color: #359CF3;
	text-align: center;
	font-size: 22px;
	line-height: normal;
	border-bottom: .70px solid #081C2E;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.n-centos-7-wrap .ch-cov-cta {
	padding-bottom: 100px;
	padding-top: 50px;
}
.n-centos-7-wrap .ch-cov-cta.bg-orange {
	padding-top: 100px;
}
.n-centos-7-wrap .php-generic-section.section-white.uels-sec-area {
	padding-top: 20px;
}
.n-centos-7-wrap .generic-section.php-faqs.risk-comp-sec.cent-faq {
	padding-bottom: 0;
}

.n-centos-7-wrap .benefit-area .benefit-s,  .n-centos-7-wrap .generic-section.php-faqs.risk-comp-sec.cent-faq .prtnr-prog-accordion {
    border-bottom: .70px solid #081C2E;
    padding-bottom: 80px;
  }
  .n-centos-7-wrap .benefit-area {
    padding-bottom: 0;
  }
.n-centos-7-wrap .support-you-can.text-center h2 {
	margin-bottom: 45px;
}
.n-centos-7-wrap .generic-section.banner-php-prelaunch.banner-rc {
	padding-bottom: 80px;
	padding-top: 80px;
}
.ol7-promo-inn-thumb-n {
	margin-bottom: 25px;
}
.page-id-19452 #form.contact-forms.section-ttaes {
	padding: 45px 50px 45px;
}
.page-id-19452 .txc-banner.banner-lp .generic_content p {
	font-size: 17px;
	line-height: 29px;
}
.ol7-promo-inn-thumb-n img {
	max-width: 95px;
}
.page-id-19452 .txc-banner.banner-lp.bann-lp-cnt6 {
	padding-bottom: 250px;
}
.page-id-19452 .ol7-promo-inn {
	position: relative;
	top: -185px;
	margin-bottom: -185px;
}
.page-id-19452 .txc-banner.banner-lp.bann-lp-cnt6 .generic_content h1 {
	font-weight: 600;
}
.page-id-19452 .ol7-promo-b-inn-detail h2 {
	color: #fff;
}
.page-id-19452 .ol7-blocks-b .ol7-blocks-inn {
	border-bottom: 0px solid;
}
.ol7-ppc-cta .btn-group-sw .btn-arr .btn {
	color: #000;
	min-width: 265px;
	padding-right: 0;
}
.contact-form.bg-orange.tt-ex-ar.ol7-ppc-cta {
	padding: 100px 0;
}
.ol7-ppc-cta .btn-group-sw {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 38px;
}
.reloading {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
  }
  
  @keyframes spin {
      from {
          transform:rotate(0deg);
      }
      to {
          transform:rotate(360deg);
      }
  }
  div#reload {
    position: absolute;
    width: 47px;
    height: 47px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: -5px 5px 26.8px 0px rgba(53, 156, 243, 0.21);
    background: #359CF3;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
}
div#reload img {
    margin: 0 auto;
}
div#loader {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #359CF3;
    bottom: -1px;
    left: 0;
    display: none;
}
div#loader.show {
    display: block;
}
/* skeleton loader */
.liner {
    opacity: 0;
    visibility: hidden;
}
.show.liner {
    opacity: 1;
    visibility: visible;
}
.liner {
	margin-top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	border-radius: 7px;
	background-image: linear-gradient(90deg, #FFF 2.17%, #7dbff7 95.24%);
	background-size: 600px;
	animation: shine-lines 1.6s infinite linear;
}
.odo-wrap {
	position: relative;
}
.liner {
	background-color: #7dbff7;
}
  
@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 400px;
    }
}
.btn-arr.blk-arr.phog {
	margin-top: 40px;
}
.btn-arr.blk-arr.phog a {
	display: inline-block;
	width: auto;
	max-width: 300px;
	margin: 0 auto;
}
#kc-free-trial, #kc-get-quote {
	max-width: 300px;
}
.whp-right.php-sec-lmphp-inn h4.sub {
	text-align: left;
	font-size: 25px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 25px;
}
.whp-right.php-sec-lmphp-inn .btn-arr {
	text-align: left;
}
.webinar-speakers .webinar-speakers-inn .title h6 {
	font-size: 17px;
	color: #359CF3;
	font-weight: 600;
	margin: 10px 0px 20px;
}
/* skeleton loader */
/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.loader-image .blink-image {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
.jobs-list-wrap .loader-image {
    display: none;
}
.jobs-list-wrap .loader-image .blink-image {
	max-height: 124px;
}
.jobs-list-wrap {
    position: relative;
}
.jobs-list-wrap .loader-image.show {
	display: block;
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	padding-top: 80px;
	justify-content: center;
}
.oj-banner.section-padding {
	background-color: #E9F6FF;
	padding: 100px 0;
}

.jobs-list-wrap .whr-group {
    font-size: 32px;
    margin-bottom: 38px;
  }
  .jobs-list-wrap  .whr-items .whr-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .jobs-list-wrap .whr-items .whr-item .whr-title {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: normal;
  }
  .jobs-list-wrap .whr-items .whr-item .whr-info li, .jobs-list-wrap .whr-items .whr-item .whr-info .whr-date span {
    font-size: 18px;
  }

/* cookie */
/*.new-home-banner {
    padding: 148px 0 100px;
}

.generic-section.banner-php-prelaunch {
    padding-top: 230px;
}*/

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .page-id-19452 #form.contact-forms.section-ttaes {
        padding: 20px;
    }
    .ol7-ppc-cta .btn-group-sw {
        display: block;
    }
    .ol7-ppc-cta .btn-group-sw .btn-arr {
        margin-bottom: 20px;
    }
    .contact-form.bg-orange.tt-ex-ar.ol7-ppc-cta {
        padding: 50px 0;
    }
    .n-centos-7-wrap .banner-rc .btn-group-sw .btn-arr a.btn {
        min-width: 100%;
    }
    .page-id-18959 .webinar-speakers ul.speakers li {
        width: 100%;
    }
    .fipsB-bottom .table-responsive {
        overflow: auto;
    }
    .kernel-distro-roll > .row .kcl1 {
        width: 100%;
    }
    .kernel-distro-roll > .row .kcl4 {
        width: 100%;
    }
    .kernel-distro-roll .odometer {
        font-size: 30px;
    }
    .page-id-17225 .generic_content .p-thumb {
        display: block;
    }
    .page-id-17225 .generic_content .p-thumb a {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .txc-pp-b {
        margin-bottom: 20px;
    }
    .pp-en-det-sec .armd-area-detail .armed-item p {
        font-size: 17px;
        line-height: 29px;
    }
    .webinar-speakers ul.speakers li {
        width: 100%;
    }
    .social-media-detail-bottom .embed-responsive iframe {
        width: auto;
        height: auto;
    }

    .sys-intro-in h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .sys-intro-in h3 br {
        display: none;
    }

    .txc-reboot {
        margin-bottom: 25px;
    }

    .file-block .thumb {
        min-height: auto;
    }

    .txc-sys-why-w .txc-sys-wh {
        margin-bottom: 25px;
    }

    .txc-sys-live-w .txc-sys-live-wh {
        margin-bottom: 30px;
    }

    .txc-sys-live-blocks .txc-sys-live-block {
        margin-bottom: 25px;
    }

    .generic-section.banner-rc.ea-banner h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .why-early-access-inn-w h2 {
        font-size: 27px;
    }

    .why-early-left.why-early::after {
        display: none;
    }

    .why-early-right.why-early {
        padding-left: 0;
    }

    .why-early-left.why-early {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .page-id-13904 .txc-generic-section.txc-intro h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .page-id-13904 .debian-thumb-detail-right {
        margin-top: 30px;
    }

    .php-generic-section.debian-thumb-detail-sec .debian-thumb-detail-inn {
        padding-bottom: 30px;
    }

    .system-m {
        display: block;
    }

    .system-m .system-ms {
        width: 100%;
        margin-bottom: 20px;
    }

    .php-sec-lmphp-inn .btn-arr a::after,
    .banner-php-prelaunch .btn-arr a::after,
    .php-sec-intro-inn .btn-arr a::after,
    .php-sec-lmphp-inn .btn-arr a::before,
    .banner-php-prelaunch .btn-arr a::before,
    .php-sec-intro-inn .btn-arr a::before {
        display: none;
    }

    .page-id-13777 .php-sec-lmphp-inn .btn-arr a,
    .page-id-13777 .banner-php-prelaunch .btn-arr a {
        padding-right: 80px;
    }

    .php-generic-section.debian-thumb-detail-sec .debian-thumb-detail-left {
        margin-bottom: 25px;
    }

    .debian-thumb-detail-right h2 br {
        display: none;
    }

    .s-steps .single-step-s p br {
        display: none;
    }

    .php-generic-section.section-grey.cent7-sec-intro.bg-orange,
    .benefit-area,
    .switching-steps-area {
        padding: 40px 0;
    }

    .php-generic-section.debian-thumb-detail-sec {
        padding-top: 40px;
    }

    .page-id-13611 #pillar-nav-li-2 .inn-wr .inn-wr-d {
        padding-right: 0;
    }

    .page-id-13611 #pillar-nav-li-2 .inn-wr > p {
        position: relative;
        width: 100%;
        font-size: 22px;
        line-height: normal;
    }

    .ubuntu-chart .table {
        width: 830px;
    }

    .lps-why-txc.bg-grey .btn-arr.blk-arr {
        margin-top: 20px;
    }

    .gen-cta.gen-cta-new.text-center.bg-blue p {
        text-align: center !important;
    }

    .gen-cta.gen-cta-new.text-center.bg-blue p .btn.btn--blue.btn--animate {
        padding: 8px 25px;
    }

    .whp-left .webinar-date {
        top: -14px;
    }

    .page-template-landing-pages.page-id-9978 .section-blank {
        padding: 70px 0;
    }

    .page-template-landing-pages.page-id-9978 .section-blank .generic_content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .bg-pink.lps-echosystem.kc-w-top.rvn-1 {
        padding-bottom: 0;
    }

    .bg-pink.rvn-1 .lps-echosystem-inner {
        margin-bottom: 0;
    }

    .lps-echosystem.els-why-t.kc-w-b.rvn-1 {
        padding-top: 50px;
    }

    .whitepaper-wrap.downloadable-cs.dst .whp-right.php-sec-lmphp-inn {
        padding-top: 0;
    }

    .txc-c-section.txc-kc-blocks .txc-kc-blocks-h h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .btn-group-sw.btn-gr-ind .btn-arr.btn-arr-outline {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .btn-group-sw.btn-gr-ind {
        display: block;
    }

    .single.single-post .tcl-details .tcl-header h1 {
        font-size: 26px !important;
        line-height: 36px;
    }

    .single.single-post .generic-content h2,
    .single.single-post .generic-content h2 span,
    .single.single-post .generic-content h2 strong {
        font-size: 22px !important;
    }

    .lastest-posts-wrap-inner.cats-posts .item.slick-slide {
        margin: 0 10px;
    }

    .cats-posts-detail {
        padding: 20px 15px 0;
    }

    .single-post .cats-posts-wrap.blg-related-post {
        padding-bottom: 70px;
        padding-top: 60px;
    }

    .tcl-m-content figure {
        width: 100% !important;
    }

    .tcl-layout > .row > .col-lg-3 {
        order: 2;
    }

    .tx-blg-featured-item .blg-detail {
        width: 100%;
        padding: 35px 20px;
    }

    .tx-blg-featured-item {
        display: block;
    }

    .latest-posts-wrap {
        padding: 32px 0 55px;
    }

    .tx-blg-featured-item .blg-thumb {
        width: 100%;
        border-radius: 15px;
    }

    .tx-blg-featured-item .blg-thumb img {
        border-radius: 15px;
    }

    #wp-megamenu-menu-1.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
        margin-top: 34px;
        margin-bottom: 0;
    }

    .txc-main-menu #wp-megamenu-menu-1 #menu-tuxcare-2022-main-menu .btn-nav {
        position: relative !important;
        left: 12px;
        width: 105px;
        height: 35px;
        top: 0;
    }

    header .top-header__info .link-wrapper {
        position: relative;
        right: 0;
        top: -12px;
        left: 0;
        margin: 0 auto;
        display: block;
    }

    .menu-top-header-menu-container ul li {
        margin: 0 7px;
    }

    .menu-top-header-menu-container ul {
        margin-bottom: 0;
    }

    header .top-header.bg-lightblue {
        padding: 15px 0 0;
    }

    .nav-wrapper.bg-white {
        border-bottom: 0px solid #CCC;
    }

    .txc-main-menu #wp-megamenu-menu-1 .wpmm-nav-wrap.wpmm-main-wrap-menu-1 #menu-tuxcare-2022-main-menu li #wpmm-strees-row-109 ul li ul li {
        padding: 0;
    }

    .txc-main-menu #wp-megamenu-menu-1 .wpmm-nav-wrap.wpmm-main-wrap-menu-1 #menu-tuxcare-2022-main-menu li #wpmm-strees-row-109 ul li ul li ul li h4 {
        display: none;
    }

    .txc-main-menu #wp-megamenu-menu-1 .wpmm-nav-wrap.wpmm-main-wrap-menu-1 #menu-tuxcare-2022-main-menu li #wpmm-strees-row-109 ul li ul li ul li p {
        display: none;
    }

    .txc-main-menu #wp-megamenu-menu-1 .wpmm-nav-wrap.wpmm-main-wrap-menu-1 #menu-tuxcare-2022-main-menu li #wpmm-strees-row-109 ul li ul li ul li img {
        display: none;
    }

    .txc-nfm {
        display: block;
    }

    header.main-header .txc-nfm {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 0;
    }

    header.main-header .txc-nfm #txc-nfm-logo {
        max-width: 190px;
    }

    #txc-nfm-menu .fa.fa-bars {
        color: #539AEC;
        font-size: 20px !important;
    }

    .sidr {
        background: #fff;
        color: #000;
        box-shadow: 0 0 0px 0px #222 inset;
        border-left: 1px solid #ddd;
    }

    #sidr-id-menu-top-menu {
        margin-bottom: 30px;
    }

    .sidr ul {
        border-top: 0px solid #1a1a1a;
        border-bottom: 0px solid #4d4d4c;
    }

    .sidr ul li {
        border-bottom: 0px solid #4d4d4d;
        border-top: 0px dashed #ddd;
    }

    .sidr ul li a,
    .sidr ul li span {
        padding: 0 25px;
        display: block;
        text-decoration: none;
        color: #000;
    }

    .sidr ul li:hover > a,
    .sidr ul li:hover > span,
    .sidr ul li.active > a,
    .sidr ul li.active > span,
    .sidr ul li.sidr-class-active > a,
    .sidr ul li.sidr-class-active > span {
        box-shadow: 0 0 0px 0px #222 inset;
        color: #539AEC;
    }

    .sidr-class-header-social ul {
        display: flex;
        justify-content: space-around;
    }

    .sidr .sidr-class-header-social ul li a {
        padding: 0 15px;
        display: block;
    }

    .sidr ul li.sidr-class-bs-btn {
        display: block;
        text-align: left;
        padding-left: 25px;
    }

    .sidr ul li.sidr-class-bs-btn a {
        background-color: #18c6e5;
        color: #fff;
        display: inline-block;
        text-align: left;
        border-radius: 24px;
        margin: 30px 0 0;
    }

    .fa-bars.fa-times::before {
        content: "\f00d";
    }

    .txc-stories {
        padding-right: 30px;
        height: 445px;
    }

    .sidr-class-menu-close a {
        text-align: right;
        font-size: 26px;
        color: #18c6e5 !important;
    }

    .sidr-class-menu-close a {
        display: block;
        text-align: right;
        padding: 11px 25px 12px;
        font-size: 26px;
        color: #18c6e5 !important;
    }

    #sidr-main img {
        display: none;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        color: rgba(0, 0, 0, 0.9);
        padding-left: 30px;
    }

    .sidr ul li ul li:hover > a,
    .sidr ul li ul li:hover > span,
    .sidr ul li ul li.active > a,
    .sidr ul li ul li.active > span,
    .sidr ul li ul li.sidr-class-active > a,
    .sidr ul li ul li.sidr-class-active > span {
        box-shadow: 0 0 0 0 #222 inset;
    }

    .sidr .sidr-class-textwidget {
        display: none;
    }

    .sidr .sidr-class-wpmm_item_description {
        display: none;
    }

    .sidr .sidr-class-wpmm-nav-wrap > ul.sidr-class-wp-megamenu > li.sidr-class-menu-item-has-children > .sidr-class-wpmm-strees-row-container > ul.sidr-class-wp-megamenu-sub-menu {
        display: none;
    }

    .sidr .sidr-class-wpmm-nav-wrap > ul.sidr-class-wp-megamenu > li.sidr-class-menu-item-has-children {
        position: relative;
    }

    .sidr .sidr-class-wpmm-nav-wrap > ul.sidr-class-wp-megamenu > li.sidr-class-menu-item-has-children::after {
        position: absolute;
        content: "\f107";
        font-family: "fontAwesome";
        right: 20px;
        top: 0;
        color: #000;
    }

    .sidr .sidr-class-wpmm-nav-wrap > ul.sidr-class-wp-megamenu > li.sidr-class-menu-item-has-children.submenu-open::after {
        content: "\f106";
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .calculator-section .calc-head h2 {
        font-size: 15px;
        line-height: 100%;
    }

    .calculator-section {
        padding: 35px 0 50px;
    }

    .cta-section.bg-image {
        padding-top: 91px;
        padding-bottom: 91px;
    }

    .cta-detail h2 {
        margin-bottom: 26px;
        font-size: 30px;
        line-height: 100%;
    }

    .cta-detail h2 br {
        display: none;
    }

    .cta-detail .btn.btn--blue {
        font-size: 11px;
        border-radius: 5px;
        height: 45px;
        width: 180px;
        line-height: 45px;
        margin-bottom: 27px;
        background-color: #F38243;
    }

    .cta-detail .btn.btn--blue span {
        font-size: 11px;
        line-height: 13px;
    }

    .cta-detail-text-wrap p {
        font-size: 12px;
        line-height: 175%;
        margin-bottom: 10px;
    }

    .cta-detail h2 span {
        color: #fff;
    }

    .calc-wrap {
        padding: 25px 17px 25px;
        margin: 23px auto 0;
    }

    .calc-top-info p {
        font-style: normal;
        font-size: 12px;
        font-weight: 700;
        line-height: 125%;
    }

    .col-two-for-industry-server {
        display: block;
    }

    .col-two-for-industry-server .calc_field {
        width: 100%;
    }

    .col-two-for-industry-server .calc_field label,
    .calc-wrap .calc_Form .calc_field label {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 8px;
        padding-left: 15px;
    }

    .col-two-for-industry-server select,
    .col-two-for-industry-server input,
    .calc_Form .calc_field #distribution {
        height: 33px;
        padding: 0 10px;
        font-size: 12px;
        max-width: 100%;
    }

    .calc-wrap .calc_Form .calc_field {
        margin-bottom: 15px;
    }

    .calc-wrap .calc_Form .calc_field .range-selector .range_vaule {
        width: 75px;
        height: 30px;
        line-height: 32px;
        font-size: 12px;
    }

    .calc-wrap .calc_Form .calc_field .range-selector .range-slider {
        width: 65%;
        margin-left: 0;
    }

    .range-slider::before,
    .range-slider::after {
        font-size: 12px;
        font-weight: bold;
        color: #979797;
        top: 17px;
    }

    .calc-desc {
        margin-top: 30px;
    }

    .calc-desc p {
        font-size: 10px;
        margin-bottom: 35px;
        line-height: 175%;
    }

    .total-costing {
        padding: 25px 20px 0;
    }

    .total-costing ul {
        display: block;
        text-align: center;
    }

    .total-costing ul li {
        margin-bottom: 25px;
    }

    .total-costing ul li h3.tl_1 {
        font-size: 19px;
    }

    .total-costing ul li h3.tl_1 .min_text {
        font-size: 12px;
        padding-top: 0;
    }

    .total-costing ul .Total-Cost {
        font-size: 22px;
    }

    .hero-banner.custom-hero .hero-banner__img-wrapper {
        background-image: none !important;
    }

    .tryfreepop .modal-dialog .modal-body .tryfree-pop-left {
        padding: 25px 20px;
    }

    .tryfreepop .modal-dialog .modal-body h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .tryfreepop .modal-dialog .modal-body h3 {
        font-size: 18px;
        line-height: normal;
    }

    .tryfreepop .modal-dialog .modal-body .tryfree-pop-left .rec {
        padding: 20px;
    }

    .tryfreepop .modal-dialog .modal-body .tryfree-pop-right {
        padding: 25px 20px;
    }

    .tryfreepop .modal-dialog .modal-body .tryfree-pop-right p {
        font-size: 16px;
    }

    .np-banner-section .np-banner-text-wrapper {
        max-width: 100%;
        padding: 0px;
    }

    .np-banner-section .np-banner-text-wrapper h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .np-banner-section .np-banner-text-wrapper h4 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 24px;
    }

    .np-banner-section .np-banner-text-wrapper p {
        font-size: 17px;
        line-height: 30px;
    }

    .np-banner-img-wrapper {
        display: none;
    }

    .np-section-heading h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .np-section-heading h2 br {
        display: none;
    }

    .np-section-heading {
        padding-bottom: 35px;
    }

    .np--section-details .np-product h5 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .np--section-details .np-product p {
        font-size: 17px;
        line-height: 30px;
    }

    .np-product-img-wrapper {
        top: 74px;
        width: 38%;
        height: 100%;
    }

    #nofaqaccordion {
        padding-left: 35px;
    }

    #nofaqaccordion .accordion-button {
        font-size: 18px;
        line-height: 26px;
    }

    #nofaqaccordion .accordion-body {
        font-size: 17px;
        line-height: 32px;
    }

    .np-section-heading h6 {
        font-size: 16px;
    }

    .hs_submit.hs-submit input[type="submit"] {
        width: 100%;
    }

    #label-name-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b,
    #label-firstname-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b,
    #label-0-2\/company_type-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b,
    .np--section-form .hs_non_profit_services_provide label#label-non_profit_services_provide-0ad916d3-f9b7-4f5c-a3a7-c783e033de2b {
        font-size: 19px !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .np--section-form input,
    .np--section-form select {
        height: 45px;
        padding: 0 15px;
        font-size: 16px;
    }

    .generic-section.gtttp p a {
        margin: 10px;
        padding: 12px 20px;
    }

    .generic_content h2 {
        font-size: 22px;
        margin-bottom: 15px !important;
    }

    .gen-cta .btn.btn--blue {
        padding: 13px 20px;
        font-size: 16px;
    }

    .gen-cta {
        margin: 50px 0 0;
        padding: 40px 20px 30px;
    }

    .gen-cta h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #tcl-contents.stickOnScroll-on {
        position: static !important;
    }

    .tcl-contents-wrap {
        margin-bottom: 30px;
    }

    .single.single-post .generic-content h1,
    .single.single-post .generic-content h1 span,
    .single.single-post .generic-content h1 strong {
        font-size: 22px !important;
    }

    .single.single-post .generic-content h3,
    .single.single-post .generic-content h3 span,
    .single.single-post .generic-content h3 strong {
        font-size: 20px !important;
    }

    .tcl-sidebar {
        margin-top: 40px;
    }

    h2 {
        font-size: 24px;
    }

    .page-template-generic-template-type-two .homepage.hero-banner {
        padding: 45px 0 35px;
    }

    .hero-banner__text-wrapper p br {
        display: none;
    }

    .generic-content-three-col-layout .tcl-layout .col-lg-2 {
        width: 100%;
    }

    .generic-content-three-col-layout .tcl-layout .col-lg-3 {
        width: 100%;
    }

    .generic-section.banner-php-prelaunch h1 {
        font-size: 26px;
    }

    .generic-section.banner-php-prelaunch h3 {
        font-size: 22px;
    }

    .lp-newsletter-inner::before {
        display: none;
    }

    .lp-newsletter-inner {
        padding: 20px 20px;
        max-width: 100%;
    }

    .lp-newsletter-inner h2 {
        font-size: 22px;
        line-height: 29px;
    }

    .lp-newsletter-inner p {
        font-size: 18px;
    }

    .lp-n-form .hs_email.hs-email .hs-input {
        width: 100%;
    }

    .lp-n-form .hs_submit.hs-submit {
        position: relative;
        top: 0;
        left: 0;
    }

    .lp-os-verions {
        padding: 25px 0;
    }

    .lp-newsletter-cta.lp-php {
        padding-bottom: 25px;
    }

    .lp-version-history.lp-version-os ul li:nth-child(3)::after {
        display: block;
    }

    .lp-version-history.lp-version-php ul li:nth-child(5)::after,
    .lp-version-history.lp-version-php ul li:nth-child(10)::after,
    .lp-version-history.lp-version-php ul li:nth-child(13)::after {
        display: block;
    }

    .lp-version-history.lp-version-php .x-2 ul li:nth-child(8)::after {
        display: block;
    }

    .lp-els-area.lp-php {
        padding: 50px 0 0px;
    }

    .lp-php-sec-area.lp-php {
        padding: 50px 0;
    }

    .lp-php-sec-area.lp-php p {
        font-size: 24px;
        line-height: 34px;
    }

    .lp-pecl-sec-area.lp-php h2 {
        font-size: 26px;
    }

    .lp-pecl-sec-area.lp-php {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pecl ul li {
        margin-bottom: 20px;
    }

    .generic-section.banner-php-prelaunch {
        padding: 20px 0;
    }

    .lp-n-form .hs_email.hs-email {
        margin-bottom: 15px;
    }

    .lp-pecl-sec-inner .lp-newsletter-inner {
        max-width: 100%;
        position: relative;
        margin-top: 20px;
    }

    .lp-pecl-sec-area.lp-php .lp-newsletter-inner h2 {
        font-size: 22px;
        text-align: left;
    }

    .lp-pecl-sec-area .lp-n-form .hs_submit.hs-submit {
        top: 0;
        left: 0;
        position: relative;
    }

    .pecl ul li {
        padding: 16px 25px;
        margin: 0 5px 10px;
        font-size: 16px;
    }

    .page-template-template-php-prelaunch #form-section {
        padding-top: 50px;
    }

    .generic-section.banner-php-prelaunch h1 {
        line-height: 34px;
    }

    .lp-pecl-sec-inner .lp-newsletter-inner {
        padding: 25px 25px 30px 25px;
    }

    .lp-pecl-sec-area.lp-php h2 {
        font-size: 34px;
        line-height: normal;
    }

    /* nstls */
    .page-id-2465 .gen-cta,
    .video-section .video-section__video-wrapper {
        margin-bottom: 20px;
    }

    .generic-section.banner-php-prelaunch h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .generic-section.banner-php-prelaunch h3 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .lp-newsletter-cta.lp-php .lp-newsletter-inner {
        text-align: center;
    }

    .lp-newsletter-inner h2,
    .lp-newsletter-inner p {
        line-height: normal;
    }

    .page-id-3548 .np-product-section.np-sec-with-styled-header::after,
    .page-id-3548 .np-getstarted-section.np-sec-with-styled-header::after {
        display: none;
    }

    .generic-section.banner-partners .generic_content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .generic-section.banner-partners .generic_content p {
        font-size: 20px;
        line-height: 30px;
    }

    .generic-section.banner-partners .generic_content p br,
    .generic-section.banner-partners .generic_content h1 br {
        display: none;
    }

    .lp-prtnr-details.lp-prtnr {
        padding-top: 50px;
    }

    .intro-left.intro-thumb-w-shape::after {
        left: 0;
        bottom: -14px;
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .intro-left.intro-thumb-w-shape {
        margin-bottom: 30px;
    }

    .lp-prtnr-details .intro-left p {
        font-size: 20px;
        line-height: 32px;
    }

    .prtnr-details-intro {
        padding-bottom: 30px;
    }

    .prtnr-details-why-p {
        padding-top: 40px;
    }

    .prntr-details-header h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .prntr-details-header p {
        font-size: 16px;
        line-height: 26px;
    }

    .prtnr-d-block-top .d-t-txt {
        font-size: 16px;
    }

    .prtnr-d-block-bottom p {
        font-size: 16px;
        line-height: 25px;
    }

    .prtnr-d-block-top .count {
        font-size: 24px;
        line-height: 30px;
    }

    .generic-section .generic_content.prtnr-annual-reccurring-inner h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto 30px;
    }

    .generic-section .generic_content > div {
        margin-top: 20px;
    }

    .carousel-item.ann-rec-slide {
        padding: 20px 15px;
    }

    .ann-rec-slide-left h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .ann-rec-slide-thumb {
        margin-top: 30px;
    }

    .ann-rec-slide-thumb .counter {
        width: 50px;
        height: 50px;
        top: -30px;
        line-height: 50px;
        font-size: 20px;
    }

    .generic-section {
        padding: 40px 0;
    }

    .prtnr-grow-expand-inner h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .prtnr-grow-expand-inner p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto 20px;
    }

    .prtnr-grow-expand-inner h2 {
        font-size: 28px;
        line-height: 35px;
        margin: 0 auto 30px;
    }

    .prtnr-gei-block {
        padding: 65px 15px 0;
    }

    .prtnr-gei-block {
        min-height: auto;
        margin-bottom: 45px;
    }

    .row.prtnr-gei-blocks {
        padding-bottom: 10px;
    }

    .prtnr-btn a.btn {
        font-size: 15px;
    }

    .prtnr-btn a.btn img {
        padding-left: 10px;
    }

    .technical-resources h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .tr-thumbs ul {
        grid-template-columns: auto auto;
    }

    .tr-thumbs ul li {
        padding: 0 20px;
    }

    .contact-resources.text-center {
        padding: 0;
    }

    .contact-resources.text-center a {
        font-size: 20px;
        line-height: 40px;
    }

    .contact-resources.text-center p {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .contact-resources.text-center img {
        margin: 0 auto 20px;
        max-width: 70px;
    }

    #annualrecurringcarou .carousel-control-prev {
        left: -28px;
    }

    #annualrecurringcarou .carousel-control-prev img,
    #annualrecurringcarou .carousel-control-next img {
        max-width: 60px;
    }

    #annualrecurringcarou .carousel-control-next {
        right: -28px;
    }

    .lp-python .lp-n-form .hs_email.hs-email .hs-input {
        width: 100%;
    }

    .lp-python .lp-n-form .hs_submit.hs-submit {
        left: 0;
    }

    .prtnr-graph table {
        width: 1200px;
    }

    .generic-section.banner-partners.banner-partner-prog {
        padding: 50px 0 35px;
    }

    .lp-prtnr-details.lp-prtnr.lp-prtnr-prog {
        padding-top: 50px;
    }

    .lp-prtnr-details .intro-left p {
        font-size: 17px;
        line-height: 26px;
    }

    .prtnr-graph {
        padding: 0 0 35px;
    }

    .prtnr-details-intro.lp-prtnr-prog-intro {
        border-bottom: 0px;
        padding-bottom: 0;
    }

    .prtnr-prog-accordion {
        padding: 0 0 25px;
    }

    .prtnr-prog-accordion .accordion-button {
        padding: 15px 0;
        font-size: 18px;
    }

    .prtnr-prog-accordion .accordion-body {
        font-size: 16px;
        line-height: 25px;
    }

    .prtnr-prog-accordion .accordion-item {
        padding: 0 20px;
    }

    .mem-overview .intro-left.intro-thumb-w-shape {
        padding-left: 0;
        margin-bottom: 0;
    }

    .mem-overview .intro-left.intro-thumb-w-shape img {
        float: none;
        top: 0;
    }

    .mem-overview .intro-left.intro-thumb-w-shape::after {
        left: 0;
        top: auto;
        z-index: 2;
        bottom: -27px;
    }

    .prtnr-graph {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .announcement-area .annc-inner p {
        font-size: 15px;
        line-height: 22px;
    }

    .announcement-area .annc-inner p a {
        padding: 3px 12px 5px;
        display: block;
        max-width: 200px;
        margin: 7px auto 0;
    }

    .homepage.hero-banner {
        padding: 50px 0;
    }

    .sec-cert-header h2 {
        font-size: 26px;
    }

    .sec-cert-header p strong {
        font-size: 20px;
    }

    .sec-cert-header {
        margin-bottom: 45px;
    }

    .sec-cert-items {
        display: block;
    }

    .sec-cert-items .sec-cert-item {
        margin-bottom: 30px;
    }

    .regulatory_compliance,
    .protecting-inner {
        padding-bottom: 35px;
        margin-bottom: 50px;
    }

    .sec-infra-items {
        display: block;
        margin-top: 30px;
    }

    .securing-infrustucture {
        padding-bottom: 35px;
    }

    .sec-cert-items .sec-cert-item h4 {
        font-size: 20px;
    }

    .sec-cul-inner .sec-cert-header p {
        font-size: 20px;
    }

    .php-generic-section.section-grey {
        padding: 60px 0;
    }

    .php-inn-thumb {
        position: inherit;
    }

    .php-sec-intro-inn .php-inn-detail h2 {
        font-size: 24px;
    }

    .php-inn-detail {
        margin-top: 20px;
    }

    .php-cards {
        display: block;
    }

    .php-cards {
        padding-right: 0;
    }

    .php-cards .php-card {
        margin-bottom: 30px;
    }

    .php-sec-intro-inn.b-line {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .php-generic-section.php-sec-lmphp {
        padding: 60px 0;
    }

    .php-sec-lmphp h2 {
        font-size: 24px;
        line-height: 35px;
    }

    .php-sec-lmphp-inn .btn-arr a {
        padding-right: 75px;
    }

    .php-generic-section.php-sec-secure-and-complaint {
        padding: 60px 0 120px;
    }

    .php-secure-and-compliant-inn h2 {
        font-size: 26px;
        line-height: 33px;
    }

    .compliant-block-detail.counter strong {
        font-size: 24px;
        line-height: 36px;
    }

    .php-sec-exploited-inn h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .php-sec-exploited-inn p {
        font-size: 16px;
    }

    .php-sec-exploited-inn .btn-arr a {
        padding-right: 80px;
    }

    .compliant-blocks .compliant-block {
        margin-top: 25px;
    }

    .banner-php-prelaunch.banner-rc br {
        display: none;
    }

    .risk-comp-sec .php-inn-thumb {
        position: relative;
        left: 0;
        top: 0;
        right: auto;
    }

    .php-cards .php-card {
        padding: 15px;
    }

    .risk-comp-sec ul.php-cards li {
        padding-left: 42px;
    }

    .risk-comp-sec ul.php-cards li::after {
        left: 18px;
        top: 25px;
    }

    .php-generic-section.php-sec-secure-and-complaint.risk-comp-sec {
        padding: 60px 0 120px;
    }

    .rc-btn a::before {
        top: 50px;
    }

    .rc-btn a::after {
        top: 41px;
    }

    .php-generic-section.cent7-sec-cta-t {
        padding-top: 25px;
    }

    .cent7-sec-cta-t-inn {
        padding: 104px 20px 30px;
        margin: 0 auto;
    }

    .cent7-sec-cta-t-inn h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .cent7-sec-cta-t-inn p {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
    }

    .cent7-b-right img {
        margin-bottom: 30px;
    }

    .cent7-b-right {
        padding: 20px;
    }

    .php-sec-intro-inn .btn-arr a {
        padding-right: 78px;
    }

    .packages ul {
        grid-template-columns: auto auto;
        gap: 4px;
    }

    .packages ul li {
        font-size: 16px;
        padding: 15px 15px;
    }

    .uels-header h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .cover-item .line-text {
        min-width: 100%;
    }

    .cover-item {
        margin-bottom: 30px;
    }

    .page-template-support-portal .banner h1 {
        font-size: 24px;
        margin-bottom: 22px;
        padding: 0 15px;
        line-height: normal;
    }

    .sp-detail {
        padding: 0 15px !important;
        margin: 0 auto 30px !important;
        max-width: 100% !important;
        font-size: 17px !important;
    }

    #search {
        padding: 0 15px;
    }

    .sm-support-portal-wrapper #search-key {
        max-width: 100% !important;
        padding: 11px 20px !important;
        font-size: 15px !important;
    }

    #search-btn {
        right: 27px !important;
        width: 22px !important;
        height: auto !important;
        top: 11px !important;
    }

    .sp-ex-inf {
        padding-top: 8px !important;
        max-width: 100% !important;
        padding: 0 15px;
    }

    .sm-support-portal-wrapper .banner {
        padding: 70px 0;
    }

    .sm-support-portal-wrapper .under-banner {
        display: block;
        padding: 40px 15px 30px;
    }

    .sm-support-portal-wrapper .under-banner .under-banner-title {
        font-size: 16px;
        padding: 12px 20px 15px;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .sp-ex-inf a {
        font-size: 14px;
    }

    .sm-support-portal-wrapper .trending h3 {
        font-size: 24px;
        margin: 45px 0 20px;
    }

    .sm-support-portal-wrapper .trending-articles {
        display: block;
        margin-bottom: 50px;
    }

    .sm-support-portal-wrapper .trending-articles .article {
        padding: 8px 0;
    }

    .sm-support-portal-wrapper .trending-articles .article img {
        height: 25px;
        margin-right: 12px;
    }

    .sm-support-portal-wrapper .trending {
        padding: 0 15px;
    }

    .sm-support-portal-wrapper .report-row {
        display: block;
        max-width: 100%;
        padding: 0 15px;
    }

    .sm-support-portal-wrapper .report-row .report-img {
        padding-right: 0;
    }

    .sm-support-portal-wrapper .report-row .report-img img {
        height: auto;
    }

    .sm-support-portal-wrapper .report-row .title {
        font-size: 18px;
        padding-top: 25px;
    }

    .sm-support-portal-wrapper .report-row .author {
        font-size: 19px;
        margin-top: 18px;
    }

    .sm-support-portal-wrapper .report-row .date {
        font-size: 15px;
    }

    .sm-support-portal-wrapper .report-text .read-more {
        font-size: 15px;
        margin-top: 20px;
    }

    .sm-support-portal-wrapper .report-section {
        padding: 50px 0px;
    }

    .sm-support-portal-wrapper .options-section {
        padding: 0 15px 35px;
    }

    .sm-support-portal-wrapper .options-section h3 {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 35px;
    }

    .sm-support-portal-wrapper .options-section .options {
        display: block;
    }

    .sm-support-portal-wrapper .options-section .options .option {
        width: 100%;
        margin-right: 0;
        padding: 13px 15px;
        margin-bottom: 17px;
    }

    .sm-support-portal-wrapper .options-section .options .option img {
        max-width: 28px;
    }

    .sm-support-portal-wrapper .options-section .options .option .option-text {
        padding-left: 12px;
        font-size: 15px;
    }

    .ais-SearchBox-form .ais-SearchBox-input {
        padding: 10px 20px 10px 45px;
    }

    .ais-SearchBox-submit .search-icon {
        max-width: 20px;
        height: auto;
        position: relative;
        top: -2px;
        left: -3px;
    }

    .sk-res-header {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 28px;
    }

    .sk-res-wrapp .hit-name {
        display: block;
        position: relative;
    }

    .sk-res-wrapp .hit-name .hit-detail,
    .sk-res-wrapp .hit-name .lic {
        padding-left: 45px;
    }

    .sk-res-wrapp .hit-name a img {
        position: absolute;
        max-width: 28px;
        height: auto;
        top: 5px;
    }

    .sk-res-wrapp .hit-name .title,
    .hit-name a.read-more,
    .sk-res-wrapp .hit-name .body {
        font-size: 16px;
    }

    .sk-res-wrapp .hit-name .lic {
        margin-top: 30px;
        display: block;
        text-align: left;
        font-size: 16px;
    }

    .sk-res-wrapp #kb-show,
    .sk-res-wrapp #docs-show,
    .sk-res-wrapp #forum-show,
    .sk-res-wrapp #blog-show {
        font-size: 14px;
    }

    .sk-res-wrapp #kb-show img,
    .sk-res-wrapp #docs-show img,
    .sk-res-wrapp #forum-show img,
    .sk-res-wrapp #blog-show img {
        max-width: 20px;
    }

    .sk-res-wrapp .helpful {
        margin-top: 65px;
        padding: 35px 0px;
        display: block;
    }

    .helpful > * {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .sk-res-wrapp .helpful .yes {
        display: inline-block;
    }

    .sk-res-wrapp .helpful {
        text-align: center;
    }

    .sk-res-wrapp .helpful .yes {
        font-size: 20px;
        padding: 2px 10px;
    }

    .cent8 .cent7-sec-cta-t-inn {
        padding: 104px 20px 40px;
    }

    .cent8 .cent7-sec-cta-t-inn p br {
        display: none;
    }

    .sk-res-navi ul li span.nav-link {
        border-radius: 25px 25px 0px 0px;
        width: 100%;
        padding: 8px 80px 7px 26px;
        line-height: 22px;
        font-size: 16px;
    }

    .sk-res-navi ul li span.nav-link.active {
        min-height: auto;
    }

    .sk-res-wrapp .hit-name .hit-detail .article-title {
        display: block;
    }

    .sk-res-wrapp .hit-name .body {
        word-wrap: break-word;
    }

    .python-inn-detail h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .python-cta-inn {
        padding: 20px 25px 40px;
    }

    .py-cul-l h5 {
        font-size: 22px;
        line-height: 35px;
    }

    .python-cul .py-cul-inn.php-sec-lmphp-inn .btn-arr {
        margin-top: 20px;
    }

    .p-thumb img {
        margin: 0 auto;
    }

    .whp-left h1 {
        font-size: 28.3px;
        line-height: 44px;
        margin-bottom: 22px;
    }

    .whp-left h1 br {
        display: none;
    }

    .whp-left h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .whp-left ul {
        padding-left: 38px;
    }

    .whp-left ul li {
        margin-bottom: 10px;
    }

    .whp-left p {
        margin-bottom: 15px;
    }

    .whp-right.php-sec-lmphp-inn .pr-thumb img {
        margin: 0 auto 30px;
    }

    .hero-banner.custom-hero .hero-banner__img-wrapper {
        background-image: none !important;
    }

    header .top-header__info .text-wrapper {
        margin-bottom: 10px;
    }

    #sidr-main {
        border-top: 5px solid #539AEC;
    }

    #sidr-main .sidr-class-btn-nav a {
        background-color: #F48243;
        color: #fff;
        text-align: center;
        width: 125px;
        margin: 20px auto 0;
        height: 38px;
        line-height: 38px;
        border-radius: 3px;
        font-size: 12px;
    }

    .rc-btn a {
        line-height: 24px;
        font-size: 15px;
    }

    .tcl-details {
        padding-top: 35px;
    }

    .tcl-details p,
    .tcl-details ul li,
    .tcl-details ul li a {
        font-size: 17px;
        text-align: left !important;
    }

    .lss-intro .php-inn-detail h6 {
        padding-left: 0;
    }

    .lss-intro .php-cards {
        padding-right: 0;
        padding-left: 0;
    }

    .btn-arr.lss-s-btn {
        bottom: 0;
        position: relative;
    }

    .lss-srv-card .lss-serv-s {
        min-height: auto;
    }

    .lss-serv-s.text-center {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .generic-section.php-faqs.lss-faq h2 {
        margin-bottom: 10px;
    }

    #accordionMem {
        padding-top: 30px;
    }

    #wp-megamenu-menu-1.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
        margin-top: 34px;
        margin-bottom: 0;
    }

    .txc-main-menu #wp-megamenu-menu-1 #menu-tuxcare-2022-main-menu .btn-nav {
        position: relative !important;
        left: 12px;
        width: 105px;
        height: 35px;
        top: 0;
    }

    header .top-header__info .link-wrapper {
        position: relative;
        right: 0;
        top: -12px;
        left: 0;
        margin: 0 auto;
        display: block;
    }

    .menu-top-header-menu-container ul li {
        margin: 0 7px;
    }

    .menu-top-header-menu-container ul {
        margin-bottom: 0;
    }

    header .top-header.bg-lightblue {
        padding: 15px 0 0;
    }

    .nav-wrapper.bg-white {
        border-bottom: 0px solid #CCC;
    }

    .section-ttae-slides .lastest-posts-wrap-inner.cats-posts .item.slick-slide {
        margin: 30px 0px;
    }

    .industry-generic-section h4 {
        left: 0;
    }

    .p-thumb img {
        margin: 0 auto;
    }

    .whp-left h1 {
        font-size: 28.3px;
        line-height: 44px;
        margin-bottom: 22px;
    }

    .whp-left h1 br {
        display: none;
    }

    .whp-left h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .whp-left ul {
        padding-left: 38px;
    }

    .whp-left ul li {
        margin-bottom: 10px;
    }

    .whp-left p {
        margin-bottom: 15px;
    }

    .whp-right.php-sec-lmphp-inn .pr-thumb img {
        margin: 0 auto 30px;
    }

    #menu-item-5601 {
        display: none;
    }

    .generic-section.banner-php-prelaunch h1 br {
        display: none;
    }

    .dbcare-inn-left {
        margin-bottom: 40px;
    }

    .dbcare-inner {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .dbcare-form-inner h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .industry-page-details .industry-generic-section .industry-generic-section-inner {
        padding: 15px 0;
        margin: 15px 0;
    }

    .industry-page-details .btn-group {
        margin-bottom: 30px;
    }

    .industry-page-details .btn-group .btn-arr.blk-arr {
        margin: 10px 12px;
    }

    .apm-items .apm-item {
        min-height: auto;
        margin-bottom: 25px;
    }

    .apm-items .apm-item .btn-arr.rc-btn.btn-bb {
        position: relative;
        bottom: 0;
    }

    .apm-items .apm-item .rc-btn a {
        padding-right: 75px;
    }

    .mitigating-items .miti-item {
        min-height: auto;
        margin-bottom: 25px;
    }

    .llp-inn .industry-pd-details {
        margin-bottom: 25px;
    }

    .industry-page-details .btn-group {
        display: block;
        margin-bottom: 30px;
    }

    .mtp-section-inner {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .php-generic-section.free-trial-intro h6 {
        display: block;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .php-generic-section.free-trial-intro h6 img {
        margin: 20px auto 0;
    }

    .free-trial-intro-detail .add-items .add-item {
        min-height: auto;
        margin-bottom: 20px;
    }

    .contact-form .ttae-inner h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 35px;
    }

    .section-ttae-slides .customer-slider {
        display: block;
    }

    .section-ttae-slides .customer-slider .item {
        margin: 20px 15px;
    }

    .btn-group-sw .btn-arr a.btn {
        min-width: 100%;
    }

    .industry-generic-section.why-txc.lss-intro.bg-black .btn-group {
        margin: 30px auto 0;
        display: block;
    }

    .industry-generic-section.why-txc.lss-intro.bg-black .btn-group .btn-arr.blk-arr {
        margin-bottom: 15px;
    }

    .karnelcare-enterprice-pricing .ke-items .ke-item .ke-detail p strong {
        font-size: 75px;
        line-height: 125px;
    }

    .lkl-nutshel-inner .llp-inn {
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .lkl-nutshel {
        padding: 45px 0 0;
    }

    .all-major-linux-bottom .apm-items {
        max-width: 100%;
        display: block;
    }

    .apm-items {
        margin-top: 30px;
    }

    .systems-and-virtualisation-section .apm-items {
        margin-bottom: 20px;
    }

    .sv-section-inner.text-center {
        padding-top: 40px;
    }

    .txc-main-menu.txc-n-d {
        display: none;
    }

    .txc-main-nav-n {
        display: none;
    }

    .txc-c-nl-details {
        text-align: center;
        margin-bottom: 20px;
    }

    .txc-c-nl-details-right {
        text-align: center;
    }

    .txc-live-patching .txc-live-patching-details .btn-arr.blk-arr {
        margin-bottom: 25px;
    }

    .txc-live-patching-right {
        padding: 20px;
    }

    .txc-live-patching-right ul {
        display: block;
    }

    .txc-live-patching-right ul li {
        margin-bottom: 20px;
    }

    .patching-items.apm-items {
        max-width: 100%;
        display: block;
    }

    .php-sec-lmphp-inn .btn-arr a,
    .banner-php-prelaunch .btn-arr a {
        padding-right: 20px;
    }

    .btn-arr.blk-arr a.btn {
        padding-right: 50px;
    }

    .industry-page-details.kc-intro {
        padding: 50px 0;
    }

    .kc-generic-section.kc-o-sec {
        padding: 60px 0 60px;
    }

    .key-benefits .apm-items .apm-item {
        padding: 25px 20px;
    }

    .key-benefits .apm-items .apm-item h5 {
        font-size: 16px;
        line-height: 23px;
    }

    .apm-items .apm-item p {
        font-size: 14px;
        line-height: 24px;
    }

    .key-benefits .slick-slide {
        margin: 20px 10px;
    }

    .alma-els-left .btn-arr.blk-arr {
        margin-bottom: 30px;
    }

    .industry-page-details.php-faqs.risk-comp-sec.almalinux-detail {
        padding: 40px 0;
    }

    .txc-main-nav-n {
        display: block;
    }

    .blg-serach {
        display: none;
    }

    .wpmm_mobile_menu_btn.show-close-icon {
        position: absolute;
        top: -103px;
        right: 15px;
    }

    .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu > li > ul > li {
        padding: 15px 15px !important;
    }

    #wpmm-strees-row-109 .wp-megamenu-sub-menu li .wp-megamenu-sub-menu li:first-child {
        display: none;
    }

    #wpmm-strees-row-109 .wp-megamenu-sub-menu li .wp-megamenu-sub-menu li.wp-megamenu-item-9173:first-child,
    #wpmm-strees-row-109 .wp-megamenu-sub-menu li .wp-megamenu-sub-menu li.wp-megamenu-item-8944:first-child {
        display: block;
    }

    .txc-main-menu #wp-megamenu-menu-1 > .wpmm-nav-wrap > ul > li:hover > .wpmm-strees-row-container > .wp-megamenu-sub-menu {
        top: 0 !important;
    }

    .wpmm-strees-row-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li:first-child {
        display: none;
    }

    .wpmm-strees-row-container > .wp-megamenu-sub-menu > li > ul > li .textwidget {
        display: none;
    }


    header.main-header {
        position: absolute;
    }

    #menu-tuxcare-2022-main-menu {
        border-bottom: 1px solid #ddd;
    }

    .txc-main-nav-n > .max-sized {
        margin: 0 !important;
        padding: 0 !important;
    }

    #menu-tuxcare-2022-main-menu .nav-item-customer {
        display: none;
    }

    #txc-nfm-menu {
        display: none;
    }

    .sk-res-navi ul li span.nav-link {
        border-radius: 0;
    }

    .sk-res-navi .nav-tabs {
        display: block;
    }

    .wpmm_mobile_menu_btn {
        background-color: #619AF0;
    }

    .blog-posts .post .post-inner .post-detail {
        width: 100%;
        padding: 25px 20px;
    }

    .blog-posts .post .post-inner .post-thumb {
        width: 100%;
        margin-right: 0;
    }

    .blog-posts .post .post-inner .post-thumb {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .blog-posts .post {
        border-radius: 0;
    }

    #main {
        margin-bottom: 25px;
    }

    .blog-posts .post .post-inner {
        display: block;
    }

    .oem-promo-right::after {
        background-size: 300px;
        background-repeat: no-repeat;
    }

    .oem-details .oem-details-inner > h2 {
        font-size: 23px;
    }

    .oem-details.bg-white {
        padding: 40px 0 40px;
    }

    .oem-dif-block h4,
    .oem-dif-block p {
        padding-left: 0;
    }

    .oem-dif-block img {
        position: relative;
        margin-bottom: 20px;
    }

    .oem-cta.bg-black h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .oem-cta.bg-black {
        padding: 50px 0;
    }

    .oem-promo {
        padding: 50px 0 70px;
    }

    .btn-arr.blk-arr a::after,
    .btn-arr.blk-arr a::before {
        display: none;
    }

    .btn-arr.blk-arr a.btn {
        padding-right: 15px;
    }

    #wp-megamenu-item-6411,
    #wp-megamenu-item-4842,
    #wp-megamenu-item-6486 {
        display: block !important;
    }

    .banner-live-patching-services a.btn {
        min-width: 260px !important;
    }

    .industry-page-details.lps-details .industry-generic-section-inner p {
        margin-bottom: 30px;
    }

    .industry-page-details.lps-details .section-right-content .industry-generic-section-inner .row {
        align-items: center;
        flex-direction: column-reverse;
    }

    .lps-echosystem-inner.text-center .row .col {
        width: 100%;
        margin-bottom: 25px;
    }

    .lps-echosystem-inner.text-center .row {
        display: block;
    }

    .lps-cta-inn h2 {
        font-size: 26px;
    }

    .lps-os-top .logo-lists {
        grid-template-columns: auto auto;
    }

    .lps-os-blocks {
        grid-template-columns: auto;
    }

    .generic-section.banner-php-prelaunch.banner-live-patching-services {
        padding: 40px 0;
    }

    .netops-lps-thumb {
        margin-bottom: 20px;
    }

    .txc-c-section.txc-c-intro {
        padding: 50px 0;
    }

    .txc-c-intro .txc-c-intro-thumb h2 {
        font-size: 27px;
        line-height: 37px;
    }

    .industry-page-details.lps-echosystem h2 {
        margin-bottom: 20px;
    }

    .industry-page-details.lps-echosystem {
        padding: 50px 0;
    }

    .txc-live-patching-top.bb-no {
        margin-bottom: 10px;
    }

    .txc-c-section.txc-c-nl.bg-blue {
        padding: 50px 0;
    }

    .txc-c-section.txc-c-nl.bg-blue h4 {
        font-size: 30px;
        line-height: 32px;
    }

    .txc-c-section.txc-c-nl.bg-blue h5 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    .txc-c-section.txc-e-prtal {
        padding: 60px 0;
    }

    .txc-c-section.txc-live-patching {
        padding: 50px 0;
    }

    .industry-pd-thumb.div-flex {
        margin-top: 30px;
    }

    .p-thumb img {
        margin: 0 auto;
    }

    .whp-left h1 {
        font-size: 28.3px;
        line-height: 44px;
        margin-bottom: 22px;
    }

    .whp-left h1 br {
        display: none;
    }

    .whp-left h3 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .whp-left ul {
        padding-left: 38px;
    }

    .whp-left ul li {
        margin-bottom: 10px;
    }

    .whp-left p {
        margin-bottom: 15px;
    }

    .whp-right.php-sec-lmphp-inn .pr-thumb img {
        margin: 0 auto 30px;
    }

    .els-dr-lang ul {
        display: grid;
        grid-template-columns: auto auto;
    }

    .els-dr-lang ul li {
        height: auto;
        margin-bottom: 17px;
    }

    .els-dr {
        margin-bottom: 20px;
    }

    .els-dr-lang {
        margin-bottom: 30px;
    }

    .els-intro-bottom .els-bottom-detail ul li {
        padding: 0 0;
        margin-bottom: 20px;
        padding-bottom: 17px;
    }

    .els-intro-bottom .els-bottom-detail ul {
        display: block;
    }

    .els-intro-bottom .els-bottom-detail ul li::after {
        display: none;
    }

    .els-ttm h2 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .bg-pink.els-ttm,
    .industry-page-details.lps-details,
    .bg-pink.lc-cta,
    .bg-pink.els-o-cta,
    .php-generic-section.lps-echosystem.els-why-t.lc-wtxc,
    .bg-pink.els-p-cta {
        padding: 40px 0;
    }

    .bg-pink.els-p-cta h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .bg-pink.els-p-cta h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .lc-d .lps-echosystem-inner {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .bg-pink.els-o-cta h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .bg-pink.els-o-cta p {
        font-size: 20px;
        line-height: 28px;
    }

    .bg-pink.lc-cta h2 {
        font-size: 74px;
        line-height: 99px;
    }

    .bg-pink.lc-cta h2 span {
        padding-right: 221px;
    }

    .els-ttm-thumb {
        margin-bottom: 40px;
    }

    .armd-area-detail {
        margin-top: 30px;
        grid-template-columns: auto;
    }

    .php-generic-section.bg-pink.lc-cta.vid-cta .vid-cta-inn > .row {
        flex-direction: column-reverse;
    }

    .php-generic-section.bg-pink.lc-cta.vid-cta {
        padding: 50px 0 35px;
    }

    .vid-cta-detail {
        padding-top: 50px;
    }

    .kc-azure .kc-supported-items {
        grid-template-columns: auto;
        gap: 40px;
    }

    .price-cta .price-cta-inn h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .price-cta .price-cta-inn h2 br {
        display: none;
    }

    .lps-echosystem.kc-w-top .lps-echosystem-inner {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .php-generic-section.bg-pink.lc-cta.ttc-cta h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 28px;
    }

    .php-generic-section.bg-pink.lc-cta.ttc-cta h2 br {
        display: none;
    }

    .industry-page-details.armd-area,
    .bg-white.kc-azure {
        padding: 50px 0;
    }

    .lps-echosystem.kc-w-top {
        padding-top: 50px;
    }

    .lps-echosystem.els-why-t.kc-w-b {
        padding-bottom: 50px;
    }

    .generic-section.banner-php-prelaunch.banner-rc .wrapper > .row {
        flex-direction: column-reverse;
    }

    .generic-section.banner-php-prelaunch.banner-rc .generic_thumb {
        margin-bottom: 25px;
    }

    .generic-section.banner-php-prelaunch.bann-w-st h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .price strong {
        font-size: 60px;
        line-height: 70px;
        display: block;
    }

    .price em {
        top: 10px;
        font-size: 26px;
        margin-right: 180px;
    }

    .generic-section.banner-php-prelaunch .wrapper > .row,
    .info-cta-area .wrapper > .row {
        flex-direction: column-reverse;
    }

    .info-cta-area {
        padding: 50px 0;
    }

    .hc-page-detail-inn {
        display: block;
    }

    .hc-page-detail-inn .hc-page-detail {
        width: 100%;
    }

    .hc-page-detail .hc-tit h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .hc-page-detail .hc-tit {
        border-bottom: 3px solid #359CF3;
        padding: 18px 25px;
    }

    .hc-page-detail .hc-det {
        padding: 20px;
    }

    .afew-txc-hc.afew-txc-inner .a-few-custs {
        display: block;
        max-width: 100%;
    }

    .afew-cust-item img {
        margin: 0 auto 20px;
    }

    .info-cta-area .info-cta-inn-thumb,
    .generic-section.banner-php-prelaunch .generic_thumb {
        margin-bottom: 25px;
    }

    .industry-generic-section.why-txc.bg-black {
        padding: 50px 0;
    }

    .vulnerabilities-monitoring {
        padding: 20px;
    }

    .vulnerabilities-monitoring h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .vulnerabilities-proccess ul li img {
        position: relative;
        left: 0 !important;
        top: 0 !important;
    }

    .vulnerabilities-proccess::after {
        display: none;
    }

    .vulnerabilities-monitoring {
        margin-bottom: 0;
    }

    .generic-section.banner-proccess h1 {
        font-size: 32px;
    }

    .info-cta-area.info-cta-b .info-cta-inn-details h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .vulnerabilities-inn {
        padding-bottom: 25px;
    }

    .wcd-item h4 {
        max-width: 100%;
    }

    .top-header__info .menu-top-header-menu-container {
        display: none;
    }

    .txc-main-menu #wp-megamenu-menu-1 .wpmm_mobile_menu_btn {
        background-color: transparent;
        position: absolute;
    }

    .txc-main-menu #wp-megamenu-menu-1 .wpmm_mobile_menu_btn::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background-image: url('../images/icons/nav-icon.png');
        width: 33px;
        height: 19px;
    }

    #wp-megamenu-menu-1.wpmm-mobile-menu a.wpmm_mobile_menu_btn i {
        opacity: 0;
    }

    .generic-section.banner-php-prelaunch.home-banner {
        padding: 60px 0 50px;
    }

    .generic-section.home-banner h1 {
        text-align: center;
        font-size: 32px;
        line-height: 38px;
    }

    .generic-section.home-banner .generic_content strong {
        margin-top: 10px;
        font-size: 17px;
        line-height: 27px;
        color: #359CF3;
        font-weight: 500;
    }

    .generic-section.home-banner p {
        text-align: center;
    }

    .btn-group-sw {
        text-align: center;
    }

    .kc-o-sec.proccess-cta h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
    }

    .btn-arr a.btn,
    .generic_content .btn-arr.blk-arr a.btn {
        font-size: 14px;
    }

    .els-intro-bottom-thumb {
        display: none;
    }

    .els-intro-bottom .els-bottom-detail ul {
        padding-top: 0;
    }

    .els-intro-bottom .els-bottom-detail ul li img {
        margin-bottom: 25px;
    }

    .els-intro-bottom .els-bottom-detail {
        padding: 0;
    }

    .els-intro-bottom .els-bottom-detail ul li {
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .h-case-study .h-cs-thumb {
        display: none;
    }

    .h-case-study .h-cs-left {
        width: 100%;
        margin-right: 0;
    }

    .h-case-study .h-cs-left p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .h-case-study {
        max-width: 100%;
        padding: 45px 20px 30px;
        border-radius: 20px;
        text-align: center;
    }

    .h-case-study::after {
        left: 0;
        top: -17px;
        background-size: 50px;
        background-repeat: no-repeat;
        right: 0;
        margin: 0 auto;
    }

    .expert-led-cta h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .expert-led-cta p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .kc-generic-section.kc-o-sec,
    .expert-led-cta {
        padding: 50px 0 50px;
    }

    .h-live-patching-area .qemucare-detail-top.h-live-patching h2 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 25px;
    }

    .h-live-patching-area .qemucare-detail-top.h-live-patching ul {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
    }

    .qemucare-detail-top {
        padding-bottom: 55px;
        margin-bottom: 52px;
    }

    .armd-area-thumb {
        text-align: center;
    }

    .h-live-patching-area .armd-area-thumb img {
        margin-bottom: 30px;
    }

    .armd-area-thumb h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .h-live-patching-area .armd-area-thumb p strong {
        font-size: 14px;
        line-height: 21px;
    }

    .h-live-patching-area .armd-area-thumb p {
        font-size: 14px;
        line-height: 20px;
    }

    .h-live-patching-area .armd-area-detail {
        margin-top: 25px;
    }

    .h-live-patching-area .armd-area-detail {
        margin-top: 25px;
        grid-template-columns: auto auto;
    }

    .armd-area-detail .armed-item img {
        margin: 0 auto 15px;
    }

    .armd-area-detail .armed-item h4 {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .armd-area-detail .armed-item p {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .h-case-study {
        margin: 55px auto 0;
        padding: 45px 20px 30px;
    }

    .h-case-study.bg-blue::after {
        left: 0;
    }

    .h-case-study.m-d-o .h-cs-thumb {
        display: block;
        margin: 0 auto 12px;
        width: 100%;
    }

    .h-case-study.m-d-o {
        display: block;
    }

    .h-case-study.m-d-o {
        display: flex;
        flex-direction: column-reverse;
    }

    .h-case-study.bg-blue.m-d-o {
        display: block;
    }

    .h-case-study.m-d-o .h-cs-thumb img {
        max-width: 125px;
        margin: 0 auto 8px;
    }

    .h-live-patching-area {
        padding: 50px 0;
    }

    .lps-echosystem.els-why-t.kc-w-b.h-sol-echo-t {
        padding-top: 50px;
    }

    .txc-live-patching-items h2 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .apm-items .apm-item h5 {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .mtpi-thumb {
        margin-bottom: 10px;
    }

    .els-why-t .patching-items.apm-items .mtpi-thumb {
        min-height: auto;
    }

    .apm-items .apm-item img {
        margin: 0 auto 15px;
    }

    .h-sol-echo-t.els-why-t .patching-items.apm-items p {
        margin-bottom: 15px;
    }

    .h-sol-echo-t.els-why-t .patching-items.apm-items a {
        font-size: 12px;
        line-height: 19px;
    }

    .apm-items .apm-item {
        min-height: auto;
        padding: 35px 25px 32px;
    }

    .lps-echosystem.els-why-t.kc-w-b.h-sol-echo-t .txc-live-patching-bottom {
        padding-bottom: 25px;
    }

    .lps-echosystem-inner h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .lps-echosystem-inner h2 br {
        display: none;
    }

    .lps-echosystem-inner .le-block h4 {
        font-size: 14px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .lps-echosystem-inner .le-block p {
        font-size: 14px;
        line-height: 21px;
        height: auto;
    }

    .lps-echosystem.kc-w-top.h-sol-echo-b .lps-echosystem-inner.text-center {
        padding-bottom: 35px;
    }

    .h-sol-echo-b .lps-echosystem-inner .le-block p {
        min-height: auto;
    }

    .lps-echosystem-inner .le-block a {
        font-size: 14px;
    }

    .linux-env-cta.bg-blue {
        padding: 50px 0;
    }

    .linux-env-cta.bg-blue .linux-env-cta-inn > .row {
        flex-direction: column-reverse;
    }

    .linux-env-inn-vid {
        margin-bottom: 20px;
    }

    .linux-env-cta-inn .linux-env-inn-left h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .linux-env-cta-inn .linux-env-inn-left p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .linux-env-cta-inn .linux-env-inn-left {
        text-align: center;
    }

    .apm-items .apm-item p br {
        display: none;
    }

    .h-live-patching-area.h-why-txc .qemucare-detail-inn {
        padding-bottom: 0px;
    }

    .automated-cta .kc-o-sec-inn h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .automated-cta .kc-o-sec-inn p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    footer .wrapper__primary .footer-logo {
        margin: 0 auto;
    }

    footer .social-links {
        max-width: 100%;
        margin: 15px auto 0;
        padding: 0 55px;
    }

    footer .wrapper__primary .social-links {
        margin: 18px 7px 35px;
    }

    footer .wrapper__primary {
        text-align: left;
    }

    footer .logos-list {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .wrapper.wrapper__primary.max-sized .col-6.col-sm-6.col-md-3 {
        margin-bottom: 20px;
    }

    .txc-c-section.txc-c-intro.appdev .wrapper > .row {
        flex-direction: column-reverse;
    }

    .txc-c-section.txc-c-intro.appdev .wrapper .txc-c-intro-thumb {
        margin-bottom: 25px;
    }

    .txc-c-section.txc-e-prtal.appdev.bg-orange p,
    .appdev.sch-per-demo .txc-e-prtal-details p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .alm-c-intro .txc-c-intro-details p {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
        text-align: center;
    }

    .almacare.txc-els .els-intro-bottom .els-bottom-detail ul li {
        width: 100%;
        text-align: center;
    }

    .almacare.txc-els .els-intro-bottom {
        padding-bottom: 30px;
        margin-bottom: 38px;
    }

    .alma-sp-sec {
        padding-top: 0;
        margin-top: 40px;
    }

    .alma-sp-left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .alma-sp-right {
        margin-left: 0;
    }

    .alma-sp-right::after {
        display: none;
    }

    .alma-details .alma-els-ldis {
        padding-top: 40px;
        margin-top: 0;
    }

    .industry-page-details.lps-details.alma-details {
        padding-bottom: 0;
    }

    .txc-c-section.txc-e-prtal.appdev.sch-per-demo.bg-blue {
        padding: 50px 0;
    }

    .generic-section.banner-php-prelaunch p br {
        display: none;
    }

    #wpmm-strees-row-109 .wp-megamenu-sub-menu li#wp-megamenu-item-8946 .wp-megamenu-sub-menu li:first-child {
        display: block;
    }

    .kc-bann .btn-arr.blk-arr a::after,
    .kc-bann .btn-arr.blk-arr a::before {
        display: block;
    }

    .kc-v2.almacare.txc-els h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .txc-kc-blocks-inn {
        display: block;
    }

    .txc-kc-blocks-inn .txc-kc-block {
        margin-bottom: 20px;
    }

    .txc-texti-left {
        padding: 30px 20px 120px;
    }

    .txc-texti-left .carousel-item p {
        font-size: 20px;
        line-height: 32px;
    }

    .txc-texti-right h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .industry-page-details.lps-details h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    .industry-page-details.lps-details .industry-generic-section-inner h2 {
        font-size: 18px;
        line-height: 23px;
    }

    .btn-group-sw.btn-group-inline {
        display: block;
    }

    .btn-group-sw.btn-group-inline .btn-arr.blk-arr {
        margin-bottom: 15px;
    }

    .txc-c-section.txc-e-prtal.appdev.bg-orange,
    .txc-c-section.txc-e-testi,
    .karnelcare-enterprice-pricing,
    .txc-c-section.txc-kc-blocks {
        padding: 50px 0;
    }

    .txc-texti-right .t-logo ul li img {
        max-width: auto;
    }

    .h-live-patching-area .qemucare-detail-top.h-live-patching .h-live-pd ul li img {
        max-width: 115px;
    }

    .h-live-patching-area .qemucare-detail-top.h-live-patching .h-live-pd ul {
        grid-template-columns: auto auto;
        gap: 15px;
    }

    .txc-texti-l .btn-arr.blk-arr {
        bottom: 60px;
        left: 40px;
    }

    .txc-lead-header h1 {
        font-size: 26px;
        line-height: 38px;
    }

    .txc-lead-header p {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-forms.section-ttaes {
        padding: 20px 30px 10px;
    }

    .txc-lead-detail h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .txc-lead-testi {
        padding: 20px;
    }

    .whitepaper-wrap.downloadable-cs h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .whitepaper-wrap.downloadable-cs p em {
        font-size: 18px;
    }

    .whitepaper-wrap.downloadable-cs p strong {
        font-size: 18px;
    }

    .cs-testimonial {
        top: 0;
    }

    .whitepaper-wrap.downloadable-cs {
        padding-bottom: 80px;
    }

    .cs-testimonial h4 {
        font-size: 18px;
    }

    .cs-testimonial::before {
        left: -6px;
        top: -50px;
    }

    .cs-testimonial::after {
        bottom: -8px;
        left: auto;
    }

    .whitepaper-wrap.downloadable-cs {
        padding-top: 60px;
    }

    .downloadable-cs .php-sec-lmphp-inn .btn-arr a,
    .downloadable-cs .banner-php-prelaunch .btn-arr a {
        padding-right: 65px;
    }

    .txc-bn-block {
        padding: 20px 0 0;
    }

    .txc-bn-block-left h2 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 15px;
    }

    .txc-bn-block-detail p {
        font-size: 16px;
    }

    .txc-bn-block br {
        display: none;
    }

    .txc-bn-block-left {
        margin-bottom: 90px;
    }

    .txc-bn-block-right-in .txc-bn-pricing p {
        font-size: 72.565px;
    }

    .txc-bn-block-right-in .txc-bn-pricing p em {
        font-size: 42px;
    }

    .txc-bn-block-in .els-intro-bottom .els-bottom-detail ul li:nth-child(1) img {
        margin-bottom: 28px;
        top: 0;
    }

    .txc-bn-block-in .els-intro-bottom .els-bottom-detail ul li:nth-child(3) img {
        left: 0;
    }

    .txc-bn-block-in .els-intro-bottom .els-bottom-detail ul li:nth-child(3) img {
        margin-bottom: 26px;
    }

    .txc-bn-block-in .els-intro-bottom,
    .txc-trusted-section {
        padding: 50px 0;
    }

    .txc-trusted-section-in h2 {
        margin-bottom: 30px;
    }

    .txc-trusted-section-in ul {
        display: grid;
        justify-content: center;
        grid-template-columns: auto auto;
    }

    .txc-trusted-section-in ul li {
        padding: 0px 20px;
        margin-top: 10px;
    }

    .txc-bn-block.txc-bn-block-b {
        padding: 120px 0 0px;
    }

    .txc-bn-block.txc-bn-block-b .txc-bn-block-right {
        margin-bottom: 45px;
    }

    .txc-bn-block.txc-bn-block-b .txc-bn-block-left {
        padding-left: 0;
    }

    .txc-bn-cta .txc-bn-cta-in h2 {
        font-size: 21px;
        line-height: 34px;
        margin: 0 auto 24px;
    }

    .txc-bn-cta {
        padding: 50px 0;
    }

    .txc-bn-block-in .els-intro-bottom {
        margin: 20px 0;
    }

    .txc-csuc-top {
        padding: 20px 0;
    }

    .txc-csuc-top .txc-csuc-top-head h1 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .txc-csuc-c h3 {
        font-size: 26px;
        margin-bottom: 32px;
    }

    .csc-item .csc-item-logo {
        border: 2px solid #359CF3;
        border-radius: 10px;
        padding: 15px 25px;
        min-height: 75px;
        min-width: 100%;
        margin-bottom: 15px;
    }

    .csc-item {
        border-radius: 25px;
        padding: 20px;
    }

    .csc-item .thumb {
        margin-bottom: 20px;
    }

    .csc-item h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .cs-customer-carusel .slick-slide {
        margin: 0;
    }

    .wcd-items {
        margin-bottom: 20px;
    }

    .txc-companies-in {
        padding: 25px 20px;
    }

    .txc-companies-in h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 31px;
    }

    .txc-companies-in::after,
    .txc-companies-in::before {
        display: none;
    }

    .txc-companies-in .txc-companies ul {
        grid-template-columns: auto auto auto;
        gap: 25px 15px;
    }

    .txc-com-carou {
        margin-top: 45px;
    }

    .txc-com-carou-inn {
        padding: 30px 25px;
    }

    .txc-companies-wrap {
        padding-bottom: 50px;
    }

    .home-wrapper .generic-section.home-banner {
        padding: 50px 0 10px;
    }

    .home-wrapper .generic-section.home-banner .generic_content {
        margin-bottom: 25px;
    }

    .home .els-intro-bottom .els-bottom-detail ul li:nth-child(3) img {
        margin-bottom: 30px;
    }

    .home-wrapper .kc-generic-section.kc-o-sec.proccess-cta .kc-o-sec-inn .els-intro-bottom {
        margin-bottom: 40px;
    }

    .home-wrapper .txc-live-patching-items h2 {
        font-size: 20px;
    }

    .home-wrapper .php-generic-section.section-grey.els-intro.h-els-intro {
        padding-top: 0;
    }

    .home-wrapper .php-generic-section.section-grey.els-intro.h-els-intro .qemucare-detail-inn h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 12px;
    }

    .home-wrapper .php-generic-section.section-grey.els-intro.h-els-intro .qemucare-detail-inn {
        padding-top: 50px;
    }

    .h-live-b .carousel-control-next,
    .h-live-b .carousel-control-prev {
        width: 90px;
        height: 90px;
    }

    .h-live-b .carousel-control-prev {
        top: auto;
        bottom: auto;
        left: 0;
        margin-top: 0;
    }

    .h-live-b .carousel-control-next {
        top: auto;
        bottom: auto;
        right: auto;
        margin-top: 0;
        left: 50px;
    }

    .qemucare-detail-inn .armd-area-thumb p strong {
        font-size: 18px;
    }

    .els-intro-bottom .els-bottom-detail ul li {
        width: 100%;
    }

    body#has-alert {
        padding-top: 155px !important;
    }

    .alert.alert-success.alert-dismissible.alert-txc p {
        font-size: 15px;
        line-height: 24px;
    }

    .generic-section.banner-php-prelaunch.banner-rc.banner-java-sc .wrapper > .row {
        flex-direction: column;
    }

    .generic-section.banner-java-sc.banner-rc {
        padding: 150px 0 200px;
    }

    .banner-java-sc .generic_thumb {
        top: 0;
    }

    .banner-java-sc .generic_thumb .java-sc-form {
        width: 94%;
        min-height: auto;
        top: 70px;
        right: 10px;
        padding: 30px 25px 30px;
    }

    .generic-section.bg-pink.java-sc-intro .java-sc-intro-inn > .row {
        flex-direction: column-reverse;
    }

    .generic-section.bg-pink.java-sc-intro .java-sc-intro-inn .java-sc-intro-thumb {
        margin-bottom: 30px;
    }

    .generic-section.bg-pink.java-sc-intro {
        padding: 100px 0 40px;
    }

    .ub-items {
        grid-template-columns: auto;
        gap: 20px 0;
        background-image: none;
    }

    .ub-items .ub-item::after,
    .ub-items .ub-item::before {
        display: none;
    }

    .ub-items .ub-item:nth-child(2n) {
        top: 0;
    }

    .generic-section.java-sc-ub h2 {
        margin-bottom: 30px;
    }

    .generic-section.java-sc-ub {
        padding: 50px 0 50px;
    }

    .generic-section.java-sc-why-txc {
        padding: 50px 0;
    }

    .java-sc-b-cta h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .java-sc-php-python-details.text-center h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .java-sc-pp {
        display: block;
    }

    .java-sc-pp .java-sc-pp-i {
        margin: 0 0 20px 0;
        padding: 30px 15px;
    }

    .generic-section.java-sc-php-python {
        padding: 50px 0;
    }

    .java-sc-next .txc-e-prtal-details h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .txc-c-section.txc-e-prtal.java-sc-next .txc-e-prtal-details p {
        font-size: 18px;
        line-height: 25px;
    }

    header.main-header.lp-header .txc-nfm {
        justify-content: center;
    }

    .cat-nav-for-nav {
        display: block;
    }

    .cat-nav ul {
        display: none;
    }

    .cat-nav {
        width: 100%;
    }

    .cat-nav-for-nav {
        display: block;
        padding: 15px 0;
        width: 100%;
        cursor: pointer;
    }

    .cat-nav-for-nav i {
        float: right;
        color: #888;
        font-size: 19px !important;
    }

    .cat-nav ul li {
        display: block;
    }

    .cat-nav ul li a {
        padding: 10px 8px;
        border-top: 1px solid #eee;
    }

    .h-bann-item .btn-group-sw {
        grid-template-columns: auto;
    }

    .h-bann-item.ic-kc,
    .h-bann-item.ic-els,
    .h-bann-item.ic-alma {
        margin: 0 auto 80px;
    }

    .h-bann-item {
        margin: 0 auto 80px;
    }

    #home-banner-slides .carousel-indicators {
        display: block;
    }

    #home-banner-slides .carousel-indicators [data-bs-target] {
        width: 280px;
        padding: 15px 20px 18px 34px;
        margin: 0 auto;
    }

    .new-home-banner {
        padding: 75px 0 50px;
    }

    .new-home-who-is {
        padding: 65px 0 55px;
    }

    .new-home-who-is .new-home-who-is-inn h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .who-is-box .who-is-item h4 {
        font-size: 19px;
        line-height: 24px;
    }

    .h-bann-item h2,
    .h-bann-item h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .h-bann-item p {
        font-size: 18px;
        line-height: 28px;
    }

    .h-bann-item .btn-arr.blk-arr a::after,
    .h-bann-item .btn-arr.blk-arr a::before {
        display: block;
    }

    .h-bann-item .h-b-th {
        min-height: auto;
    }

    .new-home-banner-inn .nav-tabs {
        display: block;
    }

    .new-home-banner-inn .nav-tabs button {
        width: 100%;
    }

    .who-is-box .who-is-item {
        margin-bottom: 30px;
    }

    .whitepaper-wrap.wh-n-s .whp-left h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .whp-left {
        margin-bottom: 40px;
    }

    .webinar-speakers .webinar-speakers-inn h2 {
        font-size: 26px;
    }

    .webinar-speakers ul.speakers {
        grid-template-columns: auto;
    }

    .whitepaper-wrap.wh-n-s.webinar-lp {
        padding: 80px 0 65px;
    }

    .webinar-speakers ul.speakers li .name {
        font-size: 20px;
    }

    .whitepaper-wrap.wh-n-s .whp-left p strong {
        font-size: 19px;
    }

    .banner-about .generic_content h1 {
        font-size: 32px;
    }

    .banner-about .generic_content h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-about .generic_content ul {
        grid-template-columns: auto;
        gap: 30px;
        margin: 0 auto 45px;
    }

    .cta-about .lps-cta-inn h2 {
        margin: 0 auto 24px;
        font-size: 23px;
        line-height: 34px;
    }

    .lps-cta.bg-orange {
        padding: 50px 0;
    }

    .about-story {
        padding: 50px 0 30px;
    }

    .about-story .about-story-inn h2 {
        font-size: 28px;
    }

    .txc-story {
        display: grid;
        grid-template-columns: auto;
    }

    .about-leaders .about-leaders-inn h2 {
        font-size: 28px;
    }

    .about-leaders {
        padding: 50px 0;
    }

    .about-leaders .about-leaders-inn .leaders {
        grid-template-columns: auto;
        gap: 40px;
    }

    .txc-story .dtl {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }

    .icn {
        min-height: auto;
    }

    .txc-story .dtl {
        min-height: auto;
    }

    .img {
        min-height: auto;
    }

    .txc-story .dtl {
        align-items: flex-start;
    }

    .txc-story {
        gap: 20px;
        min-height: 750px;
    }

    .webinar-speakers ul.speakers {
        display: block;
    }

    .ubu18-04.ubu-18-04-v2 .generic-section.banner-php-prelaunch.banner-rc .wrapper > .row {
        flex-direction: column;
    }

    .ubu18-04.ubu-18-04-v2 .generic-section.banner-php-prelaunch.banner-rc {
        padding-top: 50px;
    }

    .ubuntu-chart {
        margin-top: 10px;
    }

    .ubuntu-chart .table tr td {
        font-size: 16px;
        line-height: 25px;
    }

    .ubuntu-chart .table tr th,
    .ubuntu-chart .table tr td {
        padding: 15px;
    }

    .ubuntu-chart .table {
        width: 510px;
    }

    .ubuntu-chart .table tr th {
        font-size: 16px;
        line-height: 24px;
    }

    .ubuntu-chart .table tbody tr:nth-child(4) td:nth-child(2) strong {
        font-size: 32px;
    }

    .ubu-18-04-v2 .php-generic-section.section-blue {
        padding: 50px 0 160px;
    }

    .ubu-18-04-v2 .php-generic-section.cent7-sec-cta-t .cent7-sec-cta-t-inn {
        padding: 85px 25px 50px;
    }

    .get-cards .get-card {
        margin-bottom: 30px;
    }

    .ubu-18-04-v2 .section-dark,
    .php-generic-section.cent7-intro-s,
    .ubu-18-get,
    .ubu-18-04-v2 .contact-form.bg-orange.tt-ex-ar {
        padding: 50px 0;
    }

    .ubu18-04.ubu-18-04-v2 .generic-section.php-faqs.risk-comp-sec.cent-faq .prtnr-prog-accordion {
        padding-bottom: 50px;
    }

    .txc-banner.banner-newsletter .generic_content h4 {
        font-size: 16px;
    }

    .txc-banner.banner-newsletter .generic_content h1 {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .txc-banner.banner-newsletter .wrapper > .row {
        flex-direction: column-reverse;
    }

    .txc-banner.banner-newsletter .generic_thumb {
        margin-bottom: 20px;
    }

    .nl-intro-item {
        margin-bottom: 20px;
    }

    .newsletter-expert .newsletter-expert-inn h2 {
        font-size: 27px;
        line-height: 34px;
    }

    .newsletter-expert .newsletter-expert-inn .experts ul {
        grid-template-columns: auto;
        gap: 20px;
    }

    .newsletter-items h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 40px;
    }

    .newsletter-items .newsletters .newsletter {
        display: block;
    }

    .newsletters .newsletter .det {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .newsletters .newsletter .more {
        position: static;
    }

    .newsletters .newsletter .more a {
        display: inline-block;
    }

    .newsletter-items,
    .newsletter-expert.bg-blue,
    .txc-banner.banner-newsletter {
        padding: 50px 0;
    }

    .row.nl-intro {
        padding-top: 40px;
    }

    .banner-survey-t .banner-survey-in h1 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 auto 14px;
    }

    .banner-survey-t .banner-survey-in p {
        font-size: 18px;
        line-height: 25px;
    }

    .banner-survey-b .generic_content h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .banner-survey-b .generic_content {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .survey-script {
        padding: 30px 20px;
    }

    .survey-script h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .txc-cta.bg-orance .txc-cta-inn h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .txc-cta.bg-orance .txc-cta-inn p {
        font-size: 18px;
        line-height: 27px;
    }

    .txc-cta.bg-orance {
        padding: 50px 0;
    }

    .txc-banner.banner-survey {
        padding: 50px 0 50px;
    }

    .banner-survey .banner-survey-t {
        margin-bottom: 35px;
    }

    .txc-banner.banner-pillar {
        padding: 55px 0;
    }

    .txc-banner.banner-pillar .generic_content h1 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .txc-pillar-content #tcl-contents {
        max-width: 100%;
    }

    .txc-pillar-content {
        padding: 50px 0;
    }

    .txc-pillar-content #tcl-contents h4 {
        font-size: 26px;
    }

    .txc-pillar-content #tcl-contents ul li a {
        font-size: 17px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .txc-pillar-content-detail {
        margin-top: 50px;
    }

    .txc-pillar-content-detail .piller-content-item h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .txc-pillar-content-detail .piller-content-item {
        margin-bottom: 32px;
    }

    .piller-content-item .pill-cta {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .piller-content-item .pill-cta h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .page-template-template-almacare .generic-section.banner-php-prelaunch .wrapper > .row,
    .info-cta-area .wrapper > .row {
        flex-direction: column;
    }

    .page-template-template-almacare .generic-section.banner-php-prelaunch .generic_thumb iframe {
        height: auto;
    }

    .page-template-template-almacare .btn-arr.btn-arr-outline a.btn::after,
    .page-template-template-almacare .btn-arr.btn-arr-outline a.btn::before {
        background-image: none;
    }

    .steps-video {
        width: 100%;
        padding: 35px 0px;
        top: 0;
        margin-bottom: 0;
    }

    .how-to-blocks {
        padding: 20px 0 50px;
    }

    .how-to-blocks .how-to-b {
        margin-bottom: 25px;
    }

    .post-block img {
        position: relative;
    }

    .post-block h3,
    .post-block p {
        padding-right: 0;
    }

    .gen-cta.gen-cta-new.text-center h4 {
        font-size: 20px !important;
        line-height: 24px;
    }

    .txc-banner.banner-lp .lp-logo img {
        max-width: 175px;
    }

    .txc-banner.banner-lp {
        padding: 50px 0 50px;
    }

    .txc-banner.banner-lp .generic_content {
        max-width: 100%;
    }

    .txc-banner.banner-lp .generic_content h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .txc-banner.banner-lp .generic_content p {
        font-size: 18px;
        line-height: 30px;
    }

    .txc-banner.banner-lp .generic_content img {
        margin-bottom: 20px;
        max-width: 60px;
    }

    .txc-banner.banner-lp .lp-logo {
        margin-bottom: 60px;
    }

    .banner-survey-b .contact-forms.section-ttaes {
        position: relative;
        width: 100%;
    }

    .txc-banner.banner-lp .contact-forms.section-ttaes textarea {
        min-height: 110px;
    }

    .txc-lp-intro {
        padding: 50px 0;
    }

    .txc-lp-intro h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .txc-lp-i-block h4 {
        font-size: 18px;
        line-height: 23px;
    }

    .txc-lp-i-block p {
        font-size: 16px;
        line-height: 26px;
    }

    .txc-lp-detail.lps-echosystem h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 18px;
    }

    .txc-lp-detail.lps-echosystem h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 42px;
    }

    .txc-lp-card {
        padding: 40px 20px;
        margin-top: 35px;
    }

    .txc-lp-card h3 {
        font-size: 20px;
        line-height: 29px;
    }

    .txc-lp-lib {
        padding: 50px 0;
    }

    .txc-lp-lib-top-left h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 19px;
    }

    .txc-lp-lib-top-left {
        margin-bottom: 30px;
    }

    .txc-lp-lib-top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .txc-lp-lib-mid h2 {
        font-size: 22px;
    }

    .txc-lp-lib-mid ul {
        display: grid;
        margin-bottom: 40px;
        grid-template-columns: auto auto;
        gap: 20px;
    }

    .txc-lp-lib-b {
        padding: 35px 20px;
        min-height: auto;
        margin-bottom: 30px;
    }

    .txc-banner.banner-lp.bann-lp-cnt6 .generic_content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .txc-lp-org-area {
        padding: 40px 0 50px;
    }

    .txc-lp-org-area-top {
        display: block;
    }

    .txc-lp-org-area-top .org-block.top {
        padding: 125px 45px 57px 45px;
    }

    .txc-lp-org-area-top .org-block.top h3 {
        font-size: 20px;
    }

    .txc-lp-org-area-top .org-block.bottom {
        top: 36px;
        left: 0;
    }

    .txc-lp-org-area-top .org-block.bottom {
        padding: 75px 14px 20px;
    }

    .txc-lp-org-area-top {
        padding: 120px 0 100px;
        margin-bottom: 50px;
    }

    .file-block {
        margin-bottom: 30px;
    }

    .how-it-work {
        display: block;
    }

    .how-it-work .lp-hiw {
        width: 100%;
    }

    .how-it-work::after {
        display: none;
    }

    .how-it-work::before {
        display: none;
    }

    .how-it-work .lp-hiw {
        margin-bottom: 30px;
    }

    .txc-c-section.txc-c-intro.alm-c-intro.bg-orange.ac-i h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .ess-box .ess-box-bottom::after {
        display: none;
    }

    .ess-box-bottom ul {
        display: block;
    }

    .ess-box-bottom {
        max-width: 100%;
        margin: 30px auto 0;
    }

    .ess-box-bottom ul li {
        margin-bottom: 20px;
    }

    .alma-comp {
        min-height: auto;
        margin-bottom: 20px;
    }

    .lp-cta-o.automated-cta .kc-o-sec-inn.alma-comps-b h2 {
        font-size: 30px;
        line-height: normal;
    }

    .txc-sp-vid-float-w {
        bottom: 10px;
        left: 10px;
        max-width: 94%;
    }

    .txc-exitpop h3 a img {
        max-width: 32px;
        left: -9px;
    }

    .txc-exitpop .line {
        font-size: 22px;
    }

    .txc-exitpop h3 {
        font-size: 40px;
        line-height: 111px;
    }

    .cp-modal-body .txc-exitpop p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 38px;
    }

    .cp-modal-body .txc-exitpop > img {
        max-width: 50px;
        margin-bottom: 15px;
    }

    .txc-exitpop .exit-btn {
        font-size: 16px;
        line-height: 22px;
        padding: 15px;
        border-radius: 10px;
        letter-spacing: 0.02em;
    }

    .txc-exitpop .exit-btn::after {
        left: -7px;
        bottom: 7px;
        width: 108%;
        height: 100%;
        border-radius: 10px;
    }

    .banner-lp.bann-alma .wrapper > .row.banner-lp-inn {
        flex-direction: column;
    }

    .txc-lp-intro-cnt6.txc-lp-intro h2 {
        font-size: 21px;
        line-height: 35px;
    }

    .what-will-get-area {
        padding: 10px 0;
    }

    .lp-cta-o.automated-cta .kc-o-sec-inn.alma-comps-b h2 {
        font-size: 24px;
    }

    .generic-section.banner-partners.banner-tam .generic_content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .generic-section.banner-partners.banner-tam .generic_content p {
        font-size: 20px;
        line-height: 33px;
    }

    .generic-section.banner-tam .generic_content {
        margin-bottom: 25px;
    }

    .generic-section.banner-partners.banner-partner-prog.banner-tam {
        padding: 50px 0;
    }

    .tam-cta-s.automated-cta.bg-orange {
        padding: 50px 0;
    }

    .tam-cta-s.automated-cta .kc-o-sec-inn h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .what-will-get-area.tab-blocks {
        padding: 50px 0;
    }

    .what-will-get-area.tab-blocks h2 {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .tab-blocks .txc-blocks-i .col {
        flex: auto;
    }

    .bann-lp-guest br,
    .txc-lp-intro-cnt6.txc-lp-intro p br,
    .what-will-get-area.will-get-area-guest br {
        display: none;
    }

    .banner-lp-inn .contact-forms.section-ttaes {
        padding: 32px 25px 25px;
    }

    .txc-banner.banner-lp .generic_content h1 {
        line-height: 36px;
    }

    .txc-blocks.text-center h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .guest-writer-right h3 {
        line-height: 36px;
    }

    .cp-module.cp-modal-popup-container.cp_id_0c7b7.cp-blank-container {
        display: none;
    }

    .promo-offerings-box {
        padding: 20px 20px;
        border-radius: 8px;
        position: relative;
        bottom: -17px;
    }

    .promo-offerings-box h3 {
        font-size: 20px;
        line-height: 130%;
    }

    .oem-promo.oem-promo-offerings {
        padding: 40px 0 75px;
    }

    .best-in-class {
        padding: 10px 0 60px;
        margin-bottom: 60px;
    }

    .oem-offering-details .oem-details-inner {
        padding-bottom: 40px;
    }

    .txc-e-inn-dtl ul {
        display: block;
    }

    .txc-e-inn-dtl ul li {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .txc-e-inn-dtl ul li img {
        margin: 0 auto 15px;
    }

    .txc-e-area {
        padding: 45px 0;
    }

    .txc-winner.row .w-block .thumb {
        margin-bottom: 15px;
    }

    .txc-winner.row .w-block {
        margin-bottom: 30px;
    }

    .txc-c-section.txc-winner h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .txc-c-section.txc-winner.appdev.sch-per-demo {
        padding: 45px 0;
    }

    .txc-superc-promo {
        padding-bottom: 45px;
    }

    .txc-superc-promo-dtl p strong {
        font-size: 22px;
        line-height: 34px;
    }

    .txc-superc-promo-t {
        margin-bottom: 45px;
    }

    .generic-section.section-banner.bann-superc h1 {
        font-size: 34px;
    }

    .txc-banner.banner-lp.bann-lp-ret-linkd .lp-logo img {
        max-width: 240px;
    }

    .ext-kce-b ul,
    .rl-java-block,
    .al-list ul {
        display: block;
    }

    .ext-kce-b ul li,
    .java-block,
    .al-list ul li {
        margin-bottom: 15px;
    }

    .rl-els-l-d p strong {
        font-size: 18px;
        line-height: 30px;
    }

    .rl-els-logos ul {
        grid-template-columns: auto auto;
    }

    #pillar-nav-li-5 > .row > .col-lg-6:nth-child(1) {
        width: 100%;
    }

    #pillar-nav-li-5 > .row > .col-lg-6:nth-child(2) {
        width: 100%;
    }

    #pillar-nav-li-2 {
        padding: 20px;
    }

    .piller-content-item.vr2 .blocks {
        display: block;
    }

    #pillar-nav-li-4 {
        padding: 20px;
    }

    #pillar-nav-li-5 .pill-right-detail {
        max-width: 100%;
        height: auto;
    }

    .piller-content-item .pill-right-detail p {
        font-size: 18px;
    }

    .piller-content-item.vr2 .blocks .block {
        margin-bottom: 25px;
    }

    .lp-cta-o.kc-generic-section.kc-o-sec.automated-cta.bg-blue.pb-small {
        padding-bottom: 0;
    }

    .fips-pack-area.bg-blue {
        padding: 60px 0;
    }

    .fips-pack-inn {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .fips-detail h2 {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: normal;
    }

    .fips-detail a {
        line-height: 25px;
        text-align: center;
        display: block;
    }

    .fips-thumb {
        margin-left: 0;
        margin-bottom: 20px;
    }

    /*div#CybotCookiebotDialog {
    width: 100% !important;
    max-width: 320px !important;
    left: 0;
    transform: translate(0, 0);
    top: 142px;
}*/
    .txc-n-search:before,
    .s-steps::after {
        display: none;
    }

    .s-steps {
        display: block;
    }

    .s-steps .single-step-s {
        width: 100%;
    }

    .benefit-t .benefit-t-l h2 p {
        font-size: 28px;
        line-height: 145%;
        max-width: 100%;
        margin-bottom: 28px;
    }

    .benefit-t-r {
        display: block;
    }

    .txc-c-section.txc-e-prtal.centosstream h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .txc-c-section.txc-e-prtal.centosstream p {
        font-size: 20px;
        line-height: 27px;
    }

    .generic-section.banner-php-prelaunch.banner-rc > .container > .row {
        flex-direction: column-reverse;
    }

    .txc-news-a-items {
        height: 100%;
        width: 100%;
        padding: 45px 30px;
    }

    .to-learns {
        grid-template-columns: auto;
    }

    .kce-libcare-bann .kce-libcare-bann-detail {
        padding-right: 0;
    }

    .kce-libcare-bann .kce-libcare-bann-thumb {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 20px;
    }

    .kce-libcare-bann {
        margin-bottom: 25px;
        padding: 25px 25px;
    }

    .kce-libcare-bann .kce-libcare-bann-detail h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .php-generic-section.why-early-access.bg-orange {
        padding: 60px 0;
    }

    .kc-bann .btn-group-sw .btn-arr a.btn {
        min-width: 100%;
    }

    .sys-intro-in h2 {
        font-size: 28px;
        line-height: 42px;
        margin-top: 30px;
    }

    .txc-c-section.it-soc-scta.bg-orange p {
        font-size: 26px;
        line-height: 38px;
    }

    .txc-c-section.it-soc-scta.bg-orange {
        padding: 55px 0;
    }

    .txc-sys-why-w::after {
        display: none;
    }

    .benefit-s h3 {
        font-size: 22px;
        top: 0;
        position: relative;
    }

    .critical-risk-in h3 {
        font-size: 90px;
        line-height: 100%;
    }

    .critical-risk-in p {
        font-size: 22px;
        line-height: 30px;
    }

    .why-early-access-inn-w {
        padding: 40px 20px;
    }

    .why-early p br {
        display: none;
    }

    .txc-generic-section.txc-bl-intro ul {
        display: block;
    }

    .sys-intro-in img {
        margin: 0 auto 12px;
    }

    .txc-generic-section.txc-bl-intro ul li {
        margin-bottom: 20px;
    }

    .txc-c-section.txc-e-prtal.centosstream h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .txc-bl-lp-detail {
        padding: 50px 0;
    }

    .txc-almacare-detail {
        padding: 50px 0 30px;
    }

    .txc-generic-section.txc-bl-intro {
        padding: 50px 0;
    }

    .page-template-template-business-leaders .txc-c-section.txc-e-prtal {
        padding: 50px 0;
    }

    .txc-generic-section.txc-sys-why.bg-orange {
        padding: 50px 0;
    }

    .txc-generic-section.txc-sys-live {
        padding: 50px 0;
    }

    .php-generic-section.txc-cover-sec-area.txc-early-rep-cov {
        padding: 50px 0;
    }

    .banner-rc .btn-group-sw .btn-arr a.btn {
        min-width: 310px;
    }

    .banner-social-media-inn.text-center p br {
        display: none;
    }

    .social-media-detail-top {
        padding: 45px 0 15px;
    }

    .social-l ul li {
        padding: 0px 2px;
    }

    .txc-social-m-list ul li {
        margin-bottom: 20px;
        width: 217px;
        padding: 30px 15px;
    }

    .txc-cta.social-cta.bg-orance {
        padding-top: 260px;
    }

    .txc-pppc-top-area-inn ul li {
        margin: 0 20px 30px;
    }

    .txc-pppc-top-area {
        padding-top: 45px;
    }

    .txc-pppc-top-area-inn {
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .lp-ppc-debian.automated-cta .kc-o-sec-inn h2 {
        line-height: 30px;
    }

    .how-it-works-area {
        padding: 50px 0;
    }

    .banner-lp-inn #form.contact-forms.section-ttaes input[type="submit"] {
        padding-right: 15px;
    }

    .banner-lp-inn #form.contact-forms.section-ttaes .hs_submit.hs-submit .actions::after,
    .banner-lp-inn #form.contact-forms.section-ttaes .hs_submit.hs-submit .actions::before {
        display: none;
    }
    .els-complete.ch-els-cov-t::after, .why-early-left.why-early::after, .why-early-middle::after {
        display: none;
    }
    .ch-els-cov-top {
        margin-bottom: 40px;
    }
    .ch-els-cov-b .ch-els-cov-t ul {
        grid-template-columns: auto;
    }
    .page-template-template-centos7 .php-generic-section.section-white.uels-sec-area .php-sec-intro-inn {
        padding-bottom: 10px;
    }
    .ch-els-cov-area, .ch-cov-cta.bg-blue {
        padding: 50px 0;
    }
    .cta-inn h2 {
        font-size: 22px;
        line-height: normal;
    }
    .cta-inn p {
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 21px;
    }
    .why-early-access-inn .why-early {
        margin-bottom: 30px;
    }
    .rp-whp-left h1 {
        font-size: 39px;
        line-height: normal;
    }
    .txc-pr-imgs-for-mobile-only {
        display: block;
    }
    .txc-pr-imgs > img {
        display: none;
    }
    .contact-forms.section-ttaes.for-mobile-only {
        display: block;
        margin-bottom: 50px;
    }

    .txc-lead-detail {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .txc-pricing-block {
        margin-bottom: 25px;
    }
    .txc-pricing-modernize-area {
        padding-bottom: 50px;
    }
    .txc-texti-right .t-logo ul li img {
        max-width: 115px;
    }
    .kc-table::before, .kc-table::after {
        display: none;
    }
    .kc-table table {
        width: 700px;
    }
    .kc-table {
        overflow-x: scroll;
    }
    .secure-b-inn ul::after {
        display: none;
    }
    .secure-b-inn ul {
        display: block;
    }
    .secure-b-inn ul li {
        margin-bottom: 30px;
    }
    .secure-b-inn ul li img {
        margin: 0 auto 30px;
    }
    .lp-cta-o.automated-cta .kc-o-sec-inn h2 br {
        display: none;
    }
    .get-els.row .els-item-n {
        margin-bottom: 25px;
    }
    .page-template-template-almacare-v2 .btn-group-sw .btn-arr a.btn.btn--white {
        min-width: 100%;
        text-align: center;
    }
    .btn-arr.btn-arr-outline a.btn::after, .btn-arr.btn-arr-outline a.btn::before {
        display: none;
    }
    .intro-list-detail ul {
        display: block;
    }
    .intro-list-detail ul li {
        margin-bottom: 30px;
    }
    .comb-of-support h2 {
        line-height: normal;
    }
    .c-of-s, .cofs {
        display: block;
    }
    .cofs-i {
        max-height: initial;
        margin-bottom: 20px;
    }
    .one-info {
        margin-top: 20px;
    }
    .support-blocks-area .col-12 .support-blocks-inn:nth-child(2n+1) .sb-inn-item.row {
        flex-direction: column-reverse;
    }
    .sb-inn-thumb {
        margin-bottom: 30px;
    }
    .txc-lp-org-area.txc-lp-org-cnt8.ppc-paid-intro .txc-lp-org-area-top .row {
        flex-direction: column-reverse;
    }
    .php-sec-and-comp-t {
        grid-template-columns: auto;
    }
    .php-generic-section.php-sec-exploited.php-cta3 h2, .php-cta1.php-sec-lmphp h2, .php-generic-section.php-sec-lmphp.php-cta2 h2 {
        font-size: 24px;
    }
    .page-template-template-php-v1 br {
        display: none;
    }
    .php-generic-section.php-sec-lmphp.php-cta2 p {
        font-size: 20px;
    }
    .comp-t.t-l::after {
        display: none;
    }
    .div-top .div-top-inner ul {
        display: block;
        text-align: center;
    }
    .div-top .div-top-inner ul li img {
        margin: 0 auto 12px;
    }
    .div-top .div-top-inner ul li {
        margin-top: 15px;
    }
    .div-top .div-top-inner ul li br, .els-intro-inn h2 br {
        display: none;
    }
    .page-id-17765 .txc-banner.banner-lp.bann-lp-cnt6 h1 {
        font-size: 30px;
    }
    .page-id-17765 .banner-lp-inn .contact-forms.section-ttaes {
        padding: 25px 20px;
    }
    .els-intro-inn h2 {
        font-size: 28px;
    }
    .els-intro-bottom img {
        margin-bottom: 20px;
    }
    .els-intro-bottom .els-bottom-detail li::before {
        height: 0;
    }
    .ch-els-cov-video {
        padding: 20px 20px;
    }
    .page-id-7579 .banner-rc .btn-group-sw .btn-arr a.btn {
        min-width: 275px;
    }
    .qemucare-new-detail-inn {
        padding-top: 30px;
        margin-top: 30px;
    }
    .qemucare-detail-top {
        padding-bottom: 45px;
        margin-bottom: 0;
    }
    .fips3s-bottom ul {
        grid-template-columns: auto;
    }
    .fips-item-inn .fips-link a {
        display: block;
        margin-bottom: 12px;
        text-align: center;
    }
    .fips-item-inn .fips-link {
        display: block;
    }
    .fips-cta h3 {
        font-size: 22px;
    }
    .fips3-top-right {
        padding: 20px;
    }
    .fips3-bottom-h h2 {
        font-size: 23px;
    }
    .fips-item-inn h2 br {
        display: none;
    }
    .table-header .column-header.nfm {
        display: none;
    }
    .content-columns .art-v-header-f-m {
        display: block;
        background: #FFECE2;
        padding: 15px 10px;
    }
    .ol7-promo-inn {
        padding: 20px 15px;
    }
    .ol7-promo-b-inn-detail {
        padding-right: 0;
    }
    .ol7-promo-b-inn-thumb {
        position: relative;
        right: 0;
        top: 15px;
    }
    .ol7-promo-b-inn {
        padding: 25px 20px;
    }
    .ol7-promo-b {
        padding: 40px 0;
    }
    .ol7-blocks.section-padding {
        padding: 30px 0 30px;
    }
    .ol7-cta-1-inn {
        padding: 30px 20px;
    }
    .ol7-cta-1-inn .ol7-cta-1-inn-detail p {
        margin-bottom: 18px;
    }
    .ol7-cta-2-thumb {
        margin-top: 30px;
    }
    .ol7-cta-2 {
        margin-bottom: 40px;
    }
    .ol7-cta-2-inn {
        padding-bottom: 60px;
    }
    .ol7-cta-3 {
        padding-bottom: 50px;
    }
    .ol7-switching-3.section-padding {
        padding: 50px 0;
    }
    .row.switchings .switching-thumb img {
        max-width: 100%;
    }
    .ol7-blocks.ol7-blocks-b.section-padding {
        padding-top: 50px;
    }
    .page-id-18674 .banner-rc .btn-group-sw .btn-arr a.btn {
        min-width: 100%;
    }
    #form.contact-forms.section-ttaes {
        position: initial;
    }
    .generic-section.banner-php-prelaunch.bann-alma.bann-lp-spring .row {
        flex-direction: column;
    }
    .bann-lp-spring .lp-logo img {
        max-width: 220px;
    }
    .kc-cog-n-inn {
        display: block;
        gap: 0;
    }
    .kc-cog-n .kc-cog-n-i {
        width: 100%;
    }
    .kc-cog-n .kc-cog-n-i h5 {
        font-size: 18px;
    }
    .kc-cog-n.kc-cog-new-r {
        text-align: left;
    }
    .kc-cog-n.kc-cog-new-r .kc-cog-n-i::before {
        right: 0;
        left: auto;
    }
    .kc-cog-new h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 35px;
    }
    .kcl1, .kcl2, .kcl3, .kcl4 {
        margin-bottom: 20px;
    }
    .cent7-sec-cta-t.cent7-sec-cta-t-n .n-promo-thumb img {
        left: 0;
        right: 0;
    }
    .cent7-sec-cta-t.cent7-sec-cta-t-n .cent7-sec-cta-t-inn {
        padding: 125px 35px 30px;
    }
    .n-centos-7-wrap .benefit-area .benefit-s, .n-centos-7-wrap .generic-section.php-faqs.risk-comp-sec.cent-faq .prtnr-prog-accordion {
        padding-bottom: 50px;
    }
    .n-centos-7-wrap .generic-section.php-faqs.risk-comp-sec.cent-faq {
        padding-top: 38px;
    }
    .n-centos-7-wrap .ch-cov-cta.bg-orange {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .n-centos-7-wrap .ch-cov-cta {
        padding-bottom: 60px;
        padding-top: 15px;
    }
    .page-id-4354 .ch-els-cov-area {
        padding-top: 100px;
    }
    .kc-cog-n .kc-cog-n-i {
        width: 100%;
    }
    .kc-cog-n .kc-cog-n-i::after, .kc-cog-n .kc-cog-n-i::before {
        display: none;
    }
    .kc-cog-n.kc-cog-new-r {
        text-align: left;
    }
    .kc-cog-n-inn {
        display: block;
    }
    .kernel-distro-roll .rol {
        margin-bottom: 20px;
    }

}