@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* custom css starts here */


/* Please make a note for all members: if you are adding CSS, please add a comment explaining what it is for. */

.fButtonMCVS {
    background-color: var(--brand-color-theme-2);
    color: white;
}

.fButtonMCVS:hover {
    color: white;
}


/* banner starts here */

.f-banner-mcvs .fGalleryImage img {
    min-height: 366px;
    object-fit: cover;
    object-position: left center;
}

.f-banner-mcvs .fGalleryText {
    position: absolute;
    inset: 0;
    align-content: center;
}

.f-banner-mcvs .fGalleryText .item-inner {
    width: 700px;
    max-width: 100%;
}

.f-banner-mcvs .fGalleryText .item-inner h3 {
    color: white;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0;
}

.f-banner-mcvs .fGalleryText .item-inner h5 {
    margin-top: 10px;
    color: var(--brand-color-theme-2);
    font-size: 1.4rem;
    font-weight: 700;
}

.f-banner-mcvs .fGalleryText .item-inner p {
    color: white;
    margin: 0 0 10px 0;
}

.f-banner-mcvs .fGalleryText .item-inner .fButtonMCVS {
    padding: 7px 1rem;
    font-size: .9rem;
    align-content: center;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.f-banner-mcvs .fGalleryText .item-inner .fButtonMCVS i {
    margin-right: 5px;
}

.f-banner-mcvs .fGalleryText .item-inner .fButtonMCVS.fButtonMCVSWhite {
    padding: 7px 1rem;
    font-size: .9rem;
    margin-right: 10px;
    border-color: white;
    color: white;
}


/* banner ends here */


/* highlights start here */

.f-highlights-mvcs .fGalleryImages .fGalleryItem {
    padding: 12px 0 !important;
}

.f-highlights-mvcs .fGalleryImages .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 7px;
    padding: 0 12px;
}

.f-highlights-mvcs .fGalleryImages .fGalleryItem .ItemfinnerGallery a.fGalleryImage {
    display: block;
    height: 45px;
    background-color: var(--brand-color-theme-1);
    padding: 10px;
    border-radius: 500px;
}

.f-highlights-mvcs .fGalleryImages .fGalleryItem .ItemfinnerGallery a.fGalleryImage img {
    filter: invert();
}

.f-highlights-mvcs .fGalleryImages .fGalleryItem .ItemfinnerGallery h3 {
    font-size: .9rem;
    margin: 0 0 5px 0;
    font-weight: 700;
    color: var(--brand-color-theme-1);
}

.f-highlights-mvcs .fGalleryImages .fGalleryItem .ItemfinnerGallery p {
    font-size: .9rem;
}


/* highlights end here */


/* card module starts here */

.f-card-inner-module {
    padding: 12px;
    border-radius: 7px;
    border: 1px solid #dedede;
    height: 100%;
}

.f-card-inner-module .fModuleTitle {
    margin-bottom: 10px;
}

.f-card-inner-module .fModuleTitle h3 {
    font-size: 1.2rem;
    margin: 0;
}

.f-div-section-2 {
    padding: 12px 0;
}

.f-div-section-2 .fModule {
    padding: 12px !important;
}


/* area of specialization start here */

.f-Areas-of-Specialization .fGalleryImages {
    border: 1px solid #dedede;
    background-color: white;
    border-radius: 7px;
}

.f-Areas-of-Specialization .fGalleryImages .fGalleryItem {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.f-Areas-of-Specialization .fGalleryImages .fGalleryItem:nth-child(n+5) {
    border-bottom: 0;
}

.f-Areas-of-Specialization .fGalleryImages .fGalleryItem:nth-child(4n) {
    border-right: 0;
}

.f-Areas-of-Specialization .fGalleryImages .fGalleryItem .fGalleryImage img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.f-Areas-of-Specialization .fGalleryImages .fGalleryItem .ItemfinnerGallery {
    padding: 7px 0px;
    text-align: center;
}

.f-Areas-of-Specialization .fGalleryImages .fGalleryItem .ItemfinnerGallery h3 {
    font-size: .8rem;
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    color: var(--brand-color-theme-1);
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* area of specialization end here */


/* membership starts here */

.f-membership-application .fGalleryImages {
    border: 1px solid #dedede;
    border-radius: 7px;
    overflow: hidden;
}

.f-membership-application .fGalleryImages li {
    padding: 0 !important;
}

.f-membership-application .fGalleryImages li .ItemfinnerGallery {
    background-color: white;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 17px;
    align-items: start;
    gap: 7px;
}

.f-membership-application .fGalleryImages li:last-child .ItemfinnerGallery {
    border-bottom: 0;
}

.f-membership-application .fGalleryImages li .ItemfinnerGallery h3 {
    margin: 0;
    font-size: .9rem;
    font-weight: 600;
    color: #333;
}

.f-membership-application .fGalleryImages li .ItemfinnerGallery h3>a {
    display: block;
}

.f-membership-application .fGalleryImages li .ItemfinnerGallery h3 span {
    display: block;
    color: #666;
    font-size: .8rem;
    margin-top: 5px;
}

.f-membership-application .fGalleryImages li .ItemfinnerGallery .fGalleryText>a {
    position: absolute;
    display: block;
    inset: 0;
    z-index: 1;
}

.f-membership-application .fGalleryImages li .ItemfinnerGallery .fGalleryImage {
    display: block;
    height: 17px;
    order: 2;
}

.f-membership-application .fGalleryImages {
    border: 1px solid #dedede;
    border-radius: 7px;
    overflow: hidden;
}


/* membership ends here */


/* important dates start here */

.f-important-dates-mcvs .fGalleryImages {
    border-radius: 7px;
    border: 1px solid #dedede;
    overflow: hidden;
}

.f-important-dates-mcvs .fGalleryImages li {
    padding: 0 !important;
}

.f-important-dates-mcvs .fGalleryImages li .ItemfinnerGallery {
    background-color: white;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: start;
    gap: 7px;
}

.f-important-dates-mcvs .fGalleryImages li:last-child .ItemfinnerGallery {
    border-bottom: 0;
}

.f-important-dates-mcvs .fGalleryImages li .ItemfinnerGallery h3 {
    margin: 0;
    font-size: .9rem;
    font-weight: 600;
}

.f-important-dates-mcvs .fGalleryImages li .ItemfinnerGallery h3>a {
    display: block;
    font-size: .8rem;
    color: #666;
}

.f-important-dates-mcvs .fGalleryImages li .ItemfinnerGallery h3 span {
    display: block;
    color: #333;
    font-size: 1rem;
    margin-bottom: 5px;
}

.f-important-dates-mcvs .fGalleryImages li .ItemfinnerGallery .fGalleryText>a {
    position: absolute;
    display: block;
    inset: 0;
    z-index: 1;
}

.f-important-dates-mcvs .fGalleryImages li .ItemfinnerGallery .fGalleryImage {
    display: block;
    height: 25px;
}


/* important dates end here */


/* quick Links Start here */

.f-quick-links-mcvs ul {
    padding: 0;
    margin: 0;
    border-radius: 7px;
    border: 1px solid #dedede;
    overflow: hidden;
    background-color: white;
}

.f-quick-links-mcvs ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dedede;
}

.f-quick-links-mcvs ul li>a {
    color: var(--brand-color-theme-1);
    font-weight: 600;
    background-color: white;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 25px;
    align-items: center;
    gap: 7px;
    position: relative;
}

.f-quick-links-mcvs ul li>a::after {
    content: "\F285";
    font-family: bootstrap-icons;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .9rem;
}

.f-quick-links-mcvs ul li:last-child {
    border-bottom: 0;
}


/* quick Links end here */


/* About MCVS starts here */

.f-about-mcvs {
    padding: 0 0px 24px 0 !important;
}

.f-about-mcvs .f-media>div {
    padding: 12px;
}

.f-about-mcvs .f-media-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/* About MCVS Ends here */


/* div section 3 start here */

.f-div-section-3 {
    padding-bottom: 3rem;
}

.f-div-section-3 .fModule {
    border-right: 1px solid #dedede;
    padding: 12px !important;
}

.f-div-section-3 .fModule:last-child {
    border-right: 0;
}


/* What is mcvs member start here */

.f-what-is-mcvs .fModuleContent p {
    font-size: .9rem;
}


/* what is mcvs member end here */


/* Eligibilty start here */

.f-eligibility-criteria ul {
    padding: 0;
}

.f-eligibility-criteria ul li {
    margin: 0;
    list-style: none;
    font-size: .9rem;
    margin-bottom: 7px;
    position: relative;
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 7px;
}

.f-eligibility-criteria ul li::before {
    content: "\F633";
    position: relative;
    font-family: bootstrap-icons;
    color: #198754;
    font-size: 1.3rem;
}


/* Eligibilty End here */


/* Examination Structure Start Here */

.f-Examination-Structure .fGalleryItem {
    margin-bottom: 10px;
}

.f-Examination-Structure .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 7px;
}

.f-Examination-Structure .fGalleryItem .ItemfinnerGallery .fGalleryImage {
    display: block;
    height: 40px;
}

.f-Examination-Structure .fGalleryItem .ItemfinnerGallery h3 {
    margin: 0 0 7px 0;
    font-size: 1rem;
    color: var(--brand-color-theme-1);
    font-weight: 700;
}

.f-Examination-Structure .fGalleryItem .ItemfinnerGallery p {
    margin: 0;
    margin-bottom: 7px;
    font-size: .9rem;
}


/* Examination Structure End Here */


/* Fees starts here */

.f-fees-mvcs ol {
    overflow: visible;
    background-color: white;
    padding: 0;
    list-style: decimal;
    border: 1px solid #dedede;
    border-radius: 7px;
    overflow: hidden;
}

.f-fees-mvcs ol li {
    font-size: .9rem;
    position: relative;
    padding: 10px;
    background-color: white;
    overflow: visible;
    margin: 0;
    border-bottom: 1px solid #dedede;
    list-style: none;
}

.f-fees-mvcs ol li>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


/* Fees ends here */


/* div section 3 end */


/* footer starts here */

.mcvs-page footer {
    background-color: var(--brand-color-theme-1);
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.mcvs-page footer .fModuleTitle h3 {
    color: white;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.mcvs-page footer div.fModule {
    padding: 12px;
}

.mcvs-page footer .social-media {
    margin-top: 2rem;
}

.mcvs-page footer .social-media a {
    display: inline-block;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    text-align: center;
    align-content: center;
    color: var(--brand-color-theme-1);
    border-radius: 500px;
    margin-top: 10px;
}

.mcvs-page .f-copyright {
    background-color: var(--brand-color-theme-2);
    position: absolute;
    bottom: 0;
    padding: 7px 7px;
    left: 0;
    width: 100%;
    color: white;
    font-weight: 600;
    font-size: .8rem;
    right: 0;
}

.mcvs-page footer .f-quick-links ul li {
    margin-bottom: 10px !important;
    display: block;
}

.mcvs-page footer .f-quick-links ul li a {
    display: grid;
    grid-template-columns: 25px 1fr;
    color: white;
}

.mcvs-page footer .f-quick-links ul.fMenu li a {
    display: block;
}

.mcvs-page footer .f-quick-links ul li>a>i {
    margin-top: 4px;
}

.mcvs-page footer {
    p,
    a,
    div,
    p {
        font-size: .9rem;
    }
}


/* header starts here */

header {
    border-bottom: 1px solid #dedede;
}

header .navbar-header>.navbar-toggle {
    display: none;
}


/* Upcoming event starts here */

.news_sec .f-list-item {
    padding: 12px !important;
}

.news_sec .f-list-item-container {
    padding: 1.5rem;
    background: #f3f3f3;
    border: 1px solid #dbdbdb;
    transition: 0.5s all;
    text-align: center;
    height: 100%;
    border-radius: 15px;
}

.news_sec .f-list-item-title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    a {
        color: #1034a6;
    }
}

.news_sec .f-list-item:hover .f-list-item-container {
    box-shadow: 0px 0px 26px -13px rgba(0, 0, 0, 0.75);
    background: #f2f2f2;
}

.news_sec .f-list-item-subtitle {
    font-size: 0.9rem;
    color: #676767;
}

.news_sec .f-list-item-teaser-content p {
    margin-bottom: 15px;
    color: #404040;
    font-size: .95em;
    font-weight: 400;
    line-height: 2em;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 100%;
}


/* upcoming event ends here */


/* advertisement starts here */

.f-advertisements .f-list-item-title a {
    color: var(--brand-color-theme-1);
}


/* advertisement ends here */


/* footermain page starts here */

body.mavma-webpage #fFooter {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

body.mavma-webpage #fFooter p,
body.mavma-webpage #fFooter h4,
body.mavma-webpage #fFooter h3 {
    color: #000;
}

body.mavma-webpage #fFooter h4 {
    margin-bottom: 10px;
}

body.mavma-webpage #fFooter p i {
    color: #000;
}

body.mavma-webpage #fFooter .fimage img {
    width: auto;
    height: 50px;
    margin: 0 auto;
}

body.mavma-webpage #fFooter {}

body.mavma-webpage #fFooter .top_footer {
    padding: 30px 0;
}

body.mavma-webpage #fFooter .top_footer h4 {
    color: #000;
    font-weight: bold;
}

body.mavma-webpage #fFooter .top_footer span {
    display: inline-block;
    padding: 0 10px;
}

body.mavma-webpage #fFooter .top_footer span a {
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.6s all ease;
}

body.mavma-webpage #fFooter .top_footer span a i {
    color: #000;
    text-indent: 5px;
    font-size: 20px;
    transition: 0.6s all ease;
}

body.mavma-webpage #fFooter .top_footer span a:hover {
    background: #000;
}

body.mavma-webpage #fFooter .top_footer span a:hover i {
    color: #fff;
}

body.mavma-webpage #fFooter .bot-footer {
    /*background: #290328;*/
    background: -moz-linear-gradient(left, rgba(122, 18, 122, 1) 0%, rgba(122, 18, 122, 1) 5%, rgba(52, 4, 71, 1) 70%, rgba(52, 4, 71, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122, 18, 122, 1)), color-stop(5%, rgba(122, 18, 122, 1)), color-stop(70%, rgba(52, 4, 71, 1)), color-stop(100%, rgba(52, 4, 71, 1)));
    background: -webkit-linear-gradient(left, rgba(122, 18, 122, 1) 0%, rgba(122, 18, 122, 1) 5%, rgba(52, 4, 71, 1) 70%, rgba(52, 4, 71, 1) 100%);
    background: -o-linear-gradient(left, rgba(122, 18, 122, 1) 0%, rgba(122, 18, 122, 1) 5%, rgba(52, 4, 71, 1) 70%, rgba(52, 4, 71, 1) 100%);
    background: -ms-linear-gradient(left, rgba(122, 18, 122, 1) 0%, rgba(122, 18, 122, 1) 5%, rgba(52, 4, 71, 1) 70%, rgba(52, 4, 71, 1) 100%);
    background: linear-gradient(to right, rgba(122, 18, 122, 1) 0%, rgba(122, 18, 122, 1) 5%, rgb(74, 10, 99) 70%, rgb(48, 4, 66) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7a127a', endColorstr='#340447', GradientType=1);
    padding: 30px 0;
}

body.mavma-webpage #fFooter .bot-footer h2,
body.mavma-webpage #fFooter .bot-footer i {
    color: #fff;
}

a {
    color: #1034a6;
}


/* footer main page ends here */


/* exco member page */

.exco img.headshot,
.exco .commite_sec .fGalleryList li .fGalleryImage img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    display: inline-block;
    border: 5px solid #ddd;
}

.exco.ol-h4>li::marker,
.exco h4 {
    font-size: 1.4em;
    margin: 25px 0 25px;
    font-weight: 400;
    color: #1729a7;
    line-height: 140%;
    font-weight: bold;
}

.commite_sec {
    padding-bottom: 0 !important;
}

.commite_sec .fGalleryList {
    text-align: center;
    justify-content: center;
}

.commite_sec .fGalleryList li {
    height: initial;
    overflow: hidden;
    padding: 12px!important;
}

.commite_sec .fGalleryList li .fGalleryImage {
    background: #f7f7f7;
    text-decoration: none;
    display: block;
    padding: 30px 0;
}

.commite_sec .fGalleryList li .fGalleryImage img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    display: inline-block;
    border: 5px solid #ddd;
}

.commite_sec .fGalleryList li .fGalleryText {
    padding: 15px;
    background: -moz-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62, 90, 179, 1)), color-stop(5%, rgba(122, 18, 122, 1)), color-stop(70%, rgba(52, 4, 71, 1)), color-stop(100%, rgba(52, 4, 71, 1)));
    background: -webkit-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: -o-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: -ms-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: linear-gradient(to right, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    z-index: 1;
    height: 100%;
    color: #ccc;
}

.commite_sec .fGalleryList li .fGalleryText h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.commite_sec .fGalleryList li .fGalleryText h3>a {
    color: #fff;
    text-decoration: none
}


/* exco member page ends here */


/* Table CSS */

table.fTable tr.fHead td {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    background: #d3dfee;
}

.fTable td {
    padding: 1em;
    border: 1px solid #eaeaea;
    vertical-align: top;
}

table.fTable tr:nth-child(even) {
    background: #eff1f5;
}

table.fTable tr:nth-child(odd) {
    background: #fff
}


/* table css ends here */


/* how member */

.how_member span,
.how_member h4 {
    color: #1034a6;
    font-weight: bold;
    font-size: 20px;
}

.how_member span.heading {
    color: #1034a6;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
}

.how_member .ol-h5>li::marker,
.how_member h5 {
    font-size: 1em;
    font-weight: 400;
    line-height: 140%;
    font-weight: bold;
}

.ol-h4>li::marker,
h4 {
    font-size: 1.4em;
    margin: 25px 0 25px;
    font-weight: 400;
    color: #1729a7;
    line-height: 140%;
    font-weight: bold;
}

.ol-h5>li::marker,
h5 {
    font-size: 1em;
    font-weight: 400;
    line-height: 140%;
    font-weight: bold;
}

.board_img {
    padding: 50px 0;
}

.board_img li {
    text-align: center;
    padding: 12px!important;
}

.board_img li img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    border: 5px solid #ddd;
}

.board_img h4 {
    font-size: 0.8rem;
    margin: 10px 0;
}

.board_img h3,
.board_img h3 a {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 5px 0;
    letter-spacing: -1px
}

.board_img p {
    font-size: 0.8rem;
    margin: 10px 0;
}

a.bty {
    background: #dce0ea;
    padding: 10px;
    border: 1px solid #dce0ea;
    margin-bottom: 45px;
}

.rop h3 {
    font-size: 25px;
    font-weight: 700;
    color: #1034a6;
}

.jvm-menu .fMenu {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jvm-menu .fMenu li {
    padding: 0.5rem;
}

.jvm-menu .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: 600;
    color: #1034a6;
    height: 100%;
    background: #f5f5f5;
    transition: 0.5s all;
    border: 1px solid #fff;
}

.jvm-menu .fMenu a:hover {
    background: rgb(217 227 255);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 26px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -13px rgba(0, 0, 0, 0.75);
}

.jvm-menu img {
    display: none;
}

.jvm-menu .menu-item-icon:before {
    font: normal normal normal 35px/1 FontAwesome;
    content: "\f114";
    display: block;
    margin-bottom: 10px;
    color: #000;
}


/* Content Listing */

.content-listing .f-list-item {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.content-listing .f-list-item-container {
    padding: 1rem;
    background: #f8f8f8;
    ;
    border: 1px solid #c7c7c7;
    transition: 0.5s all;
    text-align: center;
    height: 100%;
}

.content-listing .f-list-item-teaser-image {
    display: block;
    margin: 1rem;
    margin-bottom: 0;
    text-align: center;
}

.content-listing .f-list-item-teaser-image img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.content-listing .f-list-item-title {
    font-size: 1.1rem;
    transition: 0.5s all;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}

.content-listing .f-list-item-title a {
    color: #1034a6;
    transition: 0.5s all;
    display: block;
}

.content-listing .f-list-item-subtitle {
    padding-top: 0.5rem;
    text-transform: uppercase;
}

.content-listing .f-list-item-container:hover {
    background: #f1f4ff;
    border-color: #878787;
}

.content-listing .f-list-item-container:hover .f-list-item-title a {}

.content-listing .f-list-item-node.f-list-item-button {
    background: #e9e9e9;
    margin: 0 -1rem -1rem;
    padding: 0.5rem;
}

.content-listing .f-list-item-container:hover .f-list-item-node.f-list-item-button {
    background: #1034a6;
    transition: 0.2s all ease-in-out;
}

.content-listing .f-list-item-container:hover .f-list-item-node.f-list-item-button a {
    color: #fff;
}

.photo-gal .fModuleContent ul li a.fGalleryImage {
    display: inline-block;
    padding: 10px;
}

.photo-gal .fModuleContent ul li a.fGalleryImage img {
    height: 200px;
    object-fit: cover;
    width: 350px;
}

.logo-box .f-list-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
    transform: scale(0.98);
    box-shadow: none;
    transition: 0.6s all;
}

.logo-box .f-list-item-container {
    padding: 1rem;
    background: #fff;
    border: 1px solid #dbdbdb;
    transition: 0.5s all;
    text-align: center;
    height: 100%;
}

.logo-box .f-list-item:hover {
    transform: scale(1);
}

.logo-box .f-list-item:hover .f-list-item-container {
    -webkit-box-shadow: 0px 0px 26px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -13px rgba(0, 0, 0, 0.75);
    background: rgba(250, 250, 250, 0.5);
}

.logo-box .f-list-item-title {
    font-size: 1rem;
    font-weight: bold;
}

.logo-box .f-list-item-subtitle {
    font-size: 0.9rem;
    color: #676767;
}

.justify-center {
    justify-content: center;
}

.user-register-group-cost {
    min-width: 150px;
}

.pdf_sec .fModuleContent ul {
    padding: 0;
}

.pdf_sec .fModuleContent ul li {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 15px;
    width: 33%;
}

.pdf_sec .fModuleContent ul li>a {
    padding: 15px 25px;
    background: #ddd;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pdf_sec .fModuleContent ul li>a:hover {
    background: -moz-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62, 90, 179, 1)), color-stop(5%, rgba(122, 18, 122, 1)), color-stop(70%, rgba(52, 4, 71, 1)), color-stop(100%, rgba(52, 4, 71, 1)));
    background: -webkit-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: -o-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: -ms-linear-gradient(left, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    background: linear-gradient(to right, rgba(62, 90, 179, 1) 0%, rgba(62, 90, 179, 1) 5%, rgba(16, 52, 166, 1) 70%, rgba(16, 52, 166, 1) 100%);
    color: #fff;
}


/* ******************************** */


/* responsive css starts here */


/* ******************************** */


/* min-width media query */

@media (min-width: 574.9px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 767.9px) {
    html {
        font-size: 14px;
    }
}

@media(min-width:991.9px) {}

@media(min-width:1199.9px) {
    .f-highlights-mvcs .fGalleryImages .fGalleryItem {
        width: 33.33%;
    }
}

@media(min-width:1299.9px) {
    .f-highlights-mvcs .fGalleryImages .fGalleryItem {
        width: 20%;
    }
}


/* max width media query */

@media (max-width: 991.9px) {
    html {
        font-size: 14px;
    }
    .f-logo-header .fGalleryImage img {
        max-height: 80px;
        width: auto;
    }
    .main-menu nav {
        top: 6em !important;
    }
}

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 574.9px) {
    html {
        font-size: 14px;
    }
    .f-banner-mcvs .fGalleryText {
        background-color: #002049b0;
    }
}