::-webkit-scrollbar {
  width: 4px !important;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888 !important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555 !important; 
}
html {
    scrollbar-color: unset !important;
    scrollbar-width: thin !important;
}

.single-product .overview_sec ul li div p, .single-product .overview_sec ul li div h3 {
    max-width: 370px;
}

@media (max-width: 576px){
 .single-product .overview_sec ul li div p, .single-product .overview_sec ul li div h3 {
    max-width: 11rem;
}
}

.overview_sec .Overview_tab {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    box-shadow: 0px 2.25px 6px 0px #00000029;
    overflow-x: auto;
    padding: 0px 20px;

}

.overview_sec .Overview_tab button.tablinks.active, .overview_sec .Overview_tab button.tablinks {
    border: 0px;
    background: transparent;
    border-bottom: 2px solid #01020500;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    width: 100%;
    max-width: fit-content;
    padding: 5px;
    cursor: pointer;
    font-family: droid arabic kufi, Sans-serif;
}

.overview_sec .Overview_tab button.tablinks.active {
    border-bottom: 2px solid #010205;
}
    .compare_resultes .overview_innerText ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    max-width: 1158px;
}
.tabcontent h2 {
    font-size: 31.72px;
    font-weight: 700;
    line-height: 47.16px;
    text-align: center;
    margin: 50px 0px;
}

.overview_innerText ul li p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.overview_innerText ul li {
    display: flex;
    justify-content: center;
    border-bottom: 0.75px solid #D8D8DB;
    padding: 0px 0px 20px;
        flex-wrap: wrap;
}

.overview_innerText ul li h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    margin: 0px;
}
.Bottom_sec .overview_innerText {
    margin: 50px auto 0px;
}
    .compare_resultes {
    margin-bottom: 60px;
}
.overview_innerText ul {
    margin: 0px;
    padding: 0px;
}
.overview_innerText ul li div {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}
.compare_resultes .Bottom_sec{
    padding: 40px 15px;
    background: #FAFAFA;
    margin-top: 40px;
}
    .compare_resultes .overview_innerText {
    margin-top: 50px !important;
}
    .compare_resultes .overview_sec .overview_innerText {
    max-width: 1158px;
    margin: 0 auto;
}
    .elementor-element.elementor-element-c458ce3.e-grid.e-con-boxed.e-con.e-parent {
    padding: 0px;
}
.compare_resultes .Bottom_sec>div {
    max-width: 1158px;
    margin: 0 auto;
}
.compare_resultes .Bottom_sec h2 {
    font-size: 31.72px;
    font-weight: 700;
    line-height: 47.16px;
    text-align: center;
    margin: 0px 0px 20px;
}
.compare_resultes .Bottom_sec p{
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: center;
}
.compare_resultes .Bottom_sec .overview_innerText ul li div {
    text-align: center;
    max-width: 320.25px;
}

.compare_resultes .Bottom_sec .overview_innerText ul li p {
    text-align: center;
}

.compare_resultes .Bottom_sec .overview_innerText ul li button {
    background: linear-gradient(128.31deg, #51B957 5.31%, #0E549A 91.45%);
    width: 100%;
    height: 39.65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    transition: .5s ease-in-out;
    cursor: pointer;
    border-color: transparent;
    max-width: 320.25px;
    font-family: droid arabic kufi, Sans-serif;
}

.Bottom_sec .overview_innerText ul li button:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #51b957, #0e549a) border-box;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #000;
}

.Bottom_sec .overview_innerText ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin: 15px 0px 0px;
    display: block;
    font-family: droid arabic kufi, Sans-serif;
}
.Overview_tab button {
    color: #000;
}
.overview_sec .tabcontent ul li {
    display: flex;
    justify-content: center;
    gap: 100px;
}

	@media (max-width:767px){
		.overview_sec .tabcontent li, div#paris li  {
    gap: 20px;
    flex-direction: column;
}
	}