.about-affiliate-det h1{
    text-align: center;
    color: red;
    font-size: 20px;
    margin-top: 15px;
}
.about-affiliate-det hr{
    width: 20%;
    margin-left: 40%;
}
.about-affiliate-text{
    width: 100%;
    height: auto;
    box-shadow: 0.5px 0.5px 2px 2px rgb(31, 30, 30, 0.3);
    margin-bottom: 50px;
}
.about-affiliate-text:hover{
    box-shadow: 2px 2px 2px 2px rgb(31, 30, 30, 0.5);
    transform: scale(1.01);
}
.about-affiliate-text p{
    font-size: 18px;
    text-align: left;
    margin: 5px;
    margin: 10px;
}
.carousel-caption h4{
    margin-top: -200px;
    font-weight: bolder;
    color: red;
    font-family: montserrat;
    font-size: 30px;
    line-height: 10px;
    text-transform: uppercase;
    width: 50%;
    margin-left: 55%;
    line-height: 33px;
}
.carousel-item img {
    border-radius: 5%;
}
 
.terms-affiliate-det h1{
    text-align: center;
    color: red;
    font-size: 20px;
    margin-top: 15px;
}
.terms-affiliate-det hr{
    width: 20%;
    margin-left: 40%;
}
.terms-affiliate-text{
    margin-bottom: 50px;
}

.join-affiliate h1{
    height: auto;
    width: 26%;
    border-radius: 2px;
    margin-left: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: red;
    font-size: 15px;
    line-height: 30px;
}
.join-affiliate{
    display: flex;
}
.join-affiliate i{
    color: black;
    font-size: 28px;
    margin: 10px;
}
.join-affiliate:hover i{
    transform: translateY(10px);
}
.account-form h1{
    font-size: 25px;
    text-align: center;
}
.account-form button{
    color:white;
    background:black;
}
.account-form button:hover{
    background:red;
    border: red;
}
.account-form {
    height: auto;
    width: 80%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


@media only screen and (max-width: 768px) {
    .join-affiliate h1{
        width: auto;
        margin-left: 15%;
        font-size: 13px;
        line-height: 2px;
    }
    .affiliate-form{
        height: auto;
        width: auto;
        margin-left: 0%;
    }
    .carousel-caption h4{
        margin-top: -10px;
        font-size: 25px;
        line-height: 25px;
        width: 80%;
        margin-left: 10%;
        line-height: 33px;
    }
    .account-form h1{
        font-size: 18px;
    }
  }

.send {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 10px;
}
.summary-cards{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.summary-cards h5{
    height: 60px;
    width: 200px;
    border-radius: 4px;
    background: blue;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.afprm{
    height: 170px;
    width: 200px;
    border: 1px solid red;

}
.enquiry-inner input{
    height: 40px;
    width: 50%;
    margin-left: 25%;
}
.enquiry-inner textarea{ 
    height: 80px;
    width: 50%;
    margin-left: 25%;
}
.enquiry-inner{
    width: 50%;
    height: 330px;
    justify-content: center;
    align-items: center;
    border: 1px solid red;
    margin-top: 20px;
    margin-left: 25%;

}
 
@media only screen and (max-width: 768px) {
     
    .enquiry-inner input{
        height: 40px;
        width: 90%;
        margin-left: 5%;
    }
    .enquiry-inner textarea{ 
        height: 80px;
        width: 90%;
        margin-left: 5%;
    }
    .enquiry-inner{
        width: 90%;
        height: 330px;
        justify-content: center;
        align-items: center;
        border: 1px solid red;
        margin-top: 20px;
        margin-left: 5%;
    
    }
  }
