body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

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

.container{
	max-width:885px !important;
}

/*h1 {
    font-size: 119px;
}

h2 {
    font-size: 79px;
}

h3 {
    font-size: 74px;
}

h4 {
    font-size: 60px;
}

h5 {
    font-size: 41px;
}

h6 {
    font-size: 30px;
}*/

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

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

.blackProductLink a {color: #000000 !important;text-decoration: underline;}
.blackProductLink a:hover {color: #888 !important;}
img {
    max-width: 100%;
}

xa {text-decoration: none;color: #fff;}

a:hover {
    color: #fff;
}


/* slider-image css start */

.fch_bg_image {
    background-image: url(/fchlibs/grafx/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.fch_bg_image:nth-child(1) {
    background-image: url(/fchlibs/grafx/bg2.png);
}


.fch_desc p{font-size:16px; color:#4c4c4c;}


/* slider-image css end */


/* fch-content css start */

.fch_content {
    
    margin: 0 auto;
}
.pr-0{padding-right:0;}
.pl-0{padding-left:0;}
.fch_content h1{font-size:30px;}
.fch_content h4{font-size:30px;}
.fch_content p, fch_content_ex p {    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 32px;}
	
.fch_listion_icon img {
    max-width: 50%;
}

.fch_listion_icon {
    width: 100%;
    height: 220px;
    max-width: 220px;
}
	

.fch_listiong_ex h5{
	font-size:18px;
	
}

/* fch-content css end */


/* fch-listion css start */


.fch_listion_icon {

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.fch_listing_list ul li {
    font-size: 16px;
    position: relative;
}

.fch_listing_list ul{padding-left:40px;}
.fch_listing_list ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 1px;
    background-color: #4c4c4c;
    top: 50%;
    left: -25px;
}

.fch_listing_section.fch_plan_inner {
    padding: 70px 0 40px;
	height: 650px;
}
.directry-m .jch_btn {
    margin-top: 155px;
}

.fch_listing_section {
    position: relative;
    overflow: hidden;
}

.fch_value {
      position: absolute;
    left: -80px;
    top: 20px;
    transform: rotate(-45deg);
}

.fch_value h5 {
        padding: 15px 73px;
    font-weight: 500;
}


.basic-list{background:#fafafa;}

/* fch-listion css end */


/* fch-feature css start */

.fch_feature .fch_listion_icon {
    width: 150px;
    height: 150px;
}


/* fch-feature css end */


/* fch-plan css start */

.fch_integration{
	
	font-family: 'Poppins', sans-serif;
	
}
.fch_integration_content h4 {
    font-size: 30px;
	font-family: 'Poppins', sans-serif;
}

.fch_member_section{font-family: 'Poppins', sans-serif;}

.fch_plan{
	
	font-family: 'Poppins', sans-serif;
	
}
.fch_member_section img {
    width: 30%;
}
.fch_plan_inner .fch_desc h5 {
    font-size: 15px;
    line-height: 25px;
}

.fch_plan_inner .fch_listing_list ul li {
    /*font-size: 33px;*/
}

.fch_member_section h6 {
    line-height: 30px;
    padding: 0 50px;
}

.fch_plan_inner .fch_value {
    left: -75px;
    top: 20px;
}


.fch_plan_center {
    box-shadow: 0 0 40px 0 #0000003b;
    z-index: 9;
    transform: scale(1, 1.05);
}

.fch_listing_text {
    height: 120px;
}



.covid_italic {
    font-style: italic;
}

.fch_listing_section h2 {
    font-size: 30px;
    font-weight: 700;
}

.fch_listing_section h4{font-size: 30px;}


/* fch-plan css end */


/* fch-testimonial css start */

.fch_tesimonial_inner {
    max-width: 1460px;
    margin: 0 auto;
}

.fch_testimonial_content h4 {
   font-size: 25px;
    font-style: italic;
    padding: 0 70px;
    line-height: 35px;
}


/* fch-testimonial css end */


/*slick css*/

.slick-dots {
    text-align: center;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    font-size: 0;
    border: 1px solid #166bae;
    background-color: transparent;
    position: relative;
    border-radius: 100px;
}

.slick-slide:focus,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button:after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #166bae;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 100px;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}


/*slick css end*/


/*fch-partner css start*/

.fch_partner {
    max-width: 1120px;
    margin: 0 auto;
}


/*fch-partner css end*/


/*fch-member css start*/

.fch_integration_inner img {
    width: 50%;
}

.fch_member_content .fch_content,
.fch_member_section {
    padding: 80px 0;
}
.fch_listiong_ex img {
    width:70%;
}
a.custom-btn {
    font-size: 18px;
    font-weight: 700;
    padding: 16px 50px;
}
.basic-list .fch_section_inner {
    margin-top: 105px;
}
.basic-list .fch_listiong_ex {
    margin-top: 100px;
}

.fch_listing_section.basic-list .jch_btn {
    margin-top: 127px;
}


/*fch-member css end*/


/*fch-payment css start*/

.fch_payment_image img {
    width: 175px;
    height: 105px;
    object-fit: cover;
}

.payment_btn a {
    background-color: #ccc;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    padding: 16px 20px;
}

.fch_payment_last_section {
    background-color: #707070;
}

.blackProductLink a {color: #333;text-decoration: underline;}

/*fch-payment css end*/

/* Become a Member */
.jch_btn_fix a{
	
	padding: 15px 30px;
    display: inline-block;
    border-radius: 0px;
    font-size: 20px;
	
}
.nutt-bg h1{font-size: 52px; font-family: 'Poppins', sans-serif;}
.nutt-bg h3{font-size: 32px; font-family: 'Poppins', sans-serif;}


.become-member-one h4, .become-member-one p {
	font-family: 'Poppins', sans-serif;
	line-height:normal;
}
.become-member-two h5 {
    font-size: 20px;
	font-family: 'Poppins', sans-serif;
	    font-weight: 700;
}
.become-member-two p{font-family: 'Poppins', sans-serif; font-size: 16px;}
section.fch_section.become-member-two {
    margin-bottom: 80px;
}
.fch_testimonial{font-family: 'Poppins', sans-serif;}

/* FCH Directory Setup */

.bg-text-banner{
	background-image:url('../images/nutt-bg.jpg');
	height:150px;
	width:100%;
	background-size: cover;
	
}
.bg-text-banner h1 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    padding: 40px 0;
}
.form-check-wrap {
    max-width: 435px;
    margin: auto;
}

.gray-bg-color{
	
	background: #d2d2d2;
    color: #4c4c4c !important;
    position: relative;
    left: 31%;
	
}
.footer-logo{
	background: #4c4c4c;
}
.footer-logo{padding:80px 0;}
.price-area small {
    font-size: 14px;
    color: #000;
    line-height: 5px;
	width:100%;
	float:left;
}
.price-area .price {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.card-form .form-control {
    border: 1px solid #7f7f7f;
    border-radius: 0;
    height: 50px;
}
.card-form label {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
.card-form h3, .card-form h5 {
    font-size: 22px;
    color: #000;
}
.form-check .form-check-input {
    border-radius: 0;
    border-color: #7f7f7f;
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

/* Join Directory Page */
.join-directory-one h4{
    color: #166bae;
}

.join-directory-one strong{
    color: #f09626;
    font-size: 25px;
    font-weight: 500;
}

.join-directory-one p{
    margin: 5px 0 40px;
}

.join-directory-two .fch_plan_inner{
    border: 2px solid #f09626;
}
.join-directory-two .col-md-6:nth-child(2) .fch_plan_inner{
    margin-left: -2px;
}
.join-directory-two .fch_listing_section.fch_plan_inner{
    padding: 30px 0 40px;
}
.join-directory-two .fch_listing_section h4 {
    font-weight: 600;
    font-size: 25px;
    color: #f09626;
}
.join-directory-two .fch_listing_section h5 {
    font-weight: 600;
    font-size: 24px;
    color: #166bae;
}

span.price-year {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-left: -27px;
}

.join-directory-two .fch_listing_list ul li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #4c4c4c;
    top: 40%;
    left: -10px;
    border-radius: 4px;
}

.join-directory-two .fch_desc p {
    font-size: 15px;
}

.join-directory-two .fch_listing_list.text-start {
    height: 150px;
}
.img-bg-color {
    background: #166bae;
    padding: 20px;
}
.img-bg-color img {
    width: 100%;
}
.img-bg-color b {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}
.join-directory-two .jch_btn.mt-5 {
    margin-top: 165px !important;
}
.join-directory-two .directry-m .jch_btn {
    margin-top: 50px;
}
.join-directory-two .fch_listing_section.fch_plan_inner {
    height: 800px;
}

.join-directory-two .directry-m .img-bg-color {
    background: #f09626;
}

.join-directory-two .fch_plan_inner .fch_value h5 {
    font-weight: 100 !important;
    font-size: 16px !important;
    padding: 3px 88px;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
}

/* Join Mebership Page */
.join-one h3{
color: #166bae;
font-size: 36px;
font-weight: bold;
}
.join-one strong{
color: #f09626;
font-size: 25px;
font-weight: bold;
line-height: 28px;
margin-top: 10px;
display: inline-block;
}
.join-one img {
    position: absolute;
    bottom: -95%;
    padding-right: 35px;
}
.join-one .col-md-6{
    position: relative;
}
ul.member-listing{display: inline-block; margin: 25px 0 10px; padding: 0 40px;}
ul.member-listing li{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
ul.member-listing li::before{
    content: '';
    background-image: url('../images/cross-dott.jpg');
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: -10px;
}
ul.member-listing a{
    color: #000;
    width: calc(100% - 50px);
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
}

ul.member-listing a b{
    display: inline-block;
    width: 100%;
    font-size: 28px;
    color: #4e4e4e;
    font-weight: 600;
}
ul.member-listing a small{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 400;
    position: relative;
    top: -6px;
}

.reason_fch{
    background: #166bae;
    padding: 8px 0 10px;
    margin-top: 20px;
}
.reason_fch h2{
    color:#fff;
    font-size: 34px;
    font-weight: bold;
    padding: 15px 0 10px;
}
.reason_fch p{
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;

}

.business_level{
    margin: 0 0 30px;
    
}
section.fch_section.business_level .col-md-3{
    position: relative;
}

.business_level h2{
    font-size: 29px;
    background: #f09626;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
}
section.fch_section.business_level .col-md-3:nth-child(2) {
    overflow: hidden;
}
section.fch_section.business_level .col-md-3:nth-child(2)::before {
    content: 'MOST POPULAR';
    position: absolute;
    left: -25px;
    top: 8px;
    background: #2977b7;
    color: #fff;
    font-size: 13px;
    width: 114px;
    transform: rotate(-40deg);
    line-height: 15px;
    padding: 2px 10px;
}

.level-main{
    border: 2px solid #f09626;
    padding: 15px 8px 20px;
}
.br-0{border-right: 0 !important;}
.bl-0{border-left: 0 !important;}
.level-main strong{
    font-size: 24px;
    color: #f09626;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.level-main .price{
    font-size: 55px;
    color: #166bae;
    display: inline-block;
    width:100%;
    font-weight: 600;

}
.level-main .price sup{
    font-size: 32px;
}
.level-main .price small{
    color: #4e4e4e;
    font-size: 16px;
    position: relative;
    margin-left: -33px;
}
.billed-year{
    color: #4e4e4e;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    position: relative;
    top: -10px;
}
.level-main p{
    color: #4e4e4e;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    line-height: normal;
    padding: 20px 0 40px;
}
.pro-listing{
    color: #4e4e4e;
    font-size: 19px;
    display: inline-block;
    margin: 0;
    line-height: normal;
    font-weight: 500;
}
.level-main a.btn{
    font-size: 18px;
    background: #f09626;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    width: 80%;
    margin-top: 30px;
    border-radius: 3px;
    padding: 10px 10px;
}
.level-main .price.price-text{
    font-size: 35px;
    line-height: 34px;
    position: relative;
    top: 15px;
    margin-bottom: 31px;
}

.join_features{
    background: #e6e7e8;
    display: inline-block;
    width: 100%;
    padding: 20px 40px;
}
.join_features h2{
    font-size: 35px;
    font-weight: bold;
    color: #166bae;
    display: inline-block;
    margin-bottom: 15px;
}
.join_features ul li p {
    width: calc(100% - 60px);
    display: inline-block;
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.join_features ul li img {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.fch_integration_join h4{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.fch_integration_join .fch_integration_inner img{
    width: 100%;
}
.fch_integration_join .col-auto {
    max-width: 20%;
}

/* Carriage Bolts */

.carriage-one h5{
    font-size: 30px;
    color: #1a69ac;
    margin: 0;
}
.carriage-one p{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
}
.carriage-one ul.item-list{
    margin: 0;
    padding: 0 0 0 120px;
    display: inline-block;
    width: 100%;
}

.carriage-one ul.item-list li{
    float: left;
    width: 30%;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
}

ul.btn-list{
    margin:50px 0 0 0;
    padding:0 80px;
    display: inline-block;
    width: 100%;
}
ul.btn-list li{
    float: left;
    width: 30%;
    margin-bottom: 15px;
    margin-right: 2%;
}
ul.btn-list li a, ul.btn-list li a:hover, ul.btn-list li a:focus{
    background: #005ea6;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    padding: 10px 20px;
}
.btn.main-btn{
    background: #f5890f;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    padding: 12px 30px;
    margin-top: 50px;
}

.carriage-two h6{
    font-size: 24px;
    color: #1a69ac;
    margin: 0 0 15px;
    font-weight: 600;
}
.carriage-two p{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
}
.carriage-two strong{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.carriage-two b{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.carriage-two ul{

}
.carriage-two ul li a{
    font-size: 18px;
    color: #005ea6;
    font-weight: 400;
    text-decoration: underline;
}
.carriage-two input, .carriage-two input:focus{
    border-bottom: 2px solid #000 !important;
    border: none;
    width: 80%;
    outline: none;
    box-shadow: none;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    background: #fff0;
}
.carriage-two input::-webkit-input-placeholder {
    color: #000;
    font-weight: 600;
    font-size: 20px;
  }
  
  .carriage-two input:-ms-input-placeholder {
    color: #000;
    font-weight: 600;
    font-size: 20px;
  }
  
  .carriage-two input::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 20px;
  }

.boltData{
    padding: 15px;
}
.boltData.grey-box{
    background: #e6e7e8;
}


/* Mobile Media */
@media only screen and (max-width: 768px) {
 
 
 .gray-bg-color{left:0;}
 .fch_testimonial_content h4{padding:0;}
 .fch_logo_section {
    margin-top: 20px;
}

/* Join Membership */
.join-one h3{
    font-size: 26px;
}
.join-one strong{font-size: 22px;}
ul.member-listing li {
    width: 100%;}
    ul.member-listing li::before {
        top: 5px;
        float: left;
    }
    ul.member-listing a b{
        font-size: 22px;
    }
    ul.member-listing{
        padding-left: 0;
    }
    .reason_fch h2{
        font-size: 28px;
    }
    .business_level .pr-0{
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }
    .business_level .pl-0{
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    .business_level .p-0{
        padding-right: calc(var(--bs-gutter-x)/ 2) !important;
        padding-left: calc(var(--bs-gutter-x)/ 2) !important;
    }
    .br-0 {
        border-right: 2px solid #f09626 !important;
    }
    .join-one img {
        position: static;
        bottom: -95%;
        padding-right: 0;
        margin-top: 20px;
    }

/* Join Directory */
.join-directory-two .jch_btn.mt-5 {
    margin-top: 105px !important;
}

/* Carriage Bolts */
.carriage-one ul.item-list{
    padding: 0;
}
.carriage-one ul.item-list li{
    width: 100%;
}
ul.btn-list{
    margin: 0;
}
ul.btn-list li {
    width: 100%;
    margin-right: 0;
}
.carriage-two strong {
    margin-bottom: 20px;
    display: inline-block;
}
.carriage-two input, .carriage-two input:focus{
    width: 100%;
}
.carriage-two b{
    margin-top: 20px;
}

 
}
