@charset "UTF-8";
/*

Default Style

============================*/

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

:root {
    --red: #e70012;
    --blue: #0072dd;
    --orange: #FFA500;
    --pink: #FFC0CB;
    --lightbtn: #edf4f6;
    --darkbtn: #3e3a39;
    --star-color: #c0c0c0;
    --star-background: #ffac33;
}

body {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #333;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #e4773a;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b2336;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

h3 {
    font-weight: 600;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.7;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control {
    height: 55px;
    color: #1b2336;
    border: 1px solid #ffffff;
    background-color: #e5e5e5;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
    color: #757575;
}

.form-control:-ms-input-placeholder {
    color: #757575;
}

.form-control::-ms-input-placeholder {
    color: #757575;
}

.form-control::placeholder {
    color: #757575;
}

.form-control:focus {
    color: #000000;
    background-color: #e5e5e5;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #2279fc;
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}
.pb-5 {
    padding-bottom: 5px;
}
.mt-30 {
    margin-top: 30px;
}

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

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.bgColor-1 {
    background-color: #fff !important;
}

.bgColor-2 {
    background-color: #f8fafb !important;
}

.borderBottom-1 {
    border-bottom: 3px solid #e4773a;
}

.borderTop-1 {
    border-top: 3px solid #e4773a;
}

/*

Bg-color Style*/

.body-bg-color {
    background-color: #f8fafb;
}

.bg-color-ffffff {
    background-color: #ffffff;
}

.bg-color-3270ff {
    background-color: #3270ff;
}

.bg-color-1b2336 {
    background-color: #1b2336;
}

/* @media (min-width:1400px) { */
    .d-none {
        display: none !important;
    }
/* } */

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }


    .d-lg-none {
        display: none !important
    }
}

/*

Default Btn Area Style*/

.default-btn {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: -ms-inline-grid;
    display: inline-grid;
    padding: 8px 30px;
    background-color: #333333;
    border-radius: 100px;
    border: 2px solid #333333;
}

.default-btn.active {
    background-color: #333333;
    color: #ffffff;
}

.default-btn.active:hover {
    color: #333333;
    background-color: #fff;
}

.default-btn:hover {
    color: #333333;
    background-color: #fff;
}

/* Default Slider Dots */

.swiper-pagination {
    position: unset;
    margin-top: 15px;
}

.swiper-pagination.paginationFix {
    position: absolute;
    margin-top: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background: #949494;
    height: 5px;
    border-radius: 100px;
    margin: 0 5px;
}

.swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #000;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #000;
}

/* Start Tab List Product */

.tabListProduct {
    border: 0;
    justify-content: center;
    border-radius: 100px;
    background: #f3f6f7;
    display: inline-flex;
    padding: 6px;
    overflow: hidden;
    margin-top: 20px;
}

.tabListProduct li .nav-link {
    border: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 8px 50px;
    border-radius: 100px;
}

.tabListProduct li .nav-link.active {
    background-color: #333;
    color: #fff;
}

/* End Tab List Product */

/*

Navbar Area Style

======================================================*/

.navbar-area {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 5px 50px rgba(50, 112, 252, 0.08);
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0px 5px 50px rgba(50, 112, 252, 0.08);
    box-shadow: 0px 5px 50px rgba(50, 112, 252, 0.08);
    background-color: #ffffff !important;
    border-bottom: 2px solid var(--red);
}

.navbar-area.is-sticky .navbar-brand img {
    width: auto;
    height: 50px;
}

.navbar-area.is-sticky .desktop-nav .navbar .mean-menu {
    border-left: 0;
}

.navbar-area.is-sticky .desktop-nav .navbar .mean-menu .mini-topNav {
    display: none;
}

.navbar-area .container-fluid {
    max-width: 1760px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-area .navbar-brand {
    margin-right: 50px;
}

.navbar-area .navbar-brand img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.navbar-area .navbar-brand .white-logo {
    display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
    display: none;
}

.navbar-area.style-border {
    border: 1px solid #ffffff;
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.desktop-nav .container {
    max-width: 1530px;
    padding: 0 60px;
    overflow: hidden;
}

.desktop-nav .navbar {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.desktop-nav .navbar .mean-menu {
    display: grid;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    border-left: 1px solid #d4d4d4;
}

.desktop-nav .navbar .mean-menu .mini-topNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.desktop-nav .navbar .mean-menu .mini-topNav::after {
    content: "";
    position: absolute;
    width: calc(100% + 30%);
    height: 1px;
    background: #ddd;
    bottom: -1px;
    right: -30%;
}

.desktop-nav .navbar .mean-menu .mini-topNav .callLable {
    background-color: #fceae2;
    padding: 5px 20px;
    color: var(--red);
    font-weight: 700;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.desktop-nav .navbar .mean-menu .mini-topNav .callLable i {
    margin-right: 5px;
}

.socialLins {
    display: flex;
    align-items: center;
}

.socialLins span {
    margin-right: 10px;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.socialLins .socialIcons {
    padding-left: 0 !important;
}

.socialIcons {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.socialIcons a {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    font-size: 14px;
}

.socialIcons li:nth-child(1) a {
    background: #3b5998;
}

.socialIcons li:nth-child(2) a {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.socialIcons li:nth-child(3) a {
    background: #CD201F;
}

.socialIcons li:nth-child(4) a {
    background: #075e54;
}

.desktop-nav .navbar .mean-menu .mini-topNav li .navbar-nav .nav-item {
    padding: 0;
}

.desktop-nav .navbar .mean-menu .mini-topNav li .navbar-nav .nav-item a {
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}

.desktop-nav .navbar .mean-menu .navbar-nav .default-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.desktop-nav .navbar .mean-menu .navbar-nav .default-btn i {
    font-size: 14px;
}

.desktop-nav .navbar .mean-menu>.navbar-nav:not(.mini-topNav) li:last-child {
    margin-left: 20px;
    align-items: center !important
}

.desktop-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    color: #444;
    line-height: 1;
    position: relative;
    font-weight: 700;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 0;
    right: 0;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 5px 50px rgba(50, 112, 252, 0.08);
    box-shadow: 0px 5px 50px rgba(50, 112, 252, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 250px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #1b2336;
    padding: 15px;
    border-bottom: 1px dashed #ededed;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #1b2336;
    border-bottom: 1px dashed #ededed;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--red);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00ca99;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00ca99;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #00ca99;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #00ca99;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .default-btn {
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 1px;
}

.desktop-nav .navbar .others-options ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.desktop-nav .navbar .others-options ul li {
    margin-right: 20px;
    display: inline-block;
}

.desktop-nav .navbar .others-options ul li:last-child {
    margin-right: 0;
}

.desktop-nav .navbar .others-options ul li .search-form {
    position: relative;
    margin-left: 20px;
}

.desktop-nav .navbar .others-options ul li .search-form .form-control {
    height: 42px;
    background-color: #ffffff;
    border-color: #e5e5e5;
    border-radius: 50px;
}

.desktop-nav .navbar .others-options ul li .search-form .form-control:focus {
    border-color: #2279fc;
}

.desktop-nav .navbar .others-options ul li .search-form .src-btn {
    position: absolute;
    top: 11px;
    right: 15px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #2279fc;
}

.desktop-nav .navbar .others-options ul li .search-form .src-btn:hover {
    color: #2279fc;
}

.desktop-nav .navbar .others-options ul li .call-us {
    position: relative;
    padding-left: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #1b2336;
}

.desktop-nav .navbar .others-options ul li .call-us i {
    position: absolute;
    top: -9px;
    left: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #2279fc;
    border-radius: 50px;
    color: #2279fc;
    background: rgba(50, 112, 252, 0.1);
    font-weight: normal;
    font-size: 20px;
}

.desktop-nav .navbar .others-options ul li .call-us:hover {
    color: #2279fc;
}

.desktop-nav .navbar .others-options ul li .default-btn i {
    display: none;
}

.mobile-responsive-nav {
    display: none;
}

.backhistory-button {
    display: none;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.others-options-for-mobile {
    position: absolute;
    top: 1px;
    left: 70px;
    right: 0;
    margin: auto;
    display: table;
    z-index: 999;
}

.others-options-for-mobile ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.others-options-for-mobile ul li {
    margin-right: 20px;
    display: inline-block;
}

.others-options-for-mobile ul li:last-child {
    margin-right: 0;
}

.others-options-for-mobile ul li .search-form {
    position: relative;
    margin-left: 20px;
}

.others-options-for-mobile ul li .search-form .form-control {
    height: 42px;
    background-color: #ffffff;
    border-color: #e5e5e5;
    border-radius: 50px;
}

.others-options-for-mobile ul li .search-form .form-control:focus {
    border-color: #2279fc;
}

.others-options-for-mobile ul li .search-form .src-btn {
    position: absolute;
    top: 11px;
    right: 15px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #2279fc;
}

.others-options-for-mobile ul li .search-form .src-btn:hover {
    color: #2279fc;
}

.others-options-for-mobile ul li .call-us {
    position: relative;
    padding-left: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #1b2336;
}

.others-options-for-mobile ul li .call-us i {
    position: absolute;
    top: -9px;
    left: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #2279fc;
    border-radius: 50px;
    color: #2279fc;
    background: rgba(50, 112, 252, 0.1);
    font-weight: normal;
    font-size: 20px;
}

.others-options-for-mobile ul li .call-us:hover {
    color: #2279fc;
}

.others-options-for-mobile ul li .default-btn i {
    display: none;
}

/*

  Others Option For Responsive Area Style

  ======================================================*/

.others-option-for-responsive {
    display: none !important;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 60px;
    top: -40px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #00ca99;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #00ca99;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 15px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.others-option-for-responsive .others-options {
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 50px rgba(50, 112, 252, 0.08);
    box-shadow: 0px 5px 50px rgba(50, 112, 252, 0.08);
}

.others-option-for-responsive .others-options ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.others-option-for-responsive .others-options ul li {
    margin-right: 20px;
    display: inline-block;
}

.others-option-for-responsive .others-options ul li:last-child {
    margin-right: 0;
}

.others-option-for-responsive .others-options ul li .search-form {
    position: relative;
    margin-left: 20px;
}

.others-option-for-responsive .others-options ul li .search-form .form-control {
    height: 42px;
    background-color: #ffffff;
    border-color: #e5e5e5;
    border-radius: 50px;
}

.others-option-for-responsive .others-options ul li .search-form .form-control:focus {
    border-color: #2279fc;
}

.others-option-for-responsive .others-options ul li .search-form .src-btn {
    position: absolute;
    top: 11px;
    right: 15px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #2279fc;
}

.others-option-for-responsive .others-options ul li .search-form .src-btn:hover {
    color: #2279fc;
}

.others-option-for-responsive .others-options ul li .call-us {
    position: relative;
    padding-left: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #1b2336;
}

.others-option-for-responsive .others-options ul li .call-us i {
    position: absolute;
    top: -9px;
    left: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #2279fc;
    border-radius: 50px;
    color: #2279fc;
    background: rgba(50, 112, 252, 0.1);
    font-weight: normal;
    font-size: 20px;
}

.others-option-for-responsive .others-options ul li .call-us:hover {
    color: #2279fc;
}

.others-option-for-responsive .others-options ul li .default-btn i {
    display: none;
}

/* .fixed-top+section {
    margin-top: 120px;
} */

/* Start All Heading */

.centerHeading {
    text-align: center;
    margin-bottom: 40px;
}

.centerHeading span {
    font-size: 16px;
    color: var(--red);
    font-weight: 800;
}

.centerHeading h2 {
    font-size: 30px;
    color: #2c3145;
    font-weight: 800;
    line-height: 1.5;
}

.centerHeading p {
    color: #333;
    font-weight: 600;
}

/* End All Heading */

/* Start Slider */

.homeSlider {
    padding: 60px 0;
}

.homeSlider .sliderBody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.homeSlider .sliderBody .slider {
    width: 920px;
    padding: 0 10px;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem {
    padding: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 10px;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem .subHeading {
    font-size: 16px;
    font-weight: 800;
    color: var(--red);
    margin-bottom: 10px;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem h2 {
    color: #222222;
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 2;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem p {
    color: var(--darkbtn);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem .default-btn {
    font-size: 14px;
    font-weight: 600;
}

.homeMainSlider.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5px;
}

.homeMainSlider.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #000;
    width: 30px;
}

.homeMainSlider.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    background: #949494;
    height: 5px;
    border-radius: 100px;
    margin: 0 5px;
}

.homeSlider .sliderBody .sliderRightPoster {
    width: calc(100% - 920px);
    padding: 0 10px;
}

.homeSlider .sliderBody .sliderRightPoster .sliderItem {
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 195px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* EndSlider */

/* Start Smartphone */

.smartphoneSection {
    padding: 80px 0;
    background-color: #f2f6f6;
}

.cardSliderBody-1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px 30px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    transition: 0.5s ease-in-out;
    position: relative;
}

.cardSliderBody-1>a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.cardSliderBody-1 .productImg {
    width: 100%;
    height: 250px;
    position: relative;
    padding: 15px;
}

.cardSliderBody-1 .productImg .onHover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    /* transform: scale(0); */
    z-index: 2;
    padding: 8px;
}

/* .cardSliderBody-1:hover .productImg .onHover {
    transform: scale(1);
    transition: 0.5s ease-in-out;
} */
.compareBtn{
    display: none;
}
.cardSliderBody-1 .productImg .onHover .compareBtn {
    border: 0;
    color: #fff;
    background-color: var(--red);
    display: flex;
    align-items: center;
    font-weight: 700;
    padding: 10px;
    border-radius: 100px;
    column-gap: 15px;
    font-size: 14px;
    overflow: hidden;
    height: 37px;
    width: auto;
    max-width: 37px;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
}

.cardSliderBody-1 .productImg .onHover .compareBtn .text {
    white-space: nowrap;
}

.cardSliderBody-1 .productImg .onHover .compareBtn:hover {
    background-color: #ba0b18;
    max-width: 200px;
    column-gap: 10px;
    padding: 8px 20px;
    border-radius: 6px;
}

.cardSliderBody-1 .productImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cardSliderBody-1 .prodctContent {
    text-align: center;
}

.cardSliderBody-1 .prodctContent p {
    margin-bottom: 15px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 800;
}

.cardSliderBody-1 .prodctContent .productBtn {
    font-size: 12px;
    font-weight: 700;
    color: #444;
    padding: 8px 20px;
    border-radius: 100px;
    background-color: var(--lightbtn);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    column-gap: 10px;
    width: fit-content;
    margin: auto;
}

.cardSliderBody-1 .prodctContent .productBtn:hover {
    background-color: #333;
    color: #fff;
}

/* End Smartphone */

/* Start Processor*/

.processorSection {
    padding: 20px 0;
}

.cardSliderBody-2 {
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.cardSliderBody-2>a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.cardSliderBody-2 .productImg {
    background-color: #fbfbfb;
    border-radius: 10px;
    position: relative;
    padding: 50px;
    height: 230px;
}

.cardSliderBody-2 .productImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cardSliderBody-2 .productImg .onHover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    /* transform: scale(0); */
    z-index: 5;
    padding: 8px;
}

/* .cardSliderBody-2:hover .productImg .onHover {
    transform: scale(1);
    transition: 0.5s ease-in-out;
} */

.cardSliderBody-2 .productImg .onHover .compareBtn {
    border: 0;
    color: #fff;
    background-color: var(--red);
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 700;
    padding: 10px;
    border-radius: 100px;
    font-size: 14px;
    overflow: hidden;
    height: 37px;
    width: auto;
    max-width: 37px;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;

}

.cardSliderBody-2 .productImg .onHover .compareBtn .text {
    white-space: nowrap;
}

.cardSliderBody-2 .productImg .onHover .compareBtn:hover {
    background-color: #ba0b18;
    max-width: 200px;
    column-gap: 10px;
    padding: 8px 20px;
    border-radius: 6px;
}

.cardSliderBody-2 .productImg .poitnScore {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    background: #fff;
    z-index: 0;
    border: 4px solid var(--red);
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    line-height: 1;
}

.cardSliderBody-2 .productImg .poitnScore p {
    font-weight: 900;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.cardSliderBody-2 .productImg .poitnScore span {
    font-size: 10px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.cardSliderBody-2 .prodctContent {
    text-align: center;
    font-weight: 700;
    color: #333;
}

.cardSliderBody-2 .prodctContent p {
    padding: 20px 30px 0;
    /* min-height: 65px; */
    /*if you need*/
}



/* Table */

.processor-card-data-table {
    border: none;
    /* Turn off all borders */
    border-top: 1px solid #ccc;
    width: 60%;
}

.processor-card-data-table th,
.processor-card-data-table td {
    border: none;
    /* Turn off all borders */
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    text-align: left;
}

/* Toggle */

.toggles {
    background: #ebebeb;
    color: #545454;
    height: 20px;
    padding: 15px;
}

.toggles p {
    margin: 0;
}

.toggles a {
    background: #222;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 6px;
    text-decoration: none;
}

.toggles a:hover {
    background: #666;
}

.reset-graph-button {
    float: right;
}

/* Graph */

/* Containers */

#figure {
    height: 380px;
    position: relative;
}

#figure ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.graph {
    height: 283px;
    position: relative;
}

/* Legend */

.legend {
    background: #f0f0f0;
    border-radius: 4px;
    bottom: 0;
    position: absolute;
    text-align: left;
    width: 540px;
}

.legend li {
    display: block;
    float: left;
    height: 20px;
    margin: 0;
    padding: 10px 30px;
    width: 120px;
}

.legend span.icon {
    background-position: 50% 0;
    border-radius: 2px;
    display: block;
    float: left;
    height: 16px;
    margin: 2px 10px 0 0;
    width: 16px;
}

/* X-Axis */

.x-axis {
    bottom: 0;
    color: #555;
    position: absolute;
    text-align: center;
    width: 100%;
}

.x-axis li {
    float: left;
    margin: 0 15px;
    padding: 5px 0;
    width: 10%;
}

.x-axis li span {
    float: left;
}

/* Y-Axis */

.y-axis {
    color: #555;
    position: absolute;
    text-align: right;
    width: 100%;
}

.y-axis li {
    border-top: 1px solid #ccc;
    display: block;
    height: 62px;
    width: 100%;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}

/* Graph Bars */

.bars {
    height: 220px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.bar-group {
    float: left;
    height: 100%;
    margin: 0 15px;
    position: relative;
    width: 10%;
}

.bar {
    border-radius: 3px 3px 0 0;
    bottom: 0;
    cursor: pointer;
    height: 0;
    position: absolute;
    text-align: center;
    width: 10px;
}

.bar span {
    background: #fefefe;
    border-radius: 3px;
    left: -8px;
    display: none;
    margin: 0;
    position: relative;
    text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
    width: 40px;
    z-index: 20;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
}

.bar:hover span {
    display: block;
    margin-top: -25px;
}

.processor-card-data-table.js {
    display: none;
}

.bar span {
    background: #fefefe;
}

.fig0 {
    background: #a22;
}

/* End Processor*/

/* Start Laptop Section */

.laptopSection {
    padding: 80px 0;
    background-color: #f2f6f6;
}

.laptopSlider .owl-item .swiper-slide {
    margin-bottom: 20px;
}

.laptopSection .cardSliderBody-1 .productImg {
    height: 180px;
}

.laptopSection .cardSliderBody-1 .prodctContent {
    padding: 15px 15px 0;
}

.laptopSection .cardSliderBody-1 .prodctContent .productName {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* End Laptop Section */

/* Start Popular Compare */

.popularComparisons {
    /* padding: 80px 0; */
}

.cardSliderBody-3 {
    padding: 15px;
    background: #f8fcfd;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}

.cardSliderBody-3 .productImg {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: relative;
    justify-content: center;
}

.cardSliderBody-3 .productImg .productImg-1 img {
    max-height: 79px;
}

.cardSliderBody-3 .productImg .productImg-2 img {
    max-height: 79px;
}

.cardSliderBody-3 .productImg .comapreVS {
    position: relative;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardSliderBody-3 .productImg .comapreVS p {
    background-color: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    align-self: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 100px;
}

.cardSliderBody-3 .prodctContent {
    padding: 15px 15px 0;
    text-align: center;
}

.cardSliderBody-3 .prodctContent p {
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
}

.cardSliderBody-3 .prodctContent span {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    border-radius: 100%;
    background: #e2e5e6;
    color: #000;
    font-weight: 800;
    font-size: 12px;
}

.cardSliderBody-3 .prodctContent .ComparisonBtn {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 8px 40px;
    border-radius: 100px;
    background-color: var(--darkbtn);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 15px auto 10px;
    text-transform: uppercase;
}

.cardSliderBody-3 .prodctContent .ComparisonBtn:hover {
    background-color: var(--lightbtn);
    color: #333;
}


@media screen and (max-width: 991px) {
    .cardSliderBody-3 .productImg .productImg-1 img {
        max-height: 100px;
    }

    .cardSliderBody-3 .productImg .productImg-2 img {
        max-height: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .cardSliderBody-3 .productImg .productImg-1 img {
        max-height: 150px;
    }

    .cardSliderBody-3 .productImg .productImg-2 img {
        max-height: 150px;
    }
}


/* End Popular Compare */

/* Start Categories */

.categoriesSection {
    padding: 80px 0;
}

.categorieBody {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.categorieBody:hover img {
    transform: scale(1.2);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.categorieBody img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.categorieBody .categorieBtn {
    padding: 10px 15px;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: fit-content;
    border-radius: 3px;
}

.categorieBody .categorieBtn:hover {
    background-color: #333;
    color: #fff;
}

.categorieList .twoCategorie .categorieBody:last-child {
    margin-bottom: 0;
}

.categorieList .col-md-3:not(.twoCategorie) .categorieBody {
    height: 100%;
    margin-bottom: 0;
}

/* End Categories */

/* Start Blogs */

.ourBlogs {
    padding: 80px 0;
}

.blogCard {
    position: relative;
    padding: 5px;
    background-color: #ebebeb;
    border-radius: 15px;
    overflow: hidden;
}

.blogCard a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.blogCard .blogImg {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 1px 8px 2px #bdb5b5;
    overflow: hidden;
    height: 222px;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.blogCard .blogImg::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.2;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: scale(0);
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.blogCard:hover .blogImg img {
    transform: scale(1.2);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.blogCard:hover .blogImg::after {
    transform: scale(1);
}

.blogCard .blogImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogCard .blog-head {
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}

.blogCard .blog-head .date-blog {
    width: 50px;
    height: 80px;
    background: rgb(231, 0, 18);
    background: linear-gradient(90deg, rgba(231, 0, 18, 1) 0%, rgb(240 96 107) 100%);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.blogCard .blog-head .date-blog span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.blogCard .blog-head .date-blog p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    display: block;
    padding: 0;
}

.blogCard h4 {
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin-bottom: 0;
    padding: 15px 0 0 60px;
    line-height: 1.6;
}

.blogCard p {
    padding: 0 15px 40px;
    margin: 0;
    font-size: 14px;
}

.blogCard .btn-blog a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    left: inherit;
    top: inherit;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px 0 0 0;
    width: max-content;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

/* End Blogs */

/* Start News Later */

.newsletter {
    padding: 80px 0;
    background-image: url(../images/newsletter_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsLetterForm {
    margin: auto;
    display: inline-flex;
    align-items: center;
}

.newsLetterForm .newsLetterInput {
    width: 350px;
    height: 45px;
    border: 0;
    padding: 10px 25px;
    margin: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.newsLetterForm .newsLetterInput:focus,
.newsLetterForm .newsLetterInput:focus-visible {
    box-shadow: unset;
    border: 0;
    outline: 0;
}

.newsLetterForm .newsLetterBtn {
    width: 170px;
    height: 45px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #333333;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.newsLetterForm .newsLetterBtn:hover {
    background-color: #000;
}

/* End News Later */

/* Start Footer */

.footer-mb {
    display: none;
    padding-bottom: 50px;
}

.mobile-footer {
    position: fixed;
    z-index: 99;
    background: #fff;
    bottom: -1px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 12px #0000001f;
    display: none;
    overflow: hidden;
}

.mobile-footer.stickyBottom {
    z-index: 999999;
}

.footer .top-footer {
    padding: 70px 0;
}

.footer .top-footer .footerAboutUs img {
    width: 140px;
    margin-bottom: 30px;
}

.footer .top-footer .footerAboutUs p {
    color: #666;
    font-weight: 600;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 25px;
}

.footer .top-footer .socialIcons {
    list-style: none;
    padding-left: 0;
}

.footer .top-footer .container .row .col-md-3 {
    border-right: 1px solid #ddd;
    padding-right: 80px;
}

.footer .top-footer .container .row .col-md-4 {
    padding: 0 60px;
}

.footer .top-footer .single-footer-widget h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 2;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer .top-footer .single-footer-widget h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
    color: var(--red);
}

.footer .top-footer .single-footer-widget ul.help-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer .top-footer .single-footer-widget ul.help-link li {
    position: relative;
    margin-bottom: 10px;
}

.footer .top-footer .single-footer-widget ul.help-link li a {
    line-height: 2;
    font-size: 14px;
    color: #555;
    font-weight: 700;
}

.footer .top-footer .single-footer-widget ul.help-link li a:hover {
    color: var(--red);
}

.footer .bottom-footer {
    background-color: #111;
    color: #fff;
    padding: 15px 0;
}

.footer .bottom-footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer .bottom-footer p b {
    font-weight: 800;
    color: var(--red);
}

.footer .bottom-footer ul {
    list-style: none;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    column-gap: 30px;
}

.footer .bottom-footer ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.footerMobile-Menu {
    display: none;
}

/* End Footer */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Home And Default CSS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Contact Us Page >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* Start Banner */

.contactUsBanner {
    padding: 50px;
    background: url(../images/conatct-us-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactUsForm .form-contactus {
    background: #ffffff;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    margin-left: auto;
}

.contactUsForm .form-contactus .form-heading {
    text-align: left;
    margin-bottom: 20px;
}

.contactUsForm .form-contactus .form-heading h4 {
    color: var(--red);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0;
}

.contactUsForm .form-contactus .form-heading p {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 14px;
}

.contactUsForm .form-contactus .input-group {
    border: 0;
    border-radius: 5px;
    position: relative;
    display: block;
}

.contactUsForm .form-contactus .input-group .input-group-text {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    height: 45px;
}

.contactUsForm .form-contactus .input-group .form-control {
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(27, 35, 54, 0.75);
    height: 45px;
    border: 2px solid #e6e8eb;
    padding: 10px 10px 10px 45px;
    width: 100%;
    border-radius: 5px !important;
    transition: none;
}

.contactUsForm .form-contactus .input-group textarea.form-control {
    height: auto;
}

.contactUsForm .form-contactus .btn-page {
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}

.contactUsForm .form-contactus .btn-page:hover {
    background-color: #000;
}

.contactUsBanner .centerHeading p {
    line-height: 2.5;
    font-weight: 700;
    margin-top: 30px;
}

.contactUsBanner .contactInfo p {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 16px;
}

.contactUsBanner .contactInfo h4 a {
    color: var(--red);
    font-weight: 800;
    font-size: 26px;
}

/* End Banner */

/* Start Faq */

.faqs {
    padding: 80px 0;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: #dcf3fb;
}

.faqs .accordion-button:focus {
    box-shadow: none;
    border-color: #dcf3fb;
}

/* End Faq */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Contact Us Page >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start About Us Page >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* Start Slider */

.designSlider {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 0 140px;
}
.designSlider p{
    /* display: flex; */
    text-align: left;
}
.designSlider h2 {
    text-transform: uppercase;
}

.designSlider p {
    line-height: 2.2;
}

.contentSection {
    padding: 80px 0;
}

.contentSection h2 {
    margin-bottom: 20px;
}

.contentSection p {
    line-height: 2.5;
    color: #555;
}

/* End Slider */

/* Our Team */

.ourTeam {
    padding: 80px 0;
    background: url(../images/team-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.teamCard {
    text-align: center;
}

.teamCard img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.teamCard h4 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0px;
    color: #333;
}

.teamCard p {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0;
}

/* faq */

.faqs.about-faq .accordion.accordion-flush {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    overflow: hidden;
}

.faqs.about-faq .accordion-button {
    font-weight: 600;
    color: #000;
}

.faqs.about-faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--red);
}

/* Start Product Listing */

.productListing-designSlider {
    background-color: #f7f7f7;
}

.listing-section {
    padding: 0 0 100px;
    background-color: #f7f7f7;
}

.productListing-designSlider .centerHeading h2 {
    text-transform: unset;
}

.listing-section .leftFilerOption {
    width: 340px;
    margin-right: 20px;
}

.listing-section .rightHelearListing {
    width: calc(100% - 360px);
}

.sidebar-filter {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    position: relative;
    top: 0;
    z-index: 1;
}

.sidebar-filter .filter-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 40px;
}

.sidebar-filter .modalities-select {
    margin-bottom: 30px;
}

.sidebar-filter .filter-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.sidebar-filter .filtar-rating {
    margin-bottom: 30px;
}

.sidebar-filter .form-check {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.sidebar-filter .form-check:hover {
    cursor: pointer;
}

.sidebar-filter .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.sidebar-filter .form-check .form-check-input:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.sidebar-filter .form-check .form-check-input::after {
    content: "\eb7b";
    font-family: remixicon !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #fff;
}

.sidebar-filter .form-check .form-check-input:checked:after {
    opacity: 1;
}

.sidebar-filter .form-check .form-check-input:checked {
    background: #000;
    border-color: #000;
}

.sidebar-filter .form-check .form-check-label {
    color: #707f96;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sidebar-filter .form-check .form-check-label ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

.sidebar-filter .filtar-rating .form-check-label ul li i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
}

.ri-star-fill.star-fill {
    color: #ffbf51 !important;
}

.ri-star-fill {
    color: #e1e1e1;
}

.listing-section .input-group {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    max-width: 400px;
    padding: 5px;
    height: 40px;
}

.sidebar-filter .input-group .input-group-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.sidebar-filter .input-group .input-group-icon i {
    font-size: 16px;
    line-height: 1;
    color: #949494;
}

.input-group.filter-select-group span+div {
    padding-left: 15px;
    border: 0;
    align-items: center;
    box-shadow: none;
}

.input-group.filter-select-group .input-group-icon+.form-control {
    padding: 0 0 0 30px;
    background: transparent;
    height: auto;
    appearance: auto;
}

.input-group.filter-select-group .input-group-icon+.form-control:focus {
    border: 0;
}

.sidebar-filter .session-type {
    margin-bottom: 30px;
}

.filter-option-rangeSlider {
    margin-bottom: 30px;
}

.rangeSliderBody .value-range-container .valueRangeInput {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.rangeSliderBody .value-range-container .valueRangeInput input {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}

.rangeSliderBody .value-range-container .value-range-slider {
    width: calc(100% - 20px);
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin: auto;
    border: 0;
}

.rangeSliderBody .value-range-container .value-range-slider::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 3px;
    top: -2px;
    background: #949494;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}

.rangeSliderBody .value-range-container .value-range-slider .ui-slider-range {
    top: -2px;
    height: 5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    align-self: center;
    background-color: #555;
}

.rangeSliderBody .value-range-container .value-range-slider .ui-state-default {
    border-radius: 100px;
    border: 2px solid;
}

.rangeSliderBody.color1 .value-range-container .value-range-slider .ui-state-default {
    background-color: #f94144;
}

.rangeSliderBody.color2 .value-range-container .value-range-slider .ui-state-default {
    background-color: #90be6d;
}

.rangeSliderBody.color3 .value-range-container .value-range-slider .ui-state-default {
    background-color: #f8961e;
}

.rangeSliderBody.color4 .value-range-container .value-range-slider .ui-state-default {
    background-color: #2d9cdb;
}

.rangeSliderBody.color5 .value-range-container .value-range-slider .ui-state-default {
    background-color: #a05dff;
}

.listing-section .filter-header {
    border-bottom: 2px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.listing-section .filter-header .search-bar .input-group {
    height: auto;
}

.listing-section .filter-header .search-bar .input-group {
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #efefef;
    max-width: 400px;
    overflow: hidden;
    padding: 5px 8px 5px 5px;
    display: flex;
    align-items: center;
}

.listing-section .filter-header .search-bar .input-group .input-group-text {
    border: 0;
    background-color: transparent;
    color: #999;
    font-size: 18px;
}

.listing-section .filter-header .search-bar .input-group .form-control {
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px 0 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: block;
}

.listing-section .filter-header .search-bar input {
    min-height: 35px;
    height: auto;
}

.listing-section .filter-header .search-bar .input-group .search-bttn {
    background: #f1f1f1;
    border-radius: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #000;
    border: 0;
}

.listing-section .filter-header .search-bar .input-group .search-bttn:hover {
    background-color: #333;
    color: #fff;
}

.listing-section .filter-header .filter-select {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 15px;
    height: 100%;
}

.listing-section .filter-header .filter-select .input-group {
    border: 0;
    background: transparent;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    width: auto;
    flex-wrap: nowrap;
    max-width: fit-content;
    height: auto;
    padding: 0;
}

.listing-section .filter-header .filter-select .input-group label {
    white-space: nowrap;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #002a0f;
}

.listing-section .filter-header .filter-select .input-group .SortbyPricingSelect {
    background-color: #fff;
    border-radius: 5px !important;
    border: 1px solid #dbdbdb;
    width: 160px;
    padding: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-section .filter-header .filter-select .input-group .SortbyPricingSelect .form-control {
    background: transparent;
    height: 100%;
    appearance: auto;
    border: 0;
    padding: 0;
}

.filter-mobile-fixed {
    display: none;
}

.listingfilter-footer {
    display: none;
}

.ProductListing-card {
    padding: 14px 20px;
    background-color: #fff;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
    border-radius: 10px;
}

.ProductListing-card .productListing-img {
    width: 130px;
    padding: 0 4px;
    position: relative;
}

.ProductListing-card .productListing-img img {
    display: block;
}

.ProductListing-card .ProductListing-details {
    width: calc(100% - 130px);
}

.ProductListing-card .ProductListing-details .head-box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-bottom: 15px;
    row-gap: 5px;
}

.ProductListing-card .ProductListing-details .head-box .ProductName {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    width: 70%;
}

.ProductListing-card .ProductListing-details .head-box .price {
    margin-left: auto;
    width: 30%;
    text-align: end;
    font-size: 20px;
    font-weight: 800;
    color: #333333;
}

.ProductListing-card .ProductListing-details .head-box .rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.ProductListing-card .ProductListing-details .head-box .rating ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.ProductListing-card .ProductListing-details .head-box .rating .tags {
    background: #e70012;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
}

.ProductListing-card .ProductListing-details .product-action {
    background-color: #f3f6f7;
    padding: 10px 15px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.ProductListing-card .ProductListing-details .product-action .productbtn {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 0 10px;
}

.ProductListing-card .ProductListing-details .product-action .productbtn.comparebtn {
    color: #0096fa;
}

.ProductListing-card .ProductListing-details .product-action .productbtn.likebtn {
    color: #e70012;
}

.ProductListing-card .ProductListing-details .product-action .productbtn.buynow img {
    width: 20px;
}

.ProductListing-card .ProductListing-details .feature-list {
    margin-top: 15px;
}

.ProductListing-card .ProductListing-details .feature-list ul {
    padding: 0;
    margin: 0;
    list-style: 0;
    align-self: start;
    columns: 2;
}

.ProductListing-card .ProductListing-details .feature-list ul li {
    list-style: none;
    display: flex;
    align-items: start;
    overflow: hidden;
    margin-bottom: 5px;
    gap: 8px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.ProductListing-card .ProductListing-details .feature-list ul li::before {
    content: "\eb7b";
    font-family: remixicon !important;
    font-style: normal;
    font-size: 14px;
}

.ProductListing-card .ProductListing-details .feature-list ul li.feature-no {
    color: #e70012;
}

.ProductListing-card .ProductListing-details .feature-list ul li.feature-no::before {
    content: "\eb96";
}

/* End Product Listing */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Start Product Details Page>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* Start Humarger Menu */


/* section.product-comapre-parentBody {
    margin-top: 120px;
} */


.humarger-menu {
    background-color: #3f3b3a;
    padding: 15px 0;
}

.humarger-menu ul {
    color: #fff;
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    font-size: 14px;
    padding: 0;
}

.humarger-menu ul li {
    margin-right: 4px;
    font-size: 14px;
}

.humarger-menu ul li a {
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    font-size: 14px;
}

/* End Humarger Menu */

/* Start Product Details */

.product-Details-Page-parentBody .container {
    max-width: 1530px;
    overflow: hidden;
    padding: 0 60px;
}

.product-Details-Page-parentBody .listHeading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #333333;
}

.product-details {
    padding: 60px 0 0px;
    background-color: #f3f5f7;
    border-bottom: 1px solid #dddddd;
}

/* .product-details .single-product-imageGroup {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
} */
.product-details .single-product-imageGroup {
    /* border-radius: 20px; */
    overflow: hidden;
    position: relative;
    /* padding: 0 0 80px 80px; */
}

.product-details .single-product-imageGroup img {
    border-radius: 20px;
    /* width: 100%; */
    /* max-height: 510px; */
    /* object-fit: cover; */
}

.product-details .single-product-imageGroup .poitnScore {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 100%;
    background: #fff;
    z-index: 999;
    border: 4px solid var(--red);
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    line-height: 1;
}

.product-details .single-product-imageGroup .poitnScore p {
    font-weight: 900;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.product-details .single-product-imageGroup .poitnScore span {
    font-size: 10px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.product-details .single-product-imageGroup .addCompareList-btn {
    border: 0;
    color: #fff;
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.product-details .single-product-imageGroup .addCompareList-btn:hover {
    transition: 0.3s ease-in-out;
    background-color: #ba0b18;
}

.product-details .single-product-imageGroup .addCompareList-btn b {
    padding-right: 10px;
    border-right: 2px solid #ddd;
    line-height: 1;
}

.product-details .productRight-Content {
    padding-left: 10px;
}

.product-details .productRight-Content h1.product-name {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0;
    color: #333;
}

.product-details .productRight-Content p.productCategory {
    font-size: 16px;
    font-weight: 800;
    color: #555555;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-details .productRight-Content .rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
}

.product-details .productRight-Content .rating .stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    margin-right: 5px;
    list-style: none;
    padding: 0;
    column-gap: 3px;
    margin-bottom: 0;
}

.product-details .productRight-Content .rating .fa-star {
    color: #ffbf51;
}

.product-details .productRight-Content .rating .reviews {
    color: #949494;
    font-size: 12px;
    font-weight: 700;
}

.product-details .productRight-Content .short-description {
    line-height: 2;
    font-weight: 600;
    color: #555555;
}

.product-details .productRight-Content hr {
    margin: 14px 0;
    border-color: #ddd;
    opacity: 1;
}

.product-details .productRight-Content h2 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}

.cardTable {
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20); */
    padding: 15px 20px;
}

.justify-Between-Card {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.justify-Between-Card li {
    line-height: 2.5;
    display: flex;
    justify-content: space-between;
}

.justify-Between-Card li span {
    font-size: 14px;
}

.justify-Between-Card li span:first-child {
    font-weight: 700;
    color: #7f7f7f;
}

/* .justify-Between-Card li span:last-child {
    font-weight: 800;
    color: #444444;
    text-align: end;
} */

.header-cardtable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.header-cardtable .listHeading {
    margin-bottom: 0;
}

.header-cardtable .default-btn {
    border-radius: 5px;
    font-weight: 600;
}

.cpu-progressbar .rounder-progressbar {
    display: flex;
    justify-content: space-around;
    align-items: start;
    text-align: center;
    padding-top: 25px;
}


@media only screen and (min-width: 991px) {
    .product-details .single-product-imageGroup img {
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .product-details .single-product-imageGroup {
        padding: 0 0 80px 80px;
    }
}



/* End Product Details */

/* Start Feature Section */

.productFeatures {
    padding: 80px 0;
    background-color: #f3f5f7;
    border-bottom: 1px solid #dddddd;
}

.featureCard {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    padding: 20px;
}

.featureCard .heading {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}

.featureCard .sliderRating {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.featureCard .sliderRating .countingVote {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.featureCard .sliderRating .countingVote:first-child {
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.featureCard .sliderRating .countingVote:first-child b {
    color: #000;
    margin-right: 2px;
}

.featureCard .sliderRating .countingVote span:last-child {
    color: #666666;
    font-size: 12px;
    font-weight: 700;
}

.featureCard .sliderRating .rangeSlider {
    width: 100%;
    height: 5px;
    background-color: #ededed;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.featureCard .sliderRating .rangeSlider span {
    height: 100%;
    background-color: #949494;
    border-radius: 100px;
}

.featureCard.featureBgColor-1 .rangeSlider span {
    background-color: var(--red);
}

.featureCard.featureBgColor-2 .rangeSlider span {
    background-color: #90be6d;
}

.featureCard.featureBgColor-3 .rangeSlider span {
    background-color: #f8961e;
}

.featureCard.featureBgColor-4 .rangeSlider span {
    background-color: #2d9cdb;
}

.featureCard.featureBgColor-5 .rangeSlider span {
    background-color: #a05dff;
}

.featureCard.featureBgColor-6 .rangeSlider span {
    background-color: #f1c40f;
}

/* End Feature Section */

/* Start Product Overview */

.productOverview {
    padding: 10px 0;
    background-color: #f3f5f7;
}

.productOverview .col-lg-8 .row {
    margin-bottom: 20px;
}

.productOverview .stikyTop {
    position: sticky;
    top: 120px;
}

.productOverview .cardTable {
    padding: 15px 25px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}

.productOverview .cardTable .justify-Between-Card li {
    line-height: 3;
}

.productOverview .cardTable .justify-Between-Card li span,
.productOverview .cardTable .justify-Between-Card li span:last-child {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 600;
}

.GeekBench-List {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-bottom: 0 !important;
    padding: 10px 0;
}

.GeekBench-List .listing-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.GeekBench-Card {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
}

.GeekBench-Card .GeekBench-NameIocn {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6px;
}

.GeekBench-Card .GeekBench-NameIocn h4 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 800;
    font-family: system-ui;
    line-height: 1;
}

.GeekBench-Card .GeekBench-NameIocn span {
    font-size: 12px;
    font-weight: 700;
    color: #333;
}

.GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider {
    width: 100%;
    height: 5px;
    background-color: #ededed;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    height: 100%;
    background-color: #949494;
    border-radius: 100px;
}

.GeekBench-List .listing-item:nth-child(1) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #f8961e;
}

.GeekBench-List .listing-item:nth-child(2) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #0074b6;
}

.GeekBench-List .listing-item:nth-child(3) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #0072dd;
}

.GeekBench-List .listing-item:nth-child(4) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #ff7588;
}

.GeekBench-List .listing-item:nth-child(5) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #16d39a;
}

.GeekBench-List .listing-item:nth-child(6) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #90be6d;
}

.GeekBench-List .listing-item:nth-child(7) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #a05dff;
}

.GeekBench-List .listing-item:nth-child(8) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: var(--red);
}

.GeekBench-List .listing-item:nth-child(9) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #ae7461;
}

.GeekBench-List .listing-item:nth-child(1) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #f8961e;
}

.GeekBench-List .listing-item:nth-child(2) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #0074b6;
}

.GeekBench-List .listing-item:nth-child(3) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #0072dd;
}

.GeekBench-List .listing-item:nth-child(4) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #ff7588;
}

.GeekBench-List .listing-item:nth-child(5) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #16d39a;
}

.GeekBench-List .listing-item:nth-child(6) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #90be6d;
}

.GeekBench-List .listing-item:nth-child(7) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #a05dff;
}

.GeekBench-List .listing-item:nth-child(8) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: var(--red);
}

.GeekBench-List .listing-item:nth-child(9) .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #ae7461;
}

.GeekBench-Card .GeekBench-NameIocn .GeekBench-icon {
    width: 80px;
}

/* compare */
.BenchmarkGeek .col-md-6:nth-child(1) .listing-item .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #f8961e;
}

.BenchmarkGeek .col-md-6:nth-child(2) .listing-item .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #0074b6;
}

.BenchmarkGeek .col-md-6:nth-child(3) .listing-item .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #0072dd;
}

.BenchmarkGeek .col-md-6:nth-child(4) .listing-item .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #ff7588;
}

.BenchmarkGeek .col-md-6:nth-child(5) .listing-item .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #16d39a;
}

.BenchmarkGeek .col-md-6:nth-child(6) .listing-item .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #90be6d;
}

.BenchmarkGeek .col-md-6:nth-child(7) .listing-item .GeekBench-Card .GeekBench-NameIocn h4 {
    color: #a05dff;
}

/* compare end */
.Mark3dBody {
    display: grid;
    row-gap: 15px;
    width: 100%;
    padding: 30px 0;
}

.Mark3dBody .Mark3dList {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.Mark3dBody .Mark3dList .Mark3d-heading {
    width: 30%;
    text-align: right;
    padding-right: 30px;
}

.Mark3dBody .Mark3dList .Mark3d-heading p {
    color: #333333;
    font-weight: 700;
}

.Mark3dBody .Mark3dList .Mark3d-rangeSlider {
    width: 60%;
    padding-right: 30px;
}

.Mark3dBody .Mark3dList .Mark3d-rangeSlider .rangeSlider {
    width: 100%;
    height: 5px;
    background-color: #ededed;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.Mark3dBody .Mark3dList .Mark3d-rangeSlider .rangeSlider span {
    height: 100%;
    background: linear-gradient(90deg, #0074b6 0%, #359cd7 100%);
    border-radius: 100px;
}

.Mark3dBody .Mark3dList .Mark3d-value {
    width: 10%;
}

.Mark3dBody .Mark3dList .Mark3d-value span {
    font-size: 14px;
    color: #444;
    font-weight: 800;
}

.bestAnTuTuComapre .productDeatils img {
    width: 35px;
    margin-right: 10px;
}

.ratingStar {
    background-color: #fff0bb;
    border-radius: 4px;
    padding: 5px 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ratingStar .stars {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    column-gap: 2px;
}

.ratingStar .stars li {
    font-size: 12px;
    color: #ffac33;
}

.compareWithCard-group {
    border: 0;
    padding: 20px 0;
}

.compareWithCard-group .compareWithCard {
    width: 25%;
    padding: 25px;
    flex: 0 0 auto;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #ddd;
}

.compareWithCard-group .compareWithCard:nth-child(1),
.compareWithCard-group .compareWithCard:nth-child(2),
.compareWithCard-group .compareWithCard:nth-child(3),
.compareWithCard-group .compareWithCard:nth-child(4) {
    border-bottom: 1px solid #ddd;
    padding-top: 0;
}

.compareWithCard-group .compareWithCard:nth-child(5),
.compareWithCard-group .compareWithCard:nth-child(6),
.compareWithCard-group .compareWithCard:nth-child(7),
.compareWithCard-group .compareWithCard:nth-child(8) {
    padding-bottom: 0;
}

.compareWithCard-group .compareWithCard:nth-child(4),
.compareWithCard-group .compareWithCard:last-child {
    border-right: 0;
}

.compareWithCard-group .compareWithCard .imgBody-group {
    display: inline-flex;
    column-gap: 5px;
    position: relative;
    margin-bottom: 15px;
    justify-content: center;
}


/* .compareWithCard-group .compareWithCard .imgBody-group .imgBody {
    height: 100px;
    overflow: hidden;
}

.compareWithCard-group .compareWithCard .imgBody-group .imgBody img {
    width: 100%;
} */

.compareWithCard-group .compareWithCard .imgBody-group .imgBody img {
    max-height: 73px;
}

.compareWithCard-group .compareWithCard .imgBody-group.processor {}

.compareWithCard-group .compareWithCard .imgBody-group.processor .imgBody {}

.compareWithCard-group .compareWithCard .imgBody-group.processor .imgBody img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compareWithCard-group .compareWithCard .imgBody-group .title-vs {
    background: #f5f5f5;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #333333;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
}

.compareWithCard-group .compareWithCard .content-group {
    text-align: center;
    line-height: 1;
}

.compareWithCard-group .compareWithCard .content-group .productName {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    font-weight: 800;
    line-height: 1.4;
}

.compareWithCard-group .compareWithCard .content-group span {
    font-size: 12px;
    font-weight: 800;
    color: var(--red);
}

.productOverview .cardTable .contactUsForm {
    padding: 10px 0;
}

.productOverview .cardTable .contactUsForm .form-contactus {
    box-shadow: unset;
    max-width: unset;
    padding: 0;
}

.productOverview .cardTable .contactUsForm .form-contactus form .row {
    margin-bottom: 0;
}


@media screen and (min-width: 575px) and (max-width: 767px) {
    .compareWithCard-group .compareWithCard {
        width: 33%;
    }

    .compareWithCard-group .compareWithCard:nth-child(3),
    .compareWithCard-group .compareWithCard:nth-child(4),
    .compareWithCard-group .compareWithCard:nth-child(6),
    .compareWithCard-group .compareWithCard:nth-child(8) {
        border: none;
    }

    .compareWithCard-group .compareWithCard:nth-child(3),
    .compareWithCard-group .compareWithCard:nth-child(4),
    .compareWithCard-group .compareWithCard:nth-child(5),
    .compareWithCard-group .compareWithCard:nth-child(6) {
        border-bottom: 1px solid #ddd;
    }

    .compareWithCard-group .compareWithCard:nth-child(4),
    .compareWithCard-group .compareWithCard:nth-child(5),
    .compareWithCard-group .compareWithCard:nth-child(7),
    .compareWithCard-group .compareWithCard:nth-child(8) {
        border-right: 1px solid #ddd;
    }

    .compareWithCard-group .compareWithCard:nth-child(4),
    .compareWithCard-group .compareWithCard:nth-child(5),
    .compareWithCard-group .compareWithCard:nth-child(7),
    .compareWithCard-group .compareWithCard:nth-child(8) {
        padding: 25px;
    }

    .compareWithCard-group .compareWithCard:nth-child(7),
    .compareWithCard-group .compareWithCard:nth-child(8) {
        padding-bottom: 0;
    }

    .compareWithCard-group .compareWithCard .imgBody-group .imgBody img {
        max-height: 80px;
    }
}

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

    .ezmob-footer{
        display:none !important;
    }
    .compareWithCard-group .compareWithCard .imgBody-group .imgBody img {
        max-height: 111px;
    }

    .compareWithCard-group .compareWithCard {
        margin: 0;
    }

    .compareWithCard-group .compareWithCard:nth-child(3),
    .compareWithCard-group .compareWithCard:nth-child(4),
    .compareWithCard-group .compareWithCard:nth-child(5),
    .compareWithCard-group .compareWithCard:nth-child(6),
    .compareWithCard-group .compareWithCard:nth-child(7),
    .compareWithCard-group .compareWithCard:nth-child(8) {
        padding-top: 0.875rem;
    }

    .compareWithCard-group .compareWithCard:nth-child(1),
    .compareWithCard-group .compareWithCard:nth-child(3),
    .compareWithCard-group .compareWithCard:nth-child(5),
    .compareWithCard-group .compareWithCard:nth-child(7) {
        border-right: 1px solid #ddd;
    }

    .compareWithCard-group .compareWithCard:nth-child(5),
    .compareWithCard-group .compareWithCard:nth-child(6) {
        border-bottom: 1px solid #ddd;
    }

    .compareWithCard-group .compareWithCard:nth-child(6),
    .compareWithCard-group .compareWithCard:nth-child(7) {
        padding-bottom: 0.875rem;
    }

    .compareWithCard-group .compareWithCard:nth-child(7),
    .compareWithCard-group .compareWithCard:nth-child(8) {
        padding-bottom: 0;
    }
}

/* End Product Overview */





.productOverview .cardTable .contactUsForm .form-contactus form .btn-page {
    width: fit-content;
    padding: 10px 40px;
}

/* Review product */

.review-product {
    padding: 20px 0 10px;
    margin-bottom: 0 !important;
}

.review-product .rating-card {
    text-align: start;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    height: 100%;
}

.review-product .rating-card h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
}

.review-product .rating-card h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #333;
}

.review-product .rating-card p {
    color: #9c9ea8;
}

.review-product .rating-card .average-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.review-product .rating-card .average-rating ul {
    display: flex;
    gap: 5px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.review-product .rating-progressbar {
    padding: 0;
}

.review-product .rating-progressbar li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-product .rating-progressbar li:nth-child(1) .progress-line {
    background-color: #28a745;
}

.review-product .rating-progressbar li:nth-child(2) .progress-line {
    background-color: #28a745;
}

.review-product .rating-progressbar li:nth-child(3) .progress-line {
    background-color: #28a745;
}

.review-product .rating-progressbar li:nth-child(4) .progress-line {
    background-color: #ffc107;
}

.review-product .rating-progressbar li:nth-child(5) .progress-line {
    background-color: #dc3545;
}

.review-product .progress-line {
    width: 65%;
    height: 8px;
    background: #f1c40f;
    border-radius: 100px;
}

.review-product .rating-no {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.review-product .total-review {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.review-product .rating-progressbar li:nth-child(2) .progress-line {
    width: 50%;
}

.review-product .rating-progressbar li:nth-child(3) .progress-line {
    width: 40%;
}

.review-product .rating-progressbar li:nth-child(4) .progress-line {
    width: 30%;
}

.review-product .rating-progressbar li:nth-child(5) .progress-line {
    width: 20%;
}

.review-message .cardreview-message {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.review-message .cardreview-message .user-icon img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.review-message .cardreview-message .inner-box {
    width: calc(100% - 70px);
}

.review-message .cardreview-message .inner-box .header-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.review-message .cardreview-message .inner-box .header-box .user-details h6 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}

.review-message .cardreview-message .inner-box .header-box .user-details ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.review-message .cardreview-message .inner-box .header-box .user-details ul li i {
    font-size: 18px;
}

.review-message .cardreview-message .inner-box .header-box .date {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
}

.review-message .cardreview-message .bottom-reply ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.review-message .cardreview-message .bottom-reply ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #949494;
    font-size: 16px;
    font-weight: 500;
}

.review-message .cardreview-message .bottom-reply ul li i {
    color: #949494;
}

.review-message .cardreview-message .bottom-reply ul li .ri-thumb-up-line.fill-icon {
    color: #0096fa;
}

.review-message .cardreview-message .bottom-reply ul li .ri-thumb-down-line.fill-icon {
    color: #e70012;
}

.review-message .cardreview-message .cardreview-message.replycard {
    margin: 20px 0;
    padding-left: 20px;
    border-left: 4px solid #ddd;
    position: relative;
}

.review-message .cardreview-message.replycard .bottom-reply ul {
    margin-bottom: 25px;
}

.review-message .cardreview-message .cardreview-message.replycard .showmore-reply {
    color: #0072dd;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.review-message .cardreview-message .contactUsForm {
    margin: 20px 0;
    padding-left: 20px;
    border-left: 4px solid #0072dd;
}

.productOverview.productScore .cardTable {
    padding: 35px 20px;
}

.productOverview.productScore .title-pie {
    color: #333;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.total-benchmarkScore {
    position: relative;
}

.total-benchmarkScore .totalScore {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 22px;
}

.grid-progressbar {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
    height: 100%;
}

.grid-progressbar .rounder-card {
    text-align: center;
    width: 45%;
    flex-grow: 1;
}

.apexcharts-tooltip {
    background: #333;
    color: #fff;
}

/* ------------ */
.graph-multibedia .cardGraph {
    border-radius: 12px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 25px;
    height: 100%;
}

.productOverview .graph-multibedia .row {
    margin-bottom: 20px;
}

.graph-multibedia .cardGraph h4 {
    color: #333;
    text-align: start;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.graph-multibedia .cardGraph ul {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 15px;
}

.graph-multibedia .cardGraph .topList ul li {
    width: 50%;
    text-align: start;
    padding-right: 10px;
}

.graph-multibedia .cardGraph .topList ul li .small-text {
    margin: 0;
    color: #4E5969;
    font-weight: 400;
    font-size: 14px;
}

.graph-multibedia .cardGraph .topList ul li span {
    color: #E70012;
    font-weight: 600;
    font-size: 20px;
}

.graph-multibedia .cardGraph .topList ul li:last-child span {
    color: #1980E0;
}

.graph-multibedia .cardGraph .topList ul li span sub {
    color: #4E5969;
    font-size: 12px;
}

.graph-multibedia .cardGraph .bottom-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.graph-multibedia .cardGraph .bottom-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.graph-multibedia .cardGraph .bottom-list ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.graph-multibedia .cardGraph .bottom-list ul li span {
    font-size: 14px;
    font-weight: 600;
    color: var(--red);
    text-align: start;
}

.graph-multibedia .cardGraph .bottom-list ul li:last-child span {
    color: #1980E0;
}

.graph-multibedia .cardGraph .bottom-list ul li span:last-child {
    text-align: end;
}

/* memory */
.memory-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-bottom: 10px;
}
.memory-grid-compare::before {
    content: "VS";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background: #fff;
    z-index: 11;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}


.memory-grid .circular-memory {
    position: relative;
    width: 26%;
    text-align: center;
    padding: 20px;
}

.memory-grid .circular-memory img {
    width: 100%;
}

.memory-grid .circular-memory .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 10px; */

}

.memory-grid .circular-memory .content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.memory-grid .circular-memory .content span {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.memory-grid .circular-memory .content span sub {
    bottom: 0;
    font-size: 12px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>End Product Details Page>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Start Product Compare Page>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.ComparisonBody {
    padding: 50px 0;
}

.ComparisonBody>.container {
    max-width: 1530px;
    padding: 0 60px;
}

.ComparisonBody .memory-grid .circular-memory {
    width: 16%;
    padding: 0;
}

.ComparisonBody .memory-grid .circular-memory .content h4 {
    font-size: 14px;
}

.ComparisonBody .memory-grid .circular-memory .content span {
    font-size: 14px;
}

.ComparisonBody .graph-multibedia .cardGraph {
    padding: 10px;
}

.ComparisonBody .graph-multibedia .cardGraph .bottom-list ul li span {
    white-space: nowrap;
}

.ComparisonBody .compareTitle-BottomMenu {
    position: sticky;
    top: 84px;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 10px;
    /* border-bottom-left-radius: 10px; */
    padding: 10px 20px;
    z-index: 999;
    box-shadow: 0px 28px 30px 0px rgba(149, 157, 165, 0.20);
    backdrop-filter: blur(5px);
    border: 2px solid #ddd;
    border-top: 0;
    display: none;
}

.ComparisonBody .compareTitle-BottomMenu ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
}

/* .ComparisonBody .compareTitle-BottomMenu ul::before {
    content: "VS";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
} */

.d-block {
    display: block !important;
}

.ComparisonBody .compareTitle-BottomMenu ul li {
    font-size: 14px;
    font-weight: 600;
}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(1) {
    padding-left: 12px;
    width: 50%;
    font-weight: 800;
    color: var(--black);
    text-align: start;

}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(2) {
    width: 24%;
    color: var(--red);
    font-weight: 800;
}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(3) {
    font-weight: 800;
    color: var(--black);
    width: 2%;
    text-align: center;
}
.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(4) {
    font-weight: 800;
    color: var(--blue);
    width: 24%;
    text-align: end;
}
.comareImageSection {
    margin-bottom: 20px;
}

.comareImageSection .row {
    position: relative;
    justify-content: space-evenly;
}

.comareImageSection .row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #ddd;
    z-index: 1;
}

.comareImageSection .row::before {
    content: "VS";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 80px;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background: #fff;
    z-index: 11;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.comareImageSection .row .col-sm-6:first-child {
    padding-right: 70px;
}

.comareImageSection .row .col-sm-6:last-child {
    padding-left: 70px;
}

.comareImageSection .single-product-imageGroup {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
    height: auto;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.comareImageSection .single-product-imageGroup img {
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
    max-width: 170px;
    max-height: 170px
}

.comareImageSection .single-product-imageGroup .poitnScore {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    background: #fff;
    z-index: 11;
    border: 4px solid var(--red);
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    line-height: 1;
}

.comareImageSection .single-product-imageGroup .poitnScore p {
    font-weight: 900;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.comareImageSection .single-product-imageGroup .poitnScore span {
    font-size: 10px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.comareImageSection .single-product-imageGroup .addWinner-btn {
    border: 0;
    color: var(--red);
    background-color: #ffea80;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: 800;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    margin: auto;
    width: fit-content;
}

.comareImageSection .single-product-imageGroup .addWinner-btn img {
    height: 26px;
}

.comareImageSection .ProductName {
    text-align: center;
}

.comareImageSection .ProductName h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.comareImageSection .ProductName span {
    width: 90px;
    height: 4px;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.comareImageSection .product-1 .ProductName span {
    background-color: var(--red);
}

.comareImageSection .product-2 .ProductName span {
    background-color: var(--blue);
}

.comareImageSection .product-1 .single-product-imageGroup .poitnScore {
    border-color: var(--red);
}

.comareImageSection .product-2 .single-product-imageGroup .poitnScore {
    border-color: var(--blue);
}

/* benchMark */

.benchmarkSection {
    padding-bottom: 60px;
}

.benchmarkSection .rowInner {
    position: relative;
}

.benchmarkSection .rowInner::before {
    content: "VS";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background: #fff;
    z-index: 2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.benchmarkSection .rowInner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 80%;
    width: 1px;
    background: #ddd;
    z-index: 1;
    top: 40px;
}

.benchmarkSection .benchmark-title {
    color: var(--red);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benchmarkSection .benchmark-title.darkblue {
    color: var(--blue);
}

.benchmarkSection .cardBenchmark {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.benchmarkSection .cardBenchmark.cardActive {
    border: 2px solid #90be6d;
    background: rgba(144, 190, 109, 0.05);
}

.benchmarkSection .cardBenchmark .rounder-card {
    width: 100%;
}

.benchmarkSection .infoGraphic-benchmark {
    display: flex;
    justify-content: center;
    align-items: start;
}

.benchmarkSection .infoGraphic-benchmark .rounder-box {
    width: 25%;
    align-self: center;
    margin: auto;
    display: block;

}

.benchmarkSection .infoGraphic-benchmark .rounder-box .inner-circle {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 13px 2px #f0e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.benchmarkSection .infoGraphic-benchmark .rounder-box .inner-circle h4 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'poppins';
    color: #333;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benchmarkSection .infoGraphic-benchmark .rounder-box .inner-circle h4 span {
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
}

.benchmarkSection .infoGraphic-benchmark .rounder-box .inner-circle p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    line-height: 1;
}

.benchmarkSection .infoGraphic-benchmark .itemcard {
    width: 40%;
    padding: 15px;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li {
    box-shadow: 0 0 13px 2px #f0e9e9;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 100px 0 0 100px;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .content {
    padding: 10px;
    width: calc(100% - 90px);
    padding-right: 25px;
    text-align: end;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .rounder-card {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .rounder-card .rounder-bar {
    margin: 0;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .rounder-card .rounder-bar .circle-chart {
    width: 75px;
    height: 75px;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .content h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .content h6 p {
    margin: 0;
    line-height: 26px;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box.itemcard li {
    flex-direction: row-reverse;
    border-radius: 0 100px 100px 0;
}

.benchmarkSection .infoGraphic-benchmark .itemcard.rightside-box ul li .content {
    text-align: start;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li:nth-child(1) .number {
    background-color: #21a6e1;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li:nth-child(2) .number {
    background-color: #097abe;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li:nth-child(3) .number {
    background-color: #546bb1;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li:nth-child(4) .number {
    background-color: #6c589d;
}

.benchmarkSection .infoGraphic-benchmark .itemcard.rightside-box ul li .content {
    text-align: start;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box.itemcard ul li:nth-child(1) .number {
    background-color: #fbca13;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box.itemcard ul li:nth-child(2) .number {
    background-color: #f89622;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box.itemcard ul li:nth-child(3) .number {
    background-color: #f05a31;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box.itemcard ul li:nth-child(4) .number {
    background-color: #e73938;
}

.benchmarkSection .totalScoreParent {
    position: relative;
}

.benchmarkSection .totalScoreParent .totalScore {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    display: flex;
    pointer-events: auto;
    height: fit-content;
    width: fit-content;
}

.benchmarkSection .totalScoreParent .totalScore .inner-circle {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 13px 2px #f0e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    border: 4px solid var(--blue);
}

.benchmarkSection .totalScoreParent .totalScore .inner-circle h4 {
    font-size: 32px;
    font-family: sans-serif;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--blue);
}

.benchmarkSection .totalScoreParent .totalScore .inner-circle p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    line-height: 1;
}

.benchmarkSection .rowInner .col-md:first-child .totalScoreParent .totalScore .inner-circle {
    border: 4px solid var(--red);
}

.benchmarkSection .rowInner .col-md:first-child .totalScoreParent .totalScore .inner-circle h4 {
    color: var(--red);
}

.benchmarkSection .rowInner .col-md:last-child .totalScoreParent .totalScore .inner-circle {
    border: 4px solid var(--blue);
}

.benchmarkSection .rowInner .col-md:last-child .totalScoreParent .totalScore .inner-circle h4 {
    color: var(--blue);
}

/* GeekBench */

.BenchmarkGeek {
    padding: 14px 0;
    background-color: #f6f7fb;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.BenchmarkGeek .benchmark-title {
    color: var(--red);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.BenchmarkGeek .benchmark-title.darkblue {
    color: var(--blue);
}

.BenchmarkGeek .listing-item {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 4px;
}

.GeekBench-Card {
    border: 1px solid #ddd;
    background: #fff;
}

.GeekBench-Card.activecard {
    border: 2px solid #90be6d;
    background: linear-gradient(0deg, rgba(144, 190, 109, 0.05) 0%, rgba(144, 190, 109, 0.05) 100%), #fff;
}

.GeekBench-Card.benchmarks-card {
    width: 100%;
}

.BenchmarkGeek .col-md-6 .listing-item {
    width: 100%;
    padding-bottom: 10px;
}

.GeekBench-Card.benchmarks-card .GeekBench-NameIocn {
    align-items: center;
}

.GeekBench-Card.benchmarks-card .GeekBench-NameIocn .GeekBench-Name {
    width: calc(100% - 90px);
}

.GeekBench-Card.benchmarks-card .GeekBench-NameIocn .GeekBench-Name h4 {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
}

.BenchmarkGeek .col-md-6:first-child .listing-item .GeekBench-Card.benchmarks-card .GeekBench-NameIocn .GeekBench-Name h4 {
    color: #f8961e;
}

.BenchmarkGeek .col-md-6:last-child .listing-item .GeekBench-Card.benchmarks-card .GeekBench-NameIocn .GeekBench-Name h4 {
    color: #0074b6;
}

.GeekBench-Card.benchmarks-card .sliderRating {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 6px;
}

.GeekBench-Card.benchmarks-card .sliderRating:last-child {
    margin-bottom: 0;
}

.GeekBench-Card.benchmarks-card .sliderRating:last-child .rangeSlider span {
    background-color: var(--blue);
}

.GeekBench-Card.benchmarks-card .sliderRating .countingVote {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.GeekBench-Card.benchmarks-card .sliderRating .countingVote span:first-child {
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.GeekBench-Card.benchmarks-card .sliderRating .countingVote span:last-child {
    color: #666666;
    font-size: 12px;
    font-weight: 700;
}

.GeekBench-Card.benchmarks-card .sliderRating .rangeSlider {
    width: 100%;
    height: 5px;
    background-color: #ededed;
    border-radius: 100px;
    display: flex;
    align-items: center;
}
.progressBar-lsit .sliderRating .rangeSlider {
    width: 100%;
    height: 5px;
    background-color: #ededed;
    border-radius: 100px;
    display: flex;
    align-items: center;

}
.progressBar-lsit .sliderRating .rangeSlider span {
    height: 100%;
    background-color: var(--red);
    border-radius: 100px;
}
.progressBar-lsit .sliderRating .countingVote {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.GeekBench-Card.benchmarks-card .sliderRating .rangeSlider.red span {
    background-color: var(--red);
}

.GeekBench-Card.benchmarks-card .sliderRating .rangeSlider.blue span {
    background-color: var(--blue);
}

.GeekBench-Card.benchmarks-card .sliderRating .rangeSlider.orange span {
    background-color: var(--orange);
}

.GeekBench-Card.benchmarks-card .sliderRating .rangeSlider.pink span {
    background-color: var(--pink);
}

.GeekBench-Card.benchmarks-card .sliderRating .rangeSlider span {
    height: 100%;
    background-color: var(--red);
    border-radius: 100px;
}

.GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider {
    width: 100%;
    height: 5px;
    background-color: #ededed;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    height: 100%;
    background-color: #949494;
    border-radius: 100px;
}

.BenchmarkGeek .listing-item:nth-child(1) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #f8961e;
}

.BenchmarkGeek .listing-item:nth-child(2) .GeekBench-Card .GeekBench-RangeSlider .GeekBenchSlider span {
    background-color: #0074b6;
}

.BenchmarkGeek ul li span:nth-child(1) {
    width: 50%;
}

.BenchmarkGeek ul li span:nth-child(2) {
    width: 25%;
}

.BenchmarkGeek ul li span:nth-child(3) {
    width: 25%;
    text-align: end;
}

.BenchmarkGeek .connectivity-graph ul {}

/* Display Section */

.displaySection {
    padding: 10px 0;
    background-color: #f6f7fb;
    margin-bottom: 80px;
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.displaySection .OuterRounder {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    position: relative;
}

.displaySection .OuterRounder::before {
    content: "VS";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background: #fff;
    z-index: 11;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.displaySection .OuterRounder .rounder-card {
    text-align: center;
}

.displaySection .tableOuter-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

.displaySection .tableOuter-box .table {
    margin: 0;
}

.displaySection .tableOuter-box .table tr td:not(:first-child),
.displaySection .tableOuter-box .table tr th:not(:first-child) {
    border-left: 1px solid #ddd;
}

.displaySection .tableOuter-box .table tr:last-child,
.displaySection .tableOuter-box .table tr:last-child td {
    border-bottom: 0;
}

.displaySection .tableOuter-box .table tr td,
.displaySection .tableOuter-box .table tr th {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    padding: 8px 12px;
    vertical-align: middle;
}

.displaySection .tableOuter-box .table tr th:nth-child(2) {
    color: var(--red);
    font-weight: 700;
}

.displaySection .tableOuter-box .table tr th:nth-child(3) {
    font-weight: 700;
    color: var(--blue);
}

.displaySection .tableOuter-box .table tr td:first-child {
    color: #222;
    text-align: start;
}

.displaySection .tableOuter-box .table tr td.highlight {
    background: rgba(144, 190, 109, 0.2);
}

/* Start better than each other */

.betterEachOther {
    padding: 50px 0;
    background-color: #f6f7fb;
    margin-bottom: 80px;
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.product-comapre-parentBody .listHeadingLable {
    font-size: 14px;
    color: var(--red);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.product-comapre-parentBody .listHeading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
    text-align: center;
}

.dscss ul.proscons-list {
    padding: 0;
    display: flex;
    align-items: center;
}

.dscss ul.proscons-list i {
    margin-right: 1rem;
    font-size: 16px;
    color: green;
    background: white;
    padding: 4px;
    border: 1px solid green;
    border-radius: 50%;
}

.dscss ul.proscons-list::marker {
    content: "";
}

.dscss ul.proscons-list li::marker {
    content: "";
}

.eachOther-Listing {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.eachOther-Listing i {
    position: absolute;
    left: 0;
    top: 4px;
}

.eachOther-Listing li {
    line-height: 1.5;
    display: inline-flex;
    padding-left: 25px;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.eachOther-Listing li:last-child {
    margin-bottom: 0;
}

.eachOther-Listing li p {
    color: #444444;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.eachOther-Listing li p span.hightlight {
    font-size: 12px;
    font-weight: 800;
    margin-right: 5px;
}

.eachOther-Listing li p span.nonHightlight {
    color: #949494;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.product-1 .eachOther-Listing i {
    color: var(--red);
}

.product-2 .eachOther-Listing i {
    color: var(--blue);
}

.product-1 .eachOther-Listing li p span.hightlight {
    color: var(--red);
}

.product-2 .eachOther-Listing li p span.hightlight {
    color: var(--blue);
}

.betterEachOther .graph-product ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: start;

}

.betterEachOther .graph-product ul li {
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 15px 20px;
}

.betterEachOther .graph-product ul li span {
    color: #E70012;
    font-weight: 800;
    font-size: 22px;
}

.betterEachOther .graph-product ul li p {
    color: #949494;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.betterEachOther .graph-product ul li:last-child {
    border: 0;
}

.betterEachOther .graph-product ul li:last-child span {
    color: #0072DD;
}

/* End better than each other */
/* BENCHMARKS */
.benchMarks-Compare {
    padding-bottom: 60px;
}

.hoverSection.GeekBench-2.benchMarks-Compare {
    background-color: #f6f7fb;
    /* margin: 50px -15px 50px; */
}

.benchMarks-Compare .Compare-OuterBox {
    position: relative;
}

.benchMarks-Compare .Compare-OuterBox [class|="col"]:first-child {
    padding-right: 20px;
}

.benchMarks-Compare .Compare-OuterBox [class|="col"]:last-child {
    padding-left: 40px;
}

.benchMarks-Compare .Compare-OuterBox::before {
    content: "VS";
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    bottom: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 2px solid #E8E8E8;
    background: #E8E8E8;
    z-index: 2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.benchMarks-Compare .Conpare-progressBar .rounder-card {
    text-align: center;
    margin-bottom: 20px
}

.benchMarks-Compare .Conpare-progressBar .progressBar-lsit .outer-Box {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.benchMarks-Compare .progressBar-lsit .outer-Box {
    margin-bottom: 20px;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-heading {
    width: 25%;
    /* text-align: start; */
    flex: auto;
    display: flex;
    justify-content: space-between;
    /* /* align-items: end; */
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-heading p {
    color: #333333;
    font-weight: 700;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-rangeSlider {
    width: 55%;
    padding-right: 15px;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-rangeSlider .ProgressBarSlider {
    width: 100%;
    height: 5px;
    background-color: #ededed;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-rangeSlider .ProgressBarSlider span {
    height: 100%;
    background-color: #90BE6D;
    border-radius: 100px;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-value {
    width: 20%;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-value span {
    font-size: 14px;
    color: #444;
    font-weight: 800;
}

/* Start Overall Rating */

.outlineBtn-1 {
    border: 2px solid var(--red);
    padding: 8px 20px;
    background-color: #fff;
    color: var(--red);
    font-weight: 800;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.outlineBtn-1:hover {
    color: var(--lightbtn);
    background-color: var(--red);
}

.outlineBtn-2 {
    border: 2px solid var(--blue);
    padding: 8px 20px;
    background-color: #fff;
    color: var(--blue);
    font-weight: 800;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.outlineBtn-2:hover {
    color: var(--lightbtn);
    background-color: var(--blue);
}

.overallRating {
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
}

.overallRating-Card {
    border-radius: 15px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    padding: 25px;
    display: inline-flex;
    align-items: center;
    column-gap: 40px;
    width: 100%;
}

.overallRating-Card .content {
    width: 75%;
}

.overallRating-Card .chartgraph {
    width: 25%;
}

.overallRating-Card .content p {
    font-size: 18px;
    font-weight: 800;
    color: var(--darkbtn);
    margin-bottom: 5px;
}

.overallRating-Card .content span {
    color: #7c828a;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.overallRating-Card .chartgraph {
    text-align: center;
}

.overallRating-Card .chartgraph .rounder-card .rounder-bar .circle-chart {
    width: 100px;
    height: 100px;
}

.overallRating-Card .chartgraph .rounder-card .rounder-bar .circlechart .circle-chart__subline {
    font-size: 8px;
    text-anchor: end;
    transform: translate(2px, 0px);
}

.overallRating-Card .chartgraph .rounder-card .rounder-bar .circlechart .circle-chart__Smalltext {
    display: block;
    font-size: 5px;
    font-weight: 700;
    fill: #BEBFC1;
    alignment-baseline: central;
    text-anchor: start;
    transform: translate(3px, 1px);
}

/* End Overall Rating */

/* Start Feature Review */

.featureReview {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

.featureReview .featureCard {
    padding: 15px 10px;
    height: 100%;
}

.featureReview .featureCard h5.heading {
    margin-bottom: 0;
}

.featureReview .featureCard h5.heading+span {
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
    height: 30px;
    color: #7c828a;
}

.featureReview .featureCard .sliderRating {
    margin-bottom: 20px;
}

.featureReview .featureCard .sliderRating:last-child {
    margin-bottom: 0;
}

/* End Feature Review */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>End Product Compare Page>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* overroll section */

.overroll-section {
    padding: 80px 0 60px;
}

.overroll-section .rounder-progressbar {
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.rounder-progressbar .rounder-card {
    width: 30%;
    text-align: center;
}

.overroll-section .rounder-card .rounder-bar .circle-chart {
    width: 80px;
    height: 80px;
}

/* circle bar */

.rounder-card .rounder-bar {
    margin-bottom: 10px;
}

.rounder-card .rounder-bar .circle-chart {
    width: 90px;
    height: 90px;
    margin: auto;
    padding: 2px;
}

.rounder-card .rounder-bar .circlechart .circle-chart__background {
    stroke: #efefef;
    stroke-width: 2;
    fill: none;
}

.rounder-card .rounder-bar .circlechart .circle-chart__circle {
    stroke: #00acc1;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    /* 1 */
    transform: rotate(-90deg);
    /* 2, 3 */
    transform-origin: center;
    /* 4 */
}

.rounder-card .rounder-bar .circlechart .circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 9px;
    font-weight: 900;
    fill: #000;
}

.rounder-card .rounder-bar .circlechart .circle-chart__Smalltext {
    display: none;
}

.rounder-card .rounder-bar .circlechart .circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.rounder-card .rounder-bar .circlechart .circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
}

.rounder-card .content h6 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.rounder-card .content p {
    margin-bottom: 0;
    color: #777;
    font-size: 12px;
    font-weight: 700;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* color circle */

.rounder-card .rounder-bar .circlechart.color_blue .circle-chart__circle {
    stroke: #0072dd;
}

.rounder-card .rounder-bar .circlechart.color_grapefruit .circle-chart__circle {
    stroke: #fc585b;
}

.rounder-card .rounder-bar .circlechart.color_success .circle-chart__circle {
    stroke: #90be6d;
}

.rounder-card .rounder-bar .circlechart.color_purple .circle-chart__circle {
    stroke: #a05dff;
}

.rounder-card .rounder-bar .circlechart.color_red .circle-chart__circle {
    stroke: var(--red);
}

.rounder-card .rounder-bar .circlechart.color_warning .circle-chart__circle {
    stroke: #f8961e;
}

.rounder-card .rounder-bar .circlechart.color_skyblue .circle-chart__circle {
    stroke: #2d9cdb;
}

.rounder-progressbar .rounder-card .content {
    margin-top: 10px;
}

.rounder-progressbar .rounder-card .content h6 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
}

.rounder-progressbar .rounder-card .content p {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}

.rounder-progressbar [type="range"] {
    display: none;
}

.rounder-progressbar .pie {
    width: 80px !important;
    height: 80px !important;
    margin: auto;
}

.rounder-progressbar .pie svg {
    width: 80px;
    height: 80px;
}

.rounder-progressbar .pie svg>text {
    color: #555;
    font-size: 16px;
    font-weight: 800;
}

/* Slect Product Compare */

.selectProductMenu {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 9999;
    display: grid;
    justify-content: end;
}

.selectProductMenu .itemselectbody {
    display: none;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 600px;
    max-width: 600px;
    min-width: 420px;
    padding: 20px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    height: auto;
}

.selectProductMenu .itemselectbody .tabListProduct {
    background-color: #f3f6f7 !important;
    margin-top: 0;
}

.selectProductMenu .itemselectbody .tabListProduct li .nav-link {
    padding: 8px 30px;
}

.selectProductMenu .itemselectbody .searchItemByName {
    height: 350px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #ddd;
    position: relative;
}

.selectProductMenu .itemselectbody .searchItemByName .fa-xmark {
    display: none;
}

.selectProductMenu .itemselectbody .searchItemByName.itemAdded .fa-xmark {
    width: 22px;
    height: 22px;
    background: #333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
}

.selectProductMenu .itemselectbody .searchItemByName.itemAdded {
    padding: 0;
    border: 0;
}

.selectProductMenu .itemselectbody .searchItemByName.itemAdded .cardSliderBody-2 {
    height: 100%;
    padding: 10px;
}

.selectProductMenu .itemselectbody .searchItemByName.itemAdded .prodctContent {
    padding: 10px 35px 0;
}

.selectProductMenu .itemselectbody .searchItemByName .searchCard {
    display: flex;
    justify-content: center;
    margin: auto;
    height: 100%;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-items: stretch;
    row-gap: 10px;
    flex-wrap: wrap;
}

.selectProductMenu .itemselectbody .searchItemByName .searchCard>.fa-solid {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #949494;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494;
    margin-bottom: 10px;
}

.selectProductMenu .itemselectbody .searchItemByName .searchCard .select2From {
    width: 100%;
}

.selectProductMenu .itemselectbody .searchItemByName .searchCard .select2From .select2multiple {
    margin-bottom: 0;
}

#toggle-ProductComare.selectProductMenu .compareBtn {
    display: none;
}

.ProductComapreBtn {
    border: 0;
    color: #fff;
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: 700;
    padding: 8px 50px 8px 20px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    border-top-left-radius: 10px;
    border-top-right-radius: 50px;
    margin-left: auto;
}

.ProductComapreBtn:hover {
    transition: 0.3s ease-in-out;
    background-color: #ba0b18;
}

.toggleSelectItem {
    cursor: pointer;
}

.ProductComapreBtn.closeBtn {
    display: none;
    background-color: #e70012;
    color: #fff;
}

.ProductComapreBtn.closeBtn:hover {
    background: #000;
}

.toggleSelectItem.active .ProductComapreBtn:not(.closeBtn) {
    display: none;
}

.toggleSelectItem.active .ProductComapreBtn.closeBtn {
    display: flex;
}

.toggleSelectItem.active .ProductComapreBtn.closeBtn {
    display: flex;
}

.selectProductMenu .compareBtn {
    border: 0;
    color: #fff;
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    margin: 15px auto 0;
}

.selectProductMenu .compareBtn:hover {
    transition: 0.3s ease-in-out;
    background-color: #ba0b18;
}

/* -------------------------------------Start Slect / From------------------------------------------- */

/*------------*/

.select2From select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px) / 11px no-repeat;
}

.select2From .form-area {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2From .form-area .form-inner {
    width: 100%;
}

.select2From .form-group {
    position: relative;
    margin-bottom: 30px;
}

.select2From .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475f7b;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2From select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.select2From .form-control:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: none;
}

.select2From .floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475f7b;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.select2From .floating-diff .floating-label {
    opacity: 0;
}

.select2From .floating-diff.focused .floating-label {
    opacity: 1;
}

.select2From .form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}

.select2From .form-group.focused select.form-control {
    padding-top: 21px;
}

.select2From .float-checkradio {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}

.select2From .float-checkradio.focused {
    padding-top: 21px;
}

/*--------select2-css----*/

.select2Part .floating-label {
    opacity: 0;
}

.select2Part.focused .floating-label {
    opacity: 1;
}

.select2multiple .floating-label {
    opacity: 1;
}

.select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 13px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe3e7;
    height: 55px;
}

.select2-container--focus.select2-container--default .select2-selection--single {
    border: 1px solid #5a8dee;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    transition: 240ms;
    padding-right: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #475f7b;
    padding-top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 15px;
    transition: 240ms;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(236 238 241);
    color: #4a494a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #5a8dee;
    color: #fff;
}

.select2-container--default .select2-results__option:last-child {
    border-radius: 0px 0px 4px 4px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0.267rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.select2-results__option {
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
}

.select2-container--open .select2-dropdown--above {
    box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    border-radius: 0px;
    border: none;
    top: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
    border-radius: 0px;
    border: none;
    top: -8px;
    border-radius: 6px;
    overflow: hidden;
}

.select2Part.w-100>.select2-container {
    width: 100% !important;
}

.select2-search--dropdown {
    padding: 12px 15px;
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    border: 1px solid #dfe3e7;
    border-radius: 4px;
    color: #757575;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    padding-right: 45px;
}

.select2-container--default .select2-search--dropdown:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    min-height: 50px;
    border-radius: 6px;
    position: relative;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #5a8dee;
    background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #757575;
    line-height: 55px;
    padding-right: 40px;
    display: block;
    height: 100%;
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
    transition: 240ms;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 48px;
    right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    line-height: initial;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: "";
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    line-height: initial;
    padding: 5px;
    font-size: 14px;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    cursor: default;
    float: left;
    color: #1f1f1f;
    margin-right: 5px;
    margin-top: 5px;
    width: initial !important;
    padding: 5px 10px;
    padding-right: 24px !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-left: 5px;
    line-height: 27px;
    padding-top: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    font-size: 17px;
    width: 20px;
    height: 20px;
    top: 3px;
    text-align: center;
    color: #e45555;
    right: 0px;
}

.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
}

/* -------------------------------------End Slect / From------------------------------------------- */

/* Start ProcessorChart */
.processorChartData {}

.processorChartData ul.colorNameList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.processorChartData .colorNameList li {
    width: 50%;
    font-size: 12px;
    text-align: left;
    line-height: 2;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
}

.processorChartData .colorNameList li span:first-child {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
}

.processorChartData .colorNameList li:nth-child(1) span:first-child {
    background-color: #F94144;
}

.processorChartData .colorNameList li:nth-child(2) span:first-child {
    background-color: #90BE6D;
}

.processorChartData .colorNameList li:nth-child(3) span:first-child {
    background-color: #F8961E;
}

.processorChartData .colorNameList li:nth-child(4) span:first-child {
    background-color: #2D9CDB;
}

.processorChartData .chart-container table {
    display: none;
}

/* End ProcessorChart */


/* connectivity */
.connectivity-graph {
    display: flex;
    justify-content: start;
    gap: 50px;
    position: relative;
}

.connectivity-graph>span {
    position: absolute;
    right: 0;
    left: 0;
    top: 80px;
    bottom: 0;
    margin: 0px auto;
    z-index: 0;
    font-weight: 700;
    text-align: center;
}

.compareconnectivity-graph::before {
    content: "VS";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background: #fff;
    z-index: 11;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.connectivity-graph .uploadSpeed-box {
    width: calc(50% - 25px);
    position: relative;
}

#uploadSpeed,
#uploadSpeed-2,
#downloadSpeed,
#downloadSpeed-2 {
    width: 100%;
    margin-bottom: 20px;
    height: 350px;
}


.connectivity-graph .uploadSpeed-box #uploadSpeed canvas:last-child,
.connectivity-graph .uploadSpeed-box #uploadSpeed-2 canvas:last-child {
    display: none;
}

.connectivity-graph .uploadSpeed-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}

.connectivity-graph .uploadSpeed-box ul li {
    padding: 10px;
    text-align: center;
}

.connectivity-graph .uploadSpeed-box ul li span {
    color: #3354F4 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}

.connectivity-graph .uploadSpeed-box ul li .text {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #4E5969;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.connectivity-graph .uploadSpeed-box ul li .text i {
    color: #00B42A;
}

.connectivity-graph .uploadSpeed-box ul li span sub {
    bottom: 0;
}

.connectivity-graph .uploadSpeed-box ul li:last-child span {
    color: #E70012 !important;
}

.connectivity-graph .uploadSpeed-box ul li:last-child .text i {
    color: #E70012;
}

.connectivity-graph .uploadSpeed-box #downloadSpeed canvas:last-child,
.connectivity-graph .uploadSpeed-box #downloadSpeed-2 canvas:last-child {
    display: none;
}

.benchmarkSection .infoGraphic-benchmark .leftside-box ul li:nth-child(1) .rounder-card {
    background-color: #21A6E1;
}

.benchmarkSection .infoGraphic-benchmark .leftside-box ul li:nth-child(2) .rounder-card {
    background-color: #097ABE;
}

.benchmarkSection .infoGraphic-benchmark .leftside-box ul li:nth-child(3) .rounder-card {
    background-color: #536AB0;
}

.benchmarkSection .infoGraphic-benchmark .leftside-box ul li:nth-child(4) .rounder-card {
    background-color: #6E58A1;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box ul li:nth-child(1) .rounder-card {
    background-color: #FACD1B;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box ul li:nth-child(2) .rounder-card {
    background-color: #F99620;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box ul li:nth-child(3) .rounder-card {
    background-color: #F05A31;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box ul li:nth-child(4) .rounder-card {
    background-color: #E93435;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .rounder-card .rounder-bar .circle-chart .circle-chart__background {
    stroke: rgb(255 255 255 / 30%);
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .rounder-card .rounder-bar .circle-chart .circle-chart__circle {
    stroke: #fff;
}

.benchmarkSection .infoGraphic-benchmark .itemcard:first-child ul li .rounder-card {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.benchmarkSection .infoGraphic-benchmark .itemcard:last-child ul li .rounder-card {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* ================ Components page ==================== */
.product-components-body {
    padding: 60px 0 80px;
    background-color: #f3f5f7;
    border-bottom: 1px solid #dddddd;
}

.product-components-body .componentHeading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #333333;
}

/* ------ --------- */
.cpu-Comparison {
    padding: 80px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-blend-mode: multiply;
    position: relative;
}

.cpu-Comparison .content-body {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.cpu-Comparison .content-body .top-image {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 150px;
}

.cpu-Comparison .content-body .bottom-image {
    position: absolute;
    bottom: -70px;
    right: 20px;
}

.cpu-Comparison .content-body h2 {
    font-weight: 800;
    font-size: 52px;
    color: #000;
}

.cpu-Comparison .content-body p {
    color: #5d5d5d;
    font-size: 22px;
}

.cpu-Comparison .row [class|="col"] {
    position: relative;
}

.cpu-Comparison .bg-gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgb(255 255 255 / 90%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(50px);
}

.cpu-Comparison .cpu-compare {
    background: #fff;
    padding: 1rem;
    border-radius: 22px;
    position: relative;
    z-index: 2;
}

.cpu-Comparison .cpu-compare .form-select {
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #f7f7f7;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.cpu-Comparison .cpu-compare .details-cpu {
    padding: 0px 4px 10px 10px;
    border-radius: 12px;
    background: #f7f7f7;
    margin-bottom: 15px;
}

.cpu-Comparison .cpu-compare .details-cpu table {
    width: 100%;
}

.cpu-Comparison .cpu-compare .details-cpu table tr td {
    font-size: 16px;
    padding: 0.4rem 0;
    color: #7b7b7b;
}

.cpu-Comparison .cpu-compare .details-cpu table tr td:last-child {
    text-align: end;
    color: #333;
    font-weight: 700;
}

.cpu-Comparison .cpu-compare .details-cpu table tr td.checkbtn span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #348fff;
    border-radius: 100%;
    display: block;
    margin-left: auto;
}

.cpu-Comparison .cpu-compare .details-cpu table tr td.checkbtn i {
    color: #348fff;
}

.cpu-Comparison .cpu-compare .details-cpu .more-detail {
    color: #949494;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.cpu-Comparison .cpu-compare .default-btn {
    border-radius: 5px;
    width: 100%;
}

/* Latest Comparison */
.latestComparison {
    padding: 100px 0;
    background-color: #f3f5f7;
}

.latestComparison .item-process {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    background-color: #fff;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.latestComparison .item-process:last-child {
    border-bottom: 0;
}

.product-components-body .cardTable {
    margin-bottom: 80px;
}

.latestComparison .item-process .image-group {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.latestComparison .item-process .image-group img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.latestComparison .item-process .product-content {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.latestComparison .item-process .product-content span {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.latestComparison .item-process .product-content span.vs-compare {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 600;
}

.latestComparison .item-process .time {
    margin-left: auto;
    color: #949494;
    font-size: 14px;
    font-weight: 600;
}

/* comment */
.comments-section .cardTable {
    padding: 25px 16px;
}

.comments-section .cardTable form {
    width: 100%;
    max-width: 700px;
}

.comments-section .cardTable form .form-control {
    border-radius: 10px;
}

.comments-section .cardTable form textarea.form-control {
    background-color: #fff;
    border: 1px solid #ddd;
}

.comments-section .cardTable form .comment__counter {
    text-align: end;
}

.comments-section .cardTable form .btn-group {
    width: 100%;
    justify-content: space-between;
}

.comments-section .cardTable form .default-btn {
    border-radius: 5px;
}

.comments-section .cardTable form .default-btn.cancelBtn {
    background-color: #fff;
    color: #333;
}

/* --------- vote Now -------- */
.voteNow .ImageVote {
    width: 100%;
    height: 100%;
}

.voteNow .ImageVote img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: auto;
}

.voteNow .VoteForm .default-btn {
    width: 100%;
    border-radius: 5px;
}

/* ------ graphicCard Rating -------- */
.graphicCard-Rating .table .cardName img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.graphicCard-Rating .table .cardName {
    font-weight: 700;
    color: var(--red);
    display: flex;
    gap: 10px;
}

.graphicCard-Rating .page-link {
    color: #333;
}

.graphicCard-Rating .form-control {
    height: auto;
}

.graphicCard-Rating .active>.page-link,
.page-link.active {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: -1px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star-rating {
    font-size: 0;
    column-gap: 5px;
    display: inline-flex;
}

.star-rating input {
    display: none;
}

.star-rating label {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    color: #c2c2c2;
    transition: color 0.2s;
    line-height: 1;
}

.star-rating label.active,
.star-rating label:hover {
    color: #fec501;
}

.star-rating label.selected {
    color: #fec501;
}

.rating-review {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    column-gap: 10px;
}

.rating-review h5 {
    margin-bottom: 0;
    font-size: 12px;
    color: #333;
}

.beat-animation-red {
    background-color: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translate(-50%);
    margin: auto;
    border-radius: 50%;
    opacity: .3;
    animation: 2s linear infinite ripples-red;
    z-index: 0;
}

@keyframes ripples-red {

    0% {
        box-shadow: 0 0 0 0 rgba(231, 0, 18, 0.3), 0 0 0 5em rgba(231, 0, 18, 0.3), 0 0 0 10em rgba(231, 0, 18, 0.3), 0 0 0 15em rgba(231, 0, 18, 0.3);
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        box-shadow: 0 0 0 5em rgba(231, 0, 18, 0.3), 0 0 0 10em rgba(231, 0, 18, 0.3), 0 0 0 15em rgba(231, 0, 18, 0.3), 0 0 0 20em transparent;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.beat-animation-blue {
    background-color: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translate(-50%);
    margin: auto;
    border-radius: 50%;
    opacity: .3;
    animation: 2s linear infinite ripples-blue;
    z-index: 0;
}

@keyframes ripples-blue {

    0% {
        box-shadow: 0 0 0 0 rgba(0, 114, 221, 0.3), 0 0 0 5em rgba(0, 114, 221, 0.3), 0 0 0 10em rgba(0, 114, 221, 0.3), 0 0 0 15em rgba(0, 114, 221, 0.3);
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        box-shadow: 0 0 0 5em rgba(0, 114, 221, 0.3), 0 0 0 10em rgba(0, 114, 221, 0.3), 0 0 0 15em rgba(0, 114, 221, 0.3), 0 0 0 20em transparent;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/* Start Review By TenzysTech */
.ReviewByTenzysTech .listing-item .GeekBench-Card.benchmarks-card .sliderRating .countingVote span:last-child {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.ReviewByTenzysTech .Stars {
    font-size: 16px;
}

.ReviewByTenzysTech .listing-item {
    height: 100%;
    margin-bottom: 0;
}

.ReviewByTenzysTech .listing-item .benchmarks-card {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.ReviewByTenzysTech .listing-item .benchmarks-card .bottom-fix {
    width: 100%;
}

/* End Review By TenzysTech */

/* Start Vote Now */

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: 48.5%;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    align-items: center;
    height: 100%;
}

.plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
}

.plans .plan .plan-details>span {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #252f42;
    font-weight: 800;
}

.plans .plan .plan-details .sliderRating {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.plans .plan .plan-details .sliderRating .countingVote {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.plans .plan .plan-details .sliderRating .countingVote span:first-child {
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.plans .plan .plan-details .sliderRating .countingVote span:last-child {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #666666;
    font-size: 12px;
    font-weight: 700;
}

.plans .plan .plan-details .sliderRating .rangeSlider {
    width: 100%;
    height: 5px;
    background-color: #ddd;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.plans .plan .plan-details .sliderRating .rangeSlider span {
    height: 100%;
    border-radius: 100px;
}

.plans .plan .plan-details .sliderRating .rangeSlider.red span {
    background-color: var(--red);
}

.plans .plan .plan-details .sliderRating .rangeSlider.blue span {
    background-color: var(--blue);
}

.plans .default-btn {
    width: fit-content;
    border-radius: 5px;
    padding: 8px 100px;
    margin: 20px 0;
}

.container .title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #216fe0;
    right: 15px;
    top: 15px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 40px;
    }

    .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

}

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

    .ComparisonBody .compareTitle-BottomMenu {
        top: 60px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
        display: inline-block;
    }

    .plans .plan .plan-content {
        flex-wrap: wrap;
    }

    .plans .plan .plan-content img {
        margin: auto;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 10px;
    }

    .plans .plan .plan-details>span {
        font-size: 14px;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.inspiration a {
    color: #666;
}

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

    /* inspiration */
    .inspiration {
        display: none;
    }
}

/* End Vote Now */


/*======================
    404 page
=======================*/
.page_404 {
    padding: 40px 0;
    background: #fff;
}

.page_404 img {
    max-width: 350px;
}

.four_zero_four_bg {}

.four_zero_four_bg h1 {
    font-size: 80px;
    font-weight: 800;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

@media(min-width:1200px) {
    .displaySection .OuterRounder {
        row-gap: 50px;
        flex-wrap: wrap;
    }

    .displaySection .OuterRounder .rounder-card {
        width: 50%;
    }

    /* .displaySection .OuterRounder .rounder-card:nth-child(1) {
        order: 1;
    }

    .displaySection .OuterRounder .rounder-card:nth-child(2) {
        order: 3;
    }

    .displaySection .OuterRounder .rounder-card:nth-child(3) {
        order: 5;
    }

    .displaySection .OuterRounder .rounder-card:nth-child(4) {
        order: 2;
    }

    .displaySection .OuterRounder .rounder-card:nth-child(5) {
        order: 4;
    }

    .displaySection .OuterRounder .rounder-card:nth-child(6) {
        order: 6;
    } */
}

.bestAnTuTuComapre .table tbody tr:last-child>* {
    border-bottom: 0;
}

.benchmark-results .card {
    padding: 20px;
}

.benchmark-results .card h2 {
    font-size: 22px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.benchmark-results .card h2 span {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
}

.benchmark-results .card .form-control {
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    line-height: 1.2;
}

.benchmark-results .card .form-control:focus {
    background: #fff;
}

.benchmark-results input[type='checkbox'] {
    visibility: hidden;
    position: absolute;
}

.benchmark-results .add-btn>* {
    padding: 10px 25px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    border-radius: 3px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    border: 1px solid #333;
    cursor: pointer;
    column-gap: 10px;
}

.benchmark-results .add-btn .remove {
    color: #333;
    background-color: #fff;
}

.benchmark-results input[type='checkbox']+.add-btn .remove {
    display: none;
    margin-bottom: 15px;
}

.benchmark-results input[type='checkbox']+.add-btn .add {
    display: flex;
}

.benchmark-results input[type='checkbox']:checked+.add-btn .add {
    display: none;
    margin-bottom: 30px;
}

.benchmark-results input[type='checkbox']:checked+.add-btn .remove {
    display: flex;
}

.antutu-bench,
.geekbench-cpu,
.geekbench-gpu {
    margin-bottom: 10px;
}

.benchmark-results input[type='checkbox']+.add-btn+.form-container {
    display: none;
}

.benchmark-results input[type='checkbox']:checked+.add-btn+.form-container {
    display: block;
}

.benchmark-results input[type='checkbox']+.add-btn+.form-container.card {
    margin-bottom: 30px;
}

.benchmark-results .form-container .form-label {
    color: #333;
    font-weight: 700;
}

.benchmark-results .form-container .form-label span {
    font-size: 12px;
    color: #646464;
    font-weight: 400;
}

.comparisonSelect .select2 .select2-selection--single {
    height: auto;
}

.comparisonSelect .select2 .select2-selection--single .select2-selection__rendered {
    padding: 5px 20px !important;
}

.comparisonSelect.benchmarkSelect .select2 .select2-selection--single .select2-selection__rendered {
    height: 40px;
    background: #f5f5f5;
    padding: 10px 15px !important;
    line-height: 1.2;
}

.bestAnTuTuComapre .default-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 20px;
}

.bestAnTuTuComapre .default-btn.highlight {
    background-color: var(--red);
    border-color: var(--red);
}

.bestAnTuTuComapre .default-btn.highlight:hover {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

.bestAnTuTuComapre table tbody tr td:last-child {
    vertical-align: middle;
    text-align: right;
}

.default-btn.AnTuTu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: auto;
    width: fit-content;
    font-weight: 700;
}

/* Card Flip*/
input.flip-checkbox[type='checkbox'] {
    display: none;
}

.sectionFlipped {
    perspective: 1200px;
}

input.flip-checkbox[type='checkbox']:checked+.sectionFlipped .card-flip {
    transform: rotateY(180deg);
}

.sectionFlipped .card-flip {
    display: grid;
    grid-template: 1fr / 1fr;
    grid-template-areas: "frontAndBack";
    transform-style: preserve-3d;
    transition: all 0.7s ease;
}

.sectionFlipped .card-flip .row {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.sectionFlipped .card-flip .front {
    grid-area: frontAndBack;
}

.sectionFlipped .card-flip .back {
    grid-area: frontAndBack;
    transform: rotateY(-180deg);
}

input[type='checkbox']:checked+.sectionFlipped .card-flip {
    transform: rotateY(180deg);
}

.AnTuTu-9 .tableOuter-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

.AnTuTu-9 .tableOuter-box table {
    margin: 0;
}

.AnTuTu-9 .tableOuter-box table tr th:nth-child(2) {
    color: var(--red);
    font-weight: 700;
}

.AnTuTu-9 .tableOuter-box table tr th:not(:first-child),
.AnTuTu-9 .tableOuter-box table tr td:not(:first-child) {
    border-left: 1px solid #ddd;
}

.AnTuTu-9 .tableOuter-box table tr th:nth-child(3) {
    font-weight: 700;
    color: var(--blue);
}

.AnTuTu-9 .tableOuter-box table tr th,
.AnTuTu-9 .tableOuter-box table tr td {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #666;
    padding: 8px 12px;
    vertical-align: middle;
}

.AnTuTu-9 .tableOuter-box table tr td:first-child {
    color: #222;
    text-align: start;
}

.AnTuTu-9 .tableOuter-box table tr td.highlight {
    background: rgba(144, 190, 109, 0.2);
}

/* About Us Page */

.aboutUs_gleam {
    padding: 100px 0;
    margin-bottom: 0
}

.aboutUs_gleam .aboutUs_gleam_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.aboutUs_gleam .aboutUs_gleam_content .left_part {
    width: 35%;
    position: relative
}

@media(min-width:1199px) {
    .aboutUs_gleam.right-img .aboutUs_gleam_content .left_part {
        order: 2;
    }

    .aboutUs_gleam.right-img .aboutUs_gleam_content .right_part {
        padding-right: 110px;
        padding-left: 0;
    }

    .aboutUs_gleam.right-img .aboutUs_gleam_content .left_part .left_part_images img {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 200px;
    }

    .aboutUs_gleam.right-img .aboutUs_gleam_content .left_part .left_part_images:before {
        left: 20px;
        top: 20px;
    }

    .aboutUs_gleam.right-img .aboutUs_gleam_content .left_part .left_part_images:before {
        border-radius: 0 0 0 400px;
    }

    .aboutUs_gleam.right-img .left_part_content {
        right: unset;
        left: 60px;
    }
}

.aboutUs_gleam .aboutUs_gleam_content .left_part .left_part_images {
    width: 100%;
    position: relative
}

.aboutUs_gleam .aboutUs_gleam_content .left_part .left_part_images:before {
    position: absolute;
    content: "";
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #ff4839, #ff5732, #ff7c1e);
    border-radius: 0 0 400px 0
}

.aboutUs_gleam .aboutUs_gleam_content .left_part .left_part_images img {
    width: 100%;
    position: relative;
    z-index: 9;
    border-bottom-right-radius: 200px;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}

.left_part_content {
    position: absolute;
    background: #fff;
    padding: 20px 25px;
    width: 100%;
    max-width: 347px;
    bottom: -35px;
    z-index: 99;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0/20%);
    min-height: 130px;
    right: 60px
}

.left_part_content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0
}

.left_part_content p {
    font-size: 15px;
    color: #707679;
    font-weight: 700
}

.left_part_content p.aboutUs_linkedIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.left_part_content p.aboutUs_linkedIn span {
    margin: 0 10px 0 0;
    position: absolute;
    right: 34px;
    bottom: 5px;
    display: contents
}

.aboutUs_gleam .aboutUs_gleam_content .right_part {
    width: 65%;
    padding-left: 60px;
}

.aboutUs_gleam .aboutUs_gleam_content .right_part h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 15px;
    color: #202020
}

.aboutUs_gleam .aboutUs_gleam_content .right_part h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #202020;
    width: 143px;
    height: 3px
}

.aboutUs_gleam .aboutUs_gleam_content .right_part p {
    font-size: 16px;
    color: #707679;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px
}

.aboutUs_history {
    margin: 0;
    padding: 100px 0
}

.aboutUs_history {
    margin: 0
}

.aboutUs_history .aboutUs_history_content {
    display: flex;
    margin: 0;
    justify-content: space-between;
    position: relative
}

.aboutUs_history .aboutUs_history_content .left_part {
    width: 55%
}

.aboutUs_history .aboutUs_history_content .left_part h2.large_history_text {
    font-size: 150px;
    color: #dbdbdd;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdd;
    line-height: 15px
}

.aboutUs_history .aboutUs_history_content .left_part h3 {
    font-size: 46px;
    color: #202020;
    font-weight: 800;
    line-height: 50px;
}

.aboutUs_tabing_outer .tab-menu {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 0;
}

.aboutUs_tabing_outer .tab-menu ul {
    margin: 40px 0 20px;
    padding: 0;
    display: flex;
    align-items: center
}

.aboutUs_tabing_outer .tab-menu ul li {
    list-style-type: none;
    display: block;
    width: 130px;
    text-align: center;
    margin-right: 20px
}

.aboutUs_tabing_outer .tab-menu ul li a {
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 20px;
    background: #112032;
    width: 100%;
    display: block
}

.aboutUs_tabing_outer .tab-menu ul li a.active {
    background: linear-gradient(to right, #ff463b, #ff6729, #ff801c);
    color: #fff;
}

.aboutUs_tabing_outer .tab-menu ul li a span {
    display: block;
    margin-bottom: 10px
}

.aboutUs_tabing_outer .tab {
    display: none
}

.aboutUs_tabing_outer .tab p {
    color: #707679;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
    padding-right: 20px
}

.aboutUs_tabing_outer .tab-pane.active {
    display: block;
    height: 190px;
    overflow-y: auto
}

.aboutUs_tabing_outer .active::-webkit-scrollbar {
    width: 5px
}

.aboutUs_tabing_outer .active::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-radius: 100px
}

.aboutUs_tabing_outer .active::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: linear-gradient(to right, #ff463b, #ff6729, #ff801c);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5)
}

.range_sliders {
    margin: 0;
    padding: 5px 0 0;
    position: relative
}

.range_sliders .relationship-status-output {
    display: block;
    text-align: center;
    line-height: 1
}

.range_sliders span {
    display: block;
    text-align: center;
    line-height: 1
}

.range_sliders input {
    width: 100%
}

.range_sliders>div {
    display: flex;
    white-space: nowrap
}

.range_sliders>div p {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 24px
}

.aboutUs_history .aboutUs_history_content .right_part {
    width: 45%;
    padding-left: 20px;
    position: relative
}

.aboutUs_history .aboutUs_history_content .right_part img {
    width: 100%
}

.history_circle {
    position: absolute;
    width: 200px;
    padding-top: 200px;
    border-radius: 50%;
    background-color: #fff;
    right: 50px;
    top: 10px;
}

.history_circle:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    top: -2%;
    left: -2%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.history_circle:after {
    position: absolute;
    content: "";
    width: 350px;
    height: 350px;
    top: 50%;
    left: 50%;
    background: linear-gradient(to right, #ff463b, #ff6729, #ff801c);
    border-radius: 50%;
    z-index: -2;
    transform: translate(-50%, -50%);
}

.aboutUs_history_boxes_d {
    margin: -100px 0 0;
    position: relative;
    z-index: 99
}

.aboutUs_history_boxes_d ul {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    padding: 0;
}

.aboutUs_history_boxes_d ul li {
    display: block;
    width: calc(100%/5 - 10px);
    margin-right: 10px;
    background: #feefee;
    padding: 10px;
    text-align: center;
    border-radius: 11px;
    cursor: pointer;
    transition: all ease-in-out .3s
}

.aboutUs_history_boxes_d ul li:last-child {
    margin-right: 0
}

.aboutUs_history_boxes_d ul li:hover {
    background: linear-gradient(to right, #ff463b, #ff6729, #ff801c)
}

.aboutUs_history_boxes_d ul li:hover .aboutUs_sprites {
    background: #fff
}

.aboutUs_history_boxes_d ul li:hover p {
    color: #fff
}

.SpritesIcons_aboutUs {
    background-image: url(../images/about_us_n/SpritesIcons_aboutUs.webp);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: -12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 58px;
    height: 46px;
    background-size: 234px;
    z-index: 9999
}

.aboutUs_satisfaction {
    background-position: 10px 1px
}

.aboutUs_Teamwork {
    background-position: -39px 3px
}

.aboutUs_Integrity {
    background-position: -94px 3px
}

.aboutUs_Diversity {
    background-position: -143px 3px
}

.aboutUs_Quality {
    background-position: -190px 3px
}

.aboutUs_history_boxes_d ul li:hover .aboutUs_satisfaction {
    background-position: 10px -47px
}

.aboutUs_history_boxes_d ul li:hover .aboutUs_Teamwork {
    background-position: -39px -47px
}

.aboutUs_history_boxes_d ul li:hover .aboutUs_Integrity {
    background-position: -94px -47px
}

.aboutUs_history_boxes_d ul li:hover .aboutUs_Diversity {
    background-position: -143px -47px
}

.aboutUs_history_boxes_d ul li:hover .aboutUs_Quality {
    background-position: -190px -47px
}

.aboutUs_sprites {
    background: linear-gradient(to right, #ff463b, #ff6729, #ff801c);
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto 7px;
    border-radius: 100%;
    position: relative
}

.aboutUs_history_boxes_d ul li p {
    font-size: 14px;
    color: #272626;
    font-weight: 600
}

.aboutUs_culture {
    margin: 0;
    padding: 150px 0
}

.aboutUs_culture .aboutUs_culture_content {
    display: flex;
    position: relative
}

.aboutUs_culture .aboutUs_culture_content .left_part {
    width: 40%;
}

.aboutUs_culture .aboutUs_culture_content .left_part img {
    width: 100%
}

.aboutUs_culture .aboutUs_culture_content .right_part {
    width: 50%;
    padding: 0 0 0 10px
}

.aboutUs_culture .aboutUs_culture_content .right_part img {
    width: 100%;
    margin-bottom: 50px
}

.aboutUs_culture .aboutUs_culture_content .right_part h2 {
    text-align: right;
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.aboutUs_large_title {
    position: relative
}

.aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
    font-size: 140px;
    color: #dbdbdd;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdd;
    position: absolute;
    transform: rotate(-90deg);
    top: 200px;
    line-height: normal;
    right: -350px
}

.aboutUs_team {
    margin: 0;
    padding-bottom: 150px
}

.aboutUs_team .aboutUs_team_content {
    margin: 0
}

.aboutUs_team .aboutUs_team_content .aboutUs_team_content_top {
    text-align: center;
    margin-bottom: 70px
}

.aboutUs_team .aboutUs_team_content .aboutUs_team_content_top span {
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal
}

.aboutUs_team .aboutUs_team_content .aboutUs_team_content_top h2 {
    font-size: 40px;
    color: #1a2e35;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.aboutUs_team .aboutUs_team_content .aboutUs_team_content_top h2:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 143px;
    height: 3px;
    background: #1a2e35;
    transform: translateX(-50%)
}

.aboutUs_team_content_bottom {
    margin: 0
}

.aboutUs_team_content_bottom>ul {
    width: 100%;
    display: flex;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 90%;
    margin: auto;
    column-gap: 100px;
}

.aboutUs_team_content_bottom>ul>li span {
    width: 100%;
    display: inline-block
}

.aboutUs_team_content_bottom>ul>li span img {
    width: 100%;
    border-radius: 100%;
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: top;
    margin: auto;
    display: block
}

.aboutUs_team_content_bottom>ul>li {
    display: inline-block;
    width: 100%
}

.aboutUs_team_content_bottom>ul>li .aboutUs_team_block {
    background: #fff;
    box-shadow: 0 0 100px #ccc;
    padding: 20px 13px;
    text-align: center;
    margin: -15px 0 0;
    position: relative
}

.aboutUs_team_content_bottom>ul>li .aboutUs_team_block:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 60%;
    height: 6px;
    background: linear-gradient(to right, #ff463b, #ff6729, #ff801c);
    transform: translateX(-50%)
}

.aboutUs_team_content_bottom>ul>li .aboutUs_team_block h2 {
    font-size: 20px;
    color: #1a2e35;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.aboutUs_team_content_bottom>ul>li .aboutUs_team_block h3 {
    font-size: 14px;
    color: #e70012;
    font-weight: 600;
}

.aboutUs_team_content_bottom>ul>li .aboutUs_team_block p {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    line-height: normal;
}

.aboutUs_team_content_bottom>ul>li .aboutUs_team_block ul.socialIcons {
    padding: 0;
    list-style: none;
    justify-content: center;
}

.aboutUs_team_content_bottom>ul>li .aboutUs_team_block ul.socialIcons li:nth-child(3) a {
    background-color: #0077b5;
}

@media only screen and (max-width: 1366px) {
    .portfolio_header_content h2 {
        font-size: 75px
    }

    .portfolio_header_content h1 {
        font-size: 55px
    }

    .portfolio_header_content h1 span {
        font-size: 25px
    }

    .portfolio_header_content {
        padding: 30px 0 0
    }

    .portfolio_header:after {
        bottom: -1px;
        background-size: cover
    }

    .history_circle {
        right: 70px
    }

    .aboutUs_culture .aboutUs_culture_content .left_part {
        width: 37%
    }

    .aboutUs_culture .aboutUs_culture_content .right_part {
        width: 45%
    }

    .aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
        font-size: 110px;
        right: -230px
    }

    .history_circle:after {
        width: 350px;
        height: 350px
    }

    .aboutUs_ourServices {
        background-position-x: -210px
    }

    .aboutUs_readymade {
        margin: 0 0 50px
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio_header_content h2 {
        font-size: 65px
    }

    .portfolio_header_content h1 {
        font-size: 45px
    }

    .portfolio_header_content h1 span {
        font-size: 22px
    }

    .portfolio_header_content span.about_world {
        font-size: 19px
    }

    .portfolio_header_content .right_part img {
        max-width: 400px
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part h2,
    .aboutUs_history .aboutUs_history_content .left_part h3,
    .aboutUs_process_top h2 {
        font-size: 35px
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .aboutUs_history .aboutUs_history_content .left_part h2.large_history_text {
        font-size: 130px
    }

    .aboutUs_history_boxes_d ul {
        margin: 0;
        max-width: 100%
    }

    .aboutUs_history_boxes_d {
        margin: 20px 0 0
    }

    .aboutUs_ourServices {
        background-position-x: -400px
    }

    .aboutUs_ourServices_top .right_part {
        padding-left: 10px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li p,
    .aboutUs_ourServices_top .left_part ul li p {
        font-size: 20px
    }

    .aboutUs_process {
        padding: 100px 0 0
    }

    .aboutUs_process_content ul li {
        width: calc(100%/2 - 20px)
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_img {
        width: 130px;
        height: 130px;
        box-shadow: 0 0 58px rgb(0 0 0/20%);
        line-height: 130px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text span {
        font-size: 100px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text h2 {
        font-size: 30px
    }

    .aboutUs_process_content ul li:before {
        background-size: cover
    }

    .aboutUs_process_content ul li:nth-child(3):before,
    .aboutUs_process_content ul li:nth-child(2):before {
        background-size: cover;
        left: 65px
    }

    .aboutUs_process_content ul li:nth-child(5):before {
        left: 82%;
        background-size: 43%
    }

    .about_project .about_project_content ul li span {
        font-size: 25px
    }

    .aboutUs_culture {
        padding: 100px 0 60px
    }

    .aboutUs_culture .aboutUs_culture_content .right_part h2 {
        font-size: 30px
    }

    .aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
        font-size: 91px;
        right: -190px
    }

    .aboutUs_team .aboutUs_team_content .aboutUs_team_content_top {
        margin-bottom: 40px
    }

    .space_70>*+* {
        margin-left: 40px
    }

    .aboutUs_team_content_bottom>ul>li .aboutUs_team_block h2 {
        font-size: 16px
    }

    .aboutUs_team_content_bottom>ul>li .aboutUs_team_block p {
        font-size: 12px
    }

    .aboutUs_team_content_bottom>ul>li span img {
        max-width: 170px
    }

    .aboutUs_team {
        padding-bottom: 80px
    }

    .aboutUs_readymade_top h2,
    .aboutUs_ourClient_top h2 {
        font-size: 35px
    }

    .aboutUs_readymade .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        top: -100px
    }

    .aboutUs_readymade .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
        right: 60px;
        top: -100px
    }

    .aboutUs_readymade_top {
        margin: 0 0 10px
    }

    .aboutUs_readymade {
        margin: 0 0 80px;
        padding-bottom: 80px
    }

    .aboutUs_ourServices_bottom .boxes_servies {
        width: 100%
    }

    .aboutUs_ourServices_top .left_part {
        width: auto
    }

    .space_50>*+* {
        margin-left: 10px !important
    }

    .aboutUs_ourServices_bottom .boxes_servies:nth-child(2) {
        margin: inherit
    }

    .aboutUs_ourServices_top .left_part ul li {
        margin: 0 0 15px 0
    }

    .aboutUs_ourServices_bottom {
        padding: 15px 0 45px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li {
        margin: 0 0 15px 0
    }

    .aboutUs_process_content ul li:before {
        display: none
    }

    .range_sliders:after {
        width: 65%
    }
}

@media only screen and (max-width: 991px) {
    .portfolio_header_content h1 {
        font-size: 35px;
        line-height: 35px
    }

    .portfolio_header_content h1 span {
        font-size: 14px;
        letter-spacing: 7px;
        margin: 0 0 10px
    }

    .portfolio_header_content .left_part {
        margin: 50px 0 0
    }

    .portfolio_header_content h2:before {
        width: 100px;
        height: 4px
    }

    .portfolio_header_content h2 {
        font-size: 45px;
        padding-bottom: 15px;
        line-height: 45px
    }

    .portfolio_header_content .right_part img {
        max-width: 77%;
        width: 100%
    }

    .portfolio_header {
        overflow: hidden
    }

    .portfolio_header:after {
        height: 180px
    }

    .aboutUs_gleam {
        padding: 0 0;
        margin-bottom: 0
    }

    .aboutUs_gleam .aboutUs_gleam_content .left_part {
        width: 50%
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part {
        width: 100%
    }

    .left_part_content h2 {
        font-size: 18px
    }

    .left_part_content {
        max-width: 300px;
        right: -40px;
        padding: 10px;
        min-height: 110px;
        border-radius: 10px
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part h2,
    .aboutUs_history .aboutUs_history_content .left_part h3,
    .aboutUs_process_top h2 {
        font-size: 25px;
        padding-bottom: 5px;
        margin-bottom: 15px
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part p {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 300
    }

    .left_part_content p {
        font-size: 14px
    }

    .aboutUs_history .aboutUs_history_content .left_part h2.large_history_text {
        font-size: 90px
    }

    .aboutUs_history .aboutUs_history_content .left_part h3 {
        font-size: 25px;
        line-height: normal
    }

    .aboutUs_history .aboutUs_history_content .left_part {
        width: 100%
    }

    .aboutUs_history .aboutUs_history_content .right_part {
        width: 100%
    }

    .aboutUs_history_boxes_d ul li:last-child {
        margin-right: 0
    }

    .aboutUs_history_boxes_d ul li {
        width: calc(100%/5 - 8px)
    }

    .aboutUs_history_boxes_d ul li p {
        font-size: 13px;
        font-weight: 400
    }

    .aboutUs_history_boxes_d ul {
        margin: 0;
        max-width: 100%
    }

    .aboutUs_history {
        padding: 100px 0 50px
    }

    .aboutUs_ourServices {
        background-position-x: -580px
    }

    .aboutUs_ourServices_top .right_part h2 {
        font-size: 25px;
        padding-bottom: 5px;
        margin-bottom: 15px
    }

    .aboutUs_ourServices_top .left_part ul li,
    .aboutUs_ourServices_bottom .boxes_servies ul li {
        padding: 10px 20px 30px
    }

    .aboutUs_ourServices_top .left_part ul li:before,
    .aboutUs_ourServices_bottom .boxes_servies ul li:before {
        width: 150px;
        height: 8px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li p,
    .aboutUs_ourServices_top .left_part ul li p {
        font-size: 18px;
        line-height: 23px
    }

    .aboutUs_ourServices_top .right_part {
        padding-left: 40px;
        grid-column-start: 7
    }

    .aboutUs_ourServices_top .right_part a.service_contact {
        padding: 8px 8px 8px 10px;
        max-width: 166px;
        font-size: 15px
    }

    .aboutUs_ourServices_top .right_part p {
        font-size: 15px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 20px
    }

    .aboutUs_process {
        padding: 50px 0 0
    }

    .aboutUs_process_content ul li:nth-child(3):before,
    .aboutUs_process_content ul li:nth-child(2):before,
    .aboutUs_process_content ul li:before {
        display: none
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_img {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_img img {
        max-width: 40px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text {
        width: calc(100% - 80px)
    }

    .aboutUs_process_content ul li:nth-child(2) .aboutUs_process_outer .aboutUs_process_text,
    .aboutUs_process_content ul li:nth-child(4) .aboutUs_process_outer .aboutUs_process_text,
    .aboutUs_process_content ul li:nth-child(6) .aboutUs_process_outer .aboutUs_process_text {
        width: calc(100% - 80px)
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text h2 {
        font-size: 20px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text span {
        font-size: 80px
    }

    .aboutUs_process_content ul li {
        margin-bottom: 60px
    }

    .about_project .about_project_content ul li p {
        font-size: 14px;
        line-height: 18px
    }

    .about_project {
        padding: 40px 0
    }

    .about_project .about_project_content:before {
        height: 100%;
        background-size: 50% 100%
    }

    .aboutUs_culture {
        padding: 50px 0
    }

    .aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
        font-size: 71px;
        right: -150px;
        top: 150px
    }

    .aboutUs_culture .aboutUs_culture_content .right_part h2 {
        font-size: 24px
    }

    .aboutUs_team_content_bottom>ul>li span img {
        max-width: 120px
    }

    .space_70>*+* {
        margin-left: 20px
    }

    .aboutUs_team_content_bottom>ul>li .aboutUs_team_block {
        padding: 10px
    }

    .aboutUs_team_content_bottom>ul>li .aboutUs_team_block h2 {
        font-size: 13px
    }

    .aboutUs_team {
        padding-bottom: 50px
    }

    .aboutUs_readymade_top h2,
    .aboutUs_team .aboutUs_team_content .aboutUs_team_content_top h2 {
        font-size: 25px;
        padding-bottom: 5px;
        margin-bottom: 15px
    }

    .aboutUs_readymade {
        margin: 0 0 50px;
        padding-bottom: 50px
    }

    .aboutUs_process_top {
        margin-bottom: 50px
    }

    .aboutUs_readymade .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        right: 50px;
        top: -79px
    }

    .aboutUs_readymade .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        top: -79px
    }
}

@media only screen and (max-width: 767px) {

    .aboutUs_gleam .aboutUs_gleam_content .left_part {
        width: 100%
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part {
        padding-left: 0
    }

    .aboutUs_gleam .aboutUs_gleam_content {
        flex-wrap: wrap
    }

    .aboutUs_gleam .aboutUs_gleam_content .left_part .left_part_images {
        width: 100%;
        position: relative;
        max-width: 300px;
        margin: auto
    }

    .aboutUs_gleam {
        padding: 50px 0 0
    }

    .left_part_content {
        max-width: 300px;
        right: 80px;
        bottom: 0
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part {
        padding: 30px 0 0;
        text-align: center
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part h2:before,
    .aboutUs_ourServices_top .right_part h2:before {
        left: 50%;
        width: 100px;
        height: 3px;
        transform: translateX(-50%)
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part h2,
    .aboutUs_history .aboutUs_history_content .left_part h3,
    .aboutUs_process_top h2 {
        font-size: 25px
    }

    .aboutUs_history .aboutUs_history_content {
        flex-wrap: wrap
    }

    .history_circle {
        display: none
    }

    .aboutUs_history {
        padding: 50px 0
    }

    .aboutUs_history .aboutUs_history_content .left_part h3 {
        font-size: 25px;
        text-align: center
    }

    .aboutUs_history .aboutUs_history_content .left_part {
        text-align: center
    }

    .aboutUs_tabing_outer .tab-menu {
        display: flex;
        justify-content: center
    }

    .aboutUs_tabing_outer .tab-menu ul {
        margin: 20px 0
    }

    .aboutUs_history .aboutUs_history_content .right_part {
        margin: 50px 0 0
    }

    .range_sliders>div p {
        text-align: left
    }

    .aboutUs_tabing_outer .active {
        height: 160px
    }

    .aboutUs_history .aboutUs_history_content .right_part img {
        width: 100%;
        max-width: 300px;
        margin: auto;
        display: block
    }

    .aboutUs_history_boxes_d ul li:nth-child(3) {
        margin-right: 0
    }

    .aboutUs_history_boxes_d ul {
        margin: 0;
        max-width: 100%;
        justify-content: center
    }

    .aboutUs_history_boxes_d ul li {
        width: calc(100%/3 - 7px);
        margin-bottom: 10px;
        padding: 15px 10px
    }

    .aboutUs_ourServices_top {
        flex-wrap: wrap;
        display: flex
    }

    .aboutUs_ourServices_top .left_part {
        width: 100%;
        order: 2
    }

    .aboutUs_ourServices_top .right_part {
        width: 100%;
        grid-column: span 12/span 12;
        padding: 50px 0;
        text-align: center
    }

    .aboutUs_ourServices_top .right_part a.service_contact {
        float: none;
        margin: auto
    }

    .aboutUs_ourServices {
        background-position-x: center;
        background-size: cover
    }

    .aboutUs_ourServices_top .right_part p {
        color: #fff
    }

    .aboutUs_ourServices_top .right_part h2 {
        color: #fff
    }

    .aboutUs_ourServices_top .right_part h2:before {
        background: #fff
    }

    .aboutUs_ourServices_top .right_part span {
        color: #fff;
        -webkit-text-fill-color: #fff
    }

    .aboutUs_ourServices_top .left_part ul li {
        width: calc(100%/2 - 8px);
        height: 100%;
        margin-bottom: 0
    }

    .aboutUs_ourServices_top .left_part ul li {
        order: 2
    }

    .aboutUs_ourServices_top .left_part ul li.active {
        order: 1
    }

    .aboutUs_ourServices_top .left_part ul li:nth-child(2) {
        margin-right: 0
    }

    .aboutUs_ourServices_top .left_part ul {
        display: flex;
        justify-content: space-between
    }

    .aboutUs_ourServices_bottom .boxes_servies ul {
        display: flex;
        flex-wrap: wrap
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li {
        width: calc(100%/2 - 8px);
        height: 100%;
        margin-bottom: 15px;
        margin-right: 16px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li:nth-child(2) {
        margin-right: 0
    }

    .aboutUs_ourServices_bottom .boxes_servies {
        width: 100%;
        grid-column: inherit;
        display: block
    }

    .aboutUs_ourServices_bottom {
        padding: 15px 0 45px;
        grid-template-columns: inherit;
        display: block
    }

    .space_50>*+* {
        margin-left: 0 !important
    }

    .aboutUs_process {
        padding: 30px 0 0
    }

    .aboutUs_process_content ul li .aboutUs_process_outer {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text {
        width: 100%;
        order: 2;
        text-align: center;
        padding-right: 0;
        display: block
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_img {
        order: 1
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text span {
        display: block;
        width: 100%;
        padding: 0;
        height: 80px
    }

    .aboutUs_process_content ul li:nth-child(2) .aboutUs_process_outer .aboutUs_process_img,
    .aboutUs_process_content ul li:nth-child(3) .aboutUs_process_outer .aboutUs_process_img,
    .aboutUs_process_content ul li:nth-child(6) .aboutUs_process_outer .aboutUs_process_img {
        order: 1
    }

    .aboutUs_process_content ul li:nth-child(2) .aboutUs_process_outer .aboutUs_process_text,
    .aboutUs_process_content ul li:nth-child(4) .aboutUs_process_outer .aboutUs_process_text,
    .aboutUs_process_content ul li:nth-child(6) .aboutUs_process_outer .aboutUs_process_text,
    .aboutUs_process_content ul li:nth-child(3) .aboutUs_process_outer .aboutUs_process_text {
        width: 100%;
        order: 2;
        text-align: center;
        padding-right: 0;
        display: block;
        padding-left: 0
    }

    .aboutUs_process_content ul li:nth-child(3) .aboutUs_process_outer .aboutUs_process_text span,
    .aboutUs_process_content ul li:nth-child(4) .aboutUs_process_outer .aboutUs_process_text span,
    .aboutUs_process_content ul li:nth-child(2) .aboutUs_process_outer .aboutUs_process_text span,
    .aboutUs_process_content ul li:nth-child(4) .aboutUs_process_outer .aboutUs_process_text span,
    .aboutUs_process_content ul li:nth-child(6) .aboutUs_process_outer .aboutUs_process_text span {
        padding: 0
    }

    .aboutUs_culture .aboutUs_culture_content .left_part {
        width: 50%
    }

    .aboutUs_culture .aboutUs_culture_content .right_part {
        width: 50%
    }

    .aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
        right: 0;
        top: 0;
        transform: none;
        left: 0;
        line-height: normal;
        position: inherit;
        text-align: center;
        margin-bottom: 20px
    }

    .aboutUs_culture {
        padding: 20px 0 50px
    }

    .aboutUs_team_content_bottom>ul>li {
        width: calc(100%/2 - 20px);
        margin-bottom: 30px;
        margin-right: 20px
    }

    .aboutUs_team_content_bottom>ul>li:nth-child(2n) {
        margin-right: 0
    }

    .aboutUs_team_content_bottom>ul {
        display: flex;
        grid-template-columns: inherit;
        flex-wrap: wrap;
        justify-content: center
    }

    .space_70>*+* {
        margin-left: 0
    }

    .aboutUs_team {
        padding-bottom: 20px
    }

    .aboutUs_readymade {
        margin: 0 0 40px;
        padding-bottom: 40px
    }

    .aboutUs_ourClient_items_block {
        justify-content: center
    }

    .aboutUs_tabing_outer .tab-menu ul li:last-child {
        margin-right: 0
    }

    .about_project .about_project_content ul {
        display: flex;
        grid-template-columns: inherit;
        align-items: center;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
        padding-bottom: 20px
    }

    .about_project .about_project_content ul li {
        text-align: center;
        width: auto;
        min-width: 187px
    }

    .about_project .about_project_content ul li p br {
        display: none
    }

    .range_sliders:after {
        left: 0
    }
}

@media only screen and (max-width: 480px) {
    .portfolio_header_content h1 {
        font-size: 25px;
        line-height: normal;
        margin: 20px 0 10px
    }

    .portfolio_header_content h1 span {
        font-size: 18px;
        letter-spacing: normal;
        margin: 0 0 10px
    }

    .left_part_content {
        right: 50%;
        left: 50%;
        transform: translateX(-50%)
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part h2,
    .aboutUs_history .aboutUs_history_content .left_part h3,
    .aboutUs_process_top h2 {
        font-size: 20px
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part h2:before,
    .aboutUs_ourServices_top .right_part h2:before,
    .aboutUs_process_top h2:before,
    .aboutUs_team .aboutUs_team_content .aboutUs_team_content_top h2:before,
    .aboutUs_readymade_top h2:before,
    .aboutUs_history .aboutUs_history_content .left_part h3 {
        margin-bottom: 0
    }

    .aboutUs_tabing_outer .tab-menu ul {
        width: 100%;
        justify-content: center
    }

    .aboutUs_tabing_outer .tab-menu ul li {
        width: calc(100%/2 - 20px);
        margin-right: 20px
    }

    .aboutUs_tabing_outer .tab-menu ul li span {
        display: block
    }

    .range_sliders>div p {
        width: calc(100% - 110px)
    }

    .aboutUs_history .aboutUs_history_content .right_part {
        margin: 30px 0 0;
        padding: 0
    }

    .aboutUs_history .aboutUs_history_content .right_part img {
        width: 100%;
        max-width: 100%;
        margin: auto;
        display: block
    }

    .aboutUs_history_boxes_d ul {
        margin: 0;
        max-width: 100%;
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: inherit
    }

    .aboutUs_history_boxes_d ul li {
        min-width: 190px;
        margin-bottom: 10px;
        padding: 15px 10px;
        width: auto
    }

    .aboutUs_history_boxes_d {
        margin: 20px 0 0;
        display: flex;
        white-space: nowrap;
        overflow-x: auto
    }

    .aboutUs_ourServices_top .left_part ul li span img,
    .aboutUs_ourServices_bottom .boxes_servies ul li span img {
        max-width: 70px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li p,
    .aboutUs_ourServices_top .left_part ul li p {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400
    }

    .aboutUs_ourServices_top .left_part ul li,
    .aboutUs_ourServices_bottom .boxes_servies ul li {
        padding: 10px 10px 30px
    }

    .aboutUs_ourServices_bottom {
        padding: 15px 0 30px
    }

    .aboutUs_process_content ul li {
        width: 100%;
        margin-right: 0;
        border: solid 1px #e1dfdf;
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px !important;
        box-shadow: 0 0 58px rgb(0 0 0/20%)
    }

    .aboutUs_process_content ul li:nth-child(2) {
        order: 6
    }

    .aboutUs_process_content ul li:nth-child(3) {
        order: 2
    }

    .aboutUs_process_content ul li:nth-child(4) {
        order: 5
    }

    .aboutUs_process_content ul li:nth-child(5) {
        order: 4
    }

    .aboutUs_process_content ul li:nth-child(6) {
        order: 4
    }

    .about_project .about_project_content ul {
        display: flex;
        grid-template-columns: inherit
    }

    .about_project .about_project_content ul li {
        text-align: center;
        width: auto;
        min-width: 175px;
        background: #fff;
        border-radius: 10px;
        padding: 20px 10px;
        margin-right: 20px;
        align-self: center
    }

    .about_project .about_project_content ul li span {
        font-size: 35px;
        background: linear-gradient(to right, #ff423d, #ff791f, #ff791f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .about_project .about_project_content ul li p {
        font-size: 14px;
        line-height: normal;
        color: #17181a
    }

    .about_project .about_project_content {
        overflow-x: auto;
        display: flex;
        flex-wrap: wrap
    }

    .about_project .about_project_content ul li:last-child {
        margin-right: 0
    }

    .about_project .about_project_content:before {
        display: none
    }

    .about_project .about_project_content ul li p br {
        display: none
    }

    .aboutUs_process {
        padding: 30px 0 20px
    }

    .aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
        font-size: 53px
    }

    .aboutUs_culture .aboutUs_culture_content .left_part {
        width: 100%
    }

    .aboutUs_culture .aboutUs_culture_content .right_part {
        width: 100%;
        padding: 0
    }

    .aboutUs_culture .aboutUs_culture_content {
        display: block
    }

    .aboutUs_culture .aboutUs_culture_content .right_part h2 {
        text-align: center
    }

    .aboutUs_culture {
        padding: 20px 0
    }

    .aboutUs_team_content_bottom>ul>li {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }

    .aboutUs_team_content_bottom>ul>li .aboutUs_team_block h2 {
        font-size: 15px
    }

    .aboutUs_team_content_bottom>ul>li span img {
        max-width: 80%
    }

    .aboutUs_team_content_bottom>ul>li .aboutUs_team_block {
        padding: 10px;
        margin: -35px 15px 0
    }

    .aboutUs_readymade_top {
        text-align: center
    }

    .aboutUs_readymade_top h2:before {
        left: 50%;
        transform: translateX(-50%)
    }

    .aboutUs_readymade .owl-nav {
        bottom: -54px
    }

    .aboutUs_readymade .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        left: calc(100% - 70%);
        top: 100%;
        bottom: 0
    }

    .aboutUs_readymade .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        top: 100%;
        bottom: 0;
        right: calc(100% - 70%)
    }

    .aboutUs_readymade_top h2,
    .aboutUs_team .aboutUs_team_content .aboutUs_team_content_top h2 {
        font-size: 20px;
        line-height: normal
    }

    .aboutUs_items_block {
        margin-left: 10px
    }

    .aboutUs_tabing_outer .tab-menu ul li a {
        font-size: 18px;
        font-weight: 600
    }

    .aboutUs_history_boxes_d ul li:nth-child(3) {
        margin-right: 10px
    }

    .aboutUs_ourServices_top .right_part {
        padding: 30px 0
    }

    .aboutUs_culture .aboutUs_culture_content .right_part h2 {
        font-size: 20px
    }

    .portfolio_header_content {
        padding: 0 0
    }

    .portfolio_header {
        height: 100%;
        margin-top: 138px !important;
        padding: 40px 0
    }

    .left_part_content {
        bottom: -10px
    }

    .aboutUs_process_top {
        margin-bottom: 30px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text span {
        height: auto
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text span {
        font-size: 90px;
        line-height: 90px
    }

    .aboutUs_culture .aboutUs_culture_content .right_part img {
        margin-bottom: 30px
    }

    .portfolio_header_content span.about_world {
        font-size: 18px;
        width: auto;
        display: inline-block;
        max-width: 100%;
        padding: 5px 30px;
        border-radius: 4px
    }


    .featureReview .featureCard h5.heading+span {
        margin-bottom: 0;
    }

    .benchmarkSection .cardBenchmark {
        padding: 6px 0;
    }

    .benchmarkSection .benchmark-title {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 400px) {
    .portfolio_header_content h2 {
        font-size: 30px
    }

    .portfolio_header_content h1 span {
        font-size: 15px;
        letter-spacing: 3px
    }

    .portfolio_header_content h1 {
        font-size: 22px;
        font-weight: 500
    }

    .portfolio_header {
        margin-top: 122px !important
    }

    .aboutUs_gleam .aboutUs_gleam_content .right_part {
        padding: 10px 0 0
    }

    .aboutUs_ourServices_top .right_part a.service_contact {
        max-width: 200px
    }

    .aboutUs_history .aboutUs_history_content .left_part h2.large_history_text {
        font-size: 65px
    }

    .aboutUs_ourServices_top .left_part ul {
        display: block
    }

    .aboutUs_ourServices_top .left_part ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul {
        display: flex
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0
    }

    .aboutUs_ourServices_bottom .boxes_servies {
        margin: 0 0 15px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li:last-child {
        margin-bottom: 15px
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li:last-child {
        order: 1
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li.active {
        order: 2
    }

    .aboutUs_ourServices_top .left_part ul li span img,
    .aboutUs_ourServices_bottom .boxes_servies ul li span img {
        max-width: initial
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li p br,
    .aboutUs_ourServices_top .left_part ul li p br {
        display: none
    }

    .aboutUs_ourServices_bottom .boxes_servies ul li p,
    .aboutUs_ourServices_top .left_part ul li p {
        font-weight: 500
    }

    .aboutUs_ourServices_bottom {
        padding: 15px 0 10px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_img {
        width: 100px;
        height: 100px;
        line-height: 100px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_img img {
        max-width: 60px
    }

    .aboutUs_process_content ul li .aboutUs_process_outer .aboutUs_process_text h2 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px
    }

    .aboutUs_culture .aboutUs_large_title h2.aboutUs_large_culture {
        font-size: 44px;
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #26272a
    }

    .aboutUs_culture .aboutUs_culture_content .right_part img {
        margin-bottom: 20px
    }
}


/* Coming Soon Overlay CSS Start  */

.coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden;
    background: url(https://img.freepik.com/free-vector/neon-style-coming-soon-glowing-background-design_1017-25516.jpg);
    /* background: rgba(0, 0, 0, .8); */
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    background-position: center;
}

/* Coming Soon Overlay CSS End */

.blinkstyle {
    animation: blink 4s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    25% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .5;
    }

    100% {
        opacity: 0
    }
}
@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

/*---For Laptop---*/

@media(min-width: 1200px) and (max-width: 1460px) {
.connectivity-graph .uploadSpeed-box ul {
bottom: 15px;
}

.homeSlider .sliderBody .sliderRightPoster .sliderItem h2 {
font-size: 20px;
}
}

/*---For Horizental iPad---*/

@media (min-width: 992px) and (max-width: 1199px) {}

@media(max-width: 1400px) {
.connectivity-graph .uploadSpeed-box {
width: 100%;
}
}

@media(max-width: 1200px) {
/* section.product-comapre-parentBody {
margin-top: 60px;
} */

/* .fixed-top+section {
margin-top: 60px;
} */

.footer .top-footer .single-footer-widget h5 {
font-size: 16px;
}

.footer .top-footer .container .row .col-md-4 {
padding: 0 16px;
}

.footer .top-footer .container .row .col-md-3 {
padding: 0 16px;
border: 0;
}

/* home banner */
.homeSlider .sliderBody .slider {
width: 100%;
}

.homeSlider .sliderBody .sliderRightPoster {
width: 100%;
}

.homeSlider .sliderBody {
gap: 10px;
}

/* mobile menu */
.mobile-responsive-nav {
display: block;
padding: 8px 0;
height: 60px;
}

.mobile-responsive-nav .logo {
width: 100%;
}

.mobile-responsive-nav .logo img {
width: 80px;
}

.mobile-responsive-nav .mobile-navigation {
text-align: end;
height: 100%;
display: flex;
justify-content: end;
align-items: center;
}

.mobile-responsive-nav .mobile-navigation .moblie-toogle i {
font-size: 22px;
font-weight: 600;
color: #2C3145;
}

.mobile-responsive-nav .mobile-menu {
position: fixed;
left: 0;
top: 0;
bottom: 0;
width: 80vw;
height: 100%;
background-color: #f3f6f7;
z-index: 9999;
visibility: hidden;
opacity: .5;
transform: translateX(-100%);
transition: all .4s ease-in-out;
}

.mobile-menu.show {
visibility: visible;
opacity: 1;
transform: translateX(0);
}

.menu-backgroundOverlayer {
position: fixed;
bottom: 0;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 0;
height: 100%;
transition: .3ms ease-in-out;
}

.menu-backgroundOverlayer.show {
width: 100dvw;
right: 0;
transition: .3s ease-in-out;
}

.mobile-responsive-nav .mobile-menu h4 {
text-align: center;
font-size: 20px;
font-weight: 700;
border-bottom: 1px solid #2C3145;
padding: 15px 20px;
color: #E70012;
margin: 0;
height: 60px;
}

.mobile-responsive-nav .mobile-menu ul {
padding: 10px 0;
margin: 0;
}

.mobile-responsive-nav .mobile-menu li {
width: 100%;
}

.mobile-responsive-nav .mobile-menu li a {
color: #002a11;
padding: 13px 25px;
border-bottom: 1px solid #fff;
font-size: 14px;
font-weight: 600;
display: block;
text-align: start;
}

.desktop-nav {
display: none;
}

/* poppup laptop */
.laptopSection .cardSliderBody-1 .prodctContent {
padding: 15px 0 0;
}

/* product details */
.product-details .productRight-Content {
padding-left: 0;
}

.product-Details-Page-parentBody .container {
padding: 0 25px;
}

/* product compare */
.ComparisonBody>.container {
padding: 0 25px;
}

.connectivity-graph #uploadSpeed-box #uploadSpeed,
.connectivity-graph #uploadSpeed-box #uploadSpeed-2 {

height: 350px;
}

.connectivity-graph #uploadSpeed-box #downloadSpeed,
.connectivity-graph #uploadSpeed-box #downloadSpeed-2 {
height: 350px;
}
}

@media(max-width: 1199px) {
.cpu-Comparison .content-body .bottom-image {
display: none;
}

.cpu-Comparison .content-body .top-image {
display: none;
}

.cpu-Comparison .content-body {
text-align: center;
align-items: center;
margin-bottom: 20px;
}

/* ------------- */
.displaySection .OuterRounder {
flex-wrap: wrap;
gap: 20px;
}

.displaySection .OuterRounder .rounder-card {
width: calc(50% - 100px);
flex-grow: 1;
}
}

/*---For Vertical iPad---*/

@media (min-width: 768px) and (max-width: 1192px) {
.ComparisonBody .compareTitle-BottomMenu {
top: 60px;
}
}

@media (max-width: 991px) {
.contactUsForm .form-contactus {
margin: auto;
margin-top: 30px;
}

.listing-section {
padding: 0 16px 100px;
}

.listing-section>.container {
max-width: 100%;
}

/*about us */
.centerHeading {
margin-bottom: 15px;
text-align: center !important;
}

.contactInfo {
text-align: center;
}


}

@media (max-width: 800px) {

/* infoGraphic benchmark */
.benchmarkSection .infoGraphic-benchmark {
flex-wrap: wrap;
gap: 20px;
}

.benchmarkSection .infoGraphic-benchmark .itemcard {
width: 100%;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li {
width: 100%;
flex-direction: row-reverse;
border-radius: 100px;
}

.benchmarkSection .infoGraphic-benchmark .itemcard ul li .content {
text-align: start;
}

.benchmarkSection .infoGraphic-benchmark .rightside-box.itemcard li {
border-radius: 100px;
}
}

@media (min-width: 1190px) {}

@media (min-width: 992px) {}

@media (max-width: 992px) {

/* product details */
.product-details .single-product-imageGroup {
margin-bottom: 15px;
}

.review-product .rating-card {
padding-left: 10px;
}

.cardSliderBody-2 .prodctContent {
padding: 20px 0 0;
}
.GeekBench-List .listing-item {
width: 50%;
}
}

@media (min-width: 768px) {}

@media (max-width: 768px) {}

/*---For Mobile---*/
@media (max-width: 576px) {
.listingfilter-footer {
bottom: 48px;
}
.desktop-nav {
display: none;
}
.navbar-area{
    display: none;
}
.humarger-menu {
    margin-top: 60px;
}
.fixed-top{
    margin-top: 30px;
}

}
@media (min-width: 576px) and (max-width: 767px) {
.listingfilter-footer {
bottom: 0px;;
}
}
@media (max-width: 767px) {

.container,
.container-sm {
max-width: 100%;
}

/* home banner */
.homeSlider {
padding: 0;
}

.fixed-top+section.homeSlider>.container {
margin: auto;
padding: 0;
--bs-gutter-x: 0;
overflow: hidden;
max-width: 100%;
}

.fixed-top+section.homeSlider>.container>.row {
margin: 0;
padding: 0;
--bs-gutter-x: 0;
display: block;
}

.fixed-top+section.homeSlider .row>.col-md-12 {
padding: 0;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem img {
display: block;
margin: auto;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem .row>.col-sm-7 {
text-align: center;
}

.homeSlider .sliderBody .slider {
width: 100%;
padding: 0;
}

.homeSlider .sliderBody {
gap: 1px;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem h2 {
font-size: 24px;
line-height: 1.5;
}

.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem .default-btn {
margin-bottom: 15px;
}

.homeSlider .sliderBody .sliderRightPoster .sliderItem {
height: 100%;
padding: 15px;
align-items: start;
border-radius: 0;
}

.homeSlider .sliderBody .sliderRightPoster>.row>.col-6 {
padding: 0;
}

.homeSlider .sliderBody .sliderRightPoster .sliderItem p {
margin-bottom: 10px;
}

.homeSlider .sliderBody .sliderRightPoster .sliderItem img {
height: 120px;
margin: auto;
display: block;
}

/* footer */
.footer .top-footer .container .row .col-md-3 {
padding-right: 16px;
border: 0;
}

.footer .top-footer .single-footer-widget h3 {
margin-bottom: 8px;
}

.footer .top-footer .single-footer-widget h5 {
margin-bottom: 5px;
line-height: 2;
font-size: 16px;
color: #333;
font-weight: 700;
}

.socialIcons a {
width: 30px;
height: 30px;
}

.footer .top-footer .container .row .col-md-4 {
padding: 0 12px;
}

.footer .bottom-footer p {
text-align: center;
}

.footer .bottom-footer ul {
justify-content: center;
}

.cardSliderBody-1 {
margin-bottom: 15px;
box-shadow: none;
}

.contactUsBanner .centerHeading p {
margin: 10px 0;
line-height: 2;
}

.footer .top-footer {
padding: 60px 0 20px;
}

.footer .bottom-footer p {
font-size: 12px;
}

.footer .bottom-footer ul li a {
font-size: 12px;
}

.faqs {
padding: 50px 0;
}

.ourBlogs {
padding: 50px 0;
}

.accordion-flush .accordion-item:last-child {
border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.ourTeam {
padding: 50px 0;
}

.contentSection {
padding: 0 0 50px 0;
}

.designSlider {
background-position: bottom left;
padding: 60px 0 170px;
}

.contentSection .about-image img {
margin-bottom: 16px;
}

.listing-section .rightHelearListing {
width: 100%;
padding: 0 12px !important;
}

.listingfilter-footer {
position: fixed;
right: 0;
left: 0;
padding: 0 calc(var(--bs-gutter-x) * .5);
background-color: #fff;
z-index: 9999;
box-shadow: 0 0 12px #0000001f;
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: center;
}

.listingfilter-footer .sortby-button {
display: block;
border: 0;
width: 50%;
padding: 0;
text-align: center;
}

.listingfilter-footer .sortby-button .SortbyPricingSelect {
border: 0;
height: 50px;
border: 0;
width: 100% !important;
padding: 0;
color: #666;
font-size: 14px;
line-height: 1;
font-weight: 600;
text-align: center;
}

.listingfilter-footer .filterbutton {
width: 50%;
display: flex;
height: 100%;
align-items: center;
}

.listingfilter-footer .filterbutton .inner-box {
height: 50px;
width: 100%;
border: 0;
display: inline-flex;
align-items: center;
justify-content: center;
max-width: unset;
color: #666;
column-gap: 6px;
border-left: 1px solid #ddd;
padding: 10px 0;
font-size: 14px;
font-weight: 600;
}

.leftFilerOption {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 99999;
width: 100% !important;
max-width: 100%;
margin: auto;
height: 100%;
padding: 20px 15px 15px;
background-color: #fff;
border-radius: 0;
box-shadow: 0 0 12px #0000001f;
visibility: hidden;
opacity: 0;
transform: translateX(-100%);
margin: 0 !important;
transition: all .4s ease-in-out;
}

.leftFilerOption .sidebar-filter {
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
padding: 0 0 50px;
}

.leftFilerOption .sidebar-filter::-webkit-scrollbar {
width: 0
}

.leftFilerOption.show {
transform: translateX(0);
visibility: visible;
opacity: 1;
}

.listing-section .filter-header .filter-select {
display: none;
}

.filter-mobile-fixed {
display: block;
}

.filter-mobile-fixed .button-inner {
position: fixed;
height: 50px;
z-index: 9;
bottom: 0;
left: 0;
display: flex;
align-items: center;
background-color: #fff;
width: 100%;
border-top: 1px solid #ddd;
}

.filter-mobile-fixed .button-inner .bttn {
width: 50%;
padding: 12px !important;
text-align: center;
align-items: center;
justify-content: center;
border-radius: 0;
background-color: #fff;
border: 0;
color: #999;
font-weight: 600;
font-size: 14px !important;
border-right: 1px solid #ddd;
}

.filter-mobile-fixed .button-inner .bttn:last-child {
color: #E70012;
border: 0;
}

/* product details */
.product-details .productRight-Content h1.product-name {
font-size: 24px;
line-height: 1.5;
}

.featureCard .heading {
font-size: 14px;
margin-bottom: 20px;
}

.product-Details-Page-parentBody .listHeading {
font-size: 20px;
margin-bottom: 20px;
}

.product-details .cardTable {
margin-bottom: 15px;
}

.GeekBench-Card .GeekBench-NameIocn h4 {
font-size: 14px;
}

.review-product .rating-card {
padding-left: 0;
margin-bottom: 0;
border: 0;
}

.review-product .rating-card h4 {
font-size: 16px;
margin-bottom: 0;
}

.review-product .rating-card h3 {
font-size: 20px;
line-height: 30px;
margin-bottom: 0;
}

.review-product .rating-progressbar {
margin: 0;
margin-top: 25px;
border-top: 1px solid #ddd;
padding-top: 25px;
}

/* product listing */
.listing-section .filter-header .search-bar .input-group {
margin: auto;
}

/* Compare Products */
.selectProductMenu {
bottom: 70px;
}

.ProductComapreBtn {
border-radius: 100%;
padding: 10px;
width: 45px;
height: 45px;
}

.ProductComapreBtn span {
display: none;
}

.selectProductMenu .itemselectbody {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 100%;
border-radius: 0;
box-shadow: none;
max-width: 100%;
width: 100%;
min-width: 100%;
overflow: auto;
padding: 20px 20px 0;
}

.selectProductMenu .outerbox {
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
padding: 0 0 70px;
}

.selectProductMenu .outerbox::-webkit-scrollbar {
width: 0
}

.toggleSelectItem.active .ProductComapreBtn.closeBtn {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
border-radius: 0;
z-index: 99;
}

.toggleSelectItem.active .ProductComapreBtn.closeBtn span {
display: block;
}

.selectProductMenu .itemselectbody .searchItemByName.itemAdded {
margin-bottom: 15px;
}

/* product details */
.comareImageSection .row .col-sm-6:first-child {
padding-right: 20px;
}

.comareImageSection .row .col-sm-6:last-child {
padding-left: 20px;
}

.product-comapre-parentBody .listHeading {
font-size: 20px;
margin-bottom: 20px;
}

.benchmarkSection .row.rowInner>.col-md-2 {
padding: 40px;
}
.benchmarkSection .rowInner::before {
bottom: 50px;
}

.benchmarkSection .rowInner::after {
width: 100%;
height: 1px;
top: 0;
bottom: 50px;
}

/* categories */
.categoriesSection {
padding: 50px 0;
}

.categoriesSection .row.categorieList {
--bs-gutter-y: 1.5rem;
}

.categoriesSection .twoCategorie {
display: grid;
align-content: space-between;
gap: 20px;
}

.categorieBody {
margin-bottom: 0;
}

/* end */
/* products compare */
.graph-product #productsCompare {
display: flex;
justify-content: center;
}

/* ------------- */
.displaySection .OuterRounder {
flex-wrap: wrap;
gap: 20px;
}

.displaySection .OuterRounder .rounder-card {
width: 28%;
flex-grow: 1;
}

/* .overallRating */
.overallRating-Card {
height: auto;
margin-bottom: 16px;
}

/* -------- */
.benchmarkScore {
margin-bottom: 20px;
}

/* connectivity */
.connectivity-graph #uploadSpeed-box {
width: 100%;
}

.graph-multibedia .cardGraph {
height: auto;
margin-bottom: 16px;
}

.graph-multibedia .cardGraph #VideoPlayback,
.graph-multibedia .cardGraph #VideoPlayback-2 {
display: flex;
justify-content: center;
}

.graph-multibedia .cardGraph #VideoCapture,
.graph-multibedia .cardGraph #VideoCapture-2 {
display: flex;
justify-content: center;
}

.memory-grid {
gap: 4px;
}

.memory-grid .circular-memory {
width: 40% !important;
}

.memory-grid .circular-memory .content h4 {
font-size: 12px;
}

.memory-grid .circular-memory .content span {
font-size: 12px;
}

.connectivity-graph #uploadSpeed-box ul li span {
font-size: 12px;
}

.connectivity-graph #uploadSpeed-box ul li .text {
font-size: 12px;
}

.connectivity-graph #uploadSpeed-box #uploadSpeed,
.connectivity-graph #uploadSpeed-box #uploadSpeed-2 {
height: 300px;
}

.connectivity-graph #uploadSpeed-box #downloadSpeed,
.connectivity-graph #uploadSpeed-box #downloadSpeed-2 {
height: 300px;
}

.benchMarks-Compare .Compare-OuterBox::before {
top: 230px;
}

.benchMarks-Compare .Compare-OuterBox [class|="col"]:first-child {
padding-bottom: 0;
}

.benchMarks-Compare .Compare-OuterBox [class|="col"]:last-child {
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
padding-top: 60px;
}

/* components */
.graphicCard-Rating .tableGrephic .dt-row {
width: 100%;
overflow-y: auto;
}

.graphicCard-Rating .tableGrephic .table {
width: max-content !important;
}

.graphicCard-Rating .tableGrephic th.sorting {
width: max-content !important;
}

.cpu-Comparison {
padding-top: 50px;
padding-bottom: 50px;
}

.cpu-Comparison .content-body h2 {
font-size: 24px;
}

.cpu-Comparison .content-body h2 br {
display: none;
}

.latestComparison .item-process {
flex-wrap: wrap;
gap: 5px;
border-bottom: 1px solid #ddd;
}

.latestComparison .item-process .product-content {
margin-left: auto;
width: calc(100% - 80px);
text-align: end;
justify-content: end
}

.latestComparison .item-process .product-content span {
font-size: 12px;
text-align: center;
}

.voteNow .ImageVote img {
max-width: 150px;
}

.latestComparison {
padding: 50px 0;
}

.product-components-body .cpu-Comparison {
padding: 0;
}

/* .ComparisonBody .compareTitle-BottomMenu ul li:nth-child(1) {
width: 50%;
}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(2) {
display: none;
}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(3) {
width: 50%;
} */

.hoverSection.GeekBench-2.benchMarks-Compare {
padding: 10px 10px;
/* background-color: #f6f7fb; */
border-radius: 10px;
}

.progressBar-lsit .cardporgress {
border: 1px solid #ddd;
background: #fff;
padding: 12px 12px;
border-radius: 5px;
}

.progressBar-lsit .cardporgress h4 {
font-size: 16px;
margin-bottom: 20px;
line-height: 1.5;
font-weight: 700;
color: #f8961e;
}

.benchMarks-Compare .Conpare-progressBar .progressBar-lsit .outer-Box {
flex-wrap: wrap;
margin-bottom: 15px;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-rangeSlider {
width: 100%;
padding: 0;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-heading {
width: 70%;
}

.benchMarks-Compare .progressBar-lsit .outer-Box .ProgressBar-value {
width: 30%;
margin-left: auto;
text-align: end;
}
.benchmarkSection .totalScoreParent .totalScore .inner-circle{
width: 120px;
height: 120px;
}
.benchmarkSection .totalScoreParent .totalScore .inner-circle h4 {
font-size: 24px;
}
.benchmarkSection .rowInner .col-md-1{
margin: 20px 0;
}

}

@media (max-width: 575px) {

.ComparisonBody {
padding-top: 20px;
}

.betterEachOther {
margin: 0 -15px 80px;
}
.comareImageSection {
margin-bottom: 30px;
}
.comareImageSection>.row {
--bs-gutter-x: 0.5rem;
}

.comareImageSection .single-product-imageGroup .addWinner-btn img {
height: 20px;
}

.comareImageSection .single-product-imageGroup .addWinner-btn {
font-size: 12px;
}

.comareImageSection .single-product-imageGroup .addWinner-btn span {
display: none;
}

.comareImageSection .single-product-imageGroup .addWinner-btn {
padding: 8px 10px;
}

.ComparisonBody .compareTitle-BottomMenu {
top: 62px;
position: fixed;
width: 95%;
}

/* back history header */
.backhistory-button {
display: block;
position: fixed;
top: 0;
width: 100%;
height: 60px;
left: 0;
z-index: 9999;
}

.backhistory-button .inner-box {
display: flex;
justify-content: flex-start;
align-items: center;
height: 100%;
padding: 15px;
background-color: #2C3145;
}

.backhistory-button .inner-box i {
color: #fff;
font-weight: 500;
font-size: 30px;
line-height: 1
}

.backhistory-button .inner-box .page-name {
text-align: center;
margin: auto;
}

.backhistory-button .inner-box .page-name h6 {
font-size: 16px;
font-weight: 600;
color: #fff;
margin: 0;
}

/* newsletter */
.newsletter {
padding: 60px 0;
}

.newsLetterForm .newsLetterInput {
width: 200px;
}

.newsLetterForm .newsLetterBtn {
width: 120px;
}

/* end */
.centerHeading h2 {
font-size: 24px;
}

.smartphoneSection {
padding: 50px 0;
}

.homeSlider .sliderBody .sliderRightPoster .sliderItem h2 {
font-size: 20px;
line-height: 1.5;
}

.contactUsBanner {
padding: 40px 0;
}

.contactUsBanner .contactInfo h4 a {
font-size: 20px;
}

/*tabing home */
.tabListProduct li .nav-link {
padding: 8px 18px;
}

/* footer */
.footer .bottom-footer {
display: none;
}

.mobile-footer {
display: block;
}

.footer-mb {
display: block;
}

.mobile-footer ul {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
display: flex;
}

.mobile-footer ul li {
height: 50px;
text-transform: capitalize;
width: 25%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #969696;
position: relative;
}

.mobile-footer ul li a {
width: 100%;
display: flex;
align-items: center;
padding: 0;
justify-content: center;
flex-direction: column;
color: inherit;
height: 100%;
justify-items: center;
row-gap: 0;
font-size: 12px !important;
font-weight: 600;
position: relative;
}

.mobile-footer ul li a i {
font-size: 20px;
font-weight: 200;
line-height: 1;
}

.mobile-footer ul li.active a {
color: #E70012;
}

.footerMobile-Menu {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
max-height: 350px;
border-radius: 15px 15px 0 0;
box-shadow: 0 0 12px #0000001f;
background-color: #fff;
display: block;
z-index: 99999;
visibility: hidden;
opacity: .5;
transform: translateY(100%);
transition: all .4s ease-in-out;
}

.footerMobile-Menu.show {
visibility: visible;
opacity: 1;
transform: translateY(0);
}

.footerMobile-overlayer {
position: fixed;
bottom: 0;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 9;
height: 100%;
transition: .3ms ease-in-out;
}

.footerMobile-overlayer.show {
width: 100dvw;
right: 0;
transition: .3s ease-in-out;
}

.closebtn {
position: relative;
text-align: center;
width: 35px;
height: 35px;
border-radius: 100%;
background: #fff;
margin: auto;
margin-top: -50px;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
line-height: 1;
color: #666;
box-shadow: 0 0 10px 1px #514f4f;
}

.footerMobile-Menu .inner-box {
padding: 40px 20px;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}

.footerMobile-Menu .inner-box::-webkit-scrollbar {
width: 0
}

.footerMobile-Menu .inner-box ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
justify-content: start;
align-items: start;
flex-wrap: wrap;
gap: 15px;
}

.footerMobile-Menu .inner-box ul li {
width: 20%;
flex-grow: 1;
}

.footerMobile-Menu .inner-box ul li a {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-size: 14px;
font-weight: 600;
color: #666;
}

.footerMobile-Menu .inner-box ul li a i {
font-size: 20px;
}

/* product details */
.product-details {
padding: 30px 0;
}

.productFeatures {
padding: 50px 0;
}

.featureCard {
padding: 20px 10px;
}

.featureCard .heading {
font-size: 12px;
}

.product-Details-Page-parentBody .container {
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
}

.productOverview {
padding: 30px 0;
}

.productOverview .col-lg-8 .row {
margin-bottom: 40px
}

.productOverview .cardTable {
padding: 15px 15px;
}

.justify-Between-Card li {
line-height: 2;
margin-bottom: 10px;
}

.justify-Between-Card li span {
line-height: 1.5;
font-size: 12px;
}

.productOverview .cardTable .justify-Between-Card li {
line-height: 2;
margin-bottom: 10px;
}

.productOverview .cardTable .justify-Between-Card li span {
color: #000;
}

.productOverview .cardTable .justify-Between-Card li span,
.productOverview .cardTable .justify-Between-Card li span:last-child {
line-height: 1.5;
font-size: 12px;
}

.productOverview .cardTable .bestAnTuTuComapre .table tr th,
.productOverview .cardTable .bestAnTuTuComapre .table tr td {
font-size: 12px;
}

.productOverview .cardTable .bestAnTuTuComapre .table tr th .productDeatils {
display: flex;
}

.bestAnTuTuComapre .productDeatils img {
width: 20px;
object-fit: contain;
display: block;
}

.productOverview .cardTable .bestAnTuTuComapre .table tr .ratingStar .stars li {
font-size: 10px;
}

.processorSection {
padding: 30px 0;
}

.overroll-section {
padding: 30px 0;
}

.review-product .rating-card {
padding: 0;
border: 0;
}

.review-message .cardreview-message {
position: relative;
gap: 0;
}

.review-message .cardreview-message .user-icon img {
width: 50px;
height: 50px;
border-radius: 5px;
position: absolute;
top: 10px;
}

.review-message .cardreview-message .inner-box {
width: 100%;
}

.review-message .cardreview-message .inner-box .header-box {
flex-wrap: wrap;
padding-left: 60px;
justify-content: start;
gap: 0;
flex-direction: column;
align-items: start;
}

.review-message .cardreview-message .inner-box .header-box .user-details ul li i {
font-size: 12px;
}

.review-message .cardreview-message .inner-box .header-box .date {
font-size: 12px;
}

.GeekBench-List .listing-item {
width: 50%;
margin-top: 8px;
}

.GeekBench-Card {
padding: 8px 12px;
}

.Mark3dBody {
padding: 15px 0;
}

.Mark3dBody .Mark3dList {
flex-wrap: wrap;
}

.Mark3dBody .Mark3dList .Mark3d-heading {
width: 100%;
padding: 0;
text-align: start;
}

.Mark3dBody .Mark3dList .Mark3d-rangeSlider {
width: 80%;
}

.Mark3dBody .Mark3dList .Mark3d-value {
width: 20%;
}

.cardTable.cpu-progressbar .rounder-card .rounder-bar .circle-chart {
width: 60px;
height: 60px;
}

.rounder-card .content h6 {
font-size: 14px !important;
line-height: 1.5 !important;
}

.overroll-section .rounder-card .rounder-bar .circle-chart {
width: 60px;
height: 60px;
}

.compareWithCard-group .compareWithCard {
width: 50%;
border-right: 0;
padding: 12px;
}

.compareWithCard-group {
display: flex;
flex-wrap: wrap;
}

.header-cardtable {
flex-wrap: wrap;
}

.humarger-menu ul li a {
font-size: 10px;
}

.humarger-menu ul li {
font-size: 10px;
}

/* product compare */
.ComparisonBody>.container {
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
}

.comareImageSection .row .col-sm-6:first-child {
padding-right: 12px;
padding-bottom: 50px;
}

.comareImageSection .row .col-sm-6:last-child {
padding-left: 12px;
padding-top: 50px;
}

.comareImageSection .row::after {
top: 0;
bottom: 0;
width: 100%;
height: 1px;
display: none;
}

.better--eachOther {
margin-bottom: 50px;
}

.rounder-card .rounder-bar .circle-chart {
width: 60px;
height: 60px;
}

.cardTable {
padding: 15px 15px;
}

.BenchmarkGeek {
margin: 20px -15px 20px;
padding-left: 10px;
padding-right: 10px;
}

.displaySection {
margin: 0 -15px;
}

.ComparisonBody .allSection {
overflow-x: hidden;
}

.hoverSection.GraphicsSection.BenchmarkGeek,
.hoverSection.MemorySection.BenchmarkGeek {
padding: 15px;

}

.displaySection .tableOuter-box {
overflow: auto;
border: 0;
padding: 0 15px;
}

.displaySection .tableOuter-box .table tr td,
.displaySection .tableOuter-box .table tr th {
font-size: 12px;
border: 1px solid #ddd !important;
}

.displaySection .tableOuter-box .table tr th:first-child,
.displaySection .tableOuter-box .table tr td:first-child {
position: sticky;
left: 0;
}

.displaySection .tableOuter-box .table {
overflow-x: auto;
}

.product-comapre-parentBody .listHeading {
font-size: 18px;
}

/* popup compare */
#toggle-ProductComare.selectProductMenu .itemselectbody .tabListProduct {
border-radius: 5px;
padding: 0;
}

#toggle-ProductComare.selectProductMenu .itemselectbody .tabListProduct li .nav-link {
border-radius: 5px;
padding: 5px 12px;
font-size: 12px;
}

/* connectivity */
.connectivity-graph {
flex-wrap: wrap;
gap: 0;
}
.connectivity-graph::before {
right: 0;
left: 0;
top: 0;
bottom: 60px;
margin: auto;
width: 30px;
height: 30px;
border: 1px solid #ddd;
font-size: 10px;
}
.memory-grid .circular-memory {
/* padding: 10px; */
padding: 0px;
}

.connectivity-graph #uploadSpeed-box #uploadSpeed,
.connectivity-graph #uploadSpeed-box #uploadSpeed-2 {
height: 200px;
}

.connectivity-graph #uploadSpeed-box #downloadSpeed,
.connectivity-graph #uploadSpeed-box #downloadSpeed-2 {
height: 200px;
}

.connectivity-graph #uploadSpeed-box ul {
bottom: 0;
}

.connectivity-graph .uploadSpeed-box ul {
bottom: 15px;
/* bottom: 0; */
}

.product-components-body .cardTable {
margin-bottom: 40px;
}

.product-components-body .componentHeading {
margin-bottom: 20px;
font-size: 20px;
}

.latestComparison .item-process .product-content {
width: 100%;
justify-content: center;
}

.latestComparison .item-process .image-group {
width: 100%;
justify-content: center;
}

.plans {
margin: 0;
padding: 10px;
}

.plans .default-btn {
padding: 8px 20px;
}

.productOverview .cardTable .contactUsForm .form-contactus form .btn-page {
margin-top: 25px;
}

.ProductListing-card .ProductListing-details {
width: 100%;
}

.ProductListing-card {
flex-wrap: wrap;
}

.ProductListing-card .productListing-img {
margin: auto;
}

.ProductListing-card .productListing-img img {
margin: auto;
}

.ProductListing-card .ProductListing-details .head-box .ProductName {
padding-right: 10px;
font-size: 16px;
}

.ProductListing-card .ProductListing-details .head-box .price {
font-size: 16px;
}

.ProductListing-card .ProductListing-details .product-action {
padding: 10px 8px;
}

.ProductListing-card .ProductListing-details .product-action .productbtn {
font-size: 14px;
}

.benchMarks-Compare .Compare-OuterBox::before {

position: absolute;
width: 40px;
height: 40px;
top: 46%;

}

}

@media (max-width: 480px) {
.homeSlider .sliderBody .slider .homeMainSlider .swiper-slide .sliderItem {
height: calc(100dvh - 100px);
padding: 40px 16px;
border-radius: 0;
}

.review-product .rating-card .average-rating {
gap: 10px;
}

.review-product .rating-card p {
font-size: 12px;
line-height: 1.5;
}

/* product compare */
.BenchmarkGeek .listing-item {
width: 100%;
}

.BenchmarkGeek .justify-Between-Card li {
flex-wrap: wrap;
border-bottom: 1px solid #ddd;
padding: 10px 0;
}

.BenchmarkGeek ul li span:nth-child(1) {
width: 100%;
text-align: center;
color: #000;
}

.BenchmarkGeek ul li span:nth-child(2) {
width: 50%;
padding: 0;
}

.BenchmarkGeek ul li span:nth-child(3) {
width: 50%;
color: #333;
font-weight: 500;
}

.benchmarkSection .infoGraphic-benchmark .itemcard {
padding: 0;
}

.benchmarkSection .infoGraphic-benchmark .rounder-box {
width: 100%;
}

.benchmarkSection .infoGraphic-benchmark .rounder-box .inner-circle {
width: 180px;
height: 180px;
}

.benchmarkSection .infoGraphic-benchmark .rounder-box .inner-circle h4 {
column-gap: 5px;
}

.memory-grid .circular-memory .content h4 {
font-size: 10px !important;
}

.memory-grid .circular-memory .content span {
font-size: 10px !important;
}

.productOverview.productScore .cardTable {
padding: 15px 15px;
}
.productOverview.productScore .cardTable.st_res_card {
padding: 0;
}

.displaySection .OuterRounder .rounder-card {
width: 30%;
}

.displaySection .OuterRounder .rounder-card:nth-child(1) {
order: 1;
}

.displaySection .OuterRounder .rounder-card:nth-child(2) {
order: 3;
}

.displaySection .OuterRounder .rounder-card:nth-child(3) {
order: 5;
}

.displaySection .OuterRounder .rounder-card:nth-child(4) {
order: 2;
}

.displaySection .OuterRounder .rounder-card:nth-child(5) {
order: 4;
}

.displaySection .OuterRounder .rounder-card:nth-child(6) {
order: 6;
}

.comareImageSection .ProductName h2 {
font-size: 16px;
}

.comareImageSection .row::before {
z-index: 99;
}

.comareImageSection .single-product-imageGroup img {
height: 140px;
z-index: 5;
width: auto;
}

.comareImageSection .single-product-imageGroup {
max-height: 180px;
}

.hoverSection.CPUSection.displaySection .tableOuter-box {
padding: 0;
border-radius: 0;
}

.GeekBench-List .listing-item {
width: 100%;
}
.product-comapre-parentBody .listHeading {
margin-bottom: 10px;
}

.displaySection .OuterRounder {
gap: 15px;
padding: 10px 0;
}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(1) {
display: none;
}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(2) {
width: 45%;
color: var(--red);
font-weight: 800;
}

.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(3) {
font-weight: 800;
color: var(--black);
width: 10%;
text-align: center;
}
.ComparisonBody .compareTitle-BottomMenu ul li:nth-child(4) {
font-weight: 800;
color: var(--blue);
width: 45%;
text-align: end;
}


}
@media (max-width:550) {
.connectivity-graph {
height: 230px;
top: -50px;
}
.connectivity-graph::before {
top:80px;
}

}
@media (min-width: 480px) and (max-width: 768px) {
.processorChartData ul.colorNameList {
display: grid;
}
}

/* @media (min-width: 365px) and (max-width: 575px) {
.product-details .single-product-imageGroup {
width: 63%;
}

} */
@media (max-width: 575px) {
.product-details .single-product-imageGroup {
width: 63%;
}
.graph-multibedia .cardGraph h4 {
margin-bottom: 10px;
font-size: 18px;
}
.graph-multibedia .cardGraph ul {
margin-bottom: 10px;
}

.GeekBench-Card .GeekBench-NameIocn {
margin-bottom: 5px;
}
.GeekBench-Card .GeekBench-NameIocn .GeekBench-icon img {
height: 40px;
float: inline-end;
}
.connectivity-graph .uploadSpeed-box-new {
width: 50%;
}
.cardSliderBody-2 .productImg {
padding: 10px;
height: 150px;
}
.cardSliderBody-2 .prodctContent {
padding: 0px 0 0;
}
.cardSliderBody-2 .prodctContent p {
padding: 4px 30px 0;
margin-bottom: 4px;
}
.featureCard .heading {
margin-bottom: 5px;
}
.GeekBench-Card .GeekBench-NameIocn h4 {
margin-bottom: 5px;
}
#uploadSpeed, #uploadSpeed-2, #downloadSpeed, #downloadSpeed-2 {
height: 280px;
}
.benchmarkSection {
padding-bottom: 30px;
}
.connectivity-graph .uploadSpeed-box-new ul li span {
font-size: 14px;
}
.connectivity-graph .uploadSpeed-box-new ul li .text {
font-size: 12px;
}
.ComparisonBody .compareTitle-BottomMenu ul li {
font-size: 12px;
}
.featureReview .featureCard .sliderRating {
margin-bottom: 8px;
}
.featureReview .featureCard h5.heading+span {
height: 20px;
}

.comareImageSection .single-product-imageGroup .poitnScore {
width: 40px;
height: 40px;
border-width: 2px;
}
.comareImageSection .single-product-imageGroup .poitnScore p {
font-size: 14px;
}
}

@media (max-width: 414px) {
/* .humarger-menu {
display: none;
} */

/* overrall Rating */
.overroll-section .rounder-progressbar {
flex-wrap: wrap;
row-gap: 15px;
}

.rounder-progressbar .rounder-card {
width: 50%;
}

.displaySection .tableOuter-box .table tr td,
.displaySection .tableOuter-box .table tr th {
font-size: 8px;
}

/* .overallRating */
.overallRating-Card {
flex-wrap: wrap;
flex-direction: column-reverse;
}

.overallRating-Card .content {
width: 100%;
text-align: center;
}

.overallRating-Card .content .outlineBtn-1 {
margin: auto;
}

.overallRating-Card .content .outlineBtn-2 {
margin: auto;
}
.benchmarkSection .rowInner::before {
bottom: 100px;
}
.benchmarkSection .rowInner::after {
bottom: 100px;
}
}

@media (max-width: 411px) {
.memory-grid .circular-memory {
padding: 10px 5px;
}

.memory-grid .circular-memory .content {
bottom: 15px;
}
}

@media (max-width: 375px) {

/* newsletter */
.newsLetterForm .newsLetterBtn {
width: 100px;
font-size: 12px;
}

.rounder-card .content h6 {
font-size: 12px !important;
}

.rounder-card .content p {
font-size: 10px !important;
}

.selectProductMenu .itemselectbody {
padding: 20px 12px;
}

#toggle-ProductComare.selectProductMenu .itemselectbody .tabListProduct li .nav-link {
padding: 5px 8px;
}

}

@media (max-width: 360px) {}

@media (max-width: 320px) {}
