
.bg,body{
    /* height:100%; */
    width:100%
}
.bg,.custom-row,.responsive-img,.story-section,header{
    position:relative
}
.row h1,.story-section-inner div{
    font-size:28px;
    font-family:Poppins-bold
}
@font-face{
    font-family:Poppins;
    src:url('../otf/poppins-regular.otf') format('truetype')
}
@font-face{
    font-family:Poppins-bold;
    src:url('../otf/poppins-medium.otf') format('truetype')
}
@font-face{
    font-family:Poppins-boldextra;
    src:url('../otf/poppins-bold.otf') format('truetype')
}
@font-face{
    font-family:Poppins-boldextra1;
    src:url('../ttf/poppins-extrabold.ttf') format('truetype')
}
@font-face{
    font-family:OpenSans-Medium;
    src:url('../ttf/opensans-medium.ttf') format('truetype')
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}
/* a,a:focus{
    color:#000 !important;
} */
body{
    font-weight:700;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover
}
.wrapper-contain{
    max-width:80%;
    margin:0 auto;
    padding:0 auto
}
.wrapper{
    max-width:860px;
    margin:0 auto;
    padding:0 auto
}
header{
    z-index:99
}
.bg{
    background:#00c7ff;
    background:linear-gradient(0deg,#109cfa,#0398fe 100%,#0398fe 100%);
    padding:90px 0 0px;
}
.custom-row{
    top:-30px
}
/* .header-row
{
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    position: relative;
    top: 16px;
    font-family:Poppins;
} */
.header-row {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    position: relative;
    top: 16px;
    font-family:OpenSans-Medium;
    font-weight: 500;
    /* font-family:OpenSans; */
}
.lucas-friends-logo-custom {
    max-width: 300px;
    width: 100%;
}
.c-row1
{
    padding: 5px 0px 15px 0px;
}
.c-row2
{
    padding: 15px 0px 5px 0px;
}
.c-row1 .form-lable span{
   color:#FF1521
}
.c-row2 .form-lable span{
    color:#FF1521
 }
.c-row1 p
{
    font-size: 16px;
    font-family:Poppins-boldextra;
    color:#333;
    line-height: 25px;
}
.c-padding-row
{
    padding: 10px 20px 30px 0px;   
}
ul{
    list-style-type: none;
}
ul li{
    display: inline-block;
}
.lic-form-text
{
    font-size: 16px;
    color: #002a5d;
    font-family:Poppins;
    line-height: 25px;
}
.story-section::after,.story-section::before{
    content:"";
    position:absolute;
    width:0;
    height:0;
    bottom:0
}
.responsive-img{
    display:block;
    margin:0 auto;
    top:24px;
    z-index:999;
    width:80%
}
.story-section-inner-expoform
{
    width:96%;  
}
.story-section-inner,.story-section-inner-form{
    width:96%;
    -webkit-box-shadow:1px 0 7px 0 rgba(0,0,0,.55);
    -moz-box-shadow:1px 0 7px 0 rgba(0,0,0,.55)
}
.story-section{
    background:#f70;
    z-index:99
}
/* .form-group {
    margin-bottom: 1rem;
} */
.form-lable {
    color: #4a7ce5;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
}
.story-section::before {
    right: 0;
    border-left: 21px solid transparent;
    border-top: 48px solid #f70;
    border-bottom: 45px solid #f70;
    transform: rotate(180deg);
    background-color: #009bff;
}
.story-section::after {
    left: 0;
    border-left: 24px solid #009bff;
    border-top: 54px solid transparent;
    border-bottom: 46px solid transparent;
}
.story-section .story{
    font-size:50px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    padding:10px;
    font-family:Poppins-bold;
    line-height: 1.5;
}
.back-btn:hover,.send-btn:hover{
    background-position:100%;
    color:#f70!important;
    text-decoration:none
}
.story-section-inner{
    background:#fff;
    padding: 51px 20px 30px;
    position:relative;
    top:-24px;
    margin:0 auto;
    border-radius:10px;
    z-index:1;
    box-shadow:1px 0 7px 0 rgba(0,0,0,.55)
}
.story-section-inner-form,.story-section-inner-thankyou{
    background:#fff;
    padding:20px;
    margin:0 auto;
    border-radius:10px;
    z-index:1;
    position:relative
}
.story-section-inner-form{
    top:-30px;
    box-shadow:1px 0 7px 0 rgba(0,0,0,.55)
}
.story-section-inner-thankyou{
    top:-68px;
    width:90%;                            
    -webkit-box-shadow:1px 0 7px 0 rgba(0,0,0,.55);
    -moz-box-shadow:1px 0 7px 0 rgba(0,0,0,.55);
    box-shadow:1px 0 7px 0 rgba(0,0,0,.55)                             
}
.c-form-control,.c-form-textarea{
    margin-top:7px;
    color:#555;
    font-size:15px;
    font-family: poppins;
    font-style: normal;
}
.c-form-control{
    width:70% !important;
    border:1px solid silver !important;
    border-radius:5px !important;
    height:40px !important;
    padding: 5px 5px !important;
    margin-left: 0px !important;
    background-color: #fff !important; 
    box-shadow: 0 3px 10px rgb(35 56 65 / 10%);
}
.c-form-control-order{
    width:30% !important;
    border:1px solid silver !important;
    border-radius:5px !important;
    height:40px !important;
    padding: 5px 5px !important;
    margin-left: 0px !important;
    background-color: #fff !important; 
    box-shadow: 0 3px 10px rgb(35 56 65 / 10%);
    margin-top: 10px;
    font-family: poppins;
    font-style: normal;
}
.radio-btn-cls
{
    font-size: 16px !important;
    font-family: Poppins !important;
    color: #333 !important;
    padding: 21px 0px !important;
}
.c-form-textarea{
    border:1px solid silver !important;
    border-radius:5px !important;
    background-color: #fff !important;
    margin-left: 0px;
}
.form-lable{
    color:#4a7ce5 !important;
    font-size:16px !important;
    font-family:Poppins !important;
    font-weight:500 !important;
}
.form-lable-radio{
    color:#000 !important;
    font-size:16px !important;
    font-family:Poppins !important;
    font-weight:500 !important;
    position: relative;
    top: -4px;
}
.btn-submit{
    cursor:pointer;
    background:#008ff6;
    border:1px solid #008ff6;
    padding:10px 46px;
    color:#fff;
    font-size:24px;
    border-radius:5px;
    font-weight:500;
    font-family:poppins
}
button:focus{
    outline:#008FF6 auto 5px
}
.story-section-inner div{
    color:#002a5d;
    margin:0;
    line-height:35px;
    font-family: Poppins-boldextra1;
}
.story-section-inner-span{
    color:#fb1414;
    font-family:Poppins-boldextra1;
    font-size:37px
}
.story-section-inner img{
    padding:0 15px 0 0
}
.flex-center{
    display:flex;
}
.mt-40{
    margin-top:-95px!important
}
header .container .row{
    padding:5px 22px
}
.copyfont{
    text-align:center;
    font-size:16px;
    color:#fff;
    font-family:Poppins;
    font-weight:600;
    letter-spacing:.5px;
    position:relative;
    top:-16px;
    padding:0;
    margin:auto
}
.text-align{
    display:flex!important
}
.row h1{
    color:#002a5d;
    padding-bottom:20px;
    font-weight: bold;
    line-height: 30px;
    font-size: 17px !important;
}
.lucas-friends-mr {
    margin: 25px 0px 0px;
}
orm header {
    margin: 0 0 20px 0; 
  }
  @media (max-width: 600px) {
    .c-padding-row {
        width: 90%;
        padding-bottom: 13px !important;
    }
    .c-padding-row2
    {
        width: 100%;
        position: relative;
        left: 6px;
    }
    .c-row2 {
        padding: 0px 0px 15px 0px;
    }
    form > div {
      margin: 0 0 15px 0; 
    }
    form > div > label,
    legend {
        width: 100%;
      float: none;
      margin: 0 0 5px 0;
    }
    form > div > div,
    form > div > fieldset > div {
      width: 100%;
      float: none;
    }
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    textarea,
    select {
      width: 100%; 
    }
  }
  @media (min-width: 1200px) {
    form > div > label,
      legend {
        text-align: right;
    }
  }
.border-div-mb{
    margin:25px 0!important
}
footer{
    padding-bottom:30px
}
.contain-form-font{
    font-size:60px;
    color:#002a5d;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: Poppins-boldextra1;
    padding:20px 0 5px
}
.contain-inner-font{
    font-size:32px;
    color:#555;
    text-align:center;
    font-family: "Poppins", sans-serif;
    font-weight:500
}
.back-btn,.send-btn{
    text-align:center;
    font-family:Poppins;
    font-weight:500;
    background-size:890px;
    background-repeat:no-repeat
}
.c-row{
    display:flex;
    justify-content:center;
    align-items:center
}
.back-btn{
    width:350px;
    min-width:350px;
    color:#fff;
    font-size:23px!important;
    font-weight: bold;
    border-radius:50px;
    padding:13px;
    background-image:-webkit-linear-gradient(30deg,#f70 50%,transparent 50%);
    background-image:linear-gradient(30deg,#f70 50%,transparent 50%);
    transition:.7s;
    -webkit-transition:.7s;
    -moz-transition:.7s;
    -ms-transition:.7s;
    -o-transition:.7s;
    border:2px solid #f70
}
.back-btn:hover{
    padding:13px;
    border:2px solid #f70
}
.send-btn{
    width:230px;
    min-width:230px;
    color:#fff!important;
    font-size:23px!important;
    font-weight: bold;
    padding: 10px;
    border-radius:50px;
    background-image:-webkit-linear-gradient(30deg,#f70 50%,transparent 50%);
    background-image:linear-gradient(30deg,#f70 50%,transparent 50%);
    transition:.7s;
    -webkit-transition:.7s;
    -moz-transition:.7s;
    -ms-transition:.7s;
    -o-transition:.7s;
    border:2px solid #f70;
    position: relative;
    top: 5px;
}
.send-btn:hover{
    padding:10px;
    border:2px solid #f70
}
button{
    background-color:transparent
}
.field-text{
    color:red;
    float:right;
    font-weight:600;
    position:relative;
    top:7px;
    font-size:15px;
    font-family: poppins;
}
@media (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    
  .story-section .story {
    font-size: 43px;
    padding: 15px;
}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .story-section .story {
        font-size: 43px;
        padding: 15px;
    }
}
@media (min-width:320px) and (max-width:1080px){
    .lucas-ruby-section::before{
        display:none;
    }
    .lucas-ruby-section::after{
        display:none
    }
}
@media (min-width:980px) and (max-width:1080px){
    .row h1{
        font-size:22px
    }
}
@media (min-width:768px) and (max-width:980px){
    .lucas-friends-mr {
      margin: 0px;
    }
    .row h1{
        font-size:28px
    }
}
@media (min-width:769px) and (max-width:980px){
    .story-section .story {
        font-size: 43px;
        padding: 15px;
    }
    .story-section-inner{
        padding: 51px 20px 30px;
    }
    .border-div-mb{
        margin:16px 0
    }
    .story-section-inner ul li{
        font-size:24px
    }
    .story-section-inner-span{
        font-size:36px
    }
    .story-section-inner div{
        font-size:31px
    }
}

@media screen and (max-width: 840px) {
    #mobile-header {
        display: block;
    }
    ul{
    list-style-type: none;
}
ul li{
    display: block;
}
}

@media (min-width:768px) and (max-width:810px){
    .responsive-img {
        top: 22px;
    }
    .header-row
    {
    font-size: 18px;
    line-height: 28px;
    }
}
@media (min-width:696px) and (max-width:768px){
    .responsive-img{
        top:26px;
        width:100%;
    }
    .header-row {
        font-size: 21px;
        line-height: 33px;
    }
}
@media (min-width:660px) and (max-width:696px){
    .responsive-img{
        top:24px;
        width:100%;
    }
    .header-row {
        font-size: 21px;
        line-height: 33px;
    }
}
@media (min-width:640px) and (max-width:660px){
    .responsive-img{
        top:23px;
        width:100%;
    }
    .header-row {
        font-size: 15px;
        line-height: 24px;
    }
}
@media (min-width:640px) and (max-width:768px){
    .wrapper-contain{
        max-width:100%;
        margin:0 auto;
        padding:0 auto
    }
    .story-section::after,.story-section::before{
        border-top:33px solid #f70;
        border-bottom:30px solid #f70
    }
    .border-div{
        margin:11px 0
    }
    .story-section::before {
        border-left: 21px solid transparent;
        border-top: 36px solid #f70;
        border-bottom: 44px solid #f70;
        transform: rotate(180deg);
        background-color: #009bff;
    }
    .story-section::after{
        left: 0;
        border-left: 22px solid #009bff;
        border-top: 45px solid transparent;
        border-bottom: 39px solid transparent;
    }
    .hr-border{
        border:1px solid #b6b6b6;
        padding:0;
        margin:7px
    }
    .story-section .story {
        font-size: 36px;
        padding: 14px;
    }
    .story-section-inner {
        padding: 42px 20px 17px;
    }
    .story-section-inner-span {
        font-size: 32px;
    }
    .story-section-inner div {
        font-size: 27px;
        line-height: 46px;
    }
    .flex-img {
        width: 60px;
        max-width: 100%;
    }
    .border-div-mb{
        margin:5px 0!important
    }
}
@media (min-width:580px) and (max-width:640px){
    .wrapper-contain{
        max-width:95%;
        margin:0 auto;
        padding:0 auto
    }
    .c-form-control-order
    {
        width: 100% !important;
    }
    .flex-center
    {
       display: flex;
       justify-content: center;
       align-items: center;
    }
    .c-form-control{
        width:100% !important;
    }
    .header-row {
        font-size: 21px;
        line-height: 33px;
    }
    .align-center
    {
        text-align: center;
    }
    .logo-img
    {
        max-width: 100px;
        width: 100%;
    }
    .field-text{
        float:none
    }
    .contain-form-font{
        font-size:40px
    }
    .contain-inner-font,.story-section-inner-span{
        font-size:25px
    }
   
    .row h1{
        text-align:center;
        padding-bottom:10px
    }
    .story-section-inner-form{
        top:-37px
    }
    .c-form-control{
        width:100%
    }
    .responsive-img{
        top:21px;
        z-index:999;
        width:100%
    }
    .border-div{
        margin:10px 0
    }
    .story-section::before{
        border-left:21px solid transparent;
        border-top:32px solid #f70;
        border-bottom:31px solid #f70
    }
    .story-section::after{
        border-left:21px solid #009bff;
        border-top:32px solid transparent;
        border-bottom:31px solid transparent
    }
    .hr-border{
        border:1px solid #b6b6b6;
        padding:0;
        margin:7px
    }
    .story-section .story{
        font-size:30px
    }
    .story-section-inner{
        padding: 42px 20px 17px;
    }
    .story-section-inner div{
        font-size:22px
    }
    .flex-img{
        width:50px;
        max-width:100%
    }
    .border-div-mb{
        margin:5px 0!important
    }
    .btn-submit{
        font-size:20px
    }
}
@media (min-width:510px) and (max-width:580px){
    .c-form-control-order
    {
        width: 100% !important;
    }
    .flex-center
    {
       display: flex;
       justify-content: center;
       align-items: center;
    }
    .c-form-control{
        width:100% !important;
    }
    .header-row {
        font-size: 21px;
        line-height: 31px;
    }
    .align-center
    {
        text-align: center;
    }
    .logo-img
    {
        max-width: 100px;
        width: 100%;
    }
    .field-text{
        float:none;
        top: 14px;
    }
    .story-section-inner-span {
        font-size: 24px;
        position: relative;
        top: -1px;
    }
    .story-section-inner div{
        font-size:20px;
        line-height:32px;
    }
    .responsive-img{
        top:20px !important;
        width: 100%;
    }
}
@media (min-width:480px) and (max-width:510px){
    .c-form-control-order
    {
        width: 100% !important;
    }
    .flex-center
    {
       display: flex;
       justify-content: center;
       align-items: center;
    }
    .c-form-control{
        width:100% !important;
    }
    .header-row {
        font-size: 18px;
        line-height: 28px;
    }
    .responsive-img{
        top:18px !important;
        width: 100%;
    }
    .align-center
    {
        text-align: center;
    }
    .logo-img
    {
        max-width: 100px;
        width: 100%;
    }
    .field-text{
        float:none
    }
    .story-section-inner,.story-section-inner-form{
        width:96%
    }
    .story-section-inner-span{
        font-size:23px;
        position:relative;
        top:0
    }
    .story-section-inner div {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width:480px) and (max-width:580px){
    .wrapper-contain{
        max-width:95%;
        margin:0 auto;
        padding:0 auto
    }
    .row h1,.story-section .story{
        font-size:26px
    }
    .contain-form-font{
        font-size:40px
    }
    .contain-inner-font{
        font-size:23px
    }
    .story-section-inner-form{
        top:-37px
    }
    .c-form-control{
        width:100%
    }
    .border-div{
        margin:7px 0px;
    }
    .story-section::before{
        border-left:21px solid transparent;
        border-top:30px solid #f70;
        border-bottom:28px solid #f70
    }
    .story-section::after{
        border-left:21px solid #009bff;
        border-top:30px solid transparent;
        border-bottom:28px solid transparent
    }
    .story-section-inner{
        padding: 37px 5px 13px;
    }
    .flex-img{
        width:35px;
        max-width:100%;
    }
    .border-div-mb{
        margin:3px 0!important
    }
    .story-section-inner img{
        padding:8px 9px 0 0
    }
    .row h1{
        text-align:center;
        padding-bottom:10px
    }
    .btn-submit{
        font-size:20px
    }
}
@media (min-width:450px) and (max-width:480px){
    .responsive-img{
        top:16px;
        width: 100%;
    }
}
@media (min-width:430px) and (max-width:450px){
    .responsive-img{
        top:16px;
        width:100%;
    }
}
@media (min-width:420px) and (max-width:430px){
    .responsive-img{
        top:15px;
        width:100%;
    }
}
@media (min-width:390px) and (max-width:420px){
    .wrapper-contain{
        max-width:95%;
        margin:0 auto;
        padding:0 auto
    }
    .responsive-img{
        top:14px;
        width:100%;
    }
    .c-padding-row {
        width: 100%;
        padding-bottom: 13px !important;
        /* padding: 0px; */
    }
}
@media (min-width:375px) and (max-width:390px){
    .wrapper-contain{
        max-width:95%;
        margin:0 auto;
        padding:0 auto
    }
    .responsive-img{
        top:14px;
        width:100%;
    }
    .c-padding-row {
        width: 100%;
        padding-bottom: 13px !important;
        /* padding: 0px; */
    }
}
@media (min-width:320px) and (max-width:480px){
    .story-section .story {
        font-size: 22px;
        padding: 6px;
        line-height: 1.5;
    }
    .wrapper-contain{
        max-width: 95%;
        margin:0 auto;
        padding:0 auto
    }
    .lucas-friends-logo-custom {
        max-width: 210px;
        width: 100%;
    }
    .lucas-friends-mr {
        margin: 23px 0px 4px;
    }
    .c-form-control-order
    {
        width: 100% !important;
    }
    .flex-center
    {
       display: flex;
       justify-content: center;
       align-items: center;
    }
    .c-row1
{
    padding: 5px 0px 7px 0px;
}
    .flex-center
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .c-form-control{
        width:100% !important;
    }
    .lic-form-text {
        font-size: 16px;
        color: #002a5d;
        font-family: Poppins;
        line-height: 25px;
    }
    .header-row {
        font-size: 18px;
        line-height: 28px;
        top: 0px;
    }
    .c-padding-row {
        width: 100%;
        padding-bottom: 13px !important;
        /* padding: 0px; */
    }
    .align-center
    {
        text-align: center;
    }
    .logo-img
    {
        max-width: 100px;
        width: 100%;
    }
    .story-section::after,.story-section::before{
        border-top:23px solid #f70;
        border-bottom:22px solid #f70
    }
    .field-text{
        float:none;
        top: 14px;
    }
    .back-btn{
        width:300px;
        min-width:300px
    }
    .story-section-inner{
        width:96%;
        top:-25px;
    }
    .copyfont,.form-lable{
        font-size:15px;
    }
    .contain-form-font{
        font-size:40px;
    }
    .contain-inner-font{
        font-size:21px;
    }
    .arrow-img{
        width:32px;
        min-width:32px;
    }
    .arrow-img img,.c-form-control{
        width:100%;
    }
    .flex-align{
        padding-bottom:7px;
    }
    .story-section-inner-form{
        top:-37px;
    }
    .row h1{
        color:#002a5d;
        font-size:25px;
        text-align:center;
        padding-bottom:10px;
    }
    .bg::before{
        background-position:right;
        top:-46px;
    }
    .border-div{
        margin:5px 0px;
    }
    .story-section::before{
        border-left:15px solid transparent;
    }
    .story-section::after{
        border-left:15px solid #009bff;
    }
  
    .story-section-inner p{
        font-size:28px;
        letter-spacing:0;
    }
    .story-section-inner{
        padding: 38px 5px 10px 5px;
    }
    .story-section-inner-span {
        font-size: 23px;
        position: relative;
        top: -2px;
    }
    .story-section-inner div{
        font-size:18px;
        line-height: 25px;
    }
    .border-div-mb{
        margin:8px 0!important
    }
    .story-section-inner img{
        padding:0 9px 0 0
    }
    .btn-submit{
        font-size:20px;
    }
}
@media only screen and (max-width:768px){
    .container{
        width:100%;
        padding-right:15px;
        padding-left:15px;
        margin-right:auto;
        margin-left:auto
    }
}
@media (min-width:350px) and (max-width:375px){
    .responsive-img{
        display:block;
        margin:0 auto;
        position:relative;
        top:13px;
        z-index:999;
        width:100%
    }
}
@media (min-width:20px) and (max-width:350px){
    .responsive-img{
        top:11px;
        width:100%
    }
}
@media (min-width:20px) and (max-width:375px){
    .story-section .story {
        font-size: 21px;
        padding: 6px;
        line-height: 1.5;
    }
    .story-section::after,.story-section::before{
        border-top:18px solid #f70;
        border-bottom:22px solid #f70
    }
    .back-btn{
        width:270px;
        min-width:270px
    }
    .contain-form-font{
        font-size:38px
    }
    .contain-inner-font{
        font-size:19px
    }
    .story-section::before{
        border-left:15px solid transparent
    }
    .story-section::after{
        border-left:15px solid #009bff
    }
    .story-section .story {
        font-size: 18px;
        padding: 7px;
    }
    .row h1{
        color:#002a5d;
        font-size:20px
    }
    .bg::before{
        background-position:right;
        top:-46px
    }
    .bg {
        padding: 90px 0 0;
    }
    .copyfont{
        font-size:13px
    }
}
@media (min-width:20px) and (max-width:320px){
    .field-text{
        float:none
    }
    .container{
        width:100%
    }
    .story-section .story{
        font-size:16px;
        color:#fff;
        text-align:center;
        text-transform:uppercase;
        padding:5px
    }
}

.input[type="checkbox"]+label {
	cursor: pointer;
	position: relative;
	margin-right: 21px;
	display: inline-block;
	padding-left: 10px;
    color: #000 !important;
    font-size: 16px !important;
    font-family: Poppins !important;
    font-weight: 500 !important;
}
.input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}
/* the checkbox
-----------------------------------------------*/
.input[type="checkbox"]+label::after {
	content: '';
	border: 2px solid rgba(0, 0, 0, .5);
	border-radius: 2px;
	background-color: white;
	position: absolute;
	top: 50%;
    /* left:-7%; */
	left: 0px;
	transform: translate(-20px, -50%);
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	transition: background-color 1s;
	background-image: url('../png/download.png');
	background-position: -2px -1px;
}

/* the checkbox -- checked
-----------------------------------------------*/
.input[type="checkbox"]:checked+label::after {
	border: 2px solid #0075FF;
	background-color: #0075FF;
}

/* the focus ripple
-----------------------------------------------*/
.input[type="checkbox"]+label::before {
	content: '';
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	left: -10px;
	transform: translate(-50%, -7%) scale(0);
	width: 1.8px;
	height: 1.8px;
}

.input[type="checkbox"]:focus+label::before {
	animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}