.articleSection .posts-wrapper .blog-post-img img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.reviewSection .card-article img.card-img {
    height: 310px;
    width: 100%;
    object-fit: cover;
}

.reviewSection .card-article .card-img-overlay {
    background-image: linear-gradient(to bottom, rgb(24 59 86 / 50%), rgba(22, 49, 70, 0.45) 45%, #152532);
}

.reviewSection .card-article .card-img-overlay p {
    color: #fff;
}

@media only screen and (max-width: 1060px) and (min-width: 992px) {
    .desktoplogo {
        margin-left: 0px !important;
    }

    header .wsmenu > .wsmenu-list > li > a {
        margin: 0 !important;
    }
}

.cookie-btn {
    cursor: pointer;
    background-color: #315fdf;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-family: inherit;
    transition: 0.15s ease;
    white-space: nowrap;
}

.cookie-btn:hover {
    color: #111;
    background-color: rgba(255, 255, 255, 0.8);
}



.fs-case-report {
    max-width: 660px;
}

.cds-fs-admin-sidebar {
    background: #000b1d;
}

.reviewSection .meta i {
    color: #89a3b9;
}

#datatable_pagination .page-item.disabled .page-link {
    color: #fff !important;
}

.whyChooseImage img {
    height: 770px;
}

.pricingSection .section-title {
    position: relative;
}

.pricingSection .section-title h2 {
    color: #1d2025;
    position: relative;
    margin: 0;
    font-size: 24px;
}

@media (min-width: 768px) {
    .pricingSection .section-title h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .pricingSection .section-title h2 {
        font-size: 34px;
    }
    /* .wsmainwp {
        max-width: 1320px !important;
    } */
}

.pricingSection.section-title.title-ex1 h2 {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .pricingSection.section-title.title-ex1 h2 {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .pricingSection.section-title.title-ex1 h2 {
        padding-bottom: 40px;
    }
}

.pricingSection.section-title.title-ex1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}

@media (min-width: 768px) {
    .pricingSection.section-title.title-ex1 h2:before {
        bottom: 17px;
    }
}

@media (min-width: 992px) {
    .pricingSection.section-title.title-ex1 h2:before {
        bottom: 25px;
    }
}

.pricingSection.section-title.title-ex1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 40px;
    height: 1px;
    background-color: #0cc652;
}

@media (min-width: 768px) {
    .pricingSection.section-title.title-ex1 h2:after {
        bottom: 17px;
    }
}

@media (min-width: 992px) {
    .pricingSection.section-title.title-ex1 h2:after {
        bottom: 25px;
    }
}

.pricingSection .section-title.title-ex1.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.pricingSection .section-title.title-ex1.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.pricingSection .section-title.title-ex1.text-right h2:before {
    left: auto;
    right: 0;
}

.pricingSection .section-title.title-ex1.text-right h2:after {
    left: auto;
    right: 0;
}

.pricingSection .section-title.title-ex1 p {
    font-family: "Montserrat", sans-serif;
    color: #8b8e93;
    font-size: 14px;
    font-weight: 300;
}

.pricingSection .price-card {
    background: #f5f5f6;
    padding: 40px 35px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.pricingSection .price-card:before {
    position: absolute;
    content: "";
    top: 0;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #7b5dd6;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}

.pricingSection .price-card:after {
    position: absolute;
    content: "";
    top: 30px;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #7b5dd6;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(45deg);
}

.pricingSection .price-card h2 {
    font-size: 26px;
    font-weight: 600;
}

.pricingSection .price-card .btn {
    font-size: 11px;
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
}

.pricingSection .price-card .btn.btn-primary {
    border: 0 !important;
}

.pricingSection .price-card.featured {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.pricingSection .price-card:hover .btn {
    background: #0cc652;
    border-color: #0cc652;
}

.pricingSection p.price span {
    display: inline-block;
    padding: 45px 15px 50px;
    padding-right: 0;
    font-size: 50px;
    font-weight: 600;
    color: #c73e9b !important;
    position: relative;
}

.pricingSection p.price span:before {
    position: absolute;
    content: "$";
    font-size: 16px;
    top: 25px;
    font-weight: 300;
    left: 0;
}

.pricingSection .pricing-offers {
    padding: 0 0 10px;
}

.pricingSection .pricing-offers li {
    padding: 0 0 16px;
}

.pricingSection ul li {
    list-style-type: none;
}

.pricingSection .btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.pricingSection .badge {
    z-index: 999;
    background-color: #c73e9b;
}

.pricingSection .price-card ul li {
    padding-left: 30px;
    margin: 0 0 5px;
    position: relative;
}

.pricingSection .price-card ul li:before {
    content: "\f00c";
    color: #7b5dd6;
    font-family: "Font Awesome 5 free";
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 0;
}

.pricingSection .price-card .btn.btn-primary:hover {
    color: #fff !important;
}

.fs-icons img {
    position: absolute;
}

.fs-icons img.fs1 {
    left: 50%;
    bottom: 10%;
}

.fs-icons img.fs2 {
    left: -6%;
    top: 61%;
}

.fs-icons img.fs3 {
    left: 22%;
    top: 0%;
}

.table-data .cds-admin-user-list {
    display: flex;
    border: 2px solid #eee;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
}

.table-data .cds-admin-user-list-details {
    display: table-row;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding: 0.5rem;
    line-break: anywhere;
}

.table-data .cds-admin-user-list-role {
    font-size: 0.825rem;
    color: #6c757d;
    padding: 0.5rem 1rem;
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.card-table > thead > tr {
    display: flex;
    justify-content: space-between;
    background: #fff;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
}

.card-table > thead > tr:first-child th {
    width: 32px !important;
}

.card-table > thead > tr th {
    width: 14.28%;
    border-bottom: 0;
}

.plan-tabs.active {
    background-color: #d0c5f17a !important;
    border-color: #c73e9b !important;
    border-width: 5px !important;
    box-shadow: 0px 9px 10px 0px rgb(0 0 0 / 19%) !important;
}

.plan-tabs {
    transition: all 0.5s ease;
}

.plan-tabs:hover {
    background: #d0c5f17a !important;
    transform: rotateY(20deg);
    box-shadow: 0px 9px 10px 0px rgb(0 0 0 / 19%) !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .wsmenu > .wsmenu-list {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .wsmenu > .wsmenu-list span.wsarrow {
        margin-left: 6px;
    }

    .wsmenu > .wsmenu-list > li > a {
        padding: 8px;
    }

    .wsmenu > .wsmenu-list > li a.btn {
        padding: 4px 1rem;
    }

    .card-article .card-img-overlay {
        padding: 2rem;
        justify-content: start;
    }

    #newsletter-1 .newsletter-form {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .pb-80 {
        padding-bottom: 2rem;
    }

    .pb-100 {
        padding-bottom: 3rem;
    }

    .pt-100,
    .pt-90 {
        padding-top: 3rem;
    }

    .wsmobileheader {
        background-color: #000;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    /* .homepage .wsmobileheader {
        background-color: #000;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    } */

    #hero-9 {
        padding-top: 3rem;
    }

    .cds-prepend-link-wrap {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }

    #hero-9 .quick-form {
        margin-left: 0;
        margin-right: 0;
    }

    #newsletter-1 .newsletter-form {
        padding: 0;
    }

    .card-article .card-img-overlay {
        padding: 1rem;
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-article .card-img-overlay {
        justify-content: start;
    }

    .reviewSection .card-article .card-img-overlay .card-title {
        font-size: 1.5rem;
    }

    .reviewSection .blog-author-detail {
        text-align: center;
        display: unset;
    }

    .posts-category {
        margin: 2rem 0 0 0;
    }
}

@media (max-width: 767px) {
    .s-56 {
        font-size: 2.5rem;
    }

    .s-50 {
        font-size: 2.125rem;
    }

    .hero-9-txt h2 {
        line-height: normal;word-break: break-all;
    }

    .hero-9-txt h2 img {
        margin: 5px 0 0;
        top: 0;
    }

    .hero-section .quick-form .btn {
        margin: 0;
        height: auto;
        padding: 0.5rem 1rem;
    }

    .posts-category {
        justify-content: center;
    }

    .reviewSection .inner-box {
        margin: 1rem 0;
    }

    .whyChooseImage {
        margin: 0 0 2rem 0 !important;
    }

    .whyChooseImage img {
        height: auto;
        max-width: 100% !important;
    }

    .footer-copyright,
    .bottom-secondary-link {
        text-align: center !important;
    }
}

@media (max-width: 639px) {
    #newsletter-1.newsletter-section .form-control {
        margin-bottom: 1rem;
        width: 100%;
        margin-right: 0;
        border-radius: 6px;
    }

    #newsletter-1 .input-group-btn {
        display: block;
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .desktoplogo img {
        max-height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    #cookiesCode p {
        font-size: 16px;
    }

    .bg-icons {
        background-size: contain !important;
    }
}

.bg-icons {
    background-image: url("../../../../assets/bg-thank-you.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    margin-top: 6rem;
}

@media only screen and (max-width: 991px) {
    .header-wrapper-top-menu li {
        margin-bottom: 10px;
        gap: 3px;
    }
}

@media only screen and (max-width: 820px) {
    .productTitle {
        width: 100%;
    }
}

.shape-square {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #d3d3d3;
    top: 0%;
    right: -4%;
    opacity: 0.6;
    border-radius: 3px;
    transform: rotate(45deg);
    transition: all 0s ease-in-out;
    -webkit-animation: rotating 20s linear infinite;
    z-index: 999;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.shape-triangle {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10px;
    left: 2%;
    opacity: 0.6;
    transform: rotate(-60deg);
    transition: all 0s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #d3d3d3;
    -webkit-animation: right-to-left 20s linear infinite;
}

@-webkit-keyframes right-to-left {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -100px;
    }

    100% {
        margin-left: 0;
    }
}

.shape-circle {
    position: absolute;
    top: 23%;
    left: 45%;
    width: 40px;
    height: 40px;
    opacity: 0.6;
    border: 5px solid #d3d3d3;
    border-radius: 50%;
    -webkit-animation: heartBeat 10s linear infinite;
}

@-webkit-keyframes heartBeat {
    0% {
        transform: rotate(45deg) scale(1);
    }

    25% {
        transform: rotate(45deg) scale(1);
    }

    30% {
        transform: rotate(45deg) scale(1.4);
    }

    50% {
        transform: rotate(45deg) scale(1.2);
    }

    70% {
        transform: rotate(45deg) scale(1.4);
    }

    100% {
        transform: rotate(45deg) scale(1);
    }
}

.section-title span img {
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    z-index: -1;
}

#cds-section-home-services .section-title span img {
    left: 83%;
}

#blog-page .section-title span img {
    left: 66%;
}

.shape {
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0.5;
}

.shape.shape-yellow {
    background-color: #ffdd0f;
    height: 200px;
    width: 200px;
    filter: blur(50px);
    top: 1%;
    right: 5%;
    bottom: 0px;
}

.shape.shape-red {
    background-color: #ff1f25;
    height: 86px;
    width: 86px;
    opacity: 0.45;
    filter: blur(30px);
    left: 57%;
    top: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-icons {
        background-size: 100%;
    }
}
