   footer {
       padding: 0px 0px 50px 0px;
       background: #a38929;
       background: linear-gradient(158deg, rgba(163, 137, 41, 1) 0%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 1) 87%, rgba(237, 204, 85, 1) 100%);
       background-image: url(../images/footer-bg.jpg);
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       position: relative;
       overflow: hidden;
   }

   footer::before {
       content: "";
       position: absolute;
       inset: 0;
       background: #0d0c0c;
       background: linear-gradient(157deg, rgba(13, 12, 12, 0.912) 61%, rgba(0, 0, 0, 0.846) 100%);
       z-index: 2;
   }

   footer .ft-img {
       width: 40% !important;
       background-color: #fff;
       margin-bottom: 30px;
   }

   footer .ft-img img {
       width: 100%;
   }

   footer .wave-wrap {
       position: relative;
   }

   footer .wave-svg {
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       width: 100%;
       height: 100px;
       z-index: 10;
       pointer-events: none;
   }


   footer .top-footer .container {
       padding: 0 20px !important;
   }

   footer .top-footer {
       padding: 40px 0px 0px 0px;
       margin: 150px 50px 0px 50px;
       background-color: #000000b8;
       position: relative;
       z-index: 3;
       overflow: visible;
       border-radius: 20px;
       /* box-shadow: rgb(214 164 0 / 76%) 0px 3px 8px; */
   }

   footer .top-footer .footer-box a p {
       font-size: 20px;
       color: #02175f;
       font-weight: bold;
       padding: 2px 0;
   }

   footer .top-footer .footer-box h4 {
       color: #bdfa39;
       font-weight: bold;
       font-size: 18px;
       padding: 5px 0;
       border-bottom: 2px dashed rgb(255, 255, 255);
       display: inline-block;
       margin-bottom: 15px;
   }

   footer .top-footer .footer-box p {
       color: #fff;
       font-size: 18px;
       line-height: 1.3;
       padding: 10px 0;
       text-align: justify;
       border-left: 1px solid #bdfa39;
       padding-left: 5px;
   }

   footer .footer-box .quick-links li {
       padding: 5px 0;
   }

   footer .footer-box .quick-links li i {
       padding-right: 5px;
       color: #fff;
   }

   footer .footer-box .quick-links li a {
       color: #fff;
       font-family: "Jost", sans-serif;
   }

   footer .footer-box .contact-list li {
       padding: 10px 0;
       font-family: "Jost", sans-serif;
   }

   footer .footer-box .contact-list li i {
       padding-right: 8px;
       color: #fff;
   }

   footer .footer-box .contact-list li a {
       color: #fff;
       display: flex;
       font-family: "Jost", sans-serif;
   }

   footer .bottom-footer {
       background-color: #bdfa39;
       padding: 10px 0;
       margin-top: 40px;
       position: relative;
       z-index: 1;
       border-bottom-left-radius: 5px;
       border-bottom-right-radius: 5px;
   }

   footer .bottom-footer p {
       color: #000000;
       text-align: center;
       font-size: 20px;
       font-weight: bold;
   }


   /************ responsive start **********/
   @media (min-width:2001px) and (max-width:3000px) {
       footer .footer-box .quick-links li a {
           font-size: 22px;
       }

       footer .footer-box .contact-list li a {
           font-size: 22px;
       }

       footer .top-footer .footer-box p {
           font-size: 22px;
       }

   }

   /************ mobile responsive **********/
   @media (max-width:900px) {
       footer .top-footer {
           text-align: center;
       }

       footer .foot-icon {
           display: flex;
           justify-content: center;
           align-items: center;
       }

       footer .top-footer {
           padding: 115px 0px 0px 0px;
           margin: 5px;
       }

       footer .disclaimer-FT {
           margin: 5px;
       }

       footer .footer-box .contact-list li a {
           display: block;
       }
   }

   @media (min-width:1200px) and (max-width:1500px) {
       footer .ft-img {
           width: 35% !important;
       }

       footer .top-footer .footer-box p {
           font-size: 16px;
       }

       footer .top-footer .footer-box h4 {
           font-size: 16px;
       }

       footer .footer-box .quick-links li {
           font-size: 13px;
       }

       footer .footer-box .contact-list li {
           font-size: 13px;
       }

       footer .bottom-footer p {
           font-size: 16px;
       }
   }

   @media (min-width:1900px) and (max-width:2500px) {
       footer .ft-img {
           width: 23% !important;

       }
   }