﻿.webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Gears.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Gears.jpeg"); }

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_Gears.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#000000cc, #00000042), url("/uploaded/Image/mastheads/mobile/450_Gears.jpeg");}
}



.fa, .far, .fas {
    margin-left: 3%;
    color: #1d4f91;
}

#regBlue .card-col-container {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 25px;
}

.matrix-divider {
    background-color: #ccc;
    margin-left: 0px;
    margin-top: -1px;
}

#regBlue .matrix {
    grid-gap: 0px;
    max-width: 900px;
    margin: auto;
}

.card-matrix {
    padding: 10px;
    border-color: #c3c3c3;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.matrix-heading {
    font-size: 1.4rem;
    color: #1d4f91;
    font-weight: 700;
    border-color: #1d4f91;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}

.matrix-mainheading {
    font-size: 1.2rem;
    font-weight: 700;
}

.matrix-mainsubheading {
    font-size: 1.2rem;
    font-weight: 100;
}

.matrix-subheading {
    font-size: 1.2rem;
    color: #1d4f91;
    font-weight: 100;
    border-color: #1d4f91;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 10px;
    width: 100%;
}

.left {
    text-align: left;
    margin-left: 20px;
    border-right: 1px;
    border-style: solid;
    border-color: #ccc;
}

.mid {
    border-right: 1px;
    border-style: solid;
    border-color: #ccc;
}

/*----------------- Modal Start ------------------*/
.iconLeft:before {
content:"\f02c";
font-family: "Font Awesome 5 Duotone";
font-weight: 900;
display: none;
}

#divfix {display:none;}
/*----------------- Modal End ------------------*/

#regBlue p {text-align:left;}

@media screen and (max-width: 1050px) {
#regBlue .matrix {display: none;}
}
