 /* .benefits-thumbnail {
      
    } */
 .benefits-thumbnail .phone-img {
   width: 606px;
   position: absolute;
   bottom: -270px;
   right: 20%;
 }

 .bg-overlay::after {
   background: #222222;
 }

 .footer-widget-nav ul li a {
   color: #fff;
 }

 .copywrite-area {
   position: relative;
   background: #222222;
 }

 .copywrite-area .copywrite-text p {
   color: #fff;
 }

 .classynav ul li:last-child a:hover {
   background-color: #e41e2a;
   color: #fff !important;
 }

 .header-more-menu {
   width: 100%;
   height: 320px;
   transition-duration: 500ms;
   background-color: #fff;
   position: fixed;
   border-top: 1px solid #f1f1f1;
   display: none;
   top: 80px;
   left: 0px;
 }

 .header-area {
   position: relative;
   /* border-bottom: 2px solid #da222b; */
 }

 .whnowarp {
   white-space: nowrap;
 }

 @media only screen and (max-width: 768px) {
   .classynav {
     display: block !important;
   }

   .hedaer_img {
     height: 325px !important;
     max-width: 1000%;
     overflow: hidden;
     position: relative;
     left: -67%;
     top: 0;
   }

   .mobile_img{
     display: block!important;
   }


   .header_img_content {
     overflow: hidden;
     padding-bottom: 0px !important;
   }

   .phone-img {
     bottom: -136px !important;
     right: -27% !important;
   }

   .header_title_conten {
     padding-top: 0 !important;
   }

   .header_title {
     padding-left: 0px !important;
   }

   .section-heading {
     margin-bottom: 26px !important;
   }

   .nav-brand {
     margin-right: 0px !important;
   }
   .hedaer_img{
     display: none!important;
   }


   .phone-img {
     display: none !important;
   }
 }