/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /* .container {
        width: 1335px  !important;
    } */
    /* .EduBrandBar_infoDropdownList__2VrCC{
        width: 200px;
    } */
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .header-div-hide{
        display: none;
    }
    .s-logo{
        display: none;
    }
    .htop{
        margin-top: 57px;
    }
    .EduBrandBar_infoDropdownContainer__mMIci[data-infodropdownisopen=true] .EduBrandBar_infoDropdownList__2VrCC {
        display: block;
        width: 100%;
    }
    .EduBrandBar_searchForm__2lmqo input[type=submit]{
        padding: 0px !important;
    }
	.famiousPeople{
        left: 32px !important;
    }
	.green_line {
    top: 5% !important;
	}
	.triangle_right_2{
        display: none;
    }
    .green_dots_left {
        top: -10% !important;
        left: -47px !important;
    }
    .green_dots_right {
        top: 20.5% !important;
        right: 0px !important;
    }
    .green_dots_right_2 {
        display: none;
    }
    .triangle_right {
        top: 39% !important;
    }
	.triangle_right_3 {
    top: 102% !important;
    left: 45px !important;
	}
    .triangle_left {
        display: none;
    }
    .triangle_middle {
        top: 26% !important;
        right: 50px !important;
    }
    .triangle_middle_middle {
        top: 45% !important;
        right: 60px !important;
    }
    .triangle_bottom_middle {
        display: none;
    }
    .triangle_bottom_middle_2 {
        top: 250% !important;
        right: 15px !important;
    }
    .triangle_bottom_middle_3 {
        bottom: 80% !important;
        right: 50px !important;
    }
    .green_dots_left_2 {
        top: -50% !important;
        left: -37px !important;
    }
    .green_dots_right_3 {
        top: 88.5% !important;
        right: 260px !important;
    }
    .green_dots_left_3 {
        bottom: 0px !important;
        left: 280px !important;
        width: 100px !important;
    }
    .abtn{
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    .coursedblock{
        margin-top: 5px;
    }
    .pageBanner{
        margin-top: 60px !important;
    }
	
	/*home patterns*/
    .rectangle_right_home{
        display: none;
    }
    .green_dots_right_2_home {
        right: -6px !important;
        bottom: -6% !important;
    }
    .green_dots_left_2_home {
        left: -47px !important;
        top: -5% !important;
    }
    .rectangle_top_home {
        left: 30px !important;
    }
    .green_dots_right_home {
        top: 73% !important;
        right: 15px !important;
    }
    .green_dots_left_home {
        top: -9% !important;
        left: -25px !important;
    }
    .triangle_middle_home {
        top: -15% !important;
        right: 25px !important;
    }
    .circle_left_home {
        top: 105% !important;
        left: 13px !important;
    }
    .triangle_right_home {
        display: none;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}