 .copyright {
     font-size: 17px;
     background-color: #2666AE!important;
     
     /* padding: 15px 0; */
     text-align: center;
 }

 .copyright span {
     color: #fff;
 }

 .copyright span a {
     color: #fff;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 .copyright span a:hover {
     color: rgb(253, 253, 160);
     /* Light hover color on desktop */
 }

 @media screen and (max-width: 1024px) {
     .copyright {
         background-color: #5C378A !important;
     }

     .copyright span {
         color: white !important;
     }

     .copyright span a:hover {
         color: #AED7F0 !important;
     }
 }
 .second-footer .social-icons li a.prt-social-instagram {
         background: white ;
        border: 1px solid #5C378A;
        color: #2666AE;
    }

    .second-footer .social-icons li a.prt-social-facebook {
        background: white ;
        border: 1px solid #5C378A;
        color: #2666AE;
    }

    .second-footer .social-icons li a.prt-social-instagram:hover {
        background: #A23D8D;
        border: 1px solid white;
        color: white;
    }

    .second-footer .social-icons li a.prt-social-facebook:hover {
        background: #A23D8D;
        border: 1px solid white;
        color: white;
    }

    .second-footer .widget_nav_menu ul li {

        width: 100%;

    }

    .second-footer .visa-consultation .description {
        text-align: center;
        padding-top: 8px;
    }
    .footer .widget-title h3 {
        color:white;
    }
      .footer .widgte-text p {
        color:white;
    }
    .res-767-pb-18 p{
        color:white;
    }
    .footer{
        background: linear-gradient(275deg, #5C378A, #A23D8D);
    }
    .second-footer .enhanced-text-widget p strong a:hover{
         color: rgb(253, 253, 160);
        /* color: 	#AED7F0; */
    }