body {
    font-family: "DM Sans", sans-serif;
    }

    .pricing_container {
    position: unset;
    top: unset;
    margin-top: -110px;
    padding: 0 20px;
    background: transparent;
    box-shadow: none;
    }

    .offers_fluid {
    padding: 30px 0 110px;
    margin-top: 60px;
    color: #fff;
    /*background: #205592 url(../../../img/shape.svg);*/
    background-size: 7%;
    	/*17oct2025*/
        background: #040c27 url(../svg/shape.svg);
    }

#appContainer.server-maintenance .offers_fluid{
    margin-top: 92px;
}

    .section-fluid {
    padding: 30px 0 150px;
    margin-top: 60px;
    color: #fff;
    background: #1c4068 url(../svg/shape.svg);
    background-size: 7%;
    }

    .toggle {
    background-color: #40c952;
    margin: 0 !important;
    }

    .toggle,
    .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    }

    .toggler {
    transition: 0.2s;
    font-weight: unset;
    font-size: 14px;
    margin: 0 !important;
    padding: 0px 5px;
    }

    .change-plan {
    float: right;
    }

    .section-text {
    position: relative;
    font-size: 4rem;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    }

    .premise-container {
    position: relative;
    margin-top: -110px;
    }

    .custom-tabs {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 0;
    }

    .custom-tabs .list-inline-item {
    margin-right: 16px;
    }

    .custom-tabs li {
    position: relative;
    padding: 8px 20px;
    font-family: "DM Sans", sans-serif;
    color: #40464b;
    border-radius: 5px 5px 0 0;
    background-color: #e4ecf8;
    }

    .custom-tabs li::after {
    content: " ";
    position: absolute;
    top: 0;
    width: 23px;
    height: 100%;
    background-color: inherit;
    border-radius: 0 6px 0 0;
    transform: skew(24deg);
    right: -8px;
    }

    .custom-tabs li.list-active a {
    color: #fff;
    }

    .custom-tabs li.list-active {
    background-color: #03b2f7;
    }

    .premise-detailsbox {
    padding: 70px 50px 40px;
    }

    .premise-content {
    color: #333333;
    font-family: "DM Sans", sans-serif;
    }

    .freetrail-heading {
    color: #000;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    }

    .premise-signupbtn {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    border-radius: 5px;
    border: none;
    background-color: #f06b7c;
    }

    .back-arrow {
    opacity: 0.25;
    }

    .section-heading {
    position: relative;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    }

    .section-heading::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    bottom: 0;
    left: 0;
    background: #f06c7c;
    }

    .pricing_section {
    min-height: 253px;
    text-align: center;
    /*margin-bottom: 25px;*/
    }

    .pricing_section .name {
    font-size: large;
    text-transform: uppercase;
    color: #0d2743;
    margin-top: 8px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    }

    .toggle {
    position: relative;
    width: 36px;
    height: 16px;
    border-radius: 100px;
    background-color: #76b51b;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    }

    .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    cursor: pointer !important;
    }

    .check:checked ~ .switch {
    right: 2px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0.08s, 0s;
    }

    .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .legalpolicy-modal {
    font-size: 13px;
    color: #5288bf;
    font-family: "DM Sans", sans-serif;
    text-decoration: underline;
    }

    .section-headding {
    font-size: 28px;
    }

    .link-confirmation-buttons {
    text-align: right;
    }

    @media only screen and (max-width: 575px) {
    .section-text {
    font-size: 20px;
    }

    .section-heading {
    font-size: 16px;
    }
    }

    /* Style the list */
    ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent;
    color: #cccccc;
    }

    /* Display list items side by side */
    ul.breadcrumb li {
    display: inline;
    font-size: 13px;
    }

    /* Add a slash symbol (/) before/behind each list item */
    /*press Realse*/
    .press-release {
    background: #fafafa;
    margin-top: 60px;
    }

    .press-release .uniquefeatures-sliderbox {
    padding: 20px 0px;
    background: #fafafa;
    }

    ul.breadcrumb li + li:before {
    padding: 8px;
    color: #3a699e;
    content: "/\00a0";
    }

    /* Add a color to all links inside the list */
    ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
    }

    /* Add a color on mouse-over */
    ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
    }

    .section-fluid {
    }

    .pricing-fluid {
    padding: 30px 0 20px;
    margin-top: 60px;
    color: #fff;
    background: #1c4068 url(../svg/shape.svg);
    background-size: 7%;
    }

    .pricing-detailsbox {
    padding: 40px 30px;
    }

    .addon-details {
    border: 1px solid #e5e5e5;
    }

    .addon-details .pricevalue {
    font-size: 18px;
    font-family: arial;
    }

    sub.userpermonth {
    font-size: 12px;
    color: #666;
    top: 0px;
    }

    .api-sectionname {
    font-size: 30px;
    }

    .addontext {
    color: #f06c7c;
    }

    element.style {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    top: 0;
    border-radius: 50%;
    color: #272727;
    background: #f5f5f5;
    text-align: center;
    line-height: 50px;
    }

    .api-sectionname::before {
    position: absolute;
    content: "";
    left: 16px;
    bottom: -5px;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #f06c7c;
    }

    ul.pricing-left-menu {
    margin-top: 10rem;
    }

    ul.pricing-left-menu li {
    position: relative;
    margin: 25px 0 25px 0;
    }

    /*ul.pricing-left-menu li:nth-child(4){ display:none}*/
    ul.pricing-left-menu li:hover {
    background: #03b2f7;
    border-radius: 5px;
    }

    ul.pricing-left-menu li:hover a {
    color: #ffffff;
    }

    /*ul.pricing-left-menu li:before {*/
    /*    width: 5px;*/
    /*    height: 100%;*/
    /*    background: #e7ebf1;*/
    /*    position: absolute;*/
    /*    content: '';*/
    /*    left: -20px;*/
    /*}*/
    ul.pricing-left-menu:before {
    width: 5px;
    height: 100%;
    background: #e7ebf1;
    position: absolute;
    content: "";
    left: -15px;
    }

    ul.pricing-left-menu li.activepricing:before {
    width: 5px;
    height: 100%;
    background: #f06c7c;
    position: absolute;
    content: "";
    left: -15px;
    }

    ul.pricing-left-menu li:before a {
    content: "";
    background: #000000;
    }

    /*ul.pricing-left-menu li a {*/
    /*    display: inline-block;*/
    /*    margin: 20px 0px 20px 8px;*/
    /*    font-size: 14px;*/
    /*}*/
    ul.pricing-left-menu li a {
    display: block;
    padding: 5px 0px 5px 8px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    }

    ul.pricing-left-menu li.activepricing a {
    color: #fff;
    background: #03b2f7;
    border-radius: 5px;
    width: 100%;
    }

    .our-fetaures {
    background: #ffffff;
    min-height: 60px;
    font-size: 13px;
    padding: 10px 0px;
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 5%);
    }

    .premisepricing-signupbtn {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    border-radius: 5px;
    border: none;
    background-color: #f06b7c;
    }

    .scrolled_fixed {
    position: sticky !important;
    top: 90px !important;
    width: 130px;
    }

    .solutions-type {
    display: inline-block;
    margin: 0 10px 20px 0;
    width: 100px;
    font-size: 12px;
    text-align: center;
    }

    .plans-container {
    padding: 10px 15px 20px;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgb(3 1 21 / 5%);
    }

    .price-container {
    background-color: #ffffff4f;
    border: 1px solid #f1ecec;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 2%);
    margin-right: 10px;
    height: 100%;
    margin-bottom: 75px;
    }

    .white-bg .box .spec ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 5px;
    }

    .price-start-box {
    min-height: 66px;
    }

    .white-bg .box .spec ul li {
    padding: 8px 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    font-family: "DM Sans", sans-serif;
    }

    .white-bg .box .spec ul li .icon-check {
    color: #2f7fef;
    }

    .white-bg .box .spec ul li i,
    .white-bg .box .spec ul li svg {
    margin-right: 10px;
    }

    .white-bg .box .spec ul li svg.fa-question-circle {
    margin-left: 5px;
    }

    .white-bg .box .spec.storageBox {
    margin-bottom: 5px;
    min-height: 35px;
    /* border-top: 1px solid #dadada; */
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);
    }

    .white-bg .box .spec.storageBox ul li {
    margin-top: -4px;
    }

    .support_pricing {
    height: 26px;
    width: 22px;
    margin-right: 12px;
    }

    .white-bg .box .spec {
    padding-top: 8px;
    padding-left: 18px;
    min-height: 590px;
    }

    .addons-row {
    display: none;
    }

    .white-bg .box .spec strong {
    font-weight: normal;
    }

    .white-bg .box-promoted {
    margin-top: -42px;
    background-color: #ebedf3;
    }

    .white-bg .box-promoted .promoted {
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #2f7fef;
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-top: -30px;
    }

    .white-bg .plans {
    color: #333333;
    position: relative;
    left: 5px;
    }

    .custom_icon img {
    height: 14px;
    width: 14px;
    }

    .white-bg .plans .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    margin-right: -1px;
    }

    .white-bg .box .silver {
    color: #dee2eb !important;
    }

    .btn-outline {
    border: 2px solid #3a5178 !important;
    background: #0d2743 !important;
    color: #fff;
    }

    .btn-outline:hover,
    .btn-outline:active,
    .btn-outline:focus {
    border: 2px solid #3a5178 !important;
    background: #0d2743 !important;
    color: #fff;
    }

    .helpgirl {
    width: 243px;
    height: 200px;
    position: absolute;
    right: 0px;
    top: 15px;
    }

    @media only screen and (max-width: 767px) {
    .section-fluid {
    padding: 30px 0 130px;
    background-size: 36%;
    margin-top: 130px;
    }

    .section-headding {
    font-size: 22px;
    }

    ul.pricing-left-menu li {
    position: relative;
    display: inline-block;
    }

    .pricing-detailsbox {
    padding: 0px;
    }

    .offers_fluid {
    padding: 30px 0 15px !important;
    }

    ul.pricing-left-menu li:before {
    width: 100%;
    height: 5px;
    left: 13px;
    bottom: 0;
    }

    .toggler {
    color: #333;
    }

    .solutions-type {
    width: 139px;
    }

    .white-bg .box {
    height: auto !important;
    border-radius: 5px;
    border: 1px solid #dee2eb;
    margin-bottom: 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .white-bg {
    background: transparent;
    }

    .white-bg .box .spec {
    min-height: inherit;
    height: auto !important;
    }

    .freeuntil {
    position: inherit;
    top: inherit;
    left: inherit;
    line-height: 19px;
    }

    .simple_paragraph {
    width: 100%;
    }

    .offers_fluid {
    margin-top: 110px;
    }

    .price-container {
    margin-right: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #fdfdfd;
    }

    .plan-name {
    padding-left: 84px;
    }

    .plans-container {
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0 0;
    }

    .toggler {
    color: #333333;
    padding: 5px;
    }
    }

    @media only screen and (min-width: 767px) {
    .pricing-pages-container {
    width: 1200px;
    max-width: 1200px;
    }
    }

    .white-bg .box {
    padding: 10px 0 0 0;
    color: #000;
    }

    .box .spec.featuresBox {
    margin-bottom: 5px;
    }

    .pricing_section .name {
    color: #5583c0;
    margin: 0;
    }

    .strikoff_div {
    margin-right: 0;
    }

    .strikoff_div:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(76deg);
    height: 70%;
    }

    .plan-pricing .dollar-sign {
    font-size: 75%;
    align-self: start;
    position: relative;
    top: 10px;
    left: -4px;
    }

    .white-bg .box .btn-lg {
    background: transparent !important;
    border: 1px solid #788799;
    color: #0d2743;
    font-weight: 700;
    margin: 5px 0;
    }

    .plans-color-box {
    background: #f5f5f5c9;
    padding: 25px 0px 15px 0px;
    }

    .plan-name {
    padding: 10px 0;
    margin: 20px 0;
    text-align: left;
    padding-left: 90px;
    position: relative;
    }

    .plan-name .coffee-img-box {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 64px;
    height: 50px;
    left: 15px;
    top: 14px;
    text-align: center;
    }

    .white-bg .box .small {
    color: #333;
    }

    .white-bg .box h1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    padding: 20px 10px 20px 0;
    letter-spacing: -2px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    padding-left: 10px;
    font-family: "DM Sans", sans-serif;
    }

    .white-bg .box h1.strikoff_div:before {
    position: absolute;
    content: url(../svg/offer-arrow.svg);
    top: -37px;
    left: 86%;
    transform: translate(-50%, 0);
    visibility: hidden;
    }

    .button-one {
    background: transparent;
    border: 1px solid #788799;
    color: #0d2743;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    padding: 3px 10px;
    width: 105px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    border: 1px solid #f06c7c;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 0px;
    background: #f06c7c;
    }

    .button-one {
    display: inline-block;
    }

    .button-one a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 12px;
    color: #ffffff;
    }

    .button-one a:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.2s;
    }

    .button-one:hover {
    background: #f06c7c;
    color: #ffffff;
    }

    .button-one:hover a {
    padding-right: 25px;
    color: #ffffff;
    }

    .button-one:hover a:after {
    opacity: 1;
    right: 0;
    }

    .plan-pricing {
    font-size: 30px;
    }

    .premium-plan .plan-pricing,
    .enterprise-plan .plan-pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    }

    .enterprise-plan .premiumplan_price {
    padding-top: 5px;
    }

    .star {
    font-size: 75%;
    }

    .white-bg .box .spec.storageBox {
    border: none;
    box-shadow: none;
    }

    .offer-price {
    background: #d5d5d0;
    font-size: 12px;
    padding: 3px;
    line-height: initial;
    }

    .plans-color-box .position-relative {
    display: inline-block;
    }

    .plan-offer-price {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    top: 11px;
    right: -100px;
    }

    .specifications {
    padding-top: 10px;
    padding-bottom: 25px;
    position: absolute !important;
    bottom: 0;
    width: 100%;
    }

    .specifications:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 87%;
    background: #dbdee5;
    box-shadow: 0 1px rgba(255, 255, 255, 1);
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    }

    .greentext {
    color: #0d2743;
    font-family: "DM Sans", sans-serif;
    }

    .upcoming-features-heading {
    font-size: 11px;
    background: #5583c0;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 20px;
    margin-left: -21px;
    margin-bottom: 5px;
    display: inline-block;
    letter-spacing: 1px;
    }

    .free-upto {
    font-size: 11px;
    line-height: inherit;
    color: #4caf50;
    }

    .add-ons-name {
    font-size: large;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    }

    .add-ons-text {
    font-family: "DM Sans", sans-serif;

    line-height: 1.4;
    font-size: 14px;
    width: 86%;
    margin: 0px auto 5px;
    margin-left: 0px;
    }

    .add-ons-list {
    list-style: none;
    padding-left: 0;
    display: block;
    text-align: left;
    margin: 0px 30px 30px 30px;
    }

    .add-ons-list li {
    position: relative;
    display: flex;
    margin-bottom: 40px;
    }

    .add-ons-list li:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #dbdee5;
    box-shadow: 0 1px rgba(255, 255, 255, 1);
    bottom: -25px;
    }

    .add-ons-list li:last-child:after {
    content: none;
    }

    .add-ons-list li.addon-first-heading {
    margin-bottom: 15px;
    }

    .add-ons-list li.addon-first-heading .upcoming-features-heading {
    margin-left: -30px;
    }

    .add-ons-list li.addon-first-heading:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: transparent;
    box-shadow: 0 0px rgba(255, 255, 255, 1);
    bottom: -25px;
    }

    .add-on-image {
    margin: 0;
    }

    .add-ons-description {
    font-size: 12px;
    margin: 5px 0;
    }

    .add-on-type {
    display: flex;
    margin: 10px 0 0;
    }

    .add-on-offer {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    background: #d5d5d0;
    font-size: 12px;
    padding: 2px 10px;
    }

    .add-on-offer-upto {
    margin: 0 0 0 5px;
    }

    .add-on-price {
    background: #f2bf12;
    padding: 2px 5px;
    line-height: 1.4;
    }

    .self-hosting-box .price-container {
    background: #f0f3f8;
    }

    .self-hosting-box .plans-color-box {
    background: #dae0ec;
    }

    .self-hosting-box .button-one {
    white-space: nowrap;
    width: 140px;
    }

    .self-hosting-box .box .featuresBox ul {
    }

    .self-hosting-box .box .featuresBox ul li:first-child {
    padding-left: 0;
    display: inline-block;
    }

    .self-hosting-box .box .featuresBox ul li {
    position: relative;
    padding-left: 20px;
    }

    .self-hosting-box .box .featuresBox ul li:not(:first-child):before {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    left: 0;
    top: 15px;
    background: #333;
    }

    .self-hosting-box .plus-symbol {
    position: absolute;
    right: 8px;
    bottom: 24px;
    font-size: 50%;
    }

    .suiable-centence {
    font-size: 11px;
    color: #5583c0;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 0.2px;
    }

    a.know-more-btn {
    border: 1px solid #5583c0;
    padding: 7px 10px;
    font-size: 11px;
    color: #5583c0;
    border-radius: 25px;
    }

    .self-hosting-box .price-container {
    background: #ffffff;
    }

    .self-hosting-box .plans-color-box {
    background: #f7f7f7;
    }

    .comingsoon-btn {
    background: transparent;
    color: #f06c7c;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    padding: 3px 10px;
    width: 120px;
    transition: all 0.5s;
    margin: 10px;
    border: 1px solid #f06c7c;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 0px;
    background: transparent;
    font-size: 11px;
    }

    .strikoff_div:after {
    position: absolute;
    content: "";
    left: 46%;
    font-size: 36px;
    top: 45%;
    transform: translate(-50%, -50%) rotate(76deg);

    width: 2px;
    height: 100%;
    visibility: hidden;
    }

    .iconbox {
    }

    li:has(.iconbox) {
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .white-bg .box h1 {
    width: 70px;
    height: 70px;
    }

    .offer-price {
    font-size: 10px;
    }

    .enterprise-plan .plan-pricing {
    padding: 5px 0;
    }

    .plan-pricing {
    font-size: 26px;
    }
    }

    @media (max-width: 767.98px) {
    .offers_fluid {
    margin-top: 110px;
    }

    ul.pricing-left-menu {
    margin-top: 10rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    min-height: 60px;
    }

    ul.pricing-left-menu li {
    margin: 0px;
    }

    ul.pricing-left-menu li:first-child {
    margin-left: 15px;
    }

    ul.pricing-left-menu li a {
    display: inline-block;
    float: none;
    padding: 10px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    border-radius: 5px;
    }

    ul.pricing-left-menu li.activepricing:before {
    width: 0;
    height: 100%;
    background: no-repeat;
    position: relative;
    content: "";
    left: 0px;
    }

    ul.pricing-left-menu li.activepricing a {
    color: #fff;
    background: #03b2f7;
    border-radius: 5px;
    width: auto;
    }
    }
