/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body #mu-header .container {
   width: 100%;
}
/********** Header End **********/


/********** Why Choose us **********/
body .mu-video-review-content {
   float: left;
   width: 100%;
   margin: auto;
   margin-top: 50px;
   text-align: center;
}
body .mu-video-iframe {
   height: unset;
   max-width: 500px;
}
/********** Why Choose us End **********/


/********** Footer **********/
body .mu-social-media a {
   width: 100%;
   height: 100%;
   border-radius: 0;
   border: 0;
}
body .mu-social-media a i {
   display: inline-block;
   font-size: 15px;
   width: 35px;
   height: 35px;
   line-height: 33px;
   text-align: center;
   margin: 0 5px;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   border-radius: 50%;
   border: 1px solid #ff871c;
}
/********** Footer End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   body .navbar-default .navbar-brand {
      font-size: 30px;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** Header *****/
   body .navbar-default .navbar-brand {
      font-size: 20px;
   }
   /***** Header End *****/
}
/********** 576px and below End **********/