﻿
/*Custom tenant font*/
@font-face {
    font-family: 'WinnerSansMedium';
    src: url('../../static/fonts/WinnerSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IndustryTestBold';
    src: url('../../static/fonts/IndustryTest-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IndustryTestregular';
    src: url('../../static/fonts/IndustryTest-Black.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/*end*/
body {
    font-family: "Poppins", sans-serif;
}
.icn-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    padding-left: 30px;
    color: #fff
}

.foot-mbl {
    display: flex;
}

.white-bg-dropdown {
    background-color: #FFF;
}

.contact-txt {
    margin-bottom: 0;
    padding-left: 30px;
    font-size:16px;
}

.icn-text-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    padding-left: 30px
}

.display-flex {
    display: flex;
}

.grey-text {
    color: #111;
    font-family: Poppins,sans-serif;
}
.customHeader {
    min-height: 137px;
}
footer .icn-text a{
    color:#ffffff;
}
footer .icn-text a:hover, footer .icn-text a:focus{
    text-decoration:underline !important;
    text-underline-offset:4px;
}
#footer .footer-links {
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    margin-top: 18px;
    padding: 14px 20px 0;
    max-width: 520px;
    width: 100%;
    position: relative;
}
#footer .footer-links::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: currentColor;
    opacity: 0.25;
}
#footer .footer-links a.icn-text {
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
    position: relative;
    transition: opacity 0.2s ease;
    font-size: inherit;
    gap: 0;
    color: #ffffff;
}
#footer .footer-links a.icn-text::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 1px;
    background-color: currentColor;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
#footer .footer-links a.icn-text:hover::after,
#footer .footer-links a.icn-text:focus::after {
    opacity: 1;
    transform: translateY(0);
}
#footer .footer-links a.icn-text:hover,
#footer .footer-links a.icn-text:focus {
    text-decoration: none !important;
    color: #ffffff;
    opacity: 1;
}
#footer .footer-links-sep {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: currentColor;
    opacity: 0.5;
    vertical-align: middle;
    margin: 0 4px;
}
@media only screen and (max-width: 600px) {
    #footer .footer-links {
        font-size: 0.8rem;
        margin-top: 14px;
        padding: 12px 20px 0;
        line-height: 1.6;
        max-width: 100%;
    }
    #footer .footer-links a.icn-text::after {
        display: none;
    }
}
    @media screen and (max-width:1200px) {
        .customHeader {
        min-height: 92px;
    }
}
@media screen and (max-width:991px){
    .customHeader {
        min-height: 145px;
    }
}
@media screen and (max-width:768px){
    .customHeader {
        min-height: 125px;
    }

    footer .icn-text a:hover, footer .icn-text a:focus {
        text-decoration: none !important;
    }
}
@media only screen and (max-width: 600px) {
    .d-mb-nne{
        display:none;
    }

    .icn-text {
        padding-top: 10px;
        padding-left:0;
    }

    .foot-mbl {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        padding: 0 50px;
    }
    .contact-txt{
        padding-left:0;
    }
}