*,*::after,*::before{  
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-image: linear-gradient(to bottom, #fff, #ccc);
}
h1{
    margin-top:0;
}

#header{
   
        background-image: url(/web/20190213001448im_/http://www.percyshawcatseyes.com/templates/default/images/header_background.jpg);
        height: 160px;
        position: relative;
        width: 100%;
        background-repeat: repeat-x;
        background-color: #000;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    
}
#header a , .item-page a , #xmap a{
    text-decoration:none;
    color: #F65144 !important;
    transition:all 250ms ease-in;
}
#header a:hover{
    color: #fff !important;
}
.item-page a:hover,  #xmap a:hover{
   color:#000 !important;
}
#logo{
    padding-left:1em;
}
#menu88-3-section>a.active , #menu88-2-section>a.active{
    color:#F65144!important;
}
#call{
    font-family: sans-serif;
    margin-top:1.4em;
}

#footerWrapper a , p.footertext{
    color: #fff !important;
}
#call div> *{
    margin-bottom:0.6em;
}

#menu{
    background: linear-gradient(to bottom , #333,#000);
    display: flex;
    justify-content: center;
}

#myCarousel, #contentWrapper{

   max-width:930px;
   margin:0em  auto 0 auto;
   background: #fff;
   padding:1em;
}
#myCarousel ul ,#myCarousel li{
    list-style:none;
    list-style-type: none;
}
#contentWrapper{
    font-family: Arial !important;
    margin-top:0;
    display:flex;
    color: #000;
}
#contentWrapper h1{
    font-size:24px;
    font-weight:700;
}

#contentWrapper h2{
    font-size:20px;
    font-weight:700;
}

#contentWrapper p,#contentWrapper li{
    font-size:16px;
}
ul.list{
    padding-left:25px;
}

#myCarousel img{
    width:100%;
    height:500px;
}
.menu {
    display:flex;
    list-style:none !important;
}
.menu  li{
    margin-right:0.5em;
}
.menu a, .footertext {
   color:#666666 !important;
   font-size:11px;
}
.footertext{
    margin:0 !important;
}


#component{
   padding-right:1em;
}

#footerWrapper{
    background: linear-gradient(to bottom , #333,#000);
    padding:0.5em 0 ;
}
.footer{
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.item-page td{
    padding:10px !important;
}
.item-page table{
    margin-bottom: 1em;
}
.contact-table{
    font-size:16px;
}
.contact-table td{
    padding: 0 !important;
    font-size:16px;
}
#item-page td{
    padding: 0  0 10px 0 !important;
    font-size:16px;
}

#btn{
    background-color: transparent;
    
}
#btn span{
    display:block;
    background-color:red;
    height:3px;
    width:28px;
    margin-top:0.1em;
    margin-bottom:0.1em;
}
.toggler-container{
    width: 100%;
    padding:0.5em;
    display: none;

}

.btn-success, .disabled:hover.btn-success:hover {
    color:#fff;
    background: #000 !important;
    border-color: #000 !important;
    opacity: 1 !important;
   padding:0.75em 2em;
}
.btn-success.disabled {
    background:#ccc  !important;
    border-color: #ccc !important;
    opacity: .40 !important;
}

/* site map css */
.level_0 , .level_1 {
     padding-left:20px;
}

#sideWrapper{
    margin-left: auto;
}

/* Privacy policy css */
.privacy-policy{
    padding:1em;
 }
 .privacy-details a:hover {
      text-decoration:none;
 }
 .privacy-policy h2{
     font-size:1.5rem;
     margin:.5em 0;
  }
  .privacy-policy p,  .privacy-policy li{
      line-height:1.5;
      font-size:0.9rem;
      margin-bottom: 1em;
  }
  .privacy-policy li{
      margin-bottom:1em;
  }
  
  .privacy-policy ul{
      padding-left:3em;
  }
 .privacy-policy ul li{
     padding-bottom: 8px;
 }
 .privacy-details {
     border: 2px solid #c7c7c7;
     padding: 1%;
 }
 
 .text-privacy{
    text-decoration:none !important;
 }
 .text-privacy:hover{
     color:#fff !important;
 }
 
 .privacy-details a, .lk a{
     color: #F65144!important;
     transition: all 250ms ease-in;
     font-weight:600;
 }
 
  .privacy-details a:hover, .lk a:hover{
     color: #000 !important;
     text-decoration: none !important;
  }

  ul.roadStuds-list{
      padding-left:1.5em !important;
  }

  /*  Responsive   */
  @media screen and (max-width: 767px) {
    #menu tr , #menu td{
        display: block;
    }
  
    #menu .section{
       position: static !important;
      display: block !important;
      visibility: visible !important;
      margin-top:0.5em;

      
       
    }
    #header{
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    #call{
        margin:0 !important;
        padding-top: 0.2em;
    }
    
    .item-page img {
       width:100%;
    }

    #menu88-2, #menu88-3{
      
     display: none !important;
    }

  
    #contentWrapper{
       flex-direction: column ;
       align-items: center;
    }
    #sideWrapper{
      margin:0 auto !important;
    }

    .footer{
        flex-direction: column;
    }
    .logo-box img{
      width:100%;
    }
    
    .table1 tr{
        display: flex !important; 
        flex-direction: column !important;
        flex-wrap: wrap;
    }
    .table1 td{
        display: block;
        
    }
    .footer .menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    #copyright .footertext{
       text-align: center !important;
    }

    #myCarousel img {
        width: 100%;
        height: 314px;
    }

    .slide{
        display: none !important;
        transform: scale(0,1);
        transition: all 250ms ease-in;
    }

    .toggler-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding:0.5em;
      
    
    }

    #component {
        padding-right: 0;
    }
  
  }

  @media (min-width: 768px) and (max-width: 991px) {
    .table1 tr{
        display: flex !important; 
        flex-wrap: wrap;
        justify-content: center;
    }
    .table1 td{
        display: block;
        width: 80%;
    }
  }