.jumbotron-100vh {
     height: 100vh;
     display: grid;
     align-items: center;
}
.text-gray {
     color: #707070;
}

.font-70 {
     font-size: 4.375rem;
     font-weight: 900;
}

.font-12{
     font-size: 12px;
}

.font-18 {
     font-size: 1.125rem;
}

.img-500 {
     width: 400px;
}

.home-anchor {
     text-decoration: none;
     color: #282828;
     font-weight: 600;
}

.footer-linear {
     position: relative;
     background: linear-gradient(to right, #F5F5F5 0%, #F5F5F5 26%, #201751 26%, #201751 100%);
}

.footer-linear::after{
     content: '';
     background-image: url(../images/footer-bg.png);
     background-repeat: no-repeat;
     background-position: right center;
     position: absolute;
     width: 74%;
     height: 100%;
     bottom: 0;
     right: 0;
     max-height: 50vh;
}

.footer-para {
     background-image: url(../images/footer.svg);
     background-repeat: no-repeat;
     background-position: bottom center;
     background-size: contain;
}

.img-250 {
     max-width: 250px;
}

.footer-list {
     padding-left: 0px;
     margin-bottom: 0px;
     list-style: none;
     margin-top: 20px;
}

.footer-list li {
     margin-bottom: 10px;
}

.footer-list li a {
     text-decoration: none;
     color: #ffffff !important;
}

.horizontal-footer-list {
     padding-left: 0px;
     margin-bottom: 0px;
     list-style: none;
     margin-top: 20px;
}

.horizontal-footer-list li {
     display: inline-block;
     margin-right: 15px;
}

.footer-copyright {
     background-image: url(../images/footer.svg);
     background-position: center center;
     padding: 20px 0px;
}

.footer-copyright p {
     margin-bottom: 0px;
}

@media screen and (min-width: 250px) and (max-width: 768px) {
     .img-300 {
          max-width: 100%;
     }

     .font-70 {
          font-size: 1.875rem;
          font-weight: 900;
          padding-top: 2.5rem;
     }

     .mob-text-center {
          text-align: center;
     }

     .img-500 {
          width: 250px;
     }

     .mt-5 {
          margin-top: 1.5rem !important;
     }

     .footer-linear {
          position: relative;
          background: linear-gradient(to bottom, #F5F5F5 0%, #F5F5F5 38%, #201751 38%, #201751 100%)
     }
     
     .footer-linear::after{
          content: '';
          background-image: url(../images/footer-bg.png);
          background-repeat: no-repeat;
          background-position: center center;
          position: absolute;
          width: 100%;
          height: 100%;
          bottom: -5.5rem;
          right: 0;
     }

     .responsive-mt-40{
          margin-top: 20px;
     }

     .mob-text-center{
          text-align: center;
          margin-top: 20px;
     }

     .horizontal-footer-list li{
          margin-right: 5px;
     }

     .font-18{
          font-size: 15px !important;
     }

     .footer-list li a{
          font-size: 12px;
     }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
     .footer-linear {
          position: relative;
          background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 32.5vw, #201751 32.5vw, #201751 100%);
     }

     .footer-linear::after {
          content: "";
          background-image: url(../images/footer-bg.png);
          background-repeat: no-repeat;
          background-position: right center;
          position: absolute;
          width: 100vw;
          height: 40vh;
          bottom: -5.5rem;
          right: 0px;
     }
     

     .responsive-mt-40 {
          margin-top: 40px;
          padding-bottom: 30px;
     }
}

@media screen and (min-width: 770px) and (max-width: 1024px) {
     .footer-linear {
          position: relative;
          background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 25.5vw, #201751 25.5vw, #201751 100%);
     }

     .footer-linear::after {
          content: "";
          background-image: url(../images/footer-bg.png);
          background-repeat: no-repeat;
          background-position: right center;
          position: absolute;
          width: 68vw;
          height: 40vh;
          bottom: -10rem;
          right: 0px;
     }

     .responsive-mt-40 {
          margin-top: 40px;
     }

     .img-250{
          max-width: 200px;
     }
}

@media screen and (min-width: 1026px) and (max-width: 1369px) {
     .footer-linear {
          position: relative;
          background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 28.5vw, #201751 28.5vw, #201751 100%);
     }

     .footer-linear::after {
          content: "";
          background-image: url(../images/footer-bg.png);
          background-repeat: no-repeat;
          background-position: right center;
          position: absolute;
          width: 68vw;
          height: 40vh;
          bottom: -2rem;
          right: 0px;
     }
}

@media screen and (min-width: 1370px) and (max-width: 1920px) {
     .footer-linear {
          position: relative;
          background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 26.5vw, #201751 26.5vw, #201751 100%);
     }

     .footer-linear::after {
          content: "";
          background-image: url(../images/footer-bg.png);
          background-repeat: no-repeat;
          background-position: right center;
          position: absolute;
          width: 73vw;
          height: 40vh;
          bottom: -1.5rem;
          right: 0px;
     }
}
