html {
    scroll-behavior: smooth;
}

body {
    background: #f7f7f7;
    padding-top: 60px!important; 

}


/* college_section */

.college_section {
    padding: 20px 0;
}

.bottom_right {
    padding-left: 112px;
}

.college_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.college_left {
    width: 75%;
    padding: 0 15px;
}

.college_right_wrapper {
    width: 25%;
}

.college_right {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 20px;
}

.college_right h3 {
    color: #333;
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.list {
    margin: 0 0 15px;
}

.list li {
    padding: 5px 0;
}

.list li a {
    color: #333;
    cursor: pointer;
    transition: all .2s;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.list li a:hover {
    color: #348fd6;
}


/* top course list */

.top_course_fees {
    padding: 0px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 25px;
}

.top_course_fees h3 {
    color: #333;
    cursor: pointer;
    transition: all .2s;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 10px;
}

.top_course_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_course_list li {
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 5px);
    border: 1px solid #e8e8e8;
    padding: 10px;
    background-color: #fff;
}

.list_left {
    width: 30%;
}

.top_course_list h6 {
    margin: 0;
}

.top_course_list h6 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    transition: all .2s;
}

.top_course_list h6 a:hover {
    color: #348fd6;
}

.top_course_list span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #999;
}

.list_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    width: 70%;
    padding-left: 10px;
}

.apply_now {
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    background: #4dabe9;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: all .2s;
    line-height: 1.6;
    margin: 0 0 0 14px;
}

.apply_now:hover {
    color: #fff;
    background: #4dabe9;
}

.view_all {
    display: inline-block;
    cursor: pointer;
    transition: all .2s;
    color: #4dabe9;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    /*text-transform: uppercase;*/
}

/*.center {*/
/*    text-align: center;*/
/*}*/

.top_course_fees figure {
    float: left;
    margin-right: 10px;
    width: 250px;
}

.top_course_fees p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
}

.extra_sec {
    display: none;
}


/* header_nevigation */

.header_nevigation {
    background: #000;
    overflow: auto;
}

.header_nevigation ul {
    display: table;
    width: 100%;
    z-index: 60;
    padding: 0 15px;
    min-width: 1140px;
}

.header_nevigation ul li {
    display: table-cell;
    margin-right: 2px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.header_nevigation ul a {
    display: block;
    padding: 12px 0;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.header_nevigation ul li a:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #174f7a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header_nevigation ul li.active a {
    background: #174f7a;
    color: #fff;
}

.header_nevigation ul li a:hover {
    color: #fff;
}

.header_nevigation ul li a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.top_course_fees p strong {
    font-weight: 700;
}

.show_more a {
    margin-top: 0;
    padding: 12px 16px;
    display: block;
}

.course_wrapper {
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(207 207 207 / 50%);
}

.course_wrapper .top_course_fees {
    margin: 0;
}

/*.show_more {*/
/*    background-color: #4dabe9;*/
/*    text-align: center;*/
/*}*/

.top_course_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}

.social_wrapper a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 9px;
    border-radius: 50%;
    background-color: #bababa;
    align-items: center;
    justify-content: center;
}

.social_wrapper a svg {
    width: 80%;
}

.course_wrapper .top_course_head figure {
    width: 50px;
    height: 50px;
    float: none;
    border-radius: 50%;
    overflow: hidden;
}

.course_wrapper .top_course_head figure img {
    width: 100%;
    height: 100%;
}

.user_profile_info h6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.user_profile_info h6 a {
    font-size: 16px;
    color: #ff7900;
    line-height: 1.3;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

.user_profile_info h6 span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 9px;
}

.user_profile_info h6 span svg {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    height: 100%;
}

.user_profile {
    display: flex;
    width: calc(100% - 120px);
    align-items: center;
}

.user_profile_info {
    width: 100%;
}

.user_profile_info span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


/* header_top */

.header_top {
    padding: 10px 0 15px;
    background: #174f7a;
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 10px;
    white-space: nowrap;
    overflow: auto;
    margin: 0 0 10px;
}

.breadcrumb li:after {
    color: #b7b7b7;
    padding: 0 5px;
    content: "/\00a0";
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb li a:hover span {
    color: #348fd6;
}

.breadcrumb li span {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.breadcrumb li a span {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.bottom_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* .apply_now{
    display:inline-block;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    background: #fd6c73;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: all .2s;
    line-height: 1.6;
    margin:0;
} */

.bottom_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.bottom_left figure {
    width: 94px;
    height: 94px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.bottom_left figure img {
    width: 100%;
    height: 100%;
}

.bottom_left h1 {
    font-size: 24px;
    margin: 0 0 15px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.bottom_left span {
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-right: 15px;
    display: inline-block;
    line-height: 1.6;
}

.btn_wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.btn_wrap a {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    background: #fd6c73;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: all .2s;
    line-height: 1.6;
    margin-right: 10px;
}

.btn_wrap a.review_now {
    color: #ffffff;
    border: 1px solid #3aa6a7;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_now svg {
    width: 15px;
    margin-right: 10px;
}

.releated_news_cell {
    border: 1px solid #e8e8e8;
    background: #fff;
    min-height: 100%;
    margin: 10px;
}

.releated_news_cell figure {
    margin: 0 0 20px;
}

.releated_news_cell a {
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.releated_news_cell span {
    display: block;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}

.related_text {
    padding: 15px 10px;
}

.related_wrapper_inner {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #fff;
    padding: 15px 10px;
}

.related_news_slider {
    margin: 0 20px;
}

.related_wrapper_inner h3 {
    color: #333;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
}

.related_wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    font-size: 0;
    z-index: 999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #4dabe9;
    background: #4dabe9 url("../images/whiteI.png") no-repeat center center/contain;
}

button.slick-prev.slick-arrow {
    transform: rotate(180deg);
    transform-origin: center;
}

.related_wrapper {
    padding: 0 0 20px;
}

.related_wrapper .slick-arrow.slick-next {
    left: auto;
    right: -24px;
    cursor: pointer;
}

.nearby_colleges_bottom {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
}

.nearby_colleges_bottom a {
    display: inline-block;
}

.get_free {
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.shortlist {
    padding: 7px 15px;
    background: transparent;
    border: 1px solid #fd6c73;
    font-size: 14px;
    padding: 7px 15px 8px;
    border-radius: 2px;
    transition: all .2s;
    color: #fd6c73;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.nearby_colleges_cell {
    border: 1px solid #e8e8e8;
    background: #fff;
    min-height: 100%;
    margin: 10px;
}

.nearby_colleges_top {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nearby_colleges_top figure {
    width: 70px;
    height: 70px;
}

.nearby_colleges_top_text a {
    display: inline-block;
    display: inline-block;
    color: #333;
    cursor: pointer;
    transition: all .2s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.nearby_colleges_top_text span {
    display: block;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.6;
}

.nearby_colleges_top_text {
    width: calc(100% - 90px);
}

.nearby_colleges {
    padding: 0 20px;
}

.related_wrapper .nearby_colleges .slick-arrow {
    left: -6px;
}

.related_wrapper .nearby_colleges .slick-arrow.slick-next {
    left: auto;
    right: -6px;
}

.get_free i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/college-listing-icons.png") no-repeat;
    background-position: -24px -53px;
    margin-right: 10px;
}

.view_all {
    padding: 5px 0;
    /*text-align: center;*/
    width: 100%;
}

.view_all a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
}

.view_all a:hover {
    color: #348fd6;
}

.contact_detail_wrapper h3 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.cont_wrapper {
    display: flex;
    justify-content: space-between;
}

.c_right {
    height: 300px;
    width: 658px;
    margin-left: 20px;
    border: 1px solid #ccc;
    order: 2;
}

.c_left {
    order: 1;
}

.c_left ul li {
    display: flex;
    justify-content: flex-start;
    padding: 8px 0;
}

.c_left li span {
    color: #999;
    display: inline-block;
    width: 20%;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 13px;
}

.c_left li strong {
    width: 80%;
    padding-left: 10px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 13px;
    color: #333;
}


/*
 Table Of Contents
 1.) Media Query for Handheld Devices
 2.) Media Query for Tablet
 3.) Media Query for mobile
 ===============================================*/


/*
 1.) Media Query for Handheld Devices
 ===============================*/

@media only screen and (max-width:1169px) {
    .top_course_list li {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    .btn_wrap a {
        font-size: 12px;
        padding: 10px 8px;
    }
}


/*
 2.) Media Query for Tablet
 ===============================*/

@media only screen and (max-width:992px) {
    .college_left {
        width: 100%;
        padding: 0;
    }
    .college_right_wrapper {
        width: 100%;
    }
    .cont_wrapper {
        flex-wrap: wrap;
    }
    .c_left {
        width: 50%;
    }
    .c_right {
        height: 200px;
        width: 50%;
        margin-left: 0px;
    }
    .bottom_header {
        flex-wrap: wrap;
    }
    .bottom_left {
        width: 100%;
        margin: 0 0 10px;
    }
    .bottom_header {
        width: 100%;
    }
}


/*
 3.) Media Query for mobile
 ===============================*/

@media only screen and (max-width:767px) {
    .college_right {
        
    }
    .top_course_head {
        flex-wrap: wrap;
    }
    .user_profile {
        width: 100%;
        margin: 0 0 10px;
    }
    .social_wrapper {
        width: 100%;
        text-align: left;
    }
    .course_wrapper .top_course_head figure {
        width: 45px;
        height: 40px;
        margin: 0 10px 0 0;
    }
    .bottom_header,
    .bottom_left {
        flex-wrap: wrap;
        justify-content: center;
    }
    .bottom_right {
        margin-top: 30px;
        padding-left: 0px;
    }
    .btn_wrap a {
        margin: 0 10px;
    }
    .c_right {
        height: 200px;
        width: 100%;
        margin: 0 0 10px;
        order: 1;
    }
    .c_left {
        width: 100%;
        text-align: left;
        padding-top: 100px;
    }
    .related_wrapper_inner {
        text-align: center;
    }
    .c_left li span {
        width: 30%;
    }
    .c_left li strong {
        width: 70%;
    }
    .nearby_colleges_top_text {
        text-align: left;
    }
    .top_course_fees figure {
        width: auto;
    }
}

@media only screen and (max-width:575px) {
    .top_course_list li {
        width: calc(100% - 10px);
        flex-wrap: wrap;
        display: inline-block;
        margin: 0 5px;
    }
    .top_course_list {
        display: block;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 15px;
    }
    .list_left {
        width: 100%;
        text-align: center;
    }
    .list_right {
        display: block;
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
    .apply_now {
        margin: 10px 0;
    }
    .top_course_fees h3 {
        font-size: 16px;
        margin: 0 0 10px;
        text-align: center;
    }
    .top_course_fees figure {
        float: none;
        margin: 0 0 10px;
        text-align: center;
    }
    .top_course_fees p {
        font-size: 13px;
        
    }
    .bottom_left h1 {
        font-size: 18px;
        text-align: center;
    }
    .text_wrap {
        text-align: center;
    }
    .btn_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn_wrap a {
        margin: 0;
    }
    .btn_wrap a.review_now {
        margin: 0 0 10px;
        width: 100%;
    }
    .bottom_right {
        margin-top: 0;
    }
    .btn_wrap a {
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }
    .releated_news_cell figure img {
        width: 100%;
    }
    .bottom_left figure {
        margin: 0 0 20px;
    }
}