@media(max-width:500px){
    .ev_home_3 {
        background: url(../images/background1_mobile.png);
        background-size: cover;
        background-position: top right !important;
        padding-top: 50px;
        min-height: 95vh;
    }
    .ev_home_3 li{ font-size: 14px;
        line-height: 20px;
    }
    .ev_home_3 .ev_title + p {
        font-size: 13px;
        line-height: 20px;
    }
    .ev_home_3 button{
        width:100%;
    }
    .ev_home_3 li:after{
        top: 3px;
    }
}

@media (max-width: 767px) {
  .desktop-banner {
    display: none !important;
    background: none !important;
    background-attachment: scroll !important;
    min-height: 0 !important;
    height: 0 !important;
  }
}
@media (min-width: 768px) {
  .desktop-banner {
    background: url('/images/banners/banner.webp');
    background-position: center;
    background-size: cover;
  }
}

@media(max-width:767px){
   .testimonial-container{ 
          flex-wrap: nowrap !important;
          overflow-x: auto;  
          -webkit-overflow-scrolling: touch; 
          padding-bottom: 10px; 
    }
    .header .navbar-brand img {
//        width: 120px;
    }
    body{
        font-size: 14px;
    }
    .ev_home_10_1 .col-2{
	padding-left: 0;
	padding-right: 0;
    }
    .ev_home_1{
        padding: 90px 0px 0px;
    }
    .ev_home_1 .banner-title {
        font-size: 25px;
        line-height: 39px;
    }
    .ev_home_1 ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .ev_home_1 ul li:after {
        width: 2.5vw;
        height: 2.5vw;
        background-size: 2.5vw;
        top: 1.5vw;
    }
    .ev_home_1 button{
        font-size: 14px;
        width: 100%;
    }
    .ev_home_1 .btn-cnt p{
        font-size: 12px;
        width: 100%;
    }
    .ev_title {
        font-size: 24px;
        line-height: 34px;
    }
    .ev_home_2_2 .cnt h4{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .ev_home_2_2 .cnt p{
        font-size: 14px;
        line-height: 22px;
    }
    .ev_home_2_2 .cnt{
        height: 100%;
    }
    .ev_home_2_2 .box{
        margin: 10px 0;
    }
    .ev_home_2_2 .cnt img{
        height: auto;
    }
    .ev_home_10 .ev_title {
        font-size: 23px;
        line-height: 28px;
        text-align: center;
    }
    .footer .footer-main-title {
        font-size: 18px;
        line-height: 24px;
    }
    .footer ul li a {
        font-size: 12px;
        line-height: 20px;
    }
    .footer .widget_1 p{
        font-size: 12px;
    }
/*
    .footer ul li{
        margin: 0;
    }
*/
    .footer .ev_btn_1{
        font-size: 11px;
    }
    .footer .widget_1 .fa{
        width: 13px;
    }
    .ev_home_7_2 .learn_btn button{
        font-size: 12px;
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .ev_home_3{
        background-position: 65%;
    }
    .ev_home_2_3 .learinng_tool li{
        display: block;
        text-align: left;
    }
    .ev_home_2_3 .learn_btn button {
        font-size: 16px;
        padding: 10px 25px;
        width: 100%;
        margin: 5px 0;
    }
    .ev_home_3 .ev_title {
        font-size: 25px;
    }
    .ev_home_5_2 .ev_title {
        font-size: 30px;
    }
    .ev_home_5_2 ul li h4 {
        font-size: 25px;
        line-height: 29px;
    }
    .ev_home_5_2 ul li P {
        font-size: 12px;
        line-height: 18px;
    }
    .footer .col-md-3{
        margin: 20px 0;
    }
/*
    .footer{
        padding: 30px 0;
    }
*/
    .copy-right p{
        font-size: 14px;
        line-height: 20px;
    }
    .ev_home_2_2 .cnt{
        padding: 0 20px;
    }
    .ev_home_5 .ev_home_5_1{
        order: 2;
    }
    .ev_home_10 .ev_home_10_2{
        padding: 0 30px;
    }
}

