@media (min-width:1192px) {
	.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {padding: 20px;}
	nav.template-main-menu > ul > li.product-menu-wrap ul.dropdown-menu-col-1 li:after {display:none;}
	nav.template-main-menu > ul > li ul.dropdown-menu-col-1.mega-menu > li {width:25%;}
	nav.template-main-menu > ul > li.product-menu-wrap ul.dropdown-menu-col-1.mega-menu > li:first-child {
		width: 75%;
		display: flex;
        flex-wrap: wrap;
	}

	.product-menu-item .product-link-row {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}

	.product-link-row a {
		width: 31.4%;
	}

	.product-menu-item a:nth-last-of-type(-n+3) {
		width: 100%;
	}
	.product-menu-item {
		width: 60%;
	}

	.wrapped-rows {
		width: 40%;
	}

	.wrapped-rows .product-menu-item {
		width: 100%;
        border-top: 1px solid #979797;
        margin-top: 10px;
	}
	.wrapped-rows .product-menu-item:first-child {
		border: 0 none;
		margin: 0;
	}

	.wrapped-rows a {
		width: 100% !important;
	}
	.wrapped-rows .product-menu-item:nth-child(2) a {width: 30% !important;}

	nav.template-main-menu > ul > li ul li a {
		font-size: 10px;
	}

	nav.template-main-menu > ul > li ul.dropdown-menu-col-1.mega-menu a {
		font-size: 13px;
		line-height: 1.2;
	}

	a {}

	.product-menu-wrap h6 {
		font-size: 16px;
		line-height: 1.2;
	}

	.wrapped-rows .product-menu-item h6 {
		margin-top: 10px;
	}

	.wrapped-rows .product-menu-item:first-child h6 {
		margin-top: 0;
	}
	.product-banner-img {
		height: 100%;
		position: relative;
		padding: 0;
	}

	.product-banner-img .carousel-inner .carousel-item,.product-banner-img .carousel-inner {
		height: 100%;
	}
	.product-banner-img img {
		height: 500px;
		width:auto;
		max-width:90%;
		margin:auto;
		display:block;
		object-fit: contain;
		object-position: center;
	}
}
@media(max-width:991px){
  .banner-content{
    padding: 40px;
  }
  .banner-content h1 {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 20px;
}
.theme-btn, .white-btn{
    padding: 8px 26px;
    font-size: 14px;
}
.banner-btns .mr-2 {
    margin-right: 5px;
}
.p-100 {
    padding: 60px 0;
}
.section-title h1 {
    font-size: 32px;
    line-height: 50px;
}
.right-title {
    padding-top: 10px;
    float: left;
}

.contact {
    padding: 60px 0;
}

.template-search {
    position: fixed;
    top: 10%;
    right: 0;
    width: 100%;
    height: 30%;
}
.template-search .close{
    z-index: 99;
}
.header-menu.menu-layout1{
    display: none;
}
}

@media(max-width:768px){
body .sidebarBtn {
    display: block;
}
.mean-bar--right .actions a {
    color: #557c70;
    font-size: 20px;
    display: none;
}
.mean-bar img {
   width: 144px;
        padding: 10px;
}
.mean-bar {
    padding: 0px;
}
.banner-img {
    position: relative;
    height: 400px;
}
.banner-content {
     position: relative;
        top: 50%;
        /* bottom: 50%; */
        padding: 20px;
        background-color: #0155a2;
        margin: 0;
        transform: translateY(-50%);
        z-index: 9;
        color: #fff;
}
.banner-content h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
.banner-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 7px;

}
.banner-content h6  {
    color: #ffffff;
    margin-bottom: 0;
}
.section-title h6{
        color: #0155a2;
        margin-bottom: 0;
        font-size: 12px;
        font-family: inter;
        text-transform: uppercase;
        font-weight: bold;
}
.banner-btns {
    margin-top: 20px;
}
.theme-btn {
    font-size: 11px;
    padding: 8px 10px;
}
.white-btn {
    font-size: 11px;
    font-weight: 600;
    padding: 8px 20px;
}
.actions.search {
    margin-right: 20px;
}
.p-100 {
    padding: 40px 0;
}
.section-title h1 {
    font-size: 30px;
    line-height: 50px;
}
.section-title p {
    line-height: 19px;
    margin-bottom: 6px;
    font-size: 13px;
}
.feature.row {
    margin-top: 20px;
    justify-content: center;
}
.feature .col-md-3, .feature .col-md-6 {
    width: 50%;
}
.feature-box p {
    font-weight: 500;
    color: #1F1F1F;
    font-size: 14px;
    line-height: 18px;
}
.right-title {
    padding-top: 5px;
}
.pbmit-tab {
    display: flex;
    margin-top: 20px;
}
.pbmit-tab .nav-item {
    width: 50%;
    float: left;
}
.pbmit-tab .nav .nav-item a {
    padding: 7px 6px;
    cursor: pointer;
    margin: 5px 5px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
.pbmit-tab .tab-content>.tab-pane .col-md-4 {
    width: 50%;
}
.pbmit-tab .tab-content {
    padding-left: 15px;
    margin-top: 20px;
}
.pbmit-tab .card-header h4 {
    line-height: 20px;
        font-size: 13px;
        color: #1F1F1F;
        margin-bottom: 10px;

}
.pbmit-tab .card {
    border: none;
    height: 190px;
    width: 100%;
           margin-bottom: 5px;
    padding: 20px 3px;
    position: relative;
}
.card-image span {
    width: 60px;
    height: 60px;
}
    .pb-100 {
        padding-bottom: 50px !important;
    }
.partner {
    padding: 30px 0;
    background-color: #FAF9F4;
}
.testimonial.p-100 {
    padding-bottom: 70px;
}
.testimonial .carousel-item p {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}

.testimonial .carousel-inner .testimonial-content {
    padding: 20px 20px;
    height: 170px;
}
.testimonial .carousel-inner h4 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 12px;
}
.testimonial .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}
.contact {
    padding: 40px 0;
}
.section-title h1 {
        font-size: 28px;
        line-height: 33px;
 }
 .help-banner {
    padding: 40px 0;
}
.help-banner h2.text-white {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.visit-space {
        padding: 30px 0;
    }
h2.title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}
.visit-card h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #1F1F1F;
}
.visit-card p {
    font-size: 13px;
    line-height: 20px;
    padding-right: 0;
}
    .btn {
        padding: 9px 20px;
        color: #3A554D;
        font-size: 12px;
    }
.col-md-6.visit-card {
    margin-bottom: 15px;
}
.visit-space .col-md-4 {
    position: relative;
    padding-left: 15px;
}
.visit-space .col-md-4 h5 {
    font-size: 16px;
    line-height: 21px;
    color: #1F1F1F;
}

.visit-space .col-md-4 p {
           padding: 0px 0 20px;
        text-align: center;
        color: #fff;
}
    footer {
        padding: 0px 0 20px;
        text-align: center;
    }
.footer-category li a {
    font-size: 13px;

}
.footer-category li {
    list-style: none;
    margin-bottom: 3px;
    padding-left: 5px;
    font-size: 12px;
}

footer .theme-btn.mt-4 {
    margin-top: 10px !important;
    margin-bottom: 20px;
}
.footer-category li a {
    font-size: 15px;
}
.footer-widget h5 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 19px;
            color: #000;
}
.footer-logo-bottom h6{
    color: #000;
}
footer .col-md-3.col-6.footer-widget {
    margin-bottom: 10px;
}
.footer-logo h3{
       font-weight: 300;
    font-size: 30px;
}
footer p {
        color: #ffffff;
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
        font-weight: 300;
        margin-top: 20px;
    }
.copyright {
    margin-top: 20px;
    text-align: center;
}
.copyright ul li{
    border-right: 0;
}
.footer-logo img {
    width: 130px;
}
/*start service*/
ul.page-breadcrumb li{
        font-size: 13px;
}
.benifit p{
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 7px;
}
.how-it-work {
    padding: 40px 0;
}
 .how-img {
        padding-bottom: 20px;
        text-align: center;
}
.how-content h1 {
    font-size: 30px;
    line-height: 40px;
     margin-bottom: 15px;
}
.how-content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
}
.how-img img {
    height: 250px;
}
.view-all {
    margin-top: 20px;
}
.team-carosel {
    margin-top: 15px;
}
.p-80 {
    padding: 0 15px;
}
.goal p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}
.story {
    padding: 40px 0;
}
.profile-img img {
    width: 100%;
}
.profile-img{
    margin-bottom: 20px;
}
.page-banner {
    padding: 20px 0;
}
.page-banner h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 18px;
}
.page-banner h4 {
    font-size: 17px;
    line-height: 22px;
}
.page-banner p{
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}
.profile-detail {
    margin-top: 15px;
}
.profile-detail li {
    width: 50%;
    float: left;
}
.profile-detail li h3 {
    color: #1F1F1F;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
.about-profile p{
  font-size: 13px;
  margin-bottom: 5px;
}
.p-50{
    padding: 30px 0;
}
.about-profile h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.specialities:before{
    width: 100%;
    height: 60%;
}
.specialities{
    padding: 20px;
}
.Specialisations-item .section-title {
    margin-bottom: 15px;
}
.Specialisations-item.pl-60 {
    padding-left: 0;
}
.Specialisations-item ul{
    margin-bottom: 10px;
}
.Specialisations-item ul li {
        color: #1F1F1F;
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 6px;
        font-weight: 500;
}
.back-home{
        position: absolute;
    right: 10px;
    top: 10%;
}
.page-banner h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.page-banner form {
    width: 75%;
}
.page-banner {
    background: #FAF9F4;
    padding: 40px 0 20px;
    position: relative;
}
.Consultants .card-body {
    padding: 10px 0 0;
}
.card-body h4 {
    font-size: 16px;
    line-height: 21px;
}
.Consultants .card-body p{
    font-size: 12px;
}
.Consultants  .col-6{
    padding: 0 5px;
}
.Consultants .card {
    border: none;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 12px;
    margin-bottom: 10px;
}
.booking-step {
    padding: 20px 0;
}
.list-group.vertical-steps {
    padding-left: 10px;
    margin-bottom: 30px;
}
.list-group.vertical-steps span{
    font-size: 13px;
}
.border-box {
    border: 1px solid #C2C2C2;
    padding: 10px;
}
.border-box h5 {
    font-size: 14px;
    line-height: 20px;
}
.border-box h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}
.border-box p {
    margin-bottom: 5px;
    font-size: 13px;
}

.border-box h5.mt-4 {
    margin-top: 10px !important;
}
.border-box .nav-tabs .nav-link {
    color: #707070;
    padding: 4px 10px;
    font-size: 13px;
}
.border-box .tab-content {
    height: auto;
}
.schedule.p-4.pb-0 {
    padding-top: 10px !important;
    font-size: 13px;
}

.border-box .p-4 {
    padding: 10px !important;
}
.border-box ul li b{
    font-size: 15px;
}
.border-box ul li{
        margin-bottom: 0;
}
.border-box ul li {
    font-size: 13px;
}
.apply {
    padding: 10px 10px;
}
.apply input{
    font-size: 12px;
}
.apply button {
    font-size: 12px;
}
.total span {
    font-size: 15px;
}
.total b {
    font-size: 18px;
}
.theme-btn.mt-4.w-100 {
    margin-top: 10px !important;
}
.view a {
    font-size: 13px;
}
.form-btns {
    margin-top: 20px;
}
.booking-step .row.border-bottom.pb-4 {
    padding-bottom: 10px !important;
}
.header-form h4 {
    font-size: 17px;
    margin-bottom: 10px !important;
}
span.form__radio-label-text {
    font-size: 12px;
}
.header-form:before{
        bottom: -15px;
}
.form__radio-button {
    height: 1rem;
    width: 1rem;
}
form.step-form .form-control{
    padding: 9px 17px;
    width: 100%;
    font-size: 13px;
}
.step-form .form-group label {
    font-size: 13px;
    line-height: 16px;
    padding-left: 10px;
    margin-bottom: 6px;
}
.step-form .form-group {
    margin-bottom: 10px;
}
.session p {
    font-size: 13px;
    line-height: 18px;
}
.session {
    padding-top: 30px;
}
.session .col-md-4 {
        margin-bottom: 15px;
        width: 50%;
    }
.calendar{
    width: 100%;
    padding: 10px;
}
.calendar-days div {
    width: 30px;
    height: 30px;
    font-size: 13px;
}
.note-box span {
    display: table;
    line-height: 16px;
    font-size: 12px;
}

.note-box{
    padding: 10px;
    margin-bottom: 10px;
}
.step-form .form-group.col-md-3.mb-30 {
    margin-bottom: 10px!important;
}
.month-picker{
        font-size: 18px;
    line-height: 28px;
}
.month-picker span{
    font-size: 20px!important;
}
.calendar-week-day div{
    font-size: 12px;
}
.calender.row h4 {
    margin: 0;
    padding-top: 14px;
    margin-bottom: 10px;
    font-size: 16px;
    /* text-align: center; */
    line-height: 22px;
}

ul.time-table li{
        margin-right: 3px;
}
ul.time-table li a {
    font-size: 11px;
    line-height: 14px;
    padding: 6px 19px;
    width: 90px;
}
.cencel-modal p{
 font-size: 13px;
}
.modal-content {
    padding: 10px;
}

.modal-body{
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-btn{
        right: 40px;
    top: 0;
}
.search-box:hover .search-btn{
     right: 10px;
}
.pay-card-header {
    padding: 20px;
}

.pay-card-header h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
}
.pay-card-header h3 i {
    font-size: 28px;
    line-height: 30px;
    margin-right: 3px;
}
.pay-card-header p{
    font-size: 15px;
    line-height: 23px;
}
.pay-card-header .sm.pt-4 {
    padding-top: 10px !important;
}
.pay-card-footer {
    padding: 15px 15px;
    border-top: 1px solid #ddd;
}
.pay-card-footer p {
    font-size: 13px;
    line-height: 22px;
}
.terms h2 {
    font-size: 19px;
    line-height: 30px;
    margin: 15px 0 10px 0px;
}
.terms p{
    font-size: 13px;
}
.terms ul li p {
    color: #1F1F1F;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}
.terms ul li {
    margin-bottom: 10px;
}

.terms h5 {
    font-size: 15px;
    font-weight: 500;
}
.privacy-list li {
    margin-bottom: 5px !important;
    font-size: 13px;
}
.location-list iframe{
    width: 100%;
    height: 200px;
}
.location-list{
    margin-bottom: 20px;
}
.location-list h3 {
    font-size: 20px;
    line-height: 27px;
    color: #1F1F1F;
    margin: 13px 0 6px;
}
.available {
    margin-top: 10px;
}

.available h2 {
    font-size: 24px;
    line-height: 30px;
    color: #1F1F1F;
    margin-bottom: 10px;
}

.available ul li h5 {
    font-size: 15px;
    line-height: 19px;
}
.available ul li {
    margin-right: 20px;
}
.available ul li p{
   font-size: 12px;
}
.white-btn.float-right.mt-4 {
    margin-top: 10px !important;
}
.location-list p {
    padding-right: 10%;
    font-size: 12px;
}

.copyright ul li{
    display: block;
}
.popular-product .col-md-9{
    width: 100%;
}
.popular-product .col-md-3{
    width: 45%;
}
.right-blog {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}
.blog-detail h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
.product-carosel{
    padding-bottom: 30px;
}
.breadcrumb-area ul li a {
    font-size: 13px;
}
/*start contact*/
.get-in-touch {
    padding: 30px;
    background-color: #0155a2;
}
.contact {
        padding: 0;
}
.contact:after{
    height: auto;
}
.get-in-touch h1 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 400;
}
.get-in-touch li a{
        padding: 10px 26px;
}
.col-md-6.side-contact
 {
    padding: 50px 0;
    border-left: 1px solid #ddd;
}
.address {
    padding: 20px;
}
.address ul li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.address h2 {
    font-size: 34px;
    color: #000;
}
.contact-box {
    padding: 60px 20px!important;
}
.contact-box h2 {
    font-weight: 400;
    font-size: 40px;
     }
}
@media(max-width:400px){
    .theme-btn {
        font-size: 11px;
        padding: 8px 10px;
    }
    .white-btn {
        font-size: 11px;
        font-weight: 600;
        padding: 8px 20px;
    }
.banner-btns .mr-2 {
    margin-right: 6px;
}
.pbmit-tab .nav .nav-item a {
        font-size: 12px;
}
 .banner-img {
        position: relative;
        height: 300px;
}
.banner-bottom-list p {
    font-size: 10px;
    margin-bottom: 0;
}
.banner-bottom-list img {
    width: 30px;
    height: 30px;
}
.banner-bottom{
        padding: 0px 10px;
            gap: 0;
}
    .banner-content {
        padding: 50px 20px;
        top: 0;
        transform: translateY(0);
    }
.banner-content h1 {
      font-size: 25px;
        line-height: 33px;
        font-weight: 300;
        margin-bottom: 20px;
}
.banner-content h1 span{
    color: #fff;
}
.banner-content p {
       font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
 }
 ul.page-breadcrumb li {
    font-size: 11px;
    line-height: 13px;
}
ul.page-breadcrumb li a span {
    margin: 0 1px;
}
.benifit p{
  font-size: 11px;
  line-height: 15px;
          margin-bottom: 6px;
}
.how-content p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 5px;
 }

.contact .section-title p {
    margin: 12px 0 30px;
     line-height: 16px;
        margin-bottom: 6px;
        font-size: 11px;
}
.help-banner h2.text-white {
        font-size: 22px;
        line-height: 31px;
}
.page-title{
        padding: 6px 0;
}
.Consultants  .col-6{
    padding: 0 5px;
    width: 100%;
}
.page-banner h1 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 10px;
}
.banner-bottom {
    grid-template-columns: 2fr 2fr;
    display: none;
}
.banner-bottom-list {
        width: 100%;
        float: left;
            padding: 10px 0;
}
.popular-product {
    padding-left: 0;
}
.banner-product img {
    width: 88%;
    position: relative;
    left: 45px;
    max-width: 100%;
    padding-top: 0;
}
.banner-product{
    height: auto;
}
.main-slider-content{
        padding: 30px 10px 50px;
        height: auto;

}
.main-slider-content-here h1{
        font-size: 25px;
}
.footer-logos.d-flex.justify-content-end {
            justify-content: center !important;
        padding: 40px 0;
        margin-top: 30px;
        border-top: 1px solid #f2f2f257;
}
.footer-logo-bottom {
    padding-top: 20px;
            text-align: center;
}
footer .col-md-3.col-6.footer-widget:last-child{
    width: 100%;
}
.footer-top-content {
    padding: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff33;
}
.news .col-md-4
 {
    width: 100%;
}
.blog-list img{
    height: auto;
}
.blog-list p {
    font-size: 18px;
    margin-bottom: 0;
}
.breadcrumb-area h1 {
    font-size: 30px;
        margin: 100px 20px;
        text-align: left;
        font-weight: 400;
}
.left-side-category
 {
    border-bottom: 1px solid #9797974a;
    padding: 0 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.right-part {
    padding: 30px 10px;
}
.breadcrumb-area ul li{
 font-size: 12px;   
}
.product-category-main {
    padding: 40px 10px;
}
.product-category-main .row {
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
.product-category-main .product-cat-content{
    padding-left: 0;
}
.product-category-main .product-cat-content{
        margin-top: 10px;
                padding: 0 10px;
}
.product-category-main .product-cat-content h5, .product-category-main .product-cat-content p{
       font-size: 14px; 
}

.product-banner-right ul {
    justify-content: center;
    flex-wrap: wrap;
   
}
.product-banner-right ul li{
    width: 42%;
        padding: 10px;
         gap: 6px;
}
.product-banner-right ul li:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.product-banner-content{
    top: 0;
    transform: translateY(0%);
}
.product-banner-right ul li p strong{
    font-size: 10px;
}
.product-banner-right ul li p {
    margin-bottom: 1px;
    font-size: 9px;
}
.product-banner .col-md-6 {
        padding: 40px 20px;
    }
.product-banner .col-md-6.product-banner-right {
    padding: 20px 0 20px 20px;
}
.accordion-body {
    background-color: #F4F7FA;
    padding: 20px 10px;
}
.accordion-body h3{
        font-size: 20px;
}
.accordion-body p {
    font-size: 15px;
        line-height: 23px;
    margin-bottom: 10px;
}
.accordion-body li {
list-style: disc;
        margin-bottom: 5px;
        font-size: 14px;
        margin-bottom: 0.5rem !important;
}
.product-banner-content h1 {
    margin-bottom: 10px;
}
.solution-page-banner {
    padding: 40px 20px;
}
.solution-page-banner p{
    text-align: left;
}
.solution-page-banner h1 {
    font-size: 29px;
    text-align: left;
}
.news .nav-pills {
    padding: 20px;
}
.news .nav-item {
    width: 100%;
    display: block;
}
.news .nav-item .nav-link
 {
    font-size: 12px;
        font-weight: 600;
        display: inline-block;

}
.solution-tab-content h2 {
        font-size: 17px;
        margin: 0 0 20px;
        line-height: 28px;
        font-weight: 300;
}
.solution-tab-content h2:last-child{
    margin-bottom: 40px;
}
.process-list h6 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 9px;
    }
.process-list-with-icon p, .process p {
    font-size: 12px;
}
.graphical-section .left-content{
        padding: 20px;
}
.graphical-section .right-img {
    padding: 20px;
}
.graphical-section .left-content .note {
    width: 100%;
}
.graphical-section .left-content img{
        margin: 20px 0 25px;
            width: 36%;
}
.graphical-section:after{
     width: 100%;
    height: 50%;   
}
.process-list-with-icon ul li {
    list-style: disc;
    margin-bottom: 10px;
    font-size: 12px;
}
.row.process {
        padding: 0 0 20px;
        margin-bottom: 40px;
    }
.info-content {
    padding: 20px 0;
}
.information h6
 {
    padding: 10px;
}
.information .col-md-6:last-child {
    padding: 0;
}
.info-content ul li {
    font-size: 18px;
}
.info-content h3 {
    margin-top: 10px;
}
.slide-list {
    padding-top: 0;
}
.graphical-section .left-content h3{
        font-size: 28px;
}
.slide-list ul li .slide-list-img{
        width: 100px!important;
    height: 74px!important;
}
.slide-list ul li h5{
  font-size: 15px;
}
.slide-list ul li{
    font-size: 13px;
        gap: 10px;
}
.col-md-2.col-6.footer-widget, footer .col-md-3.col-6.footer-widget{
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.copyright p
 {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    margin: 16px 10px;
}
.row.application-list img{
    height: 226px;
    max-width: 100%;
}
ul.footer-category {
    padding: 0 23px;
}
ul.footer-category li{
    font-size: 15px;
}
.transparent-btn{
    font-size: 10px;
    padding: 8px 26px;
    font-weight: 400;
}
.product-carosel .owl-nav .owl-prev{
        left: 0;
        display: none;
}
.product-carosel .owl-nav .owl-next{
    display: none;
}
.banner-content.mobile-banner-content {
    background-color: #F4F7FA;
    color: #333;
}
.banner-content.mobile-banner-content h1{
    color: #000;
}
.banner-content.mobile-banner-content h1 span{
    color: #0155A2;
}
.banner-content.mobile-banner-content p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.banner .owl-theme .owl-nav {
    text-align: right;
    position: absolute;
        bottom: 30px;
    right: 0;
}
.banner-content.mobile-banner-content h6{
    color: #0155A2;
}
.banner-content.mobile-banner-content{
        padding: 70px 15px 125px;
}
.partner .slide {
    margin: 0 20px;
    overflow: hidden;
}
.partner .slider img {
    height: auto;
    width: 60px;
}
.partner .slider{
    height: 67px;
}
.partner{
  background-color: #fff;  
}
.theme-btn.mr-2 {
    margin-right: 0 !important;
}
.right-part .product-carosel .product-img{
        height: 120px;
    padding: 14px;
}
.right-part .product-carosel h6{
        font-size: 10px;
}
.product-carosel h3 {
    font-size: 17px;
}
.more-mb-met .product-carosel .item h5{
margin-bottom: 30px;
}
    .info-content {
        padding: 60px 20px 20px !important;
    }
.info-content h3 {
    margin-top: 40px!important;
    font-size: 20px;
}
.info-content ul li {
    font-size: 14px!important;
    opacity: 0.4;
    margin-bottom: 10px;
}
.zip span {
    width: 60px!important;
    height: 31px!important;
    line-height: 30px!important;
}
.process-list-headline {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    position: relative;
}
.process-list-headline:before , .left-side-category h5:before{
    content: "";
        width: 10px;
        height: 10px;
        border: 1px solid #ffffff;
        display: inline-block;
        transform: rotate(45deg) translate(1px, -4px);
        border-left: none;
        border-top: none;
        margin-left: 8px;
        position: absolute;
        /* font-family: fo; */
        top: calc(50% - 10.5px);
        right: 10px;
        z-index: 2;
        transition: 0.3s ease-in;
}
 .left-side-category h5:before{
    content: "";
        width: 10px;
        height: 10px;
        border: 1px solid #333;
        display: inline-block;
        transform: rotate(45deg) translate(1px, -4px);
        border-left: none;
        border-top: none;
        margin-left: 8px;
        position: absolute;
        /* font-family: fo; */
        top: calc(50% - 4.5px);
        right: 10px;
        z-index: 2;
        transition: 0.3s ease-in;
}
.process-list-headline.is-clicked:before, .left-side-category h5.is-clicked:before{
        transform: rotate(225deg) translate(1px, -4px);
}
.process-list-headline.is-clicked:before, .left-side-category h5.is-clicked:before{
        transform: rotate(225deg) translate(1px, -4px);
}
.row.process .col-md-4{
    padding: 0;
}
.process-list {
    border-top: 1px solid #ffffff9c;
    padding: 20px;
}
.offscreen-navigation .sub-menu li a {
        padding-left: 5px;
        display: flex;
        gap: 10px;
    }
.offscreen-navigation .sub-menu{
    padding: 10px;
}
.banner .owl-theme .owl-nav button {
    width: 44px;
    height: 44px;
    line-height: 30px !important;
}
.banner .owl-theme .owl-nav span {
    font-size: 34px;
}
.footer-logo {
    padding: 30px;
}
.left-side-category h5 {
    font-size: 0.8rem;
}
.product-banner-right ul li i {
    font-size: 18px;
}
.overview-accordian .accordion-item .accordion-header .accordion-button{
 padding: 20px 30px;   
}
.more-mb-met-title{
   justify-content: left; 
}
.information .info-content h6{
  padding: 0!important;
  opacity: 1!important;
}
.information .col-md-6:last-child {
    padding: 35px 0;
}
.solution-tab-content .key_features h2{
    font-size: 23px;
        margin: 0 0 20px;
        line-height: 34px;
        font-weight: 400;
}
.key_features{
    padding: 20px;
}
.col-md-6.side-contact
 {
    padding: 50px 0!important;
    border-left: 1px solid #ddd;
}
.address h2 {
        font-size: 22px;
        color: #000;
}
.main-slider {
    background-color: #0155a2;
}
}