section {
    background-color: #F5F5FB;
}

#home-header {
    background: url(/assets/images/building-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title {
    padding: 23px 30px 124px 30px;
}

.page-title h1 {
    color: #001A6D;
    font-weight: bold;
}

.side-tab {
    padding: 14px 0px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px -3px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

#home-nav .active {
    color: #1094DF;
}

.side-tab .nav-link {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 42px;
    color: #D9D9D9;
    background: #ffffff;
    text-align: left;
    padding-left: 45px;
}

#pills-tab .nav-link {
    border-radius: 0px;
}

.side-tab .nav-link.active, .side-tab .show>.nav-link {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 42px;
    color: #0052A4;
    background-color: rgba(140, 209, 249, 0.32); 
    background: url(/assets/images/active-link.png);
    background: url(/assets/images/active-link.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.side-tab .side-tab-title {
    font-size: 18px !important;
    /* line-height: 42px; */
    color: #0052A4;
    font-family: 'Poppins Regular';
    padding: 11px 25px 7px 25px !important;
    text-align: left;
    margin-bottom: 0rem;
}

.tcontent-title h1 {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #0052A4;
}

.tcontent-title-sub  {
    margin-bottom: 20px;
}

.tcontent-title-sub span {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    color: #000000;
}

.tcontent-body {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #000000;
}

.tcontent-body li {
    line-height: 28px;
}

.h-100 {
    min-height: 100vh !important;
}

.reac-item {
    flex-direction: row;
}

.services-rec-wrap {
    background: #FFFFFF;
    box-shadow: 0px 6px 18px -3px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 14px;
}

.services-rec img {
    width: 60px;
    height: 60px;
}

.services-rec-body {
    line-height: 17px;
    text-align: center;
}

.services-rec-body p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
}

.services-rec-body span {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 17px;
}

/** Contact us **/
#contact-form {
    background-color: #FFFFFF;
    height: 359px;
    padding: 2.5rem 1rem 0px 1rem;
}

#contact-form .form-control {
    padding: 7px;
    border-radius: 8px;
    border-color: #000000;
    color: #B4C1C5;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

#contact-form .form-control::placeholder {
    font-size: 14px;
}

#contact-form-wrap .img-div {
    background: url(/assets/images/contact.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: relative;
    /* height: 56vh; */
}

.contact-items {
    position: absolute;
    bottom: 42px;
    left: 15px;
    font-size: 12px;
    width: 100%;
}

.contact-items-sm {
    display: none;
}

.contact-items a,
.contact-items-sm a {
    text-decoration: none;
}

.contact-item {
    color: #ffffff;
    margin-left: 10%;
    display: block;
}

.contact-item img {
    margin-right: 5px;
    width: 15px;
}

.tab-content>.active {
    margin-bottom: 30px;
}

.img-wrap {
   position: relative;
}

.img-label {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.lbl-transparent { 
    color: rgb(0 0 0 / 0%);
}

@media (min-width: 768px) and (max-width: 991px) {
    .services-rec img {
        width: 50px;
        height: 50px;
    }

    .services-rec-body {
        line-height: 14px;
    }

    .services-rec-body p {
        font-size: 9px;
        line-height: 12px;
    }

    .services-rec-body span {
        font-size: 7px;
        line-height: 12px;
    }

    .contact-items {
        /* width: 44%; */
        /* bottom: 4vh; */
        /* font-size: 12px;     */
    }
}

@media (max-width: 767px) {
    .contact-items {   
        display: none;
    }

    .contact-items-sm {
        text-align: center;
        display: block;
        /* margin-top: -40px; */
        margin-top: -14vh;
        z-index: 10;
        position: relative;
    }

    .contact-items-sm .contact-item {
        margin-left: 0px;
        font-size: 12px;
    }

    .img-div {
        height: 359px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .page-title {
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .services-rec-wrap {
        margin-bottom: 10px;
    }

    .services-box {
        margin-bottom: 0px !important;
    }

    #contact-form .form-control {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #contact-form button{
        padding: 10px !important;
        font-size: 14px;
    }

    #contact-form-wrap .img-div {
        background-position: center;
    }

    .contact-item img {
        width: 15px;
    }

    .contact-items {
        /* width: 100%;
        bottom: -52vh;
        font-size: 12px;
        margin-left: 16%;    */
    }
}

@media screen and (min-width: 505px) and (max-width: 1199px) {
    .side-tab .nav-link,
    .side-tab .nav-link.active, .side-tab .show>.nav-link {
        font-size: 12px;
        line-height: 26px;
        padding-left: 32px;
    }

    .side-tab .side-tab-title {
        font-size: 14px !important;
        padding: 8px 25px !important;
    }

    .tcontent-title h1 {
        font-size: 27px;
    }

    .tcontent-title-sub span {
        font-size: 18px;
    }

    .tcontent-body {
        font-size: 16px;
    }
}

@media screen and (max-width: 504px) {
    .side-tab .nav-link,
    .side-tab .nav-link.active, .side-tab .show>.nav-link {
        font-size: 12px;
        line-height: 26px;
        padding-left: 32px;
    }

    .side-tab .side-tab-title {
        font-size: 14px !important;
        padding: 8px 25px !important;
    }

    .tcontent-title h1 {
        font-size: 20px;
    }

    .tcontent-title-sub span {
        font-size: 16px;
    }

    .tcontent-body {
        font-size: 13px;
    }

    #v-pills-tabContent {
        padding: 0px !important;
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px) {
    #home-nav .nav-link:not(.active) {
        font-size: 16px;
        padding: 0px !important;
    }

    #home-nav .nav-link.active {
        font-size: 16px;
        padding: 0px !important;
    }

    .page-title {
        padding-bottom: 20px;
    }
    .container:has(> .page-title) {
        max-width: 918px;
    }
}

@media (max-width: 768px) {
    #about-nav .navbar-nav {
        padding: 1rem !important;
    }

    .brand-logo {
        margin-left: -3vw;
    }
}