@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

body {
    font-family: 'Comfortaa', Verdana, Geneva, Tahoma, sans-serif !important;
}

h1,
h2,
h3:not(footer-component h3),
h4,
h5,
h6 {
    color: #006699;
}
a:not(.faq a){
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.btn-primary {
    background-color: #006699;
}

.btn-primary:hover {
    background-color: #005588;
}


.row.vertical-divider {
    overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
    /* padding-bottom: 100px;
    margin-bottom: -100px; */
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

.row.vertical-divider div[class^="col-"]:first-child  {
    border-left: none;
}

.row.vertical-divider div[class^="col-"]:last-child {
    border-right: none;
}

.nav-item.active {
    color: #006699;
    font-weight: 600;
}

.navbar-text {
    padding-right: 1rem !important;
}

.btn-outline-primary {
    border-color: #006699;
}

.btn-outline-primary:hover {
    border-color: #006699;
    background-color: #006699;
    color: #FFFFFF !important;
}

em.error.fail-alert {
    color: red;
    line-height: 1;
    padding: 4px 0px 0px 0px;
    font-size: 0.8rem;
}


#firstNav {
    height: 52px;
    background-color: #006699 !important;
}

#secondNav {
    height: 85px;;
}

.nav-link.active {
    background-color: inherit !important;
    color: inherit !important;
    border-bottom: 2px solid #006699 !important;
    border-radius: 0px !important;
}

#testimonials-slider .carousel-indicators li{
    background-color: #D3D3D3 !important;
}
#testimonials-slider .carousel-indicators li.active{
    background-color: #006699 !important;
}

#college-autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
}
#college-autocomplete .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
#college-autocomplete .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
#college-autocomplete .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
#college-autocomplete .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#secondNav {
    background-color: #F5F5F5;
}
#top-colleges-section {
    background-color: #FFFFFF;
}
#recent-reviews-section {
    background-color: #F5F5F5;
}

#search-college {
    position: absolute;
    top: 25vh;
}

.carousel:not(#testimonials-slider){
    height: calc(50vh - 85px) !important;
    width: auto;
    overflow: hidden;
}

.faq-answer, .faq-answer p {
    text-align: justify;
}
.carousel .carousel-inner .carousel-item img {
    height: 500px !important;
}

#college-detail-banner-section, .college-detail-section {
    position: relative;
    float: left;
    width: 100%;
}

#college-detail-banner-section .college-detail-banner-image img {
    float: left;
    width: 100%;
    height: calc(100vh - 85px);
    -o-object-fit: cover;
    object-fit: cover;
}

#college-detail-banner-section .college-detail-banner-text {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#college-detail-banner-section .college-detail-banner-text h2 {
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 60px;
    line-height: 35px;
}

#college-detail-banner-section .college-detail-banner-text a {
    padding: 10px 25px;
    background: rgb(0, 0, 153);
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#college-detail-banner-section .college-detail-banner-text a i {
    margin-left: 10px;
    -webkit-animation: 2s linear bounce infinite;
    animation: 2s linear bounce infinite;
    -webkit-transition: .05s;
    -o-transition: .05s;
    transition: .05s
}

#college-detail-info-section {
    background-color: #F5F5F5;
}

.d-inline-block.btn.text-decoration-none.text-white.text-capitalize.text-right.font-weight-bolder.mr-2:hover {
    background-color: rgb(62, 174, 141);
    color: rgb(255, 255, 255);
    font-size: 12px !important;
    font-family: poppins;
}

.college-detail-page-non-banner-content {
    float: left;
    width: 100%;
    position: relative;
}

.goback-btn i {
    padding-right: 1rem;
}

.faq-header {
    font-weight: 900 !important;
}

#navbarNavSecond .dropdown-menu {
    max-height: calc(100vh - 85px);
    overflow-y: auto;
}

.autocomplete-items {
    max-height: 50vh;
    overflow-y: auto;
}

.call-now-btn {
    color: #FFFFFF !important;
}

#college-list-filters-nav {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

#college-list-filters-nav .dropdown-menu {
    padding: 1rem;
}

#college-list-filters-nav .filter-actions {
    margin-bottom: 1rem;
}

#college-list-filters-nav .navbar-brand {
    font-size:16px;
}

#college-list .card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

#college-list .college-info-text {
    line-height: 1.25;
    min-height: 3.75em;
    max-height: 3.75em;
    overflow: hidden;
    text-overflow:ellipsis;
}

.dropdown-item:hover {
    background-color: #006699;
    color: #FFFFFF;
}

#lead-generation-form-card {
    background-color: #F8F9FA;
}

/* college details page */

.college-header {
    width: 100%;
    min-height: 193px;
    height: 100%;
    overflow: hidden;
    position: relative;
    font-family: "ss1","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.overlay {
    position: absolute;
    width: 100%;
    min-height: 193px;
    height: 100%;
    top: 0px;
    background-image: linear-gradient(to top,rgba(0,0,0,0.3),#323c4f);
}
.college-header .banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.college-header .wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 80px 30px 10px;
}
.college-info-cls {
    min-height: 104px;
}
.college-header .wrapper .college-info .logo {
    padding: 5px;
    border-radius: 8px;
}
.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
}
.text-tiny {
    font-size: 0.625rem;
}
.text-silver {
    color: #999;
}
.college-header .wrapper .college-info .college-data h1 {
    font-size: 26px;
    line-height: 32px;
}
.college-header .wrapper .college-info .other-info {
    min-height: 102px;
}
.other-info-cls {
    min-width: 262px;
}
.college-header .wrapper .college-info .other-info .shortlist {
    width: 100px;
}
.college-header .wrapper .college-info .other-info .shortlist .icon {
    border: 3px solid rgba(255,255,255,0.54);
    border-radius: 29px;
    padding: 10px 7px 5px;
    height: 50px;
    width: 50px;
    fill: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background-color: transparent;
}
.college-header .wrapper .college-info .other-info .rating-info .rating .rating-val {
    font-size: 39px;
    -webkit-letter-spacing: 0.6px;
    -moz-letter-spacing: 0.6px;
    -ms-letter-spacing: 0.6px;
    letter-spacing: 0.6px;
    color: #ffdb00;
}
.college-header .wrapper .college-info .other-info .rating-info .rating-data .rating-icons .dot {
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.college-header .wrapper .college-info .other-info .rating-info .contact-link button {
    font-size: 12px;
    border: 2px solid #c4c6c9;
    padding: 3px 9px;
    border-radius: 25px;
    line-height: 20px;
    background: transparent;
    -webkit-transition: 0.2s all ease;
}
.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}

.extra-info {
    margin-right: 3px;
    margin-top: 1px;
    height: 12px;
    vertical-align: text-top;
    font-size: 11px !important;
    background-position: -52px 2px;
    font-weight: 600;
    color: white;
}
/* college details page */

/* Media Queries */
@media screen and (max-width: 311px) {
    #firstNav .navbar-text, #firstNav .call-now-btn {
       font-size: 0.5rem;
    }
}
@media screen and (max-width: 342px) and (min-width:312px) {
    #firstNav .navbar-text, #firstNav .call-now-btn {
       font-size: 0.6rem;
    }
}
@media screen and (max-width: 374px) and (min-width:343px) {
    #firstNav .navbar-text, #firstNav .call-now-btn {
       font-size: 0.7rem;
    }
}
@media screen and (max-width: 406px) and (min-width:375px) {
    #firstNav .navbar-text, #firstNav .call-now-btn {
       font-size: 0.8rem;
    }
}
@media screen and (max-width: 437px) and (min-width:407px) {
    #firstNav .navbar-text, #firstNav .call-now-btn {
       font-size: 0.9rem;
    }
}
@media screen and (max-width: 575px){
    #college-detail-banner-section .college-detail-banner-image img {
       height: 50vh;
    }
}
@media screen and (max-width: 599px) and (min-width: 575px) {
    #secondNav .nav-item, #secondNav .navbar-text, #secondNav .call-now-btn {
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 994px) and (min-width: 600px) {
    #secondNav .nav-item, #secondNav .navbar-text, #secondNav .call-now-btn {
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 1061px) and (min-width: 995px) {
    #secondNav .nav-item, #secondNav .navbar-text, #secondNav .call-now-btn {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1062px) {
    .nav-item, .navbar-text, .call-now-btn {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    #search-college {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 991px) {
    #navbarNavSecond .dropdown-menu {
        max-height: 50vh;
    }
    .row.vertical-divider > div[class^="col-"] {
        border-left: none;
        border-right: none;
    }
    #secondNav {
        top: 52px;
    }
    #secondNav .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -60%;
        transition: all 0.5s ease;
    }

    #secondNav .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        flex-direction: column;
        height: auto;
        width: 60%;
        transition: right 0.5s ease;
        background-color: #FFFFFF;
        padding: 1rem;
    }

    .call-now-btn {
        color: #006699 !important;
        background-color: #FFFFFF;
    }
    .call-now-btn:hover {
        background-color: #F5F5F5 !important;
        color: #006699 !important;
    }
}

@media screen and (max-width: 1200px) {
    #college-detail-banner-section .college-detail-banner-text h2 {
        max-width: 90%;
        line-height: 35px;
        margin-bottom: 20px;
    }
}