/* *{
    font-family: Montserrat;
    line-height: 40px;
} */
body{
    font-size: 16px;
}
.text-center{
    text-align: center;
}
.pl-3{
    padding-left: 3%;
}

.wrapperCGP{
    padding: 50px 50px 0px;
    width: 100%;
    text-align: center;
}
.bg-black{
    background: #1E1E1E;
}
.wrapperCGP .banner{
    margin: 0px;
}
.wrapperCGP .whatIs{
    padding: 30px;
    line-height: 40px;
}
.wrapperCGP .whatIs .head{
    font-family: Montserrat;
    font-size: 22px;
    line-height: 40px;
    margin: 20px;
}
.wrapperCGP .whatIs .head span{
    font-family: Montserrat-SemiBold;
    font-weight: bold;
    font-size: 33px;
    line-height: 40px;
}
.wrapperCGP .whatIs .text{
    font-family: Montserrat;
    font-size: 14px;
}
.wrapperCGP .affiliate-button{
    margin-top: 50px;
    margin-bottom: 50px;
    width: auto;
}
.wrapperCGP .affiliate-btn{
    background: #7CF900;
    border-radius: 15px;
    padding: 20px 30px;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
}

.wrapperCGP .whyChoose{
    margin-top: 100px;
    width: auto;
}
.wrapperCGP .whyChoose .head{
    font-family: Montserrat;
    font-size: 22px;
    line-height: 40px;
    margin: 20px;
}
.wrapperCGP .whyChoose .head span{
    font-family: Montserrat-SemiBold;
    font-weight: bold;
    font-size: 33px;
    line-height: 40px;
}
.wrapperCGP .whyChoose-Card{
    display: flex;
    justify-content: center;
}
.wrapperCGP .whyChoose-Card .col{
    width: 25%;
    /* border: 1px solid #eee; */
    height: 100px;
    margin: 20px;
    border-radius: 10px;
    display: flex;
}
.wrapperCGP .whyChoose-Card .col .w-25{
    width: 25%;
    height: 100px;
    background: #7CF900;
    border-radius: 10px 0px 0px 10px;
    display: flex;
}
.wrapperCGP .whyChoose-Card .col .w-25 img{
    margin: auto;
}
.wrapperCGP .whyChoose-Card .col .w-75{
    width: 75%;
    height: 100px;
    border: 1px solid #4E4E4E;
    border-right: 1px solid #7CF900;
    border-radius: 0px 10px 10px 0px;
    display: flex;
}
.wrapperCGP .whyChoose-Card .col .w-75 p{
    margin: auto 15px;
    text-align: left;
}

.wrapperCGP .howDoes{
    margin-top: 100px;
}
.wrapperCGP .howDoes-Card{
    border: 2px dashed #A5A5A5;
    width: 75%;
    margin: auto;
    padding: 60px 0px 90px;
}
.wrapperCGP .howDoes-Card .head{
    font-family: Montserrat;
    font-size: 22px;
    line-height: 40px;
    margin: 20px;
}
.wrapperCGP .howDoes-Card .head span{
    font-family: Montserrat-SemiBold;
    font-weight: bold;
    font-size: 33px;
    line-height: 40px;
}
.wrapperCGP .howDoes-Card .text{
    font-family: Montserrat;
    font-size: 14px;
    width: 80%;
    margin: auto;
}
.wrapperCGP .howDoes-Card .top-image{
    position: absolute;
    top: -75px;
    left: 70px;
}
.wrapperCGP .howDoes-Card .bottom-image{
    position: absolute;
    bottom: -50px;
    right: 70px;
}

.wrapperCGP .commission{
    width: 80%;
    margin: auto;
    margin-top: 100px;
}
.wrapperCGP .commission .head{
    font-family: Montserrat;
    font-size: 22px;
    line-height: 40px;
    margin: 20px;
}
.wrapperCGP .commission table{
    border-radius: 10px 10px 0px 0px;
}
.wrapperCGP .commission table thead{
    background: #7CF900;
    color: #000;
}
.wrapperCGP .commission table thead th{
    text-align: center;
    border: 1px solid #1E1E1E;
}
.wrapperCGP .commission table tbody{
    border: none;
}
.wrapperCGP .commission table tbody tr:nth-of-type(odd) {
    background: #212121;
}
.wrapperCGP .commission table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #2D2D2D;
}
.wrapperCGP .commission table tbody tr td{
    color: #fff;
}


.wrapperCGP .contactUs{
    margin-top: 100px;
    width: auto;
}
.wrapperCGP .contactUs .head{
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    line-height: 40px;
    margin: 20px;
}
.wrapperCGP .contactUs-Card{
    display: flex;
    justify-content: center;
}
.wrapperCGP .contactUs-Card .col{
    width: 23%;
    background: rgba(69, 139, 0, 0.2);
    border: 1px solid #7FFF00;
    height: 100px;
    margin: 20px;
    border-radius: 10px;
}
.wrapperCGP .contactUs-Card .col p{
    margin-top: 30px;
}

.wrapperCGP .contactUs .bottom-image{
    padding-top: 70px;
    margin-bottom: -230px;
}


.faq-section{
    padding: 30px 50px 150px;
}
.wrapperCGP .faq{
    width: 80%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 35px;
}
.wrapperCGP .faq .head{
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    line-height: 40px;
    margin: 20px;
}

.wrapperCGP .faq .faq-Card h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-top: 35px;
}
.wrapperCGP .faq .faq-Card .accordion {
    font-family: "888-DemiBold", verdana, sans-serif;
    background: #1E1E1E;
    border-radius: 8px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 10px auto;
}
.wrapperCGP .faq .faq-Card .accordion p{
    width: 90%;
    margin-bottom: 0px;
}
.wrapperCGP .faq .faq-Card .accordion.active:after {
    content: "\2212";
    color: transparent;
    background: url(../../ui-assets/images/minus.png)!important;
    background-position: center;
    background-size: 100% 100%;
    /* height: 25px!important;
    width: 25px!important;
    margin-bottom: -3px!important;
    margin-top: -4px!important; */
}

.wrapperCGP .faq .faq-Card .accordion:after{
    content: "\002B";
    color: transparent;
    background: url(../../ui-assets/images/plus.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    margin-bottom: -6px;
    margin-top: -24px;
    float: right;
    margin-left: 5px;
}
/* .accordion:after {
    content: '\002B';
    color: #7CF900;
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
} */

.wrapperCGP .faq .faq-Card .panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.wrapperCGP .faq .faq-Card .panel p{
    padding: 5px 0;
    text-align: justify;
}
@media screen and (max-width: 330px) {
.aff_form_section{
    padding: 10px!important;
}
.form_reg_section
{
    padding: 5px!important;
}
}
@media screen and (max-width: 330px) {
.commission table td,.commission table th{
    font-size: 12px!important;
}}
@media screen and (max-width: 350px) {
.wrapperCGP .howDoes-Card .top-image {
    position: absolute;
    top: -75px;
    right: -1px;
    max-width: 209px;
    left: unset!important;
}
.wrapperCGP .howDoes-Card .bottom-image {
    position: absolute;
    bottom: -50px;
    left: 20px;
    max-width: 240px;
    right: unset!important;
}
}
@media screen and (max-width: 930px) {
    .wrapperCGP{
        padding: 15px;
    }
    .wrapperCGP .whatIs{
        padding: 10px;
    }
    .wrapperCGP .whatIs .head{
        font-size: 18px;
    }
    .wrapperCGP .whatIs .head span{
        font-size: 22px;
    }

    .wrapperCGP .affiliate-btn{
        padding: 15px 20px;
        font-size: 16px;
    }

    .wrapperCGP .whyChoose{
        margin-top: 50px;
    }
    .wrapperCGP .whyChoose .head{
        font-size: 18px;
    }
    .wrapperCGP .whyChoose .head span{
        font-size: 22px;
    }

    .wrapperCGP .whyChoose-Card{
        display: block;
    }
    .wrapperCGP .whyChoose-Card .col{
        width: auto;
    }
    .wrapperCGP .whyChoose-Card .col .w-25{
        width: 30%;
    }
    .wrapperCGP .whyChoose-Card .col .w-75{
        width: 70%;
    }

    .wrapperCGP .howDoes-Card{
        padding: 90px 0px 90px;
        width: 80%;
    }
    .wrapperCGP .howDoes-Card .head{
        font-size: 18px;
    }
    .wrapperCGP .howDoes-Card .head span{
        font-size: 22px;
    }

    .wrapperCGP .commission{
        width: 100%;
        margin-top: 75px;
    }

    .wrapperCGP .contactUs{
        margin-top: 30px;
    }
    .wrapperCGP .contactUs .head{
        font-size: 20px;
    }
    .wrapperCGP .contactUs-Card{
        display: block;
    }
    .wrapperCGP .contactUs-Card .col{
        width: auto;
    }
    .wrapperCGP .contactUs .bottom-image{
        padding-top: 30px;
        margin-bottom: -200px;
    }

    .wrapperCGP .faq{
        width: 100%;
    }
}


@media screen and (max-width: 359px) {
    .aff_form_section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 10px!important;
      }
      .aff_form_section input::-moz-placeholder { /* Firefox 19+ */
        font-size: 10px!important;
      }
      .aff_form_section input:-ms-input-placeholder { /* IE 10+ */
        font-size: 10px!important;
      }
      .aff_form_section input:-moz-placeholder { /* Firefox 18- */
        font-size: 10px!important;
      } 
}


@font-face {
	font-family: Montserrat;
	src: url(../../ui-assets/fonts/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../../ui-assets/fonts/Montserrat-Bold.ttf) format("truetype");
}
