   footer {
       padding: 0px 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 .ft-img {
       width: 25% !important;
       background-color: #fff;
       border-radius: 10px;
       margin-bottom: 30px;
   }

   footer .ft-img img {
       width: 100%;
   }



   footer .top-footer .container {
       padding: 0 20px !important;
   }

   footer .top-footer {
       background-color: #001d41;
       position: relative;
       z-index: 3;
       overflow: visible;
       border-radius: 20px;
       padding: 50px 0px 0px 0px;
       /* 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 h3 {
       color: #a1daff;
       font-weight: bold;
       font-size: 18px;
       padding: 5px 0;
       border-bottom: 2px dashed rgb(255, 255, 255);
       display: inline-block;
   }

   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 #a1daff;
       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: var(--primary-color);
       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;
   }

   footer .footer-box {
       width: 550px;
       padding-left: 40px;
   }

   .back-to-top {
       position: fixed;
       right: 20px;
       bottom: 20px;
       opacity: 0;
       visibility: hidden;
       transform: translateY(20px);
       transition: all 0.3s ease;
       z-index: 9999;
   }

   .back-to-top.show {
       opacity: 1;
       visibility: visible;
       transform: translateY(0);
   }

   .back-to-top a {
       width: 50px;
       height: 50px;
       background: var(--primary-color);
       color: #09005c;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       text-decoration: none;
       font-size: 18px;
       box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
       transition: all .3s ease;
   }

   .back-to-top a:hover {
       transform: translateY(-5px);
       background: #070068;
       color: #fff;
   }

   .ex_txneed {
       width: 50%;
       margin: auto;
       background-color: azure;
       border-radius: 10px;
       margin-top: 30px;
   }

   .ex_txneed p {
       color: #000000;
       padding: 20px 40px;
       font-size: 18px;
       line-height: 1.5;
   }

   /************ 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;
       }

       .JV_banner .hero-content h1 {
           font-size: 55px;
       }

       .JV_banner #typingText {
           font-size: 45px;
       }

       .JV_banner .hero-content h5 {
           font-size: 28px;
       }

       .JV_banner .hero-content p {
           font-size: 28px;
       }

       .JV_banner .BNer_btn {
           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: 0px 0px 0px 0px;
           margin: 5px;
       }

       footer .disclaimer-FT {
           margin: 5px;
       }

       footer .footer-box .contact-list li a {
           display: block;
       }

       .footer-box .quick-links li {
           padding: 5px 0;
           text-align: center;
       }

       .top-footer .footer-box h4 {
           margin: 20px 0;
       }

       .back-to-top {
           right: auto;
       }
       .ex_txneed{
        width: 100%;
       }
   }

   @media (min-width:1200px) and (max-width:1399px) {
       footer .top-footer .footer-box p {
           font-size: 14px;
       }

       footer .footer-box {
           width: 425px;
       }

       footer .top-footer .footer-box h4 {
           font-size: 15px;
       }

       footer .footer-box .quick-links li a {
           font-size: 14px;
       }

       footer .footer-box .contact-list li a {
           font-size: 14px;
       }

       footer .bottom-footer p {
           font-size: 16px;
       }
   }




   @media (min-width:1901px) and (max-width:3000px) {
       footer .top-footer .footer-box p {
           font-size: 22px;
           line-height: 1.5;
       }

       footer .top-footer .footer-box h4 {
           font-size: 22px;
       }

       footer .footer-box .quick-links li a {
           font-size: 20px;
       }

       footer .footer-box ul {
           padding-top: 10px;
       }

       footer .bottom-footer p {
           font-size: 22px;
       }

       footer .bottom-footer {
           padding: 15px 0;
       }
   }

   @media (max-width:990px) {
       footer .footer-box {
           width: 100%;
           padding-left: 0px;
       }

       footer .ft-img {
           width: 35% !important;
           margin: auto;
           margin-top: 20px;
           background-color: #fff;
       }

       footer .bottom-footer p {
           font-size: 15px;
       }
   }