/*Header Begin*/
.header
{
    
}

/*Header End*/
/*navigation begin*/
.topnav
{
    background-color: #333;
}
.topnav a
{
    background-color: #333;
}

.dropdown .dropbtn {
    color:white;
}
.dropdown-content {
background-color:#f9f9f9;
}
.dropdown-content a {
    color: black;
}
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }

  .dropdown-content .dropdown .dropbtn
  {
    
    color: black;
    background-color:#f9f9f9;
}
  
  .dropdown-content .dropdown:hover .dropbtn
  {
    background-color: #ddd;
    color: black;
  }

/*navigation end*/

/*footer begin*/
.footer
{
    background-color:#A6417F;
  color: white;
}
/*footer end*/

/*body begin*/
body
{
    
}
button
{
    background-color: red;
}
.checkbutton
{
    background-color: red;
}
input[type=button]
{
    background-color: red;
}
.hcbox
{
    background-color: whitesmoke;
}
.fheading
{
    font-size: 26px;
    padding-left: 20px;
}
.ccta
{
    position: fixed;
    background-color: #00102BC8;
    color: white;
    font-size: 14.4px;
    height: 26px;
    width: 100%;
    padding: 4px;
    left:0px;
    top:0px;
    z-index: 9000;
    opacity: .8;
}

.social-chat
{
    font-size: 30px;
    display: inline-block;
}
.htbox
{
    margin-top:0px;
}
.twoline:hover
{
    box-shadow: 2px 2px 2px 2px #555;
    overflow: hidden;
    text-decoration: none;
    color:red;
}

.twoline a:hover
{
    text-decoration: none;
    color:red;
}

.twoline:hover a
{
    text-decoration: none;
    color:red;
}

@media screen and (max-width: 500px) {
    .fheading
    {
        font-size: 17px;
        padding-left: 9px;
    }
  .twoline
  {
    width: 50%;
  }
  .twoline img
  {
    width:100%;
  }

  .twoline:hover
{
    box-shadow: 2px 2px 2px 2px #555;
    overflow: hidden;
}
  }