.cfdtagsfixedHeight {
    max-height: 150px;
    margin-bottom: 10px;
    /* overflow: auto; */
    overflow-y:auto ;
    overflow-x: hidden;
}
.margin-btm {
    margin-bottom: 40px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::placeholder {

    color: #000 !important;

  }
a{text-decoration: none;}
a:hover{
    text-decoration: none;
}
h1, h2, h2, h4, h5, h6{
    font-family: 'Poppins', sans-serif; 
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.cfdtagsfixedHeight {
    max-height: 150px;
    margin-bottom: 10px;
    /* overflow: auto; */
    overflow-y:auto ;
    overflow-x: hidden;
}
.notetext {
    margin-bottom: 0px;
    font-size: small;
    color: rgb(82, 78, 78);
}
.demo{
    padding: 22px;
}
h1{
    font-size:40px;
}
h2{
    font-size:30px;
}
h3{}
h4{}
h5{}
h6{}

.container{
    max-width: 1100px;
    margin:0 auto;
}

section{

}
/* logo */
.logo-img{
    top: 34px;
    left: 48px;
    /* width: 190px; */
    height: 47px;
    position: absolute;
    position: fixed;
}

/* banner secttion */
.banner{
    width: 100%;
    height: 520px;
    /* background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url(../../images/banner.jpg); */
    background: linear-gradient(to left, rgba(255,0,0,0), rgba(0 158 255)),url(../../cfdlead/images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* aside */
.banner aside {
    width: 835px;
    max-width: 100%;
    margin-right: 50px;
    margin-top: 33px;
}


.banner .content .text_content h1 {
    font-size: 40px;
    color: white;
    width: 420px;
    font-weight: 500;
    margin-left: 70px;
    line-height: 1.3;
}
.banner .content .text_content h4 {
    color: white;
    width: 358px;
    font-weight: 400;
    margin-left: 70px;
    margin-top: 30px;
    font-size: 19px;
}


aside .form-container {
    display:block;
}
.form-container {
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    box-shadow: 0 150px 75px rgba(0, 0, 0, .05);
    padding: 20px;
}
.form-container h2 {
    font-size: 21px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 22px 0;
}
.form-container .form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.form-container .col-input:nth-child(odd) {
    margin-right: 6px;
}
.form-container .col-input {
    width: 47%;
    margin: 0 0 12px;
    position: relative;
    top: 0;
    left: 0;
}
.form-container form .col-input select, .form-container form .col-input input {
    /* border-radius: 4px; */
    padding: 3px 0px 3px 25px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 12px;
    height: 36px;
    color: #010101;
    font-family: 'Poppins', sans-serif;
    border-radius:0;
    /* background-color: #ebebeb; */
    border-bottom: 1px solid rgb(172 172 172 / 20%) !important;
    border: transparent;
}

.form-container .col-input:nth-child(2n) {
    margin-left: 6px;
}
.form-container .submit-btn {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    background-color: #0ec1eb;
    padding: 6px 0;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width:175px;
    margin: 30px 0 30px 130px;
}

/* form1 */
aside .form-container1 {
    display: none;
}
.form-container1 {
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    box-shadow: 0 150px 75px rgba(0, 0, 0, .05);
    padding: 20px;
}
.form-container1 h2 {
    font-size: 21px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 22px 0;
}
.form-container1 .form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.form-container1 .col-input:nth-child(odd) {
    margin-right: 6px;
}
.form-container1 .col-input {
    width: 47%;
    margin: 0 0 12px;
    position: relative;
    top: 0;
    left: 0;
}
label.error{
    color: red;
    font-size: 12px;
}

.form-container1 form .col-input select, .form-container1 form .col-input input {
    /* border-radius: 4px; */
    padding: 3px 0px 3px 25px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 12px;
    height: 36px;
    color: #010101;
    font-family: 'Poppins', sans-serif;
    border-radius:0;
    /* background-color: #ebebeb; */
    border-bottom: 1px solid rgb(172 172 172 / 20%) !important;
    border: transparent;
}
.form-container1 .submit-btn {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    background-color: #0ec1eb;
    padding: 6px 0;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width:175px;
    margin: 30px 0 30px 95px;
}
.form-container1 .back-btn {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #0ec1eb;
    border-radius: 30px;
    background-color: #fff;
    padding: 6px 0;
    /* border: none; */
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #0ec1eb;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width:175px;
    margin: 30px 0 30px 0;
}
/* success popup */
aside .form-container2 {
    display:none;
}
.form-container2 {
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    box-shadow: 0 150px 75px rgba(0, 0, 0, .05);
    /* padding: 20px; */
    padding: 20px 20px 5px 20px;
}
.form-container2 h2.success_popup  {
    font-size: 21px;
    line-height: normal;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 5px 0;
}

.form-container2 h3.success_popup_sub_heading {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.form-container2 p.success_popup_para {
    font-size: 13px;
    text-align: center;
    color: #000;
}

.form-container2 .form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.form-container2 .col-input:nth-child(odd) {
    margin-right: 6px;
}
.form-container2 .col-input {
    width: 47%;
    margin: 0 0 12px;
    position: relative;
    top: 0;
    left: 0;
}
.form-container2 form .col-input select, .form-container1 form .col-input input {
    /* border-radius: 4px; */
    padding: 3px 0px 3px 25px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 12px;
    height: 36px;
    color: #010101;
    font-family: 'Poppins', sans-serif;
    border-radius:0;
    /* background-color: #ebebeb; */
    border-bottom: 1px solid rgb(172 172 172 / 20%) !important;
    border: transparent;
}
aside .form-container2 .img_margin {
    margin: 15px auto;
    width: 200px;
    height: 110px; 
}

.form-container2 .col-input:nth-child(2n) {
    margin-left: 6px;
}
/* .form-container2 .submit-btn {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    background-color: #0ec1eb;
    padding: 6px 0;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width:175px;
    margin: 30px 0 30px 95px;
} */

.form-container2.success_popup .submit-btn {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    background-color: #0ec1eb;
    padding: 6px 0;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width:175px;
    margin: 20px 0 20px 137px;
} 
/* end of third form */

.name_icon {
    padding-left: 25px;
    background: url("../../cfdlead/images/name.png") no-repeat left;
    background-size: 20px;
  }
  
  .mobile_icon{
    padding-left: 25px;
    background: url("../../cfdlead/images/mobile.png") no-repeat left;
    background-size: 20px;
  }
  .location_icon {
    padding-left: 25px;
    background: url("../../cfdlead/images/location.png") no-repeat left;
    background-size: 20px;
  }
  .work_icon {
    padding-left: 25px;
    background: url("../../cfdlead/images/work.png") no-repeat left;
    background-size: 20px;
  }
  .company_icon{
    padding-left: 25px;
    background: url("../../cfdlead/images/company.png") no-repeat left;
    background-size: 20px;
  }
  .mail_icon{
    padding-left: 25px;
    background: url("../../cfdlead/images/mail.png") no-repeat left;
    background-size: 20px;
  }

  /* description  section*/
  section.description{margin-top: 25px;}
  section.description .text_description h1{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

  section.description .text_description h4{
    font-size: 18px;
    font-weight: 500;
  }
  section.description .text_description h4 span.badge_circle{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding-top: 9px;
}
  section.description .text_description p{
    font-size: 13px;
    line-height: 1.4;
    margin-left: 40px;
  }

  /* Exclusive section */
  section.exclusive{
    margin-top: 65px;
    background-color: #DEDEDE;

  }
  section.exclusive .exclusive_margin-bottom{
    margin-bottom: 65px;

  }
  section.exclusive h1{
    font-weight: 500;
    margin: 40px 0 20px 0;
  }
  section.exclusive .card_radius{
    border-radius: 16px;
}
  section.exclusive .card-text{
    font-size: 13px;
}
section.exclusive .card_title_heading{
    font-weight: 500;
}
section.exclusive .card_title_warning{
    font-weight: 500;
    color: #F8992D;
}
section.exclusive .right_img{
    /* margin-top: -45px; */
  
}
section.exclusive .right_img img{
    height: 350px;
    margin: auto;
}
/* Offer section */
section.offer .card_radius{
    border-radius: 16px;
}
section.offer .card_title_heading{
    font-weight: 500;
}
section.offer .card_title_warning{
    font-weight: 500;
    color: #F8992D;
}
section.offer .card-text{
    font-size: 13px;
}
section.offer h1{
    font-weight: 500;
    line-height: 1.1;
    font-size: 36px;
}
/* popup */
aside .form-container .img_margin{
    margin: 15px auto;
    height: 100px;
}
/* refer friennd form */
#hide_form{
    display:none;
}
/*  */
@media (max-width:1280px){
    .form-container1 .submit-btn {
    margin: 30px 0 30px 65px;
    }
    }
/*Media query for IPAD*/
@media(max-width:1180px){
    .banner .content .text_content h1 {
        font-size: 40px;
        color: white;
        width: 411px;
        font-weight: 500;
        margin-left: 10px;
        line-height: 1.3;
    }
    .banner .content .text_content h4 {
        color: white;
        width: 358px;
        font-weight: 400;
        margin-left: 10px;
        margin-top: 30px;
        font-size: 19px;
    }

}

@media (max-width:1024px){
.form-container1 .submit-btn {
margin: 30px 0 30px 35px;
}
.form-container2.success_popup .submit-btn {
   
    margin: 20px 0 20px 95px;
}
}
@media (max-width:912px){
    .form-container1 .submit-btn {
    margin: 30px 0 30px 5px;
    }
    }
@media (max-width: 820px){
    .form-container1 .back-btn {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .form-container1 .submit-btn {
    width: 100%;
    margin: 0px 0px 0px 0px;
    }
    .form-container .submit-btn {
        margin: 20px 0px 20px 45px;
    }
    .form-container2.success_popup .submit-btn {
   
        margin: 20px 0 20px 45px;
    }
    }
    @media (max-width: 768px){
    .form-container .submit-btn {
        margin: 20px 0px 20px 15px;
    }
    .form-container2.success_popup .submit-btn {
   
        margin: 20px 0 20px 25px;
    }
    }
/*Media query for IPhone*/
@media (max-width: 767px){
    section.banner{
        height: 750px;
    }
    .banner .content .text_content {
          margin-top: -235px;
    }
    .banner .content .text_content h1 {
        font-size: 29px;
        color: white;
        font-weight: 500;
        line-height: 1.2;
        padding: 0 20px;
        margin: 0;
        width: 100%;
        margin-top: -219px;
    }
    .banner .content .text_content h4 {
        color: white;
        font-weight: 400;
        margin: 25px 0 0 0;  
        font-size: 19px;
        padding: 0 20px;
        line-height: 1.2;
        max-width: 100%;
    }
    .banner aside {
        width: 100%;
        max-width: 100%;
        margin-right: 50px;
        margin-top: 335px;
        position: absolute;
        padding:5px;
}
.form-container .submit-btn {
    margin: 20px 0px 20px 65px;
}
/* second form */
.form-container1 .back-btn {
    
    width: 150px;
    
}
.form-container1 .submit-btn {
    
    width: 151px;
    margin: 30px 0px 30px 19px;
}
/* third form  */
.form-container2 h2.success_popup {
   
    margin: 0px 0 5px 0;
}
.form-container2.success_popup .submit-btn {
   
    margin: 20px 0 20px 75px;
}
/* description */
section.description .text_description h1 {
    margin-bottom: 15px;
}
/* exclusive */
section.exclusive h1 {
    font-weight: 500;
    margin: 40px 0 20px 15px;
    font-size: 32px;
    line-height: 1.2;
   
}
section.exclusive .card_margin{
    margin-top: 25px;
}
section.exclusive .right_img {
    margin-top: -45px;
    padding-bottom: 20px;
}
/* offer section */
section.offer h1 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 32px;
}
}
@media (max-width:640px){
    .form-container1 .back-btn {
        width: 150px;
        margin: 30px 0px 30px 0px !important;
    }
    }
@media (max-width:540px){
.form-container1 .back-btn {
    width: 150px;
    margin: 30px 0px 30px 0px !important;
}
}
@media (max-width: 360px){
    .form-container1 {
      
        padding: 0 20px;
    }
    .form-container1 h2 {
       
        margin: 10px 0 12px 0;
    }
.form-container1 .submit-btn {
    width: 148px;
    margin: 30px 0px 30px 7px;
}
.form-container .submit-btn {
    margin: 20px 0px 20px 65px;
}
}
@media (max-width: 280px){
    .form-container1 {
        
        margin-top: 47px;
    }
    .form-container1 h2 {
       
        margin: 0px 0 6px 0;
    }
    
    
    .form-container1 .back-btn {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
.form-container1 .submit-btn {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
}
