.portal-banner {
    background-image: url('/images/logo/Header-img.png');
    /*padding: 40px 0;*/
    color: white;
}

.reset-password-text {
    text-align: center;
    margin-top: 15px;
}
.reset-password-text-second-paragraph {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.click-here-info {
    font-size: 1.1em;
    margin-top: 0.5em;
}

.service {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.service-container {
    margin-top: 35px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.service-container > header {
    text-align: center;
}

.service-container > header > h2 {
    margin-top: -32px;
    background-color: white;
    display: inline-block;
    padding: 20px;
}

.service-container > header > h2.it-services {
    color: hsl(186, 100%, 32%);
    font-weight: bolder;
}

.service-container > header {
    color: hsl(186, 100%, 32%);
    /* font-weight: bolder; */
}

.service-container > header > h2.non-it-services {
    color: hsl(186, 100%, 32%);
    /* font-weight: bolder; */
}

.services {
    padding: 20px 0;
}

.service {
    margin-bottom: 8px;
}

.service > div:first-child {
    margin-right: 15px;
}

.service > div > img {
    width: 65px;
}

.service h3 {
    font-size: 1.1em;
    color: hsl(0, 0%, 31%);
    margin-top: 5px;
    margin-bottom: 5px;
}

.service p {
    font-size: 0.8em;
    color: hsl(0, 0%, 47%);
}

.footer-text {
    text-align: center;
    width: 100vw;
}

.footer {
    /*background-image: url('/images/cnx-footer.jpg');*/
    height: 9px;
    width: 100vw;
}

.footer-it-services{
    margin: 0px 5px 0px 5px;
    bottom: 0;
}

.footer-it-services .service p{
    font-size: 0.6em !important;
}

#it-ticket-modal .modal-header {
    border-bottom: none;
}

#it-ticket-modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

#it-ticket-modal .modal-body > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.service:hover .it-service-image {
    opacity: 0.3;
    transition: .5s ease;
}

.click-here:hover{
    opacity: 0.3;
    transition: .5s ease;
}

.services .service h3{
    font-weight: bolder;
}

.service h3 a{
    text-decoration: none;
    color: hsl(0, 0%, 31%);
}

.service h3 a:hover{
    opacity: 0.3;
    transition: .5s ease;
}

html, body {
    height: 100%;
    width: 100%;
}

.it-services-image-wrapper {
    height: 100%;
    width: 100%;
    float: left;
}

#it-services-image{
    overflow: hidden;
    height: 100%;
    background-image: url('/images/it-services/solvnow-is-here-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 570px;
}

#it-services-icons {
    float: left;
    width: 570px;
    height: 100%;
    margin-left: -570px;
    position: relative;
    background-color: white;
}

@media (max-width: 1000px) {
    .it-services-image-wrapper {
        height: auto;
    }

    #it-services-icons {
        float: none;
        width: auto;
        margin-left: 0;
    }
}

.it-services-content {
    height: 100%;
    overflow-y: scroll;
}


/*tablet*/
@media (max-width: 768px) {
    #it-services-image{
        display: none;
    }
    #it-services-icons{
        height: 1000px;
    }
}

/*laptop*/
@media (min-width: 991px) {
    #it-services-icons{
        /*height: 1000px;*/
    }
}

/*laptop l*/
@media (min-width: 1025px)   {
    #it-services-icons{
        /*height: 950px;*/
    }
}

@media (min-width: 1440px)   {

    #it-services-icons{
        /*height: 950px;*/
    }

    .footer-it-services{
        bottom: -50px;
    }
}

.chat-icon {
    padding-left: 0.5em;
    margin: 1em 0;
}


.chat-description {
    color: hsl(215, 91%, 25%);
    font-weight: bold;
    margin: 1em 0;
}

.chat-description {
    color: #ff0000;
    font-weight: bold;
    margin: 1em 0;
}

.chat-description {
    color: #ff0000;
    font-weight: bold;
    margin: 1em 0;
}

.chat-icon-note {
    margin-top: 0em;
    margin-left: 6em;
    text-align: center;
}

.it-service-chat-description {
    margin-left: 7.5em;
    padding: 10px 10px;
    font-size: 16px;
}

.click-here-info-test {
    padding: 10px 0;
    margin-left: 1em;
}


.horizontal-line-break {
    border-top: 1px solid lightgrey;
}
