  
/* Nav Bar */
.main-navbar{
    border-bottom: 1px solid #ccc;
}
.main-navbar .top-navbar{
    background-color: #2874f0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-navbar .top-navbar .brand-name img{
    width: 110px;
}
.main-navbar .top-navbar .nav-link{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.main-navbar .top-navbar .dropdown-menu{
    padding: 0px 0px;
    border-radius: 0px;
}
.main-navbar .top-navbar .dropdown-menu .dropdown-item{
    padding: 8px 16px;
    /* border-bottom: 1px solid #ccc; */
    font-size: 14px;
}
.main-navbar .top-navbar .dropdown-menu .dropdown-item i{
    width: 20px;
    text-align: center;
    color: #2874f0;
    font-size: 14px;
}
.main-navbar .navbar{
    padding: 0px;
    background-color: #8c8a8a;
}
.main-navbar .navbar .nav-item .nav-link{
    padding: 8px 20px;
    color: #000;
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .main-navbar .top-navbar .nav-link{
        font-size: 12px;
        padding: 8px 10px;
    }
}
/* End of Nav Bar */

/* hero section */
.carousel-item img{
    height: 400px;
    border-radius: 25px;
}
.hero{
    margin-top: 30px;
}

/* .hero .carousel .carousel-indicators button{
  
} */

.side_image{
    height: 400px;
    width: 100%;
    background-color: #352c3d;
    border-radius: 25px;
    /* position: relative; */
}
.side_image img{
    height: 350px;
    width: 90%;
    padding-left: 45px;
    margin-top: 10px;
    transition: 0.5s;
}
.side_image .btn{
    margin-bottom: 35px;
    background-color: yellow;
    color: black;
}
@media(max-width:767px){
    .side_image{
        margin-top: 30px;
    }
    .carousel-item h5{
        margin-bottom: 10px;
    }
}
.side_image img:hover{
    transform: scale(1.05);
    transition: 0.5s;
}
/* End of hero section */

/* product_logo */
.product_logo{
    margin-top: 50px;
}

.product_logo img{
    height: 50px;
}

@media (max-width:990px){
    .product_logo img{
        height: 40px;
        padding-bottom: 10px;
    }
}
/* End of product logo */

/* Trending Product */

.t_p_header{
    /* font-family: italic; */
    font-weight: bold;
}

.t_p_header span{
    color: blue;
    text-transform: uppercase;
    animation-name: tr;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-delay: 2s;
    
}

@keyframes tr{
  0%{color: red;}
  50%{color: blue;}
}

.t_p_header h1{
    text-transform: uppercase;
}

.mb.card-body{
    text-align: left;
    text-decoration: none;
}
.mb.card{
    /* border-radius: 0px / 0px; */
    overflow: hidden;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.mb img{
    height: 160px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.mb .quality{
    font-size: 12px;
}
.mb .rate_or{
    color: red;
    text-decoration: line-through;
}
.mb .left{
    font-size: 15px;
    color: rgba(24, 154, 24, 0.707);
}
.i_heart{
    font-size: 20px;
    color: red;
}
.t_p_discound{
    background: rgba(17, 255, 0, 0.708);
    font-weight: bold;
    padding-right: 5px;
    border-radius: 0 0 10px 0;
}
/* End of Trending Product */
/* middle banner */
.middle_banner img{
    width: 100%;
    height: 250px;
    border-radius: 15px;
}
/* End of middle banner */
/* Detail Banner */

.detail_banner img{
    width: 50px;
    /* height: 90px; */
}
.detail_banner h4{
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}

@media (max-width:475px){
  .t_p_header{
    text-transform: uppercase;
    font-size: 15px;
  }
  .p_button .btn{
    background-color: transparent;
    color: #2874f0;
    border: none;
    margin-top: -8px;
  }
}

/* End of Detail Banner */
/* Company Details */
.fheader h1{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}

.fp{
    text-align: center;
}

.fimage{
    display: flex;
    align-items: center;
}

@media(max-width:477px){
  .fheader h1{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
}
/* End Company Details */

/* Footer */

#footer {
    background: #111111;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    /* width: 100%; */
  }
  
  #footer .footer-top {
    background: #1d1d1d;
    border-bottom: 1px solid #2f2f2f;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2a2a2a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #2874f0;
    color: #000;
    text-decoration: none;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-info img {
    height: 60px;
    width: 150px;
    margin-left: -5px;
    margin-top: -10px;

  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #2874f0;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    padding-left: 4px;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: #2874f0;
  }
  
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }
  
  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  
  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #2874f0;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #2874f0;
  }

  .form-floating .item input{
    background-color: #2874f0;
    font-size: large;
    border: none;
    margin-top: 10px;
    align-items: center;
    width: 100px;
    border-radius: 20px;
  }
  
  .form-floating .item input:hover{
    background-color: green;
    color: white;
  }

  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }
  
  
/* End Of Footer */