body {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    color: #393842;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-weight: 600;
    font-size: 20px;
}

nav {
    font-family: 'Noto Sans', sans-serif;
}

p {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1E1E1E;
}

a {
    text-decoration: none !important;
    color: #393842;
}

a:hover {
    color: #393842;
}
.hyperlink{
    text-decoration: underline !important;
}
.footer-items {
    color: #E0E0E0;
    font-weight: 300;
    font-size: 14px;
}

.profile-img {
    border-radius: 999px;
    overflow: hidden;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

.form-control {
    display: block;
    width: 50%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.greybg {
    background-color: #F3F3F3;
    border-radius: 20px;
}

.whitebg {
    background-color: #FFF;
    border-radius: 20px;
}

.tools-h1 {
    font-size: 36px;
    font-weight: 700;
}

.howtouse {
    font-size: 15px;
    font-weight: 300;
    color: #AAAAAA;
}

.how-to-use-steps {
    font-size: 20px;
    font-weight: 600;
}

.more-title {
    background-color: #0D6EFD;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
}

.more-tools-name {
    font-weight: 500;
    font-size: 16px;
    color: #7F8394;
}

.more-active {
    background: #FFFFFF;
    box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.more-tools:hover {
    background: #FFFFFF;
    box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.data_box_border {
    border-radius: 20px;
    border: 2px solid #f3f3f3;
}

.data_box_bg {
    border-radius: 20px;
    background-color: #F6F5FF;
}

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

.contentmt {
    margin-top: 8rem;
}

.sub_data_box_icon {
    top: 40px;
    left: -13px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    width: 63px;
    height: 63px;
    border-radius: 999px;
}

.faqbg {
    background-color: #F3F3F3;
    border-radius: 10px;
}
.accordion__item__header{
    cursor:pointer;
    position:relative;
}
.accordion__item__header::before{
    height:15px;
    width:15px;
    content: url(/images/faqButton.svg);
    position:absolute;
    right:15px;
    top: 10px;
    transition:.5s all;
    transform:rotate(45deg);
}
.accordion__item__header.active{
    background-color:#33a0ff;
    color:#fff;
    transition:.5s
}
.accordion__item__header.active::before{
    transform:rotate(-135deg);
    top:23px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.main-btn {
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
}

.radio_Pixel_box {
    width: 150px;
    box-shadow: 0px 0px 5px #ccc;
    height: 75px;
    border-radius: 10px;
}

.radio_box input {
    visibility: hidden;
    display: none;
}

.radio_box input:checked+label::after {
    content: "";
    background-image: url(../images/checked.png);
    width: 23px;
    background-size: contain;
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    top: -10px;
}

.white_box {
    background: #fff;
}

.red_box {
    background: red;
}

.green_box {
    background: green;
}

.blue_box {
    background: blue;
}

.black_box {
    background: #000;
}

.orange_box {
    background: #fcb900;
}

.sky_blue_box {
    background: #0057ff;
}

.Backlight_radio {
    width: 30px !important;
    height: 30px !important;
}

.Decimal_Digits {
    width: 30%;
    margin: 0 auto;
}

.Decimal_Digits label {
    white-space: nowrap;
}

.Decimal_Digits select {
    background-color: #F3F3F3;
    border: none;
    border-radius: 10px;
}

.click_start {
    background-color: #0D6EFD;
    color: white;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 99999px;
    border: 2px solid #D9D9D9;
}
#Equalizer[type="range"] {
    background: linear-gradient(90deg, #ff7c1d 2.96%, #2b255e 102.46%);
    appearance: none;
    --webkit-appearance: none;
    height: 8px;
    border-radius: 50px;
  }
  
  #Equalizer[type="range"]::-webkit-slider-thumb {
    width: 40px;
    -webkit-appearance: none;
    height: 40px;
    background-image: url(../images/slider-thumb.png);
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  [type="range"]::-ms-thumb {
    appearance: none;
  }
  
  .range_slider {
    background: linear-gradient(90deg, #ff7c1d 2.96%, #2b255e 102.46%);
    appearance: none;
    --webkit-appearance: none;
    height: 8px;
    border-radius: 50px;
  }
  
  .range_slider::-webkit-slider-thumb {
    width: 9px;
    -webkit-appearance: none;
    height: 17px;
    background: orange;
    border-radius: 2px;
  }
  
  .video_effects_slider input {
    border-radius: 8px;
    height: 6px;
    background-color: var(--gary-out);
    width: 80%;
    outline: none;
    -webkit-appearance: none;
  }
  
  .video_effects_slider input[type="range"]::-webkit-slider-thumb {
    width: 9px;
    -webkit-appearance: none;
    height: 17px;
    background: orange;
    border-radius: 2px;
  }
  
  .video_effects_slider input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0.15, orange),
      color-stop(0.15, #c5c5c5)
    );
  }
  
  .video_effects_slider input[type="range"]::-webkit-slider-thumb {
    width: 9px;
    -webkit-appearance: none;
    height: 17px;
    background: orange;
    border-radius: 2px;
  }
  
  .bg-prgogreesbg {
    height: 8px;
    background: var(---prgogreesbg);
    border-radius: 20px;
  }
  .play_controls {
    background: var(--gary-out);
    border-radius: 20px;
  }
  .playprogress .progress {
    height: 10px;
  }
  .playprogress {
    width: 90%;
  }
  
@media screen and (max-width: 425px) {
    .form-control {
        width: 100%;
    }
}