@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,600,800');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,600,700,900');
/* ---- Quicksand font -------- */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

:root {
    --main-color: #2D535E;
    --dark-color: #271700;
    --bg-color-2: #5CFEE6;
    --bg-color-3: #F6F8FA;
    --text-color: #695969;
    --primary-color: #2D535E;
    --light-purple: #523c4e;
    --bs-body-color: #212529;
    --primary-dark-light-red: #2D535E;
    --primary-red-color: #2D535E;
    --size-16: 16px;
    --font-19: 19px;
    --font-18: 18px;
    --font-14: 14px;
    --font-24: 24px;
    --font-Quicksand: "Quicksand", sans-serif;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #999999;
    letter-spacing: normal;
    line-height: 1.5;
}

/* for -1-8-24 */
.primary-light-white{
    color: #b3b3b3 !important ; 
}

 
 .text-white{
    color: #fff !important ; 
 }
 
 /* for -1-8-24 */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}


ul,
li {
    margin: 0px;
    padding: 0px;
}

.btn-dred-big {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #2D535E;
    width: 160px;
    height: auto;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 0px;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    padding: 10px 30px;
}

.btn-dred-big:hover,
.btn-dred-big:focus {
    color: #fff;
    background-color: #2D535E;
}

header {
    top: 30px;
    position: fixed;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    font-family: Lato, sans-serif;
}

.header-top-nav {
    background-color: #1A3439;
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
}

.header-top-nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header-top-nav ul li {
    display: inline-block;
    padding: 5px 45px;
    font-weight: 600;
    background-color: #2D535E;
}

.header-top-nav ul li:first-child {
    width: 180px;
    text-align: center;
}

.header-top-nav ul li:last-child {
    margin-left: -5px;
}

.header-top-nav ul li a {
    color: #D2D2D2;
}

.header-top-nav ul li.active {
    background: #fff;
}

.header-top-nav ul li.active a {
    color: #2D535E;
}

.header-top-navinner {
    display: flex;
    justify-content: space-between;
}

.header-top-r a {
    color: #D2D2D2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    display: inline-block;
}

.header-main-inner {
    padding-left: 75px;
    padding-right: 75px;
    display: flex;
    justify-content: space-between;
}

.header-main-nav {
    width: auto;
    vertical-align: middle;
    margin-top: 0px;
}

.header-main-nav ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0px;
    list-style: none;
}

.header-main-nav ul li {
    display: inline-block;
    width: auto;
    padding: 0 25px;
    position: relative;
}

.header-main-nav ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
}

.header-main-nav ul>li>a {
    line-height: 35px;
    font-weight: 600;
}

.header-main-nav ul li a {
    color: #6E7B95;
    display: inline-block;
    position: relative;
}

.header-main-nav ul li.has-submenu:hover ul.sub-menu {
    display: inline-block;
    visibility: visible;
}

.header-main-nav ul li.has-submenu {
    position: relative;
}


.header-main-nav ul li.has-submenu::before {
    border-top: 5px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0;
    top: 47%;
    content: "";
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

.header-main-nav ul li.has-submenu::before {
    border-top: 5px solid #6E7B95;
}

.header-main-nav ul li.has-submenu ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 240px;
    background: #fff;
    left: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    visibility: hidden;
    margin-top: 0px;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.header-main-nav ul li.has-submenu ul.sub-menu li {
    display: block;
    width: 100%;
    padding: 0;
}

.header-main-nav ul li.has-submenu ul.sub-menu li a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    color: #43484f;
    font-weight: 400;
    line-height: normal;
}

.header-main-logo {
    width: 180px;
    text-align: center;
    display: inline-block;
}

.header-main-logo img {
    width: 160px;
}
.header-main .logo img {width: 160px;}
.header-main-nav {
    display: inline-block;
}

.header-main-nav ul li.has-submenu ul.sub-menu li:hover a {
    color: #d6525a;
}

.header-main-r .header_btn {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #FF3E71;
    width: 160px;
    height: auto;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 0px;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    padding: 7px 30px;
    display: inline-block;
    width: auto;
}

.header-main {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    /* -webkit-box-shadow: 0px 8px 7px -9px rgba(0, 0, 0, 0.75); */
    /* -moz-box-shadow: 0px 8px 7px -9px rgba(0, 0, 0, 0.75); */
    /* box-shadow: 0px 8px 7px -9px rgba(0, 0, 0, 0.75); */
}

.mobile_nav {
    display: none;
}

/*------------*/
.max_sidebar_front_main {
    height: 100vh;
    width: 360px;
    position: fixed;
    z-index: 1;
    top: 110px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    /*border-right: 1px solid #D2D2D2;*/
    transition: 0.1s all ease;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
}

.max-left-bar {
    float: none;
    margin-left: 360px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.side-navigation {
    height: calc(100vh - 90px);
    padding-left: 15px;
    padding-right: 15px;
}

.search-breadcrumbs-title h1 {
    font-weight: 700;
    font-size: 24px;
    color: #6E7B95;
    margin: 0 0 5px;
}

.search-breadcrumbs-title h5 {
    font-weight: 500;
    font-size: 14px;
    color: #999;
    margin-top: 0px;
}

.search-breadcrumb a {
    pointer-events: none;
    color: #6E7B95;
    font-size: 12px;
}

.search-breadcrumb span {
    color: #6E7B95;
    margin: auto 5px;
    font-size: 12px;
}

.collapse-title {
    cursor: pointer;
    position: relative;
}

.api-sidebar.intro_page .side-navigation .collapse-desc {
    display: none;
}

.api-sidebar.intro_page .side-navigation .collapse-main.active .collapse-desc {
    display: block;
}

.side-navigation .collapse-title:after {
    content: "\f078";
    position: absolute;
    right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
}

.side-navigation .collapse-main.active .collapse-title:after {
    content: "\f068";
}

.how-grid {
    margin-bottom: 30px;
}

.how-grid .container {
    padding: 0px;
    /*    margin-right: -15px;
    margin-left: -15px;*/
}

.how-grid h2 {
    font-size: inherit;
    line-height: normal;
    margin: 10px auto;
}

/*------------*/


/*------------*/
.cm-blog:after {
    content: '';
    margin: auto;
    display: block;
    clear: both;
}

.welcome-page-style .cm-blog {
    min-height: auto;
    padding: 12px;
}

.welcome-page-style .cm-blog li a {
    color: #6d7b95;
}

.title-doc:hover,
.welcome-page-style .cm-blog li a:hover {
    color: #2D535E
}

.welcome-page-style .cm-blog li {
    color: #6d7b95;
    margin-bottom: 5px;
}

.title-doc {
    font-size: 14px;
    color: #6d7b95;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    width: 100%;
}

.title-doc.title-end {
    justify-content: flex-end;
}

.title-doc.title-end img {
    margin-left: 5px;
}

.title-doc.title-start {
    justify-content: flex-start;
}

.title-doc.title-start img {
    margin-left: 5px;
}

.librarie-box h4 img {
    margin-left: 5px;
}

.librarie-box {
    min-height: 105px;
}

.librarie-box p {
    font-size: 12px;
    color: #4d4d4d;
    margin: 0;
}

.img-flex {
    display: flex;
}

.img-flex a {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.arcadier-img-img-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.lib-height-45 .col-md-2{width: 20%;}*/
.lib-height-45 .librarie-box {
    min-height: 75px;
    display: flex;
    align-items: center;
}

.lib-height-auto .librarie-box {
    min-height: auto;
}

/*------------*/

.modal-apd .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #282c3a;
}

.contact-form-modal input,
.contact-form-modal textarea {
    border: 1px solid #999;
    height: 150px;
}

.contact-form-modal input {
    height: 45px;
}

.contact-form-modal :focus {
    outline: -webkit-focus-ring-color auto 1px;
}

.contact-form-modal input[type=text],
.contact-form-modal input[type=email],
.contact-form-modal select,
div.contact-form-modal textarea {
    border: 1px solid #999;
    font-size: 14px;
    color: #43484f;
    border-radius: 4px;
}

.contact-form-modal .form-control[disabled],
.contact-form-modal .form-control[readonly],
.contact-form-modal fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.contact-form-modal {
    padding: 20px 30px;
}

.contact-form-modal .modal-dialog.large {
    max-width: 650px;
}

.contact-form-modal ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
    opacity: 1;
}

.contact-form-modal ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

.contact-form-modal :-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
    opacity: 1;
}

.contact-form-modal :-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    opacity: 1;
}

.contact-form-modal .btn-secondary.disabled,
.contact-form-modal .btn-secondary:disabled {
    background-color: #d2d2d2 !important;
    border: none;
}

.contact-form-modal .btn-secondary {
    background: #2D535E;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.ct-wrap {
    background: #fff;
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 40px;
    width: 580px;
    max-width: 100%;
    margin: 80px auto;
    position: relative;
    z-index: 11;
}

.ct-wrap label {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

.ct-header h1 {
    font-size: 22px;
    font-weight: 700;
    color: #4d4d4d;
    margin: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.ct-wrap .form-control {
    border-color: #c2c2c2;
    border-radius: 0;
}

.ct-wrap input.form-control {
    height: 38px;
}

.ct-btn-red {
    background-color: #2D535E;
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 20px;
    border: none;
    text-align: center;
    line-height: 55px;
    padding: 0;
    border-radius: 0;
    outline: none !important;
}

.ct-btn-red.focus,
.ct-btn-red:focus,
.ct-btn-red:hover {
    color: #fff;
}

.filter-area h5 {
    color: #43484f;
    font-weight: 700;
    margin-bottom: 20px;
}

.filter-category .list-inline>li a {
    padding: 5px 12px;
    font-weight: 600;
    border: 1px solid #b3b3b3;
    color: #353535;
    border-radius: 8px;
}

.filter-category .list-inline>li.active a {
    background-color: #2D535E;
    color: #fff;
}

.filter-category .checkmark {
    left: 0px;
}

.require-action-ichk .fancycheck {
    font-size: 14px;
    color: #43484f;
    padding-left: 30px;
    font-weight: 600;
    margin: 0px;
}

.require-action-ichk .fancycheck a {
    color: #d6525a;
}

.require-action-ichk .fancycheck input:checked~.checkmark i {
    margin-top: 2px;
    margin-left: 2px;
}

.require-action-ichk .checkmark {
    top: 2px;
    left: 0px;
    height: 18px;
    width: 18px;
}

.require-action-ichk .fancycheck input:checked~.checkmark {
    background-color: #2D535E;
    border: 1px solid #2D535E;
}

.filter-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.change-log-area {
    padding-bottom: 30px;
}

.changelog-title h6 {
    font-weight: 700;
    color: #d6525a;
}

.changelog-title h4 {
    font-weight: 700;
    color: #43484f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.changelog-title h4 span.badge {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 7px;
}

.changelog-title h4 span.bgNEW {
    background-color: #21a8a8;
    margin-left: 10px;
}

.changelog-title h4 span.bgUPDATE {
    background-color: #52c7ff;
    margin-left: 10px;
}

.changelog-badge .badge {
    font-size: 14px;
    border-radius: 20px;
    padding: 6px 12px;
    background-color: #cae4ed;
    color: #43484f;
    font-weight: 600;
    margin-right: 10px;
}

.changelog-title h6:before {
    content: '';
    position: relative;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #d6525a;
    border-radius: 8px;
    margin-right: 5px;
}

.changelog-badge {
    margin-bottom: 15px;
}

.changelog-content-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d2d2d2;
}

.changelog-title h4 span.date {
    font-weight: normal;
    color: #999;
    font-size: 14px;
}

.changelog-title h4 a {
    color: #43484f;
}

.changelog-title h4 a:hover {
    color: #d6525a;
}

.changelog-content ul {
    padding-left: 30px;
    margin-top: 10px;
}

@media (min-width: 50em) {
    footer .footer-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 70em) {
    footer .footer-wrapper {
        padding-left: 85px;
        padding-right: 85px;
    }
}

footer {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.footer-main .row {
    display: flex;
}

footer .footer-col .col-title {
    font-weight: 600;
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0;
}

.btn-theme {
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 28px;
    padding-right: 28px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #2D535E;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    height: 38px;
}

.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover {
    color: #fff;
}

footer .footer-wrapper .footer-top-wrapper {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #7d8aa3;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


/*-------------*/
.api-header-main .main-nav {
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    justify-content: flex-end;
    list-style: none;
    min-height: 65px;
    padding-right: 25px;
}

.api-header-main .main-nav li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #2D535E;
}

.api-header-main .main-nav li {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    position: relative;
}

.api-header-main {
    display: flex;
}

.api-sidebar {
    min-width: 250px;
    width: 250px;
    border-right: 1px solid #c8c8c8;
    position: fixed;
    z-index: 9999;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.api-detail {
    margin-left: 250px;
}

.api-sidebar .max_sidebar_front_main {
    width: auto;
    position: unset;
}

.api-detail .max-left-bar {
    margin-left: 0px;
    border: none;
    background-color: #fff !important;
    /*padding-top: 30px;*/
}

.api-detail .grab_wrapper {
    margin: auto !important;
}

.api-row {
    display: block;
}

.api-detail header {
    position: relative;
}

.api-logo {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.api-logo img.logo {width: 190px; max-width: 100%;}
.api-search-form {
    display: flex;
}

.api-search {
    border: 2px solid #6d7b95;
    border-radius: 5px 0px 0px 5px;
}

.api_search_btn_related {
    background-color: #6d7b95;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 0px 8px;
    font-size: 16px;
    border: none;
}

.api-sidebar.intro_page .searchbar,
.api-sidebar.intro_page .side-navigation {
    padding-left: 0px;
    padding-right: 0px;
}

/*.api-sidebar.intro_page .side-navigation>ul>li>a{*/
.api-sidebar.intro_page .side-navigation ul {
    padding-left: 10px;
    padding-top: 10px;
}

.api-sidebar.intro_page .side-navigation>ul>li {
    margin-bottom: 0px;
}

.api-sidebar.intro_page .side-navigation ul li a {
    padding: 0px;
    font-size: 12px;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    color: #43484f;
    padding-left: 5px;
}

.api-sidebar.intro_page .side-navigation ul li a.collapse-title {
    font-weight: 700;
}

.api-sidebar.intro_page .side-navigation ul li.doc-cate>a {
    font-weight: 700;
}

.api-sidebar.intro_page .side-navigation>ul>li.open.active>a,
.api-sidebar.intro_page .side-navigation>ul>li.open>a {
    background: transparent;
    color: #2D535E;
    padding: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
}

.api-sidebar.intro_page .side-navigation>ul.nav>li>a:focus,
.api-sidebar.intro_page .side-navigation>ul.nav>li>a:hover {
    background-color: transparent;
}

.api-sidebar.intro_page .side-navigation>ul li .img-icon {
    width: 13px;
    height: 13px;
    object-fit: contain;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 5px;
}

.api-sidebar .max-sidebar {
    padding: 0 15px 0 15px;
}

.api-detail header {
    border-bottom: 1px solid #c8c8c8;
}

.api-floating-menu {
    position: fixed;
    left: 0px;
    top: 50%;
    background-color: #6d7b95;
    color: #fff;
    border: none;
    display: none;
    padding: 2px 9px;
    outline: none;
    font-size: 18px;
    transition: 0.1s all ease;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
}

.api-sidebar.intro_page .nav-wrapper {
    height: calc(100vh - 120px);
}

.api-search.form-control {
    width: calc(100% - 33px);
}

.api-sidebar .side-navigation {
    padding-bottom: 50px;
}

.code-title {
    border-radius: 10px;
    background-color: #454e5f;
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}

.code-title h4 {
    margin: auto;
}

.code-description {
    padding: 15px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #fff;
    background-color: #6d7b95;
}

.CodeMirror.cm-s-default {
    background: transparent;
    color: #fff;
    height: 100%;
}

.cm-s-default.CodeMirror .CodeMirror-gutters {
    background: transparent;
    color: #fff;
    border: none;
}

.cm-s-default .CodeMirror-linenumber {
    color: #b8b8b8;
    text-align: left;
}

.cm-s-default .CodeMirror-activeline-background {
    background: #1C005A;
}

.content-title h4 {
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    margin-bottom: 20px;
}

.content-description {
    color: #494949;
}

.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-selected {
    background: #454e5f !important;
}

.doc-main-section {
    padding: 30px 0px;
}

/*-------------*/


@media (max-width: 37.5em) {
    footer .footer-wrapper .footer-top-wrapper {
        -webkit-box-align: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

footer .footer-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 37.5em) {
    footer .footer-nav {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 37.5em) {
    footer .footer-nav>li {
        margin-bottom: 15px;
    }
}

footer .footer-nav>li:first-child>a {
    padding-left: 0;
}

footer .footer-nav>li>a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
}

footer .footer-col .col-title {
    font-weight: 600;
    color: #fff;
    line-height: 21px;
}

footer .footer-col ul>li:active>a,
footer .footer-col ul>li:hover>a {
    color: #2D535E;
}

footer .footer-col ul>li>a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    line-height: 21px;
}

footer .footer-btm {
    background-color: #42474f;
    padding: 10px;
}

@media (min-width: 50em) {
    footer .footer-btm {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 70em) {
    footer .footer-btm {
        padding-left: 85px;
        padding-right: 85px;
    }
}

footer .footer-btm .footer-btm-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media (max-width: 37.5em) {
    footer .footer-btm .footer-btm-wrapper {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

footer .footer-btm .footer-btm-nav {
    display: -webkit-box;
    display: flex;
    align-self: center;
}

@media (max-width: 37.5em) {
    footer .footer-btm .footer-btm-nav {
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}

footer .footer-btm .footer-btm-nav a {
    color: #fff;
    padding-right: 20px;
    font-weight: 500;
}

footer .footer-btm .footer-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

footer .footer-btm .footer-social .social-blocks {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-right: 1px solid #616368;
    margin-right: 15px;
}

footer .footer-btm .footer-social .social-blocks>a {
    color: #42474f;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 15px;
}

footer .footer-btm .footer-copyright>p {
    margin: 0;
    color: #fff;
    font-weight: 400;
}

footer .footer-main .contact-block {
    text-align: right;
}

@media (max-width: 37.5em) {
    footer .footer-main .contact-block {
        text-align: center;
        margin-top: 15px;
    }
}

footer .footer-main .col-right {
    /*align-self: flex-end;*/
}

footer .footer-main .footer-branch,
footer .footer-main .footer-contact {
    margin-top: 15px;
}

footer .footer-main .footer-branch>a,
footer .footer-main .footer-contact>a {
    color: #898989;
    font-weight: 700;
    margin-left: 5px;
}

footer .footer-main .footer-branch>a:hover,
footer .footer-main .footer-contact>a:hover {
    color: #fff;
}

footer .footer-main .footer-branch>a:nth-child(2):before {
    display: none;
}

footer .footer-main .footer-branch>a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background-color: #635665;
    height: 12px;
    margin-right: 10px;
}




.top-findright-outter {
    width: 1220px;
    margin: 0 auto;
    height: 420px;
    padding: 75px 50px;
    background-color: #f4efdb;
    margin-top: 80px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    max-width: 90%;
}

.top-findright-section {
    margin-top: 130px;
}

.top-findright-inner h1 {
    font-family: Lato;
    color: #282C3A;
    font-weight: 900;
    font-size: 27px;
    line-height: 35px;
}

.top-findright-inner h1 {
    color: #43484F;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #43484F;
    position: relative;
    margin-top: 0px;
    width: 500px;
    max-width: 100%;
}

.top-findright-inner h1:before {
    position: absolute;
    content: '';
    display: block;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 3px;
    background-color: #43484F;
}

.top-findright-inner p {
    font-size: 18px;
    color: #6E7B95;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px;
}

.topsec-news-form {
    width: 500px;
    height: 48px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.topsec-news-form .topsec-news-text {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.topsec-news-form .topsec-news-btn {
    position: absolute;
    border: none;
    background-image: url(../images/plug-ins/search-icon.png);
    right: 4px;
    top: 4px;
    width: 40px;
    height: 40px;
    background-size: cover;
}


.top-findright-bigimg {
    position: absolute;
    width: 480px;
    height: auto;
    right: 40px;
    top: -30px;
}

.top-findright-bdots {
    position: absolute;
    width: 66px;
    height: auto;
    right: -30px;
    bottom: 10px;
}

.top-findright-rdots {
    left: 50%;
    width: 30px;
    height: auto;
    position: absolute;
    top: 80px;
}


.lrnmr-community-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background-image: url('../images/plug-ins/plug-ins4.jpg');
    background-size: cover;
    color: #fff;
    height: 330px;
}

.lrnmr-community-sec p {
    font-size: 15px;
}

.lrnmr-community-sec h4 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}

.lrnmore-btn {
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    border: 3px solid #fff;
    background-color: #0085a1;
    height: 48px;
    width: 220px;
    display: inline-block;
    line-height: 42px;
    font-weight: 600;
}

.lrnmore-btn:hover,
.lrnmore-btn:focus {
    color: #fff;
}

.pluginlist-main-sec {
    font-family: 'Lato';
}

.pluginlist-inner {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.pluginlist-l {
    width: 260px
}

.pluginlist-r {
    width: Calc(100% - 280px);
    padding-left: 25px;
}

.pluginlist-l h4 {
    color: #353535;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
}

.pluginlist-ichk {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #676767;
}

.pluginlist-fltr-aply {
    display: inline-block;
    width: 120px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #599ced;
    line-height: 32px;
    border-radius: 5px;
}

.pluginlist-fltr-clear {
    display: inline-block;
    width: 120px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #999;
    line-height: 32px;
    border-radius: 5px;
}

.pluginlist-fltr-aply:hover,
.pluginlist-fltr-clear:hover,
.pluginlist-fltr-aply:focus,
.pluginlist-fltr-clear:focus {
    color: #fff;
}

.pluginlist-fltr-btnsec {
    display: flex;
    justify-content: space-between;
}

.pluginlist-contact-btnsec {
    width: 100%;
    height: 160px;
    background-color: #d6525a;
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
}

.pluginlist-contact-btn {
    display: inline-block;
    width: 160px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #2D535E;
    line-height: 32px;
    border-radius: 5px;
    border: 3px solid #fff;
}

.pluginlist-contact-btn:hover,
.pluginlist-contact-btn:focus {
    color: #fff;
}

.pluginlist-contact-btnsec p {
    color: #fff;
    font-size: 18px;
}

.pluginlist-chk-list {
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 12px;
}

.pluginlist-pg-ilist {
    margin-bottom: 25px;
    height: 248px;
    width: 248px;
    padding: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
}

.pluginlist-pg-ilist h5 {
    color: #6E7B95;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 18px;
}

.pluginlist-pg-ilistact {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 15px;
}

.pluginlist-pg-ilistact label {
    color: #676767;
    font-size: 16px;
    font-weight: 300;
}

.pluginlist-pg-ilistact span {
    color: #599ced;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.pluginlist-pg-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pluginlist-pg-ilist a {
    display: inline-block;
}

.pluginlist-pg-ilist:hover {
    webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.40);
}

.pluginlist-pg-ilist .popover {
    top: 245px !important;
}

.pluginlist-pg-ilist {
    position: relative;
}

.pluginlist-pg-ilist .popover-content {
    width: 275px !important;
    padding-right: 10px !important;
}


.pluginlist-r h4 {
    color: #353535;
    font-size: 18px;
    font-weight: bold;
}

.pluginlist-pg-pagesec ul {
    list-style: none;
}

.pluginlist-pg-pagesec ul li {
    display: inline-block;
    margin-left: 5px;
}

.pluginlist-pg-pagesec ul li a {
    height: 40px;
    width: 40px;
    line-height: 24px;
    color: #6E7B95 !important;
    text-align: center;
    border: 2px solid #d2d2d2 !important;
    font-weight: bold;
    border-radius: 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #2D535E !important;
    border: 2px solid #d2d2d2 !important;
}

.pluginlist-pg-pagesec ul li:last-child a {
    color: #2D535E !important;
}

.pluginlist-pg-pagesec {
    text-align: right;
    margin-top: 20px;
}

.pluginlist-main-sec {
    margin-bottom: 70px;
}

.fancycheck {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancycheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}

.fancycheck input~.checkmark i {
    display: none;
}

.fancycheck input:checked~.checkmark {
    background-color: #6E7B95;
    border: 1px solid #6E7B95;
}


.fancycheck input:checked~.checkmark i {
    display: block;
    margin-top: 2px;
    margin-left: 1px;
    color: #fff;
    font-size: 12px;
}

.pluginlist-ichk .checkmark {
    left: auto;
    right: 0px;
}

/*---------------------------------------------*/
.catalog-banner {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}

.round-content {
    background: #f4efdb;
    height: 440px;
    width: 100%;

    border-radius: 30px;
}

.round-content .row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 100%;
}

.catalog-banner h1 {
    font-size: 34px;
    color: #282c3a;

    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;

}

.divider-double-line {
    height: 3px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-double-line,
.divider-double-line::after {
    display: block;
    width: 100%;
    content: "";
    background-color: #43484f;
}

.divider-double-line::after {
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.catalog-banner p {
    color: #6e7b95;
    font-size: 20px;
    font-weight: 700;
}

.hero-content {
    padding-left: 50px;
}

.search-bar-catalog .cat-search {
    float: left;
    width: 100%;
    padding: 0 45px 0 10px;
    border: none;
    height: 40px;
}

.search-bar-catalog {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 50px;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.search-bar-catalog .ser-round-square {

    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    border-radius: 4px;
    right: 5px;
    border: none;
    background: #2D535E;
    transition: all 0.7s ease;

}

.mt-50 {
    margin-top: 50px;
}

.cata-title {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    margin-top: 0;
    font-family: Lato;
}

.pl-author-ico {
    width: 248px;
    height: 288px;
    max-width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 15px;
    /*margin-bottom: 40px;*/
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    position: relative;
}

.pl-author-ico:hover {
    border-color: transparent;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
}

.pl_description {
    display: none;
}

.pl-author-ico h3 {
    color: #6E7B95;
    font-size: 18px;
    font-weight: 700;
    font-family: Lato;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    min-height: 55.6px;
    float: left;
    width: 100%;
}

.plugin_thumb {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;

}

.plugin_thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.d-flex-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.d-flex-area .developer_name_pl {
    color: #676767;
    font-size: 15px;
    font-family: Lato;
    font-weight: 300;
}

.pl-charge-author p {
    color: #599ced;
    font-size: 17px;
    font-family: Lato;
    font-weight: 300;
}

.pl-author-ico:hover .pl_description {
    display: block;
    position: absolute;
    left: 60%;
    width: auto;
    min-width: 300px;
    background: #fff;
    padding: 15px;
    top: 100%;
    z-index: 11;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.pl_description p {
    color: #676767;
    font-weight: 300;
    font-family: Lato;
    font-size: 14px;
}

.background-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover !important;
    background-repeat: no-repeat;
}

.catalog-onfoot-banner {

    float: left;
    width: 100%;
    position: relative;
    min-height: 260px;
    padding-top: 68px;
    padding-bottom: 89px;

}

.foot-over {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 11;
}

/*.foot-over h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #fefefe;
    margin-bottom: 20px;
}*/
.foot-over h2 span {
    font-weight: 400;
    font-size: 18px;
}

.blue-bg-curv-btn {
    background: #1270E5;
    border: 3px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    width: 295px;
    height: 48px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 25px;
}

.red-bg-curv-btn {
    background: #2D535E;
    border: 3px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    width: 295px;
    height: 48px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 25px;
}

.red-bg-curv-btn:hover,
.blue-bg-curv-btn:hover {
    color: #fff;
}

.check-container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #676767;
    font-family: Lato;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #d2d2d2;
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
    background-color: #6E7B95;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark::after {
    right: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.refine {
    list-style: none;
}

.btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 15px;

}

.apply-bl-btn,
.celar-bl-btn {
    width: 120px;
    height: 32px;
    background: #599ced;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    margin-right: 3px;
}

.celar-bl-btn {
    background: #999999;
}

.apply-bl-btn:hover,
.celar-bl-btn:hover {
    color: #Fff;
}

.not-finding {
    display: flex;
    width: 100%;
    height: 160px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #d6525a;
    margin-top: 30px;
}

.not-finding h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    font-family: Lato;
    text-align: center;
    padding-top: 25px;
}

.not-finding a {
    height: 40px;
    width: 160px;
    line-height: 34px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    font-family: Lato;
    border: 3px solid #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.background-image-holder>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.object-rounder img {
    max-width: 100%;
}

.page-plug-in-marketplace-app .round-content {
    background: #f4efdb;
    height: 340px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 0px;
}

/*new-header*/
@media only screen and (max-width: 1250px) and (min-width: 960px) {
    header div.header-main .nav-wrapper .main-nav li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 961px) {
    header .header-main .nav-wrapper .main-nav {
        display: none;
    }
}

@media (max-width: 37.5em) {
    br:not(.none) {
        display: none;
    }
}

.btn-started {
    background-color: #2D535E;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 7.5px 28px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.btn-started:active,
.btn-started:focus,
.btn-started:hover {
    color: #fff;
    background-color: rgba(255, 63, 113, 0.8);
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1110;
}

header .header-top {
    background-color: #d1536b;
}

@media (min-width: 50em) {
    header .header-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 70em) {
    header .header-top {
        padding-left: 85px;
        padding-right: 85px;
    }
}

header .header-top .header-top-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 37.5em) {
    header .header-top .header-top-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

header .header-top .header-top-wrapper .quick-links {
    display: -webkit-box;
    display: flex;
}

@media (max-width: 37.5em) {
    header .header-top .header-top-wrapper .quick-links {
        width: 100%;
        text-align: center;
    }
}

header .header-top .header-top-wrapper .quick-links a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 1.2px;
    padding: 7px 40px;
    display: -webkit-box;
    display: flex;
    position: relative;
    /*background-color: #2D535E;*/
    color: #fff;
}

header .header-top .header-top-wrapper .quick-links a:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 37.5em) {
    header .header-top .header-top-wrapper .quick-links a {
        font-size: 14px;
    }
}

@media (max-width: 37.5em) {
    header .header-top .header-top-wrapper .quick-links a {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 100%;
        font-size: 10px;
        line-height: 21px;
    }

    header .header-main {
        position: relative;
    }

    header .header-top .header-top-wrapper .quick-links a:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    header .header-main .nav-wrapper .navbar-toggler {
        padding: 3.5px 12px
    }
}



@media (min-width: 70em) {
    header .header-top .header-top-wrapper .quick-links a {
        font-size: 14px;
    }
}

@media (min-width: 76em) {
    header .header-top .header-top-wrapper .quick-links a {
        font-size: 14px;
    }
}

header .header-top .header-top-wrapper .quick-links a.active {
    background-color: #fff;
    color: #2D535E;
}

@media (max-width: 37.5em) {
    header .header-top .user-nav {
        display: none;
    }
}

header .header-top .user-nav a {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header .header-main {
    /* padding-top: 11px;
    padding-bottom: 11px; */
    /* border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2); */
}

/* @media (min-width: 50em) {
    header .header-main {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 70em) {
    header .header-main {
        padding-left: 85px;
        padding-right: 85px;
    }
} */

header .header-main .header-main-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10.5px 12px;
}

header .header-main .navbar-toggler-icon {
    background-image: url(../images/mob.svg?sdf);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 31px;
    height: 31px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: none;
    background-size: auto;
    background-size: 100% 100%;
}

header .header-main .nav-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

header .header-main .nav-wrapper .navbar-toggler {
    display: none;
}

/*.sidebar-hide {
    visibility: hidden;
}*/

.media-gallery .gallery-item img {
    max-width: 100%;
}

.media-gallery .gallery-item {
    margin-bottom: 20px;
    display: inline-block;
    width: 45%;

}

@media (max-width: 960px) {
    header .header-main .nav-wrapper .navbar-toggler {
        display: -webkit-inline-box;
        display: inline-flex;
    }
}

@media (max-width: 960px) {
    header .header-main .nav-wrapper .block-started {
        display: none;
    }
}

header .header-main .nav-wrapper .main-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 960px) {
    header .header-main .nav-wrapper .main-nav {
        display: none;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

/* @media (max-width: 37.5em) {
    header .header-main .nav-wrapper .main-nav.show {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
    }
}

@media (min-width: 37.5em) {
    header .header-main .nav-wrapper .main-nav.show {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
    }
} */

@media (min-width: 37.5em) {
    header .header-main .nav-wrapper .main-nav {
        display: none;
    }
}

@media (min-width: 961px) {
    header .header-main .nav-wrapper .main-nav {
        display: -webkit-box;
        display: flex;
        list-style: noen
    }
}

header .header-main .nav-wrapper .main-nav {
    list-style: none;
}

/* header .header-main .nav-wrapper .main-nav li {
    position: relative;
} */

header .header-main .nav-wrapper .main-nav li>a {
    color: #6e7b95;
    font-weight: 600;
    display: block;
    /* letter-spacing: 0.2px; */
    /* padding: 10px 30px; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* @media (max-width: 960px) {
    header .header-main .nav-wrapper .main-nav li>a {
        padding-left: 25px;
        padding-right: 25px;
    }
} */

header .header-main .nav-wrapper .main-nav li.has-sub>a>.fa {
    margin-left: 5px;
}

header .header-main .nav-wrapper .main-nav li.has-sub:hover>.sub-nav {
    display: block;
}

/* header .header-main .nav-wrapper .main-nav .sub-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    left: 0;
    list-style: none;
    width: 240px;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    background-color: #6e7b95;
    z-index: 999;
    top: 100%;
} */

/* @media (max-width: 37.5em) {
    header .header-main .nav-wrapper .main-nav .sub-nav {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 37.5em) {
    header .header-main .nav-wrapper .main-nav .sub-nav {
        position: relative;
        width: 100%;
    }
}

@media (min-width: 70em) {
    header .header-main .nav-wrapper .main-nav .sub-nav {
        position: absolute;
        width: 240px;
    }
} */

/* header .header-main .nav-wrapper .main-nav .sub-nav>li>a {
    color: #fff;
} */

.offer-button a.btn-theme-border {
    font-family: Lato;
    width: 220px;
    height: 48px;
    color: #fff;
    background-color: #2D535E;
    border: 3px solid #fff;
    font-size: 20px;
    font-weight: 900;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 767px) {
    .page-plug-in-marketplace-app .round-content {
        height: auto;
    }

    .catalog-banner h1 {
        white-space: normal;
    }

    .media-gallery .gallery-item {
        width: 100%;
        margin-right: 0px;
    }

    .offer-button a.btn-theme-border {
        width: auto;
        height: 38px;
        font-size: 16px;
        padding: 0 15px;
    }

    .welcome-pg #x_element_51 {
        margin-top: 15px;
    }
}

.plugin-top-detail {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
    background: #f4f6f8;
}

.home-body-layer {
    margin-top: 100px;
}

.v-table {
    display: table;
    width: 100%;
}

.v-table>div {
    display: table-cell;
    vertical-align: middle;
}

.plugin_img {
    float: left;
    width: 100px;
    height: 100px;
}

.plugin_img img {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
}

.v-table .dev-pl-detail {
    float: none;
    padding-top: 0px;
    width: auto;
    padding-left: 30px;
}

.v-table .dev-pl-detail h3 {
    font-size: 24px;
}

.dev-pl-detail h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #4d4d4d;
    line-height: normal;
}

.developer_name_pl span {
    color: #8796cc;
}

.developer_name_pl {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.list-inline {
    margin-left: -5px;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.header-price li:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #b3b3b3;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.hide-plug-in.header-price li:first-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

.hide-plug-in.header-price li:nth-child(2) {
    display: none;
}

.header-price h2 {
    margin: 0;
    color: #8796cc;
    font-weight: normal;
    font-size: 26px;
}

.pl_price {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #4d4d4d;
    margin-top: 15px;
    line-height: normal;
}

.add-Plug-in {
    position: relative;
}

.add-Plug-in {
    width: 165px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #d5535b;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.add-Plug-in sup {
    position: absolute;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
    right: 17px;
    top: 6px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.cat-descripton-large {
    display: inline-block;
    width: 100%;
}

section.cate-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.plugin-cat-description .plug-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #353535;
}

.plugin-cat-description p {

    font-size: 14px;
    color: #4d4d4d;
    line-height: normal;
    letter-spacing: normal;

}

.plugin-cat-description h3 {
    font-size: 14px;
    color: #4d4d4d;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}

b,
strong {
    font-weight: 700;
}

.plugin-cat-description ul {
    padding-left: 30px;
}

.about-developer-plugin a {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #00a8ff;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 10px;
    vertical-align: middle;
}

.about-developer-plugin a img {
    margin-right: 10px;
    vertical-align: middle;
}

.media-gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.media-gallery .gallery-item {

    width: 25%;
    padding: 0px 5px;

    display: block;
    float: left;

}

/*-----------------------------------------------------------------------*/
/*---------------------------------------------------*
second-section-api style here
*---------------------------------------------------*/

.grey_bg_area-section {
    display: inline-block;
    width: 100%;
    position: relative;

    padding: 125px 0 0;
}

.grey_bg_area-section .container {
    z-index: 11;
    position: relative;
}

.triangle_top,
.triangle_bottom {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    content: "";
    display: block;
    height: 100%;
    transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    z-index: 1;
}

.triangle_bottom {
    top: unset;
    bottom: -60px;
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
}

.cms-content h3 {
    color: #43484f;
    font-size: 14px;
    font-weight: 700;
}

.gr_section {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}

.cms-content p a {
    font-weight: 700;
    color: #43484f;
}

.tab_section,
.sort_container {
    display: block;
    width: 100%;

    max-width: 680px;
    margin: 35px auto 0;
}

.tab_section ul {
    display: inline-block;
    width: 100%;
    position: relative;
    border: none;
}

.tab_section ul li a {
    padding: 15px 0;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    border: none;
    color: #4a4e62;
    font-size: 14px;
    outline: none;
}

.nav-tabs>li {
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 169px;
    text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    border: none;
    background: #4a4e62;
    color: #fff;
    outline: none;
}

.code-snippet {
    display: inline-block;
    width: 100%;
    background: #8f9cb2;
    border: 10px solid #4a4e62;
    border-radius: 5px;
    min-height: 220px;
    padding: 20px;
    position: relative;
}

.tab-content {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 111;
}

.code-snippet p {
    color: #fff;
}

.code-snippet p.align-center {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    margin: 0;
    left: 0;
    vertical-align: middle;
    display: inline-block;
}

.section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.support_section {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}

.section-title h4 {
    font-size: 14px;
    color: #353535;
    font-weight: 700;
    margin-top: 0;
}

.grab_wrapper {
    display: block;
    width: 100%;
    margin-top: 111px;
}

.searchbar {
    display: inline-block;
    width: 100%;
}

.form-element {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.form-element .search {
    display: inline-block;
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #c8c8c8;
    padding-bottom: 5px;
}

.form-element.m-0 {
    margin: 0px;
}

.form-element.mb-0.mt-2 {
    margin: 0px;
}

#contact_res_msg.alert {
    margin-top: 20px;
}

.max-sidebar {
    max-width: 320px;
    /*padding: 0 30px 0 65px;*/
    padding: 0 10px;
}

.search_btn_related {
    position: absolute;
    right: 0;
    top: 5px;
    border: none;
    background: url(../images/magnifier.png) no-repeat center center;
    height: 13px;
    width: 13px;
}

.side-navigation {
    display: inline-block;
    width: 100%;
}

.side-navigation ul {
    list-style: none;
    padding-left: 25px;
    padding-top: 10px;
}

.side-navigation>ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
}

.side-navigation>ul li {
    /*    margin-bottom: 15px;*/
    margin-bottom: 10px;
}

.side-navigation>ul li.open.active>a {
    font-weight: 700;
    color: #2D535E !important;
}

.side-navigation>ul li.active.level3>a {
    font-weight: 700 !important;
    color: #43484f !important;
}

.side-navigation>ul>li {
    display: inline-block;
    width: 100%;
}

.side-navigation>ul>li a {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}

.side-navigation>ul>li ul.sub-menu {
    padding-left: 15px;
    margin-top: 15px;
}

.side-navigation>ul>li.active>a {
    color: #43484f;
    font-weight: 700;
}

.side-navigation>ul>li.active>ul>li.active>a {
    color: #50c8ff;
}

.side-navigation>ul>li ul.sub-menu>li>ul.sub-menu {
    padding-left: 10px;
}

.side-navigation>ul li.light>a {
    color: #c8c8c8;
}

.side-navigation>ul li ul.sub_cat_enpoints {
    padding-left: 15px;
    position: relative;
}

.side-navigation>ul li ul.sub_cat_enpoints:before {
    width: 1px;

    height: 93%;

    content: "";

    background: rgb(221, 221, 221);

    position: absolute;

    top: 5px;

    left: 5px;
}

.side-navigation>ul li ul.sub_cat_enpoints li {
    position: relative;
    padding: 0 0 0 5px;
}

.side-navigation>ul li ul.sub_cat_enpoints li:before {
    content: "";
    height: 1px;

    width: 10px;
    position: absolute;
    top: 10px;
    left: -10px;
    background: rgb(221, 221, 221);
}

.side-navigation>ul li {
    color: #42474f !important;
}

.side-navigation>ul li ul.sub_cat_enpoints li a {
    font-size: 14px;
    color: #999 !important;
}

.side-navigation>ul li.xtra {
    margin-bottom: 25px;
}

.intro_page .side-navigation>ul>li.open ul.sub_cat_enpoints li>a.sub_end_active {
    color: #42474f !important;
}

.breadcrumbs {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.breadcrumbs ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
    width: auto;
    position: relative;
}

.breadcrumbs ul li:after {
    content: ">";
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.max-left-bar {
    padding-left: 3.5%;
    padding-right: 8.77%;
    border-left: 2px solid #c8c8c8;
    min-height: 100vh;
}

.page_title {
    display: inline-block;
    width: 100%;
}

.page_title h1 {
    font-weight: 700;
    font-size: 24px;
    color: #43484f;
    margin: 0 0 15px;
}

p.note_lamp {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #43484f;
    background: url(../images/lamp.png) no-repeat left center;
}

p.note_lamp a {
    color: #43484f;
    font-weight: 600;
}

.api_info {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
}

.section_title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    color: #8591a6;
    margin-bottom: 17px;
}

ul.dot-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.dot-list li {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    position: relative;
    color: #43484f;
    font-size: 14px;
    margin-bottom: 10px;
}

ul.dot-list li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    height: 3px;
    width: 3px;
    background: #43484f;
    border-radius: 100%;
}

.sub-points {
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
}

.sub-points .section_title {
    margin-bottom: 10px;
}

.table_title,
.sub_table_title {
    font-size: 14px;
    color: #43484f;
    font-weight: 700;
    margin: 15px 0;
}

.table_title {
    font-size: 16px;
    font-weight: 600;
}

.table_title.get {
    color: #3eb63e;
}

.table_title.post {
    color: #f5a623;
}

.table_title.put {
    color: #4a90e2;
}

.table_title.delete {
    color: #ed4b48;
}

.sub_table_title {
    margin-bottom: 10px;
    margin-top: 0;
}

.api_info .table {
    margin-bottom: 80px;
}

table th,
table tr {
    color: #43484f;
    font-size: 14px;
    font-weight: 400;
}

/* table tr span {
    color: #00c8b2;
} */
table tr span {
    color: #43484f;
}


.spotlight-bg {
    margin: 0 10.2% 112px 10.2%;
    width: 100%;
    float: left;
}

.spot-size1 {
    width: 22%;
    height: 100px;
}

.spot-size2 {
    height: 100px;
}

.spot-size3 {
    width: 32%;
    float: left;
    height: 65px;
    margin-right: 13%;
    margin-top: 25px;
}

.spot-size4 {
    width: 15%;
    height: 100px;
}

.spot-size5 {
    width: 19%;
    float: left;
    height: 100px;
    margin: 0 3% 0 12%;
}

.footer-logo {
    width: auto;
    /*    height: 55px;
    margin-bottom: 30px;*/
}

.footer-button {
    font-size: 20px;
    width: 244px;
    height: 52px;
    line-height: 45px;
}

@media (min-width: 768px) and (max-width: 1180px) {
    .top-menu ul li .header_btn {
        width: auto;
    }

    .top-menu ul li {
        padding: 0 10px;
    }

    .top-menu ul li.login-menu {
        padding-left: 10px;
    }

}

@media (max-width: 1024px) {
    header .col-sm-2 {
        width: 100%;
    }

    .menu-togller {
        display: inline-block;
        width: auto;
    }

    .menu-togller a {
        display: block !important;
        margin-top: 0px;
        width: 25px;
        height: 30px;
        text-indent: -99999px;
        padding: 0;
    }

    .top-menu ul {
        background: #d6525a;
    }

    .top-menu ul li a {
        color: #fff;
    }

    .menu-togller {
        background: url(../images/mobile-toggle.svg) no-repeat center center;
        display: inline-block !important;
    }

    .arc_logo {
        width: auto;
    }

    /*header {
        background: #d6525a;
        padding: 15px 0px;
    }*/

    /*.arc_logo{
background: url(../images/logo-mobile.png) no-repeat center center;
background-size: contain;
}*/
    .top-menu ul {
        display: none;
    }

    .btn-area {
        float: right;
        width: auto;
        line-height: 30px;
    }

    .btn-area a {
        color: #43484f;
        font-weight: 700;
    }

    .top-menu ul {
        display: none;
        width: 100%;
        list-style: none;
        padding: 0;
        position: absolute;
        top: 10px;
        z-index: 1111;
        left: 0;
        background: #d6525a;
    }

    .top-menu ul li {
        width: 100%;
    }

    .top-menu ul li.has-submenu::before {
        right: 30px;
    }

    .top-menu ul li {
        padding: 10px 20px;
    }

    .top-menu ul li.has-submenu ul.sub-menu {
        padding-top: 0;
    }

    .top-menu ul li.has-submenu:hover ul.sub-menu {
        display: none;
    }

    .top-menu ul li.has-submenu ul.sub-menu.active {
        display: block;
    }

    .top-menu ul li.has-submenu:hover::before {
        border-top: 5px solid #ea2e48;
        border-bottom: none;
    }

    .top-menu ul li.has-submenu.active:before {
        border-top: none;
        border-bottom: 5px solid #ea2e48;
    }

    .top-menu ul li.has-submenu {
        cursor: pointer;
    }

    .footer-top-right {
        float: right;

        padding: 10px;
        margin-top: 0px;
    }

    .footer-detail-container.cur-pointer,
    .footer-detail-container-last {
        width: 100%;
        margin: 10px 0;
    }

    .footer-detail-container-last ul li:first-child {
        max-width: 140px;
        margin-left: auto;
        text-align: right;
    }

    .footer-img {
        margin-left: 15px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .footer-content-left {
        border-bottom: 1px solid #7d8aa3;
        float: left;
        width: 100%;
        padding: 15px 0 20px;
    }

    .footer-detail-container-last ul li>span.text {
        margin: 0 0 0 20px;
    }

    .opener {
        position: absolute;
        right: 40px;
        top: 11px;
        display: block;
        width: 25px;
        z-index: 1111;
        background: none !important;
        margin: 0 !important;
        transition: all 0.54 linear;
    }

    .opener span {
        height: 3px;
        float: left;
        width: 100%;
        margin-bottom: 5px;
        background: #fff;
        border-radius: 3px;
        transition: all 0.54 linear;
    }

    ul li.mdrop-down:before {
        display: none;
    }

    ul li.mdrop-down>a:after {
        display: inline-block;
        content: '';
        background-image: url(../images/header/arrow_drop_down.svg);
        background-repeat: no-repeat;
        z-index: 1;
        height: 23px;
        width: 23px;
        background-size: cover;
        vertical-align: middle;
    }

    .menu>li {
        padding-left: 25px !important;
        text-align: left !important;
    }

    .menu>li>a {
        font-size: 24px;
        font-weight: 700;
    }

    .mdrop-down>ul {
        background-color: transparent;
        box-shadow: none;
    }

    .mdrop-down.mactive>ul {
        background: transparent;
        position: inherit;
        width: auto;
        height: auto;
        top: 0;
        margin: 0;
        overflow-y: auto;
        box-shadow: none;
        padding: 0px !important;
    }

    .menu .mdrop-down>ul>li,
    .menu .mdrop-down.mactive>ul>li {
        padding: 0 !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .mdrop-down>ul>li>a {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
    }

    .arc_logo {
        position: relative;
        z-index: 9;
    }

    .mobile_nav .menu {
        padding-top: 0px !important;
    }

    .mobile_nav {
        margin-top: 71px;
    }

    .mobile_nav.active {
        display: block;
    }

    .opener.active span:first-child {
        transform: rotateZ(45deg);
    }

    .opener.active span:nth-child(2) {
        opacity: 0;
    }

    .opener.active span:last-child {
        transform: rotateZ(-45deg);
    }
}

.api_info .table td:first-child,
.api_info .table th:first-child {
    width: 180px;
    padding-left: 20px;
}

.api_info .table td:nth-child(2),
.api_info .table th:nth-child(2) {
    width: 140px;
    padding-left: 20px;
}

.api_info .table td:last-child,
.api_info .table th:last-child {
    padding-left: 20px;
}

.api_info .double-col .table td:last-child,
.api_info .double-col .table th:last-child {
    width: 75%;
    padding-left: 20px;
}

.api_info .table th {
    color: #43484f;
    font-size: 14px;
}

.api_info .table td {
    color: #8591a6;
}

.inner_table_info {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
}

.txt_blue {
    color: #00a8ff !important;
}

.txt_red {
    color: #2D535E !important;
}

.syntax_box {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    background: #f0f0f0;
    max-width: 600px;
    position: relative;
    margin-bottom: 10px;
}

.syntax_box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #7d8aa3;
    content: "";
}

.syntax_box a {
    font-size: 14px;
    color: #00a8ff;
    word-break: break-all;
}

/***** Buttons *****/
.button,
[role="button"] {
    border: 1px solid rgba(206, 32, 73, 1);
    border-radius: 4px;
    color: rgba(206, 32, 73, 1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out,
        color 0.15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    -webkit-touch-callout: none;
}

.plugin-lrn-more-sec {
    text-align: center;
    position: absolute;
    bottom: 20px;
    padding: 0 15px;
    width: 100%;
    left: 0;
}

.plugin-lrn-more-btn {
    border: 1px solid #d6525a;
    color: #d6525a;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.plugin-lrn-more-btn:hover,
.plugin-lrn-more-btn:focus,
.plugin-lrn-more-btn:active {
    background: #d6525a;
    color: #fff;
}

@media (min-width: 768px) {

    .button,
    [role="button"] {
        width: auto;
    }




    i.more-less {
        display: none;
    }


    .tog_mob_div {
        display: block !important;
    }



    .right_mob_div {
        display: none;
    }

    .partner_list_main .partners_data {
        min-height: 475px;
    }
}

.button::after,
[role="button"]::after {
    color: rgba(206, 32, 73, 1);
}

.button:hover,
.button:active,
.button:focus,
.button[aria-selected="true"],
[role="button"]:hover,
[role="button"]:active,
[role="button"]:focus,
[role="button"][aria-selected="true"] {
    background-color: rgba(206, 32, 73, 1);
    color: rgba(228, 204, 204, 1);
    text-decoration: none;
}

.button[aria-selected="true"]:hover,
.button[aria-selected="true"]:focus,
.button[aria-selected="true"]:active,
[role="button"][aria-selected="true"]:hover,
[role="button"][aria-selected="true"]:focus,
[role="button"][aria-selected="true"]:active {
    background-color: #76122a;
    border-color: #76122a;
}

.button[data-disabled],
[role="button"][data-disabled] {
    cursor: default;
}

.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}

.article-vote {
    background: transparent;
    border: 1px solid rgba(206, 32, 73, 1);
    color: rgba(206, 32, 73, 1);
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}

.article-vote::before {
    font-size: 8px;
    margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
    margin-right: 0;
    margin-left: 10px;
}

.article-vote::after {
    content: attr(title);
    /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
    background-color: transparent;
    color: rgba(206, 32, 73, 1);
}

.article-vote:hover {
    background-color: rgba(206, 32, 73, 1);
}

.article-vote:hover::before,
.article-vote:hover::after,
.article-vote[aria-selected="true"]::before,
.article-vote[aria-selected="true"]::after {
    color: rgba(228, 204, 204, 1);
}

.article-vote-up::before {
    content: "\2713";
}

.article-vote-down::before {
    content: "\2715";
}

.api_info.last-child {
    border: none;
}

.article_voting {
    color: #746b6b;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.intro_page .page_title h1 {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
}

.intro_section {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 40px;
    margin-bottom: 40px;
}

.topic_title {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #8591a6;
    margin: 0 0 30px;
    font-weight: 700;
}

.flow_intro {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 60px;
    text-align: center;
}

.flow_intro i {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    color: #7d8aa3;
}

.intro_section p,
.intro_section ol,
.intro_section ul,
.intro_section>ul.things-note-ul li {
    /*
    font-size: 13px;
    line-height: 26px;
    color: #8c8c8c;*/
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #696969;
    font-size: 14px;
}

.intro_section ul {
    padding-inline-start: 40px
}

.intro_section>ul li {
    font-weight: 400;
}

.intro_section>ul.orignal li {
    font-weight: 400;
    color: #8c8c8c;
}

.intro_section p:last-child {
    margin-bottom: 0;
}

.intro_section p b,
.intro_section>ul li {
    color: #43484f;
    font-weight: 700;
    font-size: 13px;
}

.intro_section p b a,
.intro_section p a {
    color: #2D535E;
    font-weight: 700;
}

.intro_page .side-navigation>ul>li.open>a {
    display: inline-block;
    width: 100%;
    background: #2D535E;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.intro_page .side-navigation>ul>li>a {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    color: #43484f;
}

.intro_page .side-navigation>ul>li.open>ul li>a {
    color: #42474f;
    font-size: 12px;
}

.intro_page .side-navigation>ul>li>ul {
    display: none;
}

.intro_page .side-navigation>ul>li.open>ul {
    display: block;
}

#myAffix {
    max-width: 224px !important;
}

.affix-bottom {
    position: relative;
    bottom: 20px;
}

.affix-top {
    position: relative;
}

.intro_section ol li a {
    color: #2D535E;
    font-weight: 700;
}

.intro_section ol li>ul {
    list-style: disc;
    margin-bottom: 0px;
}

.bigger_slogan {
    color: #8591a6;
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.flow_intro img {
    display: inline-block;
}

.mini-points {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #43484f;
    margin-top: 0;
    margin-bottom: 0;
}

ol li b {
    color: #43484f;
}

.intro_section p {
    margin: 0;
    font-weight: normal;
    line-height: 24px;
    color: #696969;
    font-size: 14px;
}

.intro_margin.intro_section p {
    margin-bottom: 10px;
}

.color-white {
    color: #fff !important;
}

.intro_section li {
    line-height: 24px;
    color: #696969;
    font-size: 14px;
    margin-bottom: 10px;
}

.bottom_space {
    margin-bottom: 20px;
}

.intro_section>ul.light_list li {
    font-weight: 300;
    color: #8c8c8c;
}

.intro_section>ul.light_list li b {
    color: #43484f;
    font-weight: 700;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    padding: 12px;
}

.table-responsive i {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.content_scroller {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #7d8aa3;
    font-weight: 700;
    margin-bottom: 20px;
}

.steps_nu {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    position: relative;
}

.steps_nu b:first-child {
    position: absolute;
    top: 0;
    left: 0;
}

code {
    background: none;
    font-family: "Courier";
}

code .b {
    color: #005fff;
}

.code .r {
    color: #ff4559;
}

.code_note {
    padding-left: 30px;
}

.alphbet-small {
    list-style: lower-alpha;
}

.max_sidebar_front_main #myAffix {
    max-width: 305px !important;
}

/*api page style*/

.theme-first-layer.nasa {
    background: url(../images/api/nasa.jpg) no-repeat top center;
    background-size: cover;
}

.slogan-content {
    max-width: 550px;
    width: 100%;
    display: inline-block;
    float: unset;
    font-size: 14px;
    line-height: 25px;
}

.theme-page .head-logo.api {
    width: 210px;
}

.theme-page .head-logo.api {
    background-image: url(../images/api/white-logo.svg);
}

.theme-page .stick .head-logo.api {
    background-image: url(../images/api/black-logo.svg);
}

.apipg_section {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 111;
}

.main-pg-title h1 {
    color: #43484f;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}

.green_txt {
    color: #00c8b2;
}

.icon-grid-area {
    display: block;
    width: 100%;
    max-width: 730px;
    margin: 45px auto 0;
}

.icon-grid-area .row {
    margin-left: -30px;
    margin-right: -30px;
}

.icon-grid-area .col-lg-1,
.icon-grid-area .col-lg-10,
.icon-grid-area .col-lg-11,
.icon-grid-area .col-lg-12,
.icon-grid-area .col-lg-2,
.icon-grid-area .col-lg-3,
.icon-grid-area .col-lg-4,
.icon-grid-area .col-lg-5,
.icon-grid-area .col-lg-6,
.icon-grid-area .col-lg-7,
.icon-grid-area .col-lg-8,
.icon-grid-area .col-lg-9,
.icon-grid-area .col-md-1,
.icon-grid-area .col-md-10,
.icon-grid-area .col-md-11,
.icon-grid-area .col-md-12,
.icon-grid-area .col-md-2,
.icon-grid-area .col-md-3,
.icon-grid-area .col-md-4,
.icon-grid-area .col-md-5,
.icon-grid-area .col-md-6,
.icon-grid-area .col-md-7,
.icon-grid-area .col-md-8,
.icon-grid-area .col-md-9,
.icon-grid-area .col-sm-1,
.icon-grid-area .col-sm-10,
.icon-grid-area .col-sm-11,
.icon-grid-area .col-sm-12,
.icon-grid-area .col-sm-2,
.icon-grid-area .col-sm-3,
.icon-grid-area .col-sm-4,
.icon-grid-area .col-sm-5,
.icon-grid-area .col-sm-6,
.icon-grid-area .col-sm-7,
.icon-grid-area .col-sm-8,
.icon-grid-area .col-sm-9,
.icon-grid-area .col-xs-1,
.icon-grid-area .col-xs-10,
.icon-grid-area .col-xs-11,
.icon-grid-area .col-xs-12,
.icon-grid-area .col-xs-2,
.icon-grid-area .col-xs-3,
.icon-grid-area .col-xs-4,
.icon-grid-area .col-xs-5,
.icon-grid-area .col-xs-6,
.icon-grid-area .col-xs-7,
.icon-grid-area .col-xs-8,
.icon-grid-area .col-xs-9 {
    padding-left: 25px;
    padding-right: 25px;
}

.icon-grid-box {
    display: inline-block;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    min-height: 250px;
    position: relative;
    background: #fff;
}

.icon_vr {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.icon-grid-box p {
    font-size: 14px;
    font-weight: 700;
    color: #43484f;
}

.icon-grid-box:hover p,
.icon-grid-box:hover .api-box-desc {
    color: #2D535E;
}

.api-box-desc {
    font-weight: 300;
    color: #999999;
    padding: 0px 5px;
}

.icon-grid-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

/*---------------------------------------------------*
second-section-api style here
*---------------------------------------------------*/

.grey_bg_area-section {
    display: inline-block;
    width: 100%;
    position: relative;

    padding: 125px 0 0;
}

.grey_bg_area-section .container {
    z-index: 11;
    position: relative;
}

.triangle_top,
.triangle_bottom {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    content: "";
    display: block;
    height: 100%;
    transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    z-index: 1;
}

.triangle_bottom {
    top: unset;
    bottom: -60px;
    height: 115%;
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
}

.cms-content h3 {
    color: #43484f;
    font-size: 14px;
    font-weight: 700;
}

.gr_section {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}

/*.container {
max-width: 970px;
}*/
.cms-content p a {
    font-weight: 700;
    color: #43484f;
}

.tab_section,
.sort_container {
    display: block;
    width: 100%;

    max-width: 680px;
    margin: 35px auto 0;
}

.tab_section ul {
    display: inline-block;
    width: 100%;
    position: relative;
    border: none;
}

.tab_section ul li a {
    padding: 15px 0;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    border: none;
    color: #4a4e62;
    font-size: 14px;
    outline: none;
}

.nav-tabs>li {
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 24%;
    text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    border: none;
    background: #4a4e62;
    color: #fff;
    outline: none;
}

.code-snippet {
    display: inline-block;
    width: 100%;
    background: #8f9cb2;
    border: 10px solid #4a4e62;
    border-radius: 5px;
    min-height: 220px;
    padding: 20px;
    position: relative;
}

.tab-content {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 111;
}

.code-snippet p {
    color: #fff;
}

.code-snippet p.align-center {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    margin: 0;
    left: 0;
    vertical-align: middle;
    display: inline-block;
}

.section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.support_section {
    display: inline-block;
    width: 100%;
    padding: 0 0 100px;
    position: relative;
    margin-top: 100px;
}

.support_section .section-title h4 {
    font-size: 14px;
    color: #353535;
    font-weight: 700;
    margin-top: 0;
}

.support_section .section-title {
    margin-bottom: 0;
}

.dev_content h4 {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #353535;
}

.dev_content p {
    max-width: 270px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: center;
    color: #999999;
}

.theme-page .arcadier-footer {
    position: relative;
    z-index: 111;
}

.over-content {
    position: relative;
    z-index: 111;
}

.dev_icon img {
    display: inline-block !important;
}

.icon_vr img {
    display: block;
    margin: 0 auto;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
}

.icon-grid-box a {
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
}

.icon_vr img.hover {
    display: none !important;
}

.icon-grid-box a:hover .icon_vr img.hover {
    display: block !important;
}

.icon-grid-box a:hover .icon_vr img {
    display: none !important;
}

.dev_icon {
    display: block;
    width: 63px;
    height: 63px;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    line-height: 113px;
    padding: 14px 14px 0px 14px;
    margin: 0 auto;
}

.dev-icon-tmore {
    padding-top: 22px;
}

.theme-page .header-menu {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0;
    margin-left: -3%;
    width: 100%;
    padding: 8px 7.5% 5px;
    line-height: 40px;
    right: 0;
    transition: all 0.4s ease;
}

.theme-page .head-logo {
    background-image: url(../img/white_theme_logo.svg);
}

.theme-page .stick .head-logo {
    background-image: url(../img/arcadier_logo.svg);
}

.theme-first-layer {
    background: url(../img/theme/theme-bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    margin-right: 0;
    float: right;
    width: 100%;
    min-height: inherit;
    padding: 135px 0 175px;
    position: relative;
}

.theme-title-text {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.slogan-content {
    max-width: 550px;
    width: 100%;
    display: inline-block;
    float: unset;
    font-size: 14px;
    line-height: 25px;
}

.align-center {
    text-align: center;
}

.section-title {
    display: inline-block;
    width: 100%;
    margin: 40px 0;
    margin-bottom: 40px;
}

.theme-page .header-menu ul.myMenu>li>ul {
    padding-bottom: 15px;
    padding-left: 25px;
    margin-left: -20px;
}

@media (max-width: 767px) {
    .icon-grid-box {
        margin-bottom: 15px;
    }

    .gr_section {
        padding-top: 20px;
    }

    .grey_bg_area-section {
        padding-top: 20px;
    }

    .enterprise-page .invisible-header,
    .theme-page .invisible-header {
        margin-left: 0;
    }
}

.grey_bg_area-section img {
    margin-top: 20px;
}

.theme-page .apipg_section {
    padding-top: 0;
}

.intro_section ul li a {
    color: #2D535E;
}

.lrnpg-scroll-topbtn i {
    display: inline-block;
    background-image: url("https://www.arcadier.com/learn/assets/images/top_button.svg");
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    background-size: cover;
}

.lrnpg-scroll-topbtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 24px;
}

/*.footer-button {
line-height: inherit !important;
}*/

.grey-header thead {
    background: #f0f0f0;
}

.api_info .grey-header .table {
    display: table-cell;
}

.api_info .grey-header .table td,
.api_info .grey-header .table th:first-child {
    width: 197px;
    vertical-align: baseline;
}

.api_info .grey-header .table th:nth-child(2),
.api_info .grey-header .table td:nth-child(2) {
    width: 355px;
}

.api_info .grey-header .table td:last-child,
.api_info .grey-header .table th:last-child {
    width: auto !important;
    border-right: none !important;
}

.api_info .grey-header a {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.api_info .grey-header ol {
    list-style: none;
    padding-left: 10px;
}

.api_info .grey-header ol li {
    display: inline-block;

    width: 100%;
    margin: 3px 0;
}

.api_info .grey-header ol a,
.api_info .grey-header th a {
    font-weight: 400;
}

.api_info .grey-header .table tr {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
}

.api_info .grey-header .table td,
.api_info .grey-header .table th {
    border-bottom: none;
    border-top: none;
    border-left: none;
}

.api_info .grey-header .table tr td p {
    font-weight: 400;
    color: #4d4d4d;
}

.api_info .grey-header .table tr td:first-child p {
    font-weight: 600;
}

.side-navigation>ul li.q-link,
.intro_page .side-navigation>ul>li.open.q-link>a {
    margin-bottom: 0;
}

.endpoint-table tbody tr:first-child {
    background: #f0f0f0;
}

.table a {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}

.api_info .grey-header ol a:hover,
.api_info .grey-header th a:hover,
.api_info .grey-header a:hover,
.api_info .grey-header a:focus,
.api_info .grey-header ol a:focus,
.api_info .grey-header th a:focus {
    color: #00c8b2;
}

.sub_cat_enpoints li a {
    font-weight: 400 !important;
}

.sub_cat_enpoints li a.sub_end_active {
    font-weight: 700 !important;
}

.table_title.endpoint_rht_h4 {
    background: #4d4d4d;
    color: #fff;
    min-height: 45px;
    margin: 0;
    line-height: 45px;
    padding: 0 15px;
}

.bordered_section {
    display: inline-block;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 35px 0;
    border-radius: 5px;
    margin-top: 50px;
}

.inline {
    display: inline-block;
}

.cms-content.blue h3 {
    color: #4482c3;
}

.blue-btn-doc {
    display: inline-block;
    width: 145px;
    height: 40px;
    background-color: #4482c3;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.fed_main_div .fe_elemet_list {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
}

.fed_main_div .element_data .fe_img_url {
    max-width: 490px;
    max-height: 150px;
    margin-top: 10px;
}

.fed_main_div .fe_elemet_list a {
    font-size: 14px;
    color: #43484f;
    font-weight: 600;
}

.fed_main_div .fe_elemet_list p {
    font-size: 14px;
    color: #43484f;
}

.fed_main_div .element_data .element_data_sing {
    margin-bottom: 45px;
}

.fed_main_div .element_data .table_title {
    font-size: 18px;
    font-weight: bold;
    color: #43484f;
}

.fed_main_div .element_data .element_code {
    background: #42474f;
    width: 100%;
    padding: 20px;
    margin: 25px auto;
    color: #ffffff;
    font-size: 14px;
}

.element_data .element_code_pre pre {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;

    /*white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;*/

    word-wrap: break-word;
    word-break: break-word;

    max-height: 350px;
}

.page-url .page_title {
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
}

.intro_page .page-url .page_title h1 {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: none;
}

.page-url .url-sec span {
    color: #353535;
    font-weight: bold;
    position: absolute;
}

.page-url .url-sec {
    padding: 10px 30px;
    background-color: #f0f0f0;
    margin: auto;
    display: inline-block;
    font-weight: 400;
    color: #4d4d4d;
}

.page-url .url-sec p {
    padding-left: 50px;
}

.page-url .url-sec p:last-child {
    margin: auto;
}

.intro_section>ul.light-list li {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;

    letter-spacing: normal;
    color: #8c8c8c;
    list-style: disc;
}

.intro_section p.m-none {
    margin-bottom: 0;
}

.intro_section ol.dark-list,
.intro_section ol.dark-list a {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #43484f;
}

.intro_section ol li>ol.alpha,
.intro_section ul li>ol.alpha {
    list-style: lower-alpha;
    margin-bottom: 0;
}

.cmnpg-content-sec>.row {
    margin-left: 0px;
    margin-right: 0px;
}

.cmnpg-content-sec {
    margin-top: 72px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.max-left-bar .container {
    max-width: 100%;
}

.intro_section p.m-10 {
    margin-bottom: 10px;
}

.dot-list.space_none,
.dot-list.space_none li {
    margin: 0 !important;
}

.intro_section p .red {
    color: #2D535E;
}

.start-coding-pg ol li {
    margin: 20px 0;
}

.api_info p.Optional {
    font-size: 12px;
    color: #a9bbd7;
    font-weight: 400;
    font-family: Opensans;
    margin-top: 4px;
}

.api_info p.Required {
    font-size: 12px;
    color: #e69b0a;
    font-weight: 400;
    font-family: Opensans;
    margin-top: 4px;
}

.postman-sec {
    margin-bottom: 20px;
}

.expert-partner-link {
    font-weight: 400;
    color: #d5535b;
    font-size: 14px;
}

.postman-txt {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 400;
}

.postmane-sec-link,
.postmane-sec-link:hover {
    background: #ff6c37;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    outline: none;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.w-t-d-section {
    display: block;
}

.catalog-banner {
    display: block;
    width: 100%;
    position: relative;
    min-height: 410px;
}

.over-catalog-search {
    position: relative;
    width: 100%;
    padding-top: 95px;
}

.over-catalog-search h1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
}

.search-bar-catalog {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 50px;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.search-bar-catalog .cat-search {
    float: left;
    width: 100%;
    padding: 0 45px 0 10px;
    border: none;
    height: 40px;
}

.search-bar-catalog .ser-round-square {
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    border-radius: 4px;
    right: 5px;
    border: none;
    background: #2D535E;
    transition: all 0.7s ease;
}

.search-bar-catalog .ser-round-square:hover {
    border-radius: 100%;
}

.search-bar-catalog .cat-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999990;
    opacity: 1;
}

.search-bar-catalog .cat-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #999990;
    opacity: 1;
}

.search-bar-catalog .cat-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #999990;
    opacity: 1;
}

.search-bar-catalog .cat-search:-moz-placeholder {
    /* Firefox 18- */
    color: #999990;
    opacity: 1;
}

.catalog_nav {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
}

.catalog_nav li {
    display: inline-block;
    width: auto;
    margin: 0 6px;
}

.catalog_nav li a {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #c0c0c0;
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #999;
    line-height: 36px;
    padding: 0px 12px;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.catalog_nav li.active a,
.catalog_nav li a:hover,
.catalog_nav li a:focus {
    color: #fff;
    background-color: #2D535E;
    border-color: #2D535E;
}

.pt-70 {
    padding-top: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.plugin_thumb {
    float: left;
    width: 90px;
    height: 90px;
}

.plugin_thumb img {
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    background-color: #ffffff;
    height: 100% !important;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    object-fit: cover;
}

.pl-charge-author {
    float: left;
    width: calc(100% - 90px);
    padding-left: 14px;
    max-height: 90px;
    text-align: right;
    /*  padding-top: 18px;*/
}

.price {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2D535E;
    margin: 0 0 8px 0;
}

.price.free {
    color: #00a8ff;
}

.pl-charge-author h3 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    margin: 0 0 8px;
}

/* styles for '...' */
.pl-charge-author h3 {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 2.4em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: left;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}

/* create the ... */
.pl-charge-author h3:before {
    /* points in the end */
    content: "...";
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.pl-charge-author h3:after {
    /* points in the end */
    content: "";
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

.developer_name_pl {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.developer_name_pl span {
    color: #999;
}

/*.pl_description {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    min-height: 115px;
}*/

.pl_description p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4d4d4d;
    margin-bottom: 0;
}

.mian_plugin_div .mb-50 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.catalog-pagination {
    display: inline-block;
    width: auto;
    padding: 0;
    list-style: none;
}

.catalog-pagination li {
    display: inline-block;
    width: auto;
    margin: 0 10px;
}

.catalog-pagination li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: solid 1px #ff3350;
    line-height: 36px;
    text-align: center;
    color: #ff3350;
    font-size: 14px;
}

.catalog-pagination li.active a {
    background: #ff3350;
    color: #fff;
}

.catalog-onfoot-banner {
    float: left;
    width: 100%;
    position: relative;
    min-height: 260px;
    padding-top: 68px;
    padding-bottom: 89px;
    /*padding-left: 22%;*/
}

.catalog-onfoot-banner .foot-over p {
    color: #fff;
    font-size: 16px;
}

.offer-block {
    background-color: #c43c54;
    background-image: url(../images/red-panel-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.offer-block-wrapper {
    color: #ffffff;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
}

.offer-block-wrapper * {
    color: #ffffff;
}

.offer-block-wrapper h6 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-family: Lato;
}

.offer-block-wrapper h2 {
    font-weight: 800;
    margin-bottom: 25px;
    font-family: Lato;
}

.offer-block-wrapper .btn-theme-border {
    padding-left: 40px;
    padding-right: 40px;
}

.btn-theme-border {
    color: #fff;
    text-align: center;
    border: 2px solid #ffffff;
    background-color: #ff3f71;
    font-weight: 700;
    transition: 0.6s all;
}


.pb-0 {
    padding-bottom: 0;
}

.foot-over {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 11;
}

.foot-over h2 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #fefefe;
}


.plugin_img {
    float: left;
    width: 100px;
    height: 100px;
}

.plugin_img img {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.34);
}

.plugin-top-detail {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;

    background: #f4f6f8;
}

.dev-pl-detail {
    float: left;
    width: calc(100% - 120px);
    padding-top: 30px;
    padding-left: 40px;
}

.dev-pl-detail.expert {
    padding-top: 0;
    width: auto;
}

.dev-pl-detail h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #4d4d4d;
    line-height: normal;
}

.pl_price {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #4d4d4d;
    margin-top: 15px;
    line-height: normal;
}

.add-Plug-in {
    width: 165px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #d5535b;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.cat-descripton-large {
    display: inline-block;
    width: 100%;
}

.plugin-cat-description p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: normal;
    letter-spacing: normal;
}

.plugin-cat-description h3 {
    font-size: 14px;
    color: #4d4d4d;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}

.pt-50 {
    padding-top: 50px;
}

.about-developer-plugin a {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #00a8ff;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 10px;
    vertical-align: middle;
}

.about-developer-plugin a img {
    margin-right: 10px;
    vertical-align: middle;
}

.ver-val {
    color: #4d4d4d;
}

.plug-in-cat-desc {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 700;
}

.media-gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.media-gallery .gallery-item {
    width: 25%;
    padding: 0px 5px;
    margin-bottom: 10px;
    display: block;
    float: left;
}

.media-gallery .gallery-item img {
    max-width: 100%;
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center center;
    -webkit-box-shadow: 10px 8px 7px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 8px 7px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 8px 7px -9px rgba(0, 0, 0, 0.75);
}

.configure-payment-msg {
    color: #d6525a;
    padding: 10px 20px;
    border: solid 1px #d6525a;
    margin: auto;
    margin-top: 20px;
    max-width: 990px;
}

.configure-payment-msg a {
    color: #d6525a;
    font-weight: 700;
    text-decoration: underline;
    outline: none;
}

.lg-outer.lg-visible {
    z-index: 999999;
}

.v-table {
    display: flex;
    align-items: center;
    width: 100%;
}

.v-table>div {
    display: table-cell;
    vertical-align: middle;
}

.v-table .dev-pl-detail {
    float: none;
    padding-top: 0px;
    width: auto;
    padding-left: 30px;
}

.v-table .dev-pl-detail h3 {
    font-size: 24px;
}

.developer_name_pl {
    color: #8796cc;
}

.header-price li {
    vertical-align: middle;
}

.header-price li:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #b3b3b3;
}

.header-price h2 {
    margin: 0;
    /* font-family: "Oswald"; */
    color: #8796cc;
    font-weight: normal;
    font-size: 26px;
}

.header-price p {
    margin: 0;
    color: #999999;
}

section.cate-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.video-item h4 {
    color: #00a8ff;
}

.video-item ._p {
    position: relative;
}

.video-item ._p:after {
    background-image: url(../images/play-btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ekko-lightbox {
    z-index: 9999;
}

.add-Plug-in:hover {
    color: #fff;
}

.slog-content .gain-access a {
    color: #2D535E;
    text-decoration: none;
    outline: none;
}

.add-Plug-in {
    position: relative;
}

.add-Plug-in sup {
    position: absolute;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
    right: 17px;
    top: 6px;
}

.postman-red {
    color: #2D535E !important;
    font-weight: 600;
}

.max_sidebar_front_main .affix-top#myAffix {
    max-width: 100% !important;
}

.max_sidebar_front_main .affix#myAffix {
    max-width: 25% !important;
}

.max-sidebar {
    padding: 0px;
    max-width: 100%;
}

.max_sidebar_front_main {
    padding: 0;
}

.side-navigation {
    padding: 0px 15px;
    /* min-height:550px; */
}

.searchbar {
    padding: 0px 15px;
}

.max-left-bar {
    background-color: #fff;
}

.api-intro-sec {
    margin-bottom: 40px;
}

.api-intro-sec p {
    line-height: 1.656;
    margin-top: 8pt;
    font-weight: 400;
    font-size: 14px;
}

.api-intro-sec h3 {
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #8591a6;
}

.full-width._foo {
    float: none;
    z-index: 999;
    position: relative;
}

.cmn-login-btn {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #2D535E;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    cursor: pointer;
    margin-top: 3px;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.cmn-login-btn:hover {
    background: #990b38;
    color: #fff;
}

.wc-title-sec .topic_title {
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
}

.wc-title-sec {
    padding-bottom: 20px;
}

.wc-blog {
    padding-bottom: 20px;
}

.b-title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #43484f;
    margin-top: 0;
    margin-bottom: 10px;
}

#x_element_60.cm-blog {
    min-height: 336px;
}

.cm-blog {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    min-height: 278px;
    margin-bottom: 10px;
}

.wc-blog p {
    /*line-height: 1.7;*/
    line-height: 24px;
    color: #696969;
    font-size: 14px;
}

.wc-blog li,
.wc-blog li a {
    color: #2D535E;
    margin-bottom: 5px;
    font-weight: 600;
}

.wc-blog li a:hover,
.wc-blog li a:active {
    text-decoration: none;
    color: #4d4d4d;
}

.sec-h {
    width: 50%;
    float: left;
}

.welcome-body .max_sidebar_front_main {
    background-color: #fff;
    /*padding-top: 30px;*/
}

/*.welcome-body .max-left-bar {
    padding-top: 30px;
    background-color: rgb(245, 245, 245);
}*/

.welcome-body .grab_wrapper {
    margin-top: 71px;
}

.welcome-body .header-top-nav {
    display: none;
}


.wc-title-sec .intro_page .page_title h1 {
    padding-bottom: 0px;
    margin-bottom: 15px;
    border-bottom: none;
}

.building-first-plug-in-pg .intro_section p,
.building-first-plug-in-pg .intro_section ol,
.building-first-plug-in-pg .intro_section ul,
.building-first-plug-in-pg .intro_section>ul.things-note-ul li,
.intro_page .intro_section p,
.intro_page .intro_section ol,
.intro_page .intro_section ul,
.intro_page .intro_section>ul.things-note-ul li {
    font-size: 14px;
}

/* Helper Classes */
.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

/* Helper Classes */
.side-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb-2,
.py-2 {
    padding-bottom: .8rem !important;
}

.pt-2, 
.py-2 {
    padding-top: 0.8rem !important;
}

.side-navigation>ul li.custom-margin-20 {
    /*margin-bottom: 25px;*/
    margin-bottom: 10px;
}

.side-navigation>ul:last-child>li:last-child {
    margin-bottom: 0px;
}

/*.full-width._foo:before {
    position: absolute;
    width: 100%;
    left: 0px;
    content: "";
    display: block;
    background-color: #fff;
    height: 20px;
    z-index:99999;
}*/

.color-pink {
    color: #ff48ff !important;
}

.run-time .runTime {
    width: 600px;
    margin: auto;
    margin-top: -35px;
}

.plugin-cat-description .plug-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #353535;
}

.intro_page div.video.size-custom,
.run-time .runTime {
    width: 100%;
}

.searchbar .form-element {
    margin-bottom: 10px;
}

.video-margin-auto .runTime {
    text-align: center;
}

.video-margin-auto .video {
    width: 480px;
    margin: 0 auto;
}

.video-margin-auto .runTime {
    text-align: left;
    width: 480px;
    margin: 0 auto;
}

.video-margin-auto .video iframe {
    width: 100%;
}

.sassy-content p {
    margin: 0 0 25px;
}

.sassy-content ol,
.sassy-content ul {
    padding-left: 0;
    list-style-position: inside;
}

.altering-the-user-interface-through-the-use-of-plug-ins-pg #x_element_3 {
    padding: 20px;
}

.top-menu ul>li>a {
    line-height: 35px;
    font-weight: 600;
}

a.btn-back-catelog {
    font-size: 16px;
    font-weight: 600;
    color: #d5535b;
}

a.btn-back-catelog svg {
    margin-right: 10px;
}

.plug-in-popup {
    background: #43484f;
    max-width: 400px;
    padding: 20px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.plug-in-p-left {
    float: left;
    width: 26%;
    text-align: center;
    margin-top: 5px;
}

.plug-in-p-right {
    float: left;
    width: 74%;
    padding-left: 20px;
}

.plug-in-p-left img {
    max-width: 100%;
    width: 85px;
}

.plug-in-p-right p {
    max-width: 205px;
    color: #fff;
}

.plug-in-p-right p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.close-plug-in {
    position: absolute;
    cursor: pointer;
    width: 10px;
    top: 5px;
    right: 15px;
}

.header-top-nav {
    width: 100%;
    padding-left: 15%;
    background: #353535;
}

.header-top-nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.header-top-nav ul li {
    display: inline-block;
    padding: 5px 15px;
}

.header-top-nav ul li a {
    color: #999999;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.header-top-nav ul li.active {
    background: #d6525a;
}

.header-top-nav ul li.active a {
    color: #fff;
}




.partner_list_main {
    margin: 0 4%;
}

/*.partner_list_main .pt_img {
    max-height: 50px;
}

.partner_list_main .accredition_img {
    max-height: 30px;
}

.pt_media_img {
    max-height: 70px;
}

.accredition_img {
    max-height: 70px;
}

.partner_list_main .partners_data {
    border: 1px solid #353535;
}*/

/*patners list style start here*/
.catalog-banner.partners {
    background: #f0f0f0;
    min-height: 235px;

}

.catalog-banner.partners h1 {
    color: #353535;
    font-size: 24px;
    font-weight: 700;
    text-shadow: none;
    margin-bottom: 15px;
}

.catalog-banner.partners p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 400;
}

.catalog-banner.partners .over-catalog-search {
    padding-top: 50px;
}

/* .eft_sidebar {
    max-width: 282px;
} */

.eft_sidebar h3 {
    margin-top: 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.eft_sidebar h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    margin-top: 0;
}

.eft_sidebar>div {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.eft_sidebar>div.location {
    padding-bottom: 70px;
}


.avg_price {
    display: inline-block;
    width: 100%;
}

.avg_price span {
    padding: 0 15px;
}

.flex_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group.fancy {
    margin-bottom: 5px;
}

.form-group.fancy input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group.fancy label {
    position: relative;
    cursor: pointer;
}

.form-group.fancy label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d8d8d8;

    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}

.form-group.fancy input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #4d4d4d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group.fancy label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8d8d8d;
}

/*sidebar end*/
/*right portion*/

.is-right {
    justify-content: flex-end;
}

.is-left {
    justify-content: flex-start;
}

.top_bar_filter {
    margin-bottom: 27px;
}

.result {
    min-height: 40px;
}

.result strong {
    color: #4d4d4d;
    font-size: 16px;
    margin-right: 12px;
}

.result {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.filter_box span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    margin-right: 30px;
}

.top_bar_filter .fancy_select .form-control {
    width: 201px;
    max-width: 100%;
}

.fancy_select .form-control {
    /*container for custom dropdown arrow*/
    -webkit-appearance: none;
    -moz-appearance: window;
    border: solid 1px #d8d8d8;
    height: 35px;
    padding: 0 45px 0 15px;
    color: #4d4d4d;
    font-size: 14px;
    background: transparent;
    position: relative;
    z-index: 11;
}

.fancy_select {
    position: relative;
}

.fancy_select i {
    position: absolute;
    top: 0;
    left: 87%;
    line-height: 40px;
    color: #999;
    font-size: 18px;
    font-weight: 700;
    z-index: 0;
}

.fancy_select.dark i {
    color: #353535;
    font-size: 18px;
    font-weight: 700;
}

/*right portion end*/
.partner_box {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    min-height: 460px
}

.partners_data .img_fort {
    text-align: center;
    display: flex;
    width: 100%;
    height: 115px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;

}

.partners_data .img_fort img {
    max-height: 80px;
    max-width: 170px
}

.partners_data .partner_info {
    display: flex;
    padding: 15px;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: 1px solid #c2c2c2;
}

.partners_data .partner_info h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    margin-bottom: 0;
}

.partners_data .partner_info p.country_list {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8d8d8d;
    margin-top: 5px;
    margin-bottom: 10px;
}

.country_list i {
    font-size: 16px;
    margin-right: 10px;
}

.partners_data .partner_info p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #4d4d4d;
}

.partners_data .services {
    display: flex;
    padding: 15px;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #c2c2c2; */
}

.partners_data .services h3 {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8d8d8d;
    margin: 0;
}

.partners_data .services p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #8d8d8d;
    height: 64px;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.pl_pagi .paginationa {
    display: inline-block;
    width: auto;
    padding-left: 0;
}

.pl_pagi .catalog-pagination li {
    margin: 0;
}

.pl_pagi .catalog-pagination li a {
    border-radius: 0;
    border-color: #dddddd;
}

.sky-btn {
    width: 110px;
    height: 36px;
    border-radius: 4px;
    background-color: #00ace7;
    color: #fff;
    text-align: center;
    /*line-height: 36px;*/
    margin-right: auto;
}

.grey-btn {
    width: 110px;
    height: 36px;
    border-radius: 4px;
    background-color: #788694;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-left: auto;
}

/* partner detail page style start here*/

.partner-top-detail {

    display: inline-block;
    width: 100%;
    padding: 39px 0px;
    background: #f4f6f8;
}

.partner-top-detail .breadcrumb li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.partner-top-detail .breadcrumb>li+li::before {
    padding: 0 5px;
    color: #4d4d4d;
    content: ">\00a0";
}

.partner-top-detail .breadcrumb li:last-child a {
    color: #d4535b;
    font-weight: 600;
}

.partner_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 5px;
    padding: 15px;
    border: solid 1px #c2c2c2;
    background-color: #fff;
}

.dev-pl-detail.expert h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #353535;
}

.dev-pl-detail.expert .counry_name {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
}

.prj_detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 320px;
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    background-color: #fff;
    text-align: center;
    padding: 24px 38px;
}

.prj_detail .btn-blue {
    max-width: 100%;
    /*width: 245px;*/
    height: 50px;
    border-radius: 4px;
    background-color: #00ace7;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
    font-weight: 700;
    padding: 0
}

.prj_detail p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4d4d4d;
    text-align: center;
}

.prj_detail h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8d8d8d;
    text-align: center;
    margin: 0;
}

.cate-section.prj-ex {
    border-bottom: transparent;
    padding: 0;
}

.cate-section.prj-ex h3 {
    font-size: 16px;
    font-weight: 700;
}

.cate-section.prj-ex p {
    font-size: 16px;
}

.cate-section.prj-ex ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.cate-section.prj-ex ul li {
    width: 50%;
    font-size: 14px;
    list-style: none;
    padding-left: 15px;
    position: relative;
    color: #4d4d4d;
    line-height: 1.9em;
}

.cate-section.prj-ex ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #4d4d4d;
    content: "";
}

.media_g .col-md-4 {
    margin-bottom: 30px;
}

.media_g img {
    width: 100%;
    border: 1px solid #999;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.media_g a {
    display: flex;
    width: 230px;
    height: 130px;
}

.sticky-container .catalog-onfoot-banner {
    padding-left: 260px !important;
}

.call-to-action h4 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #353535;
}

.call-to-action .btn-blue {
    display: inline-block;
    max-width: 100%;
    width: 180px;
    height: 45px;
    border-radius: 4px;
    background-color: #00ace7;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin-top: 25px;
    margin-left: 15px;
    font-size: 16px;
}

.about-developer-plugin.prj>div {
    margin-bottom: 30px;
}

.about-developer-plugin.prj h3 {
    color: #353535;
    margin-bottom: 10px;
}

.about-developer-plugin.prj a {
    color: #00ace7;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.about-developer-plugin.prj p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.services img.accredition_img {
    max-width: 45px !important;
    margin-right: 5px;
}

@media(max-width: 360px) {
    .header-top-nav ul li a {
        font-size: 11px !important;
    }
}

@media(max-width: 767px) {
    .prj_detail {
        width: 100%;
        margin-top: 30px;
    }

    .about-developer-plugin.prj {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .cate-section.prj-ex h3 {
        margin-bottom: 10px;
    }

    .cate-section.prj-ex {
        margin-top: 15px;
    }

    .eft_sidebar {
        max-width: unset;
    }

    .about-developer-plugin.prj>div {
        margin-bottom: 15px;
    }

    .about-developer-plugin.prj a:last-child {
        margin: 0;
    }

    .cate-section.prj-ex {
        margin-bottom: 0;
    }

    .partner_img {
        width: 90px;
        height: 90px;
    }

    .partner-top-detail .breadcrumb li a {
        padding: 15px 0;
        font-size: 14px;
    }

    .cate-section.prj-ex ul li {
        width: 100%;
    }

    .catalog-banner.partners p {
        font-size: 14px;
    }

    .catalog-banner.partners h1 {
        font-size: 20px;
    }

    .page-expert-partner .home-body-layer {
        margin-top: 99px;
        display: block;
    }

    .top_bar_filter {
        margin-top: 20px;
    }

    .catalog-banner.partners {
        min-height: 175px;
    }

    .catalog-banner.partners .over-catalog-search {
        padding-top: 30px;
    }

    .partners_data .img_fort img {
        max-width: 170px !important;
    }

    i.more-less {
        float: right;
    }

    .tog_mob_div {
        display: none;
    }


    .eft_sidebar>div.location,
    .eft_sidebar>div {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #d8d8d8;
    }

    .pt_mmob.pt-70 {
        padding-top: 15px;
    }

    .tog_mob_sg {
        cursor: pointer;
    }


    .mob_sort .flex_wrapper span {
        display: none;

    }

    .mob_sort.pull-right {
        float: unset !important;

    }

    .top_bar_filter .mob_sort .fancy_select .form-control {
        width: 100%;

    }



    .right_desk_div {
        display: none;
    }

    .cat-descripton-large {
        margin-bottom: 30px;
    }

    .about-developer-plugin.prj {
        margin-top: 5px;
    }


}
.badge-icon{margin-bottom: 10px;}
.accredition_img {
    width: 180px;
    max-width: 100%;
}

.prj-ex .pdesc.pdesc_div {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 25px;
}

.prj-ex .pdesc.pdesc_div span {
    color: #4D4D4D !important;
    font-size: 14px !important;
    line-height: 25px !important;
}

ul.pt_office_lt li {
    margin-bottom: 15px;
}

.d-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

.accreditation-icon {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.accreditation-icon:focus,
.accreditation-icon:active,
.accreditation-icon:hover {
    color: #fff;
}

.pl-border-set .pl-author-ico {
    border: 2px solid #C191FA;
    padding: 15px;
}

.pl-border-set .pl-charge-author h3 {
    margin-right: 0px;
}

.sticky-container .sidebar__inner {
    height: calc(100vh - 120px);
    padding-left: 15px;
    padding-right: 15px;
}

.sticky-container .sticky__container-sidebar {
    position: fixed;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
    top: 0;
    margin-top: 71px;
    width: 23%;
    max-width: 260px;
    padding-top: 40px;
    box-shadow: 2px -3px 5px;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
}

.sticky-container .sticky__container-content {
    padding-left: 260px;
}

.sticky-container .eft_sidebar .action_area {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 23%;
    max-width: 260px;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 99;
    border-top: 1px solid #f1f1f1;
}

.sticky-container .eft_sidebar .action_area .flex_wrapper {
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 8px;
}

@media(min-width: 1600px) {
    .sticky-container .sticky__container-sidebar {
        max-width: 16%;
    }

    .sticky-container .sticky__container-content {
        padding-left: 16%;
    }

    .sticky-container .eft_sidebar .action_area {
        width: 16%;
    }
}

@media(max-width: 767px) {
    .sticky-container .sticky__container-sidebar {
        max-width: 100%;
        width: 100%
    }

    .sticky-container .sticky__container-content {
        padding-left: 0;
    }

    .sticky-container .eft_sidebar .action_area {
        width: 100%;
    }

    .sticky-container .sidebar__inner,
    .sticky-container .sticky__container-sidebar {
        height: auto;
        z-index: 11111;
    }

    .sticky-container .sticky__container-sidebar.activeFix {
        padding-top: 0px;
    }

    .eft_sidebar h3 {
        margin-bottom: 0;
        border-color: transparent;
    }

    .eft_sidebar h3.active {
        margin-bottom: 10px;
    }
}

/*example-sdk css*/
.sdk-pg a,
.page-nodejs-sdk a,
.page-php-sdk a {
    color: #2D535E;
    font-weight: 700;
}

.example-sdk-pg .max-left-bar {
    padding-left: 0;
    padding-right: 0;
    background-image: -webkit-linear-gradient(-90deg, #303030 50%, #ffffff 50%);
    background-image: linear-gradient(-90deg, #303030 50%, #ffffff 50%);
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #a6e22e;
}

.example-response__body,
.example-response__headers {
    background-color: rgba(0, 0, 0, 0.6);
}

code[class*="language-"],
pre[class*="language-"] {
    color: #f8f8f2;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -moz-hyphens: none;
    hyphens: none;
}

.example-sdk-pg .code-snippet {
    padding: 0;
    background-color: transparent !important;
    border: none !important;
    min-height: unset;
    border-radius: 0;
}

.example-sdk-pg .code-snippet pre {
    background-color: #353535;
    border-radius: 0;
}

.page-about-sdk ul li {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
}

.catalog-banner.partners {
    padding-top: 0;
}

.sticky-container .sticky__container-sidebar {
    position: fixed;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
    top: 0;
    margin-top: 71px;
    width: 23%;
    max-width: 260px;
    padding-top: 40px;
    box-shadow: 2px -3px 5px;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
}

.sticky-container .sticky__container-content {
    padding-left: 260px;
}

.sticky__container-sidebar.activeFix {
    margin-top: 0px;
}

footer .footer-wrapper,
footer .footer-btm {
    position: relative;
    z-index: 99;
}

.home-body-layer.d-wire {
    margin-top: 100px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.w-t-d-section {
    width: 100%;
}

.desktop {
    display: inline-block;
}

.mobile {
    display: none;
}

@media(max-width: 767px) {

    .catalog-banner,
    .w-t-d-section.pt-70 {
        padding-top: 0;
    }

    .not-finding h4 {
        font-size: 14px;
    }

    .not-finding {
        text-align: center;
    }

    .mian_cplugin_div0 .mb-50 {
        margin-bottom: 30px;
    }
}

@media(max-width: 550px) {
    .pl-author-ico {
        width: 100%;
    }
}

@media(max-width: 990px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
        margin: auto;
    }

    .mian_cplugin_div0 .mb-50 {
        margin-bottom: 30px;
    }

    .foot-over h2 span {
        display: flex;
        width: 100%;
        font-size: 16px;
        justify-content: center;
    }

    .foot-over h2 {
        font-size: 16px;
    }
}

.sdk-pg h1,
.sdk-pg h2,
.nodejs-sdk-pg h1,
.nodejs-sdk-pg h2,
.intro_page h1,
.intro_page h2 {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 35px;
    color: #43484f;
    text-align: left !important;
    font-weight: 700;
}

.sdk-pg .max-left-bar ul,
.intro_page .max-left-bar ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.sdk-pg p,
.sdk-pg p span,
.sdk-pg ul li,
.nodejs-sdk-pg p,
.nodejs-sdk-pg span,
.nodejs-sdk-pg ul li,
.intro_page .max-left-bar ul li,
.intro_page .max-left-bar p {
    color: #999 !important;
    font-size: 14px;
    line-height: 1.7;
}

/*#x_element_8 p {
    border-bottom: 1px solid #e1e1e1;   
    padding-bottom: 30px;
    margin-bottom: 30px;
}*/
.sdk-pg h3,
.sdk-pg h4,
.nodejs-sdk-pg h3,
.nodejs-sdk-pg h3 span,
.nodejs-sdk-pg h4,
.nodejs-sdk-pg h4 span,
.intro_page .max-left-bar h3,
.intro_page .max-left-bar h3 span,
.intro_page .max-left-bar h4,
.intro_page .max-left-bar h4 span {
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-weight: 700;
    color: #43484f !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gr-box {
    display: inline-block;
    width: 100%;
    padding: 25px;
    background: #f5f5f5;
    min-height: 304px;
    margin: 25px 0;
}

.bottom-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.bottom-footer p {
    margin-bottom: 0;
}

.sdk-pg img,
.sdk-pg iframe {
    margin-left: 0 !important;
}

.page-plug-in-marketplace-app .not-finding.desktop {
    text-align: center;
}

span.yt-sec {
    background-color: transparent;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 12px;
    position: absolute;
    top: Calc(50% - 25px);
    left: Calc(50% - 25px);
    border: 5px solid #fff;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 8px solid transparent;
    display: inline-block;
}

.welcome-pg #x_element_51 {
    padding-left: 15px;

}

@media(min-width: 1100px) and (max-width:1200px) {
    .cm-blog {
        min-height: 285px;
    }
}

.page-sdk .max-left-bar img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;

}

header {
    position: fixed;
    z-index: 9999;
}

.sticky-container .sticky__container-sidebar {
    margin-top: 99px;
}

.content-description ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

.content-description img {
    max-width: 100%;
    margin: 10px auto;
    display: block;
}

.api-sidebar.intro_page .side-navigation>ul>li>ul {
    display: block;
}

.category-content.cat-removebr>.doc-main-section {
    padding-bottom: 0px;
    border: none;
}

.category-content.cat-removebr>.doc-main-section+.post-content .doc-main-section {
    padding-top: 0px;
}

.category-content>.doc-main-section .content-title h4 {
    font-size: 24px;
    margin-top: auto;
}

.api-sidebar.intro_page .side-navigation ul {
    padding-top: 5px;
}

.api-sidebar.intro_page .side-navigation>ul li {
    margin-bottom: 5px;
    position: relative;
}

.api-sidebar.intro_page .side-navigation>ul>li>ul a {
    font-weight: 400;
    color: #999;
}

.api-sidebar.intro_page .side-navigation>ul>li>ul a:hover {
    color: #43484F;
}

.sub_category_list ul {
    list-style-type: none;
}

.sub_category_list a.title {
    padding: 5px 0px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.sub_category_list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.sub_category_list li:last-child {
    border-bottom: none;
}

.page-fedocuments .max-sidebar .side-navigation>ul:nth-child(1) {
    padding-bottom: 130px;
}

@media(min-width: 911px) {
    .max_sidebar_front_main .affix#myAffix {
        max-width: 330px !important;
    }
}

.api-sidebar.intro_page .side-navigation ul li.sing-out-icon a {
    color: #43484F;
}

.sing-out-icon {
    position: relative;
}

.sing-out-icon:before {
    content: "\f08b";
    font-family: FontAwesome;
    left: -10px;
    position: absolute;
    top: 0;
}

.side-navigation>ul:last-child {
    padding-bottom: 150px;
}

.welcome-page-style .cm-blog li img {
    display: inline-block;
    padding-left: 7px;
}

.red-paragraph {
    color: #2D535E !important;
}



/* ============ footer============ */
.footer-position-update {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.footer-position-update .row {
    display: flex;
    justify-content: space-between;
}

.footer-position-update .align-items-center {
    align-items: center;
}

/* .footer-position-update label {
    font-weight: 400;
} */

.footer-bottom-bar,
.footer-middle-bar,
.footer-top-bar {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-subscribe-form>label {
    font-weight: 600;
    font-size: 16px;
}

.footer-subscribe-form .input-group {
    border: 4px solid #0fdee4;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}

.footer-subscribe-form .input-group .btn {
    min-height: 38px;
    transition: 0.3s;
    background-color: #384e77;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    outline: none !important;
    box-shadow: none;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 128px;
}

.footer-subscribe-form .input-group input {
    border: none;
    border-radius: 0;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    line-height: 3;
    color: #212529;
}

.footer-subscribe-form .input-group .btn .fas {
    margin-left: 5px;
    font-weight: 600;
}

.footer-subscribe-form .input-group .btn:hover {
    background-color: #f53451;
    border-color: #f53451;
}

.footer-menu {
    margin-bottom: 30px;
}

.footer-menu h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 19.21px;
}

.footer-menu a {
    font-size: 14px;
    font-weight: 600;
    color: #56516f;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-menu a:hover {
    color: #84b3e6;
}

.footer-middle-bar .border-left {
    border-left: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    padding-left: 20px !important;
    border-image-source: linear-gradient(to bottom, #384e77, #19123b);
}

.footer-copyright {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright .border-left {
    padding-left: 20px;
    position: relative;
}

.footer-copyright .border-left:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #fff;
    top: 5px;
    left: 10px;
    bottom: 4px;
}

.ccheckbox {
    min-height: 25px;
}

.ccheckbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    cursor: pointer;
    line-height: normal;
}

.ccheckbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: -1px;
    top: -2px;
    margin-left: 0px;
    border: 2px solid #0fdee4;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.ccheckbox label::after {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: -1px;
    top: -2px;
    margin-left: 0px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #555555;
}

.ccheckbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    width: 0;
    position: absolute;
}

.ccheckbox input[type="checkbox"]:checked+label::after {
    content: "";
    background-image: url("https://beta.arcadier.com/images/checkbox-tik.svg");
    background-size: cover;
    background-position: center;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.ccheckbox input[type="checkbox"]:disabled+label {
    opacity: 0.65;
}

.ccheckbox input[type="checkbox"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.mb-3 {
    margin-bottom: 1.6rem !important;
}

.mb-2 {
    margin-bottom: .8rem !important;
}

.footer-subscribe-form .input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    background-color: #fff;
}

.fa-youtube-icon {
    background-image: url("https://beta.arcadier.com/images/fa-youtube-icon.svg?");
}

.fa-facebook-icon {
    background-image: url("https://beta.arcadier.com/images/fa-facebook-icon.svg?");
}

.fa-linkedin-icon {
    background-image: url("https://beta.arcadier.com/images/fa-linkedin-icon.svg?");
}

.fa-facebook-icon,
.fa-youtube-icon,
.fa-linkedin-icon {
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

.navbar-position .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-right: 10px;
}

.navbar-position {
    flex-direction: row;
    margin-top: 15px;
}

.footer-top-bar .navbar-collapse {
    padding: 0;
}

.footer-position-update footer .d-none {
    display: none;
}

.footer-position-update footer .d-block {
    display: block;
}

.footer-position-update footer .d-lg-block {
    display: block;
}

.footer-position-update footer .d-lg-none {
    display: none;
}

.navbar-brand-logo {
    display: block;
}

.navbar-brand-logo img {
    max-height: 30px;
}

.pt-4 {
    padding-top: 2.5rem;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #353535;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    z-index: 9999;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.error {
    background-color: #f00;
}

#snackbar.success {
    background-color: #008000;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.footer-subscribe-form .error-con {
    border: 2px solid var(--primary-color) !important;
}

.ccheckbox .error-con+label::before {
    border: 2px solid var(--primary-color) !important;
}

@media(min-width: 1200px) {
    footer .container {
        width: 1140px;
        padding-right: 12px;
        padding-left: 12px;
    }

    footer .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    footer .row .col-lg-1,
    footer .row .col-lg-10,
    footer .row .col-lg-11,
    footer .row .col-lg-12,
    footer .row .col-lg-2,
    footer .row .col-lg-3,
    footer .row .col-lg-4,
    footer .row .col-lg-5,
    footer .row .col-lg-6,
    footer .row .col-lg-7,
    footer .row .col-lg-8,
    footer .row .col-lg-9,
    footer .row .col-md-1,
    footer .row .col-md-10,
    footer .row .col-md-11,
    footer .row .col-md-12,
    footer .row .col-md-2,
    footer .row .col-md-3,
    footer .row .col-md-4,
    footer .row .col-md-5,
    footer .row .col-md-6,
    footer .row .col-md-7,
    footer .row .col-md-8,
    footer .row .col-md-9,
    footer .row .col-sm-1,
    footer .row .col-sm-10,
    footer .row .col-sm-11,
    footer .row .col-sm-12,
    footer .row .col-sm-2,
    footer .row .col-sm-3,
    footer .row .col-sm-4,
    footer .row .col-sm-5,
    footer .row .col-sm-6,
    footer .row .col-sm-7,
    footer .row .col-sm-8,
    footer .row .col-sm-9,
    footer .row .col-xs-1,
    footer .row .col-xs-10,
    footer .row .col-xs-11,
    footer .row .col-xs-12,
    footer .row .col-xs-2,
    footer .row .col-xs-3,
    footer .row .col-xs-4,
    footer .row .col-xs-5,
    footer .row .col-xs-6,
    footer .row .col-xs-7,
    footer .row .col-xs-8,
    footer .row .col-xs-9 {
        padding-right: 12px;
        padding-left: 12px;
    }

    .footer-subscribe-form .input-group .btn {
        font-size: 16px;
    }

}

@media(min-width: 1400px) {
    footer .container {
        width: 1320px;
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* ============ footer============ */
.text-left {
    text-align: left;
}

footer {
    font-family: var(--font-Quicksand);
}

.mb-24{
    margin-bottom: 24px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-8 {
    margin-bottom: 8px;
}

.footer-content .address, .social-wrapper{
    margin-top: 16px;
}

.footer-content.right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.footer-page-list h5 {
    font-size: var(--size-16);
    color: var(--light-purple);
    font-weight: 600;
    font-family: var(--font-Quicksand);
}

.primary-light-purple {
    color: var(--light-purple);
    font-weight: 500;
}

#footer .ps-0 {
    padding-left: 0;
}

#footer.mb-0 {
    margin-bottom: 0;
}

#footer .mt-4 {
    margin-top: 1.5rem;
}

#footer .ms-4 {
    margin-left: 1.5rem;
}

#footer .justify-content-between {
    justify-content: space-between;
}

#footer .flex-column {
    flex-direction: column;
}

#footer .d-flex {
    display: flex;
}

#footer.footer-position-update footer {
    padding: 40px 0px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#footer ul li {
    list-style: none;
}

#footer .social-wrapper li:not(:first-child) {
    margin-left: 10px;
}

#footer .footer-wrapper {
    background: url(https://www.arcadier.com/images/2023/footer-background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 20px;
    padding: 30px;
}

#footer .footer-content {
    text-align: left;
}

#footer .footer-txt {
    font-size: var(--size-16);
    font-weight: 400;
    color: var(--light-purple);
    margin-bottom: 0;
    font-family: var(--font-Quicksand);
}
#footer ::placeholder{
    font-family: var(--font-Quicksand);
}

#footer .footer-footer-details {
    padding: 50px;
    text-align: center;
}

#footer .after-icon:before {
    content: '\7c';
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 10px;
}

#footer .footer-page-link a {
    color: var(--primary-color);
    font-size: 18px;
    font-family: var(--font-Quicksand);
}

#footer .after-icon:before {
    content: '\7c';
    font-family: 'FontAwesome';
    font-size: 18px;
    margin-right: 10px;
}


#footer .social-wrapper {
    display: flex;
    justify-content: start;
}

#footer .social-page-link {
    display: flex;
    justify-content: end;
}

#footer .footer-subscribe-form .input-group {
    background-color: #fff;
    border: 2px solid var(--primary-color);
}

#footer .footer-subscribe-form .input-group .btn {
    background-color: var(--primary-color);
    color: #fff;
}

#footer .footer-subscribe-form>label {
    font-weight: 600;
    font-size: 14px;
    color: var(--bs-body-color);
}

#footer .ccheckbox label::before {
    border: 2px solid var(--primary-color);
}

#footer .social-wrapper {
    margin-top: 16px;
    margin-bottom: 1rem;
}

#footer .social-wrapper-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer .ccheckbox label {
    color: var(--bs-body-color);
    font-weight: 500;
}



/* header */
#header {
    border-bottom: 1px solid #ddd;
}

#header img {
    max-width: 100%;
}

header {
    left: 0;
    right: 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav {
    list-style: none;
}

.list-property {
    /* margin-left: 1.43em; */
    font-size: 14px;
    font-weight: 600;
}


header .nav-link.show:before,
header .navbar-megamenu .open .nav-link:before,
header .nav-link:hover:before {
    background-color: unset;
}

header .header-main .nav-wrapper .main-nav li>a {
    font-family: var(--font-Quicksand);
    color: #282c3a;
}
 
header .header-main .nav-wrapper .main-nav li>a:focus,
header .header-main .nav-wrapper .main-nav li>a.active {
    color: var(--primary-dark-light-red);
} 

header .header-main .nav-wrapper .main-nav li>a.home-blue-link-express {
    color: #0F58AA;
}

/* header .header-main .nav-wrapper .main-nav li>a.active::after,
header .header-main .nav-wrapper .main-nav li>a:hover::after {
    all: unset;
} */

header .btn {
    font-family: "Quicksand", sans-serif;
    border-radius: 8px;
    height: 32px;
    font-size: 14px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
}

header .btn-login {
    color: #fff !important;
    background-color: #131921;
    padding: 12px 24px !important;
}

header .btn-danger {
    color: #fff !important;
    background-color: var(--primary-red-color);
    padding: 12px 12px !important;
    border-color: var(--primary-red-color) ;
}
header .btn-danger:hover{
    background-color: #2D535E;
}


header .btn-login:hover {
    opacity: 0.8;
}
/* 
header .header-main .nav-wrapper .main-nav li>a:hover {
    color: unset;
} */


header .header-main .nav-wrapper .main-nav {
    align-items: center;
    gap: 20px;
}

.justify-content-end {
    justify-content: end !important;
}

.border-bottom-dark {
    border-bottom: 1px solid #ddd;
}

header .megamenu-cdesign {
    max-width: 85%;
    margin: 15px auto;
}

header .megamenu-cdesign .col-megamenu {
    padding-bottom: 10px;
}

header .megamenu-cdesign h6.title {
    font-weight: 400;
    margin-bottom: 10px;
    color: #2D535E;
    font-size: 14px;
    font-family: var(--font-Quicksand);

}

header .ul-list-flex ul {
    display: flex;
    flex-wrap: wrap;
}

header .ul-list-flex ul li {
    width: 25%;
}

header .megamenu-cdesign .col-megamenu a {
    color: #0C062E !important;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700 !important;
}

header .megamenu-cdesign .col-megamenu a:hover {
    color: #2D535E;
}

header .megamenu {
    padding: 1rem;
}

header .dropdown-menu {
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
    border: none;
    top: 45px;
}

@media only screen and (min-width: 992px) {
    header .dropdown-menu {
        position: absolute;

    }

    header .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/* ---- for footer update api.arcadier.com/expert-partner 1-8-23 */

.page-expert-partner #footer .footer-subscribe-form>label,
.page-expert-partner #footer .ccheckbox label,
.page-expert-partner #footer .footer-subscribe-form .input-group .btn{
    font-family: var(--font-Quicksand);
}
.page-expert-partner #footer .footer-subscribe-form .input-group .btn{
    font-size: 16px;
}

.page-plug-in-marketplace-app #footer .ccheckbox{ 
    margin-left: 0px;
}

@supports (-moz-appearance: none) {
/*    .page-expert-partner #footer .ccheckbox{
        margin-left: -5px !important;
     }*/

     /* plug-in-marketplace */
     .page-plug-in-marketplace-app #footer .ccheckbox{
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-left: 0px;
     }
     /* for footer */
     /* .ccheckbox label::after {
        left: -3px;
        top: -2px;
    } */
    
 }

 /* for beta */
 .page-welcome.welcome-body #footer .footer-subscribe-form>label,
.page-welcome.welcome-body #footer .ccheckbox label,
.page-welcome.welcome-body #footer .footer-subscribe-form .input-group .btn{
    font-family: var(--font-Quicksand);
}
.page-welcome.welcome-body #footer .footer-subscribe-form .input-group .btn{
    font-size: 16px;
}
.row.footer-page-list.pages-info{
    margin: -10px -45px ;
    width: 100%;
}

/* for header */
.ul-list-flex ul li{
    width: 33.33%;
}
.ul-list-flex.col3-size ul li {
    width: 33.33%;
}
header .header-main .nav-wrapper .main-nav li.has-sub>.sub-nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.1s, opacity 0.1s linear;
}

header .header-main .nav-wrapper .main-nav li.has-sub:hover>.sub-nav {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
/*  */
/* .btn-danger{
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn{
--bs-btn-padding-x: 0.75rem;
--bs-btn-padding-y: 0.375rem;
--bs-btn-font-family: ;
--bs-btn-font-size: 1rem;
--bs-btn-font-weight: 400;
--bs-btn-line-height: 1.5;
--bs-btn-color: #212529;
--bs-btn-bg: transparent;
--bs-btn-border-width: 1px;
--bs-btn-border-color: transparent;
--bs-btn-border-radius: 0.375rem;
--bs-btn-hover-border-color: transparent;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
font-size: var(--bs-btn-font-size);
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
color: var(--bs-btn-color);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
border-radius: var(--bs-btn-border-radius);
background-color: var(--bs-btn-bg);
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in      
  
} */
header .nav-link.show:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background-color: var(--primary-color);
    bottom: 0px;
}
header .nav-link {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header .header-main .nav-wrapper .main-nav li>a:hover::after {
    content: '';
    display: block;
    border-bottom: 4px solid var(--primary-color);
    padding-top: 5px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
}
.nav-wrapper.justify-content-end .list-property {
    /* margin-left: 1.44em; */
    font-size: 14px;
    font-weight: 600;
}
header .header-main .nav-wrapper .main-nav li>.btn.btn-danger:hover::after ,
header .header-main .nav-wrapper .main-nav li>.btn.btn-login:hover::after {
    border-bottom: none !important;
}
header .header-main .nav-wrapper .main-nav li>a:hover::after {
    border-bottom: none !important;
}
header .megamenu-cdesign .col-megamenu a:hover{
    color: var(--primary-red-color) !important;
}


/* footer border bottom */

.footer-border-bottom{
   height: 1px;
   display: flex;
   border-top: 1px solid #dee2e6;
   order: 5;
   width: 100%;
   margin: auto;
   opacity: 1;
   margin-bottom: 40px;
}
.page-welcome.welcome-body .footer-position-update ,
.page-sandbox-marketplace .footer-position-update  ,
.page-customising-on-scale-and-enterprise .footer-position-update,
.page-developer-dashboard-account .footer-position-update{
    position: static;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.page-welcome.welcome-body .footer-position-update .row ,
.page-sandbox-marketplace .footer-position-update .row ,
.page-customising-on-scale-and-enterprise .footer-position-update .row ,
.page-developer-dashboard-account .footer-position-update .row {
   width: auto;
}
.page-welcome.welcome-body .row.footer-page-list,
.page-sandbox-marketplace .row.footer-page-list,
.page-customising-on-scale-and-enterprise .row.footer-page-list,
.page-developer-dashboard-account .row.footer-page-list{
  margin-left: -40px;
}
.page-welcome.welcome-body footer .container ,    
.page-sandbox-marketplace footer .container ,    
.page-customising-on-scale-and-enterprise footer .container ,    
.page-developer-dashboard-account footer .container {    
    width: 100%;
}
/*  */
.page-welcome.welcome-body #footer .social-page-link {
    gap: 15px;
 }

 
 /*---------*/
 /*.featurespg-main-container { padding-top: 100px; width: 90%; margin: 0 auto; }*/
.featurepg-inner-wrapper h3 { color: #43484F; font-size: 30px; border-bottom: 2px solid #e1e1e1; padding-bottom: 15px; padding-top: 15px; margin-bottom: -2px !important; }
.featurepg-inner-wrapper h5, .incident-right-sec h5 { font-size:17px; color: #b3b3b3;font-weight: bold; }
.featurepg-inner-wrapper h5 span, .incident-right-sec h5 span { display: inline-block; margin-left: 10px; margin-right: 10px; }
/*.featurepg-container-sec { margin-left: -2.5%; margin-right:-2.5%; margin-top: 0px; margin-bottom: 50px; }*/
.featurepg-left-sec { width: 280px; float: left; background-color: #f0f0f0; border: 2px solid #e1e1e1;padding-left: 20px;padding-bottom: 50px;padding-right: 20px;}
.featurepg-right-sec{ width: Calc(93% - 280px); float:left; padding-left: 80px;	 }
.incident-right-sec{ width: Calc(93% - 280px); float:left; padding-left: 50px;}
.incident-big-title { color: #353535; font-size: 28px; border-bottom: 1px solid #e1e1e1; padding-bottom: 10px; margin-bottom: 10px;}
.incident-lst-ind { display: table; width: 100%;}
.status_report {margin-left: -14px; border-radius: 50%; border: 2px solid #e1e1e1; background: #FFF; width: 26px;height: 26px;display: flex;align-items: center;justify-content: center;}
.incident-list-left-sec span.red { vertical-align: middle; padding: 8px; margin: 3px; border-radius: 50%; background: #2D535E; display: inline-block; }
.incident-list-left-sec span.green { vertical-align: middle; padding: 8px; margin: 3px; border-radius: 50%; background: #00c56c; display: inline-block; }
.incident-right-sec p.color-red { color: #2D535E; font-weight: bold; }
.incident-right-sec p.color-green { color:#00c56c; font-weight: bold; }
.red-big-title {color: #2D535E; font-weight: bold; font-size: 16px;}
.green-big-title {color: #00c56c; font-weight: bold; font-size: 16px;}
.incident-right-sec .incident-list-left-sec {  display:table-cell; vertical-align: middle; padding-right: 20px; }
.incident-list-right-sec-two { display: table-cell; vertical-align: middle; border-bottom: 1px solid #e1e1e1;  font-size: 12px; color: #999; padding-bottom: 10px; width: 140px; }
.incident-list-right-sec { display: table-cell; vertical-align: middle; border-bottom: 1px solid #e1e1e1; padding-bottom: 20px; width: Calc(100% - 200px); padding-right: 30px;}
.incident-title { font-size: 16px; font-weight: 600; color: #43484F; padding-bottom: 10px; }
.incident-title a{font-size: 16px; font-weight: 600; color: #43484F;}
.incident-lst-ind-desc-areasec { font-size: 12px; color: #999;}
.incident-detail-box { margin-bottom:20px;}
.incident-detail-title { font-size: 16px; font-weight: 600; color: #43484F; padding-bottom: 5px; }
.server-status-title { margin-top: 20px;}
.server-status-title a.active { padding-left: 15px;}
.status-read-more, .status-read-more:hover, .status-read-more:focus {color: #494949; font-size: 12px; text-decoration: none;}
.featurepg-inner-wrapper h5 a, .incident-right-sec h5 a{ color: #2D535E;  }
.featurepg-lsidebar h3 { border-bottom: 2px solid #e1e1e1; padding-bottom: 10px; font-size: 16px; padding-top: 20px;color: rgba(0, 0, 0, 0.8);font-weight: 600;     padding-top: 10px;
    padding-left: 10px;margin-top: 0px;margin-bottom: 0px;}
.featurepg-lsidebar ul { list-style:none; }
.featurepg-lsidebar > div#sdbr_accordion { margin-top: 20px; }
.featurepg-lsidebar > div a { color: #999; display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px;font-size: 16px; }
.featurepg-lsidebar > div a.active, .featurepg-lsidebar > div a:hover { text-decoration:none; background-color:#43484F; color:#fff; }
.featurepg-rsidebar h2 {margin-bottom: 15px; border-bottom: 2px solid #e1e1e1; margin-top: 25px;
    color: #4d4d4d;
    font-weight: 700;
    display: block;
    font-size: 18px;
    border-bottom: none;}
.notified-email{
        padding-bottom: 20px;
}
.featurepg-lst-ind a { color: red; 
    /* font-size: 16px; */
 }
/* .featurepg-lst-ind a { color: #8591A6; font-size: 20px; } */
.featurepg-lst-ind a:hover { text-decoration:none; }
.featurepg-sdbr-subcat div a { padding-left:25px;}
h5.featurepg-breadcrumb-sec  a  { color:#b3b3b3; }
h5.featurepg-breadcrumb-sec  a:hover { text-decoration:none;}
h5.featurepg-breadcrumb-sec  a.active { color:rgba(0, 0, 0, 0.7); text-decoration:none; }
.featurepg-desc-areasec ul { margin-left:0px; padding-left:40px; }
.featurepg-desc-areasec img { max-width:100%; }
/* .featurepg-desc-areasec{
     color: #999999;
    font-size: 16px;
    line-height: 1.4;
} */
.featurepg-desc-areasec{
    color: #43484f  ;
    font-size: 14px;
    line-height: 1.4;
}
/*.featurepg-right-sec { padding-top: 20px; }*/
.featurepg-acrd-title a { font-size: 28px; color: #43484F; padding-bottom: 20px; display: block; text-decoration:none; }
.featurepg-acrd-subcat a { color: #8591A6; font-size: 18px; display: inline-block; padding-top: 8px; padding-bottom: 8px; }
.featurepg-acrd-subcat a:hover{ text-decoration:none; }
.featurepg-acrdsubcat-inner { padding-bottom: 20px; }
.featurepg-cat-acrdsec  .panel { margin-bottom: 20px; border-bottom: 2px solid #e1e1e1; box-shadow: none; border-radius: 0; }
.featurepg-lsidebar > div a:focus{ text-decoration:none;  }
.incident-right-sec .featurepg-lst-areasec { border-left: 2px solid #e1e1e1; }
.featurepg-catsub-acrdsdbr.panel {  background-color: Transparent; box-shadow: none; border: none; margin-bottom: 0; }
.featurepg-catsub-lstsdbr a { padding-left: 20px; }
/* .featurepg-catsub-lstsdbr { padding-left: 15px; } */
.featurepg-catsub-lstsdbr { padding-left: 15px; height: 100% !important; }
/*.featurepg-right-acrdsec { padding-top: 30px; }*/
/*.featurepg-left-sec .featurepg-lsidebar a h3{ color:#353535; }*/
.featurepg-left-sec .featurepg-lsidebar a:hover { text-decoration:none; }
.featurepg-right-acrdsec .featurepg-rght-stitle{ font-size: 14px; color: #999; margin-top: 14px; }
.featurepg-right-acrdsec .featurepg-brght-line{ margin-top: 12px; }
.featurepg-lsidebar h3.no-border{ border:none;}
.margin-bottom { margin-bottom: 20px;}
.faqdtlspg-brdcrumb-sec{ margin-bottom: 10px; }
.faqdtlspg-brdcrumb-sec a { color: #999; display: inline-block; }
.faqdtlspg-brdcrumb-sec a:hover{ text-decoration:none; color:#43484F; }
.faqdtlspg-brdcrumb-sec span{ display:inline-block; margin-left:5px; margin-right:5px; }
.load-more-action { margin-bottom: 25px; }
.error-con, .has-error {border: 1px solid var(--main-color)!important;}
.main-title-updates {font-size: 18px;font-weight: bold;color: #4d4d4d;}
.cat-display{margin-bottom:20px}
.cat-display a{color:#4d4d4d;font-weight:700;margin-bottom:10px;display:block;font-size:18px}.cat-desc{color:#999;font-size:16px;line-height:1.4}.css-pagination{justify-content:center}.css-pagination a:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}
.css-pagination a.current{background-color:#ff3f71;color:#fff;font-weight:600}
.css-pagination a{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;background-color:#fff;border:1px solid #c2c2c2;color:#4d4d4d;cursor:pointer;text-decoration:none}
.css-pagination a:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}
.css-pagination {justify-content: center;display: flex;}
 /*---------*/