:root{
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
@font-face{
    font-family:'Geneva';
    font-style:normal;
    font-weight:300;
    src:url(../fonts/geneva/GENEVA.woff) format('opentype');
}

/*Dont let modals scroll the background to top*/
.modal {
    overflow-y: auto;
   }
   
   .modal-open {
    overflow: auto;
   }
   .modal-open[style] {
    padding-right: 0px !important;
    }
/*Main CSS*/

.img-main{
    flex-shrink: 2;
}

#loader{
    background-color: rgba(0, 0, 0,0.1);
    border: none;
}

html{
    margin: 0;
    scroll-behavior: smooth;
}

.navbar {
    padding-top: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    background-color: white;
}

.img-brand{
    padding-top: 40%;
    padding-bottom: 40%;
    padding-right: 5%;
    padding-left: 5%;
}

.bg-sk {
    background-color: #48698D;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.bg-sk:hover{
    color: white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#page-content{
    flex: 1 0 auto;
}

.jumbotron {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 120px 0px 0px 0px;
    background-color: white;
    color: #48698D;
    background: linear-gradient(
        rgba(255, 255, 255, 1) 50%,
       rgba(255, 255, 255, 0)  0%
     ),
     linear-gradient(
     #48698D 37.75%,
       #5D96AF 37%
     )
     ;
    background-position: center bottom;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.modal{
    background: linear-gradient(rgba(93, 150, 175, 0.5) 50%,rgba(72, 105, 141,0.5) 100%) no-repeat;
}
.no-padding{
    padding: 0px;
}
.noborder,.modal-header{
    border: none !important;
}

.bg-brand{
    background: linear-gradient(#5D96AF 0%,#48698D 100%) no-repeat;
}
 

.bg-grad{
    background-size: cover;
    background: #5D96AF;
    color: white;
}
.nounderline{
    text-decoration: none !important;
    color: none;
} 

footer{
    background: linear-gradient(#5D96AF 0%,#48698D 100%) no-repeat;  
    flex-shrink: none;
}

.page-link{
    background-color: #48698D;
    color: white;
}

.active a{
    background-color: #5D96AF !important;
}

.fa-plus,.fa-minus{
    color: rgb(138, 138, 138);
}

a:hover{
    color: #000;
    text-decoration-line: none;
}

#jumbo-footer{
    bottom: 0;
    position: absolute;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575.9px) {
    
    .jumbotron{
        background: linear-gradient(
        rgba(255, 255, 255, 1) 45%,
       rgba(255, 255, 255, 0)  0%
     ),
     linear-gradient(
     #48698D 37.75%,
       #5D96AF 80%
     )
     ;}
    #logo{
        width: 78px;
    }
    .rt-border{
        border-bottom: 1px solid #ccc;
        border-right: none;
    }
    .modal-border{
        border-bottom: 1px solid #ccc;
    }
    .smargin{
        margin-left: 5%;
        margin-right: 5%;
    }
    input.large{
        display: none;
    }
    button.large{
        display: none;
    }
    input.small{
        display: inline-block;
    }
    button.small{
        display: inline-block;
    }
    .jumbo-text{
        font-size: 5vw;
    }
    .mt-responsive{
    margin-top: 4rem;
    }
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    body {
        margin: 0;
    }
    .mt-negative{
        margin-top: -1rem;
    }
    .second-title{
        margin-top: 0rem;
    }
    .stats-text{
        font-size: 10vw;
    }
    #goto{
        display: none;
    }
    .img-main{
        display: none;
    }
    .text-check{
        font-size: calc(2.5vw + 2.5vh + 2vmin);
    }
    .img-brand2{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    #username-sm{
        font-size: 4vw;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    #inf-search-sm{
        margin: 0em -1em 0em -1em;
    }
    .sub-text{
        font-size: calc(1vh+1vw+1vmin);
        text-align: center;
        }
        .bb-img{
            padding: 15% 0% 0% 0%;
        }
    .footer-text{
        font-size: 4vw;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px)  {
    .jumbotron{background: linear-gradient(
        rgba(255, 255, 255, 1) 30%,
       rgba(255, 255, 255, 0)  0%
     ),
     linear-gradient(
     #48698D 37.75%,
       #5D96AF 80%
     );}
    .rt-border{
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    .modal-border{
        border-bottom: 1px solid #ccc;
    }
    .smargin{
        margin-left: 0em;
        margin-right: 0rem;
    }
    input.large{
        display: none;
    }
    button.large{
        display: none;
    }
    input.small{
        display: inline-block;
    }
    button.small{
        display: inline-block;
    }
    .jumbo-text{
        white-space: nowrap;
        font-size: 3vw;
    }
    .jumbo-footer{
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    .mt-responsive{
    margin-top: 4rem;
    }
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    body {
        margin: 0;
    }
    .mt-negative{
        margin-top: -2rem;
    }
    .second-title{
        margin-top: 0rem;
    }
    .stats-text{
        font-size: 10vw;
    }
    .img-main{
        display: none;
    }
    .text-check{
        font-size: calc(1vh + 1vw + 1vmin);
        }
    .img-brand2{
            padding-top: 10%;
            padding-bottom: 10%;
        }

}


/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) { 
    .jumbotron{
        height:30%;
        background: linear-gradient(
        rgba(255, 255, 255, 1) 40%,
       rgba(255, 255, 255, 0)  0%
     ),
     linear-gradient(
     #48698D 37.75%,
       #5D96AF 80%
     )
     ;}
    .rt-border{
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    .modal-border{
        border-right: 1px solid #ccc;
        border-bottom: 0px;
    }
    .smargin{
        margin-left: 0em;
        margin-right: 0em;
    }
    input.large{
        display: inline-block;
    }
    button.large{
        display: inline-block;
    }
    input.small{
        display: none;
    }
    button.small{
        display: none;
    }
    .mt-negative{
        margin-top: -2em;
        margin-left: 1.5em;
    }
    .mt-responsive{
    margin-top: 10vh;
    }
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .jumbo-text{
        font-size: 3.2vw;
        white-space: nowrap;
    }
    body {
        margin: 0;
    }
    #jumbo-footer{
        padding: 1%;
    }
    #expand{
        padding: 0% 0% 0% 0%;
    }
    .stats-text{
        font-size: 4.5vw;
    }
    .text-check{
        font-size: calc(1vh + 1vw + 1vmin);
        }
    .img-brand2{
            padding-top: 10%;
            padding-bottom: 10%;
        }
        .bb-img{
            padding: 0% 0% 0% 0%;
        }
        .footer-text{
            font-size: 2vw;
        }
        #jumbo-footer-wrap{
            padding: 6% 0% 45% 0%;
        }
 }

/* Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) { 
    .jumbotron{
        background: linear-gradient(
        rgba(255, 255, 255, 1) 58%,
       rgba(255, 255, 255, 0)  0%
     ),
     linear-gradient(
     #48698D 37.75%,
       #5D96AF 80%
     )
     ;}
    .rt-border{
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    .modal-border{
        border-right: 1px solid #ccc;
    }
    .smargin{
        margin-right: auto;
        margin-left: auto;
    }
    input.large{
        display: inline-block;
    }
    input.small{
            display: none;
    }
    button.large{
        display: inline-block;
    }
    button.small{
        display: none;
    }
    .jumbo-text{
        font-size: 2vw;
        white-space: nowrap;
    }
    .mt-responsive{
        margin-top: 5em;
    }
    .mt-negative{
        margin-top: -2em;
    }
    .jumbo-footer{
        bottom: 0;
        z-index: 1;
    }
    .second-title{
        padding-top: 0px;
    }
    .stats-text{
        font-size: 3.5vw;
        flex-shrink: 1;
    }
    .img-main{
        display: block;
        margin-left: 20px;
        margin-top: 0px;
    }
    .img-brand2{
            padding-top: 5%;
            padding-bottom: 0%;
        }
    .text-check{
        font-size: calc(1.4vh + 1.4vw + 1.4vmin);
    }
    #goto { 
        margin-top: 30vh;        /* Size of fixed header */
        padding-bottom: 5vh; 
        display: block; 
      }
    .tiktok-img{
        padding: 5% 0% 0% 0%;
    }
.rapido-img{
     padding: 5% 0% 0% 0%;
    }
.bb-img{
        padding: 0% 0% 0% 0%;
    }
    #jumbo-footer-wrap{
        padding: 6% 0% 30% 0%;
    }
    .footer-text{
        font-size: 1vw;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 
    .jumbotron{
    height: auto;
    background: linear-gradient(
        rgba(255, 255, 255, 1) 45%,
       rgba(255, 255, 255, 0)  0%
     ),
     linear-gradient(
     #48698D 37.75%,
       #5D96AF 80%
     )
;}
    .rt-border{
        border-right: 1px solid #ccc;
        border-bottom: none;
    }
    .modal-border{
        border-bottom: 0px;
        border-right: 1px solid #ccc;
    }
    .smargin{
        margin-left: -0.5rem;
        margin-right: 0rem;
    }
    input.large{
        display: inline-block;
    }
    input.small{
            display: none;
    }
    button.large{
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    button.small{
        display: none;
    }
    .jumbo-text{
        margin-top: 0.5em;
        font-size: 2vw;
        overflow: visible;
        white-space: nowrap;
    }
    .mt-responsive{
        margin-top: 7vw;
    }
    .mt-negative{
        margin-top: -2em;
    }
    .second-title{
        padding-bottom: 0px;
    }
    .stats-text{
        font-size: 3.5vw;
    }
      .text-check{
        font-size: calc(1.4vh + 1.4vw + 1.4vmin);
    }
    .img-brand2{
            padding-top: 10%;
            padding-bottom: 10%;
        }
    .img-main{
        width: 80%;
        margin-left: 50px;
    }
    .tiktok-img{
        padding: 10% 0% 0% 0%;
        }
.rapido-img{
     padding: 20% 0% 0% 0%;
    }
.bb-img{
        padding: 20% 0% 0% 0%;
    }

#expand{
        padding: 0 0 10px;
    }
    #jumbo-footer-wrap{
        padding: 6% 0% 10% 0%;
    }
 }

 /*iPad Pro queries*/
 @media
 only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1299px),
 only screen and (moz--min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1299px),
 only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1299px),
 only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1299px),
 only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1299px),
 only screen and (min-resolution: 2dppx)  and (min-width: 992px) and (max-width: 1299px){
    .jumbotron{
        height: auto;
        background: linear-gradient(
        rgba(255, 255, 255, 1) 39%,
        rgba(255, 255, 255, 0)  0%
    ),
    linear-gradient(
        #48698D 37.75%,
        #5D96AF 80%
    );
}
.rt-border{
    border-right: 1px solid #ccc;
    border-bottom: none;
}
.modal-border{
    border-bottom: 0px;
    border-right: 1px solid #ccc;
}
.smargin{
    margin-left: 0rem;
    margin-right: 0rem;
}
input.large{
    display: inline-block;
}
input.small{
        display: none;
}
button.large{
    display: inline-block;
}
button.small{
    display: none;
}
.jumbo-text{
    margin-top: 0.5em;
    font-size: 2vw;
    overflow: visible;
    white-space: nowrap;
}
.mt-responsive{
    margin-top: 5em;
    }
.mt-negative{
    margin-top: -2em;
}
.jumbo-footer{
    position: absolute;
    display: none;
    z-index: 1;
    padding-bottom: 0vw;
}
.second-title{
   padding-bottom: 0px;
}
.stats-text{
    font-size: 4vw;
}
#goto { 
    margin-top: -10vw; 
    padding-top: 0vh; 
    padding-bottom: 2vh;
    display: inline-block; 
  }
#inf-search {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 0.8vh;
}
.sub-text{
    font-size: 1.5vh;
    padding-right: calc(1vh + 1vw + 1vmin);
    }
.img-main{
    padding-top: 10px;
}
.text-check{
    font-size: calc(1vh + 1vw + 1vmin);
    }
.tiktok-img{
    padding: 25% 0% 0% 0%;
    }
.rapido-img{
    align-items: flex-start;
    padding: 20% 0% 0% 0%;
    }
    #jumbo-footer-wrap{
        padding: 6% 0% 30% 0%;
    }
 }

/*Retina Displays*/
 @media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px) and (max-width: 2299px),
only screen and (moz--min-device-pixel-ratio: 2) and (min-width: 1300px) and (max-width: 2299px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1300px) and (max-width: 2299px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 1300px) and (max-width: 2299px),
only screen and (min-resolution: 192dpi) and (min-width: 1300px) and (max-width: 2299px),
only screen and (min-resolution: 2dppx)  and (min-width: 1300px) and (max-width: 2299px){ 
    .jumbotron{
        height: 100%;
        margin-bottom: 0px;
        padding: 120px 0px 0px 0px;
        background: linear-gradient(
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 0)  0%
    ),
    linear-gradient(
        #48698D 37.75%,
        #5D96AF 80%
    );
}

.rt-border{
    border-right: 1px solid #ccc;
    border-bottom: none;
}
.modal-border{
    border-bottom: 0px;
    border-right: 1px solid #ccc;
}
.smargin{
    margin-left: 0rem;
    margin-right: 0rem;
}
input.large{
    display: inline-block;
}
input.small{
        display: none;
}
button.large{
    display: inline-block;
}
button.small{
    display: none;
}
.jumbo-text{
    margin-top: 0em;
    font-size: 3.2vh;
    overflow: visible;
    white-space: nowrap;
}
.mt-negative{
    margin-top: -1em;
}
.second-title{
   padding-bottom: 0px;
}
.stats-text{
    font-size: 4vw;
}
#inf-search {
    font-size: 1vw;
}
.sub-text{
    font-size: 1.8vh;
    padding-right: 0px;
}
.img-main{
    padding-top: 0px;
    width: 100%;
}
.img-brand2{
    padding: 20% 0% 10% 0%;
}
.text-check{
    font-size: calc(1vh + 1vw + 1vmin);
    }
.tiktok-img{
    padding: 25% 0% 0% 0%;
    }
.rapido-img{
    align-items: flex-start;
    padding: 20% 0% 0% 0%;
    }
    #jumbo-footer-wrap{
        padding: 6% 0% 20% 0%;
    }
}
/* Apple Macbook*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2300px),
only screen and (moz--min-device-pixel-ratio: 2) and (min-width: 2300px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 2300px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 2300px),
only screen and (min-resolution: 192dpi) and (min-width: 2300px),
only screen and (min-resolution: 2dppx)  and (min-width: 2300px){
    .mt-responsive{
        margin-top: 10em;
    }
    #goto { 
        margin-top: 14vw; 
        padding-top: 2vh; 
        padding-bottom: 2vh;
        display: block; 
      }
      .jumbo-text{
          margin-top: 2em;
      }
    .jumbotron{
        height: 100%;
        margin-bottom: 0px;
        padding: 120px 0px 0px 0px;
        background: linear-gradient(
        rgba(255, 255, 255, 1) 38%,
        rgba(255, 255, 255, 0)  0%
        ),
        linear-gradient(
            #48698D 37.75%,
            #5D96AF 80%
        );
    }
.rt-border{
    border-right: 1px solid #ccc;
    border-bottom: none;
}
.modal-border{
    border-bottom: 0px;
    border-right: 1px solid #ccc;
}
.smargin{
    margin-left: 0rem;
    margin-right: 0rem;
}
input.large{
    display: inline-block;
}
input.small{
        display: none;
}
button.large{
    display: inline-block;
}
button.small{
    display: none;
}
.jumbo-text{
    margin-top: 1em;
    font-size: 3.25vh;
    overflow: visible;
    white-space: nowrap;
}
.mt-negative{
    margin-top: -1em;
}

.second-title{
   padding-bottom: 0px;
}
.stats-text{
    font-size: 4vw;
}

#inf-search {
    margin-left: -6%;
    margin-right: -6%;
    font-size: 1vw;
}
.sub-text{
    font-size: 1.8vh;
    padding-right: 0px;
}
.img-main{
    padding-top: 0px;
    width: 100%;
}
.img-brand2{
    padding: 20% 0% 10% 0%;
}
.text-check{
    font-size: calc(1vh + 1vw + 1vmin);
    }
.tiktok-img{
    padding: 25% 0% 0% 0%;
    }
.rapido-img{
    align-items: flex-start;
    padding: 20% 0% 0% 0%;
    }
#jumbo-footer{
    padding: 15% 0% 1% 0%;
    }
#jumbo-footer-wrap{
    padding: 6% 0% 20% 0%;
    }
}

/*Apple Macbook pro 13 inch retina*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2500px),
only screen and (moz--min-device-pixel-ratio: 2) and (min-width: 2500px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 2500px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 2500px),
only screen and (min-resolution: 192dpi) and (min-width: 2500px),
only screen and (min-resolution: 2dppx)  and (min-width: 2500px){
    .mt-responsive{
        margin-top: 10em;
    }
    #goto { 
        margin-top: 15vw; 
        padding-top: 2vh; 
        padding-bottom: 2vh;
        display: block; 
      }
      .jumbo-footer{
        position: absolute;
        bottom: 0;
        z-index: 1;
        padding-bottom: 1vw;
    }
    .jumbotron{
        height: 100%;
        margin-bottom: 0px;
        padding: 120px 0px 0px 0px;
        background: linear-gradient(
        rgba(255, 255, 255, 1) 36%,
        rgba(255, 255, 255, 0)  0%
        ),
        linear-gradient(
            #48698D 37.75%,
            #5D96AF 80%
        );
    }

.rt-border{
    border-right: 1px solid #ccc;
    border-bottom: none;
}
.modal-border{
    border-bottom: 0px;
    border-right: 1px solid #ccc;
}
.smargin{
    margin-left: 0rem;
    margin-right: 0rem;
}
input.large{
    display: inline-block;
}
input.small{
        display: none;
}
button.large{
    display: inline-block;
}
button.small{
    display: none;
}
.jumbo-text{
    margin-top: 2em;
    font-size: 3.25vh;
    overflow: visible;
    white-space: nowrap;
}
.mt-negative{
    margin-top: -1em;
}

.second-title{
   padding-bottom: 0px;
}
.stats-text{
    font-size: 4vw;
}

#inf-search {
    margin-left: -13%;
    margin-right: -13%;
    font-size: 1vw;
}
.sub-text{
    font-size: 1.8vh;
    padding-right: 0px;
}
.img-main{
    padding-top: 0px;
    width: 100%;
}
.img-brand2{
    padding: 0% 0% 0% 0%;
}
.text-check{
    font-size: calc(1vh + 1vw + 1vmin);
    }
.tiktok-img{
    padding: 25% 0% 0% 0%;
    }
.rapido-img{
    align-items: flex-start;
    padding: 20% 0% 0% 0%;
    }
#jumbo-footer{
    padding: 15% 0% 0% 0%;
    }
#jumbo-footer-wrap{
    padding: 6% 0% 20% 0%;
    }
}


/*Apple Macbook pro 15 inch retina display*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2800px),
only screen and (moz--min-device-pixel-ratio: 2) and (min-width: 2800px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 2800px),
only screen and (min-device-pixel-ratio: 2) and (min-width: 2800px),
only screen and (min-resolution: 192dpi) and (min-width: 2800px),
only screen and (min-resolution: 2dppx)  and (min-width: 2800px){
    .mt-responsive{
        margin-top: 10em;
    }
    #goto { 
        margin-top: 15vw; 
        padding-top: 2vh; 
        padding-bottom: 2vh;
        display: block; 
      }
    .jumbotron{
        height: 100%;
        margin-bottom: 0px;
        padding: 120px 0px 0px 0px;
        background: linear-gradient(
        rgba(255, 255, 255, 1) 38%,
        rgba(255, 255, 255, 0)  0%
        ),
        linear-gradient(
            #48698D 37.75%,
            #5D96AF 80%
        );
    }

.rt-border{
    border-right: 1px solid #ccc;
    border-bottom: none;
}
.modal-border{
    border-bottom: 0px;
    border-right: 1px solid #ccc;
}
.smargin{
    margin-left: 0rem;
    margin-right: 0rem;
}
input.large{
    display: inline-block;
}
input.small{
        display: none;
}
button.large{
    display: inline-block;
}
button.small{
    display: none;
}
.jumbo-text{
    margin-top: 2em;
    font-size: 3.25vh;
    overflow: visible;
    white-space: nowrap;
}
.mt-negative{
    margin-top: -1em;
}

.second-title{
   padding-bottom: 0px;
}
.stats-text{
    font-size: 4vw;
}

#inf-search {
    margin-left: -20%;
    margin-right: -20%;
    font-size: 1vw;
}
.sub-text{
    font-size: 1.8vh;
    padding-right: 0px;
}
.img-main{
    padding-top: 0px;
    width: 100%;
}
.img-brand2{
    padding: 0% 0% 0% 0%;
}
.text-check{
    font-size: calc(1vh + 1vw + 1vmin);
    }
.tiktok-img{
    padding: 25% 0% 0% 0%;
    }
.rapido-img{
    align-items: flex-start;
    padding: 15% 0% 0% 0%;
}
#jumbo-footer{
    padding: 15% 0% 0% 0%;
}
}