* {
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: smooth;
  color: #606060;
}
body {
  width: 100%!important;
  max-width: 100%!important;
  overflow-x: hidden!important;
}
body h1 {
  font-family: "Poppins", sans-serif !important;
  font-size: 40px;
}
 
  body h1{
    font-family: 'Poppins', sans-serif !important;
    font-size: 40px;

  }

     
  body h3{
    font-family: 'Poppins', sans-serif !important;
    
  }

  .page-loader{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
div.loader {
    padding: 2px;
    background-color:#8bc63d;
    width: 100%;
    position: absolute;
    z-index: 99999;
    box-shadow: 0 0 10px #000;
    -webkit-animation: aaa;
  }
  @-webkit-keyframes aaa {
    0%, 5% { width: 0%;  }
    10%, 20% { width: 10%;  }
    30%, 50% { width: 30%;  }
    100% { width: 100%;  }
  }
  /* NAVBAR CSS  */
  .navbar_contact_center{
      padding: 50px 0;
      transition: padding 0.3s;
      background-color: #fff!important;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9999;
  }
  .navbar_contact_center img{
      max-width: 300px;
  }
@media only screen and (max-width: 500px) {
  .navbar_contact_center img{
    max-width: 250px;

  }

}
  .navbar_contact_center .nav-item{
    padding: 0 20px;
    width: max-content;
  }
  .navbar_contact_center .nav-item .active{
    position: relative;
    background-color: #fff!important;
    color: #6bb244!important;
  }
  .navbar_contact_center .nav-item .active::after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 5px;
    left: 5px;
    height: 3px;
    background-color: #6bb244;
  }
  .navbar_contact_center .nav-item{
    color: #707070!important;
  }
#footer{
  padding: 7px 0;
  background-color:#F6F6F6;
}
#footer .copyright-span{
  color:#707070;
}
#footer .privacy-policy-footer_links a{
  opacity: 73%;
  color:#707070;
  transition: opacity 0.3s;
  text-decoration: none;
}
.footer_links img{
  width: 20px;
  height: auto;
}
#footer .privacy-policy-footer_links a:hover{
  opacity: 100%;
  transition: opacity 0.3s;
  color:#707070;
}
.div_copyright{
  display: flex;
  justify-content: space-between;
}
.navbar_togle{
  position: relative;
  color: #6bb244!important;

}
.navbar_togle::before{
  position: absolute;
  content: '';
  bottom: 0;
  right: 5px;
  left: 5px;
  height: 3px!important;
  background-color: #6bb244;
}
.color-green_bbc{
  color: #6bb244!important;
}
.change_language_link a{
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .div_copyright{
    display: block!important;
    justify-content: space-between;
  }
  .per_mobile_displayblock{
    display: flex;
    justify-content: center;
  }
  .copyright-span{
    text-align: center;
  }
}

.per_mobile_displayblock a{
  color: #606060;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.per_mobile_displayblock a:hover{
  opacity: 1;
  transition: opacity 0.3s;

}
.footer_links a{
  text-decoration: none!important;
  color: #707070;
}

  /* NAVBAR CSS  */




.section_intro {
  margin: 150px 0 0 0 ;
  padding-top: 40px;
  position: relative;
}
.right_foto_header_home {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.let_us_talk_horizontal_border {
  position: relative;
  padding-left: 30px;
}
.contact_us_button{
  padding-left: 30px;
}
.let_us_talk_horizontal_border::after {
  position: absolute;
  content: "";
  top: 20px;
  bottom: 0;
  width: 8px;
  left: 0;
  background-color: #6bb244;
}
.let_us_talk_horizontal_border h1 {
  font-size: 5.5rem;
  font-weight: bolder!important;
  color: #707070;
}
.let_us_talk_horizontal_border h4 {
  font-size: 1.5rem !important;
}
@media only screen and (max-width: 991px) {
  .right_foto_header_home {
    position: relative;
  }
  .foto_header_right img {
    max-width: 700px;
  }
  .let_us_talk_horizontal_border h1 {
    font-size: 48px !important;
    margin-top: 40px;
  }
  .let_us_talk_horizontal_border h4 {
    font-size: 18px !important;
  }
  .section_intro {
    margin-top: 50px;
  }
}


.section_starter {

    display: flex;
    align-items: center;
    margin: 150px 0;
    padding-top: 40px;   
}
.section_map h2{
  font-weight: bolder;
}
.section_map {
background-color: #eff7ea;
}
.fix_logo {
display: flex;
align-items: center;
}

.surname {
text-align: center;
}
.button_order {
display: flex;
align-items: center;
text-align: center;
justify-content: center;
}
.end_section {
min-height: 11vh;
align-items: center;
display: flex;
background-color: #f5faf2;
}
.contact_button {
  border-radius: 50px;
  padding: 15px 20px !important;
  background-color: #6bb244;
  border: none;
}
.bbc_keeps_you h2{
    text-align: center;
    padding-bottom: 50px;
    color: #707070; 
    font-size: 4rem !important;
    font-weight: bolder;
}


@media only screen and (max-width: 767px) {
    .order_3_mobile{
        order: 3;
    }
    .order_2_mobile{
        order: 2;
    }
    .order_1_mobile{
        order: 1;
    }
    .bbc_keeps_you h2{
        font-size: 3rem!important;
    }
}
@media only screen and (max-width: 549px) {
    .rounded_image {
      display: none;
    }
    .bbc_keeps_you h2{
        font-size: 2.5rem!important;
    }
  .rounded_image {
    display: none;
  }
}
.rounded_image {
  background-image: url("../images_home/C-_xampp_htdocs_contact-center_assets_images_home_Subtraction-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 50px;
  min-height: 50vh;
}
.border_light {
  border-top: solid 3px #6bb244;
  border-bottom: solid 3px #6bb244;
  border-width: 6px;
}
.second_page {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 70px 0;
}
.third_page {
  display: flex;
  min-height: 90vh;
  align-items: center;
}
.inbound_first {
  padding: 80px;
}
.inbound_second {
  padding: 80px;
}
.inbound_third {
  padding: 80px;
}
.inbound_fourth {
  padding: 80px;
}
.border_success {
  border-right: solid 1px #6bb244;
}
.center_unit {
  padding-bottom: 75px;
  padding-top: 150px;
}
.center_unit p{
  opacity: 0.6;
}
.fouth_page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f5faf2;
}

.row_change {
  align-items: right;
  display: flex;
}
.picture_size {
  width: 150px;
}
.pic_section {
  align-items: center;
  display: flex;
  text-align: center;
  min-height: 80vh;
}
.pic_section h3{
  font-weight: bolder;
}
.photo_title img {
  width: 70px;
  padding: 10px;
}
.green_border {
  height: 7px;
  width: 140px;
  background-color: #6bb244;
  opacity: 50%;
}
.border_color h1 {
  border-right: solid 1px #6bb244;
}
.fill_color p {
  border-right: solid 1px #6bb244;
}
.class_header {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
}
.our_values_heading h2{
    font-size: 70px !important; 
    color: #707070;
    font-weight: bolder;
}
@media only screen and (max-width: 549px) {
    .our_values_heading h2{
        font-size: 50px!important;
    }
}
.badge_logo {
  padding: 15px;
}
.horizontal_border {
  width: 5px;
  height: 100px;
  background-color: #6bb244;
  margin: 40px;
}
.class_pic {
  align-items: center;
  display: flex;
  padding-right: 20px;
}
.last_page {
  min-height: 50vh;
}
.fix_flex {
  display: flex;
}
.tree {
  width: 230px;
}
.border_horizontal {
  width: 1px;
  height: 40px;
  background-color: #6bb244;
}
.color_border {
  border-left: solid 5px #6bb244;
  padding: 10px;
}
.second_page {
  background-color: #f5faf2;
}
.third_page h2{
  font-weight: bolder;
  font-size: 40px;
  transition: color 0.3s;
}
.third_page h2:hover{
  color: #6bb244!important;
  transition: color 0.3s;
}
.second_page p{
  opacity: 0.6;
}
.fixi {
  padding-bottom: 50px;
}
.logo_fix {
  display: flex;
  align-items: center;
}
.photo_background {
  background-color: #fff;
  border-radius: 75px 0 0 75px;
}
.class_background {
  background-color: #fff;
  border-radius: 0px 75px 75px 0px;
}
.class_background h1{
  font-weight: bolder;
  font-size:  40px ;
}
.class_background p{
  opacity: 0.6;
}
.class_background{
  padding: 30px;
}
.photo_background{
  padding: 30px;
}
.photo_background p{
  opacity: 0.6;
}
.photo_background h1{
  font-weight: bolder;
}
@media only screen and (max-width: 991px) {
    .photo_background {
        border-radius: 0px;
    }
    .class_background {
        border-radius: 0px;
    }
}
.sizee {
  width: 90px;
}

.dropdown_padding {
  padding-top: 10px;
}
.pre_picsection {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 30vh;
}
.icons_border {
  min-height: 20vh !important;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 30px;
}
.grey_border {
  height: 2px;
  width: 80%;
  background-color: #d4d4d4;
  margin-bottom: 10px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.18);
}
#myBtn img {
  width: 20px;
}

#myBtn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.number_contain {
  padding-left: 20px;
}

.third_page .icon_third_party {
  width: 50px;
}
.repair {
  padding: 55px;
}
.proofesional_class {
  padding: 70px;
}
.changes_intro {
  height: 100%;
}
.color_fixing {
  width: 5px;
  height: 100px;
  background-color: #6bb244;
  margin: 40px;
}

.contact_footer{
  padding: 100px 0!important;
}
#contact-form input{
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #ced4da;
}
#contact-form input::placeholder {
  color: #707070;
  opacity: 0.7; /* Firefox */
}

#contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #707070;
  opacity: 0.7; /* Firefox */
}

#contact-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #707070;
  opacity: 0.7; /* Firefox */
}
#contact-form textarea::placeholder {
  color: #707070;
  opacity: 0.7; /* Firefox */
}

#contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #707070;
  opacity: 0.7; /* Firefox */
}

#contact-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #707070;
  opacity: 0.7; /* Firefox */
}
#contact-form textarea{
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #ced4da;
}
.end_section {
  min-height: 11vh;
  align-items: center;
  display: flex;
  background-color: #f5faf2;
}
.horizontal_fix {
  width: 5px;
  height: 48%;
  background-color: #6bb244;
  margin-left: 60px;
  margin-top: 21px;
}
.contact_us_header h1{
  color: #707070;
  font-style: italic;
  font-size: 60px;
  font-weight: bolder;
}
.contact_us_header p{
  color:#686868;
  text-align: left!important;
}
.contact_us_header button{
  background-color: #6BB244;
  border: none;
  padding: 12px 60px;
  border: 1px solid #6bb244;
  border-radius: 20px;
}
.contact_us_header button:hover{
  color: #6bb244;
  background-color: #fff;
  border: 1px solid #6bb244;
}

.under_30_years_old_section{
  background-color: #F9FCF7;
  padding: 90px 0;
}

.card_under_30_years_old{
  background-color: #fff;
  box-shadow: 0px 18px 31px rgb(164 164 164 / 16%);
  border-radius: 200px;
  max-width: 500px;

}
.card_under_30_years_old{
  padding: 90px 60px;
}
.first_circle_card h2{
  width: fit-content;
  transition: margin-left 0.3s;
}
.card_under_30_years_old .first_percent{
  opacity: 0;
  transition: opacity 0.3s;
}
.card_under_30_years_old .sec_percent{
  transition: opacity 0.3s;
}
.card_under_30_years_old_collapsed .first_percent{
  opacity: 1;
  transition: opacity 0.3s;
  color: #fff;
}

.card_under_30_years_old_collapsed .sec_percent{
  opacity: 0;
  transition: opacity 0.3s;
}
.card_under_30_years_old{
  position: relative;
  margin-bottom: 60px;
}
.sec_circle_card{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 18px 31px rgb(164 164 164 / 16%);
  border-radius: 200px;
  width: 60%;
  background-color: #fff;
  transition: left 0.3s;
}

.sec_circle_card img{
    margin-bottom: 20px;
}
.first_circle_card h2{
  font-weight: bolder;
  color: #707070;
}
.sec_circle_card p{
  opacity: 0.6;
  color:#606060;
  text-align: center;
}

@media only screen and (max-width: 400px) {
  .first_circle_card {
    padding: 60px 20px;
  } 
}

.header-description{
  padding:  75px 10px;
}

@media only screen and (max-width: 991px) {
  .header-description{     
    background-color: rgba(107, 178, 68, 0.05);
    margin-bottom: 20px;
    border-radius:  0 0 50% 50%;
  }
}

.inbound_section_foto{
  position: relative;
}
.inbound_section_foto .foto_background_icon{
  position: absolute;
  right: 0;
  top: 30%;
}

@media only screen and (max-width: 991px) {
  .per_mobile_home_section img{
    display: block;
    height: fit-content;
  }
  .grey_border{
    display: none!important;
  }
  .let_us_talk_horizontal_border::after {
    width: 4px;
  }
  .per_mobile_home_section{
    background-image: url('../images_home/C-_xampp_htdocs_contact-center_assets_images_home_Subtraction-3.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right;
  }
  .foto_header_per_dc img{
    display: none;
  }
  .foto_mobile_container{
    max-width: 100%; 
    overflow-x: hidden;
  }
  .per_mobile_home_section img{
    /* width: 60%; */
    height: 100%!important;
  }
  .repair{
    padding: 20px!important;
  }
}

.footer_border-top{
  border-top: 1px solid #d8d8d8;
}

.card_under_30_years_old_collapsed{
  background-color: #6bb244;
  transition: background-color .2s ;

}
.card_under_30_years_old{
  cursor: pointer;
}
.contact_us{
  text-decoration: none;
  color: #fff;

}
.contact_us:hover{
  text-decoration: none;
  color: #fff;
}