body{
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    background-color: #FFF;
}

img {
    max-width: 100%;
    height: auto;
}

@font-face{
    font-family: "Poppins";
    src: url("../webfonts/Poppins-Regular.ttf");
}

.me-auto {
    margin-left: auto !important;
    margin-right: 0px !important;
}


#dialog{
    background-color: #FFFFFF;
}

.default-content{
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

.with_border{
    position: relative;
    border: 0 solid #333;
}

.row.gutters{
    padding: 15px 0;
}

.row.gutters .bottom{
    padding-bottom: 20px;
}

.sticky-top{
    background-color: #fff;
}

.navbar.main-navbar{
    padding: 0px !important;
    z-index: 10010;
    left: 0px;
    top: 0px;
    bottom: auto;
    margin-top: 0px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.05);
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.06);
    background-color: #fff;
    background-position: 50%;
}

.navbar .container{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Navbar start */
.navbar-brand{
    width: 28%;
    max-width: 100%;
    margin-left: 22px;
}

.navbar-brand img{
    max-width: 60%;
}

.navbar-nav-right .navbar-nav ul{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navbar-nav-right .navbar-nav li.nav-item{
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
}


.navbar-nav-right .navbar-nav li.nav-item a.nav-link{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2c3137 !important;
}

.navbar-nav-right .navbar-nav li.nav-item a.nav-link:hover{
    opacity: .7;
    transition: all .4s ease-in-out;
}

#get-started{
    color: #FFFFFF !important;
    border-width: 0px !important;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    background-color: #41b06b;
    text-decoration: underline;
    border-radius: 0.3rem;
}

#get-started:hover{
    text-decoration: none;
}

#sign-in{
    color: #FFFFFF !important;
    border-width: 0px !important;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    background-color: #2c3137;
    margin-left: 20px !important;
    text-decoration: underline;
    border-radius: 0.3rem;
}

#sign-in:hover{
    text-decoration: none;
}

/* Navbar end */

#sign-in-black{
    color: #FFFFFF !important;
    border-width: 0px !important;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 500;
    text-transform: uppercase !important;
    background-color: #2c3137;
    padding-top: 7px !important;
    padding-right: 30px !important;
    padding-bottom: 7px !important;
    padding-left: 30px !important;
    text-decoration: underline;
    border-radius: 0.3rem;
}

    #sign-in-black:hover{
        text-decoration: none;
        transition: all 300ms ease 0ms;
    }

    #sign-in-black::after{
        font-size: 25px;
        line-height: 24px;
        content: ">";
        opacity: 0;
        position: absolute;
        margin-left: -1em;
        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: none;
        -webkit-font-feature-settings: "kern" off;
        font-feature-settings: "kern" off;
        font-variant: none;
        font-style: normal;
        font-weight: 400;
        text-shadow: none;
    }

    #sign-in-black:hover::after{
        opacity: 1;
        margin-left: 5px;
        transition: all 300ms ease 0ms;
    }

/* Banner start */
    .banner{
        background-color: #40ae70 !important;
        min-height: 200px;
        padding: 54px 0;
    }

    .banner-header{
        margin-right: 5.5%;
        padding-left: 90px;
    }

    .banner-header-text h1{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 800;
        font-size: 45px;
        color: #FFFFFF !important;
    }

    .banner-header-text h4{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #FFFFFF !important;
    }

    .banner-header .banner-header-description{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        color: #FFFFFF !important;
    }

    .banner-content{
        background-color: rgba(181,181,181,0.36);
        border-radius: 20px 20px 20px 20px;
        overflow: hidden;
        box-shadow: 5px 5px 18px 0px rgba(112,112,112,0.14);
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .banner-image-content{
        padding-right: 90px;
    }

    .banner-image-wrapper{
        border-radius: 50px 0 50px 0;
        overflow: hidden;
        display: inline-block;
        position: relative;
        max-width: 100%;
    }

    .banner-image-wrapper img{
        position: relative;
        max-width: 100%;
        height: auto;
    }
/* Banner end */

/* Search start */
    .search{
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: rgba(65,176,107,0.18) !important;
    }

    .search-content{
        max-width: 1080px;
        margin: auto;
        position: relative;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        padding: 27px 0;
    }

    .search-header-text h3{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-size: 18px;
        color: #41b06b !important;
    }

    .search-form .search-form-content{
        display: flex;
        gap: 15px;
        width: 100%;
    }

    .search-form #url{
        display: block;
        width: 100%;
        background-clip: padding-box;
        background-image: none;
        border: 1px solid #dadbdd;
        border-radius: 7px;
        color: #606266;
        font-family: -apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
        line-height: 1;
        margin-bottom: 0;
        max-width: 100%;
        padding: 11px 15px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .search-form #businessname{
        display: block;
        width: 100%;
        background-clip: padding-box;
        background-image: none;
        border: 1px solid #dadbdd;
        border-radius: 7px;
        color: #606266;
        font-family: -apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
        line-height: 1;
        margin-bottom: 0;
        max-width: 100%;
        padding: 11px 15px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .search-form #businessindustry{
        display: block;
        width: 100%;
        background-clip: padding-box;
        border: 1px solid #dadbdd;
        border-radius: 7px;
        color: #606266;
        font-family: -apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
        line-height: 2;
        margin-bottom: 0;
        max-width: 100%;
        padding: 6px 15px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .search-form #btn-submit{
        background-color: rgba(65, 176, 107, 1);
        color: #ffffff;
        min-width: 25%;
        border: 1px solid transparent;
        border-radius: 7px;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        padding: 8px 20px;
        position: relative;
        text-align: center;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }

    .search-form #btn-submit:hover{
        opacity: .8;
        outline: 0;
        text-decoration: none;
    }
/* Search end */

/* Services start */
    .services{
        padding: 54px 0;
    }

    .services-content{
        max-width: 1080px;
    }

    .services-header-text h1{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 600;
        font-size: 35px;
        color: #333 !important;
    }

    .services-header-text p{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 600;
        color: #333333 !important;
        font-size: 100%;
    }

    .services-header-description{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        border-color: #41b06b;
        border-left-width: 3px;
        padding-left: 20px !important;
        color: #333333 !important;
        font-size: 14px;
    }

    .card.services-cards{
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
        padding-top: 25px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 20px;
        box-shadow: 0px 2px 40px 10px rgba(0,0,0,0.08);
        border: none !important;
    }

    .card.services-cards .card-body h4{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #333333 !important;
        line-height: 1.4em;
    }

    .card.services-cards .card-body .card-text{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 1.8em;
    }

    .card.services-cards .card-body .card-text.read-more{
        color: #41b06b;
        font-weight: 600;
        cursor: pointer;
    }

    .card.services-cards .card-body .card-text.text-bold{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-size: 15px;
        margin-top: 1px !important;
        font-weight: 500;
    }

    .card.services-cards .services-icons{
        color: #41b06b;
    }

    .card.services-cards .card-body{
        padding: 0px;
        padding-right: 15px;
        min-height: 221px;
    }
/* Services end */

/* Notifications start */
    .notification{
        background-color: #41b06b !important;
        position: relative;
        background-position: 50%;
        background-size: cover;
    }

    @media only screen and (min-width: 1350px) {
        .notification {
            padding: 54px 0;
        }
    }

    @media only screen and (min-width: 1350px) {
        .notification .notification-content {
            padding: 27px 0;
        }
    }

    .notification .background-mask{
        background-size: contain;
        background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0iIzJiMjQyNCIgdmlld0JveD0iMCAwIDE5MjAgMTQ0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4gc2xpY2UiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzUuODQsMEgwVjE0NDBIMTE3Ni4zOGMtMTEwLjY0LTIwNy41My0xNzQuODgtNDU0LjkxLTE3NC44OC03MjAuNUMxMDAxLjUsNDU0LjMzLDEwNjUuNTQsMjA3LjMzLDExNzUuODQsMFoiLz48L3N2Zz4=);
        background-position: left -16% top;
        background-repeat: no-repeat;
        overflow: hidden;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .notification .notification-content{
        width: 80%;
        max-width: 1080px;
        margin: auto;
        position: relative;
    }

    .notification-cards{
        background-color: rgba(206,206,206,0.31);
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
        box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.03);
    }

    .notification-card-icons{
        background-color: #2b2424;
        padding-top: 10px;
        padding-right: 6px;
        padding-bottom: 10px;
        padding-left: 12px;
        margin-bottom: 10px !important;
        width: 25%;
        text-align: center;
        border-radius: 10px !important;
        margin-left: auto;
        margin-right: auto;
        line-height: 0;
    }
    
    .notification-card-header h3{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 700;
        font-size: 17px;
        color: #000000 !important;
        text-align: center;
    }

    .notification-card-description{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 500;
        font-size: 13px;
        color: #333333 !important;
        text-align: center;
    }

    .notification-header h1{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 600;
        font-size: 34px;
        color: #FFFFFF !important;
        margin-bottom: 3.093%;
    }

    .notification-header .notification-description{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        color: #ffffff !important;
        margin-bottom: 3.093%;
    }

    .notification-header .notification-get-started a{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        color: #000000 !important;
        text-decoration: none;
    }
/* Notifications end */

/* Information start */
    .information{
        background-color: #fff !important;
        position: relative;
        background-position: 50%;
        background-size: cover;
    }

    .information-content{
        width: 80%;
        max-width: 1080px;
        margin: auto;
        position: relative;
    }

    @media only screen and (min-width: 1350px) {
        .information {
            padding: 54px 0;
            padding-top: 54px;
        }
    }

        @media only screen and (min-width: 1350px) {
        .information .information-content {
            padding: 27px 0;
            padding-top: 92px !important;
        }
    }


    .information-header .information-header-text h2{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 700;
        font-size: 35px;
        color: #333;
        word-wrap: break-word;
        line-height: 1em;
        margin-top: 29px !important;
        margin-bottom: 31px !important;
    }

    .information-header .information-header-description{
        color: #2c3137 !important;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 300;
        font-size: 15px;
        margin-top: 15px;
        line-height: 1.7em;
    }

    .information-header .information-header-button .get-started-information{
        color: #FFFFFF !important;
        border-width: 0px !important;
        font-size: 15px;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
        background-color: #41b06b;
        box-shadow: 0px 2px 30px 5px rgba(65,176,107,0.33);
        position: relative;
        font-weight: 500;
        padding: .3em 1em;
        line-height: 1.7em !important;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        border: 2px solid;
        border-radius: 3px;
        transition-property: all !important;
        text-decoration: underline;
        padding: 8px;
        padding-left: 15px;
        padding-right: 15px;
    }

    
    .get-started-information::after{
            font-size: 25px;
            line-height: 30px;
            content: ">";
            opacity: 0;
            position: absolute;
            margin-left: -1em;
            -webkit-transition: all .2s;
            transition: all .2s;
            text-transform: none;
            -webkit-font-feature-settings: "kern" off;
            font-feature-settings: "kern" off;
            font-variant: none;
            font-style: normal;
            font-weight: 400;
            text-shadow: none;
    }

    .get-started-information:hover::after{
        opacity: 1;
        margin-left: 5px;
        transition: all 300ms ease 0ms;
    }

    .information-header .information-header-button .get-started-information:hover{
        border: 2px solid transparent;
        padding-right: 2em;
        text-decoration: none;
        transition: all 300ms ease 0ms;
    }

    .information-content .information-images{
        border-radius: 20px 20px 20px 20px;
        overflow: hidden;
    }

    .information-content .information-images.pos-left,
    .information-content .information-header-text.pos-left{
        margin-right: 5.5%;
    }
    
    .information .row.gutter{
        margin-top: 8%;
    }

    ul.info-ul{
        list-style: none;
        padding-left: 0rem;
        margin-top: -10px;
    }

    ul.info-ul li{
        display: inline-flex;
        margin-right: 15px;

        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 600;
        font-size: 17px;
        color: #333333 !important;
    }

    ul.info-ul li span.info-ul-text{
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 600;
        font-size: 17px;
        color: #333333 !important;
    }

    ul.info-ul li span .info-ul-icon{
        border-width: 1px;
        border-color: #41b06b;
        color: #41b06b;
        background-color: #ddf1e4;
        margin-right: 7px;
        font-size: 22px;
    }

/* Information end */

/* Status start */

    .status{
        background-color: #41b06b !important;
        position: relative;
        background-position: 50%;
        background-size: cover;
    }

    @media only screen and (min-width: 1350px) {
        .status {
            padding: 54px 0;
        }
    }

    @media only screen and (min-width: 1350px) {
        .status .status-content {
            padding: 10px 0;
        }
    }

    .status .status-content{
        width: 80%;
        max-width: 1080px;
        margin: auto;
        position: relative;
    }

    .status-header{
        text-align: center;
        margin-top: 13px !important;
        margin-bottom: 10px !important;
    }
    .status-header .status-header-text h1{
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 700;
        font-size: 45px;
        color: #333333 !important;
    }

    .status-header .status-header-description{
        color: #ffffff !important;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
        font-size: 17px;
    }

    .status-card{
        background-color: rgba(206, 206, 206, 0.31);
        border-radius: 5px 20px 5px 20px;
        overflow: hidden;
        padding-top: 40px;
        padding-right: 30px;
        padding-bottom: 40px;
        padding-left: 30px;
        box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.04);
    }

    .status-wrapper{
        text-align: center;
    }

    .status-count{
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 700;
        font-size: 32px;
        color: #333333 !important;
        margin-bottom: 9px !important;
        padding-bottom: 10px;
    }

    .status-description{
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 600;
        color: #333333 !important;
        font-size: 18px;
    }
/* Status end */

/* Footer start */
    .footer{
        position: relative;
        background-color: #fff;
        background-position: 50%;
        background-size: 100%;
        background-size: cover;
        padding-top: 10px;
    }

    .footer-wrapper{
        padding-bottom: 35px;
    }
    
    .footer-menu{
        width: 80%;
        max-width: 1080px;
        margin: auto;
        position: relative;
        padding: 27px 0;
        background-color: #c6e7d2;
        border-radius: 20px 20px 20px 20px;
        overflow: hidden;
        box-shadow: 0px 2px 30px 5px rgba(65, 176, 107, 0.15);
        padding-right: 30px !important;
        padding-left: 30px !important;
        color: #41b06b !important;
    }

    .footer-logo{
        margin-bottom: 15px;
    }

    .footer-logo img{
        max-width: 70%;
    }

    .footer-description{
        margin-bottom: 15px;
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-size: 12px;
    }

    .footer-social-logo{
        display: inline-flex;
        text-decoration: none;
        text-align: center;
        position: relative;
        margin-bottom: 25px;
    }

    .footer-social-logo .social-icons{
        border-radius: 3px;
        height: 32px;
        width: 32px;
        padding: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background-color: #41b06b !important;
        vertical-align: middle;
        margin-right: 8px;
    }

    .footer-social-logo .social-icons a{
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        transition: color .3s;
    }

    .footer-menu-wrapper h2{
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #41b06b !important;
    }

    .footer-menu-wrapper h2.pl2{
        padding-left: 2rem;
    }

    .footer-menu-wrapper ul{
        list-style: none;
    }

    .footer-menu-wrapper ul li{
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-size: 15px;
        color: #41b06b !important;
    }
    .footer-menu-wrapper ul li a{
        text-decoration: none;
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        font-size: 15px;
        color: #41b06b !important;
        padding-left: 5px;
    }

    ul.services-footer-menu{
        padding-left: 0rem !important;
    }
    
    .copyright-wrapper{
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #333333 !important;
        text-align: center;
        padding: 30px;
        padding-bottom: 20px;
    }

    .copyright-wrapper p{
        font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
        color: #a0a0a0 !important;
    }
/* Footer end */

/* Popup modals start*/
    #monitor-modal .nav-link{
        padding: 0px;
        padding-top: 15px;
    }
    #monitor-modal .nav-link button{
        color: #FFFFFF !important;
        border-width: 0px !important;
        font-size: 15px;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
        font-weight: 600 !important;
        background-color: #41b06b;
    }

    #monitor-modal .nav-link button:hover{
        opacity: .8;
    }

    #modal-loginSignup #login-button{
        color: #FFFFFF !important;
        border-width: 0px !important;
        font-size: 20px;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
        font-weight: 600 !important;
        background-color: #41b06b;
    }

    #modal-loginSignup #login-button:hover{
        opacity: .8;
    }

    

    .forgot-pass-link,
    .sign-up-link{
        color: #41b06b;
    }

    .forgot-pass-link:hover,
    .sign-up-link:hover{
        color: #5dbd7d
    }

    
/* Popup modals end*/


/* Mobile css start */
    @media (max-width: 768px) {
        .mobile-padding {
            padding: 15%;
        }

        .services-content{
            padding-left: 10%;
            padding-right: 10%;
        }

        .notification-content{
            padding-bottom: 15%;
        }

        .notification-header h1{
            margin-top: 40%;
        }

        .notification-cards{
            margin-top: 15%;
            margin-bottom: 15%;
        }

        .information{
            padding-top: 15%;
            padding-bottom: 15%;
        }

        .status-card{
            margin-top: 5%;
            margin-bottom: 10%;
        }

        .navbar .container{
            margin-top: 1px;
            margin-bottom: 1px;
        }

        .navbar-toggler{
            border: none;
        }

        .navbar-toggler:focus{
            box-shadow: none;
        }

        .navbar-brand{
            width: 60%;
        }

        .navbar-nav-right .navbar-nav li.nav-item{
            border-bottom: 1px solid rgba(0,0,0,.03);
        }

        .navbar-nav-right .navbar-nav li.nav-item:last-child{
            margin-left: 35px !important;
            margin-right: 0px !important;
            margin-top: 15px;
            border-bottom: none;
        }

        .information-content .information-images{
            margin-top: 10%;
        }

        .banner-image-content{
            margin-top: 10%;
            padding-right: 10%;
            padding-left: 10%;
        }
    }
/* Mobile css end */

/* Tab css start */
    @media (max-width: 980px) {
        .status .status-content{
            padding-bottom: 10%;
            padding-top: 5%;
        }

        .status-card{
            margin-top: 10%;
            margin-bottom: 10%;
        }

        .information-content{
            padding-top: 5%;
            padding-bottom: 10%;
        }

        .notification .notification-content{
            padding-top: 10%;
            padding-bottom: 10%;
        }

        .information-header-button{
            margin-bottom: 5%;
        }

        .banner-image-content {
            padding-right: 50px;
            padding-left: 50px;
        }

        .mobile-padding {
            padding: 25%;
        }

        .services-content{
            padding-left: 5%;
            padding-right: 5%;
        }

    }
/* Tab css end */

 .footer-menu .row {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-menu .col-5, .footer-menu .col-2, .footer-menu .col-3 {
        flex: 1 1 100%;
        max-width: 100%;
    }
    @media (min-width: 768px) {
        .footer-menu .col-md-5 {
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .footer-menu .col-md-2 {
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .footer-menu .col-md-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
    .footer-menu-wrapper ul {
        list-style: none;
        padding: 0;
    }
    .footer-menu-wrapper ul li {
        margin-bottom: 10px;
    }
    .footer-menu-wrapper ul li a {
        text-decoration: none;
        color: #000;
    }
    .footer-menu-wrapper ul li a:hover {
        text-decoration: underline;
    }
    .footer-social-logo .social-icons {
        display: inline-block;
        margin-right: 10px;
    }
    .footer-social-logo .social-icons a {
        color: #000;
    }
    .footer-social-logo .social-icons a:hover {
        color: #41b06b;
    }
    .footer-description {
        margin-bottom: 20px;
    }
    .footer-logo img {
        max-width: 100%;
        height: auto;
    }
    .copyright-wrapper {
        text-align: center;
        padding: 10px 0;
    }