/************************************************************** Desktop **********************************************/
@media (max-width: 1400px) {
    /* .sort_by .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder, .sort_by .select2-selection__rendered {
        visibility: hidden;
    }
    .sort_by .form-select {
        --bs-form-select-bg-img: none;
    }

    .sort_by .select2-container--bootstrap5 .select2-selection--single, .form-select.form-select-solid:focus {
        background-color: #ffffff;
        border-color: #ffffff!important;
        z-index: 2;
    }

    .sort_by {
        position: relative;
    }

    .sort_by::after {
        content: '';
        background: url(../img/site/sort_by_ico.svg) no-repeat;
        position: absolute;
        height: 40px;
        width: 40px;
        top: 14px;
        right: 0px;
        z-index: 1;
        background-size: 25px;
    }

    .sort_by .select2-selection .select2-selection--single .min-w-150px .form-select .form-select-solid{
        display: none!important;
    } */

    .sort_by {
        display: none;
    }

}

/* @media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
} */


/************************************************************** Above Tablet / Landscape X LG **********************************************/
@media screen and (min-width:767px) {
    .grid-md-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .content {
        padding: 15px 0 0 0 !important;
    }

    .sort_by.min-w-150px {
        min-width: 52px !important;
    }

    .grid-lg-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }


}



/************************************************************** Upto Tablet X MD **********************************************/
@media screen and (max-width:1399px) {
    .fs-thiru {
        font-size: 1.2em;
    }

    .galImg a {
        width: 23%;
    }
}

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

    /* .banner_h{
    height: 700px;
   } */
    .photo-stack {
        height: 120px;
    }

    .fs-thiru {
        font-size: 1.0em;
    }

    .fs-thiru-text {
        font-size: 1.50em;
    }

}

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

    .subcol_2 .colCount,
    .subcol_3 .colCount,
    .subcol_4 .colCount {
        column-count: 1;
    }

    .subcol_1 .dropdown-menu,
    .subcol_2 .dropdown-menu,
    .subcol_3 .dropdown-menu {
        width: 100%;
    }

    .login_tiles {
        min-width: 190px;
    }

    header .dropdown-menu li {
        float: none;
    }

    .dropcol_2 .dropdown-menu,
    .dropcol_1 .dropdown-menu {
        width: 100%;
    }

    .galImg a {
        width: 31%;
    }
    .homeSlider .carousel-item img {
        height: 100%;
    }
}
/* 991 */

/************************************************************** Upto Mobile **********************************************/
@media screen and (max-width:767px) {
    .noBdrStart {
        border-left: none !important;
    }

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

    .container {
        max-width: 600px;
    }

    .fixed_title {
        width: 100%;

    }

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

    .fixed_title.title_handle2 {
        width: auto;

    }

    td.w-200px,
    td.w-350px {
        width: 50% !important;
    }

    .alphabets ul {
        display: flex;
        width: 100%;
        overflow: auto;
    }

    .alphabets ul li {
        border-right: #F2F5F6 2px solid;
    }

    .banner_h {
        height: 750px;
    }

    .fixed_title.banner1_title::before {
        height: 100px;
        left: 120px;
        width: 100%;
        background-size: 60%;
        top: -90px;
    }

    .fixed_title.banner1_title::after {
        height: 100px;
        left: -230px;
        width: 100%;
        background-size: 60%;
        bottom: -90px;
    }

    .banner_4_1 {
        background: none;
    }

    .dropcol_2 .dropdown-menu>ul {
        width: 100%;
    }

    .side-line {
        border-right: none !important;
    }

    .vTabMobile .card {
        border-color: #f2f2f2 !important;
        margin-bottom: 20px;
    }

    .vTabMobile .galCategories {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .vTabMobile .galCategories li {
        list-style: none;
    }

    .galCategories a {
        border-radius: 30px;
    }

    .galCategories a.active {
        background: #040074;
        color: #FFF;
    }

    .galCategories a.active::before {
        content: none;
    }

    .read-more-state {
        display: none;
    }

    .read-more-wrap {
        max-height: 120px;
        overflow-y: hidden;
        transition: .25s ease;
    }

    .read-more-state:checked~.read-more-wrap {
        max-height: unset;
        overflow-y: visible;
    }

    .read-more-state~.read-more-trigger:before {
        content: '\f078';
        font-family: 'FontAwesome';
    }

    .read-more-state:checked~.read-more-trigger:before {
        content: '\f077';
        font-family: 'FontAwesome';
    }

    .read-more-trigger {
        font-size: 1.2em;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    }
    .tabOnMobile {
        overflow-x: auto;
        padding-bottom: 5px;
        flex-wrap: nowrap;
    }
    .tabOnMobile li {
        white-space: nowrap;
    }
    
}

/*767*/

/************************************************************** Mobile **********************************************/
@media screen and (max-width:576px) {
    .fixed_title.banner1_title::before {
        height: 100px;
        left: 20%;
        width: 100%;
        background-size: 60%;
        top: -90px;
    }

    .fixed_title.banner1_title::after {
        height: 100px;
        left: -40%;
        width: 100%;
        background-size: 60%;
        bottom: -90px;
    }

    .headLogo img {
        width: 235px;
    }

    .galImg a {
        width: 47%;
    }
    .lightbox-modal img {
        width: 80%;
    }
    .lightbox-modal .btn-close {
        right: 10px;
    }
}

/************************************************************** Mobile **********************************************/

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

    /* .fs-thiru {
        font-size: 1.2em;
    } */
    .lightbox-modal img {
        width: 90%;
    }
}