﻿
@media(max-width: 991px)
 {

  .div_welcome .left::after
  {
      display:none;
  }
  .div_welcome {
    height: initial;
}

  .div_welcome .right {
   
    padding-top: 6px;
    padding-bottom: 6px;
}

  .findCourseMasterChild {
    padding-left: 86px;
}

}


@media(max-width: 767px) 
{
    .Div_FindCourse 
    {  
    height: initial;  
    padding-bottom: 36px;
    }

    .findCourseMasterChild {
    padding-left: 13px;
}
    .findCourseMasterChild div {
    margin-bottom: 8px;
}

    #myCarousel
    {
        display:none;
    }

    .div_welcome .left
    {
        display:none;
    }

    .div_welcome h1 {
   
    font-size: 22px;
   
}
}