/*Redesign CSS*/
body {
    color: #262d34;
    font-family: var(--font-family-sans-serif);
    text-align: start;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.01em;
    color: #212629;
}

.quick-view {
    display: block;
}

a {
    display: inline-block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.ct-home-page-container {
    background: #004fa6;
    padding: 16px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.ct-home-page-container .nav-link {
    margin: 0 9px !important;
    padding: 6px 0 !important;
}

.ct-home-page-container .nav-link {
    border-bottom: 1px solid transparent;
}

.ct-home-page-container .nav-link.active {
    border-color: #fff;
}

.video-play-btn img {
    filter: brightness(1) invert(1);
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #2486f2;
    border-radius: 60px;
}

#videoModal .btn-close{
    margin-inline-end: -5px !important;
    margin-top: -9px !important;
}

.learn-more-btn {
    background-color: #fff;
    padding: 12px 24px;
    border: 0;
    color: #070707;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    line-height: normal;
}
.learn-more-btn:active{
    transform: scale(1.09);
}
.signIn-btn {
    padding: 12px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    background: #2389f3;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.nav-item {
    position: relative;
}

.ct-home-page-container .nav .nav-link {
    padding: 4px 40px;
    background-color: rgb(202 204 206);
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: 400;
}

.ct-home-page-container .nav {
    gap: 30px;
    justify-content: center;
}

.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.slider-img-shadow:hover img {
    transform: scale(1.2);
}

.slider-img-shadow img {
    transition: all 0.5s;
}

.ct-home-page-webstore-main {
    padding-top: 95px;
    background-image: url(../img/new-home-page/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden;
}

.ct-home-page-webstore-main h2 {
    color: #18181b;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    max-width: 1051px;
    margin: 0 auto 19px;
}

.ct-home-page-webstore-main p {
    color: #52525b;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 45px;
    line-height: 33px;
}
.learn-more-btn {
    padding: 20px 29px;
    font-size: 20px;
}
.mb-60 {
    margin-bottom: 60px;
}

.ct-home-page-webstore-main-image {
    gap: 50px;
    margin: 0 -90px;
}

.line-vector {
    position: absolute;
    left: 0;
    bottom: 0;
}

.learn-primary {
    background-color: #2486f2 !important;
    border-color: #2486f2 !important;
    color: #fff !important;
}

.ct-home-page-webstore-main-image h2 {
    color: #fff;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    padding: 12px 10px;
    margin-bottom: 0;
}

.ct-home-page-webstore-main-image video {
    border-radius: 10px;
}

.slider-video-container {
    background-color: #2486f2 !important;
    border-radius: 10px 10px 0 0;
}

.slider-img-shadow img {
    border-radius: 12px 12px 0 0;
}

.ct-section-title {
    padding: 10px 0;
    margin-bottom: 48px;
}

.ct-section-title h2 {
    color: #18181b;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}

.howDoes-itWork-icon {
    background-color: #2486f2;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ct-home-page-tab-container {
    padding: 80px 20px;
}

.ct-home-page-tab-container ul {
    display: block;
}

.ct-home-page-tab-container ul li a {
    width: 100%;
    border-radius: 10px !important;
    border: 1px solid #ececec !important;
    background: #fff !important;
    margin-bottom: 8px;
    padding: 12px 16px !important;
    color: #161721 !important;
    font-size: 17px;
    font-weight: 600 !important;
    text-transform: capitalize;
    position: relative;
}

.ct-home-page-tab-container ul li a::before {
    display: none !important;
}

.ct-home-page-tab-container ul li a.active {
    border: 1px solid #d6eaff !important;
    background: #e7f3ff !important;
}

.ct-home-page-container .dropdown-content {
    position: absolute;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgb(177 177 177 / 20%);
    z-index: 1;
    display: none;
    border-radius: 0 0 10px 10px;
}

.ct-home-page-container .dropdown-content a {
    color: black;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.ct-home-page-container .dropdown-content a:hover {
    color: #2885f3;
}

.demo-webstore-box-list {
    border: 2px solid #bdbdbd;
    padding: 40px 15px;
    border-radius: 20px;
    text-align: center;
}
.demo-webstore-box-list p {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 15px;
}

.demo-webstore-box {
    border-radius: 15px;
    height: 100%;
}
.demo-webstore-box-image h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}
.demo-webstore-box-blue {
    background-color: #2486f2;
    padding: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ct-demo-webstote-tab-container .learn-more-btn {
    padding: 20px 23px;
    font-size: 18px;
}
.ct-demo-webstote-tab-container
    .demo-webstore-box-image:hover
    .demo-webstore-box-blue {
    opacity: 1;
    visibility: visible;
}
.demo-webstore-box-blue ul {
    padding-left: 20px;
}
.demo-webstore-box-blue ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 7px;
    transition: all 0.5s ease;
}
.demo-webstore-box-blue ul li:hover {
    transform: translateX(10px);
}
.demo-webstore-box-blue h3 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 9px;
    font-weight: 700;
}

.demo-webstore-box-image {
    border: 2px solid #bdbdbd;
    padding-bottom: 10px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.demo-webstore-box-image img {
    width: 100%;
    height: auto;
}

.platform-tab {
    border-radius: 16px;
    border: 1px solid #d6eaff;
    background: #e7f3ff;
    padding: 24px;
}

.platform-tab img {
    margin-bottom: 24px;
    width: 100%;
    height: auto;
}

.platform-tab p {
    color: #070707;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.arrow-btn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9f4ff;
    background: #fff;
    position: absolute;
}

.arrow-btn:hover {
    background: #2389f3;
    border-color: #2389f3;
    color: #fff;
}

.prev-button {
    right: 80px;
    top: -80px;
}

.next-button {
    right: 23px;
    top: -80px;
}

.py-80 {
    padding: 80px 20px;
}

.demo-webstore-box img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.ct-demo-webstore-container {
    background: linear-gradient(91deg, #f2feec 0%, #e3effd 109.37%);
}

.ct-demo-webstore-container-box {
    background-color: #cbe5ff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 25px;
    max-width: 991px;
    margin: 0 auto;
}

.ctdemo-webstore-content-bx {
    position: relative;
    height: 100%;
}
.ctdemo-webstore-content-bx img {
    width: 100%;
    height: auto;
}
.demo-webstore-box-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.demo-webstore-box-button .learn-more-btn {
    padding: 13px 14px;
    font-size: 17px;
    width: 251px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}
.navbar .learn-more-btn,
.navbar .signIn-btn {
    padding: 10px 16px;
    font-size: 14px;
}

.create-webstore-box-content {
    border-radius: 16px;
    padding: 48px 24px;
    text-align: center;
    height: 100%;
}

.create-webstore-box-content img {
    margin-bottom: 25px !important;
    margin: auto;
    width: 65px;
    height: 65px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(334deg)
        brightness(103%) contrast(104%);
}

.create-webstore-box-content h2 {
    color: #070707;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.create-webstore-box-content p {
    color: #070707;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    max-width: 350px;
    margin: 0 auto 0;
}

.webstore-blue {
    background-color: #91d8f7;
}

.webstore-Darkpink {
    background-color: #c8c5e2;
}

.webstore-darkYellow {
    background-color: #d2e28b;
}

.webstore-pink {
    background: rgba(255, 86, 151, 0.3);
}

.webstore-green {
    background: rgba(37, 208, 146, 0.3);
}

.webstore-yellow {
    background: rgba(255, 108, 10, 0.3);
}

.ct-howDoes-itWork-container,
.ct-testimoniols-container,
/* .ct-benefit-container, */
.ct-subscription-container {
    background: linear-gradient(91deg, #f2feec 0%, #e3effd 109.37%);
}

.hs-benefit-text h2{
    font-size: 30px;
    color: #18181b;
    text-align: center;
    font-weight: 700;
}

.howDoes-itWork-content {
    text-align: center;
    max-width: 300px;
}

.howDoes-itWork-content img {
    width: 100%;
    height: auto;
    max-width: 45px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(334deg)
        brightness(103%) contrast(104%);
}

.num-icon {
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2486f2;
    color: #fafafa;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 10px;
}

.howDoes-itWork-content h2 {
    color: #070707;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.howDoes-itWork-content p {
    color: #070707;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.howDoes-itWork-content::before {
    content: "";
    background-image: url(../img/new-home-page/vector1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 170px;
    height: 46px;
    position: absolute;
    left: 290px;
    top: 41px;
}

.howDoes-itWork-content3::before {
    display: none;
}

.howDoes-itWork-content2::before {
    left: 360px;
    background-image: url(../img/new-home-page/vector2.png);
}

.ct-benefit-right-box .card {
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #dadde3;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    margin-bottom: 25px;
}

.ct-benefit-right-box .card .card-header {
    border-bottom: 0 !important;
}

.ct-benefit-right-box .card a {
    color: #161721 !important;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 0;
    white-space: normal;
    text-align: left;
}

.ct-benefit-right-box .card .card-body {
    padding: 0 !important;
}
.ct-benefit-right-box .card .card-body h2 {
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 400;
}

.ct-benefit-list ul li {
    color: #404c5c;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.ct-benefit-right-box .btn[aria-expanded="false"] svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.ct-benefit-right-box .btn[aria-expanded="true"] {
    color: #2486f2 !important;
}

.ct-testimoniols-box {
    border-radius: 16px;
    background: #ffffff;
    padding: 24px 30px;
    box-shadow: 0px 0 10px 0px rgb(0 0 0 / 8%);
    height: 100%;
}

.ct-testimoniols-box img {
    width: 50px;
    height: auto;
    filter: invert(37%) sepia(99%) saturate(1791%) hue-rotate(195deg)
        brightness(100%) contrast(90%);
}

.ct-testimoniols-box h6 {
    color: #242a33;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 31px;
    line-height: 29px;
}

.ct-testimoniols-box h2 {
    color: #242a33;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12px;
    margin-bottom: 5px;
}

.ct-testimoniols-box p {
    color: #242a33;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08px;
    margin-left: 10px;
    margin-bottom: 0;
}

.star-icon {
    gap: 10px;
}

.star-icon i {
    color: #2389f3;
}

.testimoniols-slide .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 3rem 0 0 0;
    list-style-type: none;
}

.testimoniols-slide .slick-dots li {
    margin: 0 0.25rem;
}

.testimoniols-slide .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d1e7ff !important;
    text-indent: -9999px;
}

.testimoniols-slide .slick-dots li.slick-active button {
    background-color: #2389f3 !important;
}

.ct-subscription-container .ct-section-title {
    margin-bottom: 35px;
}

.ct-subscription-tab {
    border-radius: 12px;
    border: 1px solid #d9ebff;
    background: #fff;
    padding: 6px;
    width: fit-content;
    margin: auto;
}

.ct-subscription-tab ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ct-subscription-tab ul li a {
    padding: 14px 32px !important;
    color: #021a3e !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400 !important;
    /*25.6px*/
    letter-spacing: 0.08px;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}

.ct-subscription-tab ul li a.active {
    background: #2389f3 !important;
    color: #fff !important;
}

.ct-subscription-tab ul li .nav-link::before {
    display: none;
}

.ct-subscription-bx {
    padding: 40px 110px;
    background-color: #f1f1f2;
    border-radius: 10px;
    margin-bottom: 15px;
}
.ct-subscription-text p {
    font-size: 22px;
    color: #2389f3;
    font-weight: 700;
}
.ct-subscription-text h2 {
    font-size: 84px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}
.ct-subscription-text h6 {
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 400;
}

.ct-other-optional-box {
    border: 2px solid #bebfc1;
    padding: 30px 60px;
    border-radius: 10px;
}
.ct-other-optional-box h2 {
    font-size: 22px;
    color: #2389f3;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 0;
}
.ct-other-optional-box table tbody tr td {
    border-bottom: 2px solid #e6e7e8;
    border-top: 0;
    padding: 0.75rem 0;
    white-space: nowrap;
}
.ct-other-optional-box table tbody tr:last-child td {
    border-bottom: 0;
}
.ct-other-optional-box table tbody tr td h4 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}
.ct-other-optional-box table tbody tr td p {
    font-size: 16px;
    color: #000;
}
.ct-other-optional-box table tbody tr td h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.ct-other-optional-box table tbody tr td h3 span {
    font-weight: 400;
}

.ct-other-optional-box table tbody tr td:nth-child(2) {
    vertical-align: middle;
    text-align: right;
}
.ct-subscription-right-text {
    padding-left: 120px;
}
.ct-subscription-right-text p {
    font-size: 22px;
    color: #2389f3;
    font-weight: 700;
}
.ct-subscription-right-text h3 {
    font-size: 20px;
    font-weight: 700;
}
.ct-subscription-right-text h3 span {
    font-weight: 500;
}
.ct-subscription-right-text .h3 {
    font-size: 16px;
}
.ct-subscription-text {
    border-right: 2px solid #848688;
}

.select-menu {
    border-radius: 4px;
    background: #e6e7e8;
    padding: 8px 30px 8px 13px;
    color: #868686;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    appearance: none;
    border-radius: 5px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    min-width: 160px;
}
.down-arrow-icon {
    position: absolute;
    right: 11px;
    top: 5px;
    pointer-events: none;
}
.down-arrow-icon img {
    filter: invert(47%) sepia(80%) saturate(11%) hue-rotate(169deg)
        brightness(96%) contrast(95%);
    width: 16px;
    height: auto;
}

.select-down-icon {
    position: absolute;
    right: 0;
    top: 10px;
}

.select-down-icon i {
    color: #fff;
    font-size: 16px;
    width: 30px;
}

.ct-footer-main-text {
    text-align: center;
}

.ct-footer-main-text img {
    margin-bottom: 12px;
}

.ct-footer-main-text h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ct-footer-main-text p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    max-width: 520px;
    margin: 0 auto 20px;
}

.ct-footer-container {
    background-color: #004fa6;
    padding: 80px 20px 40px;
}

.ct-footer-main-text {
    margin-bottom: 150px;
}

.ct-footer-container .ct-footer-content-icon h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.ct-footer-container .ct-footer-content-icon ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}

.ct-footer-container .ct-footer-content-icon ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    /* 17.92px */
    letter-spacing: -0.4px;
}

.ct-footer-container .ct-footer-content-icon ul li .footer-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--White, #fff);
    box-shadow: 0px 1px 4px 0px rgba(17, 17, 17, 0.08),
        0px 1px 2px -1px rgba(17, 17, 17, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-footer-container .ct-footer-content-icon ul li .footer-icon img {
    width: 15px;
    height: auto;
    filter: invert(42%) sepia(75%) saturate(1384%) hue-rotate(193deg)
        brightness(99%) contrast(92%);
}

.ct-footer-content-text h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.ct-footer-content-text ul li {
    list-style: none;
}

.ct-footer-content-text ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ct-footer-content-text ul li a:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.footer-hr {
    border-top: 2px solid #ffffff;
    margin: 0 0 25px;
}

.footer-bottom p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.35px;
    margin-bottom: 0;
}

.footer-bottom p a {
    color: #2389f3;
}
.ct-footer-content-icon .footer-logo-ct {
    max-width: 250px;
    width: 100%;
    height: auto;
}
.ct-footer-content-icon .footer-logo-ct img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-bottom a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.35px;
}

.ct-home-page-webstore-main-image .slick-track {
    display: flex;
    align-items: end;
}
.ct-footer-content-text .footer-socil-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    color: #338df2;
}

@media screen and (min-width: 1279px) {
    .ct-home-page-container .nav-item:hover .dropdown-content {
        display: block;
    }
}

@media screen and (min-width: 375px) {
    .col-xs-6 {
        width: 50%;
    }
}

@media screen and (max-width: 1460px) {
    .ct-home-page-webstore-main-image {
        gap: 30px;
    }

    .ct-home-page-webstore-main-image {
        margin-right: 0;
    }
}

@media screen and (max-width: 1279px) {
    .ct-home-page-container .navbar-collapse {
        position: fixed;
        background: rgb(0, 79, 166);
        width: 100%;
        top: 61px;
        left: 0px;
    }
    

    .ct-home-page-container .navbar-nav {
        gap: 10px;
        padding: 20px !important;
    }

    .ct-home-page-webstore-main {
        padding-top: 100px;
        background-image: url(../img/new-home-page/hero-bg.png);
        height: auto;
    }

    .ct-home-page-webstore-main h2 {
        font-size: 50px;
    }

    .howDoes-itWork-content::before {
        display: none;
    }

    .ct-benefit-left-box h2 {
        font-size: 34px;
    }

    .ct-home-page-container .dropdown-content {
        position: relative;
        border-radius: 0;
    }
    .ct-section-title h2 {
        font-size: 35px;
    }
    .demo-webstore-box-blue ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ct-subscription-right-text {
        padding-left: 40px;
    }
    .ct-subscription-right-text h3 {
        font-size: 22px;
    }
    .ct-subscription-right-text .h3 {
        font-size: 16px;
    }
    .ct-subscription-text h2 {
        font-size: 80px;
    }
    .ct-subscription-text h6 {
        font-size: 24px;
    }
    .ct-home-page-webstore-main-image {
        margin: 0;
    }
    .ct-home-page-webstore-main-image video {
        border-radius: 10px;
        width: 200px;
        height: 150px;
    }
}

@media screen and (max-width: 991px) {
    .ct-home-page-webstore-main .container {
        padding: 0 20px;
    }
    .demo-webstore-box-blue h3 {
        font-size: 18px;
    }
    .ct-home-page-webstore-main-image {
        gap: 0;
        justify-content: space-between !important;
    }
    .ct-home-page-webstore-main-image .lg-width-img {
        max-width: 280px;
    }
    .ct-home-page-webstore-main-image {
        padding: 0;
        margin: 0;
    }
    .ct-section-title {
        margin-bottom: 80px !important;
    }
    .ct-benefit-container .ct-section-title,
    .ct-subscription-container .ct-section-title {
        margin-bottom: 40px !important;
    }
    .webstore-benefit-slide .arrow-btn,
    .ct-testimoniols-container .arrow-btn,
    .ct-howDoes-itWork-container .arrow-btn,
    .plateform-tab-slide .arrow-btn,
    .ct-createPage-container .arrow-btn {
        top: -65px;
    }
    .demo-webstore-box-button .learn-more-btn {
        min-width: 190px;
        width: 100%;
        font-size: 16px;
    }

    .ct-home-page-webstore-main-image video {
        width: 100%;
        height: auto;
    }
    .ct-home-page-webstore-main-image .lg-marge-left {
        margin-left: -20px;
    }
    .ct-home-page-webstore-main-image .lg-marge-right {
        margin-right: -20px;
    }
    .ct-home-page-webstore-main-image .slider-video-container {
        margin: 0 10px;
        min-width: 320px;
    }

    .ct-home-page-webstore-main p {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .slider-img-shadow img {
        width: 100%;
        height: auto;
    }

    .ct-section-title h2,
    .ct-benefit-left-box h2 {
        font-size: 30px;
    }

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

    .howDoes-itWork-content::before {
        display: none;
    }

    .webstore-tab-slide-1 .slick-slide {
        margin-right: 15px !important;
        margin-left: 15px !important;
        max-width: 100%;
    }

    .ct-subscription-right-text {
        padding-left: 0;
    }
    .ct-subscription-text {
        border-right: 0;
    }
    .ct-subscription-text p {
        font-size: 24px;
        margin-bottom: 0;
    }
    .ct-subscription-text h2 {
        font-size: 80px;
    }
    .ct-subscription-text h6 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .ct-subscription-right-text p {
        font-size: 20px;
    }
    .ct-subscription-right-text h3 {
        font-size: 20px;
    }
    .ct-subscription-right-text .h3 {
        font-size: 16px;
    }
    .ct-subscription-bx {
        padding: 25px 40px;
    }
    .ct-other-optional-box {
        padding: 30px;
    }
    .plateform-tab-slide .platform-heading {
        width: 100%;
        margin-bottom: 18px;
        color: #161721;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 576px) {
    .learn-more-btn {
        padding: 13px 20px;
        width: fit-content !important;
    }
    .ct-benefit-right-box .card {
        margin-bottom: 11px;
    }
    .login-btn {
        font-size: 14px !important;
    }

    .ct-section-title h2 {
        font-size: 25px;
    }

    .ct-home-page-webstore-main h2 {
        font-size: 38px;
    }

    .ct-home-page-tab-container {
        padding: 50px 20px;
    }

    .py-80 {
        padding: 40px 20px;
    }

    .ct-home-page-webstore-main {
        padding-top: 50px;
    }

    .ct-benefit-left-box h2 {
        font-size: 22px;
    }
    .mb-60 {
        margin-bottom: 21px;
    }
    .testimoniols-slide .slick-dots {
        padding: 2rem 0 0 0;
    }
    .ct-benefit-right-box .card a {
        font-size: 16px;
    }

    .ct-footer-main-text {
        margin-bottom: 50px;
    }
    .ct-footer-content-text h2,
    .ct-footer-container .ct-footer-content-icon h2 {
        font-size: 20px;
    }
    .ct-footer-main-text h2 {
        font-size: 28px;
    }
    .ct-subscription-text h2 {
        font-size: 60px;
    }
    .ct-subscription-text h6 {
        font-size: 18px;
    }
    .ct-subscription-right-text h3 {
        font-size: 18px;
    }
    .ct-subscription-bx {
        padding: 25px 20px;
    }
    .ct-subscription-text p {
        font-size: 20px;
    }
    .ct-other-optional-box h2 {
        font-size: 20px;
    }
    .ct-benefit-right-box .card .card-body h2 {
        font-size: 16px;
    }
    .ct-testimoniols-box {
        padding: 20px;
    }
    .ct-home-page-webstore-main-image .slider-video-container {
        min-width: 45%;
    }
    .ct-home-page-webstore-main-image .lg-marge-right {
        margin-right: -50px;
    }
    .ct-home-page-webstore-main-image .lg-marge-left {
        margin-left: -50px;
    }
    .ct-home-page-webstore-main-image .lg-width-img {
        max-width: auto;
        width: 150px;
        height: 150px;
    }
    .ct-home-page-webstore-main-image .lg-width-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 400px) {
    .demo-webstore-box-container {
        max-width: 180px;
    }
    .footer-bottom p,
    .footer-bottom a {
        font-size: 13px;
    }
    .nav-tabs .nav-item {
        width: 100%;
    }
}
@media screen and (max-width: 375px) {

    .navbar .learn-more-btn, .navbar .signIn-btn {
        padding: 8px 11px;
        font-size: 14px;
    }
    .logo-img {
        height: 20px !important;
    }
}