/***** Custom CSS Start Here *****/
.single-quote .single-quote-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-quote .profile-img {
    width: 120px;
    margin: 0 30px 0 0;
}

.single-quote .profile-img img {
    border-radius: 50%;
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-quote .profile-desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    position: relative;
}

.single-quote .profile-desc:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -10px;
    top: 5px;
    background-image: url(../../images/quote-left.png);
    width: 5px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.single-quote .profile-desc .profile-info:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -10px;
    top: 5px;
    background-image: url(../../images/quote-left.png);
    width: 5px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.single-quote .profile-desc .profile-info p {
    margin-bottom: 15px;
}

.single-quote .profile-desc .profile-info p:last-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: auto;
    margin-top: 5px;
    margin-left: 5px;
    background-image: url(../../images/quote-left.png);
    width: 5px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    -webkit-transform: scale(-1.1);
    transform: scale(-1.1);
}

.single-quote .profile-desc .profile-info p:last-child {
    margin-bottom: 0;
}

.single-quote .profile-desc .author-info {
    margin-top: 20px;
}

.single-quote .profile-desc .author-info .author-name {
    display: block;
    width: 100%;
    color: var(--jungle-green);
    font-weight: 700;
}

.single-quote .profile-desc .author-info .author-col {
    display: block;
    width: 100%;
    font-size: var(--fs16);
}

.column-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
}

.column-two li {
    max-width: calc(50% - 20px);
    width: 100%;
}

.column-two li:last-child {
    border-bottom: 1px solid var(--border-gray);
}

.resource-content-section {
    margin-bottom: 60px;
}

.resource-content-section:last-child {
    margin-bottom: 0;
}

.modal-body iframe {
    width: 100%;
    display: block;
    line-height: 1;
}

.team-video-popup .modal-dialog {
    width: 100%;
    margin: 0px auto 0;
    max-width: 700px;
}

.team-block .content-img {
    max-width: 100%;
}

.width-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.advantage-plan.style-two .line-draw.left-style-9 {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.advantage-plan.style-two .line-draw.left-style-9 img {
    max-width: 800px;
}

.advantage-plan.style-two .title-view {
    max-width: 100%;
}

.advantage-plan.style-two .col-row .package-item {
    height: 100%;
    /* max-width: 550px; margin: 0 auto 0; height: 100%; */
}

.advantage-plan.style-two .col-row .package-item .package-details ul.check-ic-listing li {
    border-bottom: none;
}

.advantage-plan.style-two .col-row .package-item .package-details ul.check-ic-listing li:last-child {
    border-bottom: none;
}

.category-view .above-jump-nav-copy {
    display: none;
}

#homepage-tag .page-title {
    display: block;
}

.testimonials-layout .single-quote-row {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.65);
    padding-bottom: 60px;
}

.testimonials-layout .single-quote-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.box-shadow-grid .col-row {
    margin-bottom: 1.5rem;
}

.box-shadow-grid .item-list {
    background-color: var(--body-bg);
    border: 1px solid var(--light-border-color);
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.09);
    padding: 50px 35px;
    position: relative;
    height: 100%;
}

.accordion-layout .accordion-item {
    border: none;
    background: transparent;
}

.accordion-layout .accordion-item .accordion-header .accordion-button {
    outline: none;
    background-color: var(--body-bg);
    border: 1px solid var(--light-border-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
    height: inherit;
    line-height: normal;
    padding: 20px 25px;
    font-size: var(--fs22);
    color: var(--cod-grey);
}

.accordion-layout .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
    color: var(--jungle-green);
}

.accordion-layout .accordion-collapse {
    background-color: var(--body-bg);
    border: 1px solid var(--light-border-color);
    border-top: none;
}

.accordion-layout .accordion-collapse .accordion-body {
    padding: 25px;
}

.tabs .nav.nav-tabs {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.tabs .nav.nav-tabs .nav-link {
    height: inherit;
    border-bottom: 1px solid transparent;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pricing-calculator {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin: 40px 0 0 0;
}

.pricing-calculator .col-left {
    height: 100%;
    background-color: var(--body-bg);
    border: 1px solid var(--light-border-color);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
    position: relative;
}

.pricing-calculator .col-left .box-heading {
    margin: 0;
    padding: 0;
    font-size: var(--fs26);
    color: var(--cod-grey);
    font-weight: 700;
}

.pricing-calculator .col-left .box-heading .pricing-copy {
    margin: 15px 0 0 0;
    font-size: var(--fs14);
    font-weight: normal;
}

.pricing-calculator .col-left .calculator-table-row {
    margin: 30px 0 0 0;
}

.pricing-calculator .col-left .calculator-table-row table {
    width: 100%;
}


.pricing-calculator .col-left .calculator-table-row table .calc-divider {
    background-color: rgba(151, 151, 151, 0.65);
    width: 100%;
    height: 1px;
}

.pricing-calculator .col-left .calculator-table-row table .calculator-month-input td,
.pricing-calculator .col-left .calculator-table-row table .calculator-course-input td {
    padding-bottom: 10px;
}


.pricing-calculator .col-left .calculator-table-row table .month-cost,
.pricing-calculator .col-left .calculator-table-row table .course-cost {
    font-size: var(--fs16);
    padding-left: 10px;
}

.pricing-calculator .col-left .calculator-table-row table .total-cost-row td,
.pricing-calculator .col-left .calculator-table-row table .average-cost-row td {
    padding-top: 10px;
}

.pricing-calculator .col-left .calculator-table-row table .total-text {
    font-weight: 600;
    padding-right: 21px;
    font-size: var(--fs16);
}

.pricing-calculator .col-left .calculator-table-row table .average-text {
    font-weight: 600;
    padding-right: 21px;
    font-size: var(--fs14);
}

.pricing-calculator .col-left .calculator-table-row table input {
    border: 1px solid var(--cod-grey);
    height: 36px;
    width: 100%;
    border-radius: 0;
    padding: 6px 10px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pricing-calculator .col-right {
    height: 100%;
    background-color: var(--jungle-green);
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing-calculator .col-right .cost-info-row {
    display: block;
    width: 100%;
}

.pricing-calculator .col-right .cost-info-row .cost-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.pricing-calculator .col-right .cost-info-row .cost-info:last-child {
    margin-bottom: 0px;
}

.pricing-calculator .col-right .cost-info-row .cost-info .right-side-cost {
    font-size: var(--fs24);
    font-weight: 700;
}

.pricing-calculator .col-right .cost-info-row .cost-info .right-side-cost .side-cost-plus {
    font-size: var(--fs22);
    position: relative;
    top: -5px;
}

.pricing-calculator .col-right .footnote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: var(--fs13);
    line-height: 20px;
    color: var(--white);
    margin-top: 20px;
}

.table-blocks .highliht-row {
    background: var(--jungle-green);
    color: var(--white);
}

.table-blocks .highliht-row strong {
    color: var(--white);
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
    border: 1px solid #ddd;
    padding: 6px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto;
    height: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}

.wp-caption {
    margin-top: 0.4em;
}

.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
    border-color: #eee;
}

.wp-caption .wp-caption-text {
    color: #666;
    font-family: Georgia, serif;
    font-size: var(--fs12);
}

.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
    position: relative;
}

.wp-caption .wp-caption-text:before {
    color: #666;
    content: '\2014';
    font-size: var(--fs14);
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px;
}

.wp-caption img {
    border-color: #eee;
}

.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
    background: var(--white);
    border-color: #ddd;
}

.static-detail-layout .featured-post-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.static-detail-layout .featured-post-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.static-detail-layout .post-skips-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.static-detail-layout .post-skips-list .post-skip {
    background: var(--white);
    padding: 10px 16px;
    border-radius: 30px;
    font-size: var(--fs18);
    display: block;
    line-height: 20px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #d5d5d5;
    color: var(--cod-grey);
}

.static-detail-layout .post-skips-list .post-skip:hover {
    color: var(--jungle-green);
    border: 1px solid var(--jungle-green);
}

.static-detail-layout .post-info-footer {
    margin: 40px 0 0 0;
}

.static-detail-layout .post-info-footer .author-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.static-detail-layout .post-info-footer .author-content .author-thumb {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background-color: #CCC;
    border: 2px solid #CCC;
}

.static-detail-layout .post-info-footer .author-content .author-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.static-detail-layout .post-info-footer .author-content .author-date {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-left: 20px;
}

.static-detail-layout .post-info-footer .category-links {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.static-detail-layout .post-info-footer .category-links>span {
    color: var(--flamingo);
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.static-detail-layout .post-info-footer .category-links ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.static-detail-layout .post-info-footer .category-links ul li {
    margin: 0 3px;
    padding: 0;
    border: none;
}

.static-detail-layout .post-info-footer .category-links ul li:before {
    display: none;
}

.static-detail-layout .post-info-footer .category-links ul li a {
    position: relative;
}

.static-detail-layout .post-info-footer .category-links ul li a:after {
    content: ",";
    display: inline-block;
}

.static-detail-layout .post-info-footer .category-links ul li:last-child a:after {
    display: none;
}

.static-detail-layout .primary-right-content ol {
    list-style-type: decimal;
    counter-reset: li-counter;
    margin: 30px 0;
    padding: 0;
}

.static-detail-layout .primary-right-content ol li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0px 0 20px 0;
    list-style: none;
}

.static-detail-layout .primary-right-content ol li:last-child {
    margin-bottom: 0;
}

.static-detail-layout .primary-right-content ol li::before {
    position: absolute;
    top: -4px;
    display: inline-block;
    left: -14px;
    content: counter(li-counter) ".";
    counter-increment: li-counter;
    color: var(--cod-grey);
    width: 35px;
    height: 35px;
    font-size: var(--fs18);
    line-height: 35px;
    font-weight: 700;
    font-display: swap;
    text-align: right;
}

.static-detail-layout .primary-right-content ol li a {
    text-decoration: none;
}

.static-detail-layout .primary-right-content ol li a:hover {
    text-decoration: none;
}

.static-detail-layout .primary-right-content ol li ol {
    margin: 10px 0;
}

.static-detail-layout .primary-right-content ul {
    margin-bottom: 25px;
}

.static-detail-layout .primary-right-content ul li {
    position: relative;
    padding: 8px 0 8px 16px;
    margin: 0 0 0px 0;
    list-style: none;
    border-bottom: 1px solid var(--border-gray);
}

.static-detail-layout .primary-right-content ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.static-detail-layout .primary-right-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    background: url(../../images/Link-ic.svg) top left no-repeat;
    background-size: 10px;
}

.dotts-lists.style-two li {
    margin-bottom: 10px;
    font-size: 16px;
}
.dotts-lists.style-two li:last-child {
    border-bottom: none;
}

.dotts-lists.style-three li {
    font-size: 18px;
    line-height: 24px;
}

.w-full {
    max-width: 100%;
    width: 100%;
}
.img-border {
    border: 1px solid #CCC;
    padding: 4px;
}


[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}


.advantage-plan .flex-column-reverse {
    flex-direction: inherit !important;
}

.partner-list-remove ol div {
    display: none;
}
.partner-list-remove ol li:before {
    top: 9px !important;
    left: 10px;
}

@media (max-width: 767px) {

}

.partner-list-remove ol li {
    align-items: center;
}


nav#slide-menu {
    display: none;
}

.category-view ul.category-list li {
  margin: 0 0 50px;
}

/*new*/
.cat-response-name strong {
  font-size: 19px;
  margin: 0 10px 0 0;
  border-right: 1px solid #000;
  padding-right: 10px;
}
.cat-response-name strong:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.total-counts img {
  margin-right: 10px;
}
.badge-connect .left-img{
    position: relative;
}
.badge-connect .badge-overlay {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease;
}
.badge-connect .badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 10px 10px;
    font-size: 12px;
    font-family: "Lato";
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #64001c;
    border-radius: 0;
}
.badge-connect .top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.badge-connect .badge.orange {
    background: #64001c;
}
.badge-connect .badge.coming{
    background: var(--flamingo);
}
.badge-connect .badge::before,.badge-connect  .badge::after {
    content: "";
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px;
}
.badge-connect .badge::before {
    right: 100%;
}
.badge-connect .badge::after {
    left: 100%;
}

/***** Custom CSS END Here *****/