/*  Theme Responsive Css */


.mobile-menu-footer{
	display: none !important;
}


@media only screen and (max-width: 1200px){
	
	body {
		overflow-x:hidden;
	}
	.top-header__meta span{
		font-size: 12px;
	}
	.search-header .header-search{
		max-width: 380px;
	}
	.search-modal__dialog{
		max-width: 700px;
	}
	.main-header .cart-box{
		margin-left: 15px;
	}
	.main-header .header-search{
		width: 205px;
	}
	.main-menu .navigation > li{
		margin-left: 16px;
	}
	.main-header .cart-box:before{
		display: none;
	}
	.about-section .img-box{
		margin: 0px;
		top: 35px;
	}
	.main-footer .service-wideget{
		margin: 0px;
	}
	.team-details .team-details-content{
		margin-left: 0px;
	}
	.team-details .img-box{
		top: 100px;
	}

	.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
		margin: 0px 0px 5px 0px;
	}
	.subscribe-section input[type='text'], .subscribe-section input[type='email']{
		margin-bottom: 10px;
	}

}



@media only screen and (max-width: 991px){
	
	body {
		overflow-x:hidden !important;
	}
	.main-header > .top-header{
		display: none;
	}
	.main-header{
		top: 0px;
	}
	.top-header__inner{
		flex-direction: column;
		align-items: flex-start;
	}
	.top-header__meta,
	.top-header__tools{
		align-items: flex-start;
	}
	.top-header__tools{
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-lower > .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-lower .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.search-header__inner{
		padding: 10px 0px;
	}
	.search-header .header-search{
		max-width: none;
	}
	.search-modal{
		padding: 18px;
	}
	.search-modal__dialog{
		padding: 30px 24px 24px;
	}
	.search-modal__results{
		grid-template-columns: 1fr;
	}
	.theme-logo--light,
	.theme-logo--dark{
		width: 180px;
	}
	.logo-box{
		width: 165px;
		margin: 15px auto;
	}
	.theme-logo-box.logo-box{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: auto;
		min-height: 0px;
		margin: 0px;
	}
	.theme-logo-box.logo-box a{
		display: inline-flex;
		align-items: center;
	}
	.main-menu .navigation > li > a,
	.fixed .main-menu .navigation > li > a{
		padding: 5px 0px 20px 12px;
	}
	.about-section .img-box{
		top: 130px;
	}
	.we-work .column:nth-child(1) .single-item,
	.we-work .column:nth-child(2) .single-item,
	.we-work .column:nth-child(3) .single-item,
	.we-work .column:nth-child(4) .single-item{
		width: 160px;
		margin: 20px auto;
		display: block;
	}
	.pricing-section .single-table{
		margin-bottom: 30px;
	}
	.main-footer .logo-wideget{
		top: 0px;
		margin-bottom: 30px;
	}
	.main-footer .service-wideget{
		margin-bottom: 40px;
	}
	.main-footer .link-wideget{
		margin: 0px;
	}
	.our-team .single-item{
		margin-bottom: 30px;
	}
	.team-details .img-box{
		top: 0px;
		margin-bottom: 90px;
	}
	.shop-section .sidebar{
		margin-bottom: 50px;
	}
	.cart-section .coupon-box .cart-btn{
		float: none;
		margin-top: 10px;
	}
	.checkout-section .additional-information{
		margin-bottom: 30px;
	}
	.blog-page .blog-classic-content,
	.blog-single .blog-single-content{
		margin-bottom: 50px;
	}
	.contact-section .contact-info{
		border-left: 1px solid #e5e5e5;
		margin-bottom: 50px;
	}
	.we-work{
		padding: 160px 0px 165px 0px;
	}
	.subscribe-content .top-title{
		margin-top: 45px;
	}
	.main-slider .tp-title{
		font-size: 25px !important;
	}
	.main-slider h1{
		font-size: 30px !important;
		line-height: 37px !important;
	}
	.main-slider .btn-two,
	.main-slider .btn-one{
		font-size: 14px !important;
		padding: 10px 30px 10px 30px !important;
	}
	.main-header .menu-bar{
		float: none;
		right: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}
	.main-menu{
		display: block;
		width: 100%;
	}
	.main-menu .navbar-header{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0px;
	}
	.main-header .cart-box{
		position: static;
		top: auto;
		right: auto;
		width: 100%;
		margin-left: 0px;
	}
	.main-header .header-search{
		width: 100%;
	}
	.main-header .header-search input[type='search']{
		height: 40px;
		padding-left: 16px;
		padding-right: 48px;
	}
	.main-header .header-search button{
		top: 4px;
	}
	.main-header .header-cta{
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
	}
	.main-header .header-cta a{
		width: 100%;
	}
	.main-menu .collapse{
		max-height: min(60vh, 420px);
		margin-top: 12px;
		border: 1px solid var(--line-color);
		border-radius: 18px;
		background: var(--header-bg);
		box-shadow: 0 18px 42px rgba(11, 31, 53, 0.12);
	}
	.mobile-menu,
	.mobile-menu > li > ul,
	.mobile-menu > li > ul > li > ul{
		background: transparent;
	}
	.mobile-menu .dropdown-btn{
		right: 0px;
		width: 46px;
		height: 46px;
		border-left: 1px solid var(--line-color);
	}
	.mobile-menu .dropdown-btn:after{
		color: var(--heading-color);
		line-height: 46px;
	}
	.mobile-menu > li > a,
	.mobile-menu > li > ul > li > a,
	.mobile-menu > li > ul > li > ul > li > a{
		padding: 12px 18px;
		font-family: 'Poppins', sans-serif;
		line-height: 22px;
		color: var(--heading-color);
		text-transform: none;
		letter-spacing: 0.01em;
		border-top: 1px solid var(--line-color);
	}
	.mobile-menu > li:first-child > a{
		border-top: 0px;
	}
	.main-menu li.dropdown:before{
		display: none;
	}
	.faq-content{
		margin-bottom: 50px;
	}
	.error-section .img-box{
		top: 0px;
	}
	.error-section .error-content{
		margin-bottom: 50px;
	}
	.single-shop .single-product .img-box{
		margin: 0px 0px 30px 0px;
	}
	.contact-section .contact-info{
		margin-left: 0px;
	}
	.google-map-area{
		margin-right: 0px;
	}
	.contact-section .contact-info.contact-info--summary{
		padding: 48px 28px 4px 28px;
	}
	.quote-cta__action{
		text-align: left;
		padding-top: 22px;
	}
	.contact-map-row #contact-google-map{
		height: 440px;
	}
	.contact-map-embed{
		height: 440px;
	}
}
@media only screen and (max-width: 767px){
	
	.scroll-to-top{
		left: 12px;
		bottom: 12px;
		right: auto;
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
	.chatbot-widget{
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
	.chatbot-widget__panel{
		width: 100%;
		max-width: none;
	}
	.chatbot-widget__launcher{
		padding: 14px 16px;
	}
	.chatbot-widget__launcher-label{
		display: none;
	}
	.chatbot-widget__messages{
		max-height: 260px;
	}
	.chatbot-widget__header{
		padding: 16px 16px 14px;
	}
	.chatbot-widget__body{
		padding: 0px 12px 12px;
	}
	
	.top-header__meta,
	.top-header__tools{
		width: 100%;
	}
	.top-header__inner{
		gap: 14px;
	}
	.top-header__tools{
		gap: 12px;
		flex-direction: column;
		align-items: stretch;
	}
	.search-header__inner{
		padding: 10px 0px;
	}
	.search-header .header-search{
		width: 100%;
	}
	.search-modal{
		padding: 14px;
	}
	.search-modal__dialog{
		border-radius: 22px;
		padding: 26px 18px 20px;
	}
	.search-modal__title{
		font-size: 28px;
	}
	.theme-toggle-btn{
		width: 100%;
		justify-content: center;
	}
	.theme-color-picker{
		width: 100%;
		justify-content: center;
	}
	.top-social{
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.main-header .menu-bar{
		float: none;
		right: auto;
		display: flex;
		gap: 0px;
	}
	.main-header .menu-bar > .header-cta{
		display: none !important;
	}
	.theme-logo-box.logo-box{
		justify-content: center;
	}
	.main-menu .navbar-header{
		justify-content: center;
	}
	.main-menu .collapse{
		border-radius: 16px;
	}
	.main-header .cart-box{
		position: static;
		top: auto;
		right: auto;
	}
	.main-header .header-search{
		width: 100%;
	}
	.main-header .header-search input[type='search']{
		height: 42px;
		font-size: 13px;
		padding-left: 14px;
		padding-right: 44px;
	}
	.main-header .header-search button{
		top: 6px;
		right: 4px;
		width: 30px;
		height: 30px;
	}
	.main-header .header-cta a{
		font-size: 12px;
		letter-spacing: 0.03em;
	}
	.about-section .img-box{
		max-width: 490px;
		margin: 0px auto 80px auto;
		top: 0px;
	}
	.service-section .single-item{
		max-width: 370px;
		margin: 15px auto;
	}
	.pricing-section .single-table{
		max-width: 370px;
		margin: 15px auto;
	}
	.news-section .single-item{
		max-width: 570px;
		margin: 15px auto;
	}
	.main-footer .link-wideget{
		margin-bottom: 40px;
	}
	.our-team .single-item{
		max-width: 370px;
		margin: 15px auto;
	}
	.service-details-content .img-box{
		max-width: 420px;
	}
	.gallery-section .single-item{
		max-width: 370px;
		margin: auto;
	}
	.shop-product .single-column{
		max-width: 270px;
		margin: 15px 0px;
	}
	.single-shop .single-product .img-box{
		max-width: 560px;
		margin-bottom: 50px;
	}
	.blog-single .blog-single-content .sidebar-text{
		margin-left: 0px;
		padding-right: 0px;
	}
	.contact-section .contact-info{
		height: 100%;
	}
	.gallery-section .post-filter li{
		margin-bottom: 10px;
	}
	.main-footer .list li a{
		width: 130px;
	}
	.about-section{
		padding-bottom: 60px;
	}
	.faq-content{
		margin-bottom: 60px;
	}
	.subscribe-content .top-title{
		margin-top: 0px;
	}
	.team-details-content .content-style-two .list{
		margin-bottom: 20px;
	}
	.team-details-content .content-style-two h3{
		margin-bottom: 10px;
	}
	.testimonials-section{
		padding: 150px 0px;
	}
	.contact-section .contact-info .single-info{
		margin-bottom: 30px;
	}
	.contact-section .contact-info.contact-info--summary{
		padding: 38px 20px 6px 20px;
	}
	.quote-cta__action{
		padding-top: 18px;
	}
	.contact-map-row #contact-google-map{
		height: 320px;
	}
	.contact-map-embed{
		height: 320px;
	}
	.checkout-section .select-box {
    	margin-bottom: 30px;
	}
	.error-section .img-box img{
		width: 100%;
	}
	
}

@media only screen and (max-width: 599px){
	
	.fixed .logo-box{
		display: none;
	}
	.cta-section .cta-content{
		margin: 0px;
	}
	.about-section .about-content{
		margin-left: 0px;
	}
	.shop-content .top-content .text, .shop-content .top-content .select-box{
		margin-bottom: 20px;
	}
	.main-slider .tp-title,
	.main-slider h1,
	.main-slider .tp-btn{
		margin-left: 30px !important;
	}
	.main-slider h1{
		font-size: 25px !important;
		line-height: 28px !important; 
	}
	.shop-content .top-content .right-content{
		display: block;
		float: none;
	}
	.testimonials-section .text{
		padding: 0px;
	}
	
}

@media only screen and (max-width: 499px) {
	
	.error-section .error-title i:before{
		font-size: 140px;
	}
	.error-section .error-title{
		font-size: 120px;
	}
	.cart-section .coupon-box input{
		width: 100%;
		margin-bottom: 10px;
	}
	.checkout-section .order-info .price{
		display: block;
		float: none;
	}
	.page-pagination li{
		margin-bottom: 10px;
	}
	.blog-single .blog-single-content .content-text{
		margin-right: 0px;
	}
	h1{
		font-size: 45px;
		line-height: 50px;
	}
	.shop-content .top-content .right-content{
		float: none;
	}
	.main-slider .tp-title,
	.main-slider h1,
	.main-slider .tp-btn{
		display: none !important;
	}
	.checkout-section .order-info .sub-total .price,
	.checkout-section .order-info .price.color,
	.checkout-section .order-info .single-item .price{
		display: block;
	}
	.checkout-section .order-info .single-item .price{
		padding: 10px 0px;
	}
	

}

@media only screen and (max-width: 399px){

	.switcher .switch_menu .switcher_container{
		width: 235px;
	}
	.switcher .switch_menu{
		width: 240px;
	}
	.switcher .switch_menu .switch_body .box{
		margin-left: 15px;
	}
	.switcher .switch_menu .switch_navigation p, 
	.switcher .switch_menu .switch_navigation p, 
	.switcher .switch_menu .switch_navigation .onoffswitch{
		margin-left: 2px;
	}
	.blog-details .comment-area .single-comment.replay{
		margin-left: 10px;
	}
	.blog-single .comment-area .single-comment.replay{
		margin-left: 0px;
	}
	.subscribe-section input{
		width: 100%;
	}
	h1{
		font-size: 40px;
	}
	.error-section .error-title i:before{
		font-size: 105px;
	}
	.checkout-section .order-info .single-item .item-name{
		margin-left: 0px;
	}
	.checkout-section .order-info .single-item .img-box{
		margin-right: 17px;
	}
	.checkout-section .payment-info .payment-option .btn-one{
		padding: 7px 25px;
	}
	.subscribe-section input[type='text'], .subscribe-section input[type='email']{
		width: 100%;
	}
	.subscribe-section .form-group{
		display: block;
	}
	.checkout-section .order-info .single-item .img-box{
		display: block;
		margin: 0px 0px 10px 0px;
	}

}


/** main-menu **/



@media only screen and (max-width: 991px){
    

/*=================== mobile-menu ======================*/

  .main-menu .navigation {
    display: none !important;
  }

  .main-menu .mobile-menu {
    display: block;
  } 

  .main-menu .collapse,
  .main-menu .collapsing {
    border: 0px;
    display: block !important;
    height: auto !important;
    overflow: auto !important;
  } 

  .main-menu .navbar-header{
    padding: 8px 0px;
    float: none;
  }  

  .main-menu .navbar-toggle {
    float: none;
    margin: 0;
    display: block;
    min-width: 52px;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid rgba(var(--accent-rgb), 0.24);
    border-radius: 14px;
    background: var(--surface-bg);
    box-shadow: 0 12px 28px rgba(11, 31, 53, 0.08);
  }  

  .main-menu .navbar-toggle .icon-bar {
    background: var(--heading-color);
    width: 22px;
    height: 2px;
    border-radius: 999px;
  }  


/*=================================menu=======================*/
  
}


@media (max-width: 1200px) and (min-width: 992px) {
	.menuzord-menu > li > a {
	    padding: 40px 15px;
	}
	.theme_menu .thm-btn {
		padding: 0 15px;
	}
	.theme_menu .right-column {
	    width: 225px;
	}
}

@media only screen and (min-width: 991px){
  .mobile-menu {
    display: none;
  }      
}


/* Mobile polish overrides */

@media only screen and (max-width: 991px){
	.container{
		width: 100% !important;
		max-width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.main-header{
		position: sticky;
		top: 0px;
		z-index: 99999;
	}

	.header-lower > .container{
		position: relative;
		padding: 10px 15px 12px;
	}

	.header-lower .row{
		display: grid !important;
		grid-template-columns: minmax(0px, 1fr) 52px;
		align-items: center;
		column-gap: 12px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.header-lower .row > [class*='col-']{
		position: static;
		float: none;
		width: auto;
		min-height: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.header-lower .row > [class*='col-md-3']{
		grid-column: 1;
	}

	.header-lower .row > [class*='col-md-9']{
		grid-column: 2;
		justify-self: end;
	}

	.logo-box,
	.theme-logo-box.logo-box{
		display: flex !important;
		align-items: center;
		justify-content: flex-start !important;
		width: auto !important;
		height: auto;
		min-height: 54px;
		margin: 0px !important;
		padding-right: 0px;
		background-position: left center;
	}

	.theme-logo-box.logo-box a{
		width: auto;
		height: auto;
		min-height: 0px;
	}

	.theme-logo-box.logo-box .theme-logo--light,
	.theme-logo-box.logo-box .theme-logo--dark{
		width: auto !important;
		max-width: min(166px, calc(100vw - 96px));
		max-height: 58px;
	}

	.main-header .menu-bar{
		position: static !important;
		display: block !important;
		float: none;
		right: auto;
		width: auto;
		min-height: 0px;
	}

	.main-menu{
		position: static !important;
		width: auto;
	}

	.main-menu .navbar-header{
		position: static;
		z-index: 1000;
		display: block !important;
		padding: 0px !important;
	}

	.main-menu .navbar-toggle{
		position: relative;
		display: block !important;
		box-sizing: border-box;
		width: 52px;
		height: 46px;
		min-width: 52px;
		min-height: 46px;
		margin: 0px !important;
		padding: 12px 13px !important;
		background: var(--surface-bg) !important;
		border: 1px solid rgba(var(--accent-rgb), 0.26) !important;
		border-radius: 14px;
		box-shadow: 0 12px 28px rgba(11, 31, 53, 0.1);
		overflow: visible;
	}

	.main-menu .navbar-toggle:focus,
	.main-menu .navbar-toggle:hover{
		background: rgba(var(--accent-rgb), 0.1) !important;
		border-color: rgba(var(--accent-rgb), 0.45) !important;
		outline: none;
	}

	.main-menu .navbar-toggle .icon-bar{
		display: block;
		width: 24px;
		height: 2px;
		margin: 0px auto;
		background: var(--heading-color);
		border-radius: 999px;
		transition: transform 220ms ease, opacity 220ms ease, background 220ms ease;
	}

	.main-menu .navbar-toggle .icon-bar + .icon-bar{
		margin-top: 5px;
	}

	.main-menu .navbar-toggle.is-open .icon-bar:nth-of-type(1){
		transform: translateY(7px) rotate(45deg);
	}

	.main-menu .navbar-toggle.is-open .icon-bar:nth-of-type(2){
		opacity: 0;
	}

	.main-menu .navbar-toggle.is-open .icon-bar:nth-of-type(3){
		transform: translateY(-7px) rotate(-45deg);
	}

	.main-menu .navbar-collapse{
		position: absolute;
		top: calc(100% + 60px);
		left: 15px;
		right: 15px;
		width: auto;
		max-height: min(calc(100vh - 150px), 440px);
		margin-top: 0px;
		overflow: auto !important;
		-webkit-overflow-scrolling: touch;
		background: var(--header-bg);
		border: 1px solid var(--line-color);
		border-radius: 16px;
		box-shadow: 0 18px 42px rgba(11, 31, 53, 0.14);
		opacity: 0;
		pointer-events: none;
		transform: translate3d(0px, -8px, 0px) scale(0.985);
		transform-origin: top center;
		transition: opacity 180ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 220ms;
		visibility: hidden;
		will-change: opacity, transform;
		z-index: 100001;
	}

	.main-menu .navbar-collapse.is-open,
	.main-menu .navbar-collapse.in{
		opacity: 1;
		pointer-events: auto;
		transform: translate3d(0px, 0px, 0px) scale(1);
		transition-delay: 0s;
		visibility: visible;
	}

	.main-header .menu-bar > .header-cta{
		display: none !important;
	}

	.mobile-menu-footer{
		display: none;
	}

	.mobile-menu,
	.mobile-menu > li > ul,
	.mobile-menu > li > ul > li > ul{
		background: transparent !important;
	}

	.mobile-menu{
		padding: 6px 0px;
	}

	.mobile-menu li{
		position: relative;
	}

	.mobile-menu > li > a,
	.mobile-menu > li > ul > li > a,
	.mobile-menu > li > ul > li > ul > li > a{
		min-height: 46px;
		padding: 12px 56px 12px 18px !important;
		color: var(--heading-color) !important;
		font-family: 'Poppins', sans-serif !important;
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0em;
		text-transform: none !important;
		border-top: 1px solid var(--line-color) !important;
	}

	.mobile-menu > li:first-child > a{
		border-top: 0px !important;
	}

	.mobile-menu > li > ul > li > a{
		padding-left: 32px !important;
		font-size: 14px;
	}

	.mobile-menu .current > a,
	.mobile-menu .is-active > a,
	.mobile-menu a[aria-current='page']{
		color: var(--accent-primary) !important;
		font-weight: 700;
	}

	.mobile-menu .dropdown-btn{
		position: absolute;
		top: 0px;
		right: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 46px;
		padding: 0px;
		background: transparent;
		border: 0px;
		border-left: 1px solid var(--line-color);
		cursor: pointer;
		z-index: 5;
	}

	.mobile-menu .dropdown-btn:after{
		position: static;
		content: "\f107";
		width: auto;
		color: var(--heading-color);
		font-family: FontAwesome;
		font-size: 17px;
		line-height: 1;
		transition: transform 220ms ease, color 220ms ease;
	}

	.mobile-menu .dropdown-btn[aria-expanded='true']:after,
	.mobile-menu .submenu-open > .dropdown-btn:after{
		color: var(--accent-primary);
		transform: rotate(180deg);
	}

	.mobile-menu-footer{
		display: flex !important;
		align-items: center;
		gap: 10px;
		padding: 14px 16px 16px;
		border-top: 1px solid var(--line-color);
	}

	.mobile-menu-footer .theme-toggle-btn,
	.mobile-menu-footer .theme-color-picker{
		width: auto;
		min-height: 40px;
		background: rgba(255, 255, 255, 0.72);
		border-color: var(--line-color);
		box-shadow: none;
	}

	html[data-theme='dark'] .mobile-menu-footer .theme-toggle-btn,
	html[data-theme='dark'] .mobile-menu-footer .theme-color-picker{
		background: rgba(255, 255, 255, 0.06);
	}

	.mobile-menu-footer .theme-toggle-btn{
		flex: 0 0 auto;
		justify-content: center;
		padding: 9px 16px;
		font-size: 13px;
		line-height: 20px;
	}

	.mobile-menu-footer .theme-color-picker{
		flex: 0 0 auto;
		gap: 9px;
		padding: 8px 11px;
	}

	.mobile-menu-footer .theme-color-picker__dot{
		width: 16px;
		height: 16px;
	}

	.search-header__inner{
		padding: 8px 0px 10px;
	}

	.search-header .header-search{
		width: 100%;
		max-width: none;
	}

	.main-header .header-search input[type='search']{
		height: 42px;
		font-size: 14px;
	}

	.page-title:not(.home-hero){
		padding: 76px 0px 84px 0px;
		background-position: center center;
	}

	.page-title:not(.home-hero) > .container,
	.page-title:not(.home-hero) .container{
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.page-title .content-box{
		max-width: 100%;
		overflow: hidden;
		padding: 0px 4px;
	}

	.page-title .title{
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.page-title h1{
		display: block;
		width: 100%;
		max-width: min(720px, 100%);
		margin: 0px auto 14px;
		font-size: clamp(34px, 8vw, 50px);
		line-height: 1.08;
		overflow-wrap: break-word;
		word-break: normal;
		white-space: normal !important;
	}

	.page-title .bread-crumb{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 6px;
		padding: 0px;
		margin: 0px;
	}
}

@media only screen and (max-width: 767px){
	.header-lower > .container{
		padding-top: 8px;
		padding-bottom: 10px;
	}

	.logo-box,
	.theme-logo-box.logo-box{
		min-height: 50px;
		padding-right: 0px;
	}

	.theme-logo-box.logo-box .theme-logo--light,
	.theme-logo-box.logo-box .theme-logo--dark{
		max-width: min(150px, calc(100vw - 90px));
		max-height: 52px;
	}

	.main-menu .navbar-header{
		position: static;
	}

	.main-menu .navbar-collapse{
		top: calc(100% + 60px);
	}

	.page-title:not(.home-hero){
		padding: 64px 0px 70px 0px;
	}

	.page-title h1{
		font-size: clamp(30px, 10vw, 42px);
		line-height: 1.1;
	}

	.page-title .bread-crumb li,
	.page-title .bread-crumb a{
		font-size: 14px;
		line-height: 22px;
	}

	.cta-section{
		padding: 100px 0px;
	}

	.cta-section h1,
	.sec-title h2{
		font-size: clamp(30px, 9vw, 38px);
		line-height: 1.14;
	}

	.btn-one,
	.hero-btn-secondary{
		width: 100%;
		max-width: 320px;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

@media only screen and (max-width: 399px){
	.page-title h1{
		font-size: clamp(28px, 10vw, 36px);
	}

	.mobile-menu > li > a,
	.mobile-menu > li > ul > li > a,
	.mobile-menu > li > ul > li > ul > li > a{
		font-size: 14px;
	}
}
