@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ----------------------------------
common stylesheet
---------------------------------- */

* {
    font-family: "Outfit", sans-serif;
    /* color: #333; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #333;
}

ul,
ol {
    padding: 0;
    list-style: none;
    margin: 0;
}

.bg-primary {
    background: #ec2527 !important;
}

.bg-secondary {
    background: #1e2a5b !important;
}

.text-primary {
    color: #ec2527 !important;
}

.bg-light {
    background: #f7f7ff !important;
}

.btn {
    border-radius: 50px;
    padding: 8px 24px;
    border: none;
}

.btn:focus {
    box-shadow: 0 0 0 0 rgb(49 132 253 / 50%) !important;
}

button {
    box-shadow: 0 0 0 0 rgb(49 132 253 / 50%) !important;
}

.btn-primary {
    background-image: linear-gradient(90deg, #ec2527, #1e2a5b);
}

.btn-white {
    background: #fff;
    color: #333;
}

.btn-primary i {
    color: #fff;
}

.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #ec2527;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.main-section {
    padding: 80px 0px;
}

.section-title {
    padding-bottom: 16px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
}
.section-title p {
    margin: 0;
}

.section-title h2::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    left: 0;
    bottom: -6px;
    background: #ec2527;
    border-radius: 5px;
    margin: 0;
}

.section-title.text-center h2::after {
    margin-left: -50px;
    left: 50%;
}

.section-title h2 span {
    color: #ec2527;
}

.section-title p {
    padding-top: 5px;
}

.section-title-inner h2 {
    font-size: 30px;
}

.img-cont-section {
}

.img-cont-section .cont-img {
    height: 340px;
    border-radius: 5px;
    overflow: hidden;
}

/* inner page common stylesheet  */

.inner-banner {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    z-index: 0;
}

.inner-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #000000cc, #00000000);
    z-index: -1;
}

.inner-banner .inner-banner-title {
}

.inner-banner .inner-banner-title h2 {
    color: #fff;
    font-size: 26px;
}

.inner-banner .inner-banner-title h2 span {
    font-size: 60px;
    display: block;
}

.inner-banner .inner-banner-title p {
    color: #fff;
    font-weight: 300;
    max-width: 612px;
}

/* ----------------------------------
header stylesheet
---------------------------------- */

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

header nav.navbar {
    background: transparent !important;
    transition: all 0.6s;
}

.header-wrapper .nav-item {
    padding: 0px 0px;
}

nav.navbar.header-scrolled {
    box-shadow: 0px 4px 6px #00000010;
    /* background: #fff !important; */
    background: #1e2a5b !important;
}
nav.navbar.header-scrolled .nav-link {
    color: #fff;
}
nav.navbar.header-scrolled .header-logo {
    display: none !important;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ec2527 !important;
}

.navbar-brand {
    height: 50px;
    width: 100%;
}

.navbar-brand img {
    height: 3rem;
    width: auto;
}

.navbar .nav-link {
    padding: 15px 15px;
}

.nav-item:hover .dropdown-menu {
    display: block !important;
}

.nav-link.active {
    border-bottom: 2px solid #ec2527;
    color: #ec2527 !important;
    /* padding-left: 0px !important; */
    /* border-width: 50% !important; */
}

.nav-dropdown {
}

.nav-dropdown a {
}

.nav-dropdown ul {
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 5px #00000030;
    padding: 0;
    transition-delay: 2s;
    -webkit-font-smoothing: antialiased;
    transition-timing-function: ease-in-out;
    transition: 0.6s;
}

.nav-dropdown ul li {
}

.nav-dropdown ul li a {
    padding: 12px 24px;
    border-bottom: 1px solid #ddd;
}

.nav-dropdown ul li a:hover {
    color: #ec2527;
    border-bottom: 1px solid #ec2527;
    cursor: pointer;
    background: none;
}

/* ----------------------------------
hero section stylesheet
---------------------------------- */

.hero-section {
    margin-top: -76px;
}

.hero-section .hero-slider {
    padding: 0;
}

.hero-section .hero-slider .hero-slider-list {
    height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-content {
}

.hero-content-center {
    /* padding-top: 130px; */
}
.hero-slider-list p {
    width: 50%;
}

.hero-content p.cons-name {
    /* margin: 0; */
    color: #1e2a5b;
    letter-spacing: 3px;
}

.hero-content h2 {
}

.hero-content h2 span {
    font-size: 60px;
    color: #ec2527;
}

.hero-slider {
    position: relative;
}

.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    /* font-size: 40px; */
}

.slick-dots button {
    font-size: 0px;
    border: none;
    background: transparent;
    width: 15px;
}

.slick-dots li {
    font-size: 30px;
    margin: 0px 5px;
    color: #fff;
}

.slick-dots li.slick-active::marker {
}

.sliding-part {
    position: relative;
    padding: 0;
}

.slider-btn {
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -45px;
}

.slider-btn span {
    /* height: 35px;
width: 35px;
border-radius: 40px;
border: 1px solid #333;
display: flex;
justify-content: center;
align-items: center; */
}

.slider-btn span:hover {
    cursor: pointer;
}

.slider-btn i {
    color: #737373;
    font-size: 40px;
    font-weight: 300;
    opacity: 0.5;
}

.slider-btn .prev:hover i {
    opacity: 1;
}

.slider-btn .next:hover i {
    opacity: 1;
}

.slider-btn .prev {
    margin-left: 20px;
}

.slider-btn .next {
    margin-right: 20px;
}

.large-res-item {
    display: block;
}

.small-res-item {
    display: none;
}

/* ----------------------------------
test prep slider stylesheet
---------------------------------- */

.test-preperation-section {
    padding: 40px 0px;
}

.test-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.test-slider .test-prep-list {
    /* height: 50px; */
    /* width: auto !important; */
    margin: auto;
}

.test-slider .test-prep-list:hover {
    cursor: pointer;
}

.test-slider .test-prep-list:hover img {
    filter: none;
}

.test-slider .test-prep-list img {
    height: 50px;
    width: auto;
    object-fit: cover;
    margin: auto;
    filter: grayscale(100%);
}

/* ----------------------------------
our services accordin section stylesheet
---------------------------------- */

.collapseable-tabs-section .c-btns {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 18px 25px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

.collapseable-tabs-section .c-btns::after {
    display: none;
}

.collapseable-tabs-section .c-btns .arrow {
    transition-duration: 0.8s;
    transition-property: transform;
}

.collapseable-tabs-section .c-btns[aria-expanded="true"] {
    background-image: linear-gradient(90deg, #ec2527 0%, #1e2a5b 100%);
    color: #ffffff;
}

.collapseable-tabs-section .c-btns[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.collapseable-tabs-section .collapse .card {
    border: none;
    box-shadow: 0px 0px 20px #dcefff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.collapseable-tabs-section .accordion-item {
    border: none;
    background: #ffffff;
    margin-bottom: 10px;
}

.collapseable-tabs-section .accordion-body {
    border: none;
    box-shadow: 0px 0px 20px #dcefff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.collapseable-tabs-section .how-do-image {
    width: 100%;
    height: 620px;
    max-height: 620px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    overflow: hidden;
}

.collapseable-tabs-section .how-do-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* ----------------------------------
Study destination stylesheet
---------------------------------- */

.destination-wrapper {
}

.destination-wrapper .destination-list {
    position: relative;
    padding-top: 48px;
}

.destination-wrapper .destination-list:nth-child(5) {
}

.destination-wrapper .destination-list a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.destination-wrapper .destination-list a:hover {
    cursor: pointer;
}

.destination-wrapper .destination-list .destination-content {
    position: relative;
}

.destination-wrapper .destination-list .destination-content .destination-image {
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #00000020;
}

.destination-wrapper .destination-list .destination-content .dest-desc {
    position: absolute;
    background: #fff;
    left: 0;
    width: 90%;
    margin-left: 5%;
    padding: 16px 10px;
    border-radius: 5px;
    bottom: -28px;
    box-shadow: 0px 0px 5px #1e2a5b50;
    text-align: center;
    transition-timing-function: ease-in-out;
    transition: 0.6s;
}

.destination-wrapper .destination-list .destination-content .dest-desc h4 {
    margin: 0;
    font-size: 20px;
    color: #1e2a5b;
}

.desc-summery {
    padding-top: 12px;
}

.desc-summery p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
}

.desc-summery p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    font-weight: 200;
}

.destination-list:hover .dest-desc {
    background: #000000bb !important;
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 16px 10px !important;
    bottom: 0 !important;
    height: 100%;
    border-radius: 10px !important;
    /* box-shadow: 0px 0px 5px #1e2a5b50; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* opacity: 0.8; */
}

.destination-list:hover .dest-desc h4 {
    color: #fff !important;
}

.destination-list:hover .desc-summery {
    display: block !important;
}

/* ----------------------------------
testimonial slider  stylesheet
---------------------------------- */

.testimonial-wrapper {
}

.testimonial-wrapper .testimonial-slider {
}

.testimonial-wrapper .testimonial-slider .testimonial-list:hover {
    cursor: pointer;
}

.testimonial-wrapper .testimonial-slider .testimonial-list {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin: 0px 10px;
    height: 100%;
}

.slider-btn-testi span i {
    font-size: 36px;
    color: #ec2527;
}

.slider-btn-testi span:hover {
    cursor: pointer;
}

.testimonial-wrapper .testimonial-slider .testi-image {
    height: 85px;
    width: 85px;
    border-radius: 85px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #ec2527;
    flex: 85px 0 0;
}

.testimonial-wrapper .testimonial-slider .testi-author h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 3px;
}

.testimonial-wrapper .testimonial-slider .testi-author p {
    font-size: 14px;
}

.testi-text {
    padding-top: 20px;
}

/* ----------------------------------
 our team wrapper stylesheet
---------------------------------- */
.team-list {
    background: #fff;
    padding: 15px;
    text-align: center;
    margin: 12px 0px;
}

.team-list .m-image {
    height: 320px;
}

.team-list .m-details h5 {
    padding: 10px 0px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.team-list .m-details p {
    margin: 0;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

/* ----------------------------------
 study abroad in stylesheet
---------------------------------- */

.sticky-urls {
    border: 1px solid #ccc;
    border-radius: 5px;
    /* padding: 20px; */
}

.sticky-urls h4 {
    background: linear-gradient(90deg, #ec2527, #1e2a5b);
    padding: 10px;
    color: #fff;
}

.sticky-urls ul {
}

.sticky-urls ul li {
}

.sticky-urls ul li a {
    padding: 10px 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    display: block;
}

.sticky-urls ul li a:hover {
    color: #ec2527;
}

.sticky-urls ul li a.active {
    color: #ec2527;
}

/* OSHC companies  */

.companies-wrapper {
}

.companies-wrapper .company-list {
    position: relative;
    /* height: 150px; */
    /* width: 150px; */
    /* border: 2px solid #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #00000050;
    margin: auto;
    height: 100px;
}

.companies-wrapper .company-list a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.companies-wrapper .company-list .company-image {
}

.companies-wrapper .company-list .company-image img {
}

.assesment-level {
}

.assesment-level .table th {
    font-weight: 500;
}

.assesment-level .table tbody {
    border-top: 1px solid #000;
}

.list-contents {
}

.list-contents ul {
    /* list-style: auto; */
}

.list-contents ul li {
}

.list-contents ul li span {
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.list-contents ul li p {
}

.requirement-list-single {
}

.requirement-list-single ul li {
    position: relative;
    padding: 5px 15px 5px 20px;
    /* font-weight: 500; */
}

.requirement-list-single ul li::before {
    content: "\f058";
    font-family: FontAwesome;
    color: #1e2a5b;
    position: absolute;
    top: 40%;
    left: 0;
    margin-top: -7px;
    font-size: 14px;
}

.student-life {
    /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/student-life-bg.png) fixed; */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        url(../img/student-life-bg.png);
    background-size: cover;
    background-position: center center;
    /* padding: 60px 0; */
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-life-content h4,
.student-life-content p {
    /* color: #fff; */
}

.student-life-content h4 {
    /* text-align: center; */
    font-size: 50px;
    font-weight: 500;
}

.student-life-content p {
    /* font-size: 16px; */
    /* text-align: center; */
    /* line-height: 28px; */
    /* font-weight: 300; */
}

.student-life-content {
}

.useful-urls {
}

.useful-urls table {
}

.useful-urls table tbody {
}

.useful-urls table tbody tr {
    position: relative;
}

.useful-urls table tbody tr:hover td {
    color: #ec2527;
}

.useful-urls table tbody tr .url {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    color: #333;
    padding: 0;
}

.useful-urls table tbody tr td {
}

.useful-urls table tbody tr a {
    height: 100%;
    width: 100%;
    display: block;
}

/* ----------------------------------
about us page 
---------------------------------- */

/* ----------------------------------
contact us page 
---------------------------------- */

.contact-us {
}

.contact-details {
}

.contact-list {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.contact-list .icon-wrap {
    height: 45px;
    width: 45px;
    border: 2px solid #ec2527;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex: 45px 0 0;
}

.contact-list .icon-wrap i {
}

.contact-list p {
    margin: 0;
    padding-left: 5px;
}

.inquary-form {
}

.inquary-form .form-control {
    padding: 12px 15px !important;
}

/* ----------------------------------
test oreperation stylesheet
---------------------------------- */

.test-prep-desc .cont-img img {
    object-fit: contain;
}

.test-prep-desc .cont-img {
    height: 250px;
}

/*------------------------------------
Back to top button
--------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s;
    background-image: linear-gradient(180deg, #ec2527, #1e2a5b);
    box-shadow: 0px 0px 5px #00000030;
}

.back-to-top i:hover {
    background: #fff;
    color: #ec2527;
    border-color: #ec2527;
}

/* ----------------------------------
Footer stylesheet
---------------------------------- */

/* ----------------------------------
mission vison stylesheet
---------------------------------- */
.mission-vision {
    background-image: linear-gradient(90deg, #ec2527, #1e2a5b);
}

.mission-vision .mission-vision-cont {
    border: 1px solid #fff;
    padding: 20px;
    height: 100%;
    position: relative;
    border-radius: 4px;
}
.mission-vision .mission-vision-cont p {
    color: #fff;
}

.mission-vision h5 {
    position: absolute;
    top: 0;
    left: 20px;
    /* background-image: linear-gradient(90deg, #EC2527, #1E2A5B); */
    background: #fff;
    color: #333;
    border-radius: 2px;
    padding: 5px 15px;
    font-size: 16px;
    margin-top: -15px;
}

.mission-vison-title {
    height: 100%;
    /* background-image: linear-gradient(90deg, #EC2527, #1E2A5B); */
    border-radius: 4px;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.mission-vison-title h2,
.mission-vison-title p {
    color: #fff !important;
}

.useful-urls .accordion-body {
    padding: 0;
}
/* ----------------------------------
Footer stylesheet
---------------------------------- */

.footer {
    background-image: radial-gradient(49% 0, #4e4c62 1%, #26252f 60%);
}

.footer-section {
    /* background-color: #f8f8f8; */
}

.footer-widget-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .footer-widget-wrapper {
        padding-top: 20px;
        padding-bottom: 60px;
    }
}

.footer-widget {
    margin-top: 40px;
    /* color: #d9d9d9; */
}

.footer-logo {
    width: 150px;
}

.footer-logo img {
    height: 50px;
    width: auto;
}

.footer-widget-title {
    font-size: 18px;
    font-weight: 700;
}

.footer-widget-title {
    color: #333;
}

.footer-widget-wrapper {
    background: #f7f7ff;
    padding: 40px;
    border-radius: 10px;
}

.footer-widget-wrapper p,
.footer-widget-wrapper a {
    /* color: #a8a6b8; */
}

.footer-top {
    padding: 50px 0;
}

.footer-top .footer-widget-title {
    color: #ffffff;
}

.footer-widget-wrapper {
    padding: 50px;
}

.footer-widget {
    margin-top: 5px;
}

.footer-logo {
    width: 150px;
}

.widget-info {
    padding-top: 15px;
}

.widget-info p,
.widget-info a {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    position: relative;
}

.widget-info p i {
    margin-right: 10px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.widget-info .social {
    display: flex;
    margin-top: 20px;
}

.widget-info .social li {
    margin-right: 10px;
}

.widget-info .social li:last-child {
    margin-right: 0;
}

.widget-info .social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    /* border: 1px solid #3f3c61; */
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-info .social li a:hover {
    color: #ffffff;
}

.widget-info .social-white li a {
}

.widget-info .social-white li a:hover {
    color: #ffffff;
}

.widget-info-white p {
    color: #ffffff;
}

.widget-info p {
    display: flex;
    align-items: flex-start;
}

.widget-info p i {
    color: #333 !important;
    position: static;
    line-height: normal;
}

.widget-info .social li a {
    /* border-color: #a8a6b8;
    color: #a8a6b8; */
}

.widget-link {
    padding-top: 15px;
}

.widget-link .link li {
    margin-top: 0px;
    position: relative;
    padding-left: 20px;
}

.widget-link .link li::before {
    content: "\f058";
    font-family: FontAwesome;
    color: #1e2a5b;
    position: absolute;
    top: 40%;
    left: 0;
    margin-top: -7px;
    font-size: 14px;
}

.widget-link .link li a {
    font-size: 14px;
    color: #3f3c61;
    display: block;
    padding: 6px 0px;
}

.widget-link-white .link li a {
    color: #ffffff;
}

.widget-link .link li a:hover {
    color: #ec2527 !important;
}

.widget-link ul li a {
    color: #333 !important;
}

footer .img-link {
}

footer .img-link ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

footer .img-link ul li {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #1e2a5b;
}

footer .img-link ul li a {
    display: block;
}

footer .img-link ul li a img {
}

/* ------------------------------------
responsive stylesheet
------------------------------------ */

/*responsive pages*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
    .responsive-small-hide {
        display: none;
    }
    .responsive-small-show {
        display: block !important;
    }
    .header-logo {
        display: flex;
        width: 100%;
    }
    .header-wrapper {
        flex-direction: column;
    }
    .navbar-brand img {
        height: 40px;
    }
    .header-menu {
        width: 100%;
    }
    .navbar .nav-link {
        padding: 8px 0px;
    }
    .nav-dropdown ul {
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }
    .nav-dropdown ul li a {
        padding: 8px 10px;
    }
    .hero-section {
        margin-top: 0px;
    }
    header nav.navbar {
        background: #fff !important;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .collapseable-tabs-section .how-do-image {
        height: 300px;
        margin-top: 10px;
    }
    .row-alter-cont {
        flex-direction: column-reverse;
    }

    .useful-urls table thead {
        display: none;
    }
    .useful-urls table tbody tr {
        display: flex;
        flex-direction: column;
    }
    .useful-urls table tbody th:nth-child(1) {
        display: none;
    }
    .useful-urls table tbody td:nth-child(3) {
        color: #ec2527;
        word-break: break-all;
    }
    .useful-urls table tbody tr {
        padding: 10px 0px;
    }
    .useful-urls table tbody td {
        padding: 3px 10px;
    }
    .student-life {
        background: #fff !important;
        height: auto;
    }
    .companies-wrapper .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .companies-wrapper .row .col-md-2 {
        padding: 6px 12px;
    }
    .inner-banner::before {
        background-image: linear-gradient(90deg, #000000cc, #000000cc);
    }
    .hero-slider-list p {
        width: 100%;
    }
    nav.navbar.header-scrolled .header-logo {
    }
    nav.navbar.header-scrolled .header-logo {
        display: flex !important;
    }
}

@media only screen and (max-width: 600px) {
    .hero-section .hero-slider .hero-slider-list {
        height: 30vh;
    }
    .hero-content-center {
        padding-top: 30px;
    }
    .hero-content h2 span {
        font-size: 30px;
    }
    .hero-slider-list.first-bg {
        background: #fff !important;
    }
    .main-section {
        padding: 20px 0px !important;
    }
    .test-slider .test-prep-list img {
        height: 30px;
    }

    .section-title h2 {
        font-size: 24px;
    }
    .section-title.text-center {
        text-align: left !important;
    }
    .section-title.text-center h2::after {
        margin-left: 0;
        left: 0;
    }
    .collapseable-tabs-section .how-do-image {
        height: 150px;
    }
    .main-section.testimonial {
        margin-top: 30px;
    }
    .testimonial-wrapper .testimonial-slider .testimonial-list {
        padding: 15px;
    }

    .footer-widget-wrapper {
        padding: 50px 20px;
    }
    .footer-widget-title {
        padding-top: 16px;
    }
    .inner-banner {
        height: 180px;
    }
    .inner-banner .inner-banner-title h2 span {
        font-size: 26px;
        display: initial;
    }
    .cont-img {
        height: 150px !important;
    }
}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 480px) {
    .top-header a {
        font-size: 12px;
    }
    header {
        /* top: 26px; */
    }
}

@media only screen and (max-width: 320px) {
}
