
@media only screen and (min-width:4501px) and (max-width: 6000px) {
/*25*/
.ready-section {
background-color: #f9f9f9;
height: 571px;
}
.uniting-section {
background-image: url(../img/uniting-bg-img.png);
background-size: cover;
padding:485px 0px;
background-repeat: no-repeat;
background-position: top;
}
}
@media only screen and (min-width:3100px) and (max-width: 4500px) {
/*33%*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 3000px;
}
.ready-section {
background-color: #f9f9f9;
height: 1438px;
}
.uniting-section {
background-image: url(../img/uniting-bg-img.png);
background-size: cover;
padding:285px 0px;
background-repeat: no-repeat;
background-position: top;
}
}
@media only screen and (min-width:2701px) and (max-width: 3100px) {
/*50%*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 2030px;
}
.ready-section {
background-color: #f9f9f9;
height: 935px;
}
.uniting-section {
background-image: url(../img/uniting-bg-img.png);
background-size: cover;
padding:185px 0px;
background-repeat: no-repeat;
background-position: top;
}
}
@media only screen and (min-width:2001px) and (max-width: 2700px) {
/*67%*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1525px;
}
.ready-section {
background-color: #f9f9f9;
height: 674px;
}
.uniting-section {
background-image: url(../img/uniting-bg-img.png);
background-size: cover;
padding: 70px 0px;
background-repeat: no-repeat;
background-position: top;
}
}
@media only screen and (min-width: 1801px) and (max-width: 2000px) {
/*75%*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1324px;
}
.ready-section {
background-color: #f9f9f9;
height: 572px;
}
.uniting-section {
background-image: url(../img/uniting-bg-img.png);
background-size: cover;
padding: 70px 0px;
background-repeat: no-repeat;
background-position: top;
}
}
@media only screen and (min-width:1601px) and (max-width: 1800px) {
/*80%*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1260px;
}
.ready-section {
background-color: #f9f9f9;
height: 538px;
}
.uniting-section {
background-size: cover;	
}
}
@media only screen and (min-width:1517px) and (max-width: 1600px) {
/*90%*/
.uniting-section{
background-size: 100% 116%;	
}
.ready-section {
    background-color: #f9f9f9;
    height: 568px;
}
}
@media (min-width: 1024px) and (max-width: 1204px) {
.menu-text-style li a {
color: #fff;
font-size: 11px;
font-weight: 500;
}
.banner-section h3 {
font-size: 40px;
}
}
@media only screen and (max-width: 991px) {
/*sidenav-start*/	
.sidenav {
margin: 0px;
height: 100%;
width: 300px;
position: fixed;
z-index: 9999;
display: block;
top: 0;
left: -300px;
background-color:#fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 45px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
padding-left: 0px !important;
}

.sidenav a {
padding:10px 0px 10px 10px;
text-decoration: none;
font-size: 15px;
color:#000;
display: block;
transition: 0.3s;
font-weight: 500;
border-bottom:1px solid #e2e2e2;
font-family: 'Inter';
}

/*.sidenav a:hover {
color: #ffffff;
background-color: #fe70ba;
box-shadow: unset;
}
.sidenav a.active{
color: #fff;
background: #16a6fb;	
} */
.sidenav .closebtn {
position: absolute;
top: 0px;
right: 15px;
font-size: 36px;
margin-left: 50px;
color:#8f8b8b;
background-color: transparent;
}
.sidenav .closebtn:active{
background-color: transparent;
color: #8650a0;	
}
.menuOverlay.active {
opacity: 1;
visibility: visible;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.menuOverlay {
position: fixed;
width: 100%;
height: 100%;
left: 0px;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99;
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
top: 0;
}
.menuOpen {
left: 0;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
box-shadow:4px -4px 12px 2px rgb(0 0 0 / 23%), 4px -7px 20px 6px rgb(0 0 0 / 24%);
}
/*sidenav-end*/
.fixed-top{
z-index: 9999;	
}
.mobile-view-header {
box-shadow: 0 2px 15px rgb(0 0 0 / 23%);
background-color:#235CAB;
padding: 5px 0px;
}
.mobile-logo {
width: 145px;
}
.mobile-view-style li a{
font-size: 15px;
font-weight: 500;
text-align: left;
color:#60697b;	
}
.join-now-btn{
text-align: center !important;
background: #22a636;
color: #fff !important;
}
.mobile-service-btn{
padding:10px;
border-bottom: 1px solid #e2e2e2;
border-radius: unset;
font-size: 15px;
font-weight: 500;
text-align: left;
color: #60697b;	
}
.accordion-button.mobile-service-btn:focus{
box-shadow: unset;
}
.accordion-button.mobile-service-btn:not(.collapsed) {
color:#60697b;
background-color: unset;
box-shadow: unset;
}
.custom-according-body{
padding: 0px;
}
.mobile-view-style-sub li a{
background: #f4f4f4;
border-bottom: 1px solid #ddd;
color: #60697b;
padding-left: 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
border-bottom-right-radius: unset;
border-bottom-left-radius: unset;	
}
.banking-agent-rightborder {
border-right: unset;
}
.mobile-bottom-style{
margin-bottom: 15px;
}
.mobile-bottom-style img{
width: 25px; 
}
.banking-agent-style p {
font-size: 14px;
}
.ready-section {
background-color:#fff;
height: auto;
}
.uniting-section{
background-size: cover;	
}
}
@media only screen and (max-width: 768px) {
.banner-section h3 {
font-size: 25px;
}
.banner-section h4 {
font-size: 25px;
}
.empowering-section h4 {
font-size: 25px;
font-weight: 600;
text-align: center;
color: #343f53;
margin-top: 90px;
margin-bottom: 18px;
}
.looking-box-style p{
height: auto;	
}
.contact-form{
top:0;
}
.contact-form h4 {
font-size: 20px;
}
.hinditext {
color: #c38d2c;
font-size: 25px;
font-weight: 600;
}
}
@media only screen and (max-width: 600px) {
.first-section-top-style {
margin-top: 80px;
text-align: center;
}
.banner-section h3 {
font-size: 20px;
text-align: center;
}
.banner-section h4 {
font-size: 17px;
text-align: center;
}
.banner-section h4{
padding-top: 7px;	
}
.bannerimg-style {
width: 50%;
margin-top: 30px;
text-align: center !important;
}
.empowering-section h4 {
font-size: 20px;
font-weight: 600;
text-align: center;
color: #343f53;
margin-top: 88px;
margin-bottom: 22px;
}
.empowering-section p {
font-size: 14px;
margin-bottom: 10px;
}
.tap-top-style {
margin-top: 10px;
}
.boost-btnstyle {
padding: 20px;
min-height: unset;
}
.tap-content-style {
margin-top: 0;
}
.more-revenue-style{
font-size: 20px;
margin-top: 25px;        
}
.earnings-text {
color: #235CAB;
font-size: 15px;
}
.dot-icon-size {
font-size: 8px !important;
color: #868d9b;
margin-right: 7px;
}
.why-choose-section {
margin-top: 10px;
}
.choose-heading {
font-size: 20px;
font-weight: 600;
text-align: left;
color: #343f53;
margin-bottom:10px;
margin-top: 20px;
}
.according-custom-style {
font-size: 16px;
padding: 10px 5px 8px 10px;
}
.transform-text {
font-size: 13px;
}
.accordion-button.according-custom-style:not(.collapsed) {
font-size: 16px;
}
.why-choose-section p {
font-size: 14px;
margin-bottom: 7px;
}
.semless-style {
margin-top: 40px;
font-size: 20px;
font-weight: 600;
text-align: center;
color: #343f53;
margin-bottom: 16px;
}
.simply-text {
font-size: 14px;
font-weight: normal;
text-align: center;
color: #60697b;
margin-bottom: 25px;
}
.looking-box-style p {
font-size: 14px;
height: auto;
}
.uniting-section h4 {
font-size: 20px;
text-align: left;
color: #fff;
font-weight: 600;
margin-top: 0px;
}
.uniting-section h6 {
font-size: 16px;
}
.uniting-section p {
font-size: 14px;
}
.uniting-section{
background-size: 398% 100%;	
}
.testimonails-text {
font-size: 20px;
margin-top: 10px;
}
.testimonails-sub {
font-size: 14px;
margin-bottom: 12px;
}
.belive-textstyle {
font-size: 14px;
}
.testi-second-box {
margin-top: 10px;
}
.testi-second-box-inner p {
font-size: 14px;
}
.box-inner-top {
margin-bottom: 15px;
}
.mobile-onlybottom{
margin-bottom: 15px;
}
.explore-section h4 {
font-size: 20px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 30px;
}
.explore-section p {
font-size: 14px;
}
.smart-text-style {
font-size: 14px;
}
    .explore-section {
        background-color: #0b203c;
        height: auto;
    }
.contact-form{
top: 0;	
}
.contact-form{
padding:0px;	
}
.contact-form h4 {
font-size: 20px;
padding-top: 25px;
}
.contact-form p {
font-size: 14px;
}
.submit-btn-style {
font-size: 17px;
font-weight: 500;
text-align: center;
color: #fff;
border-radius: 6px;
border: solid 1px #22a636;
background-color: #22a636;
padding: 11px 30px;
width: 100%;
display: block;
}
footer {
background-color: #235CAB;
padding: 21px 0px 20px 0px;
}
.footer-socilalist {
margin-top: 15px;
margin-bottom: 20px;
}
.footer-address {
font-size: 14px;
color: #fff;
margin-top: 10px;
}
.smartrupee-style {
font-size: 14px;
}
.footer-heading {
font-size: 18px;
margin-top: 10px;
}
.quicklinks li a {
font-size: 14px;
}
.footer-contact {
font-size: 14px;
}
.quicklinks {
margin-top: 0;
}
.newsletter {
font-size: 14px;
font-weight: normal;
text-align: left;
color: #fff;
margin-top: 10px;
}
.footer-mail{
margin-top:0px;
}
.email-address {
margin-top: 30px;
margin-bottom: 25px;
}
.trust-text{
margin-bottom: 15px;	
}
.testi-imgstyle {
height: 135px;
}
.hinditext {
color: #c38d2c;
font-size: 20px;
font-weight: 600;
}
.mobile-center-img{
text-align: center;
}
.incomebtntop{
text-align: center;
}
}