body {
  font-family: "Plus Jakarta Sans", "sans-serif" !important;
}
.background-div {
  background-image: url('../imgs/bg.svg');
  background-repeat: no-repeat;
  background-position: center -100px;
}
.bg-f3 {
  background-color: #f3f3f3 !important;
}
.bg-c5 {
  background-color: #2C7865 !important;
}
.color-c5 {
  color: #2C7865 !important;
}
.dropdown-item:hover {
  background-color: #2C7865 !important;
  color: white !important;
}
.text-h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}
.text-h2{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.text-h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
}
.text-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.navbar-nav .nav-item {
  margin-right: 30px;
}
.navbar-nav .nav-link {
  font-size: 16px;
  color: black;
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.dropdown-toggle::after {
  border: none !important;
}
.input-drop-toggle::after {
  border: black !important;
}
.hero-text{
  margin: 10px 100px 20px 110px;
  padding: 10px 110px 20px 110px;
}
.hero-box {
  width: 80%;
  margin-bottom: 100px;
}
.drop{
  width: 20% !important;
}
.second-input{
  width: 75% !important;
}
.clear-btn{
  width: 30%;
  background-color: #DFDFDF !important;
 }
 .calculate-btn{
     width: 62%;
 }
 .drop-icon {
  float: right;
  margin-left: auto;
  margin-right: 8px;
  margin-top: 16px;
  }
 .pointer {
  cursor: pointer;
}
.form-check-input[type="checkbox"]:checked{
  width: 20px !important;
  height: 20px !important;
  background-color: #2C7865;
  border: #2C7865;
}
 .arrow-img {
  margin-top: 50px;
  margin-left: 300px;
  margin-bottom: 20px;
}
 .margin-text-h{
  margin: 10px 220px 10px 220px;
 }
 .margin-text-p{
  margin: 10px 100px 10px 100px;
 }
 .footer-right {
  width: 50%;
}
.footer-links-left {
  margin-top: 40px;
}
.footer-links-right {
  margin-top: 40px;
}
.footer-text {
  font-size: 24px;
  font-weight: 500;
}
.soical-link-wrapper {
  width: 52px;
  height: 52px;
}
.faq-text{
  padding-right: 150px;
}
.accordion-item {
  background-color: transparent !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 10px;
  box-shadow: none !important;
  border: none !important;
}
.accordion-button:not(.collapsed) {
  background: #2C7865 !important;
  color: white !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
}
.accordion-button::after {
  background-image: none !important;
}
.accordion-button {
  color: black !important;
  background-color: #f3f3f3 !important;
  font-weight: 600;
  font-size: 18px;
  border: none !important;
  border-radius: 5px !important;
  min-height: 60px;
  margin-bottom: 20px !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-body {
  background-color: white !important;
  border-radius: 5px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 10px 0 10px;
  border: 1px solid #D8DFDF;
  transform: none !important;
}
.border-left{
  border-left: 1px solid #D8DFDF;
}
input:focus{
  box-shadow: none !important;
  border: none !important;
}
.input-g:focus-within {
  border: #2C7865 solid 1px !important;
}
 @media (max-width: 1200px) {
  .margin-text-h{
      margin: 10px 50px 10px 50px;
     }
     .margin-text-p{
      margin: 10px 20px 10px 20px;
     }
 }
 @media (max-width: 768px) {
  .background-div-2 {
    background-size: cover;
  }
  .tool-buttons .btn{
    width: 100%;
    margin: 0!important;
    margin-bottom: 10px!important;
    border-radius: 8px!important;
  }
  .tool-buttons {
    border-bottom: 1px solid #dfdfdf;
  }
  .inputs-section{
    margin-top: 20px;
    border-top: 1px lightgray solid;
  }
  .tool-buttons .btn:last-child{
    margin-bottom:30px!important;
  }
  .logo {
    width: 200px;
  }
  .hero-box {
    width: 95%;
  }
  .border-left{
    border-left: none;
    border-top: 1px solid #D8DFDF;
  }
  .clear-btn{
    width: 98%;
    background-color: #DFDFDF !important;
   }
   .calculate-btn{
    margin-top: 10px;
       width: 98%;
   }
  .example-card{
    height: auto;
  }
  .hero-text {
    margin: 10px;
    padding: 10px;
  }
  .footer-text {
    font-size: 18px;
    font-weight: 500;
  }
  .footer-right {
    width: 100%;
  }
  .footer-links-left {
    margin-top: 40px;
  }
  .footer-links-right {
    margin-top: 10px;
  }
  
}
.d_none{
  display: none;
}
#exampleLoadBtn {
    background: #1670a712;
}
#exampleLoadBtn {
    background: #F0F0F0;
    cursor: pointer;
    padding: 3px 5px;
    font-size: 9px;
    border: 1px solid #1670a7;
    border-radius: 7px;
    color: var(--black);
}