.nav-link {
    cursor: pointer;
}

.navbar-collapse {
    position: relative;
}

.dropdown-menu {
    width: auto;
    max-width: 300px;

    text-align: center;
    position: absolute;
    left: 180px;

}

#instructionText {
    text-shadow: 2px 1px 4px;
    font-size: 25px;
}

#productHeading {
    text-align: center;
    margin-top: 50px;
    text-shadow: 2px 1px 4px;
    font-size: 35px;
}

.container {
    padding: 40px;
}

.error {
    color: red;
}

.aligncenter {
    text-align: center;
}

.headerHeading {
    font-size: 36px !important;
    color: #3b7ec7 !important;

}

#top {
    margin-left: 222px;
    width: 365px;
}

.account-wrapper {
    padding: 50px 50px 100px 100px;
    box-shadow: -5px -2px 40px 1px #333;
}

#logo_div {
    padding-top: 5px;
}

@media all and (max-width: 499px) {
    #logo_div {
        padding-top: 20px;
    }
}

@media (min-width : 1203px) {
    .hide-mobile {
        display: block;
    }
}

@media all and (max-width: 1203px) {
    .hide-mobile {
        display: none;
    }

    .mobile-show-logo {
        text-align: center;
    }
}

.blog-header {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
}

.hesdingsize {
    font-size: small;
}

.headerpoint {
    /*background-image: linear-gradient(#396fa9,#3c96f5);*/
    /*background-image: linear-gradient(#396fa9,#3c96f5);*/
    background-image: linear-gradient(#4D774E, #4D774E) !important;
    border-color: linear-gradient(#4D774E, #4D774E) !important;

}

.hhh {
    color: white !important;
    font-size: small !important;

}

.modalhh {

    text-align: center;
    color: #fff;
}

.inst {
    width: 100%;
}

.Country {
    display: none;
}

.State {
    font-weight: inherit;
}

.bbttn {
    width: 100px;
}

.act {
    color: blue;
}

.link {
    /* color: #f5f5f5; */
    text-decoration: underline;
}

.adds {
    font-size: small;
}

.addresss {
    width: 30%;
}

.headingssss {
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.epr {
    font-weight: bold;
}

.btncls {
    background-color: #E9FFCF;
}

.mainHeading {
    text-shadow: 2px 2px 4px;
    font-size: 40px;
}

.card-body-icon {
    z-index: 0;
    top: -15px;
    right: -15px;
    font-size: 3.5rem;

    justify-content: center;
    /* add to align horizontal */
    align-items: center;
    /* add to align vertical */
    /* -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); */
}


.d-inline text-justify {
    display: inline !important;
    text-align: justify !important;
}




@page {
    size: A4;
    margin: 0;
}

@media print {

    html,
    body {
        margin: 10px !important;
        padding: 0 !important;
        height: 100% !important;

    }

    .page .subpage .col-md-12,
    .col-lg-12,
    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .page .subpage {
        padding: 1cm;
        border: 5px black solid;
        height: 257mm;
        outline: 2cm #FFEAEA solid;
        position: absolute;
    }

    .page {
        visibility: visible;
    }
}

p.retroshadow {
    font-family: 'Teko', sans-serif;


}

.dropdown-item {

    white-space: normal;


}

.nav-item {
    font-size: small;
}

.headerMenuu {
    text-transform: uppercase;
}

.ccl {
    background-image: linear-gradient(#4D774E, #4D774E);
}

.modal-header {
    background-image: linear-gradient(#4D774E, #4D774E);
}

.modal-footer {
    background-image: linear-gradient(#4D774E, #4D774E);
}

#whitelisted-company-section{
    display:none;
}