/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Source Sans Pro' !important;
    font-family: 'Helvetica Neue LT Medium Cond' !important;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f68220;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f68220;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #f68220;
  }

  .Helvetica_Neue_LT_67_Medium_Condensed{
    font-family: 'Helvetica Neue LT Medium Cond' !important;
    font-weight: 500;
    font-style: normal;
  }
.b2bLanding{
    background-image: url(../images/lng_bg.webp);
    height: 80vh;
    background-repeat: no-repeat;
    /* width: 100vw; */
    background-size: cover;
    height: auto;
}
.b2bLanding_in{
    padding: 24px;
    /* padding-left: 48px;
    padding-right: 48px; */
}
.txtimg img{
    max-width: 100%;
}
.logo{
    position: relative;
}
.rf{
    max-width: 380px;
    width: 100%;
}
.lf{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5%;
}
.txtimg{
    width: 100%;
}
.formR{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
}
.colorBrand_prim{
    color: #f68220 !important;
}
.formR h1
{
    font-size: 30px;
    text-align: center;
    line-height: 32px;
}
.input_wrapper{
    margin-top: 24px;
}
.input_wrapper .input_field{
    margin: 12px 0;
}

.input_wrapper .input_field input{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    color: #f68220;
    font-size: 14px;
    padding: 6px 8px;
    border: 1px solid #9f9f9f;
/* 
    font-family: 'Helvetica' !important;
    font-weight: normal;
    font-style: normal; */
}
.widthInitial{
    width: initial !important;
}
.formR label{
    font-size: 12px;
}
.button_cu{
    justify-content: center;
    display: flex;
    margin-top: 24px;
}
.input_wrapper .input_field .button_cuIn{
    max-width: 160px;
    background: #f68220;
    border: none;
    color: #fff;
    font-size: 26px;
    border-radius: 10px;
    height: 36px;
    text-align: center;
}
.whyStart{
    padding-top: 48px;
    padding-bottom: 48px;
}
.whyhead{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 598px;
    margin: 0 auto;
}
.whyhead img{
    margin-left: 12px;
    transform: translateY(-5px);
}
.whyTxt{
    color: #f68220;
    font-size: 32px;
    /* text-decoration: underline; */
    position: relative;
    text-align: center;
    font-family: 'Helvetica Neue LT Black Cond' !important;
    font-weight: 900;
    font-style: normal;
}
.whyTxt::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #a3a3a3;
    left: 0;
    bottom: -6px;
    color: #333;
}
.forcheck_wrapper{
    display: flex;
    align-items: flex-start;
}
.forcheck_wrapper input{
    margin-right: 8px;
    transform: translateY(2px);
}
.forcheck_wrapper label{
    font-size: 11px;
    line-height: 14px;
}
.para_wrap{
    margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #646464;
}

.section_custom{
    background-color: #fff;
}
.section_custom.whatMakes{
    background-color: #f6f6f6;
}
.section_custom.whatMakes .whyhead{
    flex-direction: row-reverse;
}
.section_custom.whatMakes .whyhead img{
    margin-right: 12px;
}
.card_what{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 24px;
    font-size: 25px;
    line-height: 30px;
}
.card_what h2{
    font-size: 24px;
    line-height: 30px;
    margin-top: 12px;
}
.arrt{
    display: flex;
    height: fit-content;
    display: flex;
    align-items: center;
}
.sehow_wr{
    margin-top: 24px;
}
.sehowine{
    display: flex;
    align-items: center;
    justify-content: center;
}
.shareandstock{
    padding: 12px;
    background-color: #ec841f;
    color: #fff;
    font-size: 18px;
}
.disclaimer{
    margin-top: 30px;
    padding: 24px;
    background-color: #666;
    color: #fff;
    font-size: 18px;
}
.disclaimer p{
    margin-bottom: 0;
}
.leading_wrapper h1{
    font-size: 18px;
}
.leading_wrapper p{
    font-size: 16px;
}
.para_wrap:first-child{
    margin-top: 48px;
}


@media only screen and (max-width: 768px) {
    .logo{
        max-width: 150px;
    }
    .logo img{
        width: 100%;
    }
    .lf{
        flex-direction: column-reverse;
        align-items: flex-start;
    justify-content: flex-start;
    margin-top: 12px;
    margin-bottom: 0;
    }
    .b2bLanding_in {
        padding: 12px;
    }
    .formR{
        padding: 12px;
    }
    .formR h1{
        font-size: 22px;
        line-height: 24px;
    }
    .b2bLanding{
        height: auto;
    }
    .txtimg{
        margin-top: 8px;
    }
    .whyStart{
        padding-top: 24px;
    padding-bottom: 24px;
    }
    .whyTxt{
        font-size: 25px;
    }
    .whyhead img{
        /* width: 70%; */
        flex-direction: column-reverse;
    }
    .para_wrap{
        margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
    }
    .card_what{
        padding: 12px;
    }
    .card_what h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .para_wrap .p-4{
        padding: 12px !important;
    }
    .input_wrapper .input_field .button_cuIn{
        font-size: 22px;
    }
    .input_wrapper{
        margin-top: 12px;
    }
    .shareandstock{
        font-size: 16px;
    }
    .disclaimer{
        font-size: 16px;
        margin-top: 12px;
    padding: 12px;
    }
    /* .section_custom.whatMakes .whyhead{
        flex-direction: column-reverse;
    } */
    /* .whyhead{
        flex-direction: column-reverse;
    } */
    .para_wrap:first-child{
        margin-top: 12px;
    }
        
  }
  @media only screen and (max-width: 600px) {
    .rf{
        width: 100%;
        max-width: 100%;
    }
    .formR{
        width: 100%;
        max-width: 100%;
    }
    
        
  }