/*Mobile Media Query*/
@media screen and (max-width: 600px) {
  .d-desk{
	display: none;
}
.d-mob{
	display: block;
}
.header-navigation .site-branding {
    max-width: 140px;
}
.sec-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec-padding-bottom{
 padding-bottom: 50px;
}
.sec-padding-top{
 padding-top: 50px;
}
.mr-btm20{
	margin-bottom: 20px;
}
.mr-btm30{
    margin-bottom: 30px;
}
.features-sf-two .section-content-box p {
    margin-bottom: 20px;
}
.header-navigation .main-menu > ul > li a, .header-navigation .main-menu > ul > li:hover > a{
	color: var(--heading-color);
}
h2 span {
    font-size: 25px;
    line-height: 35px;
}
.section-title.style-one {
    margin: 0 auto 25px;
}
.modal-dialog {
    max-width: 100%;
    z-index: 999;
}
.industry-row .col-xl-2{
    width: 50%;
}
.section-title.mb-30{
    margin-bottom: 5px;
}
.section-title.mb-40, .section-title.mb-45, .section-title.mb-50 {
    margin-bottom: 20px;
}
#accordionOne{
    margin-top: 25px;
}
.header-area.fixed .header-navigation .navbar-toggler span{
    background-color:var(--heading-color);
}
.y-png {
    position: absolute;
    left: auto;
    top: 20%;
    right: 2%;
    width: 70px;
    transform: rotate(270deg);
}
.fintech-footer .pt-100{
  padding-top: 50px;
}
.wa-icon img {
    width: 50px;
}
.wa-icon {
    right: 5px;
    bottom: 10px;
}
.back-to-top{
    bottom: 11%;
    right: 8%;
    width: 42px;
    height: 42px;
    line-height: 24px;
}
.row-col-xs-6 .col-lg-3{
    width: 50%;
}
.testimonial-arrows.mb-50{
    margin-bottom: 20px;
}
.page-hero-ss .page-content .breadcrumb-link li {
    font-size: 14px;
}
.page-hero-ss .page-content .breadcrumb-link li:not(:last-child):after {
    margin-left: 10px;
    margin-right: 10px;
}
.corder-1{
    order: 1;
}
.corder-2{
    order: 2;
}
.cta-sb .float-right{
 float: left;
}
.pd-left5 {
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.cnt-box {
    padding: 1.5rem 1rem;
}
.m-app-boxc .cnt-box {
    padding: 0 1.5rem 2rem;
}
.contact-wrapper {
    padding: 30px 20px;
}
.section-title h3{
    font-size: 25px;
    line-height: 35px;
  }
.offcanvas__overlay.overlay-open {
    opacity: 0;
}


}/*Mobile Media Query Ends*/
