.gov-india .dropdown-menu
{
    padding:1px 5px 1px 5px;
    min-width:60px;
    text-align: center;
    margin-top: 5px;
}
.dropdown-menu .dropdown-item
{
    padding:0px 7px 0px 7px;
}
.ptb-130
{
   margin-top: 2px;
}
.faq-wrapper h4.panel-title a
{
    color: #0d89c3;
}
.faq-wrapper h4.panel-title a:hover
{
    color: #0000FF;
    text-decoration: underline;
    color: #0000ff;
}
.faq-wrapper .panel-body
{
    color: #000 !important;
} 
.dropdown-menu>.dropdown-item:active, .dropdown-menu>.dropdown-item:active a,
.dropdown-menu>.dropdown-item:hover, .dropdown-menu>.dropdown-item:hover a,
.dropdown-menu>.dropdown-item.active
{
    color: #fff !important;
    background: #777 !important;
}

.dropdown-item.active a, .dropdown-item a.active, .nav-link.active
{
  color: #fff !important;
}

.faq h4
{
    margin-bottom: 20px;
    font-weight: bold;
    /*border: 1px solid red;*/
}

.faq .panel-body
{
    color: #333 !important;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: justify;
    /*border: 1px solid red;*/
}

.faq .panel-body p, .faq .panel-body ul li
{
    color: #333 !important;
    font-size: 17px;
}

@media only screen and (max-width: 768px) 
{
    body 
    {
        margin-bottom: 250px;
    }
    .ptb-170
    {
        margin-top: 0px;
    }
}