#SelExample {
    width: 200px;
}

@font-face {
    font-family: 'roboto-flex';
    src: url('font/robotoFlex.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), url('font/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Italic'), url('font/Roboto-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold'), url('font/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold Italic'), url('font/Roboto-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin'), url('font/Roboto-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin Italic'), url('font/Roboto-ThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light'), url('font/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light Italic'), url('font/Roboto-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium'), url('font/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium Italic'), url('font/Roboto-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black'), url('font/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black Italic'), url('font/Roboto-BlackItalic.woff') format('woff');
}

.toolpage {
    font-family: 'Roboto Medium';
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    background-color: #fff;
    font-size: 1.6rem;
}

body p {
    font-family: 'Roboto Medium';
}

.logo {
    margin-bottom: 20px;
}

    .logo img {
        width: 20rem;
        height: auto;
    }

.toolpage .containerbg {
    background-color: #fcfcfc;
    background-image: url('../images/background.jpg');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 550px;
    margin: auto;
}

.toolpage .dd-container {
    padding: 20px 0;
    color: #000;
    justify-content: center;
    padding: 0;
    font-size: 1.6rem;
}

    .toolpage .dd-container select {
        font-size: 1.6rem;
    }

    .toolpage .dd-container label {
        font-size: 1.6rem;
        color: #000;
        padding: 0;
        line-height: 1.5;
        font-family: "Roboto Medium";
        text-align: left;
        font-weight: normal;
    }

.toolpage .heading,
.toolpage .heading h2 {
    color: #0076bb;
}

.toolpage .heading-underline {
    border: 0;
    height: 2px !important;
    width: 80%;
    background: linear-gradient(to right, #0076bb, #222d65);
}

.toolpage .row-top {
    max-width: 1260px;
    min-height: 440px;
    margin: auto;
    display: flex;
    align-items: center;
}

.toolpage label,
.toolpage select {
    font-size: 1.6rem;
    margin: 10px 0;
}

.toolpage label {
    font-size: 1.1rem;
}

.toolpage .label {
    margin-bottom: 0px;
    display: block;
}

.toolpage .dropdowns {
    width: 350px;
}

.toolpage select {
    padding: 8px;
    width: 100%;
    max-width: 350px;
    background-color: #ededed;
    border: none;
    margin: auto;
    border-radius: 3px;
}

.mainContent .toolpage table tbody tr:nth-child(odd) {
    background: unset;
}

.mainContent .toolpage table td {
    padding: 10px;
    font-family: unset;
}

.toolpage table {
    width: 100%;
    margin-top: 20px;
    border-spacing: 0 4px;
    box-shadow: -8px 0 15px -2px rgba(0,0,0,0.2), -8px 4px 15px -2px rgba(0,0,0,0.2);
    border-radius: 10px;
}

    .toolpage table th {
        background-color: #0076bb;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        border: 1px solid white;
        font-size: 1.76rem;
    }


    .toolpage table td {
        padding: 10px;
        text-align: center;
        color: black;
        border: 1px solid #0076bb;
    }

    .toolpage table tr {
        background-color: #fff;
        color: black;
    }

.toolpage option:hover {
    background-color: #fed103;
}

.toolpage table hr {
    border: 2px solid white;
    opacity: 1;
    width: 100%;
}
/* remove outside borders */
.toolpage table tr:first-child th {
    border-top: none;
}

.toolpage table tr:last-child td {
    border-bottom: none;
}

.toolpage table tr td:first-child,
.toolpage table tr th:first-child {
    border-left: none;
}

.toolpage table tr td:last-child,
.toolpage table tr th:last-child {
    border-right: none;
}

.toolpage .hmtCon {
    max-width: 1320px;
}

.toolpage .hmt-grade {
    margin-top: 20px;
    padding: 10px;
    font-weight: 500;
    color: #0076bb;
    text-align: left;
    max-width: 1140px;
    font-size: 2.24rem;
}

.toolpage .hmt-grade-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.toolpage border-bottom {
    max-width: 1360px;
    border-bottom: 2px solid #0076bb !important;
    font-size: 2.24rem;
    margin-top: 0px;
}

.hide {
    display: none;
}

.toolpage .websiterow {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.toolpage .website-url {
    background: #0076bb;
    color: #FFF;
    padding: 8px 12px;
    border-radius: 3px;
    border: none;
}

.toolpage .website-url-green {
    background: #288712;
    color: #FFF;
    padding: 8px 12px;
    border-radius: 3px;
    border: none;
}

    .toolpage .website-url-green:hover {
        background-color: #49b225;
    }

.toolpage .website-url:hover {
    background: #60a9dd;
}

.toolpage .request-quote-btn:hover {
    background-color: #60a9dd !important;
}

.website-url a {
    color: #FFF;
}

.hmt-buttons {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.grade-information .title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}

.graderow {
    margin-top: 5px;
    margin-bottom: 5px;
}

.graderow2 {
    background-color: #cfe1f4;
}

.desc {
    font-size: 1.76rem;
}

.gradeimg img {
    width: 110%;
    padding: 0 15px 0 15px;
}

.gradedesc {
    display: inline-flex;
    align-items: center;
    justify-content: left;
}

.imgCon {
    margin: auto;
}

    .imgCon img {
        width: 100%;
    }

.hypen {
    margin-left: -10px;
    position: absolute;
}

.hmt-grade-display {
    /* width: 50%; */
}

.toolpage ol,
.toolpage ul {
    padding-left: 10px;
    padding-right: 10px;
}

    .toolpage ul li {
        list-style: none;
        margin-bottom: 8px;
    }

@media (min-width: 1400px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1360px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .toolpage select {
        max-width: 80%;
    }
}

@media (min-width:768px) and (max-width: 991px) {

    .toolpage select {
        max-width: 60%;
    }
}

@media (max-width: 768px) {

    .toolpage body {
        padding: 10px;
    }

    .hmt-grade {
        max-width: 350px;
    }

    .toolpage select {
        width: 100%;
        /* max-width: 150px; */
        font-size: smaller;
    }

    .toolpage table {
        font-size: 1.44rem;
        width: 100%;
    }

    .website-url {
        margin-bottom: 18px;
    }
}

@media (max-width: 500px) {

    .desc {
        font-size: 1.6rem;
    }

    .toolpage label,
    .toolpage select {
        font-size: 1.44rem;
    }

    .dropdowns {
        /* width: 280px; */
        width: 100%;
    }

    .toolpage label {
        font-size: 1.6rem;
    }

    .toolpage table {
        font-size: 1.28rem;
        width: 100%;
    }

    .hmt-grade {
        max-width: 420px;
    }

    .toolpage th,
    .toolpage td {
        padding: 8px;
    }

    .website-url {
        margin-bottom: 18px;
    }

    .gradedesc {
        margin-top: 15px;
    }

    .toolpage select {
        width: 100%;
        /* max-width: 120px; */
        font-size: smaller;
    }

    .gradeimg img {
        width: 95%;
    }

    .imgCon {
        padding-top: 15px;
        /* justify-content: center; */
    }

        .imgCon img {
            /* width: 95%; */
        }

    .graderow2 {
        margin-top: 5px;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .grade-information .title {
        padding: 5px 0;
    }

    .des ul li {
        margin-bottom: 2px;
    }

    .star {
        justify-content: end;
    }

    .hmt-grade-display {
        width: 100%;
    }

    .containerbg {
        background-color: #fcfcfc;
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
        min-height: 550px;
        margin: auto;
    }

    .request-quote-btn {
        margin: auto;
    }

    .graderow3 .col-md-4 {
        display: flex;
        justify-content: space-between; /* pushes label left & star right */
        align-items: center; /* vertically aligns them */
    }

    .star-label {
        flex: 1; /* label takes left side */
        text-align: left;
    }
}

.graderow3 {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.star-label {
    color: #000;
    font-size: 1rem;
    margin-right: 5px;
}

.star {
    width: 180px;
}

.hrow {
    border: 1px solid #0076bb;
}

.request-quote-btn {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

    .request-quote-btn:hover {
        background-color: #005ba1;
    }

#form-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

    #form-container > div {
        background-color: white;
        padding: 20px;
        border-radius: 8px;
        max-width: 600px;
        width: 90%;
        max-height: 80vh;
        overflow-y: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }


body {
    background-color: #fff;
}

body .stdContent p {
    font-family: Montserrat-Light, Noto Sans SC Light, Arial, Helvetica, sans-serif;
    margin: 0 0 1rem 0;
}

body .stdContent ol, body .stdContent ul {
    margin-top: 0;
    margin-bottom: 10px;
}

body .stdContent li {
    list-style-type: disc;
}

body .stdContent h2, body .stdContent h3 {
    color: #000;
}

body a {
    color: #337ab7;
    text-decoration: none;
}

.navbar-fixed-top {
    color: #000;
    padding: 0;
    font-family: Montserrat-Regular, Noto Sans SC Regular, Arial, Helvetica, sans-serif;
    font-size: 1rem;
}
.navbar{
    display:block
}
header .headerLogo .logoMain .logo{
    margin-bottom:0;
}