#field, label{
        float:none !important;
              
          }

/* Large desktops and laptops */
@media (min-width: 1200px) {
      #sliderheigt {
        height: 550px !important;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
      #sliderheigt {
        height: 550px !important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
      #sliderheigt {
        height: 550px !important;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
     #sliderheigt {
        height: 220px !important;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
     #sliderheigt {
        height: 220px !important;
    }

     #example {

    font-size:small;
}
}

#header.shadow-after-3:before{
    background-image:none;
        bottom: 0px;
}
.warba-Theme {
    /*background-color: #4A858F;
    border-color: #e3a856;
    color:#e3a856;*/

        background-color: rgba(165, 162, 162, 0.95);
    border-color: rgba(134, 134, 134, 0.93);
    color: white;
}
.warba-Theme:hover{
     /*background-color: #4A858F;
    border-color: #e3a856;
    color:white;*/

     
    background-color: grey;
    border-color: grey;
    color: white;

}

.warba-btn-primary{

        border-color: #4597A5 !important;
    background-color: #3C98A9 !important;

}
.warba-btn-primary:hover{

        border-color: #439FAF !important;
    background-color: #309FB3 !important;

}
.warba-btn-primary:focus{

    border-color: #1D7584  !important;
 
    background-color: #196A77 !important;

}