@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#loader-container {
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
#loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}
/* ------- */
.anek-gurmukhi {
  font-family: "Anek Gurmukhi", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
/* ----- */
body {
    height: 100vh;
}
.r-h100 {
    height: 100vh;
}
.content-col {
    background-color: #f9f9f9;
    position: relative;
    display: flex;
    align-items: center;
}
.content {
    padding: 0 10% 10% 10%;
    width: 700px;
}
.logo-ah {
    width: 180px;
    margin-bottom: 16px;
}
.mobile-logo {
    display: none;
}
.content h1 { 
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /* */
    font-size: 40px;
    font-weight: 600;
}
.content p { 
    font-family: "Anek Gurmukhi", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /* */
    font-size: 24px;
}
.image-col {
    background-image: url('img/img-backg-texture.png');
    background-color: #ffffff;
    display: flex;
    align-items: center;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;   
}
.image-col img {
    width: 100%;
}
.btn-cta {
    background-color: #000066;
    color: #ffffff;
    -webkit-box-shadow: 0px 20px 25px -11px rgba(7,5,46,1);
    -moz-box-shadow: 0px 20px 25px -11px rgba(7,5,46,1);
    box-shadow: 0px 20px 25px -11px rgba(7,5,46,1);
}
.btn-cta:hover {
    background-color: #0000a6;
    color: #ffffff;
}
.content-minifooter {
    position: absolute;
    bottom: 40px;
    padding: 0 0 0 10%;
}
.set-foot-img img {
    width: 100%;
    margin-bottom: 8px;
}
.seals-section {
    width: 460px;
}
.disclaimer p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 10px;
    padding-right: 80px;
}

@media (max-width: 992px) {
    /* For mobile phones: */

  }

  @media (max-width: 768px) {
    /* For mobile phones: */
    .logo-ah {
        display: none;
    }
    .mobile-logo {
        width: 100%;
        text-align: center;
        padding-top: 24px;
        margin-bottom: 24px;
        display: inherit;
    }

    .mobile-logo img {
        width: 200px;
    }

    .backg-mobile-color {
        background-color: #EAEAEA;
        padding-top: 24px;
        height: 100%;
    }

    .content {
        padding: 0 8% 0 8%;
        width: 100%;
    }
    
    .content-col {
        background-color: #ffffff;
        display: inline-block;
    }
    .content h1 {
        text-align: center;
        font-size: 32px;
    }
    .content p {
        font-size: 20px;
        text-align: center;
    }
    .seals-section {
        width: 100%;
        margin: auto;
        margin-bottom: 8px;
    }
    .content-minifooter {
        position: inherit;
        bottom: inherit;
        padding: 32px 0 0 0;
        text-align: center;
    }
    .content .btn-cta {
        width: 100%;
        margin-bottom: 0px;
    }
    .set-foot-img {
        text-align: center;
    }
    .set-foot-img img {
        width: 60px;
    }
    .image-col {
        display: block;
        align-items: center;
        background-image: url('img/img-backg-texture.png');
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .product-image {
        margin-bottom: 8px;
    }
    .seal-left {
        text-align: right;
        padding-right: 0;
    }
    .seal-right {
        text-align: left;
        padding-left: 0;
    }

    .disclaimer p {
        padding-right: 0px;
        margin-bottom: 50px;
    }
  }

  @media (max-width: 576px) {
    /* For mobile phones: */

  }

  @media (max-width: 360px) {
    /* For mobile phones: */

  }