html,body {
    margin:0px;
    padding:0px;
    width: 100%;
    overflow-x: hidden;
    overflow-x: initial !important;
}
.privacy-p a {
    color: #fff;
}
.comp-info-p a {
    color: #fff;
}

@media only screen and (min-width: 1201px) {


  .footer-row-mobile{
    display: none !important;
  }

  .copyrighted-text{
    display: none;
  }

footer{
  height: 316px;
  background-color: #0066c87d;
}

.footer-row{
  height: 316px;
  background: url('img/svg-1.png');

    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 13px 68px;
}

.logo-copyright-text{
  align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 156px;
    min-height: 267px;
    width: 20%;
}

.logo-copyright-text img{
  height: 80px;
    min-width: 177.41px;
    object-fit: cover;
    position: relative;
}

.logo-copyright-text p{
      letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
  
    color: #FFFFFF;
    font-family:  "Inter", Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.company-info-container{
      align-items: flex-start;
    align-self: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 8.0px;
    padding-left: 10%;
    min-height: 248px;
    width: 25%;

}

.comp-info-p {
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: font-style;
    font-weight: 600;
}


.comp-info-loc{
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    margin-top: 84px;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}


.comp-info-email{
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.privacy-container{
        align-items: flex-start;
    align-self: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 8.0px;
    min-height: 248px;
    width: 20%;
    padding-left: 5%;
}

.privacy-p{
    letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: font-style;
    font-weight: 900;
}


.social-icons{
        align-items: flex-start;
    display: flex;
    margin-bottom: 8.0px;
    padding-left: 5%;
    width: 30%;
}

.social-icons img{
  width: 52px;
  height: 52px;
  
}
.social-icons a {
    margin-left: 15%;
}
}


/* Next Large Laptops Screen */


@media (min-width: 993px) and (max-width: 1200px){

  .footer-row-mobile{
    display: none !important;
  }


  .copyrighted-text{
    display: none;
  }

/* Navbar CSS */

footer{
  height: 316px;
  background-color: #0066c87d;
}

.footer-row{
  height: 316px;
  background: url('img/svg-1.png');

    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 13px 68px;
}

.logo-copyright-text{
  align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 156px;
    min-height: 267px;
    width: 20%;
}

.logo-copyright-text img{
  height: 80px;
    min-width: 177.41px;
    object-fit: cover;
    position: relative;
}

.logo-copyright-text p{
      letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;

    color: #FFFFFF;
    font-family:  "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.company-info-container{
      align-items: flex-start;
    align-self: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 8.0px;
    padding-left: 10%;
    min-height: 248px;
    width: 25%;
}

.comp-info-p {
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: bold;
    font-weight: 900;
}

.comp-info-loc{
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    margin-top: 84px;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.comp-info-email{
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.privacy-container{
        align-items: flex-start;
    align-self: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 8.0px;
    min-height: 248px;
    width: 20%;
    padding-left: 5%;
}

.privacy-p{
    letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: bold;
    font-weight: 900;
}

.social-icons{
        align-items: flex-start;
    display: flex;
    margin-bottom: 8.0px;
    padding-left: 5%;
    width: 30%;
}

.social-icons img{
  width: 52px;
  height: 52px;
  margin-left: 15%;
}

  }



  /* Next Smaller Size Laptops and Screen */


@media (min-width: 769px) and (max-width: 992px){


  .footer-row-mobile{
    display: block;
  }
  
  .copyrighted-text{
    display: none;
  }
/* Mobile Menu Dropdown */

footer{
  height: 316px;
  background-color: #0066c87d;
}

.footer-row{
  display: none;
}

.footer-row-mobile{
      height: 375px;
    background: url('img/svg-1.png');
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 13px 68px;
    flex-direction: column;
}

.footer-row-mobile-inner{
        height: 290px;
    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 35px 0px 0px 10px;
}

.logo-copyright-text{
  align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 290px;
    width: 20%;
}

.logo-copyright-text img{
  height: 80px;
    min-width: 177.41px;
    object-fit: cover;
    position: relative;
}

.logo-copyright-text p{
      letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;

    color: #FFFFFF;
    font-family:  "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.company-info-container{
      align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 12%;
    min-height: 290px;
    width: 30%;
}

.comp-info-p {
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: bold;
    font-weight: 900;
}

.comp-info-loc{
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    margin-top: 84px;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.footer-end-text{
  display: flex;

}

.comp-info-email{
  letter-spacing: 0;
    line-height: 20.8px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5%;
}

.copyrighted-text-p{
  letter-spacing: 0;
    line-height: 20.8px;
    position: relative;
    text-align: left;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

.privacy-container{
        align-items: flex-start;
    align-self: left;
    display: flex;
    flex-direction: column;
    min-height: 290px;
    width: 30%;
    padding-left: 5%;
    justify-content: space-between;
}

.privacy-p{
    letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: bold;
    font-weight: 900;
}

.social-icons{
        align-items: flex-start;
    display: flex;
    margin-bottom: 8.0px;
    padding-left: 5%;
    width: 30%;
}

.social-icons img{
  width: 52px;
  height: 52px;
}

.social-icons a:nth-child(2){
  margin-left: 40%;
}

.social-icons a:nth-child(3){
  margin-left: 40%;
}

  }



  /* Tablets Screens */

  @media (min-width: 481px) and (max-width: 768px){


  .footer-row-mobile{
    display: block;
  }

/* Mobile Menu Dropdown */
footer{
  height: 290px;
  background-color: #0066c87d;
}

.footer-row{
  display: none;
}

.footer-row-mobile{
      height: 290px;
    background: url('img/svg-1.png');
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
}

.footer-row-mobile-inner{
        height: 200px;
    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 35px 0px 0px 10px;
}

.logo-copyright-text{
  align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    width: 20%;
}

.logo-copyright-text img{
  height: 50px;
    min-width: 120px;
    object-fit: cover;
    position: relative;
}

.logo-copyright-text p{
      letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;

    color: #FFFFFF;
    font-family:  "Inter", Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.company-info-container{
      align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    min-height: 200px;
    width: 30%;
}

.comp-info-p {
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 12px;
    font-style: bold;
    font-weight: 700;
}

.comp-info-loc{
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    margin-top: 84px;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.footer-end-text{
  display: flex;

}

.comp-info-email{
  letter-spacing: 0;
    line-height: 20.8px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5%;
}

.copyrighted-text-p{
  letter-spacing: 0;
    line-height: 20.8px;
    position: relative;
    text-align: left;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

.privacy-container{
        align-items: flex-start;
    align-self: left;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    width: 30%;
    padding-left: 5%;
    justify-content: space-between;
}

.privacy-p{
    letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 12px;
    font-style: bold;
    font-weight: 700;
}

.social-icons{
        align-items: flex-start;
    display: flex;
    margin-bottom: 8.0px;
    padding-left: 5%;
    width: 30%;
}

.social-icons img{
  width: 30px;
  height: 30px;
}

.social-icons a:nth-child(2){
  margin-left: 40%;
}

.social-icons a:nth-child(3){
  margin-left: 40%;
}

  }




  /* Small Device and Mobiles */

  @media (max-width: 480px){


  .footer-row-mobile{
    display: block;
  }
/* Mobile Menu Dropdown */
footer{
  height: 250px;
  background-color: #0066c87d;
}

.footer-row{
  display: none;
}

.footer-row-mobile{
      height: 250px;
    background: url('img/svg-1.png');
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
}

.footer-row-mobile-inner{
        height: 170px;
    align-items: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 35px 0px 0px 0px;
}

.logo-copyright-text{
  align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    width: 20%;
}

.logo-copyright-text img{
  height: 40px;
    min-width: 80px;
    object-fit: cover;
    position: relative;
    margin-left: -5px;
}

.logo-copyright-text p{
      letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;

    color: #FFFFFF;
    font-family:  "Inter", Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.company-info-container{
      align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    min-height: 170px;
    width: 30%;
}

.comp-info-p {
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 10px;
    font-style: bold;
    font-weight: 700;
}

.comp-info-loc{
  letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    margin-top: 84px;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.footer-end-text{
  display: flex;

}

.comp-info-email{
  letter-spacing: 0;
    line-height: 20.8px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5%;
}

.copyrighted-text-p{
  letter-spacing: 0;
    line-height: 20.8px;
    position: relative;
    text-align: left;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
  }

.privacy-container{
        align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 170px;
    width: 30%;
    padding-left: 5%;
    justify-content: space-between;
}

.privacy-p{
    letter-spacing: 0;
    line-height: 20.8px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    text-decoration: underline;

    color: #FFFFFF;
    font-family: "Inter", Helvetica;
    font-size: 10px;
    font-style: bold;
    font-weight: 700;
}

.social-icons{
        align-items: flex-start;
    display: flex;
    margin-bottom: 8.0px;
    padding-left: 5%;
    width: 30%;
}

.social-icons img{
  width: 20px;
  height: 20px;
}

.social-icons a:nth-child(2){
  margin-left: 40%;
}

.social-icons a:nth-child(3){
  margin-left: 40%;
}

  }
