/* -------------------------------------------------
  (max-width: 1600px)
---------------------------------------------------*/
@media only screen and (max-width: 1600px) {


}

/* -------------------------------------------------
  (max-width: 1400px)
---------------------------------------------------*/
@media only screen and (max-width: 1400px) {


}


/* -------------------------------------------------
  max-width: 1199px
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {
.h1, h1 {
    font-size: 34px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 28px;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 18px;
}
.card_content h3, .testimonial_style2 .testimonial_desc p {
	font-size: 22px;
}

.icon_box_content ul li a {
	font-size: 16px;
}
.section {
	padding: 80px 0;
}
.section.small_pt, .top_footer.small_pt {
	padding-top: 40px;
}
.section.small_pb, .top_footer.small_pb {
	padding-bottom: 40px;
}
.section.pb_70, .pb_70 {
	padding-bottom: 50px;
}
.section.pb_85, .pb_85 {
	padding-bottom: 65px;
}
.section.pb_20, .pb_20 {
	padding-bottom: 10px;
}
.large_divider {
	height: 80px;
}
.medium_divider {
	height: 40px;
}
.small_divider {
	height: 20px;
}
.shop_title {
	font-size: 32px;
}
.banner_half_content {
	/*padding: 100px 0 80px;/*
}
.banner_section:not(.full_screen), 
.banner_section:not(.full_screen) .carousel-item, 
.banner_section:not(.full_screen) .banner_content_wrap, 
.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
	height: 700px;
}
.banner_section.slide_medium, 
.banner_section.slide_medium .carousel-item,
.banner_section.slide_medium .banner_content_wrap, 
.banner_section.slide_medium .banner_content_wrap .carousel-item {
	height: 500px;
}
.banner_content h2, .heading h1, .heading h2, .icon_box .counter_text {
	font-size: 38px;
}
.banner_content p {
	/*font-size: 24px;*/
}
.banner_content1 h2 {
	font-size: 64px;
}

.rounded_banner_img {
	max-width: 450px;
	height: 450px;
}
.banner_half_content::before {
	right: -22%;
	top: -55%;
	width: 800px;
	height: 800px;
}

.shape1 {
	right: -16%;
	width: 60%;
}
.shape2 {
	right: -34%;
	width: 60%;
}
.shape3 {
	left: -18%;
}

.breadcrumb_section {
	/*padding: 180px 0 80px;*/
}
.footer_top {
	/*padding: 80px 0 50px;*/
}
.blog_meta li {
	margin-right: 10px;
}
.blog_meta a {
	font-size: 14px;
}
.blog_title {
	line-height: 26px;
}
.newsletter_small {
	padding: 60px 0;
}
.about_wrap {
	padding-left: 20px;
}

.widget_contact_form {
	margin-top: -160px;
}
.icon_box_style4 {
	padding: 30px;
}
.contact_style1 .contact_text p, 
.contact_style1 .contact_text a {
	font-size: 14px;
}

.tab-content.shop_info_tab {
	margin-top: 30px;
}
.single_post .blog_title {
	font-size: 26px;
}
.heading_s2 .sub_heading {
	font-size: 90px;
	margin-bottom: -25px;
	line-height: 90px;
}
.overlap_counter_bottom::before {
	height: 80px;
}
.countdown_style2 {
	margin-left: -5px;
	margin-right: -5px;
}
.countdown_style2.countdown_time .countdown_box {
	padding: 0 5px;
}
.team_style4 .team_img::after {
	margin: -20px;
}
.team_style4 .team_img {
	margin: 20px;
}
.team_style4 .social_icons li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.client_logo .cl_logo img {
	/*height: 50px;*/
}
.tab-style1 .nav-tabs li.nav-item a {
	font-size: 14px;
	padding: 12px 15px;
}

.flexbox-icon .icon_box {
	/*padding: 20px;*/
}
.flexbox-icon .icon_box .icon img {
	height: 50px;
}


.flexbox-icon .icon_box:hover .icon img,
.items-active .icon_box .icon img {
	height: 40px;
}
.flexbox-icon .icon_box .flexbox-content {
	padding: 20px;
}
.flexbox-icon .icon_box .icon_box_content p {
	font-size: 16px;
}
.flexbox-icon .icon_box h3 {
	margin-top: 10px;
	font-size: 20px;
}
.flexbox-icon .icon_box:hover .icon_box h3,
.items-active .icon_box h3 {
	font-size: 15px;
}
.flexbox-icon .icon_box:hover .icon_box_content p, .items-active .icon_box .icon_box_content p {
  font-size: 14px;
}
.flexbox-icon .icon_box:hover .icon_box_content .btn-link, .items-active .icon_box .icon_box_content .btn-link {
	font-size: 12px;
	padding: 8px 20px;
}

.blog_post .card_content, .blog_post .bottom_block {
	padding: 20px 25px;
}
.blog_post .bottom_block {
	padding-top: 0px;
}

footer .social_icons.social_style1 li a {
	width: 38px;
	height: 38px;
	line-height: 38px;
}

}


/* -------------------------------------------------
  min-width: 1200px
---------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* -------------------------------------------------
  min-width: 992px
---------------------------------------------------*/
@media only screen and (min-width: 992px) {
.row-col-5 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


}
/* -------------------------------------------------
  max-width: 991px
---------------------------------------------------*/
@media only screen and (max-width: 991px) {
p {
	font-size:16px;
	line-height: 24px;
}
.icon_box_content h3 {
	font-size: 22px;
}

.md-height-300 {
	height: 300px !important;
}
.heading_s1, .heading_s4 {
	margin-bottom: 20px;
}
.header_wrap .navbar {
	display: block;
}
.header_wrap .navbar .navbar-nav.attr-nav {
	display: block;
	float: right;
}
.header_wrap .navbar-collapse {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}

.banner_section:not(.full_screen), 
.banner_section:not(.full_screen) .carousel-item, 
.banner_section:not(.full_screen) .banner_content_wrap, 
.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
	height: 600px;
}
.banner_section.full_screen.banner_half_content,
.banner_section:not(.full_screen).banner_half_content,
.banner_section:not(.full_screen).banner_half_content .banner_content_wrap {
	height: auto;
}
.banner_section.slide_medium, 
.banner_section.slide_medium .carousel-item, 
.banner_section.slide_medium .banner_content_wrap, 
.banner_section.slide_medium .banner_content_wrap .carousel-item {
	height: 400px;
}
.banner_section .banner_slide_content.bottom {
	padding-left:25px;
}
.banner_btn {
	padding:20px;
	padding-bottom: 0;
}
.banner_content h2, .heading h1, .heading h2, .icon_box .counter_text {
	font-size: 30px;
}
.banner_content p {
	font-size: 16px;
	line-height: 22px;
}
.banner_content1 h2 {
	font-size: 54px;
}
.banner_center_content {
	margin-top: 0;
}
.full_screen, .full_screen .carousel-item {
	min-height: 35rem;
}
div.banner_large_pad {
	padding: 200px 0 100px;
}
.banner_content_border {
	padding: 30px;
}
.rounded_banner_img {
	max-width: 270px;
	height: 270px;
}
.banner_roud_shape::after {
	width: 44px;
	height: 44px;
	right: 40%;
	top: -20px;
}
.banner_half_content::before {
	right: -21%;
	top: -35%;
	width: 600px;
	height: 600px;
}
.header_wrap.transparent_header + .breadcrumb_section {
	padding-top: 100px;
}
.breadcrumb_section {
	/*padding:140px 0 60px;*/
}
.highlight_text {
	font-size: 18px;
}
.about_wrap {
	padding-left: 0;
}
.widget_contact_form {
	margin-top: 0;
}
.page-title + span {
	font-size: 15px;
}
.padding_eight_all {
	padding: 6%;
}
.cs_title {
	line-height: 40px;
	margin-bottom: 15px;
}
.cs_logo {
	margin-bottom: 20px;
}
.cs_content .countdown_time, .cs_content .newsletter_form {
	margin-bottom: 20px;
}
.contact_info_style2 li i {
	margin-right: 6px;
	font-size: 20px;
}
.team_email,
.contact_info_style2 i + * {
	font-size: 16px;
}
.social_style3 li a {
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.order_review {
	padding: 20px;
}
.product-add-to-cart {
	white-space: nowrap;
}
.product-add-to-cart .btn {
	padding: 10px 24px;
}
.load_more_wrap {
	margin-top: 0px;
}
.heading_s2 .sub_heading {
	font-size: 70px;
	line-height: 70px;
}
.portfolio_style1 .link_container a {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.portfolio_style1 .portfolio_desc h5 {
	margin: 0;
}
.portfolio_style1 .portfolio_desc {
	margin-top: 10px;
}
.portfolio_style1 .portfolio_content {
	padding: 10px;
}
.portfolio_style1 .portfolio_content::before {
	margin: 15px 5px;
}
.portfolio_style1 .portfolio_content::after {
	margin: 5px 15px;
}
.counter_style1.box_counter {
	margin: 15px 0;
}
.navbar-toggler {
	margin: 18px 0 0 14px;
}
.header_btn {
	float: right;
	margin: 15px 0;
}
.box_counter.counter_style2 {
	margin-top: 30px;
}
[class*="col-"]:nth-child(-n+2) .box_counter.counter_style2 {
	margin-top: 0px;
}
.instagram_icon i {
	font-size: 40px;
}
.contact_form {
	max-width: 400px;
}

.navbar .navbar-nav > li > a.active, .navbar .navbar-nav > li:hover > a, .light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li > a.active, .light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li:hover > a {
	padding: 10px 10px 10px 20px;
}
.dropdown:not(.dropdown-mega-menu) .dropdown-menu > ul, .mega-menu-col > ul, .dropdown .dropdown-menu .dropdown-menu > ul {
	padding-bottom: 5px;
}
.navbar .navbar-nav > li:hover > img {
	left: 7px;
	top:20px;
}

.client_logo .cl_logo {
	/*min-height: 90px;*/
}
.client_logo .cl_logo {
	padding: 15px;
}
.client_logo .cl_logo img {
	/*height: 30px;*/
}

.flexbox-images {
	max-width: none;
	margin-left: -10px;
	margin-right: -10px;
}


}
/* -------------------------------------------------
  min-width: 768px
---------------------------------------------------*/
@media only screen and (min-width: 768px) {
.row-col-5 .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}	
.blog_thumbs .blog_content {
	padding: 0 0 0 20px;
	overflow: hidden;
}
.megamenu__submenu .sub-menu li a {
	font-size: 1em;
}
}

/* -------------------------------------------------
  (min-width: 767px) and (max-width: 991px)
---------------------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
.first_img {
	max-width: 600px;
}
	
}

/* -------------------------------------------------
  (min-width: 767px) and (max-width: 991px)
---------------------------------------------------*/
@media only screen and (min-width: 575px) and (max-width: 767px) {
.icon_box_style7 {
	padding: 20px;
}
.icon_box_style7 .icon {
	height: 80px;
	width: 80px;
	margin-bottom: 5px;
}
.icon_box_style7 .icon i {
	line-height: 80px;
	font-size: 38px;
}
}


/* -------------------------------------------------
  max-width: 767px
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
.h1, h1 {
    font-size: 26px;
}
.h2, h2 {
    font-size: 24px;
}
.h3, h3 {
    font-size: 22px;
}
.h4, h4 {
    font-size: 18px;
}
.heading_s1 h2, .page-title h1 {
	font-size: 32px;
}
.banner_content h2, .heading h1, .heading h2, .icon_box .counter_text {
	font-size: 28px;
}
.card_content h3, .testimonial_style2 .testimonial_desc p {
	font-size: 20px;
}
.btn-link, .btn-link::before {
	font-size: 16px;
}
.highlight_text, .tab_slider_content p {
	font-size: 16px;
	line-height: 24px;
}
.sub_heading {
	font-size: 16px;
}

.heading {
	margin-bottom: 30px;
}
.breadcrumb_section {
	padding: 80px 0 80px;
}

.section,.newsletter_small {
	padding: 50px 0;
}
.section.small_pt, .top_footer.small_pt {
	padding-top: 25px;
}
.section.small_pb, .top_footer.small_pb {
	padding-bottom: 25px;
}
.section.pb_70, .pb_70 {
	padding-bottom: 20px;
}
.section.pb_20, .pb_20 {
	padding-bottom: 0px;
}
.large_divider {
	height: 50px;
}
.medium_divider {
	height: 25px;
}
.small_divider {
	height: 10px;
}
.section.pb_85, .pb_85 {
	padding-bottom: 35px;
}
.mb-30 {
	margin-bottom: 20px;
}
.sm-height-300 {
	height: 300px !important;
}
.banner_btn {
	background-color: transparent;
	padding: 10px;
}
.banner_section .banner_slide_content.bottom {
	padding:60px;
	padding-left:25px;
}
.banner_content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.full_screen, .full_screen .carousel-item {
	min-height: 100%;
}
.banner_content_border {
	padding: 30px;
}
.banner_img {
	margin-top: 0;
	margin-right: 0;
}
.banner_center_content {
	margin-top: 40px;
}

.breadcrumb_section.page-title-mini {
	padding: 50px 0;
}
.footer_top {
	padding: 50px 0 20px;
}
.box_counter {
	margin: 15px 0;
}
.box_counter i {
	font-size: 40px;
}
.counter_style1.box_counter {
	padding-left: 60px;
}
.grid_col4 > li,
.grid_col3 > li {
	width: 50%;
}
.banner_half_content {
	/*padding: 100px 0 50px;*/
}
.banner_section:not(.full_screen), 
.banner_section:not(.full_screen) .carousel-item, 
.banner_section:not(.full_screen) .banner_content_wrap, 
.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
	height: 500px;
}
.banner_section.slide_medium, 
.banner_section.slide_medium .carousel-item, 
.banner_section.slide_medium .banner_content_wrap, 
.banner_section.slide_medium .banner_content_wrap .carousel-item {
	height: 350px;
}
.banner_content1 h2 {
	font-size: 44px;
}
.banner_half_content::before {
	right: -35%;
	top: -45%;
	width: 500px;
	height: 500px;
}
.rounded_banner_img {
	max-width: 300px;
	height: 300px;
}
.carousel-indicators.vertical_center_right {
	right: 25px;
}
.icon_box_style2,
.testimonial_style2 .testimonial_box {
	padding: 20px;
}
.newsletter_box {
	padding: 40px;
}
.waveWrapper {
	height: 30px;
}
.waveTop {
	background-size: 50% 30px;
}
.banner_half_content .background_shape {
	left: 55%;
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
}
.about_img_box {
	position: static;
}
.error_txt {
	font-size: 46px;
}
.team_single_content {
	padding-left: 0;
	border-left: 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 15px;
}
.post_nav span, .post_nav .nav_meta {
	display: none;
}
.blog_thumbs .blog_img {
	float: none;
	width: 100%;
}
.single_post .blog_title {
	font-size: 24px;
}
blockquote {
	font-size: 18px;
	line-height: 32px;
}
blockquote p {
	line-height: 32px;
}
.author_img img {
	max-width: 80px;
}
.comment_user img {
	max-width: 70px;
}
.scroll_down_icon.scroll_link {
	right: -17px;
}
.heading_s2 .sub_heading {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: -15px;
}
.overlap_counter_bottom::before {
	height: 50px;
}
.nav-tabs li.nav-item a {
	padding: 5px 15px;
	font-size: 14px;
}
.header_with_topbar.transparent_header + .banner_section .banner_slide_content {
	margin-top: 70px;
}
.nav_style7.owl-theme .owl-nav .owl-prev {
	left: 0px;
}
.nav_style7.owl-theme .owl-nav .owl-next {
	right: 0px;
}
footer .widget_title {
	margin-top: 0px;
}
.testimonial_wrp .testimonial_desc {
	margin-top: 10px;
}
.contact_form {
	max-width: 100%;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	float: none;
}
.contact_box {
	padding: 0;
}
.contact_box .map {
	position: relative;
}
.contact_box .map iframe {
	height: 400px;
}

.tab_slider_content {
	padding: 30px;
}
.tab_slider_content p:last-child {
	margin-bottom:0;
}

.flexbox-icon .carousel_slider {
	padding-top:0;
	padding-bottom: 10px;
}
.flexbox-icon .icon_box:hover .icon_box h5, .items-active .icon_box h5, .active .icon-wrapper .icon_box h5 {
	font-size: 16px;
}
.flexbox-icon .icon_box:hover, .items-active .icon_box, .active .icon-wrapper .icon_box {
	transform: scale(1);
}
.flexbox-icon .icon_box:hover .icon img, .items-active .icon_box .icon img, .active .icon-wrapper .icon_box .icon img {
	height: 50px;
}
.flexbox-icon .icon_box .icon_box_content p,
.flexbox-icon .icon_box:hover .icon_box_content p, .items-active .icon_box .icon_box_content p {
	font-size: 16px;
}

.active .icon-wrapper .icon_box {
	z-index: 1;
	visibility: visible;
	width: 100%;
}

.flexbox-icon .icon_box:hover .icon_box h3, .items-active .icon_box h3 {
	font-size: 20px;
}

.active .icon-wrapper .icon_box .icon_box_content {
  height: auto;
  transform: translateY(0px);
  position: relative;
}

.flexbox-icon .icon_box .flexbox-img {
	display: block;
	width: 100%;
	flex: 0 0 35%;
}
.flexbox-icon .icon_box:hover .icon_box_content .btn-link,
.flexbox-icon .icon_box .icon_box_content .btn-link {
	background-color: #2A2723;
	color: #fff;
	font-size: 12px;
    padding: 8px 20px;
	border-radius: 50px;
}

.flexbox-images .image-wrapper {
	padding: 0 5px;
}
.flexbox-images .squeeze {
	width: 20%;
}

.flexbox-images .stretch {
	width: 80%;
}
.flexbox-icon .icon-wrapper {
	padding: 0;
}


.shape2 {
	right: -18%;
	width: auto;
	bottom: -20%;
}

.shape3 {
	left: -24%;
	bottom: -18%;
}

.shape4 {
	top: 5%;
	right: -6%;
}

.shape-top-right {
	position: absolute;
	top: -25%;
	right: -18%;
}

.outside_slider {
	margin-right: -40vw;
}

.testimonial_style2.nav_style1.owl-theme .owl-nav .owl-prev {
	left: 0px;
}
.testimonial_style2.nav_style1.owl-theme .owl-nav .owl-next {
	right: 0px;
}

}

/* -------------------------------------------------
  max-width: 640px
---------------------------------------------------*/
@media only screen and (max-width: 640px) {
.carousel-indicators.vertical_center_right {
	right: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	top: auto;
	bottom: 0;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.indicators_style2.vertical_center_right li {
	margin: 15px 7px;
}
.scroll_down_icon.scroll_link {
	display: none;
}
}
/* -------------------------------------------------
  max-width: 580px
---------------------------------------------------*/
@media only screen and (max-width: 580px) {

}

/* -------------------------------------------------
  max-width: 576px
---------------------------------------------------*/
@media only screen and (min-width: 576px) {

}

/* -------------------------------------------------
  max-width: 575px
---------------------------------------------------*/
@media only screen and (max-width: 575px) {
.header_wrap .navbar-collapse {
	left: -15px;
	right: -15px;
}
.btn {
	/*padding: 10px 28px;*/
	font-size: 14px;
	padding-top: 12px;
    padding-bottom: 12px;
}
.btn + .btn {
	margin-left: 5px;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 14px 38px;
	font-size: 18px;
}
.btn.btn-lg i {
	font-size: 20px;
}
.btn-group-sm > .btn, .btn-sm {
	/*padding: 6px 18px;*/
	padding-top: 10px;
    padding-bottom: 10px;
}
.btn-xs {
	padding: 2px 14px;
	font-size: 12px;
}
p {
	margin-bottom: 15px;
}
.heading {
	margin-bottom: 20px;
}
.section.pb_70, .pb_70 {
	padding-bottom: 15px;
}
.section,.newsletter_small {
	padding: 30px 0;
}
.section.small_pt, .top_footer.small_pt {
	padding-top: 15px;
}
.section.small_pb, .top_footer.small_pb {
	padding-bottom: 15px;
}
.large_divider {
	height: 30px;
}
.medium_divider {
	height: 15px;
}
.small_divider {
	height: 5px;
}
.section.pb_85, .pb_85 {
	padding-bottom: 15px;
}
.breadcrumb_section {
	padding: 70px 0 70px;
}
.breadcrumb_section.page-title-mini {
	padding: 30px 0;
}
.footer_top {
	padding: 30px 0 15px;
}
.navbar .attr-nav li.nav-btn {
	margin-top: 10px;
}
.heading_s1 {
	margin-bottom: 15px;
}
.banner_content h2 {
	font-size: 28px;
}
.banner_content1 h2 {
	font-size: 34px;
}
.banner_content p {
	/*margin-bottom: 32px;*/
}
.banner_half_content {
	padding: 100px 0 30px;
}
div.banner_large_pad {
	padding: 200px 0 80px;
}
.leads {
	margin-bottom: 20px;
}
.icon_box_style1 .icon {
	height: 80px;
	width: 80px;
}
.icon_box_style1 .icon i {
	line-height: 80px;
	font-size: 28px;
}
.grid_filter {
	margin-bottom: 25px;
}
.gutter_medium > li .portfolio_item, 
.gutter_medium > li .image_gallery_item {
	margin-bottom: 15px;
}
.icon_box,
.blog_post,
.pricing_box,
.team_box,
.resume_list li,
.contact_style1,
.product,
.portfolio_single_img img:not(:last-child),
.contact_style2,
.contact_style3 {
	/*margin-bottom: 15px;*/
}
.newsletter_form input, .newsletter_form input:focus {
	height: 53px;
}
footer .widget_title {
	margin-top: 0px;
	margin-bottom: 20px;
}
footer .widget {
	margin-bottom: 20px;
}
.widget_contact_form {
	padding: 20px;
	margin-top: 10px;
}
.icon_box_style3:hover {
	-moz-transform: translate3d(0,0px, 0);
	-webkit-transform: translate3d(0,0px, 0);
	transform: translate3d(0,0px, 0);
}
.newsletter_box {
	padding: 30px;
}
.waveWrapper {
	height: 15px;
}
.waveTop {
	background-size: 50% 15px;
}
.map iframe {
	height: 300px;
}
footer .background_shape, footer .background_shape::before {
	width: 120px;
}
footer .background_shape {
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
}
.error_txt {
	font-size: 36px;
}
.cs_title {
	line-height: 35px;
}
.cs_wrap .shape27 {
	max-width: 42px;
}
.cs_wrap .shape15 {
	max-width: 10px;
}
.cs_wrap .shape30 {
	bottom: 25%;
	right: 100px;
	max-width: 20px;
}
.cs_wrap .shape44 {
	max-width: 15px;
}
.cs_wrap .shape28 {
	right: 150px;
	max-width: 22px;
}
.sidebar .widget + .widget {
	margin-top: 20px;
	padding-top: 20px;
}
.widget_title {
	margin-bottom: 20px;
}
.tab-style1 .nav-tabs li.nav-item a {
	/*padding: 10px 20px;*/
}
.overflow_tab .tab-style1 .nav-tabs {
	border-radius: 15px;
}
.tab-style1 .nav-tabs .nav-item {
	margin-right: 10px;
}
.tab-content.shop_info_tab {
	margin-top: 20px;
}
.circular_bar {
	margin-top: 15px;
}
.blog_thumbs .blog_post {
	padding-bottom: 15px;
}
.blockquote_style1 {
	margin: 20px 0;
}
blockquote {
	font-size: 16px;
	line-height: 28px;
}
blockquote p {
	line-height: 28px;
}
.blockquote_style4 {
	padding: 15px;
	font-size: 16px;
}
.blog_post_footer {
	padding-bottom: 20px;
	padding-top: 5px;
}
.post_author {
	margin-top: 30px;
	margin-bottom: 30px;
}
.comment-area .comment_list {
	margin-bottom: 30px;
}
.content_title * {
	margin-bottom: 20px;
}
.banner_content_border {
	padding: 20px;
}
.heading_s2 .sub_heading {
	font-size: 44px;
	line-height: 44px;
}
.overlap_counter_bottom::before {
	height: 30px;
}
.box_counter.counter_style2 {
	margin-top: 15px;
	padding: 15px;
}
.testimonial_wrap {
	padding: 15px;
}
.testimonial_wrap .testimonial_box::before {
	font-size: 40px;
	line-height: normal;
}
.team_style3 .team_content {
	padding-top: 10px;
}
.tab-style3 .nav-tabs .nav-item {
	margin-right: 0;
}
.testimonial_style6 .author_img img {
	max-width: 80px;
}
.testimonial_style6 .testimonial_desc {
    margin-top: 10px;
}
.testimonial_style6 .testimonial_desc p {
    font-size: 16px;
    line-height: 26px;
}
.contact_style3 {
	padding: 20px;
}
.contact_style3 .contact_icon {
	height: 70px;
	width: 70px;
}
.contact_style3 .contact_icon i {
	line-height: 68px;
}
.newsletter_form .btn {
	padding: 8px 24px;
}
.instagram_icon i {
	font-size: 30px;
}
.about_double_img2 {
	padding-bottom: 50px;
}
.testimonial_wrp {
	padding: 20px;
}
.contact_form {
	padding: 20px;
}
.footer_center .widget_links li {
	width: 50%;
}

.banner_section .background_bg {
	background-position: left center;
}
.banner_btn {
	padding: 0;
	position: static;
}
.flexbox-images {
	margin-left: 0;
	margin-right: 0;
}

.tab_slider_content {
	padding: 20px;
}
.tab_slider_content h4 {
	margin-bottom: 15px;
}

.flexbox-icon .carousel_slider {
	padding-bottom: 15px;
}


.pdf_list [class*="col-"]:nth-child(3n+3) .pdf_icon_box {
	border-right: 1px solid #E4E4E4;
}
.pdf_list [class*="col-"]:nth-child(2n+2) .pdf_icon_box {
	border-right: 0;
}

.accordion_style1 .custom_select select {
	margin-right: 50px;
}

.shape4 {
	top: -7%;
	right: -12%;
}
.shape-top-right {
	top: -45%;
	right: -38%;
}
.shape-top-left {
	left: -6%;
}
.shape-bottom-left {
	left: -6%;
}

.resources_slider .blog_post .card_img img, .success_stories .blog_post .card_img img {
    height: 170px;
    object-fit: cover;
}
.card_content h3, .testimonial_style2 .testimonial_desc p {
	font-size: 18px;
}



}

/* -------------------------------------------------
  max-width: 480px
---------------------------------------------------*/
@media only screen and (max-width: 480px) {
body {
	font-size: 14px;
}
p {
	line-height: 24px;
}
.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6, .page-title h1 {
	line-height: 30px;
}
.h1, h1 {
    font-size: 24px;
}
.h2, h2 {
    font-size: 22px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 16px;
}
.h6, h6 {
    font-size: 14px;
}
p {
	margin-bottom: 15px;
}
.sidebar_menu {
	padding: 30px 20px 20px;
	width: 320px;
	right: -320px;
}
.sidebar_left .sidebar_menu,
.sidebar_left_push .sidebar_menu {
	left: -320px;
}
.sidebar_left_push.sidetoggle_active {
	left: 320px;
}
.sidebar_left_push.sidetoggle_active .header_wrap.nav-fixed {
	left: 320px;
	right: -320px;
}
.sidebar_right_push.sidetoggle_active {
	right: 320px;
}
.navbar .attr-nav li .nav-link i[class*="linearicons-"],
.navbar .navbar-nav.attr-nav li .nav-link.search_trigger [class*="linearicons-"], .navbar .navbar-nav.attr-nav li .nav-link.cart_trigger [class*="linearicons-"] {
	font-size: 18px;
}
.banner_content h2 {
	/*font-size: 22px;*/
}
.banner_content1 h2 {
	font-size: 30px;
}
.banner_content p {
	/*margin-bottom: 25px;*/
}
.carousel-control-next, .carousel-control-prev {
	font-size: 16px;
	height: 38px;
	width: 38px;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0px;
}
.carousel_style1 .carousel-control-next {
	right: 10px;
}
.carousel_style1 .carousel-control-prev {
    left: 10px;
}
.heading_s1,
.heading_s2,
.heading_s3,
.heading_s4,
footer .widget_title,
.leads {
	margin-bottom: 15px;
}
.heading_icon {
	margin-bottom: -10px;
}
.highlight_text {
	font-size: 16px;
}
.box_counter p {
	font-size: 14px;
}
.grid_col2 > li,
.grid_col4 > li,
.grid_col3 > li {
	width: 100%;
}
.grid_filter li a {
	padding: 5px 10px;
}
.grid_filter.filter_style1 li a {
	padding: 5px 15px;
}
.testimonial_style1 .testimonial_box {
	padding: 20px;
}
.blog_title {
	margin-bottom: 10px;
}
.ripple {
	margin-right: 20px;
	margin-left: -10px;
}
.ripple::before, .ripple::after {
	/*margin: -15px;*/
}
.first_img,
.second_img {
	max-width: 300px;
}

.testimonial_style2[data-items="1"] {
	padding: 0 5px;
}
.testimonial_style2[data-items="1"]::before {
	left: 0;
	right: 0px;
	bottom: 55px;
	top: 25px;
}
.testimonial_style2[data-items="1"]::after {
	content: normal;
}
.newsletter_box {
	padding: 20px;
}
.newsletter_form input, .newsletter_form input:focus {
	padding: 10px 140px 10px 20px;
}
.newsletter_form input.form-control-sm {
	padding: 10px 130px 10px 18px;
}
.newsletter_wrap {
	margin: 15px 0;
}
.newsletter_wrap::after {
	content: normal;
}
.profile_info > li {
	margin-bottom: 15px;
}
.testimonial_style4 .testimonial_desc p {
	font-size: 16px;
	line-height: 30px;
}
.shape40 {
	display: none;
}
.count_pr {
	font-size: 14px;
}
.contact_icon {
	margin-right: 15px;
}
.contact_icon i {
	font-size: 30px;
}
.divider i {
	font-size: 26px;
	padding: 0 25px;
}
.page-title-mini .page-title h1 {
	font-size: 24px;
}
.countdown_box .countdown {
	font-size: 30px;
}
.list_style1 li::before {
	top: 5px;
}
.cart_extra {
	display: block;
}
.pr_detail .rating_wrap {
	float: none;
	margin-top: 0;
	margin-bottom: 10px;
}
.pr_detail .product_price {
	float: none;
}
.mfp-ajax-holder .ajax_quick_view {
	padding: 30px 20px;
}
.ajax_quick_view .social_icons li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.ajax_quick_view .product_share > span {
	margin-right: 10px;
}
.shop_container.list .product .rating_wrap,.shop_container.list .product_price {
	float: none;
}
.shop_container.list .product_info {
	padding: 15px;
}
.shop_container.list .product .product_title {
	font-size: 16px;
	margin-bottom: 10px;
}
.tab-style1 .nav-tabs::before {
	content: normal;
}
.tab-style1 .nav-tabs {
	/*display: block;*/
}
.tab-style1 .nav-tabs .nav-item {
	margin-right: 0;
	margin-bottom: 5px;
}
#Additional-info table td:first-child {
	width: auto;
}
.comment_img img {
	max-width: 50px;
}
.comment_block {
	padding-left: 65px;
}
.compare_box {
	width: 95%;
	padding: 30px 10px 10px;
}
.order_complete i {
	font-size: 60px;
	margin-bottom: 10px;
}
.empty_icon {
	height: 70px;
	width: 70px;
	line-height: 70px;
	margin-bottom: 15px;
}
.empty_icon img {
	max-width: 35px;
}
.single_post .blog_title {
	font-size: 20px;
	margin-bottom: 15px;
}
.post_author .author_img {
	float: none;
	padding-right: 0;
	margin: 0 auto;
	display: table;
}
.author_info {
	text-align: center;
	margin-top: 15px;
}
.comment_user img {
	max-width: 60px;
}
.comment_content {
	padding-left: 15px;
}
.children {
	margin-left: 20px;
}
.icon_box_style5 .icon i {
	font-size: 40px;
	line-height: 50px;
}
.heading_s2 .sub_heading {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: -5px;
}
.icon_box_style6 {
	padding: 20px 15px;
}
.icon_box_style6 .icon i {
	font-size: 40px;
}
.counter_style1.box_counter {
	padding-left: 0;
	text-align: center;
}
.counter_style1.box_counter i {
	position: static;
}
.process_step_content {
	margin-top: 20px;
}
.counter_style2 i {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.box_counter.counter_style2 {
	padding: 10px;
}
.box_counter.counter_style2 i {
	font-size: 34px;
	margin-bottom: 10px;
}
.box_counter.counter_style2 p {
	font-size: 13px;
}
.contact_style2 {
	padding: 20px;
}
.contact_style2 .contact_icon {
	height: 70px;
	width: 70px;
}
.contact_style2 .contact_icon i {
	line-height: 70px;
	font-size: 26px;
}
.tab-style2 .nav-tabs li.nav-item {
	width: 100%;
}
.tab-style3 .nav-tabs li.nav-item a {
	padding: 5px 8px;
}
.tab-style3 .tab-content.shop_info_tab {
	margin-top: 15px;
}
.about_double_img2 .first_img {
	max-width: 80%;
}
.about_double_img2 .second_img {
	max-width: 60%;
}
.accordion_style4 .card-header a {
	padding: 15px 15px 15px 40px;
	font-size: 14px;
}
.accordion_style4 .card-header a::after {
	left: 12px;
	top: 17px;
}
.item_meta.duration {
	padding: 4px 7px;
	right: 10px;
	font-size: 12px;
}
.contact_box .map iframe {
	height: 300px;
}

.shape4 {
	top: 2%;
	right: -22%;
}
.shape-top-left {
	left: -8%;
}

.outside_slider {
	margin-right: -70vw;
}

.testimonial_style2 .testimonial_box .testimonial_desc {
	padding: 0 30px;
}
.testimonial_style2 .testimonial_box::before {
	left: 10px;
	top: 10px;
}
.testimonial_style2 .testimonial_box::after {
	right: 10px;
	top: 10px;
}

.resources_slider .blog_post .card_img img, .success_stories .blog_post .card_img img {
    height: 150px;
    object-fit: cover;
}

}

/* -------------------------------------------------
  max-width: 380px
---------------------------------------------------*/
@media only screen and (max-width: 380px) {
.btn {
	/*padding: 8px 24px;*/
}
.btn-group-lg > .btn, .btn-lg {
	padding: 12px 34px;
	font-size: 16px;
}
.btn.btn-lg i {
	font-size: 18px;
}
.btn-group-sm > .btn, .btn-sm {
	/*padding: 4px 16px;*/
}
.btn-xs {
	padding: 4px 14px;
	font-size: 12px;
}
.sidebar_menu {
	padding: 30px 15px 15px;
	width: 290px;
	right: -290px;
}
.sidebar_left .sidebar_menu,
.sidebar_left_push .sidebar_menu {
	left: -290px;
}
.sidebar_left_push.sidetoggle_active {
	left: 290px;
}
.sidebar_left_push.sidetoggle_active .header_wrap.nav-fixed {
	left: 290px;
	right: -290px;
}
.sidebar_right_push.sidetoggle_active {
	right: 290px;
}
.fb_style1::before {
	width: 220px;
}
.banner_content h2 {
	margin-bottom: 15px;
}
.banner_content p {
	margin-bottom: 20px;
}
.newsletter_form input, .newsletter_form input:focus {
	height: 50px;
}
.first_img,
.second_img {
	max-width: 230px;
}
.ripple {
	line-height: 30px;
    height: 45px;
    width: 45px;}
.ripple i {
	font-size: 14px;
}
.header_wrap.transparent_header.header_with_topbar + .breadcrumb_section {
	padding-top: 220px;
}
.form-control {
	height: 40px;
	font-size: 14px;
}
.form-control:focus, .custom-file-input:focus ~ .custom-file-label,.custom_select select {
	height: 40px;
}
.input_icon,.rounded_input .input_icon {
	top: 10px;
}
.custom-file-label, .custom-file, .custom-file-input {
	height: 40px;
	line-height: 28px;
}
.custom-file-label::after {
	height: 38px;
	line-height: 30px;
}
.error_txt {
	font-size: 26px;
	margin-bottom: 10px;
}
.btn-login li a {
	padding: 8px 16px;
}
.login_footer a {
	font-size: 13px;
}
.countdown_box .countdown {
	font-size: 26px;
}

.comment_user img {
	max-width: 50px;
}
.heading_s2 .sub_heading {
	font-size: 30px;
	line-height: 30px;
}
.ddcommon .ddTitleText {
	padding: 5px 7px 5px 5px;
}
.contact_detail > li, .header_list > li {
	padding: 2px 10px 2px 0;
}
.navbar-nav .dropdown-menu.cart_box.show {
	right: -50px;
	width: 310px;
}
.countdown_style2 .countdown_box .countdown-wrap {
	padding: 5px;
}
.countdown_style2.countdown_time .cd_text {
	font-size: 12px;
}
.post_content {
	margin-top: 0;
}

}



