@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap";

* {
    margin: 0;
    padding: 0;
    color: #222529;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
}

:root {
    --header-height: 64px;
    --leaderboad-banner-height: 0px;
    --landing-module-padding: 120px;
}

.container-fluide {
    padding: 0 20px;
}

.header-main {
    position: fixed;
    top: var(--top-banner-height, 0);
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    height: var(--header-height);
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
}
main{
    padding-top: var(--header-height);
}

.hidden-bar{
    overflow: hidden;
}

.header-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .right-sidebar .menu-icon{
    position: relative;
    display: none;
    width: 32px;
    height: 32px;
    padding: 4px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
}
.header-right .right-sidebar .menu-icon span{
    position: absolute;
    left: 4px;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    opacity: 1;
    transition: .25s ease-in-out;
    transform: rotate(0);
}

.header-right .right-sidebar .menu-icon span:nth-of-type(1){
    top: 6px;
    transform-origin: 3px 0;
}
.header-right .right-sidebar .close-icon span:nth-of-type(1){
    top: 7px;
    left: 6px;
    width: 89%;
    transform: rotate(45deg);
}
.header-right .right-sidebar .menu-icon span:nth-of-type(2){
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}
.header-right .right-sidebar .close-icon span:nth-of-type(2){
    width: 0%;
    opacity: 0;
}
.header-right .right-sidebar .menu-icon span:nth-of-type(3){
    bottom: 4px;
    transform: translateY(-100%);
    transform-origin: 0 3px;
}
.header-right .right-sidebar .close-icon span:nth-of-type(3){
    top: 24px;
    left: 7px;
    width: 89%;
    transform: rotate(-45deg);
}

.header-right .right-sidebar .header-menu{
    position: fixed;
    top: var(--header-height);
    right: 0;
    z-index: 9;
    box-sizing: border-box;
    width: 0;
    height: calc(100vh - var(--header-height));
    padding: 15px 20px 20px;
    overflow-y: auto;
    background: #fff;
    border-left: 1px solid rgba(0,0,0,.10);
    visibility: hidden;
    transition: all ease .3s;
    transform: translate(100%);
}

.header-right .right-sidebar .header-menu .first-ai-sidebar-btn{
    display: none;
    width: 100%;
    text-align: center;
}
.header-right .right-sidebar .header-menu .ai-btns {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.header-right .right-sidebar .show-sidebar{
    width: 300px;
    visibility: visible;
    transform: translate(0);
}

.header-right .right-sidebar .header-nav-bar li{
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.header-right .right-sidebar .header-nav-bar li:first-child{
    padding-top: 0;
}
.header-right .right-sidebar .header-nav-bar li:last-child{
    border-bottom: none;
}

.header-right .right-sidebar .header-nav-bar li a{
    font-size: 15px;
}

@media (max-width: 992px) {
    .header-left .header-nav{
        display: none;
    }
    .header-right{
        gap: 10px;
    }
    .header-right .right-sidebar .menu-icon{
        display: block;
    }
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.header-logo {
    display: block;
    width: 150px;
    margin-right: 40px;
}

.header-logo img{
    width: 100%;
    margin-bottom: 5px;
}

.header-nav {
    display: flex;
    gap: 30px;
    height: 100%;
    align-items: center;
}

.header-nav li a {
    color: #222529;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    background: #222529;
    border:1px solid #222529;
    cursor: pointer;
    transition: all ease-in-out .3s;
}
.btn:hover {
    background: #454545;
    border-color: #454545;
}

.btn span {
    color: #ffffff;
}
.upload-section, .why-choose-us, .processing-section{
    position: relative;
    padding: 0px 0 80px;
    z-index: 1;
}
/* #628bad12 */
.upload-section::before, .why-choose-us::before, .processing-section::before{
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, rgba(238, 238, 252, 0) 0%, #f6f7f9 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.how-it-works, .loader-loading{
    border-bottom: 1px solid #EDECEE;
}
.loader-loading{
    padding-bottom: 60px;
}
@media (max-width:768) {
    .loader-loading{
        padding-bottom: 40px;
    }
}
.upload-section {
    width: 100%;
    padding: 40px 120px 80px;
}

.banner-container {
    max-width: 960px;
}

.banner-content .add-content-wide-skyscraper {
    margin: 0;
}

.banner-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-headings h1 {
    font-size: 40px;
    color: #222529;
    text-align: center;
}

.banner-headings p {
    padding-top: 8px;
    padding-bottom: 32px;
    color: #7f8792;
    text-align: center;
}

.upload-box {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 48px 2px #00000014;
    transition: all 0.1s;
    max-width: 600px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
}
@media (max-width: 576px){
   .upload-box{
    height: 110px;
   }
}
.gbl-uploaded-image:has(img){
    max-width: 600px;
    max-height: 300px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
}

.gbl-uploaded-image img{
    max-width: 100%;
    max-height: 300px;
    border-radius: 20px;
    object-fit: contain;
}

.upload-box-inner {
    width: 100%;
    height: 100%;
    padding: 12px;
    cursor: pointer;
}

.upload-box-inner-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px dashed #0003;
    border-radius: 8px;
    justify-content: center;
    position: relative;
}

.upload-box-inner-border .upload-box-label {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-box-label span {
    background-color: #4c7191;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: block;
    transition: all ease-in-out .3s;
}

.upload-box-label span:hover{
    background-color: #004f93;
}

.uploaded-text{
    font-size: 15px;
    color: #4c535c;
}

.uploaded-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.upload-box-inner-border input {
    display: none;
}

.section-title {
    padding: 64px 120px 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-title h2 {
    color: #222529;
    font-size: 36px;
    text-align: center;
}

.section-title p {
    color: #7f8792;
    text-align: center;
    padding-top: 9px;
    max-width: 960px;
    margin: 0 auto;
}

.section-content {
    padding: 0 120px 80px;
}

.steps {
    display: flex;
    justify-content: center;
    max-width: 996px;
    margin: 0 auto;
    /* padding-bottom: 64px; */
}

.step-content {
    width: calc((100% - 40px) * 0.4);
}

.step-list-item {
    position: relative;
    padding: 15px 24px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.1s;
}

.step-list-item.active {
    background-color: #f6f7f9;
    position: relative;
}

.step-list-item.active::before {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #222529;
    top: 0;
    bottom: 0;
    left: 0;
}

.step-list-item.active p {
    height: auto;
}

.step-list-item.active h3 {
    color: #222529;
}

.step-list-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #7f8792;
    transition: all 0.2s;
}

.step-list-item p {
    margin-top: 8px;
    overflow: hidden;
    font-size: 15px;
    color: #4c535c;
    transition: all 0.2s;
    height: 0;
}

.step-image {
    flex: 1;
    margin-left: 40px;
}
.step-image-item{
    display: none;
    height: 350px;
    align-items: center;
    justify-content: center;
}
.step-image-item.active {
    display: flex;
}

.step-image img {
    max-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 576px) {
    .step-image-item {
        max-width: 250px;
        max-height: 250px;
    }
}
.hit-btn-block {
    padding: 32px 0 0 24px;
}

.wcu-container {
    display: grid;
    grid-template-areas: "item1 item2 item3";
    gap: 64px;
    max-width: 1200px;
    margin: 0 auto;
    /* padding-bottom: 64px; */
}
.wcu-1{
    grid-area: item1;
}
.wcu-2{
    grid-area: item2;
}
.wcu-3{
    grid-area: item3;
}

.wcu-card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
}

.wcu-card .icon {
    width: 64px;
    height: 64px;
}

.wcu-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wcu-card .card-title{
    margin-top: 24px;
}
.card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color-primary);
    text-align: center;
}
.wcu-card .card-desc p{
    margin-top: 8px;
}
.card-desc p {
    font-size: 14px;
    color: #4c535c;
    text-align: center;
}

.faq-item {
    padding: 26px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.faq-item.active .faq-item-a {
    height: auto;
}

.faq-close {
    display: none;
}

.faq-item.active .faq-close {
    display: block;
}

.faq-item.active .faq-expand {
    display: none;
}

.faq-item-q {
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-item-q h3 {
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    color: #222529;
}

.faq-list {
    max-width: 960px;
    margin: 0 auto;
    /* padding-bottom: 64px; */
}

.faq-item-a {
    height: 0;
    transition: all 0.2s;
    overflow: hidden;
}

.faq-item-a p {
    padding-top: 20px;
    color: #4c535c;
}

footer {
    background: #0e0e0e;
    color: #fff;
}

.footer-main {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.footer-logo {
    display: block;
    width: 150px;
    margin-right: 40px;
}

.footer-logo img{
    width: 100%;
}

footer a,
footer p {
    color: #fff;
}

footer ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

footer ul li {
    color: inherit;
    position: relative;
    padding: 0 10px;
}

footer ul li::before {
    content: "";
    background: #fff;
    height: 14px;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 50%;
    opacity: 0.4;
    transform: translateY(-50%);
}

footer ul li:last-child::before {
    height: 0;
    width: 0;
}

.footer-copy-right p{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 64px;
    padding: 0 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}
@media (max-width: 768px) {
    .footer-main {
        padding: 25px 20px;
    }

    .footer-logo {
        width: 150px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    footer ul {
        justify-content: center;
        gap: 15px;
    }

    footer ul li {
        padding: 0 8px;
    }

    .footer-copy-right p {
        font-size: 12px;
        padding: 10px 20px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 25px 20px;
        gap: 0px;
    }

    .footer-logo {
        width: 150px;
    }

    footer ul {
        flex-direction: column;
        gap: 10px !important;
        align-items: center;
    }

    footer ul li {
        padding: 5px 0;
        font-size: 15px;
    }

    .footer-copy-right p {
        font-size: 12px;
        padding: 10px 10px;
        height: auto;
        text-align: center;
    }
    footer ul li::before {
        content: "";
        background: #fff;
        height: 0px;
        width: 0px;
        position: absolute;
        right: -10px;
        top: 50%;
        opacity: 0.4;
        transform: translateY(-50%);
    }
}
.d-flex {
    display: flex;
}

.upload-box-main {
    justify-content: center;
    /* padding: 20px 0; */
    flex-direction: column;
}

.banner-content {
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.upload-box-main .ad-box {
    margin: 0;
}

.ad-box {
    background-color: #f0f0f0;
    /* Optional for styling */
    text-align: center;
    margin: 0 auto;
    /* Center the box */
}

.add-content-leaderboad {
    width: 100%;
    max-width: 728px;
    height: 90px;
}

.add-content-small-square {
    width: 100%;
    max-width: 200px;
    height: 200px;
}

.add-content-wide-skyscraper {
    width: 100%;
    max-width: 160px;
    height: 600px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}
.container-policy{
    max-width: 1080px;
    margin: auto;
    display: flex;
}
.policy-container{
    margin: 25px;
    padding: 25px;
    margin: auto;
    max-width: 780px;
}
.policy-container ol{
    padding-left: 15PX;
}
.policy-container .sub-headings{
    font-weight: 600;
}
.policy-container .sub-list{
    list-style:disc;
    margin-left: 25px;
}
.policy-container p, .policy-container li {
    color: #222529 !important;
    font-size: 14px !important;
    margin: 14px 0;
}
.ad-box-sticky {
    position: sticky;
    top: 170px;
    z-index: 8;
}
@media (min-width: 767px){
    .is-mobile{
        display: none !important;
    }
    .is-not-mobile{
        display: block !important;
    }
}
@media (max-width: 768px) {
    .add-content-leaderboad {
        width: 100%;
        height: 50px;
    }
    .section-content .security-data .security-left p{
        margin-bottom: 0 !important;
    }
    .upload-section, .why-choose-us{
        padding: 20px 0 60px;
    }
    .is-mobile{
        display: block !important;
    }
    .is-not-mobile{
        display: none !important;
    }
}

@media (max-width: 1280px) {
    .upload-section {
        padding: 40px 60px 60px;
    }
    .section-title{
        padding: 50px 60px 32px;
    }
    .section-content{
        padding: 0 60px 64px;
    }
}

@media (max-width: 992px) {
    .banner-content .add-content-wide-skyscraper {
        display: none;
    }
    .banner-headings h1 {
        font-size: 32px;
    }
    .steps{
        flex-direction: column;
        gap: 40px;
        margin: 0 auto;
    }
    .step-content{
        max-width: 560px;
        width: 100%;
        order: 2;
        margin: 0 auto;
    }

    .step-image{
        order: 1;
        max-width: 560px;
        margin: 0 auto;
    }

    .wcu-container{
        grid-template-areas: 'item1 item2' 'item3 item3';
    }

    .wcu-3{
        width: 50%;
        margin: 0 auto;
    }

    .section-content .security-data{
        grid-template-columns: 1fr 200px !important;
    }
}

@media (max-width: 768px) {
    .upload-section {
        padding: 30px 20px 60px;
    }
    .banner-headings p{
        padding-bottom: 20px;
    }
    .section-title{
        padding: 40px 20px 32px;
    }
    .section-content{
        padding: 0 20px 50px;
    }
    .banner-headings h1 {
        font-size: 27px;
    }
    .section-title h2{
        font-size: 25px;
    }
    .image-gallery .image-gallery-top{
        grid-template-columns: 1fr !important;
    }
    .section-content .security-data{
        grid-template-columns: 1fr !important;
    }

    .call-to-action .section-content .footer-card h2{
        font-size: 30px !important;
    }

}

@media (max-width: 676px) {
    .wcu-container{
        gap: 25px;
        grid-template-areas: 'item1' 'item2' 'item3';
    }
    .wcu-3{
        width: 100%;
    }
    .header-right .first-ai-btn{
        display: none;
    }

    .first-ai-sidebar-btn{
        display: block !important;
    }
}

@media (max-width: 576px) {
    .call-to-action .section-content .footer-card{
        padding: 40px !important;
    }
}

@media (max-width: 425px) {
    .call-to-action .section-content .footer-card{
        padding: 30px !important;
    }
}

.padding-b-0{
    padding-bottom: 0;
}

/* image gallery section */

.image-gallery-content{
    max-width: 960px;
    margin: 0 auto;
}
.image-gallery{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.image-gallery .image-gallery-top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
    height: 100%;
}

.image-gallery .image-gallery-top .img-1,.image-gallery .image-gallery-top .img-2{
    display: flex;
    width: 50%;
    height: 100%;
    border-radius: 20px;
}

.image-gallery .image-gallery-bottom{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.image-gallery .image-gallery-top img,.image-gallery .image-gallery-bottom img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.border-right-0{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 1px solid rgba(255,255,255,0.35) !important;
}

.border-left-0{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* image gallery section end */
.processing {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 50px;
}

.processing div {
    display: block;
    position: absolute;
    animation: processing 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 4px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    margin: 4px;
    height: 50px;
    width: 50px;
}

.processing div:nth-child(1) {
    animation-delay: -0.45s;
}

.processing div:nth-child(2) {
    animation-delay: -0.3s;
}

.processing div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes processing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.processing div {
    border-color: #003b6e transparent transparent transparent;
}
/* .processing p{
    color: #222529 !important;
    font-size: 35px !important;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.processing-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.gbl-image-ready{
    margin-top: 10px;
    text-align: center;
}
.processing-box p{
    font-size: 15px;
    text-align: center;
    color: #4c535c;
}
.legal-container {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 64px;
    flex-wrap: wrap;
}

.legal-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.33% - 34px);
}
.legal-card .card-title{
    margin-bottom: 12px;
}
@media (max-width:1200px) {
    .legal-container {
        gap: 30px;
    }
    .legal-card {
        width: calc(33.33% - 20px);
    }
}
@media (max-width:992px) {
    .legal-container {
        gap: 20px;
    }
    .legal-card {
        width: calc(50% - 10px);
    }
}
@media (max-width:992px) {
    .legal-card {
        width: 100%;
    }
}
.link-text{
    text-align: center;
    display: block;
    margin-top: 12px;
    font-weight: 500;
    text-decoration: underline;
}
button.disabled {
    background-color: rgb(34, 37, 41);
    color: white;
    cursor: not-allowed;
    opacity: 0.6;
}

.section-content .security-data{
    padding: 30px;
    border-radius: 20px;
    gap: 30px;
    border: 1px solid rgba(0,0,0,.10);
    display: grid;
    grid-template-columns: 1fr 300px;
    max-width: 960px;
    margin: 0 auto;
}

.section-content .security-data .security-left h2{
    margin-bottom: 16px;
}
.section-content .security-data .security-left p{
    font-size: 14px;
    margin-bottom: 30px;
}
/* .section-content .security-data .security-left a{
    text-align: center;
} */
.section-content .security-data .security-right ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: 100%;
}
.section-content .security-data .security-right ul li{
    display: flex;
    gap: 15px;
    align-items: center;
}
.section-content .security-data .security-right ul li p{
    font-weight: 600;
}
.call-to-action{
    padding-top: 64px;
}
.call-to-action .section-content .footer-card{
    max-width: 960px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
    background: linear-gradient(0deg, #628bad, #003b6e);
    border-radius: 20px;
}

.call-to-action .section-content .footer-card h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: white;
}

.call-to-action .section-content .footer-card p{
    margin-bottom: 20px;
    color: white;
}

.call-to-action .section-content .footer-card a{
    color: #ffffff;
}
.call-to-action .section-content .footer-card .try-btn-call-action{
    background: white;
    color: #222529;
    border-color: #fff;
}

.call-to-action .section-content .footer-card .try-btn-call-action:hover{
    background: #d7ecff;
    border-color: #d7ecff;
}

.loader-loading .process-steps{
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.loader-loading .process-steps h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.loader-loading .process-steps .description{
    margin-bottom: 25px;
}

.loader-loading .process-steps ul li{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.loader-loading .process-steps ul li svg{
    flex: 0 0 20px
}
.d-none{
    display: none;
}
.d-flex{
    display: flex;
}

.disabled {
    pointer-events: none;  /* Prevents clicking */
    opacity: 0.5;          /* Makes it look faded */
    cursor: not-allowed;   /* Shows a "not allowed" cursor */
}
.btn-inline{
    text-align: left;
    margin-top: 0;
}
.section-first{
    padding-top: 40px;
}

@media (max-width: 768px) {
    .section-first{
        padding-top: 30px;
    }
}
@media (max-width: 992px){
	.policy-container h1 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
	.policy-container h1 {
        font-size: 27px;
    }
}

@media (max-width: 576px) {
    .desktop-content {
      display: none;  
    }
    .mobile-content {
      display: block; 
    }
  }
  @media (min-width: 576px) {
    .desktop-content {
      display: block; 
    }
    .mobile-content {
      display: none;  
    }
  }
  
  .btn-loader{
    position: relative;
    padding-left: 32px !important;
}
.btn-loader::before {
    content: "";
    position: absolute;
    top: 50%; 
    left: 10px;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    border-left-color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
    animation: btnLoader 0.6s infinite linear;
}
.gbl-start-over{
    margin-left:5px;
}
.mr-1{
    margin-right: 10px;
}
.policy-links {
    color: #003b6e;
}