/* .fa-arrow-circle-left {
    font-size: 30px !important;
    margin-left: -30px !important;
}

.fa-arrow-circle-right {
    font-size: 30px !important;
    margin-right: -30px !important;
} */

.nav-item {
    font-size: 20px;
    font-weight: 600;
    color: #3eaf29 !important;
}

.activ {
color: #242a66 !important ;
}

.address {
   color: #242a66; 
}

body {
    padding-top: 85px;
}

.top-contact {
    background-color: #242a66 ;
    color: white;
}


.heading-about {
    border-top: 3px solid #3eaf29 ;
    width: 30px;
}

p {
    font-size: 1.3rem;
}


span {
    font-size: 30px;
    margin-right: 15px;

}






.navbar-toggler {
    -webkit-box-shadow:  none !important;
            box-shadow:  none !important;
    border: none !important;
}


.accordion-item {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

ul {
  list-style-type: none;
  list-style-type: disc; 
  margin-left: 20px;
}
ul li {
  margin-bottom: 5px;
}
.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter; 
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; 
  font-weight: bold;
}

@media screen and (min-width: 768px) {
 

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}


.navbar-light, .bg-light {
    background-color: white !important;
}

.text-pad {
    padding: 9%;
    
}

.text-pad2 {
    padding-top: 4%;
    padding-right: 6%;
}

.text-pad3 {
    padding-top: 6%;
    padding-left: 9.5%;
}

@media (max-width: 768px) {

body {
    padding-top: 120px;
}
}



.whatsapp-button {
    position: fixed;
    bottom: 10px;
    right: -18px;
}

.card {
    height: 100% !important;
    
}
.cont {
  position: relative;
  text-align: center;
  color: white;
}
.bottom-right {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

input, textarea, select {
    background-color: #c8d0e4 !important;
    height: 60px;
}

.style1 {
    text-transform: uppercase;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: rgba(0,0,0,.125);
}


.slide-heading {
    /* font-size: 1rem; */
    font-weight: 900;
    width: 70%;
}

.slide-text-h {
/* font-size: 0.7rem; */
width: 70%;
    
}
.slide-text-p {
/* font-size: 0.5rem; */
width: 50%;
    
}
 
.carousel-caption {
    /* top: 30%; */
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left !important;
        left: 8% !important;
}

@media (min-width: 373px) { 
    .carousel-caption {
    top: 35% !important;
}
 }
@media (max-width: 576px) { 
.slide-heading {
    font-size: 1rem;
}

.slide-text-h {
font-size: 0.7rem;  
}
.slide-text-p {
font-size: 0.7rem;
line-height: 0.7rem !important;
    
}
.carousel-caption {
    top: 30%;
}

}
@media (min-width: 577px) { 
    .slide-heading {
    font-size: 1.7rem;
}

.slide-text-h {
font-size: 1rem;  
}
.slide-text-p {
font-size: 1rem;
line-height: 1.2rem !important;
    
}
.carousel-caption {
    top: 45% !important;
}
 }
@media (min-width: 768px) { 
    .slide-heading {
    font-size: 2.2rem;
}

.slide-text-h {
font-size: 1.5rem;  
}
.slide-text-p {
font-size: 1.5rem;
line-height: 1.7rem !important;
    
}
.carousel-caption {
    top: 45% !important;
}
 }

 @media (min-width: 992px) { 
    .slide-heading {
    font-size: 3rem;
}

.slide-text-h {
font-size: 2rem;  
}
.slide-text-p {
font-size: 2rem;
line-height: 2rem !important;
    
}
.carousel-caption {
    top: 45% !important;
}
 }

 @media (min-width: 1200px) { 
    .slide-heading {
    font-size: 3.8rem;
}

.slide-text-h {
font-size: 2.5rem;  
}
.slide-text-p {
font-size: 2.5rem;
line-height: 2.5rem !important;
    
}
.carousel-caption {
    top: 45% !important;
}
 }

