body 
{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;

}


.list-group-item 
{
   
   
    
}

a:hover
{
	text-decoration: none;

}

h3
{
	font-size: 23px;
}


.list-group-item {
    position: relative;
    display: block;
     padding: 3px 12px;
    margin-bottom: -1px;
    background-color: #fff0;
    border: 1px solid rgb(255, 255, 255);
}



.blinking
{
  animation:blinkingText 3s infinite;
}
@keyframes blinkingText{
  0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

@media only screen and (device-width: 768px) 
{
  h4
  {
  	font-size: 13px;
  }

  .card .card-body .card-text {
    color: #747373;
    font-size: 11px;
    /* font-weight: 400; */
    line-height: 14px;
}


.list-group-item {
   
    
    font-size: 12px;
    line-height: 16px;
   
}

h3 {
    font-size: 17px ;
}
}



@media only screen and (device-width: 1024px) 
{
  h4
  {
  	font-size: 18px;
  }

  .card .card-body .card-text {
    color: #747373;
    font-size: 11px;
    /* font-weight: 400; */
    line-height: 14px;
}


.list-group-item {
   
    
    font-size: 13px;
    line-height: 18px;
   
}

h3 {
    font-size: 22px;
}
}




@media only screen and (device-width: 812px) 
{
  h4
  {
  	font-size: 14px;
  }

  .card .card-body .card-text {
    color: #747373;
    font-size: 11px;
    line-height: 14px;
}


.list-group-item {
   
    
    font-size: 12px;
    line-height: 14px;
   
}

 h3 {
    font-size: 18px !important;
}
}


@media only screen and (device-width: 823px) 
{
  h4
  {
  	font-size: 14px !important;
  }

  .card .card-body .card-text {
    color: #747373;
    font-size: 11px;
    line-height: 14px;
}


.list-group-item {
   
    
    font-size: 12px;
    line-height: 14px;
   
}

h3  {
    font-size: 18px;
}
}



@media only screen and (device-width: 854px) 
{
  h4
  {
  	font-size: 14px;
  }

  .card .card-body .card-text {
    color: #747373;
    font-size: 11px;
    line-height: 14px;
}


.list-group-item {
   
    
    font-size: 12px;
    line-height: 14px;
   
}

h3 {
    font-size: 18px;
}
}


@media only screen and (device-width: 800px) 
{
  h4
  {
  	font-size: 13px;
  }

  .card .card-body .card-text {
    color: #747373;
    font-size: 11px;
    line-height: 14px;
}


.list-group-item {
   
    
    font-size: 12px;
    line-height: 14px;
   
}

h3 {
    font-size: 18px;
}
}

.top-div
{
	    background: linear-gradient(to left, #b7e2e2, #b3cedb);

}



.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4c4c4c !important;
  font-size: 13px !important; 
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4c4c4c !important;
  font-size: 13px !important; 
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4c4c4c !important;
  font-size: 13px !important; 
}
:-moz-placeholder { /* Firefox 18- */
  color: #4c4c4c !important;
  font-size: 13px !important; 
}


.center-div
{
	 background: linear-gradient(to left, #33b2bb, #4379bd);
}


.img-thumbnail {
    padding: 2px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}


.card 
{

	/*padding: 0px 0px 20px;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid #bbbbbb;

    /*border: 1px solid #ffffff00;*/
    border-radius: 0px;
}


.text-colors
{
	color: #f2f2f2;
}


.card-body 
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 12px;
}