body{
            font-family: 'Manrope', sans-serif;
        }
        .nav-link.active{
            border-bottom: 2px black solid;
        }
        .nav-item .nav-link{
            font-size: 16px;
            font-weight: bold;
        }
        .nav-item{
            margin: 0 20px;
        }
        .section-banner-support{
            padding: 50px 0;
        }
        .section-banner-support h2{
            font-weight: bold;
            text-align: center;
            font-size: 30px;
        }
        .section-banner-support p.mini-headline{
            text-align: center;
            letter-spacing: 4px;
            margin-bottom: 5px;
        }
        .section-banner-support p{
            text-align: center;
            margin-bottom: 5px;
        }
        .section-banner-support h4{
            text-align: center;
            font-size:20px;
        }
        .section-banner-support h3{
            font-size: 24px;
        }
        .section-support .support{
            width: 90%;
            max-width: 800px;
            margin: auto;
        }
        .section-support .support .form-label{
            margin-bottom: 0.3rem;
            font-size: 14px;
            font-weight: bold;
            margin-left: 15px;
        }
        .section-support .support .form-label span{
            color: red;
        }
        .section-support .support .form-control{
            border-radius: 30px;
        }
        .section-support .support .form-text{
            font-size: 12px;
            margin-left: 15px;
        }
        .text-section{
            width: 90%;
            max-width: 900px;
            margin: auto;
            display:flex;
            text-align: center;
            flex-direction: column;
            justify-content: center;
        }
        .sbtn{
            padding: 10px;
    font-size: 20px;
    margin: auto;
    display: block;
        }
        .nav-btn{
            border-radius: 50px;
            background: #000;
            color: #fff;
            font-weight: bold;
            padding: 6px;
            width: 100%;
            max-width: 150px;
            border: none;
        }
        vl{
            border-left: 2px solid #fff;
            height: 50px;
            margin:auto;
        }
        .section-needmore{
            padding: 50px 0;
        }
        .section-needmore .need-box{
            padding: 20px;
            width: 90%;
            max-width: 700px;
            margin: auto;
            border: 1px solid #d8d8d8;
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.116);
            border-radius: 15px;
        }
        .section-needmore .need-box h2{
            font-weight: bold;
            text-align: center;
            font-size: 24px;
        }
        .section-needmore .need-box p{
            text-align: center;
        }
        .section-needmore .need-box .sup-btn{
            width: 90%;
            max-width: 200px;
            text-align: center;
            color: #4e4e4e;
            padding: 10px;
            border-radius: 30px;
            background-color: #fff;
            outline: none;
            border: 1px solid #d8d8d8;
            font-weight: bold;
        }
        
        .footer{
            padding: 3%;
        }
        .footer ul {
            list-style-type: none;
            /* margin: 0; */
            padding: 0;
            overflow: hidden;
            margin: 0 auto;
            text-align: center;
            display: table;
        }
            .footer li {
            float: left;
            margin: 0 20px;
        }
            .footer li a {
            display: block;
            color: #000;
            text-align: center;
            padding: 16px;
            text-decoration: none;
            font-weight: bold;
        }
        .sec-copyright{
            border-top: 1px solid rgb(187, 187, 187);
        }
        vl.vl-black{
            border: 1px #000 solid;
        }
        @media only screen and (max-width: 600px) {

        .img-indfkinmdle{
            display: none;
        }
        .section-banner-support h2{
            /* font-size: 20px; */
        }
        .section-banner-support h4{
            font-size:14px;
        }
        .smp-img{
            margin-bottom: 10px;
        }
        .bullets, .bullets2{
            text-align:center;
        }
        .sec-oss{
            padding: 40px 20px;
        }
        vl{
            height: 40px;
        }
        .sec2{
            margin-top: 20px;
        }
        .sec-getmore{
            background: unset;
            background-color: #f6f6f6;
            height: unset;
        }
        .section-plans{
            padding: 10px 0;
        }
        .section-needmore{
            padding: 20px 0;
        }
        .footer li {
            float: unset;
        }

        }