/*
SHADOW 1: box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

SHADOW 2: box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

SHADOW 3: box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

SHADOW 4: box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

SHADOW 5: box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
*/

body {
    overflow-x: hidden;
    
}

#HomeSec {
    height: 100vh;
    background-image: url(../img/CoupleFeetRock.jpg);
    background-size: cover;
    background-attachment: fixed;
        background-position: center;
    position: relative;
    min-height: 500px;
    max-height: 1200px;

}
#HomeSec h1 {
    margin: 0 auto;
    width: 1150px;
    text-align: center;
    font-size: 69px;
    font-weight: 500;
    color: white;
    text-shadow: 0px 0px 7px black;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 130%;
    border-left: solid 8px white;
     border-right: solid 8px white;
    padding: 30px 0px;
    border-radius: 20px;
}
#HomeSec i {
    font-size: 35px;
    height: 60px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    border: solid 3px white;
    color: white;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 30px);
    padding-top: 13px;
    cursor: pointer;
}
#HomeSec i:hover {
    padding-top: 18px;
}

section {
position: relative;
    z-index: 9;
}

#AfterHomeSec {
    background: white;
    overflow: hidden;
    position: relative;
    z-index: 0px;
    padding-bottom: 200px;
    
}
#AfterHomeSec h1 {
    font-size: 30px;
    font-weight: 300;
    color: dimgray;
    text-align: justify;
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 150px;
    line-height: 120%;
    padding-bottom: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  z-index: 2;
    background: white;
    padding-left: 100px;
    padding-right: 100px;
}
#AfterHomeRedDiv {
    background: #b51730;
    width: 95%;
    margin: 0 auto;
    margin-top: 550px;
    z-index: 10;
    position: relative;
}
#AfterHomeRedDiv h2 {
    font-size: 40px;
    max-width: 920px;
    font-weight: 300;
    color: white;
    text-align: justify;
    margin: 0 auto;
    line-height: 150%;
    padding: 200px 0px;
}
#AfterHomeSec h3 {
    font-size: 50px;
    padding-top: 200px;
    text-align: center;
    font-weight: 100;
    color: #b51730;
    margin: 0 0;
  top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: relative;
    transition: all 0s !important;
}

#HIMFSec {
    height: calc(100vh - 80px);
    max-height: 800px;
    min-height: 500px;
    background: white;
    overflow: hidden;
   border-top: solid 1px lightgray;
    
    position: relative;
}
#HIMFSec img{
    height: 100%;
    width: 50%;
    object-fit: cover;
    background: black;
}

#HIMFSec h2 {
    font-size: 20px;
    color: black;
    font-weight: 300;
    text-align: justify;
    line-height: 140%;
    color: dimgray;
    padding-left: 25px;
    padding-right: 25px;
}
#HIMFSec h1 {
    font-weight: 100;
    display: block;
    font-size: 35px;
    text-align: center;
    color: black;
    text-transform: uppercase;
}
#HIMFAlignDiv {
    height: 100%;
    float: right;
    width: 50%;
}
#HIMFSec b {
    display: block;
    height: 2px;
    width: 60px;
    background: #e74c3c;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 30px;
}
#HIMFTextDiv {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}

#IntroSec {
    height: 700px;
    background: #b41932;
}
#IntroSec h1 {
    font-size: 55px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    color: white;
    
}
#IntroSec sup {
    font-size: 12px;
    top: -30px;
    left: 5px;
}
#IntroSec b {
    font-weight: 100;
}

#AfterIntroSec {
    background: white;
    overflow: hidden;
}
#AfterIntroArrow {
 width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  
  border-top: 30px solid #b41932;
    margin: 0 auto;
    margin-bottom: -30px;
    
}
#AfterIntroTitle {
    font-size: 25px;
    color: dimgray;
    line-height: 140%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
    font-weight: 300;
    margin-top: 120px;
    
    
}
#AfterIntroTitle b{
    font-weight: 400;
    color: black;
}
#AfterIntroSubTitle {
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    color: #b41932;

    max-width: 1000px;
    margin: 0 auto;
        margin-top: 50px;
    margin-bottom: 120px;
    line-height: 130%;
}

#WordCloudSec {
    
    background: white;;
    perspective: 0px;
    
}
#CloudTitle {
    font-weight: 100;
    font-size: 65px;
    text-align: center;
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 200px;
    margin-bottom: 0px;
    text-transform: u;
    background:rgb(240,240,240);

}
#CloudQuestionMark {
    height: 100px;
    position: relative;
    top: 30px;
    left: -20px;
    margin-right: -50px;
}
#CloudSubTitle {
    color: #b41932;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
font-weight:300;
margin-top: 150px;
    line-height: 130%;

}
#CloudSubTitle span {
  display: block;
    margin: 0 auto;
    
}
#CloudImg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    padding-top: 70px;
    padding-bottom: 220px;
}
#WordCloudTriangle{
    width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  
  border-top: 40px solid rgb(240,240,240);
    margin: 0 auto;
    position: relative;
}
#WordCloudTriangle2{
    width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  
  border-top: 40px solid rgb(235,235,235);
    margin: 0 auto;
    position: relative;
}



#QuestionSec {
    height: 450px;
    background: white;
    overflow: hidden;
    position: relative;
    border-top: solid;
    border-width: 1px;
    border-color: rgb(240,240,240)
    
}
#QuestionTitle {
    text-align: center;
    font-weight: 100;
    font-size: 35px;
    text-transform: capitalize;
    margin-top: 0px;
    padding-top: 110px;
    color: gray;
}
#QuestionYesDiv {
    height: 280px;
    width: 50%;
   margin-top: 0px;
    position: relative;
    float: left;
    cursor: pointer;
     border-bottom: solid 0px #2ecc71;
    transition: all 0.1s;
}
#QuestionYesDiv:hover {
     border-width: 10px;
}
#QuestionYesTitle {
    text-align: center;
    font-weight: 100;
    font-size: 60px;
    color: #2ecc71;
    padding-top: 70px;
}
#QuestionNoDiv {
    height: 280px;
    width: 50%;
   margin-top: 0px;
    position: relative;
    float: right;
    cursor: pointer;
    border-bottom: solid 0px #e74c3c;
    transition: all 0.1s;
}
#QuestionNoDiv:hover {
   border-width: 10px;
}
#QuestionNoTitle {
    text-align: center;
    font-weight: 100;
    font-size: 60px;
    color: #e74c3c;
    padding-top: 70px;
}
#QuestionText {
    position: absolute;
    top: 200px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 950px;
    text-align: justify;
    font-size: 18px;
    margin: 0 auto;
    opacity: 0;
   width: 90%;
    
}



#ReviewSec {



    height: 650px;
    background-color:#0e0a08;
    overflow: hidden;
 

}
#ReviewImg, #ReviewImg2, #ReviewImg3 {

    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: left;
        -webkit-filter: brightness(0.7);
-ms-filter: brightness(0.7); -moz-filter: brightness(0.7);filter: brightness(0.7);
position: relative;
     z-index: 2;
    margin-left: -50%;
}
#ReviewImgVideo, #ReviewImgVideo2, #ReviewImgVideo3 {
     width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: left;


}
 #ReviewImgVideoDiv {
     width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
     position: relative;
     z-index: 1;

}
#ReviewTextDiv {

    float: right;
    width: 50%;
    height: 100%;


}
#ReviewTitle {
    font-size: 20px;
    font-weight: 100;
    color: white;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 40px;
}
#ReviewText {

    color: #d7ccc8;
    font-size: 28px;
    max-width: 710px;
  
    margin: 0 auto;
    text-align: justify;
    color: white;
    font-weight: 100;
    line-height: 120%;


}
#ReviewInnerDiv {
    width: 60%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}
#ReviewName {
    color: white;
    font-size: 25px;
    width: 710px;
    margin: 0 auto;
    padding-top: 30px;
    color: white;
    font-weight: 500;
line-height: 100%;
    text-align: left;
    padding-left: 15px;

}
#ReviewName span {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 100;
    
}
#ReviewButtons {

    background: #881124;
    font-size: 18px;
    margin-top: 60px;
    margin-left: 0px;
    color: white;

    color: white;
    font-weight: 700;
}
#ReviewButtons:hover {

   background-color: #c61431;

}
#ReviewPlayButton, #ReviewPlayButton2, #ReviewPlayButton3 {

    font-size: 120px;
    color: white;

    cursor: pointer;
    float: left;
    margin-right: -150px;
    position: relative;
    z-index: 10;
    top: 500px;
    right: -30px;
}
#ReviewPlayButton:hover {

    opacity: 0.7;

}
#ReviewQuoteTop {
    font-size: 50px;
    color: rgba(255,255,255,0.2);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    margin-left:-70px; 
    margin-right: 20px;
}
#ReviewQuoteBottom {
    font-size: 50px;
    color: rgba(255,255,255,0.2);
    margin-top: -30px;
  float: right;
    margin-right: -70px;

}

#PersonalSec {
    background: #b41932;
    height: 700px;
    overflow: hidden;
}
#PersonalSec h1 {
    width: 900px;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 30px;
    text-align: justify;
    padding: 50px;
    font-weight: 300;
    color: black;

}
#PersonalSec div {
 height: 1100px;
    border-radius: 50%;
    width: 1100px;
    margin: 0 auto;
        margin-top: -200px;
    background: white;

}
#PersonalSec b{
    float: left;
    display: block;
    height: 10px;
    width: 20px;
    background: #b41932;
}

#TragedyIntroSec {
    
     height: 700px;
    background: black;
    text-align: center;
    
}
#TragedyIntroSec h1 {
    font-size: 50px;
    text-align: center;
    color: white;
    font-weight: 100;
    margin-bottom: 0px;
    
}
#TragedyIntroSec h2 {
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: 300;
margin-top: 20px;
    
    
}
#TragdyArrow {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-top: 5px;
    color: white;
    font-size: 40px;
    
}
@-moz-keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceArrow {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  60% {
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
#TragedySec {
    
    background: white;;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    min-height: 2800px;
     
}
#TragedyLongLine {
    position: absolute;
    width: 1px;
    height: 200%;
    margin-top: -100px;
    background: #881124;
    top: 0px;
    bottom: 0px;
    left: 100px;
    z-index: 1;

}
#TragedyImg {
    
    display: block;
    width: 50%;
    height: calc(100vh);
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0px;
    top: 0px;
    object-fit: cover;
   
}
#TragedyTimelineDiv {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto;
}
#TragedyInnerDiv {
    padding-right: 100px;
    padding-top: 100px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;

}
#TragedyTimeBall {
    display: block;
    float: left;
    height: 70px;
    width: 90px;
    border-radius: 70px;
    text-align: center;
    padding-top: 25px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 65px;
    color: #881124;
    position: relative;
    z-index: 2;
    background: white;
    border: solid 1px #881124;
    overflow: hidden;
    
}
#TragedyTimelineContent {
    width: 100%;
}
#TragedyTimelineContent p {
    color: black;
    float: right;
    width: 90%;
    text-align: justify;
    font-size: 17px;
    font-weight: 300;
}
#TragedyInnerInnerDiv {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
#TragedySolutionSec {
    height: 700px;
    background: #881124;
    border-top: solid;
    border-width: 1px;
    border-color: #262626
    
}
#TragedySolutionSec p {
    margin-top: 0px;
    text-align: justify;
    width: 785px;
    font-size: 25px;
    color: white;
    font-weight: 100;
    margin: 0 auto;
    
}
#TragedySolutionTitle {
    font-size: 29.5px;
    text-transform: uppercase;
    font-weight: 300;
}

#HereIsTheSecretSec {
    height: 600px;
    background: white;
    position: relative;
    
}
#HereIsTheSecretTriangle{
    width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  
  border-top: 40px solid white;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 40px);
    
}
#HereIsTheSecretSec h1 {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    color: #b41932;
    margin: 0 0;
}
#HereIsTheSecretSec h2{
     font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: dimgray;
    margin: 0 0;
    margin-top: 5px;
}
#TragedyAfterSec {
    height: 500px;
    background: #191919;
    overflow: hidden;
}
#TragedyAfterSec h1 {
    
    font-size: 31px;
    font-weight: 100;
    line-height: 140%;
    text-align: justify;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 0;
    margin-top: 50px;
    color: white;
}

#WhatLearnSec {
    background: white;
    overflow: hidden;
    padding-bottom: 5px;
}
#WhatLearnSec h1 {
    font-size: 22px;
    font-weight: 300;
    max-width:700px;
    margin: 0 auto;
    text-align: justify;
    line-height: 130%;
    padding-top: 100px;
    color: dimgray;
}
#WhatLearnSec h2 {
    font-size: 33px;
    font-weight: 100;
    margin: 0 auto;
    text-align: center;
    line-height: 130%;
    padding-top: 20px;
    color: #b51730;
    margin-bottom: 30px;
    
}
#WhatLearnInnerDiv {
    
    margin: 0 auto;
    text-align: center;
    width: 750px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    overflow: hidden;
    margin-top: 50px;
    border-radius: 3px;
}
#WhatLearnIcon {
    text-align: center;
    display: block;
    color: lightgray;
    font-size: 30px;
    height: 20px;
}
#WhatLearnInnerDiv h3 {
    padding: 30px;
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: left;
    margin: 0 0;
    border-bottom: solid 1px rgb(230,230,230);
    font-weight: 300;
}
#WhatLearnInnerDiv i {
    font-size: 20px;
    position: relative;
    top: 4px;
    color: #b51730;
    padding-right: 30px;
    
}


#NotToLateSec {
    height: 300px;
    background: white;
    overflow: hidden;
}
#NotToLateSec h1 {
   margin: 0 auto;
    width: 700px;
    font-weight: 100;
    font-size: 30px;
    color: #b41932;
    text-align: justify;
    line-height: 120%;
}
#NotToLateSec b {
    text-align: center;
    font-weight: 400;
    display: block;
    padding-top: 10px;
}

#LearningTextSec {
    height: 1500px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: center;
    
    
    
}
#LearningTextSec div {
     background: -webkit-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
         background: -moz-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
     background: -o-linear-gradient(rgb(240,240,240), rgba(0,0,0,0), rgba(0,0,0,0));
     background: linear-gradient(rgb(240,240,240), rgba(255,255,255,0), rgba(255,255,255,0));

    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#LearningTextSec h2 {
    width: 500px;
    color: black;
    font-size: 25px;
    text-align: justify;
    font-weight: 300;
    position: absolute;
    right: 15vw;
    background: rgba(255,255,255,0.85);
    padding: 50px;
    border-radius: 3px;
    top: 850px;
    line-height: 130%;
}
#LearningTextGo {
    display: block;
    font-size: 42px;
    font-weight: 200;
    padding-top: 30px;
    text-align: center;
}
#AudioTypesSec {
    background: white;
    overflow: hidden;
    text-align: center;
}
#AudioTypeTitle {
    font-size: 27px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: 130px;
    font-weight: 100;
    text-align: justify;
    line-height: 130%;
}
#AudioTypeTitle b {
    font-weight: 300;
}

#AudioTypeBigImg {
    width: 100%;
    margin-top: 50px;
}
#AudioTypeDiv {
    width: 1100px;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    margin-top: 100px;
    border: solid 5px rgb(240,240,240);
}
#AudioTypeDiv h1 {
    font-size: 35px;
    font-weight: 100;
    color: #b51730;
    margin-top: 50px;
    margin-bottom: 50px;
    
}
#AudioTypeDiv span {
    font-size: 20px;
    font-weight: 300;
    color: dimgray;
}
#AudioTypeDiv div {
    width:470px;
    overflow: hidden;
    float: left;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

    border-radius: 3px;
    background: white;
    height: 400px;
    margin-left: 10px;
    margin-right: 10px;
}
#AudioTypeDigitalImg {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 25px;
}
#AudioTypeCDImg {
    height: 280px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
#AudioTypeDiv label {
    font-size: 30px;
    font-weight: 100;
    color: dimgray;
    text-transform: uppercase;
    
}
#AudioTypeOr {
    height: 80px;
    width: 80px;
    background: #b51730;
    border-radius: 50%;
    color: white;
    float: left;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-left: -40px;
    margin-right: -40px;
    z-index: 2;
    position: relative;
    font-weight: 100;
    font-size: 35px;
    top: 150px;
    padding-top: 10px;
    border: solid 5px white;

}
#AudioTypeInnerDiv {
    display: block;
    width: 980px;
    margin: 0 auto;
}

#CautionSec {
  
    height:650px;
    background: #b51730;
    position: relative;
    overflow: hidden;
    
}
#CautionTitle {
    font-size: 125px;
    color: #b51730;
    margin: 0 0;
    font-weight: 100;
text-align: center;

    
}
#CautionSubTitle {
    font-size: 15px;
    color: dimgray;
    width: 550px;
    text-align: justify;
    margin-left: 380px;

    font-weight: 300;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 130%;
}
#CautionTitle span {
    display: inline-block;
    height: 2px;
    width: 50px;
    background: #b51730;
    position: relative;
    top: -40px;
    margin-left: 50px;
    margin-right: 50px;
    
}
#CautionInnerDiv {
    
    margin: 0 auto;
    background: white;
    padding: 100px 100px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
}


#AllMediaSec {
    
    background: white;
    padding-bottom: 50px;
    
}
#AllMediaTitle {
    margin: 0 0;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    color: #881124;
    
}
#AllMediaInnerDiv {
   width: 1100px;
    text-align: justify;
    margin: 0 auto;
    width: 95%;
    
}
.AllMediaImg {
    height: 3.8vw;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
margin-left: 2vw;
    margin-right: 2vw;

}
#AllMediaSlideImg {
    width: 200vw;
    transition: all 10s, height 0s;
    transition-timing-function: linear;
    margin-bottom: 100px;
}
#AllMediaSubTitle {
    
    color: dimgray;
    font-size: 17px;
    width: 560px;
    text-align: justify;
    margin: 0 auto;
    padding-bottom: 100px;
    line-height: 120%;
    
}
#AllMediaScrollDiv {
    overflow: hidden;
}

#EndorcementSec {
    
    background: #0e0a08;
    height: 1000px;
    border-bottom: solid;
    border-color: rgba(255,255,255,0.3);
    border-width: 1px;
    
    
}
#EndorcementTitle {
    
    color: white;
    font-weight: 300;
    width: 730px;
    margin: 0 auto;
    padding-top: 100px;
    font-size: 23px;
    text-align: justify;
    line-height: 140%;
    padding-bottom: 50px;
    
}
#EndorcementItemDiv {
    
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    display: block;
    overflow: hidden;
    
    
}
#EndorcementItemImg {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border: solid;
    border-width: 10px;
    border-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    float: left;
    object-position: top;
}
#EndorcementItemTitle {
    font-weight: 100;
    font-size: 69px;
    float: left;
    color: white;
    padding-top: 30px;
    padding-left: 50px;
}
#EndorcementItemSubtitle {
    font-weight: 100;
    color: white;
    font-size: 12px;
    width: calc(100% - 250px);
    clear: both;
    float: right;
    line-height: 150%;
    margin-top: -55px;
}
#EndorcementReviewText {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    width: 600px;
    color: white;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    
}
#EndorcementReviewText i {
    font-size: 40px;
    color: white;
    display: block;
    text-align: center;
    padding-top: 20px;
}

#NowSec {
    background-image: url(../img/CoupleTopFall.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    height: 1000px;
    background-position: center;
}
#NowDiv {
    
    margin: 0 auto;
    background: white;
    border-radius: 3px;
    width: 600px;
    border: solid 5px rgb(235,235,235);
}
#NowDiv h1 {
    font-size: 30px;
    font-weight: 100;
    color: #b51730;
    line-height: 120%;
    text-align: center;
}
#NowDiv h2 {
    font-size:18px;
    text-align: justify;
    font-weight: 300;
    color: black;
    line-height: 135%;
    width: 85%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    
}
#NowLeftBorder {
    height: 2px;
    width: 30px;
    display: block;
    background: rgb(235,235,235);
    float: left;
}
#NowRightBorder {
    height: 2px;
    width: 30px;
    display: block;
    background: rgb(235,235,235);
    float: right;
}

#WorthSec {
    background: white;
    overflow: hidden;
}
#WorthSec h1 {
    font-weight: 400;
    font-size: 18px;
    color: dimgray;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}
#WorthSec h2 {
    font-weight: 100;
    font-size: 40px;
    color: #b51730;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
#WorthSec b {
    font-weight: 300;
}
#WorthInnerDiv {
    margin: 0 auto;
    width: 1200px;
    height: 650px;
    margin-top: 50px;
    margin-bottom: 80px;
}
#WorthInnerDiv img {
    width: 60%;
    height: 100%;
    object-fit: contain;
    float: left;
    padding-right: 50px;
    padding-left: 50px;
    
    
}
#WorthIncludesDiv {
    float: right;
    width: 40%;
    height: 100%;
}
#WorthIncludesDiv div {
    height: 55px;
    
}
#WorthIncludesDiv h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    float: right;
    
}
#WorthIncludesDiv H6 {
    font-size: 15px;
    font-weight: 300;
    color: #b51730;
    border-bottom: solid 1px #b51730;
    padding: 10px;
    margin: 0 auto;
    
}
#WorthIncludesDiv i {
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    color: #b51730;
}
#WorthTitleDiv {
    box-shadow: 0px 0px 7px rgba(0,0,0,0.25);
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 100px;
}
#WorthSec h4 {
    font-size: 30px;
    color: #b51730;
    font-weight: 300;
    text-align: center;
    margin: 0 0;
}
#WorthSec h5 {
    background: #b51730;
    font-size: 70px;
    font-weight: 100;
    color: white;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    width: 650px;
    border-radius: 3px;
    margin-top:10px;
    margin-bottom: 100px;
}

#MoneyBackSec {
    border: solid 10px rgb(220,220,220);
    background: white;
    overflow: hidden;
    height: 400px;
    cursor: default;
}
#MoneyBackSec h1 {
    text-align: center;
    font-weight: 100;
    font-size: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #b51730;
    padding-top: 55px;
}
#MoneyBackSec p {
color: black;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    text-transform: none;
    max-width: 1000px;
    text-align: justify;
    margin: 0 auto;
    display: none;
    margin-top: 20px;
    padding-bottom: 55px;
}
#MoneyBackSec span {
    font-weight: 200;
}
#MoneyBackSec label {
    display: block;
    color: dimgray;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    width: 150px;
    margin: 0 auto;
    height: 55px;
}
#MoneyBackSec i {
    font-size: 14px;
    position: relative;
    top: 2px;
}
#MoneyBackSec:hover {
    border-width: 20px;
    border-color: #b51730;
}

#PreCTASec {
    background: #191919;
    overflow: hidden;
    height: 700px;
}
#PreCTASec h1 {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    font-weight: 300;
    line-height: 135%;
    color: black;
    box-shadow: 0px 0px 100px rgba(255,255,255,0.7);
    border-radius: 3px;
    padding: 50px;
    background: white;
}
#PreCTASec span {
    font-weight: 400;
}

#CTASec {
    background: white;
    overflow: hidden;
    height: 800px;
    position: relative;
    z-index: 10;
    
}
#CTAInnerDiv {
    width: 1200px;
    margin: 0 auto;
}
#CTAInnerDiv img {
    width: 700px;
    padding: 50px;
}

#CTASideDiv {
    width: 500px;
    float: right;
}
#CTASideDiv h1 {
    font-size: 40px;
    text-align: center;
    color: #b51730;
    margin-bottom: 0px;
    font-weight: 100;
    line-height: 110%;
}
#CTASideDiv span {
    color: gray;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: -5px;
    text-transform: uppercase;
}
#CTASideDiv label {
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    color: black;
}
#CTASideDiv b {
    width: 50px;
    display: inline-block;
    height: 1px;
    background: black;
    margin: 0 20px;
    position: relative;
    top: -15px;
}
#CTASideDiv button {
    height: 80px;
    width: 350px;
    background: #b51730;
    color: white;
    font-weight: 300;
    font-size: 40px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    border: none;
    border-radius: 3px;
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#CTASideDiv button:hover{
    background: #e31e3d;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 40px;
}
#CTASideDiv i {
    font-size: 25px;
    text-align: center;
    display: block;
    color: lightgray;
    margin: -10px 0px;
}
#CTASideDiv strong {
    font-weight: 300;
}

#SignitureSection {
    
    height: 100vh;
    max-height: 1100px;
    min-height: 800px;
    background-image: url(../img/WoodBackground.jpg);
    background-size: cover;
    overflow: hidden;
    background-position: bottom;
}
#SignitureDiv {
    width: 800px;
    background: white;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px;
    text-align: justify;
}
#SignitureDiv a {
    text-decoration: underline;
    color: inherit;
}
#SignitureImg {
    width: 150px;
    
}

#CTAPopUpDiv {
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}
#CTAPopUpInnerDiv {
    background: white;
    border: solid 10px white;
    border-radius: 10px;
    width: 80vw;
    max-width: 800px;
    min-height: 100px;
    max-height: 600px;
    min-width: 200px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    overflow: hidden;
    transition: all 0.5s;
    transition-timing-function:ease;
    margin-top: 200vh;
    position: relative;
    padding: 10px;
    
}
#CTAPopUpClose {
    position: absolute;
    font-size: 25px;
    top: -3px;
    width: 30px;
    height: 30px;
    left: -5px;
    text-align: center;
    padding-top: 0px;
    border-radius: 50%;
    color: dimgray;
    cursor: pointer;
    
}

#CTAPopupOptionTitle {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #b51730;
    padding-bottom: 20px;
}
#CTAPopupOptionDiv {
    overflow: hidden;
    width: 50%;
    height: 320px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    border-bottom: solid 5px white;

}
#CTAPopupOptionDiv img {
    text-align: center;
    display: block;
    height: 200px;
    margin: 0 auto;
    margin-top: 20px;
}
#CTAPopupOptionDiv h1 {
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin: 0 0;
    padding-top: 20px;
    transition: all 0s;
}
#CTAPopupOptionDiv h2{
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: gray;
    margin: 0 0;
    padding-top: 10px;
}
#CTAPopupOptionDiv:hover {
box-shadow: 0 1px 3px rgba(0,0,0,0.3), 0 1px 2px rgba(0,0,0,0.3);
   border-color: #b51730;
    
}
#CTAPopupOptionDiv:hover h1 {
    color: #b51730;
}

#StickyOrderDiv {
    height: 100px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: white;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    width: 220px;
    border-radius: 3px;
    
   
    
}
#StickyOrderDiv div {
    margin: 0 auto;
    width: 1000px;
}
#StickyOrderDiv h1 {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    margin: 0 0;
    color: dimgray;
    
    
}
#StickyOrderDiv button {
    height: 40px;
    width: 190px;
    font-size: 16px;
    border: none;
    background: #b51730;
    color: white;
    font-weight: 300;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding-top: 4px;
}
#StickyOrderDiv button:hover {
     background: #e31e3d;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


@media only screen and (max-width: 1300px) {
    
    #HomeSec h1{
        width: 650px;
        font-size: 37px;
    }
    
    #AfterHomeSec h1 {
        font-size: 25px ;
        padding:  0 0 ;
        width: 80%;
        position: static !important;
        padding-top: 100px;
    }
    #AfterHomeSec h3 {
        font-size: 45px ;
        padding:  0 0 ;
        width: 650px;;
        margin: 0 auto;
        position: static !important;
    }
    #AfterHomeRedDiv {
        margin: 100px auto;
    }
    #AfterHomeRedDiv  h2 {
        width: 80%;
        font-size: 35px;
    }
    #AfterHomeSec {
        padding-bottom: 100px;
    }
    
    #HIMFAlignDiv {
        width: 60%;
    }
    #HIMFSec {
   
        height: 600px;
   
    }
    #HIMFSec img{
        height: 100%;
        width: 40%;
        object-fit: cover;
        background: black;
    }
    
    #IntroSec h1 {
        width: 650px;
    }
    
    #AfterIntroTitle {
        font-size: 20px;
        width: 85%;
    }
    #AfterIntroSubTitle {
        width: 650px;
    }
    
    #CloudTitle {
        font-size: 45px;
    }
    
    #QuestionTitle {
        width: 650px;
        margin: 0 auto;
        font-size: 40px;
        padding-top: 81px;
    }
    
    #PersonalSec div {
        width: 650px;;
        height: 650px;  
        margin-top: -75px;
    }
    #PersonalSec  {
        height: 500px;
    }
    #PersonalSec h1 {
        width: 85%;
        font-size: 25px;
        line-height: 130%;
    }
    
    #TragedyImg {
        position: static !important;
        width: 100%;
        height: 45vw;
    }
    #TragedyInnerDiv {
        width: 100%;
        position: static;
    }
    
    #TragedySolutionSec p {
        width: 650px;
    }
    #TragedySolutionTitle {
        font-size: 24.8px;
    }
    
    #WhatLearnSec h1 {
        width: 650px;
        font-size: 20px;
        text-align: center;
    }
    #WhatLearnSec h2 {
        width: 650px;
        font-size: 35px;
        text-align: center;
    }
    #WhatLearnInnerDiv {
        width: 95%;
        
    }
    #WhatLearnInnerDiv h3 {
        font-size: 18px;
    }
    
    #NotToLateSec h1 {
        width: 80%;
        
        font-size: 25px;
    }
    
    #LearningTextSec h2 {
        margin: 0 auto;
        position: static;
        margin-top: 350px;
    }
    
    #AudioTypeTitle {
        
        width: 80%;
        font-size: 23px;
    }
    #AudioTypeDiv {
        width: 95%;
        max-width: 800px;
    }
    #AudioTypeDiv h1 {
        font-size: 22px;
        font-weight: 300;
        line-height: 140%;
    }
    #AudioTypeInnerDiv div {
        float: none;
        margin: 0 auto;
        
    }
    #AudioTypeOr {
        float: none;
        position: static;
        display: block;
        position: relative;
        top: 0;
        margin:  0 auto;
        margin-bottom: -20px;
        margin-top: -20px;
    }
    #AudioTypeInnerDiv {
        width: 100%;
    }
    
    #CautionInnerDiv {
        width: 95%;
    }
    #CautionTitle span {
        display: none;
    }
    
 
    
    #EndorcementSec {
        height: auto;
    }
    #EndorcementTitle {
        width: 600px;
        font-size: 25px;
    }
    #EndorcementItemImg {
        width: 300px;
        height: 300px;
        display: block;
        margin: 0 auto;
        float: none;
        
    }
    #EndorcementItemDiv {
        width: 100%;
        padding-bottom: 50px;
    }
    #EndorcementItemTitle {
        float: none;
        text-align: center;
        padding: 0 0;
    }
    #EndorcementItemSubtitle {
        float: none;
        margin: 0 auto;
        width: 510px;
        text-align: center;
    }
    #EndorcementReviewText {
        padding-top: 50px;
    }
    
    #WorthTitleDiv h1 {
        width: 550px;
        margin: 0 auto;
    }
    #WorthTitleDiv h2 {
        width: 600px;
        margin: 0 auto;
        margin-top: 30px;
    }
    #WorthInnerDiv {
        width: 90%;
        height: auto;
    }
    #WorthInnerDiv img {
        display: block;
        float: none;
        height: auto;
        width: 600px;
        margin: 0 auto;
    }
    #WorthIncludesDiv {
        margin: 0 auto;
        float: none;
        width: 500px;
        height: auto;
        padding-top: 70px;
    }
    
    #MoneyBackSec h1 {
        width: 90%;
        font-size: 35px;
    }
    #MoneyBackSec p {
        width: 600px;
    }
    
    #PreCTASec h1 {
        width: 90%;
    }
    #PreCTASec {
        height: 800px;
    }
    
    #CTASec {
        height: auto;
        padding: 150px 0;
    }
    #CTAInnerDiv {
        width: 90%;
        height: auto;
        display: block;
    }
    #CTAInnerDiv img {
        float: none;
        height: auto;
        display: block;
        margin: 0 auto;
        width: 500px;
        padding: 0 0;
        
    }
    #CTASideDiv {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }
    
    #SignitureSection {
        height: 500px;
        background-position: left;
    }
    #SignitureDiv {
        width: 500px;
    }
    
    
}

@media only screen and (max-width: 900px) {
    
    #CTAPopUpInnerDiv {
        width: 95%;
        height: 90%;
        overflow-y: scroll;
        max-height: 800px;

        
        
    }
    #CTAPopupOptionDiv {
        display: block;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 700px) {
    
    #LearningTextSec {
    height: 1000px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: -30vw;
    
    
    
}
    
    #HomeSec {
        min-height: 700px;
        height: calc(100% - 100px)
    }
    #HomeSec h1{
        width: 90%;
        font-size: 35px;
        padding: 0 20px;
        
    }
    
    #AfterHomeSec h1 {
        font-size:  18px ;
        width: 85%;
      
    }
    #AfterHomeSec h3 {
     width: 90%;
        font-size: 25px;
        font-weight: 300;
    }
    #AfterHomeRedDiv  h2 {
        font-size: 20px;
        padding: 70px 0;
    }

    
      #HIMFSec {
     height: 800px;

    }
    #HIMFSec img{
       width: 100%;float: none;
        height: 300px;
    }
    #HIMFSec h2 {
        width: 95%;
        margin: 0 auto;
        line-height: 115%;
        font-size: 17px;
    }
    #HIMFSec h1 {
        font-size: 30px;
    }
    #HIMFAlignDiv {
       width: 100%;
        height: 500px;
    }
    #HIMFSec b {
       height: 3px;
    }
    #HIMFTextDiv {
      
    }
   
    #IntroSec {
        height: 400px;
    }
    #IntroSec h1 {
        width: 90%;
        font-size: 40PX;
    }
    #IntroSec sup {
        top: -15px;
    }
    
    #AfterIntroTitle {
        font-size: 18px;
    }
    #AfterIntroSubTitle {
        width: 90%;
        font-size: 23px;
        font-weight: 300;
    }
    
  
    #WordCloudSec {
        padding-bottom: 100px;
    }
    #CloudTitle {
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #CloudSubTitle {
        font-size: 20px;
        width: 90%;
        margin: 0 auto;
        margin-top: 100px;
    }
    #CloudImgScrollDiv {
        overflow: scroll;
    }
    #CloudImg {
        width: 200%;
        padding-bottom: 0px;

    }
    
    #QuestionSec {
        height: auto;
        padding-bottom: 100px;
    }
    #QuestionTitle {
        width: 90%;
        margin: 0 auto;
        font-size: 23px;
        padding-top: 81px;
    }
    #QuestionText {

    position: relative;
        top: 40;
        width: 85%;
        font-size: 15px;
        line-height: 125%;
    
    }
    #QuestionYesDiv {
        margin-bottom: -100px;
    }
     #QuestionNoDiv {
        margin-bottom: -100px;
    }
    
    #PersonalSec div {
        width: 100%;;
        height: 100%;  
        margin-top: 0;
        background: none;
        border-radius: 0px;
    }
    #PersonalSec h1 {
        width: 85%;
        font-size: 20px;
        line-height: 130%;
        color: white;
        padding: 0 0;
    }
    
    #TragedyImg {
        height: 60vw;
    }
    #TragedyInnerDiv {
       width: 90%;
        margin: 0 auto;
        padding: 0 0;
    }
    #TragedyInnerInnerDiv {
        width: 100%;
        
    }
    #TragedyLongLine {
        display: none;
    }
    #TragedyTimelineDiv {
        width: 100%;
        display: block;
        padding: 30px 0;
    }
    #TragedyTimeBall {
        position: static;
        float: none;
        display: block;
        width: 70px;
        margin: 0 auto;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-width: 3px;
    }
    #TragedyTimelineContent {
        width: 90%;
        padding: 0 0;
        margin: 0 0;
        margin: 0 auto;
        
        
    }
    #TragedyTimelineContent p {
        width: 100%;
        float: none;
    }
    
    #TragedySolutionSec p {
        width: 85%;
        font-size: 20px;
    }
    #TragedySolutionTitle {
       text-align: center;
        display: inline-block;
        font-size: 22px;
    }
    
    #TragedyAfterSec h1{
        width: 85%;
        margin: 0 auto;
        display: block;
        font-size: 23px;
        margin-top: 40px;
    }
    
    #WhatLearnSec h1 {
        width: 85%;
        font-size: 16px;
    }
    #WhatLearnSec h2 {
        width: 90%;
        font-size: 30px;
    }

    #WhatLearnInnerDiv h3 {
        position: relative;
    }
    #WhatLearnInnerDiv i {
      padding-right: 5px;
    }
    
    #NotToLateSec h1 {
        
        font-size: 22px;
    }
    
    #LearningTextSec {
        height: 1000px;
    }
    #LearningTextSec h2 {
        width: 95%;
        font-size: 22px;
        padding: 50px 30px;;
        margin-top: 230px;
    }
    
    #AudioTypeTitle {
        
        width: 85%;
        font-size: 20px;
        margin-top: 100px;
    }
    
    #AudioTypeInnerDiv div {
        float: none;
        margin: 0 auto;
        width: 90%;
        height: auto;
        padding-bottom: 40px;
}
    #AudioTypeInnerDiv label {
        font-size: 25px;
        font-weight: 300;
    }

    #CautionTitle {
        font-size: 50px;
    }
    #CautionInnerDiv {
        padding: 50 0px;
    }
    #CautionSubTitle {
        width: 85%;
        margin-top: 20px;
    }
 
    #AllMediaTitle {
        font-size: 30px;
        width: 90%;
        margin: 0 auto;
    }
    #AllMediaSubTitle {
        width: 85%;
        
    }
       #AllMediaScrollDiv {
        overflow: scroll;
        padding: 0 30px;
    }
    #AllMediaSlideImg {
        width: 1000px;
        transition: all 0s;
    }
 
    #EndorcementTitle {
        width: 85%;
        font-size: 20px;
    }
    #EndorcementItemImg {
        width: 250px;
        height: 250px;
    }
    #EndorcementItemTitle {
      
        font-size: 35px ;
    }
    #EndorcementItemSubtitle {
      
        width: 90%;
        font-size: 15px;
    }
    #EndorcementReviewText {
        width: 85%;
        font-size: 18px;
        text-align: justify;
    }
    
    #NowSec {
        height: 800px;
    }
    #NowDiv {
        width: 95%;
        
    }
    #NowDiv h1 {
        padding: 0 10px;
    }
    
    #WorthTitleDiv h1 {
        width: 85%;
        font-size: 20px;
    }
    #WorthTitleDiv h2 {
        width: 90%;
line-height: 125%;
        font-size: 30px;
    }
    #WorthInnerDiv {
        width: 90%;
        height: auto;
    }
    #WorthInnerDiv img {
        display: block;
        float: none;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    #WorthIncludesDiv {
       
        width: 90%;
        height: auto;
        padding-top: 70px;
    }
    #WorthIncludesDiv h3 {
        font-size: 17px;
        line-height: 125%;
    }
    #WorthIncludesDiv i {
        width: 50px;
    }
    #WorthSec h4 {
        font-size: 18px;
        width: 95%;
        margin: 0 auto;
    }
    #WorthSec h5 {
        width: 95%;
        font-size: 35px;
    }
    
    #MoneyBackSec {
        height: 550px;
    }
    #MoneyBackSec h1 {
        width: 90%;
        font-size: 25px;
        font-weight: 300;
    }
    #MoneyBackSec p {
        width: 90%;
        font-size: 14px;
    }
    #MoneyBackSec label {
        padding-top: 20px;
    }
    
    #PreCTASec h1 {
        width: 95%;
        padding: 50 20px;
        font-size: 15px;
    }
    #PreCTASec {
        height: 850px;
    }
    
   
    #CTAInnerDiv {
        width: 90%;
      
    }
    #CTAInnerDiv img {

        width: 95%;
        
    }
    #CTASideDiv {
  
        width: 90%;
    }
    #CTASideDiv h1 {
        font-size: 27px;
    }
    #CTASideDiv span {
        padding-top: 5px;
    }
    #CTASideDiv b {
        width: 15px;
    }
    #CTASideDiv button {
        width: 100%;
    }
    

    #SignitureDiv {
        width: 90%;
        padding: 50 30;
    }
    
    #StickyOrderDiv {
   width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    
}

    #CTAPopupOptionDiv {
        width: 95%;
        height: auto;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #CTAPopupOptionDiv img {
    width: 95%;
        height: auto;
    }
    #CTAPopUpInnerDiv {
        padding-bottom: 30px;
    }
    
    
    
}








