.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

.header {
    z-index: 100;
    background: white;
}

.icon-wrapper {
    cursor: pointer;
}


/* .icon-border {
    transform-origin: left;
    transition: all linear 0.3s;
}

.icon-wrapper.active .icon-border:nth-of-type(1) {
    transform: rotate(45deg);
}

.icon-wrapper.active .icon-border:nth-of-type(2) {
    opacity: 0;
}

.icon-wrapper.active .icon-border:nth-of-type(3) {
    transform: rotate(-45deg);
} */
@media only screen and (max-width:1447px){
    .partner-trusts .h2-common{
        padding-left: 26px;
    }
}
@media only screen and (max-width:767px){
    .partner-trusts .h2-common{
        padding-left: 18px;
    }
}

.container {
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
}

header {
    z-index: 100;
    position: relative;
    background: #fff;
}
.flagimg,.flagimglist{
     width:25px;
     height:25px;
     border-radius:25px;
     position:relative;
     display:none;
}
.flagimglist{
     width:16px;
     height:16px;
     top:3px;
     right:5px;
}
.langcountry {
    font-weight:normal;
    display:block;
}
.language-wrapper .df-icon-globe-tilted{
     position:relative;
     right:5px;
}
.df-icon-globe-tilted{
     display:none;
}
.main-header {
    display: flex;
    padding: 30px 0px 30px 20px;
    align-items: center;
    font-size: 0;
    height: 100px;
    max-width: 1224px;
    width: 100%;
    margin: 0 auto;
}

.main-header ul li {
    display: inline-block;
    padding-right: 16px;
    position: relative;
    padding-bottom: 14px;
    /* margin-top: 10px; */
}

.main-header ul li a {
    color: #000;

}

.main-header ul li a:hover {
    color: #941c80;
}

.logo {
    height: 76px;
    width: 144px;
}

.logo img {
    width: 100%;
}

.flex-items-menu {
    flex: 1;
}

.flex-items {
    display: flex;
    align-items: center;
}

.main-menu {
    text-align: center;
    padding-left: 10%;
}

.language-header {
    text-align: right;
}

.search i {
    padding-right: 14px;
    display: inline-block;
    position: relative;
    top: 10px;
    cursor: pointer;
}

.field-manager .lan-text {
    padding-left: 5px;
    position: relative;
    font-weight: 900;
    text-align: left;
    /* top:1px; */
}

.sel-language i {
    font-size:1rem;
    display: inline-block;
    position: relative;
    vertical-align: super;
}
.opnLangOptn{
    cursor: pointer;
}
.sel-language {
    vertical-align: middle;
    display: flex;
    align-items: center;
}

span.sel-language.active {
    color: #941c80;
    transition: .3s;
}

button.field-mngr {
    background: #941c80;
    color: #fff;
    padding: 14px 15px;
    border-radius: 5px;
    margin-left: 15px;
}

button.field-mngr:hover {
    background: #6e145f;
    transition: .3s;
}

.field-mngr i {
    display: inline-block;
    padding-left: 10px;
    vertical-align: sub;
}

.download-apps ul li a {
    color: #fff;
}

.mobile-menu-icon {
    display: none;
}

.download-apps ul {
    text-align: right;
}

.field-manager {
    padding-bottom: 16px;
    display: flex;
    position: relative;
}

li.nav-item.level-0.active span a {
    color: #999999;
    cursor: pointer;
}




/* level 1 menu css start */

li.level-1-menu i {
    float: right;
    padding-right: 10px;
    font-size:2rem;
}

.level-1 {
    position: absolute;
    left: 0;
    background: #212121;
    padding: 24px 16px;
    z-index: 1;
    top: 100%;
    display: none;
    width: 780px;
    min-height: 240px;
    border-radius: 4px;
}

.level-1-left ul li .link1 {
    color: #fff;
    text-align: left;
    display: inline-block;
    width: 100%;
}

li.level-1-menu.active .link1 {
    color: #999999;
}

.level-1-left ul li .link1:hover {
    color: #941c80;
}

li.level-1-menu .link1:hover {
    color: #fff;
}

.main-header .features-wrapper p a:hover {
    color: #999999;
}

.main-header .features-wrapper p.features:hover {
    color: #999999;
}


/* .level-1-right ul li span {
    color: #fff;
    text-align: left;
    display: block;
    font-size: 1.4rem;
    font-family: 'Roboto-Bold';
} */

.level-1-left ul li {
    margin: 0px 0 25px;
    display: block;
    position: inherit;
    cursor: pointer;
    padding: 0;
}


/* .level-1-right ul li {
    padding: 0px 0 25px;
    display: block;
    position: relative;
} */


/* .level-1-left ul li::after {
    position: absolute;
    content: "\e917";
    font-family: 'df-icon' !important;
    right: 10px;
    top: 0;
    font-size: 2rem;
    color: #fff;
} */

.features-wrapper {
    padding-right: 10px;
}

.level-1-left {
    width: 230px;
    display: inline-block;
    float: left;
    border-right: 1px solid grey;
}

.main-header .features-wrapper p a {
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.main-header .features-wrapper p {
    text-align: left;
}

.main-header .features-wrapper p.features {

    color: #999999;
    display: block;
    margin-bottom: 15px;
}

.level-2 {
    display: none;
    position: absolute;
    left: 260px;
    top: 0;
    width: calc(100% - 260px);
    padding-top: 25px;
    text-align: left;
    cursor: auto;
}

[class*="level-"].active>[class*="level-"] {
    display: block;
}

/* [class*="level-"].active>[class*="level-"] .features-wrapper .feature-wrapper-left {
    display: inline-block;
} */

.feature-wrapper-left {
    /* width: 140px; */
    display: inline-block;
}

.drp-menu-field-mgr {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.drp-filed-mg {
    background: #000;
    width: 272px;
}

h5.drp-field-heading {
    color: #fff;
    padding-bottom: 15px;
}

/* .drp-box-btn {
    padding-bottom: 15px;
} */

.main-header .drp-login {
    color: #fff;
}

.main-header .drp-login:hover {
    color: #D6D6D6;
}

.main-header .drp-login:active {
    color: #000;
}

.main-header .drp-login:focus {
    color: #fff;
    text-decoration: underline;
}

.main-header .drp-login:disabled {
    color: #2e2f30;
}

.drp-box-login .cstmBtn-small {
    /* padding-bottom: 5px; */
    padding-bottom: 0;
}

.drp-filed-mg {
    padding: 20px 10px 15px;
    background: #000;
    width: 272px;
    border-radius: 5px;
}

.main-header .drp-create-ac {
    /* background-color: #941c80;
    border-radius: 5px;
    padding: 13px 20px;
    display: inline-block; */
    color: #fff;
    width: max-content;
}

/* .main-header .drp-create-ac:hover {
    background: #6e145f;
    transition: .3s;
}

.main-header .drp-create-ac:active {
    background: rgb(37, 7, 32);
    transition: .3s;
}

.main-header .drp-create-ac:focus {
    background: rgb(148, 28, 128);
    border: 2px solid rgb(148, 28, 128);
    outline-offset: -9px;
    padding: 11px 16px;
    outline: solid 3px #fff;
    transition: .3s;
}

.main-header .drp-create-ac:disabled {
    background: rgb(226, 226, 226);
    transition: .3s;
} */

.mobile-menu-header {
    display: none;
}

.mobile-menu-footer {
    display: none;
}

li.nav-item-inside.active .nav-item-span::after {
    position: absolute;
    content: "";
    left: 30%;
    transform: translateX(-50%) rotate(180deg);
    bottom: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #212121;
}

.desk-search-wrapper {
    position: absolute;
    right: 10px;
    top: -2px;
    background: #212121;
    height: 48px;
    width: 50vw;
    border-radius: 5px;
    padding-left: 10px;
    display: none;
}

.desk-search {
    position: relative;
}

.desk-search-wrapper .desk-search input {
    width: 100%;
    height: 48px;
    color: #fff;
    cursor: initial;
}

.desk-search-wrapper .desk-search input::placeholder {
    color: #fff;
}

.desk-search-icon {
    position: absolute;
    top: 12px;
    right: 5px;
}

.desk-search-icon i {
    color: #fff;
    cursor: pointer;
}

.main-header .language-wrapper ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
    line-height: 20px;
}

.desk-language {
    position: relative;
    display: flex;
}

.language-drp {
    position: absolute;
    top: 100%;
    width: 260px;
    background: #fff;
    padding: 10px 20px;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 4px;
    display: none;
    z-index: 1000;
    height: 247px;
    overflow-y: scroll;
    margin-top: 4px;
}

.nav-scroll {
    overflow: auto;
    float: left;
}

.scroll1::-webkit-scrollbar {
    width: 5px;
}

.scroll1::-webkit-scrollbar-track {
    background: #fff;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #f3f3f3;
    border-radius: 20px;
}

.scroll1::-webkit-scrollbar {
    width: 10px;
}

.main-header .language-wrapper ul li.active:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 15px;
    width: 6px;
    height: 14px;
    border: solid #941c80;
    transform: rotate(45deg);
    border-width: 0 1.5px 1.5px 0;
}

li.nav-item.level-0.tl-tip-hide.active .nav-item-span::after {
    display: none;
}


/* level 1 menu css end */

@media screen and (max-width:991px) {
    .main-header .language-wrapper ul li {
        padding: 0;
        line-height: 22px;
    }

    .sel-language i {


     }

    li.nav-item.level-0 span a:hover {
        color: #999999;
    }

    .level-1 {
        min-height: 20px;
    }

    li.level-1-menu.active .link1 {
        color: #fff;
    }

    .main-menu {
        padding-left: 0;
    }

    li.nav-item.active .nav-item-span::after {
        display: none;
    }

    .mobile-menu-footer {
        display: block;
        padding: 20px 20px 50px;
    }

    .mobile-menu-icon {
        display: block;
    }

    .main-menu {
        display: none;
    }

    .language-header {
        display: none;
    }

    .mobile-menu-icon {
        display: inline-block;
        vertical-align: middle;
        float: right;
        width: 28px;
    }

    .mobile-menu-icon img {
        width: 100%;
    }

    .main-header {
        display: block;
    }

    .logo {
        display: inline-block;
    }

    /* mobile-menu-start */
    .main-menu {
        display: none;
        background: #212121;
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .main-header ul li {
        width: 100%;
        text-align: left;
        padding-left: 0px;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #e2e2e2;
        padding-right: 0;
    }

    .main-menu ul {
        margin-top: 20px;
        padding: 0 20px;
    }

    .main-header ul li a {
        color: #fff;


    }

    .level-1 {
        position: static;
        display: none;
        width: 100%;
        height: auto;
    }

    .main-header .level-1-menu {
        margin: 0;
        border: none;
        padding-left: 0;
    }

    .level-1-left {
        width: 100%;
        border: none;
    }

    .level-1 {
        padding: 0;
    }

    li.level-1-menu i {
        transform: rotate(90deg);
        transition: .3s;
    }

    li.level-1-menu.active i {
        transform: rotate(270deg);
        color: #fff;
    }

    .nav-item.level-0.active a {

    }

    .main-menu .level-1-left ul {
        margin: 0;
        padding: 0;
    }

    .level-2 {
        display: none;
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 20px;
    }

    .feature-wrapper-left {
        width: 100%;
        display: inline-block;
        height: auto;
    }

    .drp-menu-field-mgr {
        float: none;
        display: none;
    }

    .nav-item.level-0.active .feature-wrapper-left p a {
        opacity: 1;

    }

    .mobile-menu-header {
        display: block;
        padding: 20px 20px 0;
    }

    .mob-search-icon i {
        color: #fff;
    }

    .mob-search input::placeholder {
        color: #fff;
    }

    .mob-search-wrapper {
        width: 85%;
        text-align: left;
        position: relative;
        display: inline-block;
    }

    .mob-search input {
        background: #000;
        width: 100%;
        height: 32px;
        padding-left: 20px;
        color: #fff;
        padding-right: 40px;
        border-radius: 4px;
        opacity: 0.6;
    }

    .mob-search-icon {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .mob-menu-close i {
        color: #fff;
        padding: 6px 0;
        display: inline-block;
    }

    .mob-menu-close {
        width: 15%;
        float: right;
        text-align: right;
    }

    .mobile-menu-header .language-header {
        display: block;
        text-align: left;
        padding-top: 10px;
    }

    .mobile-menu-header .language-header span {
        color: #fff;
    }

    .mobile-menu-header .language-header span i {
        font-weight: normal;
    }

    .mobile-menu-footer h2 {
        text-align: left;
    }

    .drp-box-para p {
        color: #fff;
        text-align: left;
    }

    .drp-box-para p span a {
        color: #941c80;
    }

    .mob-ios {
        width: 50%;
        display: inline-block;
    }

    .mob-android {
        width: 50%;
        display: inline-block;
    }

    .mob-ios img {
        width: 90%;
    }

    .mob-android img {
        width: 90%;
    }

    .drp-box-apps-download {
        padding-top: 10px;
        text-align: left;
    }

    .main-menu .language-wrapper ul {
        padding: 0;
        margin: 0;
    }

    .main-header .language-wrapper ul li {
        display: block;
        text-align: left;
        margin: 15px 0;
        color: #000;
        border: none;
        line-height: 22px;
    }

    .main-header .language-wrapper ul li a {
        color: #fff;
    }

    .language-drp {
        position: absolute;
        max-width: 100%;
        background: #000;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        display: none;
        z-index: 1000;
        height: 100vh;
        width: 100%;
        top: 13%;
        left: 0;
    }

    .field-manager {
        position: inherit;
    }

    .language-wrapper p {
        color: #fff;
        display: inline-block;
        width: 90%;
        line-height: 30px;
        padding-bottom: 35px;
    }

    .language-header-mob span {
        float: right;
    }

    .language-header-mob span i {
        color: #fff;
    }

    .banner-img img {
        border-radius: 4px;
    }

    .level-1-left ul li .link1:hover {
        color: #fff;
    }
}

@media screen and (max-width:767px) {



    .main-header {
        padding: 20px;
    }

    .logo {
        width: 86px;
        height: 45px;
    }

    .hd-txt-wrap {
        padding: 5% 0px;
    }
}

@media screen and (min-width:990px) and (max-width:1024px) {
    .main-header ul li {padding-right:10px; }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .main-header {
        padding: 20px 20px 0;
    }
}

@media screen and (min-width:992px) and (max-width:1060px) {
    .main-menu {
        text-align: center;
        padding-left: 0%;
    }
}

/* css code added by jivan - Start */
.field-mngr-btn {
    margin-left: 15px;
}

@media screen and (min-width:1024px) {
    h5.drp-field-heading {
        line-height: 1.3;
        padding-bottom: 10px;
    }

    .drp-filed-mg {
        padding-right: 16px;
        padding-left: 16px;
    }

    .sel-language i {
        padding-top: 4px;
    }

    .search i {
        top: 14px;
    }

    .main-header .features-wrapper p.features {
        color: #999999;
        cursor:auto;
    }

    .level-2 {
        max-width: 220px;
    }
}

@media screen and (max-width: 991px) {
    .language-drp {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
        top: 0%;
    }

    .language-wrapper {
        background-color: rgba(0, 0, 0);
        position: absolute;
        height: calc(100vh - 13%);
        width: 100vw;
        top: 13%;
        padding: 10px 20px;
    }

    .nav-item.level-0.active a {

    }

    .main-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        overflow-y: auto;
    }

    .drp-filed-mg {
        margin-left: auto;
        margin-right: auto;
    }

    .level-2 {
        max-width: 100%;
    }
}

li.level-1-menu i {
    padding: 0 5px;
    margin-top: -3px;
}


.bnr-btn {
    border-radius: 4px;
    width: max-content;
    display: inline-block;
}

.drp-menu-field-mgr {
    text-align: left;
}

.drp-filed-mg {
    padding-left: 16px;
    padding-right: 16px;
}

li.nav-item.level-0.active span .mobhdr-lvl1-menuLnk {
    color: #fff;
}

li.nav-item.level-0.active .level-1-menu.active span .mobhdr-lvl1-menuLnk {
    color: #999999;
}

li.nav-item.level-0 span a:hover {
    color: #941c80 !important;
}

/* level 1 menu hover colors css start   */
/* .level-1-menu:first-child span:hover{
    color: rgb(243, 146, 0);
}
.level-1-menu:nth-child(2) span:hover{
    color: rgb(0, 159, 227);
}
.level-1-menu:nth-child(3) span:hover{
    color: rgb(148, 28, 128);
} */
/* level 1 menu hover colors css start   */

/* css code added by jivan - Start */

.container {
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
}

.getIntouch {
    color: #ffffff;
    background: #000;
    width: 360px;
    padding: 24px;
    display: inline-block;
}

.getIntouch h6 {
    color: #fff;
    padding-bottom: 15px;
}

.getIntouch a {
  color: rgb(255, 255, 255);
}

.getIntouch a:hover {
  color: rgb(148, 28, 128);
}

.getIntouch a:focus {
  color: rgb(255, 255, 255);
}

.getIntouch a:active {
  color: rgb(255, 255, 255);
}

.getIntouch a:disabled {
  color: rgb(0, 0, 0, 0.4);
}

.getIntouch span {

    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 24px;
    display: inline-block;
}

.getIntouch h4 {
    color: #fff;
    padding-bottom: 24px;
}

.footer-top {
    background: #212121;
    padding: 44px;
    font-size: 0;
}

.footer-menu-item h6 {
    color: #fff;
    padding-bottom: 23px;
}

.footer-menu-item ul li a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

.footer-menu-item ul li a:hover {
    color: #ffffff;
}

.footer-menu-item ul li {
    padding-bottom: 15px;
}

.footer-menu-item {
    width: 168px;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}

.footer-menu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.download-apps p {
    color: #fff;
    padding-bottom: 23px;
}

.download-apps {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 200px;
}

.footer-right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 360px);
    position: relative;
    min-height: 251px;
    height: 100%;
}

.footer-left {
    display: inline-block;
    vertical-align: top;
}

.social-icon h6 {
    color: #fff;
    display: inline-block;
}

span.lan-text {
    padding-left: 15px;
}

.social-icon {
    padding-left: 20px;
    display: inline-block;
}

.footer-language span {
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}

.footer-language {
    display: inline-block;
    float: right;
    position: relative;
    top: -8px;
}

span.f-lang i {
    display: inline-block;
    position: relative;
    vertical-align: super;
    font-size:1rem;
}

span.f-lang {
    cursor: pointer;
    display:flex;
    align-items: center;;
}
.f-language-wrapper .df-icon-globe-tilted{
position: relative;
left:-5px;
}

.footer-right-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-bottom {
    background: #000;
    padding: 10px 0;
}

.bottom-footer-left {
    display: inline-block;
}

.bottom-footer-right {
    display: inline-block;
}

.bottom-footer-left p {
    color: rgba(255, 255, 255, 0.6);
}

.bottom-footer-right ul li a {
    color: #fff;
}

.bottom-footer-right ul li {
    display: inline-block;
    padding-right: 10px;
}

.bottom-footer-right {
    display: inline-block;
    float: right;
}


/* .footer-radius {
    height: 96px;
    background: #212121;
    position: relative;
    overflow: hidden;
}

.footer-radius:before {
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 50% / 50%;
    background: #fff;
    top: -50%;
    width: 104%;
    transform: translateX(2%);
    right: 0%;
} */

footer {
    font-size: 0;
}

.footer-radius img {
    width: 100%;
    font-size: 0;
}

.download-apps ul li img {
    height: 46px;
    width: 144px;
}

.social-icon ul {
    display: inline-block;
    padding-left: 15px;
}

.social-icon ul li a {
    color: #fff;
}

.social-icon ul li {
    display: inline-block;
}

.footer-language .language-drp {
    bottom: 100%;
}

.f-language-drp {
    position: absolute;
    bottom: 100%;
    width: 260px;
    background: #fff;
    padding: 10px 20px;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 4px;
    display: none;
    z-index: 1000;
    height: 247px;
    overflow-y: scroll;
    right: 0;
}

.f-language-drp .f-language-wrapper ul li {
    display: block;
    text-align: left;
    margin: 15px 0;
    line-height: 20px;
}

.f-language-drp .f-language-wrapper ul li a {
    color: #000;
}

.f-language-drp .f-language-wrapper ul li.active:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 15px;
    width: 6px;
    height: 14px;
    border: solid #941c80;
    transform: rotate(45deg);
    border-width: 0 1.5px 1.5px 0;
}

@media screen and (max-width:767px) {

    .footer-right {
        width: 100%;
    }

    .footer-top {
        padding: 20px;
    }

    .footer-menu-item {
        width: 50%;
        padding-left: 0;
        padding-top: 15px;
    }

    .footer-right-bottom {
        position: relative;
    }

    .social-icon {
        padding-left: 0;
    }

    .footer-menu {
        padding: 20px 0;
    }

    .footer-bottom {
        text-align: center;
        display: flex;
    }

    .bottom-footer-right ul li {
        display: block;
        padding: 10px 0;
    }

    .bottom-footer-right {
        float: none;
        order: -1;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    .footer-bottom .container {
        display: flex;
        flex-wrap: wrap;
    }

    .bottom-footer-left {
        display: inline-block;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .footer-top {
        padding: 20px 10px 50px 10px;
    }

    .getIntouch h4 {
        padding-bottom: 36px;
    }

    .getIntouch {
        width: auto;
    }

    .footer-menu-item {
        width: 23%;
        padding-left: 10px;
    }

    .download-apps {
        width: 30%;
        text-align: right;
    }

    .footer-menu {
        width: 100%;
    }

    .footer-right {
        width: calc(100% - 250px);
        min-height: 237px;
    }

    .footer-menu-item ul li {
        padding-bottom: 15px;
    }

    .footer-bottom {
        padding: 10px 20px;
    }

    .social-icon {
        padding-left: 10px;
    }
    .footer-left {
        margin:0 10px 25px;
    }
}

@media screen and (min-width:1025px) and (max-width:1130px) {
    .footer-right {
        width: calc(100% - 320px);
    }

    .footer-menu-item {
        width: 25%;
    }

    .getIntouch {
        width: 320px;
    }

    .footer-top {
        padding: 44px 20px;
    }
}

@media screen and (min-width:1224px) {
    .footer-bottom {
        padding: 10px 20px;
    }
}

@media screen and (max-width:400px) {}

@media screen and (max-width:991px) {
    span.sel-language.active span {
        color: #fff;
        transition: .3s;
    }

    .f-language-drp {
        position: fixed;
        max-width: 100%;
        background: rgba(0, 0, 0, 0.6);
        border: none;
        border-radius: 4px;
        display: none;
        z-index: 1000;
        height: 100vh;
        width: 100%;
        /* bottom: -13%; */
        bottom: 0%;
        left: 0;
    }

    .f-language-wrapper {
        position: absolute;
        top: 13%;
        left: 0;
        background-color: rgba(0, 0, 0);
        padding: 10px 20px;
        height: calc(100vh - 13%);
        width: 100vw;
        overflow-y: auto;
    }

    .footer-right-bottom   .footer-language    .f-language-wrapper.languageheight	 {
        top:AUTO;
        bottom:0px;
            height:auto;
}

    .f-language-drp .f-language-wrapper ul li a {
        color: #fff;
    }

    .scroll1::-webkit-scrollbar {
        width: 0px;
    }

    .f-language-wrapper .f-language-header-mob p {
        color: #fff;
        display: inline-block;
        line-height: 30px;
        width: 90%;
        padding-bottom: 35px;
    }

    .f-language-header-mob span i {
        color: #fff;
        float: right;
    }

    .f-language-header-mob {
        margin-bottom: 20px;
    }

    .language-header-mob {
        margin-bottom: 20px;
    }

    .social-icon {
        width: 100%;
    }

    .footer-language {
        display: inline-block;
        float: right;
        position: relative;
        top: -29px;
    }
}

/* css added by jivan - Start */
@media only screen and (max-width:767px) {
    .social-icon ul {
        position: absolute;
        right: 0;
    }

    .getIntouch {
        width: auto;
    }

    .footer-language {
        float: none;
        padding-top: 20px;
        display: block;
        width: 100%;
    }

    .footer-left {
        display: flex;
    }

    .download-apps ul {
        text-align: left;
    }

    .social-icon h6 {
        display: inline-block;
        width: 40%;
    }

    .social-icon ul {
        display: inline-block;
        width: 60%;
        padding-left: 0;
    }

    .footer-language {
        display: inline-block;
        float: right;
        position: relative;
        top: -9px;
    }
}


@media only screen and (max-width:1023px) {
    .flagimg,.flagimglist{

        width:25px;
        height:25px;
        border-radius:25px;
        position:relative;
        display:none;


    }
    .df-icon-globe-tilted{
        left:0px;
    }
    .flagimglist{
        width:16px;
            height:16px;
            top:3px;
            right:5px;
    }
        .f-language-wrapper .df-icon-globe-tilted{
                    position:relative;
                    right:5px;
            }
    .df-icon-globe-tilted{
        display:none;
    }
    }

/* css added by jivan - End */

.social-contacts {
    /* height: 344px; */
    background: #ffffff;
    /* margin-bottom: 96px; */
    position: relative;
}

.cm-margin {
    margin: 0 auto;
}

/* .follows {
    width: 567px;
    height: 120px;
} */

.cont-center {
    display: block;
    width: 100%;
}

.h2-common {
    text-align: center;
    color: rgb(0, 0, 0);
}

.social-icons {
    text-align: center;
    margin-top: 40px;
}

.follow-us {
    /* font-size: 0; */
    padding: 72px 0;
}

.social-icons .icons {
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
}

.icons a img {
    width: 100%;
}

.social-icons .icons .banner-image2 {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.icons a i {
    padding: 0 24px;
}

.social-icons .icons:first-child {
    margin-left: 0;
}

.social-icons .icons:last-child {
    margin-right: 0;
}

.partner-trusts {
    background: rgb(243, 243, 243);
    /* height: 252px; */
    position: relative;
    width: 100%;
}

section.part-trust-us .partner-trusts .h2-common {
    text-align: left;
}

.cont-center {
    padding-top: 56px;
}

.cm-margin1 {
    padding: 0 0 64px 160px;
}

.scroll .head-scroll .cm-margin1 {
    padding: 56px 0 0px 160px;
}

.partner-trusts .cm-margin1 .partner-blck .cont-center .h2-common,
.scroll .head-scroll .cm-margin1 .cont-center .h2-common {
    text-align: left;
}

.scroll .head-scroll .cm-margin1 .cont-center .h2-common {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.scroll .head-scroll .cm-margin1 .cont-center .btn-label {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    height: 48px;
}

.scroll .head-scroll .cm-margin1 .cont-center .btn-label .btn-txt {
    padding: 16px 0;
    color: rgb(0, 0, 0);
}

.part-trust-img {
    position: relative;
    margin-top: 32px;
}

.part-trust-img .slick-track {
    align-items: center;
    display: flex;
}

li.part-trust-icons {
    margin: 0 38px 0 0px;
}

.part-trust-img.partner-trust-img {
    position: relative;
    margin-bottom: 0;
}

.part-trust-img .partner-trust-img .part-trust-icons .banner-image1 {
    height: 56px;
    width: 171px;
    display: inline-block;
    background: url('../components/content/homepage/partners/clientlib/css/assests/irvine-company-logo-vector.png');
    margin: 14px 9px;
}

.part-trust-img .partner-trust-img .part-trust-icons:first-child {
    margin-left: 0;
}

.part-trust-img .partner-trust-img .part-trust-icons:last-child {
    margin-right: 0;
}

.part-trust-img .slick-prev:before {
    font-family: 'df-icon';
    content: "\e903";
    color: #941c80;
}

.part-trust-img .slick-next:before {
    font-family: 'df-icon';
    content: '\e906';
    color: #941c80;
}

.part-trust-img .slick-prev {
    top: -55px;
}

.part-trust-img .slick-next {
    top: -55px;
}

.partner-trusts .part-trust-img .slick-prev {
    position: absolute;
    right: 200px;
    left: auto;
}

.part-trust-img .slick-next {
    right: 160px;
}

.scroll {
    position: relative;
    /* height: 555px; */
}

.head-scroll .scroll-block {
    /* height: 494px; */
    margin-top: 17px;
    display: block;
    padding: 16px 0;
    /* width: 95%; */
    width: 100%;
    position: relative;
}

.head-scroll .scroll-block .scrl-blck1 {
    display: inline-block;
    position: relative;
    width: 360px;
    height: 462px;
    /* background: rgb(243, 243, 243); */
    /* box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2); */
}

.head-scroll .scroll-block .scrl-blck1 .scrl-blck1-img .banner-image {
    /* height: 241px; */
    width: 360px;
}

.head-scroll .scroll-block .scrl-blck1 .social {
    height: 44px;
    width: 100%;
    padding: 16px 0 8px 16px;
    position: relative;
    display: block;
}

.head-scroll .scroll-block .scrl-blck1 .social .social-txt-icn {
    display: inline-block;
    height: 16px;
    width: 10%;
}

.head-scroll .scroll-block .scrl-blck1 .social .social-txt-icn .icon {
    height: 16px;
    width: 100%;
    display: inline-block;
    /* position: absolute;
    top: 2px;
    left: 5px; */
    background: url('../../../assests/demo/fb_icon.png');
}

.head-scroll .scroll-block .scrl-blck1 .social .social-txt {
    width: 80%;
    height: 20px;
    display: inline-block;
    padding: 4px 15px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.head-scroll .scroll-block .scrl-blck1 .social .social-txt p {
    color: rgba(33, 33, 33, 0.4);
    /* width: 157px; */
}

.head-scroll .scroll-block .scrl-blck1 .social .social-para {
    /* height: 162px; */
    margin-top: 8px;
    padding-right: 20px;
    /* width: 101px; */
}


.head-scroll .scroll-block ul li:nth-child(odd) div.scrl-blck1 {
    background: rgb(243, 243, 243);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.head-scroll .scroll-block ul li:nth-child(even) div.scrl-blck1 {
    background: #000;
}

.head-scroll .scroll-block ul li:nth-child(even) .scrl-blck1 .social .social-para p,
.head-scroll .scroll-block ul li:nth-child(even) .scrl-blck1 .social .social-txt p {
    color: rgb(255, 255, 255);
}

.head-scroll .scroll-block ul li {
    margin: 0 12px;
    width: 360px !important;
    height: 420px !important;
}

.head-scroll .scroll-block ul li:first-child {
    margin-left: 0;
}

.head-scroll .scroll-block ul li:last-child {
    margin-right: 0;
}

.scroll-block .slick-next {
    right: 180px;
    top: -57px;
}

.scroll-block .slick-next::before {
    color: purple;
}

.head-scroll .scroll-block ul li .scrl-blck1.mar {
    /* background: rgb(243, 243, 243); */
    background: #ffffff;
    margin-right: 24px;
}

.scrl-blck1.pos {
    position: relative;
}

:focus {
    outline: none;
}

.icons a {
    display: inline-block;
    width: 36px;
}

.part-trust-img .slick-prev.slick-disabled:before,
.part-trust-img .slick-next.slick-disabled:before {
    color: rgb(0, 0, 0);
    opacity: 0.4;
}

@media screen and (max-width:767px) {
    .icons a img {
        width: 28px;
    }

    .social-icons .icons {
        padding: 0 14px;
        vertical-align: middle;
    }

    .cont-center {
        padding-top: 40px;
    }

    .part-trust-img {
        margin-top: 24px;
    }

    .follow-us{
        padding: 56px 0;
    }

}

* {
    box-sizing: border-box;
}

.banner-img {
    /* background: linear-gradient(-180deg, rgb(148, 28, 128) 0%, rgba(148, 28, 128, 0) 100%); */
    background-size: cover;
    height: 559px;
    max-width: 1224px;
    border-radius: 4px;
    background-image: linear-gradient(-180deg, rgb(148, 28, 128) 0%, rgba(148, 28, 128, 0) 100%), url('../components/content/homepage/homebanner/clientlib/assets/hero-banner.png');
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.banner {
    max-width: 1224px;
    margin: 0 auto;
    font-family: MarkPro-Heavy;
}

.banner-spc {
    /* background-image: url("../components/content/homepage/homebanner/clientlib/assets/banner-img.png"); */
    width: 100%;
    height: auto;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    /* padding: 5%; */
}

.bnr-heading-btmsct {
    /* padding-top: 18%; */
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.bnr-heading-wrap {
    position: absolute;
    top: 80px;
    left: 50px;
}

.banner-wrapper {
    position: relative;
}

.bnr-heading-p {
    color: rgb(255, 255, 255);
    /* text-transform: capitalize; */
    padding-bottom: 8px;
}

.bnr-heading-h1 {
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
}

.bnr-btn {
    border-radius: 4px;
    width: max-content;
    display: inline-block;
}

/* .bnr-btn:hover {
    background: #6e145f;
    transition: .3s;
}

.bnr-btn:active {
    background: rgb(37, 7, 32);
    transition: .3s;
}

.bnr-btn:focus {
    background: rgb(148, 28, 128);
    border: 4px solid rgb(148, 28, 128);
    outline-offset: -9px;
    outline: solid 3px #fff;
    transition: .3s;
}

.bnr-btn:disabled {
    background: rgb(226, 226, 226);
    transition: .3s;
} */

.bnr-heading-btmsct p.bnr-heading-p {
    padding-bottom: 24px;
}

a.bnr-btn-txt {
    color: #fff;
}

.headind-txt img {
    margin-left: 15px;
    vertical-align: text-top;
}

.bnr-hd-lgn {
    display: inline-block;
    padding-left: 10px;
}

.bnr-hd-lgn-p a {
    color: rgb(255, 255, 255);
}

.small-img {
    position: absolute;
    top: 326px;
    max-width: 611px;
    height: auto;
    right: 0px;
}

.small-img img {
    width: 100%;
}

.hd-txt-wrap {
    display: inline-block;
    padding: 5% 0 0 0;
    width: 64%;
}

.headind-txt-h2 {
    padding-bottom: 20px;
}


.heading-btn {
    margin-top: 20px;
}

.txt-btn {
    vertical-align: text-bottom;
}

/* .headind-txt i {
    color: #941c80;
    padding-left: 10px;
    font-size: 2rem;
} */

.txt-btn a {
    color: rgb(0, 0, 0);
}

.mob-div {
    display: none;
    background: rgb(243, 243, 243);
    border-radius: 4px;
    padding: 32px 15px 20px;
    width: 100%;
}

.mob-div h2 {
    padding-bottom: 20px;
}

.mob-div p {
    padding-bottom: 15px;
}

.mob-div span {
    color: rgb(148, 28, 128);
}

.mob-div-img {
    display: flex;
    justify-content: space-evenly;
}

.mob-div-img img {
    /* display: inline-block; */
    width: 40%;
}

.banner-img img {
    width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .banner {
        padding: 3%;
    }

    .bnr-heading-h1 {

        line-height: normal;
    }

    .bnr-heading-wrap {
        top: 30px;
    }

    .bnr-heading-wrap {
        left: 30px;
    }

    .small-img {
        top: 60%;
        max-width: 48%;
    }

    .banner-img {
        height: 40vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .hd-txt-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
    .small-img {
        top: 62%;
        max-width: 55%;
    }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
    .bnr-heading-h1 {
        letter-spacing: 0px;
    }

    .hd-txt-wrap {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 600px) and (min-width: 320px) {
    .banner {
        padding: 0 16px 100px;
    }

    .mob-div {
        display: block;
        margin: 45px 0 0 0;
        margin-bottom: 36px;
    }

    .hd-txt-wrap {
        width: 100%;
    }

    .banner-spc {
        padding: 0;
    }

    .bnr-heading-p {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 450px) and (min-width: 320px) {
    /* .small-img {
    top: 56%;
    right: -2%;
    zoom: 0.75;
} */
}

@media screen and (max-width: 767px) {
    .banner-img {
        height: 59vw;
    }

    .headind-txt-h2 {
        line-height: 36px;
    }

    .mob-div-img {
        display: block;
        justify-content: inherit;
        /* text-align: center; */
    }

    .mob-div-img img {
        width: 120px;
        height: 38px;
    }

    .bnr-heading-wrap {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .banner {
        padding: 0 16px;
    }

    section.part-trust-us .partner-trusts .h2-common {
        text-align: center;
    }

    .icons a i {
        padding: 0 10px;
    }

    .small-img {
        top: 70%;
        height: auto;
        width: 59vw;
    }

    .bnr-heading-btmsct {
        display: none;
    }

    .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-img {
        height: 59vw;
        width: 100%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1248px) {
    .banner {
        padding: 3%;
    }
}

@media screen and (max-width: 767px) and (min-width: 601px) {
    .small-img {
        top: 55%;
    }
            .hd-txt-wrap{
padding:11% 0 0 0;
    }
    
}

/* .headind-txt i {
    position: relative;
    top: 3px;
} */
/* reset css ends here */
.xar-firstCompo-Cont {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 230px;
}

.xar-firstCompo-mainDiv {
    width: 100%;
    position: relative;
    /* overflow-x: hidden; */
}


/* page side lines css starts */

.Oline1-cont {
    position: absolute;
    right: 0;
    /* transform: translateY(16px); */
    /* right:-100px; */
    top: -45px;
    /* zoom: 0.7; */
}

.oline2 {
    top: -11%;
}

@media only screen and (max-width:400px) {
    .Oline1-cont {
        top: -10px;
    }

    .oline2 {
        top: 0%;
    }
}


.Oline1-cont,
.Oline2-Cont,
.mobileOutLine {
    height: 104px;
    width: 176px;
}

img.Oline1,
img.Oline2 {
    width: 100%;
}

.Oline2-Cont {
    transform: rotate(180deg) translateY(-16px);
    position: absolute;
    /* zoom: 0.7; */
    left: 0;
    /* left: -100px; */
    bottom: 0;
}


/* page side lines css Ends */

.MainDataCont {
    width: 100%;
    max-width: 1448px;
    /* padding: 150px 10%; */
    /* position: relative; */
    margin: 0 auto;
    padding: 50px 160px 100px;
}

.headingsCont,
.imagesCont,
.infoTextMainCont {
    display: inline-block;
    width: 50%;
}

.headingsCont,
.infoTextMainCont {
    float: left;
    text-align: left;
}

.subHeading {
    color: rgb(243, 146, 0);
    padding: 8px 0;
}

.mHeading {

    padding: 0px 0px 8px 0px;

}

.infoTextinnerCont {
    width: 100%;
    padding-right: 10px;

}

.infoText p {
    color: rgb(33, 33, 33);
    padding: 0px 15px 8px 0;
}

.imagesCont {
    float: right;
    text-align: center;
}

.allImgCont {
    width: 100%;
    position: relative;
}

.MbackGroundImgCont {
    max-width: 100%;
    height: auto;
    position: relative;
}

.MbackGroundImgCont img {
    width: 100%;
    object-fit: contain;
    height: auto;
    border-radius: 4px;
}

.topfloatImgCont,
.rightFloatImgCont,
.bottomFloatImgCont,
.leftFloatImgCont {
    position: absolute;
    height: auto;
    width: auto;
}

.topfloatImgCont {
    top: -2.5%;
    left: 10%;
    height: 90px;
    width: 90px;
}

.topfloatImgCont img {
    height: 100%;
    width: 100%;
}

.rightFloatImgCont {
    top: 10%;
    right: -2.5%;
    height: 90px;
    width: 90px;
}

.rightFloatImgCont img {
    width: 100%;
    height: 100%;
}

.bottomFloatImgCont img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.bottomFloatImgCont {
    position: absolute;
    margin-top: -50%;
    width: 713px;
    /* right: -3%; */
    height: 535px;
}

.leftFloatImgCont {
    bottom: 10%;
    left: -2.5%;
    height: 90px;
    width: 90px;
}

.leftFloatImgCont img {
    width: 100%;
    height: 100%;
}

.mobileOutLine {
    display: none;
}

.playStoreImgContainer {
    margin-top: auto;
    position: relative;
    bottom: 0;
    padding-top: 120px;
}

.plyStoreTitle {
    /* font-family: MarkPro-Heavy; */
    padding: 15px 0;
}

.plyStrImg1 {
    display: inline-block;
    margin-right: 10px;
}

.plyStrImg2 {
    display: inline-block;
    margin-left: 10px;
}

/* .infoTextBtn {
    font-family: MarkPro-Heavy;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 48px;
    display: inline-block;
} */

.infoRedirectBtnCont {
    display: block;
    width: 100%;
}

.info-createAccount-btn {
    background: rgb(148, 28, 128);
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    line-height: 48px;
    padding: 0 15px;
    font-family: MarkPro-Heavy;
}

.info-createAccount-btn:hover {
    background: #6e145f;
    transition: .3s;
}

.info-login-btn {
    /* color: rgb(148, 28, 128);
    font-family: MarkPro-Heavy;
    font-size: 1.6rem;
    font-weight: 900;
    display: inline-block; */
    padding-left: 10px;
}

.MainDataCont h4 {
    text-align: center;
    padding-bottom: 40px;
}

.hd-txt-wrap.container .headind-txt {
    width: 84%;
}

p.infoTextBtn i {
    vertical-align: middle;
    margin-left: 10px;
    color: rgb(148, 28, 128);
}

@media only screen and (max-width: 1447px) {
    .xar-firstCompo-Cont {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    /* .MainDataCont {
        max-width: 1250px;
    } */
    /* img.Oline1,
    img.Oline2 {
        zoom: 0.7;
    } */
    /* .bottomFloatImgCont {
        zoom: 0.6;
    } */

    .playStoreImgContainer {
        padding-top: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .MainDataCont {
        padding: 50px 25px 25px;
    }

    .mHeading {
        padding: 0 0 10px 0;
    }

    .Oline2-Cont {
        bottom: -8%;
    }

    img.Oline1,
    img.Oline2 {
        width: 100%;
    }

    .rightFloatImgCont {
        right: 0;
    }

    .bottomFloatImgCont {
        right: 0;
        width: 100%;
        height: 75%;
    }

    .playStoreImgContainer {
        padding-top: 25px;
    }

    .hd-txt-wrap.container .headind-txt {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1447px) {
    .bottomFloatImgCont {
        right: 0;
        width: 100%;
        height: 75%;
    }
}


@media only screen and (max-width: 991px) {
    .MainDataCont {
        padding: 50px 25px 25px;
    }

    .mHeading {
        padding: 0 0 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .bottomFloatImgCont {
        height: auto;
    }

    .leftFloatImgCont {
        left: -2.5%;
    }

    .bottomFloatImgCont {
        margin-top: -25%;
        height: 75%;
        width: 75%;
        left: 25%;
    }

    .MbackGroundImgCont {
        height: 59vw;
    }

    .MbackGroundImgCont img {
        height: 100%;
        object-fit: cover;
    }

    .xar-firstCompo-Cont {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .headingsCont,
    .imagesCont,
    .infoTextMainCont {
        display: block;
        width: 100%;
        float: none;
    }

    .MainDataCont {
        padding: 20px 16px;
    }

    .infoTextMainCont {
        padding-top: 17vw;
    }

    .infoText {
        padding-top: 8px;
    }

    .rightFloatImgCont {
        right: -10px
    }

    /* .bottomFloatImgCont img {
        width: 65vw;
    } */
    .Oline1-cont {
        transform: translateY(50px);
    }

    .Oline2-Cont {
        display: none;
    }

    .mobileOutLine {
        display: block;
        transform: rotate(180deg) translateY(-20px);
        position: absolute;
        left: 0;
        /* zoom: 0.4; */
    }

    .plyStrImg {
        max-width: 45%;
    }

    .plyStrImg1 {
        margin-right: 0px;
    }

    .plyStrImg2 {
        margin-left: 0px;
    }

    .plyStrImg img {
        object-fit: contain;
        max-width: 90%;
    }

    .leftFloatImgCont img {
        width: 60px;
        transform: scale(.8);
    }

    .Oline1-cont,
    .mobileOutLine {
        height: 31.2px;
        width: 52.66px;
    }

    img.Oline1,
    img.Oline2,
    img.mob-BotOutline {
        width: 100%;
        display: none;
    }

    .topfloatImgCont {
        height: 60px;
        width: 60px;
    }

    .leftFloatImgCont {
        height: 60px;
        width: 60px;
    }

    .rightFloatImgCont {
        height: 60px;
        width: 60px;
    }

    .topfloatImgCont img {
        width: 60px;
    }

    .rightFloatImgCont img {
        width: 60px;
    }

    .playStoreImgContainer{
        padding-top: 24px;
    }
}

@media only screen and (min-width: 375px) and (max-width:768px) {
    .bottomFloatImgCont {
        top: 100%;
    }
}

/* @media only screen and (min-width: 900px) and (max-width:992px) {
    .bottomFloatImgCont {
        top: 90%;
    }
} */

@media screen and (min-width:768px) and (max-width:1024px) {

    .leftFloatImgCont,
    .rightFloatImgCont,
    .topfloatImgCont {
        width: 60px;
        height: 60px;
    }

    .Oline1-cont,
    .Oline2-Cont,
    .mobileOutLine {
        height: 68.64px;
        width: 116.41px;
    }

}

@media screen and (min-width:992px) and (max-width:1144px) {
    .MainDataCont {
        padding: 50px 3% 100px;
    }

    .MainDataCont h4 {
        padding-bottom: 50px;
    }

    .bottomFloatImgCont {
        /* zoom: 0.7; */
    }

}
.news-slider-label {
  display: inline-block;
  float: right;
}

.news-heading {
  display: inline-block;
}

.news-slider-label p i {
  color: #941c80;
  padding-left: 10px;
  vertical-align: text-bottom;
}

.slider-content {
  /* padding-left: 180px; */
  padding-left: 0px;
}

@media only screen and (min-width:1448px) {
  .slider-content ul {
    margin-left: -12px;
  }
}

.xarvio-text-wrapper {
  background: #f3f3f3;
  padding: 15px;
  height: 100%;
}

.xarvio-text-wrapper h5 a{

  color:#000;
}

.other-text-wrapper {
  background: #212121;
  padding: 16px;
}
.other-text-wrapper h5 a{
  color:#fff;
}

.xarvio-text-wrapper span {
  color: #c7c7c7;
  padding-bottom: 15px;
  display: block;
}

.xarvio-text-wrapper p {
  color: #000;
}

.other-text-wrapper span {
  color: #fff;
  padding-bottom: 15px;
  display: block;
}

.other-text-wrapper p {
  color: #fff;
}

.post-handler {
  font-size: 0;
  height: 100%;
  background: #f3f3f3;
  overflow: hidden;
  cursor: pointer;;
}

.post-handler {
  background: #212121;
  border-radius: 4px;
}

.slick-slide img {
  width: 100%;
}


/* .slider-content ul .slick-current .post-handler {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow .5s linear;
} */

.post-handler:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  transition: box-shadow .3s linear;
}


.news-slider-header {
  margin-bottom: 24px;
}

.slider-content ul li {
  width: 360px;
  padding: 0px 10px 20px 12px;
  height: auto;
}

.slider-content ul .news-post:hover .post-handler {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.slider-content ul .slick-track {
  display: flex;
  align-items: stretch;
}

.slider-content ul .slick-next {
  /* right: 120px; */
  right: -40px;
  background-size: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  height: 48px;
  width: 48px;
  z-index: 5;
}

.slider-content ul .slick-prev {
  right: 160px;
  background-size: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  height: 48px;
  width: 48px;
  z-index: 5;
}

.slider-content ul .slick-next:before {
  font-family: 'df-icon';
  content: '\e906';
  color: rgb(148, 28, 128);
}

.slider-content ul .slick-prev:before {
  font-family: 'df-icon';
  content: "\e903";
  color: rgb(148, 28, 128);
}

.slider-content ul .slick-prev:hover,
.slider-content ul .slick-next:hover {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(226, 226, 226);
  transition: .3s;
}

.slider-content ul .slick-prev:active,
.slider-content ul .slick-next:active {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(148, 28, 128);
  transition: .3s;
}

.slider-content ul .slick-prev:focus,
.slider-content ul .slick-next:focus {
  background: rgb(255, 255, 255);
  border: 4px solid #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  outline-offset: -7px;
  outline: solid 3px rgb(148, 28, 128);
  transition: .3s;
}

.slider-content ul .slick-prev:disabled,
.slider-content ul .slick-next:disabled {
  background: rgb(226, 226, 226);
  transition: .3s;
  border: none;
  outline: none;
}

.xarvio-text-wrapper span img {
  opacity: 1;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.other-text-wrapper span img {
  opacity: 1;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.news-slider-label a {
  color: #000;
}

.news-slider-label a img {
  color: #941c80;
  margin-left: 15px;
}

section.news-slider {
  padding: 34px 0;
}

.xarvio-text-wrapper i {
  vertical-align: middle;
  color: purple;
  padding-right: 10px;
}

.xarvio-img-wrapper,
.other-img-wrapper {
  object-fit: cover;
}

.part-trust-img .slick-prev:before,
.part-trust-img .slick-next:before {
  opacity: 1;
}

@media screen and (min-width:992px) {

  .xarvio-img-wrapper img,
  .other-img-wrapper img {
    height: 250px;
    object-fit: cover;
  }
}

@media screen and (max-width:991px) {
  .slider-content {
    padding-left: 0px;
  }



  .news-slider-header {
    margin-bottom: 0px;
    padding: 0 25px;
  }

  .slider-content ul .slick-next {
    right: 10px;
  }

  .slider-content ul .slick-prev {
    left: 0px;
  }

  .news-slider-label p {
    position: relative;
    top: 0px;
  }




  .cm-margin1 {
    padding: 36px 0 36px 22px;
  }

  .cont-center {
    padding-top: 40px;
  }

  .part-trust-img {
    margin-top: 0;
  }

}

@media screen and (max-width:767px) {
  .slider-content ul .slick-prev {
    display: none;
  }

  .slider-content ul .slick-next {
    display: none;
  }

  /* .post-handler {
        width: 232px;
    } */


  .slider-content {
    padding-left: 0px;
  }

  .news-slider-header {
    margin-bottom: 0px;
    padding: 0 16px;
  }

  .part-trust-img .slick-next,
  .part-trust-img .slick-prev {
    display: none !important;
  }

  .partner-trusts .cm-margin1 .partner-blck .cont-center .h2-common,
  .scroll .head-scroll .cm-margin1 .cont-center .h2-common {
    text-align: center;
  }

  .slider-content ul li {
    width: 248px;
  }

  .slider-content ul li {
    padding: 20px 10px 20px 16px;
  }

  .slider-content ul .slick-prev {
    left: 10px;
  }

  .cm-margin1 {
    padding: 24px 0 24px 22px;
  }

  .xarvio-img-wrapper img,
  .other-img-wrapper img {
    height: 150px;
    object-fit: cover;
  }

  .news-heading {
    width: calc(100% - 140px);
  }

  .news-slider-label .cstmBtn {
    padding: 0px;
  }

  .news-slider-label {
    margin-top: 9px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .partner-trusts .part-trust-img .slick-prev {
    right: 100px;
  }

  .part-trust-img .slick-next {
    right: 60px;
  }

  .slider-content {
    padding-left: 10px;
  }

  .xarvio-img-wrapper img,
  .other-img-wrapper img {
    height: 150px;
    object-fit: cover;
  }

  .slider-btn {
    padding: 3px 16px 0px
  }
}

@media screen and (min-width:992px) and (max-width:1224px) {
  .slider-content {
    padding-left: 15px;
  }

  .slider-content ul .slick-prev {
    left: -5px;
  }

  .slider-content ul .slick-next {
    right: 10px;
  }

  .cm-margin1 {
    padding: 0px 0 56px 26px;
  }

  .part-trust-img .slick-next {
    right: 40px;
  }

  .partner-trusts .part-trust-img .slick-prev {
    position: absolute;
    right: 72px;
    left: auto;
  }

  .news-slider-label {
    padding-right: 40px;
  }

}

@media screen and (min-width:992px) and (max-width:1158px) {
  .news-heading h2 {
    padding-left: 30px;
  }
}

@media only screen and (min-width:1128px) and (max-width: 1500px) {
  .slider-content {
    /* padding-left: 160px; */
    padding-left: 0px;
  }
}

@media only screen and (min-width:1128px) and (max-width: 1448px) {

  /* .hd-txt-wrap {
        padding-left: 5%;
    } */
  .headind-txt {
    padding-right: 5%;
  }
}

.xarvio-text-wrapper p a {
  font-family: MarkPro-Heavy;
  color: #000;
}

.other-text-wrapper p a {
  font-family: MarkPro-Heavy;
  color: #fff;
}
.mx-bnr-img {
    position: relative;
    width: 552px;
    /* height: 361px; */
}

.mx-bnr-absl-img {
    position: absolute;
    height: 407.04px;
    width: 213.7px;
    transform: translateY(-45%);
    left: 2%;
}

.mx-bnr-prd-txt {
    width: 50%;
}

.mx-bnr-img img {
    width: 100%;
}

.mx-bnr-absl-img img {
    width: 100%;
}

.mxBnr-btnTxt {
    padding-left: 20px;
    background: transparent;
    color: rgba(0, 0, 0);
    font-weight: 900;
    /* padding-left: 0; */
    padding-right: 0;
    /* width: 86%; */
    padding-top: 0px;
    padding-bottom: 24px;
}

@media only screen and (min-width:1024px) {
    .btmMarg-for-abslimgAdded {
        margin-bottom: 15vmin;
    }
}

.mxBnr-btnTxt {
    padding-left: 12px;
}

.banner-btn-div {
    padding-top: 21px;
    font-size: 0;
}

.mx-bnr-btn-label {
    width: 50%;
    display: inline-block;
    position: relative;
}

.leaf-clr {
    padding-right: 15px;
    color: #ffb700 !important;
    width: 14px;
    height: 14px;
    margin-right: 15px;
}

.mx-product-img.desk-hide-img {
    padding-top: 15px;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .mx-bnr-absl-img {
        left: 5%;
        height: 265.46px;
        width: 139.37px !important;
    }

    .mx-bnr-absl-img img {
        width: 100%;
    }

    .mx-bnr-img {
        /* height: 235px; */
        width: auto;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    .mx-bnr-absl-img {
        left: 5%;
        top: 56%;
        height: 155.34px;
        width: 81.69px !important;
    }

    .banner-btn-div {
        padding-top: 0px;
    }

    .mx-bnr-btn-label {
        width: 100%;
    }
}

@media screen and (min-width:401px) and (max-width: 600px) {
    .mx-bnr-absl-img {
        top: 61%;
    }
}


/* css added by jivan - START */

.mxBnr-icoImgContainer {
    display: inline-block;
    width: 10%;
    height: 18px;
    position: absolute;
    object-fit: contain;
    top: -4px;
}

.mxBnr-icoImg {
    /* position: absolute;
    top:50%;
    left:50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%); */
    position: relative;
    top: 4px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
}

.chk-div {
    line-height: 1.5;
}

.maindiv-wrap {
    position: relative;
    width: 100%;
    display: flex;
    font-size: 0;
    justify-content: space-between;
}

.mx-product-img {
    width: 50%;
    display: inline-block;
}

.bnr-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.mx-products-img-our-product-wrap {
    width: 360px;
    height: 360px;
}

.mx-product-text {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0px 0 24px;
}

.right-img .mx-product-text {
    padding: 8px 24px 0 0;
}

.mx-comp-prct .mixed-comp-hd-label {
    padding-bottom: 27px;
}

.mx-products-img-our-product-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mx-comp-prct {
    margin-top: 72px;
}

.mx-product-text h3 {
    color: #000;
    padding-bottom: 16px;
}

.mx-product-img.desk-hide-img {
    display: none;
}

.mx-img-btn-label a i {
    color: rgb(148, 28, 128);
}

.mx-product-text p {
    color: #212121;
}

.mx-img-btn-label {
    margin-top: 40px;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .mx-container {
        padding: 0 15px;
    }
  
    .mx-img-btn-label {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    section.mx-comp-prct {
        margin-top: 35px;
    }
    .mob-img-none {
        display: none;
    }
    .mx-products-img-our-product-wrap {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .mx-products-img-our-product-wrap img {
        max-height: 188px;
        object-fit: cover;
    }
    .mx-products-img-wrapper {
        width: 100%;
        display: inline-block;
        max-height: 188px;
        object-fit: cover;
    }
    .mx-product-img {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
    .mx-bnr-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mx-product-text {
        width: 100%;
        padding: 0;
    }
    .left-img .mx-product-text {
        padding-left: 0;
    }
    .mx-product-text .mx-product-img.desk-hide-img {
        display: block;
        padding-bottom: 24px;
    }
    .mx-img-btn-label {
        margin-top: 20px;
    }
    .right-img .mx-product-text {
        padding: 0;
    }
}


/* css added by jivan -Start  */

@media only screen and (min-width:768px) and (max-width:1023px) {
    .mx-products-img-our-product-wrap {
        height: 272px;
        width: 272px;
    }
}


/* css added by jivan -End  */
.mx-tab-maindiv {
    background-color: #941c80;
    width: 100%;
    overflow: hidden;
}

.mx-tabcont {
    display: flex;
}

.mx-tab-cont-wrp {
    display: flex;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.tab-img-wrapper {
    height: 37px;
    width: 59px;
}

.tab-img-wrapper img {
    width: 100%;
}

.tablinks {

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.mx-tab button.active {
    background: rgb(148, 28, 128);
    color: rgb(255, 255, 255);
}

.mx-tabcont h2 {
    color: rgb(255, 255, 255);
    padding: 10px;
}

.tab-cont-wrap {
    padding: 65px 20px 0 0;
    display: inline-block;
    max-width: 33%;
}

.tab-cont-wrap p {
    color: rgb(255, 255, 255);
    padding-top: 30px;
}

.tablinks {
    padding: 8px 18px;
}

@media screen and (max-width: 1024px) {
    .mx-tab-cont-wrp {
        padding: 60px 0px;
    }
    .tab-cont-wrap {
        padding: 20px 20px 20px 0;
    }
}

@media screen and (max-width: 767px) {
    .mx-tab-cont-wrp {
        flex-wrap: nowrap;
        padding-top: 0;
        padding-bottom: 18px;
    }
    .tab-cont-wrap {
        width: 48%;
    }
  
    .tab-img-wrapper {
        height: 28px;
        width: 44px;
    }
    .mx-prl {
        padding: 32px 15px !important;
    }
}

@media screen and (max-width: 474px) {
    .mx-tab-cont-wrp {
        display: flex;
        overflow: scroll;
    }
    .mx-container .tabcontent {
        margin-right: -15px;
    }
    .tab-cont-wrap {
        min-width: 75vw;
    }
}


/* css added by jivan - Start */

@media screen and (min-width:768px) and (max-width: 1023px) {
    .mx-tab-cont-wrp {
        margin-right: -15px;
    }
    .tab-cont-wrap {
        width: 50%;
        max-width: 50%;
    }
}


/* css added by jivan - END */
.chk-div {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
}

.mx-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
}

.chk-div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chk-div input:checked~.mx-checkmark {
    background-color: rgb(148, 28, 128);
}

.mx-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chk-div input:checked~.mx-checkmark:after {
    display: block;
}

.chk-div .mx-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* css added by jivan Start */
.mx-chklst-cont{
    text-align: left;
    padding-top: 40px;
    padding-bottom: 16px;
}
@media screen and (max-width: 767px){
    .chk-div {
        margin-bottom: 25px;
        margin-right: 15px;
    }
}
@media screen and (min-width: 768px){
    .chk-div {
        margin-bottom: 35px;
        padding-right: 16px;
    }
}
/* css added by jivan END */

.price-main-div {
    display: flex;
    justify-content: center;
}

.price-div-item {
    border-radius: 6px;
    border: 2px solid rgb(226, 226, 226);
    text-align: initial;
}

.price-basic-bg {
    background: rgb(243, 243, 243);
    border-radius: 6px 6px 0px 0px;
    padding: 20px;
}

.price-text {
    padding: 20px;
}

.price-basic-bg h3 {
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
}

.price-basic-bg p {
    color: rgba(33, 33, 33, 0.4);
}

.price-text h4 {
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
}

.price-text p {
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.price-div-item {
    margin-right: 25px;
    width: 360px;
}

.price-div-item:last-child {
    margin-right: 0;
}

.price-text p:nth-child(2) {
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .price-text {
        padding: 20px 20px 40px 20px;
    }
}
@media screen and (max-width: 767px) {
    .price-main-div {
        display: block;
    }
    .price-div-item {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

}
.mx-txtts-div {
    display: flex;
    justify-content: space-evenly;
}

.txttsr-cont-wrapper {
    background: rgb(243, 243, 243);
    border-radius: 4px;
}

.txttsr-cont-wrapper {
    text-align: center;
    padding: 32px 72px;
    margin-right: 25px;
}

.txttsr-cont-wrapper:last-child {
    margin-right: 0;
}

.txttsr-cont-wrapper h3 {
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
}

.txttsr-cont-wrapper p {
    color: rgb(33, 33, 33);
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
    .mx-txtts-div {
        display: block;
    }
    .txttsr-cont-wrapper {
        margin: 0 0 15px 0;
        padding: 20px;
    }
}


/* css added by jivan - Start */

@media only screen and (min-width:768px) and (max-width:1024px) {
    .txttsr-cont-wrapper {
        padding: 32px 16px;
    }
}


/* css added by jivan - End */
.sct-top {
    margin-top: 8%;
}

.mixed-maincomp {
    text-align: center;
}

.mx-container {
    max-width: 1128px;
    margin: 0 auto;
    width: 100%;
}

.mx-imgtsr-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.imgtsr-cont-wrapper {
    display: inline-block;
    float: left;
}

.imgtsr-wrapper {
    width: 100%;
    object-fit: cover;
}

.imgtsr-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.tsr-box-text h5 {
    padding-top: 5px;
    text-align: initial;
}

.tsr-box-text p {
    padding-top: 15px;
    font-weight: normal;
    text-align: initial;
}

.image-teaser-header {
    color: rgb(0, 0, 0);
    text-align: left;
}

@media only screen and (min-width:1024px) {
    .imgtsr-cont-wrapper {
        width: calc(25% - 18px);
        max-width: 264px;
        margin: 0 12px 20px 12px;
    }

    .imgtsr-cont-wrapper:nth-child(4n) {
        margin-right: 0;
    }

    .imgtsr-cont-wrapper:nth-child(4n + 1) {
        margin-left: 0;
    }

    .imgtsr-wrapper {
        height: calc(25vw - 24px);
        max-height: 264px;
        max-width: 264px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .imgtsr-cont-wrapper {
        /* width: calc( 33.34% - 18px); */
        width: 30.20vw;
        min-width: 232px;
        max-width: 35%;
        margin: 0 10px 20px;
    }

    .imgtsr-cont-wrapper:nth-child(3n) {
        margin-right: 0;
    }

    .imgtsr-cont-wrapper:nth-child(3n + 1) {
        margin-left: 0;
    }

    .imgtsr-wrapper {
        height: 30.20vw;
        min-height: 232px;
    }
}

@media screen and (max-width: 767px) {
    .imgtsr-cont-wrapper {
        width: calc(50vw - 24px);
        min-width: 136px;
        max-width: 50%;
        margin: 0 8px 20px;
    }

    .imgtsr-cont-wrapper:nth-child(even) {
        margin-right: 0;
    }

    .imgtsr-cont-wrapper:nth-child(odd) {
        margin-left: 0;
    }

    .imgtsr-wrapper {
        height: calc(50vw - 24px);
        min-height: 136px;
        max-height: 232px;
    }
}
.mixed-maincomp {
    text-align: center;
}

.mx-container {
    max-width: 1128px;
    margin: 0 auto;
    width: 100%;
}

.mx-prl {
    /* background: rgb(148, 28, 128); */
    border-radius: 4px;
    padding: 32px 75px;
}

.mx-prl-item:last-child {
    padding: 0;
}

.mx-comp-innrcontainer {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.mx-prl-item {
    padding-right: 28px;
}

.mx-purple-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mx-purple-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mx-info p {
    color: rgb(255, 255, 255);
}
.mx-info h5 {
    color: rgb(255, 255, 255);
}

.mx-purple-img-wrap {
    width: 186px;
    height: 186px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.txt-dv {
    width: 26vw;
    text-align: initial;
}

.mx-xar-details a {
    color: rgb(255, 255, 255);
    text-align: initial;
}

.mx-xar-details .small-font {
    color: rgba(255, 255, 255, 0.6);
}

.mx-xar-details a {
    padding-bottom: 15px;
    display: block;
}

@media screen and (max-width: 767px) {
    .mx-container {
        padding: 0 16px;
    }
    .mx-purple-div {
        display: block;
    }
    .mx-prl-item {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .mx-purple-img-wrap {
        height: 93px;
        width: 93px;
    }
    .mx-xar-details a {
        padding-bottom: 9px;
    }
    .txt-dv {
        padding: 25px 0;
    }
    .mx-comp-innrcontainer {
        padding: 0;
    }
    .mx-contc-sct .mixed-comp-hd-label h2 {
        padding: 5px;
    }
}

@media screen and (min-width: 991px) {
    .mx-comp-innrcontainer {
        width: 936px;
    }
}


/* css added by jivan - css START */

.cont-tsr-envlp-icon {
    vertical-align: middle;
    padding-right: 5px;
}

.cont-tsr-mobil-icon {
    vertical-align: middle;
    padding-right: 5px;
}

@media only screen and (min-width:1550px) {
    .txt-dv {
        width: 23vw;
    }
    .mx-prl {
        padding-right: 60px;
    }
    .mx-info p {
        line-height: 28px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .mx-prl {
        padding: 24px 0px 22px 24px;
    }
    .mx-purple-div {
        justify-content: space-evenly;
    }
    .mx-prl-item {
        padding-right: 14px;
    }
    .mx-prl-item.txt-dv {
        width: 240px;
    }
}


/* css added by jivan - css END */
.mx-sld-main-wrapper {
    position: relative;
}

.mx-slider-img-wrp-abs {
    position: absolute;
    width: 200px;
    right: 0;
    top: 75%;
}

.mx-slider-content ul {
    display: flex;
}

.mx-slider-img-wrp img,
.mx-slider-img-wrp-abs img {
    width: 100%;
    border-radius: 4px;
}

.slider-post {
    padding-right: 10px;
}

.slider-post:last-child {
    padding: 0;
}

.slider-post p {
    padding-top: 16px;
    color: rgb(148, 28, 128);
}

.slider-post h2 {
    color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-bottom: 50px;
}

.mx-slider-content {
    padding-left: 150px;
}

.mx-slider .mixed-comp-hd-label {
    padding-bottom: 75px;
}

.mx-slider {
    padding-top: 72px;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
}

/* slick arrows */
@media screen and (min-width: 1448px) {
    .mx-slider-content .slick-next {
        right: 15%;
    }
}

@media screen and (min-width: 1024px) and (max-width:1447px) {
    .mx-slider-content .slick-next {
        right: 13%;
    }
}

@media screen and (min-width: 991px) and (max-width:1023) {
    .mx-slider-content .slick-next {
        right: 15%;
    }
}

.mx-slider-content .slick-next {
    top: -35px;
    /* background: black; */
    /* color: rgb(148, 28, 128); */
}

.mx-slider-content .slick-prev {
    left: 80%;
    top: -35px;
    /* color: rgb(148, 28, 128); */
    /* background: black; */
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .mx-slider-content {
        padding: 0 15px;
    }
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .mx-slider.seperator-margin .mx-slider-content .slick-arrow.slick-next {
        right: 12% !important;
    }
}

@media screen and (max-width: 767px) {
    .mx-slider-content ul {
        display: block;
    }

    .mx-slider-content ul li {
        display: block;
        width: 100vw;
    }

    .mx-slider-content {
        padding: 0 15px;
    }

    .mx-slider-img-wrp-abs {
        right: 2%;
    }

    .mx-slider-content .slick-next {
        right: 5% !important;
    }

    .mx-slider .mixed-comp-hd-label {
        padding-bottom: 40px;
    }

    .mx-slider-content .slick-prev {
        top: -26px !important;
    }

    .mx-slider-content .slick-next {
        top: -26px !important;
    }
}




@media screen and (max-width: 475px) {
    .mx-slider-img-wrp-abs {
        width: 90px;
        top: 80%;
        right: 0;
    }

    .mx-slider-content .slick-prev {
        left: 72%;
    }
}

@media screen and (max-width: 400px) {
    .mx-bnr-absl-img {
        top: 58.4%;
    }

    .mx-slider.seperator-margin {
        padding-top: 72px;
    }

    .mx-slider.seperator-margin .mx-slider-content .slick-prev,
    .mx-slider.seperator-margin .mx-slider-content .slick-next {
        top: -35px !important;
    }

    .mx-slider.seperator-margin .mx-slider-content .slick-next {
        right: 7% !important;
    }
}

.mx-slider-content .slick-next:before {
    font-family: 'df-icon';
    content: '\e906';
    color: #941c80;
}

.mx-slider-content .slick-prev:before {
    font-family: 'df-icon';
    content: "\e903";
    color: #941c80;
}
.news-container {
    max-width: 1128px;
    margin: 0 auto;
    width: 100%;
}

.news-banner-text h1 {
    color: #000;
    padding-bottom: 16px;
}

.news-banner-text p {
    color: rgb(33, 33, 33);
}

.news-banner {
    background: #f3f3f3;
    padding: 66px 0;
}

.news-filtering {
    display: inline-block;
    float: left;
    position: relative;
}

.news-filtering p {
    color: rgb(0, 0, 0);
    display: inline-block;
    cursor: pointer;
}

.filter-arrow i {
    vertical-align: middle;
    padding-left: 5px;
}

.news-sorting {
    display: inline-block;
    float: right;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
}

.sorting-drp {
    width: 229px;
    position: absolute;
    top: 20px;
    z-index: 2;
    display: none;
}

.sorting-drp-wrpr {
    background: #fff;
    padding: 10px 20px;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.sorting-drp-wrpr ul li {
    display: block;
    text-align: left;
    padding: 10px 0;
}

.sorting-drp-wrpr ul li.active:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 15px;
    width: 6px;
    height: 14px;
    border: solid #941c80;
    transform: rotate(45deg);
    border-width: 0 1.5px 1.5px 0;
}

.news-sorting p {
    color: rgb(0, 0, 0);
    font-weight: 900;
}

.sorting-icon i {
    vertical-align: middle;
    padding-left: 10px;
    top: -2px;
}

.news-filter {
    padding: 80px 0;
}

.news-filter-header {
    width: 100%;
}

.filter-card-item {
    margin-bottom: 24px;
    background: #f3f3f3;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.filter-card-item:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.filter-handler {
    padding-right: 24px;
    width: 360px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 24px;
}

.filter-handler:nth-child(3n) {
    padding-right: 0;
}

.news-img-wrapper {
    object-fit: cover;
}

.news-img-wrapper img {
    object-fit: cover;
    width: 100%;
}

.filter-body-content {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.news-text-wrapper {
    padding: 15px 15px 30px;
    position: relative;
}

.news-text-wrapper h5 a{color:#000;}

.news-text-wrapper span i {
    color: #941c80;
    height: 16px;
    width: 16px;
    padding-right: 5px;
    position: absolute;
    left: 16px;
    top: 17px;
}

.news-text-wrapper span {
    color: #999999;
    padding-left: 24px;
    display: inline-block;
}

.news-text-wrapper p {
    color: #000;
    padding-top: 15px;
}

.selected-filter-wrapper ul li span {
    color: #941c80;
    background: #f3f3f3;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 50px;
}

.selected-filter {
    padding-top: 30px;
}

span.filter-item i {
    margin-left: 10px;
    vertical-align: middle;
}

.selected-filter-wrapper ul li {
    display: inline-block;
    padding-right: 10px;
}

span.filter-item.filter-remove-btn {
    background: #212121;
    color: #fff;
}

.products-list p {
    color: #c7c7c7;
    height: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.topics-list p {
    color: #c7c7c7;
    height: 18px;
    margin-bottom: 20px;
    display: block;
}

.filter-dropdown {
    position: absolute;
    top: 30px;
    background: #fff;
    width: 376px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    border: 3px solid rgb(0, 0, 0);
    z-index: 1;
    border-radius: 4px;
    display: none;
}

.filter-dropdown-wrapper {
    padding: 36px 24px;
    font-size: 0;
}

.topics-list ul li label {
    color: #000;
    height: 18px;
    display: inline-block;
}

.products-list ul li label {
    color: #000;
    height: 18px;
    display: inline-block;
}

.products-list ul li {
    display: block;
    padding-bottom: 24px;
}

.products-list {
    width: 60%;
    display: inline-block;
}

.topics-list {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

li.save-selection-btn button {
    color: #fff;
    background: #941c80;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 4px;
}

li.clear-all button {
    color: #941c80;
    display: inline-block;
}

.filter-dropdown-save-section-wrapper ul li {
    display: inline-block;
}

li.clear-all {
    margin-left: 20px;
}

.topics-list ul li {
    padding-bottom: 24px;
}

.bnr-arc img {
    width: 100%;
}

/* custom check box start */

.chk-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chk-label {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #e2e2e2;
    border-radius: 2px;
}

.chk-label:hover input~.checkmark {
    background-color: #ccc;
}

.chk-label input:checked~.checkmark {
    background-color: #941c80;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chk-label input:checked~.checkmark:after {
    display: block;
}

.chk-label .checkmark:after {
    left: 8px;
    top: 2px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}


/* custom checkbox end */

@media screen and (max-width:1144px) {
    .news-container {
        padding: 0 16px;
    }
}

@media screen and (min-width:768px) and (max-width:1128px) {
    .filter-handler {
        padding-right: 20px;
        width: 33.33%;
    }

   

    .news-banner-text h1 {
        padding-bottom: 16px;
    }
    .news-sorting{
        padding-right: 0px;
    }
}

@media screen and (max-width:767px) {
    .filter-body-content {
        margin-top: 0;
        display: block;
    }

    .filter-handler {
        margin-bottom: 30px;
        width: 100%;
    }

    .selected-filter-wrapper ul li {
        display: block;
        margin-bottom: 8px;
    }

    .selected-filter-wrapper {
        padding-bottom: 30px;
    }

    .filter-handler {
        padding-right: 0;
    }

    .news-banner-text h1 {
        padding-bottom: 16px;
    }

    .news-sorting {
        display: none;
    }
}

@media screen and (max-width:400px) {
    .filter-dropdown {
        width: 288px;
    }

    .products-list ul li {
        padding-right: 10px;
        line-height: 20px;
    }

    .topics-list ul li label {
        line-height: 20px;
    }
}

/* css added by jivan - Start */
.sorting-icon {
    color: #941c80;
}

.news-sorting:hover p {
    /* color: #941c80; */
}

.news-sorting:active p {
    color: #941c80;
}

.filter-arrow i {
    color: #941c80;
}

.news-filtering:hover p {
    /* color: #941c80; */
}

.news-filtering:active p {
    /* color: #941c80; */
}

@media screen and (min-width: 1448px) {
    .news-banner-text h1 {
        padding-bottom: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .news-banner-text p {
        width: 65%;
    }

    .news-img-wrapper img {
        height: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news-img-wrapper img {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .main-header {
        height: auto;
    }

    .news-banner-text h1 {
        line-height: 1.2;
    }

    .news-banner {
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .news-filter {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-img-wrapper img {
        height: 150px;
    }
}

.sorting-icon {
    position: relative;
}

.sorting-icon i {
    padding-right: 10px;
    /* position: absolute; */
    transition: transform 0s;
    transform-style: preserve-3d;
}

.rotate_elem {
    /* transform: rotate(180deg); */
    transform: rotateY(180deg);
}

.sortText {
   /* text-transform: lowercase;*/
}

.news-text-wrapper p a {
    color: #000;
}

.topics-list ul li label,
.chk-label {
    line-height: 28px;
}

/* css added by jivan - END */
/* field-manager-banner css Start */
.fm-container {
    max-width: 1128px;
    margin: 0 auto;
    width: 100%;
}

.field-manager-bg {
    background-color: #f3f3f3;
}

.field-manager-banner .bnr-hd-lgn {
    display: inline-block;
    padding-left: 10px;
}

.field-manager-bnr-left {
    width: 50%;
    display: inline-block;
    padding-top: 24px;
}

.field-manager-bnr-left h3 {
    /* color: #009fe3; */
    padding-bottom: 10px;
    padding-top: 10px;
}

.field-manager-bnr-left h2 {
    color: #000;
    padding-bottom: 10px;
}

.field-manager-bnr-left p {
    color: #212121;
    padding-bottom: 10px;
}

section.field-manager-banner {
    padding-top: 24px;
    background-color: #f3f3f3;
    font-size: 0;
    padding-bottom: 28px;
}

.field-manager-bnr-btns {
    padding: 14px 0 32px 0;
}

.field-manager-bnr-left .fiel-mngr-pLtitle {
    padding: 0 0 10px 0;
}

.plyStrImg {
    display: inline-block;
    margin-right: 16px;
}

.field-manager-bnr-right {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.bnr-right-img-wrapper {
    text-align: right;
    width: calc(50vw - 16px);
    height: calc(50vw - 16px);
    max-width: 553px;
    max-height: 553px;
    object-fit: cover;
}

.bnr-right-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.field-manager-overlap-img {
    width: 553px;
    position: absolute;
    top: 58%;
    right: -10%;
    max-height: 492px;
    max-width: 547px;
    z-index: 1;
}

.field-manager-overlap-img img {
    width: 100%;
}

.field-mnger-right-wrapper {
    position: relative;
}

.bnr-arc img {
    width: 100%;
}

.f-mnger-products {
    padding-top: 48px;
    font-size: 0;
    padding-bottom: 48px;
}

.f-mnger-products-img {
    width: 50%;
    display: inline-block;
}

.f-mnger-products.right-aligned-img .f-mnger-products-img {
    text-align: right;
}

.f-mnger-products.left-aligned-img .f-mnger-products-text {
    padding-left: 15px;
}

.f-mnger-products.right-aligned-img .f-mnger-products-text {
    padding-right: 15px;
}

section.f-mnger-products.left-aligned-img.No-container-first .f-mnger-products-text {
    padding-left: 0;
}

.f-mnger-products.right-aligned-img.No-container-second .f-mnger-products-text {
    padding-right: 0;
}

section.second-video-section .second-video-right-text {
    padding-left: 12px;
}

.f-mnger-products-text {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.f-mnger-products-text h2 {
    color: #000;
    padding-bottom: 16px;
}

.f-mnger-products-text p {
    color: #212121;
}

.btn-label-div {
    margin-top: 8px;
}

section.f-mnger-products.right-aligned-img {
    /* margin-top: 50px; */
}

.f-prod-heading h2 {
    color: rgb(0, 0, 0);
    text-align: center;
}

.f-prod-heading {
    padding-bottom: 50px;
}

.f-mnger-products-text h3 {
    /* color: rgb(0, 159, 227); */
    padding-bottom: 8px;
}

.f-mnger-products-img-wrapper {
    max-width: 553px;
    max-height: 553px;
    width: calc(50vw - 15px);
    height: calc(50vw - 15px);
    display: inline-block;
    object-fit: cover;
}

.f-mnger-products-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    ;
}

.f-mnger-products-img-wrapper-noContainer {
    max-width: 712px;
}

.f-mnger-products-img-wrapper-noContainer img {
    width: 100%;
}

.f-mnger-products-img.y-tube-sect {
    padding-right: 0;
}

section.f-mnger-products.left-aligned-img.No-container-first .f-mnger-products-text {
    padding-right: 160px;
}

section.f-mnger-products.right-aligned-img.No-container-second .f-mnger-products-text {
    padding-left: 160px;
}

@media only screen and (min-width:1200px) {
    section.f-mnger-products.right-aligned-img.No-container-second .f-mnger-products-text {
        padding-top: 140px;
    }

    .field-manager-bnr-left p {
        width: 80%;
    }
}

.f-mnger-products-wrapper {
    position: relative;
}

.f-mnger-products-img-wrapper-noContainer-right {
    max-width: 712px;
    text-align: right;
    display: inline-block;
    position: relative;
}

.f-mnger-products-img-wrapper-noContainer-right img {
    width: 100%;
}

.ytube-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.video-popup {
    background: rgba(0, 0, 0, 0.7);
    height: 100vw;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.video-popup-wrapper {
    max-width: 640px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    max-height: 360px;
    width: 100%;
    height: 100%;
}

.video-close-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.video-iframe {
    padding: 10px;
    box-sizing: border-box;
}

.video-close-btn i {
    padding-right: 10px;
    padding-top: 10px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

.quantitative-benefit {
    background: #f3f3f3;
    margin-top: 48px;
    padding: 70px 0;
}

.quantitative-benefit-wrapper {
    text-align: center;
}

.quantitative-benefit-head h3 {
    color: #941c80;
    padding-bottom: 8px;
}

.quantitative-benefit-head h2 {
    color: #000;
}

.quantitative-benefit-img {
    padding-top: 20px;
}

.quantitative-benefit-img img {
    width: 100%;
}

.field-manager-button-label {
    display: block;
    text-align: center;
    margin-top: 72px;
    padding-top: 40px;
}

.field-manager-button-label h2 {
    color: rgb(0, 0, 0);
    padding-bottom: 24px;
}

.quantitative-benefit-section .field-manager-button-label {
    margin-top: 24px;
}

.second-video-section .field-manager-button-label h2 {
    padding-bottom: 0px;
}

.field-manager-two-box .field-manager-button-label h2 {
    padding-bottom: 36px;
}

.second-video-section .field-manager-button-label {
    margin-top: 0;
    margin-bottom: 72px;
}

.second-video-section {
    padding: 72px 0;
}

.second-video-left-image {
    width: 50%;
    display: inline-block;
}

.second-video-left-image:first-child {
    padding-right: 12px;
}

.second-video-left-image:nth-child(2) {
    padding-left: 12px;
}

.second-video-left-image-wrapper {
    position: relative;
    width: calc(50vw - 12px);
    height: 25vw;
    max-width: 552px;
    max-height: 361px;
    object-fit: cover;
}

.second-video-left-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}

@media only screen and (max-width:1024) {

    .second-video-left-image:first-child {
        padding-right: 8px;
    }

    .second-video-left-image:nth-child(2) {
        padding-right: 8px;
    }

    .second-video-left-image-wrapper {
        min-height: 235px;
    }
}

.ytube-icon2 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.second-video-right-text {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

.second-video-right-text .f-mnger-products-text {
    width: 100%;
}

.second-video-content {
    font-size: 0;
    margin-bottom: 72px;
    margin-top: 72px;
}

.second-video-content:last-child {
    margin-bottom: 0px;
}

.alignVideo-right .second-video-left-image {
    float: right;
}

.alignVideo-right .second-video-left-image:first-child {
    padding-left: 12px;
    padding-right: 0;
}

.alignVideo-right .second-video-right-text {
    float: left;
}

section.second-video-section .alignVideo-right .second-video-right-text {
    padding-right: 12px;
    padding-left: 0;
}

@media only screen and (max-width:767px) {
    .second-video-content {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .alignVideo-right .second-video-left-image {
        float: none;
        padding-left: 0;
    }

    .alignVideo-right .second-video-left-image:first-child {
        padding-left: 0;
    }

    .alignVideo-right .second-video-right-text {
        float: none;
        padding-right: 0;
    }

    section.second-video-section .alignVideo-right .second-video-right-text {
        padding-right: 0;
    }

}

.field-manager-blue-box-wrapper {
    background: #009fe3;
    border-radius: 4px;
    padding: 24px 0px 24px 24px !important;
    position: relative;
    min-height: 304px;
}

.field-manager-blue-box-left h4 {
    color: rgb(255, 255, 255);
}

.field-manager-blue-box-left p {
    color: rgb(255, 255, 255);
    margin-top: 16px;
    margin-bottom: 32px;
}

.field-manager-blue-box-left {
    width: 55%;
    display: inline-block;
}

.field-manager-blue-box-right {
    width: 40%;
    display: inline-block;
}

section.field-manager-blue-box {
    font-size: 0;
}

.field-manager-blue-box-right-wrapper {
    width: 36vw;
    height: 26vw;
    max-width: 494px;
    max-height: 372px;
    position: absolute;
    right: -10px;
    top: -70px;
    object-fit: cover;
}

.field-manager-blue-box-right-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.field-manager-three-box .field-manager-button-label h2 {
    padding-bottom: 40px;
}

.three-box-text h5 {
    color: #000;
    padding: 15px 0 20px;
}

.three-box-text p {
    color: #000;
}

.three-box-text p i {
   /* font-size: 2rem;*/
    color: #941c80;
    vertical-align: middle;
    margin-left: 10px;
}

.three-box-wrapper {
    display: inline-block;
    font-size: 0px;
    width: 100%;
}

.three-box-item {
    display: inline-block;
    max-width: 361px;
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
}

.three-box-item:nth-child(3n + 1) {
    margin-left: 0%;
}

.three-box-item:nth-child(3n) {
    margin-right: 0%;
}

.three-box-item:nth-child(n + 4) {
    margin-top: 1%;
}

.three-box-img {
    width: 100%;
    height: 17vw;
    object-fit: cover;
    max-height: 236px;
    max-width: 361px;
}

.three-box-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}


.two-box-text p {
    color: #941c80;
    padding: 15px 0;
}

.two-box-text h5{
    color: #000;
}

.two-box-text h2 {
    color: #000;
}

.two-box-image {
    width: calc(50vw - 12px);
    height: 25vw;
    max-height: 361px;
    max-width: 552px;
    position: relative;
}

.two-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.two-box-item {
    display: inline-block;
    width: 50%;
    margin-bottom: 56px;
}

.two-box-item:nth-child(odd) {
    padding-right: 12px;
}

.two-box-item:nth-child(even) {
    padding-left: 12px;
}

.two-box-floating-img {
    height: 183px;
    width: 168px;
    position: absolute;
    right: 20px;
    bottom: -20%;
}

.two-box-floating-img img {
    width: 100%;
}

.two-box-wrapper {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.field-manager-two-box {
    padding-bottom: 80px;
}

.video-popup-second {
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.video-popup-wrapper-second {
    max-width: 640px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    /* max-height: 360px; */
    width: 100%;
    height: 100%;
}

.video-close-btn-second {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.video-iframe-second {
    padding: 10px;
    box-sizing: border-box;
}

.video-close-btn-second i {
    padding-right: 10px;
    padding-top: 10px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

.field-manager-bnr-right.mob-bnr-img-none {
    display: none;
}

.text-icon-lis {
    padding-top: 50px;
}

.text-icon-lis ul li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}

span.new-tag {
    vertical-align: middle;
    color: #fff;
    background: #009fe3;
    padding: 5px 10px 4px;
    border-radius: 25px;
    margin-right: 15px;
}

.f-mnger-products-img.desk-hide-img {
    display: none;
}

.f-mnger-products-img.desk-hide-img {
    display: none;
}

.start-filed-manager-text-mob {
    display: none;
}

.field-manager-blue-box-left {
    padding-right: 16px;
}

.ytube-icon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
    background: url('clientlib-product-page/assets/video-icon.svg') no-repeat;
    height: 103px;
    width: 103px;
    background-size: 100%;
}

.ytube-icon:hover {
    background: url('clientlib-product-page/assets/video-icon-hover.svg') no-repeat;
    height: 103px;
    width: 103px;
    background-size: 100%;
    transition: .3s;
}

.ytube-icon2 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
    background: url('clientlib-product-page/assets/video-icon.svg') no-repeat;
    height: 103px;
    width: 103px;
    background-size: 100%;
}

.ytube-icon2:hover {
    background: url('clientlib-product-page/assets/video-icon-hover.svg') no-repeat;
    height: 103px;
    width: 103px;
    background-size: 100%;
    transition: .3s;
}

@media screen and (max-width:767px) {
    .start-filed-manager-text-mob p span a {
        color: #941c80;
    }

    .plyStrImg {
        margin-right: 8px;
    }

    .field-manager-button-label a {
        padding: 14px 16px;
    }

    .video-popup-second {
        background: #000;
    }

    .fiel-mngr-playstore img {
        width: 120px;
    }

    .field-manager-bnr-left .start-filed-manager-text-mob p {
        padding-top: 16px;
    }

    .start-filed-manager-text-mob {
        display: block;
    }

    .field-manager-bnr-left .fiel-mngr-pLtitle {
        display: none;
    }

    .f-mnger-products-img.desk-hide-img {
        display: block;
    }

    .f-mnger-products {
        font-size: 0;
    }

    .f-mnger-products-text h2 {
        padding-bottom: 8px;
    }

    .f-mnger-products-text .f-mnger-products-img.desk-hide-img {
        display: block;
       margin-top:25px;
    }

    .f-mnger-products.left-aligned-img .f-mnger-products-text {
        padding-left: 0;
    }

    .f-mnger-products.right-aligned-img .f-mnger-products-text {
        padding-right: 0;
    }

    section.second-video-section .second-video-right-text {
        padding-left: 0;
    }

    .field-manager-bnr-right.mob-bnr-img-none {
        display: block;
        padding-bottom: 90px;
    }

    .field-manager-bnr-right {
        display: none;
        width: 100%;
    }

    .field-manager-bnr-left {
        width: 100%;
    }

    .bnr-right-img-wrapper {
        text-align: left;
    }

    .bnr-right-img-wrapper {
        text-align: left;
        height: 70.75vw;
        width: 100%;
        max-width: 100%;
    }

    .bnr-right-img-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .field-manager-overlap-img {
        width: 70vw;
        right: 0%;
    }

    .field-manager-bnr-left p {
        /* padding-top: 30%; */
    }

    .field-manager-bnr-left {
        padding-top: 0;
    }

    header .main-header {
        padding: 20px 20px 0 20px;
    }

    .fm-container {
        padding: 0 16px;
    }

    .field-manager-bnr-left p.bnr-hd-lgn-p {
        padding-top: 15px;
    }

    section.field-manager-banner {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .f-mnger-products-img {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .f-mnger-products-text {
        width: 100%;
    }

    .f-mnger-products-img-wrapper {
        width: 100%;
        display: inline-block;
        height: 58.75vw;
        max-width: 100%;
    }

    .f-mnger-products-img-wrapper img {
        height: 100%;
        object-fit: contain;
    }

    .f-mnger-products-wrapper {
        position: relative;
        padding: 0 16px;
    }

    section.f-mnger-products.left-aligned-img.No-container-first .f-mnger-products-text {
        padding-right: 0;
    }

    section.f-mnger-products.right-aligned-img.No-container-second .f-mnger-products-text {
        padding-left: 0;
    }

    .f-mnger-products-img-wrapper-noContainer-right {
        max-width: 100%;
        text-align: left;
        width: 100%;
    }

    .f-mnger-products-img-wrapper-noContainer-right img {
        width: 100%;
    }

    .quantitative-benefit-img img {
        width: 100%;
    }

    .second-video-left-image-wrapper {
        width: 100%;
        height: 66.57vw;
        max-width: 100%;
    }

    .second-video-left-image {
        width: 100%;
        display: inline-block;
    }

    .second-video-left-image:first-child {
        padding-right: 0px;
    }

    .second-video-left-image:nth-child(2) {
        padding-left: 0px;
    }

    .second-video-left-image-wrapper img {
        border-radius: 4px;
    }

    .second-video-right-text {
        width: 100%;
    }

    section.field-manager-blue-box {
        font-size: 0;
        /* display: none; */
    }

    .field-manager-blue-box-left h4 {
        color: rgb(255, 255, 255);
    }

    .three-box-wrapper {
        display: block;
    }

    .three-box-img img {
        width: 100%;
    }

    .three-box-item {
        padding-bottom: 40px;
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .three-box-item:nth-child(n + 4) {
        margin-top: 0%;
    }

    .three-box-img {
        width: calc(100vw - 32px);
        height: 58.75vw;
        min-height: 188px;
        min-width: 287px;
        max-width: 100%;
        max-height: 100%;
    }

    .two-box-image {
        height: 57vw;
        width: 100%;
        position: relative;
        max-width: 100%;
    }

    .two-box-image img {
        height: 100%;
        width: 100%;
    }

    .two-box-wrapper {
        display: block;
    }

    .two-box-floating-img {
        height: 28vw;
        width: 26vw;
        right: 10px;
        bottom: -60px;
        min-height: 91px;
        min-width: 84px;
    }

    .two-box-floating-img img {
        height: 100%;
        width: 100%;
    }

    .two-box-item {
        display: block;
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .two-box-item:nth-child(odd) {
        padding-right: 0px;
    }

    .two-box-item:nth-child(even) {
        padding-left: 0px;
    }

    section.field-manager-two-box {
        padding-bottom: 40px;
    }

    .f-mnger-products-img.mob-bnr-img-none {
        display: none;
    }

    .f-mnger-products-img.mob-bnr-img-none {
        display: none;
    }

    .f-mnger-products-img.y-tube-sect {
        display: none;
    }

    .text-icon-lis ul li {
        margin-right: 15px;
    }

    .field-manager-button-label {
        margin-top: 32px;
    }


    .quantitative-benefit-head h2 {
        padding-bottom: 32px;
    }

    .quantitative-benefit {
        padding: 40px 0;
    }

    .second-video-section {
        padding: 24px 0;
    }

    .second-video-section .field-manager-button-label {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .field-manager-three-box {
        padding-bottom: 40px;
    }

    section.field-manager-two-box .field-manager-button-label h2 {
        padding-bottom: 24px;
    }

    .field-manager-three-box .field-manager-button-label {
        margin-top: 0px;
    }

    .two-box-text p {
        padding: 15px 0 8px;
    }

    .three-box-text p i {
       /* font-size: 2.8rem;*/
    }

    .field-manager-bnr-left {
        padding-right: 0;
    }

    .ytube-icon2 {
        width: 48px;
        height: 48px;
    }

    .ytube-icon {
        width: 48px;
        height: 48px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px){
.f-mnger-products-text h2{
line-height:40px;
}
.field-manager-bnr-right.mob-bnr-img-none {

    padding-bottom: 60px;

}
}

@media only screen and (max-width: 767px) {
.field-manager-overlap-img {
        top:auto;
        bottom:-20%;
   }
   
}

@media only screen and (max-width: 450px){
    .field-manager-bnr-right.mob-bnr-img-none {

        padding-bottom: 50px;
    
    }
}
@media screen and (min-width:768px) and (max-width:1280px) {
    .ytube-icon2 img {
        width: 48px;
    }

    .f-mnger-products-img-wrapper-noContainer-right .ytube-icon img {
        width: 48px;
    }

    .fm-container {
        padding: 0 16px;
    }

    .bnr-right-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .f-mnger-products-img-wrapper {
        width: 100%;
    }

    .f-mnger-products-img-wrapper-noContainer-right img {
        width: 100%;
    }

    .f-mnger-products-img-wrapper-noContainer-right {
        width: 100%;
        padding-right: 16px;
    }

    section.f-mnger-products.left-aligned-img.No-container-first .f-mnger-products-text {
        padding-right: 0;
        padding-left: 16px;
    }

    section.f-mnger-products.right-aligned-img.No-container-second .f-mnger-products-text {
        padding-left: 16px;
        padding-right: 16px;
    }

    section.f-mnger-products.left-aligned-img.No-container-first {
        padding: 0 16px;
    }

    section.f-mnger-products.left-aligned-img.No-container-second {
        padding: 0 16px;
    }

    .two-box-image {
        width: calc(50vw - 24px);
        height: 30.73vw;
        position: relative;
        text-align: right;
    }

    .two-box-item:nth-child(odd) {
        padding-right: 8px;
    }

    .two-box-item:nth-child(even) {
        padding-left: 8px;
    }

    .two-box-floating-img {
        height: 160.13px;
        width: 147px;
    }

    .two-box-item:last-child {
        padding-right: 0;
    }

    .three-box-item {
        width: 30.6667%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .three-box-item:nth-child(n + 4) {
        margin-top: 2%;
    }

    .three-box-img {
        height: 19vw;
        min-height: 147px;
        min-width: 225px;
    }

    .three-box-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .three-box-item:last-child {
        padding-right: 0;
    }

    .second-video-left-image-wrapper {
        width: 100%;
        height: 30.60vw;
    }

    .field-manager-overlap-img {
        width: 100%;
        position: absolute;
        top: 60%;
        right: 0;
    }

    .three-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }



    .field-manager-blue-box-wrapper.fm-container {
        padding: 32px 15px;
    }

    /* .field-manager-blue-box-left h2 {
        font-size: 24px;
    } */

    .field-manager-bnr-left {
        padding-right: 8px;
    }

    .field-manager-bnr-right {
        padding-left: 8px;
    }

    .bnr-right-img-wrapper {
        text-align: right;
        width: calc(50vw - 31px);
        height: calc(50vw - 31px);
    }
}

/* css added by jivan - start */
.video-popup {
    width: 100vw;
    height: 100vh;
}

.video-popup-wrapper {
    max-width: 100vw;
    max-height: 100vh;
}

.video-iframe-second,
.video-iframe {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

@media only screen and (min-width:1448px) {
    .f-mnger-products {
        /* margin-top: 100px; */
    }

    section.f-mnger-products.right-aligned-img {
        /* margin-top: 75px; */
    }

    section.f-mnger-products.left-aligned-img.No-container-first .f-mnger-products-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .video-popup-wrapper {
        min-height: 505px;
        min-width: 875px;
    }

    .video-popup-wrapper #ytvideo {
        min-height: 505px;
        min-width: 875px;
    }

    .video-iframe-second {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }

    .video-iframe-second #ytvideo {
        min-height: 505px;
        min-width: 875px;
    }
}

@media only screen and (min-width:768px) and (max-width:1447px) {
    .video-popup-wrapper-second {
        max-width: 100vw;
    }

    .video-popup-wrapper {
        min-height: 505px;
        min-width: 875px;
    }

    .video-iframe-second {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }

    .video-iframe-second #ytvideo {
        height: 35vw;
        width: 60vw;
    }
}

@media only screen and (min-width:768px) {
    .f-mnger-products.left-aligned-img .f-mnger-products-img-wrapper-noContainer {
        padding-right: 24px;
    }
}

@media only screen and (min-width:1025px) {
    .second-video-content .f-mnger-products-text h2 {
        /* margin-top: -25px */
    }
}

@media only screen and (min-width:991px) and (max-width:1024px) {
    .field-manager-banner .field-manager-wrapper {
        padding-bottom: 35px;
    }

    .second-video-content .f-mnger-products-text h2 {
        /* margin-top: -10px */
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
   
    .second-video-right-text {
        padding-top: 0px;
    }


    .field-manager-blue-box-right-wrapper {
        position: absolute;
        right: 0;
        top: -50px;
        height: 100%;
        min-width: 327.63px;
        min-height: 237.85px;
    }
}

@media only screen and (max-width:767px) {
   

    .field-manager-blue-box-right-wrapper {
       width:70vw !important;
    }
    .mob-pos-rel h2{
        padding-right:50% !important;
    }

    .fiel-mngr-playstore {
        padding-bottom: 3rem;
    }

    .video-popup-wrapper #ytvideo {
        height: auto;
        width: 100vw;
    }

    .video-iframe-second {
        padding: 0;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }

    .video-iframe-second #ytvideo {
        height: 40vh;
        width: 100vw;
        max-height: 65vw;
    }

    .bl-container {
        padding: 24px;
    }

    .w-100 {
        width: 100%;
    }

    .mob-pos-rel {
        position: relative;
        width: 100%;
    }

    .mob-pos-rel h2 {
        padding-right: 45%;
    }

    .field-manager-blue-box-right-wrapper {
        position: absolute;
        height: 150%;
        bottom: -5px;
        top: auto;
        right: -35px;
    }
}

/* video Product Component START */
.VDO-ProdCompo-mainCont {
    width: 100%;
}

.VDO-ProdCompo-subCont {
    width: 100%;
    max-width: 1448px;
    margin: 0 auto;
}

.VDO-ProdCompo-mainHeading-txt {
    color: rgb(0, 0, 0);
    text-align: center;
}

.VDO-ProdCompo-innrCont {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
}

.VDO-ProdCompo-VideoOutrCont {
    display: inline-block;
    width: 50%;
    padding-right: 12px;
    float: left;
}

.onlyMob-Vissible {
    display: none;
}

@media only screen and (max-width:767px) {
    .onlyMob-Vissible {
        display: block;
    }

    .onlyDesktp-Vissible {
        display: none;
    }
}

.alignVideo-right .VDO-ProdCompo-VideoOutrCont {
    padding-right: 0px;
    padding-left: 12px;
    float: right;
}

.VDO-ProdCompo-VideoCont {
    width: calc(50vw - 12px);
    height: calc(50vw - 12px);
    max-width: 712px;
    max-height: 712px;
    position: relative;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
}

.VDO-ProdCompo-Img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.VDO-ProdCompo-plyBtnCont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.VDO-ProdCompo-plyBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vdoPalyBtnSvg {
    width: 15vmin;
    max-width: 110px;
    max-height: 110px;
}

.VDO-ProdCompo-textMainCont {
    display: inline-block;
    width: 50%;
    position: relative;
    height: calc(50vw - 12px);
    max-height: 712px;
}

.VDO-ProdCompo-textInnrCont {
    padding-left: 12px;
    max-width: 564px;
}

.alignTxt-vCenter .VDO-ProdCompo-textInnrCont {
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

@media only screen and (max-width: 767px) {
    .alignTxt-vCenter .VDO-ProdCompo-textInnrCont {
        transform: none;
        position: static;
    }
}

.alignVideo-right .VDO-ProdCompo-textInnrCont {
    max-width: 574px;
    right: 0;
}

.VDO-ProdCompo-subTitle {
    color: rgb(0, 159, 227);
    margin-bottom: 8px;
    /* display: flex; */
    vertical-align: middle;
}

.VDO-ProdCompo-subTitleTxt {
    display: inline-block;
    color: rgb(0, 159, 227);
    vertical-align: middle;
}

.VDO-ProdCompo-newTag {
    vertical-align: middle;
    color: #fff;
    background: #009fe3;
    padding: 5.5px 12.5px;
    border-radius: 100px;
    margin-right: 16px;
}

.VDO-ProdCompo-mainTitle {
    margin-bottom: 8px;
    color: rgb(0, 0, 0);
}

.VDO-ProdCompo-mainTitleTxt {
    display: inline-block;
    color: rgb(0, 0, 0);
}

.VDO-ProdCompo-text {
    color: rgb(33, 33, 33);
}

.VDO-ProdCompo-brLogosLstItm {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    vertical-align: middle;
    height: 51px;
    margin-bottom: 12px;
    ;
}

.VDO-ProdCompo-brLogosLstItm img {
    height: 51px;
    width: auto;
}

.VDO-ProdCompo-brLogosLstItm:first-child {
    padding-left: 0px;
}

.VDO-ProdCompo-brLogosLstItm:last-child {
    padding-right: 0px;
}

.VDO-ProdCompo-mainBtnDiv {
    text-align: center;
    padding-top: 48px;
}

@media only screen and (max-width:1448px) {
    .VDO-ProdCompo-VideoCont {
        border-radius: 0px 4px 4px 0px;
    }

    .VDO-ProdCompo-textInnrCont {
        padding-right: 16px;
    }

    .alignVideo-right .VDO-ProdCompo-textInnrCont {
        padding-left: 16px;
    }

    .alignVideo-right .VDO-ProdCompo-VideoCont {
        border-radius: 4px 0px 0px 4px;
    }
}

@media only screen and (max-width:1024px) {
    .VDO-ProdCompo-mainCont {
        padding-left: 16px;
        padding-right: 16px;
    }

    .VDO-ProdCompo-mainTitle {
        margin-bottom: 10px;
    }

    .VDO-ProdCompo-VideoCont {
        width: calc(50vw - 24px);
        height: calc(50vw - 24px);
        border-radius: 4px;
    }

    .VDO-ProdCompo-textInnrCont {
        padding-right: 0px;
    }

    .VDO-ProdCompo-newTag {
        margin-right: 8px;
    }

    .VDO-ProdCompo-textInnrCont {
        padding-left: 8px;
    }

    .alignVideo-right .VDO-ProdCompo-VideoCont {
        border-radius: 4px;
    }

    .alignVideo-right .VDO-ProdCompo-textInnrCont {
        padding-left: 0px;
    }
}

@media only screen and (max-width:767px) {
    .VDO-ProdCompo-VideoOutrCont {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .alignVideo-right .VDO-ProdCompo-VideoOutrCont {
        padding-right: 0px;
        padding-left: 0px;
        float: none;
    }

    .onlyMob-Vissible {
        display: block;
    }

    .VDO-ProdCompo-VideoCont {
        width: calc(100vw - 32px);
        height: 58.75vw;
        min-height: 188px;
        min-width: 287px;
        max-width: 100%;
        max-height: 100%;
    }

    .VDO-ProdCompo-Img {
        object-fit: contain;
    }

    .VDO-ProdCompo-textMainCont {
        width: 100%;
        float: none;
        height: auto;
        max-height: auto;
    }

    .VDO-ProdCompo-textInnrCont {
        transform: none;
        position: static;
        top: 0;
    }

    .VDO-ProdCompo-textInnrCont {
        padding-left: 0px;
        padding-top: 34px;
        max-width: 100%;
    }

    .alignVideo-right .VDO-ProdCompo-textInnrCont {
        padding-left: 0px;
        padding-top: 34px;
        max-width: 100%;
    }

    .VDO-ProdCompo-mainBtnDiv {
        padding-top: 0px;
    }

    .second-video-left-image-wrapper img {
        object-fit: contain;
    }
}

/* video Product Component END */

.Tag-subTitle-box {
    color: rgb(0, 159, 227);
    margin-bottom: 8px;
    vertical-align: middle;
}

.Tag {
    vertical-align: middle;
    color: #fff;
    background: #009fe3;
    padding: 5.5px 12.5px;
    border-radius: 100px;
    margin-right: 16px;
}

.subTitleTxt-ofTag {
    display: inline-block;
    color: rgb(0, 159, 227);
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
    .Tag {
        margin-right: 8px;
    }

}


/* css added by jivan - END */
/* font-family styling css START */
.fontRoboto--regular {
  font-family: Roboto-Regular;
}

.fontMarkPro--heavy {
  font-family: MarkPro-Heavy;
}

/* font-family styling css END */

/* background screen color styling Css Start */
.background__dark {
  background-color: #232323;
  color: rgba(255, 255, 255, 0.6);
}

.background__dark--text {
  color: rgba(255, 255, 255, 0.6);
}

.background__light {
  background-color: #d5d5d5;
}

.background__light--textBlue {
  color: #009fe3;
}

.background__light--textPurple {
  color: #941c80;
}

.background__light--textWhite {
  color: #ffffff;
}

.background__light--textOrange {
  color: #f39200;
}

.background__light--textGrey {
  color: rgba(0, 0, 0, 0.4);
  ;
}

.background__light--textFadeGrey {
  color: rgba(255, 255, 255, 0.6);
}

/* background screen color styling Css END */

/* font styling css START */
.font__weight--regular {
  font-weight: 400;
}

.font__weight--medium {
  font-weight: 700;
}

.font__weight--bold {
  font-weight: 900;
}

/* font styling css END */

/* paragraph text styling css START */


.custom-rte a {
  line-height: 1;
  color:rgb(148,28,128);
}

.para__font--size12 {
  font-size: 12px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 18px;
}

.para__font--size14 {
  font-size: 14px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 20px;
}

.para__font--size16 {
  font-size: 16px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 22px;
}

.para__font--size18 {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 26px;
}

.para__font--size20 {
  font-size: 20px;
  font-family: Roboto-Regular;
  font-weight: normal;
  line-height: 30px;
}

/* paragraph text styling css END */
/* heading font styling css START */
.heading__font--size18 {
  font-size: 18px;
  line-height: 1;
}

.heading__font--size24 {
  font-size: 24px;
  line-height: 1;
}

.heading__font--size32 {
  font-size: 32px;
  line-height: 1;
}

.heading__font--size48 {
  font-size: 48px;
  line-height: 1;
}

.heading__font--size68 {
  font-size: 68px;
  line-height: 1;
}

.heading__font--size82 {
  font-size: 82px;
  line-height: 1;
}
/*
.custom-rte h6 {
  font-size: 16px;
  line-height: 22px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.custom-rte h5 {
  font-size: 24px;
  line-height: 30px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.custom-rte h4 {
  font-size: 32px;
  line-height: 38px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.custom-rte h3 {
  font-size: 48px;
  line-height: 56px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.custom-rte h2 {
  font-size: 68px;
  line-height: 72px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.custom-rte h1 {
  font-size: 82px;
  line-height: 96px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}*/

/* heading font styling css END */
/* sub-heading font styling  css START */
.subHeading__small {
  font-size: 16px;
  line-height: 20px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.subHeading__medium {
  font-size: 20px;
  line-height: 28px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.subHeading__large {
  font-size: 24px;
  line-height: 32px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

/* sub-heading font styling  css END */
/* List styling css START */
.custom-rte ul,
.custom-rte ul li {
  list-style-type: initial;
  list-style-position: outside;
  list-style-image: none;
  padding: 10px 0px;
}

.custom-rte ul {
  padding: 10px;
  margin-left: 10px;
}

.custom-rte ol,
.custom-rte ol li {
  list-style-type: initial;
  list-style-position: outside;
  list-style-image: none;
  padding: 10px 0px;
}

.custom-rte ol {
  padding: 10px;
  margin-left: 10px;
}

/* list styling css End */

/* table styling css Start */
.custom-rte table {
  display: table;
  border: 1px solid black;
  border-collapse: collapse;
}

.custom-rte thead,
.custom-rte tbody,
.custom-rte tr,
.custom-rte th,
.custom-rte td {
  border: 1px solid black;
  border-collapse: collapse;
}

/* Table styling css End */

/* link text styling css START */
.link__font--size14 {
  font-size: 14px;
  line-height: 18px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.link__font--size16 {
  font-size: 16px;
  line-height: 20px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

.link__font--size18 {
  font-size: 18px;
  line-height: 24px;
  font-family: MarkPro-Heavy;
  font-weight: 900;
}

/* link text styling css END */

.text__style--bold {
  font-style: bold;
  font-weight: bold;
}

.text__style--italic {
  font-style: italic;
}

.text__style--superscript {
  vertical-align: super;
}

.text__style--subscript {
  vertical-align: sub;
}

/* brand colors classes Start */
.brand__text--clrBlue {
  color: rgb(0, 159, 227);
}

.brand__text--clrOrange {
  color: rgb(243, 146, 0);
}

.brand__text--clrPurple {
  color: rgb(148, 28, 128);
}

/* brand colors classes END */

/* greyClrs shade css Start */
.brand__text--clrDarkGrey {
  background: rgb(33, 33, 33);
}

.brand__text--clrGrey {
  background: rgb(243, 243, 243);
  ;
}

/* greyClrs shade css END */

/* scouting text effect css START */

.scouting__text--effect {
  color: rgb(243, 146, 0);
  font-weight: 900;
  padding: 8px 0;
}

@media only screen and (max-width: 991px) {

}

/* scouting text effect css END */

/* FieldManager text effect css START */
.fieldmanager__text--effect {
  color: #009fe3;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media only screen and (max-width: 991px) {

}

/* FieldManager text effect css START */


/* Custom button css START */
.cstmBtn {
  font-family: MarkPro-Heavy, Verdana, Arial, sans-serif;
  display: inline-block;
  border-radius: 4px;
  padding: 13px 16px 15px 16px;
  cursor: pointer;
}

.cstmBtn-small {
  display: inline-block;
  padding: 12px 16px;
}

.cstmBtn-txt {
  vertical-align: middle;
}

.cstmBtn-withIcon .cstmBtn-Icon-right {
  vertical-align: middle;
  padding-left: 10px;
}

.cstmBtn-withIcon-small .cstmBtn-Icon-right {
  vertical-align: middle;
}

.cstmBtn-Icon-left {
  padding-right: 5px;
}


.custom-rte .cstmBtn:not(:first-child) {
  margin-left: 16px;
}

.custom-rte .cstmBtn:not(:last-child) {
  margin-right: 16px;
}

/* primary button classes STARTS here */

.cstmBtn__primary--fill {
  background: rgb(148, 28, 128);
  border: 2px solid rgb(148, 28, 128);
  color: #fff;
  /* line-height: 20px; */
}

.cstmBtn__primary--fill a {
  color: #fff;
}

.cstmBtn__primary--fill:hover {
  background: rgb(110, 20, 95);
  border: 2px solid rgb(110, 20, 95);
}

.cstmBtn__primary--fill:focus {
  background: rgb(148, 28, 128);
  border: 2px solid rgb(148, 28, 128);
  outline-offset: -7px;
  outline: solid 2px rgb(255, 255, 255);
  transition: .3s;
}

.cstmBtn__primary--fill:active {
  background: rgb(37, 7, 32);
  border: 2px solid rgb(37, 7, 32);
}

.cstmBtn__primary--fill:disabled {
  background: rgb(226, 226, 226);
  border: 2px solid rgb(226, 226, 226);
}

/* primary button classes ENDS here */

/* primary border button classes STARTS here */

.cstmBtn__primary--border {
  color: rgb(148, 28, 128);
  border: 2px solid rgb(148, 28, 128);
  background: #fff;
}

.cstmBtn__primary--border:hover {
  color: rgb(110, 20, 95);
  border: 2px solid rgb(110, 20, 95);
}

.cstmBtn__primary--border:focus {
  color: rgb(148, 28, 128);
  border: 2px solid rgb(148, 28, 128);
}

.cstmBtn__primary--border:active {
  color: rgb(37, 7, 32);
  border: 2px solid rgb(37, 7, 32);
}

.cstmBtn__primary--border:disabled {
  color: rgb(226, 226, 226);
  border: 2px solid rgb(226, 226, 226);
}

.cstmBtn__primary--border a {
  color: rgb(148, 28, 128);
}

.cstmBtn__primary--border:hover a {
  color: rgb(110, 20, 95);
}

.cstmBtn__primary--border:focus a {
  color: rgb(148, 28, 128);
}

.cstmBtn__primary--border:active a {
  color: rgb(37, 7, 32);
}

.cstmBtn__primary--border:disabled a {
  color: rgb(226, 226, 226);
}

/* primary border button classes ENDS here */

/* secondary fill button classes STARTS here */
.cstmBtn__secondary--fill {
  background: rgb(33, 33, 33);
  border: 2px solid rgb(33, 33, 33);
  color: #fff;
}

.cstmBtn__secondary--fill:hover {
  background: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
}

.cstmBtn__secondary--fill:focus {
  background: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
  outline-offset: -7px;
  outline: solid 3px rgb(255, 255, 255);
  transition: .3s;
}

.cstmBtn__secondary--fill:active {
  background: rgb(37, 7, 32);
  border: 2px solid rgb(37, 7, 32);
}

.cstmBtn__secondary--fill:disabled {
  background: rgb(226, 226, 226);
  border: 2px solid rgb(226, 226, 226);
}

.cstmBtn__secondary--fill a {
  color: #fff;
}

/* secondary fill button classes ENDS here */

/* secondary-light fill button classes starts here */
.cstmBtn__secondary--fill--light {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: rgb(148, 28, 128);
}

.cstmBtn__secondary--fill--light:hover {
  background: rgb(243, 243, 243);
  border: 2px solid rgb(243, 243, 243);
}

.cstmBtn__secondary--fill--light:focus {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  outline-offset: -7px;
  outline: solid 3px rgb(148, 28, 128);
  transition: .3s;
}

.cstmBtn__secondary--fill--light:active {
  background: rgb(243, 243, 243);
  border: 2px solid rgb(110, 20, 95);
}

.cstmBtn__secondary--fill--light:disabled {
  background: rgb(226, 226, 226);
  border: 0px solid rgb(226, 226, 226);
  color: rgb(104, 104, 104)
}

.cstmBtn__secondary--fill--light a {
  color: rgb(148, 28, 128);
}

.cstmBtn__secondary--fill--light:disabled a {
  color: rgb(104, 104, 104)
}

/* secondary-light fill button classes ENDS here */

/* secondary Border button classes STARTS here */
.cstmBtn__secondary--border {
  color: rgb(33, 33, 33);
  border: 2px solid rgb(33, 33, 33);
}

.cstmBtn__secondary--border:hover {
  color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
}

.cstmBtn__secondary--border:focus {
  color: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
}

.cstmBtn__secondary--border:active {
  color: rgb(37, 7, 32);
  border: 2px solid rgb(37, 7, 32);
}

.cstmBtn__secondary--border:disabled {
  border: 2px solid rgb(226, 226, 226);
  color: rgb(226, 226, 226);
}


.cstmBtn__secondary--border a {
  color: rgb(33, 33, 33);
}

.cstmBtn__secondary--border:hover a {
  color: rgb(0, 0, 0);
}

.cstmBtn__secondary--border:focus a {
  color: rgb(0, 0, 0);
}

.cstmBtn__secondary--border:active a {
  color: rgb(37, 7, 32);
}

.cstmBtn__secondary--border:disabled a {
  color: rgb(226, 226, 226);
}

/* secondary Border button classes ENDS here */


/* text button classes Starts here */


/* normal text btn STARt*/

.cstmTextBtn {
  background: transparent;
  color: rgb(148, 28, 128);
  font-weight: 900;
  padding-left: 0;
  padding-right: 0;
}

.cstmTextBtn a {
  color: rgb(148, 28, 128);
}

/* light text button */

.cstmTextBtn-light {
  background: transparent;
  color: rgb(255, 255, 255);
  font-weight: 900;
  padding-left: 0;
  padding-right: 0;
}

.cstmTextBtn-light a {
  color: rgb(255, 255, 255);
}

/* Dark text button */

.cstmTextBtn-dark {
  background: transparent;
  color: rgba(0, 0, 0);
  font-weight: 900;
  padding-left: 0;
  padding-right: 0;
}

.cstmTextBtn-dark a {
  color: rgba(0, 0, 0);
}

/* Custom button css END */

.faqMainSecn {
    margin: 64px auto;
    display: block;
    width: 100%;
    max-width: 1128px;
    padding-left: 24px;
    padding-right: 24px;
}

.faqMainSecninnr {
    display: block;
    width: 100%;
}

.faqMainSecninnr__headingDiv {
    display: block;
    width: 100%;
}

.faqMainSecninnr__secnHeadng {
    color: #941c80;
    padding-bottom: 10px;
    padding-top: 10px;
}

.faqMainSecninnr__secnSubHeadng {
    padding-bottom: 10px;
    padding-top: 10px;
}

.faqMainSecninnr__secnInfotxt {
    padding-bottom: 10px;
    padding-top: 10px;
}

.faqSecn_mainCont {
    display: block;
    width: 100%;
}

.faqSecn_mainCont_sngleSecn {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.faqSecn_mainCont_title {
    /* color: #941c80; */
    /* text-align: center; */
    padding-bottom: 10px;
}

.faqSecn_faqCont {
    display: block;
    width: 100%;
}

.faqSecn__faqCont_singlefaq {
    background-color: #efefef;
    margin-top: 10px;
}

.faqSecn__faq_Que {
    padding: 15px 60px 15px 40px;
    color: #333;
    position: relative;
}

.faqSecn__faq_Que:hover {
    background-color: #941c80;
    color: #fff;
}

.active .faqSecn__faq_Que {
    background-color: #941c80;
    color: #fff;
}

.faqSecn__faq_QueTxt {
    display: inline-block;
    width: 100%;
    float: left;
}

.faqSecn__faq_QueCarret {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.active .faqSecn__faq_QueCarret {
    transform: translateY(-50%) rotate(180deg)
}

.faqSecn__faq__Ans {
    padding: 15px 60px 15px 40px;
    color: #333;
    display: none;
}

.faqSecn__faq_AnsTxt {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {

    .faqSecn__faq_Que {
        padding: 15px 40px 15px 35px;
    }

    .faqSecn__faq__Ans {
        padding: 15px 40px 15px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .faqMainSecn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faqSecn__faq_Que {
        padding: 15px 40px 15px 30px;
    }

    .faqSecn__faq__Ans {
        padding: 15px 40px 15px 30px;
    }


    .faqSecn__faq_QueCarret {
        right: 24px;
    }
}
.getItNow-box {
    width: 100%;
    display: block;
    margin: 70px 0;
}

.getItNow-inrBox {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}

.getItNow {
    background: rgb(0, 159, 227);
    border-radius: 4px;
    height: 184px;
    display: flex;
    justify-content: space-between;
}

.getItNow-contentTitlBox {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.getItNow-contentTitlTxt {
    color: rgb(255, 255, 255);

}

.getItNow-contentBox {
    max-width: 691px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.getItNow-btnLinksBox {
    display: block;
    width: 100%;
}

.getItNow-arrowbtnBox {
    display: inline-block;
    float: right;
}

.getItNow-accAccessbtnBox {
    display: inline-block;
    float: left;
}

.getItNow-accSignUpBtn {
    margin-right: 18px;
}

.getItNow-imageBox {
    position: relative;
    display: inline-block;
    width: 400px;
}

.getItNow-image {
    height: 300px;
    width: 100%;
    position: absolute;
    transform: translateY(-120px);
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .getItNow-inrBox {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .getItNow-contentBox {
        max-width: 410px;
        padding-right: 0;
    }

    .getItNow-arrowbtnBox {
        display: block;
        float: none;
    }

    .getItNow-image {
        height: 250px;
        transform: translateY(-41px);
    }
}

@media screen and (max-width: 767px) {
    .getItNow {
        height: auto;
    }

    .getItNow-contentBox {
        width: 100%;
        max-width: 100%;
        padding: 16px;
    }

    .getItNow-accSignUpBtn {
        margin-top: 8px;
    }

    .getItNow-accLoginBtn {
        margin-top: 8px;
    }

    .getItNow-imageBox {
        display: none;
    }
}

:root{
  font-size:100%;
  }
  /* font-family styling css START */


  .common-rte .fontMarkPro--heavy {
    font-family: MarkPro-Heavy;
  }

  p{
       font-family: Roboto-Regular , Verdana, Arial, sans-serif ;
      font-size:1rem;
      line-height:1.375rem;
  }
  ul li{
    font-family: Roboto-Regular , Verdana, Arial, sans-serif ;
    font-size:1rem;
    line-height:1.375rem;
  }

  h1{
    font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size:4.25rem;
    line-height:4.5rem;
    }
    h2{
      font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
      font-weight:bold;
        font-size:3rem;
        line-height:3.375rem;
    }
    h3{
      font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
      font-weight:bold;
    font-size:2.5rem;
            line-height: 3rem;
    }
    h4{
      font-family:MarkPro-Heavy , Verdana, Arial, sans-serif ;
      font-weight:bold;
        font-size:2rem;
        line-height: 2.25rem;
    }
    h5{
      font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
      font-weight:bold;
        font-size:1.5rem;
        line-height:1.875rem;
    }
    h6{
      font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
      font-weight:bold;
        font-size:1.125rem;
        line-height:1.375rem;
    }


  .paragraph-tiny{
    font-family: Roboto-Regular , Verdana, Arial, sans-serif;
      font-size:0.75rem;
      line-height:1.125rem;
  }
  .paragraph-small{
    font-family: Roboto-Regular , Verdana, Arial, sans-serif;
      font-size:0.875rem;
      line-height:1.25rem;
  }
    .paragraph{
        font-family: Roboto-Regular , Verdana, Arial, sans-serif;
        font-size:1rem;
        line-height:1.375rem;
    }
  .paragraph-emphasis{
    font-family: Roboto-Regular , Verdana, Arial, sans-serif;
      font-size:1.125rem;
      line-height:1.625rem;
  }
  .paragraph-big{
    font-family: Roboto-Regular , Verdana, Arial, sans-serif;
      font-size:1.25rem;
      line-height:1.875rem;
  }


  .link-heavy-small{
    font-family:MarkPro-Heavy, Verdana, Arial, sans-serif;
    font-size:0.875rem;
  line-height: 1rem;
        font-weight:bold;
  }

  .link-heavy-medium{
    font-family:MarkPro-Heavy, Verdana, Arial, sans-serif;
    font-size:1rem;
  line-height: 1.125rem;
        font-weight:bold;
  }

  .link-heavy-large{
    font-family:MarkPro-Heavy, Verdana, Arial, sans-serif;
    font-size:1.125rem;
  line-height: 1.5rem;
  }

  .link-bold-small{
    font-family:MarkPro-Bold, Verdana, Arial, sans-serif;
    font-size:0.875rem;
  line-height: 1rem;

  }

  .link-bold-medium{
    font-family:MarkPro-Bold, Verdana, Arial, sans-serif;
    font-size:1rem;
  line-height: 1.125rem;


  }

  .link-bold-large{
    font-family:MarkPro-Bold, Verdana, Arial, sans-serif;
    font-size:1.125rem;
  line-height: 1.5rem;
  }



  .overline1{
    font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
      font-size:1.5rem;
      line-height:1.875rem;
      letter-spacing:0.05rem;
      font-weight:bold;
  }
  .overline2{
    font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
      font-size:1.125rem;
      line-height:1.5rem;
      letter-spacing:0.03rem;
      font-weight:bold;
  }
  .subtitle{
          font-family:Roboto-Bold , Verdana, Arial, sans-serif;
          font-size:2.125rem;
      line-height:2.25rem;
  font-weight:bold;
  }
  .hero{
           font-family:MarkPro-Heavy, Verdana, Arial, sans-serif;
          font-size:5.125rem;
      line-height:6.0rem;
              letter-spacing:0.05rem;
              font-weight:bold;
  }
  .caption{
              font-family: Roboto-Regular , Verdana, Arial, sans-serif;
      font-size:0.75rem;
      line-height:1rem;
      letter-spacing:0.03rem;

     }
     .quote1{
      font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
          font-size:2.125rem;
          line-height:2.75rem;
          letter-spacing:0.05rem;
          font-weight:bold;
                          color:#646D70;
      }
      .quote2{
      font-family:MarkPro-Heavy , Verdana, Arial, sans-serif;
          font-size:1.5rem;
          line-height:2rem;
          letter-spacing:0.05rem;
          font-weight:bold;
                          color:#646D70;
      }

    @media screen and (max-width: 1024px) {
     h1{
        font-size:2.5rem;
        line-height:3rem;
        }
        h2{
            font-size:2rem;
            line-height:2.375rem;
        }
        h3{
        font-size:1.75rem;
                line-height: 2.25rem;
        }
        h4{
            font-size:1.5rem;
            line-height: 1.875rem;
        }
        h5{
            font-size:1.125rem;
            line-height:1.375rem;
        }
        h6{
            font-size:1rem;
            line-height:1.25rem;
        }

      .paragraph-small{
          font-size:0.75rem;
          line-height:1rem;
      }
      .paragraph-emphasis{

          font-size:0.875rem;
          line-height:1.25rem;
      }


      .link-heavy-small{

        font-size:0.75rem;
      line-height: 0.875rem;

      }

      .link-heavy-medium{

        font-size:0.875rem;
      line-height: 1rem;

      }

      .link-heavy-large{

        font-size:1rem;
      line-height: 1.125rem;

      }

      .link-bold-small{
        font-size:0.75rem;
      line-height: 0.875rem;

      }

      .link-bold-medium{
        font-size:0.875rem;
      line-height: 1rem;


      }

      .link-bold-large{
        font-size:1rem;
        line-height: 1.125rem;
      }

        .overline1{

          font-size:1.125rem;
          line-height:1.5rem;

      }
      .overline2{

          font-size:0.875rem;
          line-height:1.125rem;

      }
      .subtitle{

              font-size:1.125rem;
          line-height:1.375rem;

      }
  .hero{

              font-size:3.75rem;
          line-height:4.125rem;

      }

  .quote1{

          font-size:1.5rem;
          line-height:2rem;

      }
  .quote2{

          font-size:1.125rem;
          line-height:1.375rem;

      }
    }

  @media screen and (max-width: 767px) {

  h1{
      font-size:1.75rem;
      line-height:2.125rem;
      }
      h2{
          font-size:1.5rem;
          line-height:1.875rem;
      }
      h3{
      font-size:1.25rem;
              line-height: 1.5rem;
      }
      h4{
          font-size:1.125rem;
          line-height: 1.375rem;
      }
      h5{
          font-size:1rem;
          line-height:1.25rem;
      }
      h6{
          font-size:0.875rem;
          line-height:1.125rem;
      }


    .overline1{

      font-size:0.875rem;
      line-height:1.125rem;

  }
  .overline2{

      font-size:0.75rem;
      line-height:1rem;

  }
  .subtitle{

          font-size:0.875rem;
      line-height:1.125rem;

  }
  .hero{

          font-size:2.625rem;
      line-height:3rem;

  }

  .quote1{

      font-size:1.125rem;
      line-height:1.5rem;

  }
  .quote2{

      font-size:1rem;
      line-height:1.375rem;

  }


    }

  /* font-family styling css END */


  /* heading font styling css END */

  /* anchor tag styling Start */
  .common-rte a {
    color: rgb(0, 0, 0);
  }

  .common-rte a:hover {
    color: rgb(148, 28, 128);
  }

  .common-rte a:focus {
    color: rgb(0, 0, 0);
  }

  .common-rte a:active {
    color: rgb(0, 0, 0);
  }

  .common-rte a:disabled {
    color: rgb(0, 0, 0);
  }

  /* anchor tag styling END */

  /* sub-heading font styling  css START */
  .common-rte .subHeading__font--size14 {
    font-size: 14px;
    line-height: 18px;
  }

  .common-rte .subHeading__font--size18 {
    font-size: 18px;
    line-height: 24px;
  }

  .common-rte .subHeading__font--size24 {
    font-size: 24px;
    line-height: 30px;
  }

  /* sub-heading font styling  css END */
  /* List styling css START */
  .common-rte ul,
  .common-rte ul li {

    list-style-type: initial;
    list-style-position: outside;
    list-style-image: none;
    padding: 5px 0px;
  }

  .common-rte ul {
    padding: 10px;
    margin-left: 10px;
  }

  .common-rte ol,
  .common-rte ol li {

    list-style-type: initial;
    list-style-position: outside;
    list-style-image: none;
    padding: 10px 0px;
  }

  .common-rte ol {
    padding: 10px;
    margin-left: 10px;
  }

  /* list styling css End */
  /* paragraph text styling css START */

  .common-rte .para__font--size12 {
    font-size: 12px;
    line-height: 18px;
  }

  .common-rte .para__font--size14 {
    font-size: 14px;
    line-height: 20px;
  }

  .common-rte .para__font--size16 {
    font-size: 16px;
    line-height: 22px;
  }

  .common-rte .para__font--size18 {
    font-size: 18px;
    line-height: 26px;
  }

  .common-rte .para__font--size20 {
    font-size: 20px;
    line-height: 30px;
  }

  /* paragraph text styling css END */

  /* Table styling css Start */
  .common-rte table {
    display: table;
    /* border: 1px solid black; */
    border-collapse: collapse;
  }

  .common-rte thead,
  .common-rte tbody,
  .common-rte tr,
  .common-rte th,
  .common-rte td {
    /* border: 1px solid black; */
    border-collapse: collapse;
  }

  /* Table styling css End */

  .common-rte .text__style--bold {
    font-style: bold;
    font-weight: bold;
  }

  .common-rte .text__style--italic {
    font-style: italic;
  }

  .common-rte .text__style--superscript {
    vertical-align: super;
  }

  .common-rte .text__style--subscript {
    vertical-align: sub;
  }

  .text__color-brand1 {
    color: #941c80;
  }

  .text__color-brand2 {
    color: #009fe3;
  }

  .text__color-brand3 {
    color: #f39200;
  }

  /* font styling css START */
  .font__weight--regular {
    font-weight: 400;
  }

  .font__weight--medium {
    font-weight: 700;
  }

  .font__weight--bold {
    font-weight: 900;
  }

  /* font styling css END */

