/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .wsmenu>.wsmenu-list>li>a {color: #000;}
    .exam-list li {width: 95%;}
    .header-top {margin-top: 45px;}
    .header-top:after {width: calc(100% - 0px);}
    .notice-board {padding: 2px 8px;font-size: 15px;}
    .carousel-caption {bottom: 5px;top: 5px;border-radius: 10px;padding: 10px;left: 8%;right: 40%;}
    .carousel-caption h1 {font-size: 22px;}
    .filler-box {margin-bottom: 20px;}
    .video-img {margin: 30px 0;}
    .item-inner-wrap {padding: 15px 0px 5px;}
    .testimonial-img {width: 80px;}
    .gallery-round img {min-width: 100%;}
    .contact-form {margin-top: 0px;}
    .university-list li {width: 100%; margin: 0 0px 20px;}
    .top-96 {top: 46px;}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-caption {bottom: 0%;top: -20px;}
    .wsmobileheader {position: relative;}
    .wsmenu>.wsmenu-list>li>a {color: #000;}
    .exam-list li {width: 95%;}
    .header-top:after {width: calc(100% - 150px);}
    .carousel-caption {bottom: 30px;top: 30px;}
    .carousel-caption h1 {font-size: 36px;}
    .filler-box {margin-bottom: 20px;}
    .video-img {margin: 30px 0;}
    .item-inner-wrap {padding: 15px 0px 5px;}
    .testimonial-img {width: 100px;}
    .contact-form {margin-top: 0px;}
    .university-list li {width: 100%; margin: 0 0px 20px;}
    .top-96 {top: 0px;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-caption {bottom: 2%; top: -10px;}
    .carousel-item img {height: 310px;}
    .wsmenu>.wsmenu-list>li>a {color: #000;}
    .exam-list li {width: 95%;}
    .header-top {margin-top: 45px;}
    .header-top:after {width: calc(100% - 200px);}
    .carousel-caption {bottom: 30px;top: 30px;}
    .carousel-caption h1 {font-size: 36px;}
    .filler-box {margin-bottom: 20px;}
    .video-img {margin: 30px 0;}
    .item-inner-wrap {padding: 15px 0px 5px;}
    .testimonial-img {width: 100px;}
    .contact-form {margin-top: 0px;}
    .university-list li {width: 100%; margin: 0 0px 20px;}
    .top-96 {top: 46px;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .wsmenu>.wsmenu-list>li>a {padding: 0 5px;}
    .wsmenu>.wsmenu-list>li>.navtext>span {font-size: 12px;}
    .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {font-size: 12px;}
    .exam-list li { width: 30%;}
    .header-top:after {width: calc(100% - 200px);}
    .menu-area:after {width: calc(100% - 0px);border-radius: 50px 0 0 0;}
    .carousel-caption {bottom: 40px;top: 40px;}
    .carousel-caption h1 {font-size: 48px;}
    .item-inner-wrap {padding: 15px 10px 5px;}
    .university-list li {margin: 0 8px 20px;}
    .top-96 {top: 78px;}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 8px;
    }
    ::-webkit-scrollbar-track-piece {
        background: #cbcbcb;
        border-radius: 5px;
    }
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    .modal-dialog {
        max-width: 560px;
    }
}
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    
}
