    
@font-face {
    font-family: 'pf_handbook_proregular';
    src: url('../fonts/pfhandbookproregular.woff2') format('woff2'),
         url('../fonts/pfhandbookproregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
    .header {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0 0 16px #888;
    text-align: center;
}
.wrap-new{padding: 0 23px;width:100%;}
.watchnow {
    color: #fff;
    background-color: #c4342f;
    padding: 10px 30px;
    margin-left: 61px;
    border-radius: 10px;
    font-size: 18.31px;
    font-family: 'pf_handbook_proregular';
}

.watchnow img {
    padding: 0px 10px;
}

.wrap1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}

.banner {
    width: 100%;
    float: left;
    background-image: url(../images/bannerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 387px;
    text-align: center;
}

.wrap2 {
    display: flex;
    flex-direction: row;
    padding: 30px 20px;
    justify-content: space-between;
}

.left-association {
    width: 30%;
    float: left;
}

.right-video {
    width: 67%;
    float: left;
    padding: 0px 80px 0px 0px;
}

.below-wrap2 h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    font-family: 'pf_handbook_proregular';
    margin: 0px;
    font-weight: bold;
}

.below-wrap2 {
    padding: 20px 0px;
}


/*--red section--*/

.red-section {
    width: 100%;
    float: left;
    background-color: #c4342f;
    text-align: center;
    padding: 80px 0px 197px 0px;
}

.red-section h2 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    padding: 0px 134px;
    font-weight: bold;
    font-family: 'pf_handbook_proregular';
}


/*--article section--*/

.articlesection {
    width: 100%;
    float: left;
    background-color: #fff;
}


/*---------------article section---------------*/

.articlesection h2 {
    text-align: center;
    font-size: 22px;
    line-height: 21px;
    color: #fff;
    padding-top: 18px;
    font-weight: bolder;
    margin-bottom: 0;
    font-family: 'pf_handbook_proregular';
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.articlecontainer {
    width: 100%;
    float: left;
    padding: 50px 100px;
    margin-top: -180px;
}

.articlecontainer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.articlecontainer ul li {
    width: 24.5%;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.articleinnermost {
    width: 100%;
    float: left;
    padding-top: 0;
}

.articleinnermost a:hover {
    text-decoration: none;
    display: block;
}

.articleinnermost img {
    width: 100%;
}

.articleinnermost h3 {
    color: #5c5c5c;
    font-size: 10.95px;
    line-height: 15.95px;
    padding-top: 0;
    margin-left: 0;
    margin: 0px;
    border-bottom: 1px solid #adadad;
    display: inline-block;
    padding: 10px 0;
    font-family: 'pf_handbook_proregular';
}

.articleinnermost h4 {
    /* margin-right: 0; */
    /* margin-left: 0; */
    margin: 0;
    font-family: 'pf_handbook_proregular';
    font-weight: bolder;
    /* padding-top: 5px; */
    line-height: 27px;
    color: #c4342f;
    font-size: 20px;
}

.descnew p {
    font-family: 'pf_handbook_proregular';
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    margin: 0px;
    /* padding: 0; */
    color: #000;
}

.descnew {
    width: 100%;
    float: left;
    padding: 20px 10px 20px 15px;
    background-color: #fff;
    border: 2px solid #cecece;
	min-height:120px;
}

.articlesection div.owl-nav {
    padding: 40px 0px;
    width: 100%;
    text-align: center;
}

.articlesection div.owl-nav button.owl-next {
    line-height: normal;
    background: #71103b;
    border: none;
    font-size: xxx-large;
    color: #fff;
    width: 60px;
    margin: 0px 5px;
}

.articlesection div.owl-nav button.owl-prev {
    line-height: normal;
    background: #71103b;
    border: none;
    font-size: xxx-large;
    color: #fff;
    width: 60px;
    margin: 0px 5px;
}

.advertisement {
    width: 100%;
    float: left;
    margin: 40px 0px;
    text-align: center;
}

div.articlesection div.container div.articlecontainer div.slider2.owl-carousel.owl-loaded.owl-drag div.owl-dots {
    /* position: absolute; */
    bottom: -200px;
    /* left: 100%; */
    text-align: center;
}


/*--webinar--*/


/*--videowebinarwrap--*/


/* Menu 2 css */

.menu2 {
    right: 0;
    background: #fff0;
    /* top: 20px; */
    line-height: 36px;
    border: 2px solid #000;
    border-radius: 10px;
    margin: 30px auto;
    /* padding: 50px; */
    width: 60%;
    text-align: center;
}

.menu2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu2 ul li {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}

.menu2 ul li::before {
    position: absolute;
    width: 1px;
    height: 15px;
    background: #000;
    left: -6px;
    top: 9px;
    content: "";
}

.menu2 ul li:first-child::before {
    display: none;
}

.menu2 ul li a {
    color: #1c1c1c;
    font-family: 'pf_handbook_proregular';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 13px;
    display: block;
}

.menu2 ul li a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.menu2 ul li a.active {
    text-decoration: none;
    background:#000;
    color:#fff;
}


/*--tabing--*/

.slidervideos.active {
    display: block;
}

.slidervideos {
    display: none;
}


/*--tabing end--*/

.slidervideos {
    display: none;
}

.slidervideos.active {
    display: block;
}

.videowebinarwrap {
    width: 100%;
    float: left;
    background-color: #efefef;
    padding-bottom: 50px;
}

.webinar {
    width: 100%;
    float: left;
    background-color: #e17743;
}

.iframeclass {
    min-height: 397px;
}

.flex-videosec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 50px;
    border-radius: 20px;
    margin-top: -105px;
}

.rightvideo {
    width: 100%;
    padding: 0px 30px;
}

.leftheading h2 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    font-family: 'pf_handbook_proregular';
}

.leftheading h3 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 33px;
    color: #c41329;
    font-family: 'pf_handbook_proregular';
}

.leftheading {
    text-align: right;
}


/*--videowebinarwrap END--*/


/*--VIDEO SLIDER--*/

.videobox {
    width: 100%;
    float: left;
    text-align: center;
    padding: 33px 0px;
}

.videobox h1 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 72px;
    padding: 0;
    margin: 0;
    font-family: 'pf_handbook_proregular';
}

.video1 {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #acacac;
}

.content h2 {
    text-align: left;
    font-size: 19px;
    color: #002247;
    line-height: 37px;
    margin: 0;
    padding: 0;
    font-family: 'pf_handbook_proregular';
}

.content h3 {
    text-align: left;
    font-size: 22px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    font-family: 'pf_handbook_proregular';
}

.slidervideos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display:none;
}

.videobox div.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    float: left;
}

.videobox div.owl-nav .owl-next {
    background-image: url(../images/next.png);
    margin-right: -50px;
    width: 20px;
    height: 49px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    position: absolute;
    right: 0;
}

.videobox div.owl-nav .owl-prev {
    background-image: url(../images/prev.png);
    margin-left: -50px;
    width: 20px;
    height: 49px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    position: absolute;
    left: 0;
}

div.webinar div.container div.videobox div.slidervideos div.slider1.owl-carousel.owl-loaded.owl-drag div.owl-dots button.owl-dot {
    background-color: #000;
    border-color: #000;
    margin: 2px;border: none;
}

div.webinar div.container div.videobox div.slidervideos div.slider1.owl-carousel.owl-loaded.owl-drag div.owl-dots button.owl-dot.active {
    background-color: #fff;
    border-color: #fff;
    margin: 2px;
}

div.webinar div.container div.videobox div.slidervideos div.slider1.owl-carousel.owl-loaded.owl-drag div.owl-dots {
    padding: 20px 0px;
}

.episode .owl-dot {
    background-color: #000;
    border-color: #000;
    margin: 2px;border: none;
}

.episode .owl-dot.active {
    background-color: #fff;
    border-color: #fff;
    margin: 2px;
}

.episode .owl-dots {
    padding: 20px 0px;
}

.episode .owl-nav {    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -60px;}
.episode .owl-nav .owl-next {
    background-image: url(../images/next.png);
    margin-right: -50px;
    width: 20px;
    height: 49px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    position: absolute;
    right: 0;
}

.episode .owl-nav .owl-prev {
    background-image: url(../images/prev.png);
    margin-left: -50px;
    width: 20px;
    height: 49px;
    background-color: transparent;
    font-size: 0px;
    background-size: cover;
    border: none;
    position: absolute;
    left: 0;
}


/*--client-section--*/

.client-section {
    width: 100%;
    background-color: #fff;
    float: left;
    z-index: 999;
    /* pointer-events: visible; */
    position: relative;
}

.client-section h2 {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #c8413c;
    font-family: 'pf_handbook_proregular';
    margin: 0;
    font-weight: bold;
    padding: 20px 0px;
}

.flex-client1 {
    display: flex;
    flex-direction: row;
    margin-bottom: -194px;
    z-index: 999;
    padding: 0px 20px;
    justify-content: space-around;
}

.client-article {
    text-align: center;
    margin: 30px;
    border: 2px solid;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    width: 30%;
}

.client-article h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    padding: 20px 0px;
}

.client-article h4 {
    font-size: 10.32px;
    line-height: 15.32px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    border-bottom: 2px solid #000;
    width: max-content;
    font-family: 'pf_handbook_proregular';
}

.client-article p {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    /* padding: 0; */
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'pf_handbook_proregular';
}


/*--calculate box--*/

.pg-black {
    width: 100%;
    float: left;
    background-color: #22232d;
    z-index: 0;
}

.yellow-retirement {
    background: #fed54b;
    padding: 20px;
    color: #000;
    border-radius: 10px 10px 0px 0px;
}

.tools-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #333543;
    padding: 60px;
    margin-top: 280px;
    z-index: 0;
}

.heading-left {
    width: 40%;
    padding: 0px 40px;
}

.heading-left h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: 'pf_handbook_proregular';
    line-height: 45px;
}

.heading-left h4 {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    font-family: 'pf_handbook_proregular';
}

.heading-left p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    font-family: 'pf_handbook_proregular';
}

.calculate-boxes {
    margin-bottom: -129px;
}

.inner-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.c1 {
    margin-right: 20px;
}

.c1 h2 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'pf_handbook_proregular';
    /* color: #fff; */
    margin: 0;
}

.topic-calculate {
    padding: 20px;
    background: #000;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.image img {
    width: 100%;
}

.calculate-button p {
    background: #e17743;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-family: 'pf_handbook_proregular';
    border-radius: 0px 0px 10px 10px;
}

.calculate-button a {
    color: #fff;
    font-family: 'pf_handbook_proregular';
}

.calculate-button {
    border-radius: 0px 0px 10px 10px;
    font-family: 'pf_handbook_proregular';
}


/*--calculate box end--*/


/*--twitter--*/


.feed-twitter{
    /* padding: 88px; */
    padding-top: 109px;
}
}

.twitter-left img {
    width: 100%;
}


div.feed-twitter div.slider3.owl-carousel.owl-loaded.owl-drag div.owl-dots {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 10px 0;
}
div.feed-twitter div.slider3.owl-carousel.owl-loaded.owl-drag div.owl-dots button.owl-dot {
    width: 15px;
    height: 4px;
    background: #fff;
    display: inline-block;
    margin: 0 2px;
    border: honeydew;
}
div.feed-twitter div.slider3.owl-carousel.owl-loaded.owl-drag div.owl-dots button.owl-dot.active {
    background: #c42628;

}
.owl-dot.active {
    background: #c42628;
}

.owl-dot:focus {
    outline: none;
}

.owl-dot {
    width: 15px;
    height: 4px;
    background: #19212b;
    display: inline-block;
    margin: 0 2px;
    border: honeydew;
}
.white-img {
    padding: 28px 160px;
    background: #fff;
}


.for-more-details {
    text-align: center;
    width: 100%;
    padding: 50px 202px;
    /* text-align: -webkit-match-parent; */
    display: inline-block;
}

.email {
    background: #556193;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.email h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-family: 'pf_handbook_proregular';
}

.email p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'pf_handbook_proregular';
}

.feed-twitter h3 {
    font-size: 20px;
    margin: 0;
    line-height: 50px;
    color: #41a1e0;
    font-weight: bold;
    font-family: 'pf_handbook_proregular';
    text-align: center;
}
.box-height{
    max-height: 420px;
    overflow-y: scroll;
}


/*--PLAN YOUR FUTURE--*/

.plan-future-sec {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.flex-plan {
    display: flex;
    flex-direction: row;
}

.plan-left {
    width: 100%;
}

.plan-left img {
    width: 100%;
}

.selfie-right {
    background-color: #8d9b6f;
    padding: 40px 40px 0px 40px;
    text-align: center;
    margin-left: 10px;
}

.selfie-right h2 {
    margin: 0;
    font-family: 'pf_handbook_proregular';
    /* text-align: center; */
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.imageclass {
    margin-top: 73px;
}

.selfie-right a {
    /* text-align: center; */
    color: #fff;
    font-family: 'pf_handbook_proregular';
    background-color: #c4342f;
    padding: 10px 28px;
    border-radius: 10px;
    font-size: 16px;
}

.capture {
    padding: 38px;
}


/*--guide--*/

.guide-sec {
    width: 100%;
    float: left;
}

.flex-guide {
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
}

.pc-left {
    padding: 0px 60px;
}

.heading-right {
    padding: 40px 103px;
}

.heading-right h2 {
    font-size: 50px;
    font-family: 'pf_handbook_proregular';
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.red-block {
    background: #c4342f;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.green-block {
    background: #8d9b6f;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.red-block p {
    margin: 0;
    font-size: 22px;
    line-height: 27px;
    font-family: 'pf_handbook_proregular';
}

.green-block p {
    font-size: 20px;
    font-family: 'pf_handbook_proregular';
    line-height: 35px;
    margin: 0;
    word-break: break-all;
}
.green-block a {
   color: #ff9a00;
}

.green-block span {
    font-weight: bold;
    border: 1px solid;
    padding: 5px;
    font-family: 'pf_handbook_proregular';
    border-radius: 5px;
    /* font-size: 12px; */
}

.kyc-container {
    /* margin: 20px; */
    /* margin-bottom: -76px; */
    z-index: 999;
    position: relative;
}


/*--FOOTER--*/

.footer {
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    padding: 10px 0px 10px 0px;
}

.end-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*--disclaimer--*/
.disclaimer p{
    font-size: 22px;
    line-height: 46px;
    font-family: 'pf_handbook_proregular';
    font-weight: bold;
}
.disclaimer a{
      color: #000;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #cccc;
    margin-bottom: 10px;
}

@media(max-width:767px) {

    .red-section{padding: 53px 0;}
    .menu2 ul {
  margin: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.menu2 ul li:last-child {
   
    width: 100%;
}
.menu2 ul  li{
    width:100%;
    padding:0px;
}
    .kyc-container {
    margin: 0px;
}
    .watchnow {
       margin-left: 0px;
    padding: 5px;
    margin: 10px 20px;
    }
    .wrap1 {
        flex-direction: column;
        padding-left: 0px;
    }
    .left-association {
        width: 100%;
        margin-bottom: 20px;
    }
    .right-video {
        width: 100%;
        padding: 0px 00px 0px 0px;
    }
    .red-section h2 {
        font-size: 23px;
    line-height: 30px;
    padding: 0;
    }
    .articlecontainer {
        width: 100%;
        float: left;
        padding: 50px 10px;
        margin-top: -78px;
    }
    .advertisement img {
        width: 100%;
    }
    div.articlesection div.container div.articlecontainer div.slider2.owl-carousel.owl-loaded.owl-drag div.owl-dots {
        bottom: -142px;
        left: 11%;
    }
    .menu2 li:before {display:none;}
    .menu2 {
        line-height: 30px;
        width: 100%;
        margin: 20px 0px;
        /* padding: 2px; */
        padding-left: 0px;
        
    }
    .menu2 ul li {
        padding-right:0px;
        /* padding-left: 2px; */
    }
    .menu2 ul li a {
        color: #1c1c1c;
        font-family: 'pf_handbook_proregular';
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0px;
        padding-left: 0px;
    }
    .heading-left {
        width: 100%;
        padding: 20px 0px;
    }
    .selfie-right {
        margin-left: 0px;
    }
    .wrap2 {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }
    .c1 {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .flex-client1 {
        display: flex;
        flex-direction: column;
        margin-bottom: -320px;
        z-index: 999;
        padding: 0px;
    }
    img{/* max-width:100%; *//* text-align: -webkit-center; */}
    .pc-left {
    padding: 0;
}

.white-img {
    padding: 28px 0px;
    
}
    .tools-flex {
        
    flex-direction: column;
    
    padding: 20px;
   
    }
    .inner-flex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .for-more-details {
   
padding: 50px 10px;
   
margin-bottom: 30px;
   
/* width: 100%; */
}
    .social-feed-flex {
     
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin-top: 100px;
    }
    .flex-plan {
        display: flex;
        flex-direction: column;
    }
    .flex-guide {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .end-flex {
        flex-direction: column;
    justify-content: center;
    text-align: center;
    }
    .heading-right h2 {
       font-size: 28px;
   
    text-align: center;
    line-height: 35px;
    }
    .client-article {
        margin: 0px;
        width: 100%;
    }
   .heading-right {
    padding: 40px 0;
    font-size: 20px;
}
.disclaimer p {
    font-size: 19px;
    line-height: 24px;
    font-family: 'pf_handbook_proregular';
    font-weight: bold;
    text-align: center;
}
.footer {
    padding: 20px 0px 10px 0px;
}

}
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .flex {
            flex-direction: column;
        }
    }