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

a{
    text-decoration: none !important;
}
h1{
    font-size: 30px !important;
    font-weight: 700;
}
p{
    margin: 15px 10px !important;
    font-weight: 600;
}
.navbar-brand img{
    height: 40px;
}
form a{
    border: 1px solid #454545 !important;
    border-radius: 6px;
    padding: 2px 20px;
}
.row{
    justify-content: center;
    align-items: center;
    text-align: center;
    /* height: 100vh; */
    padding: 1em 4em !important;
}
.row2{
    text-align: left;
}
.fade-p{
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 400;
}
.borderr{
    margin-bottom: 2em;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.banner-section h1 {
font-size: 28px;
font-weight: bold;
}

.banner-section p {
font-size: 16px;
font-weight: 400;
}

.form2{

    line-height: 1.7;
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
}
.form2 h1 {
    font-weight: 600 !important;
    font-size: 22px !important;
    margin-bottom: 10px !important;
}
.form2 p{
    font-weight: 400;
    font-size: 14px;
}
.form-check {
    text-align: left;
    padding: 10px 60px !important;
}
.continue a{
    width: 60%;
    color: #fff;
    background-color: #0376c9;
    border-radius: 30px;
    padding: 10px 0px;
    margin: 10px;
}
.continue2 button{
    width: 60%;
    color: #fff;
    background-color: #0376c9;
    border-radius: 30px;
    padding: 10px 0px;
    margin: 10px;
}
.btn2{
    background-color: transparent !important;
    border: 1px solid #0766eb !important;
    color: #0766eb !important;
}
.continue a:hover{
    background-color: #0766eb;
    color: #fff;
}

.continue2 button:hover{
    background-color: #0766eb;
    color: #fff;
}
.num span{
    color: #0766eb;
    border: 2px solid #0376c9;
    border-radius: 50%;
    padding: 10px 15px;
}
.num p{
    font-size: 12px;
}
@media screen and (max-width:425px) {
    .navbar-brand img{
        height: 30px;
    }
    h1{
        font-size: 24px !important;
    }

    .banner-section p {
        font-size: 14px;
    }
    .carousel-item p,h1{
        padding: 0px 0px;
    }

    .continue a {
        width: 90%;
    }

    .continue a {
        display: block;
    }

    .continue2 button {
        width: 70%;
    }
}

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

.headings h5 {
    font-size: 16px;
}


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

.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;
}

@media screen and (max-width: 700px) {

    .t-home {
        height: unset;
        position: unset;
    }

    .nav-tabs button {
        margin-bottom: 10px !important;
    }

    .row {
        padding: 15px !important;
    }
    
}