@font-face {
    font-family: "arial-rounded-mt-bold";
    src: url("https://candyfonts.com/wp-data/2019/04/06/51392/ARLRDBD.TTF") format("woff"),
    url("https://candyfonts.com/wp-data/2019/04/06/51392/ARLRDBD.TTF") format("opentype"),
    url("https://candyfonts.com/wp-data/2019/04/06/51392/ARLRDBD.TTF") format("truetype");
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.text-right {
    text-align: right !important;
}

.mb-fix-0 {
    margin-bottom: 0 !important;
}

.text-justify {
    text-align: justify !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.font-bold {
    font-weight: bold !important;
}


.font-style-1 p {
    font-size: 21px !important;
}

.font-size-12-bold {
    font-size: 12px !important;
    font-weight: bold !important;
}

.font-size-13-bold {
    font-size: 13px !important;
    font-weight: bold !important;
}

.font-size-14-bold {
    font-size: 14px !important;
    font-weight: bold !important;
}

.font-size-15-bold {
    font-size: 15px !important;
    font-weight: bold !important;
}

.font-size-16-bold {
    font-size: 16px !important;
    font-weight: bold !important;
}

.font-size-17-bold {
    font-size: 17px !important;
    font-weight: bold !important;
}

.font-size-18-bold {
    font-size: 18px !important;
    font-weight: bold !important;
}

.font-size-19-bold {
    font-size: 19px !important;
    font-weight: bold !important;
}

.font-size-20-bold {
    font-size: 20px !important;
    font-weight: bold !important;
}

a {
    text-decoration: none !important;
}

.owl_slider {
    margin: 30px 0 0px 0 !important;
}

.sliderRow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.sliderColumnUniversityPage {
    border: 1px solid #607D8B;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    /* min-height: 300px !important; */
    /* max-height: 300px !important; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
}

.sliderColumnUniversityPage h3 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
}

.sliderColumnUniversityPage h4 {
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
    color: #607D8B;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sliderColumnUniversityPage h5 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
}


.sliderColumnScientistPage {
    border: 1px solid #607D8B;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    min-height: 300px !important;
    max-height: 300px !important;
}

.sliderColumnScientistPage h3 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 14px;
    text-decoration: none !important;
}

.sliderColumnScientistPage h4 {
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
    color: #607D8B;
    font-size: 18px;
    text-decoration: none !important;
}

.sliderColumnScientistPage h5 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 14px;
    text-decoration: none !important;
}


.sliderAvatarDivUniversityPage {
    /* min-height: 125px !important; */
    /* height: 125px !important; */
    /* max-height: 125px !important; */
    /* height: auto!important; */
    /* overflow: hidden; */
    /* max-height: inherit!important; */
}

.sliderAvatarDivScientistPage {
    min-height: 100px !important;
    height: 100px !important;
    max-height: 100px !important;
    overflow: hidden;
}

.sliderAvatar {
    width: 90px !important;
    height: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 5px 0;
}

.owl-carousel-1 .owl-nav,
.owl-carousel-2 .owl-nav {
    text-align: center;
    font-size: 78px;
}

.owl-carousel-1 .owl-nav button.owl-prev,
.owl-carousel-2 .owl-nav button.owl-prev {
    position: absolute;
    left: -2%;
    top: 25%;
}

.owl-carousel-1 .owl-nav button.owl-next,
.owl-carousel-2 .owl-nav button.owl-next {
    position: absolute;
    right: -2%;
    top: 25%;
}

.owl-carousel .owl-stage {
    padding: 15px 0;
}

.baslik {
    font-size: 25px;
    font-weight: 700;
    color: #253D9A;
}

@media screen and (min-width: 575px) {
    .sliderColumn:hover {
        transition: all .2s ease-in-out;
        transform: translateY(-10px);
    }
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .sliderColumnUniversityPage {
        width: 100%;
        left: 0%;
        transform: translate(-60%);
    }

    .sliderColumnUniversityPage h4 {
        overflow: hidden;
        margin-bottom: 0.1rem;
    }

    .sliderColumnUniversityPage h3 {
        margin-bottom: 0.1rem;
    }

    .sliderColumnScientistPage {
        width: 100%;
        left: 0%;
        transform: translate(-60%);
    }

    .sliderColumnScientistPage h4 {
        min-height: 40px !important;
        height: 60px !important;
        max-height: 60px !important;
        overflow: hidden;
        margin-bottom: 0.1rem;
    }

    .sliderColumnScientistPage h3 {
        margin-bottom: 0.1rem;
    }

    .sliderAvatarDivUniversityPage {
        min-height: 40px !important;
        height: 75px !important;
        max-height: 75px !important;
    }

    .sliderAvatarDivScientistPage {
        min-height: 40px !important;
        height: 75px !important;
        max-height: 75px !important;
    }

    .sliderAvatar {
        height: auto;
        max-height: 75px !important;
    }

    .owl-carousel-1 .owl-nav button.owl-prev,
    .owl-carousel-2 .owl-nav button.owl-prev {
        display: none !important;
        /*top: 30%;
        left: 6%;*/
    }

    .owl-carousel-1 .owl-nav button.owl-next,
    .owl-carousel-2 .owl-nav button.owl-next {
        display: none !important;
        /*top: 30%;
        right: 6%;*/
    }

    .baslik {
        text-align: center;
        font-size: 21px;
    }

    .owl-item {
        /*width: 120px !important;*/
    }
}

.university-no-terpopuler2 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 43px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    overflow: hidden;
    text-align: left;
    line-height: 50px;
    transition: ease all 0.4s;
    float: left;
    width: 13px !important;
    margin-top: 5px !important;
}

.university-no-terpopuler2-text {
    margin: 3px 0 0 15px;
    font-size: 15px !important;
    text-align: left;
    font-weight: 700;
    color: #607D8B;
}

.university-no-terpopuler2-counter {
    margin: 3px 0 0 0px;
    font-size: 15px !important;
    /*text-align: right;*/
    color: #607D8B;
    font-weight: normal;
}

.university-top-5-scientist-avatar {
    float: left;
    min-width: 60px !important;
    max-width: 60px !important;
    min-height: 60px !important;
    height: 60px !important;
    max-height: 60px !important;
    margin: 0 5px 0 0 !important;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start;

}

.university-top-5-scientist-avatar img {
    max-height: 60px;
    width: auto !important;
    margin: 0 auto !important;

}

.university-top-5-scientist-div {
    height: 60px;
}

.university-no-terpopuler2-subjects {
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
    color: #78909C;
    text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 575px) {

    .university-no-terpopuler2 {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 33px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        overflow: hidden;
        text-align: left;
        line-height: 50px;
        transition: ease all 0.4s;
        float: left;
    }

    .university-no-terpopuler2-counter {
        margin: 3px 0 0 0px;
        font-size: 13px !important;
        color: #607D8B;
        font-weight: normal;
    }

    .university-no-terpopuler2-subjects {
        font-size: 11px !important;
    }
}


.no-terpopuler3 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 60px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    text-align: left;
    transition: ease all 0.4s;
    padding-left: 10px !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .no-terpopuler3 {
        padding-left: 0px !important;
        font-size: 45px !important;
    }
}

.no-terpopuler2 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 100px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    text-align: left;
    transition: ease all 0.4s;
}

.no-terpopuler {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 100px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    text-align: left;
    line-height: 120px;
    transition: ease all 0.4s;
    /*

    padding: 0px 8px 0 5px;
    */
}

.no-terpopuler-10 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 100px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    letter-spacing: -0.4em;
    text-align: left;
    line-height: 120px;
    transition: ease all 0.4s;
    white-space: pre;
    /*

    padding: 0px 8px 0 5px;
    */
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .no-terpopuler {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 90px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 32px;
        overflow: hidden;
        letter-spacing: -0.4em;
        text-align: left;
        line-height: 120px;
        transition: ease all 0.4s;
        white-space: pre;
    }

    .no-terpopuler-10 {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 100px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 32px;
        overflow: hidden;
        letter-spacing: -0.4em;
        text-align: left;
        line-height: 120px;
        transition: ease all 0.4s;
        white-space: pre;
        /*

        padding: 0px 8px 0 5px;
        */
    }
}

.select2-container {
    width: 100% !important;
}

.top-list-country-select {
    min-width: 100%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 16px;
}

.select2-container--default .select2-selection--single {
    padding: 6px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #607D8B !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    color: #fff;
    font-size: 1.3em;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: -1px !important;
    right: -1px !important;
    height: 39px !important;
    background: #607D8B !important;
    border-radius: 0 4px 4px 0 !important;
    width: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 12px 8px 0 8px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    margin-left: -8px !important;
    margin-top: -4px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #607D8B !important;
}

.select2-dropdown.select2-dropdown--below {

}

.select2-results__option {
    padding: 8px 5px !important;
    color: #444444 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff !important;
}

.hr-custom-1 {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 1) 50%, rgba(0, 212, 255, 0) 100%);
}


/*.share .btn{width:100%;justify-content:space-between;}
.share .dropdown-menu{width:100%;}*/
.share-left {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal_dropdown_dialog {
    width: 100% !important;
    top: calc(20% - 24px) !important;
}

.share_modal {
}

.share_modal a i {
    color: #253D9A !important;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.share_modal a {
    margin-right: 15px;
    display: inline-block;
    /*color: #566a81;*/
    color: #253D9A;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    line-height: 14px;
    font-weight: 500;
}

.share_modal_div .share_modal a a:last-child {
    margin-right: 0 !important;
}

.md-drpdwn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 30px;
    margin: 4px;
    opacity: 1;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    /*width: 148px;*/
    /*width: 100% !important;*/
    width: 100px !important;
}

.md-drpdwn > img {
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    vertical-align: top;
    width: 20px;
}

.md-drpdwn span {
    color: #FFFFFF !important;
}

.md-drpdwn[data-network='facebook'] {
    background-color: #4267B2;
}

.md-drpdwn[data-network='twitter'] {
    background-color: #55acee;
}

.md-drpdwn[data-network='linkedin'] {
    background-color: #0077b5;
}

.md-drpdwn[data-network='whatsapp'] {
    background-color: #25d366;
}

.md-drpdwn[data-network='email'] {
    background-color: #7d7d7d;
}

.md-drpdwn[data-network='baidu'] {
    background-color: #000000;
}

.md-drpdwn[data-network='pinterest'] {
    background-color: #CB2027;
}

.md-drpdwn[data-network='telegram'] {
    background-color: #0088cc;
}

.md-drpdwn[data-network='renren'] {
    background-color: #005baa;
}

.md-drpdwn[data-network='weibo'] {
    background-color: #ff9933;
}

.md-drpdwn[data-network='vk'] {
    background-color: #4c6c91;
}

@media screen and (min-width: 575px) {
    .column-w-1 {
        min-width: 200px;
    }
}

.fz-9 {
    font-size: 9px !important;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-11 {
    font-size: 11px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-19 {
    font-size: 19px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-21 {
    font-size: 21px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-23 {
    font-size: 23px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.top-list-cover-img {
    margin: 0 auto;
    width: 100% !important;
}

.compare-please-select {
    text-align: center;
    padding: 0px 30px 20px 30px;
    font-family: "Arial Rounded MT Bold", Arial, Tahoma !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #103f81;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: left !important;
    font-weight: bold;
    height: 26px;
    margin-right: 0 !important;
    padding-right: 0;
    width: 4% !important;
    text-align: right !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 94% !important;
    float: left !important;
    text-align: left !important;
}

.border-none {
    border: none !important;
}

.compare-social-icon {
    max-width: 42px !important;
    max-height: 42px !important;
}

.compare-social-icon.disabled {
    opacity: 0.5;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .vertical-text-only-mobile {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
        display: inline-block;
        overflow: visible;
    }

    .mobile-margin-left-0 {
        margin-left: 0px !important;
    }

    .mobile-margin-top-5 {
        margin-top: 5px !important;
    }

    .mobile-margin-top-10 {
        margin-top: 10px !important;
    }

    .mobile-margin-top-20 {
        margin-top: 20px !important;
    }

    .mobile-margin-top-25 {
        margin-top: 25px !important;
    }

    .mobile-margin-top-30 {
        margin-top: 30px !important;
    }

    .mobile-margin-top-40 {
        margin-top: 40px !important;
    }

    .mobile-margin-top-50 {
        margin-top: 50px !important;
    }

    .mobile-margin-bottom-0 {
        margin-bottom: 0px !important;
    }

    .mobile-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .mobile-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .mobile-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .mobile-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .mobile-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .mobile-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .mobile-margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .mobile-margin-bottom-50 {
        margin-bottom: 50px !important;
    }
}

@media screen and (min-width: 575px) {
    .vertical-text-only-mobile {
        writing-mode: horizontal-tb;
        display: inline-block;
        overflow: visible;
    }

}

.top5ScientistsRow {
    border: 1px solid #607D8B;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    min-height: 475px !important;
    /*max-height: 275px !important;*/
}

.top5ScientistsRow-h4 {
    font-size: 19px !important;
}

.top5ScientistsRow h3 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
    width: 100% !important;
}

.top5ScientistsRow h4 {
    font-weight: bold;
    color: #607D8B;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    margin: 0 auto !important;
}

.top5ScientistsRow h5 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .top5ScientistsRow {
        margin: 0 30px !important;
    }

    .top5ScientistsRow h4 {
        min-height: 30px !important;
        height: 30px !important;
        max-height: 30px !important;
        overflow: hidden;
    }

    .top5ScientistsRow-h4 {
        padding-top: 10px !important;
        font-size: 19px !important;
    }

}

.first_10_scientists_title_text {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
}

.first_10_scientists_title_world_rank {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right !important;
}

.universities_in_title_text {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    height: 100% !important;
    margin: auto !important;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
}

.border-bottom-1 {
    border-bottom: 1px #dee2e6 solid !important;
}

.font-style-2 {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #607d8b;
}

.compares2 .centered-btn-wrapper .btn {
    margin: 0 auto;
}

.compares2 .centered-btn-wrapper .share .btn i:last-child {
    background-color: transparent;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .compares2 .centered-btn-wrapper {
        order: -1;
        margin-bottom: 10px;
    }

    .compares2 #university_infomation_title {
        height: auto !important;
    }

    .compares2 #university_infomation_othernames {
        align-items: stretch;
    }

    .compares2 .container .row.border-1, .compares2 .container .row.border-left-1 {
        align-items: stretch;
    }

    .compares2 .container .style-5, .compares2 .container .style-4, .compares2 .container .style-3, .compares2 .container .style-2 {
        height: 100%;
    }

    .compares2 .container .row.border-1 .style-2, .compares2 .container .row.border-left-1 .style-2,
    .compares2 .container .row .style-3, .compares2 .container .row .style-3,
    .compares2 .container .row .style-4, .compares2 .container .row .style-4,
    .compares2 .container .row.border-1 .style-4, .compares2 .container .row.border-left-1 .style-4 {
        height: inherit;
        background: #ECEFF1;
        border-color: #CFD8DC;
        font-size: 15px;
        font-weight: 700;
        color: #607D8B;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 5px;
        font-size: 12px;
        line-height: 14px;;
    }

    .no-terpopuler {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 40px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 22px;
        overflow: hidden;
        letter-spacing: -0.4em;
        text-align: left;
        line-height: 36px;
        transition: ease all 0.4s;
        white-space: pre;
    }

    .no-terpopuler-10 {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 32px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 35px;
        overflow: hidden;
        letter-spacing: -0.09em;
        text-align: left;
        line-height: 36px;
        transition: ease all 0.4s;
        white-space: pre;
    }

    .compares2 .word_rank .mt-15.style-1.text-center .row > div {
        flex: 0 0 auto;
        width: 50%;
    }

    .first_10_scientists_title_text {
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center !important;
    }

    .first_10_scientists_title_world_rank {
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center !important;
    }

    .universities_in_title_text {
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
    }

    .most_popular_article {
        text-align: left;
        font-size: 12px !important;
        line-height: 20px !important;
        font-weight: bold;;
    }

    .most_popular_article_text {
        text-align: justify;
        font-size: 14px !important;
        line-height: 20px !important;
    }


}

.most_popular_article_text {
    text-align: justify;
}

.most_popular_article {
    text-align: left;
    font-size: 16px;
    line-height: 20px !important;
}

.border-top-1 {
    border-top: 1px #dee2e6 solid !important;
}

@media screen and (min-width: 576px) {
    .according_to_height_fix {
        height: 83px !important;
    }
}

section.owl_slider.mt-0 {
    margin-top: 0px !important;
}

section.owl_slider.mt-0 .owl-dots {
    display: none;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 30px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 12px !important;
    }
}

.text-color-white {
    color: #ffffff !important;
}
.text-color-black {
    color: #000000 !important;
}
.text-color-red {
    color: #ce0000 !important;
}

.badge .text-left ,
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

div.compare-university-div a.compare-university i {
    margin-right: 12px !important;
}

div.compare-university-div a.compare-university {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scientistTopPercent2 {
    font-weight: bold;
    color: #ce0000;
}

.scientistTopPercent {
    font-weight: bold;
    color: #1E6D3D;
}

.scientistTopPercent2Blink {
    animation: blinker 2.1s linear infinite;
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.compare-top-5-scientists-height-fix {
    height: 80px !important;
}

.compare-rank_world-text-align {
    text-align: right !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .compare-rank_world-text-align {
        text-align: center !important;
    }

    .compare-top-5-scientists-height-fix {
        height: 40px !important;
    }

    .mobile-text-center {
        text-align: center !important;
    }
}

#compare_cms_data p {
    text-indent: unset !important;
    text-align: justify !important;
    margin: 0 auto !important;
}

.margin-0-auto {
    margin: 0 auto !important;
}

.valid-feedback2 {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .775em;
    font-weight: bold;
    color: #65828f !important;
}

.invalid-feedback2 {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .775em;
    font-weight: bold;
    color: #ce0000 !important;
}


.university-border-right-style-1 {
    border-right: 1px #ebeff1 solid !important;
}

.padding-0 {
    padding: 0px !important;
}


.print_display {
    display: flex !important;
    align-content: center;
    justify-content: center;
    padding: 7px 0 !important;
}

.form_floating_label {
    left: 0 !important;
}

.text_indent_reset > p {
    text-indent: 0 !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    #adscientificindex_header > .google-auto-placed {
        display: none !important;
    }
}

.padding-left-15{
    padding-left: 15px !important;
}

#according_to_ranks_title {
    background: #A1B5C2 !important;
}


.height-10{
    height: 10px; /* You must set a specified height */
}
.height-20{
    height: 20px; /* You must set a specified height */
}
.height-30{
    height: 30px; /* You must set a specified height */
}
.height-40{
    height: 40px; /* You must set a specified height */
}
.height-50{
    height: 50px; /* You must set a specified height */
}
.height-80{
    height: 80px; /* You must set a specified height */
}

.hero-avatar {
    background-color: #cccccc; /* Used if the image is unavailable */

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.kirmizi-yildiz{
    font-weight: bold;;
    font-size: 14px !important;
    color: #ce0000 !important;
}

.university-featured-text{
    color: #FFFFFF;
    text-decoration: underline !important;
    font-size: 17px !important;
    animation-name: blinking;
    animation-duration: 3s;
    animation-iteration-count: 100;
}
@keyframes blinking {
    50% {
        color: #ffcd5f;
    }
}
