
.bg_blue{
    background-color: #6699cc;
  }
  .navbar-text{
    color: white !important;
  }

  .navbar-text:hover{
    background-color: #dfe9f3;
    border-radius: 4px;
    color: #5786b5 !important;
  }

  .navbar-text:active{
    background-color: #dfe9f3;
    border-radius: 4px;
    color: #5786b5 !important;
  }

   /*search*/

 .inputleft {
    padding-left:35px;
    height: 2.5em;
    width: 100%;
    border-radius: 0.5em;
    font-size: 1em;
  }
  
  .iconnameleft {
      position: relative;
      font-size: 15px;
      z-index: 1;
      left: 10px;
      top: 0px;
      color: #6699cc;
      cursor:pointer;
      width: 0;
  }

.box-border{
    border:1px solid #adacac;
    border-radius: 15px;
 
}

.filter-box{
    height:70px;
    padding-top: 10px;
    background-color: #e8e8e8;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   
  
}

.product-img{
    width: 70px !important;
    height: 100px !important;
}

.product-info{
    width:150px;
    height:180px;

}
    .product-info div{
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        padding: 1px;
    }

.product{
        width:150px;
        height:275px;
    
    }
   .product div{
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        padding: 1px;
        }

  .product-main{
          width:150px;
          height:190px;
      
      }
     .product-main div{
          font-size: 13px;
          font-weight: 500;
          text-align: center;
          padding: 1px;
          }

.btn-vote{
    background-color: #6699cc;
    color:#ffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width:80px;
}

.btn-vote:hover{
    background-color: #ffff;
    color:#6699cc;
    border: 1px solid #6699cc ;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width:80px;
}

.product-align{
   margin-left: 10px;
}

.text-format{
    color:#6699cc;
    font-size: 18px;
    font-weight: 500;
}
.btn-mark{
    background-color:#6699cc ;
    color: white;
}

.modal-image{
    width:250px;
    height: 300px;
    padding: 50px;
    background-color: #f6f6f6;
    border:1px solid #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;

}

.text-modal{
    font-size: 15px;
    font-weight: 500;
}

.listing-product li{
    list-style: none;
    display: inline-block;

}
.text-align{
    text-align: justify;
    font-size: 17px;
}

.modal-width{
 max-width: 700px !important;
}
  
  .btn.btn-primary {
    background-color: #6699cc;
    border-color: #5282b3;
    outline: none;
    color: #fff;
  }


  .filter-text{
    font-size: 17px;
    font-weight: 500;
  
   } 
   .no-padding{
   margin-right: 0px;
   }

   .border-line{
    border-bottom: 2px solid #5282b3;
   }

   .nodata-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
   }

   .tick-img{
    height: 50px !important;
    width:50px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
 @media only screen and (min-width: 320px) and (max-width:573px){

    .filter-box{
        height:100px;
        padding-top: 10px;
        background-color: #e8e8e8;
       border-top-left-radius: 15px;
       border-top-right-radius: 15px;
       text-align: none !important;
     }
   
     .product{
        width:240px;
        height:240px;
        padding: 0px;
        margin: 6px;
    }

    .product-info{
      width:260px;
      height:180px;
   }

   .product-main{
    width:250px;
    height:190px;

}
   .modal-image{
    width:300px;
    height: 300px;
    padding: 50px;
    background-color: #f6f6f6;
    border:1px solid #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.listing-product li{
  list-style: none;
  display: inline-block;
 margin-left: -38px;

}
}

  @media only screen and (min-width: 574px) and (max-width:768px){

    .filter-box{
      height:100px;
      padding-top: 10px;
      background-color: #e8e8e8;
     border-top-left-radius: 15px;
     border-top-right-radius: 15px;
     text-align: none !important;
   }

    .product{
      width:250px;
      height:240px;
      padding: 0px;
      margin: 0px;
  }

  .modal-image{
    width:300px;
    height: 300px;
    padding: 50px;
    background-color: #f6f6f6;
    border:1px solid #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
}
  
  @media only screen and (min-width: 769px) and (max-width:1000px){
    .product{
      width:230px;
      height:240px;
      padding: 0px;
      margin: 0px;
  }

  }

  
  h1 {
    font-weight: normal;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
  }
  h1 span {
    font-size: 13px;
    display: block;
    padding-left: 4px;
  }
  
  p {
    margin-top: 200px;
  }
  p a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #b83729;
  }
  p a:hover {
    background-color: #ab3326;
  }
  
  .custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }
  
  .custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px;
  }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px;
  }
  
  .file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
  }
  
  .file-upload-input {
    width: 79%;
    color: #707070;
    font-size: 16px;
    padding: 11px 17px;
    border: 1px solid #707070;
    background-color: #fff;
    float: left; /* IE 9 Fix */
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
     height: 48px;
  }
  
  .file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 11px 30px 11px 50px;
    border: none;
    margin-left: -1px;
    background-color: #6699cc;
    float: left; /* IE 9 Fix */
    height: 48px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
  }
  .file-upload-button::before{
    content: '';
    background-image: url(../img/upload.png);
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    left: 15px;
    background-size: 100% 100%
  }
  .file-upload-button:hover {
    background-color: #4476a8;
  }

  /*splash screen prloader*/
 
  .preload { 
      width:100px;
      height: 100px;
      position: fixed;
      top: 50%;
      left: 50%;
      display: none;
    }

    .page-loader {
      width: 100%;
      height: 100%;
      position: fixed;
      background: #5282b3;
      top:0;
      bottom: 0;
      right:0;
      left:0;
      z-index: 1000;
      overflow-y: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
 
    }
   
    .spinner {
      position: absolute;
      top: 35%;
      width: 80px;
      height: 80px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
      animation: sk-scaleout 1.0s infinite ease-in-out;
    }
    @-webkit-keyframes sk-scaleout {
      0% {
        -webkit-transform: scale(0);
      }
      100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
      }
    }
    @keyframes sk-scaleout {
      0% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }
      100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
      }
    }
    


