@media only screen and (min-width:2701px) and (max-width: 3100px) {
/*50%*/

}

@media only screen and (min-width:2001px) and (max-width: 2700px) {
/*67%*/	

}
@media only screen and (min-width: 1801px) and (max-width: 2000px) {
/*75%*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1324px;
}

}
@media only screen and (min-width:1601px) and (max-width: 1800px) {
/*80%*/

}
@media only screen and (min-width:1517px) and (max-width: 1600px) {
/*90%*/	

}

@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:#262626;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
-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:#fff;
display: block;
transition: 0.3s;
font-weight: 500;
border-bottom:1px solid #e5d4dd;
font-family: 'Rubik';
}

.sidenav a:hover {
color: #ffffff;
background-color: #3762ae;
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:#fff;
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: 9;
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:#141414;
padding: 10px 0px;
}
.banner-section{
padding-top: 25px;   
}
.powering-style {
font-size: 22px;
}
.semless-text-style {
font-size: 16px;
}
.delivering-style {
font-size: 16px;
}
.banner-img-position{
width:100%;
margin-top: 30px;
}

.count-number-text{
font-size: 35px;   
}
.years-exptext{
font-size: 15px;   
}
.experience-box {
position: absolute;
right: 30px;
top: 10%;
}
.beyond-styleinfo{
font-size: 22px;   
}
.our-mission-style{
font-size: 22px;   
}
.empower-text-style{
margin-bottom: 25px;
}
.about-bottom-img-style {
width: 15%;    
}
.our-products-section{
padding-top: 30px;    
}
.innovative-style{
margin-top: 0px;
font-size: 14px;   
}
.card-text-style {
font-size: 20px;
}
.common-bottom-style {
margin-top: 13px;
}
.border-right-side{
margin-bottom: 10px;    
}
.know-more-btn2{
border-radius: 100px;
background-color: transparent;
width: 90px;
height: 90px;
display: grid;
place-content: center;
border: solid 2px #a2a2a2;
margin-bottom: 20px;
margin-top: 20px;   
}
.know-more-btn2 a {
font-size: 10px;
}
.financial-planning-section{
padding-top: 35px;   
}
.letstouch-section{
padding-top: 0;
padding-bottom: 0;   
}
.financial-planning-section{
padding-bottom: 30px;    
}
.help-text {
font-size: 20px;
}
.common-input-type{
margin-bottom: 20px;   
}
.form-bottom-style {
margin-bottom: 0;
}
.know-more-btn3{
width: 90px;
height: 90px;   
}
.started-text {
font-size: 20px;
}
.copyright-text {
font-size: 15px;
}
.know-more-btn4{
 margin-top: 35px;   
}
.powering-bottom-style {
    margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 600px) {

}