body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.6;
    font-family: open sans, Helvetica, Arial, sans-serif;
    color: #333;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
==============================================

pulse

==============================================

*/

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.animated,
.animated--hover:hover {
    animation-duration:1s;
    animation-fill-mode:both
}
.animated.infinite,
.animated--hover.infinite:hover {
    animation-iteration-count:infinite
}
.animated.delay-1s,
.animated--hover.deplay-1s:hover {
    animation-delay:1s
}
.animated.delay-2s,
.animated--hover.deplay-2s:hover {
    animation-delay:2s
}
.animated.delay-3s,
.animated--hover.deplay-3s:hover { 
    animation-delay:3s
}
.animated.delay-4s,
.animated--hover.deplay-4s:hover {
    animation-delay:4s
}
.animated.delay-5s,
.animated--hover.deplay-5s:hover {
    animation-delay:5s
}.animated.fast,.animated--hover.fast:hover {
    animation-duration:800ms
}
.animated.faster,
.animated--hover.faster:hover {
    animation-duration:500ms
}
.animated.slow,
.animated--hover.slow:hover {
    animation-duration:2s}
.animated.slower,
.animated--hover.slower:hover {
    animation-duration:3s
}

@media (print),(prefers-reduced-motion:reduce){.animated,.animated--hover:hover{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}}
@-webkit-keyframes pulse {from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}


/*
.pulse {
    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);
    }
}
*/
.d-flex {
    display: flex !important;
}
.align-self-center {
    align-self: center !important;
}
ul li {
    list-style: none;
}
.small, small {
    margin-top:-15px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align:center;

}

.click_font {
    padding: 0px 25px;
}

#header {
    padding: 10px 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #ebecef;
    background: #2861A5;
    color: #fff;
}
.page-header-container {
    position: relative;
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
}
.content {
        width: 813px;
}
.leadRegion, .leadCity {
    font-weight: 700;
    display: inline;
    color: #0081BF;
    text-transform: uppercase;
}
.testimonials {
    margin-top: 20px;
}
img {
    margin-top: 15px;
    margin-bottom: 30px
}

.mt-1 {
    margin-top:10px
}
.mt-3 {
    margin-top:30px
}
.number-section {
    background: #D4E2E278;
    padding: 20px
}
.number-section p {
    margin-bottom: 0px;
}
.number {
    z-index:1;
    align-self: center !important;    
}
.number img {
    margin:0
}
.number-text {
    background: #FFF9E3;
    padding: 15px 15px 15px 50px;
    margin-left: -30px;
    align-self: center !important;
    border-radius: 8px;
}
.number-text p {
    margin: 0;
}

.pricing {
    background: #FFF9D6;
    padding: 15px;
    text-align:center;
    font-weight: 700;
    font-size: 22px;
    line-height: 43px;
}
.pricing p {
    font-size: 22px;
    line-height: 43px;
    margin-bottom: 0px;
}
.pricing .success {
    color: #2FAE6A;
    font-weight: 700
}
.pricing .danger {
    color: #E30000;
    font-weight: 700
}
.quote {
    background: linear-gradient(0deg, rgba(255, 243, 173, 1) 46%, rgb(255 249 215) 0%);
    margin: 25px 0px 0px 0px;
    text-align: left;
}   

.quote-content p {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.quote .head {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
}

.quote .head p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 5px;
}

a.quote-btn {
    background: #FFD431;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 60px;
    color: #000 !important;
    padding: 17px 21px 17px 28px;
    font-Weight: 700;
    font-Size: 20px;
    Line-height: 36px;
    transition: 0.3s;
}

a.quote-btn:hover {
    background: #F8E216;
    border: 1px solid #F5DC03;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 60px;
}

a.quote-btn1 {
    font-Size: 16px;
    Line-height: 36px;
}



.review  {
    padding: 10px 0px;
}

.review img {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    align-self: center !important;
}
.review p {
    margin-bottom: 0px;
    align-self: center !important;
}
.review-text p {
    font-size:16px;
    line-height: 25px;
    margin: 0 0 10px 0;
}
.verified {
    color:#C74613;
    font-weight: 700;  
    
}
#header .logo {
    max-width: 67%;
    float: left;
    margin: 6px 0 0;
}

.exclusive {
    color: #17191c;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 14px;
}

ul {
    margin-bottom: 26px;
}

/* .by {
    padding: 0;
    font-size: 13px;
    line-height: 1.4em;
    color: #777;
    margin: 0 auto 8px;
} */

.page-container {
    width: 100%;
}

    .page-container:before,
    .page-container:after,
    .page-column:before,
    .page-column:after,
    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .page-container:after,
    .page-column:after,
    .clearfix:after {
        clear: both;
    }

.page-container,
.page-column {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.page-row {
    position: relative;
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px
}

.page-content,
.page-sidebar {
    position: relative;
    min-height: 1px;
    margin-bottom: 44px;
}

.page-content p.ppl {
    margin: 0px;
    font-size: 15px;
    line-height: 16px;
    font-weight:700;
}

a:hover,
a:focus {
    text-decoration: underline;
}

p {
    margin: 0 0 20px;
    font-size: 19px;
    font-weight: 400;
    font-family: open sans, sans-serif;
    line-height: 32px;
    letter-spacing: 0;
}
video {
    margin: 0 0 20px;
}
b {
    font-weight: 700;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 20px auto;
    border: 0;
    border-top: 1px solid #eee;
}

h1 {
    padding: 0;
    margin: 10px 0;
    line-height: 1.2;
    color: #17191c;
    font-size: 40px;
    font-weight: 800;
    line-height: 51px;
    letter-spacing: -1px;
}

h2 {
    font-size: 36px;
    line-height: 50px;
    margin: 30px 0 15px 0px;
    font-weight: 800;
}

span.entry-author_name a:hover {
    text-decoration: none;
}

span.entry_meta-category a:hover {
    text-decoration: none;
}
.font-grey {
    color:#9E9E9E!important;
    font-weight: 700;
}
.font-red {
    color:#D60101!important;
    font-weight: 700;
}
.font-blue {
    color:#0081BF!important;
    font-weight: 700;
}
.update {
    background: #FFFAD5;
    border: 1px solid #F2DF7D;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;
}
.update p {
    font-size:15px;
    line-height: 24px;
    margin:0px
}
.update img {
    margin-right: 5px;
    margin-top: 2px;
}
.hide-desk {
    display: none;
}

.hide-desk1 {
    display: none!important;
}
a.get-my {
    margin-top: 0;
    display: block;
    width: 668px;
    margin:auto;
    color: #fff;
    background: #2FAE6A;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000026;
    text-decoration: none;
}
a.get-my span {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    line-height: 44px;
    border-color: #f47b6c;
    border-radius: 8px;
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

.btm-deal-mob {
        display:none;
    }
.reviewer img, .reviewer p {
     margin-bottom: 5px;
     margin-top: 5px;
     font-weight: 400;
}

@media (max-width: 1024px) {

    .quote-content {
        padding: 20px 20px 10px 20px;
    }
    .quote-content-inner {
        width:100%
    }
    .btm-deal {
        display:none;
    }
    .btm-deal-mob {
        display:flex;
    }
    .btm-deal-mob img {
        width:50%;
        height: auto;
    }
    
    .quote-inner {
        height: auto;
        margin-bottom: 20px;
        background: linear-gradient(0deg, rgba(255, 243, 173, 1) 75%, rgb(255 249 215) 29%);
    }


}
@media (max-width: 768px) {
    .btm-deal-mob {
        display:block;
    }
    .btm-deal-mob img {
        width:90%;
        height: auto;
        margin:auto;
        display:block
    }
    .quote-link {
        position: relative;
       background: rgba(255, 243, 173, 1);
       height: auto;
       width: auto; 
       bottom: auto;
       padding: 24px;
    }
    .quote-inner {
        height: auto;
        margin-bottom: 20px;
        background: linear-gradient(0deg, rgba(255, 243, 173, 1) 75%, rgb(255 249 215) 29%);
    }
    .quote-content p {
        font-size: 18px!important;
        line-height: 32px;
    }
    .page-header-container {
        justify-content: end !important; 
    }
    .update img {
        margin-right: 5px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 600;
    }

}
@media (max-width: 768px) {
    span.top-heade {
        line-height: 2em;
    }
    .number-section {
        display:block!important;
        margin-bottom:15px;
    }
    .number {
        text-align:center
    }
    .number-text {
        padding: 40px 15px 15px 15px;
        margin-left: 0px;
        margin-top:-30px;
    }
    .review {
        display: block !important;
    }
    .review img {
        margin-bottom: 5px;
    }
    .review p {
        margin-bottom: 5px;
    }
    a.get-my span {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 28px;
        line-height: 39px;
    }


    .hide-desk {
        display: block;
    }

    p {
        font-size: 18px;
        line-height: 32px;
    }
}

h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    margin: 20px 0;
    color: #17191c;
}

img {
    vertical-align: middle;
    border: 0;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img-cntr {
    margin: 30px 0 40px;
    max-width: 360px;
    width: 100%;
    height: auto;
    display: block;
}

.disclaimer-footer1 {
    font-size: 17px;
    font-weight: 400;
}

#footer {
    padding: 60px 0;
    font-size: 14px;
    word-wrap: break-word;
    background: #2e3138;
    color: #abb0ba;
    margin-top: 150px;
}

    #footer p:last-child {
        margin: 0;
    }

    #footer a,
    #footer a:hover,
    #footer a:visited {
        color: #abb0ba;
        font-weight: 400;
    }

        #footer a:before {
            content: "\00B7";
            padding: 0 5px;
        }

.top-banner {
    display: none;
}

.top-banner-txt-1 {
    font-size: 15px;
    display: inline-block;
    margin-top: 9px;
    color: #333;
    font-weight: 700;
}

.top-banner-txt-2 {
    font-size: 13px;
}

a .top-banner-txt-2 {
    color: #333 !important;
    text-decoration: underline;
}

    a .top-banner-txt-2:hover {
        color: #555 !important;
    }

    a .top-banner-txt-2:focus {
        color: #555 !important;
    }

.top-banner-img {
    margin: 4px 8px 0 5px;
    float: left;
}

.img-side {
    margin-top: 18px;
    max-width: 235px;
}



.top-advertorial {
    width: 100%;
    text-align: center;
    background-color: #ECECEC;
}

#top-advertorial-text {
    font-size: 14px;
    padding: 5px;
    max-width: 1100px;
    margin: 0 auto;
    color: #464646;
}

.img-responsive-m {
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
}

.img-responsive-m2 {
    margin: 0 auto 40px;
    display: block;
    width: 100%;
    max-width: 310px;
    height: auto;
}

.img-responsive-n {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    max-width: 610px;
    height: auto;
}

.img-nomargin {
    margin-bottom: 6px !important;
}


.f-1-cont {
    margin-top: 25px;
}

/* .f-1-cont p {
    line-height: 36px;
} */

.f-2-cont {
}

h3.heade-one {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

ul.listing1 {
    padding-left: 0;
    margin-bottom: 0px;
}

    ul.listing1 li {
        margin: 0 0 25px 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        color: rgba(0, 0, 0, 1);
    }

        ul.listing1 li span.head {
            font-size: 20px;
            font-weight: 700;
            line-height: 36px;
        }

.protect {
    border: 1px #ebecef solid;
    padding: 4px 14px 14px;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

li {
    margin: 13px 0;
}

#share-container,
.text {
    text-align: center;
}

#share-container {
    white-space: nowrap;
    margin: 0 0 18px;
}

.box {
    cursor: pointer;
    display: inline-block;
    width: 33%;
    margin: 0 auto;
}

.box1,
.box2,
.box3 {
    border-radius: 3px;
    -webkkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.box2 {
    margin: 0 4px;
}

.box1:hover {
    background-color: #2c4278 !important;
}

.box2:hover {
    background-color: #0086bd !important;
}

.box3:hover {
    background-color: #c9371f !important;
}

.text {
    padding: 11px 0;
    color: #fff;
    font-weight: 700;
}

.recommended {
    max-width: 804px;
    margin-bottom: 40px;
    font-size: 14px;
}

.img-recommended {
    display: inline-block;
    max-width: 241px;
    margin-right: 14px;
}

    .img-recommended a {
        color: inherit;
        font-weight: 400;
    }

        .img-recommended a:hover {
            text-decoration: underline;
        }

.img2 {
    max-height: 300px;
}

.italic-center {
    font-style: italic;
    text-align: center;
    padding: 2px 14px;
    line-height: 1.45em;
    font-weight: 400 !important;
}

.attention {
    font-size: 19px;
    margin: 20px 0;
    background-color: #fef5c4;
    border: 1px solid #fadf98;
    padding: 13px;
    line-height: 1.5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.ptxt {
    line-height: 1.1;
    font-size: 13px;
    padding: 3px 0;
    color: #555;
}

.img-txt {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 24px;
}


.sidebar-item {
    padding: 0;
    width: 100%;
/*    border: 1px solid #000;
*/    margin: auto;
}

.btm-side {
    margin: 18px auto 21px;
}

    .btm-side a.quote-btn {
        padding: 6px 20px;
        margin-left: 13px;
    }

.talking {
    margin: 10px;
}

.check-side {
    font-size: 15px;
}

.btn-warning:hover {
    background-color: #007206 !important;
}

.sidebar-separators {
    border-left: 1px solid #d3d3d3 !important;
    padding-left: 10px;quote
    padding-bottom: 10px;
    margin-top: 10px;
}

.check-side {
    text-align: center;
    font-size: 13px;
    margin: 10px 8px 0 0;
}



a,
a:visited {
    color: #005AEB;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    outline: 0;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

blockquote {
    padding: 0 0 60px;
    border: none;
    color: #757575;
    font-weight: 300;
    position: relative;
    background: url(images/quote.png) left bottom no-repeat;
    margin-bottom: 20px;
}

    blockquote p {
        font-size: 18px;
    }

.kopa-blockquote.style2 {
    margin: 0 0 20px;
    background: 0 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #32323c;
    border-left: 3px solid #337ab7;
    position: relative;
}
.cta {
    background: #808080;
    text-align: center;
    padding: 10px;
    z-index:10
}
.cta a {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: #fff !important;
    border-radius: 8px;
    font-size: 28px;
    text-decoration: none;
}

.cta a:hover {
    background: #54b948 !important;
}

#myBtn {
    position: fixed;
    bottom: 14px;
    right: 7px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #54b948;
    color: #fff;
    cursor: pointer;
    padding: 0;
    border-radius: 50px;
    font-size: 35px;
    height: 43px;
    width: 43px;
    align-items: center;
    padding-bottom: 8px;
    text-align: center;
    padding-left: 2px;
    line-height: 37px;
}

    #myBtn:hover {
        background-color: #555;
    }

i.icon-t_1 {
    font-size: 28px;
}

.testimonials footer {
    margin: 0;
    text-align: right;
    font-size: 1em;
    font-style: italic;
}

.single-post_entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

    .single-post_entry-meta li {
        margin-right: 16px;
    }

.entry_meta li,
.entry_meta span {
    display: inline-block;
    font-size: 13px;
    font-family: lato, sans-serif;
    color: #919ba3;
}

.single-post_entry-meta li + li:before {
    display: none;
}

.single-post_entry-meta .entry_meta-date {
    margin-top: 13px;
}

.single-post_entry-meta .entry_meta-category {
    color: #49545e;
}

.entry-author {
    position: relative;
}

.entry-author_url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .entry-author_url span:first-of-type {
        margin-right: 5px;
    }

.entry-author_img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    border-radius: 50%;
}

.entry-author_name,
.entry-author_name span {
    font-size: 11px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #49545e;
}

.entry_meta a {
    color: #49545e;
}

.entry_meta-category,
.entry_meta-category span {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: lato, sans-serif;
}

.desktop {
    display: initial !important;
}

.mobile {
    display: none !important
}

.page-sidebar .img-responsive {
    margin: 18px 14px 20px;
    height: 40px;
    width: auto;
}

.side-bar-text {
    margin-left: 13px;
}

.page-sidebar p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 8px;
}
.trending {
    margin: 0 auto;
    font-size: 15px;
}
.countryFlag {
    margin-right: 5px;
    margin-bottom: 0;
}
@media (max-width: 570px) {

    .page-header-container img {
        height: auto;
    }

    .top-advertorial {
        text-align: center;
    }
}

@media (max-width: 810px) {


    .page-container,
    .page-column {
        width: 810px;
    }
}

@media (max-width: 809px) {
    .recommended {
        display: none;
    }

    .page-sidebar {
        width: 100%;
    }
}

@media (min-width: 868px) {
    .top-banner {
        line-height: 1.2;
        display: block;
        width: 468px;
        height: 54px;
        background-color: #f7f7f7;
        float: right;
        margin: 4px 0 0;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0px;
    }
    h3 {
        font-size: 22px;
    }
    .hide-desk1 {
        display: block!important;
    }
    .click_font {
        padding: 0!important;
    }
        a.get-my {
        width: 100%
    }
    a.get-my span {
        font-size: 23px;
        padding: 15px 15px;
    }
    
    .page-sidebar .img-responsive {
        margin: 18px 14px 20px;
    }

    ul.navbar-nav {
        float: none !important;
        clear: both;
        display: block;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin: 0 !important;
    }

    .page-content p {
    }

    #footer {
        /* margin-top: 30px; */
    }

    p.cta {
        display: block;
        text-align: center;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: initial !important;
    }
}

@media (min-width: 768px) {
    .floating-bar .btn-floating-bar {
        font-size: 17px;
    }
}

@media(min-width:768px) {
    .floating-bar.floating-visible {
        display: none;
    }

    .floating-bar .inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

        .floating-bar .inner:after,
        .floating-bar .inner:before {
            content: none
        }

    .floating-bar.justify-center .inner {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .floating-bar .floating-desc {
        margin-bottom: 0;
        padding-right: 20px
    }

    .floating-bar .floating-desc {
        display: none;
    }
}

@media(max-width:768px) {
    .editor h2 {
        font-size: 30px;
        line-height: 36px
    }

    .floating-bar .btn-floating-bar:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/* @media (max-width: 358px) {
    h1 {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.16em;
    }
} */

@media (min-width: 346px) {
    .btnn {
        font-size: 19px;
    }
}


@media (max-width: 500px) {
    body {
        font-size: 16px;
    }

}

#content {
    background-color: #fff;
    border-bottom: 1px solid #cce0eb;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-bottom: 30px !important;
    padding-top: 20px !important;
    width: 100%;
}




.date {
    border-left: 1px solid #666;
    padding-left: 5px;
    position: relative;
    top: 1px;
    margin-left: 0;
    color: #666;
    font-size: 12px;
    pointer-events: none;
    font-weight: 600;
}

    .date:hover {
        text-decoration: none;
    }

.comment-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}

.bottom-gray-footer {
    background-color: #505050;
}

    .bottom-gray-footer p {
        margin-top: 12px;
        text-align: center;
        color: #d5d5d5;
        font-size: 12px;
    }



.pb-2 {
    padding-bottom: 20px;
}

.video-section p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.video-section iframe {
    width: 100%;
    height: 294px;
}

.video-section a {
    margin-top: 30px;
}

.video-section img {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: 0 0 10px #d5d5d5;
}

.video-section .text1 {
    margin-top: 35px;
}

.video-section .text2 {
    margin-top: 35px;
}


.del {
    color: brown;
    font-weight: 700;
}

.modal-dialog {
    margin: 0 auto;
    position: relative;
    top: 10%;
}

#brand-logo {
    text-align: center;
    margin: 0 auto;
}

.percentage {
    padding-top: 1px;
}

.progress-text {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}

.progress-done {
    display: none;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
}

.progress {
    height: 38px;
    background: #fff;
}


.image {
    float: left;
    padding-right: 15px;
    margin-top: 18px;
}

.click_font {
    height: 70px;
    margin-bottom:20px;
    padding: 0px 15px;
}

@media only screen and (max-width: 400px) {
    .click_font {
        height: 55px;
        margin-bottom: 47px;
    }
       a.get-my span {
       font-size: 20px;
    }
    .images img {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 320px) {

    .check-discount {
        font-size: 13px;
    }

    .images img {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }
}

.dropcap {
    float: left;
    max-width: 1em;
    font-size: 400%;
    line-height: 80%;
    padding-right: 5px;
}

.figure {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

figure img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.float-left {
    float: left !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.float-left {
    max-width: 40%;
}

figure {
    margin: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.reviews-header {
    padding: 20px;
    background: #f3f3f3;
    float: left;
    margin: 35px 25px 25px;
}

.avg-rating {
    float: left;
    background: #344a5f;
    text-align: center;
    max-width: 100px;
    margin-bottom: 20px;
    margin-right: 20px;
}



.reviews-header-text h3 {
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 !important;
}

.reviews-header-text {
    float: left;
}

hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews {
    background: #f3f3f3;
    padding-top: 5px;
}

.question {
    color: #337ab7;
    margin-bottom: 0;
}

.answer {
    margin: 0;
    margin-bottom: 10px;
}



@media screen and (min-width: 768px) and (max-width: 991px) {
    .Relax-now {
        font-size: 12px !important;
    }

    .btm-side a.quote-btn1 {
        padding: 6px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .single-post_entry-meta {
        display: block;
    }

    .entry_meta li {
        display: initial;
    }

    .entry_meta li,
    .entry_meta span {
        font-size: 11px;
    }

    .entry-author_img {
        margin-right: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .single-post_entry-meta .entry_meta-date {
        margin-top: 0px
    }

    #footer p {
        font-size: 14px;
    }

    .floating-bar .btn-floating-bar p:first-child {
        padding: 10px 10px !important;
    }

    #footer {
        margin-top: 100px;
    }

    .hide-mob {
        display: none;
    }

    .sidebar-item {
        width: 75%;
    }

    .btm-side a.quote-btn {
        padding: 6px 30px;
        margin-left: 0;
    }

    .btm-side {
        margin: 18px 12px 21px;
    }

    .quote {
        margin-top: 31px;
    }

        .quote .head p {
            margin-bottom: 34px;
        }
}


/* added */




/* added */
.floating-bar {
    background-color: rgba(0, 0, 0, .8);
    padding: 8px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: transform 150ms ease;
    -moz-transition: transform 150ms ease;
    -ms-transition: transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease
}

.editMode .floating-bar,
.edit_mode .floating-bar {
    position: static;
    display: block !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.floating-bar.floating-bottom {
    bottom: 0;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%)
}

    .floating-bar.floating-bottom.floating-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

.floating-bar.floating-top {
    top: 0;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%)
}

    .floating-bar.floating-force-show,
    .floating-bar.floating-top.floating-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

.floating-bar .floating-desc {
    color: #fff;
    margin-bottom: 5px
}

.floating-bar .btn-floating-bar {
    display: block;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .floating-bar .btn-floating-bar:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .floating-bar .btn-floating-bar p:first-child {
        padding: 10px 15px;
        color: #fff
    }



.editor .btn-order a,
.floating-btn .btn-floating-bar {
    font-size: 18px;
    font-style: normal;
    background-color: #069206;
    display: block;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-bottom: 4px solid #028332;
    padding: 15px;
    border-radius: 7px;
    font-weight: 700;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .editor .btn-order a:hover,
    .floating-btn .btn-floating-bar:hover {
        background: #07893A;
        text-decoration: none !important;
    }

.floating-btn .btn-floating-bar {
    padding: 15px
}

    .floating-btn .btn-floating-bar p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 !important;
        padding: 0 !important
    }

@media(min-width:768px) {
    .floating-btn .btn-floating-bar p {
        font-size: 18px;
        line-height: 24px
    }
}

.floating-bar,
.floating-bar a p {
    font-size: 1.5rem !important;
}

.floating-desc p {
    margin-bottom: 0 !important;
}

#floating-nav-content {
    bottom: 0;
    width: 100%;
    background: rgba(247, 247, 247, 1);
    position: fixed;
    /* display: none;*/
}

.floating-bar .floating-desc {
    display: none;
}

@media (max-width: 767px) {
    .floating-bar .floating-desc {
        display: none;
    }

    /*
#floating-nav-content {
    display: none;
}
*/
    .floating-bar.floating-visible {
        display: block;
    }

    .exclusive {
        display: none !important;
    }

    .header .w_thumb {
        width: 220px;
    }

    .w_thumb {
        margin: 0 auto !important;
    }

    #myBtn {
        display: none;
    }
}

.floating-bar .btn-floating-bar {
    font-size: 14px;
}

    .floating-bar .btn-floating-bar p:first-child {
        padding: 10px 15px;
        margin-bottom: 0 !important;
        border: 1px solid #E3B400;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 60px;
        color: #FFF;
        background: #FFD431;
        border-radius: 60px;
    }

        .floating-bar .btn-floating-bar p:first-child:hover {
            background: #F8E216;
            border: 1px solid #F5DC03;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
        }

b,
optgroup,
strong {
    font-weight: 700;
}



@media (max-width: 575px) {
    .hide-mob1 {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    h1 {
        font-size: 27px;
        font-weight: 800;
        line-height: 38px;
    }
    .update p {
        line-height: 23px;
    }
    .page-content p.ppl {
        font-size: 14px;
        line-height: 16px;
    }
    ul.listing1 li {
        font-size: 18px;
        line-height: 32px;
    }

    .quote .head p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    a.quote-btn {
        font-size: 18px;
        line-height: 26px;
        padding: 10px;
        margin-bottom: 15px;
    }
}
