*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #000 !important;
}
img{
    max-height: 260px ;
}
p{
    color: #fff;
    font-size: 18px;
}
.inner{
    margin-top: 60px !important;
    padding: 25px !important;
    text-align: center;
}
.inner2{
    margin-top: 60px !important;
    padding: 25px !important;
    text-align: left;
    border: 1px solid #4b4b4b;
    border-radius: 15px;
}
.row{
    justify-content: center;
    align-items: center;   
}
.btn1{
    background-color: #fff !important;
    border-radius: 50px !important;
    padding: 15px 70px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.btn2{
    color: #fff !important;
    background-color: #000;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    padding: 15px 80px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.btn2:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.btn3{
    color: #fff !important;
    background-color: #000;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    padding: 15px 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}
.btn3:hover{
    background-color: #fff !important;
    color: #000 !important;
}

.btn-style {
    border-radius: 100px !important;
    color: #000 !important;
    background-color: #fff !important;
    padding: 10px 60px !important;
}

.l-left {
    text-align: left !important;
}

.l-left h5 {
    font-size: 16px;
}

input, select {
    background-color: #ccc !important;
}

.k-inputs {
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 15px;
    margin-top: 30px;
}

.k-inputs input {
    margin-bottom: 5px;
    padding: 8px 10px;
}

.phone-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.phone-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.phone-box p {
    font-weight: 600;
}

#error-msg {
    color: red;
}
  
#valid-msg {
    color: #00c900;
}
  
input.error {
    border: 1px solid #ff7c7c;
}
  
.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100% !important;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

#phn-box {
    display: none;
}
