h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #2E2E2E;
}
a:focus {
    color: var(--body-link-color);
}
body {
    color: #2E2E2E;
}
p a:hover{
    color: #00008B;
}
.sde-col p a:hover {
    color: inherit;
}
html {
    scroll-behavior: smooth !important;
}
.video-button-box.active {
    background-color: rgb(255 255 255 / 19%);
}
.convertforms .cf-label .cf-required-label {
    color: inherit;
}
.acm-accordion .card-header a.collapsed {
    color: #000000;
}
.support-heading-wr p {
    margin: 24px 0 0 0;
}
.acm-accordion .card-header a.collapsed:focus, .acm-accordion .card-header a.collapsed:active{
    color: unset !important;
}
.acm-accordion .card-header a.collapsed:hover{
    color: #00008B !important;
}
div#t4-frequently-asked-questions {
    padding-bottom: 95px;
}
.data-box-content a:focus{
    color: #00008B;
}
.btn:focus {
    color: #ffffff;
}
.t4-sde-application-page-module .videos-wr {
    background-position: top;
    background-size: contain;
    background-image: url(/images/SDE%20Application/applicaiton_video.jpg);
}
.t4-section.t4-header.fixed {
    position: fixed !important;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    animation: slideDown 0.50s ease-out;
    min-height: auto;
}
body.error-page .error-other-info .page-redirect a{
    background-color: #000000 !important;
}
body.error-page .error-other-info .page-redirect a:hover{
    background-color: #00008B !important;
}
.t4-section.t4-header.fixed .container-fluid.container-xxl {
    padding-top: 11px;
    padding-bottom: 14px;
}

.install-content-inner img:not(:last-child) {
    margin-right: 30px !important;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.sde-application-left h2 {
    margin: 0 0 28px 0;
}
.whats-new-slide-content {
    max-height: 170px;
    overflow: auto;
    margin-right: -17px;
    padding-right: 10px;
}
.t4-installation-test-support-page .convertforms .cf-control-group button.cf-btn:hover {
    background-color: #00008B;
    color: #ffffff;
}
.convertforms .cf-btn:hover {
    opacity: 10;
    background-color: #00008B;
}
.navigation-wr img {
    margin: 30px 0px 20px !important;
}
.convertforms .cf-label {
    font-size: 18px;
    line-height: 34px;
}
.sde-app-btn a:hover {
    background-color: #000000;
}
.t4-megamenu .navbar-nav>li:last-child>.nav-link:hover {
    background-color: #00008B;
}
.acm-accordion .card {
    margin-top: 19px !important;
    padding-top: 19px !important;
    border-top: unset !important;
    background-image: url(/images/SDE%20Application/accordion_line.png);
    background-repeat: no-repeat;
    //background-size: contain;
}
.card p a:hover{
    color: #000000;
}
.acm-accordion .card p a:hover{
    color: var(--mainnav-link-hover-color);
}
.acm-accordion .card:first-child {
    background-image: unset;
}
#back-to-top, #back-to-top:focus {
    background-color: #000;
}
#back-to-top:hover {
    background-color: #2686c6;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    height: auto;
    font-size: 20px;
    line-height: 22.8px;
    color: #000000;
}
.acm-accordion .card-header a {
    color: #00008B;
}
.acm-accordion .card-body p {
    color: #2E2E2E;
}
li.nav-item.menu-btn {
    border-radius: 20px;
}
.t4-megamenu .navbar-nav>li:last-child>a, .t4-megamenu .navbar-nav>li:last-child>.nav-link {
    color: #ffffff;
    justify-content: center;
    border-radius: 20px;
}
.t4-megamenu .navbar-nav>li:last-child>a, .t4-megamenu .navbar-nav>li:last-child>.nav-link {
    font-family: 'Josefin Sans';
    min-width: 180px;
    min-height: 70px;
}
.menu-btn {
    background: #000;
    border-radius: 10px;
}
.menu-btn a {
    color: #fff !important;
}
li.nav-item.menu-btn a {
    justify-content: center;
}
.t4-navbar {
    justify-content: flex-end;
}
.btn {
    background: darkblue;
    color: #fff;
    font-family: "Josefin Sans";
}
a.btn:hover {
    border: 2px solid #000000;
    background-color: #000000;
    color: #ffffff;
}
::-webkit-scrollbar {
  width: 7px; /* Scrollbar width */
  height: 10px; /* Scrollbar height for horizontal scrolling */
}
::-webkit-scrollbar-thumb {
  background: #00008B; /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}
::-webkit-scrollbar-thumb:hover {
  background:#00008B; /* Thumb color on hover */
}
::-webkit-scrollbar-track {
  background: #f0f0f0; /* Scrollbar track color */
  border-radius: 10px; /* Rounded corners for the track */
}
.top-banner {
    padding: 175px 0 75px 0;
}
.top-banner {
    background-image: url(/images/border_line.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.banner-content {
    padding-right: 45px;
}
div#t4-megamenu-mainmenu ul {
    gap: 8px;
    align-items: center;
}
.sde-sec-wr {
    padding: 70px 0px;
}
.acm-accordion {
    max-width: 100%;
}
.section-title-wrap.align-title-center .no-extra-info .section-title {
    max-width: 100%;
}
.sde-col {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    transition: .5s;
}
.sde-col:hover {
    background: rgb(255 255 255 / 100%);
    transition: .5s;
}
.sde-sec-wr .row > .col-md-7 {
    width: 60%;
}
.sde-sec-wr .row > .col-md-5 {
    width: 40%;
}
.sde-sec-wr .row>.col-md-7 p:last-child {
    margin-bottom: 0px;
}
.sde-sec-wr .row:not(:last-child) {
    margin-bottom: 47px;
}
.wus-contain {
    overflow-y: auto;
}
.sde-col h3 {
    line-height: 36px;
    margin: 45px 0 11px 0;
}
.wus-contain p {
    font-size: 16px;
    line-height: 28px;
}
.sde-sec-wr .row:last-child .col-md-4:hover .sde-col{
    background-color: rgba(255, 255, 255,1);
    transition: .5s;
}
.sde-sec-wr .row:last-child .col-md-4:hover h3 {
    color:#00008B;
}
.wus-contain {
    max-height: 310px;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 17px;
    min-height: 234px;
    text-align: left;
}
.footer-right .module-title {
    line-height: 1.5em;
}
.footer-right .module-title {
    margin-bottom: 14px;
}
div#Mod121 {
    display: none;
}
.available-addons .development-assistance-inner h3 {
    background: rgba(0, 0, 139, 1);
    color: #fff;
    border-radius: 15px 15px 0 0;
    margin: 0;
    padding: 3px 10px;
}
.development-assistance {
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    width: 48.6%;
}
.development-assistance-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin: 48px 0 0 0;
}
.development-assistance p {
    padding: 32px 42px 37px;
    margin: 0px;
    color: rgba(46, 46, 46, 1);
}
.available-addons {
    padding: 97px 0 97px 0;
}
.development-assistance-main {
    text-align: center;
}
#t4-footer {
    padding-top: 80px;
    background-image: url(/images/Background_Image.jpg);
    padding-bottom: 95px;
    background-size: cover;
}

.footer-form .container .form-wr {
    background: #fff;
    padding: 45px;
    border-radius: 50px;
    position: relative;
}
.footer-form h2 {
    text-align: center;
    font-size: 36px;
    line-height: 62px;
}
.faq-heading-wr {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 40px;
}
.footer-form .form-control, .footer-form textarea {
    max-width: 100%;
    margin-bottom: 30px;
    background: #f3f3f3;
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 15px 10px;
}
.footer-form textarea {
    min-height: 122px;
}
.footer-btn-wr {
    text-align: center;
}
.footer-form .container .form-wr:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/texture-background-.png);
    background-repeat: no-repeat;
    border-radius: 50px;
    z-index: -1;
}
.copyright-text {
    text-align: center;
    padding: 30px 0px;
    color: #fff;
}
.copyright-text p {
    font-size: 18px;
    line-height: 34px;
    font-family: Poppins !important;
    font-weight: 500 !important;
    margin-bottom: 0px;
}
input.footer-btn {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    background: #000;
    border: none;
    padding: 15px 40px;
    border-radius: 20px;
    font-family: "Josefin Sans";
}
section.footer-form input::placeholder, section.footer-form textarea::placeholder, section.footer-form label {
    font-size: 18px;
    line-height: 34px;
    color: #8c8c8c;
}
.sde-app-wr {
    padding: 140px 0 60px 0;
}
.sde-app-wr .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sde-app-wr h2 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    margin: 0 0 28px 0;
}
.sde-app-wr p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.sde-app-btn a {
    padding: 18px 15px;
    color: #fff;
    border-radius: 20px;
    font-family: Josefin Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    display: block;
    width: 100%;
}
.sde-app-btn {
    background: #00008B;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}






/* slider css */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0; 
  cursor: pointer;
  transition: all 0.3s ease;
  border: none; 
  background: transparent; 
  outline: none; 
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  width: 20px; /* adjust the width as needed */
  height: 20px; /* adjust the height as needed */
  border: solid #444; /* set the border color */
  border-width: 0 3px 3px 0; /* create the arrow shape */
  transform: rotate(-45deg); /* rotate the arrow shape */
}

.slick-prev:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid #444;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg); /* adjust the rotation to point the arrow to the left */
}
.sde-sec > .col-md-4 {
    position: relative;
    z-index: 1;
}
.sde-sec > .col-md-4:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
    height: 100%;
    right: 0;
    margin: 0 auto;
    border-radius: 16px;
    z-index: -1;
}
/* Styles for the arrows on smaller screens */
@media screen and (max-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    width: 16px;
    height: 16px;
    border-width: 0 2px 2px 0;
  }
  
  .slick-prev {
    left: 10px;
  }
  
  .slick-next {
    right: 10px;
  }
}

/* Styles for the arrows on even smaller screens */
@media screen and (max-width: 520px) {
  .slick-prev:before,
  .slick-next:before {
    width: 12px;
    height: 12px;
    border-width: 0 1px 1px 0;
  }
  
  .slick-prev {
    left: 5px;
  }
  
  .slick-next {
    right: 5px;
  }
}


.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}
.what-home-slider {
    background-image: url(/images/slider_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0px;
}
.what-home-slider h2 {
    text-align: center;
    color: #ffffff;
}
.what-home-slider .whats-new-slide img {
    width: auto;
}
.what-home-slider .whats-new-slide * {
    color: #ffffff;
}
.what-home-slider .whats-new-slide h6 {
    font-size: 18px;
    line-height: 32px;
}
.what-home-slider .whats-new-slide p {
    font-size: 16px;
    line-height: 28px;
}
a.read-more-btn {
    display: none;
}
.what-home-slider .whats-new-slide a {
    font-family: 'Josefin Sans';
}
.what-home-slider .whats-new-slide a svg {
    margin-left: 8px;
}
.what-home-slider .whats-new-slide figure {
    margin: 0 0px 25px 0;
}
.whats-new-slider {
    padding: 40px 0 0 0;
}
.what-home-slider .whats-new-slide {
    position: relative;
}
.what-home-slider .whats-new-slide::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 64%;
    top: 50%;
    background-color: #ffffff38;
    left: -17px;
    transform: translateY(-50%);
}
.whats-new-slide.slick-slide.slick-current::before {
    opacity: 0;
}
.api-demo-inner {
    background-color: #fff;
    padding: 40px 148px 20px 148px;
    text-align: center;
}
.api-demo .center-wr {
    max-width: 1320px;
    margin: 0 auto;
    padding: 55px 0 80px 0;
}
.api-demo-module .custom {
    padding: 114px 0 0px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
div#t4-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}
.what-home-slider {
    display: none;
}
.item-101 .what-home-slider {
    display: block;
}
.header-block .container-fluid {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding-top: 22px;
    padding-bottom: 26px;
}
.z-in {
    z-index: 1;
}
#t4-hero .module-ct {
    background: none;
}
.t4-sde-application-page-module {
    background-image: url(/images/Application_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 182px 0 110px 0;
}
.sde-application-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1176px;
    margin: 0 auto;
}
.sde-application-left {
    width: 59%;
    text-align: center;
    padding-right: 90px;
}
.sde-application-right {
    width: 40.8%;
}
.sde-application-box {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    padding: 141px 0 96px 0;
}
.sde-application-common {
    width: 48.5%;
    background: rgba(255, 255, 255, 1);
    padding: 15px 15px 27px 15px;
    border-radius: 20px;
}
.sde-application-common figure img {
    border-radius: 20px;
}
.sde-application-box-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0 0;
}
.sde-application-box-cnt-left {
    width: 24.5%;
}
.sde-application-box-cnt-left h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 28px 0 0 0;
}
.sde-application-box-cnt-right {
    width: 75%;
    border-left: 2px solid rgba(217, 217, 217, 1);
    padding-left: 23px;
    display: flex;
    align-items: center;
    padding-right: 37px;
}
.sde-application-box-cnt-right p {
    color: rgba(46, 46, 46, 1);
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
}
.sde-application-button {
    text-align: right;
    padding-right: 18px;
}
.videos-wr h2 {
    margin: 0px 0 0 0;
    color: #ffffff;
}
.videos-wr {
    text-align: center;
    padding: 61px 0px 0px 0;
    background: rgba(0, 113, 188, 1);
    border-radius: 20px;
    background-image: url(/images/BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.videos-box video {
    width: 100%;
    height: 513px;
    border-radius: 20px;
    background: #338dc9;
    padding: 13px;
    object-fit: cover;
}
.video-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 75px 0 0 0;
    gap: 49px;
}
.video-button-box {
    width: 30.5%;
    padding: 24px 20px 24px 20px;
    transition: 0.3s;
    border-radius: 20px 20px 0 0;
    min-height: 295px;
    position: relative;
}
.video-button-box * {
    color: #ffffff;
}
.video-button-box:hover {
    background-color: #2686c6;
}
.video-button-icon {
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 auto;
    background-image: url(/images/SDE%20Application/arrow_blue_button.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
.video-button-icon:hover {
    background-image: url(/images/SDE%20Application/arrow_white_button.png);
}
.video-button-box h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 17px 0;
}
video-button-box p {
    font-size: 16px;
    line-height: 28px;
    min-height: 85px;
}
.video-button-box::before {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    opacity: 10%;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
}
.video-container {
    max-width: 893px;
    margin: 0 auto;
}
.videos-box {
    padding: 38px 20px 0px;
}
.video-button-box:hover .video-button-icon {
    background: rgba(0, 0, 139, 1);
    background-image: url(/images/SDE%20Application/arrow_white_button.png);
    background-repeat: no-repeat;
    background-position: center;
}
.video-button-box p {
    font-size: 16px;
    line-height: 28px;
    min-height: 85px;
}
.video-button-box:first-child {
    border-radius: 20px 20px 0 20px;
}
.video-button-box:last-child {
    border-radius: 20px 20px 20px 0px;
}
.videos-wr.home-video-wr p {
    color: #ffffff;
}
.videos-wr.home-video-wr {
    padding: 61px 80px;
}
.videos-wr.home-video-wr h2 {
    margin-bottom: 22px;
}
.sde-sec-wr h2,.videos-wr.home-video-wr h2,.development-assistance-main h2,
.whats-new-inner h2,.faq-heading-wr h2{
    font-size: 46px;
    line-height: 50px;
}

.item-105 .t4-content
{
    background-image: url(/images/Support.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}

div#t4-devloper-support-form {
    
    padding-top: 200px;
    padding-bottom: 80px;
}
section.support-section-wr {
    text-align: center;
}
.support-col-wr {
    background: #DFF2FF;
    padding: 33px 21px 21px 21px;
    border-radius: 20px;
    transition: 0.5s;
    height: 100%;
}
.support-col-wr p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 13px;
}
.support-col-wr h3 {
    margin: 26px 0 13px 0;
    font-size: 24px;
    line-height: 34px;
}
.support-col-wr:hover {
    background: #fff;
    box-shadow: 0px 4px 18px 0px rgb(0 0 0 / 8%);
    transition: 0.5s;
}
.convertforms .cf-footer span a:hover {
    color: #ffffff85;
}
.support-heading-wr {
    padding-bottom: 50px;
}
.support-col-wr:hover h3 {
    color: #00008B;
}

div#t4-support-updates {
    padding-bottom: 60px;
    padding-top: 60px;
}
div#t4-faq-support-page {
    padding-bottom: 100px;
}
div#t4-installation-test-support-page, div#t4-installation-test-form- {
    text-align: center;
    background-image: url(/images/BG0.jpg);
    color: #fff;
    padding-top: 80px;
    background-size: cover;
    padding-bottom: 65px;
}
.installation-form-wr input {
    max-width: 100%;
    border: none;
    background: #2F2F2F !important;
    border-radius: 10px;
    padding: 15px 10px;
    color: #fff;
}
.installation-form-wr input::placeholder {
    color: #fff;
}
.installation-text-wr h2 {
    color: #fff;
    font-size: 36px;
    line-height: 62px;
    margin: 0 0px 18px 0;
}
.installation-form-btn-wr input {
    background: #fff !important;
    color: #00008B;
    font-family: Josefin Sans;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 10px;
}
.installation-form-btn-wr {
    padding: 40px 0px;
}
.installation-text-wr {
    padding-bottom: 20px;
}
div#t4-support-copyright {
    text-align: center;
    background: #00008B;
    color: #fff;
    padding: 10px 0px;
}
div#t4-support-copyright p {
    font-family: Poppins;
    margin-bottom: 0;
    line-height: 34px;
    font-size: 18px;
    font-weight: 500;
}
.business-software-wr {
    background: rgba(255, 255, 255, 1);
    padding: 46px 31px;
    border-radius: 20px;
    margin-bottom: 46px;
}
.business-software-wr .business-software-image-wr + p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.business-software-wr,.business-software-button a,.business-software-content p,
.business-software-content p a,.tab-content a,.tabber .tab button{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: rgba(46, 46, 46, 1);
    font-family: "Domine";
}
.business-software-wr .business-software-image-wr +  p,
.business-software-button a,.tabber .tab button{
    font-family: "Josefin Sans";
}
.business-software-wr .business-software-image-wr +  p strong {
    font-weight: 700;
    font-style: italic;
    display: block;
}
.business-software-image-wr, .business-software-wr .business-software-image-wr + p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 28px;
}
.business-software-image-wr {
    margin-right: 20px;
}
.business-software-button {
    margin-top: 35px;
}
.business-software-button a{
    color: #ffffff;
    padding: 13px 22px;
    border-radius: 20px;
    background-color: #000;
}
.business-software-button a:first-child{
    margin-right: 20px;
}
a,a:hover,button,button:hover{
    transition: .5s;
}
.business-software-button a:hover{
    background-color: #00008B;
    margin-right: 20px;
}
.business-software-content p a{
    text-decoration: underline;
}
.business-software-content p a:hover{
    color: #00008B;
}
.business-software-content p:not(:last-child) {
    margin-bottom: 35px;
}
.tabber {
    display: flex;
    gap: 0px 36px;
}
.tabber .tab{
    width: 100%;
    max-width: 416px;
}
.tabber .tab button {
    border: unset;
    background-color: #fff;
    padding: 27px 25px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.tabber .tab button {
    font-size: 24px;
    line-height: 34px;
}
.tabber .tab button:hover,.tabber .tab button.active{
    background-color: #00008B;
    color: #ffffff;
}
.tab-content {
    padding: 55px 0 27px 0;
    background-color: #fff;
    margin-top: -12px;
    border-radius: 10px;
}
.tab-inner-content {
    display: block;
    padding: 14px 23px;
    background: rgba(243, 243, 243, 1);
    margin-bottom: 20px;
}
.tab-inner-content h4 {
    line-height: 30px;
    margin: 0 0px 12px 0;
}
.tab-inner-content a {
    background: url(/images/Arrow.png) no-repeat 0px center;
    display: block;
    padding-left: 34px;
    margin-left: 19px;
}
.tab-content a:not(:last-child) {
    margin-bottom: 6px;
}
.tab-content a:hover {
    color: #00008B;
}
.document-tab-wr {
    padding: 90px 0px;
}
body.item-106 .t4-content {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 180px;
}
.tabber .tab button::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 44px;
    width: 44px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}
.tabber .tab button:hover::before, .tabber .tab button.active::before {
    border-color: #00008B;
}
.tabber .tab button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 16px;
    width: 15px;
    background: url(/images/Down_Arrow.png) no-repeat;
    margin: 0 auto;
}
.tabber .tab button.active::after{
    background: url(/images/Up_Arrow.png) no-repeat;
}

.mba-conact-box{
    margin-top: 70px;
}
.mba-conact-box figure {
    text-align: center;
}
.mba-conact-box h2,.mba-conact-box h2 strong {
    font-size: 46px;
    line-height: 62px;
    font-weight: 700;
    text-align: center;
    margin: 42px 0px 29px;
}
.mba-conact-box h2 strong{
    color: #00008B;
}
.mba-conact-box p {
    text-align: center;
    width: 94%;
    max-width: 1210px;
    margin: 0 auto;
}
.mba-conact-inner a .mba-contact-icon {
    display: block;
    height: 65px;
    width: 65px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 113, 188, 1);
    margin: 0px auto 15px;
}
.mba-conact-inner a .mba-contact-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mba-conact-inner a .mba-contact-text {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    transition: .5s;
    color: #00008B;
}
.mba-conact-inner a:hover .mba-contact-text {
    transition: .5s;
    color: #000;
}
.mba-contact-col {
    display: flex;
    justify-content: space-evenly;
    margin-top: 56px;
}
/* .mba-contact-col .mba-conact-inner{
    width: 25%;
} */
.mba-contact-col .mba-conact-inner:nth-child(2) {
    width: 50%;
    text-align: center;
}
.whats-new-wr button.slick-arrow {
    background-color: #5a5a5a;
    width: 43px;
    height: 43px;
    border-radius: 10px;
}
.whats-new-wr button.slick-arrow::before, .whats-new-wr button.slick-arrow::after {
    display: none;
}
.whats-new-wr button.slick-arrow.slick-prev, .whats-new-wr button.slick-arrow.slick-next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.whats-new-wr button.slick-arrow.slick-prev {
    background-image: url(/images/slider_left_arrow_white.png);
    left: -52px;
}
.whats-new-wr button.slick-next.slick-arrow {
    background-image: url(/images/right_arrow_white.png);
    right: -50px;
}
.whats-new-wr button.slick-arrow.slick-prev:hover, .whats-new-wr button.slick-arrow.slick-next:hover {
    background-color: #ffffff;
}
.whats-new-wr button.slick-arrow.slick-prev:hover {
    background-image: url(/images/left_arrow_blue.png);
}
.whats-new-wr button.slick-arrow.slick-next:hover {
    background-image: url(/images/right_arrow_blue.png);
}
.whats-new-slider {
    margin: 0 -20px;
}
.what-home-slider .whats-new-slide a:hover {
    color: #D2D2FF;
}
.what-home-slider .whats-new-slide a:hover svg path {
    fill: #D2D2FF;
}
.convertforms {
    max-width: 1312px;
    margin: 0 auto;
    background: #fff;
    padding: 45px;
    border-radius: 50px;
    position: relative;
    background-image: url(/images/footer_form_background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.convertforms h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 0 0;
}
.company-name, .name-field, .email-field, .phone-number {
    width: 50% !important;
}
.convertforms .cf-input {
    padding: 19px 12px;
    border: unset;
    background-color: #efeff0;
}
.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px;
}
.cf-content-wrap.cf-col-16 {
    margin-bottom: 30px;
}
.convertforms .cf-input::placeholder {
    opacity: 1;
    color: #8C8C8C;
}
.cf-control-label label {
    color: #8C8C8C !important;
}
.convertforms .cf-btn {
    background-color: #000000;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Josefin Sans';
    border-radius: 20px;
    min-width: 180px;
    padding: 18px 10px;
}
.convertforms .cf-control-input .cf-text-left {
    text-align: center;
    margin-top: 21px;
}
.convertforms .cf-control-input textarea {
    resize: none;
    min-height: 122px;
}
.convertforms .cf-footer {
    position: absolute;
    bottom: -95px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.convertforms .cf-footer span, .convertforms .cf-footer span a {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.convertforms .cf-footer a {
    text-decoration: underline;
}
.t4-devloper-support-form .convertforms {
    background-image: url(/images/Developer_Support_Background_Texture.jpg);
}
.convertforms .cf-input:focus {
    outline: none !important;
    border: unset !important;
}
.t4-installation-test-support-page .convertforms {
    background-color: unset;
    padding: 0px 0 0 0;
    box-shadow: unset;
    background-image: unset;
}
.t4-installation-test-support-page .convertforms h2, .t4-installation-test-support-page .convertforms p {
    color: #ffffff;
}
.t4-installation-test-support-page .convertforms .cf-control-group {
    width: 33%;
}
.t4-installation-test-support-page .convertforms .cf-control-group input {
    background-color: #2F2F2F;
    color: #ffffff;
}
.t4-installation-test-support-page .convertforms .cf-control-group input::placeholder {
    color: #ffffff;
}
.t4-installation-test-support-page .convertforms .cf-control-group button.cf-btn {
    background-color: #ffffff;
    margin: 15px 0 0 0;
}
div#t4-support-copyright p a {
    color: #ffffff;
    text-decoration: underline;
}
.item-107 .t4-content {
    padding: 180px 0 0px 0;
    background-image: url(/images/Contact_Us_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.t4-contact-us-page {
    padding-bottom: 80px;
}
.t4-contact-us-page-form-module .convertforms {
    background-image: unset;
}
.t4-contact-us-page-form-module .convertforms .cf-input {
    background-color: #ffffff;
    border: 1px solid #000000;
}
.t4-contact-us-page-form-module .convertforms .cf-btn {
    background-color: #00008B;
    transition: .5s;
}
.t4-contact-us-page-form-module .convertforms .cf-btn:hover{
    background-color: #000000;
    transition: .5s;
}
.install-pxplus-page-module-wr {
    padding: 180px 0 0px 0;
}
.install-pxplus-page-module-wr img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 7px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 0 50px 0;
}
.install-pxplus-page-module-wr h2 {
    margin: 0 0 25px 0;
}
.navigation-wr ul li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0px 14px;
    padding: 15px 10px 15px 67px;
    border-bottom: 1px solid #000000;
}
li.cancel-btn {
    background-image: url(/images/Install%20Sage%20Data%20Exchange/Application%20Setup/sde_-_button_-_cancel.jpg);
}
.navigation-wr ul {
    padding: 0;
}
li.sae-btn {
    background-image: url(/images/Install%20Sage%20Data%20Exchange/Application%20Setup/sde_-_button_-_print.jpg);
}
li.purge-button {
    background-image: url(/images/Install%20Sage%20Data%20Exchange/Application%20Setup/sde_-_button_-_purge_data_transfer.jpg);
}
li.web-series-btn {
    background-image: url(/images/Install%20Sage%20Data%20Exchange/Application%20Setup/sde_-_button_webservice.png);
}
li.print-button {
    background-image: url(/images/Install%20Sage%20Data%20Exchange/Application%20Setup/sde_-_button_-_print.jpg);
}
.fields-inner-content h4 {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #000000;
}
.navigation-wr h3 {
    line-height: 36px;
    margin: 30px 0 7px 0;
}
.rocker-button {
    background-image: url(/images/User%20Maintenance/sde_-_button_-_directional.jpg);
}
.delete-button {
    background-image: url(/images/User%20Maintenance/sde_-_button_-_delete.jpg);
}

.fields-inner-content h5 {
    margin: 7px 0 10px 0;
    line-height: 32px;
    font-size: 19px;
}
.search-btn {
    background-image: url(/images/Request%20Log/sde-button-search.png);
}
.textbox-btn {
    background-image: url(/images/Request%20Log/sde-button-textbox.png);
}
.repost-button {
    background-image: url(/images/Request%20Log/sde-button-repost.png);
}
.save-btn {
    background-image: url(/images/Resource%20Maintenance/sde_-_button_-_save.jpg);
}
.right-arrow {
    background-image: url(/images/Resource%20Maintenance/sde-right-arrow.png);
}
.copy-button {
    background-image: url(/images/Request%20Maintenance/sde-button-copy.png);
}
.quite-button {
    background-image: url(/images/Request%20Maintenance/sde-button-import.png);
}
.insert-row-button {
    background-image: url(/images/Request%20Maintenance/sde_-_button_-_insert_row.jpg);
}
.delete-row-button {
    background-image: url(/images/Request%20Maintenance/sde_-_button_-_delete_row.jpg);
}
.expand-tree-button {
    background-image: url(/images/Request%20Maintenance/sde-button-expand.png);
}
.move-up-btn {
    background-image: url(/images/Default%20Maintenance/sde_-_button_-_move_row_up.jpg);
}
.move-dowm-btn {
    background-image: url(/images/Default%20Maintenance/sde_-_button_-_move_row_down.jpg);
}
.large-img {
    display: flex;
    margin: 0px 0 30px 0;
    font-family: 'Josefin Sans';
    background-color: var(--headings-color);
    width: fit-content;
    padding: 7px 13px 4px 13px;
    color: #ffffff;
    border-radius: 15px;
}
.large-img:hover {
    color: #ffffff;
    background-color: #00008B;
}
.data-box-content {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background-color: #ffffff;
    padding: 12px 20px;
    border-radius: 10px;
    margin: 0 0px 15px 0;
}
.data-box-content p {
    margin: 0px;
}
.developers-toggle h4 {
    margin: 0 0 0 0;
    line-height: 31px;
    padding: 0 0;
    cursor: pointer;
    background: url(/images/Down_Arrow.png)no-repeat;
    background-position: 96% 50%;
}
.developers-toggle h4.active{
    background: url(/images/Up_Arrow-01.png)no-repeat;
    background-position: 96% 50%;
}
.developers-toggle p {
    display: none;
}
.developers-toggle {
    border: 1px solid #00000052;
    border-radius: 10px;
    margin: 29px 0 13px 0;
}
.developers-toggle p {
    margin: 0;
    border-top: 1px solid #00000052;
}
.developers-toggle h4, .developers-toggle p {
    padding: 11px 20px;
}
.t4-megamenu .navbar-nav>li.active>a, .t4-megamenu .navbar-nav>li.active>.nav-link, .t4-megamenu .navbar-nav>li.active>a, .t4-megamenu .navbar-nav>li >.nav-link:hover {
    font-weight: 500;
}
.install-pxplus-page-module-wr a:hover {
    color: inherit;
}
.install-pxplus-page-module-wr a.large-img:hover{
    color: rgba(255, 255, 255, 1) !important;
} 
.support-section-wr .row {
    justify-content: center;
}
.t4-contact-us-page-form-module .convertforms .cf-input:focus {
    border: 1px solid #000 !important;
}
.top-banner-img {
    margin-left: -54px;
}
.top-banner .row.al-flex {
    align-items: flex-end;
}
#t4-hero .module-ct {
    padding-bottom: 6px;
}
.banner-content p {
    margin-bottom: 32px;
}
.banner-content h1 {
    margin: 0 0 20px 0;
}
.txt-underline {
    position: relative;
    color: inherit;
    border-bottom: 1px solid;
}
.sde-app-wr .col-md-5:last-child {
    padding-right: 0px;
    width: 43%;
}
.sde-app-wr .col-md-4 {
    width: 32%;
}
.sde-app-wr .col-md-3 {
    padding: 0px;
}
.font46 {
    font-size: 46px;
    line-height: 54px;
}
.video-button-box:last-child p {
    padding: 0px 20px;
}
/* .acm-accordion .card-header a {
    color: #00008B;
} */
.acm-accordion .card-header i {
    color: #00008B !important;
    font-size: 20px;
}
.error-page {
    background-image: url(/images/Homepage.jpg#joomlaImage://local-images/Homepage.jpg?width=1920&height=5275);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
body.error-page .error-other-info .page-redirect a {
    background-color: #00008B;
}
.video-button-box:not(:first-child) {
    padding: 24px 40px 24px 40px;
}
.mba-conact-inner .faxno {
    position: relative;
    display: block;
}
.mba-conact-inner .faxno:after {
    content: attr(title);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    color: #00008b;
}
.mba-conact-inner .faxno:hover:after {
    bottom: -30px;
    visibility: visible;
    opacity: 1;
}
.installation-form-wr iframe {
    background-color: transparent;
    width: 100%;
    max-width: 960px;
    padding: 0;
    border-radius: 10px;
}
@media screen and (min-width: 1280px) {
.banner-content .btn {
    min-width: 180px;
    min-height: 70px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}
}
/* Responsive starts */

@media only screen and (max-width:1439px){
.t4-navbar.col-md-9.d-flex.collapse-static {
    padding-right: 20px;
}
.development-assistance {
    width: 48%;
}
.video-button-box:not(:first-child){
    padding: 24px 20px 24px 20px;
}
.video-button-box:last-child p {
    padding: 0px 0px;
}
.sde-app-wr h2 {
    font-size: 44px;
    line-height: 44px;
}
.sde-app-btn a {
    padding: 15px 67px;
    font-size: 20px;
    line-height: 28px;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    font-size: 18px;
    line-height: 22.8px;
    padding: 10px;
}
.t4-megamenu .navbar-nav>li>.nav-link:hover{
    font-weight: 400 !important;
}
.faq-heading-wr {
    padding-top: 20px;
}
.sde-app-wr {
    padding: 60px 0 30px;
}
.sde-col {
    height: 100%;
}
/* API Demo */
.api-demo-inner {
    padding: 40px 50px 20px 50px;
}
.api-demo .center-wr {
    width: 96%;
}
/* API Demo */
/* Application */
.sde-application-common {
    width: 48%;
}
.video-button-box {
    width: 30%;
}
.top-banner .row.al-flex {
    align-items: center;
}
.sde-col {
    padding: 14px;
}
/* Application */
}/*1366px*/

@media only screen and (max-width:1365px){
div#cf_2 {
    width: 96%;
    margin: 0 auto;
}
/* Application */
.sde-application-box-cnt-left {
    width: 30%;
}
.sde-application-box-cnt-right {
    width: 69%;
    padding-left: 15px;
    padding-right: 0;
}
.video-button {
    gap: 20px;
}
.video-button-box {
    width: 32%;
    padding: 24px 15px 24px 15px
}
.videos-box video {
    height: 100%;
    object-fit: contain;
}
/* Application */
}/*1280px*/

@media only screen and (max-width:1279px){
.whats-new-slider {
    width: 90%;
    margin: 0 auto !important;
}
.data-box-content a {
    word-break: break-all;
}
.sde-col h3 {
    margin: 26px 0 11px 0;
}
}/*1200px*/

@media only screen and (max-width:1199px){
div#t4-footer {
    padding: 60px 0px 90px;
}
.card {
    padding-top: 15px !important;
    margin-top: 15px !important;
}
.faq-heading-wr {
    padding-bottom: 0px;
}
.sde-app-wr {
    padding: 40px 0 10px;
}
.what-home-slider {
    padding: 40px 0 45px;
}
.whats-new-slider {
    padding-top: 20px;
}
.available-addons {
    padding: 35px 0 55px 0;
}
.sde-sec-wr {
    padding: 10px 0 70px;
}
.top-banner {
    padding: 190px 0 50px 0;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 7px;
}
.t4-megamenu .navbar-nav>li:last-child>a, .t4-megamenu .navbar-nav>li:last-child>.nav-link {
    min-width: 150px;
    min-height: 50px;
}
.wus-contain {
    height: 200px;
}
.sde-app-btn a {
    padding: 15px 15px;
}
.sde-app-wr h2 {
    font-size: 36px;
    line-height: 40px;
}
/* API Demo */
.api-demo-inner {
    padding: 40px 20px 20px 20px;
}
.api-demo-inner iframe {
    height: 700px !important;
}
.api-demo-inner iframe {
    height: 630px!important;
    /* width: 520px;     -MBA to allow cell phone auto width */
    overflow-x: scroll;
}

.api-demo-form-wr {
    width: 100%;
    max-width: 100%!important;
    overflow: scroll;
}
/* API Demo */

/* Application */
.sde-application-box-cnt-left h5 {
    font-size: 20px;
    line-height: 26px;
    margin: 16px 0 0 0;
}
.video-button-box {
    width: 31%;
    padding: 24px 14px 24px 14px;
}
.tab-inner-content a {
    font-size: 18px;
    line-height: 27px;
    /* margin-bottom: 10px; */
}
/* .video-button-box::before{
    display: none;
} */
/* Application */
}/*1024px*/

@media only screen and (max-width:1023px){
.install-pxplus-page-module-wr h2 {
    margin: 0 0 10px 0;
}    
.font46 {
    font-size: 32px;
    line-height: 40px;
}
.container {
    max-width: 100% !important;
    width: 100% !important;
}
.top-banner {
    padding: 140px 0 50px 0;
}
.banner-content {
    padding-right: 5px;
}
/* Support */
div#t4-devloper-support-form {
    padding-top: 170px;
    padding-bottom: 30px;
}
div#t4-support-updates {
    padding-bottom: 20px;
    padding-top: 30px;
}
.support-heading-wr h2{
    font-size: 32px;
    line-height: 38px;
    margin: 5px 0px 0px;
}
.support-section-wr .row + .row {
    gap: 45px;
}
.support-heading-wr {
    padding-bottom: 20px;
}
/* Support */
}/*980px*/

@media only screen and (max-width:979px){
.sde-application-box {
    max-width: 630px;
    margin: 0 auto;
}
.sde-application-inner {
    flex-direction: column-reverse;
}
.video-button-box {
    border-radius: 20px 20px 0 0 !important;
}    
.navigation-wr h3 {
    margin: 30px 0 16px 0;
}    
.t4-installation-test-support-page h2 br {
    display: none;
} 
.t4-installation-test-support-page h2 {
    margin-bottom: 20px;
}
.t4-installation-test-support-page .cf-content-wrap.cf-col-16 {
    margin-bottom: 14px;
}   
.sde-app-wr .col-md-5:last-child, .sde-app-wr .col-md-3 {
    padding: 0 1rem !important;
}    
.wus-contain {
    min-height: auto;
}
.top-banner .row.al-flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px 0px;
}
.top-banner .col-md-6 {
    width: 100%;
    padding: 0;
}
.sde-sec-wr .row:not(:last-child) {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}
.sde-sec-wr .row>.col-md-7,.sde-sec-wr .row>.col-md-5,.col-md-4,.col-md-5,.col-md-6 {
    width: 100%;
}
.sde-sec-wr .row>.col-md-5 h2,.development-assistance-main h2,.whats-new-inner h2 {
    font-size: 34px;
    line-height: 38px;
    margin: 0;
}
.banner-content h1{
    font-size: 40px;
    line-height: 46px;
    margin: 0;
}
.sde-sec-wr {
    padding: 10px 0 50px;
}
.videos-wr.home-video-wr {
    padding: 50px 50px;
}
.videos-wr.home-video-wr h2 {
    margin-bottom: 3px;
    font-size: 36px;
    line-height: 42px;
}
.videos-wr.home-video-wr p {
    margin-bottom: 5px;
}
.development-assistance-inner {
    display: flex;
    margin: 8px 0 0 0;
    flex-direction: column;
    flex-wrap: nowrap;
}
.development-assistance {
    width: 100%;
}
.sde-app-wr .row,.sde-sec-wr .row + .row {
    flex-direction: column;
    gap: 35px;
}
.sde-app-wr .row .col-md-4 p{
    margin-bottom: 0;
}
.wus-contain {
    height: auto;
}
.wus-contain p {
    margin-bottom: 6px;
}
.t4-megamenu .navbar-nav>li:last-child>a, .t4-megamenu .navbar-nav>li:last-child>.nav-link {
    min-width: 100px;
    min-height: 42px;
}
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    padding: 5px;
}
div#t4-megamenu-mainmenu ul {
    gap: 1px;
    align-items: center;
}

/* Application */
.sde-application-box {
    padding: 50px 0 55px 0;
}
.sde-application-left {
    width: 100%;
    padding-right: 0;
    margin-top: 18px;
}
.t4-sde-application-page-module {
    padding: 130px 0 60px 0;
}
.sde-application-right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.sde-application-left p:last-child {
    margin-bottom: 0;
}
.sde-application-left h2 {
    margin: 0 0 0px 0;
}
.sde-application-box,.video-button {
    flex-wrap: nowrap;
    flex-direction: column;
}
.sde-application-common {
    width: 100%;
}
.sde-application-box-cnt-left {
    width: 20%;
}
.sde-application-box-cnt-right {
    width: 80%;
}
.videos-wr {
        padding: 35px 20px 0px 20px;
    }
.videos-box {
    padding: 5px 0 0 0;
}
.video-button-box {
    width: 100%;
    padding: 24px 14px 24px 14px;
    min-height: auto;
}
.video-button {
    gap: 0px;
    margin: 15px 0 0 0;
}
.video-button-box h4 {
    margin: 0 0 3px 0;
}
.video-button-box p {
    min-height: auto;
}
.video-button-box:last-child {
    padding: 24px 14px 50px 14px;
}
.video-button-box::before {
    width: 94%;
    height: 1px;
    right: 0;
    left: 0;
    top: unset;
    transform: unset;
    bottom: 0px;
    margin: 0 auto;
}
/* Application */

/* Documents */
.document-main-wr p,.document-main-wr p a,.document-main-wr p strong,.business-software-button a{
    font-size: 16px;
    line-height: 24px;
}
.business-software-wr .business-software-image-wr+p {
    font-size: 20px;
    line-height: 30px;
}
.business-software-content p:not(:last-child) {
    margin-bottom: 20px;
}
.tabber {
    display: flex;
    gap: 40px 0px;
    flex-direction: column;
}
.tabber .tab {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.tabber .tab button {
    padding: 15px 25px 20px;
}
/* Documents */

/* Buy Now */
.mba-conact-box h2, .mba-conact-box h2 strong {
    font-size: 36px;
    line-height: 42px;
    margin: 42px 0 8px;
}
.mba-contact-col {
    gap: 35px 0px;
    margin-top: 36px;
    flex-direction: column;
    align-items: center;
}
.mba-conact-inner a .mba-contact-text {
    font-size: 20px;
    line-height: 30px;
}
.t4-contact-us-page {
    padding-bottom: 40px;
}
.convertforms h2,.navigation-wr h3{
    font-size: 32px;
    line-height: 38px;
}
.div#cf_5 {
    padding: 45px 20px;
}
.install-pxplus-page-module-wr {
    padding: 170px 0 0px 0;
}
.install-pxplus-page-module-wr img {
    margin: 0 0 45px 0;
}
.install-content-inner p{
    font-size: 16px;
    line-height: 24px;
}
.install-content-inner h2{
    font-size: 34px;
    line-height: 40px;
    margin: 10px 0px 15px;
}
.install-content-inner {
    text-align: center;
}
.install-content-inner ul li {
    text-align: left;
}
.large-img {
    margin: 10px auto 19px;
}
.banner-content h1, .sde-sec-wr .row>.col-md-5 h2 {
    margin-bottom: 12px;
}
.top-banner-img {
    margin-left: 0;
}
.sde-app-wr h2 {
    margin: 0 0 20px 0;
}
/* Buy Now */
.sde-app-wr .col-md-4 {
    width: 100%;
}
.sde-app-wr .col-md-5:last-child {
    padding-right: 0;
    width: 100%;
}
.table-responsive,.navigation-wr ul li,.default-list li {
    font-size: 16px;
    line-height: 26px;
}

}/*768px*/

@media only screen and (max-width:767px){
div#t4-frequently-asked-questions {
    padding-bottom: 60px;
}    
.install-pxplus-page-module-wr
{
    padding: 200px 0 0 0;
}
.t4-installation-test-support-page .convertforms .cf-control-group {
    width: 100%;
}    
.navbar.navbar-expand-md .navbar-toggler{
    display: block !important;
}
.navbar.navbar-expand-md .navbar-toggler {
    display: block!important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    border-radius: 0;
}
.navbar-toggler i {
    font-size: 28px;
    position: relative;
    top: -2px;
}
.nav-breakpoint-md .t4-megamenu {
    border-radius: 0;
    left: unset;
    right: 0;
    width: 50%;
}
.nav-breakpoint-md .t4-megamenu .navbar-nav>li>a, .nav-breakpoint-md .t4-megamenu .navbar-nav>li>span {
    padding: 4px;
}
.t4-megamenu .navbar-nav>li:last-child>a, .t4-megamenu .navbar-nav>li:last-child>.nav-link {
        min-width: 130px;
        min-height: 45px;
        margin-bottom: 2px;
    }
li.nav-item.menu-btn {
    border-radius: 12px;
    margin-top: 10px;
}
.t4-navbar .nav-item {
    position: relative;
    width: 100%;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
}
.whats-new-slider {
    width: 72%;
}
.what-home-slider .whats-new-slide::before{
    display: none;
}
.what-home-slider .whats-new-slide p {
    min-height: auto;
}
.banner-content,.sde-sec-wr .row>.col-md-5,.sde-sec-wr .row>.col-md-7,.sde-app-wr .row .col-md-4,
.sde-app-wr .row .col-md-3 {
    text-align: center;
}
.banner-content p {
    margin-bottom: 19px;
}

.install-content-inner img:not(:last-child) {
    margin-right: 0px !important;
}
.development-assistance-main h2 {
    margin: 5px 0px 20px;
}
}/*650px*/

@media only screen and (max-width:649px){
.tab-inner-content a {
    font-size: 16px;
    line-height: 24px;
}        
.fields-wr h3 {
    line-height: 36px;
}    
.navigation-wr h3 {
    font-size: 23px;
    line-height: 31px;
}
div#t4-faq-support-page {
    padding-bottom: 51px;
}
 div#t4-installation-test-support-page, div#t4-installation-test-form- {
    padding-top: 50px;
    padding-bottom: 50px;
}   
.navbar-toggler i {
    top: 2px;
}
.top-banner .row.al-flex {
    gap: 40px 0;
}
.sde-col {
    max-height: unset;
}
.convertforms h2,.sde-app-wr h2,.sde-sec-wr .row>.col-md-5 h2,
.development-assistance-main h2, .whats-new-inner h2,.videos-wr.home-video-wr h2,
.api-demo-inner h2,.sde-application-left h2 {
    font-size: 32px;
    line-height: 38px;
}
.sde-app-btn a {
    padding: 15px 55px;
}
.banner-content h1 {
    font-size: 36px;
    line-height: 42px;
}
p {
    font-size: 16px;
    line-height: 28px;
}
div#cf_2 {
    padding: 45px 25px;
}
.company-name, .name-field, .email-field, .phone-number {
    width: 100%!important;
}
.convertforms .cf-input {
    padding: 11px 12px;
    font-size: 16px;
    line-height: 24px;
}
.convertforms .cf-btn {
    line-height: 25px;
    border-radius: 10px;
    min-width: 160px;
    padding: 11px 10px;
}
.banner-content a.btn {
    padding: 10px 20px;
    border-radius: 10px;
}
.videos-wr.home-video-wr {
    padding: 50px 30px 30px;
}
.wus-contain {
    height: 225px;
}
/* Application */
.sde-application-box-cnt {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.sde-application-box-cnt-right {
    width: 100%;
    border-left: 0;
    margin-top: 10px;
}
.sde-application-box-cnt-left {
    width: 100%;
    text-align: center;
}
/* Application */
/* Support */
div#cf_3 {
    padding: 35px 20px 45px;
}
/* Support */

/* Documents */
.business-software-wr, .business-software-button a,
.business-software-content p, .business-software-content p a,
.tab-content a{
    font-size: 16px;
    line-height: 24px;
}
.tab-inner-content a {
    padding-left: 25px;
    background-size: 17px;
}
.document-tab-wr {
    padding: 50px 0;
}
/* Documents */

/* Buy Now */
.mba-contact-col .mba-conact-inner:nth-child(2) {
    width: 100%;
    text-align: center;
}
.mba-conact-box h2, .mba-conact-box h2 strong {
    font-size: 30px;
    line-height: 38px;
}
.convertforms h2 {
    font-size: 26px;
    line-height: 34px;
}
.install-content-inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.table-responsive {
    margin-bottom: 48px;
}
/* Buy Now */
}/*568px*/

@media only screen and (max-width:567px){
.sde-app-btn a {
    padding: 15px 15px;
}
    .faq-heading-wr h2 {
        margin-bottom: 0;
        line-height: 41px;
        font-size: 26px;
    }

.development-assistance p {
    padding: 20px 15px 25px;
}
.business-software-button {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}.business-software-button a{
    margin-right:0px !important;
    width: 95%;
    text-align: center;
}
.top-away #back-to-top {
    bottom: 100px;
    background-color: #000000;
}
.top-away #back-to-top {
        bottom: 64px;
}
.video-button-box {
    border-radius: 9px 9px 0 0!important;
}
}/*480px*/

@media only screen and (max-width:479px){
.install-pxplus-page-module-wr img {
        margin: 0 0 25px 0;
}    
.nav-breakpoint-md .t4-megamenu {
    width: 100%;
}
.navbar-brand {
    width: 66%;
}
.available-addons .development-assistance-inner h3 {
    font-size: 20px;
    line-height: 47px;
}
.business-software-image-wr {
    margin: 0 auto 15px;
    width: 70px;
    display: block;
}
.business-software-wr .business-software-image-wr+p {
    margin-bottom: 12px;
}
.tabber .tab {
    max-width: 100%;
}
.install-content-inner h2 {
    margin: 10px 0 12px;
}
.whats-new-slider {
        width: 100%;
}
.whats-new-wr button.slick-arrow.slick-prev {
    left: 30%;
    bottom: 0;
    top: unset;
}
.whats-new-wr button.slick-next.slick-arrow {
    top: unset;
    bottom: 0;
    right: 30%;
}
.whats-new-slider {
    padding-bottom: 80px;
}
.whats-new-slider .slick-slide {
    margin: 0 0px;
}
.acm-accordion .card {
    margin-top: 15px !important;
    padding-top: 15px !important;
}
.convertforms .cf-label {
    font-size: 16px;
    line-height: 30px;
}
.whats-new-slide-content {
    margin-right: 0;
}
.sde-application-left h2 {
    margin: 0 0 12px 0;
}
.support-col-wr h3 {
    margin: 17px 0px 10px 0;
}
.tabber .tab button {
    font-size: 20px;
    line-height: 32px;
}
.table-responsive {
    margin-bottom: 38px;
}
.support-col-wr h3 {
    font-size: 22px;
    line-height: 30px;
}
.install-content-inner .navigation-wr ul li {
    padding: 15px 10px 15px 55px;
}
.support-heading-wr p {
    margin: 15px 0 0 0;
}
.support-col-wr p br {
    display: none;
}
tr>th:first-child, tr>td:first-child {
    word-break: break-word;
}
.table>:not(caption)>*>* {
    padding: 10px;
    width: 25%;
}
.table-responsive, .navigation-wr ul li, .default-list li {
    font-size: 14px;
    line-height: 24px;
}
.installation-text-wr h2 {
    margin: 0 0px 4px 0;
}
}/*414px*/

@media only screen and (max-width:413px){
.navbar-toggler i {
    top: 4px;
}
}/*390px*/

@media only screen and (max-width:389px){

}/*375px*/

@media only screen and (max-width:374px){
    .table>:not(caption)>*>* {
        width: 50%;
    }
}/*320px*/


/* Responsive ends */

.whats-new-slide-content p {
    word-break: break-word;
}
a.large-img:focus {
    color: #fff;
}
.tab-inner-content a.active-link {
    color: #00008B;
}

ol.mod-breadcrumbs {
    position: absolute;
    top: 120px;
    z-index: 1;
}
.item-106 ol.mod-breadcrumbs {
    position: absolute;
    top: -50px;
    z-index: 1;
}