body 
{
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
  
    /*padding-bottom: 30px;*/
    padding-bottom: 30px;
    position: relative;
    min-height: 100%;
	background: #284E97;

}


label {
    /*display: inline-block !important;*/
    margin-bottom: .5rem !important;
    font-weight: 600 !important;
    color: #4c4c4c !important;
}

a:hover
{
	text-decoration: none;

}

.h2, h2 {
    font-size: 31px;
    /* line-height: 1.4; */
}

h3
{
	font-size: 23px;
}

.list-group-item 
{
    position: relative;
    display: block;
    padding: 12px 0px;
    margin-bottom: -1px;
    background-color: #fff0;
    border: 1px solid #777777;
}



.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:#ffdc00; /*#fed942*/

}

.blinking{
    animation:blinkingText 1.1s infinite;
}
@keyframes blinkingText{
    0%{     color: #FFF;    }
    49%{    color: transparent; }
    
    100%{   color: #FFF;    }
}


.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);*/

      /*background: linear-gradient(to left, #94f8ff, #4379bd);*/

     /* background: linear-gradient(to left, #2c3e50, #3498db);*/

     background:#284e97;
}


.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;
}



p {
    margin-top: 0;
    margin-bottom: 10px;
}


.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    background-color: #282a2b;
    /* line-height: 2px; */
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #282a2b;
    color: #fff;
}

label 
{
    /*display: inline-block !important;*/
    margin-bottom: 5px !important;
    font-size: 15px !important;
}






::placeholder {
  color:#ddd;
  font-size:5px; /* Firefox */
}

.form-group {
    margin-bottom: 5px;
}


hr.hr3 {
    position: relative;
    margin: 10px 0 15px 0;
    border: 1px dashed #c1c1c1;
}



fieldset {
  border: 4px solid #f2f2f2;
  border-radius: 6px;
  padding: 6px 20px;
}

legend {
    display: block;
    width: auto !important; 
    max-width: 100% !important;
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f2f2f2;
}


.text-warning {
    color: #f5d452!important;
}


.top-color {
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    background-color:#f5d452;
    /* line-height: 2px; */
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #f5d452;
    color: #fff;
    min-height: 60px;
    clear: both;
}


  label.error{
    color: red !important;
  }

label.error {
    color: red !important;
    font-size: 13px !important;
    font-weight:500 !important;
}


.table td
{
    padding: 6px 12px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    color: #333;
    font-weight:400;
}


.table th {
    padding: 6px 12px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
    color: #333;
    font-weight:400;
}

@media (min-width: 768px) {
#mybutton {
  position: fixed;
  bottom: -4px;
  right: 10px;
  display:none;
}
}
@media (max-width: 768px) {
#mybutton {
  position: fixed;
  bottom: -4px;
  right: 10px;
  width:100%;
  z-index:1000;
}
.feedback {
  background-color : #31B0D5;
  color: white;
  padding: 4px 4px;
  border-color: #46b8da;
  width: 104%;
  font-size:24px;
}
.feedback  a{color: white;}
}
#text{
display:none;
}
#text1{
display:none;
}