:root {
    --bg-colorW: #FFFFFF;
    --bg-colorOrg: #CC5E1C;
    --bg-colorD: #000000;
    --bg-colorDGray: #222326;
    --bg-colorDGray2: #39393A;
    --text-colorW1: #FFFFFF;
    --text-colorW2: #A8A8A8;
    --text-colorW3: #989898;
    --text-colorWG1: #FDFFF1;
    --text-colorWG2: #C3C5B9;
    --text-colorOrg: #CC5E1C;
    --text-colorD: #333333;
    --text-colorGra1: #737373;
    --text-colorGra2: #969595;
}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}
h1, h2, h3, h4, h5, p, body {
    margin: 0;
    color: var(--text-colorD)
}
h1, h2, h3, h4, #topMid {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    /*font-weight: 300;*/
}
h4, h5, p, body {
    /*font-family: 'Mukta', sans-serif;*/
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
h1 {
    font-size: clamp(1.5rem, 7vw, 3.5rem);
}
h2 {
    font-size: clamp(1.3rem, 7vw, 2.7rem);
}
h3 {
    font-size: clamp(1.1rem, 7vw, 2rem);
}
h4 {
    font-size: clamp(1.1rem, 7vw, 1.5rem);
}
h5 {
    font-size: clamp(.7rem, 7vw, .87rem);
}
p {
    line-height: 1.75;
    font-size: 13px;
}
body {
    margin: 0;
    padding: 0;
    /*background-color: #FFFFFF;*/
}
#topBrMenu{
    display: none;
}
@keyframes LeJeText {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;

    }
}
/*     NAV     */
#LogInInitial{
    position: absolute;
    top: 17px;
    right: 27px;
    text-align: center;
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: var(--text-colorBr);
    margin-top: -5px;
    color: #FFFFFF;
    cursor: pointer;
}
.navBr{
    display: none;
}
#LandNav{
    position: absolute;
    right: 60px;
    top: 19px;
    cursor: pointer;
}
#flagUS, #flagCA, .navItem, .navBtn{
    cursor: pointer;
    font-weight: bold;
}
#landNavWrap{
    width: 92%;
    position: fixed;
    align-content: center;
    top: 0;
    max-width: 1300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#navLand{
    position: absolute;
    right: 0;
    top: 55px;
    width: 135px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0.6875rem;
    border: 1px solid #787878;
}
#navLand li{
    background-image: none;
    padding-left: 10px;
}
#navLand li:hover{
    text-decoration: underline;
    font-style: normal;
}
.HideLandNav{
    display: none;
}
.ShowLandNav{
    display: block;
}
a, a:visited {
    color: var(--text-colorL);
    text-decoration: none;
}
a:focus, a:active, a:focus a:valid, a:hover {
    font-style: italic;
    color: var(--text-colorL);
    text-decoration: underline;
}
#TopBox {
    padding-top: 8px;
}
#NavBox {
    width: 100%;
    height: 50px;
    background-color: #1D1E1F;
    z-index: 100;
    position: fixed;
}
#LogInTD{
    color: var(--text-colorOrg);
    position: absolute;
    right: 0px;
    top: 13px;
    cursor: pointer;
    z-index: 2;
    font-weight: bold;
}
#NavBar {
    width: 92%;
    margin: 0 auto;
    max-width: 1300px;
    border-bottom: 0;
    background-color: transparent;
    padding-top: 0;
    position: relative;
}
.topLeftLogo {
    width: 275px;
    min-width: 150px;
}
.topLeft {
    white-space: nowrap;
    padding: 5px 0 4px 0;
    width: 1.75rem;
}
#topCart{
    padding: 0;
    width: 22px;
    position: absolute;
    right: 56px;
    top: 15px;
}
.topCartPic{
    width: 22px;
    margin-top: -3px;
}
#topMid {
    position: absolute;
    left: 50%;
    top: .257rem;
    height: 2.56rem;
    font-size: 1.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#topMid2{
    display: none;
}
.topRight {
    text-align: right;
    right: 3%;
    padding-top: .80rem;
    width: 25px;
}
#topMenu {
    left: 0;
    top: 5px;
    position: absolute;
    width: 20px;
    padding-left: 0px;
}
#navTop {
    opacity: .97;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100vh;
    margin-top: 50px;
    max-width: unset;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 50px;
    background-color: rgba(39, 39, 39, 0.97);
    -webkit-animation-delay: .05s;
    animation-delay: .07s;
    animation: fadeNav .5s;
}
@keyframes fadeNav {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
#navTop ul li {
    padding: 15px 15px;
    text-align: center;
}
#navTop ul li a{
    font-size: 18px;
}
#navTop ul:hover a {
    opacity: 0.5;
}
#navTop ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#navTop ul a:hover {
    opacity: 1;
}
.bar1, .bar2, .bar3 {
    background-color: var(--text-colorOrg);
    width: 21px;
    margin: 8px 0;
    transition: 0.4s;
}
.Btns {
    color: var(--text-colorD);
}
.BtnsLog {
    color: var(--text-colorD);
}
.Btns:hover {
    color: #0c0c0c;
    font-style: normal;
}
.BtnLogIn {
    background-color: #ffffff;
    padding: .3rem 1rem;
    border: 1px solid #252525;
    color: #252525;
    margin-right: 1rem;
}
.BtnSignUp {
    background-color: #0c0c0c;
    border: 1px solid #252525;
    padding: .3rem 1rem;
    color: #FFFFFF;
}
.BtnSignUp:hover, .BtnLogIn:hover {
    color: #252525;
    font-style: normal;
}
.BtnSignUp:hover {
    color: #FFFFFF;
}
.ProductListBtn1{
    background: transparent;
    padding: 7px 30px;
    border: solid 1px #252525;
    color: #252525;
    max-width: 150px;
    margin: 30px auto;
    font-size: 13px;
    transition: background-color 0.5s ease;
}
.ProductListBtn1:hover{
    background-color: #252525;
    color: #FFFFFF;
}
#bnrHd{
    position: relative;
    width: 100%;
    height: 100%;
}
.bnrWrap{
    position: absolute;
    top: 40px;
    width: 100%;
    height: 91vh;
}
#bnrText {
    width: 100%;
}
#bannerBkg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#bannerBkg img {
    max-width: none;
    max-height: none;
}
#bannerBkg {
    width: 100%;
}
.bannerText{
    /*height: 93vh;*/
}
#bannerWrap{
    height: 83vh;
    min-height: 660px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.subBannerPic{
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
footer {
    background: #1c1c1c;
    border-top: 1px #252525;
    z-index: 3;
    position: relative;
}
.bgColorW {
    background-color: var(--bg-colorW);
}
.bgColorGray {
    background-color: var(--bg-colorDGray);
}
.bgColorGray2 {
    background-color: var(--bg-colorDGray2);
}
.bgColorOrg{
    background-color: var(--bg-colorOrg);
}
.bgColorD {
    background-color: var(--bg-colorD);
}
.txColorW1 {
    color: var(--text-colorW1);
}
.txColorW2 {
    color: var(--text-colorW2);
}
.txColorW3 {
    color: var(--text-colorW3);
}
.txColorWG1 {
    color: var(--text-colorWG1);
}
.txColorWG2 {
    color: var(--text-colorWG2);
}
.txColorOrg {
    color: var(--text-colorOrg);
}
.txColorD {
    color: var(--text-colorD);
}
.txColorGray1 {
    color: var(--text-colorGra1);
}
.txColorGray2 {
    color: var(--text-colorGra2);
}
.b1 {
    width: 100%;
    position: relative;
}
.txBold{
    font-weight: 700;
}
.mt1-5rem {
    margin-top: 1.5rem;
}
.mt2rem {
    margin-top: 2rem;
}
.mt3rem {
    margin-top: 3rem;
}
.mb1rem{
    margin-bottom: .5rem;
}
.mb5rem {
    margin-bottom: 5rem;
}
.mt1rem{
    margin-top: .5rem;
}
.mb2rem{
    margin-bottom: 2rem;
}
.mt3_5rem {
    margin-top: 3.5rem;
}
.mb3_5rem{
    margin-bottom: 3.5rem;
}
.mtb5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mtb7rem {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.padAll1rem{
    padding: 1rem;
}
.pb2rem{
    padding-bottom: 1.5rem;
}
.pt1rem {
    padding-top: 1rem;
}
.pb1rem {
    padding-bottom: 1rem;
}
.pt2rem {
    padding-top: 2rem;
}
.ptb3rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt3-5rem {
    padding-top: 3.5rem;
}
.pb5rem{
    padding-bottom: 3rem;
}
.ptb3_5rem{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.pt7rem {
    padding-top: 7rem;
}
.ptbMPayment7rem {
    padding-top: 2.5rem;
}
.posAbsolute {
    position: absolute;
}
.posRelative {
    position: relative;
}
.posAbsoluteCenter{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.z1 {
    z-index: 1;
}
.z2 {
    z-index: 2;
}
.boxSizing {
    box-sizing: border-box;
}
.displayDesktop {
    display: none;
}
.phone_fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.justifyContentLeft{
    justify-content: left;
}
.phone_vf{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.textCenter {
    text-align: center;
}
.btn1,.btn3 {
    color: #ffffff;
    padding: 11px 35px;
    background-color: var(--bg-colorOrg);
    border-radius: 0.6875rem;
    cursor: pointer;
    transition-duration: .3s;
    max-width: 185px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid transparent;
    font-weight: bold;
}
.btn1:hover {
    background-color: #252525;
    border: 1px solid var(--bg-colorW);
    color: #ffffff;
}
.btn2 {
    color: #ffffff;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #FFFFFF;
    /*width: 67px;*/
    padding:  0 0 5px 0;
}
.btn3 {
    max-width: 350px;
    width: 87%;
    min-width: 180px;
}
.Arrow_1, .Arrow_2 {
    width: 17px;
    padding-left: 11px;
}

/*     HomeVideo     */
#T2_1_VideoWrap {
    margin-top: 0;
    width: 92vw;
    height: calc(92vw / 1.78);
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(https://thevoiceoftheprophets.com/pics/image3347_8418Blog8.jpg?v=1);
    background-size: cover;
}
#brTopVideoWrap{
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 94vh;
    background-color: #FFFFFF;
    display: none;
}
#T2_1_Video,#brTopVideo{
    width: 100%;
    height: 100%;
}
#T2VideoBox,#brTopVideoBox {
    height: 100%;
    width: 100%;
}
.SubPgVideo{
    width: 92vw;
    height: calc(92vw / 1.78);
    max-width: 850px;
    max-height: 478px;
}
.content_wrap,.smallContentWrap {
    width: 92%;
    margin: 0 auto;
    max-width: 1722px;
}
.smallContentWrap{
    max-width: 850px;
}
.roundEdge{
    border-radius: 0.6875rem;
    overflow: hidden;
}
.hpPromoPicBox{
    width: 100%;
    min-height: 570px;
    position: relative;
    overflow: hidden;
}
.hpPromoPic{
    min-width: 875px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.hpProTextLogoBox{
    top: 70%;
    max-width: 500px;
}
.scrollItem_wrap::-webkit-scrollbar {
    width: 15px;
    height: 7px;
    border-radius: 50px;
    border: 1px solid var(--text-colorGra1);
}
.scrollItem_wrap::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 50px;
}
.scrollItem_wrap::-webkit-scrollbar-thumb {
    background-color: var(--text-colorGra1);
    border-radius: 50px;
    border: 1px solid var(--text-colorGra1);
}
.scrollItem_wrap::-webkit-scrollbar-thumb:hover {
    background-color: var(--text-colorGra2);
}
.scrollItem_wrap::-webkit-scrollbar-thumb:active {
    background-color: var(--text-colorGra2);
}
.scrollItem_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: var(--text-colorGra1);
}
.scrollItem_wrap{
    overflow-x: unset;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: unset;
    margin: 0 auto;
}
.scrollItemBox{
    width: 250px;
    box-sizing: border-box;
    border: none;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    height: 388px;
    display: inline-block;
    vertical-align: top;
}
.scrollItemPic{
    width: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.scrollItemTex{
    position: absolute;
    z-index: 2;
    top: 250px;
    cursor: pointer;
}
.scrollItemPic2{
    cursor: pointer;
    height: 100px;
}
.scrollItemBox:hover > .scrollItemPic{
    transform: scale(1.03);
    opacity: 1;
    cursor: pointer;
}
.checkMark1{
    height: 1rem;
    padding-top: .27rem;
    padding-right: .7rem;
}
.whiteLine{
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorW);
}
.question{
    padding: .8rem 1.5rem;
    box-sizing: border-box;
    background-color: var(--bg-colorDGray2);
    margin-bottom: 1rem;
}
.questionText{
    width: 90%;
}
.answer{
    margin-top: 1.5rem;
    display: none;
    opacity: 0;
}
.answerOpen{
    display: block;
    opacity: 1;
    padding-bottom: 1.5rem;
    animation: fadeNav .3s;
}
.questionArrow{
    width: 22px;
    align-items: end;
    transition: transform 0.3s ease;
}
.questionArrowOpen{
    transform: rotateZ(180deg);
    transition: transform 0.3s ease;
}
.bannerTextSubPg{
    bottom: 5%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.subBannerPicFade{
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.signUpProgressBarBox{
    width: 33.333%;
    padding: 0 0 .5rem 0;
}
.signUpProgressBar{
    height: 7px;
    margin-top: 1rem;
}
.signUpProgressBarBox svg{
    fill: var(--text-colorGra2);
}
.signUpBtn{
    text-align: center;
    border: solid 1px var(--text-colorW2);
    color: var(--text-colorGra1);
    padding: 3px;
    width: 83px;
    margin: 1rem auto;
    cursor: pointer;
    font-weight: bold;
}
.signUpBtnOrg{
    background-color: var(--bg-colorOrg);
    color: #FFFFFF;
    border: solid 1px var(--bg-colorOrg);
}
.signUpOptOrg{
    color: #cc5000;
    fill: var(--text-colorOrg);
    text-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border: solid 1px #808080b3;
    Box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px 0px;
    transition: box-shadow 0.4s ease-in-out;
}
.grayBar{
    width: 100%;
    height: 1px;
    background-color: var(--bg-colorDGray);
}
#login-button {
    background-color: #4285f4;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.product_fld,#password,#confirm_password,#product_fld{
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 11px;
    border: 1px solid var(--text-colorW2);
    margin-top: 10px;
}
.plan4BoxLoadingPic{
    width: 120px;
    height: 120px;
    background: none;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#checkbox1{
    width: 15px;
    height: 15px;
    margin-right: 11px;
    margin-top: 4px;
}
.checkboxWrap{
    cursor: pointer;
    padding-top: 15px;
}
.planHWrap{
    min-height: 70vh;
    padding-bottom: 30px;
}
.switch1 {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-right: 19px;
}
.switch1 input {
    position: absolute;
    opacity: 0;
    z-index: 100;
    width: 40px;
    margin-left: -28px;
    height: 25px;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 44px;
    background-color: #ccc;
    border-radius: 15px;
    transition: background-color 0.5s ease;
}
.switch1 input:checked + .checkmark {
    background-color: var(--bg-colorOrg);
    transition: background-color 0.5s ease;
}

.checkmark:after {
    content: "";
    position: absolute;
}

.switch1 input:checked + .checkmark:after {
    left: 20px;
}

.switch1 .checkmark:after {
    left: 1px;
    top: 1px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: white;
}
#go-back{
    padding-top: 11px;
    width: 30px;
    margin-left: 0;
    display: none;
}
#togglePw{
    border: none;
    background-color: transparent;
    right: 15px;
    top: 19px;
}
#psEye2{
    width: 17px;
    height: 17px;
}
#plan2Box{
    max-width: 500px;
}
/*//////Video PopUp///////*/
.videoPopUp{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.59);
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.videoPopUpClosed{
    display: none;
}
.videoPopUpVideo{
    max-width: 750px;
    max-height: 421px;
    margin: 0 auto;
    width: 88vw;
    height: calc(88vw / 1.78);
    position: relative;
    overflow-x: hidden;
    background-color: #000000;
    color: #39423d;
    text-align: center;
}
.videoBoxOpen{
    display: block;
}
.videoPopUpX{
    position: absolute;
    right: 50px;
    top: 50px;
}
.bar1X,.bar3X {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 7px 0;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
}
.bar1X {
    -webkit-transform: rotate(-45deg) translate(-3.5px, 3.5px);
    transform: rotate(-45deg) translate(-3.5px, 3.5px);
}
.bar3X {
    -webkit-transform: rotate(45deg) translate(-3.5px, -3.5px);
    transform: rotate(45deg) translate(-3.5px, -3.5px);
}

/*Login*/
.logInBannerWrap{
    height: calc(100vh - 50px);
    padding-top: 1px;
    width: 100%;
    background-color: #141414;
}
.logInBanner{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 1500px;
}
#login_Text{
    position: absolute;
    top: -15px;
    padding-top: 50px;
    left: 0;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.29);*/
}
.Log_1Box {
    width: 92%;
    max-width: 400px;
    padding: 30px 20px 50px 20px;
    margin: 2rem auto;
    color: #FFFFFF;
    background: transparent linear-gradient(143deg, rgba(171, 154, 149, 0.53) 0%, #FFFFFF70 100%) 0 0 no-repeat padding-box;
    box-shadow: 17px 17px 50px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 13px;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /*min-height: 480px;*/
    box-sizing: border-box;
}
.exLink h1{
    padding-bottom: 1rem;
    color: #FFFFFF;
}
.frm_small {
    width: 100%;
    margin: 0 auto 15px auto;
    border-radius: 50px;
    padding: 7px 15px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.FrmErr{
    padding: 0 0 10px 5px;
    color: #f2f2f2;
}
.frm_small:last-child {
    margin: 0 auto 15px auto;
}
.Log1FlexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Log1FlexBox{
    margin-top: 30px;
    width: 100%;
}
.Log1LineL, .Log1LineR {
    width: 37%;
    height: 1px;
    background-color: #ffffff;
    margin-top: 43px;
}
.Log1LineC {
    width: 15%;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
}
.Log1LineWrap,.exLink,.Log1Forgot{
    width: 100%;
    box-sizing: border-box;
}
.Log1LineWrap{
    margin-top: -2rem;
    padding-bottom: 2rem;
}
.Log1Forgot {
    margin: 15px auto 0 auto;
    font-size: 16px;
}
.BtnFrm {
    color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 11px 27px;
    background-color: var(--bg-colorOrg);
    width: 100%;
    box-sizing: border-box;
}
.BtnFrm:hover{
    background-color: #a05122;
    border: solid 1px #ffffff;
}
.homeSignUpBtn{
    width: 100%;
    max-width: none;
}
.phoneCenter{
    text-align: center;
}

.billingBoxWrap{
    margin: 30px auto;
    width: 185px;
    height: 46px;
    border-radius: 30px;
    background-color: #1B1B1B;
    border: solid 1px #FFFFFF;
    position: relative;
}
.billingBoxBG{
    width: 50%;
    border-radius: 50px;
    left: 2px;
    height: 42px;
    top: 2px;
    position: absolute;
    background-color: var(--text-colorOrg);
    -webkit-transition: .4s;
    transition: .4s;
}
.billingBox1, .billingBox2{
    position: absolute;
    top: 10px;
    left: 18px;
    color: #FFFFFF;
    z-index: 1;
    transition: left 0.5s ease;
}
.billingBox2{
    right: 25px;
    left: unset;
}
.billingBoxActive{
    /*left: unset;*/
    left: 64px;
    /*right: 2px;*/
}
.hideBox{
    display: none;
}
.showBox{
    display: block;
}
@media only screen and (min-width: 370px) {

}
@media only screen and (min-width: 500px) {
    #login_Text{
        padding-top: 85px;
        /*background-color: rgba(0, 0, 0, 0.29);*/
    }
}

@media only screen and (min-width: 598px) {

}
/* Layout: 740px */
@media only screen and (min-width: 740px) {
    .subBannerPic{
        height: calc(100vw / 1.78);
        min-height: 100vh;
        min-width: 1920px;
        position: absolute;
    }
}

@media only screen and (min-width: 850px) {
    h2{
        line-height: inherit;
    }
    .fw {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vf {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    /*     HomeVideo     */
    #T2_1_VideoWrap {
        margin-top: 0;
        width: 44vw;
        height: calc(44vw / 1.78);
        position: relative;
        max-width: 722px;
        max-height: 406px;
    }
    .left_50,.right_50{
        width: 47%;
    }
    .box_30{
        width: 31%;
    }
    .Desk_ptb7rem {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .homeSignUpBtn{
        max-width: 224px;
    }
    .phoneCenter{
        text-align: left;
    }
}
/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {

}

@media only screen and (min-width: 1250px) {

}

@media only screen and (min-width: 500px) {
}

@media only screen and (min-width: 598px) {

}

/* Layout: 740px */
@media only screen and (min-width: 740px) {

}

@media only screen and (min-width: 850px) {
    #login_Text{
        padding-top: 0;
        height: 97vh;
        top: -30px;
    }
    .Log_1Box {
        padding: 30px 20px 50px 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
/* Layout: 1040px */
@media only screen and (min-width: 1040px) {

}
/* Layout: 1500px */
@media only screen and (min-width: 1400px) {

}
s, strike{text-decoration:none;position:relative;}
s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.8;
    content: '';
    width: 110%;
    position: absolute;
    height: 5px;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-20deg);
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}
