/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova-Bold.woff') format('woff'), url('/fonts/ProximaNova-Bold.ttf') format('truetype'), url('/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.free-trial-plans .master-wrapper-center-1 {
    background: #fff;
    padding: 0px 15px 30px;
    margin-top: 30px;
}

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}

h1.field-price-heading span {
    display: inline-block;
    font-size: 30px;
    margin-top: 10px;
}

h1.field-price-heading, .changePriceContainer span, .pricing-tab > span, .pricing-wrap .content-wrap .product-block a.getstart-plan, .pricing-wrap .content-wrap .product-block a.trynow-plan, .product-block .price span, .product-block .feature-box h3, .highlighted-box > div span {
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

.product-block .price span {
    font-family: 'ProximaNova-Bold';
}

.main-container-wrapper {
    position: relative;
}

    .main-container-wrapper:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 500px;
        left: 0;
        top: 0;
        background: #77cdff;
        background: -moz-linear-gradient(top, #77cdff 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #77cdff 0%, #ffffff 100%);
        background: linear-gradient(to bottom, #77cdff 0%, #ffffff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#77cdff', endColorstr='#ffffff', GradientType=0);
    }

#block-system-main {
    margin: 20px 0px 40px;
}

    #block-system-main > .content-wrap {
        position: relative;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0;
    }

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}

h1.field-price-heading span {
    display: inline-block;
    font-size: 30px;
}

.field-price-caption {
    text-align: center;
}

/************************ Currency Toggle Starts ***********************/
.changePrice {
    display: inline-block;
}

.changePriceContainer {
    min-height: 30px;
}

    .changePriceContainer span {
        color: rgba(0,0,0,0.3);
        cursor: pointer;
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0,0,0,0.1);
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    .changePriceContainer .action {
        color: #000;
        cursor: default;
        border-bottom: 2px solid #000;
    }

    .changePriceContainer .changeCurrency {
        display: none;
        min-height: 30px;
        padding: 0px 10px;
        width: auto;
    }

    .changePriceContainer .showThis {
        display: inline-block;
    }
/************************ Currency Toggle Ends ***********************/

/************************ Monthly / Yearly Toggle Starts ***********************/
.pricing-tab-wrap {
    position: relative;
    display: inline-block;
    float: right;
}

.i18n-ar .pricing-tab-wrap {
    float: left;
}

.pricing-tab > span {
    width: 50%;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

    .pricing-tab > span:first-child, .pricing-tab > span:last-child {
        color: rgba(0,0,0,0.3);
    }

    .pricing-tab > span.active:first-child, .pricing-tab > span.active:last-child {
        color: #000000;
    }

    .pricing-tab > span.ztoggle-slide {
        width: 50px;
        display: inline-block;
        margin: 0 10px;
        background: #fff;
        border: 1px solid #4696ec;
        border-radius: 20px;
        height: 25px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: 0;
    }

        .pricing-tab > span.ztoggle-slide em.toggle-btn {
            display: block;
            width: 18px;
            border-radius: 100%;
            background: #4696ec;
            height: 18px;
            margin-left: 4px;
            margin-top: 2px;
            transition: 0.5s all ease;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            outline: 0;
        }

        .pricing-tab > span.ztoggle-slide.active em.toggle-btn {
            margin-left: 26px;
        }

.i18n-ar .pricing-tab > span.ztoggle-slide em.toggle-btn {
    margin-right: 4px;
    margin-left: 0;
}

.i18n-ar .pricing-tab > span.ztoggle-slide.active em.toggle-btn {
    margin-right: 26px;
    margin-left: 0;
}
/************************ Monthly / Yearly Toggle Ends ***********************/

/************************ Pricing Block Starts ***********************/
.pricing-wrap {
    margin: 20px 0 0;
}

    .pricing-wrap .content-wrap {
        max-width: 1170px;
        clear: both;
        border-collapse: collapse;
        margin: 0 auto;
        margin-top: 30px;
    /*    -webkit-box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
        -moz-box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
        box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);*/
        padding-top: 40px;
      padding-bottom: 30px;
    }

        .pricing-wrap .content-wrap.has-most-popular-plan {
            padding: 30px 15px 15px 15px;
            /*! padding: 30px 0 15px; */
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .pricing-wrap .content-wrap .product-block {
            display: inline-block;
            float: left;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-collapse: collapse;
            box-sizing: border-box;
            position: relative;
            border-right: none;
        }

.i18n-ar .pricing-wrap .content-wrap .product-block {
    float: right;
}

.i18n-ar .pricing-wrap .content-wrap .product-block {
    border-left: 1px solid #e5e5e5;
    border-right: none;
}

    .i18n-ar .pricing-wrap .content-wrap .product-block:last-child {
        border-left: none;
    }



/*pricing table*/
.pricing-tab {
  border: 1px solid #C9D4D8;
  border-radius: 75px;
  width: fit-content;
  margin: 0 auto;
  padding: 6px;
  display: flex;
  gap: 10px;
}

.pricing-tab-wrap {
  display: flex;
  justify-content: center;
  float: none;
}

.pricing-tab > span.ztoggle-slide {
  display: none;
}

.pricing-tab .label-text {
  font-size: 22px;
  min-width: 270px;
  border-radius: 50px;
  padding: 10px 15px;
  color: #333333 !important;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  background: #ececec;
  border: 1px solid #ececec;
  transition:0.3s ease-in-out;
}
  .pricing-tab .label-text .save-badge {
    font-size: 14px;
    background: #0d6efd;
    padding: 7px 12px;
    white-space: nowrap;
    color: #fff;
    border-radius: 50px;
  }

  .pricing-tab .label-text.active {
    background: #c2eafd;
    font-weight: bold;
    border-color: #03a9f5;
  }
.pricing-wrap .content-wrap .product-block:first-child {
  border-radius: 20px 0 0 20px;
}
.pricing-wrap .content-wrap .product-block:last-child {
  border-radius: 0 20px 20px 0;
}
body section.pricing-wrap .content-wrap .product-block.most-popular-plan {
  background: transparent;
  box-shadow: none;
  border: 2px solid #03a9f5;
  outline: none;
  background: #d6f1fe;
}
.price del {
  position: relative;
}

  .price del::after {
    content: "";
    height: 4px;
    background: #ff5d3a;
    left: -2.5%;
    bottom: 15px;
    width: 105%;
    display: block;
    position: absolute;
    transform: rotate(167deg);
  }

  .price del span {
    font-size: 36px !important;
    position: static !important;
  }
.detail .per-user {
  line-height: 19px;
}
.schedule-call-link {
  color: #0d6efd !important;
  font-weight: bold;
}

  .schedule-call-link:hover {
    text-decoration: underline !important;
  }
@media only screen and (max-width: 1100px) and (min-width: 768px) {
    .i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block,
    .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block {
        border-left: none;
        border-right: 1px solid #e5e5e5;
    }

        .i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2n),
        .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(2n),
        .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(5) {
            border-left: 1px solid #e5e5e5;
        }
}

@media only screen and (max-width: 767px) {
    .for-mob-only {
        display: block !important;
    }

    .i18n-ar .pricing-wrap.pricing-box-3 .content-wrap .product-block,
    .i18n-ar .pricing-wrap.pricing-box-2 .content-wrap .product-block,
    .i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block,
    .i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block {
        border: 1px solid #e5e5e5;
    }
}

section.pricing-wrap .content-wrap .product-block.most-popular-plan {
    background: #FFFDE6;
    border: 1.5px solid #D3D19D;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
    margin-top: -45px;
    /*min-height: 775px;*/
    min-height: 845px;
}

.pricing-wrap .content-wrap .product-block.most-popular-plan:after {
    content: "";
    width: 100%;
    height: 20px;
}

.pricing-wrap .content-wrap .product-block:last-child {
    border-right: 1px solid #e5e5e5;
}

.pricing-wrap .content-wrap .product-block.most-popular-plan .main-box {
    padding-top: 85px;
}

.pricing-wrap .content-wrap .product-block .zmost-popular {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background: #03a9f5;
  text-transform: uppercase;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0;
  padding: 10px 2px;
  font-weight: bold;
  font-style: italic;
}

.zmost-popular em {
    font-style: inherit;
    font-size: 26px;
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
    line-height: 0;
}

.pricing-wrap .content-wrap .product-block .popular-plan {
    display: none !important;
}

.product-block span.detail span.zpricegroup span {
    display: inline-block;
}

.price .z-price-text em {
    font-size: 26px;
}

.z-price-text em {
    font-style: normal;
}

.product-block span.detail span.ztogglegroup {
    display: inline;
}

.product-block span.detail span > span.zpricegroup {
    display: inline-block;
}

.zmost-popular ~ .feature-box {
    border-bottom: 3px solid #03a9f5;
}

.product-block.highlighted-plan .feature-box {
    padding-bottom: 60px;
}

.pricing-wrap .content-wrap .product-block a.getstart-plan, .pricing-wrap .content-wrap .product-block a.trynow-plan {
    background: #03a9f5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: auto;
    font-weight:600;
    border-radius:50px;
}

.pricing-wrap .content-wrap .product-block.most-popular-plan a.getstart-plan, .pricing-wrap .content-wrap .product-block.most-popular-plan a.trynow-plan {
    background: #212529;
}

.pricing-wrap .content-wrap .product-block a.trynow-plan {
    display: none;
}

.umain .pricing-wrap .content-wrap .product-block a.getstart-plan {
    display: none;
}

.umain .pricing-wrap .content-wrap .product-block a.trynow-plan {
    display: inline-block;
}

#block-system-main.block-box-2 > .content-wrap, .pricing-wrap.pricing-box-2 .content-wrap {
    max-width: 750px;
}

#block-system-main.block-box-3 > .content-wrap, .pricing-wrap.pricing-box-3 .content-wrap {
    max-width: 980px;
}

.pricing-wrap .content-wrap .product-block.most-popular-plan + .product-block {
    border-left: 0;
}

.pricing-wrap.pricing-box-2 .content-wrap .product-block {
    width: 50%;
}

.pricing-wrap.pricing-box-3 .content-wrap .product-block {
    width: 33.333%;
}

.pricing-wrap.pricing-box-4 .content-wrap .product-block {
    min-height: 825px;
    padding: 0 1px;
}

.pricing-wrap.pricing-box-5 .content-wrap .product-block {
    width: 20%;
}

.pricing-wrap .content-wrap .product-block .main-box {
    text-align: center;
}

.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box, .pricing-wrap .content-wrap .product-block .feature-box {
    padding: 40px 40px;
    display: block;
}

/*.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box {
    border-bottom: 1px solid #e5e5e5;
}*/

.pricing-wrap .content-wrap .product-block .addons-box:empty {
    display: none;
}

.product-block .plan-name, .product-block .price {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}

.product-block .plan-name {
    color: #000000;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight:bold;
}
.product-block .plan-liner {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  font-style: italic;
  text-decoration: underline;
  color: #000000;
  min-height:50px;
}
.product-block .plan-caption {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  color: #999;
}

.product-block span.detail {
    display: block;
    text-align: center;
    margin: 5px 0 20px;
}

    .product-block span.detail span {
        display: block;
        font-size: 16px;
    }

.product-block .price span {
    color: #000;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    vertical-align:middle;
}

  .product-block .price span:first-child {
    position: relative;
    font-size: 28px;
    font-weight: 400;
    vertical-align: super;
  }
  .product-block .price span.zcurrency-symbol{
      top:5px;
  }
  .feature-box ul li {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    color: #000;
  }

.feature-box ul li {
    padding-left: 20px;
}

    .feature-box ul li:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0px;
        height: 10px;
        width: 12px;
        text-indent: initial;
        background: url(../../images/yes-tick.png) left top no-repeat;
        background-size: cover;
    }

.product-block .feature-box h3 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.highlighted-box > div {
    text-align: center;
    margin: 15px 0;
}

.highlighted-box p {
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 16px;
    margin: 0 0 15px;
}

    .highlighted-box p:last-child {
        margin-bottom: 0;
    }

    .highlighted-box p:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0px;
        height: 10px;
        width: 12px;
        text-indent: initial;
        background: url(/sites/default/files/yes-tick.png) left top no-repeat;
        background-size: cover;
    }

.highlighted-box > div span {
    display: block;
}

.comparison-link {
    text-align: center;
}

    .comparison-link a {
        color: #03a9f5;
        font-size: 20px;
        line-height: 30px;
        text-decoration: underline;
    }

.pricing-faq {
    position: relative;
    overflow: hidden;
    margin: 0 0 60px;
    padding: 50px 0px 0px;
}

    .pricing-faq .content-wrap {
        max-width: 1170px;
    }

    .pricing-faq h2 {
        margin-bottom: 50px;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
    }

        .pricing-faq h2:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 1px;
            background: #666;
            bottom: 0;
            left: 50%;
            margin-left: -20px;
        }

    .pricing-faq ul li {
        display: inline-table;
        width: 49%;
        box-sizing: border-box;
        padding: 0 30px 0 0;
        margin: 0 0 30px;
        min-height: 100px;
    }

        .pricing-faq ul li:nth-child(2n+2) {
            padding: 0 0 0 30px;
        }

.i18n-ar .pricing-faq ul li {
    padding: 0 0 0 30px;
}

    .i18n-ar .pricing-faq ul li:nth-child(2n+2) {
        padding: 0 30px 0 0;
    }
.mobile-price-toggle{
    display:none;
}
.pricing-wrap .content-wrap .product-block .main-box {
  padding-bottom: 0;
}
.member-count-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .i18n-ar .pricing-faq ul li {
        display: block;
        width: 100%;
        padding: 0;
        min-height: inherit;
    }

        .i18n-ar .pricing-faq ul li:nth-child(2n+2) {
            padding: 0;
        }
  .pricing-tab {
    flex-wrap: wrap;
    justify-content: center;
    border: none;
  }
    .pricing-tab .label-text{
        min-width:inherit;
        width:100%;
    }
  .pricing-wrap .content-wrap .product-block .main-box {
    padding: 10px 10px 0;
    min-height:unset !important;
  }
  .pricing-wrap .product-block {
    padding-bottom: 10px !important;
  }
  .pricing-wrap .content-wrap .product-block .plan-top-main {
    display: flex;
    justify-content: space-between;
    align-items:center;
  }

    .pricing-wrap .content-wrap .product-block .plan-top-main .plan-name {
      text-align: left;
    }

  .annual-price {
    flex-direction: column;
    gap: 0;
  }

  .pricing-wrap .content-wrap .product-block .plan-top-main del {
    display: none;
  }

  .product-block .plan-liner {
    min-height: inherit;
    margin: 0;
    text-align:left;
  }

  /*span.members1 {
    width: 100%;
    display: flex;
  }*/
  .mobile-price-toggle {
    display: block;
    background: transparent;
    border: none;
    width: 44px;
    animation: jump 1s infinite;
  }
  @keyframes jump {
    0%, 100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(5px);
    }
  }
  .product-block span.detail{margin:0;}
  .product-block .price span {
    margin: 0;
    font-size: 48px;
  }
  .plan-full-detail {
    display: none;
  }

  .pricing-wrap.pricing-box-4 .content-wrap .product-block {
    min-height: unset;
  }
  .pricing-open .plan-full-detail {
    display: block;
  }
  .detail .js_ztogglegroup1 {
    min-height: unset;
  }
  .pricing-wrap .content-wrap .product-block .feature-box{padding-bottom:0;}
  body section.pricing-wrap .content-wrap .product-block.most-popular-plan {
    min-height: unset;
    margin-top:0 !important;
  }

  .pricing-wrap .content-wrap .product-block.most-popular-plan .main-box {
    padding-top: 50px;
  }
  .pricing-open .mobile-price-toggle svg {
    transform: rotate(180deg);
  }
  .member-count-mobile {
    display: block;
    font-size: 12px !important;
    font-family: 'Poppins' !important;
  }
  .member-count-mobile b{font-weight:400;}
  .members1{display:none;}
}

.pricing-wrap.pricing-box-3 ~ .pricing-faq .content-wrap {
  max-width: 980px;
}

.pricing-faq ul li h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.signing .signup {
    display: none !important;
}


.has-tooltip span {
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}

.has-tooltip > span.price-tooltip {
    display: none;
}

.price-tooltip:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -5px;
    color: white;
    height: 0px;
    left: 20%;
    position: absolute;
    width: 0px;
    content: '';
}

span.price-tooltip.active {
    background-color: #fff;
    box-shadow: 0px 0px 11px #B8B6B6;
    color: #484848;
    font-size: 13px;
    line-height: 18px;
    min-height: 25px;
    width: 90%;
    padding: 15px 19px;
    position: absolute;
    text-align: left;
    left: 0px;
    bottom: 105%;
    border: none;
    transition: 0.5s ease;
    display: block;
}

    span.price-tooltip.active::after {
        height: 15px;
        width: 100%;
        position: absolute;
        content: "";
        bottom: -15px;
        left: 0;
        background: transparent;
    }

.zpriceplantext {
    font-size: 60px;
    font-family: "proxima_nova_rgbold";
    line-height: 1;
}

.content-wrap.animated {
    display: flex;
    flex-wrap: nowrap;
}
/************************ Pricing Block Ends ***********************/
@media only screen and (max-width: 1140px) {
    .zfixed-package-header {
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .pricing-wrap.pricing-box-4 .content-wrap, .pricing-wrap.pricing-box-5 .content-wrap {
        max-width: 720px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block {
            width: 50%;
            margin: 40px 0 0;
            border-left: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            border-right: none;
        }

    section.pricing-wrap.pricing-box-4 .content-wrap .product-block.most-popular-plan, section.pricing-wrap.pricing-box-5 .content-wrap .product-block.most-popular-plan {
        margin-top: 20px;
    }

    .pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(5) {
        border-right: 1px solid #e5e5e5;
    }

    .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(3), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(4) {
        margin-top: 60px;
    }

    .pricing-faq h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    section.pricing-wrap .content-wrap .product-block.most-popular-plan {
        margin-top: 20px !important;
    }

    .pricing-header {
        margin-top: 15px;
    }

    .pricing-wrap .content-wrap {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .pricing-faq h2 {
        margin-top: 20px;
    }

    .pricing-faq ul li h3 {
        font-size: 20px;
    }

    .pricing-faq ul li {
        display: block;
        width: 100%;
        padding: 0;
        min-height: inherit;
    }

        .pricing-faq ul li:nth-child(2n+2) {
            padding: 0;
        }

    .pricing-wrap.pricing-box-3 .content-wrap .product-block, .pricing-wrap.pricing-box-2 .content-wrap .product-block, .pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block, .pricing-wrap .content-wrap .product-block.most-popular-plan + .product-block {
        float: none;
        width: 100%;
        display: block;
        max-width: 400px;
        margin: 0 auto 30px;
        border: 1px solid #e5e5e5;
        border-radius:10px;
    }

    .pricing-wrap.pricing-box-3 p.common-tax-text {
        max-width: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .pricing-tab > span {
        font-size: 16px;
    }

    .changePriceContainer span {
        font-size: 15px;
        min-height: 26px;
        height: 25px;
        line-height: 25px;
    }
}

/*Toggle CSS*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.pricing-tab > span {
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
}


.top-menu.notmobile {
    margin-bottom: 0 !important;
}

.test {
    width: 100vw;
}
/* @media (max-width: 600px){
            .test  {
                height: 500px;
            }} 
        @media (max-width: 768px){
            .test  {
                height: 650px;
            }}*/
@media (min-width: 481px) {
    .test {
        margin-left: calc(-1 * (100vw - 92.5%)/2);
        height: 500px;
    }

    div.font-body {
        font-size: 22px;
    }
}

@media (min-width: 1001px) {
    .test {
        margin-left: calc(-1 * (100vw - 980px)/2);
    }

    div.font-body {
        font-size: 30px;
    }
}

@media (min-width: 1367px) {
    .test {
        margin-left: calc(-1 * (100vw - 1200px)/2);
    }

    div.font-body {
        font-size: 44px;
    }
}

.footer-upper a {
    color: #777;
}



/*contact form*/

@media (min-width: 992px) {
    .pl-lg-2, .px-lg-2 {
        padding-left: 1.25rem !important;
    }
}

@media (min-width: 992px) {
    .pr-lg-2, .px-lg-2 {
        padding-right: 1.25rem !important;
    }
}


.bg-grey-20 {
    background-color: #f0f1f2;
}


#form-container {
    /*position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);*/
    /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);*/
    /*background-image: linear-gradient(to right,#1976D2,#229BFF);*/
    border: 3px solid rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.custom-form {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
}

@media (min-width: 992px) {
    .pl-lg-2, .px-lg-2 {
        padding-left: 1.25rem !important;
    }
}



#zplan1 {
    padding-left: 5px;
}

ul.first-list li {
    display: flex;
    align-items: center;
}

    ul.first-list li img {
        margin-right: 10px;
    }

.mobile {
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  border-radius: 0;
  background: #f6f6f6;
  max-height: 296px;
  overflow-y: auto;
}

    .mobile img {
        border-radius: 17px;
    }

#section-stunning-graphics .bg-img,
.background {
    transform: translateX(-135px);
}

.content-wrap {
    overflow: visible;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#project-management {
    margin-top: 50px;
}

    #project-management .upper-img {
        width: 75%;
        position: absolute;
        top: -35px;
        right: 20px;
        box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    }

#asset-maintenance .background {
    transform: translateX(135px);
}

#asset-maintenance .sub-img {
    position: absolute;
    top: -45px;
    left: 50px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    width: 75%;
    border-radius: 17px;
}

.second-upper-img {
    position: absolute;
    bottom: -40px;
    right: 80px;
    width: 75%;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
}


.calender-img {
    margin-left: 30px;
}


@media only screen and (max-width: 767px) {
    .content-wrap {
        overflow: hidden;
    }

    #section-stunning-graphics .bg-img,
    .background {
        transform: translateX(0);
    }

   
    .calender-img {
        margin-left: 0;
    }

    #project-management .upper-img {
        width: 75%;
        position: absolute;
        top: -95px;
        left: 50%;
        box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
        transform: translateX(-50%);
      position: static;
      transform: none;
    }

    #asset-maintenance .background {
        transform: translateX(0);
    }

    #asset-maintenance .sub-img {
        position: absolute;
        top: -45px;
        left: 50%;
        box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
        width: 75%;
        border-radius: 17px;
        transform: translateX(-50%);
    }

    .second-upper-img {
        position: absolute;
        bottom: -40px;
        left: 50%;
        width: 75%;
        transform: translateX(-50%);
        box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    }

    .br-soft {
        margin-top: 60px;
    }
}
#banner-content-wrapper {
    position: absolute;
    left: 80px;
    top: 50%;
    z-index: 900;
    width: 50%;
    transform: translateY(-50%);
}


/*new changes*/

.versions-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 90px;
}

.versions-list .version-box {
  width: 100%;
  background: white;
  padding: 50px;
  border-radius: 10px;
  max-width: 400px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.versions-list .version-box h4 {
  margin-bottom: 15px;
}

.versions-list .version-box ul li + li {
  margin-top: 7px;
}

.version-box li {
  position: relative;
  padding-left: 18px;
}

.version-box li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 10px;
  width: 12px;
  text-indent: initial;
  background: url(../../images/yes-tick.png) left top no-repeat;
  background-size: cover;
}



.versions-section .upgrade-offer {
  text-align: center;
}
.versions-section {
  background: #dddddd;
  padding: 70px 0;
  background-image: url(https://rcaps.app/static/media/FeaturesBg.1358ff57988a9d94db64.png);
}

.versions-section h3 {
  max-width: 750px;
  margin: auto;
}
.versions-list .version-box ul {
  margin: 0;
}
.before-heading {
  font-family: 'Lato', sans-serif !important;
}
.header-logo a img{ max-width: 300px;}
.header ul, .header form{
  margin: 0;
}
.header-lower{ padding: 5px 0;}
.captcha-box{ margin-bottom: 15px;}
.header-menu {
  margin-bottom: 0;
}
.image-section-title h3 {
  margin-bottom: 0;
}
.img-sec-text {
  margin-bottom: 15px;
}
.software-services-list li + li {
  margin-top: 10px;
}
.img-sec-text {
  font-size: 17px;
}
.row-right .row{
  flex-direction: row-reverse;
}
.software-services-list {
  margin: 0;
  font-size:17px;
}
.row-left {
  background-image: url(https://rcaps.app/static/media/Shape10.1f277dd3ab55b8840e9f.png);
}
.row-right {
  background-image: url(https://rcaps.app/static/media/FeaturesBg.1358ff57988a9d94db64.png);
}
.service-row {
  padding: 70px 0;
  background-attachment: fixed;
}
.faq-section {
  padding: 70px 0;
}

  .faq-section .faq-row .accordion-item {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dee2e6;
    border-radius: 5px;
  }
ul.software-services-list li {
  align-items: flex-start;
}
.faq-section .faq-row {
  gap: 4%;
justify-content:center;
max-width:1000px;
margin:auto;
}

.faq-section .faq-row > div p {
  margin: 0;
}

  .faq-section .accordion-header {
    margin: 0;
    padding: 0;
    border:none;
  }
    .faq-section .accordion-header .accordion-button {
      box-shadow: none !important;
      outline: none !important;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      color: #0067ff;
      font-size:15px;
    }
      .faq-section .accordion-header .accordion-button.collapsed{border-radius:5px;}
      .faq-section h4 {
        margin-bottom: 5px;
      }
.testi-content p {
  font-family: 'Lato', sans-serif !important;
}

.testimonial-full .testi-content p {
  font-size: 22px;
}
.home-form-lead{ padding: 70px 0;}
.home-form-lead .form-group .form-control {
  height: auto;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
}

.home-form-lead .form-group {
  margin-bottom: 12px;
}

.smart-work {
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-work-inner {
  max-width: 540px;
}

.smart-work-inner * {
  text-align: left !important;
}

.custom-form .form-container-box {
  width: 100%;
  max-width: 470px;
  margin: auto;
  padding: 15px 0;
  background: #fdfdfd;
}
.custom-form .form-container-box form{ margin: 0;}

.custom-form .form-container-box h2 {
  margin-bottom: 5px;
}

.form-group-double {
  display: flex;
  gap: 10px;
}

.form-group-double .form-group {
  margin-right: 0;
}
.sub-img{ box-shadow: none !important;}
.service-row .extend-image-left img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
body{ overflow-x: hidden;}
body .header-menu{ padding: 5px 0;}
body .header-selectors-wrapper {
  border-bottom: none;
  padding: 0;
}
div.line, .double-line{ margin: 0;}
.banner-main-part::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #24232352;
}
.banner-main-part {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .header, .header-menu {
    width: 1140px;
  }
  }
@media only screen and (max-width: 1199px) {
  .header-menu > ul > li > a {
    padding: 5px 4px;
    font-size: 16px;
  }
  }
@media screen and (max-width:991px) {
  .home-form-lead .row {
    justify-content: center;
    /*width: 100%;*/
    align-items: center;
  }
  .custom-form{ padding-left: 25px; padding-right: 25px;}
  .smart-work-inner #arrowImage {
    transform: rotateX(-185deg);
    max-width: 190px;
    display: block;
    rotate: 65deg;
    margin-bottom: 50px !important;
    margin-top: -40px !important;
    margin-left: 36% !important;
  }

  .smart-work {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
  }
  .smart-work-inner {
    max-width: 100%;
  }
  .pricing-wrap .content-wrap{ padding-top: 0; margin-top: 0;}
  .service-row .extend-image-left {
    margin-bottom: 25px;
  }
  .pricing-header .field-price-heading, .pricing-header .field-price-heading span {
    font-size: 30px;
    margin: 0;
  }
  #section-secured-solutions {
    padding-bottom: 20px !important;
  }
  #section-secured-solutions img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #section-stunning-graphics h1, .versions-section h3 {
    padding: 0 10px;
  }
  #section-stunning-graphics h1 {
    margin-bottom: 0 !important;
  }
  
  #banner-content-wrapper {
    width: 100%;
    max-width: 500px;
    left: 0;
  }
  .banner-main-part .container.dark.py-5.py-md-0 {
    padding: 10px 10px 20px 60px !important;
  }
  .hero-action-link.video-link.portfolio-popup-video {
    display: block;
    margin-left: 0;
  }
  .testimonial-full .testi-content p {
    font-size: 18px;
  }
  .versions-list .version-box {
    width: 100%;
    max-width: 382px;
    margin: auto;
    padding: 40px;
  }
    .versions-list .version-box + .version-box{ margin-top: 20px;}
    .versions-list {
      display: block;
      padding: 0 20px;
    }
  .faq-section .faq-row > div {
    width: 100%;
  }
  #project-management {
    margin-top: 0;
  }
  .service-row, .versions-section, .faq-section {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 480px) {
  .captcha-box {
    transform: scale(0.77);
    transform-origin: 0 0;
    margin-left: 15px;
  }
  .banner-main-part .container.dark.py-5.py-md-0 { padding-left: 20px !important;}
    .smart-work-inner #arrowImage{ margin-top: 70px !important;}
  .test {
    width: 100%;
  }
    .emphasis-title {
        margin: 10px 0 10px 0;
    }
    /*#top-try-now-btn {
        position: absolute;
        left: -70px;
        bottom: 10px;
    }*/
    #banner-content-wrapper{
        width: 100%;
        left: 10px;
    }
    .video-link {
        margin-top: 10px;
    }
}
