/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:wght@200;300;400;500;700;900&display=swap'); */

/* trainer section css */
* {
    font-family: Gotham;
}

/* .ff-Roboto {
	font-family: Roboto;
} */
.why-neft-space-200 {
    padding: 0px 200px;
}

.px-200 {
    padding: 100px 200px;
}

.mx-200 {
    padding: 40px 300px;
}

.box {
    height: 100%;
}

.btn-primary {
    background-color: #164DCC;
    color: #FFFFFF !important;
    width: 100%;
    padding: 10px 45px;
}

.card-text-link {
    color: #164DCC;
    font-weight: 700;
}

/*.trainer-section .box img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-width: 600px;*/
/*    max-height: 500px;*/
/*    object-fit: contain;*/
/*}*/

.header-image {
    width: 100%;
    height: auto;
    border-radius: 0px 0px 24px 24px;
}
 
.ncc-logo {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 75%;
    top: 50%;
}

.trainer-section h1 {
    font-size: 50px;
    line-height: 75px;
    font-weight: 400;
    font-family: 'gotham';
}

.trainer-section p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0%;
    margin-top: 30px;
}

.trainer-section span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.trainer-section .membership-btn {
    background-color: #164DCC;
/*     width: 100%; */
    height: 46px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0px;
    text-transform: none !important;
}

.block-font {
	font-family: 'gotham';
}

/* trainer section 2 css */
.trainer-section2 {
    background-color: #164DCC;
}

.text-dec {
	text-transform: none;
}

.trainer-section2 h1 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 42px;
    text-align: center;
    padding: 0px 22rem 2rem 22rem;	
    font-family: 'gotham';
}

.trainer-section2 .btn-white {
    background-color: #FFFFFF;
    color: #164DCC;
    font-size: 16px;
    font-weight: 700;
	letter-spacing: 0;
}

.trainer-section2 .btn-white:hover {
	background-color: #e9e9e9;
    color: #164DCC;
}

/* benefits section css */
.benefits-section .heading {
    color: #CC3806;
    font-weight: 700;
}

.benefits-section h1 {
    font-weight: 400;
    font-size: 40px;
    padding-bottom: 30px;
	font-family: 'gotham';
}

.benefits-section h5 {
    font-weight: 700;
    font-size: 18px;
    padding-top: 15px;
}

/* memberships section css */
.memberships-section .heading {
    color: #CC3806;
    font-weight: 700;
}

.memberships-section .subtext {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* margin: 0rem 37rem 0rem 37rem; */
    margin: 0rem 31rem 0rem 31rem;
}

.memberships-section .text-bg-orange {
    background-color: #FFA203;
    padding: 4px;
    border: none;
}

.memberships-section .card-title {
    font-size: 40px;
    font-weight: 700;
	letter-spacing: 0px;
}

.memberships-section .membership-btn {
    background-color: #164DCC;
    color: #FFFFFF;
	text-transform: none;
    letter-spacing: 0px;
    font-weight: 600;
}

/* Why NFPT Section */
.nfpt-section .heading {
    color: #CC3806;
    font-weight: 700;
}

.nfpt-section .box img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 500px;
    object-fit: contain;
}

.nfpt-section h1 {
    /* margin: 0rem 22rem 0rem 22rem; */
    margin: 0rem 15rem 0rem 15rem;
   font-family: 'gotham';
   font-size: 28px;
}

.nfpt-section ul li {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

.nfpt-section .membership-btn {
    background-color: #164DCC;
    color: #FFFFFF;
    padding: 10px 15px;
	text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

.nfpt-section .nfpt-subheading {
    font-size: 20px;
    padding: 20px 0px;
    /* margin: 0rem 22rem 0rem 22rem; */
    margin: 0rem 15rem 0rem 15rem;
}

/* Military section css */
.military-section img {
    width: 100%;
    max-width: 150px;
}

.military-section .card {
    border-radius: 24px;
}

.textcenter {
	text-align: center;
}


/* How it works Section  */
.works-section .heading {
    color: #CC3806;
    font-weight: 700;
    text-align: center;
}

.works-section .title {
    font-weight: 700;
    font-size: 20px;
	letter-spacing: 0;
}

.works-section ul li {
    margin-bottom: 20px;
    font-size: 18px;
}

/* pricing-section css */
.pricing-section {
    background-color: #164DCC;
    color: #FFFFFF;
}

.pricing-section .card-title {
    font-weight: 700;
    font-size: 40px;
}

.pricing-section ul li {
    list-style: none;
    margin-bottom: 20px;
}

/* about us Section css */
.about-us-section .card-bg {
    background-color: #FAFAFA;
    border-radius: 12px;
    min-height: 450px;
    height: 100%;
}

.about-us-section .avatar {
    width: 50px;
}

.about-us-section p {
    font-size: 18px;
    line-height: 30px;
}

.about-us-section .mt-100 {
    margin-top: 100px;
}

/* eligibility section css */
.eligibility-section .heading {
    color: #CC3806;
    font-weight: 700;
}

.eligibility-section ul li {
    margin-bottom: 20px;
}

.eligibility-section p {
    line-height: 30px;
}

.eligibility-section .card {
    height: 100%;
}

/* exam-section css */
.exam-section .card-bg1 {
    background-color: #FFF2E7;
    height: 100%;
}

.exam-section .card-bg2 {
    background-color: #EFF4FF;
    height: 100%;
}

.exam-section ul li {
    margin-bottom: 20px;
}

.exam-section .card-bg2 ul {
    list-style: none;
}

.exam-section .heading {
	color: #CC3806;
    font-weight: 700;
}

/* Free Download css */
.free-download-section .heading {
    color: #FFA203;
    font-weight: 700;
}

.free-download-section {
    background-color: #002A59;
    color: #FFFFFF;
}

.free-download-section .card-title {
    font-weight: 700;
    font-size: 40px;
}

.free-download-section ul li {
    list-style: none;
    margin-bottom: 20px;
}

/* trainer-section3 css */
.trainer-section3 .box img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 500px;
    object-fit: contain;
}

.trainer-section3 h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
}

.trainer-section3 .membership-btn {
    background-color: #164DCC;
/*     width: 100%; */
    height: 46px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0px;
}

.trainer-section3 p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0%;
    margin-top: 30px;
}

.footer-section {
    background-color: #092e59;
    color: #FFFFFF;
    padding: 80px 100px 40px 100px
}

.footer-section .footer-logo {
    width: 300px;
}

.footer-section .footer-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    position: relative;
    text-indent: -9999px;
    background-size: contain;
}

.footer-section .acc-logo {
    display: block;
    width: auto;
    height: 70px;
}
.footer-section h5 {
   font-size: 16px;
}
.footer-section .wrapper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

.footer-section .footer-copyright .legal-link a {
    color: #ced9f0;
    text-decoration: none;
    padding-left: 13px;
    border-left: 1px solid #fff;
    margin-left: 11px;
}

.footer-section {
    ul {
        list-style: none;
        padding: 0;

        li {
            margin-bottom: 6px;

            a {
                text-decoration: none;
                color: #ced9f0;
                margin-botxtom: 40px;
            }
        }
    }
}

.footer-section .footer-social a.facebook {
    background: url(https://www.nfpt.com/wp-content/themes/nfptTheme/assets/css/../images/social-facebook-white.svg) center no-repeat;
}

.footer-section .footer-social a.instagram {
    background: url(https://www.nfpt.com/wp-content/themes/nfptTheme/assets/css/../images/social-instagram-white.svg)
}

.footer-section .footer-social a.linkedin {
    background: url(https://www.nfpt.com/wp-content/themes/nfptTheme/assets/css/../images/social-linkedin-white.svg) center no-repeat;
}

.footer-section .footer-social a.twitter {
    background: url(https://www.nfpt.com/wp-content/themes/nfptTheme/assets/css/../images/social-twitter-white.svg) center no-repeat;
}

.footer-section .footer-social a.youtube {
    background: url(https://www.nfpt.com/wp-content/themes/nfptTheme/assets/css/../images/social-youtube-white.svg) center no-repeat;
}

.list-disc  {
	list-style-type: disc !important;
	padding-top: 20px;
	margin-left: 0;
}

.list-tick li .list-disc li {
	list-style: disc !important;
	padding: 0 !important;
	margin-bottom: 5px;
}

.list-disc li:before {
	background: none !important
}

.list-tick > li:before {
	background: url(../images/CheckIcon.svg) center no-repeat !important;
    left: 0px !important;
	width: 25px;
    height: 25px;
    top: 3px;
}
.list-tick li {
	padding: 0 0 0 35px !important;
}

.list-bullet  {
	list-style-type: disc !important;
}

.list-bullet > li:before {
	background: none !important;
}
.list-bullet li {
	padding: 0 0 10px 20px !important;
}
/* Responsive css */
@media only screen and (max-width: 1440px) {
    .px-200 {
        padding: 100px 70px;
    }
	
	.nfpt-section ul li, .works-section ul li {
        font-size: 18px;
    }

	.memberships-section .subtext {
    margin: 0rem 17rem 0rem 17rem;
}
    .trainer-section h1 {
        line-height: 65px;
        font-weight: 400;
    }

    .trainer-section p {
        line-height: 35px;
        margin-top: 30px;
    }

    .trainer-section2 h1 {
        padding: 0rem 22rem 2rem 22rem;
    }

    .memberships-section .subtext {
/*        padding: 0rem 22rem 2rem 22rem; */
    }

    .nfpt-section h1 {
        margin: 0rem 15rem 0rem 15rem;
        font-family: 'gotham';
    }

    .nfpt-section .nfpt-subheading {
        margin: 0rem 15rem 0rem 15rem;
    }

    .free-download-section .margin-auto {
        margin: 0px 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .px-200 {
        padding: 50px 50px;
    }

    .trainer-section .membership-btn {
        margin: 10px 0px;
    }

    .trainer-section p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }

    .trainer-section h1 {
        font-size: 45px;
        line-height: 65px;
        font-weight: 400;
    }

    .trainer-section2 h1 {
        padding: 0rem 10rem 2rem 10rem;
    }

    .memberships-section .subtext {
        margin: 0rem 10rem 0rem 10rem;
    }

    .mx-200 {
        padding: 40px 100px;
    }

    .nfpt-section ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .nfpt-section h1 {
        margin: 0rem 10rem 0rem 10rem;
       font-family: 'gotham';
    }

    .nfpt-section .nfpt-subheading {
        margin: 0rem 6rem 0rem 6rem;
    }
}

@media only screen and (max-width: 768px) {
    .trainer-section h1 {
        font-size: 40px;
    }

    .trainer-section2 h1 {
        padding: 0rem 2rem 2rem 2rem;
    }

    .memberships-section .subtext {
        margin: 0rem 4rem 0rem 4rem;
    }

    .mx-200 {
        padding: 40px 35px;
    }

    .nfpt-section h1 {
        margin: 0rem 2rem 0rem 2rem;
       font-family: 'gotham';
    }

    .nfpt-section .nfpt-subheading {
        margin: 0rem 2rem 0rem 2rem;
    }
}

@media only screen and (max-width: 430px) {
    .px-200 {
        padding: 20px 20px;
    }

    .trainer-section h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .trainer-section h1 {
        font-size: 32px;
    }

    .trainer-section2 h1 {
        padding: 0rem 1rem 2rem 1rem;
    }

    .memberships-section .subtext {
        margin: 0rem 2rem 0rem 2rem;
    }

    .nfpt-section h1 {
        margin: 0rem;
    }

    .nfpt-section .nfpt-subheading {
        margin: 0rem 1rem 0rem 1rem;
    }

    .footer-section {
        padding: 40px 40px 40px 40px;
    }

    .trainer-section3 h1 {
        font-size: 40px;
        line-height: 57px;
    }

    .footer-section .acc-logo {
        margin-top: 30px;
        height: 50px;
    }
}

@media only screen and (max-width: 320px) {
    .px-200 {
        padding: 20px 20px;
    }
}

.line-height-1-5 {
	line-height: 1.5 !important;
}

.letter-spacing-0 {
	letter-spacing: 0 !important;
}

.fs-18 {
	font-size: 18px;
}

.text-tranform-none{
	text-transform: none;
}

.primary-btn {
    background-color: #164DCC !important;
    color: #FFFFFF !important;
    padding: 10px 15px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

.primary-btn:hover {
	background: #123da2 !important;
}

.membership-section {
            color: white;
            padding: 50px !important;
            font-family: Arial, sans-serif;
        }

       .membership-section .card {
            border-radius: 10px;
            padding: 20px;
        }

        .primary-text {
        	color: #164DCC;
        }
#post-79631 .price {
	font-size: 20px !important;
}
@media (max-width: 480px) {
    .ncc-logo {
        width: 80px;
        height: 80px;
        right: 73%;
        top: 71%;
    }
}

@media (max-width: 768px) {
    .ncc-logo {
        width: 100px;
        height: 100px;
        right: 77%;
        top: 78%;
    }
}

.wp-block-heading {
    text-align: center;
}
.membership-section p {
    font-family: "gotham";
    font-size: 16px !important;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}