* {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1450px;
}

/* HEADER */

.logo {
    /* max-height: 40px; */
}

.sendbat-nav ul {
    display: inline-flex;
    margin: auto;
}

.sendbat-nav ul li.active {
    font-weight: 700;
}
.sendbat-nav ul li {
    margin-right: 40px;
}

.sendbat-nav ul > li a {
    color: #103254 !important;
}

header {
    transition: all 0.4s;
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    background-color: unset;
}

.register-btn {
    background-color: #0087e2;
    padding: 12px 22px;
    border-radius: 6px;
    margin-right: 10px;
    color: #fff;
    transition: all 0.4s;
    text-decoration: none;
}

.register-btn:hover {
    opacity: 0.8;
    text-decoration: none;
    background: rgba(0, 180, 229, 0.9);
    color: #fff;
}

.login-btn {
    background-color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    color: #103254;
    transition: all 0.4s;
}

.login-btn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #103254;
}

.aftertx {
    padding: 10px 0;
    box-shadow: 28px 28px 69px 0 rgb(24 82 125 / 5%);
    background-color: #fff !important;
}

.aftertx .login-btn {
    background-color: #fff;
}

.first-section {
    min-height: 100vh;
    background-color: rgba(0, 180, 229, 0.1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.first-section-landing {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* FOOTER */

footer {
    padding-top: 80px;
    background-color: #103254;
}

.flex-container {
    display: flex;
    padding-bottom: 50px;
}

.footer-info {
    width: 25%;
}

.footer-info h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-info p {
    color: #ffff;
    margin-bottom: 0;
    font-size: 16px;
}

.footer-info a {
    color: #fff;
}

.footer-info a:hover {
    color: #fff;
    text-decoration: none;
}

.social-media-footer a {
    margin: 0 5px;
}

.footer-info input {
    border: 0;
    padding: 12px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.06);
    margin-top: 10px;
}

.footer-info textarea {
    border: 0;
    padding: 12px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.06);
    margin-top: 10px;
}

.footer-logo {
    background-color: #0c253e;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.footer-logo p {
    color: #fff;
    font-size: 18px;
}

.footer-logo p a:hover {
    color: #fff;
}

.footer-info img {
    max-width: 50px;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 10px;
}

.footer-info input,
.footer-info textarea {
    outline: 0;
}

.contact-footer-info a,
.contact-footer-info button {
    background-color: #0087e2;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
}

.pricing-header {
    color: #103254;
    font-weight: 600;
    font-size: 30px;
}

h1 {
    color: #103254;
    font-size: 60px;
    font-weight: 600;
}

h2 {
    color: #103254;
    font-size: 60px;
    font-weight: 600;
}

h3 {
    color: #103254;
    font-weight: 600;
    font-size: 30px;
}

h4 {
    color: #103254;
    font-weight: 600;
    font-size: 20px;
}

p {
    color: #103254;
    font-size: 18px;
}

a:hover {
    text-decoration: none;
}

.first-section-details a {
    border-radius: 12px;
    background: #e1ecf4;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08),
        0px 6px 24px 0px rgba(0, 0, 0, 0.05);
    color: #18527d;
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 22px 24px;
    display: inline-flex;
    margin-top: 15px;
}

.first-section-details a.track-rewards-btn {
    background: #fff0ca;
    box-shadow: 0px 6px 24px 0px #0000000d;
    color: #ffbe1d;
}

.first-section-details small.scyrocket-sale {
    color: #18527d;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.first-section-details h2.first-section-title {
    color: #18527d;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.first-section-details p {
    color: #18527d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.fa-arrow-right {
    padding-left: 10px;
}

.first-section-image {
    position: relative;
    text-align: center;
}

.first-img {
    max-width: 460px;
    position: relative;
    z-index: 1;
}

.shape-3 {
    position: absolute;
    left: -40px;
    bottom: -70px;
}

.shape-svg-4 {
    position: absolute;
    bottom: -150px;
    left: -100px;
    transform: rotate(-45deg);
    z-index: -1;
}

.shape-svg-5 {
    position: absolute;
    top: -150px;
    right: -100px;
    transform: rotate(125deg);
    z-index: -1;
}

.modal-div {
    position: absolute;
    right: 50px;
    bottom: -15px;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 37px 19px 97px 0 rgba(24, 82, 125, 0.18);
    background-color: #ffffff;
    padding: 8px 15px;
}

.modal-div i {
    margin-right: 10px;
}

.modal-div a {
    color: #0087e2 !important;
    font-weight: 600;
    cursor: pointer;
}

.our-partners {
    background: #f3fbfd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 30px 0px;
}
.our-partners > p:first-of-type {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #404040;
    margin: 0;
}
.our-partners__images-wrapper {
    text-align: center;
}
.our-partners__images-wrapper > img {
    margin: 20px;
}

.features-div {
    text-align: center;
}

.features-box {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    height: 240px;
    margin-top: 40px;
}

.features-box p {
    color: #103254;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

.features-box h4 {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #103254;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.features-image {
    background-color: rgba(0, 135, 226, 0.1);
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*margin: ;*/
}

.features {
    padding-bottom: 80px;
}

.features-image-2 {
    background-color: rgba(255, 190, 29, 0.1);
}

.features-image-3 {
    background-color: rgba(255, 190, 29, 0.1);
}

.trial {
    padding: 120px 0;
    overflow: hidden;
}

.trial-image {
    position: relative;
}

.trial-image img {
    width: 100%;
}

.trial-shape {
    position: absolute;
    right: -130px;
    bottom: -130px;
    max-width: 250px;
}

.trial-details a {
    background-color: #0087e2;
    color: #fff;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 7px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.templates {
    padding-top: 100px;
}

.templates .trial-details {
    text-align: right;
}

.templates .trial-shape {
    left: -130px;
    bottom: -110px;
}

.start-using {
    position: relative;
    padding: 350px 0;
    background-image: url(../images/landing-images/starback.svg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.start-using::before {
    background-image: url(../images/landing-images/startshape.svg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-47%, 0);
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.start-using-div {
    color: #fff;
    text-align: center;
}

.start-using-div h2 {
    color: #fff;
    font-size: 45px;
}

.start-using-div p {
    color: #fff;
}

.shape-4 {
    position: absolute;
    left: 49%;
    bottom: 85px;
    transform: translate(-50%, 0);
}

.how-its-work {
    padding: 80px 0;
}

.how-it-works-img {
    width: 100%;
    text-align: center;
}

.how-it-works-img img {
    max-width: 300px;
    margin-top: 65px;
}

.right-side {
    text-align: right;
}

.left-side {
    position: relative;
}

.left-side::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 285px;
    background-color: #f5f5f5;
    right: -30px;
    top: 50%;
    left: -52px;
    z-index: -1;
}

.left-side::before {
    content: "1";
    position: absolute;
    background-color: #fff;
    width: 90px;
    height: 90px;
    top: 50%;
    left: -95px;
    transform: translate(0, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    box-shadow: 12px 12px 99px 0 rgba(16, 50, 84, 0.1);
}

.how-it-works-details p {
    font-size: 16px;
    margin-bottom: 0;
}

.left-side-2::before {
    content: "2";
}

.left-side-3::before {
    content: "3";
}

.left-side-4::before {
    content: "4";
}

.left-side-4::after {
    display: none;
}

.form-box {
    border-radius: 20px;
    box-shadow: 15px 15px 76px 0 rgba(16, 50, 84, 0.06);
    max-width: 550px;
    width: 100%;
    padding: 50px;
    text-align: center;
}

.credentials {
    margin-top: 30px;
    color: #103254;
    margin-bottom: 5px;
    font-size: 16px !important;
}

.form-box input {
    padding: 16px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 0;
}

.center-div {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forget-password {
    text-align: right;
}

.forget-password a {
    color: #103254;
    font-size: 1rem;
}

.form-box .sign-in-btn {
    border: 0;
    padding: 16px;
    width: 100%;
    color: #fff;
    margin-top: 10px;
    border-radius: 6px;
    position: relative;
}

.sign-in-btn img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 30px;
}

.register-tx {
    margin-top: 10px;
    color: #103254;
}

.register-tx span {
    color: #00b4e5;
}

.registration-tx strong {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.form-box label {
    width: 100%;
    position: relative;
}

.form-box label span {
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translate(0, -50%);
    font-size: 14px;
    color: #3d5974;
}

.form-box label img {
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translate(0, -50%);
}

.timezone-tx {
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
}

.timezone-tx-notifications {
    font-weight: normal;
    margin-bottom: 10px;
}

.form-box select {
    padding: 16px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 0;
}

.support {
    padding-top: 160px;
}

.support-div {
    text-align: center;
    margin-bottom: 50px;
}

.support-div h3 {
    font-size: 45px;
}

.support-div label {
    padding: 14px;
    border-radius: 13px;
    box-shadow: 4px 11px 36px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 500px;
    text-align: left;
}

.support-div input {
    border: 0;
}

.support-box {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 21px 21px 41px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
}

.how-its-work-section {
    padding-top: 160px;
}

.how-its-work-section {
    background-image: url(../images/landing-images/hw-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.start-using-section {
    background-image: url(../images/landing-images/howitworksbottom.png);
}

.start-using-section .shape-4 {
    bottom: -5px;
}

.start-using-section {
    padding: 260px 0;
}

.blog-section {
    padding-top: 200px;
}

.blog-shadow {
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-top: 30px;
}

.blog-category {
    background-color: #f5f5f5;
    padding: 10px;
    color: #262525;
    line-height: 3;
    border-radius: 7px;
}

.blog-tittle:hover {
    color: #103254;
    text-decoration: none;
}

.blog-category:hover {
    color: #262525;
    text-decoration: none;
}

.blog-tittle {
    color: #103254;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.blog-post h4 {
    margin-top: 10px;
}

.blog-post img {
    width: 100%;
    border-radius: 15px;
}

.blog-grid img {
    margin-bottom: 10px;
}

.blog-grid {
    padding: 20px;
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.05);
}

.blog-tx {
    color: #103254;
    font-size: 22px;
}

.blog-tx span {
    font-weight: bold;
}

.categories {
    padding: 80px 0;
    text-align: center;
}

.categories h3 {
    font-weight: bold;
    font-size: 22px;
    color: #103254;
}

.pricing-section {
    padding-top: 160px;
    padding-bottom: 100px;
}

.pricing-div img {
    margin-left: 30px;
}

.pricing-div h1 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 20px;
    color: #103254;
    text-align: center;
}

.pricing-div p {
    color: #171717;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    font-family: "Inter", sans-serif;
    margin-top: 40px;
    font-weight: 500;
}

.select-term {
    width: 75%;
    margin: auto;
}

.select-term > p,
.select-pricing-plan {
    font-size: 30px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-top: 120px;
    color: #000000;
}

.select-term > p > span,
.select-pricing-plan > span {
    color: #3b86f6;
}

.select-pricing-plan {
    padding: 0 45px;
    margin-bottom: 0;
}

.choose-term-container {
    border: 1px solid #e8ebf1;
    height: 58px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
}

.choose-term-container div {
    width: 100%;
}

.term-radio-btn-select {
    height: 51px;
    background-color: #e8ebf1;
    color: #9399a3;
    border: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.term-radio-btn-select > span {
    font-weight: 800;
    margin-left: 5px;
}

input[type="radio"]:checked + .term-radio-btn-select.oneYear {
    border-radius: 5px;
    color: white;
    background-color: #288bef;
}

input[type="radio"]:checked + .term-radio-btn-select.twoYears {
    border-radius: 5px;
    color: white;
    background-color: #006bce;
}

input[type="radio"]:checked + .term-radio-btn-select.threeYears {
    border-radius: 5px;
    color: white;
    background-color: #1eafe4;
}

.pricing-box {
    margin-top: 30px;
    border-radius: 16px;
    padding: 50px 20px;
}

.pricing-box h4 {
    color: #0087e2;
    font-size: 35px;
    font-weight: bold;
}

.pricing-box p {
    font-size: 16px;
    color: #103254;
}

.pricing-box ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.pricing-box ul li {
    color: #103254;
    font-size: 16px;
    margin-bottom: 10px;
}

.pricing-box img {
    margin-right: 5px;
}

.standart-box {
    box-shadow: 20px 20px 80px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}

.price {
    margin-top: 50px;
    text-align: center;
}

.price h5 {
    font-size: 32px;
    color: #103254;
    margin-bottom: 0;
}

.price p {
    color: #103254;
    font-size: 16px;
}

.pricing-submit {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 15px 15px 60px 0 rgba(0, 0, 0, 0.04);
    width: 100%;
    text-align: center;
    display: block;
    color: #0087e2;
    font-size: 16px;
    padding: 10px;
    margin-top: 35px;
}

.standart-box .pricing-submit {
    background-color: #0087e2;
    color: #fff;
}

.most-popular {
    color: #0087e2;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 12px;
    padding: 5px;
    border-radius: 7px;
    position: absolute;
    top: 15px;
}

.trial-section {
    padding-top: 160px;
}

.second-row {
    padding: 100px 0;
}

.trial-section ul {
    list-style: none;
}

.trial-section ul li img {
    padding-right: 5px;
}

.small-box {
    border-radius: 10px;
    box-shadow: 24px 24px 64px 0 rgba(0, 0, 0, 0.03);
    padding: 20px;
    margin-bottom: 30px;
}

.small-box img {
    margin-bottom: 10px;
}

.small-box-img {
    overflow: hidden;
    padding: 0;
}

.small-box-img img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.section-col-video {
    left: 20%;
}

.current-pricing-box {
    background-color: #0087e2;
}

.pricing-box {
    box-shadow: 13px 15px 86px #00000008;
    position: relative;
}

.current-pricing-box h4 {
    color: #fff;
}

.price-tx {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.current-pricing-box p {
    color: #fff;
}

.pricing-box ul li {
    display: flex;
    align-items: center;
}
.current-pricing-box ul li {
    color: #fff;
}

.current-pricing-box .pricing-submit {
    background-color: #fff;
    color: #0087e2;
}

.pricing-form {
    margin-top: 50px;
}

.pricing-form h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
}

.pricing-form p {
    text-align: center;
}

.pricing-form input {
    width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    border: 0;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.pricing-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 0;
    background-color: #f5f5f5;
    min-height: 100px;
    border-radius: 8px;
    outline: 0;
}

.pricing-form button,
.pricing-form button:hover {
    display: block;
    margin: auto;
    background-color: #00b4e5;
    border: 0;
    margin-top: 0 !important;
    padding: 14px 75px;
}

/* Pricing boxes */

.one-time-fee {
    color: rgba(50, 57, 60, 0.7);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    top: -15px;
    position: relative;
    left: 15px;
    margin-bottom: 0;
}

.price-container {
    border: 1px solid #f2f2f2;
    background-color: #fcfcfd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    height: 115px;
}

.price-container p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #5a6173;
    margin-bottom: 0;
}

.steps-workspace {
    position: relative;
    padding: 0 45px;
}

.workspace-plan-box {
    height: 100%;
}

.workspace-plan-box .workspace-plan-s {
    position: relative;
    background: #ffffff;
    border: 1px solid #e8ebf1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 25px 20px;
    height: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.workspace-plan-box .workspace-plan-s.starter-plan {
    border: 1px solid #2828f9;
}

.workspace-plan-wrapper h6 {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #18527d;
    font-weight: 500;
    margin-bottom: 25px;
}

.workspace-plan-title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    color: #171717;
    font-weight: 500;
    padding-left: 15px;
    height: 40px;
}

.starter-plan .workspace-plan-title {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-left: 30px;
    margin-top: 18px;
}

.standard-plan .workspace-plan-title {
    border-left: 3px solid #1eafe4;
}

.marketing-pack .workspace-plan-title {
    border-left: 3px solid #3b86f6;
}

.bundle-pack .workspace-plan-title {
    border-left: 3px solid #3b86f6;
}

.starter-plan > div > .monthly-price {
    color: #2424e4;
    padding: 13px 0;
}

.standard-plan > div > .monthly-price {
    color: #1eafe4;
}

.marketing-pack > div > .monthly-price {
    color: #3b86f6;
}

.bundle-pack > div > .monthly-price {
    color: #006bce;
}

.monthly-price {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    margin-top: 15px;
    font-weight: 700;
}

/* .workspace-plan-wrapper h1 {
    font-family: "Sora", sans-serif;
    font-size: 50px;
    line-height: 63px;
    color: #1b2559;
    text-align: center;
    margin-bottom: 7px;
    font-weight: 600;
} */

.txt-plan-style {
    color: #9399a3;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.workspace-plan-wrapper .btn-plan-select {
    margin-bottom: 30px;
    padding: 0 5px;
}

.line-w-box {
    width: 100%;
    background: unset;
    height: 1px;
    border-bottom: 1px solid #f2f2f2;
}

.w-box-other-details {
    padding-top: 20px;
}

.w-box-line {
    margin-bottom: 30px;
}

.icon-plan-setting span {
    margin-left: 12px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #293649;
    font-weight: 600;
}

.label-orange-color {
    width: 175px;
    height: 35px;
    background: rgba(249, 181, 28, 0.1);
    border-radius: 7px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #f9b51c;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.btn-plan-select {
    width: 100%;
    height: 45px;
    background: #f0f2f6;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #18527d;
    border: unset;
}

.workspace-plan-s.selected .btn-plan-select {
    background: #f9b51c;
    color: #fff;
}

.workspace-plan-s.selected {
    border-top: 5px solid #f9b51c;
    box-shadow: 0px 15px 22px rgb(176 183 195 / 10%);
}

.workspace-plan-s.standard-plan:hover {
    box-shadow: 0px 4px 30px 30px rgba(30, 175, 228, 0.06);
}

.workspace-plan-s.marketing-pack:hover {
    box-shadow: 0px 4px 30px 30px rgba(59, 134, 246, 0.06);
}

.workspace-plan-s.bundle-pack:hover {
    box-shadow: 0px 4px 30px 30px rgba(0, 107, 206, 0.06);
}

.workspace-plan-s.starter-plan .btn-plan-select,
.workspace-plan-s.starter-plan:hover .btn-plan-select {
    background: linear-gradient(90deg, #2828f9 0%, #181893 100%);
    color: #ffffff;
}

.workspace-plan-s.standard-plan:hover .btn-plan-select {
    background-color: #1eafe4;
    color: #ffffff;
}

.workspace-plan-s.marketing-pack:hover .btn-plan-select {
    background-color: #3b86f6;
    color: #ffffff;
}

.workspace-plan-s.bundle-pack:hover .btn-plan-select {
    background-color: #006bce;
    color: #ffffff;
}

.icon-svg-style svg {
    width: 15px;
}

.workspace-plan-s.starter-plan:hover {
    box-shadow: 0px 4px 30px 30px rgba(40, 40, 249, 0.06);
}

.workspace-plan-s.starter-plan:hover > .vector-1 {
    left: 11.24%;
    transition: 0.4s;
}

.workspace-plan-s.starter-plan:hover > .vector-2 {
    left: 5.96%;
    transition: 0.4s;
}

.workspace-plan-s.starter-plan:hover > .vector-3 {
    left: 7.96%;
    transition: 0.4s;
    top: 10.19%;
}

.vector-1 {
    position: absolute;
    left: 4.24%;
    top: 6.4%;
    transition: 0.4s;
}

.vector-2 {
    position: absolute;
    left: 10.96%;
    top: 5.19%;
    transition: 0.4s;
}

.vector-3 {
    position: absolute;
    left: 12.96%;
    top: 9.19%;
    transition: 0.4s;
}

.cls-1 {
    fill: rgba(176, 183, 195, 0.6) !important;
}

.cls-2 {
    fill: rgba(176, 183, 195, 0.4) !important;
}

/* End of pricing boxes */

.playpause {
    background-image: url("/assets/landing/images/playbtn.svg");
    background-repeat: no-repeat;
    width: 78px;
    height: 78px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 26%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.landing-video {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 96%;
    height: 72%;
}

.landing-video::-webkit-media-controls-play-button {
    display: none;
    -webkit-appearance: none;
}

.home-shape {
    /* position: absolute; */
    bottom: -35px !important;
    left: 0;
    width: 100%;
}

.first-section-details {
    z-index: 9;
    position: relative;
    margin-top: 80px !important;
}

/*continue with my dev button */
.mydev-btn {
    border: 0;
    padding: 16px;
    width: 100%;
    background-color: #103254;
    color: #fff;
    margin-top: 10px;
    border-radius: 6px;
    position: relative;
}

.mydev-btn img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 30px;
}

.yellow-btn {
    background-color: #fbbc21;
}

.white-btn {
    color: black !important;
    background-color: white;
    border: 1px solid rgb(55, 53, 47) !important;
}

.pricing-div h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    color: #171717;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.our-platform-title {
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 52.285px;
}

.our-platform-box {
    border-radius: 20px;
    background: #f3f3f6;
    /* width: 530px; */
    height: 400px;
    padding: 40px;
    position: relative;
    margin-top: 10px;
}

.our-platform-box h2 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.our-platform-box p {
    color: #686464;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
}

.pricing-box-platform {
    /* width: 356.714px; */
    height: 400px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #0087e2;
    background-image: url("../images/landing-images/view-pricing-bg.svg");
    background-repeat: no-repeat;
    margin-top: 10px;
    position: relative;
    padding: 15px;
}

.pricing-box-platform a {
    color: #fff;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    bottom: 10px;
}

.sign-up-section p {
    color: #103254;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.sign-up-section h2 {
    color: #103254;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sign-up-bttn {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 5px;
    background: #0087e2;
}

.sign-up-bttn:hover {
    color: #ffffff;
}


/* FEATURES NEW DESIGN */

.features-section-one h3 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    color: #343a40;
}

.features-section-one h3 > span {
    color: #18aee3;
}

.section-one-box{
    height: 200px;
}

.section-box-container {
    position: relative;
    padding: 70px 10px;
    text-align: center;
    margin-top: 60px;
    cursor: pointer;
    height: 100%;
    overflow: hidden; 
}

.s-border-right {
    border-right: 1px solid #25313c1a;
}

.section-box-container img {
    position: absolute;
    top: 100px; 
    left: 0;
    right: 0;
    margin: auto;
    transition: top 0.5s ease, opacity 0.5s ease;
    opacity: 1; 
}

.section-box-container:hover img {
    top: 60px;
}

.section-box-container p {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    transition: top 0.5s ease, opacity 0.5s ease;
}

.section-box-container:hover p {
    top: 100px;
    opacity: 1;
}

.features-ai-section{
    margin-top: 65px;
}

.ai-section-container h3{
    color: #131313;
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 400;
}

.ai-section-container img{
    margin-top: 30px;
}

.ai-section-container p{
    margin-bottom: 0;
    color: #13131380;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.ai-section-container > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    border-radius: 100px;
    padding: 24px;
    margin-top: 24px;
}

.ai-section-container > div > p{
    margin-bottom: 0;
    color: #131313;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
}

.ai-section-container > div > img{
    margin-top: 0;
}

.features-campaign-section{
    padding-top: 50px;
}

.blue-bg-campaign{
    position: relative;
    margin-top: 150px;
    padding: 70px 40px;
    background: linear-gradient(184.39deg, rgba(255, 255, 255, 0.15) -43.11%, rgba(82, 168, 255, 0.2) 180.46%);
}

.features-campaign-container h4{
    color: #131313;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Poppins';
}

.features-campaign-container p{
    color: #343A40;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins';
    margin-top: 24px;
}

.campaign-img-features{
    position: absolute;
    bottom: -35px;
}

.features-campaing-box{
    box-shadow: 0px 6.6px 19.8px 0px #959DA533;
    padding: 25px;
    border-radius: 12px;
    margin-top: 50px;
    height: 225px;
}


.features-campaing-box img{
    width: 55px;
    height: 55px;
}

.features-campaing-box p{
    color: #131313;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 8px;

}

.features-campaing-box span{
    color: #343A40;
    font-size:15px;
    font-weight: 300;
}

.features-response-section{
    margin-top: 65px;
}

.features-response-section span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #13131380;
}

.features-response-section p.title{
    color: #131313;
    font-size: 38px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 15px 0 35px 0;
}

.features-response-section p{
    color: #13131380;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 0;
}

.features-app-tabs{
    margin-bottom: 50px;
}

.features-app-tabs .nav-tabs{
    border-bottom: unset;
}

.features-app-tabs .nav-tabs .nav-item {
    width: 48%;
}

.features-app-tabs .nav-tabs .nav-link {
    width: 100%;
    text-align: start;
}

.features-app-tabs .nav-tabs .nav-link.active, .features-app-tabs .nav-link:hover{
    background: none;
    border-color: unset;
    border: unset;
}

.features-app-tabs .nav-tabs .nav-link, .features-app-tabs .nav-tabs .nav-link:hover{
    transition: none;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    margin-bottom: 0;
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 400;
    color: #343A40;
    padding-bottom: 40px;
}

.features-app-tabs .nav-tabs .nav-link > span{
    background: #0087E2;
    padding: 10px 20px;
    font-size: 25px;
    color: #FBFBFB;
    border-radius: 40px;
}


.features-app-tabs .nav-tabs .nav-link.active{
    border-bottom: 1px solid #000000;
}

.features-app-tabs .nav-tabs .nav-link{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sendbat-app-buttons > .nav-pills .nav-link.active{
    color: #fff;
    background-color: #000000;
}

.sendbat-app-buttons > .nav-pills .nav-link {
    background: 0 0;
    border-radius: .25rem;
    border: 1px solid #0C264040;
    width: 386px;
    color: #0C26406B;
    border-radius: 40px;
    margin-top: 15px;
    padding: 10px 20px;
    text-align: left;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.sendbat-app-buttons > .nav-pills .nav-link > span {
    font-size: 14px;
    position: relative;
    bottom: 15px;
}

.sendbat-app-buttons > .nav-pills .nav-link .text-wrapper {
    display: inline-block;
    position: relative;
    transition: transform 0.6s ease-in-out;
}

.sendbat-app-buttons > .nav-pills .nav-link:hover .text-wrapper {
    animation: moveUpDown 0.6s forwards;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    45% {
        transform: translateY(-100%);
        opacity: 1;
    }
    50% {
        transform: translateY(-100%);
        opacity: 0;
    }
    55% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.get-it-on{
    text-align: center;
}
.get-it-on img{
    margin-top: 20px;
}

.get-it-on a{
    margin: 0 8px;
}

.app-download-container{
    border-radius: 20px;
    background-color: #EFF0F6;
    padding: 40px;
}

.app-download-container > div> div > p.title{
    color: #686868;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.app-download-container div > p{
    color: #686868;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}


@media only screen and (max-width: 1199px) {
    .nav-item {
        margin-right: 25px;
    }
    .nav-item a {
        font-size: 14px;
    }
    .register-btn {
        padding: 12px 10px;
    }
}

@media only screen and (max-width: 1450px) {
    .section-col-video {
        left: 2% !important;
    }
}

@media only screen and (max-width: 1111px) {
    .logo {
        max-height: 25px;
    }
}

@media only screen and (max-width: 991px) {
    /* LANDING VIDEO */

    .section-col-video {
        left: 0% !important;
    }
    .home-shape {
        display: none;
    }

    .first-section-col img {
        position: relative;
        left: 75%;
    }

    .trial-section .templates {
        padding-top: 0;
    }

    .trial-section .trial-details {
        text-align: left;
    }

    .trial h2 {
        margin-top: 20px;
    }

    .templates h2 {
        margin-top: 20px;
    }

    .trial-shape {
        bottom: 0;
        right: 0;
    }

    .templates .trial-shape {
        bottom: 0;
        left: 0;
    }

    .features {
        padding-top: 100px;
    }

    .first-section {
        padding-top: 120px;
    }

    .first-section-image {
        margin-top: 120px;
    }

    .first-section-col {
        order: 15;
        left: 0 !important;
        top: 20px;
    }

    .first-section-details {
        text-align: center;
        margin-top: 0 !important;
    }

    .first-section-details > p.first-section-title {
        font-size: 40px !important;
    }

    .first-section-details h2.first-section-title {
        font-size: 35px;
        line-height: 40px;
    }

    p {
        font-size: 16px;
    }

    h2 {
        font-size: 35px;
    }

    .modal-dialog {
        width: 100%;
        max-width: 96%;
    }

    header {
        padding: 10px 0;
    }

    .logo {
        max-height: 40px;
    }

    .navbar-light .navbar-toggler {
        color: #000;
        border: 0;
    }

    .aftertx {
        padding: 5px 0;
        background-color: #edfafd;
    }

    ul.navbar-nav.mr-auto {
        margin: 30px 0px;
    }

    .footer-logo img {
        max-height: 20px;
    }

    .social-media-footer {
        padding-bottom: 20px;
    }

    .social-media-footer img {
        max-height: 35px;
    }

    .flex-container {
        display: block;
        padding-bottom: 0;
    }

    .footer-info {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 50px;
        text-align: center;
    }

    .contact-footer-info {
        width: 100%;
    }

    .footer-info p {
        font-size: 14px;
    }

    footer {
        padding-top: 50px;
    }

    .start-using-div h2 {
        font-size: 30px;
    }

    .start-using {
        padding: 270px 0;
    }

    .shape-4 {
        bottom: 66px;
        max-height: 171px;
    }

    .social-media-footer {
        text-align: left;
    }

    .how-it-works-img {
        text-align: center;
    }

    .how-it-works-details {
        text-align: center;
    }

    .order-col {
        order: 16;
    }
    .how-its-work-section {
        background-image: unset;
    }
}

@media only screen and (max-width: 676px) {
    .landing-video {
        top: 12px;
        left: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .first-section-col img {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 400px;
    }

    .mydev-btn img {
        height: 20px;
    }

    .pricing-div h3 {
        font-size: 35px;
    }

    .support-box h3 {
        font-size: 25px;
    }

    .support-div h3 {
        font-size: 35px;
    }

    .form-box {
        padding: 15px;
    }

    .start-using {
        padding: 170px 0;
        overflow: hidden;
    }

    .first-img {
        width: 100%;
    }

    h2 {
        font-size: 30px;
    }

    .footer-info h4 {
        font-size: 18px;
    }

    .shape-4 {
        bottom: 48px;
        max-height: 121px;
    }
}

/*Blog Frontend Design*/
.single-post-wrapper {
    padding: 160px 0px 0px 0px;
}
.single-post-main-image {
    border-radius: 25px;
    box-shadow: 0 5px 40px 5px #2b2c3040;
    height: 400px;
}
.single-post-main-image img {
    border-radius: 25px;
    box-shadow: 0 5px 40px 5px #2b2c3040;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-post-content-container {
    background: #fff;
    position: relative;
    margin: -60px 8% 0;
    padding: 20px;
    border-radius: 15px;
}
.blog-category {
    background-color: #f5f5f5;
    padding: 10px;
    color: #0086e1;
    line-height: 3;
    border-radius: 7px;
    font-size: 14px;
}
.single-post-category .blog-category {
    margin-right: 10px;
}
.single-post-title {
    font-size: 32px;
    border-bottom: 1px solid #dfe1ea;
    word-wrap: break-word;
    color: #103254;
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
}
.single-post-date-published {
    font-size: 14px;
    color: #a39d9d;
    font-weight: 300;
}
.single-post-text-wrapper {
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 40px;
}
.single-post-text-desc p {
    font-size: 16px;
    color: #626a7f;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}
.font-dark-color {
    color: rgba(0, 0, 0, 0.8) !important;
}
.related-post-holder {
    width: 350px;
    margin-bottom: 30px;
}
.related-post-holder-img {
    width: 350px;
    height: 350px;
    border-radius: 5px;
}
.related-post-holder-img img {
    border-radius: 5px;
}
.related-post-holder-content {
    padding: 10px;
    text-align: left;
}
.related-post-holder-content .blog-category {
    background-color: #f5f5f5;
    padding: 5px;
    color: #262525;
    line-height: 3;
    border-radius: 4px;
    font-size: 10px;
}
.category-date-published {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-post-holder-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #103254;
}
.related-post-holder-content p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #626a7f;
    margin-bottom: 10px;
}
.link-blog-r {
    font-size: 12px;
    color: #ffffff;
    background-color: #103254;
    padding: 2px 10px;
    border-radius: 4px;
}
.related-post-main-title {
    margin-top: 0px;
    margin-bottom: 40px;
}
.related-post-main-title h4 {
    position: relative;
    color: #191a1b;
}
.related-post-main-title h4:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 50px;
    height: 5px;
    background-color: #103254;
}
.related-posts-blog {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-posts-section {
    padding: 110px 0px;
}
.blog-post-holder {
    font-family: "Poppins", sans-serif;
    min-height: 560px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.post-image {
    border-radius: 5px;
    width: 100%;
    height: 252px;
}
.post-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.post-category-date {
    padding: 20px 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
    color: #b9b9b9;
}
.post-category {
    display: inline-block;
    background: #f5f5f5;
    color: #0086e1;
    border-radius: 5px;
    padding: 0px 10px;
}
.post-date-published {
    display: inline-block;
}
.post-title {
    margin-bottom: 0px;
    line-height: 27px;
    color: #103254;
    padding-bottom: 20px;
}
.post-short-description p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    opacity: 0.5;
    padding-bottom: 20px;
}
.post-read-more a {
    font-size: 12px;
    line-height: 27px;
    color: #ddd;
    text-transform: uppercase;
}
.post-read-more a:hover {
    text-decoration: none;
    background: #ddd;
    color: #fff;
    padding: 10px 10px;
}
.blog-post-details {
    padding: 0px 10px;
}
.load-more-posts {
    text-align: center;
}
.btn-load-posts {
    background: transparent;
    border: none;
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
    color: #ddd;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 0px;
}
.load-more-posts {
    margin-top: 100px;
}
.btn-load-posts:hover {
    background: #ddd;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0px;
}
.btn-load-posts:focus {
    outline: 0;
    box-shadow: unset;
}
.blog-category-title-desc .post-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-category-title-desc .post-short-description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}
.blog-main-image img {
    max-width: 100%;
    max-height: 800px;
    width: auto;
    height: auto;
    border-radius: 5px;
}
.blog-text-img-details .post-short-description p {
    padding-bottom: 30px;
}
.blog-text-img-details .blog-padding-px {
    padding: 50px 140px 20px 140px;
}
.post-img-smaller {
    margin-top: 30px;
    margin-bottom: 50px;
}
.post-img-smaller img {
    max-width: 100%;
    max-height: 620px;
    width: auto;
    height: auto;
    border-radius: 5px;
}
.post-short-description ul {
    padding-bottom: 30px;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    list-style-type: disc;
}
.post-short-description ul li {
    color: rgba(0, 0, 0, 0.77);
    margin-bottom: 20px;
}
.post-short-description ul li:last-child {
    margin-bottom: 0px;
}
.blog-recent-articles {
    font-style: normal;
    background: #fff;
    padding-top: 120px;
    padding-bottom: 50px;
}
.recent-articles-title {
    font-size: 36px;
    line-height: 110%;
    color: #103254;
}
.articles-holder .post-image {
    width: 100%;
    height: 280px;
}
.articles-holder .post-image img {
    border-radius: 0px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.articles-holder .blog-post-holder {
    background: #fff;
    min-height: 590px;
    padding: 0px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 15px;
    box-shadow: 15px 15px 76px rgb(16 50 84 / 6%);
}
.articles-holder .blog-post-details {
    padding: 20px 25px 25px 25px;
}
.articles-holder .post-category-date {
    font-size: 12px;
    line-height: 27px;
    color: #0086e1;
    padding: 0px;
    padding: 0;
    max-height: 30px;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.articles-holder .post-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #103254;
    margin-bottom: 20px;
    max-height: 85px;
    height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}
.articles-holder .post-short-description p {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #626a7f;
    max-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px;
}
.articles-holder .post-read-more {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.articles-holder .post-read-more a {
    font-size: 12px;
    line-height: 27px;
    color: #0086e1;
}
.articles-holder .post-read-more a:hover {
    background: none;
    padding: 0px;
    color: rgba(0, 134, 225, 0.8);
}
.blog-category-articles {
    font-style: normal;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.post-read-more .mydevicon-dropdown-arrow-default {
    transform: rotate(270deg);
    color: #0086e1;
    font-size: 10px;
}
.category-articles-title {
    font-size: 36px;
    line-height: 110%;
    color: #103254;
    text-transform: uppercase;
}
.categories-list ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 40px;
    margin-bottom: 0px;
}
.categories-list ul li {
    margin-bottom: 15px;
}
.categories-list ul li:last-child {
    margin-bottom: 0px;
}
.categories-list ul li a {
    font-size: 24px;
    line-height: 110%;
    color: #103254;
    text-transform: uppercase;
    font-weight: normal;
}
.categories-list ul li a.active {
    color: #0086e1;
}
.categories-list ul li a:hover {
    text-decoration: none;
    color: #0086e1;
}
.articles-holder .load-more-posts {
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-holder .btn-load-posts {
    font-size: 24px;
    line-height: 110%;
    color: #0086e1;
    text-transform: unset;
    display: flex;
    align-items: center;
}
.articles-holder .btn-load-posts:hover {
    background: none;
    color: #0086e1;
}
.articles-holder .btn-load-posts i {
    padding-left: 20px;
}
.articles-holder .load-more-posts .hide {
    display: none;
}
.blog-category-title {
    font-size: 34px;
    line-height: 18px;
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.articles-holder .owl-nav button {
    width: 30px;
    height: 30px;
    background: #e7e7e7 !important;
    border-radius: 50px;
    color: #fff;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-holder .owl-prev {
    left: -40px;
    top: 45%;
    position: absolute;
}
.articles-holder .owl-nav button span {
    color: #fff;
    height: 100%;
    padding-top: 2px;
}
.articles-holder .owl-nav button:hover {
    background: #0086e1 !important;
}
.articles-holder .owl-next {
    right: -40px;
    top: 45%;
    position: absolute;
}
.recent-articles-carousel .owl-item.active {
    font-weight: normal;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 150px !important;
    z-index: 0 !important;
}
.featured-article {
    position: relative;
    width: 100%;
    height: 600px;
    padding-top: 105px;
}
.featured-article:after {
    content: "";
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: 495px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 105px;
}
.featured-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-article-title {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 680px;
    transform: translate(0, 80%);
    height: 300px;
    z-index: 9;
    text-align: left;
}
.featured-article-title h1 {
    font-weight: 600;
    line-height: 110%;
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.featured-article-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.featured-article-title a:hover {
    background: none;
}
.share-article-section {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    padding: 50px 0px;
    text-align: center;
}

.share-icons-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-icons-holder a {
    font-size: 25px;
    border-radius: 50px;
    margin: 0 4px;
    transition: 0.4s;
    box-shadow: 0 4px 15px #35363e45;
    width: 45px;
    height: 45px;
    padding: 11px;
    text-align: center;
    background: #3f51b5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-icons-holder a:hover {
    transform: translateY(10px);
    color: #3f51b5;
    color: #fff;
}
.share-icons-holder a.facebook {
    background: #3f51b5;
}
.share-icons-holder a.twitter {
    background: #FFFFFF;
}
.share-icons-holder a.linkedin {
    background: #137fd6;
}
.share-icons-holder a.youtube {
    background: #ff0000;
}
.share-icons-holder a.pinterest {
    background: #e91e54;
}
.share-icons-holder a.instagram {
    background: #cd486b;
}

.sendbat-app-download {
    margin-top: 20px;
}

.sendbat-app-download a {
    margin-right: 10px;
}

.sendbat-app-download a {
    display: inline-block;
    width: 130px;
    height: 100px;
    background-repeat: no-repeat;
    transition: background-image 0.3s ;
}

.appstore-download {
    background-image: url("../images/landing-images/appstore-sendbat.svg");
}

.googleplay-download {
    background-image: url("../images/landing-images/googleplay-sendbat.svg");
}

.appstore-download:hover {
    background-image: url("../images/landing-images/appstore-sendbat-black.svg");
}

.googleplay-download:hover {
    background-image: url("../images/landing-images/googleplay-sendbat-black.svg");
}

.sent-succesfully{
    display: none;
    position: absolute;
    background: #18aee3;
    top: -55px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px !important;
    line-height: 13px;
}

@media only screen and (max-width: 768px) {
    .single-post-text-wrapper img {
        max-width: 100% !important;
        object-fit: scale-down;
        height: 100%;
        max-height: 100% !important;
        width: 100%;
    }
}
/*media queries*/
@media only screen and (max-width: 991px) {
    .categories-list ul {
        margin-bottom: 30px;
    }
    .blog-category-articles {
        padding-top: 0px;
    }
    .blog-recent-articles {
        padding-bottom: 0px;
    }
    .sendbat-app-download {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .recent-articles-title {
        margin-bottom: 15px;
    }
    .categories-list ul {
        margin-bottom: 30px;
    }
    .blog-category-articles {
        padding-top: 0px;
    }
    .blog-recent-articles {
        padding-bottom: 0px;
    }
    .featured-article-title {
        width: 500px;
    }
}
@media (max-width: 575.98px) {
    .recent-articles-title {
        margin-bottom: 15px;
    }
    .categories-list ul {
        margin-bottom: 30px;
    }
    .blog-category-articles {
        padding-top: 0px;
    }
    .blog-recent-articles {
        padding-bottom: 0px;
    }
    .featured-article-title {
        width: 330px;
    }
}

@media (min-width: 1200px) and (max-width: 1426.98px) {
    .workspace-plan-title {
        font-size: 22px;
    }
}

@media (min-width: 1200px) and (max-width: 1343.98px) {
    .standard-plan .one-time-fee{
        top: 5px;
    }

    .workspace-plan-title {
        font-size: 22px;
    }

    .price-container{
        margin-top: 15px;
    }
}

