html {
    font-size: 14px;
}

body {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    line-height: 17px;
}

input, textarea {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
}

.dropzone {
    border: 2px dashed #007BFF;
    padding: 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    width: 99%;
}

.dropzone-previews {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
.dropzone .dz-preview:hover .dz-image img {
    filter: blur(0px);
}
.dropzone {
    zoom: 0.9;
}
.dz-size {
    display: none;
}

.dz-filename {
    display: none;
}

.dropdownservice {
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    font-family: "Roboto", sans-serif;
    font-size:15px;
    z-index: 1000;
    width:100%;
}

.dropdownservice-item {
    padding: 4px;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size: 15px;
    cursor: pointer;
}

.dropdownservice-item:hover {
    background-color: #f0f0f0;
}

.servicesearch-container {
    position: relative;
}

.btnapproved {
    background-color: #4CAF50;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    opacity: 1;
    border-radius: 5px;
    border: none;
    text-decoration: none;
}

    .btnapproved:hover {
        opacity: 0.8;
        color: #FFFFFF;
    }

.btndeclined {
    background-color: red;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    opacity: 1;
    border-radius: 5px;
    border: none;
    text-decoration: none;
}

    .btndeclined:hover {
        opacity: 0.8;
        color: #FFFFFF;
    }

.btnpending {
    background-color: #ffc107;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    opacity: 1;
    border-radius: 5px;
    border: none;
    text-decoration: none;
}

    .btnpending:hover {
        opacity: 0.8;
    }

.btnall {
    background-color: #0d6efd;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    opacity: 1;
    border-radius: 5px;
    border: none;
    text-decoration: none;
}

    .btnall:hover {
        opacity: 0.8;
        color: #FFFFFF;
    }


.btngoback {
    background-color: #ffc107;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    opacity: 1;
    border: none;
    text-decoration: none;
}


.dropzone .dz-preview .delete-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
}

.icon_processing {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #4CAF50;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.inputfieldvsmall {
    width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-family: "Roboto", sans-serif;
    font-weight:500;
    border: 0px;
    outline: 0px;
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
    line-height:1;
}
/*  a.filtercontent:hover {
        background-color: #f0f0f0; 
        cursor: pointer; 
    }
*/
.bbuttont {
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

    .bbuttont:hover {
        color: #696969;
    }

.gbuttont {
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    color: #4caf50;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

    .gbuttont:hover {
        color: #6af770;
    }

.star_blank {
    color: lightgray;
}

.star_filled {
    color: #ffc107;
}

.inputfieldsmall {
    width: 255px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-family: "Roboto", sans-serif;
    border: 0px;
    outline: 0px;
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
}

.inputfieldmedium {
    width: 400px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
    border: 0px;
    outline: 0px;
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
}

.inputfieldlarge {
    width: 450px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
    border: 0px;
    outline: 0px;
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
}

.inputfieldlargefull {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
    border: 0px;
    outline: 0px;
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
    resize: none;
}

.inputfieldlargefullst {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-family: "Roboto", sans-serif;
    border: 0px;
    outline: 0px;
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
    resize: none;
    font-size: 12px;
}

.container .emailfield {
    width: 38ch !important;
}


.projsummaryimagediv {
    padding-left: 0px;
    margin-left: 0px;
    width: 140px;
}

.projsummaryimagedivlarge {
    padding-left: 0px;
    margin-left: 0px;
    width: 170px;
}

.projsummaryimage {
    border-bottom-left-radius: 9px; /*12px;*/
    border-top-left-radius: 9px; /*12px;*/
    max-width: 100%;
    min-height: 100%;
}

.inputfielderror {
    border: solid;
    border-color: red;
    border-width: 2px;
    border-radius: 5px;
}


.resultstable {
    border: solid;
    border-color: #003366;
    border-width: 2px;
    border-radius: 9px;
}

.btnsearch {
    background-color: #4CAF50;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    opacity: 1;
    border-radius: 5px;
    border: none;
    text-decoration:none;
}

    .btnsearch:visited {
        color: #FFFFFF;
        background-color: #4CAF50;
        text-decoration: none;
    }

    .btnsearch:hover {
        background-color: #4CAF50;
        color: #FFFFFF;
        opacity: 0.8;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
    }

.btnkeyclose {
    background-color: transparent;
    color: #808080;
    border: none;
    opacity: 1;
}

.btnkeyclose:hover {
    color: #000000;
    border: none;
    opacity: 0.8;
}

#divselection_ttmain {
    overflow-y: auto; 
    overflow-x: hidden; 
    height: 240px;
}

    #divselection_ttmain::-webkit-scrollbar {
        width: 6px;
    }

    #divselection_ttmain::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }

        #divselection_ttmain::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

.btnkeygd {
    background-color: #ffc107;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    opacity: 1;
}

.btnkeyg {
    background-color: #4CAF50;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    opacity: 1;
}

.btnkeylb {
    background-color: #00BFFF;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    opacity: 1;
}

    .btnkeyg:hover, .btnkeylb:hover, .btnkeygd:hover {
        opacity: 0.8;
    }

.btnlatest {
    background-color: #ffffff;
    color: #000000;
    border: solid;
    border-color: gray;
    border-width: 2px;
    width: 130px;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
}

.btnlatestselected {
    background-color: #003366;
    color: #FFFFFF;
    border: solid;
    border-color: gray;
    border-width: 2px;
    width: 130px;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
}


.btnlatest:hover {
    /*  background-color: #ffffff;
    color: #000000;
    border: solid;
    border-color: gray;
    border-width: 2px;
    width: 130px;
    font-size: 12px;
    font-weight: 600;*/
    opacity: 0.8;
}

.btnlatestselected:hover {
    color: #FFFFFF;
    /* background-color: #003366;

    border: solid;
    border-color: gray;
    border-width: 2px;
    width: 130px;
    font-size: 12px;
    font-weight: 600;*/
    opacity: 0.8;
}

.btntraderdetails {
    background-color: #0d6efd;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.icon-container {
    position: absolute;
    bottom: 3px;
    right: 8px;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 14px;
    background-color: #ffc107;
    border-radius: 2px;
    color: #000000;
    display: inline-flex;
}

    .icon-container i {
        font-size: 10px;
    }

.btntraderdetails:hover {
    color: #FFFFFF;
    background-color: #4775ff;
}

.btnst {
    background-color: #ffc107;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}


    .btnst:hover {
        background-color: #ffc107;
        opacity: 0.8;
    }

.btnupdatemem {
    background-color: #4CAF50; /*#00BFFF;*/
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 1;
}

    .btnupdatemem:hover {
        color: #FFFFFF;
        opacity: 0.8;
        background-color: #4CAF50;
    }

.table-row {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    display: flex;
}

.table-cell {
    padding: 10px 0px 10px 0px;
    flex: 1;
}

.btntraderinfoselected {
    background-color: #003366;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    width: 100px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    border-color: #003366;
    border-width: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btntraderinfo {
    background-color: #4CAF50;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    width: 100px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    border-color: #4CAF50;
    border-width: 0px;
    opacity: 1;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .btntraderinfo:hover ,
    .btntraderinfoselected:hover {
        opacity: 0.8;
    }

    .btntraderinfo:focus,
    .btntraderinfoselected:focus{
        outline: none;
    }


.btnyc {
    background-color: #ffc107;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    border-radius: 5px;
    border-color: #ffc107;
    border-width: 2px;
    min-width: 100px;
    opacity: 1;
}

    .btnyc:hover {
        color: #000000;
        background-color: #ffc107;
        opacity: 0.8;
    }

.btnui {
    background-color: #4CAF50;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

    .btnui:hover {
        color: #d4d4d4;
        background-color: #4CAF50;
    }


.btntradecred {
    background-color: #ffc107;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

    .btntradecred:hover {
        color: #4f4f4f;
        background-color: #ffc107;
    }

.btndn {
    background-color: #003366;
    color: #ffffff;
    border-color: #003366;
    border-width: 2px;
    width: 100px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    opacity: 1;
}

    .btndn:hover {
        opacity: 0.8;
        color: #FFFFFF;
    }

.btng {
    background-color: #4CAF50;
    color: #ffffff;
    border-color: #4CAF50;
    border-width: 2px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    opacity: 1;
}

    .btng:hover {
        opacity: 0.8;
        color: #FFFFFF;
    }


.btpyc {
    background-color: #ffffff;
    color: #000000;
    border: solid;
    border-color: gray;
    border-width: 2px;
    width: 100px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    opacity: 1;
}

    .btpyc:hover {
        opacity: 0.8;
        background-color: #ffffff;
        color: #000000;
        border: solid;
        border-color: gray;
        border-width: 2px;
    }

    .modalinfoheading {
        color: #FF4500;
        font-size: 18px;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: 700;
    }

.modalinfosubheading1 {
    color: #333333;
    font-size: 16px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
}

.modalinfosubheading1h {
    color: #333333;
    font-size: 16px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 800;
}

.modalinfosubheading2 {
    color: #333333;
    font-size: 12px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
}

.modalinfosubheading2h {
    color: #333333;
    font-size: 12px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
}

.modalinfodesc {
    color: #333333;
    font-size: 12px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
}

.modalinfostart {
    color: #FF4500;
    font-size: 12px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
}

.modalinfoccheading {
    color: #333333;
    font-size: 14px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
}

.modalinfoccheadingsmall {
    color: #ababab;
    font-size: 12px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;

}

.modalinfocctext {
    color: #333333;
    font-size: 13px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
}

.homepageinfo {
    color: #333333;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.modalinfoccsurround {
    background-color: #F4F4F4;
    border-radius: 6px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modalinfosuccessh {
    color: #4CAF50;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.carousel-indicators {
    bottom: -15px;
}

.carousel .carousel-indicators li {
    background-color: #FF4500;
}

.carousel .carousel-control-next-icon, .carousel-control-prev-icon {
    color: #FF4500;
    background-color: #FF4500;
    border-radius: 7px;
    width: 24px;
    height: 24px;
}

.pageinfoheading {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #003366;
}

.pageinfoheadingb {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 27px;
    color: #000000;
}

.pageinfosubheading {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}
.pageinfosubheadingdesc {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
    line-height:normal;
}

.pageinfosubheadingnm {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #000000;
}

.pageinfosubheadingms {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #000000;
}

.pageinfosubaheading {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

.pageinfosubaheadinglight {
    font-size: 14px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
}

.pageerrorheading {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}

.pagesuccessheading {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #00bfff;
}

.filterselectionheading {
    color: #000000;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

.filterselectionG {
    background-color: #4CAF50;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
}

.filterselection {
    background-color: #00bfff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
}



.vertical-line {
    border-left: 2px solid;
}

.filtericonsearch {
    background-color: #ffc107;
    border-radius: 5px;
    padding: 10px;
    border-style: none;
}

.filternorowsfound {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px;
}

.filterselection select, .filterselectionG select {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
}

.filterselection ul, .filterselectionG ul {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.filterselection input, .filterselectionG input {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.filterselection .filterselectionselectinput {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.filterselectionselectsm {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border: 0px;
    outline: 0px;
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
    font-size: 12px;
}

.filterselectionselectinput {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sortheading {
    background-color: #ffffff;
    color: #000000;
    border-style: none;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.homeinfo2 i {
    color: #a3a2a2;
}

.homepageboxic {
    color: #a3a2a2;
}

.sortheading:hover {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    border-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}


.sortheadingselected {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    border-style: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border-bottom-color: #00bfff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.sunsetlink {
    color: #FF4500;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

    .sunsetlink:hover, .sunsetlink:visited {
        text-decoration: none;
        color: #FF4500;
    }


.nblink {
    color: #003366;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

    .nblink:hover, .nblink:visited {
        text-decoration: none;
        color: #003366;
    }

.progressbox {
    margin-top: 23px;
}

.homepagebox {
    border-color: #c2c0c0;
    border-style: solid;
    border-width: 1px;
    border-radius: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
}

.homepageboxbg {
    border-color: #c2c0c0;
    background-color: #F0F2F5;
    border-style: solid;
    border-width: 1px;
    border-radius: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
}

.containersuccess {
    background-color: #f2f2f2;
    color: #242120;
    border-radius: 5px;
    width: 75%;
}

.containernewproject {
    border: solid 2px;
    /* border-color: #003366;*/
    border-color: #a0aec0;
    border-radius: 12px;/*15px;*/
    background-color: #FFFFFF;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

    .containernewproject:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.containerfavouritetrader {
    border: solid 2px;
    /*border-color: #d4d4d4;*/
    border-color: #a0aec0;
    background-color: #FFFFFF; /*#f0eeed;*/
    border-radius: 12px; /*15px;*/
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

    .containerfavouritetrader:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.containersearchproject {
    border: solid 2px;
    border-color: #d4d4d4;
    border-radius: 15px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

    .containersearchproject:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.containersearchtradie {
    border: solid 2px;
    border-color: #d4d4d4;
    border-radius: 12px;
    padding: 6px;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

    .containersearchtradie:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

.tradie-img {
    width: 80px; 
    height: 80px; 
    border-radius: 12px; 
    border: 2px solid #ddd;
    transition: transform 0.3s ease;
}

    .tradie-img:hover {
        transform: scale(1.1);
    }

.btntraderdetails {
    background-color: #007bff;
    color: white;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btntraderdetails:hover {
        background-color: #0056b3;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

.projectheading {
    color: #d14504;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

/*
.newprojheading {
    color: #d14504;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
    */
.homepageboxheading {
    color: #d14504;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

    .homepageboxheading button {
        color: #d14504; /*#4caf50*/
        font-weight: 900;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        margin-left: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .homepageboxheading button:hover {
            color: #9c3202; /*#74b376*/
        }

.newdataheading {
    color: #4caf50;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.newdata button {
    color: #4caf50; /*#4caf50*/
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

    .newdata button:hover {
        color: #1d571f; /*#9c3202*/
    }

.iconlink, .iconlink:hover, .iconlink:visited {
    text-decoration: none;
    color: #212529;
}

.iconinfo {
    background-color: red;
    color: #212529;
}

.div_createaccount {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid;
    text-align: center;
    border-color: #003366;
    margin-left: 10px;
    margin-right: 10px;
}

.div_createaccountheading {
    color: #003366;
    font-size: 22px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 600;
}


.div_createaccount:hover {
    background-color: #003366;
}

.div_createaccount i {
    padding: 8px;
    border-radius: 8px;
    background-color: #003366;
    color: #FFFFFF;
    border: 1px solid #003366;
}

.div_createaccount:hover i {
    padding: 8px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #003366;
    border: 1px solid #FFFFFF;
}


.div_createaccount:hover h4, .div_createaccount:hover p {
    color: #FFFFFF;
}

.pagingnumberselected {
    color: #FFFFFF;
    background-color: #d14504;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

    .pagingnumberselected:hover {
        color: #FFFFFF;
        background-color: #d14504;
        font-weight: 800;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
    }

.pagingnumber {
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

    .pagingnumber:hover {
        color: #FFFFFF;
        background-color: #d14504;
        font-weight: 800;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
    }

.pagingarrow {
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

    .pagingarrow:hover {
        color: #FFFFFF;
        background-color: #d14504;
        font-weight: 900;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
    }

/*
.newprojheading:link {
    color: #d14504;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.newprojheading:visited {
    color: #d14504;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.newprojheading:hover {
    color: #ff5b0f;
    font-weight: 800;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-decoration: none;
}
*/
.newprojinfo1 {
    color: #555452;
    margin: 0px;
    padding-bottom: 21px;
    font-weight: 800;
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.stateavailable {
    background-color: #003366; /*#4CAF50;*/
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
    border-radius: 4px;
    font-family: "Merriweather Sans";
    font-size: 13px;
}

    .stateavailable:after {
        content: "Available";
    }

.statedeclined {
    background-color: #ff3636;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
    border-radius: 4px;
    font-family: "Merriweather Sans";
    font-size: 13px;
}

    .statedeclined:after {
        content: "Declined";
    }


    .statedeclined.no-after:after {
        content: none;
    }

.stateapproved {
    background-color: #4caf50;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
    border-radius: 4px;
    font-family: "Merriweather Sans";
    font-size: 13px;
}

    .stateapproved:after {
        content: "Approved";
    }

.statepending {
    background-color: #00BFFF;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
    border-radius: 4px;
    font-family: "Merriweather Sans";
    font-size: 13px;
}

    .statepending:after {
        content: "Pending";
    }

.colheading_me {
    color: #555452;
    padding-bottom: 3px;
    font-weight: 800;
    margin-top: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}
.colheading_meg {
    color: #4CAF50;
    padding-bottom: 3px;
    font-weight: 800;
    margin-top: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.homeinfo2 {
    color: #555452;
    margin: 0px;
    padding-bottom: 21px;
    font-weight: 800;
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.homeinfo2apvd {
    color: #4caf50;
    margin: 0px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: none;
    background-color: #FFFFFF;
}

    .homeinfo2apvd:hover, .homeinfo2apvd:visited {
        color: #4caf50;
        text-decoration: none;
        border: none;
        background-color: #FFFFFF;
    }

@keyframes flash {
    0% {
        color: #ffc107;
    }
    50% {
        color: #fff1c4;
    }
    100% {
        color: #ffc107;
    }
}
.homeinfo2pending {
    color: #FFCC19;
    margin: 0px;
    padding-bottom: 0px;
    font-weight: 800;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: none;
    background-color: #FFFFFF;
}
    .homeinfo2pending:hover, .homeinfo2pending:visited {
        color: #FFCC19;
        text-decoration: none;
        border: none;
        background-color: #FFFFFF;
    }

.homeinfo2pending-f {
    color: #FFCC19;
    margin-left: 5px;
    padding-bottom: 0px;
    font-weight: 800;
    margin-bottom: 0px;
    animation: flash 1s infinite;
}

    .homeinfo2pending-f:hover, .homeinfo2pending-f:visited {
        color: #FFCC19;
        margin-left: 5px;
    }

    .homeinfodesc {
    color: #9c9595;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.newprojinfo2 {
    color: #555452;
    margin: 0px;
    padding-bottom: 21px;
    font-weight: 800;
    margin-bottom: 21px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}



.searchtradiesinfo {
    color: #555452;
    margin: 0px;
    font-weight: 800;
    padding-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.searchtradiesinfolink {
    color: #003366;
    margin: 0px;
    font-weight: 600;
    padding-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-decoration:none;
}

    .searchtradiesinfolink:visited {
        color: #003366;
        margin: 0px;
        font-weight: 600;
        padding-bottom: 5px;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
    }


    .searchtradiesinfolink:hover {
        color: #003366;
        margin: 0px;
        font-weight: 800;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
    }

.newprojdesc {
    color: #9c9595;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.tab-contentarea {
    font-family: "Segoe UI";
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 8px;
}

.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
}

.nav-tabs .nav-link {
    color: black;
    font-weight: normal;
    background-color: #f9f9f9;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
    color: black;
    font-weight: bold;
    background-color: #f0f0f0;
}

.navbarsubmenu {
    background-color: #003366;
}
.navbarsubmenuitem {
    font-size: 14px !important; 
}
.navbarsubmenuitem:hover {
    background-color: #003366;
}
.modcontentbox {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 8px;
}
.progresson {
    height: 7px;
    background-color: #ffc107;
    padding-left: 20px;
    border-radius: 5px;
}

.progressoff {
    height: 7px;
    background-color: #b3b4b5;
    padding-left: 20px;
    border-radius: 5px;
}

.container .pwdfield {
    width: 22ch !important;
}

.preboxinput {
    border-left: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    padding: 0 0px 0 0px !important;
}

.filtercontentrow {
    background-color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 3px;
}

li .filtercontent {
    background-color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    padding-left: 7px;
}
.dropdown-menu.region {
    pointer-events: auto;
}
li a.filtercontent {
    background-color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block; /* Make link fill the entire width */
}
.filtercontentwrapper {
    display: flex;
    align-items: center;
}


li.filtercontentrow {
    transition: background-color 0.2s;
}
li.filtercontentrow:hover {
    background-color: #f0f0f0; /* Light gray background on hover */
    cursor: pointer; /* Change cursor to pointer */
}

.ttchosenbox {
    background-color: #003366;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 6px;
    border-radius: 3px;
    cursor:pointer;
}

.ttchosensubbox {
    background-color: #00BFFF;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.ttchosensubboxmain {
    background-color: #ffc107;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.ttchosenboxmain {
    background-color: #ffc107;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}
.ttchosenboxremove {
    enable-background: inherit;
    color: #313131;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
}


.lgchosenbox {
    background-color: #003366;
    color: #FFFFFF;
    font-size:12px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.lgchosenboxremove {
    enable-background: inherit;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
}

.preboxinput focus {
    outline: 0;
}

.container .postsuccesstext {
    margin: 0px;
    padding: 0px;
    color: #40a543;
    line-height: normal;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
}

.container .generalheader {
    margin: 0px;
    padding: 0px;
    color: #003366;
    line-height: normal;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
}

.verification-box {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background-color: #f6f6f6;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
}


.generaltextl, .generaltextl:hover {
    margin: 0px;
    padding: 0px;
    color: #4CAF50;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.generaltextxl {
    margin: 0px;
    padding: 0px;
    color: #4CAF50;
    line-height: normal;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.generaltextlb {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #000000;
    line-height: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
}
    .generaltextlb:hover {
        color: #000000;
    }

.generaltextlr {
    color: red;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.generaltextlg {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #4caf50;
    line-height: normal;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.generaltextlg:hover {
    color: #4caf50;
    text-decoration: none;
}
.generaltextxlr {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: red;
    line-height: normal;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}
.generaltextlr:hover {
    color: red;
    text-decoration: none;
}
.marginclear {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.generaltextxlg {
    color: #4CAF50;
    line-height: normal;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}
.generaltextsbl {
    color: #003366;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.generaltextsb {
    color: #000000;
    line-height: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.generaltextsr {
    color: red;
    line-height: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.generaltextm {
    color: #4caf50;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.generaltextmr {
    color: red;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.generaltextmb {
    color: #000000;
    line-height: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.generaltextmbl {
    color: #003366;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.generaltextlbl {
    color: #003366;
    line-height: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
}
.generaltextlbl:hover {
    color: #003366;
}
    .generaltextxlbl {
    color: #003366;
    line-height: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.generaltextxsbl {
    color: #003366;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.generaltextxlb {
    margin: 0px;
    padding: 0px;
    color: #000000;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-decoration:none;
}

.badgebl {
    background-color: #003366;
    color: #FFFFFF;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight:500;
}

.badgeg {
    background-color: #4CAF50;
    color: #FFFFFF;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.badger {
    background-color: red;
    color: #FFFFFF;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.generaltextsm {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #4CAF50;
    line-height: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.generaltextsmgreyb {
    color: #555452;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.generaltextsmgrey {
    color: #555452;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}


.generaltextsmy {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ffc107;
    line-height: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-decoration:none;
}
    .generaltextsmy:hover, .generaltextsmy:visited {
        color: #ffc107;
    }

.generaltextxsm {
    margin: 0px;
    padding: 0px;
    color: #4CAF50;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-decoration: none;
}

    .generaltextxsm:hover, .generaltextxsm:visited {
        color: #4CAF50;
    }

.generaltextsmr {
    margin: 0px;
    padding: 0px;
    color: red;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.generaltextsmb {
    margin: 0px;
    padding: 0px;
    color: #000000;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.generaltextxsmb {
    margin: 0px;
    padding: 0px;
    color: #000000;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}
.generaltext {
    margin: 0px;
    padding: 0px;
    color: #003366;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.container .generaltextb {
    margin: 0px;
    padding: 0px;
    color: #000000;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.container .infotextb {
    margin: 0px;
    padding: 0px;
    color: #878686;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}
/*
below color-profile was #003366 */
.container .colheading {
    margin: 0px;
    padding: 0px;
    color: #333333;
    line-height: normal;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}


.preboxflex {
    display: flex;
    justify-content: flex-start;
}


    .preboxflex .prebox {
        font-size: 16px;
        padding: 5px 4px 5px 4px;
        color: #999;
        border: 2px solid #ccc;
        border-right: 0;
        font-family: "Roboto", sans-serif;
        line-height: 1.5;
        border-radius: 4px 0 0 4px;
        background: #e9f2eb;
    }

    .preboxflex .preboxnb {
        font-size: 16px;
        padding: 5px 4px 5px 4px;
        color: #999;
        border: 0px;
        outline: 0px;
        font-family: "Roboto", sans-serif;
        line-height: 1.5;
        background: #e9f2eb;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .preboxflex .preboxerror {
        font-size: 16px;
        padding: 5px 4px 5px 4px;
        color: #999;
        border: 2px solid #ccc;
        border-right: 0;
        font-family: "Roboto", sans-serif;
        line-height: 1.5;
        border-radius: 4px 0 0 4px;
        border-color: red;
        background: #e9f2eb;
    }

::-ms-reveal {
    display: none;
}

.postboxinput {
    border-right: 0 !important;
    border-radius: 4px 0px 0px 4px !important;
}

.postboxflex {
    display: flex;
    justify-content: flex-start;
}

    .postboxflex .postbox {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 11px;
        padding-right: 11px;
        color: #999;
        border-left: 0;
        border-radius: 0px 4px 4px 0px;
        background: #e9f2eb;
    }

    .postboxflex:focus-within .postbox {
        border: 0px;
        border-left: none; /* remove the left border */
        border-radius: 0 0.375rem 0.375rem 0; /* round only the right corners */
        /* fake shadow on 3 sides, skipping left */
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        clip-path: inset(-15px -15px -15px 0px);
    }

.checkmark {
    accent-color: #ffc107;
}


.helptextinfo {
    position: relative;
    display: inline-block;
}

    .helptextinfo .helptext {
        visibility: hidden;
        width: 120px;
        background-color: #f4f7f4;
        color: #000000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }



    .helptextinfo:hover .helptext {
        visibility: visible;
        opacity: 1;
    }



.far {
    margin-right: 5px;
    color: #003366;
    padding: 7px;
}

/*
.filter_search {
    box-sizing: border-box !important;
    background-image: url('http://laptopgf10/searchicon.png') !important;
    background-position: 3px 5px !important;
    background-repeat: no-repeat !important;
    font-size: 16px !important;
    padding: 4px 4px 4px 35px !important;
}


.filter_search-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
    height: 200px;
    overflow: auto;
}


    .filter_search-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .filter_search-content span {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .filter_search-content a:hover {
        background-color: #f1f1f1
    }


    .filter_search-content .show {
        display: block;
    }
*/

/* Custom style to prevent carousel from being distorted
           if for some reason image doesn't load */
.carousel-item {
    min-height: 280px;
}

.carousel-inner > .item > img {
    width: 150px;
    height: 150px;
}

.region {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tt_search_style {
    width: 255px !important;
}

.pc_search_style {
    width: 100px !important;
    font-family: "Roboto", sans-serif;
}


.service_search {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    font-weight: 500;
}

.errortext {
    color: red;
}

.errortextsmall {
    color: red;
    font-size: 10px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: bold;
}

.successtext {
    color: blue;
    font-weight: bold;
}

.messagespacer {
    margin-bottom: 20px;
    display: block;
}

body .top-msection {
    background: #003366;
    padding: 10px 0px;
    top: 0;
}


    body .top-msection img {
        max-width: 100%;
    }

    body .top-msection .logo-mbox {
        width: 160px;
    }




    body .top-msection .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    body .top-msection .navbar-toggler {
        border: 1px solid #ffcc19;
        background: #ffcc19;
        color: #ffcc19;
    }

    body .top-msection .ocmenuitems ul li a {
        color: #fff;
        font-size: 18px;
        display: block;
        padding: 4px 10px;
        font-family: "Merriweather Sans", sans-serif;
    }

    body .top-msection .ocmenuitems ul li:hover > a {
        color: #ffcc19;
    }


    body .top-msection  ul li {
        line-height: 30px;
    }

    body .top-msection .btnnav-item {
        color: #fff;
        font-size: 18px;
        display: block;
        border: none;
        background: #003366;
        padding: 4px 10px;
        font-family: "Merriweather Sans", sans-serif;
        text-decoration: none;
    }

        body .top-msection .btnnav-item:hover {
            color: #ffcc19;
        }


.top-section .des-nav ul li.active-link a:hover {
    background: #fff;
    color: #151515;
}

.top-msection ul li.active-link a {
    background: #ffcc19;
    color: #000000 !important;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 24px;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
}


    .top-msection ul li.active-link a:hover {
        background: #fff !important;
        color: #151515 !important;
    }

body .footer-section {
    background: #003366;
    padding: 0px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

    body .footer-section .container {
        display: flex;
        gap: 00px;
    }

        body .footer-section .container::before, .footer-section .container::after {
            display: none;
        }
        /*
        body .footer-section .container .footer-box {
            width: 33.33%;
        }
            */

        body .footer-section .container h4 {
            font-size: 18px;
            color: #fff;
            font-family: "Merriweather Sans", sans-serif;
            font-weight: 400;
        }

        body .footer-section .container ul.footerlinks {
            list-style: none;
            padding: 0;
            margin: 0;
            color: #fff;
        }

    body .footer-section ul.footerlinks li {
        position: relative;
    }

.footer-section ul.footerlinks li a {
    color: #fff;
    text-decoration: none;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
}

body .footer-section ul.footerlinks li i {
    color: #FFCC19;
    margin-right: 9px;
    margin-bottom: 10px;
}

.container {
}
/*
body .footer-section .container .f-links {
    display: flex;
    gap: 20px;
}

    body .footer-section .container .f-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-decoration: none;
    }

        body .footer-section .container .f-links ul li a {
            color: #fff;
            text-decoration: none;
            font-family: "Merriweather Sans", sans-serif;
            font-size: 14px;
        }

        body .footer-section .container .f-links ul li + li {
            margin-top: 8px;
        }

    body .footer-section .container .f-links .two {
        width: 100%;
    }
    */
/*
body .footer-section .f-links {
    display: flex;
    gap: 20px;
}

    body .footer-section .f-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        body .footer-section .f-links ul li a {
            color: #fff;
        }

        body .footer-section .f-links ul li + li {
            margin-top: 8px;
        }

    body .footer-section .f-links .two {
        width: 50%;
    }
 */

body .footer-section h3 {
    color: #fff;
    font-size: 24px;
}

/* Solid border */
hr.solidt {
    border-top: 2px solid #bbb;
    margin-bottom: 9px;
    margin-top: 6px;
}

hr.solidb {
    border-bottom: 2px solid #bbb;
    margin-bottom: 9px;
    margin-top: 5px;
}

@media only screen and (max-width:767px) {
    .inputfieldsmall {
        width: 195px;
    }

    .inputfieldmedium {
        width: 230px;
    }

    .pageinfoheadingb {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width:767px) {
    .containermob {
        margin-left: -20px !important;
        margin-right: -10px !important;
    }

    .containersuccess {
        width: 100%;
    }
}

    @media (max-width: 991.98px) { /* Bootstrap lg breakpoint */
        .services-move {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            margin-top: 1rem;
        }

        .parent-relative {
            position: relative;
        }
    }
    /*
    THINK THIS ALL NEEDS TO BE IN

@media only screen and (max-width:991px) {


    body .footer-section .container {
        flex-wrap: wrap;
    }

    body .footer-section .footer-box:nth-child(1) {
        width: 100%;
    }

    body .footer-section .f-logo {
        max-width: 250px;
    }

    body .footer-section .footer-box {
        width: calc(50% - 25px);
    }
}

@media only screen and (max-width:767px) {

    body .footer-section .footer-box {
        width: 100%;
        text-align: center;
    }

    body .footer-section .container {
        gap: 0;
    }

    body .footer-section .f-logo {
        max-width: 200px;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    body .footer-section .f-links {
        display: block;
    }

        body .footer-section .f-links .two {
            width: auto;
        }

            body .footer-section .f-links .two + .two {
                margin-top: 40px;
            }

    body .footer-section .footer-box + .footer-box {
        margin-top: 40px;
    }

}

@media only screen and (min-width:1460px) and (max-width:1560px){
	.container{
		width:1400px;	
	}
	
	
}
@media only screen and (min-width:1360px) and (max-width:1460px){
	.container{
		width:1300px;	
	}
	
	
}
@media only screen and (min-width:1260px) and (max-width:1360px){
	.container{
		width:1200px;	
	}
	
	
}

@media only screen and (min-width:992px) and (max-width:1260px){
	.container{
		width:960px;	
	}
	
	*/
