html {
    font-size: 16px;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #222;
    /*19dec23*/
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
    padding: 0;
}

a {
    color: #1898E2;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #1898E2;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3,
.h3 {
    font-size: 1.45rem;
}

h4,
.h4 {
    font-size: 1.3rem;
}

h5,
.h5 {
    font-size: 1.18rem;
}

h6,
.h6 {
    font-size: 1rem;
    font-weight: 600;
}

strong {
    font-weight: 500;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

form input[type="text"],
form input[type="tel"],
form input[type="date"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="file"],
form textarea,
form select {
    width: 100%;
    margin: 0 0 17px;
    padding: 5px 11px;
    border: 1px solid #cccccc;
    height: 42px;
    border-radius: 5px;
    background: #fff;
    color: #212529;
    font-size: 1em;
}

form .form-group input[type="text"],
form .form-group input[type="tel"],
form .form-group input[type="date"],
form .form-group input[type="email"],
form .form-group input[type="number"],
form .form-group input[type="password"],
form .form-group input[type="file"],
form .form-group textarea,
form .form-group select {
    margin: 0 0 0px;
}

form input[type="file"] {
    padding: 5px 11px 0;
}

form textarea {
    height: 110px;
    padding: 15px;
}

form input[type="submit"],
form input[type="button"],
form input[type="reset"],
.btn {
    color: #fff;
    background: #1898e2 linear-gradient(90deg, #1898e2, #27ccff) repeat-x;
    padding: 7px 18px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    margin: 0 5px;
    font-size: 14px;
    border: none;
    height: auto;
    line-height: 1.2;
    font-weight: 400;
}

.btn:focus {
    color: #fff;
}

form input[type="submit"]:hover,
a.btn:hover,
.btn:hover {
    color: #fff;
    background: #1898e2 linear-gradient(90deg, #1898e2, #27ccff) repeat-x;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.btn.btn3,
.btn.btn3:hover, .btn-secondary, .btn-secondary:hover {
    background: #9ea5aa !important;
}

.btn.btn3:hover,
.btn.btn3:focus, .btn-secondary, .btn-secondary:hover {
    color: #fff !important;
}

.btn2 {
    color: #fff;
    background: #1898e2;
    padding: 7px 18px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    margin: 0 5px;
    font-size: 14px;
    border: none;
    height: auto;
    line-height: 1.2;
    cursor: pointer;
}

.btn2:hover {
    color: #fff;
    background: #1898e2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.btn_small {
    padding: 3px 7px 3px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 14px;
}

.btn.icon_left .fa {
    margin: 0px 4px 0px -3px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

label {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
}

.invalid-msg,
label.error {
    color: red;
    font-size: 0.85em;
    margin-top: -12px;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    line-height: 1.1;
}

.form-group label.error {
    margin-top: 0;
    margin-bottom: 0;
}

.input_info {
    color: #777 !important;
    font-size: 0.85em;
    margin-top: -12px;
    margin-bottom: 17px;
    display: block;
    font-weight: 400;
    line-height: 1.1;
}

.form-group label.error {
    margin-top: 5px;
    margin-bottom: 0;
}

@media(max-width: 1599px) {
    .container {
        max-width: none;
        padding: 0 50px;
    }
}

@media(max-width: 1199px) {
    .container {
        padding: 0 15px;
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1600px;
        padding: 0 50px;
    }
}

.main_heading,
.main_heading_center {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 15px 0 25px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.main_heading:before,
.main_heading_center:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #63bcff;
}

.main_heading_center:before {
    left: 50%;
    margin-left: -35px;
}

@media(max-width: 896px) {

    .main_heading,
    .main_heading_center {
        font-size: 25px;
        line-height: 29px;
    }
}

@media(max-width: 480px) {

    .main_heading,
    .main_heading_center {
        font-size: 23px;
    }
}

.block {
    padding: 40px 0;
}

.block1 {
    padding: 0 0 40px;
}

.block2 {
    padding: 20px 0;
}

.block .col_center {
    text-align: center;
}

.block .col_center h2 {
    margin: 15px 0px;
    font-weight: 400;
}

@media(max-width: 896px) {
    .block {
        padding: 22px 0;
    }
}

@media(max-width: 1100px) {
    .block {
        padding: 30px 0;
    }
}

main {
    padding: 54px 0 0;
    min-height: calc(100vh - 86px);
    padding-bottom: 1px;
}

@media(max-width: 896px) {
    main {
        padding: 52px 0 0;
    }

    .after_login+main,
    .after_login+div+main {
        padding: 52px 0 0;
    }
}

header .container,
footer .container {
    position: relative;
    max-width: none;
}

.grey_bg {
    background-color: #f5f5f5;
}

.capable_card {
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    color: #000;
    margin: 25px 0 0;
    display: table;
    width: 100%;
}

.capable_card figure {
    width: 35%;
    border-right: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
}

.capable_card figure img {
    min-height: 85px;
}

.capable_card h5 {
    overflow: hidden;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 0;
    margin: 0;
    padding-left: 22px;
    line-height: 1.5;
    display: table-cell;
    width: 65%;
    vertical-align: middle;
}

@media(max-width: 1100px) {
    .capable_card figure {
        width: 40%;
        text-align: center;
        padding-right: 15px;
    }
}

@media(max-width: 767px) {
    .capable_card {
        max-width: 500px;
        margin: 20px auto 0;
    }

    .capable_card figure img {
        min-height: initial;
    }
}

.exp_col h2 {
    text-align: left;
}

.exp_col h2:before {
    left: 0;
    margin: 0;
}

.fig_box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 30px 25px 0 0;
    padding: 20px;
    text-align: center;
}

.fig_box figure {
    display: inline-block;
    padding: 10px;
    width: 49%;
    line-height: 100px;
}

.exp_col ul {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
}

.exp_col ul li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
}

.exp_col ul li:before {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 24px;
    color: #71c2ff;
}

@media(max-width: 767px) {
    .exp_col h2 {
        text-align: center;
    }

    .exp_col h2:before {
        left: 50%;
        margin-left: -35px;
    }

    .fig_box {
        margin: 20px 0 25px;
    }
}

.approach_section {
    background-image: url(../images/approach.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.approach_section h2 {
    color: #ffff;
}

.approach_card {
    background-color: #fff;
    padding: 40px 15px 20px;
    text-align: center;
    margin: 20px 0 0;
    min-height: 295px;
}

.approach_card figure {
    line-height: 120px;
}

.approach_card h3 {
    margin: 15px 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
}

.approach_card a {
    font-size: 16px;
    font-weight: 500;
    color: #56aae9;
    text-decoration: underline;
    padding: 0 0 3px;
}

.ul_contact li {
    padding-left: 32px !important;
}

.ul_contact li:before {
    content: "" !important;
    background-image: url(../images/insta.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    background-size: 18px;
    top: 4px !important;
}

.ul_contact li:nth-child(2):before {
    background-image: url(../images/mail.png);
}

.ul_contact li:nth-child(3):before {
    background-image: url(../images/phone-i.png);
}

.margin_s {
    margin-top: 52px !important;
}

@media(max-width: 767px) {
    .margin_s {
        margin-top: 25px !important;
    }
}

@media(max-width: 575px) {

    .footer_left,
    .footer_right {
        text-align: center;
    }
}

.mob_banner {
    display: none !important;
}

@media(max-width: 896px) {
    .mob_banner {
        display: block !important;
    }

    .desktop_banner {
        display: none !important;
    }
}

.address_footer {
    margin-bottom: 5px;
}

.address_footer figure {
    max-width: 150px;
}

.address_footer+p {
    margin: 10px 0 0;
}

.banner_sec {
    padding: 15px 0px 15px;
    background: hsla(213, 95%, 84%, 1);
    /*background: linear-gradient(0deg, hsla(213, 95%, 84%, 1) 0%, hsla(179, 58%, 82%, 1) 100%); background: -moz-linear-gradient(0deg, hsla(213, 95%, 84%, 1) 0%, hsla(179, 58%, 82%, 1) 100%); background: -webkit-linear-gradient(0deg, hsla(213, 95%, 84%, 1) 0%, hsla(179, 58%, 82%, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#AFD2FD", endColorstr="#B7ECEB", GradientType=1 );*/
    background: linear-gradient(90deg, rgb(0, 144, 227, 0.4) 50%, rgb(1, 201, 234, 0.2) 100%);
}

.heading_b {
    position: relative;
}

.heading_b h1 {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    margin-left: 25px;
    padding-bottom: 0px;
    margin-top: 4%;
    top: 50%;
    position: absolute;
    transform: translate(0%, 50%);
}

@media(max-width: 1200px) {
    .heading_b h1 {
        margin-top: 0%;
    }
}

@media(max-width: 992px) {
    .heading_b h1 {
        font-size: 28px;
    }
}

@media(max-width: 896px) {
    .heading_b h1 {
        margin-left: 0px;
    }
}

@media(max-width: 767px) {
    .heading_b h1 {
        position: relative;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        transform: translate(0%, 0%);
        font-size: 25px;
    }
}

.counter_sec {
    /* background: rgb(200 235 255); background: linear-gradient(90deg, rgb(200 235 255) 50%, rgb(209 255 254) 100%);*/
    text-align: center;
    padding: 15px 0px;
    background: #f3f6fb;
}

.counter_sec .stats {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    color: #00a2ff;
    line-height: 55px;
}

.counter_sec .stats h5 {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin: 5px 0px 0px;
}

@media(max-width: 767px) {
    .counter_sec .stats {
        font-size: 33px;
    }
}

@media(max-width: 575px) {
    .counter_sec .stats {
        font-size: 33px;
        line-height: 48px;
        margin-bottom: 5px;
    }

    .counter_sec .col-sm-6 {
        max-width: 50%;
    }
}

.searchbar {
    position: relative;
}

.search_input {
    color: #000;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
}

.searchbar>.search_input {
    padding: 0px;
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
    height: 45px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.search_icon {
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 7px;
}

.fillter_box {
    display: inline-flex;
    width: 45%;
    float: right;
}

.fillter_box Select {
    border: 1px solid #cccccc;
    padding: 5px 10px;
    background: url(../images/down_arrow.png) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline-width: 0;
    color: #5c5c5c;
    margin-bottom: 20px;
}

.mr15 {
    margin-right: 15px;
}

.fillter_box Select option:not(:first-of-type) {
    color: #000;
}

@media(max-width: 991px) {
    .searchbar>.search_input {
        margin-bottom: 15px;
    }

    .fillter_box {
        width: 100%;
    }
}

.single_item {
    /*10junB*/
    margin-bottom: 15px;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    border-radius: 7px;
}

.single_item a {
    /*10junB*/
    display: block;
    color: #fff;
    border-radius: 8px;
}

.single_item a:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    color: #fff;
}

.single_item .info a:hover {
    box-shadow: none;
}

.single_item .item {
    /*10junB*/
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.single_item .item .thumb {
    /*10junB*/
    position: relative;
    overflow: hidden;
    padding-top: 115%;
    border-radius: 7px 7px 0px 0px;
}

.single_item .item .thumb img {
    /*10junB*/
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 7px 7px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
}

.single_item .item .info {
    /*10junB*/
    padding: 7px 10px 5px;
    background: #00a2ff;
    background: #00a2ff linear-gradient(90deg, #0090e3, #01d2ea) repeat-x !important;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 0 0 7px 7px;
}

.single_item .item .info h4 {
    /*10junB*/
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0px 0px 5px;
}

.single_item .item .info h4 a {
    color: #fff;
}

.single_item .item .info p {
    /*10junB*/
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #dfd9d9;
    height: 16px;
}

.single_item .item .info .fa-circle {
    font-size: 5px;
    position: relative;
    top: -2px;
    margin: 0 2px 0 5px;
}

.single_item .item .info .social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.single_item .item .info .social li {
    display: inline-block;
    margin: 8px 6px 0px 0px;
}

.single_item .item .info .social li a,
.single_item .item .info .social li {
    color: #ffffff;
    display: inline-block;
    font-size: 15px !important;
    text-align: center;
}

@media (max-width:896px) {
    .single_item .item .info .social li {
        margin: 8px 30px 0px 0px;
    }
}

.single_item .item .info .social li a .rank {
    font-size: 12px !important;
}

.pagination_bar {
    margin-top: 0px;
}

.pagination_bar .pagination {
    margin-bottom: 0px;
}

.pagination_bar .page-item {
    margin: 0px 5px;
}

.pagination_bar .page-item.active .page-link {
    background: #00a2ff;
    background: linear-gradient(90deg, rgba(0, 162, 255, 1) 50%, rgba(4, 214, 208, 1) 100%);
}

.pagination_bar .page-item .page-link {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 23px;
    border: 1px solid #00a2ff;
}

.pagination_bar .page-item .page-link:hover {
    background: #00a2ff;
    color: #fff;
}

.pagination_bar .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.testimonials_sec {
    background: url(../images/testimonials_bg.jpg) no-repeat;
    background-size: cover;
}

.testimonial_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    padding: 0 7%;
    max-width: 1200px;
}

.testimonial_box .image {
    position: relative;
    max-width: 290px;
    margin: auto;
    flex: 0 0 247px;
}

@media(max-width: 992px) {
    .testimonial_box .image {
        position: relative;
        max-width: 215px;
        margin: auto;
        flex: 0 0 175px;
    }
}

.testimonial_box .image .testimonial_img {
    position: relative;
    margin: 0px auto;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .05);
    z-index: 1;
    overflow: hidden;
    padding-top: 94%;
    background-color: #fff;
}

.testimonial_box .testimonial_img img {
    position: absolute;
    left: 50%;
    top: 0;
    max-width: none;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    max-height: 110%;
}

.testimonial_box .quote_w {
    position: relative;
}

.testimonial_box .quote_w:before {
    content: "";
    position: absolute;
    width: 103px;
    height: 103px;
    left: -40px;
    top: -5px;
    background: url(../images/quote_w.png) no-repeat;
    background-size: contain;
}

.testimonial_box .authour_details {
    position: relative;
    padding: 0 0 0 40px;
}

.testimonial_box .authour_details .b_image {
    position: relative;
    width: 71px;
    margin-bottom: 20px;
}

.testimonial_box .authour_details .comment {
    position: relative;
    margin-bottom: 20px;
}

.testimonial_box .authour_details .comment p {
    font-size: 28px;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 20px;
}

.testimonial_box .authour_details .comment h2 {
    font-size: 24px;
    color: #00a2ff;
}

.testimonial_box .authour_details .comment small {
    color: #000;
}

@media(max-width: 1200px) {
    .testimonial_box .authour_details .comment p {
        font-size: 24px;
    }
}

@media(max-width: 992px) {
    .testimonial_box .authour_details .comment p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial_box .authour_details {
        padding: 40px 0px 40px 40px;
    }
}

@media(max-width: 767px) {
    .testimonial_box .image img {
        max-width: 250px;
        min-height: 250px;
    }

    .testimonial_box .quote_w:before {
        width: 85px;
        height: 85px;
    }
}

@media(max-width: 675px) {
    .testimonial_box .image img {
        max-width: 200px;
        min-height: 200px;
    }
}

@media(max-width: 575px) {
    .testimonial_slide .item {
        padding: 20px;
    }

    .testimonial_box {
        display: block;
        margin: 0px 0px;
    }

    .testimonial_box .quote_w:before {
        left: -25px;
    }

    .testimonial_box .authour_details .b_image {
        display: none;
    }

    .testimonial_box .image img {
        max-width: 300px;
        min-height: 300px;
    }

    .testimonial_box .authour_details {
        text-align: center;
        padding: 0px;
        width: 100%;
    }

    .testimonial_box .authour_details .comment {
        margin-top: 20px;
    }

    .nav_link li a.active {
        border-bottom: none;
    }
}

@media(max-width: 480px) {
    .testimonial_box .image img {
        max-width: 260px;
        min-height: 260px;
    }

    .counter_sec .stats h5 {
        font-size: 13px;
    }
}

.dropdown-menu {
    padding: 0px 0;
    background: #1898E2;
}

.dropdown-item {
    border-bottom: solid 1px #0485d0;
    color: #fff;
    padding: 8px 10px;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    color: #222;
}

.dropdown-toggle.btn:focus {
    color: #fff;
}

.dropdown-menu li:first-child .dropdown-item,
.dropdown-menu>.dropdown-item:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
}

.dropdown-menu li:last-child .dropdown-item,
.dropdown-menu>.dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0.25rem;
}

.dropdown-item .fa,
.dropdown-item .fas {
    margin: 0 7px 0 0;
}

.border_box {
    border: solid 1px #ccc;
    border-radius: 7px;
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 8px 0 0;
    position: relative;
    top: 1px;
}

.alert-info {
    color: #0c5460;
    background-color: #e5f4f7;
    border-color: #bee5eb;
}

.outer {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.level_radio {
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #adadad;
}

.level_radio label {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    height: 19px;
    width: 19px;
}

.level_radio input[type="radio"] {
    border-radius: 50%;
    height: 21px;
    width: 21px;
    margin: 0;
    opacity: 0;
    position: absolute;
}

.level_radio input[type="radio"]+label {
    background: #ffffff none repeat scroll 0 0;
}

.level_radio input[type="radio"]:checked+label {
    background: #06b56d none repeat scroll 0 0;
}

.nav-link {
    color: #333;
    background: #fff;
    padding: 8px 16px 9px;
    text-align: center;
    font-weight: 500;
    border-radius: 20px;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1;
    border: none;
    height: auto;
    border: solid 1px #2694d3;
}

@media (max-width:567px) {
    .nav-link {
        margin-bottom: 15px;
        padding: 6px 9px 7px;
    }
}

.nav-link:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
    background: rgba(0, 162, 255, 0.08);
}

.nav-link.active,
.nav-link.active:hover {
    color: #fff;
    /*background: #00a2ff linear-gradient(90deg, #0090e3, #01d2ea) repeat-x ;*/
    background: #1898E2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

nav.nav {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

nav.nav>.nav-link {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

nav.nav>.nav-link:first-child {
    margin-left: 0;
}

nav.nav .nav-link+.nav-link {
    margin-left: -1px;
}

nav.nav>.nav-link:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

nav.nav>.nav-link:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container {
    margin: 0 0 17px 0;
}

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

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

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 42px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--open {
    z-index: 999999 !important;
}

.placeholder+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #939ba2;
}

.alert ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.form-control[readonly] {
    background-color: #fff;
}

.msg_error {
    color: #777 !important;
}

.alert {
    padding: 12px 12px 12px 48px !important;
    position: relative;
    margin-bottom: 25px;
    border: none;
    color: #000;
}

.alert-success {
    background-color: #d6f5d6;
    color: #034c03;
    border-radius: 0.25rem;
    padding: 5px 10px;
}

.alert-secondary {
    color: #1b3877;
    background-color: #e1e8f7;
    border-radius: 0.25rem;
    padding: 5px 10px;
}

.alert-danger {
    background-color: #f2d9d9;
    color: #c22929;
    padding: 5px 10px;
    border-radius: 0.25rem;
}

.alert-warning {
    background-color: #ffff99;
    color: #000;
    border-radius: 0.25rem;
    padding: 5px 10px;
}

.alert::before {
    font-size: 22px;
    position: absolute;
    top: 7px;
    margin: 0 6px 0 0;
    left: 15px;
    font-family: FontAwesome;
}

.alert.alert-success::before {
    content: '\f046';
}

.alert.alert-secondary::before {
    content: '\f06a';
}

.alert.alert-danger::before {
    content: '\f05e';
    font-size: 23px;
}

.alert.alert-warning::before {
    content: '\f06a';
    content: '\f0a4 ';
}

input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

input::placeholder,
.form-control::placeholder {
    color: #999;
    opacity: 1;
}

input:disabled,
input[readonly] {
    background: #e9ecef !important;
}

select.placeholder {
    color: #999;
}

select option {
    color: black;
}

.astrik {
    color: red;
}

input:disabled.date-filter,
input[readonly].date-filter {
    background: #fff !important;
}

.placeholder+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
}

.search_btn,
.collapse {
    margin: 0 0 15px 0;
}

.search_collapse form .btn {
    margin-top: 6px;
    margin-bottom: 10px;
}

@media (max-width: 896px) {
    .search_collapse {
        /*7feb24*/
        text-align: center;
        position: relative;
    }

    .search_collapse form {
        text-align: left;
    }

    #athleteSearch {
        background: #EDF7FB;
        padding: 10px;
    }

    .search_btn,
    .collapse {
        margin: 0 0 20px 0;
    }

    .search_btn {
        /*7feb24*/
        text-align: right;
        position: absolute;
        top: -36px;
        right: 0;
    }

    .search_btn .fa {
        color: #008fe1;
        font-size: 24px;
        margin: -10px 15px 0 0;
        cursor: pointer;
    }
}

@media (min-width:897px) {
    .search_collapse {
        /*7feb24*/
        background: #EDF7FB;
        padding: 17px 15px 0;
    }

    .search_btn {
        display: none;
    }

    .search_btn+.collapse {
        display: block;
    }
}

@media (max-width: 576px) {
    .search_collapse form .row>div:last-child {
        text-align: center;
    }

    .search_collapse form .btn {
        margin: 0px 0 5px;
    }
}

.banner_fan .container {
    position: relative;
    text-align: center;
    margin: 20px auto;
}

.banner_fan .container a {
    display: inline-block;
}

.banner_fan .row {
    position: absolute;
    top: 50%;
    left: 80px;
    right: 80px;
    transform: translateY(-50%);
}

.banner_fan h4 {
    font-size: 34px;
    color: #fffa7c;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    max-width: 660px;
}

.banner_fan p {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin: 20px 0;
    max-width: 660px;
}

.banner_fan .btn {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 1400px) {
    .banner_fan p {
        margin: 15px 0;
    }
}

@media (max-width: 1250px) {
    .banner_fan h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    .banner_fan p {
        font-size: 17px;
    }

    .banner_fan .btn {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .banner_fan .row {
        left: 40px;
        right: 40px;
    }
}

@media (max-width:767px) {
    .banner_fan h4 {
        font-size: 20px;
        line-height: 1.3;
    }

    .banner_fan p {
        font-size: 16px;
        line-height: 1.1;
    }
}

@media (max-width:575px) {
    .banner_fan .container {
        max-height: 320px;
        overflow: hidden;
        padding: 0;
    }
}

.small_text {
    font-size: 0.7em;
    font-weight: normal;
}

.gray {
    color: gray;
}

#athleteSearch .row {}

@media (min-width:1201px) {
    #athleteSearch .row>div {
        /*margin-bottom: 12px;*/
        position: relative;
    }

    #athleteSearch .row>div.col-xl-4 {
        width: 25% !important;
        max-width: 25% !important;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    #athleteSearch .row>div.col-xl-3 {
        width: 20% !important;
        max-width: 20% !important;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    #athleteSearch .row>div.col-xl-2 {
        width: 15% !important;
        max-width: 15% !important;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    }
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 17px;
    padding: 5px 11px;
    border: 1px solid #cccccc;
    height: 42px;
    border-radius: 5px;
    background: #fff;
    color: #212529;
    font-size: 1em;
}

.intl-tel-input input[type="tel"] {
    border: none;
}

.intl-tel-input .flag-container {
    left: 0px;
    right: 0px;
}

.intl-tel-input .selected-flag {
    padding: 0 18px 0 12px !important;
    width: 100% !important;
}

.intl-tel-input .selected-flag .arrow {
    right: 4px !important;
}

@media(max-width:576px) {
    .intl-tel-input .selected-flag .arrow {
        right: 2px !important;
    }
}

.intl-tel-input {
    width: calc(100% + 13px);
}

.heading_5 {
    font-size: 30px;
    /*27nov23*/
    margin: 0;
    font-weight: 400;
}

@media (max-width:1200px) {
    .heading_5 {
        font-size: 26px;
        margin: 0;
        font-weight: 400;
        line-height: 1.2;
    }
}

@media (max-width:767px) {
    .heading_5 {
        font-size: 20px;
        margin: 0;
        font-weight: 400;
    }
}

.btn1,
.btn1:hover {
    background: #fca332 !important;
}

.bg1 {
    background: #fff;
    /*white*/
}

.bg_1 {
    background: #EDF7FB;
    /*light teal*/
}

.bg_2 {
    background: #F8F9FA;
    /*light gray*/
}

.btn4,
.btn4:hover {
    background: #06B56D !important;
}

.bg4 {
    background: #06B56D;
}

.athlete_blocks {
    margin-right: -7px;
    margin-left: -7px;
}

.athlete_blocks [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 1200px) {
    .athlete_blocks .col-xl-3 {
        /*10junB*/
        -moz-box-flex: 0;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

.single_item {
    margin-bottom: 15px;
}

.btn>.fa {
    margin-right: 3px;
    position: relative;
    font-size: 13px;
}

.back_btn,
.back_btn:hover,
.back_btn:focus {
    background: transparent !important;
    color: #1898E2 !important;
    border: solid 1px #999 !important;
    margin: 0;
    padding: 3px 8px;
}

.input_check {
    margin: -15px 0 17px 0;
}

.input_check label {
    font-weight: normal;
    line-height: 1.2;
    margin: 3px 0 0 0;
    font-size: 0.85em;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 5px 11px;
    border: 1px solid #cccccc;
    height: 42px;
    border-radius: 5px;
    background: #fff;
    color: #212529;
    font-size: 1em;
}

.intl-tel-input {
    width: calc(100% + 27px);
}

.page-link {
    padding: 0.3rem 0.75rem;
}

.loading_btn input:disabled,
.loading_btn input[readonly] {
    background: #1898e2 linear-gradient(90deg, #1898e2, #27ccff) repeat-x !important;
}

#addAthletePop .intl-tel-input .country-list {
    bottom: 100% !important;
    margin-bottom: -1px !important;
}

.intl-tel-input .country-list {
    white-space: inherit !important;
    min-width: 420px !important;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: inherit !important;
        min-width: 270px !important;
    }
}

.highlight1 {
    color: #666;
    /*gray*/
}

.highlight2 {
    color: #06B56D;
    /*green*/
}

.highlight3 {
    color: #F25944;
    /*red*/
}

.highlight4 {
    color: #FCA332;
    /*orange*/
}

.highlight4,
.text_link {
    color: #1898E2 !important;
    /*blue*/
}

.large_text {
    font-size: 1.2em;
}

.text_link {
    text-decoration: underline !important;
}

.ex_large_text {
    font-size: 1.3em;
}

.bg-primary,
.bg-primary:hover,
a.bg-primary:hover {
    background: #1898e2 !important;
    color: #fff !important;
    /*4oct24*/
}

.radio_btn.level_radio {
    display: block;
    width: 100px;
    position: relative;
    margin: 0 auto;
    height: 34px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 1;
    border-radius: 0;
    border: none;
    background: transparent;
}

.radio_btn.level_radio label {
    width: 100px;
    height: 34px;
    line-height: 30px;
    margin: 0;
    border: none;
    border-radius: 19px;
    padding: 0px 10px 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.radio_btn.level_radio input[type="radio"] {
    border-radius: 14px;
    height: 34px;
    cursor: pointer;
    width: 100px;
}

.radio_btn.level_radio input[type="radio"]+label {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #1898e2 linear-gradient(90deg, #1898e2, #27ccff) repeat-x;
    border: solid 2px #fff;
}

.radio_btn.level_radio input[type="radio"]:checked+label {
    background: #1898e2 linear-gradient(90deg, #1898e2, #27ccff) repeat-x;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: solid 2px #333;
}

.loading_btn input:disabled,
.loading_btn input[readonly] {
    background: #1898e2 linear-gradient(90deg, #1898e2, #27ccff) repeat-x !important;
}

.international_tag {
    background: #F25944;
    color: #fff;
    font-size: 13px;
    padding: 0 6px;
    border-radius: 3px;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
}

.ex_large_text {
    font-size: 1.3em;
}

/*.dz-progress {*/
/* background: rgba(0,0,255,90%) !important;*/
/*}*/
.file_btn {
    display: inline-block;
}

.file_btn input[type="file"] {
    display: none;
}

.browse_btn,
.browse_btn:hover,
main label.browse_btn,
main label.browse_btn:hover {
    background: #ececec !important;
    border: solid 1px #a6a6a6;
    border-radius: 4px;
    color: #000!important;
    line-height: 28px;
    height: 28px;
    padding: 0px 12px;
}

/* for school dynamic */
/*14may24*/
.btn-lg,
.btn-group-lg>.btn {
    text-transform: uppercase;
    border-radius: 2.5rem;
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.btn-lg.bg_2,
.btn-lg.bg_2:hover {
    color: #222;
    background: #F8F9FA;
}

.banner_school picture img {
    width: 100%;
    opacity: 0.8;
}

.banner_school {
    /*height:calc(100vh - 54px);*/
    overflow: hidden;
    position: relative;
    background: #000;
    max-height: calc(100vh - 54px);
}

/* @media(max-width:1500px){ .banner_school { max-height: 650px; } } @media(max-width:1200px){ .banner_school { height: 500px; } } @media(max-width:896px){ .banner_school { height: 400px; } } @media(max-width:576px){ .banner_school { height: 300px; } }*/
.banner_school .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 3;
}

.banner_school article h1 {
    margin: 0 0 26px;
    font-family: League Gothic, Arial, Helvetica, sans-serif;
    font-size: 120px;
    text-transform: none;
    font-weight: normal;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.banner_school .btn-lg {
    margin: 0 20px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.banner_school .btn-lg.btn {
    font-weight: 500;
    border: solid 2px #fff !important;
}

.banner_school .btn-lg.bg_2.btn {
    background: #fff;
}

.banner_school article h1 {
    margin: 0 0 45px;
    font-family: "Oswald", sans-serif;
    font-size: 90px;
    text-transform: none;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.banner_school .btn-lg:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

@media(max-width:1200px) {
    .banner_school article h1 {
        margin: 0 0 45px;
        font-size: 75px;
    }
}

@media(max-width:1200px) {
    .banner_school article h1 {
        margin: 0 0 35px;
        font-size: 55px;
    }
}

@media(max-width:576px) {
    .banner_school article h1 {
        margin: 0 0 20px;
        font-size: 30px;
    }

    .banner_school .btn-lg.btn {
        padding: 0.2rem 1rem;
        margin: 0 10px;
        font-size: 1.15rem;
    }
}

/*.banner_school picture{ position:absolute; top:0px; left:0px; width:100%; height:100%; background-size:100% auto !important; display:inline-block; z-index:2; transition:all ease 90.1s; opacity:0.77; } @media(max-width:767px){ .banner_school picture{ background-size: auto 100% !important; } }*/
.banner_school picture img {
    transition: all ease 90.1s;
    opacity: 0.77;
}

.zoom {
    transform: scale(9, 9);
    transition: all ease 90.1s;
}

.banner_school video {
    margin-bottom: -6px;
}

/*.houston_bg{ background:#c8102e !important; } .houston_color{ color:#c8102e !important; } .houston_bg.btn-lg{ color:#fff; }*/
.banner_school p {
    margin: 55px 0 0 0;
}

.banner_school p .btn {
    border: solid 2px #fff;
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff;
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    padding: 0.7rem 2rem 0.4rem;
}

.banner_school p .btn:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media(max-width:896px) {
    .banner_school p {
        margin: 35px 0 0 0;
    }

    .banner_school p .btn {
        font-size: 30px !important;
        line-height: 1 !important;
        padding: 0.7rem 2rem 0.4rem !important;
    }
}

@media(max-width:576px) {
    .banner_school p {
        margin: 22px 0 0 0;
    }

    .banner_school p .btn {
        font-size: 20px !important;
        line-height: 1 !important;
        padding: 0.5rem 1rem 0.3rem !important;
    }
}

.school_carousel {
    padding: 40px 0 0;
}

@media(max-width:1400px) {
    .school_carousel {
        padding: 25px 0 0 0;
    }
}

@media(max-width:900px) {
    .school_carousel {
        padding: 20px 0 0
    }
}

@media(max-width:576px) {
    .school_carousel {
        padding: 20px 15px 0
    }
}

.school_athletes {
    padding: 40px 0;
    position: relative;
}

.school_athletes .heading_2 {
    font-family: League Gothic, Arial, Helvetica, sans-serif;
    font-size: 45px;
    color: #fff;
}

@media(max-width:767px) {
    .school_athletes .heading_2 {
        font-size: 30px;
    }
}

.school_athletes .search_collapse .btn,
.school_athletes .search_collapse .btn.btn3 {
    border: solid 1px #fff;
}

.school_athletes .search_collapse {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px 15px 0;
    border-radius: 6px;
}

.school_athletes .search_collapse .collapse {
    padding: 0;
}

@media(max-width:767px) {
    .school_athletes .search_collapse {
        padding: 0 12px;
    }

    .school_athletes .search_collapse form {
        padding: 12px 0;
    }
}

.school_athletes .search_btn .fa {
    color: #fff;
}

.school_athletes .single_item {
    margin-bottom: 15px;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    border-radius: 7px;
}

.school_athletes .single_item .item {
    position: relative;
    border: solid 1px #fff;
    border-radius: 8px;
}

.school_athletes .single_item .item .thumb {
    position: relative;
    overflow: hidden;
    padding-top: 115%;
    border-radius: 7px 7px 0 0;
}

@media(max-width:767px) {

    /*10june24*/
    .school_athletes .single_item .item .thumb {
        padding-top: 100%;
    }
}

.school_athletes .single_item .item .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px 7px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
}

.school_athletes .skewY {
    display: none;
}

.school_athletes .single_item .item .info {
    padding: 7px 10px 5px;
    height: 52px;
    border-radius: 0 0 7px 7px;
    color: #fff;
    background: transparent !important;
    margin: 0;
}

.school_athletes .single_item .item .info h4 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.school_athletes .single_item .item .info p {
    font-size: 15px;
    font-weight: 399;
    margin-bottom: 5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #bfbfbf;
}

@media (min-width: 1200px) {
    .school_athletes .athlete_blocks .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

.search_collapse .btn.btn3 {
    background: #9ea5aa;
}

.school_athletes p.text-muted {
    color: #fff !important;
}
.school_athletes .pagination .page-link, .sport_athletes .pagination .page-link{
    background: transparent !important;
    color: #fff !important;
}
.school_athletes .pagination .page-item.active .page-link, .sport_athletes .pagination .page-item.active .page-link{   /*01oct24*/
	background:rgba(255, 255, 255, 0.3) !important;
    border-color: #fff;
}
.school_athletes .pagination .page-item:hover .page-link, .sport_athletes .pagination .page-item:hover .page-link{   /*01oct24*/
	background:rgba(0, 0, 0, 0.4) !important;
}
@media(max-width:767px) {
    .school_athletes .search_collapse form {
        padding: 12px 0 !important;
        background: transparent !important;
    }
}

.school_athletes .heading_2 {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
}

@media(max-width:767px) {
    .school_athletes .heading_2 {
        font-size: 26px;
    }
}

.bg_7 {
    background: #000;
    /*black*/
}

.highlight6 {
    color: #fdcd36;
}

.disabled_plugin {
    pointer-events: none;
    background: rgb(233, 236, 239) !important;
    opacity: 1 !important;
    height: 42px;
    display: block;
}

.disabled_plugin .select2-container--default .select2-selection--multiple,
.disabled_plugin .select2-container--default .select2-selection--single {
    background: transparent !important;
}

.alert.no_icon {
    padding-left: 12px !important;
}

.alert.no_icon:before {
    display: none;
}

.btn-primary,
.btn-primary:hover {
    background: #1898e2;
}

.main_heading::before,
.main_heading_center::before {
    display: none;
}

.main_heading span {
    border-bottom: solid 2px #1898E2;
}

.bg_1,
.bg-primary-light {
    background: #EDF7FB;
}

.card-header .nav-tabs {
    border-bottom:none;
  }
  .nav-tabs .nav-link {
    border-radius: 0.25rem  0.25rem 0 0;
    box-shadow:none;
    margin-bottom: -1px;
    background-color: transparent;
    color:#1898E2;
    text-transform: uppercase;
     cursor:pointer;
  }

  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #ccc #ccc #fff;
    background-color:#fff;

  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
      border-color:#ccc #ccc #fff;
    color: #1898E2;
    background: #fff;
    box-shadow: none;
    transition: 0.3s;
    cursor:default;
}
.alert.no_icon{
	padding-left:12px !important;
}
.alert.no_icon:before{
	display:none;
}
.main_heading::before, .main_heading_center::before{
	display:none;
}
.main_heading span {
  border-bottom: solid 2px #1898E2;
}
.card-header .nav-tabs {
    border-bottom:none;
	box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.1);
	margin-right: -15px;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link.no_bg {
    text-transform: uppercase;
	background:#1898e2 !important;
	color:#fff;
	margin-right:10px;
	margin-bottom: -1px;
	border-color: #ccc #ccc #ccc;
	border-radius: 0.25rem  0.25rem 0 0;
	box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.12);
	cursor:pointer;
	position:relative;
	z-index:1;
}
.nav-tabs .nav-link:hover{
	border-color: #ccc #ccc #fff;
	background: #1898e2 !important;
	color: #fff;
	box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover{
	border-color: #ccc #ccc #fff;
	background:white !important;
	color: #1898e2;
	box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
	cursor:default;
	 transition: 0.3s;
}
.nav-tabs .nav-link:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:3px;
	background:rgba(0, 0, 0, 0.4);
	z-index:-1;
	opacity:0;
	transition:all 0.3s;
}
.nav-tabs .nav-item{
	margin-bottom:0;
}
.nav-tabs .nav-item:hover .nav-link:before{
	opacity:1;
	transition:all 0.3s;
}
.nav-tabs .nav-item:hover .nav-link.active:before{
	opacity:0;
}
.tab-content.border {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media (max-width:991px){
	.wrap_tabs.nav-tabs {
    flex-wrap: wrap;
	margin-top:-10px;
  }
.wrap_tabs.nav-tabs .nav-link, .wrap_tabs.nav-tabs .nav-link.active{
  border-color: #ccc #ccc #ccc;
  border-radius: 0.25rem;
  margin-top:12px;
  margin-right:12px;
}
}
@media (max-width:767px){
.nav-tabs {
	flex-wrap: nowrap;
}
.nav-tabs .nav-link{
	font-size:14px;
	 margin-right:5px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	background:white;
	color: #1898e2;
}
}
.tab-content.border {
	margin-top:-1px;
}
.bg-danger, .btn-danger {
    color: #fff !important;
    border-color: #F25944 !important;
    background: #F25944 !important;
  }
.school_carousel{padding-bottom:25px}
