body{
    overflow-x: hidden!important;
    font-family: 'Open Sans', sans-serif;
}
h3{
    font-weight:600;
}
.container-fluid{
    padding:0;
}
.sec-pd{
    padding:60px 60px;
}
.icon{
    margin-top:-35px;
}
.icon i{
    color:#fff;
}
span{
    padding-left:15px;
}
.form-label {
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.form-control{
    color: #838384;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ececec;
    padding:12px 14px;
    border-radius:10px;
}
.btn{
    width:100%;
    background: rgb(174,46,184);
background: linear-gradient(20deg, rgba(174,46,184,1) 50%, rgba(85,13,165,1) 100%);
color:#fff;
padding:12px 0px;
font-size:20px;
margin-top:20px;
}
.btn:hover{
    background: #fff;
    border: 2px solid rgb(174,46,184);
    color:rgb(174,46,184);
}
.form-control:focus{
    border-color:rgb(174,46,184);
    box-shadow: 0 0 0 0.1rem rgba(174,46,184);
}
.banner-img-desc{
    display: block;
}
.banner-img-mob{
    display: none;
}
@media(max-width:576px){
    .banner-img-desc{
        display: none;
    }
    .banner-img-mob{
        display: block;
    }
    .sec-pd{
        padding:60px 20px;
    }
    body{
        overflow-x: hidden!important;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.footer {
    position: relative;
    font-size: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: #dfecf8; */
    color: #0F61A5;
    text-align: center;
 }

 /* Password eye */
.togglePassword{
    color: #838384;
    background-color: rgb(232, 240, 254);
    background-clip: padding-box;
    padding:17px 15px;
    border-radius:0px 10px 10px 0px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius:10px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -50px;
    z-index:9999999;
}
span#view_prize
 {
    margin-right: 10px;
}

