/*------------------------------------------
Responsive Grid Media Queries - 1280, 1024, 768, 480 for "Utsavpro"
1280-1024   - desktop (default grid)
1024-768    - tablet landscape
768-480     - tablet
480-less    - phone landscape & smaller
--------------------------------------------*/

/* --------------------------------------------
RESPONSIVE CSS STARTS
-------------------------------------------- */

@media all and (min-width:1700px) {
	.seller_content , .buyer_content{
		max-width: 50%;
	}

}

@media all and (max-width:1200px) {
	.banner_content h1, .banner_content p {
		max-width: 100%;
	}
	.service_field {
		max-width: 300px;
	}
	.banner_content {
		max-width: 100%;
	}
	.seller_content, .buyer_content {
		max-width: 90%;
		margin: 0 auto;
	}
	.service_list_content h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.serve_wrapper .carousel-cell {
		max-width: 31%;
	}
	.client_wrapper .carousel-cell {
		max-width: 50%;
	}
	.about_list {
		padding: 50px 25px;
	}
	.about_list_content h3 {
		font-size: 24px;
	}


}

@media all and (max-width:992px) {
	.how_list_content p {
    min-height: auto;
}
	.w_icon:after {
    content: "\2193";
    top: 100%;
    left: 0;
    right: 0;
}
	.meet_team_info h4{
		min-height: auto;
	}
	.meet_team {
    margin: 20px 0;
}
	.pd_image {
		margin-bottom: 15px;
		max-width: 70%;
		width: 100%;
	}
	.meet_content {
		text-align: center;
		margin-bottom: 40px;
	}
	.meet_wrap_list {
		left: 0;
	}
	.meet_content p {
		max-width: 100%;
	}
	.seller_area {
		display: block;
	}
	.seller_wrap, .buyer_wrap{
		max-width: 100%;
	}
	.seller_content, .buyer_content {
		max-width: 90%;
		margin: 0 auto;
	}
	.seller_content h2, .buyer_content h2 {
		font-size: 30px;
	}
	.service_list_wrap {
		margin: 20px 0;
	}
	.serve_wrapper .carousel-cell {
		max-width: 50%;
	}
	.brand_content {
		text-align: center;
	}
	.brand_content h2 {
		margin-bottom: 20px;
	}
	.footer_info {
		max-width: 100%;
	}
	.con_form_wrapper {
		padding: 20px;
		margin: 20px 0;
	}
	.profile_wrap {
		display: block;
	}
	.profile_image {
		width: 100% !important;
		height: auto;
	}
	.profile_listing .profile_list_wrap .profile_wrap .profile_images{
		height: auto;
	}


}


@media all and (max-width:991px) {
	.acc_links .navbar-toggler {
    padding: 0;
    margin-left: auto;
}
.acc_links .navbar {
    padding: 16px 20px 20px 20px;
}
.acc_links .nav-item {
    margin-left: 0;
    margin-right: 0px;
    border-right: none;
    width: 100%;
    border-top: 1px solid #d6d2d2;
}
.acc_links .nav-item .nav-link {
    padding: 14px 20px !important;
    width: 100%;
}
.acc_links .nav-item:first-child .nav-link:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
	.nav-item {
		margin-left: 0px;
		/*width: 100%;*/
	}
	.navbar-expand-lg .navbar-nav {
		align-items: start;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.link-btn {
		margin-top: 10px;
	}
	.banner_content {
		max-width: 100%;
	}
	.service_field {
		max-width: 220px;
	}
	.location_field {
		max-width: 160px;
	}
	.search_button{
		width: 100px;
	}
	.how_list_wrap, .about_list {
		margin: 20px 0;
	}
.service_field {
        max-width: 100%;
    }
    select#location {
        border-top: 1px solid #e5e5e5;
    }
    .banner_form #citySelect {
     width: 100%;
    }
    .banner_form .custom-select#category, .banner_form .custom-select#city {
        max-width: 100% !important;
    }
    .banner_form .input-group-append {
        margin-left: 0;
        width: 100%;
    }
    select#location {
        border-top: 1px solid #e5e5e5;
    }
    .search_button {
        width: 100%;
        margin: 10px 10px;
    }
    select#location, select#category {
        border-left: none;
    }
    .custom-select {
        width: 100% !important;
        border-bottom: 1px solid #e5e5e5;
    }

}

@media all and (max-width:767px) {

	.contact-subtext{
      max-width: 80%;
}
	select#location{
    border-top: 1px solid #e5e5e5;
}
	select#location, select#category{
     border-left: none;
}
	.verify_btn {
    width: 100%;
    margin: 14px 0 0 0;
    border-radius: 6px;
}
.con_field .form-control {
    border-radius: 6px !important;
}
	.banner_content h1 {
		font-size: 40px;
		line-height: 52px;
	}
	.service_field {
		max-width: 100%;
	}
	.location_field {
		max-width: 100%;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		border-right: none;
		border-left: none;
	}
	.custom-select {
		width: 100% !important;
		border-bottom: 1px solid #e5e5e5;
	}
	.input-group-append {
		margin-left: 0;
		width: 100%;
	}
	.search_button {
		width: 100%;
		margin: 10px 10px;
	}
	.banner_wrapper {
		padding: 100px 0 80px 0;
	}
	.sub_content p {
		padding-bottom: 20px;
	}
	.seller_wrap, .buyer_wrap {
		padding: 70px 30px;
	}
	.service_list_wrap {
		padding: 30px 30px;
	}
	.serve_wrapper .carousel-cell {
		max-width: 100%;
	}
	.serve_slider_wrap {
		width: 100%;
		max-width: 80%;
		margin: 0 auto;
	}
	.brand_content h2 {
		font-size: 40px;
		line-height: 54px;
	}
	.client_wrapper .carousel-cell {
		max-width: 100%;
	}
	.client_slider_wrap {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
	}
	.footer_info {
		max-width: 100%;
	}
	.footer_links {
		margin: 15px 0;
	}
	.navbar-expand-lg .navbar-nav {
		padding: 0 !important;
	}
	.page_banner {
		padding: 100px 0 60px 0;
	}
	.profile_content p , .profile_listing {
		max-width: 100%;
	}
	.profile_info {
		padding: 20px;
	}
	.additional_info li {
		display: block;
		margin-right: 0;
	}
	.pagination_list li a {
		margin-left: 4px;
	}
	.hide_desktop {
		display: block;
		padding: 20px 0;
	}
	.hide_mobile{
		display: none;
	}
	.pd_full_desc h2 {
		margin-top: 20px;
	}

	.banner_form .custom-select#category, .banner_form .custom-select#city{
		max-width: 100% !important;
	}
	.banner_form #citySelect{
		width: 100%;
	}


}


@media all and (max-width:480px) {
	.meet_team_image {
    height: 250px;
}
	.do_content {
    margin: 15px 0;
}
	.meet_team_info {
    padding: 25px 25px;
}
	.meet_team_info h2 {
    font-size: 26px;
}
.meet_team_info h3 {
    font-size: 20px;
}
.meet_team_info h4 {
    font-size: 16px;
    line-height: 22px;
    min-height: auto;
}
	.contact-subtext{
      max-width: 100%;
}
	.acc_pg_wrap {
    padding: 20px;
}
.detail_form_wrapper {
    margin-top: 30px;
}
	.pd_image {
		max-width: 100%;
	}
	.banner_content h1 {
		font-size: 30px;
		line-height:36px;
	}
	.navbar-brand img {
		max-width: 40%;
	}
	.banner_content p {
		font-size: 18px;
		line-height: 24px;
	}
	.how_list_content h3 {
		font-size: 24px;
		line-height: 32px;
		padding: 10px 0;
	}
	.how_wrapper, .service_wrapper {
		padding: 60px 0;
	}
	.seller_wrap, .buyer_wrap {
		padding: 50px 10px;
	}
	.sub_content h2, .about_content h2, .meet_content h2, .profile_content h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.sub_content p {
		line-height: 26px;
	}
	.sell_btn {
		margin: 30px 0 0 0;
	}
	.serve_slider_wrap {
		max-width: 90%;
		margin: 0 auto;
	}
	.brand_content h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.banner_wrapper {
		padding: 100px 0 60px 0;
	}
	.banner_content , .how_area, .serve_area, .brand_area, .client_area, .footer_area, .about_area, .pd_area, .auth_area
	, .account_area{
		padding-left: 8px;
		padding-right: 8px;
	}
	.client_wrapper .carousel-cell .review_info {
		padding: 30px 20px;
	}
	.about_list {
		padding: 40px 15px;
	}
	.about_list_content h3 {
    font-size: 19px;
}
	.meet_wrapper {
		padding-top: 20px;
	}
	.pass_link {
		text-align: left;
		padding: 20px 0 0 0;
	}
	.auth_wrapper {
		padding: 40px 0;
	}
	.about_list_icon {
    margin-right: 15px;
}


}

/* --------------------------------------------
RESPONSIVE CSS ENDS
-------------------------------------------- */
