@media (max-width: 1800px){
    .mySlides{
        display: inline-block;
        background: #fff;
    }    
    .ourtestimonies{
        background: #fff;
        width: 100%;
        text-align: center;
        margin-bottom: -10px;
        padding-top: 10px;
    
    }
    .ourtestimonies h1{
        font-weight: bolder; 
    }
    .ourtestimonies hr{
        width: 50%;
        border: 2px solid #000;
        margin: 0 auto;
    }
    .testimonies{
        color: #fff;
        width: 100%;
        margin: 10px auto 0px auto;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        font-family: 'Roboto';
        /* display: flex;
        flex:1;
        justify-content: space-between; */
    
    }
    
    .testimonies p{
        font-size: 16px;
        line-height: 25px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #000;
        width: 80%;
        text-align: center;
        margin-left: 10%;
        padding-top: 15px;
    }
    .mySlides img{
        width: 200px;
        height: 200px;
        border-radius: 100%;
        border: 10px solid rgba(0, 0, 0, 0.7);
        margin-left: 100px;
        display: none;
    }
}

.mySlides{
    display: inline-block;
    background: #fff;
}    
.ourtestimonies{
    background: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    padding-top: 10px;

}
.ourtestimonies h1{
    font-weight: bolder; 
}
.ourtestimonies hr{
    width: 50%;
    border: 2px solid #000;
    margin: 0 auto;
}
.testimonies{
    color: #fff;
    width: 100%;
    margin: 10px auto 0px auto;
    text-align: center;
    /*padding: 50px 0;*/
    font-size: 20px;
    line-height: 40px;
    font-family: 'Roboto';
    display: flex;
    flex:1;
    justify-content: space-between;

}

.testimonies p{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #000;
    width: 80%;
    text-align: center;
    /* margin-right: 300px; */
    padding-top: 35px;
}
.mySlides img{
    display: none;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 10px solid rgba(0, 0, 0, 0.7);
    margin-left: 0px;
}    

@media (max-width: 1040px){
    .__banner-base{
        display: flex;
        flex: 1;
        justify-content: space-between;
        flex-direction: column;
        }
.mySlides{
    display: inline-block;
    background: #fff;
}    
.ourtestimonies{
    background: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    padding-top: 10px;

}
.ourtestimonies h1{
    font-weight: bolder; 
}
.ourtestimonies hr{
    width: 50%;
    border: 2px solid #000;
    margin: 0 auto;
}
.testimonies{
    color: #fff;
    width: 100%;
    margin: 10px auto 0px auto;
    text-align: center;
    /*padding: 50px 0;*/
    font-size: 20px;
    line-height: 40px;
    font-family: 'Roboto';
    display: flex;
    flex:1;
    justify-content: space-between;

}

.testimonies p{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #000;
    width: 80%;
    text-align: center;
    /* margin-right: 300px; */
    padding-top: 35px;
}
.mySlides img{
    display: none;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 10px solid rgba(0, 0, 0, 0.7);
    margin-left: 0px;
}   
}

@media (min-width: 894px){
    #nav-toggle{
        display: none;
    }
    
    body .__header {
        /*justify-content: space-between;*/
    }
}

@media (max-width: 896px){
    
    #nav-toggle{
        display: inherit;
        min-height:50px;
        min-width:50px;
    }
    
    .__navigation{
        display: none;
    }
    body .__header .__logo{
        width:100%;
        justify-content: center;
    }
    .__search form{
       /*margin-right: 50px;*/
    }
    .__base-img{
        display: none;
    }
    .__banner-base{
        display: block;
        padding: 10px;
    }
    body .__boxes {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        margin: 2% 0%; 
        /*justify-content:center;*/
    }
 body .__boxes div {
    /*width: 46%;*/
    margin: 0 10px;
    background: #fff;
    padding: 15px;
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(177, 176, 176, 0.19);
    color: #000; }
.mySlides{
    display: inline-block;
    background: #fff;
}    
.ourtestimonies{
    background: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    padding-top: 10px;

}
.ourtestimonies h1{
    font-weight: bolder; 
}
.ourtestimonies hr{
    width: 50%;
    border: 2px solid #000;
    margin: 0 auto;
}
.testimonies{
    color: #fff;
    width: 100%;
    margin: 10px auto 0px auto;
    text-align: center;
    /*padding: 50px 0;*/
    font-size: 20px;
    line-height: 40px;
    font-family: 'Roboto';
    display: flex;
    flex:1;
    justify-content: space-between;

}

.testimonies p{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #000;
    width: 80%;
    text-align: center;
    /* margin-right: 300px; */
    padding-top: 35px;
    margin: auto;
}
.mySlides img{
    display: none;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 10px solid rgba(0, 0, 0, 0.7);
    margin-left: 0px;
}  

}

/*For mobile Devices*/
@media (max-width: 500px){
    #nav-toggle{
        margin-right: 0;
    }
    body .__header .__logo{
        margin:auto;
    }
    body .__header .__logo img{
        margin:0;
        margin-right: 50px;
    }
        
    .__primary_search{
        display: none;        
    }
    #myLinks .__search{
        display: content;
    }
    .__banner-base{
        display: block;
        padding: 10px;
    }
    
    body .__banner .__banner-text h3{
        font-size: 25pt;
    }
    
    body .__banner .__banner-text p{
        font-size: 11pt;
        width: 100%;
        margin-left: 0px;
    }
    
    body .__banner .__banner-text hr {
        width: 60%;
    }
    
    .__base-img{
        display: none;
    }
    .__base-button
        .__start-course{
            padding: 10px 20px;
            border-radius: 100px;
            display: flex;
        }
        body .__boxes {
            display: flex;
            flex: 1;
            flex-wrap: wrap;
            margin: 2% 0%; 
            padding: 0 30px;
        }
        body .__boxes div {
            width: 100%; 
            margin: 2% 0;
            background: #fff;
            padding: 15px;
            /* border-radius: 10px; */
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(177, 176, 176, 0.19);
            color: #000; }
          body .__boxes div h2 {
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 12px;
            font-weight: 800;
            padding: 10px 0; }        
            .__footer{
                display: block;
                background: #c9c8c8;
                color: #fff;
                padding: 4% 10%;
              }
              .__footer div{
                width: 100%;
                font-size: 16px;
                }
      
.mySlides{
    display: inline-block;
    background: #fff;
}    
.ourtestimonies{
    background: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
    padding-top: 10px;

}
.ourtestimonies h1{
    font-weight: bolder; 
}
.ourtestimonies hr{
    width: 50%;
    border: 2px solid #000;
    margin: 0 auto;
}
.testimonies{
    color: #fff;
    width: 100%;
    margin: 10px auto 0px auto;
    text-align: center;
    /*padding: 50px 0;*/
    font-size: 20px;
    line-height: 40px;
    font-family: 'Roboto';
    display: flex;
    flex:1;
    justify-content: space-between;

}

.testimonies p{
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #000;
    width: 80%;
    text-align: center;
    /* margin-right: 300px; */
    padding-top: 35px;
    margin: auto;
}
.mySlides img{
    display: none;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 10px solid rgba(0, 0, 0, 0.7);
    margin-left: 0px;
}

/*.course-banner{*/
/*    width: 100%;*/
/*    height: auto;*/
/*  }*/
}



