html 
{
    font-size:16px ;
}
@font-face {
  font-family: gill-sans;
  src: url('../fonts/GillSans.ttf');
}
.flexslider.loading
{
    min-height:70vh;
    background-color:#212121;
}
.nav-link:hover
{
    color:#FFF
}
.nav-scrolled .nav-link
{
    color:#FFF
}
.nav-scrolled .navbar-brand img
{
    max-width: 100px;
}
.navbar
{
    padding: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    color: #000;
}
header
{
    z-index: 2;
    position: relative;
    transition: all 0.5s;
    background-color: #E41D22;
}
/*About us*/
#about-us h2
{
    font-size: 1.3rem;
    font-weight: 600;
}
/*En of About us style*/
.flexslider
{
    border:0!important;
    border-radius: 0!important;
    height: auto;
}
.flex-control-paging li a.flex-active {
    background: #ff2331!important;
    cursor: default;
    width: 20px;
    height: 20px;
}
.flex-control-paging li a
{
    width: 20px!important;
    height: 20px!important;
    background: #FFF!important;
}
.nav-link {
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: inline-block;
    padding: 30px 5vw!important;
    font-family: gill-sans,sans-serif;
}
li.nav-item.active a
{
    background-color: rgba(0,0,0,0.08);
    color:#FFF
}
.flex-control-nav
{
    bottom: 80px!important;
}
.copyright
{
    font-family: 'gill-sans', sans-serif;
    font-size: 1.3rem;
    color: #FFF;
    margin-bottom: 0;
    letter-spacing: 0.2rem;
}
footer 
{
    background-color: #E41D22;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
#return-to-top i 
{
    color: #fff;
    margin: 0;
    position: relative;
    left: 8.5px;
    top: 4px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover 
{
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 0;
}
.red-nav-item
{
    color:#ff2331!important;
}
area:focus{
  border: none;
  outline-style: none; 
  -moz-outline-style:none;  
}

.fu_popover_default
{
    border:none!important;
}
.fu_popover_content_default
{
    background-color:#212121;
    color:#FFF;
}
.fu_popover_content_default a
{
   color:#FFF!important;
   font-size:1.5rem;
}
.fu_popover_content_default div
{
   border-bottom: 2px solid #707070;
}
.fu_popover_content_default div:last-child
{
   border-bottom: none;
}
.popover-link-container
{
    padding:20px 0;
}
#slider-container
{
    position: relative;
}
#bg-logo-container
{
    overflow: hidden;
    position: absolute;
    z-index: 9;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 37%);
    width: 40vw;
    height: 30vw;
}
#bg-logo-container::before
{
    content: '';
    width: 40vw;
    height: 30vw;
    border-radius: 50%;
    background-color: #FFF; 
    z-index: 9;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 60%);
}
#slider-container::after
{
    content: '';
    width: 30vw;
    height: 30vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 70%);
    background-image: url('../VirtualEats_Logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#about-us-text
{
    padding: 8vw 9vw 2vw 9vw;
    line-height: 2.5rem;
    position: relative;
}
#about-us-text:before
{
    content: '';
    border-top: 2px dashed rgba(0,0,0,0.22);
    position: absolute;
    top: 6vw;
    left: 50%;
    transform: translate(-50%, 61%);
    width: 30vw;
}
#about-us-text-2
{
    background-color:#E41D22;
    padding: 3vw 0;
    text-align: center;
    color: #fff;
    text-align: center;
}
#about-us-text-2 p
{
    text-align: center;
    padding: 0 29vw;
    font-family: 'gill-sans', sans-serif;
}
#about-us-text h2
{
    font-family: 'Aleo', serif;
    font-weight:bold
}
#about-us-text p
{
    margin-top: 30px;
    font-family: 'Aleo', serif;
}
h2
{
    color: #5F5F5F;
}
.grey-text
{
    color: #5F5F5F;
}
#about-us-banner
{
    background: url('../Process-BillingStructureImage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vw;   
    position: relative;
    overflow: hidden;
}
#about-us-banner::after {
    content: '';
    width: 100px;
    height: 100px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) translate(-50%, 21%);
    background: #E41D22 0 0 no-repeat padding-box;
    opacity: 1;
    position: absolute;
    top: -64px;
    left: 50%;
}
.process-billing-numbers
{
    font-size: 3rem;
    display: inline-block;
    width: 12%;
    vertical-align: top;
    margin-top: -15px;
    font-family: 'Aleo', serif;
    font-weight: bold;
}
.process-billing-text
{
    display: inline-block;
    width: 88%;
    font-family: 'Spartan', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
}
.billing-process-container
{
    background-color: #FFF;
    margin-top: -200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.each-process-border
{
    border-right: 2px dashed rgba(0,0,0,0.22);
}
.billing-process-container .each-process-border:nth-child(3)
{
    border:none
}
p
{
    font-size: 1.2rem;
}
.billing-process-main-container
{
    position: relative;
    background-color:#E41D22;
    height: 670px;
}
.billing-structure-main-container
{
    position: absolute;
    bottom: 30px!important;
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFF;
    margin-top: 30px;
}
.billing-structure-main-container h2
{
    font-size: 2rem!important;
    color: #FFF;
    text-align: center;
    font-family: 'Aleo', serif;
    font-weight: bold;
}
.billing-structure-main-container ul
{
    padding-left: 0;
}
.billing-structure-main-container li
{
    font-size: 1.2rem;
    margin-top: 20px;
    list-style: none;
    font-family: 'Aleo', serif;
}
.contact-form span
{
    margin-bottom: 10px;
    display: block!important;
    position: relative;
}
.contact-form textarea
{
    width: 100%;
}
#contact-us
{
    padding: 50px 15vw;
}
.contact-form p
{
    position: relative;
    margin-bottom: 0;
}
.contact-form input, .contact-form textarea
{
    width: 100%;
    padding: 10px 25px;
    position: relative;
    border: 2px solid #D9D9D9 ;
}
.contact-form span::before
{
    content: '';
    height: 50px;
    width:10px;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-form span:nth-child(5):before
{
    content: '';
    height: 97%;
    width:10px;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-form input[type='submit']
{
    width: 200px;
    padding: 10px 25px;
    position: relative;
    background-color: #E41D22;
    border:none;
    color: #FFF;
    font-weight: bold;
    font-family: 'Spartan', sans-serif;
    margin-top: 25px;
}
#contact-us h2
{
    color:#5F5F5F;
    margin-bottom:25px;
    font-family: 'gill-sans',sans-serif;
}
label.error
{
    color:#E41D22;
}
textarea:focus, input:focus{
    outline: none;
}


@media only screen and (max-width: 1200px) 
{
    .menu-banner-container
    {
       background-size: contain;
    }
    #main-banner-container 
    {
        height: 750px;
    }
    .navbar-brand img 
    {
        max-width: 150px;
        margin-left: 50px;
    }
    .nav-link {
        font-size: 1.2rem;
    }
    .menu-banner-text
    {
        top:70%;
    }
    .billing-structure-main-container 
    {
        bottom: 5px;
    }
}

@media only screen and (max-width: 992px) 
{
    .contact-form span::before 
    {       
        height: 43px;        
    }
    #about-us-text-2 p
    {
        padding: 0 19vw;
    }
    .billing-process-main-container
    {
        position: relative;
        background-color:#E41D22;
        height: 450px;
    }
    .button-menu
    {
        margin-top:15px;
    }
    .menu-banner-text
    {
        top:70%;
    }
    html {
        font-size:12px ;
    }
    #main-banner-container {
        height: 450px;
    }
    .navbar-brand img {
        max-width: 150px;
        margin-left: 50px;
    }
    .nav-link
    {
        font-size: 2rem;
        width: 100%;
        padding: 10px 15px!important;
    }
    .navbar-nav
    {
        margin-top: 25px;
    }
    .flexslider
    {
        margin-top: 0!important;
    }
    header
    {
        padding: 10px 0;
        background:#E41D22;
    }
    .navbar-dark .navbar-nav .nav-link
    {
        color: #000!important;
    }   
}

@media only screen and (max-width: 768px)
 {
    #contact-us
    {
        padding: 15px 1rem;
    }
    .billing-structure-main-container
    {
        position: relative;
        margin-bottom: 15px!important;
        bottom: inherit;
        left: inherit; 
        transform: inherit;
        margin-top: 60px;
    }
    .billing-structure-main-container li
    {
        margin-top: 10px;
    }
    .billing-process-container
    {
        margin-top: 0!important;
        position: relative!important;
        left: inherit!important;
        transform: inherit!important;
    }
    .billing-process-main-container
    {
        height: auto!important;
        padding: 25px 0!important;
    }
    .process-billing-numbers
    {
        width: 6%!important;
    }
    .each-process
    {
        margin-top: 5px;
        padding-top: 25px;
    }
    .each-process-border,.billing-process-container .each-process-border:nth-child(3)
    {
        border: none!important;
        border-top: 2px dashed rgba(0,0,0,0.22)!important;
    }
    #return-to-top {
    right: 5px!important;
    width: 27px!important;
    height: 27px!important;
    }
    #return-to-top i {
    left: 5px!important;
    top: 3px!important;
    }    
    .navbar-brand img 
    {
        max-width: 90px;
    }
    html 
    {
        font-size:12px ;
    }
    .flex-control-nav
    {
        bottom: 20px!important;
    }
    .copyright 
    {
        margin-top: 10px;
    }
    #about-us-banner::after 
    {
        width: 60px;
        height: 60px;   
        top: -34px;
    }
}

@media only screen and (max-width: 600px) 
{   
    .flexslider.loading
    {
        min-height:20vh;
        background-color:#212121;
    }
    #about-us-text-2 p 
    {
        padding: 0 5vw!important;
    }
    #about-us-text
    {
        padding: 10vw 5vw 2vw 5vw!important;
    }
}

@media only screen and (max-width: 400px) 
{
    .process-billing-numbers
    {
        width: 10%!important;
    }
    .billing-process-main-container {
        height: auto!important;
        padding: 0!important;
    }
    #about-us p
    {
        line-height: 2.5rem;
    }
    .copyright {
        font-size: 1.5rem;
    }
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
  margin-left: 10px;
} 
.each-process p
{
    font-family: 'Aleo', serif;
}
.contact-form-success
{
    text-align: center;
    color: green;
}
.contact-form-error
{
    text-align: center;
    color: #E41D22;
}