
body{
    font-family: 'Poppins';
    background: #fff;
    font-weight: 300;
}



h1,
h2,
h3,
h4,
h5{
    font-family: 'Playfair Display', serif;
}

h2{
    font-size: 40px;
    margin-bottom: 25px;
}

h2:after{
    content: "";
    width: 100px;
    height: 5px;
    display: block;
    background: #ffaeae;
    margin-top: 10px;
}

a{
    transition:all 0.5s ease 0s;
}

a:hover{
    text-decoration: none;
}

hr{
    margin: 70px 0;
}
/* ADD CUSTOME */

.bottom-mob-swow { display:none!important; }
.bottom-pc-show  { display: block!important;}
.only-red {
    color:    #ce3e3e;

    font-weight: bold;
}
.only-blue {
    color: #3c3cf9;
    font-weight: bold;
}
.blue-link {
    color: #3c3cf9;
    font-weight: bold;
    text-decoration: underline;

}
.bold-black {
    font-weight: bold;
    text-decoration: underline;
    color:#000000!important;
}
.gray-bck { background-color: #e7e7e7;}

main{
    margin-top: 80px;
}

.full-width{
    width: 100%;
    border:17px solid #d2faf0;
}
.full-width2 {
    width: 60%;
    margin: 0px auto;
}

.clear{
    clear: both;
}

.top-section{
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: flex;
}

.top-section .name{
    color: #EF5152;
    font-size: 25px;
    padding: 10px 15px;
    background: #f9f9f9;
    width: 300px;
}

/* MODAL */


/* END MODAL */



.name h1{
    font-size: 25px;
}

.icon-wrp{
    padding: 17px 15px;
    background: #EF5152;
    color: #fff;
    font-size: 15px;
    width: 275px;
    text-align: center;
    position: relative;
}

.icon-wrp:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 10px solid #EF5152;
    border-bottom: 9px solid transparent;
    display: block;
    position: absolute;
    right: -10px;
    top: 19px;
}

.icon-wrp span,
.icon-wrp i{
    animation: blinker 0.8s linear infinite;
}

.top-section .txt-wrp{
    padding: 17px 15px 17px 5px;
    width: 100%;
    overflow: hidden;
}

.txt-wrp span {
    animation: marquee 25s linear infinite;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    padding-left: 6px;
}

.txt-wrp span:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}


@keyframes marquee {
    0% {
        margin-right: 0;
        transform: translateX(0%);
    }
    100% {
        margin-right: 0;
        transform: translateX(100%);
    }
    }

@keyframes blinker {
    50% {
        opacity: .2;
    }
}

main .col-sm-8 a{
    background: #ef5252;
    padding: 0px 7px;
    display: inline-block;
    color: #fff;
    transition:all 0.5s ease 0s;
}

main .col-sm-8 a:hover{
    background: #ef5152;
    text-decoration: none;
    color: #fff;
}

.date-updated span{
    background: #FFF8F1;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: rgba(9,9,121,1) ;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.small-txt {
  font-size: 14px;
  margin: 0px auto;
  display: block;
  color: #787878;
  background: #d2faf0;
  padding: 20px 0px;
  width: 60%;
  font-weight: bold;
  color: #222222;
  text-align: center;
}

.author-wrp{
    padding: 10px 5px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 25px;
    font-size: 12px;
    color: #9c9c9c;
}

.author-wrp img{
    border-radius: 150px;
    width: 30px;
}

.category{
    background: #F5ECB8;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
}

.quote__title{
    margin-bottom: 25px;
}

blockquote{
    background: #FFF8F1;
    padding: 25px;
    font-style: italic;
    border: 1px solid #ef5152;
}

blockquote ul li{
    padding-bottom: 10px;
}

.black{
    font-weight: 600;
}

.red{
    color: #ef5152;
    font-weight: 600;
}

.storyUpdate{
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.storyUpdate span {
    background: #ef5252;
    padding: 10px 20px;
    color: #fff;
}

.storyUpdate:before,
.storyUpdate:after{
    content: "";
    width: 150px;
    height: 2px;
    background: #ef5252;
    display: inline-block;
    position: relative;
    top: -4px;
}


.storyUpdate:before{
    margin-right: 15px;
}

.storyUpdate:after{
    margin-left: 15px;
}

fieldset{
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    box-shadow:  10px 10px 20px rgba(0,0,0,0.05);
}

legend{
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    background: #ef5152;
    color: #fff;
    border-radius: 5px;
}

.verdict{
    background: #F6A197;
    padding: 25px;
    color: #fff;
    box-shadow:  10px 10px 20px rgba(246,161,151,0.1);
}

.verdict h3{
    margin-bottom: 25px;
}

.verdict p{
    margin-bottom: 0;
}

/*** Twitter *****/

.twitter-box{
    margin-bottom: 25px;
}

.twitter-wrp{
    position: sticky;
    top: 10px;
}

.tbox{
    background: #f2f2f2;
    padding: 10px 15px;
}

.tbox h3{
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.tbox h3 img{
    width: 5%;
}

.tbox span{
    font-size: 12px;
}

.tcont{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    background: #F7F7F7;
    padding: 20px;
}

.tcont img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
}  

.tcont p{
    width: 77%;
}

.ticon{
    background: #EDEEF2;
    padding: 10px 20px;
}

.ticon ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.ticon li{
    list-style: none;
    width: 25%;
    text-align: center;
    font-size: 13px;
}

.limited-wrp{
 
    width: 100%;
    margin-top: 150px;
    border: 5px dashed #fff;
    text-align: left;
    font-family: 'Poppins';
    color: #fff;
    display: flex;
    align-items: center;
    background: #046dbc;
}

.limited-wrp h2{
    font-size: 70px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.limited-wrp h2:after{
    display: none;
}

.limited-wrp h4{
    font-family: 'Poppins';
}

.offer-txt{
    text-align: center;
    width: 50%;
}

.offer-txt span{
    display: block;
}

.offer-txt a.btn-cta{
    padding: 10px 40px;
    font-size: 25px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 150px;
    background: #ffffff;
    color: rgba(9,9,121,1) ;
    font-weight: 600;
}

.offer-txt a.btn-cta:hover{
    background: #EBF6EB;
    color: #333;
}

.source-wrp{
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
}

.source-wrp li{
    padding-bottom: 15px;
    list-style: none;
}

/***_FAQ_***/

.faq-container{
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 10px auto 50px;
}

.faq-container > h2{
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set > span{
    display: block;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #555;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.set > span i{
    float: right;
    margin-top: 2px;
}

.set > span.active{
    background-color:#f94d49;
    color: #fff;
    font-weight: 600;
}

.faq-content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
}

.faq-content p{
    padding:30px 20px 50px;
    margin: 0;
    color: #333;
}


footer{
    background: #303338;
    padding: 40px 30px 70px;
    text-align: center;
    color: #fff;
}

footer span{
    display: block;
}

footer a{
    color: #FFF;
    display: inline-block;
    padding: 15px 10px 25px;
}

footer a:hover{
    color: #EF5B5C;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
.top-section{
    flex-wrap: wrap;
}

.top-section .name{
    width: 100%;
    text-align: center;
}

.top-section .txt-wrp{
    width: 63%;
}

.limited-wrp img{
    width: 50%;
}

.limited-wrp h2{
    font-size: 43px;
}
}

@media only screen and (max-width: 1200px) {




.icon-wrp,
.top-section .txt-wrp{
    width: 100%;
}

main {
    margin-top: 20px;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 30px;
}

.top-section .txt-wrp {
    padding: 10px 15px 10px 5px;
}

.storyUpdate span{
    display: block;
}

.storyUpdate:before,
.storyUpdate:after{
    display: none;
}

.icon-wrp:after{
    display: none;
}

.limited-wrp{
    flex-wrap: wrap;
    margin: 150px 0px 0;
}

.soUrce{
    padding: 0 20px;
}

.twitter-box{
    margin-top: 25px;
}

.offer-txt,
.limited-wrp img {
    width: 100%;
}

.offer-txt{
    padding: 40px 0;
}

.accordion-container{
    width: 93%;
}

.set > span{
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.set > span i{
    margin-left: 20px;
}

hr {
    margin: 20px 0;
}

footer{
    padding:20px 0 95px;
    font-size: 13px;
}

footer a {
    padding: 8px 5px;
    font-size: 15px;
}

footer span{
    margin-top: 30px;
}

.float-cta a{
    font-size: 16px!important;
}
}




strong {
    /* background-image: -webkit-gradient(linear,left top,right top,color-stop(100%,#ffaeae),color-stop(0,#fff));
    background-image: -webkit-linear-gradient(left,#ffaeae 100%,#fff 0);
    background-image: linear-gradient(to right,#ffaeae 100%,#fff 0);
    background-position: 0 80%; */
    background-repeat: repeat-x;
    background-size: 100% 23%;
    font-weight: bold;

}

.float-cta {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background: #0000007d;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float-cta a {
    background: #0a58ca;
    padding: 5px 15px 7px;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    text-align: center;
}

.content strong {
  background: none;
}



fieldset img {
  max-width: 60px;
  margin-right: 20px;
}

fieldset p {
  margin: 0;
  padding: 10px;
}

fieldset {
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}



.fancy-quote {
  border-left: 4px solid #f94d49;
  padding-left: 15px;
  font-style: italic;
}

@media only screen and (max-width: 650px) {
    p { font-size: 20px!important;}
    
}


@media only screen and (max-width: 1024px) {
.full-width2 {
    width: 100%;
    margin: 0px auto;
   
}

.small-txt{
    width: 100%;
    margin: 0px auto;
}
.bottom-pc-show  { display: none!important;}
.bottom-mob-swow { display: block!important; margin-top: -140px!important; }

}