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


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   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 .logo-area img {
   max-width: 200px;
}
body .header-bottom {
   margin-top: 50px;
}
body .header-bottom-left {
   padding-top: 0;
}
/********** Header End **********/


/********** About **********/
body .howit-works-video img {
   border: medium none;
   margin-bottom: 20px;
   margin-left: 135px;
   width: 428px;
}
/********** About End **********/


/********** Why Choose Us **********/
body .single-plan-head {
   padding: 10px 15px;
   min-height: 143px;
}
/********** Why Choose Us End **********/


/********** Portfolio **********/
body #portfolio .slick-slide img {
   display: block;
   width: 100%;
}
/********** Portfolio **********/


/********** Newsletter **********/
body #subscribe {
   background-image: url(../images/newsletter.jpg);
}
/********** Newsletter End **********/


/********** Footer **********/
body footer p,
body footer .footer-social a {
   color: #93a2ae;
}
body footer .footer-social {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
body footer .footer-social a i {
   margin-right: 10px;
}
/********** Footer End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** About *****/
   body .howit-works-video img {
      margin-left: 0;
      width: 428px;
   }
   /***** About End *****/
}
/********** 767px and below End **********/


/********** 576px and below **********/
@media (max-width: 576px) {
   /***** About *****/
   body .howit-works-video img {
      width: 100%;
   }
   /***** About End *****/
}
/********** 576px and below End **********/