/*This designed by Ranjan*/
@font-face{
	src: url('../fonts/NunitoSans-Bold.ttf');
	font-family: NunitoSans-Bold;
}
@font-face{
	src: url('../fonts/NunitoSans-ExtraBold.ttf');
	font-family: NunitoSans-ExtraBold;
}
@font-face{
	src: url('../fonts/NunitoSans-Light.ttf');
	font-family: NunitoSans-Light;
}
@font-face{
	src: url('../fonts/NunitoSans-Regular.ttf');
	font-family: NunitoSans-Regular;
}
@font-face{
	src: url('../fonts/NunitoSans-SemiBold.ttf');
	font-family: NunitoSans-SemiBold;
}
@font-face{
	src: url('../fonts/NunitoSans-Black.ttf');
	font-family: NunitoSans-Black;
}
@font-face{
	src: url('../fonts/Biryani-Black.ttf');
	font-family: Biryani-Black;
}
@font-face{
	src: url('../fonts/Biryani-SemiBold.ttf');
	font-family: Biryani-SemiBold;
}
@font-face{
	src: url('../fonts/Biryani-Bold.ttf');
	font-family: Biryani-Bold;
}
@font-face{
	src: url('../fonts/Nunito-Light.ttf');
	font-family: Nunito-Light;
}
@font-face{
	src: url('../fonts/proxima_nova_reg.ttf');
	font-family: proxima_nova_reg;
}
@font-face{
	src: url('../fonts/proximanova-semibold.otf');
	font-family: proximanova-semibold;
}  
/* @font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/NunitoSans-Bold.ttf') format("truetype");
	font-family: NunitoSans-Bold;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/NunitoSans-ExtraBold.ttf') format("truetype");
	font-family: NunitoSans-ExtraBold;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/NunitoSans-Light.ttf') format("truetype");
	font-family: NunitoSans-Light;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/NunitoSans-Regular.ttf') format("truetype");
	font-family: NunitoSans-Regular;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/NunitoSans-SemiBold.ttf') format("truetype");
	font-family: NunitoSans-SemiBold;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/NunitoSans-Black.ttf') format("truetype");
	font-family: NunitoSans-Black;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/Biryani-Black.ttf') format("truetype");
	font-family: Biryani-Black;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/Biryani-SemiBold.ttf') format("truetype");
	font-family: Biryani-SemiBold;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/Biryani-Bold.ttf') format("truetype");
	font-family: Biryani-Bold;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/Nunito-Light.ttf') format("truetype");
	font-family: Nunito-Light;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/proxima_nova_reg.ttf') format("truetype");
	font-family: proxima_nova_reg;
}
@font-face{
	src: url('https://firstpickpackersmovers.in/assets/fonts/proximanova-semibold.otf') format("opentype");
	font-family: proximanova-semibold;
} */
#header{
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 9999;
}
.top_header{
	width: 100%;
	float: left;
	background-color: #116187;
	padding: 10px 0;
	font-family: NunitoSans-Regular;
	font-size: 14px;
}
.right_icon{
	float: right;
}
.mailus{
	float: left;
	margin-right: 100px;
}
.follow_us{
	float: left;
}
.mailus a{
	color: #fff;
}
.mailus i{
	margin-right: 10px;
	color: #ebb646;
}
.follow_us p{
	margin-bottom: 0;
}
.follow_us span{
	margin-right: 10px;
	color: #fff;
	float: left;
}
.follow_us a{
	width: 20px;
	height: 20px;
	background-color: #ebb646;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	float: left;
}
.navbar-brand img{
	width: 200px;
}
#nav_bar .nav-item{
	margin: 0 15px;
	position: relative;
}
#nav_bar .nav-item:last-child{
	margin-right: 0;
}
#nav_bar a{
	color: #323334;
	font-family: NunitoSans-SemiBold;
}
#nav_bar .nav-item.active:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	bottom: 0;
	left: calc(50% - 15px);
	background-color: #ebb646;

}
#header.stickyHeader{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.home_banner{
	width: 100%;
	float: left;
	/* background-image: url('../images/banner.png'); */
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	min-height: 600px;
	margin-top: 40px;
}
.banner_txt{
	width: 80%;
	margin: 180px auto -80px;
	overflow: hidden;
	background-color: rgba(285,285,285,.52);
	text-align: center;
	padding: 30px 20px;
}
.banner_txt h2{
	font-family: Biryani-Black;
	color: #323334;
	font-size: 28px;
	margin-bottom: 20px;
}
.banner_option{
	width: 100%;
	float: left;
	text-align: center;
}
.choose_your_ciry{
	width: 38%;
	display: inline-block;
}
.choose_or{
	width: 10%;
	display: inline-block;
	color: #353333;
	font-family: NunitoSans-SemiBold;
	text-transform: uppercase;
	text-align: center;
}
.moving_budget{
	width: 38%;
	display: inline-block;
}
.choose_your_ciry select{
	border: 1px solid #ddd;
	border-radius: 0;
	height: 40px;
	font-family: NunitoSans-Light;
}
.moving_budget button{
	width: 100%;
	border: none;
	background-color: #fa6c26;
	height: 40px;
	border-radius: 0;
	font-family: NunitoSans-Bold;
	text-transform: uppercase;
	color: #fff!important;
	font-size: 14px;
}

.banner_bottom{
	width: 100%;
	float: left;
	margin-top: 370px;
	margin-bottom: 55px;
	text-align: center;
}
.banner_box{
	width: 250px;
	background-color: #e9eff2;
	padding: 10px;
	border-radius: 25px 0 20px 0;
	box-shadow:  0 0 10px 5px rgba(0,0,0,.2);
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

.box_img{
	height: 55px;
	position: relative;
} 
.box_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
}
.banner_box p{
	color: #262525;
	font-family: Biryani-SemiBold;
	font-size: 14px;
	margin-top: 10px;
}

.section1{
	width: 100%;
	float: left;
	background-color: #116187;
	padding-bottom: 30px;
	margin-top: -20px;
}
.heading{
	font-family: Biryani-Bold;
	color: #313437;
	font-size: 25px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.heading:after{
	position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    bottom: 0;
    left: calc(50% - 20px);
    background-color: #ebb646;
}
.section1 p{
	font-family: NunitoSans-Light;
	color: #fff;
	font-size: 15px;
}
.section1 h3{
	font-family: Biryani-SemiBold;
	font-size: 18px;
	margin-bottom: 10px;
	background: -webkit-linear-gradient(124deg, rgba(237,183,69,1),rgba(250,108,70,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.budget_form{
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
	margin-top: -20px;
	position: relative;
	z-index: 99;
}
.form_head{
	background: -webkit-linear-gradient(124deg, rgba(237,183,69,1),rgba(250,108,70,1));
	padding: 10px 0;
}
.form_head h4{
	font-family: NunitoSans-Bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.form_head p{
	font-family: NunitoSans-Bold;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.budget_form form{
	padding: 20px 20px;
}
.budget_form .form-group{
	margin-bottom: 10px;
}
.budget_form .form-control{
	border-radius: 0;
	color: #8a8a8a;
	resize: none;
	font-family: NunitoSans-Light;
	font-size: 15px;
}
.budget_form textarea{
	height: 80px;
}
.budget_form button{
	background-color: #fa6c26;
	font-family: NunitoSans-Bold;
	color: #fff!important;
	border: 0;
	width: 100%;
	padding: 8px;
	text-transform: uppercase;
}
.section2{
	width: 100%;
	float: left;
	padding: 40px 0;
	background-color: #f4f4f4;
	position: relative;
}
.sec2_item{
	width: 95%;
	margin: auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	text-align: center;
	padding: 30px 20px 20px;
	height: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 99;
}
.sec2_item img{
	width: 80px;
	margin-bottom: 10px;
}
.sec2_item h3{
	color: #313437;
	font-family: NunitoSans-Bold;
	font-size: 18px;
	text-transform: uppercase;
}
.sec2_item p{
	color: #2e2d2d;
	font-family: NunitoSans-Light;
	font-size: 15px;
}
.circle_shadow{
	position: absolute;
	top: -150px;
	right: 0;
	width: 250px;
}
.section3{
	width: 100%;
	float: left;
	padding: 40px 0;
}	
.sec3_item{
	width: 95%;
	margin: auto;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.sec3_img{
	max-height: 250px;
	overflow: hidden;
}
.sec3_img img{
	width: 100%;
}
.sec3_txt{
	padding: 20px;
	min-height: 195px;
}
.sec3_txt h4{
	font-size: 18px;
	text-transform: uppercase;
}
.sec3_txt p{
	color: #2e2d2d;
	font-family: NunitoSans-Light;
	font-size: 15px;
}
.section4{
	width: 100%;
	float: left;
	padding: 40px 0 60px;
	background-color: #f4f4f4;
	position: relative;
}
.hwd_shadow{
	position: absolute;
	left: 0;
	top: 2px;
	height: 550px;
}
.sec4_inner{
	display: flex;
}
.sec4_item{
	width: 33.3%;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 10px 10px rgba(0,0,0,.05);
	padding: 100px 20px 50px;
	position: relative;
	z-index: 99;
}
.sec4_item img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}


.sec4_item h4{
	color: #116187;
	font-family: NunitoSans-Bold;
	font-size: 18px;
	text-transform: uppercase;
}
.sec4_item p{
	color: #343434;
	font-family: NunitoSans-Light;
	font-size: 15px;
}
.section5{
	width: 100%;
	float: left;
	padding: 40px 0 80px;
	/* background-image: url('../images/why-firstpick.png'); */
	background-image: url('../images/why-firstpick.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.sec5_item{
	text-align: center;
}
.sec5_img{
	height: 80px;
	position: relative;
}
.sec5_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sec5_item p{
	font-family: NunitoSans-Light;
	color: #fff;
	margin: 0;
	line-height: 20px;
}
.sec5_item h4{
	margin: 0;
	color: #ebb646;
	font-family: NunitoSans-ExtraBold;
	font-size: 40px;
}
.section6{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.sec6_item{
	width: 18%;
	margin: 1%;
	float: left;
	border: 1px solid #bad0eb;
	height: 70px;
	position: relative;
}
.sec6_item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section7{
	width: 100%;
	float: left;
	padding: 20px 0 40px;
}
.sec7_head{
	text-align: center;
	position: relative;
}
.sec7_head:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ebb646;
	top: 15px;
	left: 0;
}
.sec7_head h2{
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;
	margin: 0;
}
.sec7_head h2:after{
	display: none;
}
.sec7_head p{
	color: #323334;
	font-family: NunitoSans-Regular;
	font-size: 18px;
}

.testi_item{
	width: 60%;
	float: left;
	margin-left: 20%;
	padding: 80px 0 0 70px;
	position: relative;
	margin-bottom: 40px;
}
.testi_item:before{
	position: absolute;
	content: '';
	width: 60px;
	height: 70px;
	left: -20px;
	top: 40px;
	background-image: url('../images/left_quote.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.testi_item:after{
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	right: -55px;
	bottom: 30px;
	background-image: url('../images/right-quote.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.testi_item p{
	color: #555555;
	font-family: NunitoSans-Regular;
	font-size: 15px;
	line-height: 25px;
}
.test_desc{
	float: right;
	text-align: right;
}
.test_desc img{
	width: 60px;
}
.test_desc h4{
	color: #323334;
	font-family: NunitoSans-Bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}
.test_desc p{
	font-size: 14px;
	line-height: 20px;
}
.carousel-indicators li{
	width: 12px;
	height: 12px;
	background-color: #adadad;
	border-radius: 50%;
	margin: 0 3px;
}
.carousel-indicators .active{
	background-color: #ebb646;
}
.section8{
	width: 100%;
	float: left;
	padding-bottom: 40px;
	position: relative;
}	
.section8 .row{
	padding: 0 80px;
}
.sec8_left{
	background-color: #fdfdfd;
	border: 1px solid #ebb646;	
	padding: 30px 50px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	z-index: 9;
}
.sec8_left h2,.sec8_right h2{
	color: #323334;
	font-family: NunitoSans-Bold;
	font-size: 25px;
}
.sec8_item{
	display: inline-block;
	margin: 7px 5px;
}
.sec8_item img{
	width: 200px;
}

.sec8_right{
	width: 100%;
	float: left;
	background-color: #f4f4f4;
	text-align: center;
	height: 100%;
	border-radius: 8px;
	position: relative;
	z-index: 9;
}
.sec8_right img{
	width: 200px;
}
.sec8_review{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.sec8_shadow{
	position: absolute;
	left: 0;
	top: -100px;
	width: 400px;
}
.section9{
	width: 100%;
	float: left;
	padding: 20px 0 60px;
}
.blog_item{
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.blog_img{
	max-height: 185px;
	overflow: hidden;
}
.blog_txt{
	padding: 0 20px 20px;
}
.blog_date{
	margin-top: -20px;
	border-bottom: 2px solid #ebb646;
	display: inline-block;
	background-color: #fff;
	min-width: 60px;
}
.blog_month{
	height: 20px;
	color: #373737;
	font-family: NunitoSans-SemiBold;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #ebb646;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	padding: 0 5px;
}
.blog_year{
	height: 20px;
	color: #373737;
	font-family: NunitoSans-SemiBold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	padding: 0 5px;
}

.blog_txt h4{
	color: #373737;
	font-family: NunitoSans-SemiBold;
	font-size: 18px;
	margin-top: 10px;
}
.blog_txt h4 a{
	color: #373737;
	text-decoration: none;
	transition: .3s;
}
.blog_txt h4 a:hover{
	color: #ebb646;	
}
.readmore_blog{
	color: #0e4977;
	font-family: NunitoSans-SemiBold;
	text-decoration: none;
}

.section10{
	width: 100%;
	float: left;
	background-image: url('../images/faq-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 60px 0 100px;
}
.faq_section .card{
	margin-bottom: 20px;
	border: none;
}
.faq_section .card-header{
	padding: 0;
}
.faq_section .btn-link{
	width: 100%;
	padding: 15px 30px 15px 50px;
	background-color: #fff;
	border: none;
	text-align: left;
	position: relative;
	font-family: NunitoSans-Regular;
	color: #373737;
	font-size: 15px;
	text-decoration: none!important;
}
.faq_section .btn-link:focus{
	box-shadow: none;
}
.faq_section .btn-link:hover{
	text-decoration: none;
	color: #ebb646;
}
.faq_section .btn-link .faq_num{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30px;	
	background-color: #ebb646;
	text-align: center;
	color: #373737;
	line-height: 44px;
	font-family: NunitoSans-ExtraBold;
}
.faq_section .btn-link:after{
	position: absolute;
	content: '-';
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #ebb646;
	font-family: NunitoSans-Black;
	font-size: 16px;
}
.faq_section .btn-link.collapsed:after{
	content: '+';
}
.faq_section .card-body{
	font-family: NunitoSans-Regular;
	color: #373737;
	font-size: 15px;
}
.section11{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.sec11_item{
	width: 31.3%;
	float: left;
	margin: 0 1% 1%;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	padding: 5px 10px;
	min-height: 60px;
}
.sec11_item h4{
	color: #0e4977;
	font-family: NunitoSans-Bold;
	font-size: 16px;
	margin: 0;
}
.sec11_item p{
	color: #555555;
	font-family: NunitoSans-Regular;
	font-size: 14px;
	margin: 0;
	line-height: 14px;
}
.sec11_item:last-child{
	margin-left: 34.3%;
}
.sec11_disc{
	width: 100%;
	float: left;
	background-color: #d7edfd;
	padding: 20px 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.sec11_disc p{
	font-family: NunitoSans-Regular;
	font-size: 14px;
	margin: 0;
}
.sec11_disc span{
	font-family: NunitoSans-ExtraBold;
	color: #333333;
}

#footer{
	width: 100%;
	float: left;
	padding-top: 40px;
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: relative;
}
.footer_shadow_track{
	position: absolute;
	top: 100px;
	left: 20%;
	width: 450px;
}
.ft_1{
	text-align: center;
	border-right: 1px solid rgba(235, 182, 70, .61);
}
.ft_1 img{
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
}
.ft_1 p{
	color: #333333;
	font-family: NunitoSans-Regular;
	font-size: 14px;
}
.ft_mail a{
	color: #333333;
}
.ft_mail a i{
	color: #ebb646;
	margin-right: 5px;
}
.ft_socials{
	text-align: center;
}
.ft_socials a{
	width: 25px;
    height: 25px;
    background-color: #ebb646;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
.ft h3{
	color: #116187;
	font-family: NunitoSans-Bold;
	font-size: 16px;
	text-transform: uppercase;
}
.ft ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ft li{
	position: relative;
	padding-left: 25px;
}
.ft li a{
	color: #333333;
	font-family: NunitoSans-Regular;
	font-size: 14px;
	text-decoration: none;
	transition: .3s;
}
.ft li:before{
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	border: 4px solid #ebb646;
	left: 0;
	top: 7px;
}
.ft li a:hover{
	color: #ebb646;
}

.ft_3 ul{
	column-count: 2;
    width: 100%;
	float: left;
}
.ft_3 h3{
	text-align: center;
}
.footer_tabs{
	margin-top: 20px;
	margin-bottom: 30px;
}

.footer_tabs .card{
	border: none;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;	
}
.footer_tabs .card-header{
	padding: 0;
	background-color: transparent;
	border: none;

}
.footer_tabs .btn-link{
	width: 100%;
	padding: 15px 20px;
	background-color: transparent;
	border: none;
	text-align: left;
	position: relative;
	font-family: NunitoSans-Bold;
	color: #116187;
	font-size: 14px;
	text-decoration: none!important;
	border-top: 1px solid rgba(235,182,70,.71);
	border-radius: 0;
	text-transform: uppercase;
}
.footer_tabs .card:last-child .btn-link{
	border-bottom: 1px solid rgba(235,182,70,.71);
}
.footer_tabs .btn-link:focus{
	box-shadow: none;
}
.footer_tabs .btn-link:hover{
	text-decoration: none;
	color: #116187;
}
.footer_tabs .btn-link:after{
	position: absolute;
	content: '-';
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #116187;
	font-family: NunitoSans-Black;
	font-size: 16px;
}
.footer_tabs .btn-link.collapsed:after{
	content: '+';
}
.footer_tabs .card-body{
	font-family: NunitoSans-Regular;
	color: #373737;
	font-size: 15px;
	overflow: hidden;
	padding-top: 0;
}
.footer_links p{
	float: left;
	margin: 0 5px 5px 0;
	padding-right: 10px;
	position: relative;
}
.footer_links p:after{
	position: absolute;
	content: '|';
	right: 0;

}
.footer_links p a{
	font-family: Nunito-Light;
	color: #333333;
	font-size: 14px;
}
.footer_links p a:hover{
	text-decoration: none;
	color: #ebb646;
}

.copyright{
	width: 100%;
	float: left;
	background-color: #e9e9e9;
	padding: 15px 0;
}
.copyright p{
	font-family: NunitoSans-Regular;
	margin: 0;
	font-size: 14px;
	color: #373333;
}
.copyright p a{
	color: #373333;
	text-decoration: none;
}
#budget_popup.modal{
	z-index: 99999;
}
#budget_popup .modal-dialog{
	margin-top: 100px;
}
#budget_popup .modal-body{
	padding: 0;
}
.close{
	position: absolute;
	right: 10px;
	cursor: pointer;
}
.fixedbtn{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
    border: none;
    background-color: #fa6c26;
    height: 40px;
    border-radius: 0;
    font-family: NunitoSans-Bold;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 14px;
    z-index: 999;
    bottom: -50px;
    transition: .3s;
}

/*listing page*/
.page_header{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.page_banner{
	width: 100%;
	float: left;
	margin-top: 105px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.bnr_txt{
	width: 800px;
	margin: auto;
	padding: 30px 20px;
	background-color: rgba(285,285,285,.70);
	text-align: center;
}
.bnr_txt h2{
	color: #116187;
	font-family: NunitoSans-Bold;
	font-size: 25px;
}
.bnr_txt h1{
	color: #116187;
	font-family: NunitoSans-Bold;
	font-size: 25px;
}
.bnr_txt p{
	color: #303e42;
	font-family: NunitoSans-Light;
	font-size: 15px;
	margin-bottom: 0;
}
.choose_city{
	width: 100%;
	float: left;
	padding: 30px 0;
}
.cc_inner{
	width: 800px;
	margin: auto;
}
.cymb{
	width: 100%;
	float: left;
	background-color: #f4f4f4;
	padding: 20px 0;
}
.cymb_inner{
	width: 100%;
	float: left;
	text-align: center;
}
.cymb_item{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.cymb_item img{
	height: 40px;
}
.cymb_item p{
	color: #545454;
	font-family: NunitoSans-Regular;
	font-size: 15px;
	margin-top: 5px;
}
.cymb_item p span{
	color: #136389;
	font-family: NunitoSans-Bold;
}

.cymb_form{
	width: 950px;
	margin: auto;
	overflow: hidden;
	background-image: url('../images/form-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 20px 50px;
	margin-top: 20px;
	text-align: center;
}
.cymb_form h3{
	font-family: NunitoSans-Bold;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 5px;
	position: relative;
}
.cymb_form h3:before{
	position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    top: 0;
    left: calc(50% - 15px);
    background-color: #ebb646;
}
.cymb_form .form-group{
	width: 30.3%;
	float: left;
	margin: 0 1.5%;
	margin-bottom: 20px;
}
.cymb_form input{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(254,254,254,.56);
	border-radius: 0;
	font-family: NunitoSans-Light;
	color: #fff;
}
.cymb_form input:focus{
	outline: none;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}
.cymb_form input::placeholder{
	color: #fff;
}
.cymb_form button{
	background-color: #edb745;
	padding: 5px 10px;
	min-width: 200px;
	border: none;
	color: #363535;
	font-family: NunitoSans-Bold;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 15px;
}

.packers_movers{
	width: 100%;
	float: left;
	padding: 20px 0;
}
.brdcrmb{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.brdcrmb ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.brdcrmb li{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.brdcrmb li a{
	color: #393939;
	font-family: NunitoSans-Regular;
	text-decoration: none;
}
.brdcrmb li:after{
	position: absolute;
	content: '>';
	right: -5px;
}
.brdcrmb li:last-child a{
	color: #116187;
	font-family: NunitoSans-Bold;
	pointer-events: none;
}
.brdcrmb li:last-child::after{
	display: none;
}
.page_heading{
	color: #3b3838;
	font-family: NunitoSans-SemiBold;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}
.page_heading span{
	color: #e9b649;
}
.packers_item{
	width: 48%;
	float: left;
	margin: 1%;
	background-color: #f4f7f9;
	padding: 20px 15px;
	border: 1px solid #ddd;
	position: relative;
	min-height: 270px;
}

.p_m_left{
	width: 35%;
	float: left;
}
.p_m_right{
	width: 65%;
	float: left;
	padding-left: 10px;
	padding-bottom: 30px;
}
.p_m_logo{
	width: 100%;
	height: 150px;
	position: relative;
	background-color: #fff;
	text-align: center;
}
.p_m_logo img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
}
.p_m_right h4{
	color: #0e4977;
	font-family: NunitoSans-SemiBold;
	font-size: 20px;
}
.p_m_right ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p_m_right li{
	font-family: NunitoSans-Light;
	color: #2c2c2c;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.p_m_right li i{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #ebb646;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	left: 0;
	font-size: 12px;
}
.p_m_right li a{
	font-family: NunitoSans-Light;
	color: #2c2c2c;
	text-decoration: none;
}
.p_m_right li.packers_num a{
	font-family: NunitoSans-SemiBold;
}
.visit_site{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #116187;
	color: #fff;
	font-family: NunitoSans-Bold;
	padding: 5px 40px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}
.visit_site:hover{
	color: #fff;
	text-decoration: none;
}
.more_movers{
	width: 100%;
	float: left;
	padding: 20px 0 10px;
	text-align: center;
	color: #2c2c2c;
	font-family: NunitoSans-Regular;
}
.more_movers .btn{
	background-color: #ececec;
	color: #424242;
	padding: 3px 15px;
	font-size: 14px;
}
.more_movers .btn.prev_btn{
	margin-right: 10px;
}
.more_movers .btn.next_btn{
	margin-left: 10px;
	background-color: #edb745;
}

.customer_review{
	width: 100%;
	float: left;
	background-color: #eeefed;
	padding: 30px 0;
}
.cr_inner{
	width: 100%;
	float: left;
	text-align: center;
}
.cr_item{
	width: 35%;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
}
.cr_item p{
	color: #3b3838;
	font-family: NunitoSans-Light;
	font-size: 14px;
	min-height: 126px;
}
.cr_item h4{
	color: #3b3838;
	font-family: NunitoSans-Bold;
	font-size: 16px;
}
.review_star span{
	 width: 20px;
	 height: 20px;
	 line-height: 20px;
	 text-align: center;
	 background-color: #e0bc05;
	 line-height: 20px;
	 color: #fff;
	 display: inline-block;
	 font-size: 11px;
	 margin: 0 2px;
}
.review_star span img{
	vertical-align: top;
}
.movers_sec{
	width: 100%;
	float: left;
	padding: 40px 0;
	background-image: url('../images/gradient-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.movers_sec img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42%;
}

.mov_txt{
	width: 60%;
	float: right;
}
.mov_txt p{
	color: #3b3838;
	font-family: NunitoSans-Light;
	font-size: 15px;
}
.best_packers_movers{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.bpm_item{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.bpm_head{
	display: inline-block;
	background-color: #116187;
	color: #fff;
	font-family: NunitoSans-SemiBold;
	min-width: 400px;
	font-size: 16px;
	margin-bottom: 10px;
}
/* .bpm_head span{
	display: inline-block;
	width: 50px;
	height: 100%;
	background-color: #ebb646;
	text-align: center;
	margin-right: 10px;
	padding: 2px 0;
}	 */
.bpm_head span {
    display: inline-block;
    width: 50px;
    height: 100%;
    background-color: #ebb646;
    text-align: center;
    margin-right: 10px;
    padding: 4px 0;
}
.bpm_head h2 {
    font-size: 16px;
    float: left;
    display: contents;
    line-height: 2 !important;
}
.bpm_head span img{
	max-width: 20px;
}
.bpm_item p{
	color: #3b3838;
	font-family: NunitoSans-Light;
	font-size: 15px;
}
.best_packers_movers h3{
	color: #3b3838;
	font-family: NunitoSans-SemiBold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.shifting_charge{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.shifting_charge table{
	width: 90%;
	margin: auto;
}
.shifting_charge table th{
	color: #3b3838;
	font-family: NunitoSans-SemiBold;
	font-size: 15px;
	text-align: center;
	background-color: #ebb646;
	border-color: rgba(0,0,0,.12);
	border-top: 0;
	border-bottom: 0;
}
.shifting_charge table td{
	color: #3b3838;
	font-family: NunitoSans-Light;
	font-size: 15px;
	background-color: #f3f3f3;
	border-color: rgba(0,0,0,.12);
	padding: 8px 20px;
}

/* 07-10-2020*/
.table_div{
	margin-bottom: 30px;
}
.table_div table{
	width: 90%;
	margin: auto;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
}
.table_div table th{
	border: 1px solid #dee2e6;
	padding: .75rem;
    vertical-align: top;
	color: #3b3838;
	font-family: NunitoSans-SemiBold;
	font-size: 15px;
	text-align: center;
	background-color: #ebb646;
	border-color: rgba(0,0,0,.12);
	border-top: 0;
	border-bottom: 0;
}
.table_div .mytable.sml th{
	text-align: left;
}
.table_div table td{
	border: 1px solid #dee2e6;
	padding: .75rem;
    vertical-align: top;
	color: #3b3838;
	font-family: NunitoSans-Light;
	font-size: 15px;
	background-color: #f3f3f3;
	border-color: rgba(0,0,0,.12);
	padding: 8px 20px;
}
.table_div caption, .shifting_charge caption{
	caption-side: top;
	text-align: center;
	color: #3b3838;
    font-family: NunitoSans-SemiBold;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
}
/*End 07-10-2020*/

.latest_blog{
	width: 100%;
	float: left;
	padding-bottom: 50px;
}

.blog_slider{
	width: 100%;
	float: left;
}
.blg_item{
	width: 100%;
	margin: 20px;
	background-color: #fcfcfc;
	border: 1px solid #fcfcfc;
}
.blg_item:focus,.blg_item:hover{
	border: 1px solid #ebb646;
	background-color: transparent;
	outline: none;
	transition: .3s;
}
.blg_item a:focus{
	outline: none;
}
.blg_img{
	height: 148px;
	overflow: hidden;
}
.blg_img img{
	width: 100%;
}
.blg_txt{
	padding: 10px 20px;
}

.published_date{
	color: #373737;
	font-family: NunitoSans-SemiBold;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	padding-bottom: 5px;
}
.published_date:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #ebb646;
}
.blg_txt h3{
	font-family: NunitoSans-SemiBold;
	font-size: 20px;
	margin: 15px 0;
	min-height: 75px;
}
.blg_txt h3 a{
	color: #373737;
	text-decoration: none;
}
.blg_txt p{
	color: #505050;
	font-family: NunitoSans-Regular;
	font-size: 15px;
}
.blg_txt p a{
	color: #0e4977;
	text-transform: uppercase;
	font-family: NunitoSans-SemiBold;
	font-size: 14px;
	text-decoration: none;
}
.slick-dots li button{
	background-color: #c4c2bf;
	border-radius: 50%;  `	
}
.slick-dots li.slick-active button{
	background-color: #ebb646;
}
.slick-dots li button:before{
	content: '';
}

.info_packers{
	width: 100%;
	float: left;
	padding: 40px 0;
	text-align: center;
	background-color: #f4f4f4;
}
.info_packs{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 5px solid #ebb646;
	margin: 0 5px;
}
.info_packs p{
	margin: 0;
	padding: 0;
	font-family: NunitoSans-SemiBold;
}
.info_packs p a{
	display: block;
	color: #0e4977;
	padding: 20px 15px;
	text-decoration: none;
}
.trustpilot_review{
	width: 100%;
	float: left;
	padding: 40px 0;
	background-color: #fdfdfd;
}
.review_slider{
	width: 100%;
	float: left;
	padding: 0 50px;
}
.trust_review{
	margin: 20px;
}
.trust_review:focus{
	outline: none;
}
.review_stars{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.review_stars span {
    width: 25px;
    height: 25px;
    background-color: #00b67a;
    float: left;
    margin-right: 2px;
    line-height: 20px;
}
.review_stars img{
	width: 100%;
}
.tr_p1{
	color: #505050;
	font-family: NunitoSans-SemiBold;
	font-size: 15px;
	margin-bottom: 5px;
}
.tr_p2{
	color: #505050;
	font-family: NunitoSans-Regular;
	font-size: 13px;
	margin-bottom: 0;
}
.trust_rev_info{
	width: 100%;
	float: left;
	border-top: 2px solid #d8dadc;
	margin-top: 25px;
	padding-top: 5px;
}
.tr_p3{
	color: #116187;
	font-family: NunitoSans-Bold;
	font-size: 14px;
	margin-bottom: 0;
}
.tr_p4{
	color: #505050;
	font-family: NunitoSans-Light;
	font-size: 13px;
	margin-bottom: 0;
	font-style: italic;
}
.slick-prev, .slick-next,.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus{
	width: 30px;
	height: 30px;
	background-color: #f2f2f2;
	opacity: 1;
	border-radius: 50%;
}

.slick-prev:before, .slick-next:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	font-size: 14px;
}
.slick-prev:before{
	content: '\f053';
}
.slick-next:before{
	content: '\f054';
}

.our_location{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.our_location h4{
	color: #323334;
	font-family: NunitoSans-SemiBold;
	font-size: 20px;
	margin-top: 20px;
}
.other_loc{
	/* display: flex; */
	justify-content: space-between;
}
.other_loc a{
	border: 1px solid #ebb646;
	color: #323334;
	font-family: NunitoSans-Regular;
	font-size: 14px;
	display: inline-block;
	width: 16%;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.other_loc2{
	justify-content: flex-start;
}
.other_loc2 a{
	margin-right: 2%;
}
.section_a{
	width: 100%;
	float: left;
	background-color: #f3f7fa;
	padding: 40px 0;
}
.recent_blogs{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.recent_blg_item{
	width: 24%;
	background-color: #fff;
	border-left: 5px solid #ebb646;
	position: relative;
}
.recent_blg_item p{
	margin-bottom: 0;
}

.recent_blg_item p a{
	display: block;
	color: #3b3c3c;
	font-family: NunitoSans-SemiBold;
	font-size: 15px;
	padding: 0 5px;
	text-decoration: none;
	height: 90px;
}
.recent_blg_item p span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.services{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.services ul{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	column-count: 2;
}
.services li{
	font-family: NunitoSans-SemiBold;
	position: relative;
	border-bottom: 1px dashed #ddd;
	font-size: 15px;
	padding-left: 25px;
}
.services li:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 13px;
	background-image: url('../images/bullet-arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
	top: calc(50% - 7px);
}
.services li a{
	color: #0e4977;
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
.services ul.serv_2{
	float: right;
}

.news_and_media{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.news_and_media h2{
	margin-bottom: 0;
}
.news_media{
	margin-left: 20px;
}
.news_media a{
	display: inline-block;
	margin: 0 10px;
}
.news_media img{
	width: 120px;
}
.details_top{
	width: 100%;
	float: left;
	background-color: #f6f8fa;
	padding: 40px 0 20px;
	margin-top: 109px;
}
.packers_logo{
	width: 25%;
	float: left;
}
.packers_details{
	width: 50%;
	float: left;
}
.packers_cont{
	width: 25%;
	float: left;
}
.packers_logo img{
	background-color: #fff;
	padding: 7px;
	width: 98%;
}
.packers_details h2{
	color: #0e4977;
	font-family: NunitoSans-SemiBold;
	font-size: 25px;
	margin: 0;
}
.packers_details h1{
	color: #0e4977;
	font-family: NunitoSans-SemiBold;
	font-size: 25px;
	margin: 0;
}
.packers_details h2 img{
	width: 25px;
	margin-left: 10px;
}
.packers_details p{
	color: #525151;
	font-family: NunitoSans-SemiBold;
	margin: 0 0 20px;
	font-size: 15px;
}
.packers_details ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.packers_details li{
	font-family: NunitoSans-Regular;
    color: #2c2c2c;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.packers_details li i {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ebb646;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    left: 0;
    font-size: 12px;
}
.packers_details li a{
	color: #2c2c2c;
	text-decoration: none;
}	
.packers_cont p{
	text-align: right;
}
.packers_cont i{
	transform: rotate(90deg);
	color: #ebb646;
	margin-right: 10px;
}
.packers_cont p,.packers_cont a{
	color: #3d3e3e;
	text-decoration: none;
	font-size: 15px;
	font-family: NunitoSans-SemiBold;
}
.packers_services{
	width: 100%;
	float: left;
	padding: 40px 0 30px;
}
.packers_services .bpm_head img{
	max-width: 25px;
}
.packers_services .bpm_head{
	font-size: 22px;
}
.serv_table th{
	color: #116187;
	font-family: NunitoSans-Bold;
	font-size: 14px;
	width: 200px;
}
.serv_table td{
	font-family: NunitoSans-Regular;
	font-size: 14px;
}
.serv_table th,.serv_table td{
	border-top: none;
	border-bottom: 1px dashed #aaa;
}

.enquiry_form{
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: #116187;
	padding: 20px 30px;
	margin-top: 20px;
	text-align: center;
}
.enquiry_form h3{
	font-family: NunitoSans-Bold;
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
	padding-top: 5px;
	position: relative;
}
.enquiry_form h3:before{
	position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    top: 0;
    left: calc(50% - 15px);
    background-color: #ebb646;
}
.enquiry_form .form-group{
	margin-bottom: 20px;
}
.enquiry_form input{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(254,254,254,.56);
	border-radius: 0;
	font-family: NunitoSans-Light;
	color: #fff;
}
.enquiry_form input:focus{
	outline: none;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}
.enquiry_form input::placeholder{
	color: #fff;
	text-transform: uppercase;
}
.enquiry_form button{
	background-color: #edb745;
	padding: 8px 30px;
	border: none;
	color: #363535;
	font-family: NunitoSans-SemiBold;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 15px;
}

.customer_review{
	width: 100%;
	float: left;
	padding: 40px 0;
	background-color: #f6f8fa;
}
.review_item{
	width: 70%;
	margin: auto;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #aaa;
	padding-left: 30px;
	margin-bottom: 20px;
}
.review_profile{
	width: 10%;
	float: left;
}
.cust_reviews p{
	font-family: NunitoSans-Regular;
	font-size: 14px;
}
.cust_reviews{
	width: 80%;
	float: left;
	padding: 40px 30px 0;
}
.review_profile h5{
	color: #116187;
	font-family: NunitoSans-Bold;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.review_rating{
	position: absolute;
	top: 0;
	right: 0;
}
.review_rating span{
	background-color: #e4c322;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin: 0;
}
.review_rating span img{
	vertical-align: top;
}
.leave_review{
	width: 100%;
	float: left;
	padding: 40px 0;
}

.review_section{
	width: 100%;
	text-align: center;
}
.show-result {
  color: #ee3d4e;
  font-size: 16px;
  font-family: NunitoSans-Regular;
}

.star-rating s:hover,
.star-rating s.active {
    color: #f9d023;
}
.star-rating-rtl s:hover,
.star-rating-rtl s.active {
    color: red;
}
.star-rating s,
.star-rating-rtl s {
    color: #ddd;
    font-size: 35px;
    cursor: default;
    text-decoration: none;
    line-height: 0;
}
.star-rating {
    padding: 2px;
}
.star-rating-rtl {
    background: #555;
    display: inline-block;
    border: 2px solid #444;
}
.star-rating-rtl s {
    color: yellow;
}
.star-rating s:hover:before,
.star-rating s.rated:before,
.star-rating s.active:before {
    content: "\2605";
}
.star-rating s:before {
    content: "\2606";
}
.star-rating-rtl s:hover:after,
.star-rating-rtl s.rated:after,
.star-rating-rtl s.active:after {
    content: "\2605";
}

.star-rating-rtl s:after {
    content: "\2606";
}

.review_form{
	width: 600px;
	margin: auto;
	text-align: center;
}
.review_form label{
	color: #3f3e3e;
	font-family: proxima_nova_reg;
	font-size: 14px;
	float: left;
}
.review_form .form-control{
	border-radius: 0;
	border: 1px solid #999;
}
.review_form textarea{
	height: 80px;
	resize: none;
}
.review_form button{
	background-color: #edb745;
	padding: 5px 30px;
	border-radius: 0;
	border: none;
	color: #4d4646;
	font-family: proximanova-semibold;
	text-transform: uppercase;
}

.leave_review h4{
	color: #323334;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    margin-top: 30px;
}
.more_review{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.more_review p{
	margin-bottom: 0;
	color: #2c2c2c;
	font-family: NunitoSans-Regular;
}
.more_review button{
	color: #424242;
	font-family: NunitoSans-Regular;
	background-color: #ececec;
	padding: 2px 15px;
	margin-left: 20px;

}
/* ==================================== */
/*			Mobile Responsive			*/
/* ===================================== */

@media screen and (max-width: 1024px){
	.banner_txt{
		width: 100%;
	}
	.section8 .row{
		padding: 0;
	}
	.sec11_item{
		width: 48%;
	}
	.packers_item{
		min-height: 275px;
	}
	.cr_item{
		width: 45%;
	}
	.shifting_charge{
		overflow: auto;
	}
	.shifting_charge table{
		width: 115%;
	}
	.blg_item{
		margin: 10px;
	}
	.blg_txt h3{
		font-size: 18px;
	}
	.other_loc2 a{
		width: 18%;
	}
}

@media screen and (max-width: 960px){
	#header{
		background-color: #fff;
	}
	.home_banner{
		margin-top: 105px;
	}
	.banner_box{
		width: 30.3%;
		float: left;
		margin: 0 1.5%;
		float: left;
	}
	.choose_your_ciry{
		width: 40%;
	}
	.moving_budget{
		width: 45%;
	}
	.section1 .budget_form{
		margin-top: 0;
	}
	.sec2_item{
		height: auto;
		margin-bottom: 30px;
	}
	.sec3_txt{
		min-height: auto;
	}
	.sec3_item{
		margin-bottom: 30px;
	}
	.testi_item{
		width: 80%;
		margin-left: 10%;
	}
	.sec8_right{
		min-height: 200px;
		margin-top: 20px;
	}
	.blog_item{
		height: auto;
		margin-bottom: 30px;
	}
	.blog_img img{
		width: 100%;
	}
	.blog_img{
		max-height: none;
	}
	#nav_bar .nav-item.active:after{
		left: 0;
	}
	.bnr_txt{
		width: 100%;
	}
	.cymb_form{
		width: 100%;
	}
	.packers_item{
		width: 100%;
	}
	.movers_sec img{
		position: relative;
		top: 0;
		bottom: auto;
		width: 100%;
	}
	.mov_txt{
		width: 100%;
		margin-top: 30px;
	}
	.review_slider{
		padding: 0;
	}
	.other_loc{
		display: block;
	}
	.other_loc a{
		width: 30.3%;
		margin: 0 1.2% 10px;
	}
	.recent_blogs{
		display: block;
	}
	.recent_blg_item{
		width: 48%;
		margin: 0 1% 1%;
		float: left;
	}
	.page_heading span{
		display: block;
		margin-top: 10px;
	}
	.choose_city{
		overflow: hidden;
	}
	.cc_inner{
		width: 100%;
	}
	.shifting_charge table{
		width: 1000px;
	}
	.packers_logo{
		width: 100%;
		margin-bottom: 20px;
	}
	.packers_details{
		width: 100%;
	}
	.packers_cont{
		width: 100%;
	}
	.packers_cont p{
		text-align: left;
	}
	.review_item{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	body, html {
		overflow-x: hidden;
	}
	.mailus{
		margin-right: 20px;
	}
	#nav_bar .nav-item{
		margin: 0;
	}
	.footer_shadow_track{
		width: 300px;
		left: 20px;
	}
	.banner_txt h2{
		font-size: 20px;
	}
	.choose_your_ciry{
		width: 100%;
	}
	.moving_budget{
		width: 100%;
	}
	.choose_or{
		margin: 5px 0;
	}
	.banner_box{
		width: 250px;
		margin: auto;
		float: none;
		margin-bottom: 30px;
	}
	.heading{
		font-size: 22px;
	}
	.sec4_inner{
		display: block;
	}
	.sec4_item{
		width: 100%;
		margin-bottom: 30px;
	}
	.sec6_item{
		width: 48%;
	}
	.sec6_item img{
		max-width: 100%;
	}
	.circle_shadow{
		top: -120px;
	    width: 160px;
	}
	.hwd_shadow{
		height: 250px;
	}
	.section4{
		padding: 40px 0;
	}
	.top_header{
		display: none;
	}
	.home_banner{
		margin-top: 65px;
	}
	.banner_bottom{
		margin-top: 40px;
	}
	.section3{
		padding: 40px 0 20px;
	}
	.section4{
		padding: 40px 0 20px;
	}
	.sec5_item{
		margin-bottom: 20px;	
	}
	.section5{
		padding: 40px 0;
		.
	}
	.testi_item{
		padding: 30px 0 0 20px;
	}
	.testi_item:before{
		width: 30px;
		height: 30px;
	}
	.section5 .col-md-3{
		width: 50%;
	}
	.sec5_img img{
		width: 50px!important;
	}
	.sec5_img{
		height: 60px;
	}
	.sec5_item h4{
		font-size: 30px;
	}
	.sec8_left{
		padding: 20px;
	}
	.sec8_item{
		width: 47%;
		margin: 1%;
	}
	.sec8_item img{
		width: 100%;
	}
	.sec8_right{
		min-height: 160px;
	}
	.sec8_left h2, .sec8_right h2{
		font-size: 22px;
	}
	.sec8_right img{
		width: 170px;
	}
	.blog_txt h4{
		font-size: 16px;
	}
	.section9{
		padding: 20px 0;
	}
	.sec11_item{
		width: 100%;
	}
	.ft{
		margin-bottom: 20px;
	}
	.ft_3 h3{
		text-align: left;
	}
	.ft_3 ul{
		width: 100%;
		column-count: 1;
	}
	.footer_tabs .btn-link{
		padding: 10px 10px;
	}
	.footer_tabs .card-body{
		padding: 0 10px 20px;
	}
	.copyright p{
		text-align: center;
	}
	.ft_1{
		border-right: 0;
	}
	.fixedbtn.show_fixedbtn{
		bottom: 0;
	}
	.bnr_txt p{
		display: none;
	}
	.page_banner{
		margin-top: 65px;
	}
	.bnr_txt{
		padding: 10px;
	}
	.bnr_txt h2{
		font-size: 22px;
	}
	.choose_or{
		width: 100%;
	}
	.cymb_item img{
		height: 35px;
	}
	.cymb_item{
		width: 48%;
	}
	.page_heading{
		width: 100%;
		float: left;
		font-size: 22px;
	}
	.cymb_form{
		padding: 20px;
	}
	.cymb_form .form-group{
		width: 100%;
		margin: 0 0 15px;
	}
	.p_m_left{
		width: 200px;
		margin: auto;
		float: none;
	}
	.p_m_logo{
		height: 120px;
	}
	.p_m_right{
		width: 100%;
		margin-top: 20px;
	}
	.cr_item{
		width: 100%;
		margin: 0 0 20px;
	}
	.shifting_charge table th,.shifting_charge table td{
		font-size: 14px;
	}
	.info_packs{
		width: 100%;
		margin: 10px 0;
	}
	.blg_txt h3{
		min-height: auto;
	}
	.slick-dots li{
		margin: 0;
	}
	.slick-dots li button{
		width: 15px;
		height: 15px;
	}
	.other_loc a{
		width: 48%;
		margin: 0 1% 1%;
		float: left;
	}
	.recent_blg_item{
		width: 100%;
		margin: 0 0 1%;
	}
	.recent_blg_item p{
		margin-bottom: 0;
	}
	.recent_blg_item p a{
		font-size: 14px;
	}
	.services ul{
		width: 100%;
	}
	.services li{
		font-size: 14px;
	}
	.news_media img{
		width: 140px;
	}
	.news_media a{
		margin: 10px;
	}
	.packers_item{
		margin: 10px 0;
	}
	.p_m_right{
		padding: 0 0 30px;
	}
	.p_m_right h4{
		font-size: 18px;
	}
	.mov_txt p{
		font-size: 14px;
	}
	.bpm_item p{
		font-size: 14px;
	}
	.blg_txt p{
		font-size: 14px;
	}
	.faq_section .card-body{
		font-size: 14px;
	}
	.faq_section .btn-link{
		font-size: 14px;
	}
	.info_packs p a{
		font-size: 14px;
	}
	.section1 p{
		font-size: 14px;
	}
	.sec2_item p{
		font-size: 14px;
	}
	.sec3_txt p{
		font-size: 14px;
	}
	.sec4_item p{
		font-size: 14px;
	}
	.blog_txt h4{
		font-size: 15px;
	}
	.readmore_blog{
		font-size: 14px;
	}
	.sec11_item h4{
		font-size: 15px;
	}
	.sec11_item p{
		line-height: 16px;
	}

	.review_form{
		width: 100%;
	}
	.details_top{
		margin-top: 68px;
	}
	.packers_details h2{
		font-size: 20px;
	}
	.packers_details p{
		font-size: 14px;
	}
	.packers_cont p, .packers_cont a{
		font-size: 13px;
		margin-top: 10px;
	}
	.packers_services .bpm_head{
		font-size: 18px;
	}
	.serv_table th{
		width: auto;
	}
	.enquiry_form h3{
		font-size: 22px;
	}
	.enquiry_form{
		padding: 20px;
	}
	.review_rating span{
		width: 15px;
		height: 15px;
	}
	.review_profile{
		width: 100%;
	}
	.review_profile img{
		width: 50px;
	}
	.review_profile h5{
		text-align: left;
	}
	.review_item{
		padding-left: 0;
	}
	.cust_reviews{
		width: 100%;
	}
	.cust_reviews{
		width: 100%;
		padding: 20px 0 0;
	}

	.table_div {
		overflow: auto;
	}
	.table_div table{
		width: 1000px;
	}
	.table_div table.mytable.sml{
		width: 400;
	}

}


@media screen and (max-width: 400px){
	.sec8_shadow{
		width: 220px;
		top: -50px;
	}
	.footer_tabs .btn-link{
		font-size: 12px;
	}
	.footer_tabs .btn-link:after{
		right: 0;
	}
	.banner_txt{
		margin: 50px auto 0;
	}
	.testi_item{
		width: 100%;
		margin: 0;
		padding: 30px 0 50px;
	}
	.testi_item p{
		font-size: 14px;
	}
	.testi_item:before{
		top: 0px;
		left: calc(50% - 15px);
	}
	.footer_links p{
		display: block;
		float: left;
		margin-right: 0;
		padding-right: 0;
	}
	.footer_links p:after{
		display: none;
	}
	.copyright{
		padding-bottom: 50px;
	}
	.sec7_head p{
		font-size: 15px;
	}
}
@media screen and (max-width: 360px){
	.news_media{
		margin: 0;
	}
	.news_media a{
		margin: 5px;
	}
	.news_media img{
		width: 120px;
	}
}

@media screen and (max-width: 320px){
	.moving_budget button{
		font-size: 12px;
	}
}