@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    font-size: 1.6rem;
    font-family: "Rethink Sans", sans-serif;
    color: #000000;
    line-height: 1.5;
    margin-top: 121px !important;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Rethink Sans", sans-serif;
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #21242d;
}

._container {
    max-width: 144rem;
    width: 90%;
    margin: 0 auto;
}

.wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* SWIPER JS */
.swiper-button-prev,
.swiper-button-next {
    height: 4rem;
    min-width: 4rem;
    border-radius: 50%;
    background: #127e98;
    border: 0.1rem solid #127e98;
    color: #fff;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    color: #127e98;
    background: #fff;
    border: 0.1rem solid #127e98;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    color: #127e98;
    background: #fff;
    border: 0.1rem solid #127e98;
}

/* HEADER START */
.top-header {
    background: #fff3d7;
    padding-inline: 8rem;
    padding-block: 1rem;
    font-size: 1.3rem;
}

.top-header li img {
    height: 1.4rem;
    width: auto;
    object-fit: contain;
    transition: 300ms all ease-in-out;
}

.top-header li:hover img {
    transform: scale(1.1);
}

.top-header-links li {
    margin-left: 7rem;
}

.top-header a {
    color: #101621;
    align-items: center;
}

.top-header li p {
    font-size: 1.3rem;
    color: #101621;
    margin-bottom: 0;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    padding-inline: 8rem;
    padding-block: 2rem;
    z-index: 999;
}

.navbar .navbar-nav {
    gap: 40px;
}

.navbar-nav .nav-item .nav-link {
    color: #21242d;
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
}

.navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: #127e98;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 1.5rem;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.default-button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    cursor: pointer;
}

.default-button span {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    background: #12a786;
    border: 0.2rem solid #12a786;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-radius: 0.8rem;
    transition: 300ms all ease-in-out;
}

.default-button span:hover {
    background: transparent;
    color: #12a786;
}

.default-button:focus {
    box-shadow: none;
}

.btn.login span {
    border-radius: 2.8rem;
}

.login .login-img {
    width: 2rem;
    transition: 300ms;
}

.default-button span:hover .login-img {
    filter: invert(0.5);
}

/* Mega Menu */

/* product */
.megap-menu {
    top: 11rem;
    left: 50%;
    min-height: calc(100vh - 11rem);
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    padding: 4rem;
    z-index: 1000;
}

.megap-menu h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    white-space: nowrap;
}

.megap-menu .nav-pills {
    margin-right: 4.5rem;
}

.megap-menu .menus::-webkit-scrollbar {
    width: 0.8rem;
    background: #e9e9e9;
}

.megap-menu .menus::-webkit-scrollbar-track {
    background: #e9e9e9;
}

.megap-menu .menus::-webkit-scrollbar-button {
    background: #12a786;
}

.megap-menu .menus .nav-link {
    background: transparent !important;
    font-size: 2rem;
    color: #21242d99;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.megap-menu .menus .nav-link.active {
    color: #127e98;
}

.megap-menu .menus .links strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
}

.megap-menu .menus .links a {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    color: #21242d;
    margin-bottom: 1.5rem;
    transition: 300ms;
}

.megap-menu.services-megap-menu .menus .links a {
    color: #21242d99;
}

.megap-menu .menus .links a:hover {
    color: #127e98;
}

.megap-menu.services-megap-menu .menus .links a:hover {
    color: #21242d;
    font-weight: 500;
}

.megap-menu .menus .links a.new::after {
    position: absolute;
    top: 0;
    content: "NEW";
    color: #12a786;
}

/* end */
/* service */

.mega-menu {
    position: fixed;
    top: 11rem;
    left: 50%;
    min-height: calc(100vh - 11rem);
    transform: translateX(-50%);
    background: #fff4f4 url("../images/mega-menu-bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    padding: 4rem;
    z-index: 1000;
    display: none;
}

.mega-menu h2 {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.mega-menu .nav-pills {
    margin-right: 4.5rem;
}

.mega-menu .menus::-webkit-scrollbar {
    width: 0.8rem;
    background: #e9e9e9;
}

.mega-menu .menus::-webkit-scrollbar-track {
    background: #e9e9e9;
}

.mega-menu .menus::-webkit-scrollbar-button {
    background: #12a786;
}

strong.service-name-data {
    background: transparent !important;
    font-size: 2rem;
    color: #000000;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.mega-menu .menus .nav-link {
    background: transparent !important;
    font-size: 2rem;
    color: #21242d99;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.mega-menu .menus .nav-link.active {
    color: #127e98;
}

.mega-menu .menus .links strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
}

.mega-menu .menus .links a {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    color: #21242d;
    margin-bottom: 1.5rem;
    transition: 300ms;
}

.mega-menu.services-mega-menu .menus .links a {
    color: #21242d99;
}

.mega-menu .menus .links a:hover {
    color: #127e98;
}

.mega-menu.services-mega-menu .menus .links a:hover {
    color: #21242d;
    font-weight: 500;
}

.mega-menu .menus .links a.new::after {
    position: absolute;
    top: 0;
    content: "NEW";
    color: #12a786;
    font-size: 1.2rem;
}

/* HEADER END */
.swiper-wrapper {
    height: auto !important;
}

.slide {
    font-size: 1.8rem;
    background: #fff;
    pointer-events: none;
}

.slide.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(100, 100, 100, 0) 0%,
        #000000 100%
    );
    pointer-events: none;
    z-index: 1;
}

.slide .slide-contents {
    height: 51rem;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.slide .slide-contents video {
    object-fit: cover;
}

.slide .slide-contents .slide-sub-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #21242d99;
    padding-left: 4rem;
    background: url("../images/technology.png") no-repeat;
    background-size: contain;
    margin-bottom: 2.4rem;
}

.slide .slide-contents .slide-heading {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 4.4rem;
}

.slide .slide-contents .techno-button {
    max-width: 24rem;
    display: inline-block;
    width: 100%;
}

.slide .slide-contents .techno-button span {
    font-size: 2rem;
    font-weight: 760;
    letter-spacing: 1px;
}

.slide .slide-image {
    height: 50rem;
}

.slide .slide-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.slide-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-detail h2 {
    font-size: 6.4rem;
    font-weight: 700;
    font-family: "Rethink Sans", sans-serif;
    color: #fff;
    margin-bottom: 6rem;
}

.techno-button {
    display: block;
    padding: 1rem;
    background: #0a7d55;
    border: 0.2rem solid #0a7d55 !important;
    font-size: 2.7rem;
    font-weight: bolder;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Rethink Sans", sans-serif;
    transition: 300ms all ease-in-out;
    pointer-events: all;
    border-radius: 20px;
}

.techno-button:hover {
    background: transparent;
    color: #12a786;
}

.techno-button.center {
    /* margin-inline: auto; */
    font-weight: 650;
    font-size: 2.8rem;
}

.button_main_take a {
    margin: 0 auto;
}

.hero-pagination .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    margin-inline: 1rem !important;
    background-color: #ffffff;
    box-shadow: 0 0 0.5rem #ccc;
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    box-shadow: none;
    background-color: #12a786;
    transform: scale(1.5);
}

/* HERO CAROUSEL END  */

/* SERVICES SECTION START */
.services {
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat;
    background-size: 5rem, 7rem, 7rem, 5rem, 5rem;
    background-position: 5rem 1rem, 100% 0, 0 50%, 5rem 100%, 97% 97%;
    scroll-margin-top: 120px;
}

.faq-services {
    background: url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-size: 7rem, 7rem;
    background-position: 100% 0, 0 50%;
    scroll-margin-top: 120px;
}

.disclaimer-services {
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat;
    background-size: 5rem, 7rem, 7rem, 5rem, 5rem;
    background-position: 0rem 2rem, 100% 0, 0 50%, 0rem 100%, 97% 97%;
    scroll-margin-top: 120px;
}

.services .service {
    z-index: 1;
    transition: 300ms all ease-in-out;
}

.services .card {
    border: 0;
    perspective: 1000px;
}

.services .content {
    min-height: 28rem;
    max-width: 28rem;
    width: 100%;
    margin: 0 auto;
    transition: transform 700ms;
    transform-style: preserve-3d;
}

.services .front,
.services .back {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.services .back {
    text-align: center;
    opacity: 0;
    overflow: hidden;
}

.services .card:hover .back {
    opacity: 1;
    z-index: 2;
}

.services .card .services-mega-menu-navigations {
    transform: translateY(20rem);
    transition: 200ms all ease-in-out;
    transition-delay: 100ms;
}

.services .card:hover .services-mega-menu-navigations {
    transform: translateY(0);
}

.services .card .front img {
    transition: 200ms all ease-in-out;
}

.services .card:hover .front img {
    filter: blur(0.5rem);
}

.services .back > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.services .back ul li {
    margin-bottom: 1rem;
}

.services .back ul li a {
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
}

.services .back ul li a:hover {
    color: #127e98;
}

.section-sub-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #127e98;
    margin-bottom: 1.4rem;
}

.section-heading {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 32px;
}

.services .section-heading {
    margin-bottom: 6rem;
}

.services .card-body {
    max-width: 26.5rem;
    width: 100%;
    margin-inline: auto;
}

.services .card-title {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
}

.card-description {
    font-weight: 400;
    color: #21242d61;
    margin-bottom: 0;
}

/* SERVICES SECTION END */

/* TESTIMONIALS SECTION START */
.testimonials {
    background: url("../images/testimonial-bg-icon-1.png") no-repeat,
        url("../images/testimonial-bg-icon-2.png") no-repeat;
    background-position: 5rem 0, 100% 100%;
    padding-block: 8rem;
}

.myTestimonial {
    position: relative;
}

.testimonial {
    position: relative;
}

.testimonial h2 {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
}

.testimonial .wrapper {
    max-width: 59rem;
    width: 100%;
    margin-inline: auto;
    text-align: center;
}

.testimonial .client-review {
    color: #127e98;
    font-size: 2rem;
    font-weight: 500;
}

.testimonial .title {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 4rem;
}

.testimonial .subtitle {
    margin-bottom: 3.4rem;
}

.testimonial .subtitle h3 {
    font-size: 2rem;
    font-weight: 100;
    color: #21242d99;
}

.myTestimonial .profile-pic {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.testimonial .profile-pic img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.ratings {
    max-width: 32rem;
}

.ratings .rating {
    min-height: 10rem;
    text-align: center;
    margin-left: 10rem;
    padding-top: 1.3rem;
    background: url("../images/star-ratings-bg.png");
    background-size: 100% 100%;
}

.ratings .rating img {
    height: 3.2rem;
    width: 3.2rem;
    margin: 0.4rem;
    object-fit: contain;
}

.ratings .rating + img {
    margin-top: -1.5rem;
    margin-left: 3.4rem;
}

.test-btn {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2rem;
    z-index: 1;
}

.test-next {
    background-color: #127e98;
    position: static;
    border-radius: 100%;
    width: 100%;
}

.swiper-button-next:after {
    font-size: 1.4rem;
}

.name {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
}

.designation {
    font-size: 1.3rem;
    font-weight: 400;
    color: #21242d99;
}

.test-btn .swiper-button {
    position: static;
    border-radius: 100%;
    background-color: #127e98;
    border: 0.1rem solid #127e98;
    transition: 300ms all ease-in-out;
}

.test-btn .swiper-button-disabled,
.test-btn .swiper-button:hover {
    opacity: 1;
    background: #fff;
    color: #127e98;
}

.swiper-button-prev:after {
    font-size: 1.4rem;
}

/* TESTIMONIALS SECTION START */

/* SPONSORS SECTION START  */
.myClient .swiper-slide img,
.myOtherClient .swiper-slide img {
    max-width: 20rem;
    width: 100%;
    object-fit: contain;
}

.myClient .swiper-slide .logo-container {
    height: 100%;
}

.myClient .swiper-slide img {
    height: 142px !important;
    width: 200px !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

section.sponsors,
section.clients {
    position: relative;
    padding-inline: 10rem;

    margin-inline: auto;
    min-height: 21rem;
    background: url("../images/Union.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsors .swiper,
.clients .swiper {
    position: static;
}

.clients .swiper-slide .logo-container {
    height: 100%;
}

.clients .swiper-slide img {
    height: 142px !important;
    width: 200px !important;
    object-fit: contain !important;
    object-position: center;
    display: block;
    filter: grayscale(100%);
}

.clients .myClient .swiper-button-prev,
.clients .myClient .swiper-button-next,
.clients .myOtherClient .swiper-button-prev,
.clients .myOtherClient .swiper-button-next {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: bold;
}

.clients .myClient .swiper-button-prev,
.clients .myOtherClient .swiper-button-prev {
    left: 4rem;
}

.clients .myClient .swiper-button-next,
.clients .myOtherClient .swiper-button-next {
    right: 4rem;
}

.clients .myClient .swiper-button-prev::after,
.clients .myClient .swiper-button-next::after,
.clients .myOtherClient .swiper-button-prev::after,
.clients .myOtherClient .swiper-button-next::after {
    font-size: 2rem;
}

/* SPONSORS SECTION END  */

/* INSIGHTS & RESOURCS SECTION START */
.insights {
    background: url("../images/insights-bg-icon-1.png") no-repeat,
        url("../images/insights-bg-icon-2.png") no-repeat;
    background-position: 0 100%, 100% 0;
    scroll-margin-top: 120px;
}

.insights h2 {
    margin-bottom: 6rem;
}

/* .insights .swiper {
    
} */

.insights .swiper .swiper-pagination-bullet {
    background: #21242d99;
}

.insights .swiper .swiper-pagination-bullet-active {
    background: #12a786;
}

.insights .card {
    max-width: 210px;
    width: 100%;
    margin-inline: auto;
    border: 0;
    background: transparent;
}

.insights .card .card-title {
    font-size: 16px;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 12px;
}

.insights .image {
    padding: 12px 24px;
}

a.read-more {
    font-family: "Rethink Sans";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #12a786;
    padding: 11px 22px;
    border-radius: 28px;
}

.insights .card .card-desc {
    font-size: 13px;
    color: #21242d61;
    min-height: 64px;
    margin-bottom: 36px;
}

.insights .default-button {
    max-width: 14.6rem;
    width: 100%;
    margin-inline: auto;
}

.insights .default-button span {
    justify-content: center;
    border-radius: 2.8rem;
    font-weight: 500;
}

/* INSIGHTS & RESOURCS SECTION END */

/* CONTACT SECTION START */
.contact {
    position: relative;
    background: url("../images/contact-bg.png");
    background-size: 100% 100%;
    padding-bottom: 8rem;
    scroll-margin-top: 120px;
}

.contact .counters {
    padding-top: 5rem;
    background: url("../images/contact-bg-icon.png") no-repeat;
    background-size: 8rem;
    background-position: 100% 0;
}

.form-img {
    max-width: 48rem;
    width: 100%;
    margin-inline: auto;
}

.contact .talk-to-us {
    color: #21242d;
    margin-bottom: 0;
}

.contact .form-heading {
    margin-bottom: 2rem;
}

.form {
    background-color: #fff;
    max-width: 68.8rem;
    width: 100%;
    /* padding: 7rem 6rem; */
    padding: 7rem 4rem;
    border-radius: 1.2rem;
}

.contact .form-label {
    font-size: 1.6rem;
    color: #21242d;
    font-family: "Rethink Sans", sans-serif;
    margin-bottom: 1rem;
    display: flex;
    align-items: start;
}

.form input,
.form select,
.form textarea {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 0.8rem;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    border: 0.1rem solid #12a786;
}

.form input::placeholder {
    color: #21242d99;
    font-size: 1.6rem;
}

.contact .default-button {
    width: 100%;
}

.contact .default-button span {
    justify-content: center;
    padding: 1.8rem;
}

.counters .card {
    border: 0;
    background: transparent;
}

.counters .card .card-thumbnail {
    min-height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counters .card h2 {
    color: #21242d;
    font-size: 2rem;
    font-weight: 400;
}

.counters .card h2.card-title {
    font-size: 1.6rem;
}

/* CONTACT SECTION END */

/* QUOTE SECTION START */
.quote {
    padding: 2rem 0;
    min-height: 12.5rem;
    background: linear-gradient(
        90deg,
        #096a7c 0%,
        #417640 49.96%,
        #a98121 99.74%
    );
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote .unlock {
    width: 90%;
}

.quote .unlock .heading {
    font-size: 3.4rem;
    color: #fff;
    font-weight: 500;
    font-family: "Rethink Sans", sans-serif;
    margin-bottom: 0;
}

.quote .unlock .button {
    text-align: right;
}

.quote .side-btn {
    border: 0.1rem solid #fff;
    background-color: transparent;
    border-radius: 3rem;
    min-width: 17.8rem;
    padding-block: 1.6rem;
    transition: 300ms all ease-in-out;
    cursor: pointer;
}

.quote .side-btn span {
    color: #fff;
    font-family: "Rethink Sans", sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    transition: 300ms all ease-in-out;
}

.quote .side-btn:hover {
    background: #fff;
}

.quote .side-btn:hover span {
    color: #101621;
}

.get-quote-form {
    max-width: unset;
    padding: 0;
}

.get-quote .default-button span {
    min-width: 20rem;
    justify-content: center;
    padding: 2rem;
}

/* QUOTE SECTION END */

/* CONTACT SECTION START */
.news_secure img {
    max-width: 10.6rem;
    width: 100%;
}

.offices {
    background: url("../images/side-bubble.png") no-repeat,
        url("../images/offices-bg.png") no-repeat;
    background-size: auto, cover;
    background-position: 100% 10%, 0 -2rem;

    width: 100%;
    margin-inline: auto;
    padding-block: 3rem;
}

.offices .row {
    max-width: 90%;
}

.offices h3.office {
    font-size: 2rem;
    color: #21242d;
    margin-bottom: 2rem;
}

.offices h3.office + p {
    color: #000;
    font-size: 2rem;
    margin-bottom: 2.4rem;
}

.offices .contact-no span {
    display: inline-block;
    height: auto;
    width: 4rem;
    background: #ffffff;
    border: 0.1rem solid #21242d61;
    text-align: center;
    border-radius: 2rem;
    margin-right: 1.5rem;
}

.offices .contact-no a {
    color: #21242d;
    font-size: 1.8rem;
}

/* CONTACT SECTION END */

/* new css by rishabh */
/* CSS RESET & BASE STYLES */
/* CSS RESET & BASE STYLES */
/* Import Fonts */

/* Layout */
.main_container_wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

/* Header */
.techcomp-header {
    background-color: #fff;
    padding: 20px 40px;
    border-bottom: 1px solid #eee;
}

.techcomp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.techcomp-logo img {
    height: 75px;
    width: 148px;
    margin-left: 100px;
}

.techcomp-nav {
    display: flex;
    gap: 25px;
    font-size: 14px;
}

.techcomp-nav a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.techcomp-login button {
    background-color: #12a786;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.techcomp-login button img {
    width: 20px;
    height: 20px;
}

/* Hero Section */
.techcomp-hero {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/Vector 9.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.common-inner-section {
    max-width: 1440px;
    width: 85%;
    margin: 0 auto;
    padding: 80px 0;
}

.techcomp-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

/* .techcomp-hero-text {} */

.techcomp-hero-text {
    max-width: 881px;
    width: 100%;
}

.techcomp-hero-text h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    color: #21242d;
    margin-bottom: 20px;
    max-width: 881px;
    width: 100%;
}

.techcomp-hero-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #21242d99;
    margin-bottom: 25px;
    max-width: 769px;
}

.techcomp-search-box {
    display: flex;
    max-width: 775px;
    border: 1px solid #ebb42e;
    border-radius: 25px;
    overflow: hidden;
    flex-wrap: wrap;
}

.techcomp-search-box img {
    padding: 6px;
    width: 50px;
    background-color: #fff;
}

.techcomp-search-box input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    min-width: 0;
}

.techcomp-search-box button {
    background-color: #ebb42e;
    color: #fff;
    border: none;
    padding: 12px 64px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 28px;
}

.techcomp-hero-image {
    justify-content: flex-end;
    align-items: center;
    max-width: 338px;
    width: 100%;
    margin: 0 auto;
}

.techcomp-hero-image img {
    width: 100%;
}

.softsuite-section {
    width: 100%;
    padding: 64px 100px 50px 100px;
}

.softsuite-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 96%;
}

.softsuite-tag {
    color: #127e98;
    font-size: 20px;
    font-weight: 500;
}

.softsuite-heading {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    margin-top: 4px;
}

.softsuite-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 200px;
}

.softsuite-tabs-container {
    display: flex;
    align-items: center;
    flex: 2;
    position: relative;
    max-width: 67%;
    gap: 10px;
    justify-content: flex-end;
}

.softsuite-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
    padding: 10px 0;
}

.softsuite-tabs::-webkit-scrollbar {
    display: none;
}

.softsuite-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 6px 12px;
    border: solid #fff;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 100px;
}

.softsuite-tab:hover {
    border: 1px solid #ebb42e;
    box-shadow: 0 0 8px 2px #ebb42e;
}

.softsuite-tab img {
    width: 57px;
    height: 56px;
    border-radius: 50%;
}

.softsuite-tab span {
    font-size: 16px;
    font-weight: 500;
    color: #21242d !important;
}

/* new updated css */
.softsuite-banner.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 30px;
}

.swiper-button-prev {
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    background-color: #127e98;
    border-radius: 50%;
    padding: 8px;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
}

.swiper-button-next {
    border: none;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #127e98;
    border-radius: 50%;
    padding: 8px;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}

.side_component_vector img {
    position: absolute;
    right: 0;
    width: 100px;
    top: 510px;
}

.left_side_component_vector img {
    position: absolute;
    left: 0px;
    width: 90px;
    top: 1000px;
}

/* new updated css */
.softsuite-tab-active:hover {
    background-color: #fff7ed;
}

.softsuite-scroll-btn {
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background-color: #127e98;
    border-radius: 50%;
    padding: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.softsuite-scroll-btn.hidden {
    display: none;
}

.softsuite-icon {
    width: 20px;
    height: 20px;
}

/* Banner */
.softsuite-banner {
    background-color: #fff8cb;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    flex-wrap: wrap;
    margin-left: 75px;
}

.softsuite-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.softsuite-textline {
    font-size: 40px;
    font-weight: 500;
    color: #222;
    margin-bottom: 12px;
}

.softsuite-discount {
    font-size: 80px;
    color: #111;
    font-weight: 500;
}

.softsuite-imagebox {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 280px;
}

.softsuite-banner-img {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.softsuite-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    background-color: #127e98;
}

.softsuite-arrow-left {
    left: 10px;
}

.softsuite-arrow-right {
    right: 10px;
}

.softsuite-arrow_right_tech {
    background-color: #127e98;
    color: #fff;
    width: 50px;
    height: 50px;
    transform: translateY(8%);
    padding: 10px 15px;
    border-radius: 59%;
    z-index: 16;
    border: none;
}

button.softsuite-arrow.softsuite-arrow-left {
    background-color: #fff;
    color: #127e98;
    border: 0.5px solid #127e98;
}

/* Positioning */
.file_imagetech {
    position: absolute;
    right: 30px;
    top: 1200px;
}

.arrow_techcomphero {
    position: absolute;
    left: 68px;
    top: 1295px;
}

.setting_component_tech img {
    position: absolute;
    left: 40px;
    top: 710px;
}

/* Responsive Design */

/* new css by rishabh */

/* NEWSLETTER SECTION START */
.newsletter {
    max-width: 144rem;
    width: 100%;
    margin-inline: auto;
}

.newsletter ._container {
    background: url("../images/newletter_email.png") no-repeat,
        url("../images/newslette_secure.png") no-repeat;
    background-size: 10rem, 10rem;
    background-position: 0 50%, 100% 50%;
}

.newsletter .subscribe {
    max-width: 61rem;
    margin-inline: auto;
}

.newsletter .declaration {
    font-size: 1.3rem;
    text-align: center;
}

.news-latter-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.3rem;
}

.news-latter-detail li {
    font-family: Rethink Sans;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: center;
    list-style: disc;
    color: #15264d;
}

.newsletter h2 {
    margin-bottom: 2.4rem;
}

.subscribe-with-email .subscribe-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}

.subscribe-with-email .subscribe-detail .field {
    position: relative;
    width: 72%;
}

.subscribe-with-email .subscribe-detail .field input {
    width: 100%;
}

.subscribe-with-email .subscribe-detail .field label {
    position: absolute;
    top: -1rem;
    left: 2rem;
    background: #fff;
    color: #9c9c9c;
    font-size: 1.3rem;
}

.subscribe-with-email .subscribe-detail input {
    padding: 1.4rem 2rem;
    outline: 0;
    border: 0.1rem solid #21242d61;
    border-radius: 0.6rem 0 0 0.6rem;
}

.subscribe-with-email .subscribe-detail input::placeholder {
    color: #626262;
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

.subscribe-with-email .subscribe-detail button {
    width: 28%;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem;
    background: #127e98;
    border: 0.2rem solid #127e98;
    color: #fff;
    border-radius: 0 0.6rem 0.6rem 0;
    transition: 300ms all ease-in-out;
}

.subscribe-with-email .subscribe-detail button:hover {
    background: transparent;
    color: #127e98;
}

.subscribe-with-email .declaration {
    font-size: 1.3rem;
    color: #626262;
    text-align: center;
    margin-bottom: 0;
}

/* NEWSLETTER SECTION END */

/* FOOTER SECTION START */
.footer-section {
    width: 100%;
    margin: 0 auto;
    border-bottom: 0.1rem solid #21242d26;
    background-color: #d4f9f3;
}

.footer-section .legend {
    padding-bottom: 5rem;
    background: url("../images/footer-bg-icon-1.png") no-repeat,
        url("../images/footer-bg-icon-2.png") no-repeat;
    background-position: 50% 100%, 95% 100%;
}

.footer_logo {
    max-width: 18.8rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.6rem;
}

.list-unstyled li:not(:last-child) {
    margin-bottom: 2rem;
}

.list-unstyled li a {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d;
    transition: 300ms all ease-in-out;
}

.list-unstyled li a:hover {
    color: #12a786;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.list-unstyled li a img {
    width: 1rem;
    margin-right: 1.6rem;
}

.footer-icons li a {
    display: block;
    min-width: 3.6rem;
    height: 3.6rem;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    border: 0.1rem solid #21242d;
    border-radius: 0.4rem;
}

.footer-icons li img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.footer-menu-list li:nth-child(1) {
    margin-bottom: 2rem;
}

.footer-menu-list li:nth-child(2) {
    margin-bottom: 4rem;
}

.footer-menu-list li a img {
    width: 1.4rem;
    margin-right: 1.5rem;
    margin-left: 0 !important;
}

.social-grid ul.footer-icons li {
    margin-right: 0;
}

.sub-footer {
    padding-block: 4rem;
    border-top: 0.1rem solid #21242d26;
}

.sub-footer p {
    font-size: 1.6rem;
    text-align: center;
    color: #21242d;
    margin-bottom: 0;
}

p.cont {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.8rem;
}

h4.imp-link {
    font-family: Rethink Sans;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

/* FOOTER SECTION END */

/* PRODUCTS PAGE START*/
.banner .slide-contents,
.banner .slide-image {
    padding-block: 1rem;
}

.product-banner .techno-button {
    max-width: 24rem;
}

.products .section-heading {
    margin-bottom: 6rem;
}

.products {
    padding-top: 8rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-size: 5rem, 7rem, 7rem, 7rem, 7rem;
    background-position: 4% 4%, 100% 0, 100% 90%, 0 100%, 0, 4%;
}

.product.card {
    width: 25rem;
    height: 25rem;
    perspective: 50rem;
    margin-inline: auto;
    margin-bottom: 4rem;
}

.product.card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.product.card .front,
.product.card .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    text-align: center;
    border-radius: 1rem;
    backface-visibility: hidden;
}

.product.card .back {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
}

.product.card .back > div {
    position: relative;
    height: 100%;
    width: 100%;
}

.product.card .back > div ul {
    margin-top: 1rem;
    padding: 1rem 0;
    max-height: 85%;
    overflow-y: auto;
}

.product.card .back > div ul::-webkit-scrollbar {
    width: 0;
}

.product.card .back > div li a {
    font-size: 2rem;
    color: #21242d99;
}

.product.card .back > div li a:hover {
    color: #127e98;
}

.product.card .card-body {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    padding: 0;
    background: #ffffff;
}

.product-tab {
    background-image: url("../images/product-banner-backround.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-inline: 8rem;
    padding-top: 4rem;
    margin-bottom: 8rem;
    padding-bottom: 10rem;
}

.product-tab ul {
    border-bottom: none;
    justify-content: center;
    background: #fff8f2;
    margin-bottom: 2rem;
}

.product-tab ul li button {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    border: none;
}

.product-tab ul li button:hover {
    border: none;
    color: #127e98;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #127e98;
}

.overview-heading h2 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
}

.overview-list {
    margin-bottom: 4rem;
}

.overview-list ul {
    padding-left: 2rem;
}

.overview-list ul li {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #21242d99;
    list-style: disc;
}

.overview-heading h1 {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: left;
}

.product-reviews {
    margin-bottom: 4rem;
}

.product-reviews h2 {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center;
}

.product-page-card-text .card .card-inner {
    height: 28rem;
    min-width: 28rem;
    border: none;
    box-shadow: 0 0 0.6rem 0 #00c99c;
    border-radius: 1rem;
}

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

.product-slider img {
    max-width: 40rem;
    width: 100%;
    height: auto;
    padding-top: 3.2rem;
    margin-bottom: 3.2rem;
}

.product-video-slider {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
}

.product-video-slider img {
    max-width: 144rem;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(100, 100, 100, 0) 0%,
        #000000 100%
    );
}

.compare-section {
    max-width: 21.3rem;
}

.compare-section a {
    width: 100%;
    padding: 1.9rem 6.7rem 1.9rem 6.7rem;
    border-radius: 0.8rem;
    color: #fff;
    background: #12a786;
}

.space-specifications {
    text-align: center;
    margin-bottom: 6rem;
}

.space-specifications p:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
    color: #127e98;
    margin-bottom: 1.6rem !important;
}

.space-specifications p:nth-child(2) {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center;
}

.processor-family {
    padding: 0 16rem 0 24rem;
    margin-bottom: 6rem;
}

.processor-family h2 {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 3.2rem !important;
}

.processor-family p {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1.6rem !important;
}

.processor-family ul li {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    list-style: disc;
}

span.monitor-support {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    display: block;
}

.document-slider img {
    max-width: 21rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.2rem;
}

.document-slider .card-body {
    max-width: 21rem;
    width: 100%;
    margin: 0 auto;
}

.document-slider .card-body h5 {
    font-family: "Rethink Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.2rem !important;
}

.document-slider .card-body p {
    font-family: "Rethink Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3.6rem !important;
}

.swiper.mySwiper.three-card-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-width: 11.85rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.swiper-slide .document-slider .document-download {
    text-align: center;
}

.swiper-slide .document-slider .document-download button {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #12a786;
    max-width: 14.6rem;
    width: 100%;
    padding: 1rem;
    border-radius: 2.8rem;
    border: 0;
}

.model-table-area table thead tr th {
    font-family: Rethink Sans;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #21242d;
    padding-bottom: 1.6rem;
}

.model-table-area table {
    max-width: 12.4rem;
    margin: 0 auto;
}

.model-table-area table tbody tr th a img {
    width: 2rem;
    padding-bottom: 2rem;
}

.model-table-area table tbody tr td {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    padding-bottom: 2rem;
}

.product-list-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-search {
    margin-bottom: 3.2rem;
    padding-left: 10rem;
}

.product-search p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    padding: 1.1rem 3.4rem;
    max-width: 58.5rem;
    width: 100%;
    color: #12a786;
    border: 0.2rem solid #12a786;
    border-radius: 8.2rem;
}

.product-search a {
    max-width: 14rem;
    width: 100%;
    padding: 1rem 2.4rem 1rem 2.4rem;
    border-radius: 2, 8rem;
    color: #fff;
    background: #12a786;
}

.product-search a img {
    width: 2.6rem;
}

.product-search a span {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-right: 0.8rem;
}

.accessories-card h5 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #21242d;
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem !important;
}

.accessories-card p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: #21242d61;
    max-width: 24rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.4rem !important;
}

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

.add-accessories button {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 1rem 0;
    max-width: 12.2rem;
    width: 100%;
    margin-bottom: 0.8rem;
    background: #12a786;
    border: none;
    border-radius: 2.8rem;
}

/* ACCOUNTS PAGE START */
.form-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button {
    margin-bottom: 3rem;
}

.back-button-container .back-button {
    max-width: 95%;
    margin-inline: auto;
}

.back-button a {
    display: inline-block;
    max-width: 12.7rem;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #12a786;
    padding: 1rem 2.7rem 1rem 3rem;
    border-radius: 2.8rem;
    border: none;
    transition: 300ms all ease-in-out;
}

.back-button a:hover {
    background: #333333;
}

.back-button a img {
    width: 1.4rem;
}

.back-button a span {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.form-container .form-wrapper h1 {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1.6rem;
    color: #21242d;
}

.form-container .form-wrapper p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2.8rem;
}

.login-field {
    margin-bottom: 2rem;
}

.login-field label {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1.2rem;
}

.login-field input {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    padding: 1.6rem 2.4rem;
    border: 0.1rem solid #21242d61;
    border-radius: 0.8rem;
}

.login-field .select-gender {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    padding: 1.6rem 2.4rem;
    border: 0.1rem solid #21242d61;
    border-radius: 0.8rem;
}

.password-field {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    border: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
}

.toggle-password .eye-open {
    display: none;
}

.toggle-password.active .eye-open {
    display: block;
}

.toggle-password.active .eye-close {
    display: none;
}

.sign-in-text p {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}

.sign-in-text p span {
    color: #12a786;
}

.remember-me input {
    height: 2.4rem;
    min-width: 2.4rem;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.remember-me input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff url("../images/check.png") no-repeat;
    background-position: center;
    display: none;
}

.remember-me input:checked {
    background-color: #fff;
    border-color: #21242d61;
    overflow: hidden;
}

.remember-me input:checked::before {
    display: block;
}

.remember-me label {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

.forgot-password p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: right;
}

.remember-password {
    margin-bottom: 3.4rem;
}

.lock-password {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #12a7861a;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.8rem;
}

.lock-password img {
    width: 3.5rem;
    padding-top: 1.5rem;
    margin: 0 auto;
}

.new-password-key {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #12a7861a;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.8rem;
}

.new-password-key img {
    width: 3.5rem;
    padding-top: 1.5rem;
    margin: 0 auto;
}

.form-button {
    margin-bottom: 1.6rem;
}

.form-button a.button {
    display: block;
    width: 100%;
}

.form-button button,
.form-button a.button {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: #12a786;
    border: 0.2rem solid #12a786;
    padding: 2rem 0;
    border-radius: 0.8rem;
    transition: 300ms all ease-in-out;
}

.form-button button:hover,
.form-button a.button:hover {
    background: #ffffff;
    color: #12a786;
}

.sign-in-text a {
    color: #12a786;
}

.form-container .form-image {
    display: flex;
    align-items: center;
}

.text-dim {
    color: #21242d99;
}

.otp-field .field-wrapper {
    max-width: 21.6rem;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 4.8rem;
}

.otp-field .field-wrapper .fields {
    display: flex;
    gap: 1.2rem;
}

.otp-field .field-wrapper input {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 0.1rem solid #21242d61;
    font-size: 2rem;
    font-weight: 600;
    color: #384042;
}

.otp-field .field-wrapper input:focus {
    border-bottom: 0.1rem solid #21242d;
}

/* ACCOUNTS PAGE END */

/* INDUSTRY PAGE START */
.banner.have-bg {
    background: url("../images/product-banner-backround.png");
    background-position: center;
    background-size: 100% 100%;
}

.banner.have-bg .slide {
    background: transparent;
}

.industry-listings {
    padding-block: 8rem 0;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 3% 3%, 100% 0, 100% 95%, 0 80%;
    background-size: 7rem, 8rem, 8rem, 8rem;
}

.industrie-video {
    position: relative;
    max-width: 45.4rem;
    height: 25.4rem;
}

.industrie-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.6rem;
}

.industrie-video .video-play-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.6rem;
}

.video-play-button span {
    border-radius: 2.8rem;
    padding: 1rem 2rem;
}

.video-play-button:focus {
    box-shadow: none;
}

.video-play-bttton:hover span {
    background: #333333;
}

.video-play-button img {
    width: 2rem;
}

.industry-listings .industry {
    max-width: 90%;
    margin-inline: auto;
}

.industry-listings .industry:not(:last-child) {
    margin-bottom: 7.6rem;
}

.industry-listings .industry .industry-name {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #127e98;
    margin-bottom: 1.6rem;
}

.industry-listings .industry .about-industry {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #21242d;
    margin-bottom: 2rem;
    max-width: 51.2rem;
    width: 100%;
}

.industry-listings .industry .author-name {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: left;
    color: #21242d;
    margin-bottom: 0.8rem;
}

.industry-listings .industry .author-designation {
    font-size: 1.6rem;
    text-align: left;
    color: #21242d61;
    margin-bottom: 2.4rem;
}

.vestibulum-ante {
    padding-block: 0 6rem;
}

.vestibulum-ante:nth-child(even) {
    background: url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat,
        url("../images/vestibulum-ante-bg.png") no-repeat;
    background-position: 3% 40%, 95% 22%, 0 0;
    background-size: 5rem, 5rem, 100% 100%;
}

.vestibulum-ante:nth-child(odd) {
    background: #fff url("../images/testimonial-bg-icon-1.png") no-repeat;
    background-position: 2% 25%;
    background-size: 9rem;
}

.vestibulum-ante .row {
    max-width: 90%;
    margin-inline: auto;
}

.vestibulum-ante-images {
    max-width: 50.9rem;
    width: 100%;
}

.vestibulum-ante-images img {
    border-radius: 1.6rem;
    max-width: 345px;
    width: 100%;
}

.vestibulum-ante .vestibulum-ante-contents {
    max-width: 64rem;
    width: 100%;
    padding-inline: 4rem;
}

.vestibulum-ante .vestibulum-ante-contents h2 {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 2.4rem;
}

.vestibulum-ante .vestibulum-ante-contents p.first {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 1.2rem;
}

.vestibulum-ante .vestibulum-ante-contents p.second {
    font-size: 1.6rem;
    text-align: left;
    color: #21242d61;
}

.vestibulum-ante .vestibulum-ante-contents ul {
    padding-left: 2rem;
}

.vestibulum-ante .vestibulum-ante-contents ul li {
    max-width: 52.7rem;
    width: 100%;
    list-style: disc;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d61;
    margin-bottom: 1.2rem;
}

.vestibulum-ante .vestibulum-ante-contents ul li::marker {
    color: #12a786;
    width: 0.8rem;
}

/* INDUSTRIES PAGE END  */

/* FAQ PAGE START */
.page-title {
    text-transform: capitalize;
    font-size: 3.4rem;
    margin-block: 2rem;
    font-weight: 700;
}

.accordians .accordian:not(:last-child) {
    margin-bottom: 2rem;
}

.accordian .header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: #d4f9f3;
    padding: 2rem;
    color: var(--black);
    font-size: 1.6rem;
    border-radius: 0.4rem;
}

.accordian .header .icon {
    transition: 300ms all ease-in-out;
}

.accordian .header.active .icon {
    transform: rotate(-180deg);
}

.accordian.open .header .icon img {
    transition: 300ms all ease-in-out;
}

.accordian.open .header .icon.active img {
    transform: rotate(180deg);
}

.accordian .header p {
    margin-bottom: 0;
}

.accordian .contents {
    display: none;
}

.accordian .contents p {
    padding: 1rem 2rem;
    margin-bottom: 0;
}

/* FAQ PAGE END */
.product-overview-tab .nav-tabs {
    gap: 48px;
}

.product-overview-tab .nav-item .nav-link {
    font-size: 1.6rem;
    font-weight: 500;
    border: 0;
    padding: 0;
    color: #21242d;
}

.product-overview-tab .nav-item .nav-link.active {
    background-color: transparent;
    color: #127e98;
}

.product-overview-tab section.hero {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-overview-tab .product-name h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 32px;
}

.product-overview-tab .product-specs ul {
    background: #fff8f2;
    padding-left: 2rem;
}

.product-overview-tab .product-specs ul li {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d99;
    line-height: 1.7;
    list-style: disc;
}

.product-overview-tab .product-name h1 {
    font-size: 3.4rem;
    font-weight: 700;
}

.product-overview-tab .product-slider {
    height: 100%;
    text-align: center;
}

.product-overview-tab .product-slider .swiper-slide {
    display: flex;
    align-items: center;
}

.product-overview-tab .product-slider img {
    max-width: 70%;
    width: 100%;
    height: auto;
    margin-inline: auto;
}

.product-overview-tab .swiper-pagination {
    bottom: 4rem;
}

.product-overview-tab .swiper-pagination .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    opacity: 1;
    background: #21242d99;
    margin-inline: 0.75rem;
}

.product-overview-tab .swiper-pagination .swiper-pagination-bullet-active {
    background: #12a786;
    transform: scale(1.5);
}

.default-button.compare span {
    padding: 2rem 7rem;
}

/* PRODUCT DETAIL - Overview  */
.prodcut-reviews {
    padding-top: 10rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat;
    background-position: 3% 10%, 100% 0;
    background-size: 7rem, 10rem;
}

.product-reviews-slider {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.product-reviews-slider .slide {
    position: relative;
}

.product-reviews-slider .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(100, 100, 100, 0) 0%,
        #000000 100%
    );
}

.product-reviews-slider .slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-reviews-slider .slide iframe {
    width: 100%;
}

.product-reviews-slider .video-play-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13.5rem;
}

.video-play-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13.5rem;
}

.video-play-button span {
    height: 4.8rem;
    min-width: 12rem;
}

.product-reviews-slider .swiper-pagination {
    bottom: 4rem;
}

.product-reviews-slider .swiper-pagination .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    opacity: 1;
    background: #fff;
    margin-inline: 1rem;
}

.product-reviews-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #12a786;
    transform: scale(1.5);
}

/* PRODUCT DETAIL - Specs  */
.product-specification {
    background: url(../images/setting.png) no-repeat,
        url(../images/side-bubble.png) no-repeat,
        url(../images/contact-bg-icon.png) no-repeat,
        url(../images/styled-folder.png) no-repeat,
        url(../images/bubble-cream.png) no-repeat,
        url(../images/testimonial-bg-icon-1.png) no-repeat,
        url(../images/styles-arrow.png) no-repeat;
    background-size: 7rem, 7rem, 7rem, 7rem, 7rem, 7rem, 7rem, 5rem, 7rem;
    background-position: 3% 3%, 100% 2%, 100% 20%, 98% 50%, 100% 90%, 0 90%,
        2% 50%, 2% 70%, 0 20%;
    padding: 60px 0;
}

.product-specification .row {
    max-width: 90%;
    margin-inline: auto;
}

.product-specification .features:not(:last-child) {
    margin-bottom: 32px;
}

.product-specification .features .feature:not(:last-child) {
    margin-bottom: 2rem;
}

.product-specification .features .feature strong {
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1.6rem;
}

.product-specification .features .feature ul {
    list-style: disc;
    padding-left: 2.5rem;
}

.product-specification .features .feature ul li {
    color: #21242d99;
    line-height: 1.7;
}

/* PRODUCT DETAIL - Documents  */
section.documents {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 3% 4%, 100% 2%, 100% 100%, 0 95%;
    background-size: 5rem, 7rem, 7rem, 7rem;
}

.documents .document-slider .slide {
    background: transparent;
}

.documents .document-slider .slide img {
    max-width: 14.6rem;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.documents .document-slider .slide .card-body {
    max-width: 21rem;
    margin-inline: auto;
}

.documents .document-slider .slide .document-name {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 1rem;
}

.documents .document-slider .slide .about-document {
    color: #21242d61;
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
}

.default-button.download {
    display: flex;
    justify-content: center;
}

.default-button.download span {
    max-width: 14.5rem;
    justify-content: center;
    border-radius: 2.8rem;
}

/* PRODUCT DETAIL - Model  */
section.model {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 5% 15%, 100% 0, 100% 85%, 0 70%;
    background-size: 7rem, 10rem, 7rem, 10rem;
}

.product-search {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 7rem;
    margin-bottom: 3rem;
    gap: 2rem;
}

.product-search input {
    max-width: 58.4rem;
    width: 100%;
    outline: 0;
    border: 0.2rem solid #12a786;
    font-weight: 500;
    color: #12a786;
    border-radius: 2.8rem;
    padding: 1rem 3rem;
}

.product-search input::placeholder {
    color: #12a786;
}

.model .table-wrapper {
    max-width: 122rem;
    max-height: 40rem;
    overflow: auto;
}

.model .table-wrapper::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    background: #e9e9e9;
}

.model .table-wrapper::-webkit-scrollbar-thumb {
    background: #12a786;
}

.model .table-wrapper table {
    width: 100%;
}

.model .table-wrapper table th {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    white-space: nowrap;
    padding: 1rem;
}

.model .table-wrapper table td {
    color: #21242d99;
    white-space: nowrap;
    padding: 1rem;
    transition: 100ms all ease-in-out;
}

.model .table-wrapper table td:nth-child(2) {
    color: #127e9899;
}

.model .table-wrapper table td:hover {
    color: #127e98;
    font-weight: 500;
    cursor: pointer;
}

.model .table-wrapper table th:first-child,
.model .table-wrapper table td:first-child {
    text-align: center;
}

.model .table-wrapper table td:first-child button {
    background: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
}

/* PRODUCT DETAIL - Accessories  */
section.accessory {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/styled-folder.png") no-repeat,
        url("../images/styles-arrow.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 6% 8%, 100% 1%, 100% 50%, 98% 82%, 5% 90%, 0 45%;
    background-size: 7rem, 8rem, 7rem, 6rem, 6rem, 8rem;
}

.product-search .my-list {
    background: #12a786;
    color: #ffffff;
    border-radius: 2.8rem;
    min-width: 14rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 1;
    margin-right: 50px;
}

.my-accessories {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 44.6rem;
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 2.4rem;
    box-shadow: 0 0.5rem 0.5rem #e1e1e1;
    z-index: 1;
    display: none;
}

.my-accessories .lists {
    max-height: 34rem;
    margin-bottom: 2rem;
    padding-right: 2rem;
    overflow-y: auto;
}

.my-accessories .lists::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    background: #e9e9e9;
}

.my-accessories .lists::-webkit-scrollbar-thumb {
    background: #12a786;
}

.my-accessories .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-accessories .header span {
    color: #21242d;
}

.my-accessories .list {
    margin-bottom: 2.8rem;
}

.my-accessories .list .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-accessories .list .wrapper .product_name {
    font-size: 2rem;
    color: #21242d;
    margin-bottom: 0.8rem;
}

.my-accessories .list .wrapper .product_model_no {
    color: #21242d99;
}

.my-accessories .list .wrapper .counter button {
    background: #12a786;
    height: 2.4rem;
    min-width: 2.4rem;
    color: #fff;
    transition: opacity 300ms ease;
}

.my-accessories .list .wrapper .counter button:hover {
    opacity: 0.7;
}

.my-accessories .list .wrapper .counter .count {
    display: inline-block;
    min-width: 2rem;
    text-align: center;
}

.my-accessories .get-quote {
    width: 100%;
}

.my-accessories .get-quote span {
    justify-content: center;
    padding: 2rem;
}

.accessory .products {
    max-height: 70rem;
    overflow: auto;
}

.accessory .products::-webkit-scrollbar {
    height: 0.8rem;
    width: 0.8rem;
    background: #e9e9e9;
}

.accessory .products::-webkit-scrollbar-thumb {
    background: #12a786;
}

.accessories-card {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.accessories-card .product_name {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 2rem;
}

.accessories-card .product_description {
    font-size: 1.6rem;
    color: #21242d61;
    margin-bottom: 2rem;
    max-width: 19.5rem;
    width: 100%;
}

.accessories-card .add-to-cart span {
    max-width: 13rem;
    padding: 1.4rem;
    margin-inline: auto;
    border-radius: 2.8rem;
    justify-content: center;
}

.accessories-card .gray span {
    background: gray;
}

/* PRODUCT DETAIL - Service  */
section.recommended-services {
    padding-top: 8rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 5% 5%, 100% 1%, 100% 65%, 0 65%;
    background-size: 8rem, 8rem, 8rem, 8rem;
}

.our-plans .row {
    max-width: 93rem;
    margin-inline: auto;
}

.card.plan {
    position: relative;
    height: 100%;
    width: 97%;
    background: transparent;
    box-shadow: 0 0 0.6rem 0 #00c99c;
    border-radius: 1rem;
    padding: 2.8rem 3.2rem;
}

.card.plan:has(.compare) {
    padding-bottom: 10rem;
}

.card.plan h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 2rem;
}

.card.plan h4 {
    color: #21242dde;
    font-weight: 500;
    margin-bottom: 1rem;
}

.card.plan ul {
    list-style-type: disc;
    padding-left: 2rem;
}

.card.plan ul li,
.card.plan p {
    color: #21242d99;
}

.card.plan ul li {
    margin-bottom: 0.8rem;
}

.card.plan .default-button.outlined:not(:last-child) {
    margin-bottom: 0.8rem;
}

.card.plan p {
    margin-bottom: 2rem;
}

.card.plan .compare {
    position: absolute;
    bottom: 3rem;
    margin: 0 auto;
    width: calc(100% - 5rem);
}

.default-button.add-list {
    margin-top: 2rem;
}

.default-button.add-list span {
    padding: 1.4rem;
    justify-content: center;
    border-radius: 2.8rem;
    max-width: 12.2rem;
}

.default-button.outlined span {
    padding: 2rem;
    justify-content: center;
    border: 0.1rem solid #12a786;
    color: #12a786;
    background: transparent;
}

.default-button.outlined:hover span,
.default-button.active span {
    color: #ffffff;
    background: #12a786;
}

.step-one {
    padding-block: 6rem;
    background: url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/testimonial-bg-icon-1.png") no-repeat;
    background-position: 1% 7%, 98% 2%, 100% 98%, 0 98%, 1% 50%;
    background-size: 5rem, 7rem, 8rem, 8rem, 5rem;
}

.step-three {
    padding-block: 6rem;
    background: url("../images/contact-bg-icon.png") no-repeat;
    background-position: 100% 50%;
    background-size: 10rem;
}

/* PRODUCT DETAIL PAGE END */

/* PRODUCT COMPARISON PAGE START */
.table-responsive {
    overflow: auto;
}

.table-responsive::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    background: #e9e9e9;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #12a786;
}

.product-specifications {
    padding-block: 6rem;
    background: url("../images/bubble-cream.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/footer-bg-icon-2.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/testimonial-bg-icon-1.png") no-repeat,
        url("../images/styled-folder.png") no-repeat;
    background-position: 0 0, 100% 7%, 100% 70%, 100% 80%, 0 96%, 2% 49%, 2% 25%;
    background-size: 7rem, 7rem, 10rem, 10rem, 7rem, 7rem, 7rem;
}

.product-comparison .section-heading {
    margin-bottom: 25px;
}

.product-comparison .add-for-compare {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/product-banner-backround.png") no-repeat;
    background-position: 5% 45%, 100% 0;
    background-size: 5rem, 8rem, 100% 100%;
}

.product-comparison .row.add-product {
    max-width: 86rem;
    width: 100%;
    margin-right: 0;
    margin-inline: auto;
}

.add-for-compare .product-image {
    min-height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-for-compare .product {
    max-width: 20rem;
    margin-inline: auto;
}

.add-for-compare .product-image {
    position: relative;
    min-height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-for-compare .product-image .remove {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.add-for-compare .product p {
    text-align: start;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 0;
}

.add-for-compare .product .add-product {
    min-height: 16rem;
    border: 0;
    outline: 0;
    background: transparent;
}

.product-specifications .specx {
    max-width: 90%;
    margin-inline: auto;
}

.product-specifications .specx:not(:last-child) {
    margin-bottom: 2rem;
    margin: 0 auto;
}

.product-specifications .specx-title {
    position: relative;
    margin-bottom: 2rem;
}

.product-specifications .specx-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 0.1rem solid #21242d1a;
}

.product-specifications .specx-title span {
    position: relative;
    background: #fff;
    font-size: 2rem;
    color: #21242d;
    font-weight: 500;
    z-index: 1;
    padding-right: 2rem;
}

.product-specifications table {
    max-width: 100rem;
}

.product-specifications table td {
    max-width: 5rem;
    vertical-align: text-bottom;
    color: #21242d99;
    padding: 2rem 4rem 2rem 0;
}

.product-specifications table td:first-child {
    color: #21242d;
    font-weight: 600;
    max-width: 6rem;
}

.product-specifications table td:last-child {
    min-width: 5rem;
    padding: 2rem 2rem 2rem 2rem;
}

/* PRODUCT COMPARISON PAGE END */

/* BUILD YOUR OWN SERVER PAGE START */
.build-server {
    background: url("../images/contact-bg.png") no-repeat;
    background-size: 100%100%;
}

.build-server .form {
    padding-right: 0.5rem;
}

.build-server .form form {
    max-height: 46rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4.8rem;
}

.build-server .form form::-webkit-scrollbar {
    background: #e9e9e9;
    height: 0.8rem;
    width: 0.8rem;
}

.build-server .form form::-webkit-scrollbar-thumb {
    background: #12a786;
}

.build-server .form .row {
    margin-bottom: 2rem;
}

.build-server .form input,
.build-server .form select {
    border: 0.1rem solid #21242d61;
    color: #21242d99;
}

.build-server .form .action-btn {
    border: 0;
    outline: 0;
    border-radius: 2.8rem;
    padding: 1rem 1.5rem;
    padding-left: 4.5rem;
    text-transform: uppercase;
    font-weight: 500;
    transition: 300ms all ease-in-out;
}

.build-server .form .action-btn:hover {
    opacity: 0.75;
}

.build-server .form .action-btn.add {
    background: #12a786 url(../images/btn-add.png) no-repeat;
    background-position: 2rem center;
    color: #ffffff;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.build-server .form .action-btn.remove {
    background: #fff2f2 url(../images/btn-remove.png) no-repeat;
    background-position: 2rem center;
    color: #21242d;
}

.build-server .default-button {
    width: 100%;
}

.build-server .default-button span {
    padding: 1.8rem;
    justify-content: center;
}

.build-server .form-image img {
    width: 100%;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

/* BUILD YOUR OWN SERVER PAGE END */

.content .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.nav-link {
    color: #6b47d7;
    text-decoration: none;
}

.nav-link.active {
    color: #6b47d7;
}

.nav-link.active {
    color: #127e98 !important;
    font-weight: bold;
}

.yt-video {
    padding: 2rem;
}

.product-reviews-slider .swiper-wrapper .swiper-slide iframe {
    width: 100%;
    height: 45rem;
    border-radius: 1rem;
    vertical-align: middle;
}

.input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.country-code-select {
    width: 8rem;
    padding-left: 1rem;
    padding: 16px 24px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1rem solid #21242d61;
    border-radius: 0.8rem 0 0 0.8rem;
    border-right: none;
    font-size: 1.6rem;
}

.login-field input.phone-number-input {
    min-height: 5.8rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    width: calc(100% - 6rem);
    margin-right: 0;
    margin-left: auto;
}

.phone-number-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    height: 4rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.product-image > .product-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.page p,
.page ul {
    margin-bottom: 3rem;
}

.page p:has(strong) {
    margin-bottom: 1rem;
}

.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    margin-bottom: 1rem;
}

.page ul li {
    margin-bottom: 1rem;
}

.mega-menu.products-mega-menu .domain {
    font-size: 2rem;
}

.card-text {
    text-align: justify !important;
}

.services .card:hover .front img {
    filter: blur(2rem);
}

.page.education p,
.page.education ul {
    margin-bottom: 0;
}

.page.education ul {
    padding-left: 1rem;
}

.page.education ul li {
    list-style: disc;
}

.industry-listings .industry ul {
    list-style: disc;
    padding-left: 2rem;
}

button.default-button.compare.compareButton.newgetId {
    margin-right: 50px;
}

button.default-button.compare.compareButton.newgetId span {
    padding: 10px 30px;
    border-radius: 2.8rem;
}

.resources-img {
    max-height: 17rem;
}

.navbar .navbar-nav .sub-menu {
    display: none;
    position: absolute;
    min-width: 250px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.47), 0 2px 3px rgba(0, 0, 0, 0.06);
}

.navbar .navbar-nav .sub-menu .nested.nav-item:hover {
    color: blue;
    background-color: #f0f0f0;
}

.navbar .navbar-nav .sub-menu a {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #212529;
    background-color: transparent;
    white-space: nowrap;
    text-decoration: none;
}

/* Dropdown item */

.navbar .navbar-nav li:hover > .sub-menu {
    display: block;
}

.navbar .navbar-nav .sub-menu li:hover > .sub-menu {
    display: block;
    right: -100%;
}

.sub-menu .nested .icon {
    position: absolute;
    right: 10px;
}

.navbar .navbar-nav .sub-menu {
    transition: all 0.3s ease-in-out;
}

/* .last-menu {} */

.navbar .navbar-nav li {
    position: relative;
}

.navbar .navbar-nav .sub-menu {
    z-index: 9999;
    padding: 0;
}

.navbar .navbar-nav li:hover > .sub-menu {
    top: 24px;
}

.navbar .navbar-nav .sub-menu li {
    position: relative;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.6705882353);
}

.navbar .dropdown-toggle-icon {
    display: none;
}

.navbar .dropdown-toggle-icon img {
    width: 16px;
}

.navbar .navbar-nav .sub-menu li > .sub-menu {
    position: absolute;
    top: 24px;
    display: none;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .sub-menu li > .sub-menu.last-menu {
    top: 0;
    width: 76%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.47), 0 2px 3px rgba(0, 0, 0, 0.06);
}

/* .sub-menu .nav-item .nav-link {} */

.allprod-breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.allprod-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.allprod-software-listing {
    color: #ffffff;
    float: left;
    width: 100%;
    padding: 2px 60px 60px 60px;
    background-color: #0f256e;
}

.allprod-section_tab {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 30px 60px 0px 60px;
}

.allprod-section_tab:hover {
    opacity: 0.9;
}

.allprod-card {
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 20px 0px;
    border-bottom: solid 1px #ccc;
    align-items: flex-start;
    gap: 20px;
}

.allprod-card img {
    margin-bottom: 20px;
}

.allprod-left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.allprod-compare-checkbox {
    margin-bottom: 10px;
}

.allprod-middle-section {
    flex: 1;
}

.allprod-title {
    margin: 0;
    font-size: 20px;
    padding: 6px 12px;
    background: #000;
    color: #fff;
    border-radius: 12px;
}

.allprod-brand {
    font-size: 14px;
    margin: 6px 0;
}

.allprod-badge {
    background-color: #e0f5e9;
    color: #1e824c;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 5px;
}

.allprod-rating {
    margin: 6px 0;
    font-size: 16px;
}

.allprod-stars {
    color: orange;
    letter-spacing: 2px;
}

.allprod-score {
    margin-left: 8px;
    color: #333;
}

.allprod-desc {
    font-size: 14px;
    color: #333;
}

.slide-contents .slide-detail {
    text-align: center;
}

.allprod-read-more {
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
}

.allprod-right-section {
    text-align: right;
    min-width: 150px;
}

.allprod-price {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.allprod-per {
    font-size: 14px;
    color: #666;
}

.allprod-plans-link {
    display: block;
    margin: 8px 0;
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
}

.allprod-demo-button {
    background-color: #007bff;
    color: white;
    padding: 10px 16px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    border: 1px;
}

.allprod-truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allprod-card-wrapper {
    padding: 30px 60px;
}

.allprod-container-website {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.spacer-bottom .swiper-wrapper {
    display: flex;
    align-items: center;
}

.detail-breadcrumb a {
    color: #12a786;
    font-weight: 600;
    margin-inline: auto;
}

.nav-item.dropdown:hover .dropdown-menu {
    position: absolute;
    top: 30px;
}

.custom-tooltip-box {
    position: absolute;
    max-width: 300px;
    background: #ffffff;
    color: #000000;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-body.card-hover {
    padding: 20px;
    border-radius: 15px 0 15px 0;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.4s ease, box-shadow 0.4s ease,
        transform 0.4s ease, border-radius 0.4s ease;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}

.card-body.card-hover::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(18, 167, 134, 0.15),
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.card-body.card-hover:hover {
    background-color: #12a786;
    box-shadow: 0 10px 15px rgba(18, 167, 134, 0.2);
    transform: scale(1.03);
    border-radius: 60px 0 60px 0;
}

.card-body.card-hover:hover::before {
    opacity: 1;
}

.card-body.card-hover * {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease, opacity 0.4s ease;
    opacity: 0.95;
}

.card-body.card-hover:hover * {
    color: #ffffff;
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    display: none;
    min-width: 250px;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    list-style: none;
    padding-bottom: 0px;
    position: absolute;
    max-width: 576px;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.47), 0 2px 3px rgba(0, 0, 0, 0.06);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.54em 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: blue;
}

a.dropdown-item {
    border-bottom: 1px solid rgba(191, 191, 191, 0.6705882353);
}

/* new css of banner link by rishabh */

.slide-heading {
    pointer-events: auto;
    z-index: 2;
}

.slide-detail {
    pointer-events: auto;
    z-index: 2;
}

.banner-link {
    z-index: 2;
    position: relative;
}

.contents {
    position: relative;
    z-index: 1;
}

/* new css of banner link by rishabh */
a.clear-button {
    background-color: #e63946;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    margin: 0 auto;
}

.ck-content td {
    padding: 10px;
}

.compare-bar-wrapper_comp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-image: url("../images/Vector 9.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
    display: none;
}

.compare-card-list_comp {
    display: flex;
    gap: 80px;
    margin: 50px;
}

.compare-card-item_comp {
    position: relative;
    background: #f9faff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card-logo_comp {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.compare-card-remove_comp {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4b4b;
    border: none;
    color: white;
    font-size: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.compare-actions_comp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.compare-button_comp {
    background-color: #00b386;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.compare-card-item_comp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.service-card-link:hover {
    color: black;
}

td.border-table {
    position: relative;
}

td.border-table::after {
    content: "";
    border: 3px solid #656262;
    position: absolute;
    top: 100%;
    left: 10px;
    width: 180px;
}

.border-bottom_tech {
    border-bottom: 5px solid #656262;
}

.mov-chev {
    display: block;
    width: 13px;
    height: 13px;
}

button.btn.btn-link.p-0.m-0.align-baseline {
    font-size: 18px;
}

@media screen and (max-width: 1366px) {
}

@media (max-width: 1024px) {
    .techcomp-logo img {
        margin-left: 0;
        width: 120px;
    }

    .techcomp-hero-text h1 {
        font-size: 40px;
        width: 100%;
    }

    .techcomp-hero-content {
        flex-direction: column;
        align-items: center;
    }

    .techcomp-hero-image {
        justify-content: center;
        margin-top: 20px;
    }

    .softsuite-section {
        padding: 0 40px;
    }

    .softsuite-top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .softsuite-left {
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .softsuite-tabs-container {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .softsuite-tabs {
        /* justify-content: center; */
        gap: 8px;
    }

    .softsuite-tab {
        min-width: 80px;
        padding: 5px 10px;
    }

    .softsuite-tab img {
        width: 40px;
        height: 40px;
    }

    .softsuite-tab span {
        font-size: 14px;
    }

    .softsuite-scroll-btn {
        font-size: 16px;
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .softsuite-banner {
        flex-direction: column;
        padding: 30px;
        margin-left: 0;
    }

    .softsuite-banner-content {
        flex-direction: column;
    }

    .softsuite-textbox,
    .softsuite-imagebox {
        max-width: 100%;
        text-align: center;
        padding-right: 0;
        justify-content: center;
    }

    .softsuite-imagebox {
        margin-top: 20px;
    }

    .compare-bar-wrapper_comp {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        padding: 20px;
        width: 100%;
    }

    .compare-card-list_comp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px auto;
        gap: 30px;
        width: 100%;
    }

    .compare-actions_comp {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
        order: 2;
        margin-top: 10px;
    }

    .compare-button_comp,
    .compare-remove-all_comp {
        font-size: 16px;
        padding: 8px 20px;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        visibility: visible;
        opacity: 1;
    }

    .compare-remove-all_comp {
        margin-left: 0;
    }

    .mov-chev {
        display: block;
        height: 16px;
        width: 16px;
    }

    .navbar .dropdown-toggle-icon {
        display: block;
        background: #cccccc;
        padding: 4px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 767px) {
    .techcomp-hero-text h1 {
        font-size: 36px;
        width: 100%;
    }

    .techcomp-hero-text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .compare-bar-wrapper_comp {
        padding: 15px;
    }

    .compare-card-item_comp {
        width: 100px;
        height: 100px;
    }

    .compare-button_comp,
    .compare-remove-all_comp {
        font-size: 14px;
        padding: 6px 12px;
        visibility: visible;
        opacity: 1;
    }

    .compare-card-list_comp {
        gap: 20px;
    }

    .compare-actions_comp {
        margin-top: 15px;
    }

    .techcomp-hero-text h1 {
        font-size: 24px;
    }

    .main_comp_report {
        background-image: none !important;
    }

    body {
        margin-top: 82px !important;
    }

    .country-code-select {
        height: 58px;
    }

    .stars_bizsoft {
        display: flex;
    }
}

@media (max-width: 480px) {
    .softsuite-tab {
        min-width: 60px;
        padding: 3px 6px;
    }

    .softsuite-tab img {
        width: 24px;
        height: 24px;
    }

    .softsuite-tab span {
        font-size: 18px;
    }

    .softsuite-scroll-btn {
        font-size: 12px;
        width: 24px;
        height: 24px;
        padding: 3px;
    }

    .softsuite-left img {
        width: 40px;
        height: 40px;
    }

    .softsuite-tag {
        font-size: 16px;
    }

    .softsuite-heading {
        font-size: 24px;
    }

    .form-button a.button {
        margin-bottom: 20px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main_comp_report {
        background-image: none !important;
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.breadcrumb li .current {
    color: #21242dde;
}

.breadcrumb li a {
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    color: #21242d61;
    transition: color 0.3s ease-in-out;
}

.breadcrumb li a:hover {
    color: #12a786;
    text-decoration: underline;
}

.breadcrumb li:last-child a {
    color: #333;
    font-weight: bold;
}

.breadcrumb li:not(:last-child)::after {
    /* content: "›"; */
    color: #6c757d;
    margin: 0 8px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    z-index: 10;
}

.thumbnail-row img.active {
    border: 2px solid #00b894;
    opacity: 1;
}

.thumbnail-row img {
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.2s;
}

.thumbnail-row img:hover {
    opacity: 1;
}

.recommendation_section {
    padding: 2rem 0;
}

.section_title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.recommendationCarousel {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.recommendation_card,
.login-form-container {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommendation_card:hover {
    transform: translateY(-5px);
}

.rec_image_container {
    position: relative;
    height: 150px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rec_logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sponser_tech_overlay {
    position: absolute;
    top: -3px;
    right: 170px;
    width: 130px !important;
    height: auto !important;
}

.rec_title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 0.5rem;
}

.rec_desc {
    color: #00000099;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.rec_price {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
}

.buy_subscribe_btn,
.login-form-container .btn {
    width: 100%;
    padding: 0.75rem;
    background-color: #12a786;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    max-width: 300px;
    border-radius: 50px;
    height: auto;
}

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

.login-form-container {
    width: 90%;
    max-width: 400px;
    padding: 2rem;
    margin: auto;
}

.login-title {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

on-next,
.swiper-button-prev {
    color: #007bff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
}

.swiper-pagination-bullet-active {
    background: #007bff;
}

.rec_image_container img {
    width: 202px;
    height: auto;
}

/* .star::before {
            content: '★';
            position: absolute;
            top: 0;
            left: 0;
            color: #ccc;
        } */

.star.filled::before {
    color: #f5a623;
}

.product__shere__section {
    display: flex;
    align-items: self-start;
    gap: 32px;
    justify-content: space-between;
    margin-top: 10px;
}

.share-wrapper {
    position: relative;
    display: inline-block;
}

.share-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.dropdown-menu-sic {
    display: none;
    /* hide by default */
    position: absolute;
    top: 100%;
    left: 0;
    /* padding: 8px; */
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-sic li {
    display: inline-block;
    margin: 5px;
}

.share-wrapper:hover .dropdown-menu-sic {
    display: block;
}

.tech_report_comp .card {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: unset;
    border-radius: 0.25rem;
    padding: 10px 0;
}

@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    font-size: 1.6rem;
    font-family: "Rethink Sans", sans-serif;
    color: #000000;
    line-height: 1.5;
    margin-top: 121px !important;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Rethink Sans", sans-serif;
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #21242d;
}

a:hover {
    color: #12a786 !important;
}

._container {
    max-width: 144rem;
    width: 90%;
    margin: 0 auto;
}

.wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* SWIPER JS */
.swiper-button-prev,
.swiper-button-next {
    height: 4rem;
    min-width: 4rem;
    border-radius: 50%;
    background: #127e98;
    border: 0.1rem solid #127e98;
    color: #fff;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    color: #127e98;
    background: #fff;
    border: 0.1rem solid #127e98;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
    color: #127e98;
    background: #fff;
    border: 0.1rem solid #127e98;
}

/* HEADER START */
.top-header {
    background: #fff3d7;
    padding-inline: 8rem;
    padding-block: 1rem;
    font-size: 1.3rem;
}

.top-header li img {
    height: 1.4rem;
    width: auto;
    object-fit: contain;
    transition: 300ms all ease-in-out;
}

.top-header li:hover img {
    transform: scale(1.1);
}

.top-header-links li {
    margin-left: 7rem;
}

.top-header a {
    color: #101621;
    align-items: center;
}

.top-header li p {
    font-size: 1.3rem;
    color: #101621;
    margin-bottom: 0;
}

.navbar .navbar-nav {
    gap: 40px;
}

.navbar-nav .nav-item .nav-link {
    color: #21242d;
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
}

.navbar-nav .nav-item .nav-link img {
    object-fit: cover;
}

.navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: #127e98;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 1.5rem;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.default-button {
    position: relative;
    display: inline-block;
    background: transparent;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    cursor: pointer;
}

.default-button span {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    background: #12a786;
    border: 0.2rem solid #12a786;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-radius: 0.8rem;
    transition: 300ms all ease-in-out;
}

.default-button span:hover {
    background: transparent;
    color: #12a786;
}

.default-button:focus {
    box-shadow: none;
}

.btn.login span {
    border-radius: 2.8rem;
}

.login .login-img {
    width: 2rem;
    transition: 300ms;
}

.default-button span:hover .login-img {
    filter: invert(0.5);
}

/* Mega Menu */

/* product */
.megap-menu {
    top: 11rem;
    left: 50%;
    min-height: calc(100vh - 11rem);
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    padding: 4rem;
    z-index: 1000;
}

.megap-menu h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
    white-space: nowrap;
}

.megap-menu .nav-pills {
    margin-right: 4.5rem;
}

.megap-menu .menus::-webkit-scrollbar {
    width: 0.8rem;
    background: #e9e9e9;
}

.megap-menu .menus::-webkit-scrollbar-track {
    background: #e9e9e9;
}

.megap-menu .menus::-webkit-scrollbar-button {
    background: #12a786;
}

.megap-menu .menus .nav-link {
    background: transparent !important;
    font-size: 2rem;
    color: #21242d99;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.megap-menu .menus .nav-link.active {
    color: #127e98;
}

.megap-menu .menus .links strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
}

.megap-menu .menus .links a {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    color: #21242d;
    margin-bottom: 1.5rem;
    transition: 300ms;
}

.megap-menu.services-megap-menu .menus .links a {
    color: #21242d99;
}

.megap-menu .menus .links a:hover {
    color: #127e98;
}

.megap-menu.services-megap-menu .menus .links a:hover {
    color: #21242d;
    font-weight: 500;
}

.megap-menu .menus .links a.new::after {
    position: absolute;
    top: 0;
    content: "NEW";
    color: #12a786;
}

/* end */
/* service */

.mega-menu {
    position: fixed;
    top: 11rem;
    left: 50%;
    min-height: calc(100vh - 11rem);
    transform: translateX(-50%);
    background: #fff4f4 url("../images/mega-menu-bg.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    padding: 4rem;
    z-index: 1000;
    display: none;
}

.mega-menu h2 {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.mega-menu .nav-pills {
    margin-right: 4.5rem;
}

.mega-menu .menus::-webkit-scrollbar {
    width: 0.8rem;
    background: #e9e9e9;
}

.mega-menu .menus::-webkit-scrollbar-track {
    background: #e9e9e9;
}

.mega-menu .menus::-webkit-scrollbar-button {
    background: #12a786;
}

strong.service-name-data {
    background: transparent !important;
    font-size: 2rem;
    color: #000000;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.mega-menu .menus .nav-link {
    background: transparent !important;
    font-size: 2rem;
    color: #21242d99;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem;
}

.mega-menu .menus .nav-link.active {
    color: #127e98;
}

.mega-menu .menus .links strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
}

.mega-menu .menus .links a {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    color: #21242d;
    margin-bottom: 1.5rem;
    transition: 300ms;
}

.mega-menu.services-mega-menu .menus .links a {
    color: #21242d99;
}

.mega-menu .menus .links a:hover {
    color: #127e98;
}

.mega-menu.services-mega-menu .menus .links a:hover {
    color: #21242d;
    font-weight: 500;
}

.mega-menu .menus .links a.new::after {
    position: absolute;
    top: 0;
    content: "NEW";
    color: #12a786;
    font-size: 1.2rem;
}

/* HEADER END */
.swiper-wrapper {
    height: auto !important;
}

.slide {
    font-size: 1.8rem;
    background: #fff;
    pointer-events: none;
}

.slide.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(100, 100, 100, 0) 0%,
        #000000 100%
    );
    pointer-events: none;
    z-index: 1;
}

.slide .slide-contents {
    height: 51rem;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.slide .slide-contents video {
    object-fit: cover;
}

.slide .slide-contents .slide-sub-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #21242d99;
    padding-left: 4rem;
    background: url("../images/technology.png") no-repeat;
    background-size: contain;
    margin-bottom: 2.4rem;
}

.slide .slide-contents .slide-heading {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 4.4rem;
}

.slide .slide-contents .techno-button {
    max-width: 24rem;
    display: inline-block;
    width: 100%;
}

.slide .slide-contents .techno-button span {
    font-size: 2rem;
    font-weight: 760;
    letter-spacing: 1px;
}

.slide .slide-image {
    height: 50rem;
}

.slide .slide-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.slide-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-detail h2 {
    font-size: 6.4rem;
    font-weight: 700;
    font-family: "Rethink Sans", sans-serif;
    color: #fff;
    margin-bottom: 6rem;
}

.techno-button {
    display: block;
    padding: 1rem;
    background: #0a7d55;
    border: 0.2rem solid #0a7d55 !important;
    font-size: 2.7rem;
    font-weight: bolder;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Rethink Sans", sans-serif;
    transition: 300ms all ease-in-out;
    pointer-events: all;
    border-radius: 20px;
}

.techno-button:hover {
    background: transparent;
    color: #12a786;
}

.techno-button.center {
    /* margin-inline: auto; */
    font-weight: 650;
    font-size: 2.8rem;
}

.button_main_take a {
    margin: 0 auto;
}

.hero-pagination .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    margin-inline: 1rem !important;
    background-color: #ffffff;
    box-shadow: 0 0 0.5rem #ccc;
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    box-shadow: none;
    background-color: #12a786;
    transform: scale(1.5);
}

/* HERO CAROUSEL END  */

/* SERVICES SECTION START */
.services {
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat;
    background-size: 5rem, 7rem, 7rem, 5rem, 5rem;
    background-position: 5rem 1rem, 100% 0, 0 50%, 5rem 100%, 97% 97%;
    scroll-margin-top: 120px;
}

.faq-services {
    background: url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-size: 7rem, 7rem;
    background-position: 100% 0, 0 50%;
    scroll-margin-top: 120px;
}

.disclaimer-services {
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat;
    background-size: 5rem, 7rem, 7rem, 5rem, 5rem;
    background-position: 0rem 2rem, 100% 0, 0 50%, 0rem 100%, 97% 97%;
    scroll-margin-top: 120px;
}

.services .service {
    z-index: 1;
    transition: 300ms all ease-in-out;
}

.services .card {
    border: 0;
    perspective: 1000px;
}

.services .content {
    min-height: 28rem;
    max-width: 28rem;
    width: 100%;
    margin: 0 auto;
    transition: transform 700ms;
    transform-style: preserve-3d;
}

.services .front,
.services .back {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.services .back {
    text-align: center;
    opacity: 0;
    overflow: hidden;
}

.services .card:hover .back {
    opacity: 1;
    z-index: 2;
}

.services .card .services-mega-menu-navigations {
    transform: translateY(20rem);
    transition: 200ms all ease-in-out;
    transition-delay: 100ms;
}

.services .card:hover .services-mega-menu-navigations {
    transform: translateY(0);
}

.services .card .front img {
    transition: 200ms all ease-in-out;
}

.services .card:hover .front img {
    filter: blur(0.5rem);
}

.services .back > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.services .back ul li {
    margin-bottom: 1rem;
}

.services .back ul li a {
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
}

.services .back ul li a:hover {
    color: #127e98;
}

.section-sub-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #127e98;
    margin-bottom: 1.4rem;
}

.section-heading {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 32px;
}

.services .section-heading {
    margin-bottom: 6rem;
}

.services .card-body {
    max-width: 26.5rem;
    width: 100%;
    margin-inline: auto;
}

.services .card-title {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
}

.card-description {
    font-weight: 400;
    color: #21242d61;
    margin-bottom: 0;
}

/* SERVICES SECTION END */

/* TESTIMONIALS SECTION START */
.testimonials {
    background: url("../images/testimonial-bg-icon-1.png") no-repeat,
        url("../images/testimonial-bg-icon-2.png") no-repeat;
    background-position: 5rem 0, 100% 100%;
    padding-block: 8rem;
}

.myTestimonial {
    position: relative;
}

.testimonial {
    position: relative;
}

.testimonial h2 {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
}

.testimonial .wrapper {
    max-width: 59rem;
    width: 100%;
    margin-inline: auto;
    text-align: center;
}

.testimonial .client-review {
    color: #127e98;
    font-size: 2rem;
    font-weight: 500;
}

.testimonial .title {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 4rem;
}

.testimonial .subtitle {
    margin-bottom: 3.4rem;
}

.testimonial .subtitle h3 {
    font-size: 2rem;
    font-weight: 100;
    color: #21242d99;
}

.myTestimonial .profile-pic {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.testimonial .profile-pic img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.ratings {
    max-width: 32rem;
}

.ratings .rating {
    min-height: 10rem;
    text-align: center;
    margin-left: 10rem;
    padding-top: 7.3rem;
    padding-bottom: 3.5rem;
    background: url("../images/star-ratings-bg.png");
    background-size: 100% 100%;
}

.ratings .rating img {
    height: 3.2rem;
    width: 3.2rem;
    margin: 0.4rem;
    object-fit: contain;
}

.ratings .rating + img {
    margin-top: -1.5rem;
    margin-left: 3.4rem;
}

.test-btn {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2rem;
    z-index: 1;
}

.test-next {
    background-color: #127e98;
    position: static;
    border-radius: 100%;
    width: 100%;
}

.swiper-button-next:after {
    font-size: 1.4rem;
}

.name {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
}

.designation {
    font-size: 1.3rem;
    font-weight: 400;
    color: #21242d99;
}

.test-btn .swiper-button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: static;
    border-radius: 100%;
    background-color: #127e98;
    border: 0.1rem solid #127e98;
    transition: 300ms all ease-in-out;
}

.test-btn .swiper-button-disabled,
.test-btn .swiper-button:hover {
    opacity: 1;
    background: #fff;
    color: #127e98;
}

.swiper-button-prev:after {
    font-size: 1.4rem;
}

/* TESTIMONIALS SECTION START */

/* SPONSORS SECTION START  */
.myClient .swiper-slide img,
.myOtherClient .swiper-slide img {
    max-width: 20rem;
    width: 100%;
    object-fit: contain;
}

.myClient .swiper-slide .logo-container {
    height: 100%;
}

.myClient .swiper-slide img {
    height: 142px !important;
    width: 200px !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
}

section.sponsors,
section.clients {
    position: relative;
    padding-inline: 10rem;
    margin-inline: auto;
    min-height: 21rem;
    background: url("../images/Union.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsors .swiper,
.clients .swiper {
    position: static;
}

.clients .swiper-slide .logo-container {
    height: 100%;
}

.clients .swiper-slide img {
    height: 142px !important;
    width: 200px !important;
    object-fit: contain !important;
    object-position: center;
    display: block;
    filter: grayscale(100%);
}

.clients .myClient .swiper-button-prev,
.clients .myClient .swiper-button-next,
.clients .myOtherClient .swiper-button-prev,
.clients .myOtherClient .swiper-button-next {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: bold;
}

.clients .myClient .swiper-button-prev,
.clients .myOtherClient .swiper-button-prev {
    left: 4rem;
}

.clients .myClient .swiper-button-next,
.clients .myOtherClient .swiper-button-next {
    right: 4rem;
}

.clients .myClient .swiper-button-prev::after,
.clients .myClient .swiper-button-next::after,
.clients .myOtherClient .swiper-button-prev::after,
.clients .myOtherClient .swiper-button-next::after {
    font-size: 2rem;
}

/* SPONSORS SECTION END  */

/* INSIGHTS & RESOURCS SECTION START */
.insights {
    background: url("../images/insights-bg-icon-1.png") no-repeat,
        url("../images/insights-bg-icon-2.png") no-repeat;
    background-position: 0 100%, 100% 0;
    scroll-margin-top: 120px;
}

.insights h2 {
    margin-bottom: 6rem;
}

/* .insights .swiper {
    
} */

.insights .swiper .swiper-pagination-bullet {
    background: #21242d99;
}

.insights .swiper .swiper-pagination-bullet-active {
    background: #12a786;
}

.insights .card {
    max-width: 210px;
    width: 100%;
    margin-inline: auto;
    border: 0;
    background: transparent;
}

.insights .card .card-title {
    font-size: 16px;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 12px;
}

.insights .image {
    padding: 12px 24px;
}

a.read-more {
    font-family: "Rethink Sans";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #12a786;
    padding: 11px 22px;
    border-radius: 28px;
}

.insights .card .card-desc {
    font-size: 13px;
    color: #21242d61;
    min-height: 64px;
    margin-bottom: 36px;
}

.insights .default-button {
    max-width: 14.6rem;
    width: 100%;
    margin-inline: auto;
}

.insights .default-button span {
    justify-content: center;
    border-radius: 2.8rem;
    font-weight: 500;
}

/* INSIGHTS & RESOURCS SECTION END */

/* CONTACT SECTION START */
.contact {
    position: relative;
    background: url("../images/contact-bg.png");
    background-size: 100% 100%;
    padding-bottom: 8rem;
    scroll-margin-top: 120px;
}

.contact .counters {
    padding-top: 5rem;
    background: url("../images/contact-bg-icon.png") no-repeat;
    background-size: 8rem;
    background-position: 100% 0;
}

.form-img {
    max-width: 48rem;
    width: 100%;
    margin-inline: auto;
}

.contact .talk-to-us {
    color: #21242d;
    margin-bottom: 0;
}

.contact .form-heading {
    margin-bottom: 2rem;
}

.form {
    background-color: #fff;
    max-width: 68.8rem;
    width: 100%;
    /* padding: 7rem 6rem; */
    padding: 7rem 4rem;
    border-radius: 1.2rem;
}

.contact .form-label {
    font-size: 1.6rem;
    color: #21242d;
    font-family: "Rethink Sans", sans-serif;
    margin-bottom: 1rem;
}

.form input,
.form select,
.form textarea {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 0.8rem;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    border: 0.1rem solid #12a786;
}

.form input::placeholder {
    color: #21242d99;
    font-size: 1.6rem;
}

.contact .default-button {
    width: 100%;
}

.contact .default-button span {
    justify-content: center;
    padding: 1.8rem;
}

.counters .card {
    border: 0;
    background: transparent;
}

.counters .card .card-thumbnail {
    min-height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counters .card h2 {
    color: #21242d;
    font-size: 2rem;
    font-weight: 400;
}

.counters .card h2.card-title {
    font-size: 1.6rem;
}

/* CONTACT SECTION END */

/* QUOTE SECTION START */
.quote {
    padding: 2rem 0;
    min-height: 12.5rem;
    background: linear-gradient(
        90deg,
        #096a7c 0%,
        #417640 49.96%,
        #a98121 99.74%
    );

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote .unlock {
    width: 90%;
}

.quote .unlock .heading {
    font-size: 3.4rem;
    color: #fff;
    font-weight: 500;
    font-family: "Rethink Sans", sans-serif;
    margin-bottom: 0;
}

.quote .unlock .button {
    text-align: right;
}

.quote .side-btn {
    border: 0.1rem solid #fff;
    background-color: transparent;
    border-radius: 3rem;
    min-width: 17.8rem;
    padding-block: 1.6rem;
    transition: 300ms all ease-in-out;
    cursor: pointer;
}

.quote .side-btn span {
    color: #fff;
    font-family: "Rethink Sans", sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    transition: 300ms all ease-in-out;
}

.quote .side-btn:hover {
    background: #fff;
}

.quote .side-btn:hover span {
    color: #101621;
}

.get-quote-form {
    max-width: unset;
    padding: 0;
}

.get-quote .default-button span {
    min-width: 20rem;
    justify-content: center;
    padding: 2rem;
}

/* QUOTE SECTION END */

/* CONTACT SECTION START */
.news_secure img {
    max-width: 10.6rem;
    width: 100%;
}

.offices {
    background: url("../images/side-bubble.png") no-repeat,
        url("../images/offices-bg.png") no-repeat;
    background-size: auto, cover;
    background-position: 100% 10%, 0 -2rem;

    width: 100%;
    margin-inline: auto;
    padding-block: 3rem;
}

.offices .row {
    max-width: 90%;
}

.offices h3.office {
    font-size: 2rem;
    color: #21242d;
    margin-bottom: 2rem;
}

.offices h3.office + p {
    color: #000;
    font-size: 2rem;
    margin-bottom: 2.4rem;
}

.offices .contact-no span {
    display: inline-block;
    height: auto;
    width: 4rem;
    background: #ffffff;
    border: 0.1rem solid #21242d61;
    text-align: center;
    border-radius: 2rem;
    margin-right: 1.5rem;
}

.offices .contact-no a {
    color: #21242d;
    font-size: 1.8rem;
}

/* CONTACT SECTION END */

/* new css by rishabh */
/* CSS RESET & BASE STYLES */
/* CSS RESET & BASE STYLES */
/* Import Fonts */

/* Layout */
.main_container_wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

/* Header */
.techcomp-header {
    background-color: #fff;
    padding: 20px 40px;
    border-bottom: 1px solid #eee;
}

.techcomp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.techcomp-logo img {
    height: 75px;
    width: 148px;
    margin-left: 100px;
}

.techcomp-nav {
    display: flex;
    gap: 25px;
    font-size: 14px;
}

.techcomp-nav a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.techcomp-login button {
    background-color: #12a786;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.techcomp-login button img {
    width: 20px;
    height: 20px;
}

/* Hero Section */
.techcomp-hero {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/Vector 9.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.common-inner-section {
    max-width: 1440px;
    width: 85%;
    margin: 0 auto;
    padding: 80px 0;
}

.techcomp-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

/* .techcomp-hero-text {} */

.techcomp-hero-text {
    max-width: 881px;
    width: 100%;
}

.techcomp-hero-text h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    color: #21242d;
    margin-bottom: 20px;
    max-width: 881px;
    width: 100%;
}

.techcomp-hero-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #21242d99;
    margin-bottom: 25px;
    max-width: 769px;
}

.techcomp-search-box {
    display: flex;
    max-width: 775px;
    border: 1px solid #ebb42e;
    border-radius: 25px;
    overflow: hidden;
    flex-wrap: wrap;
}

.techcomp-search-box img {
    padding: 6px;
    width: 50px;
    background-color: #fff;
}

.techcomp-search-box input {
    flex: 1;
    padding: 12px 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    min-width: 0;
}

.techcomp-search-box button {
    background-color: #ebb42e;
    color: #fff;
    border: none;
    padding: 12px 64px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 28px;
}

.techcomp-hero-image {
    justify-content: flex-end;
    align-items: center;
    max-width: 338px;
    width: 100%;
    margin: 0 auto;
}

.techcomp-hero-image img {
    width: 100%;
}

.softsuite-section {
    max-width: 1440px;
    width: 85%;
    margin: 0 auto;
    padding: 20px 0px 50px 0px;
}

.softsuite-heading {
    font-size: 34px;
    font-weight: 500;
    color: #333;
    margin-top: 4px;
}

.softsuite-tabs::-webkit-scrollbar {
    display: none;
}

.softsuite-tab:hover {
    border: 1px solid #ebb42e;
    box-shadow: 0 0 8px 2px #ebb42e;
}

/* new updated css */
.softsuite-banner.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 30px;
    background: none !important;
}

.swiper-button-prev {
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    background-color: #127e98;
    border-radius: 50%;
    padding: 8px;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
}

.swiper-button-next {
    border: none;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #127e98;
    border-radius: 50%;
    padding: 8px;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}

.side_component_vector img {
    position: absolute;
    right: 0;
    width: 100px;
    top: 510px;
}

.left_side_component_vector img {
    position: absolute;
    left: 0px;
    width: 90px;
    top: 1000px;
}

/* new updated css */
.softsuite-tab-active:hover {
    background-color: #fff7ed;
}

.softsuite-scroll-btn {
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background-color: #127e98;
    border-radius: 50%;
    padding: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.softsuite-scroll-btn.hidden {
    display: none;
}

.softsuite-icon {
    width: 20px;
    height: 20px;
}

/* Banner */
.softsuite-banner {
    background-color: #fff8cb;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 75px;
}

.softsuite-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.softsuite-textline {
    font-size: 40px;
    font-weight: 500;
    color: #222;
    margin-bottom: 12px;
}

.softsuite-discount {
    font-size: 80px;
    color: #111;
    font-weight: 500;
}

.softsuite-imagebox {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 280px;
}

.softsuite-banner-img {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.softsuite-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    background-color: #127e98;
}

.softsuite-arrow-left {
    left: 10px;
}

.softsuite-arrow-right {
    right: 10px;
}

.softsuite-arrow_right_tech {
    background-color: #127e98;
    color: #fff;
    width: 50px;
    height: 50px;
    transform: translateY(8%);
    padding: 10px 15px;
    border-radius: 59%;
    z-index: 16;
    border: none;
}

button.softsuite-arrow.softsuite-arrow-left {
    background-color: #fff;
    color: #127e98;
    border: 0.5px solid #127e98;
}

/* Positioning */
.file_imagetech {
    position: absolute;
    right: 30px;
    top: 1200px;
}

.arrow_techcomphero {
    position: absolute;
    left: 68px;
    top: 1295px;
}

.setting_component_tech img {
    position: absolute;
    left: 40px;
    top: 710px;
}

/* Responsive Design */

/* new css by rishabh */

/* NEWSLETTER SECTION START */
.newsletter {
    max-width: 144rem;
    width: 100%;
    margin-inline: auto;
}

.newsletter ._container {
    background: url("../images/newletter_email.png") no-repeat,
        url("../images/newslette_secure.png") no-repeat;
    background-size: 10rem, 10rem;
    background-position: 0 50%, 100% 50%;
}

.newsletter .subscribe {
    max-width: 61rem;
    margin-inline: auto;
}

.newsletter .declaration {
    font-size: 1.3rem;
    text-align: center;
}

.news-latter-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.3rem;
}

.news-latter-detail li {
    font-family: Rethink Sans;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: center;
    list-style: disc;
    color: #15264d;
}

.newsletter h2 {
    margin-bottom: 2.4rem;
}

.subscribe-with-email .subscribe-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}

.subscribe-with-email .subscribe-detail .field {
    position: relative;
    width: 72%;
}

.subscribe-with-email .subscribe-detail .field input {
    width: 100%;
}

.subscribe-with-email .subscribe-detail .field label {
    position: absolute;
    top: -1rem;
    left: 2rem;
    background: #fff;
    color: #9c9c9c;
    font-size: 1.3rem;
}

.subscribe-with-email .subscribe-detail input {
    padding: 1.4rem 2rem;
    outline: 0;
    border: 0.1rem solid #21242d61;
    border-radius: 0.6rem 0 0 0.6rem;
}

.subscribe-with-email .subscribe-detail input::placeholder {
    color: #626262;
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

.subscribe-with-email .subscribe-detail button {
    width: 28%;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem;
    background: #127e98;
    border: 0.2rem solid #127e98;
    color: #fff;
    border-radius: 0 0.6rem 0.6rem 0;
    transition: 300ms all ease-in-out;
}

.subscribe-with-email .subscribe-detail button:hover {
    background: transparent;
    color: #127e98;
}

.subscribe-with-email .declaration {
    font-size: 1.3rem;
    color: #626262;
    text-align: center;
    margin-bottom: 0;
}

/* NEWSLETTER SECTION END */

/* FOOTER SECTION START */
.footer-section {
    width: 100%;
    margin: 0 auto;
    border-bottom: 0.1rem solid #21242d26;
    background-color: #d4f9f3;
}

.footer-section .legend {
    padding-bottom: 5rem;
    background: url("../images/footer-bg-icon-1.png") no-repeat,
        url("../images/footer-bg-icon-2.png") no-repeat;
    background-position: 50% 100%, 95% 100%;
}

.footer_logo {
    max-width: 18.8rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.6rem;
}

.list-unstyled li:not(:last-child) {
    margin-bottom: 2rem;
}

.list-unstyled li a {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d;
    transition: 300ms all ease-in-out;
}

.list-unstyled li a:hover {
    color: #12a786;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.list-unstyled li a img {
    width: 1rem;
    margin-right: 1.6rem;
}

.footer-icons li a {
    display: block;
    min-width: 3.6rem;
    height: 3.6rem;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    border: 0.1rem solid #21242d;
    border-radius: 0.4rem;
}

.footer-icons li img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.footer-menu-list li:nth-child(1) {
    margin-bottom: 2rem;
}

.footer-menu-list li:nth-child(2) {
    margin-bottom: 4rem;
}

.footer-menu-list li a img {
    width: 1.4rem;
    margin-right: 1.5rem;
    margin-left: 0 !important;
}

.social-grid ul.footer-icons li {
    margin-right: 0;
}

.sub-footer {
    padding-block: 4rem;
    border-top: 0.1rem solid #21242d26;
}

.sub-footer p {
    font-size: 1.6rem;
    text-align: center;
    color: #21242d;
    margin-bottom: 0;
}

p.cont {
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.8rem;
}

h4.imp-link {
    font-family: Rethink Sans;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
}

/* FOOTER SECTION END */

/* PRODUCTS PAGE START*/
.banner .slide-contents,
.banner .slide-image {
    padding-block: 1rem;
}

.product-banner .techno-button {
    max-width: 24rem;
}

.products .section-heading {
    margin-bottom: 6rem;
}

.products {
    padding-top: 8rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-size: 5rem, 7rem, 7rem, 7rem, 7rem;
    background-position: 4% 4%, 100% 0, 100% 90%, 0 100%, 0, 4%;
}

.product.card {
    width: 25rem;
    height: 25rem;
    perspective: 50rem;
    margin-inline: auto;
    margin-bottom: 4rem;
}

.product.card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.product.card .front,
.product.card .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    text-align: center;
    border-radius: 1rem;
    backface-visibility: hidden;
}

.product.card .back {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
}

.product.card .back > div {
    position: relative;
    height: 100%;
    width: 100%;
}

.product.card .back > div ul {
    margin-top: 1rem;
    padding: 1rem 0;
    max-height: 85%;
    overflow-y: auto;
}

.product.card .back > div ul::-webkit-scrollbar {
    width: 0;
}

.product.card .back > div li a {
    font-size: 2rem;
    color: #21242d99;
}

.product.card .back > div li a:hover {
    color: #127e98;
}

.product.card .card-body {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    padding: 0;
    background: #ffffff;
}

.product-tab {
    background-image: url("../images/product-banner-backround.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-inline: 8rem;
    padding-top: 4rem;
    margin-bottom: 8rem;
    padding-bottom: 10rem;
}

.product-tab ul {
    border-bottom: none;
    justify-content: center;
    background: #fff8f2;
    margin-bottom: 2rem;
}

.product-tab ul li button {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    text-align: left;
    color: #000;
    border: none;
}

.product-tab ul li button:hover {
    border: none;
    color: #127e98;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #127e98;
}

.overview-heading h2 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
}

.overview-list {
    margin-bottom: 4rem;
}

.overview-list ul {
    padding-left: 2rem;
}

.overview-list ul li {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #21242d99;
    list-style: disc;
}

.overview-heading h1 {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: left;
}

.product-reviews {
    margin-bottom: 4rem;
}

.product-reviews h2 {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center;
}

.product-page-card-text .card .card-inner {
    height: 28rem;
    min-width: 28rem;
    border: none;
    box-shadow: 0 0 0.6rem 0 #00c99c;
    border-radius: 1rem;
}

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

.product-slider img {
    max-width: 40rem;
    width: 100%;
    height: auto;
    padding-top: 3.2rem;
    margin-bottom: 3.2rem;
}

.product-video-slider {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
}

.product-video-slider img {
    max-width: 144rem;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(100, 100, 100, 0) 0%,
        #000000 100%
    );
}

.compare-section {
    max-width: 21.3rem;
}

.compare-section a {
    width: 100%;
    padding: 1.9rem 6.7rem 1.9rem 6.7rem;
    border-radius: 0.8rem;
    color: #fff;
    background: #12a786;
}

.space-specifications {
    text-align: center;
    margin-bottom: 6rem;
}

.space-specifications p:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
    color: #127e98;
    margin-bottom: 1.6rem !important;
}

.space-specifications p:nth-child(2) {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center;
}

.processor-family {
    padding: 0 16rem 0 24rem;
    margin-bottom: 6rem;
}

.processor-family h2 {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 3.2rem !important;
}

.processor-family p {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1.6rem !important;
}

.processor-family ul li {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    list-style: disc;
}

span.monitor-support {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    display: block;
}

.document-slider img {
    max-width: 21rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.2rem;
}

.document-slider .card-body {
    max-width: 21rem;
    width: 100%;
    margin: 0 auto;
}

.document-slider .card-body h5 {
    font-family: "Rethink Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.2rem !important;
}

.document-slider .card-body p {
    font-family: "Rethink Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3.6rem !important;
}

.swiper.mySwiper.three-card-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-width: 11.85rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.swiper-slide .document-slider .document-download {
    text-align: center;
}

.swiper-slide .document-slider .document-download button {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #12a786;
    max-width: 14.6rem;
    width: 100%;
    padding: 1rem;
    border-radius: 2.8rem;
    border: 0;
}

.model-table-area table thead tr th {
    font-family: Rethink Sans;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #21242d;
    padding-bottom: 1.6rem;
}

.model-table-area table {
    max-width: 12.4rem;
    margin: 0 auto;
}

.model-table-area table tbody tr th a img {
    width: 2rem;
    padding-bottom: 2rem;
}

.model-table-area table tbody tr td {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    padding-bottom: 2rem;
}

.product-list-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-search {
    margin-bottom: 3.2rem;
    padding-left: 10rem;
}

.product-search p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    padding: 1.1rem 3.4rem;
    max-width: 58.5rem;
    width: 100%;
    color: #12a786;
    border: 0.2rem solid #12a786;
    border-radius: 8.2rem;
}

.product-search a {
    max-width: 14rem;
    width: 100%;
    padding: 1rem 2.4rem 1rem 2.4rem;
    border-radius: 2, 8rem;
    color: #fff;
    background: #12a786;
}

.product-search a img {
    width: 2.6rem;
}

.product-search a span {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-right: 0.8rem;
}

.accessories-card h5 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #21242d;
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem !important;
}

.accessories-card p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: #21242d61;
    max-width: 24rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.4rem !important;
}

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

.add-accessories button {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 1rem 0;
    max-width: 12.2rem;
    width: 100%;
    margin-bottom: 0.8rem;
    background: #12a786;
    border: none;
    border-radius: 2.8rem;
}

/* ACCOUNTS PAGE START */
.form-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button {
    margin-bottom: 3rem;
}

.back-button-container .back-button {
    max-width: 95%;
    margin-inline: auto;
}

.back-button a {
    display: inline-block;
    max-width: 12.7rem;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #12a786;
    padding: 1rem 2.7rem 1rem 3rem;
    border-radius: 2.8rem;
    border: none;
    transition: 300ms all ease-in-out;
}

.back-button a:hover {
    background: #333333;
}

.back-button a img {
    width: 1.4rem;
}

.back-button a span {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.form-container .form-wrapper h1 {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1.6rem;
    color: #21242d;
}

.form-container .form-wrapper p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 2.8rem;
}

.login-field {
    margin-bottom: 2rem;
}

.login-field label {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1.2rem;
}

.login-field input {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    padding: 1.6rem 2.4rem;
    border: 0.1rem solid #21242d61;
    border-radius: 0.8rem;
}

.login-field .select-gender {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    padding: 1.6rem 2.4rem;
    border: 0.1rem solid #21242d61;
    border-radius: 0.8rem;
}

.password-field {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    border: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
}

.toggle-password .eye-open {
    display: none;
}

.toggle-password.active .eye-open {
    display: block;
}

.toggle-password.active .eye-close {
    display: none;
}

.sign-in-text p {
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}

.sign-in-text p span {
    color: #12a786;
}

.remember-me input {
    height: 2.4rem;
    min-width: 2.4rem;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.remember-me input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff url("../images/check.png") no-repeat;
    background-position: center;
    display: none;
}

.remember-me input:checked {
    background-color: #fff;
    border-color: #21242d61;
    overflow: hidden;
}

.remember-me input:checked::before {
    display: block;
}

.remember-me label {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

.forgot-password p {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: right;
}

.remember-password {
    margin-bottom: 3.4rem;
}

.lock-password {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #12a7861a;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.8rem;
}

.lock-password img {
    width: 3.5rem;
    padding-top: 1.5rem;
    margin: 0 auto;
}

.new-password-key {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #12a7861a;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.8rem;
}

.new-password-key img {
    width: 3.5rem;
    padding-top: 1.5rem;
    margin: 0 auto;
}

.form-button {
    margin-bottom: 1.6rem;
}

.form-button a.button {
    display: block;
    width: 100%;
}

.form-button button,
.form-button a.button {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: #12a786;
    border: 0.2rem solid #12a786;
    padding: 2rem 0;
    border-radius: 0.8rem;
    transition: 300ms all ease-in-out;
}

.form-button button:hover,
.form-button a.button:hover {
    background: #ffffff;
    color: #12a786;
}

.sign-in-text a {
    color: #12a786;
}

.form-container .form-image {
    display: flex;
    align-items: center;
}

.text-dim {
    color: #21242d99;
}

.otp-field .field-wrapper {
    max-width: 21.6rem;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 4.8rem;
}

.otp-field .field-wrapper .fields {
    display: flex;
    gap: 1.2rem;
}

.otp-field .field-wrapper input {
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 0.1rem solid #21242d61;
    font-size: 2rem;
    font-weight: 600;
    color: #384042;
}

.otp-field .field-wrapper input:focus {
    border-bottom: 0.1rem solid #21242d;
}

/* ACCOUNTS PAGE END */

/* INDUSTRY PAGE START */
.banner.have-bg {
    background: url("../images/product-banner-backround.png");
    background-position: center;
    background-size: 100% 100%;
}

.banner.have-bg .slide {
    background: transparent;
}

.industry-listings {
    padding-block: 8rem 0;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 3% 3%, 100% 0, 100% 95%, 0 80%;
    background-size: 7rem, 8rem, 8rem, 8rem;
}

.industrie-video {
    position: relative;
    max-width: 45.4rem;
    height: 25.4rem;
}

.industrie-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.6rem;
}

.industrie-video .video-play-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.6rem;
}

.video-play-button span {
    border-radius: 2.8rem;
    padding: 1rem 2rem;
}

.video-play-button:focus {
    box-shadow: none;
}

.video-play-bttton:hover span {
    background: #333333;
}

.video-play-button img {
    width: 2rem;
}

.industry-listings .industry {
    max-width: 90%;
    margin-inline: auto;
}

.industry-listings .industry:not(:last-child) {
    margin-bottom: 7.6rem;
}

.industry-listings .industry .industry-name {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #127e98;
    margin-bottom: 1.6rem;
}

.industry-listings .industry .about-industry {
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #21242d;
    margin-bottom: 2rem;
    max-width: 51.2rem;
    width: 100%;
}

.industry-listings .industry .author-name {
    font-size: 3.4rem;
    font-weight: 500;
    text-align: left;
    color: #21242d;
    margin-bottom: 0.8rem;
}

.industry-listings .industry .author-designation {
    font-size: 1.6rem;
    text-align: left;
    color: #21242d61;
    margin-bottom: 2.4rem;
}

.vestibulum-ante {
    padding-block: 0 6rem;
}

.vestibulum-ante:nth-child(even) {
    background: url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat,
        url("../images/vestibulum-ante-bg.png") no-repeat;
    background-position: 3% 40%, 95% 22%, 0 0;
    background-size: 5rem, 5rem, 100% 100%;
}

.vestibulum-ante:nth-child(odd) {
    background: #fff url("../images/testimonial-bg-icon-1.png") no-repeat;
    background-position: 2% 25%;
    background-size: 9rem;
}

.vestibulum-ante .row {
    max-width: 90%;
    margin-inline: auto;
}

.vestibulum-ante-images {
    max-width: 50.9rem;
    width: 100%;
}

.vestibulum-ante-images img {
    border-radius: 1.6rem;
    max-width: 345px;
    width: 100%;
}

.vestibulum-ante .vestibulum-ante-contents {
    max-width: 64rem;
    width: 100%;
    padding-inline: 4rem;
}

.vestibulum-ante .vestibulum-ante-contents h2 {
    font-size: 3.4rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 2.4rem;
}

.vestibulum-ante .vestibulum-ante-contents p.first {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 1.2rem;
}

.vestibulum-ante .vestibulum-ante-contents p.second {
    font-size: 1.6rem;
    text-align: left;
    color: #21242d61;
}

.vestibulum-ante .vestibulum-ante-contents ul {
    padding-left: 2rem;
}

.vestibulum-ante .vestibulum-ante-contents ul li {
    max-width: 52.7rem;
    width: 100%;
    list-style: disc;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d61;
    margin-bottom: 1.2rem;
}

.vestibulum-ante .vestibulum-ante-contents ul li::marker {
    color: #12a786;
    width: 0.8rem;
}

/* INDUSTRIES PAGE END  */

/* FAQ PAGE START */
.page-title {
    text-transform: capitalize;
    font-size: 3.4rem;
    margin-block: 2rem;
    font-weight: 700;
}

.accordians .accordian:not(:last-child) {
    margin-bottom: 2rem;
}

.accordian .header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: #d4f9f3;
    padding: 2rem;
    color: var(--black);
    font-size: 1.6rem;
    border-radius: 0.4rem;
}

.accordian .header .icon {
    transition: 300ms all ease-in-out;
}

.accordian .header.active .icon {
    transform: rotate(-180deg);
}

.accordian.open .header .icon img {
    transition: 300ms all ease-in-out;
}

.accordian.open .header .icon.active img {
    transform: rotate(180deg);
}

.accordian .header p {
    margin-bottom: 0;
}

.accordian .contents {
    display: none;
}

.accordian .contents p {
    padding: 1rem 2rem;
    margin-bottom: 0;
}

/* FAQ PAGE END */
.product-overview-tab .nav-tabs {
    gap: 48px;
}

.product-overview-tab .nav-item .nav-link {
    font-size: 1.6rem;
    font-weight: 500;
    border: 0;
    padding: 0;
    color: #21242d;
}

.product-overview-tab .nav-item .nav-link.active {
    background-color: transparent;
    color: #127e98;
}

.product-overview-tab section.hero {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-overview-tab .product-name h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 32px;
}

.product-overview-tab .product-specs ul {
    background: #fff8f2;
    padding-left: 2rem;
}

.product-overview-tab .product-specs ul li {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d99;
    line-height: 1.7;
    list-style: disc;
}

.product-overview-tab .product-name h1 {
    font-size: 3.4rem;
    font-weight: 700;
}

.product-overview-tab .product-slider {
    height: 100%;
    text-align: center;
}

.product-overview-tab .product-slider .swiper-slide {
    display: flex;
    align-items: center;
}

.product-overview-tab .product-slider img {
    max-width: 70%;
    width: 100%;
    height: auto;
    margin-inline: auto;
}

.product-overview-tab .swiper-pagination {
    bottom: 4rem;
}

.product-overview-tab .swiper-pagination .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    opacity: 1;
    background: #21242d99;
    margin-inline: 0.75rem;
}

.product-overview-tab .swiper-pagination .swiper-pagination-bullet-active {
    background: #12a786;
    transform: scale(1.5);
}

.default-button.compare span {
    padding: 2rem 7rem;
}

/* PRODUCT DETAIL - Overview  */
.prodcut-reviews {
    padding-top: 10rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat;
    background-position: 3% 10%, 100% 0;
    background-size: 7rem, 10rem;
}

.product-reviews-slider {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.product-reviews-slider .slide {
    position: relative;
}

.product-reviews-slider .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(100, 100, 100, 0) 0%,
        #000000 100%
    );
}

.product-reviews-slider .slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-reviews-slider .slide iframe {
    width: 100%;
}

.product-reviews-slider .video-play-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13.5rem;
}

.video-play-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13.5rem;
}

.video-play-button span {
    height: 4.8rem;
    min-width: 12rem;
}

.product-reviews-slider .swiper-pagination {
    bottom: 4rem;
}

.product-reviews-slider .swiper-pagination .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    opacity: 1;
    background: #fff;
    margin-inline: 1rem;
}

.product-reviews-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #12a786;
    transform: scale(1.5);
}

/* PRODUCT DETAIL - Specs  */
.product-specification {
    background: url(../images/setting.png) no-repeat,
        url(../images/side-bubble.png) no-repeat,
        url(../images/contact-bg-icon.png) no-repeat,
        url(../images/styled-folder.png) no-repeat,
        url(../images/bubble-cream.png) no-repeat,
        url(../images/testimonial-bg-icon-1.png) no-repeat,
        url(../images/styles-arrow.png) no-repeat;
    background-size: 7rem, 7rem, 7rem, 7rem, 7rem, 7rem, 7rem, 5rem, 7rem;
    background-position: 3% 3%, 100% 2%, 100% 36%, 98% 66%, 0% 69%, 0 90%,
        1% 50%;
    padding: 60px 0;
}

.product-specification .row {
    max-width: 90%;
    margin-inline: auto;
}

.product-specification .features:not(:last-child) {
    margin-bottom: 32px;
}

.product-specification .features .feature:not(:last-child) {
    margin-bottom: 2rem;
}

.product-specification .features .feature strong {
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1.6rem;
}

.product-specification .features .feature ul {
    list-style: disc;
    padding-left: 2.5rem;
}

.product-specification .features .feature ul li {
    color: #21242d99;
    line-height: 1.7;
}

/* PRODUCT DETAIL - Documents  */
section.documents {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 3% 4%, 100% 2%, 100% 100%, 0 95%;
    background-size: 5rem, 7rem, 7rem, 7rem;
}

.documents .document-slider .slide {
    background: transparent;
}

.documents .document-slider .slide img {
    max-width: 14.6rem;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.documents .document-slider .slide .card-body {
    max-width: 21rem;
    margin-inline: auto;
}

.documents .document-slider .slide .document-name {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 1rem;
}

.documents .document-slider .slide .about-document {
    color: #21242d61;
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
}

.default-button.download {
    display: flex;
    justify-content: center;
}

.default-button.download span {
    max-width: 14.5rem;
    justify-content: center;
    border-radius: 2.8rem;
}

/* PRODUCT DETAIL - Model  */
section.model {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 5% 15%, 100% 0, 100% 85%, 0 70%;
    background-size: 7rem, 10rem, 7rem, 10rem;
}

.product-search {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 7rem;
    margin-bottom: 3rem;
    gap: 2rem;
}

.product-search input {
    max-width: 58.4rem;
    width: 100%;
    outline: 0;
    border: 0.2rem solid #12a786;
    font-weight: 500;
    color: #12a786;
    border-radius: 2.8rem;
    padding: 1rem 3rem;
}

.product-search input::placeholder {
    color: #12a786;
}

.model .table-wrapper {
    max-width: 122rem;
    max-height: 40rem;
    overflow: auto;
}

.model .table-wrapper::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    background: #e9e9e9;
}

.model .table-wrapper::-webkit-scrollbar-thumb {
    background: #12a786;
}

.model .table-wrapper table {
    width: 100%;
}

.model .table-wrapper table th {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    white-space: nowrap;
    padding: 1rem;
}

.model .table-wrapper table td {
    color: #21242d99;
    white-space: nowrap;
    padding: 1rem;
    transition: 100ms all ease-in-out;
}

.model .table-wrapper table td:nth-child(2) {
    color: #127e9899;
}

.model .table-wrapper table td:hover {
    color: #127e98;
    font-weight: 500;
    cursor: pointer;
}

.model .table-wrapper table th:first-child,
.model .table-wrapper table td:first-child {
    text-align: center;
}

.model .table-wrapper table td:first-child button {
    background: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
}

/* PRODUCT DETAIL - Accessories  */
section.accessory {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/styled-folder.png") no-repeat,
        url("../images/styles-arrow.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 6% 8%, 100% 1%, 100% 50%, 98% 82%, 5% 90%, 0 45%;
    background-size: 7rem, 8rem, 7rem, 6rem, 6rem, 8rem;
}

.product-search .my-list {
    background: #12a786;
    color: #ffffff;
    border-radius: 2.8rem;
    min-width: 14rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 1;
    margin-right: 50px;
}

.my-accessories {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 44.6rem;
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 2.4rem;
    box-shadow: 0 0.5rem 0.5rem #e1e1e1;
    z-index: 1;
    display: none;
}

.my-accessories .lists {
    max-height: 34rem;
    margin-bottom: 2rem;
    padding-right: 2rem;
    overflow-y: auto;
}

.my-accessories .lists::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    background: #e9e9e9;
}

.my-accessories .lists::-webkit-scrollbar-thumb {
    background: #12a786;
}

.my-accessories .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-accessories .header span {
    color: #21242d;
}

.my-accessories .list {
    margin-bottom: 2.8rem;
}

.my-accessories .list .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-accessories .list .wrapper .product_name {
    font-size: 2rem;
    color: #21242d;
    margin-bottom: 0.8rem;
}

.my-accessories .list .wrapper .product_model_no {
    color: #21242d99;
}

.my-accessories .list .wrapper .counter button {
    background: #12a786;
    height: 2.4rem;
    min-width: 2.4rem;
    color: #fff;
    transition: opacity 300ms ease;
}

.my-accessories .list .wrapper .counter button:hover {
    opacity: 0.7;
}

.my-accessories .list .wrapper .counter .count {
    display: inline-block;
    min-width: 2rem;
    text-align: center;
}

.my-accessories .get-quote {
    width: 100%;
}

.my-accessories .get-quote span {
    justify-content: center;
    padding: 2rem;
}

.accessory .products {
    max-height: 70rem;
    overflow: auto;
}

.accessory .products::-webkit-scrollbar {
    height: 0.8rem;
    width: 0.8rem;
    background: #e9e9e9;
}

.accessory .products::-webkit-scrollbar-thumb {
    background: #12a786;
}

.accessories-card {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.accessories-card img {
    width: 100%;
}

.accessories-card .product_name {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 2rem;
}

.accessories-card .product_description {
    font-size: 1.6rem;
    color: #21242d61;
    margin-bottom: 2rem;
    max-width: 19.5rem;
    width: 100%;
}

.accessories-card .add-to-cart span {
    max-width: 13rem;
    padding: 1.4rem;
    margin-inline: auto;
    border-radius: 2.8rem;
    justify-content: center;
}

.accessories-card .gray span {
    background: gray;
}

/* PRODUCT DETAIL - Service  */
section.recommended-services {
    padding-top: 8rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat;
    background-position: 5% 5%, 100% 1%, 100% 65%, 0 65%;
    background-size: 8rem, 8rem, 8rem, 8rem;
}

.our-plans .row {
    max-width: 93rem;
    margin-inline: auto;
}

.card.plan {
    position: relative;
    height: 100%;
    width: 97%;
    background: transparent;
    box-shadow: 0 0 0.6rem 0 #00c99c;
    border-radius: 1rem;
    padding: 2.8rem 3.2rem;
}

.card.plan:has(.compare) {
    padding-bottom: 10rem;
}

.card.plan h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 2rem;
}

.card.plan h4 {
    color: #21242dde;
    font-weight: 500;
    margin-bottom: 1rem;
}

.card.plan ul {
    list-style-type: disc;
    padding-left: 2rem;
}

.card.plan ul li,
.card.plan p {
    color: #21242d99;
}

.card.plan ul li {
    margin-bottom: 0.8rem;
}

.card.plan .default-button.outlined:not(:last-child) {
    margin-bottom: 0.8rem;
}

.card.plan p {
    margin-bottom: 2rem;
}

.card.plan .compare {
    position: absolute;
    bottom: 3rem;
    margin: 0 auto;
    width: calc(100% - 5rem);
}

.default-button.add-list {
    margin-top: 2rem;
}

.default-button.add-list span {
    padding: 1.4rem;
    justify-content: center;
    border-radius: 2.8rem;
    max-width: 12.2rem;
}

.default-button.outlined span {
    padding: 2rem;
    justify-content: center;
    border: 0.1rem solid #12a786;
    color: #12a786;
    background: transparent;
}

.default-button.outlined:hover span,
.default-button.active span {
    color: #ffffff;
    background: #12a786;
}

.step-one {
    padding-block: 6rem;
    background: url("../images/styles-arrow.png") no-repeat,
        url("../images/styled-folder.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/testimonial-bg-icon-1.png") no-repeat;
    background-position: 1% 7%, 98% 2%, 100% 98%, 0 98%, 1% 50%;
    background-size: 5rem, 7rem, 8rem, 8rem, 5rem;
}

.step-three {
    padding-block: 6rem;
    background: url("../images/contact-bg-icon.png") no-repeat;
    background-position: 100% 50%;
    background-size: 10rem;
}

/* PRODUCT DETAIL PAGE END */

/* PRODUCT COMPARISON PAGE START */
.table-responsive {
    overflow: auto;
}

.table-responsive::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
    background: #e9e9e9;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #12a786;
}

.product-specifications {
    padding-block: 6rem;
    background: url("../images/bubble-cream.png") no-repeat,
        url("../images/contact-bg-icon.png") no-repeat,
        url("../images/footer-bg-icon-2.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/bubble-cream.png") no-repeat,
        url("../images/testimonial-bg-icon-1.png") no-repeat,
        url("../images/styled-folder.png") no-repeat;
    background-position: 0 0, 100% 7%, 100% 70%, 100% 80%, 0 96%, 2% 49%, 2% 25%;
    background-size: 7rem, 7rem, 10rem, 10rem, 7rem, 7rem, 7rem;
}

.product-comparison .section-heading {
    margin-bottom: 25px;
}

.product-comparison .add-for-compare {
    padding-block: 6rem;
    background: url("../images/setting.png") no-repeat,
        url("../images/side-bubble.png") no-repeat,
        url("../images/product-banner-backround.png") no-repeat;
    background-position: 5% 45%, 100% 0;
    background-size: 5rem, 8rem, 100% 100%;
}

.product-comparison .row.add-product {
    max-width: 86rem;
    width: 100%;
    margin-right: 0;
    margin-inline: auto;
}

.add-for-compare .product-image {
    min-height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-for-compare .product {
    max-width: 20rem;
    margin-inline: auto;
}

.add-for-compare .product-image {
    position: relative;
    min-height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-for-compare .product-image .remove {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.add-for-compare .product p {
    text-align: start;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 0;
}

.add-for-compare .product .add-product {
    min-height: 16rem;
    border: 0;
    outline: 0;
    background: transparent;
}

.product-specifications .specx {
    max-width: 90%;
    margin-inline: auto;
}

.product-specifications .specx:not(:last-child) {
    margin-bottom: 2rem;
    margin: 0 auto;
}

.product-specifications .specx-title {
    position: relative;
    margin-bottom: 2rem;
}

.product-specifications .specx-title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 0.1rem solid #21242d1a;
}

.product-specifications .specx-title span {
    position: relative;
    background: #fff;
    font-size: 2rem;
    color: #21242d;
    font-weight: 500;
    z-index: 1;
    padding-right: 2rem;
}

.product-specifications table {
    max-width: 100rem;
}

.product-specifications table td {
    max-width: 5rem;
    vertical-align: text-bottom;
    color: #21242d99;
    padding: 2rem 4rem 2rem 0;
}

.product-specifications table td:first-child {
    color: #21242d;
    font-weight: 600;
    max-width: 6rem;
}

.product-specifications table td:last-child {
    min-width: 5rem;
    padding: 2rem 2rem 2rem 2rem;
}

/* PRODUCT COMPARISON PAGE END */

/* BUILD YOUR OWN SERVER PAGE START */
.build-server {
    background: url("../images/contact-bg.png") no-repeat;
    background-size: 100%100%;
}

.build-server .form {
    padding-right: 0.5rem;
}

.build-server .form form {
    max-height: 46rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4.8rem;
}

.build-server .form form::-webkit-scrollbar {
    background: #e9e9e9;
    height: 0.8rem;
    width: 0.8rem;
}

.build-server .form form::-webkit-scrollbar-thumb {
    background: #12a786;
}

.build-server .form .row {
    margin-bottom: 2rem;
}

.build-server .form input,
.build-server .form select {
    border: 0.1rem solid #21242d61;
    color: #21242d99;
}

.build-server .form .action-btn {
    border: 0;
    outline: 0;
    border-radius: 2.8rem;
    padding: 1rem 1.5rem;
    padding-left: 4.5rem;
    text-transform: uppercase;
    font-weight: 500;
    transition: 300ms all ease-in-out;
}

.build-server .form .action-btn:hover {
    opacity: 0.75;
}

.build-server .form .action-btn.add {
    background: #12a786 url(../images/btn-add.png) no-repeat;
    background-position: 2rem center;
    color: #ffffff;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.build-server .form .action-btn.remove {
    background: #fff2f2 url(../images/btn-remove.png) no-repeat;
    background-position: 2rem center;
    color: #21242d;
}

.build-server .default-button {
    width: 100%;
}

.build-server .default-button span {
    padding: 1.8rem;
    justify-content: center;
}

.build-server .form-image img {
    width: 100%;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

/* BUILD YOUR OWN SERVER PAGE END */

.content .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.nav-link {
    color: #6b47d7;
    text-decoration: none;
}

.nav-link.active {
    color: #6b47d7;
}

.nav-link.active {
    color: #127e98 !important;
    font-weight: bold;
}

.yt-video {
    padding: 2rem;
}

.product-reviews-slider .swiper-wrapper .swiper-slide iframe {
    width: 100%;
    height: 45rem;
    border-radius: 1rem;
    vertical-align: middle;
}

.input-group {
    display: flex;
    align-items: center;
    position: relative;
}

.country-code-select {
    width: 8rem;
    padding-left: 1rem;
    padding: 16px 24px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1rem solid #21242d61;
    border-radius: 0.8rem 0 0 0.8rem;
    border-right: none;
    font-size: 1.6rem;
}

.login-field input.phone-number-input {
    min-height: 5.8rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    width: calc(100% - 6rem);
    margin-right: 0;
    margin-left: auto;
}

.phone-number-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    height: 4rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.product-image > .product-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.page p,
.page ul {
    margin-bottom: 3rem;
}

.page p:has(strong) {
    margin-bottom: 1rem;
}

.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    margin-bottom: 1rem;
}

.page ul li {
    margin-bottom: 1rem;
}

.mega-menu.products-mega-menu .domain {
    font-size: 2rem;
}

.card-text {
    text-align: justify !important;
}

.services .card:hover .front img {
    filter: blur(2rem);
}

.page.education p,
.page.education ul {
    margin-bottom: 0;
}

.page.education ul {
    padding-left: 1rem;
}

.page.education ul li {
    list-style: disc;
}

.industry-listings .industry ul {
    list-style: disc;
    padding-left: 2rem;
}

button.default-button.compare.compareButton.newgetId {
    margin-right: 50px;
}

button.default-button.compare.compareButton.newgetId span {
    padding: 10px 30px;
    border-radius: 2.8rem;
}

.resources-img {
    max-height: 17rem;
}

.navbar .navbar-nav .sub-menu {
    display: none;
    position: absolute;
    min-width: 250px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.47), 0 2px 3px rgba(0, 0, 0, 0.06);
}

.navbar .navbar-nav .sub-menu .nested.nav-item:hover {
    color: blue;
    background-color: #f0f0f0;
}

.navbar .navbar-nav .sub-menu a {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #212529;
    background-color: transparent;
    white-space: nowrap;
    text-decoration: none;
}

/* Dropdown item */

.navbar .navbar-nav li:hover > .sub-menu {
    display: block;
}

.navbar .navbar-nav .sub-menu li:hover > .sub-menu {
    display: block;
    right: -100%;
}

.sub-menu .nested .icon {
    position: absolute;
    right: 10px;
}

.navbar .navbar-nav .sub-menu {
    transition: all 0.3s ease-in-out;
}

/* .last-menu {} */

.navbar .navbar-nav li {
    position: relative;
}

.navbar .navbar-nav .sub-menu {
    z-index: 9999;
    padding: 0;
}

.navbar .navbar-nav li:hover > .sub-menu {
    top: 24px;
}

.navbar .navbar-nav .sub-menu li {
    position: relative;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.6705882353);
}

.navbar .dropdown-toggle-icon {
    display: none;
}

.navbar .dropdown-toggle-icon img {
    width: 16px;
}

.navbar .navbar-nav .sub-menu li > .sub-menu {
    position: absolute;
    top: 24px;
    display: none;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .sub-menu li > .sub-menu.last-menu {
    top: 0;
}

/* .sub-menu .nav-item .nav-link {} */

.allprod-breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.allprod-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.allprod-software-listing {
    color: #ffffff;
    float: left;
    width: 100%;
    padding: 2px 60px 60px 60px;
    background-color: #0f256e;
}

.allprod-section_tab {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 30px 60px 0px 60px;
}

.allprod-section_tab:hover {
    opacity: 0.9;
}

.allprod-card {
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 20px 0px;
    border-bottom: solid 1px #ccc;
    align-items: flex-start;
    gap: 20px;
}

.allprod-card img {
    margin-bottom: 20px;
}

.allprod-left-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.allprod-compare-checkbox {
    margin-bottom: 10px;
}

.allprod-middle-section {
    flex: 1;
}

.allprod-title {
    margin: 0;
    font-size: 20px;
    padding: 6px 12px;
    background: #000;
    color: #fff;
    border-radius: 12px;
}

.allprod-brand {
    font-size: 14px;
    margin: 6px 0;
}

.allprod-badge {
    background-color: #e0f5e9;
    color: #1e824c;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 5px;
}

.allprod-rating {
    margin: 6px 0;
    font-size: 16px;
}

.allprod-stars {
    color: orange;
    letter-spacing: 2px;
}

.allprod-score {
    margin-left: 8px;
    color: #333;
}

.allprod-desc {
    font-size: 14px;
    color: #333;
}

.slide-contents .slide-detail {
    text-align: center;
}

.allprod-read-more {
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
}

.allprod-right-section {
    text-align: right;
    min-width: 150px;
}

.allprod-price {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.allprod-per {
    font-size: 14px;
    color: #666;
}

.allprod-plans-link {
    display: block;
    margin: 8px 0;
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
}

.allprod-demo-button {
    background-color: #007bff;
    color: white;
    padding: 10px 16px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    border: 1px;
}

.allprod-truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.allprod-card-wrapper {
    padding: 30px 60px;
}

.allprod-container-website {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.spacer-bottom .swiper-wrapper {
    display: flex;
    align-items: center;
}

.detail-breadcrumb a {
    color: #12a786;
    font-weight: 600;
    margin-inline: auto;
}

.custom-tooltip-box {
    position: absolute;
    max-width: 300px;
    background: #ffffff;
    color: #000000;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-body.card-hover {
    padding: 20px;
    border-radius: 15px 0 15px 0;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: background-color 0.4s ease, box-shadow 0.4s ease,
        transform 0.4s ease, border-radius 0.4s ease;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}

.card-body.card-hover::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(18, 167, 134, 0.15),
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.card-body.card-hover:hover {
    background-color: #12a786;
    box-shadow: 0 10px 15px rgba(18, 167, 134, 0.2);
    transform: scale(1.03);
    border-radius: 60px 0 60px 0;
}

.card-body.card-hover:hover::before {
    opacity: 1;
}

.card-body.card-hover * {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease, opacity 0.4s ease;
    opacity: 0.95;
}

.card-body.card-hover:hover * {
    color: #ffffff;
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    display: none;
    min-width: 250px;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    list-style: none;
    padding-bottom: 0px;
    position: absolute;
    max-width: 576px;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.47), 0 2px 3px rgba(0, 0, 0, 0.06);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.54em 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: blue;
}

a.dropdown-item {
    border-bottom: 1px solid rgba(191, 191, 191, 0.6705882353);
}

/* new css of banner link by rishabh */

.slide-heading {
    pointer-events: auto;
    z-index: 2;
}

.slide-detail {
    pointer-events: auto;
    z-index: 2;
}

.banner-link {
    z-index: 2;
    position: relative;
}

.contents {
    position: relative;
    z-index: 1;
}

/* new css of banner link by rishabh */
a.clear-button {
    background-color: #e63946;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    margin: 0 auto;
    position: absolute;
    right: 39%;
    top: 120%;
}

.crmsearch_searchbar_wrapper .clear-button {
    background-color: #e63946;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    margin: 0 auto;
    position: absolute;
    right: 41%;
    top: unset;
}

.techcomp-search-box .clear-button {
    background-color: #e63946;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    margin: 0 auto;
    position: absolute;
    right: 52%;
    top: 82%;
}

.ck-content td {
    padding: 10px;
}

.compare-bar-wrapper_comp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-image: url("../images/Vector 9.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center;
}

.compare-card-list_comp {
    display: flex;
    gap: 80px;
    margin: 50px;
}

.compare-card-item_comp {
    position: relative;
    background: #f9faff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card-logo_comp {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.compare-card-remove_comp {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4b4b;
    border: none;
    color: white;
    font-size: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.compare-actions_comp {
    display: flex;
    align-items: center;
    gap: 15px;
}

.compare-button_comp {
    background-color: #00b386;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.compare-card-item_comp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.service-card-link:hover {
    color: black;
}

td.border-table {
    position: relative;
}

td.border-table::after {
    content: "";
    border: 3px solid #656262;
    position: absolute;
    top: 100%;
    left: 10px;
    width: 180px;
}

.review_card_techcomp img {
    width: 116px;
}

.border-bottom_tech {
    border-bottom: 5px solid #656262;
}

.mov-chev {
    display: block;
    width: 13px;
    height: 13px;
}
.breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.breadcrumb li .current {
    color: #21242dde;
}

.breadcrumb li a {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #21242d61;
    transition: color 0.3s ease-in-out;
}

button.btn.btn-link.p-0.m-0.align-baseline {
    font-size: 18px;
}
#read-more-btn {
    color: #127e98;
}
.breadcrumb .current {
    font-size: 16px;
}
@media screen and (max-width: 1366px) {
}

@media (max-width: 1024px) {
    .techcomp-logo img {
        margin-left: 0;
        width: 120px;
    }

    .techcomp-hero-text h1 {
        font-size: 40px;
        width: 100%;
    }

    .techcomp-hero-content {
        flex-direction: column;
        align-items: center;
    }

    .techcomp-hero-image {
        justify-content: center;
        margin-top: 20px;
    }

    .softsuite-section {
        width: 90%;
        padding: 0;
    }

    .softsuite-top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .softsuite-tabs-container {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .softsuite-tabs {
        gap: 8px;
    }

    .softsuite-tab {
        min-width: 80px;
        padding: 5px 10px;
    }

    .softsuite-tab img {
        width: 40px;
        height: 40px;
    }

    .softsuite-tab span {
        font-size: 14px;
    }

    .softsuite-scroll-btn {
        font-size: 16px;
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .softsuite-banner {
        flex-direction: column;
        padding: 30px;
        margin-left: 0;
    }

    .softsuite-banner-content {
        flex-direction: column;
    }

    .softsuite-textbox,
    .softsuite-imagebox {
        max-width: 100%;
        text-align: center;
        padding-right: 0;
        justify-content: center;
    }

    .softsuite-imagebox {
        margin-top: 20px;
    }

    .compare-bar-wrapper_comp {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        padding: 20px;
        width: 100%;
    }

    .compare-card-list_comp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px auto;
        gap: 30px;
        width: 100%;
    }

    .compare-actions_comp {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
        order: 2;
        margin-top: 10px;
    }

    .compare-button_comp,
    .compare-remove-all_comp {
        font-size: 16px;
        padding: 8px 20px;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        visibility: visible;
        opacity: 1;
    }

    .compare-remove-all_comp {
        margin-left: 0;
    }

    .mov-chev {
        display: block;
        height: 16px;
        width: 16px;
    }

    .navbar .dropdown-toggle-icon {
        display: block;
        background: #cccccc;
        padding: 4px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
    .softsuite-section {
        padding: 0;
        width: 94%;
    }

    .techcomp-hero-text h1 {
        font-size: 36px;
        width: 100%;
    }

    .techcomp-hero-text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .compare-bar-wrapper_comp {
        padding: 15px;
    }

    .compare-card-item_comp {
        width: 100px;
        height: 100px;
    }

    .compare-button_comp,
    .compare-remove-all_comp {
        font-size: 14px;
        padding: 6px 12px;
        visibility: visible;
        opacity: 1;
    }

    .compare-card-list_comp {
        gap: 20px;
    }

    .compare-actions_comp {
        margin-top: 15px;
    }

    .techcomp-hero-text h1 {
        font-size: 24px;
    }

    body {
        margin-top: 82px !important;
    }

    .country-code-select {
        height: 58px;
    }
}

@media (max-width: 480px) {
    .softsuite-tab {
        min-width: 60px;
        padding: 3px 6px;
    }

    .softsuite-tab img {
        width: 40px;
        height: 40px;
    }

    .softsuite-tab span {
        font-size: 10px;
    }

    .softsuite-scroll-btn {
        font-size: 12px;
        width: 24px;
        height: 24px;
        padding: 3px;
    }

    .softsuite-left img {
        width: 40px;
        height: 40px;
    }

    .softsuite-tag {
        font-size: 16px;
    }

    .softsuite-heading {
        font-size: 24px;
    }

    .form-button a.button {
        margin-bottom: 20px;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-heading,
    .insights h2,
    .contact .form-heading,
    .insights .card .card-title,
    .testimonial h2,
    .quote .unlock .heading,
    .vestibulum-ante .vestibulum-ante-contents h2,
    .review-title,
    .form-container .form-wrapper h1,
    .techcomp-hero-text h1 {
        font-size: 2rem !important;
    }
    .services .card-title {
        font-size: 1.5rem;
    }
    .card-detail {
        font-size: 1.2rem;
    }
    .quote .side-btn span {
        font-size: 12px;
    }
    .quote .side-btn {
        min-width: 13rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        min-width: unset !important;
        width: 30px !important;
        height: 30px !important;
    }
    .login-field input.phone-number-input {
        min-height: 1.8rem;
        padding-left: 28px;
    }
    .country-code-select {
        padding: 1px 16px;
        height: 40px;
    }
    .slide-detail {
        position: static !important;
        transform: unset;
    }
    .slide .slide-contents {
        flex-direction: column-reverse;
    }
    .slide .slide-contents {
        height: unset;
        position: unset;
        display: block;
        align-items: center;
        z-index: unset;
    }
    .slide .slide-contents,
    .slide .slide-image {
        height: unset !important;
    }

    .slide.overlay::before {
        background: none !important;
    }
    .slide .slide-contents {
        display: flex;
    }
    .slide .slide-image img {
        max-width: 180px !important;
        margin: 0 auto;
        display: block;
    }
    .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slide .slide-contents .techno-button {
        margin-bottom: 1rem !important;
    }
    .slide .slide-contents .slide-heading {
        margin-bottom: 2rem !important;
    }
    .slide .slide-contents .slide-heading {
        font-size: 2rem !important;
        text-align: center;
    }
    .slide-banner .swiper-slide {
        width: 100%;
        margin-top: 1rem !important;
    }
    .slide .slide-contents .slide-heading {
        max-width: 100% !important;
    }
    .slide-banner .swiper-slide {
        margin-top: 2rem !important;
    }
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -6px !important;
    }
    .ratings .rating + img {
        max-width: 180px;
        margin-left: 0;
    }
    .ratings .rating {
        max-width: 238px;
        padding-top: 5.7rem;
    }
    .clients .swiper-slide img {
        max-width: 150px;
        height: auto !important;
    }
    .form-img {
        max-width: 18rem;
    }
    .footer-vector-new {
        max-width: 150px;
    }
    .offices {
        background-size: 53px, cover !important;
    }
    .spacer-bottom {
        margin-bottom: 0rem !important;
    }
    .footer-section .legend {
        padding-top: 0rem !important;
    }
    .about-us {
        background-position: 1rem 0rem, 99% 0, 1px 50%, 1rem 100%, 98% 98% !important;
    }
    .section-stats {
        background-position-y: 2px !important;
        background-position-x: 0px !important;
    }
    .ma-w-200 {
        max-width: 100px !important;
        margin: 0 auto;
        text-align: center;
    }
    .ma-w-150,
    .techcomp-hero-image img {
        max-width: 150px !important;
        float: unset !important;
        margin: 0 auto;
        text-align: center;
        display: block !important;
    }
    .crmsearch_navbar {
        justify-content: start;
    }
    section.sponsors {
        margin-top: 12px;
    }
    .insights h2 {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
    .ck-container-heading {
        font-size: 20px !important;
    }
    .ck-container-main-heading {
        font-size: 25px !important;
    }
    .newsletter {
        padding-top: 30px;
    }
    .techcomp-hero-image {
        text-align: center;
    }
    .services {
        background-position: 2rem 0rem, 100% 41px, 1px 50%, 2rem 100%, 98% 98% !important;
    }
    .faq_image_unique {
        max-width: 180px !important;
        display: block;
        margin: 0 auto;
    }
    .btn-demo,
    .btn-quote {
        /* max-width: 230px !important; */
    }
    .action-buttons {
        justify-content: center;
        align-items: center;
    }
    .adcard_logo_wrapper_bizsoft img {
        max-width: 150px !important;
    }
    .border-bottom_tech {
        font-size: 20px !important;
    }
    span.mov-container {
        position: absolute;
        right: 5px !important;
        top: 5px !important;
    }
    .breadcrumb-list-unique {
        font-size: 12px;
    }
    .about-us ul li span,
    table tr td span,
    .ck-para {
        font-size: 15px !important;
    }
    .breadcrumb li {
        font-size: 12px;
        line-height: 15px;
    }
    .breadcrumb li a {
        font-size: 12px;
        line-height: 15px;
    }
    .services .section-heading {
        margin-bottom: 0;
        margin: 3rem 0px;
    }
    .breadcrumb .current {
        font-size: 12px;
    }
}

/* ------------------------------------------------ */
.text-tagline-ck {
    max-width: 800px;
    width: 100%;
    display: block;
}
.text-tagline-software-ck {
    max-width: 1000px;
    width: 100%;
    display: block;
}
.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
}

.breadcrumb li a:hover {
    color: #12a786;
    text-decoration: underline;
}

.breadcrumb li:last-child a {
    color: #333;
    font-weight: bold;
}

.breadcrumb li:not(:last-child)::after {
    /* content: "›"; */
    color: #6c757d;
    margin: 0 8px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    z-index: 10;
}

.thumbnail-row img.active {
    border: 2px solid #00b894;
    opacity: 1;
}

.thumbnail-row img {
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.2s;
}

.thumbnail-row img:hover {
    opacity: 1;
}

.recommendation_section {
    padding: 2rem 0;
}

.section_title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.recommendationCarousel {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.recommendation_card,
.login-form-container {
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommendation_card:hover {
    transform: translateY(-5px);
}

.rec_image_container {
    position: relative;
    height: 150px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rec_logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sponser_tech_overlay {
    position: absolute;
    top: -3px;
    right: 170px;
    width: 130px !important;
    height: auto !important;
}

.rec_title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #21242d;
    margin-bottom: 0.5rem;
}

.rec_desc {
    color: #00000099;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.rec_price {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
}

.buy_subscribe_btn,
.login-form-container .btn {
    width: 100%;
    padding: 0.75rem;
    background-color: #12a786;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    max-width: 300px;
    border-radius: 50px;
    height: auto;
}

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

.login-form-container {
    width: 90%;
    max-width: 400px;
    padding: 2rem;
    margin: auto;
}

.login-title {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    color: #007bff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: bold;
}

.swiper-pagination-bullet-active {
    background: #007bff;
}

.rec_image_container img {
    width: 202px;
    height: auto;
}

.stars_bizsoft {
    display: inline-flex;
}

.star {
    position: relative;
    font-size: 2rem;
    color: #ccc;
    display: flex;
    width: 1em;
    height: 1.5em;
    bottom: 23px;
}

.star.filled::before {
    color: #f5a623;
}

.share-wrapper {
    position: relative;
    top: 55%;
    right: 4%;
}

.share-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.dropdown-menu-sic {
    display: none;
    /* hide by default */
    position: absolute;
    top: 100%;
    left: 0;
    /* padding: 8px; */
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-sic li {
    display: inline-block;
    margin: 5px;
}

.share-wrapper:hover .dropdown-menu-sic {
    display: block;
}

.tech_report_comp .card {
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: unset;
    border-radius: 0.25rem;
    padding: 10px 0;
}

.inc_dec_ {
    display: flex;
}

i.nav-item.dropdown.user-menu img {
    position: absolute;
    left: -50px;
}

.software-price {
    white-space: nowrap !important;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li + li::before {
    content: "›";
    /* You can use ">" or "→" */
    margin: 0 8px;
    color: #666;
    /* arrow color */
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    position: relative;
}

.breadcrumb li + li::before {
    content: "›";
    margin: 0 8px;
    color: #666;
}

.softsuite-section.softsuite__banner__section .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 60px;
}

/* .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #FFF8CB;
    border-radius: 40px;
    padding: 30px;
} */
/* .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
    left: auto;
} */

.main_comp_report {
    background: url(../images/insights-bg-icon-1.png) no-repeat,
        url(../images/insights-bg-icon-2.png) no-repeat;
    background-position: 0 100%, 100% 0;
    scroll-margin-top: 120px;
}

.share-wrapper:hover .dropdown-menu-sic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
}

.share-wrapper {
    display: flex;
    justify-content: space-between;
}
a.read-more:hover {
    background-color: #fff;
    color: #12a786;
    border: 1px solid #12a786;
}

@media screen and (max-width: 991px) {
    .navbar .navbar-nav .sub-menu {
        position: relative !important;
        top: 10px !important;
    }
    .navbar-nav .nav-item .nav-link {
        display: inline-block !important;
        width: auto !important;
    }

    .navbar .dropdown-toggle-icon {
        position: absolute;
        right: 5px;
        top: 5px;
    }
}
.crm-field input, .crm-field select{
    font-family: Rethink Sans;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    color: #21242d99;
    padding: 1.6rem 2.4rem;
    border: 0.1rem solid #21242d61;
    border-radius: 0.8rem;
margin-bottom: 20px;
}
.crm-field{
    padding: 20px 0px;
        max-width: 144rem;
    width: 90%;
    margin: 0 auto;
}