body{
    padding: 0px;
    margin: 0px;
}

p{
    margin-bottom: 0px !important;
}
a{
    text-decoration: none !important;
}
ul{
    padding-left: 0px !important;
    list-style: none;
    margin-bottom: 0px !important;
}
.header-section-wrap{
    padding: 30px 0px;
}
.nav-bar-wrap ul{
    display: flex;
    justify-content: center;
}
/* .logo-icon .logo-image-mobile{
    display: none;
} */
.nav-bar-wrap ul li{
    padding: 0px 20px;
}

.nav-bar-wrap ul li a{
   font-size: 16px;
   font-weight: 500;
   color: #000000;
}
.social-icon-main a{
    font-size: 16px;
    color: #000000;
}
.logo-icon img{
    max-width: 100%;
}
.mobile-menu{
    display: none;
}
.social-icon-wrap{
    justify-content: end;
}

.inner_banner {
    background-image: url(../images/businessmen-making-handshake-with-money-indian-rupee-currency-hands\ 1.png);
    background-repeat: no-repeat;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.inner_bannertext{
    padding: 150px 0px;
}

.form-section-wrap{
    padding: 70px 0px 50px;
}

.get-in-tittle h1{
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
}

.get-in-tittle p{
    font-size: 16px;
    color: #9F9F9F;
}
.form-wrap-main form label{
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.form-wrap-main form input{
    height: 60px;
    border: solid 1px #9F9F9F;
}
.form-wrap-main form input::placeholder{
    color: #9F9F9F;
}
.form-wrap-main form select {
    height: 60px;
    border: solid 1px #9F9F9F;
    color: #9F9F9F;

}

.form-wrap-main form select option {
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.form-wrap-main form select option:checked {
    color: black; 
    background-color: #e6e6e6; 
}

.submit-btn{
    margin-top: 2.5rem;
}
.submit-btn button{
    background: #818181;
    border-radius: 5px;
    width: 237px;
    height: 55px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.submit-btn button:hover{
    background: #FE0000;
    border-radius: 5px;
    width: 237px;
    height: 55px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.footer-left-logo img{
    max-width: 100%;
}
.footer-section-wrap{
    padding: 50px 0px;
    border-top: solid 1px #9F9F9F;
}
.footer-left-content{
    padding-top: 30px;
   
}
.footer-left-content p{
    color: #9F9F9F;
    font-size: 16px;
    font-weight: 500;
    width: 75%;
}
.footer-right-content p{
    color: #9F9F9F;
    font-size: 16px;
    font-weight: 500;
}

.footer-right-links{
    padding-top: 40px;
}

.footer-right-links ul{
    display: flex;
}
.footer-right-links ul li{
    padding: 0px 20px;
}
.footer-right-links ul li:first-child{
    padding: 0px 20px 0px 0px;
}

.footer-right-links ul li a{
   font-size: 16px;
   font-weight: 500;
   color: #000000;
}
.footer-main-wrap{
    min-height: 220px;
}
.footer-bottom-wrap{
    padding-top: 12px;
    border-top: solid 1px #9F9F9F;
}
.footer-bottom-wrap p{
    font-size: 16px;
    color: #000000;
}

.thans-section-wrap{
    background-image: url(../images/thans-section-bg-image.png);
    background-repeat: no-repeat;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}
.thanks-main-back{
    background: #ffffff;
    padding: 20px;
}
.thanks-main-image{
    position: relative;
}
.thanks-main-image img{
    max-width: 100%;
}
.thanks-image{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
}
.thanks-image img{
    max-width: 100%;
}

.row-thanks{
    padding: 200px 0px;
}



@media screen and (max-width:990.98px) {
    .logo-wrap{
        width: 20% !important;
    }
    
    .nav-bar-main{
        width: 66% !important;
    }
.social-icon-wrap{
    width: 14% !important;
}
.footer-left-content p{
    width: 100%;
}
}

@media screen and (max-width:767.98px) {
    /* .logo-icon .logo-image-mobile{
        display: block;
    }
    .logo-icon .logo-image-dekstop{
        display: none;
    } */
    .mobile-menu{
        display: block;
        margin-left: 20px;
    }
    .mobile-menu ul{
        flex-wrap: wrap;
    }
    .mobile-menu ul li{
        width: 100%;
        padding: 0px;
        border-bottom: solid 1px #9F9F9F;
        line-height: 40px;
    }
    .mobile-menu ul li a{
        font-size: 14px;
    }
    .mobile-menu button{
        padding: 0px;
        font-size: 20px;
    }
    .nav-bar-main{
        display: none;
    }
    .logo-wrap {
        width: 40% !important;
    }
    .social-icon-wrap{
        width: 60% !important;
        text-align: left !important;
    }
    .form-wrap-main form label{
        font-size: 14px;
    }
    .submit-btn button{
        width: 157px;
        height: 45px;
    }
    .form-wrap-main form select option{
        font-size: 14px;
    }
    .get-in-tittle h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .get-in-tittle p {
        font-size: 12px;
    }
    .footer-right-links ul{
        flex-wrap: wrap;
    }
    .footer-right-links ul li{
        width: 100%;
        padding: 0px 0px;
        line-height: 40px;
    }
    .footer-right-links ul li:first-child {
        padding: 0px 0px;
    }
    .footer-right-content{
        padding-top: 20px;
    }
    .footer-right-links {
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .mobile-input-1{
        width: 20% !important;
    }
    .mobile-input-2{
        width: 80% !important;
    }
    .inner_bannertext {
        padding: 80px 0px;
    }
    .form-section-wrap {
        padding: 40px 0px 40px;
    }
    .footer-right-links ul li a {
        font-size: 14px;
    }
    .footer-left-content p{
        font-size: 14px;
    }
    .footer-bottom-wrap p {
        font-size: 14px;
    }
    .footer-section-wrap {
        padding: 40px 0px;
    }
    .row-thanks {
        padding: 100px 0px;
    }
}
