.testimonial_card{
    background: #ebebeb !important;
}

.footer_about_text {
    margin-top: 5px !important;
}


.whatsapp {
    padding: 0px;
    z-index: 9999;
    position: fixed;
    bottom: 23px;
    left: 20px;
}

.call {
    padding: 0px;
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    left: 20px;
}


@media (min-width: 1024px) {
    .mobile-nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .about .row .about-img{
    height: 500px !important;
    width: 100%;
}
}

 @media only screen and (max-width : 1000px) {

	  

	  .whatsapp {

        display:none;

      }

	  

	  .call {

        display:none;

      }

	   }


		 

	  @media screen and (max-width: 1000px) {
  .mobile-nav {
    background: #27AAE1;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 67%;
    transform: translateY(-50%);
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-radius: 10px 0 0 10px;
  }
}

	  

	  .bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

	  

	  .bloc-icon img {

        width: 30px;

      }

@media (min-width: 575px) and (max-width: 767px){
    h2 {
    font-size: 27px !important;
}
.choose-option{
    display: flex !important;
}
h3 {
    font-size: 17px !important;
}
.icon svg{
    font-size: 27px !important;
}
}
@media (min-width: 320px) and (max-width: 768px){
    .logo-class {
    max-height: 55px !important;
}

    .features {
        padding-top: 35px !important;
    }

    .about {
        padding-top: 50px !important;
    }
    .about .row .about-img{
    height: 345px !important;
    width: 100%;
    }

    .service_col:not(:last-child) {
        margin-bottom: 30px;
    }

    

    .course_title{
        font-size: 17px !important;
    }

    .header.scrolled .header_content {
    height: 80px;
    margin-top: 27px;
    }

    .courses {
        padding-top: 45px !important;
    }

    .course_title a{
        font-size: 16px !important;
    }

    .breadcrumbs ul li{
        font-size: 25px !important;
    }

    .team {
        padding-bottom: 0px !important;
    }

    .footer{
        padding-top: 55px !important;
    }
}

@media (min-width: 320px) and (max-width: 575px){
    .choose-option {
        display: block !important;
    }
    .icon svg{
        font-size: 22px !important;
    }
    .details h3{
        font-size:  16px !important;
    }
}
