.footer-main {
  background: linear-gradient(107.92deg, #2d3077 3.46%, #051e47 100%);
  padding: 60px 100px;
}
.footer-top-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-top-section .footer-img-div {
  margin-right: 20px;
}
.footer-top-section .footer-text-info {
  margin-top: 20px;
  color: #fff;
}
.footer-a-link {
  color: white;
}
.footer-icon-div {
  width: 97px;
  height: 98px;
}
.footer-icon-div img {
  height: 100%;
}
.footer-a-link :hover {
  color: white;
  text-decoration: none;
}
.footer-text-info h1 {
  font-size: 48px;
}
.icon-span {
  margin-left: 0px;
  margin-right: 40px;
}
i {
  margin-right: 11px;
}
.footer-middle-section {
  padding: 60px 44px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
.middle-footer-icons {
  display: flex;
  width: 300px;
}
.middle-footer-icon1 {
  display: flex;
  width: 250px;
}
.middle-info-text {
  margin-top: 20px;
  margin-left: 20px;
}
.middle-info-text p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.middle-info-text h6 {
  font-size: 17px;
}
.footer-bottom-section {
  padding-top: 60px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.socials-icons {
  display: flex;
  gap:5px;
}
.social-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon .utubeLogo1 {
  height: 30px;
}
.hr-social {
  width: 110px;
  border: 0.5px solid #7e7e7e;
  margin: 40px 30px 30px;
}
.bottom-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  background: rgb(115, 124, 157);
  color: white;
}
.bottom-footer p {
  margin: 4px 30px;
}
.Social-reference {
  margin-top: 25px;
}
.utubeLogo{
  height: 20px;
  width: 30px;
}
.footer-text-info p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

/*Media Quries*/
@media screen and (max-width: 599px) {
  .footer-main {
    background: linear-gradient(107.92deg, #2d3077 3.46%, #051e47 100%);
    padding: 60px;
  }
  .footer-text-info h1 {
    font-size: 20px;
  }
  .footer-text-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .icon-span {
    font-size: 13px;
  }
  .footer-middle-section {
    justify-content: left;
    text-align: left;
  }
  .middle-footer-icons {
    margin-top: 30px;
    display: flex;
    width: 150px;
  }
  .middle-footer-icon1 {
    width: 150px;
    display: flex;
/*    margin-left: 12px;*/
  }
  .footer-icon-div {
    width: 100%;
  }
  .middle-info-text {
/*    margin-left: 0;*/
  }
/*  .bottom-footer {
    padding: 10px;
  }*/
  .bottom-footer p {
    margin: 0;
  }

  .bottom-footer {
  display: block;
  text-align: center;
  background: rgb(115, 124, 157);
  color: white;
}

 .social-icon {
  width: 45px;
  height: 45px;

}

.middle-info-text p {

  font-size: 13px;
  line-height: 15px;

}

.middle-info-text h6 {
  font-size: 12px;
}
.footer-main {
  padding: 20px 40px !important;
}
}
/*@media screen and (max-width: 768px){
  .bottom-footer-align{
   display:   block;
  }
  }*/
  @media (min-width: 599px) and (max-width: 992px){
    .footer-main{
      padding: 60px 40px;
    }
    .footer-middle-section{
      padding: 0;
    }
    .middle-footer-icon1{
      margin: 20px 62px 20px 20px;
    }
    .middle-footer-icons{
      margin: 20px;
    }
    .footer-middle-section{
      justify-content: center;
    }
  }



   
   .footer-main {
    padding: 20px 100px ;
      }


.footer-middle-section {
    padding: 20px 44px 0px !important;

}

.hr-social {

    margin: 70px 30px 0px !important;
}

.footer-bottom-section {
    padding-top: 10px !important;

}
footer{
  overflow-x: hidden;
}
.icon-span a{
color:#ffffff; 
text-decoration: none;
}

.hr_line{
 border: 0.5px solid #7e7e7e;
 padding: 0px 60px ;
}
.bottom-footer-align img{
  height: 30px; 
  margin-left: 10px;
}

.footer-text-info .footer-header {
    font-size: 48px;
}

@media screen and (max-width: 599px) {
  .footer-text-info .footer-header {
    font-size: 20px;
  }

  }
