* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.login_buttons a {
    color: #000;
}
body {
    font-family: 'Titillium Web', sans-serif;
}
.barcode-section-images-block-upper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    flex-direction: column-reverse;
}
ul.upper-header-lists {
    display: flex;
    /* text-decoration: none; */
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-left: 0px;
    background-color: white;
    padding-bottom: 10px;
}

ul.upper-header-lists li {
    padding: 0px 10px;
}

ul.upper-header-lists li.upper-header-list-after {
    position: relative;
}

/* ul.upper-header-lists li.upper-header-list-after::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 81%;
    border-right: 2px solid #202d3e;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */

ul.upper-header-lists li a {
    color: #202d3e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-block-logo img {
    width: 100%;
    max-width: 150px;
    padding-top: 23px;
}

.main-content-area {
    background-color: #202d3e;
    padding: 0px 0px 10px 0px;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    overflow: hidden;
    border-radius: 20px;
}

.main-content-area-upper {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
}

.banner-block {
    padding-bottom: 10px;
}

.main-content-area-inner {
    width: 90%;
    max-width: 810px;
    margin: auto;
}

.rose-lyles {
    color: white;
    padding: 0px 111px;
}

.rose-lyles ul {
    list-style-type: none;
    margin-top: 1rem;
    padding-left: 0px;

}

.rose-lyles ul li a {
    color: white;
    text-decoration: none;
}

.banner-block-logo {
    text-align: center;
}

.rose-lyles ul li a .fa {
    font-size: 16px;
    margin-right: 7px;
}

.slider {
    width: 100%;
    margin: 50px 0px 0px 0px;
}

/* .slider img {
    object-fit: cover;
} */

.digital-card1 .carousel-item img {
    width: 100%;
    height: 440px;
    border-bottom-right-radius: 220px;
    border-top-right-radius: 220px;
}

.digital-card2 .carousel-item img {
    width: 100%;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}

.slider>h3,
.slider>h5 {
    color: white;
    text-align: center;
}

/* .slider>h5 {
    color: white;
    text-align: center;
} */
.pop-wrap {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    height: 450px;
}

.passprotect_pop .pop-wrap {
    max-width: 600px !important;
    margin: auto !important;
    background: #fff !important;
    height: 200px !important;
    display: initial !important;
}

.afterpassprotect .pop-wrap {
    max-width: 600px !important;
    margin: auto !important;
    background: #fff !important;
    display: block;
    height: initial !important;
}

.afterpassprotect .emergencydata .formrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.afterpassprotect .emergencydata .formrow .formgrp label {
    width: 100%;
    display: inline-block;
}

.afterpassprotect .emergencydata .formrow .formgrp {
    flex: 0 0 48%;
    max-width: 48%;
}

.afterpassprotect .emergencydata .formrow .formgrp input {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 20px;
}

.afterpassprotect .emergencydata>h1 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.pop-wrap input#password_sbmt {
    margin-top: 10px !important;
    background: #0d0d0d;
    color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    border: 1px solid #0d0d0d;
    border-radius: 6px;
}


.pop-wrap .close-pop {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}

.scnner-block-icons {
    width: 100%;
    max-width: 35px;
    margin-left: 25px;
}

.scnner-block-icons img {
    width: 100%;
    cursor: pointer;
}

.purchase-ad {
    text-align: center;
    margin-top: 10px;
}

/* .purchase-ad a {
    color: white;
    text-align: center;
    text-decoration: none;
} */

.scnner-block {
    display: flex;
    justify-content: center;
}

.scnner-block-upper {
    width: 100%;
    /* max-width: 256px; */
    margin: auto;
}

.contact-socials {
    padding-top: 50px;
    color: white;
}

.contact-socials p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.contact-socials ul {
    display: flex;
    padding-left: 0px;
    list-style-type: none;
    color: white;
    align-items: center;
    justify-content: center;
}

.contact-socials ul li {
    padding: 0px 15px;
}

.contact-socials ul li a i {
    color: white;
    font-size: 19px;
}

.banner-block-profile {
    width: 290px;
    height: 406px;
    border-bottom-right-radius: 220px;
    border-top-right-radius: 220px;
}

.banner-block-profile img {
    /* width: 100%;
    max-height: 265px; */
    object-fit: cover;
    /* border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; */
}

.banner-block2 {
    background-color: black;
    position: relative;
}

.profile-image-block {
    position: absolute;
}

/* .banner-block-profile::before {
    content: '';
    position: absolute;
    height: 350px;
    width: 350px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: white;
} */
.banner-block2 p {
    color: white;
    font-size: 70px;
    font-weight: 600;
    padding: 48px 0px 201px 0px;
    text-align: center;
}

.banner-block2 p span {
    color: rgb(233, 233, 48)
}

.pop-overlay {
    z-index: 99999;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    overflow-y: scroll;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-contact-box ul.card-social-media {
    padding: 0;
    display: flex;
    justify-content: center;
}

.ft-contact-box ul.card-social-media li {
    list-style: none;
    padding: 0 5px;
}

.ft-contact-box ul.card-social-media li a {
    display: inline-block;
}

.ft-contact-box ul.card-social-media li img {
    width: 33px;
}

.ft-contact-box h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.mfct-pp ul#pills-tab {
    background: #f3f3f3;
    border-radius: 50px;
}

.mfct-pp .contact-tab-wrapper .nav-pills .nav-link.active {
    color: #fff;
    background: #202426;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
}

.mfct-pp input:focus {
    box-shadow: none;
    outline: none;
}

.mfct-pp ul#pills-tab li {
    width: 50%;
}

.mfct-pp .contact-tab-wrapper .nav-pills .nav-link {
    border-radius: 50px;
    background: #f3f3f3;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}

.mfct-pp .modal-content .contacttab-box {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    display: flex;
    font-size: 60px;
    height: 97px;
    -webkit-box-pack: center;
    justify-content: center;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    transform: translate3d(-50%, -60%, 0px);
    width: 97px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.20), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mfct-pp .modal-content {
    margin: auto;
    background-color: #fff;
    border-radius: 1rem;
    max-width: 440px;
    min-width: 320px;
    width: 100%;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.20), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgb(0, 0, 0, 0.12);
}

.mfct-pp .contact-tab-wrapper {
    padding: 0px 1rem;
}

.mfct-pp .contact-tab-wrapper button.btn.btn-primary {
    border: 1px solid;
    background: #202426;
    width: 100%;
    text-align: center;
    margin-top: 17px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 45px
}

.mfct-pp .form-group h6 {
    background: unset;
    text-align: center;
    border: 1px solid #f3f3f3;
    padding: 7px;
}

.mfct-pp .form-group h6 a {
    color: rgb(108, 49, 205) !important;
    text-decoration: none;
    font-weight: 400;
}

.mfct-pp button.close {
    border: 10px;
    background: none;
    font-size: 32px;
    color: #333;
    font-weight: 100;
    position: absolute;
    font-weight: 500;
    right: 5px;
    top: -11px;
}

.contact-card-box .modal-body {
    margin-top: 50px;
}

.contact-card-box .modal-header {
    border: none;
}

.mfct-pp .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    margin-top: 0;
}

.mfct-pp .modal-dialog .modal-content {
    margin-bottom: 10px;
}

.mfct-pp .modal-dialog .modal-content label {
    font-size: 1.1rem;
    padding-left: 10px;
    padding-right: 10px;
}

.mfct-pp input {
    /* border-bottom: 1px solid #f3f3f3 !important; */
    /* border: none; */
    border-radius: 5px;
    width: 100%;
    margin: 0px;
}

.mfct-pp .input_label {
    margin-top: 10px;
}

.mfct-pp .modal-content .contacttab-box img {
    max-width: 100px;
}


div#savecontact {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {

#embeddedDiv { height: auto !important; }
    .modal-content {
        width: 80%;
        margin: auto;
    }

    .coachSlider {
        margin: 0 !important;
    }

    .rose-lyles ul {

        display: initial;
    }

    .rose-lyles {
        color: white;
        padding: 0px 38px;
    }

    .banner-block {
        padding-bottom: 20px;
    }

    .slider {
        padding: 0px;
    }

    .banner-block-profile::before {
        content: '';
        position: absolute;
        height: 189px;
        width: 161px;
    }

    .banner-block-logo img {
        width: 100%;
        max-width: 100px;
        padding-top: 21px;
    }

    .scnner-block-icons i {
        color: white;
        font-size: 50px;
    }

    .scnner-block-icons2 i {
        color: white;
        font-size: 55px;
    }

    .afterpassprotect .emergencydata .formrow {
        display: block;
        margin-bottom: 0px;
    }

    .afterpassprotect .emergencydata .formrow .formgrp {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .afterpassprotect .pop-wrap {
        height: initial !important;
    }

    .main-content-area-inner .carousel-item img {
        height: 255px !important;
        object-fit: cover;
        object-position: top center;
    }

    .newsliderclassad .carousel-inner .carousel-item img {
        height: 270px !important;
    }



}

@media only screen and (max-width: 1024px) and (min-width: 768px) {


    .rose-lyles ul {

        display: initial;
    }

    .main-content-area-inner .carousel-item img {
        height: auto;
        object-fit: cover;
        object-position: top center;
    }

    .banner-block-profile {
        width: 150px;
        height: 180px !important;
        border-bottom-right-radius: 575px;
        border-top-right-radius: 220px;
    }

    .newsliderclassad .carousel-inner .carousel-item img {
        height: 567px !important;
    }

}


/* ---------------------------second css-------------------------------------------- */

/* ul.upper-header-lists2 li.upper-header-list-after::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 81%;
    border-right: 2px solid black;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */

.rose-lyles2 {
    color: black;
    padding: 140px 80px 0px 80px;
    text-align: center;
}

.rose-lyles2 .rose-vacor {
    font-size: 25px;
    font-weight: 500;
    color: black;
}

ul.upper-header-lists2 li a {
    color: black;
}

.rose-lyles2 .owner {
    font-size: 17px;
    color: black;
    margin-bottom: 0px;
}

.rose-lyles2 .owner span {
    font-weight: 500;
}

.rose-lyles2 ul {
    list-style-type: none;
    margin-top: 1rem;
    text-align: left;
}

.rose-lyles2 ul li a {
    color: #202d3e;
    text-decoration: none;
}

.triangle {
    width: 0px;
    height: 0px;
    margin: auto;
    border-bottom: 141px solid black;
    border-left: 240px solid transparent;
    border-right: 250px solid transparent;
    position: relative;
}

.slider2>h3,
.slider2>h5 {
    color: black;
    text-align: center;
}

.contact-socials2 .custom-social-icons2 ul {
    margin-bottom: 0px;
}
.card.card-body.custom_card {
    padding: 0px 20px 0;
}

.contact-socials2 {
    position: absolute;
    left: -100px;
}

.rose-lyles2 ul li a .fa {
    font-size: 16px;
    margin-right: 7px;
}

.user-profile img {
    width: 100%;
}

.banner-block2 .profile-image-block {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: transparent;
    /* border: 2px solid black; */
    bottom: -125px;
    left: 0;
    right: 0;
    margin: auto;
    /* box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 0%), 0 3px 14px 2px rgb(0 0 0 / 0%); */
}


.banner-block2 {
    background-color: black;
    position: relative;
}

.main-content-area2 {
    /* outline: 2px solid black; */
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    overflow: hidden;
    border-radius: 20px;
}

.banner-block2 .logo-block {
    padding: 48px 0px 165px 0px;
    width: 100%;
    max-width: 150px;
    margin: auto;
}

.banner-block2 .logo-block img {
    width: 100%;
}

.custom-scanner {
    position: relative;
    display: flex;
}

.image6 img,
.image5 img,
.image4 img {
    width: 100%;
}

.image6 {
    left: 20px;
}

.image5 {
    right: 98px;
    width: 100%;
    top: -5px;
    max-width: 56px;
    position: absolute;
}

.image4 {
    right: 20px;
}

.image6,
.image4 {
    width: 100%;
    max-width: 50px;
    position: absolute;
}


/* ---------------------------second css-------------------------------------------- */


/* ---------------------------third css-------------------------------------------- */

.rose-lyles3 {
    color: black;
    padding: 0px 30px;
    text-align: left;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}

.sideLogo {
    max-width: 150px;
    /* margin-top: 15px; */
}

.rose-lyles3 ul {
    list-style-type: none;
    margin-top: 1rem;
    text-align: left;
    padding-left: 0px;
}

.rose-lyles3 .rose-vacor {
    font-size: 20px;
    font-weight: 400;
    color: black;
}

.rose-lyles3 ul li a {
    color: #202d3e;
    text-decoration: none;
    font-size: 17px;
}

.triangle3 {
    width: 0px;
    height: 0px;
    margin: auto;
    border-bottom: 183px solid #6661ab;
    border-left: 730px solid transparent;
    position: relative;
}

.contact-socials3 {
    padding-top: 50px;
    color: white;
    position: absolute;
    bottom: -166px;
    left: -310px;
}

h1.third-card-title {
    color: #000;
}

h1.second-card-title {
    color: #000;
}

.custom-scanner2 {
    position: relative;
}

.image9 img,
.image8 img,
.image7 img {
    width: 100%;
}

.image9 {
    right: 20px;
    top: 39px;
    z-index: 4;
    max-width: 40px;
    position: absolute;
}

.image8 {
    left: 85px;
    top: 60px;
}

.image7 {
    left: 20px;
    top: 60px;
}

.image8,
.image7 {
    width: 100%;
    max-width: 50px;
    position: absolute;
}

.contact-socials2 p {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.contact-socials ul li:first-child {
    padding-left: 0px;
}

.contact-socials ul li:last-child {
    padding-right: 0px;
}

.contact-socials2 p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.banner-block3 {
    /* background-color: black; */
    position: relative;
    width: 100%;
    height: 350px;
    border-bottom: 14px solid #6661ab;
}

.profile-image-block2 {
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0px;
    left: -4px;
    margin: auto;
    border-bottom: 183px solid white;
    border-left: 505px solid transparent;
    z-index: 8;
}

.banner-block3 .user-profile {
    position: absolute;
    width: 100%;
    max-width: 158px;
    z-index: 10;
    bottom: 0;
    right: 20px;
}

.banner-block3 .user-profile img {
    width: 100%;
}

.banner-third-block {
    width: 100%;
    height: 100%;
}

.banner-third-block img {
    width: 100%;
    height: 100%;
}

.profile-image-block3 {
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0px;
    left: -25px;
    margin: auto;
    border-bottom: 200px solid #6661ab;
    border-left: 526px solid transparent;
    z-index: 4;
}

/* ---------------------------third css-------------------------------------------- */
@media only screen and (max-width: 767px) {

    .school_details {
        padding: 0px 30px;
        display: grid;
    }

    .rose-lyles ul {

        display: initial;
    }

    .rose-lyles2 {
        color: black;
        text-align: center;
        padding: 130px 0px 0px 0px;
    }

    .triangle {
        width: 0px;
        height: 0px;
        margin: auto;
        border-bottom: 132px solid black;
        border-left: 180px solid transparent;
        border-right: 180px solid transparent;
        position: relative;
    }

    .image6,
    .image5,
    .image4 {
        width: 100%;
        max-width: 50px;
        position: absolute;
        top: -29px;
    }

    .rose-lyles {
        color: white;
        padding: 0px 10px 20px 38px;
    }

    .image5 {
        right: 77px;
    }

    .banner-block {
        padding-bottom: 20px;
    }

    .slider {
        padding: 0px;
    }

    .banner-block-profile::before {
        content: '';
        position: absolute;
        height: 189px;
        width: 161px;
    }

    .banner-block-profile {
        width: 150px;
        height: 180px;
        border-bottom-right-radius: 575px;
        border-top-right-radius: 220px;
    }

    .carousel-item img {
        width: 100%;
        height: auto;
        /* border-bottom-right-radius: 220px;
        border-top-right-radius: 220px; */
    }

    .banner-block-logo img {
        width: 100%;
        max-width: 100px;
        padding-top: 21px;
    }

    .scnner-block-icons i {
        color: white;
        font-size: 50px;
    }

    .scnner-block-icons2 i {
        color: white;
        font-size: 55px;
    }


    /* ---------------------------third css-------------------------------------------- */

    .main-content-area-inner {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .banner-block3 {
        height: 234px;
    }

    .banner-block3 .user-profile {

        max-width: 107px;
    }

    .profile-image-block3 {
        bottom: 3px;
    }

    .rose-lyles3 {
        color: black;
        padding: 0px 21px 0px 20px;
        text-align: left;
    }

    .triangle3 {
        width: 0px;
        height: 0px;
        margin: auto;
        border-bottom: 183px solid #6661ab;
        border-left: 351px solid transparent;
        position: relative;
    }

    .sideLogo {
        max-width: 100px !important;
    }

    .namingPosition {
        line-height: 10px;
    }

    center h4 {
        padding-top: 17px;
        position: absolute;
        font-weight: 500 !important;
        left: 0;
        right: 0;
    }

    /* ---------------------------third css-------------------------------------------- */
}

.namingPosition {
    line-height: 10px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {


    .rose-lyles ul {

        display: initial;
    }

}


/* -------------------------------Qr Css-------------------------------------------- */
.qr-image {
    text-align: center;
    margin-bottom: 20px;
}

.qr-link-copy {
    text-align: center;
    margin: 20px 0px;
}

.qr-link-copy button.copy-btndd {
    background: #fdf9f9;
}

.nav {
    width: 100% !important;
}

.custom-tabs .nav-pills {
    width: 100% !important;
}

.custom-tabs .nav-pills .nav-item {
    width: 50% !important;
}

/* -------------------------------Qr Css-------------------------------------------- */
.custom-tabs .nav-pills {
    width: 100% !important;
    border: 1px solid black;
    border-radius: 0.25rem;
}

.custom-tabs .nav-pills .nav-item {
    width: 50% !important;
    text-align: center;
    color: black !important
}

.custom-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: black;
}

.custom-tabs .nav-pills .nav-link {
    color: black;
    background-color: #f5f0f0;
}

.modal-header {
    justify-content: center;
    position: relative !important;
}

.modal-header i {
    position: absolute !important;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 20px;
}

/* -------------------------------fourth Css-------------------------------------------- */
.main-content-area3 {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    overflow: hidden;
    /* border-radius: 20px; */
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.cheeleader-social-icon {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    width: 100%;
    background: #202426;
    padding: 15px 15px 12px;
}

.cheeleader-social-icon .cheeleader-heading {
    color: #fff;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin: 2px 0 0;
    text-transform: uppercase;
}

.custom-social-icons3 ul {
    display: flex;
    list-style-type: none;
    color: white;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
}

.custom-social-icons3 ul li:first-child {
    padding-left: 0px;
}

.custom-social-icons3 ul li:last-child {
    padding-right: 0px;
}

.custom-social-icons3 ul li {
    padding: 0px 10px;
}

.custom-social-icons3 ul li a i {
    color: white;
    font-size: 22px;
}

.plinfoiner {
    position: relative;
}
.sliderCustom {
    position: relative;
}
.plinfoiner .plinfobnrgrpc {
    position: absolute;
    width: 100%;
    max-width: 810px;
    bottom: -1px;
    padding-bottom: 0;
}
.logoContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px 0 0;
}
.plinfoiner .plinfobnrgrpc img {
    width: 100%;
}

.Karpach h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 5px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #202426;
}

/* .Karpach {
    color: black;
    padding: 0px 30px;
    text-align: left;
    margin-bottom: 15px;
} */
.Karpach {
    color: black;
    padding: 0px 20px;
    text-align: left;
    width: 100%;
    max-width: 400px;
}

.Karpach .karpach-height {

    font-size: 18px;
    font-family: Roboto, sans-serif;
    color: #202426;
    font-weight: 600;
    margin: 0 0 5px;
}

.karpach-homeTown>span {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    color: #202426;
    font-weight: 600;
}

.karpach-homeTown {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    color: #202426;
    font-weight: 400;
    margin: 0 0 5px;
}

.Karpach ul {
    list-style-type: none;
    margin-top: 5px;
    text-align: left;
    padding: 0px 10px;
}

.larryContact a .fa {
    font-size: 24px !important;
    margin-right: 20px;
}

.main-content-area-inner .player-state-block2 {
    width: 100%;
    padding: 0 20px 0px 20px !important;
}
.larryContact {
    margin-top: 15px;
    margin-bottom: 15px;
}

.Karpach ul li a {
    display: flex;
    color: black !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.Karpach ul li a:hover {
    color: #8cbc43;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.Karpach ul li a .fa {
    font-size: 23px;
    margin-right: 7px;
}

.urlNew h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    color: #202426;
}

.urlNew p a {
    font-family: Roboto, sans-serif;
    color: #202426;
    text-decoration: none;
}

.urlNew p a:hover {
    font-family: Roboto, sans-serif;
    color: #8cbc43;
}

.video-heighligts h1 {
    font-family: Roboto, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* 
.video-heighligts .textclass {
    color: #fff;
} */

.iframe {
    width: 100%;
    height: 450px;
}

.iframe iframe {
    width: 100%;
    max-width: 100%;
    height: 440px;
}



.see-full-game .btn-see-full,
.see-full-game .btn-see-full:hover {
    color: #fff;
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    width: 93%;
    border-radius: 6px;
    background-color: #202426;
    min-width: 200px;
}

.name_details .name_div {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.name_details .ncaa_div {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.name_details {
    padding: 0px 80px;
}

.game-ticket-banner {
    /* width: 100%; */
    max-width: 100%;
    min-height: auto;
    margin: auto;
    margin: 30px;
}

.game-ticket-banner img {
    width: 100%;
    margin: 0 0 25px;
}

.game-ticket-banner-data {
    padding-top: 10px;
    text-align: center;
}

.gpa-buttons .gpabtns {
    display: flex;
    align-items: center;
    /* padding: 0px 30px; */
    justify-content: space-between;
}

.gpa-buttons .gpabtns .passprotectbtn {
    margin-right: 0px !important;
    font-family: Roboto, sans-serif !important;
    /* width: 32%; */
}

button.mdc-button.passprotectbtn.common-btn.btn {
    background: #000;
    /* background: #fff; */
    color: #fff;
    border: 1px solid #000;
    /* border: none; */
    padding: 5px 6px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    width: 100%;
    white-space: nowrap;
    border-right: 1px solid #fff !important;
    font-size: 15px;
    outline: none;
}

.common-btn {
    border-radius: 6px !important;
}

.gpa-buttons .gpabtns .passprotectbtn:hover {
    color: rgb(251, 251, 251) !important;
}

.game-ticket-banner-data h2 {
    color: #202426;
    font-family: Roboto, sans-serif !important;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 40px;
    letter-spacing: 0;
}

.game-ticket-banner-data .btn-but-now,
.game-ticket-banner-data .btn-but-now:hover {
    text-transform: capitalize;
    font-size: 16px;
    background-color: #202426;
    border-radius: 12px;
    color: rgb(255, 255, 255);
}

.slider4 {
    margin: 0px;
}

.purchase-add-space-butn-block {
    padding: 0 0px;
    width: 100%;
    text-align: center;
}

.purchase-add-space-butn-block button,
.purchase-add-space-butn-block button:hover {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    background-color: #222;
}

.barcode-section {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.barcode-section .bg-bottompl-black img {
    width: 100%;
}

.barcode-section .bg-bottompl-black {
    width: 100%;
}

.barcode-section .barcode-section-images-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

.barcode-section .barcode-section-images-block h4 {
    font-family: Rajdhani, sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    color: #202426;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    margin-right: 0px;
}

.barcode-inner-images-block {
    width: 100%;
    max-width: 32px;
    margin-left: 20px;
}

.barcode-inner-images-block img {
    width: 100%;
    max-width: 40px;
}

.barcode-inner-images-block .fa {
    font-size: 25px;
    color: #000;
}

.custom-social-icons4 ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.custom-social-icons4 ul li {
    padding-right: 10px;
}

.custom-social-icons4 ul li:last-child {
    padding-right: 0px;
}

.custom-social-icons4 ul li a img {
    width: 100%;
    max-width: 30px;
}

.plteamlogomob {
    display: none;
}

.player-state-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.player-state-block .Karpach {
    width: 100%;
}

.see-full-game {
    margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
    div#carouselExampleCaptions2 img {
        height: 400px !important;
    }
}

@media only screen and (max-width: 767px) {
    .player-state-block {
        display: flex;
        align-items: flex-start;
        flex-flow: column;
        justify-content: unset;
    }

    .custom-social-icons4 ul li a img {
        width: 100%;
        max-width: 22px !important;
    }

    .player-state-block2 {
        width: 100%;
        padding: 0px 32px !important;
    }

    .name_details {
        padding: 0px 32px !important;
    }

    .player-state-block .Karpach {
        width: 100%;
    }

    .purchase-add-space-butn-block a {
        /* width: 100%; */
        display: block;
        margin-right: 5px;
        padding: 0;
    }

    .plteamlogomob {
        margin-bottom: 30px;
        display: block;
    }

    .plstcntctinforow {

        margin-bottom: 20px;
    }

    .plteamlogo {
        width: 120px !important;
    }

    .plteamlogo img {
        max-width: 120px !important;
    }

    .gpa-buttons .gpabtns {
        display: flex;
        font-size: 14px;
    }

    .gpa-buttons .gpabtns .passprotectbtn {
        width: 100%;
    }

    .purchase-add-space-butn-block {
        padding: 10px 0px;
        width: 100%;
        text-align: center;
    }

    .video-heighligts h1 {
        margin-top: 20px;
    }

    div#carouselExampleCaptions2 img {
        height: 300px !important;
    }

    .purchase-add-space-butn-block button {
        margin-bottom: 10px;
        width: 100%;
    }

    .plteamlogomob img {
        max-width: 200px;
    }

    .gpa-buttons .gpabtns {
        padding: 0px 0px;
    }

    .iframe iframe {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }

    .iframe {
        width: 100%;
        height: 200px;
    }

    .game-ticket-banner {
        margin: 15px;
    }
.custom-social-icons4 ul { 
    padding: 0; 
}
.custom-social-icons4 {
    margin: 12px 0 0;
}
    .barcode-section .barcode-section-images-block {
        /* position: absolute; */
        display: flex;
        align-items: center;
        right: 10px;
        top: 12px;
    }

    .barcode-inner-images-block {
        width: 100%;
        max-width: 38px;
        margin-left: 20px;
    }

    .custom-social-icons3 ul li {
        padding: 0px 6px;
    }

    .Karpach {
        color: #202426;
        padding: 0px 18px;
        text-align: left;
    }

    .carousel-item img {
        width: 100%;
        height: initial;
    }

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

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

    .see-full-game {
        position: relative !important;
        margin-top: 20px;
    }
}

.video-heighligts {
    text-align: center;
    display: initial;
}

/* .gpa-buttons {
    padding: 0 30px;
} */
div#carouselExampleCaptions2 {
    margin: 0px;
    ;
}
.name_details {
    padding: 20px !IMPORTANT;
}
div#carouselExampleCaptions2 img {
    object-position: top;
    object-fit: cover;
    height: 650px;
}
/* 
.plteamlogo {
    position: absolute;
    right: 25px;
    width: 250px;
    height: 200px;
    bottom: -60px;
} */

.plteamlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 200px;width: 120px;
    height: 120px;
}

button.more-stats {
    color: #fff;
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    background-color: #202426;
    margin-right: 10px;
    width: 100%;
    padding: 6px;
}

.state-inner-button-block {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

button.btn.more-stats:hover {
    color: #fff;
}

.state-inner-data {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.stat_head {
    display: flex;
    flex-flow: row;
}

.stat_head strong {
    margin-right: 5px;
}

.plstcntctinfocoltxt.plstcntctinfomailtxt {
    display: inline-block;
}

.plstcntctinfocol {
    display: inline-block;
}

.plstcntctinforow {
    display: flex;
    align-items: center;
}

.plstcntctinfocol img {
    width: 25px;
}

.plstcntctinfocol .fa {
    font-size: 25px;
}

.plstcntctinfocoltxt.plstcntctinfomailtxt a {
    color: #202426;
    text-decoration: none;
    font-size: 16px;
    margin-left: 3px;
}

.plstcntctinfocoltxt.plstcntctinfomailtxt a:hover {
    color: #8cbc43;
}

/* Coaches Card*/
.main-content-area6 {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    border-radius: 20px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* padding-top: 265px; */
    background-repeat: no-repeat;
    padding-bottom: 10px;
    background-position: top;
    /* background-image: url("../image/images/banner6.jpg"); */
}

.main-content-area-upper6 {
    width: 100%;
    height: 100%;
    padding: 10px 0px;

}

.main-content-area6 .metrio {
    background-color: #fff;
    color: #202d3e;
    /* position: absolute; */
    border-radius: 0px;
    width: 100%;
    margin: auto;
    padding: 64px 20px 20px 20px;
    left: 0;
    right: 0;
}

.metrio-upper {
    position: relative;

}

.metrio-logo {
    position: absolute;
    top: -60px;
    width: 100%;
    max-width: 200px;
    left: 0;
    text-align: center;
    padding: 3px 12px;
    margin: auto;
    border-left: 9px solid #fff;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.Karpach5 {
    color: black;
    padding: 0px !important;
    text-align: left;
    width: 100%;
    max-width: 400px;
}

.metrio-logo img {
    width: 100%;
    height: 30px;
    background-color: transparent;
}

/* .custom-dropDowns3 .sidebar-nav>li>a>i {
    color: black;
} */

.metrio-logo-upper {
    position: relative;
}

.metrio-sustain-tomorow ul {
    list-style-type: none;
    padding: 0px;
}

.metrio-sustain-tomorow ul .fa {
    margin-right: 10px;
}

.custom-dropDowns .sidebar-nav {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.custom-dropDowns .sidebar-nav>li>a {
    color: #fff;
    display: flex;
    padding: 10px 0px;
    align-items: center;

}

.custom-dropDowns3 .sidebar-nav>li>a {
    color: black !important;
    display: flex;
    padding: 10px 0px;
    align-items: center;

}

/* .custom-dropDowns .sidebar-nav>li>a>i {
    color: #4a6c98;

} */

.state-inner-button-block .btn-but-now {
    background-color: #000;
    color: #fff !important;
}

.custom-dropDowns .sidebar-nav>li>a>span {
    font-size: 20px;
    font-weight: 400;

}

.custom-dropDowns .sidebar-nav>li>ul {
    list-style-type: none;
    padding-left: 0px;
}

.custom-dropDowns .accordion-button {
    background-color: #202d3e;
    color: #fff;
}

.custom-dropDowns .sidebar-nav>li>ul>li>a {
    color: black;
    text-decoration: none;
}

.custom-dropDowns .accordion-item {
    background-color: #fff;
    border: 0px;
}

.custom-dropDowns .accordion-body {
    background-color: #202d3e;
}

.custom-social-icons6 ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.custom-social-icons6 ul li {
    padding-right: 10px;
}

.custom-social-icons6 ul li>a {
    text-decoration: none;
}

.custom-social-icons6 ul li .social-links {
    width: 40px;
    height: 40px;
    background-color: #1c61a9;
    border-radius: 3px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
}

.custom-social-icons6 ul li .social-links>.fa {
    font-size: 20px;
}

ul.upper-header-lists2 {
    display: flex;
    /* text-decoration: none; */
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-left: 0px;
    background-color: transparent;
    padding-bottom: 10px;
}

ul.upper-header-lists2 li.upper-header-list-after {
    position: relative;
}

ul.upper-header-lists2 li a {
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ul.upper-header-lists2 li.upper-header-list-after::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 81%;
    border-right: 2px solid black;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */

ul.upper-header-lists2 li {
    padding: 0px 10px;
}

.metrio-logo p {
    margin-bottom: 0px;
}

.metrio-logo p {
    margin-bottom: 0px;
    font-size: 28px;
    font-family: 'Black Ops One', cursive;
}

.custom-dropDowns .sidebar-nav>li>ul>li>a>.fa {
    margin-right: 5px;
    font-size: 20px;
    width: 27px;
}

.custom-dropDowns i.fa.fa-mobile.textclass {
    font-size: 26px !important;
}

.coachSlider img {
    min-height: auto !important;
    height: 500px;
}

/* -------------------------------seven Css-------------------------------------------- */
}

.main-content-area6 .av {
    background-color: #fff !important;
    color: #202d3e !important;
    border-radius: 0px !important;
    width: 100% !important;
    margin: auto;
    padding: 64px 20px 20px 20px;
    left: 0;
    right: 0;
}

.custom-dropDowns2 .sidebar-nav>li>a {
    color: #202d3e !important;
    display: flex;
    padding: 10px 0px;
    align-items: center;

}

.custom-dropDowns2 .sidebar-nav>li>ul>li>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.custom-social-icons7 ul li .social-links {
    background-color: rgb(177, 177, 68);
}

ul.upper-header-lists3 li.upper-header-list-after::after {
    border-right: 2px solid #202d3e !important;
}

ul.upper-header-lists2 li a {
    color: #202d3e;
}

.main-content-area7 {
    padding: 40px;
    background-image: url("../image/background-image1.png");

    /* Full height */
    /* height: 100%; */

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content-area7 .slider2 {
    margin: 0px !important;
}

/* .custom-dropDowns2 .sidebar-nav>li>a>i {
    color: rgb(177, 177, 68);
} */

.av-logo {
    position: absolute;
    top: -124px;
    width: 100%;
    max-width: 120px;
    height: 120px;
    left: 0;
    padding: 0px !important;
    margin: auto;
    border-left: 0px;
    right: initial;
    background-color: initial !important;
}

.av-logo img {
    height: 120px !important;
    max-width: 120px !important;
    width: 100%;
    border-radius: 9px !important;
}

.purchase-add-space-butn-block a {
    text-decoration: none; 
	display: inline-block; margin-bottom: 20px;
    width: 100%;
}
.custom-table-btn {
    margin: 30px 0 20px !important;  
	margin: 0 0 20px !important;
}
.purchase-add-space-butn-block2 {
    justify-content: space-around !important;
}

.purchase-add-space-butn-block button,
.purchase-add-space-butn-block button:hover {
    color: #fff;
    font-family: Roboto, sans-serif !important;
    text-transform: capitalize;
    font-weight: 600;
    width: 93%;
    font-size: 16px;
    margin-top: 0;
    border-radius: 6px;
    background-color: #222;
}

.game-ticket-banner {
    width: 100%;
    max-width: 800px !important;
    min-height: 250px; min-height: auto;
    margin: auto;
    padding-top: 0;
}

.coach-scanner-image {
    width: 100%;
    max-width: 60px;
    height: 60px;
}

.coach-scanner-image img {
    width: 100%;
}

.certification li {
    list-style-type: disc;
}

.coach-qr-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
}

.coach-qr-block a {
    color: #202d3e;
}

/* .coach-qr-inner-block {
    position: relative;
    margin-right: 64px;
}

.coach-qr-inner-block2 {
    position: relative;
    margin-right: 0px !important;
} */


/* .coach-qr-inner-block .coach-qr-inner-merchant-block {
    position: absolute;
    right: -52px;
    top: 2px;
}

.coach-qr-inner-block .coach-qr-inner-merchant-block2 {
    position: absolute;
    left: -52px;
    top: 2px;
} */
.coach-qr-block .coach-qr-inner-block .fa {
    font-size: 43px;
    margin: 0px 20px;
    padding-top: 5px;
}

.coach-qr-block .coach-qr-inner-block .bi {
    font-size: 35px;
    margin-right: 10px;
}

/* .coach-qr-block .coach-qr-inner-merchant-block .bi {
    font-size: 35px;
    margin-right: 10px;
    line-height: -1 !important;
} */
.coach-qr-inner-merchant-block .bi {
    font-size: 35px;
    display: flex;
}

/* ---------------------------seven css-------------------------------------------- */
@media only screen and (max-width: 767px) {
.custom-dropDowns2 .sidebar-nav>li>a { 
    padding: 5px 0px; 
}

    .main-content-area7 {
        padding: 0px !important;
        background-image: url(../image/background-image1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
.purchase-add-space-butn-block a { 
    margin-bottom: 0; 
}
.custom-table-btn {
    margin: 20px 0 0px !important;margin: 0 0px !important;
}
.game-ticket-banner .purchase-add-space-butn-block .game-ticket {
    margin: 10px 0 0;
}
    .purchase-add-space-butn-block button,
    .purchase-add-space-butn-block button:hover {
        color: #fff;
        font-family: Roboto, sans-serif !important;
        text-transform: capitalize;
        font-weight: 600;
        width: 93%;
        font-size: 16px;
        margin: 0;
        border-radius: 6px;
        background-color: #222;
    }

    .school_details {
        padding: 0px 30px !important;
        display: grid;
    }
}


@media only screen and (max-width: 575px) {
	.headLefttPanel {
		flex: auto;
	}
}
/* ---------------------------sever css-------------------------------------------- */
.customCoachName {
    font-size: 25px;
}
.table-responsive {
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 
}
.card.card-body.custom_card table {
    min-width: 800px;
}
.custom_gpa_password {
    font-size: 1.45rem !important;
}

ul#components-nav6 li {
    padding-bottom: 5px;
    /* display: flex;
    align-items: end; */
}

ul#components-nav li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.subs-client-btns {
    display: flex;
    justify-content: center;
}

.add-client-btn {
    margin-right: 25px;
}

.add-client-btn button {
    font-family: Rajdhani, sans-serif;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    background-color: #202426;
    height: 35px;
    margin: 0;
    border-radius: 5px;
    padding: 13px 15px;
    outline: none;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member_thumnail {
    background: #ddd;
    margin-top: 20px;
    border-radius: 0;
    padding: 10px;
    height: 100%;
    position: relative;
}

.member_thumnail img {
    max-height: 140px;
    max-width: 100% !important;
    width: auto !IMPORTANT;
}

span.name_field {
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 8px;
    margin: 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

i.fa.fa-file-text.textclass {
    color: #000;
}

.plstcntctinfocol a.textclass {
    color: #000;
    text-decoration: none;
    margin-left: 5px;
}

.plstcntctinfocol a {
    text-decoration: none;
}

/* .main-content-area-inner .carousel-item img {
    height: 450px;
    object-fit: cover;
    object-position: top center;
} */
@media (max-width: 520px) {

    .front-student-card {
        width: 100% !important;
    }
}


.barcode-section-images-block.shareBusinessTemplate {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    margin-bottom: 20px;
}

.shareBusinessTemplate h4 {
    text-align: center;
    color: #000;
    font-weight: 500;
}

.shareBusiness1 .textclass {
    color: #fff;
}

/* .shareBusinessTemplate .textclass {
    color: #000;
} */

.shareBusiness1 h4 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.video-heighligts h4 .third-card-title {
    color: #000;
}

button.btn.btn-primary.school-schedule {
    background-color: #202426;
    color: #fff !important;
    border: 1px solid #202426 !important;
    padding: 5px 7px !important;
    border-radius: 6px !important;
    width: 93%;
    font-weight: 600;
    height: 40px;
    white-space: nowrap;
    font-size: 14px;
    outline: none;
}

button.btn.btn-primary.school-schedule:focus {
    box-shadow: none !important;
}

button i.bi.bi-chevron-down {
    float: right;
    margin-top: 6px;

}

.student-info-btn-colll {
    text-align: center;
}

button.buy-btn {
    width: 50px;
    border-radius: 4px;
    color: #fff;
    background: #7239d6;
    border-color: #7239d6;
    margin-left: 10px;
}

a.btn.btn-light {
    background-color: #202426;
    border-color: #202426;
    color: #fff;
    width: 93%;
    font-weight: 600;
    font-size: 16px;
}

.scnner-block-icons:first-child {
    margin-left: 0px;
}

.third-sec a {
    text-decoration: none;
}

.third-sec {
    padding-top: 10px;
}

.plstcntctinfocol .fa {
    font-size: 24px;
    color: #000;
    text-decoration: none;
}

.school_details {
    padding: 0px 80px;
    display: grid;
}
.zindex{ z-index: 9;}
.emails-card
{
    display:block;
    margin-bottom:10px;
    text-align:center;
}
.btn-send, .btn-send:hover
{
    background-color:black;
    color:white;
    width:100%;
}
.pop-overlay{z-index: 99999;
    position:fixed;
    top:0px;
    bottom:0px;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, .4);
    display:none;
    overflow-y: scroll;
    left:0;
}

.pop-wrap{
    width:70%;
    padding:20px;
    border-radius:8px;
    background-color:#fff;
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    top: 30px;
}
.common-btn{
    color: #fff;
    font-family: 'Myriad Pro';
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    background-color: #000;
    margin-right: 10px;
}