.studizz-nav {
    background-color: #FFFFFF !important;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .studizz-logo {
        height: 70px;
    }
}


.header-wrapper {
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #fff;
}

.loader {
    animation: spin 1s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #3d59da;
    border-top-color: #3d59da;
    box-sizing: border-box;
    height: 20vmin;
    position: relative;
    width: 20vmin;
    z-index: 1;
}

.loader:before {
    animation: spin 2s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #65bbde;
    border-top-color: #65bbde;
    box-sizing: border-box;
    content: "";
    height: 16vmin;
    left: 0;
    position: absolute;
    top: 0;
    width: 16vmin;
}

.loader:after {
    animation: spin 3s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #aa3971;
    border-top-color: #aa3971;
    box-sizing: border-box;
    content: "";
    height: 12vmin;
    left: 2vmin;
    position: absolute;
    top: 2vmin;
    width: 12vmin;
}


.search-nav {
    border-radius: 10px !important;
}

.btn-primary.call-action {
    background-color: #aa3971;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    border: 1px #aa3971 solid;
    color: white;
    text-transform: uppercase;
}

.btn-primary.call-action:hover {
    background-color: #aa3971D9;
    border: 1px #aa3971D9 solid;
    color: white;
    cursor: pointer;
}

.btn-primary.call-action.fb {
    background-color: #3b5998;
    border: 1px #3b5998 solid;
    color: white;
}

.btn-primary.call-action.fb:hover {
    background-color: #4b5f8bD9;
    border-color: #4b5f8bD9;
    box-shadow: 0 2px 5px -1px #C6C6C6;

}

.btn-primary.call-action.google {
    background-color: #DB4437;
    border-color: #DB4437;
    box-shadow: 0 2px 5px -1px #C6C6C6;

}

.btn-primary.call-action.google:hover {
    background-color: #d45145D9;
    border-color: #d45145bf;
    box-shadow: 0 2px 5px -1px #C6C6C6;

}

.btn-primary.call-action.linkedin {
    background-color: #0e76a8;
    border-color: #0e76a8;
    box-shadow: 0 2px 5px -1px #C6C6C6;

}

.btn-primary.call-action.linkedin:hover {
    background-color: #0e76a8D9;
    border-color: #0e76a8D9;
    box-shadow: 0 2px 5px -1px #C6C6C6;

}

.btn-secondary.call-action {
    background-color: #aa3971;
    border-radius: 5px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    border: 1px #aa3971 solid;
    color: white;
    text-transform: uppercase;
}

.btn-secondary.call-action:hover {
    background-color: #bb7b9bD9;
    border-color: #bb7b9bD9;
    box-shadow: 0 2px 5px -1px #C6C6C6;

}

.btn-group.call-action {
    box-shadow: 0 2px 5px -1px #C6C6C6;
    border-radius: 5px;
    width: 150px;

}

.generic-card {
    box-shadow: 0 20px 61px rgba(65, 62, 101, 0.14);
}


.modal-header.modal-custom {
    background-color: #3D59A3;
    color: white;
}

.modal-header.modal-custom > h2 {
    color: white;
    font-weight: bold;
}

.modal-subtitle {
    font-weight: bold;
}

.generic-input {
    border-color: #6c757d;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    height: 40px;
}

.form-group > .select2-container {
    width: 100% !important;

}

.col-sm-9 > .select2-container {
    width: 100% !important;

}

.select2-container--default .select2-selection--single {
    border-color: #6c757d;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.select2-selection__arrow {
    top: 8px !important;
}


.card-header.school-card {
    font-weight: bold;
    background-color: #3D59A3;
}

.card-header.school-card h4 {
    color: white;
    font-weight: bold;
}

.top-school-card {
    box-shadow: 0 20px 61px rgba(65, 62, 101, 0.14);

}

.card.school-card {
    box-shadow: 0 20px 61px rgba(65, 62, 101, 0.14);
}


.card-img-top.school-card {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.modal-dialog.modal-dialog-centered.video {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body.video {
    position: relative;
    padding: 0;
}

.close.video {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.error-container {
    margin-top: 10vh;
    display: none;
}

.banner-modal {
    background-color: #f7f7f8;
}

.banner-modal > .img-fluid {
    max-height: 300px !important;
}

.btn-next:hover {
    cursor: pointer;
}

.btn-previous:hover {
    cursor: pointer;
}

.generic-alert-danger {
    display: none;
}

.loader {
    display: none;
    margin-top: 15vh;
    margin-bottom: 15vh;
}

.separator-formations {
    margin: 7px;
    border: none;
}

.btn-group.search {
    margin-bottom: 1vh;
}

/*
.map {
    padding-right: 0;
    padding-left: 0;
}
*/

@media (max-width: 991px) {

    #map {
        height: 85vh;
        z-index: 1;
        /*margin-top: 15px;*/
    }

    #pagination-nav {
        margin-bottom: 15px;
    }
}
/*
@media (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }


    #map {
        height: 100%;
        z-index: 1;
    }
}
*/


@media (max-width: 991px) {
    .footer-wrapper {
        margin-top: -10px;
    }
    #map{
        height: 60vh;
    }
}

.card-title.link {
    font-size: 22px;
    color: white;
    font-weight: bold;
}

.card-title.link:hover {
    color: lightgrey;
}

.formation-link {
    font-size: 13px;
    color: lightgrey;
}

.formation-link:hover {
    color: white;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
    padding: 7px;
}


.footer-wrapper {
    background-color: #3D59A3;
    padding: 0;
}

#footer {
    padding: 15px 0 30px 0;
    z-index: 1;
    border-top-width: 0px !important;
}

#socket {
    font-size: 11px;
    margin-top: -1px;
    z-index: 1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #65bcde;
    color: #737373;
    border-color: #3d58a3;
    clear: both;
    position: relative;
    height: 40px;
    padding-top: 10px;
}

.copyright {
    float: left;
}

#socket .social_bookmarks {
    background: transparent !important;
    float: right;
    margin: -10px 0 0 30px;
    position: relative;
}

#socket .social_bookmarks li {
    border-radius: 300px;
    border: none;
    overflow: hidden;
    top: -5px;
    position: relative;
    display: inline;
    list-style: none;
    text-align: -webkit-match-parent;
}

#socket .social_bookmarks li a {
    border-radius: 300px;
    width: 30px;
    height: 30px;
    max-width: 100%;
    transition: all 0.3s ease-out;
}

#container-socket {
    height: 100% !important;
    max-width: 100% !important;
}

#container-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

@media (min-width: 576px) {
    #container-footer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #container-footer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #container-footer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #container-footer {
        max-width: 1199px;
    }
}

#socket .social_bookmarks {
    background: transparent;
    float: right;
    margin-top: 0 !important;
}

#socket .social_bookmarks ul {
    min-width: 60px;
}


.container_wrap.footer_color ul li a {
    color: white !important;
    font-size: 13px;
}

.container_wrap.footer_color ul li a:hover {
    color: #aa3971 !important;
    font-size: 13px;
}

.container_wrap.socket_color {
    font-size: 10px;
}

#socket .social_bookmarks li.social_bookmarks_twitter i {
    margin-right: -5px;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    transition: all 0.3s ease-out;
}

#socket .social_bookmarks li.social_bookmarks_twitter i:hover {
    color: #ffffff;
    background: #32CCFE;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;

}

#socket .social_bookmarks li.social_bookmarks_facebook i {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    transition: all 0.3s ease-out;

}

#socket .social_bookmarks li.social_bookmarks_facebook i:hover {

    color: #ffffff;
    background: #3C599F;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

#socket .social_bookmarks li.social_bookmarks_linkedin i {
    margin-left: -5px;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    transition: all 0.3s ease-out;

}

#socket .social_bookmarks li.social_bookmarks_linkedin i:hover {
    color: #ffffff;
    background: #0e76a8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px;

}


/* header */
.btn-common-primary.call-action {
    background-color: #aa3971;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    border: 1px #aa3971 solid;
    color: white;
    text-transform: uppercase;
    height:5Opx;
}

.btn-common-primary.call-action:hover {
    cursor: pointer;
    background-color: #aa3971D9;
    border: 1px #aa3971D9 solid;
    color: white;
}

.btn-common {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn-common {
        transition: none;
    }
}

.container-fluid-common {
    width: 100%;
    /* padding-right: 15px;
     padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

.row-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.justify-content-center-common {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center-common {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.col-lg-6-common {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-6-common {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

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

.studizz-mt-5 {
    margin-top: 8rem !important;
}

.input-group-common {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
   flex-wrap: wrap;*/
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-common > .form-control-common {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group-common > .form-control-common + .form-control-common,
.input-group-common > .form-control-common-plaintext + .form-control-common,
.input-group-common > .custom-select + .form-control-common,
.input-group-common > .custom-file + .form-control-common {
    margin-left: -1px;
}


.input-group-common > .form-control-common:focus,
.input-group-common > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group-common > .form-control-common:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control-common {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-common {
        transition: none;
    }
}

.form-control-common::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control-common:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control-common:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-common::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-common::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-common:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-common::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-common::placeholder {
    color: #6c757d;
    opacity: 1;
}

.input-group-common-append {
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.input-group-common-append .btn-common {
    position: relative;
    z-index: 2;
}

.input-group-common-append .btn-common:focus {
    z-index: 3;
}

.input-group-common-append .btn-common + .btn-common,
.input-group-common-append .input-group-common-text + .btn-common {
    margin-left: -1px;
}

.input-group-common > .input-group-common-append > .btn-common {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-common:not(.has-validation) > .form-control-common:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.h-100-common {
    height: 100% !important;
}

.h-75-common {
    height: 100% !important;
}

.form-control-common.search-bar {
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    height: 50px;

}

.head-img {
    height: 40vh;
    min-height: 200px;
    background-image: url('img/school/default-banner.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header {
    height: 40vh;
    min-height: 200px;
}

.more-filters {
    color: #aa3971;
    font-size: 16px;
}

.more-filters:hover {
    color: #aa3971D9;
    cursor: pointer;
}

.scrollable-filters {
    overflow-y: auto;
    max-height: 200px;
}


.loader-mini {
    display: none;
    animation: spin 1s infinite linear;
    border: solid 3px transparent;
    border-radius: 50%;
    border-right-color: #3d59da;
    border-top-color: #3d59da;
    box-sizing: border-box;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1;
}

.loader-mini:before {
    animation: spin 2s infinite linear;
    border: solid 3px transparent;
    border-radius: 50%;
    border-right-color: #65bbde;
    border-top-color: #65bbde;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.loader-mini:after {
    animation: spin 3s infinite linear;
    border: solid 3px transparent;
    border-radius: 50%;
    border-right-color: #aa3971;
    border-top-color: #aa3971;
    box-sizing: border-box;
    content: "";
    height: 18px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 18px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.form-check-label.filter{
    color: black;
}



