@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('BebasNeue-Regular.woff2') format('woff2'),
    url('BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;.about-banner
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {ab
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  --dark-blue-color: #003658;
  --text-color: #4F4F4F;
  --black-color: #000000;
  --white-color: #FFFFFF;
  --green-color: #8DBD69;
  --light-blue: #F2FAFF;
  --light-green: #E9FFD9;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
body {
  font-family: 'Poppins' !important;
  overflow-x: hidden;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none;
}
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: var(--dark-blue-color);
  font-size: 16px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: var(--dark-blue-color);
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu a img{
  width: 100px;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.mobile-menu .navlinks li {
  display: block;
  padding: 8px 0;
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: var(--black-color);
  font-weight: 500;
  font-size: 14px;
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}
/*RESPONSIVE NAVIGATION*/

/* MAIN GLOBAL STYLINE START*/

img{
  width: 100%;
}
h4{
  font-size: 18px;
  font-weight: 400;
}
h1{
  font-size: 54px;
  font-weight: 400;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1.2em;
  margin-block: 30px;
}
h2{
  font-size: 32px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 1.4em;
}
h3{
  font-size: 28px;
  font-weight: 600;
  color: var(--black-color);
  line-height: 1.4em;
}
p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7em;
}
.section-padding{
  padding-block: 100px;
}
.green-text{
  color: var(--green-color) !important;
}
.two-btn{
  margin-top: 36px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.light-blue-section{
  background-color: var(--light-blue);
}
.light-blue{
  background-color: var(--light-blue);
}
.light-green{
  background-color: var(--light-green);
}
.owl-dots{
  display: flex;
  gap: 6px;
  width: fit-content;
  padding: 8px;
  border-radius: 30px;
}
.owl-dots button {
  border: 1px solid var(--dark-blue-color) !important;
  transition: all ease-in-out 0.3s;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.owl-dots .active{
  background-color: var(--dark-blue-color) !important;
}
/* MAIN GLOBAL STYLINE END*/

/* HOVER UNDER LINE EFFECT START */
.under-line {
  position: relative;
}
.under-line::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 1.5px;
  background: var(--green-color);
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.under-line:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.black-underline::before{
  width: 100% !important;
  background-color: var(--black-color);
}
/* HOVER UNDER LINE EFFECT END */


/* BUTTON STYLE START */
.cart-btn {
  position: relative;
  font-size: 20px;
  color: var(--dark-blue-color);
}
.cart-btn span {
  position: absolute;
  top: -13px;
  right: -16px;
  border-radius: 50%;
  background-color: var(--green-color);
  font-size: 12px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.btn-padding {
  padding: 14px 20px;
  border-radius: 30px;
  transition: all ease-in-out 0.3s;
  border: 1.5px solid;
}
.btn-blue {
  background-color: var(--dark-blue-color);
  color: var(--white-color);
  border-color: var(--dark-blue-color);
}
.btn-blue:hover {
  background-color: var(--green-color);
  color: var(--white-color);
  border-color: var(--green-color);
}
.btn-white {
  background-color: var(--white-color);
  color: var(--dark-blue-color);
  border-color: var(--white-color);
}
.btn-white:hover {
  background-color: var(--green-color);
  color: var(--white-color);
  border-color: var(--green-color);
}
.btn-green {
  background-color: var(--green-color);
  color: var(--white-color);
  border-color: var(--green-color);
}
.btn-green:hover {
  background-color: var(--dark-blue-color);
  color: var(--white-color);
  border-color: var(--dark-blue-color);
}
.btn-blue-outline{
  background-color: transparent;
  border-color: var(--dark-blue-color);
  color: var(--dark-blue-color);
}
.btn-blue-outline:hover{
  background-color: var(--green-color);
  border-color: var(--green-color);
  color: var(--white-color);
}
.btn-white-outline{
  background-color: transparent;
  border-color: var(--white-color);
  color: var(--white-color);
}
.btn-white-outline:hover{
  background-color: var(--green-color);
  border-color: var(--green-color);
  color: var(--white-color);
}
/* .btn-padding:hover {
  transform: scale(0.9) !important;
} */
.btn-padding i{
  margin-left: 16px;
}
/* BUTTON STYLE END */


/* HEADER START */
.desktop-header {
  padding-block: 20px;
}
.desktop-header .logo img {
  width: 90px;
}
.d-menu li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-blue-color);
}
/* HEADER END */


/* HOME BANNER START */
.banner-con{
  background-image: url('../images/home-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 220px 80px;
  border-radius: 20px;
  position:relative;
}
.banner-con::before {
    content: "";
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
    bottom: 0px;
}
.about-banner{
  background-image: url('../images/about-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-block: 150px;
  border-radius: 20px;
  position:relative;
}
.about-banner::before {
    content: "";
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
    bottom: 0px;
}
.services-banner{
  background-image: url('../images/services-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-block: 150px;
  border-radius: 20px;
  position:relative;
}
.services-banner::before {
    content: "";
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
    bottom: 0px;
}
.edu-banner{
  background-image: url('../images/edu-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-block: 150px;
  border-radius: 20px;
  position:relative;
}
.edu-banner::before {
    content: "";
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
    bottom: 0px;
}
/* HOME BANNER END */


/* ABOUT SECTION START */
.about-section .about-content{
  padding-left: 30px;
}
.about-section .about-img img{
  border-radius: 20px;
}
/* ABOUT SECTION END */


/* PRODUCT SECTION START */
.product-slide{
  margin-top: 30px;
}
.product-slide .owl-stage-outer{
  overflow: visible;
}
.product-card{
  display: block;
  background-color: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  padding-top: 30px;
}
.product-card{
  position: relative;
}
.product-card span{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: var(--green-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.product-card span i{
  color: var(--white-color);
  font-size: 16px;
  transform: rotate(-36deg);
}
.card-title{
  font-size: 18px;
  color: var(--black-color);
  font-weight: 600;
}
.product-card .card-content{
  padding: 30px;
}
.product-section .owl-nav{
  display: none;
}
.product-section .owl-dots{
  display: none;
}
.product-section .owl-dots {
  background-color: #fff;
  margin-top: 20px;
}
.product-section .row{
  margin-top: unset !important;
  --bs-gutter-y: 1.5rem !important;
}
.product-card img{
  height: 240px;
  object-fit: contain;
}
/* PRODUCT SECTION END */


/* SERVICE SLIDER START */

.service-card{
  background-color: #EFEFEF;
  border-radius: 20px;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.service-slide .active .service-card {
  background-color: var(--dark-blue-color) !important;
}
.service-card .service-slide-content{
  padding: 120px 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service-card .service-slide-img img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.service-card .service-slide-img{
  height: 100%;
}
.service-slide .active .service-slide-title{
  font-weight: 700;
  font-size: 28px;
  color: var(--white-color) !important;
}
.service-slide .active p{
  color: var(--white-color) !important;
}
.service-slide .btn-white-outline {
  border-color: var(--dark-blue-color);
  color: var(--dark-blue-color);
}
.service-slide .active .btn-white-outline{
  border-color: var(--white-color);
  color: var(--white-color);
}
.service-slide .active .btn-white-outline:hover{
  border-color: var(--green-color);
  color: var(--white-color);
}
.service-section hr{
  opacity: 1;
  height: 1.3px;
  margin-block: 30px 40px;
}
.service-section{
  position: relative;
  overflow: hidden;
}
.service-section .owl-dots{
  background-color: #E8E8E8;
  position: absolute;
  bottom: -60px;
}
.service-section .owl-nav{
  position: absolute;
  display: flex;
  gap: 10px;
  align-items: center;
  right: 0;
  bottom: -60px;
}
.service-section .owl-nav button span{
  font-size: 26px;
}
.service-section .owl-nav button{
  width: 40px;
  height: 40px;
  transition: all ease-in-out 0.2s;
  border: 2px solid var(--dark-blue-color) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-section .owl-nav button:hover{
  background-color: var(--light-blue);
}
.service-section .owl-stage-outer{
  overflow: visible;
}
/* SERVICE SLIDER END */


/* 4 BOX SECTION START */

.section-4-box .box-4-img{
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.section-4-box .box-4-img img{
  height: 100%;
  object-fit: cover;
}
.section-4-box .box-4-content{
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 50px 60px;
  border-radius: 20px;
}
.box-4-content h2{
  font-weight: 700;
}
.section-4-box{
  padding-top: 0px;
}
.section-4-box .row{
  margin-top: unset !important;
  --bs-gutter-y: 1.5rem !important;
}
/* 4 BOX SECTION END */


/* FAQ SECTION START */

.faq-section{
  background-image: url(../images/faq.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 80px;
}
.accordion .accordion-item {
  border-radius: 40px;
  padding: 24px 30px;
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 15px;
  font-weight: 400;
  /*padding-top: 24px;*/
  color: var(--white-color);
  /*border-top: 1px solid #fff;*/
  margin-top: 24px;
}
/* FAQ SECTION END */


/* REVIEW SECTION START */
.review-card{
  border-radius: 20px;
  border: 2px solid #7BCCFF;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
}
.review-card:hover{
  background-color: var(--light-green);
  border-color: var(--light-green);
}
.review-card .review-starts{
  width: 130px !important;
  margin: auto;
  margin-bottom: 20px;
}
.review-card .client-name{
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.review-section{
  overflow: hidden;
}
.review-section .owl-stage-outer{
  overflow: visible;
}
.review-section .owl-nav{
  display: none;
}
.review-section .owl-dots{
  display: none;
}
/* REVIEW SECTION END */


/* FOOTER START */
.footer-form {
  position: relative;
}
.footer-form .patient-form{
  background-color: var(--green-color);
  border-radius: 20px;
  padding: 60px 40px 40px 40px;
  position: absolute;
  margin-top: -23%;
  width: 100%;
}
.footer-form .patient-form form{
  margin-top: 20px;
  display: flex;
  gap: 16px;
}
.footer-form .patient-form button{
  width: -webkit-fill-available;
}
.footer-form .patient-form button:hover{
  background-color: var(--dark-blue-color);
}
.footer-form .patient-form input{
  background-color: transparent;
  border-radius: 30px;
  border: 1.5px solid #fff;
  padding: 14px 20px;
  outline: none;
  color: #fff;
}
.footer-form .patient-form input::placeholder {
  color: #fff;
  opacity: 1;
}
.footer-section{
  background-color: var(--dark-blue-color);
  padding-block: 100px 20px;
  position: relative;
  /*margin-top: 80px;*/
}
.footer-title{
  font-size: 20px;
  font-weight: 600;
  color: var(--green-color);
  margin-bottom: 16px;
}
.footer-section .footer-menu-list .menu-item{
  color: var(--white-color);
  font-size: 14px;
}
.footer-section .footer-menu-list .menu-item:hover{
  color: var(--light-green);
}
.footer-section .footer-menu-list li{
  margin-bottom: 10px;
}
.footer-section .logo img{
  width: 150px;
}
.footer-section .social-list{
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 16px;
}
.footer-section .social-list i{
  color: var(--white-color);
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}
.footer-section .social-list i:hover{
  color: var(--green-color);
  transform: scale(1.1);
}
.copy-right-container{
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1.5px solid var(--white-color);
}
.copy-right-container .footer-menu-list hr{
  opacity: 1;
  width: 1px;
  height: 18px;
  background-color: var(--white-color);
  margin-inline: 6px;
}
.copy-right-container .footer-menu-list li{
  margin: 0px;
  display: flex;
  align-items: center;
}
/* FOOTER END */


/* CONTACT PAGE START */
.contact-section .icons-box ul li{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 16px;
}
.form-content{
  padding-right: 20px;
}
.contact-section .icons-box ul li i{
  border: 1.5px solid var(--dark-blue-color);
  color: var(--dark-blue-color);
  background-color: var(--white-color);
  border-radius: 50%;
  padding: 20px;
  transition: all ease-in-out 0.3s;
}
.contact-section .icons-box ul li a{
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}
.contact-section .icons-box ul li:hover i{
  color: var(--white-color);
  background-color: var(--green-color);
  border-color: var(--green-color);
}
.contact-section .icons-box ul li:hover a{
  color: var(--brown-color);
}
.form-con{
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.form-con label{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 12px;
}
.form-con input, .form-con textarea{
  width: 100%;
  padding: 14px 20px;
  border-radius: 30px;
  outline: none;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  color: var(--black-color);
  margin-bottom: 16px;
}

.form-con input:focus, .form-con textarea:focus{
  outline: 1px solid;
  outline-color: #8DBD69;
}
/* CONTACT PAGE END */



/* SERVICE PAGE START */
.service-box{
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--light-blue);
  transition: all ease-in-out 0.3s;
}
.service-box:hover{
  /* background-color: var(--light-green); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service-card-main .service-box{
  margin-top: 26px;
}
.service-card-main .service-box img{
  height: 260px;
}
.service-box .content-box{
  padding: 30px 20px;
}
.service-box .content-box a{
  color: var(--black-color);
}
/* SERVICE PAGE END */


/* CART START */
.cart-table img{
  width: 100px;
}
.cart-table input{
  width: 50px;
  outline: none;
  border: 1px solid;
}
.cart-table thead th {
  border-bottom: 1px solid currentColor;
  border-top: 1px solid var(--black-color) !important;
}
.cart-table tbody th, .cart-table tbody td {
  border-bottom: 1px solid #aaaaaa !important;
}
.checkout-box{
  background-color: var(--light-blue);
  padding: 30px 20px;
  border-radius: 16px;
}
.checkout-box .card-heading{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.checkout-box ul{
  border-bottom: 1px solid var(--light-blue);
  padding-block: 10px;
}
/* CART END */


/* PRODUCT SINGLE DETAIL PAGE START */
.product-img img{
  width: 90%;
  border-radius: 20px;
}
.price-con{
  margin-bottom: 30px !important;
}
.price-con p, .price-con del{
  font-weight: 600;
}



/* PRODUCT SINGLE DETAIL PAGE END*/
.menu-drop {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px;
}
.drop-link:hover .menu-drop {
    display: block;
    z-index: 999;
}
.drop-link {
    position: relative;
}
.one-drop-data {
    position: relative;
    display: none;
}
.one-drop:hover .one-drop-data {
    display: block;
}
.product-small-img img {
    height: 92px;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
    display: block;
    object-fit: contain;
    opacity: .6;
}
.product-small-img img:hover
{
	opacity: 1;
}

.product-small-img
{
	float: left;
	height: 460px;
    width: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.product
{
	display: flex;
}

/*.img-container img*/
/*{*/
/*	height: 100%;*/
/*}*/

.img-container
{
	float: right;
	padding: 10px;
}
.faq-section-white h2{
    color: #000 !important;
}

.faq-section-white{
    background: #fff !important;
}
.faq-section-white p, .faq-section-white span{
    color: #000 !important;
}
.faq-section-white .accordion .accordion-item{
    background: #fff !important;
    border: 1px solid #000 !important;
}
.faq-section ul{
    padding-left: 20px;
}
.faq-section ul li{
    list-style-type: disc;
}
.faq-section ul li::marker{
    color: #fff !important;
}
.faq-section-white ul li::marker{
    color: #000 !important;
}

.help-card{
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.help-card2{
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #fff;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.help-card p, .help-card2 p{
    font-size: 15px;
    color: #000;
    padding-right: 6px;
}
.help-card .content-help{
        height: 120px;
    overflow-y: scroll;
}
.help-card h3, .help-card2 h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000;
}
.help-card ul li, .help-card2 ul li{
    list-style-type: disc;
}
.help-card ul, .help-card2 ul{
    margin-left: 20px;
}

.help-card .content-help::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.help-card .content-help::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.help-card .content-help::-webkit-scrollbar-thumb {
  background: var(--dark-blue-color);
  border-radius: 10px;
}

/* Handle on hover */
.help-card .content-help::-webkit-scrollbar-thumb:hover {
  background: var(--green-color);
}
.tools-sec .owl-dots{
    display: none !important;
}
.tools-sec .help-card2{
    background-color: #f2faff !important;
    box-shadow: none !important;
}

.cta-coding .cta-con{
    background-color: var(--dark-blue-color);
    padding: 40px 30px;
    margin-bottom: 60px;
    border-radius: 20px;
}
.cta-coding p{
    margin-top: 20px;    
}
.cta-coding a{
    display: block;
    margin: auto;
    margin-top: 20px;
    width: fit-content;
}