*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Karla;
    color: rgba(3,48,114,0.6);
    overflow-x: hidden;
}


h1 {
    letter-spacing: -6%;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-ins{ width: 50%; height: 496px;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.fot-col-1{width: 20%;}
.fot-col-2{ width: 18.75%;}

.clear{
    clear: both;
}

.text-left{
    text-align: left;
}

.text-right{
    text-right: right;
}

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

.round{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 6px rgba(3, 48, 114, 0.04);
    border-radius: 16px;
    min-height: 220px;
}

.section-space{
    margin-top: 50px;
}

.pad-space{
    padding-top: 50px;
}

.pad-space-sm{
    padding-top: 20px;
}

.brand-logo{
    width: 122.65px;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.brand-mobile-logo{
    display: none;
}

.nav-bar{
    height: 100px;
}



.my-bg{
    background-color: #033072;
}

.my-bg-home{
    background-color: #13357C;
    height: 544px;
}

.login-btn{

    background-color: #033072;
    width: 114px;
    height: 48px;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    border-color: #F7931A;
    text-transform: uppercase;
}
.login-btn:hover{

    background-color: #F7931A;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
}

.login-btn:focus{

    transform: scaleY(1.05);
}

.register-btn{

    background-color: #F7931A;
    width: 114px;
    height: 48px;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    border-color: #033072;
    text-transform: uppercase;
}
.register-btn:hover{

    background-color: #5AD3BA;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    border-color: #F7931A;

}

.register-btn:focus{

    transform: scaleY(1.05);
}

#nav-btn{
    display: none;
}

.section-btn{
    margin-top: 60px;
}

.get-started-btn{

}

.p2p-btn{
width: 175px;
height: 48px;
background: #033072;
border-radius: 6px;
color: #5AD3BA;

}

.card-btn{
    width: 175px;
    height: 48px;
    background: #5AD3BA;
    border-radius: 6px;
    color: #033072;
    }

.pay-btn{
    margin-top: 60px;
    width: 175px;
    height: 48px;
    background: #033072; 
    border-radius: 6px;
    color: #5AD3BA;;
    }

.btn-text{
font-family: Karla;
font-style: normal;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
line-height: 150%;
text-align: center;
letter-spacing: -0.02em;
}

.btn-text:hover{
    font-family: Karla;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255,255,255,0.2);
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .nav-links li {
    float: left;
    margin-left: 5px;
  }


  
  .nav-links li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
  }
  
  .nav-links li a:hover {
    color: rgba(255,255,255);
    border: 0;
    border-bottom: 5px solid;
    padding-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #5AD3BA;
  }

  .nav-links li a:active{
    color: rgba(255,255,255);
    border: 0;
    border-bottom: 5px solid;
    padding-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #5AD3BA;
  }

  .nav-links li .current-link{
    color: rgba(255,255,255);
    border: 0;
    border-bottom: 5px solid;
    padding-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #5AD3BA;
  }

  .list-unstyled li{
}


.list-unstyled li a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    padding: 5px;
    text-decoration: none;
    width: auto;
  }
  
  .list-unstyled li a:hover {
    border: 0;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #5AD3BA;
    border-width: auto;
  }


.bg-green-lg{ 
    background-color: rgba(209, 243, 236, 0.3);
}

.bg-brand{
    background-color: #033072;
    /*background-image: url(./asset/repeat-bck.png);*/
    height: 544px;
}

.bg-footer{
    background-color: #131C21;
}

#myVideo {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    min-height: 674px;
    overflow: hidden;
  }

  .animate-web{
      display: block;
  }

  .animate-mobile{
      display: none;
  }

  .p2p-vid{
    position: absolute;
    padding-top: 100px;
    width: 507px;
    height: 512px;
    border: none;
    opacity: 0.9;
}


  .hd-content {
    position: absolute;
    width: 100%;
    padding-left: 40px;
  }

.header{
    
    padding-left: 75px;
    padding-top: 75px;
    padding-bottom: 20px;
    font-family: Karla;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255,255,255);
    line-height: 100%;
    letter-spacing: -0.02em;


}

.header-des{
    font-family: Karla;
    font-size: 20px;
    font-weight: 100;
    line-height: 150%;
    letter-spacing: -2%;
    padding-left: 75px;
    padding-top: 10px;
    color: rgba(255,255,255,0.87);

}

.text-easy{
    font-family: Karla;
    color: #5AD3BA;
}

.header-btn{
    padding-left: 75px;
    padding-top: 50px;
    padding-bottom: 75px;
}

.hd-hgl{
    text-decoration: underline;
    text-decoration-color: rgba(247, 147, 26, 0.6);
    text-decoration-thickness: 7px;
    text-decoration-style: solid;
}

.hd-hgl-1{
    text-decoration: underline;
    text-decoration-color: rgba(90, 211, 186, 0.6);
    text-decoration-thickness: 7px;
    text-decoration-style: solid;
}

.welcome-section{
    height: 592px;
}

.welcome-row{
    height: 100%;
    margin-right: -90px;
    display: block;
}

.welcome-row-md{
    display: none;
}

.welcome-title{
    padding-top: 100px;
    font-size: 50px;
    font-weight: 700;
    color: rgba(3,48,114,1);
    letter-spacing: -0.06em;
}

.p2p-title{
    padding-top: 150px;
    font-size: 50px;
    font-weight: 700;
    color: rgba(3,48,114,1);
}

.web-view{
    display: block;
}

.md-view{
    display: none;
}

.img-col{
    padding-top: 150px;
}

.p2p-img{

    width: 100%;
    height: auto;  
}

.right-col{
    padding-left: 50px;
}

.left-col{
    margin-left: 50px;
}

.pay-bg{
    width: 100%;
    height: auto;
    max-height: 475px;
    max-width: 356px;
    margin: 0;
    margin-top: 30px;
    background: #033072;
}

.pay-kite{
    width: 100%;
    height: auto;
    max-height: 394px;
    margin: 0;
    margin-top: -325px;
    margin-left: -58px;

}

.card-title{
    padding-top: 100px;
    font-size: 50px;
    font-weight: 700;
    color: #5AD3BA
}

.card-msg{
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.87);
}

.card-section{
    background-color: #033072;
    height: auto;
}

.kite-card{
    width: 100%;
    height: auto;
}

.welcome-msg{
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
    letter-spacing: -0.02em;
}

.kite-phone{
    /*background-image: url(./asset/Gif-Background.svg);
    background-repeat: no-repeat;*/
    margin-bottom: -100px;
    z-index: -1 !important;
    position: relative;
}

.welcome-phone{
    width: 925.05px;
    height: 737;
    margin-bottom: -100px;
    z-index: -1 !important;
    position: relative;
}

.p2p-section{
    height: auto;
    background: rgba(90, 211, 186, 0.25);
}




.kite-pay-section{
    width: 100%;
    height: auto;
    background: #5AD3BA;
}

.customer-section{
    height: 1261px;
}

.swap-title{
    padding-top: 100px;
    font-size: 60px;
    font-weight: 700;
    color: #033072;
    letter-spacing: -0.02em;
}

.kiter-mock{
    width: 488px;
    height: 565px;
    margin-bottom: -10px;
    margin-left: -255px;
}

.review-title{
    font-family: Karla;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #033072;
}

.reviews{
width: 100%;
height: 331px;
background: #FFFFFF;
box-shadow: 0px 24px 48px rgba(67, 118, 254, 0.3);
backdrop-filter: blur(20px);
border-radius: 15px;
}

.slideshow-container{
    width: 100%;
}

/* Slides */
.mySlides {
    display: none;
    height: 100px;
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    z-index: 1;
  }

  .author{
    padding-top: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
        
    color: #033072;
  }
  
  .author-location{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;    
    color: rgba(3, 48, 114, 0.6);
  }

  .quote-btn{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    padding-top: -40px;
  }

  .quote-count{
    padding-left: 80px;
    font-family: Karla;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;    
    letter-spacing: -0.02em;    
    color: #033072;
  }

  .customers-asset{
    width: 216px;
    height: auto;
    filter: drop-shadow(0px 12px 24px rgba(67, 118, 254, 0.3));
    backdrop-filter: blur(20px);
    margin-left: -150px;
    animation: float-prop 6s ease-in-out infinite;
  }

  .rating-asset{
    margin-bottom: -140px;
    margin-left: -280px;
    width: 382px;
    animation: float-prop 6s ease-in-out infinite;

  }

  .controls{
      width: 30%;
      margin-top: -80px;
      float: right;
  }

  @keyframes float-prop {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


.text-box{
    width: 50%;
    display: block;
}

.vid-box{
    width: 50%;
    display: block;
}



.social-video{
    height: 100%;
    width: 520px;
    padding-left: 100px;
}

.secs{
    width: 100%;
    margin: 0;
    padding-top: 40px;
    padding-right: auto;
    padding-left: auto;
    text-align: center;
}

.section-text{
    font-family: Karla;
    font-weight: lighter;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -2%;
    padding-top: 10px;
    padding-left: 240px;
    padding-right: 240px;


}

h3.section-title{
    color: #033072;
    font-family: Karla;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: rgba(90, 211, 186, 0.6);
    text-decoration-thickness: 7px;
    text-decoration-style: solid;
    
}

.card-msg{
    font-family: Karla;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2%;
    padding-top: 10px; 
}

.requirements-sec{
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
}

.req-box{
    padding-top: 20px;
    padding-left: auto;
    padding-right: auto;
}

.req-img{
    width: 60px;
    height: 60px;
}

.inspire-title{
    font-family: Karla;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #5AD3BA;
    padding-top: 20px;
    padding-left: 75px;


}

.inspire-text{
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    padding-left: 75px;

    /* or 36px */
    
    letter-spacing: -0.02em;
    
    /* White / 100% */
    
    color: #FFFFFF;
}

.inspire-btn{

        /* Green/100% */

    background: #5AD3BA;
    /* dropshadow/dropshadow/large */

    box-shadow: 0px 4px 31px rgba(0, 49, 87, 0.15);
    border-radius: 6px;
    width: 175px;
    height: 48px;
    font-family: Karla;
    font-size: 12px;
    font-weight: bold;
    color: #033072;

}

.inspire-vid-col{
    background-image: url(asset/desktop-video-curve.png);
    background-repeat: no-repeat;
}

.footer{
    height: auto;
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    /* or 24px */

    letter-spacing: -0.02em;

    /* White / 60% */

    color: rgba(255, 255, 255, 0.6);

}

.footer-des{
    padding-top: 20px;
}

.footer-title{
    font-family: Karla;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 150%;
/* identical to box height, or 27px */

letter-spacing: -0.02em;

color: #FFFFFF;
}


.copyright-text-web{
font-family: Karla;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
text-align: right;
letter-spacing: -0.02em;
color: rgba(255, 255, 255, 0.6);
padding-right: 20px;
}

.social-handles{
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    letter-spacing: -0.02em;    
    color: rgba(255, 255, 255, 0.6); 
    text-decoration: none;
    padding-left: 20px;
}


.footer-link{
    text-decoration: none;
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 200%;
    /* identical to box height, or 24px */

    letter-spacing: -0.02em;

    /* White / 60% */
    color: rgba(255, 255, 255, 0.6);

}

.footer-link a{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.apple-shot{
    margin-top: 100px;
    width: 200px;
    height: 400px;
}

.download-section{
    margin-top: 10%;
}

@media only screen and (max-width: 1200px){ 


    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 50%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-ins{ width: 100%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    .fot-col-1{width: 100%;}
    .fot-col-2{ width: 50%;}

    .right-col{
        padding-left: 10px;
    }
    
    .left-col{
        margin-left: 10px;
    }

    .secs{
        width: 100%;
        margin: 0;
        padding-top: 10px;
        padding-right: auto;
        padding-left: auto;
        text-align: center;
    }

    .round{
        background: #FFFFFF;
        box-shadow: 0px 4px 10px 6px rgba(3, 48, 114, 0.04);
        border-radius: 16px;
        min-height: 165px;
        max-height: 165px;
    }

    .bg-brand{
        height: 650px;
    }


    .my-bg-home{
        background-color: #13357C;
        height: 650px;
    }

    .brand-logo{
        width: 122.65px;
        height: 48px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: none;
    }
    
    .brand-mobile-logo{
        display: block;
    }

    .nav-bar{
        height: 60px;
    }

    .menu-icon{
        color: #FFFFFF;
    }

    .menu-icon:hover{
        color: rgba(255,255,255,0.2);
    }
    
    .mobile-nav{
        margin: 0;
        top: 0;
        padding: 10px;
        padding-top: 80px;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: right;
        color: rgba(255, 255, 255, 0.87);
    }

    .overlay{
        opacity:0.9;
        background-color: #033072;
        position:fixed;
        width:100%;
        height:100%;
        top:0px;
        left:0px;
        z-index:1000;
        display: none;
    }

    .header{
        width: auto;
        margin: 0;
        padding-left: 10px;
        padding-right: 70px;
        padding-top: 240px;
        font-family: Karla;
        font-size: 35px;
        font-weight: bold;
        color: rgba(255,255,255);
        letter-spacing: -6%;
        line-height: 122.5%;
        text-align: center;
        
    }

    .hd-content{
        text-align: center;
        width: 100%;
    }

    .header{
        text-align: center;
    }

    .header-des{
        font-size: 20px;
        line-height: 150%;
        letter-spacing: -2%;
        padding-left: 20px;
        padding-right: 70px;
        padding-top: 10px;    
    }


    .header-btn{
        padding-left: 5px;
        padding-top: 5px;
        padding-right: 60px;
        width: 100%;
    }

    #myVideo {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        min-width: 100%;
        min-height: 674px;
        margin-top: -150px;
        overflow: hidden;
        z-index: 99999;
        display: none;
      }

    .icon-download{
        width: 108px;
        height: auto;
    }

    .icondownload-ft{
        width: 40px;
        height: auto;
    }
    .nav-links{
        display: none;
    }

    .menu-buttons{
        display: none;
    }

  .md-links li {
    margin-left: 5px;
  }


  .mbmenu-buttons{
    margin: 0;
    width: 100%;
  }
  
  .md-links li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    font-size: 26px;
    text-decoration: none;
  }

  .md-links li a:active{
    color: rgba(255,255,255);
    border: 0;
    border-bottom: 5px solid;
    padding-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #5AD3BA;
  }

  .md-links li .current-link{
    color: rgba(255,255,255);
    border: 0;
    border-bottom: 5px solid;
    padding-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #5AD3BA;
  }

  .md-links li .mbcurrent-link{
    color: rgba(255,255,255);
    border: 0;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #5AD3BA;
    
  }


  .list-unstyled li a:hover {
    border: 0;
    border-bottom: 0;
    padding-bottom: 10px;
    border-radius: 0;
    border-style: none;
    border-color: none;
    border-width: none;
  }

.login-btn{

    background-color: #033072;
    width: 114px;
    height: 48px;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    border-color: #F7931A;
    text-transform: uppercase;
}
.login-btn:hover{

    background-color: #F7931A;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
}

.login-btn:focus{

    transform: scaleY(1.05);
}

.register-btn{

    background-color: #F7931A;
    width: 114px;
    height: 48px;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    border-color: #033072;
    text-transform: uppercase;
}
.register-btn:hover{

    background-color: #5AD3BA;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    border-color: #F7931A;

}

.register-btn:focus{

    transform: scaleY(1.05);

}

.animate-web{
    display: none;
}

.animate-mobile{
    display: block;
}

.welcome-row{
    display: none;
}

.welcome-row-md{
    display: block;
    height: auto;
}

.welcome-title{
    padding-top: 20px;
    font-size: 38px;
    font-weight: 700;
    color: rgba(3,48,114,1);
}



.kite-phone{
        /*background-image: url(./asset/Gif-Background.svg);
    background-repeat: no-repeat;*/
    z-index: 1 !important;
    position: relative;
    margin-left: -50px;
    margin-bottom: -100px;
}
.welcome-phone{
    width: 414px;
    height: 303px;
    margin-bottom: -100px;
    z-index: -1 !important;
    position: relative;

}

.web-view{
    display: none;
}

.md-view{
    display: block;
}


.pay-bg{
    width: 100%;
    max-height: 387x;
    max-width: 335px;
    margin: 0;
    background: #033072;
    display: none;
}

.pay-kite{
    width: 100%;
    max-width: 234px;
    height: auto;
    margin:0;
    margin-top: 50px;
    background: #033072;
    margin-left: 15%;


}

.swap-title{
    padding-top: 100px;
    padding-left: 10px;
    font-size: 50px;
    font-weight: bold;
    color: #033072;
    letter-spacing: -0.02em;
}

.review-title{
    padding-top: 50px;
    padding-left: 20px;
    font-family: Karla;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #033072;
}

.md-review{
    width: 100%;
    margin: 0;
    margin-left: 10px;
}


.mySlides {
    display: none;
    height: auto;
    width: 100%;
    margin-right: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    z-index: 1;

  }

  .slideshow-container{
    width: 100%;
    padding: 20px;
    text-align: left;
}

.quote-btn{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-top: 10px;
  }



  .customers-asset{
    width: 110px;
    height: 71px;
    filter: drop-shadow(0px 12px 24px rgba(67, 118, 254, 0.3));
    backdrop-filter: blur(20px);
    margin-left: -10px;
    margin-bottom: -150px;
    animation: float-prop 6s ease-in-out infinite;
  }

  .rating-asset{
    margin-top: -300px;
    margin-left: 130px;
    width: 195px;
    height: auto;
    filter: drop-shadow(0px 12px 24px rgba(67, 118, 254, 0.3));
    backdrop-filter: blur(20px);
    animation: float-prop 6s ease-in-out infinite;

  }



.kiter-mock{
    width: 100%;
    height: auto;
    margin:0;
    margin-bottom: -30px;
    margin-top: -15px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
}


.copyright-text{
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    }
    
    .social-handles{
        font-family: Karla;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.02em;    
        color: rgba(255, 255, 255, 0.6); 
        text-decoration: none;
    }

    .apple-shot{
        width: 100px;
        height: auto;
    }

    .download-btn{
        text-align: left;
    }
    .inspire-title{
        font-family: Karla;
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        line-height: 150%;
        letter-spacing: -0.02em;
        color: #5AD3BA;
        padding-top: 20px;
        padding-left: 10px;
    
    }
    
    .inspire-text{
        font-family: Karla;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        padding-left: 10px;
    
        /* or 36px */
        
        letter-spacing: -0.02em;
        
        /* White / 100% */
        
        color: #FFFFFF;
    }

    .inspire-btn{

        /* Green/100% */

    background: #5AD3BA;
    /* dropshadow/dropshadow/large */

    box-shadow: 0px 4px 31px rgba(0, 49, 87, 0.15);
    border-radius: 6px;
    width: 100%;
    height: 38px;
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
}

    .text-box{
        width: 100%;
        display: block;
    }
    
    .vid-box{
        width: 50%;
        display: none;
    }

    .how-it-works{
        width: 100%;
        margin: 0;
        padding-top: 40px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }
    
    .section-text{
        font-family: Karla;
        font-weight: 100;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -2%;
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
    }
    
    h3.section-title{
        color: #033072;
        font-family: Karla;
        font-size: 25px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: rgba(90, 211, 186, 0.6);
        text-decoration-thickness: 5px;
        text-decoration-style: solid;
    }

    .card-msg{
        font-family: Karla;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: -2%;
        padding-top: 10px; 
    }
    
    .requirements-sec{
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .req-box{
        padding-top: 20px;
        padding-left: auto;
        padding-right: auto;
    }

    .req-img{
        width: 40px;
        height: 40px;
    }



}




