@font-face {
  font-family: hind-light;
  src: url(../fonts/hind-light.otf);
}
@font-face {
  font-family: hind-medium;
  src: url(../fonts/hind-medium.otf);
}
@font-face {
  font-family: hind-regular;
  src: url(../fonts/hind-regular.otf);
}
p{
    font-family: hind-regular;
}
h2{
    font-family: Archivo-bold;
}
.header-text1{
    font-family: Archivo-bold;
    font-style: normal;
    font-size: 70px;
    margin-left: 35px;
}
.heading2{
    font-family: Archivo;
    color: gray;
    font-size: 1.2rem;
    width: 400px;
    margin: auto;
    margin-top: -30px;
    text-align: center;
}
.v7{
    margin-top: -42px;
    margin-left: 8px;
}
.v6{
    margin-top: -65px;
    margin-right: -15px;
}
.v8{
    margin-bottom: -45px;
}
.v13{
    position: absolute;
    margin-left: 400px;
    margin-top: 100px;
}
.inner-btn{
    font-family: Archivo-bold;
    position: absolute;
    border-radius: 8px;
    padding: 9px 25px;
    margin-top: -0.5rem;
    margin-left: -156px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    background-color: #FF3C5F;
    color: white;
    text-decoration: none;
}
.inner-btn:hover{
    color: white;
}
.outer-btn{
    font-family: Archivo-bold;
    border: 0;
    padding: 15px;
    border-radius: 8px;
    padding-left: 10.3rem;
    padding-right: 2rem;
}
.vector{
    width: 17px;
    margin-right: 10px;
}
.lb-cont{
    padding: 12px;
    border-radius: 8px;
    align-items: center;
    letter-spacing: 1px;
}
.lb-content-s1{
    background-color: #ff3c5fe8;
    color: white;
}
.lb-content-s2{
    background-color: #FF8A9F;
    color: white;
}
.lb-content-s3{
    border: 1px solid #ff3c5fe8;
}
.lb-content-s4{
    border: 1px solid black;
}
button, input{
    font-family: hind-medium;
}
.lb-cont h4{
    font-family: hind-medium;
    font-size: 1.4rem;
}
.lb-cont p{
    font-family: hind-light;
}
.usr-btn{
    border-radius: 8px;
    border: none;
    background-color: #FF3C5F;
    padding: 9px;
}
.usr-btn1{
    border: none;
    padding: 9px;
    color: #FF3C5F;
    background-color: transparent;
}
.usr-btn2{
    border-radius: 8px;
    border: none;
    background-color: #FF3C5F;
    padding: 9px 25px;
    color: white;
}
.cus-field{
    font-size: 15px;
    padding: 0rem 1rem;
    height: 48px;
    border-radius: 8px;
    border: 1px solid;
    width: 70%;
}
@media (max-width: 1200px){
    .v13{
        width: 80px;
    }
}
@media (max-width: 991px){
    .v13{
        width: 60px;
        margin-left: 278px;
    }
}
@media (max-width: 767px){
    .sec-2{
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .v13{
        display: none;
    }
}
@media (max-width: 475px){
    .lb-cont h2, .lb-cont img, .lb-cont div{
        margin-left: 0rem !important;
        margin-right: .4rem !important;
    }
    .lb-cont h6{
        margin-right: 0rem !important;
    }
    .lb-cont h4{
        font-size: 5vw;
    }
    .lb-cont p {
        font-size: 3.2vw;
    }
    .heading2{
        width: 100%;
    }
    .v8{
        width: 20px;
        margin-bottom: -20px;
    }
}