/*!
Theme: TAGS "R" US
Theme URI: https://tagsrus.us/
Author: Daljeet Kaur
Author URI: daljeet.laddi@gmail.com
Description: RFID R US
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tags-r-us
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

*/

/*

THEME CSS INDEXING
==================
1.) HOME
1.1) Header
1.2) Main slider
1.3) Rfid Solutions
1.4) About Us
1.5) Product
1.6) Get free consultation
1.7) Quick Book Integrations
2.) Single Product Page
3.) About Us Page
4.) Contact us
5.) Printer Page
6.) Service Page
7.) ACF form
8.) Suppy page
 */


/* Global CSS */
body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	line-height: normal;
}


 img {
 	max-width: 100%;
 	vertical-align: middle;
 }

 a, .customize_btn, select, button, input, textarea {
 	transition: all .35s ease;
 	-webkit-transition: all .35s ease;
 	-ms-transition: all .35s ease;
 }

 a:focus, select:focus, button:focus, .btn:focus, input:focus  {
 	outline: none !important;
 }

 h1, h2, h3, h4, h5, h6 , p, figure {margin-bottom: 0;margin-top: 0;}

ul, ol {padding: 0; margin: 0; list-style: none;}

a {
	color: #bd4e4e;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #bd4e4e;
}
header.mainHeaderWrapper {
    padding-top: 30px;
}

/* Common CSS */

main#main, .common.content_wrapper {
    min-height: calc(100vh - 40px);
}

.content_wrapper p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #111;
    font-weight: 400;
    font-family: inherit;
}

.contentWrapper h2, .contentWrapper h3, .contentWrapper h4 {
    color: #111;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 13px;
    font-family: inherit;
}
.container {
    max-width: 1360px;
    width: 100%;
}

.commonPadding {
	padding: 70px 0;
}

.paddingTopRemove {
	padding-top: 0;
}
.paddingBottomRemove {
	padding-bottom: 0;
}

.mainTitle {
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding-left: 65px;
    color: #fb2525;
}

.mainTitle:before {
    content: "";
    height: 3px;
    background: #fb2525;
    width: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.marginBottom {
	margin-bottom: 50px;
}

.content {
    line-height: 32px;
    color: #111;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
}


/* Header */
.toggleBtn {
    display: none;
}
.headerRow {
    align-items: center;
}
.quickContactWrap, .mainNavWrapper {
    text-align: right;
}
.brandLogo {
    display: inline-block;
    padding: 15px 0;
}

.mainNavWrapper .menu > li {
    display: inline-block;
    margin: 0 25px;
    padding-bottom: 35px;
    position: relative;
}

.mainNavWrapper .menu > li.current_page_item:after,
.mainNavWrapper .menu > li.current-menu-ancestor:after {
	content: "";
	height: 3px;
	width: 100%;
	background: #fb2525;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.mainNavWrapper .menu > li > a, .quickContact {
    font-family: inherit;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    font-size: 15px;
}

.mainNavWrapper .menu > li > a:hover,
.mainNavWrapper .menu > li > a:focus,
.mainNavWrapper .menu > li > a:active,
.mainNavWrapper .menu > li.current_page_item > a,
.mainNavWrapper .menu > li.menu-item-has-children:hover > a {
    color: #fb2525;
}

.mainNavWrapper .menu > li:last-child {
    margin-right: 0;
}

.quickContactWrap {
    padding: 25px 0;
}
.quickContact {
    font-size: 16px;
    color: #fb2525;
}

.quickContact i {
    margin-right: 10px;
}
.mainNavWrapper .menu > li > .sub-menu {
    position: absolute;
    background-color: #ea2323;
    width: 160px;
    text-align: left;
    top: 100%;
    box-shadow: 0px 1px 2px #ea2323;
    border-radius: 0px 0 3px 3px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    z-index: 10;
}

.mainNavWrapper .menu > li:hover > .sub-menu,
.mainNavWrapper .menu > li:focus > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.mainNavWrapper .menu > li > .sub-menu > li > a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 8px 12px;
    display: block;
}

.mainNavWrapper .menu > li > .sub-menu > li > a:hover,
.mainNavWrapper .menu > li > .sub-menu > li > a:focus,
.mainNavWrapper .menu > li > .sub-menu > li > a:active {
    background-color: #fff;
    color: #ea2323;
}


/* Main slider */
.mainBanner {
    background: #07345b;
}
.banner-image {
   /*background-image: url(https://tagsrus.us/dev/wp-content/uploads/2022/01/home-banner.jpeg);*/
    background-color: #cccccc;
    height: 715px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* Rfid Solutions */

.solutionImage {
    border: 1px solid #ccc;
    position: relative;
    padding: 15px;
}

.overLayBtn {
    position: absolute;
    background: rgba(2,34,59,.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
    opacity: 0;
    visibility: hidden;
}

.rfid-images img {
    margin-bottom: 33px;
    box-shadow: 0px 1rem 3rem rgb(0 0 0 / 15%)
}

.rfid-images {
    margin-top: 60px;
}

.viewMore {
    background-color: #0a47a1;
    color: #f1eeee;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid transparent;
    padding: 10px 20px;
    margin-top: 45px;
}

.viewMore:hover, .viewMore:focus, .viewMore:active {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	color: #f1eeee;
}

.solutionTitle {
    display: block;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #312f2f;
    margin-top: 15px;
	font-weight: normal;
}

.solutionProduct:hover .overLayBtn {
    opacity: 1;
    visibility: visible;
}

.solutionProduct:hover .solutionTitle {
	color: #fb2525;
}

.solutionColOuter {
    padding-bottom: 70px;
}

/* About Us */
.aboutUs .content {
    max-width: 1286px;
    margin: 0 auto;
    width: 100%;
}
.aboutUs {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}

/* Product */
.productWrapper {
    position: relative;
    display: block;
    border: 1px solid rgba(251, 37, 37, 0.60);
}

.productWrapper .solutionTitle {
    position: absolute;
    bottom: 0;
    background-color: rgba(251, 37, 37, 0.60);
    width: 100%;
    padding: 10px;
    margin-top: 0;
    color: #fff;
}

.productWrapper:hover, .productWrapper:focus, .productWrapper:active {
    opacity: .8;
}

.appearalSlider .item figure {
    height: 120px;
    width: 120px;
    border: 2px solid #21C2F8;
    margin: 0 auto 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #21C2F8;
    font-size: 42px;
    cursor: pointer;
    transition: all .25s ease;
}

.appearalSlider .item h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.appearalSlider .item:hover figure {
    background-color: transparent;
    color: #21C2F8;
}

.appearalAccounting {
    margin: 0 0 70px;
}


/* Get free consultation */

.getFreeConsultation .content{
	max-width: 1286px;
    margin: 0 auto;
    width: 100%;
}
.getFreeRow {
    display: flex;
    flex-flow: row wrap;
}

.getFreeContent, .getFreeImage {
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 15px;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.getFreeContent {
   /* background: #f9db46;*/
	background: #FFEB01;
    display: flex;
    align-items: center;
    justify-content: center;
}
.getFreeWrapper {padding-left: 65px;position: relative;}

.getFreeWrapper:before {
    content: "";
    height: 3px;
    background: #fb2525;
    width: 45px;
    position: absolute;
    left: 0;
    top: 25px;
}

.getFreeWrapperContent h1 {
    margin-bottom: 15px;
    font-size: 34px;
    font-weight: 400;
    color: #111;
    font-family: inherit;
}

.getFreeWrapperContent h6 {
    font-size: 18px;
    color: #111;
    font-family: inherit;
    line-height: normal;
    margin-bottom: 10px;
}

.getFreeWrapperContent .viewMore {
    background-color: #000;
    color: #fff;
    margin-top: 25px;
    width: 185px;
    line-height: 50px;
}

.getFreeWrapperContent .viewMore:hover,
.getFreeWrapperContent .viewMore:focus,
.getFreeWrapperContent .viewMore:active {
	border: 2px solid #000;
    background-color: transparent;
    color: #000;
}

.getFreeImage img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    right: 0;
    left: 0;
    height: 100%;
}

/* Quick Book Integrations */

.quickIntegrationContnt {
    padding-left: 70px;
}

.quickIntegrationContnt li {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: normal;
}

.quickIntegrationContnt li i {
    margin-right: 15px;
}

.quickIntegration {
    background-color: #f7f7f7;
}

.home .quickIntegration {
    background-color: #fff;
}
/*Single Product Page  */

.singlePageTitle {
   	background-color: #0a47a1;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.page-template-apparel .singlePageTitle {
   	background-color: #0a47a1;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.pageTitle {text-transform: capitalize;font-family: inherit;}


.singlePageContentWrapper h2, .singlePageContentWrapper h3, .singlePageContentWrapper h4 {
    /* color: #333; */
    color: #fb2525;
    font-family: inherit;
    line-height: normal;
}

.singlePageContentWrapper h3 {font-size: 25px;font-weight: 600;margin-top: 15px;margin-bottom: 20px;}

.singlePageContentWrapper h4 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
}

.singlePageContentWrapper p {
    font-size: 17px;
    font-family: inherit;
    color: #4a4242;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 400;
}

.singlePageContentWrapper h2 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.wp-caption.alignright {
    float: right;
    margin: 15px;
}

.singlePageContentWrapper ul li {
    font-size: 17px;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.7;
    color: #4a4242;
}

.singlePageContentWrapper ul {
    list-style: disc;
    padding-left: 22px;
    margin: 15px 0;
}

.product-content{
  padding: 30px 0;
}

.innerPagehightLight > h2 {
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 20px;
}

.innerPagehightLight {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
}

.category-labels .singlePageTitle {
    display: none;
}


.category-labels main#main {
    box-shadow: 0px 1rem 3rem rgb(0 0 0 / 15%);
	    margin-top: 35px;

}
/* About Us Page */

img.alignleft {
    max-width: 300px;
    height: auto;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}


/* Contact Us */


.input_field input[type='text'], .input_field input[type='email'] {
    height: 40px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid rgb(222, 209, 209);
}

.input_field input[type='text'], .input_field input[type='email'], .input_field textarea {
    width: 100%;
    border: 1px solid rgb(222, 209, 209);
    font-size: 16px;
    color: #111;
    font-family: inherit;
    line-height: normal;
    font-weight: 400;
}

.input_field textarea {
    padding: 10px 15px;
    height: 160px;
    resize: none;
}


input[type='text']:focus, input[type='email']:focus, textarea:focus {
    border-color: #f9db46;
    outline: none;
}

.form-submit input[type='submit'] {
    background-color: #0a47a1;
    color: #fff;
    display: inline-block;
    width: 160px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid transparent;
}

.form-submit input[type='submit']:hover, .form-submit input[type='submit']:focus, .form-submit input[type='submit']:active {
    background-color: transparent;
    border: 2px solid #0a47a1;
	color: #0a47a1;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

/* Printer Page */
.zigzagWrapper .zigzagRow:nth-child(2n) {
    flex-direction: row-reverse;
    margin: 30px 0;
}
.Productimage img {
    height: auto;
}
.wp-caption-text {
    margin-top: 10px;
}
/* Service Page */
.sol-art-title {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
    font-family: inherit;
    color: #fb2525;
}
.sol-art-title strong {
    font-weight: 900;
}

.sol-art-title strong {
    font-weight: 900;
}


.services-wrapper h3 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
    line-height: normal;
}
.singlePageContentWrapper .wp-caption {
    width: auto !important;
}

.singlePageContentWrapper .wp-caption img {
    height: auto;
}
.services-wrapper {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    height: 100%;
}

.feature_image {
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 20px;
}

.services-wrapper p {
    color: #111;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.7;
}

.consultantWrapper {
    margin-top: 30px;
}

.contact-a-consultant-btn {
    background-color: #ffeb01;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 20px;
    max-width: 300px;
    width: 100%;
    border: 2px solid transparent;
}

.contact-a-consultant-btn:hover, .contact-a-consultant-btn:focus, .contact-a-consultant-btn:active {
    border-color: #212529;
    background-color: transparent;
}

/*ACF FORM */

.acf-input input[type='select'],  .acf-field select{
	 height: 40px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid rgb(222, 209, 209);
    font-size: 16px;
    color: #111;
    font-family: inherit;
    line-height: normal;
    font-weight: 400;

}


.acf-field p.description{
	color: #bd4e4e;
}

#message p {
    border: 2px solid #12b912;
    padding: 7px 17px;
}

.contact-left {
    padding-right: 23px;
}
.update-div-left{
	margin-bottom:20px;
}

/* Footer */
.footerTop {
    background: #032a49;
}


.fAboutCompany p {
    color: #c9c7c7;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
}

.fAboutCompany p a {
    color: #f9db46;
}

.fAboutCompany p a:hover, .fAboutCompany p a:focus, .fAboutCompany p a:active {
    opacity: .7;
}

.fAboutCompany .brandLogo img {
    max-width: 245px;
}

.quickTitle {
    color: #eaeaea;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.quickTitle:after {
    content: "";
    height: 3px;
    width: 45px;
    background: #f9db46;
    position: absolute;
    bottom: 0;
    left: 0;
}

.quickLink > li {
    margin-bottom: 10px;
}

.quickLink > li:last-child {margin-bottom: 0;}

.quickLink > li > a {
    color: #eaeaea;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    text-transform: capitalize;
}

.quickLink > li > a:hover, .quickLink > li > a:focus, .quickLink > li > a:active,
.socialLink a:hover, .socialLink a:focus, .socialLink a:active {
    color: #f9db46;
}

.socialLink a {
    margin-right: 15px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.footerBottom {
    padding: 12px 0;
    background-color: #0a47a1;
}

.copyRight {
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}

/* Supplies */
.supplies img.alignright {
    float: right;
    margin: 15px;
}


table {
    border: 1px solid rgba(255, 214, 10, 0.30);
 background-color: #f7f7f7;
    width:100%;
}

 table tbody tr{
 border: 1px solid rgba(255, 214, 10, 0.30);
}
 td, th{
 padding: 10px;
 }

.printerSelling {
    background-color: #f7f7f7;
}

.printerSellingWrapper {
    padding: 30px 15px 15px;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    border-top: 5px solid #ed1b24;
}

    .printerSellingWrapper h3 {
        font-size: 22px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: normal;
        color: #333;
        font-weight: bold;
    }

.printerPrice {
    text-align: center;
    color: green;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
}

.labelSupplies .printerPrice {
    color: #ed1b24;
}

.actionBuyNow {
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 0 0 20px;
}


.tonnerSellingWrappper h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    font-family: inherit;
}

.typeandPrice {
    max-width: 180px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.typeandPrice {
    border-bottom: 1px solid #ccc;
}

    .typeandPrice span {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
        font-family: inherit;
        line-height: normal;
        margin-top: 10px;
    }

    .typeandPrice:last-child {
        border-bottom: none;
    }

.printerSellingWrapper.labelSupplies {
    border-bottom: none;
}

.sizeWithDimention {
    text-align: center;
    padding: 0 !important;
    max-width: 250px;
    margin: 0 auto !important;
}

    .sizeWithDimention .sizewidth_list {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .sizeWithDimention .sizewidth_list:last-child {
            border-bottom: 0;
            margin-bottom: 0;
        }
a.update-quote {
    font-size: 20px;
    color: #007bff;
}


@media (max-width: 991px) {
.mainNavWrapper .menu > li {
    margin: 0 15px;
}
.mainBanner img {
    height: auto;
}
.ourProduct .productCol:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.mainTitle, .sol-art-title {
    font-size: 28px;
}
.marginBottom {
    margin-bottom: 30px;
}
.solutionTitle {
    font-size: 18px;
}
.solutionColOuter {
    padding-bottom: 50px;
}
.commonPadding {
    padding: 50px 0;
}
.content {
    font-size: 16px;
}
.productCol {flex: 0 0 50%;max-width: 50%;margin-bottom: 30px;}

.productCol:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.quickIntegrationContnt li {
    font-size: 18px;
}
.fAboutCompany .brandLogo img {
    max-width: 157px;
    height: auto;
}
.solutionImage img {
    height: auto;
}
.productImage {
    text-align: center;
}
.services-wrapper h3 {
    font-size: 24px;
}
}

@media (max-width: 767px) {
	.mainNavWrapper .menu > li > a, .quickContact {
    color: #a6a6a6;
}

	.banner-image {
  
    background-size: contain;
    height: 175px;
}
	
.mainNavWrapper .menu > li > a:hover, .mainNavWrapper .menu > li > a:focus, .mainNavWrapper .menu > li > a:active, .mainNavWrapper .menu > li.current_page_item > a, .mainNavWrapper .menu > li.menu-item-has-children:hover > a {
    color: #fff;
}
.toggleBtn {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #e32323;
    border: none;
    outline: none;
    border-radius: 4px;
    position: relative;
    color: #fff;
    font-size: 22px;
}
.mainNavWrapper {
    position: fixed;
    background: #191919;
    height: 100%;
    top: 60px;
    z-index: 10;
    width: 250px;
    padding: 20px;
    left: auto;
    right: -100%;
    transition: right .35s ease;
}

/* On phones, in-body alignleft images (e.g. the heart-special on the home
   page about-us section) overflow content. Drop the float, center, shrink. */
img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 1em;
    max-width: 70%;
    height: auto;
}
.mainNavWrapper .menu > li {
    display: block;
    text-align: left;
    margin: 0 0 15px;
    padding-bottom: 0;
}
.mainNavWrapper .menu > li.current_page_item:after, .mainNavWrapper .menu > li.current-menu-ancestor:after {
    content: none;
}
.mainNavWrapper .menu > li > .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    width: 100%;
    padding: 0;
    background: 0;
    box-shadow: none;
}
.headerRow {
    flex-direction: column;
}

.logoWrapper, .headerRightContent {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.iconBrandLogo {
    height: 25px;
}

.headerRightContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row;
    padding-bottom: 15px;
}

.quickContactWrap {
    padding: 0;
}
.toggleBtn:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
	transition: all .35s ease;
}
body.activeSlide .toggleBtn:after {
content: "\f00d";
}

body.activeSlide .mainNavWrapper {
    left: auto;
    right: 0;
}
body.activeSlide {
    position: fixed;
    overflow: hidden;
}

.solutionTitle {
    font-size: 16px;
}
.content, .services-wrapper p {
    font-size: 14px;
}
.mainTitle:before {
    content: "";
    height: 1px;
    width: 30px;
}
.mainTitle {
    padding-left: 45px;
	font-size: 24px;
	text-align: left;
}
.sol-art-title {font-size: 24px;margin-bottom: 30px;}
.getFreeWrapperContent h1 {
    font-size: 26px;
}

.getFreeWrapperContent h6{
    font-size: 16px;
}
.getFreeWrapperContent .viewMore {
    line-height: 40px;
}
.viewMore {
    font-size: 14px;
}
.quickIntegrationContnt li {
    font-size: 16px;
    margin-bottom: 15px;
}
.footCol {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.footCol:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.pageTitle {
    font-size: 30px;
}

.singlePageTitle {
    min-height: 100px;
}
.h2, h2 {
    font-size: 1.5rem;
}
.singlePageContentWrapper p {
    font-size: 14px;
}
.appearalSlider .item h5 {
    font-size: 16px;
}
.contact-a-consultant-btn {
    font-size: 16px;
    padding: 10px 15px;
    max-width: 250px;
}
}

@media (max-width: 639px) {
.solutionColOuter {
    flex: 0 0 100%;
    max-width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.paddingBottomRemove {
    padding-bottom: 0;
}
.getFreeRow {
    flex-direction: column-reverse;
}

.getFreeContent, .getFreeImage {
    flex: 0 0 100%;
    max-width: 100%;
}
.quickTitle {font-size: 18px}
}

@media (max-width: 575px) {
.footCol {
    flex: 0 0 100%;
    max-width: 100%;
}

.footCol:nth-last-child(-n+2) {
    margin-bottom: 30px;
}

.footCol:nth-last-child(-n+1) {
    margin-bottom: 0;
}
.quickIntegrationContnt {
    padding: 50px 0 0;
}
.productCol {
    flex: 0 0 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.ourProduct .productCol:nth-last-child(-n+2) {
    margin-bottom: 30px;
}

.ourProduct .productCol:nth-last-child(-n+1) {
    margin-bottom: 0;
}
}

/* ─── Mobile header: logo + hamburger on the same row ─────────────── */
@media (max-width: 767px) {
    body header.mainHeaderWrapper { padding-top: 0; padding-bottom: 0; margin: 0; }
    body header.mainHeaderWrapper > .container { padding-top: 0; padding-bottom: 0; }
    .headerRow {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-top: 0;
        margin-bottom: 0;
        padding: 4px 0;
    }
    .logoWrapper {
        flex: 1 1 auto;
        max-width: none;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 0;
    }
    .logoWrapper .iconBrandLogo {
        height: 40px;
        max-width: 100%;
        width: auto;
    }
    .headerRightContent {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
        padding-right: 15px;
        padding-bottom: 0;
        justify-content: flex-end;
    }
    .toggleBtn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        width: 42px;
        font-size: 20px;
        line-height: 1;
        padding: 0;
        margin: 0;
    }
    .toggleBtn:after {
        display: block;
        line-height: 1;
    }
    .quickContactWrap { display: none; }
}

