body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color:#000000;
    /* background: url(../../dk/bg2.png) no-repeat;
    background-size: 1440px auto;
    opacity: 0.5;  */
}
h1,h2{
    color: #fff;
    font-size: 45px;
    line-height: 1.4;
    margin-bottom: 2px;
}
h2{
    padding-left: 45px;
    padding-bottom: 23px;
    letter-spacing: 0.3px;
    position: relative;
}
h2 span{
    position: absolute;
    left: -5px;
    top: 3px;
    max-width: 50px;
}
h3{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 23px;
    letter-spacing: 0.3px;
}
.container{
    max-width: 1303px;
    margin: 0 auto;
}
#header{
    position: absolute;
    left: 70px;
    top: 20px;
    z-index: 9999;
}

.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
#leadform{
    background: #fff;
    border: 1px solid #111A3E50;
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.form{
    margin-top: 10px;
    padding: 0 35px;
    margin-bottom: 63px;
}
.topForm{
    padding: 30px 29px 7px;
}
.bannerContent{
    position: absolute;
    left: 68px;
    top: 120px;
    max-width: 650px;
    color: #fff;
}
.bannerContent p{
    font-size: 22px;
    padding-right: 130px;
    letter-spacing: 0.3px;
}
input,
select{
    border: none;
    outline: none;
    background: transparent;
    height: 40px;
    border-radius: 0;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 26px;
    width: 100%;
    font-size: 17px;
    color: #000000;
}
::-webkit-input-placeholder { /* Edge */
    color: #000000;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
  }
  
  ::placeholder {
    color: #000000;
  }
.formcol{
    position: relative;
    width: 48%;
    padding-bottom: 28px;
}
.oneCol{
    padding-bottom: 12px;
}
.frontIcon{
    position: absolute;
    left:0;
    top:12px;
    /* max-width: 18px; */
}
.frontIcon.mobile{
    top: 7px;
    left: 3px;
}
.frontIcon.location{
    top: 8px;
    left: 3px;
}
.frontIcon.age{
    top: 6px;
}
.placeholder{
    position: absolute;
    left: 30px;
    top: 3px;
}
.threeCol,
.twoCol,
.twoColumn{
    display: flex;
    justify-content: space-between;
}
.twoCol{
    padding-bottom: 2px;
}
.twoCol>div{
    width: 46.5%;
}
.check{
    width: 65.5%;
}

.submission{
    display: flex;
    justify-content: center;
    background: #F5F5F5;
    padding: 24px 0;
}
button{
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
}
.btn{
    background: #0EC1EB;
    color: #fff;
    padding: 12px 122px;
    border-radius: 43px;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.4px;
    transition: 0.3s ease all;
    border:1px solid transparent;
}
.btn:hover,
.btn.revert{
    border:1px solid #0EC1EB;
    transition: 0.3s ease all;
    background: transparent;
    color:#0EC1EB;
}
/* .btn.revert:hover{
    border:1px solid transparent;
    background: #0EC1EB;
    color: #fff;
} */
input.error, select.error{
    border-color: red;
}
.astrik{
    color:red;
}
.terms-accept{
    position: relative;
    cursor: pointer;
    width: 100%;
    line-height: 1.4;
    margin: 0 auto;
    display: block;
    padding-left: 35px;
    margin-bottom: 29px;
    transition: 0.3s ease all;
    font-size: 15px;
}
.terms-accept input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.terms-accept span {
    position: absolute;
    width: 18px;
    border-radius: 4px;
    height: 18px;
    border: 1.5px solid #0EC1EB;
    left: 9px;
    top: 1px;
    background: #fff;
    transition: 0.3s ease all;
}
.terms-accept span:after{
    content: '';
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 4px;
    border-bottom: 2px solid #0EC1EB;
    border-right: 2px solid #0EC1EB;
    left: 5px;
    top: 1px;
}
.terms-accept a{
    color:#0EC1EB;
    font-weight: 600;
    text-decoration: underline;
}
input:checked ~ span:after{
    opacity: 1;
}
.terms{
    padding-bottom:44px;
}
/*.terms ul{
    max-width: 63%;
}*/
.terms li{
    position: relative;
    padding-left: 0px;
    padding-bottom: 15px;
}
/* .terms li::before{
    content:'';
    position: absolute;
    left:0;
    top:8px;
    width:7px;
    height: 7px;
    background: #707070;
    border-radius: 50%;
} */
.dklink{
    color:#0EC1EB;
    text-decoration: underline;
}
.terms h3{
    font-size: 29px;
    margin-bottom: 21px;
}
select{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../dk/arrow.png) no-repeat right 3px top 12px;
    background-size: 15px;
    cursor: pointer;
}
.confirmpopup{
    background: #fff;
    border: 1px solid #111A3E50;
    border-radius: 27px;
    overflow: hidden;
    max-width: 670px;
    margin: 0 auto;
    width: 100%;
    padding: 47px 50px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    /* display: flex; */
    z-index: 9;
    position: relative;
}
.confirmicon{
    margin-bottom: 6px;
}
.confirmpopup h3{
    font-size: 26px;
    margin-bottom: 30px;
}
.confirmpopup p{
    margin-bottom: 24px;
    font-size: 18px;
    padding: 0 90px;
    font-weight: 500;
    text-align: center;
}
.btnwrap{
    display: flex;
    align-items: flex-start;
    width:100%;
}
.btnwrap .btn{
    padding:12px 25px;
    font-size: 16px;
    max-width: 270px;
    width: 100%;
    text-align: center;
    margin-right: 26px;
}
.btnwrap .btn:last-child{
    margin-right: 0;
}
textarea{
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    width: 100%;
    padding: 10px 1px;
    text-align: left;
    display: block;
    min-height: 113px;
    color: #000000;
    margin-bottom: 23px;
    resize: none;
    padding-left: 20px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

}
/*Media query for IPAD*/
@media(max-width:1180px){
.banner{
    min-height: 100%;
}
input,select{
    font-size: 14px;
}
.terms{
    padding:0 35px 44px;
}
.terms ul{
    max-width: 100%;
}
}

@media (max-width: 950px){
    h1,h2{
        font-size: 28px;
    }
    .banner{
        background-size: cover;
    }
    .bannerContent{
        padding: 0px 20px 0;
        left: 10px;
        top: 90px;
        max-width: 510px;
    }
    .bannerContent p{

        font-size: 16px;
    }
    h2{
        padding-bottom: 15px;
    }
    h2 span{
        left: 0;
        max-width: 33px;
    }
    input, select{
        font-size: 15px;
    }
    .terms{
        padding:0 30px 80px;
    }
    .terms ul{
        max-width: 100%;
    }

}

/*Media query for IPhone*/
@media (max-width: 767px){
    #header{
        left: 10px;
        top: 10px;
 }
    h1{
        font-size: 18px;
        padding: 0 0px;
    }
    .banner{
        background-size: 100% 40%;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .formcol{
        width:100%;  
    }
    .threeCol, .twoCol{
        flex-wrap: wrap;
    }
    .topForm{
        padding:23px 12px 7px;
    }
    input, select{
        font-size: 14px;
    }
    .wrapper{
        background: #F1F2F6;
        padding-bottom: 20px;
    }
    .form{
        padding:0 20px;
    }
    .bannerContent p{
        display: none;
    }
    .terms{
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        margin:0 20px 20px;
        padding:30px 12px 20px;
    }
    #leadform{
        border:none;
        border-radius: 12px;
    }
    .bannerContent{
        padding: 0;
        max-width: 280px;
    }
    .submission{
        background: #fff;
    }
    .check{
        width: 100%;
    }
    h2{
        font-size: 18px;
        padding-left: 24px;
        padding-bottom: 0;
    }
    h2 span{
        left: 0;
        max-width: 22px;
        top: 0px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    textarea{
        font-size: 14px;
        min-height: 167px;
        padding: 10px 20px 0;
        margin-bottom: 0;
    }
    .twoColumn{
        flex-wrap: wrap;
    }
    .terms h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .terms li{
        font-size: 14px;
    }
    .twoCol>div{
        width: 100%;
    }
    .btnwrap {
        flex-wrap: wrap;
    }
    .confirmpopup{
        /* display: flex; */
        padding: 30px 12px;
    }
    .confirmpopup p{
        padding: 0 10px;
        font-size: 16px;
    }
    .confirmpopup h3{
        font-size: 24px;
    }
    .btnwrap .btn{
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}