    /* Basic CSS Reset */
    *, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html, body {
        height: 100%;
        line-height: 1.5;
        font-family: "Montserrat", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    img, picture, video, canvas, svg {
        display: block;
        max-width: 100%;
    }
    button, input, textarea, select {
        font: inherit;
        border: none;
        background: none;
        outline: none;
    }
    ul[role='list'], ol[role='list'] {
        list-style: none;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    /* Page css starts */
    p.top-content {
        background: #000;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 0;
    }
    .sec2{
        background-color: #f7f3eb;
    }
    .sec2-para h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        color: #E06C36;
        margin-bottom: 16px;
    }
    .sec2-para h1 span{
        color: #000;
    }
    .sec2-para p {
        font-size: 20px;
        line-height: 28px;
    }
    .btn-arw, .btn-arw:hover{
        background: #56766C;
        text-decoration: none;
        border-radius: 10px;
        display: inline-block;
        padding: 20px 42px;
        color: #fff;
        font-size: 21px;
        line-height: 25px;
        font-weight: 700;
        text-align: center;
    }
    .btn-arw img{
        display: inline-block !important;
        width: 20px;
    }
    .sec3{
        padding: 26px 0 43px;
    }
    .sec3-txt h2{
        font-size: 35px;
        line-height: 35px;
        color: #121212;
        font-weight: 700;
    }
    .sec3-pc img{
        width: 100%;
    }
    .sec3-txt ul {
        list-style-type: none;
        margin-bottom: 30px;
    }
    .sec3-txt ul li {
        margin-bottom: 8px;
        display: flex;
        font-size: 17px;
        line-height: 24px;
    }
    .sec3-txt ul li img {
        display: inline-block;
        margin-right: 18px;
        height: fit-content;
        margin-top: 1px;
    }
    .sec3-txt a + img {
        display: block;
        margin: 8px auto 0;
        width: 78%;
    }
    .sec3-pc span{
        color: #686565;
        font-size: 13px;
        line-height: 14px;
        font-style: italic;
        text-align: center;
        width: 100%;
        display: block;
    }
    .sec4 {
        background-color: #F7F7F7;
        padding: 10px 0 0;
    }
    h2.sec4-hdng {
        font-size: 18px;
        line-height: 24.8px;
        font-weight: 700;
        text-align: center;
    }
    .sec5 {
        padding: 31px 0 40px;
    }
    .sec5-content{
        text-align: center;
    }
    .sec5-content img{
        margin-bottom: 16px;
        display: block;
        margin: 0 auto 16px;
    }
    .sec5-content h3{
        font-size: 19px;
        line-height: 23.2px;
        margin-bottom: 8px;
        font-weight: 700;
    }
    .sec5-content p {
        font-size: 14.5px;
        line-height: 20.9px;
    }
    .sec6 {
        background-color: #E3EDEA;
        padding: 106px 0 61px;
    }
    .sec6 .sec6-hdng {
        font-weight: 700;
        font-size: 33px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .sec6-content {
        background: #fff;
        padding: 48px 24px 71px;
        border-radius: 10px;
        box-shadow: 0px 4px 13px 0px #09413C1A;
    }
    .sec6-content h3 {
        font-size: 19px;
        line-height: 23px;
        display: flex;
        align-items: flex-start;
        font-weight: 700;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .sec6-content h3 img{
        margin-right: 5px;
        display: block;
    }
    .sec6-content p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        min-height: 70px;
    }
    .sec6-vid video {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        display: block;
        margin: auto;
        object-fit: cover;
    }
    .sec6-content-container .col-md-3{
        padding-right: 0;
    }
    .sec7 {
        padding: 67px 0 0px;
    }
    .sec7-text-content p{
        margin-bottom: 24px;
    }
    .sec7-media-content img {
        display: block;
        margin: auto;
    }
    .sec7-text-content h3 {
        font-weight: 700;
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .sec7-text-content p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 23px;
    }
    .r-cross, .r-check{
        width: 28px;
        height: 28px;
    }
    .sec7-media-content video {
        border-radius: 15px;
    }
    .sec7-content-container2{
        background-color: #EEECE8;
        padding:30px 0 43px;
    }
    .sec7-text-content h3 span{
        color: #E06C36;
    }
    .sec7-li li {
        display: flex;
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 16px;
    }
    .sec7-li li img {
        margin-right: 8px;
        height: fit-content;
    }
    ul.sec7-li {
        margin-bottom: 20px;
    }
    .s5CompBox {
        display: flex;
        width: 100%;
        max-width: fit-content;
        background: #fff;
        border-radius: 20px;
        margin-top: 70px;
        margin-bottom: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .s5Col1 {
        float: left;
        width: 40%;
        padding: 25px 0 0;
        position: relative;
        padding-top: 50px;
    }
    .s5Col1 ul li {
        float: left;
        width: 100%;
        height: 70px;
        font-size: 15px;
        line-height: 25px;
        color: #000;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    /* background: url(../images/index-v2/comp-point.png) 22px 25px no-repeat;
        */
        font-weight: 400;
        text-align: right;
        position: relative;
        justify-content: flex-end;
        padding-right: 13px;
    }
    .s5Col2 {
        width: 20%;
        /* background: linear-gradient(to bottom, #08829d 0, #08829d 100%); */
        border-radius: 20px;
        margin: -35px 0 -25px 0;
    }
    .s5Col2Top p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .s5Col2 ul {
        padding-top: 5px;
        margin-top: 0;
    }
    .s5Col2 ul li {
        height: 70px;
        padding: 20px 0;
        text-align: center;
        list-style-type: none;
    }
    .s5CompBox img.s5Col2Prod {
        margin: -62px auto 10px;
        height: 130px !important;
    }
    .s5CompBox img.s5Col3Prod {
        margin: -62px auto 10px;
        height: 130px !important;
    }
    .s5CompBox img.s5Col4Prod {
        margin: -62px auto 10px;
        height: 130px !important;
    }
    .s5Col2 ul li:last-child {
        border: 0;
        height: 95px;
        padding-bottom: 0;
    }
    .s5CompBox ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    .s5Col2Top-first {
        position: relative;
        top: 0;
    }
    .s5CompBox img.logo {
        width: 90%;
        margin-top: 20px;
    }
    .s5CompBox img {
        height: auto;
        display: block;
        margin: auto;
    }
    .s5Col1 ul li:last-child {
        border: 0;
    }
    .s5Col2.s5Col3 {
        background-image: none;
        margin: 15px 0 -25px 0;
    }
    .s5Col2.s5Col4 {
        background-image: none;
        margin: -5px 0 -25px 0;
    }
    .s5Col-logo.s5Col2{
        border-width: 0px, 3px, 3px, 3px;
        border-style: solid;
        border-color: #35E0D0;
        border-radius: 40px;
    }
    .s5Col2.s5Col3 ul {
        margin-top: 19.5px;
        border-top: 1px solid #aaaaaa;
    }
    .s5Col-logo.s5Col2 ul {
        border-top: 1px solid #aaaaaa;
        margin-top: 9.5px;
    }
    .s5Col2.s5Col4 ul {
        border-top: 1px solid #aaaaaa;
        margin-top: 19.5px;
    }
    .s5Col1 ul {
        border-top: 1px solid #aaaaaa;
        margin-top: 4px;
        padding-top: 5px;
    }
    section.sec8 {
        padding: 60px 0 100px;
        text-align: center;
    }
    .sec8-hdng .sec-hdng-paraa{
        font-size: 19px;
        line-height: 19px;
        color: #7B7B7B;
        font-weight: 700;
    }
    .sec8-hdng .sec-hdng{
        font-size: 33px;
        line-height: 33px;
        font-weight: 700;
        color: #212529;
    }
    .sec9 {
        background-color: #E1F4F3;
        padding: 61px 0 72px;
    }
    .sec9-hdng{
        font-size: 33px;
        line-height: 46.2px;
        color: #121212;
        font-weight: 700;
        margin-bottom: 32px;
        text-align: center;
    }
    .sec9-content-container {
        background-color: #fff;
        padding: 0 20px 20px;
        border-radius: 10px;
    }
    .sec9-content {
        padding-top: 50px;
    }
    
    .sec9-pc {
        display: flex;
        align-items: center;
        font-size: 17px;
        line-height: 25.5px;
        font-weight: 500;
        margin-bottom: 17px;
    }
    
    .sec9-pc img {
        margin-right: 16px;
    }
    
    .sec9-review {
        font-weight: 700;
        font-size: 19px;
        line-height: 28.5px;
        margin-bottom: 7.5px;
        color: #212529;
    }
    
    .sec9-review img {
        margin-right: 10px;
        display: inline-block;
    }
    
    p.review-date {
        font-size: 17px;
        line-height: 25.5px;
        margin-bottom: 5.5px;
        font-family: "Open sans",sans-serif;
        color: #2f2f2f;
        margin-bottom: 5.5px;
    }
    
    p.verified-review {
        font-family: 'Open Sans',sans-serif;
        font-size: 19px;
        line-height: 28.8px;
        color: #C45500;
        font-weight: 700;
        margin-bottom: 10.6px;
    }
    img.review-pc {
        margin-bottom: 16px;
    }
    p.review-content {
        font-family: "Open sans",sans-serif;
        font-size: 17px;
        line-height: 27px;
        color: #2f2f2f;
        margin-bottom: 11px;
    }
    span.helpful {
        font-size: 15px;
        line-height: 20px;
        font-family: "Open sans",sans-serif;
        color: #565959b5;
    }
    .sec9-step-content {
        text-align: center;
    }
    
    p.step-num {
        font-size: 22px;
        line-height: 22px;
        color: #508B85;
    }
    
    p.step-description {
        font-size: 17px;
        line-height: 22.4px;
        margin-bottom: 21px;
        min-height: 50px;
        font-weight: 700;
        color: #434339;
    }
    .sec9-content-container2 {
        margin: 110px 0 32px;
    }
    .sec-right-content h4 {
        font-size: 40px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 19px;
        color: #212529;
    }
    
    .sec-right-content {
        text-align: center;
    }
    
    .sec-right-content p {
        font-size: 17px;
        line-height: 1;
        color: #212529;
    }
    
    ul.sec9-list {
        list-style-type: none;
        text-align: left;
    }
    
    ul.sec9-list img {
        display: inline-block;
        margin-right: 10px;
    }
    
    ul.sec9-list li {
        margin-bottom: 20px;
    }
    
    .sec-right-content a.commn-btn{
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .sec-right-content a.commn-btn + img.payment-methods {
        margin-bottom: 43px;
    }
    
    .sec-right-content a.commn-btn + img.payment-methods + p i {
        font-weight: 300;
    }
    
    .sec-right-content a.commn-btn + img.payment-methods + p b {
        font-weight: 700;
        margin-bottom: 5px;
        display: inline-block;
    }
    
    .captain-review-pc {
        margin-bottom: 12px;
    }
    section.sec10 {
        padding: 31px 0 62px;
    }
    p b.act-now{
        font-size: 20px;
        line-height: 30px;
        text-decoration: underline;
        font-weight: 600;
    }
    ul.sec9-list li span{
        color: #D15419;
    }
    img.payment-methods {
        max-width: 240px;
        display: block;
        margin: 0 auto 20px;
    }
    p.lock-icon {
        display: flex;
        justify-content: center;
    }
    p.lock-icon + p{
        font-weight: 500;
    }
    p.lock-icon img{
        margin-right: 10px;
    }
    .features-sec {
        margin-top: 58px;
    }
    .no-risk{
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }
    p.no-risk {
        margin: 30px 0 0;
    }
    .sec11-paraa h3{
        font-size: 33px;
        line-height: 46.2px;
        color: #212529;
        font-weight: 700;
    }
    .sec11 {
        padding-bottom: 60px;
    }
    .sec12{
        padding: 40px 0;
    }
    .up-slide-dwn {
        width: 90%;
        border-radius: 0;
        margin-top: 0;
        padding: 21px 16px 12px;
        padding-left: 9px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 1px solid #D6D6D6;
        font-weight: 700;
    }
    .faq-container {
        margin-top: 20px;
    }
    .accordion {
        background: url(../../images/index-v2/close.png) 100% center no-repeat;
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: .5px;
        cursor: pointer;
        font-weight: 600;
    }
    .acdn-heading.active{
        background:url(../../images/index-v2/open.png) 100% center no-repeat;
        border:none
    }
    .acdn-content {
        display: none;
        transition: background-color .3s;
        margin-top: 20px;
        font-weight: 400;
        margin-bottom: -20px;
    }
    h2.sec12-hdng {
        font-size: 33px;
        line-height: 39.6px;
        font-weight: 700;
        text-align: center;
    }
    .pg-footer {
        background-color: #F6F3EA;
        padding: 10px 0 28px;
        text-align: center;
    }
    .pg-links ul {
        display: flex;
        justify-content: center;
        margin: 10px 0 0;
    }
    .pg-links li{
        list-style-type: none;
    }
    .pg-links li + li{
        padding-left: 5px;
        margin-left: 5px;
        border-left: 1px solid #000;
    }
    /* Page css ends */
.btn-arw {
     animation-name: pulse;
     -webkit-animation-name: pulse;
     animation-duration: 1.5s;
     -webkit-animation-duration: 1.5s;
     animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
}
 @keyframes pulse {
     0% {
         transform: scale(0.9);
    }
     50% {
         transform: scale(1);
    }
     100% {
         transform: scale(0.9);
    }
}
 @-webkit-keyframes pulse {
     0% {
         -webkit-transform: scale(0.95);
    }
     50% {
         -webkit-transform: scale(1);
    }
     100% {
         -webkit-transform: scale(0.95);
    }
}
