.gi_sa_card {
        width: 100%;
        padding: 10px;
        border: 1px solid #b8b8b8;
        border-radius: 10px;
    }

    .gi_sa_card_content {
        padding: 20px !important;
    }

    .gi_sa_card img {
        width: 100%;
        border-radius: 10px;
    }

    /* .gi_sa_card .gi_sa_card_content {
        margin-top: 10px;
      } */
    .gi_sa_card .gi_sa_card_content h2 {
        /*    font-family: speedee-bold !important;*/
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 22px !important;
        color: #000;
        margin-bottom: 0px;
        font-weight: 800;
        margin-bottom: 1.25rem !important;
    }

    .gi_sa_card .gi_sa_card_content .gi_time {
        margin: 5px 0px;
        display: flex;
        justify-content: space-between;
    }

    .gi_sa_card .gi_sa_card_content .gi_time span,
    .gi_sa_card .gi_sa_card_content .gi_time span a {

        font-size: 12px;
        color: #b1040e;
        font-weight: 600;
        font-size: 12px;
        color: #b1040e;
        font-weight: 600;

    }

    .gi_sa_card .gi_sa_card_content .gi_time span .fa {
        color: #b1040e;
    }

    .gi_sa_card .gi_sa_card_content a {
        display: block;
        font-size: 15px;
        color: #b1040e;
        font-weight: 800;
    }

    /*.gi_sa_card .gi_sa_card_content a:hover {
        text-decoration: none;
    }*/

    .gi_sa_card .gi_sa_card_content a img {
        width: 24px;
        position: relative;
        left: -5px;
    }

    .gi_sa_card .gi_sa_card_content .undo_gi {
        width: 18px;
        position: relative;
        right: -2px;
        top: -1px;
    }

    .marq {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .geek1 {
        font-size: 36px;
        font-weight: bold;
        color: white;
        text-align: center;
    }

    .geek2 {
        text-align: center;
    }

    .sa_dropdown {
        display: inline-block
    }


    .sa-dropdown-btn img {
        margin-right: 10px;
    }

    .sa-dropdown-content {
        position: absolute;
        width: 300px;
        height: auto;
        padding: 15px;
        background: #fff;
        z-index: 999;
        right: 0px;
        box-shadow: 5px 16px 30px rgb(0 0 0 / 10%);
        border-radius: 10px;
        display: none;

    }

   
    .sa-c-gi-dropdown .form-check{
        display: flex;
    }
    .saform-check-input {
        margin-right: 5px;
        position: relative !important;
        appearance:none;
-webkit-appearance:none;
    width: 20px;
    height: 20px;

            border: 1px solid #b1040e;
    border-radius: 5px;
    cursor: pointer;
        display: flex;
    justify-content: center;
    align-items: center;
    }
.saform-check-input:after{
       font-family: FontAwesome;
    content: "\f00c";
    font-size: 12px;
    color: white;
    visibility: hidden;
}

.saform-check-input:hover{
    background: #a5a5a5;
}
.saform-check-input:checked{
    background:#b1040e;
}
.saform-check-input:checked:after{
     visibility: visible;
}
    .sa-dropdown-content ul {
        padding: 0px;
        margin: 0px;
    }

    .sa-dropdown-content ul li {
        list-style: none;
    }

    .sa-dropdown-content ul li .form-group {
        margin-bottom: 5px;
    }

    .gisacard {
        display: flex;
    }



    @media only screen and (max-width: 576px) {
        .gi_sa_card .gi_sa_card_content h2 {
            font-size: 18px !important;
            color: #000;
        }
    }



    .banner-faq {
       
        background-size: auto !important;
        background-attachment: fixed !important;
        background-size: cover !important;
    }

   
    .left-title {
        font-weight: 600;
        font-size: 27px !important;
      
    }

    .ui-autocomplete {
        background-color: rgb(177, 4, 14) !important;
        color: rgb(255, 255, 255) !important;
    }

    input,
    input::-webkit-input-placeholder {
        font-size: 1.25rem !important;
        line-height: 3;
    }

    .active-pink-2 input.form-control[type=text]:focus:not([readonly]) {
        border-bottom: 1px solid #b1040e;
        box-shadow: 0 1px 0 0 #b1040e;
    }

    .active-pink input.form-control[type=text] {
        border-bottom: 1px solid #b1040e;
        box-shadow: 0 1px 0 0 #b1040e;
    }

    #myModal .modal-header {
        border-bottom: none !important;
    }

  
    .article h2 {
        font-weight: 600;

    }

    .link {
        cursor: pointer;
    }

    .ui-autocomplete {
        width: 50%
    }

    .ui-autocomplete li.ui-menu-item {
        cursor: pointer;
    }

.ui-helper-hidden-accessible{
    display: none !important;
}

.sa-c-gi-none {
        display: none;
       
        background: #fff;
        cursor: pointer;
        color: #b1040e;
    }

    .sa-c-gi-none img {
        margin-right: 0px;
    }

    .sa-c-gi-dropdown {
        position: relative;
        display: block;
    }

    .sa-c-gi-dropdown ul {
        padding: 0px;
        list-style: none;
    }

    .sa-c-gi-dropdown ul li {
        display: inline-block;
        margin-right: 10px;
    }
    .sa-c-gi-dropdown ul li .form-check-label{
        color: #b1040e;
    }
  .fa-search::before {

        color: #fff !important;
    }

    .sa_modal_button {
        position: absolute;
        width: 35px;
        height: 35px;
        right: -10px;
        top: -15px;
        border: none;
        border-radius: 50px;
        background: #fff;
        color: #e42428;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        cursor: pointer;
        z-index: 9;
    }

    .sa_modal_button svg {
        width: 100%;
    }
.sa_btn {
    border: none;
    background: #e42428;
    padding: 5px 30px;
    border-radius: 50px;
    color: #fff;
    margin-right: 10px;
}
    .article h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
}
.main-head{
    color: #b1040e;
    text-align: center !important;
    font-size: 42px;
    font-weight: 600;
}
    .sa-dropdown{
        background: #fff;
    padding: 5px 20px;
    width: 100%;
    height: auto;
    display: flow-root;
   
    }
    .sa-gi-bg{
            background: #fff;
    padding: 5px 0px;
    width: 100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
    }
    @media only screen and (min-width: 767px) {
        .sa-dropdown {
            float: right important;
            position: relative;
        }

        .sa-c-gi-dropdown {
            margin: 10px;
        }
        
    }

    @media only screen and (max-width: 990px) {
        .main-head{
    font-size: 32px;
}
    }
    @media only screen and (max-width: 767px) {
        .sa-c-gi-none {
            display: flex;
    float: right;
    align-items: center;
        }
        .sa-c-gi-none span{
            margin-right: 5px;
        }
        .sa-dropdown-btn {
            padding: 5px 7px;
    border: 1px solid #b1040e;
    background: #fff;
    cursor: pointer;
    color: #b1040e;
        }

        .left-title {
            font-size: 22px !important;
        }

        .sticky-left {
            left: 135px;
        }

        .sticky-category {
            position: fixed !important;
            top: 44px !important;
            z-index: 999 !important;
            right: 0px;
             box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
        }

        .sa-c-gi-dropdown {
            position: absolute;
            width: 300px;
            height: auto;
            padding: 15px;
            background: #fff;
            z-index: 999;
            right: 0px;
            box-shadow: 5px 16px 30px rgb(0 0 0 / 10%);
            border-radius: 10px;
            display: none;
            top: 45px;

        }
        .main-head{
    font-size: 24px;
    text-align: center !important;
}

        
        .sa-c-gi-dropdown ul li {
            display: block;
        }
    }


.about_Chancellor {
  padding: 36px 0px !important;
}