@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url("font-awesome.min.css");
@import url("bootstrap-glyphicons.min.css");
body {
    background-color: #fff;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16pt;
    /* padding: 0px 50px; */
    ;
}

a {
    color: #0a6caf;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
}


/* 
* {
    transition: 0.3s;
} */


/* Code for Select bg color with text color */

::-moz-selection {
    color: #fff;
    background: #0a6caf;
}

::selection {
    color: #fff;
    background: #0a6caf;
}

table {
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #26386a;
    font-weight: 600;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 14pt;
    padding: 0 0px 20px;
    line-height: 20pt;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*  index */

section.secure_trusted {
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0 50px #cecece;
    margin-bottom: 0px;
    z-index: 100;
    position: relative;
}

.error_opt {
    background: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    font-size: 16pt;
    margin: 30px 0px 15px;
}

section.content_wrap {
    background: #f0f0f0;
}

.content_wrap_details {
    background: #fff;
    padding: 30px 0px 15px;
}

.content_wrap_details2 {
    background: transparent !important;
}

section.footer_section {
    background: #337ebd;
    color: #fff;
    padding: 15px 0;
}

.step_count {
    display: flex;
    justify-content: space-between;
    background: rgb(238, 238, 238);
    /* background: linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(227, 227, 227, 1) 100%); */
    margin: 15px 0px;
}

.step_count span {
    padding: 10px 28px;
    position: relative;
    width: 33.3%;
    text-align: center;
}

.step_count span:after {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 14px solid rgb(238, 238, 238);
    content: "";
    position: absolute;
    top: 0px;
    right: -14px;
    z-index: 10;
}

span.active_view {
    background: #fdd424;
}

span.active_view:after {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 14px solid #fad326;
    content: "";
    position: absolute;
    top: 0px;
    right: -14px;
}

.order_title {
    color: #db3561;
    text-align: center;
    padding-bottom: 10px;
}

.order_title h2 {
    color: #ff3860;
    font-size: 20pt;
    padding: 10px;
    text-transform: uppercase;
}

.order_title h3 {
    color: #000000;
    font-size: 20pt;
}

.order_title h3 span {
    text-decoration: underline;
}

.prod_video {
    /*background: url(../images/prod_video.png) no-repeat center top;*/
    max-width: 640px;
    text-align: center;
    position: relative;
    background-size: cover;
    padding: 5px;
    margin: 30px auto;
}

img.clickbtn {
    position: absolute;
    left: 50%;
    top: 37%;
    width: 42%;
    transform: translate(-50%, -50%);
}

.international_shipping {
    font-size: 15pt;
}

.more_content {
    padding: 30px;
    text-align: center;
    font-size: 15pt;
}

.product_item {
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 15px #dadada;
    flex: 0 0 60%;
    transition: 0.3s;
    background: #fff;
}

.product_item:hover {
    /* border: 1px solid #dc3233; */
    box-shadow: 0px 0px 30px #dadada;
}

.prod_des {
    padding: 25px;
    text-align: center;
}

.sound_otp {
    display: flex;
    justify-content: center;
    padding: 0px 0px 20px;
    align-items: end;
    font-size: 13pt;
}

.sound_otp p {
    padding: 0px;
    font-size: 13pt;
    margin: 0px;
    line-height: initial;
}

.sound_otp img {
    margin: 0 10px 0 0;
}

.product_item h3 {
    background: #dc3233;
    color: #fff;
    text-align: center;
    padding: 14px;
}

.product_wrap2 {
    padding: 20px 0 0;
}

.product_wrap2 .product_item h3 {
    background: #3e3e3e;
}

.product_wrap2 .product_item.active h3 {
    background: #dc3233;
}

.prod_des {
    padding: 25px;
    text-align: center;
    font-size: 32px;
}

.prod_price em {
    color: #adadad;
    font-weight: 500;
    font-style: normal;
    margin: 5px;
    font-size: 32pt;
    text-decoration: line-through;
}

.prod_price span {
    font-weight: 600;
    color: #3e87c1;
    font-size: 46pt;
}

.prod_price strong {
    font-size: 16pt;
    text-align: left;
    font-weight: 600;
    line-height: 16pt;
    padding: 0px 7px;
    color: #3e87c1;
    position: relative;
    top: -9px;
}

.prod_price strong span {
    font-weight: 600;
}

.prod_price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod_price strong span {
    display: block;
    font-size: 16pt;
}

.prod_pic {
    padding: 15px 0;
}

p.saveprice {
    color: #dd0000;
    padding: 15px 0px;
    font-size: 20pt;
    font-weight: 600;
}

.product_item {
    transition: all .2s ease-in-out;
}

.product_item:hover {
    transform: scale(1.05);
    z-index: 200;
}

.hrading3 {
    color: #40484b;
    font-weight: 900;
    text-align: center;
    padding: 15px 0 0 0;
    font-size: 18pt;
}

section.section.blue-background {
    background: rgb(9, 147, 183);
    background: linear-gradient(90deg, rgba(9, 147, 183, 1) 0%, rgba(53, 191, 178, 1) 35%, rgba(7, 145, 182, 1) 100%);
    margin: 60px 0 30px;
}

.inner_content_area .container {
    overflow: visible !important;
}

.guarantee_content {
    display: flex;
    justify-content: space-between;
    padding: 39px 0;
    color: #fff;
    align-items: center;
}

.guarantee_info {
    flex: 1;
}

.guarantee_pic {
    flex: 0 0 25%;
    margin-right: 3%;
}

@media (max-width: 768px) {
    
    .guarantee_content {
        flex-direction: column;
    }
    .guarantee_pic {
        width: 240px;
        margin-bottom: 20px;
    }
}

a.prod_btn {
    /* background: #f9d329;
    padding: 4px;
    display: inline-block;
    color: #153696;
    transition: 0.3s; */
}

a.prod_btn:hover {
    /* background: #e0b700; */
}

a.prod_btn span {
    /* padding: 15px 30px;
    display: inline-block;
    border: 2px solid #fff;
    font-weight: 700;
    max-width: 540px;
    font-size: 30pt;
    line-height: 43px; */
}

.prod_btn_info {
    padding: 0px 0px 15px 0px;
}

.free_shipping {
    font-weight: 700;
    font-size: 20pt;
    font-style: italic;
}

.free_shipping em {
    font-weight: 600;
    font-style: italic;
}

.free_shipping span {
    color: #dd0000;
}

.price_opt {
    font-weight: 700;
    font-size: 38pt;
}

.cared_opt {
    padding: 0px 0px 15px;
}

.international_shipping {
    font-size: 15pt;
}

.product_wrap1 {
    display: flex;
    justify-content: center;
}

.footer_content_top {
    background: #fff;
    color: #000000;
    padding: 18px;
    border-radius: 13px;
    margin: 20px;
}

.footer_link {
    text-align: center;
    padding: 10px;
    margin: 0px 0 0px;
}

.footer_link a {
    color: #fff;
    display: inline-block;
    padding: 5px;
    transition: 0.3s;
}

.footer_link a:hover {
    color: #c3c3c3;
}

.footer_link a i {
    padding: 2px;
}

.footer_addressinfo {
    border-top: 1px solid #5897ca;
    border-bottom: 1px solid #5897ca;
    text-align: center;
    padding: 20px 0;
}

.copyright_info {
    text-align: center;
    padding: 20px 8px;
}

.product_item h3 {
    font-size: 20pt;
    font-weight: 800;
}

.product_wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_wrap2 .product_item {
    flex: 0 0 31.3%;
    max-width: 31.3%;
    margin: 0px 1%;
}

.product_wrap2 .product_item h3 {
    font-size: 16pt;
}

.product_wrap2 .prod_price span {
    font-size: 55pt;
}

.product_wrap2 .prod_price strong {
    font-size: 13pt;
    line-height: 15pt;
}

.product_wrap2 .prod_price strong span {
    font-size: 13pt;
}

.product_wrap2 p.saveprice {
    color: #2d2c2c;
    padding: 25px 15px;
    font-size: 14pt;
    font-weight: 600;
}

.shipping_opt {
    background: #f5f5f5;
    display: flex;
    padding: 5px 5px 5px 17px;
    justify-content: space-between;
    align-items: center;
    line-height: initial;
}

.shipping_text {
    font-size: 13pt;
    text-align: left;
    font-weight: 600;
}

.product_wrap2 .prod_des {
    padding: 15px 0;
    font-size: 32px;
}

.product_wrap2 a.prod_btn {
    display: block;
    margin: 0px 15px;
}

.product_wrap2 a.prod_btn span {
    display: block;
}

.product_wrap2 a.prod_btn span {
    padding: 15px 15px;
    font-size: 23pt;
    line-height: 43px;
    text-transform: uppercase !important;
}

.product_wrap2 .free_shipping {
    font-size: 15pt;
}

.product_wrap2 .price_opt {
    font-size: 26pt;
}

.upsell3 p {
    font-size: 13pt;
}

.product_wrap2 .prod_pic {
    padding: 20px 15px;
}

.shipping_text span {
    display: block;
    color: #0a6297;
    font-size: 20pt;
    text-transform: uppercase;
}

.product_wrap2.product_wrap3 .product_item {
    flex: 0 0 47.3%;
    max-width: 47.3%;
}

.shipping_pic {
    width: 71px;
}

.iframe-container {
    overflow: hidden;
    /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 
    0.5625) */
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.order_highlights2 {
    background: #fff;
    max-width: 680px;
    margin: 0px auto;
    padding: 1px 14px 7px;
}

.saveprice2 {
    color: #dd0000;
    padding: 15px 0px;
    font-size: 20pt;
    font-weight: 700;
}

.testimonial_block {
    background: #ffffff;
    padding: 20px;
    display: flex;
    margin: 10px 0px 30px;
    box-shadow: 0px 0px 10px #e5e5e5;
}

.testimonial_content {
    padding: 29px 1% 0;
}

.testimonial_pic {
    width: 226px;
    margin-right: 2%;
}

.testimonial_info {
    width: 100%;
}

.testimonial_pic img {
    border-radius: 50%;
    box-shadow: 4px 5px 5px #f4f4f4;
}

.testimonial_info.testimonial_info2 h2 {
    color: #307ebd;
    position: relative;
    padding-left: 33px;
}

img.checkopt {
    position: absolute;
    width: 23px;
    left: 0px;
    top: 4px;
}

.testimonial_info h2 {
    color: #e43333;
    font-size: 18pt;
    margin: 0px 0px 9px;
}

.testimonial_info p {
    margin: 0px;
    padding: 0px 0 8px;
}

.reating_opt span img {
    width: 101px;
    position: relative;
    margin: -7px 5px;
    top: -3px;
}

.reating_opt {
    font-size: 16pt;
}

.testimonial_info {
    font-size: 13pt;
}

.testimonial_info3 h2 {
    color: #000000;
    font-size: 18pt;
    margin: 0px 0px 9px;
    text-align: center;
}

.testimonial_text ul li {
    color: #000000;
    padding: 5px 5px 5px 32px;
    display: block;
    word-break: break-all;
    /*background: url(../images/sales_arrow.png) no-repeat left 9px;*/
}

.testimonial_text {
    padding: 14px 0;
}

.testimonial_info.testimonial_info3 {
    padding: 13px 0 0;
}

@media (max-width:1199px) {
    .product_item {
        flex: 0 0 73%;
    }
    .step_count span:after {
        border-bottom: 24px solid transparent;
    }
    span.active_view:after {
        border-bottom: 24px solid transparent;
    }
    body {
        font-size: 14pt;
    }
    .error_opt {
        font-size: 14pt;
    }
    .order_title h2 {
        font-size: 17pt;
    }
    .order_title h3 {
        font-size: 17pt;
    }
    .product_item h3 {
        font-size: 18pt;
        font-weight: 800;
    }
    .prod_price span {
        font-size: 36pt;
    }
    .prod_price em {
        font-size: 22pt;
    }
    .prod_price strong {
        font-size: 13pt;
        line-height: 13pt;
    }
    .prod_price strong span {
        font-size: 13pt;
        line-height: 13pt;
    }
    p.saveprice {
        font-size: 16pt;
    }
    a.prod_btn span {
        font-size: 24pt;
        line-height: 26pt;
    }
    .price_opt {
        font-size: 28pt;
    }
    .more_content {
        font-size: 14pt;
    }
    p {
        font-size: 14pt;
    }
    .product_wrap2 .product_item h3 {
        font-size: 12pt;
    }
    .product_wrap2 .prod_price strong {
        font-size: 11pt;
    }
    .product_wrap2 .prod_price strong span {
        font-size: 11pt;
    }
    .product_wrap2 .prod_price span {
        font-size: 27pt;
    }
    .product_wrap2 p.saveprice {
        font-size: 12pt;
    }
    .product_wrap2 a.prod_btn span {
        padding: 15px 15px;
        font-size: 18pt;
        line-height: 29px;
        text-transform: uppercase !important;
    }
    .product_wrap2 .price_opt {
        font-size: 20pt;
    }
    .product_wrap2 .free_shipping {
        font-size: 12pt;
    }
}

@media (max-width:1000px) {
    .testimonial_info h2 {
        font-size: 16pt;
    }
    .step_count span {
        font-weight: 700;
    }
    .step_count span:after {
        border-bottom: 18px solid transparent;
    }
    span.active_view:after {
        border-bottom: 18px solid transparent;
    }
    .step_count span {
        padding: 10px 10px;
    }
    body {
        font-size: 11pt;
    }
    p {
        font-size: 11pt;
    }
    .content_wrap_details {
        padding: 20px 18px 15px;
    }
    .error_opt {
        font-size: 11pt;
    }
    .order_title h2 {
        font-size: 13pt;
    }
    .order_title h3 {
        font-size: 14pt;
    }
    .sound_otp p {
        font-size: 12pt;
    }
    .product_item h3 {
        font-size: 14pt;
    }
    .prod_price span {
        font-size: 28pt;
    }
    .prod_price em {
        font-size: 18pt;
    }
    .prod_price strong {
        font-size: 11pt;
        line-height: 11pt;
    }
    .prod_price strong span {
        font-size: 11pt;
    }
    p.saveprice {
        font-size: 14pt;
    }
    a.prod_btn span {
        font-size: 13pt;
        line-height: 22pt;
    }
    .free_shipping {
        font-size: 14pt;
    }
    .price_opt {
        font-size: 22pt;
    }
    .product_wrap2 .product_item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0px 1% 15px;
    }
    .product_wrap2 a.prod_btn span {
        width: 100%;
        display: block;
        max-width: 100%;
    }
}

.content_wrap2 section.secure_trusted {
    box-shadow: 0px 0px 0px transparent;
    padding: 9px 0 0 0;
}

.order_highlights3 .prod_video {
    max-width: 100%;
    margin: 0px 0 20px;
}

@media (max-width:767px) {
    .testimonial_block {
        flex-direction: column;
    }
    .testimonial_pic {
        width: 226px;
        margin-right: 2%;
        margin: 0px auto 30px;
    }
    .step_count span:after {
        top: 25%;
    }
    .order_title h3 {
        font-size: 12pt;
        line-height: 17pt;
    }
    .order_title h2 {
        font-size: 12pt;
        line-height: 17pt;
    }
    img.clickbtn {
        width: 72%;
    }
    .sound_otp p {
        font-size: 11pt;
    }
    .product_item {
        flex: 0 0 100%;
    }
    .product_item h3 {
        font-size: 12pt;
    }
    a.prod_btn span {
        font-size: 12pt;
        line-height: 18pt;
        padding: 15px 10px;
    }
    .more_content {
        font-size: 11pt;
        padding: 15px 0;
    }
    p {
        font-size: 11pt;
        margin: 0px;
        padding: 7px 0px;
    }
    .top_section {
        padding: 0px 8%;
    }
    .shipping_text {
        font-size: 12pt;
    }
    .shipping_text span {
        font-size: 16pt;
    }
    .shipping_opt {
        padding: 5px 5px 5px 10px;
    }
    .product_wrap2 {
        flex-direction: column;
    }
    .product_wrap2.product_wrap3 .product_item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background-size: 100% 100%;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    background: #ffffff7d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoPoster .clicktosound {
    width: 70%;
    margin-top: 50px;
}

.video_add_top_overlep {
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
    left: 0%;
    top: 0%;
    z-index: 95;
}

.video_add_bottom_overlep {
    position: absolute;
    width: 100%;
    height: 73px;
    background: #fff;
    left: 0;
    bottom: 1%;
    z-index: 98;
}

.prod_video {
    /*border: 5px solid #000;*/
    padding: 0px;
}

@media(max-width: 767px) {
    .video_add_top_overlep {
        height: 34%;
    }
    .video_add_bottom_overlep {
        height: 19%;
    }
}

.iframe-container.iframe-container2 {
    padding-top: 56.25% !important;
}

.price_opt span {
    font-weight: 400;
    color: #b1b1b1;
    text-decoration: line-through;
    font-size: 20pt;
}


/*new-css*/

.hidden-content {
    display: none;
}

.videoContainerNew {
    max-width: 1090px;
    margin: 0 auto;
    background-color: #fff;
    /*padding: 20px 20px 0;*/
}

.textContainerNew {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px;
}

.video_add {
    position: relative;
}

.iframe-container {
    padding-top: 0;
}

.textContainerNew span.video-speaker-txt {
    margin-bottom: 0;
}

.playing .videoContainerNew {
    max-width: unset;
    padding: 0;
}

.playing.videoRow {
    margin-right: 0;
    margin-left: 0;
}

.playing .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.playing .responsive-video {
    padding-bottom: 0 !important;
    width: 100%;
    min-height: 348px;
    position: relative;
}

.embed-responsive {
    min-height: 348px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background-position: center;
    border: 2px solid #eaeaea;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 70px;
    padding-top: 19%;
}

.video-overlay-play {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: none; */
    z-index: 99;
    top: 0;
    left: 0;
    background-image: url(../images/prod_video.png);
    background-position: center;
    border: 2px solid #eaeaea;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-overlay-alt {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: #000; */
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    background-image: url(../images/clicktoresume-2.gif);
    background-position: 62px 133px;
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer;
    /* padding-top: 32%; */
}

.glass-overlay {
    /* background-image: url(../images/prod_video.png);*/
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.d-none2 {
    display: none;
}

.remove_bg {
    background-image: none;
}

@media (max-width: 768px) {
    .d-block2 {
        display: block !important;
    }
    .video-overlay-play {
        background-image: url(../images/prod_video.png);
    }
}

@media (min-width: 992px) {
    .row-lg-90 {
        max-width: 75%;
        margin: auto;
        padding: 0 15px;
    }
}

#player {
    max-height: 100vh;
    max-width: 100vw;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .video-overlay {
        padding: 19% 6%;
    }
    .video-overlay-alt {
        background-position: 34px 50%;
    }
    /*.playing .responsive-video{
        min-height: 168px;
}

.embed-responsive {
    min-height:  168px;
}
*/
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* .playing .responsive-video{
    min-height: 190px;
}*/
    /*.embed-responsive{
        min-height: 190px;
    }*/
    .video-overlay {
        padding: 19% 6%;
    }
}

@media only screen and (max-width: 320px) {
    .playing .responsive-video {
        min-height: 137px;
    }
    .embed-responsive {}
    .video-overlay {
        padding: 19% 6%;
    }
}