::-webkit-scrollbar{height:5px;width:6px}
::-webkit-scrollbar-track{background:#fff}
::-webkit-scrollbar-thumb{background:#00FFFF}
::-webkit-scrollbar-thumb:hover{background:#00FFFF}
.colour_changing_background{background:linear-gradient(-45deg,#cf5732,#e69cb8,#87cee8,#8ee6d1);background-size:400% 400%;position:relative;animation:change 10s ease-in-out infinite}@keyframes change{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@media only screen and (max-width:601px){.card_responsive_width{width:50%}.side_imag_slider{width:50%}.teacher_card{width:25%}}
@media only screen and (min-width:601px) and (max-width:992px){.card_responsive_width{width:33.33%}.side_imag_slider{width:33.33%}.teacher_card{width:16.66%}}
@media only screen and (min-width:992px){.card_responsive_width{width:25%}.side_imag_slider{width:25%}.teacher_card{width:12.5%}}

body {font-family: 'Roboto', sans-serif;}
.overflow_css{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.overflow_css br {display: none;}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}