@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
.txt-blue {
    color: #1BA5E0 !important;
}

.txt-black {
    color: #000 !important;
}

a {
    color: #1BA5E0;
}

.page-id-91 .mask,
.page-id-93 .mask {
    /*background: none;*/
}

.wp-image-849 {
    height: auto;
}

header.header div.header-f nav.header-nav ul.header-nav-ul li ul.sub-menu {
    position: absolute;
    z-index: 10;
    display: none;
    list-style: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    /* box-shadow: 0px 2px 3px #000; */
}

header.header div.header-f nav.header-nav ul.header-nav-ul li ul.sub-menu li a {
    padding: 5px 10px;
}

header.header div.header-f nav.header-nav ul.header-nav-ul li:hover ul.sub-menu {
    display: block;
}

header.header div.header-f nav.header-nav ul.header-nav-ul li:hover ul.sub-menu li {
    margin: 0;
    line-height: normal;
}

.w-slider-arrow-left,
.w-slider-arrow-right,
.w-slider-nav {
    /*opacity: 0 !important;*/
}

.section.product-header.mod-image .mask {
    background-color: none;
}

.rm-button {
    background: #1BA5E0;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px 0 0;
    display: inline-block;
    border-radius: 4px;
}

.page-id-1766 .wp-block-column {
    align-content: center;
    display: flex;
    padding: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-id-1766 .wp-block-column figure {}

.page-id-1766 .wp-block-column figure img {
    height: auto;
}

.create-feature-wrapper {}

.create-feature-content {}

.create-feature-content>header {
    background: #7F7F7F;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 26px;
    /*Poppins,*/
    font-family: sans-serif;
}

.create-feature-list {
    background: #3498db;
    margin: 40px 0 0;
    color: #fff;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.create-feature-list h3 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 100;
    font-size: 30px;
    width: 100%;
    margin-bottom: 50px;
}

.create-feature-list .column-create {
    width: 48%;
}

.create-feature-list .column-create header {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
}

.create-feature-list .column-create ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.create-feature-list .column-create li {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    line-height: normal;
}

.create-feature-list .column-create li:before {
    content: '';
    position: absolute;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 3px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 3px);
    left: 0;
}

.create-feature-wrapper._fullwidth {}

.create-feature-wrapper._fullwidth .custom-wrapper {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.other-feat {
    width: 1150px;
    margin: 0 auto;
    max-width: 100%;
    padding: 60px 0;
}

.other-feat-wrapper>header {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.feat-item-wrapper {}

.feat-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.feat-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 20px;
}

.feat-item .img {
    padding-right: 10px;
}

.feat-item .img img {}

.feat-item .info {}

.feat-item .info h4 {
    line-height: normal;
    margin-bottom: 5px;
}

.feat-item .info p {
    margin: 0;
}

.feat-item .info a {
    color: #333;
}

.feat-item .info a:hover {
    color: #F9A484;
}

.knowledge-section {
    background: #ff7a4c;
}

.knowledge-section .first-section {
    text-align: center;
    background: #fff;
    padding-bottom: 40px;
}

.knowledge-section .first-section h3 {}

.knowledge-section .first-section p {}

.knowledge-section .first-section a {
    padding: 8px 25px;
    border-style: solid;
    border-width: 2px;
    border-color: #3498db;
    border-radius: 50px;
    background-color: #3498db;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-block;
}

.knowledge-section .second-section {
    margin: 30px auto;
    padding: 50px 0;
    color: #fff;
    width: 1150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.knowledge-section .second-section .col {}

.knowledge-section .second-section h3 {
    margin: 0;
}

.knowledge-section .second-section p {}

.knowledge-section .second-section a {
    padding: 8px 25px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #ff7a4c;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-block;
}

.cs .w-slider-arrow-left,
.cs .w-slider-arrow-right,
.cs .w-slider-nav {
    opacity: 1 !important;
}

.video-tuts .filters:last-child a {
    background-color: #85c373;
    border-color: #85c373;
}

.cookie .wp-block-table table td {
    border-bottom: 1px solid #444
}

.create-page img.landing-logo {
    background-color: transparent;
    border-radius: 0;
    box-shadow: unset;
}

.customize-3-ways {
    background: #f9f9f9;
    padding: 70px calc((100% - 1024px) / 2) 50px;
}

.cs-head-client {
    text-align: center;
    font-size: 40px;
    font-weight: 100;
}
.support-title {
    padding: 0 15px;
}
.support-title p {
    background: #5AA7DC;
    color: #ffffff;
    text-align: center;
    padding: 2px 0px;
    font-size: 18px;
    margin: 0 auto 20px;
    border-radius: 10px;
}
.white-bg {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    padding: 30px 10px;
}
.chart-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.chart-card {
    width: calc(33% - 25px);
    text-align: center;
    padding: 20px 20px;
}
.advance_chart p{
    margin-bottom: 30px;
}
.other-feature {
    margin-top: 25px;
    gap: 40px;
    max-width: 992px !important;
}
.comparison-banner{
    background-image: url(https://pres.mlademos.co.uk/wp-content/uploads/2020/01/undraw_prioritise_tgdh.png);
}
.comparison-banner h3, .comparison-banner p {
    position: relative;
    z-index: 10;
    max-width: 500px;
    margin: auto;
}
.comparison-banner h3{
    margin-bottom: 20px;
}
p.has-text-align-center.button.mod-white {
    display: block;
    max-width: 200px;
    margin-top: 20px;
}

.video-modal-wrap {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}
.video-modal-content {
    padding: 10px;
    background: #fff;
    position: relative;
}
.video-modal-content .close {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -15px;
    right: -15px;
}
.table-info ul{
    list-style: none;
}
.table-info ul li{
    position: relative;
}
.table-info li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    display: block;
    position: absolute;
    left: -15px;
    top: 8px;
    border-radius: 50%
}
.table-info li:last-child:before {
    background: none;
}

#back-to-top {
  display: inline-block;
  background-color: #ff7a4c;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top:active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

figure.wp-block-video.video-wrap {
    width: 100%;
    max-width: 530px;
        padding: 15px;
    background: #eee;
    border-radius: 10px;
}
.mod-orange-trans-3 {
    background-color: transparent;
    color: #fff;
    border-color: #ff7a4c;
    text-shadow: black 1.5px 0px;
}
.mod-orange-trans-3:hover {
    border-color: #ff7a4c;
    background-color: rgba(255, 122, 76, 0.05);
}
/*.mod-image h2, .mod-image p{
    color: black !important;
}*/
@media only screen and (max-width:1330px) {
    .create-feature-wrapper._fullwidth .custom-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        justify-items: center;
    }
    .create-feature-list .column-create {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .create-feature-list .column-create ul {
        width: 50%
    }
    .create-feature-list .column-create li {
        display: inline-block
    }
}

@media only screen and (max-width:990px) {
    .feat-item {
        width: 100%
    }
}