@media (min-width: 1200px) and (max-width: 1366px) {
	.header-logo img {
		max-width: 180px;
	}
	h1 {
		font-size: 55px;
		line-height: 65px;
	}
}

@media (max-width: 1399px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	section.google-online {
		padding: 0 !important;
	}
	.job-block-item,
	.sidebar-widget > * {
		padding: 20px;
	}
	.blog-sidebar {
		padding-left: 0;
	}
	h1 {
		font-size: 55px;
		line-height: 65px;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.header-logo img {
		max-width: 180px;
	}
	.btn {
		font-size: 16px;
		padding: 10px 15px;
		height: 48px;
	}
	.form-control {
		height: 48px;
		padding: 10px 20px;
	}
	.site-header {
		padding: 15px 0;
	}
	.search-icon {
		left: 18px;
	}
	.search-now .form-control {
		padding: 22px 160px 22px 65px;
	}
	.hastags {
		font-size: 18px;
	}
	.hero-banner-with-search {
		padding: 200px 0 150px;
	}
	.container {
		max-width: 100%;
	}
	section:not(:first-of-type) {
		padding: 60px 0;
	}
	.block-gap {
		margin-top: 30px;
	}
	.hl-card-box {
		padding: 20px;
	}
	.hl-card-box .card-title {
		font-size: 18px;
	}
	.contact-info {
		margin-left: 15px;
	}
	.searchnow {
		height: auto;
	}
	.user-sidebar {
		max-width: 300px;
	}
	.user-dashboard,
	.copyright-footer {
		max-width: calc(100% - 300px);
	}
	.main-header ul.navbar-nav {
		gap: 30px;
	}
	.aplicant-card-group {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.contact-form {
		padding-top: 40px !important;
	}
	.blog-sidebar {
		margin-top: 50px;
	}
	.blog-sidebar > * {
		margin-bottom: 25px;
	}
	h1 {
		font-size: 45px !important;
		line-height: 55px !important;
	}
	h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.site-header .row {
		justify-content: space-between;
	}
	.site-header .col-md-4:first-child {
		order: 3;
	}
	.site-header .col-md-4:last-child {
		order: 2;
		display: none;
	}
	.site-header .col-md-4:nth-child(2) {
		order: 1;
	}
	.header-logo,
	.header-white .logo-dark {
		text-align: start;
	}
	.header-white .logo-dark img {
		max-width: 180px;
	}
	.hero-banner-with-search {
		padding: 170px 0 100px;
	}
	.hero-banner-content .desc {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.hero-banner-content .title {
		margin-bottom: 25px;
	}
	section:not(:first-of-type) {
		padding: 40px 0;
	}
	.togglebtn {
		width: 40px;
		height: 40px;
	}
	.togglelang {
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.global-heading p {
		font-size: 16px;
		line-height: 26px;
	}
	.card-testimonials {
		padding: 20px;
	}
	.article-content p {
		margin-bottom: 15px;
	}
	.article-content {
		padding-top: 30px;
	}
	.footer-top .row {
		row-gap: 35px;
	}
	.footer-widget h4,
	.footer-widget a.logo-widget {
		margin-bottom: 15px;
	}
	.footer-top {
		padding: 50px 0;
	}
	.hero-inner-banner {
		padding: 150px 0 50px;
	}
	.about-us .block-img img {
		height: 400px;
	}
	.about-us .block-img img.left {
		object-position: -82px;
	}
	.about-us .block-img img.right {
		object-position: center;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.group-counter .widget-counter .description {
		font-size: 16px;
		margin: 0;
	}
	.works-block .row {
		row-gap: 25px;
	}
	.contact-info {
		margin-left: 0;
		margin-top: 0;
		padding: 80px 0 100px;
	}
	.sidebar-widget > * {
		margin-bottom: 15px;
	}
	.main-header .navbar {
		padding: 0px;
	}
	.main-header .navbar .navbar-collapse {
		position: fixed;
		width: 100%;
		left: 0;
		top: 84px;
		visibility: hidden;
		opacity: 0;
		padding: 30px;
		background-color: #fff;
		border-top: 1px solid #f5f5f5;
		box-shadow: 0px 15px 15px rgba(64, 79, 104, 0.05);
		max-height: 350px;
		overflow: hidden auto;
	}
	.main-header .navbar .navbar-collapse.show {
		visibility: visible;
		opacity: 1;
	}
	.user-sidebar {
		height: 100vh;
		top: 0;
		z-index: 1200;
		transform: translateX(-101%);
	}
	body.show-aside-menu .user-sidebar {
		transform: translateX(0px);
	}
	.user-dashboard,
	.copyright-footer {
		max-width: 100%;
	}
	.main-header ul.navbar-nav {
		gap: 20px;
	}
	.default-form .preview-image li {
		max-width: 100px;
		max-height: 100px;
	}
}

@media (max-width: 767px) {
	.blog-comment-form,
	.blog-comment-area .comment {
		padding: 25px;
	}
	.blog-details-meta .img-meta img {
		height: 350px;
	}
	.copyright-text {
		text-align: center;
	}
	.footer-social ul {
		justify-content: center;
		margin-top: 10px;
	}
	.article-block .row {
		row-gap: 25px;
	}
	.card-testimonials .inner-content {
		margin-bottom: 10px;
	}
	.client-testimonials .owl-nav {
		display: flex;
		gap: 20px;
		margin: 25px 0 0 0;
		justify-content: center;
		position: unset;
	}
	.logo-img {
		top: -100px;
		max-width: 300px;
	}
	h1 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.search-now .form-control {
		height: 50px;
	}
	.search-icon svg {
		max-width: 20px;
	}
	.search-now .form-control {
		padding: 12px 140px 12px 50px;
	}
	.header-white .logo-dark img,
	.header-logo img,
	.mega-menu .offcanvas-title img,
	.logo-box img {
		max-width: 120px;
	}
	.hastags {
		font-size: 16px;
	}
	.category-card {
		padding: 20px;
	}
	.category-card .card-title {
		margin-bottom: 5px;
	}
	.category-card .card-icon {
		margin-bottom: 20px;
	}
	.global-heading .title {
		margin-bottom: 10px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.circle-left {
		width: 100px;
		height: 100px;
		background-size: contain;
	}
	body,
	.subscribe-block form .form-group .form-control,
	.default-form .form-inner .form-group label,
	.form-control {
		font-size: 14px;
		line-height: 24px;
	}
	.hl-card-box .card-desc {
		margin-bottom: 15px;
	}
	.footer-links li:not(:last-child) {
		margin-bottom: 5px;
	}
	.footer-widget h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.category-card .card-icon img {
		max-width: 35px;
	}
	.article-content h4 {
		margin-bottom: 5px;
	}
	.article-content {
		padding-top: 20px;
	}
	.job-block-item,
	.sidebar-widget > * {
		padding: 15px;
	}
	.aplicant-job {
		flex-direction: column;
		align-items: start;
	}
	.hal-widget .tab-box {
		padding: 25px;
		margin-top: 40px;
	}
	.aplicant-card-group {
		gap: 20px;
	}
}

@media (max-width: 575px) {
	.job-wrapper.grid {
		grid-template-columns: 1fr;
	}
	.job-wrapper.list .job-company-img {
		max-width: 120px;
		flex: 120px;
	}
	.job-wrapper.list .job-info {
		max-width: calc(100% - 120px);
		flex: calc(100% - 120px);
		padding-left: 15px;
	}
	.job-wrapper .job-company-img {
		height: 120px;
	}
	.job-wrapper .job-info .title {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 28px;
	}
	.blog-comment-form,
	.blog-comment-area .comment {
		padding: 20px;
	}
	.pagination-inner {
		margin: 10px auto 0;
		gap: 5px;
		padding: 10px 15px;
	}
	.page-numbers {
		width: 35px;
		height: 35px;
		border-radius: 5px;
	}
	.page-numbers,
	.page-btn,
	.page-dots {
		font-size: 16px;
	}
	h1 {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	.hero-banner-content .desc {
		font-size: 14px;
		line-height: 26px;
	}
	.search-now .form-control {
		font-size: 14px;
	}
	.btn {
		font-size: 16px;
		padding: 8px 18px;
	}
	.hero-banner-with-search {
		padding: 120px 0 50px;
	}
	.show-category {
		justify-content: flex-start;
		margin-top: 10px;
	}
	h2,
	h3 {
		font-size: 25px;
		line-height: 35px;
	}
	section:not(:first-of-type) {
		padding: 30px 0 !important;
	}
	.category-card .card-icon img {
		max-width: 35px;
	}
	.category-block .row {
		row-gap: 15px;
	}
	.global-heading p {
		font-size: 14px;
		line-height: 26px;
	}
	.footer-widget a.logo-widget img {
		max-width: 180px;
	}
	.about-us .block-img img {
		height: 250px;
	}
	.about-us .block-img img.left {
		object-position: -82px;
	}
	.about-us .block-img img.right {
		object-position: center;
	}
	.group-counter .widget-counter {
		border-right: 0;
	}
	.contact-info {
		padding: 0;
	}
	.contact-info:before,
	.contact-info .contact-info-section:before {
		display: none;
	}
	.contact-info .contact-info-section {
		max-width: 100%;
		padding: 18px;
	}
	.contact-info-section .c-info-column .c-info h4 {
		font-size: 18px;
	}
	.contact-info-section .c-info-column {
		gap: 15px;
	}
	.contact-info-section .c-info-icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		font-size: 16px;
	}
	p {
		line-height: 26px;
	}
	blockquote {
		padding: 30px;
		margin: 25px 0 25px;
	}
	.blog-comment-area .comment .image-box {
		max-width: 60px;
		flex: 60px;
	}
	.blog-comment-area .comment img {
		width: 60px;
		height: 60px;
	}
	.blog-comment-area .comment .comment-text {
		max-width: calc(100% - 60px);
		flex: calc(100% - 60px);
	}
	.blog-comment-area .comment .comment-text .name {
		font-size: 18px;
	}
	.blog-comment-area .comment .comment-text p {
		margin: 5px 0 15px;
	}
	.blog-comment-area {
		padding-top: 25px;
	}
	.bottom-widget {
		margin: 25px 0 25px;
	}
	.bottom-widget .tags ul {
		gap: 10px;
	}
	.blog-details-meta .img-meta img {
		height: 250px;
	}
	.sort-by {
		flex: 100%;
		justify-content: space-between;
	}
	.sort-by select {
		margin-left: unset;
	}
	.job-description .title {
		font-size: 20px;
		line-height: 30px;
	}
	.jobstack-content h4 {
		margin-bottom: 10px;
		margin-top: 25px;
	}
	.sidebyside-btn {
		margin-top: 15px;
	}
	.job-overview h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.job-overview li {
		padding: 10px 0;
	}
	.list-grid .btn {
		width: 48px;
		height: 48px;
	}
	.sort-by .select2-container--default .select2-selection--single,
	.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
		height: 48px;
		line-height: 48px;
	}
	.hero-inner-banner {
		padding: 120px 0 25px;
	}
	.aplicant-card,
	.aplicant-job .selects {
		flex-direction: column;
	}
	.aplicant-job .selects,
	.aplicant-job .selects .form-group {
		width: 100%;
	}
	.aplicant-card .content-body {
		text-align: center;
		flex-direction: column;
	}
	.dashboard-outer {
		padding: 20px;
	}
	.dashboard-header {
		padding: 18px 20px;
	}
	.aplicant-card .pdfbtn {
		position: unset;
	}
}

@media (max-width: 450px) {
	.subscribe-block form .form-group {
		display: block;
	}
	.subscribe-block form .form-group .btn-fill {
		width: 100%;
		margin-top: 10px;
	}
	.searchnow {
		position: unset;
		width: 100%;
		margin-top: 10px;
	}
	.search-icon {
		left: 18px;
		top: 9px;
		bottom: unset;
	}
	.search-now .form-control {
		padding: 12px 15px 12px 50px;
	}
	.list-grid {
		display: none;
	}
	.sort-by .select2-container {
		max-width: 100%;
	}
	.job-wrapper.list .job-company-img {
		max-width: 100%;
		flex: 100%;
	}
	.job-wrapper.list .job-info {
		max-width: 100%;
		flex: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.job-wrapper .job-company-img {
		height: 150px;
	}
	.job-set .company-logo {
		max-width: 80px;
		height: 80px;
		flex: 80px;
	}
	.job-set .job-description {
		max-width: calc(100% - 80px);
		flex: calc(100% - 80px);
		padding-left: 10px;
	}
	.tag-wid {
		font-size: 12px;
		padding: 3px 8px;
	}
	.job-description .title {
		margin-top: 5px;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.job-description .info-box {
		gap: 5px;
	}
	.job-description .info-box li,
	.job-description .info-box li i {
		font-size: 12px;
	}
	.job-category {
		flex-direction: column;
	}
	.hal-widget .tab-box {
		padding: 20px;
		margin-top: 30px;
	}
	.default-form .file-group .choosefile {
		flex-direction: column;
	}
	.default-form .file-group .choosefile .btn {
		width: 100%;
	}
	.default-form .file-group .choosefile .form-control {
		padding: 11px 17px;
	}
}
