@import url("dd.css");
@import url("contact-us.css");
@import url("service.css");
@import url("about.css");
@import url("faq.css");
@import url("checkout.css");
@import url("user.css");
@import url("blog.css");
@import url("my_order.css");
@import url("user.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&family=Nunito:wght@300;400;600;800&display=swap');

:root {
	--black: #000;
	--blue: #094780;
	--red: #d90a10;
}

body {
    color: #2c3038;
    font-family: 'nunito', sans-serif;
    font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
	font-family: 'Nunito', sans-serif;
    font-weight: 800;
    line-height: 1.2;
	color: #000;
}

.navbar{
	padding: .5rem 0;
}
.loader-wrapper{
    position: fixed;
    top: 0;
    z-index: 9999999;
    left: 0;
    background-color: #ffffff91;
    width: 100%;
    height: 100%;
}
.loader-inner{
    height: 40px;
    width: 40px;
    background:url('../img/mistri-loader.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 50%;
    left:49%;
    vertical-align: middle;
    margin: 0 15px;
}
#subtotal{
    display:inline-block;
}
#cc_remove{
    background: #d90a10;
    color: #fff;
    font-size: 11px;
    height: 15px;
    border-radius: 34px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    top: -8px;
    position: relative;
    cursor: pointer;
}

.search_bar_home .form-control {
    height: 48px;
    line-height: 2;
    font-size: 16px;
}

.landing_page .form-control{
    height: auto;
}

.search_bar_home select.form-control{
    -moz-appearance: none;
    background: transparent;
    background-repeat: repeat;
    background-image: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
}
.form-control:focus {
	box-shadow: none;
}
.bold {
	font-weight: 700;
}

.stp {
	box-shadow:0 0 19px 5px #f2f2f2;
	padding: 20px 15px;
	background: #fff;
	border-radius: 10px;
}

.why-us .stp{
	box-shadow: none;
	border: none;
	padding: 0;
}

.stats {
    color: #fff;
    font-size: 52px;
}

.stats h5{
    color: #fff;
}

.location-dialog{
	top: 30%;
	background: #fff;
	border-radius: 10px;
}

/*=== layout ===*/
.container {
	max-width: 1170px;
	width: 100%;
}
.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
}
.m_mn_ttl {
	font-size: 2rem;
}
.m_mn_ttl span {
    display: block;
    color: var(--red);
}
.m_ttl {
	margin-bottom: 4rem;
	text-align: center;
}
.m_ttl::after {
    content: '';
    display: block;
    height: 2px;
    width: 120px;
    background-color: var(--red);
    margin: 1rem auto;
}
.no-bullet {
	padding-left: 0;
	list-style: none;
}

.list-style-1 li{
	list-style:none;
	margin-bottom: 7px;
}

.list-style-1 li::before {
    background: var(--red);
    content: '';
    display: inline-block;
    width: 27px;
    height: 2px;
    position: absolute;
    left: 15px;
    border-radius: 4px;
    margin-top: 10px;
}

.m_brdcm {
	position: relative;
}
.m_brdcm > img {
	height: 350px;
	object-fit: cover;
	width: 100%;
}
.m_brdcm .m_bdc_ttl {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
}
.m_brdcm .m_bdc_ttl h1 {
	color: var(--white);
}


.btn.btn-mstri {
	background: var(--red);
	color: var(--white);
}
.btn.btn-blue {
	background: var(--blue);
	color: var(--white) !important;
	border-radius: 20px;
	padding: 9px 23px;
}
.btn.btn-blue:hover {
	background-color: var(--white);
	border-color: var(--blue);
	color: var(--blue) !important;
}

/*.owl-carousel .owl-stage-outer {
	width: calc(100% - 80px);
	margin: 0 auto;
}*/
.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
/*    background-color: var(--red) !important;*/
    color: #fff !important;
    font-size: 42px !important;
    position: absolute;
	top: 35%;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0px;
}
.navbar-dark .navbar-nav .nav-link {
	font-weight: 700;
	padding: 5px 10px;
	color: var(--black);
	border-radius: 20px;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
}
.navbar-dark .navbar-nav .nav-link.btn {
    font-weight: 700;
    padding: 5px 15px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--red);
}
.navbar-dark .navbar-nav .nav-link.btn-blue:hover{
	background: var(--white);
	color: var(--black) !important;
	border-color: var(--blue);
}
.headr {
	width: 100%;
	top: 0;
	z-index: 11;
	background-color: #dee0df;
	 -webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
  	box-shadow: none;
}
.headr.darkHeader {
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}


/*====================================
			home page css
=====================================*/
.hero-section{
	background-color: #dedfdf;
	background: url(../img/mistri-bg.jpg);
	background-size: cover;
}
.carousel .carousel-item img {
    max-height: 90vh;
    object-fit: cover;
}
.m_brnd,
.m_asoct,
.m_wy_s {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.m_wy_s .stp h2 {
	font-size: 1.4rem;
}
.m_wy_s .stp .icn {
	font-size: 3rem;
	margin-bottom: 1rem;
	color: var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.search_bar_home {
	color: #fff;
	left: 5rem;
	padding: 1.5rem;
	line-height: normal;
}
.search_bar_home .txt h1 {
	margin-bottom: 1rem;
	color: var(--red);
	font-size: 2rem;
}
.search_bar_home .m_fltr {
	border-radius: 0.4rem;
    margin-top: 100px;
    background: url('../img/section-bg-pattern.png');
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 21px 4px #cacaca;
    margin-left: 50px;
}

.landing_page .m_fltr {
    box-shadow: 0 0 21px 4px #002564;
}

.landing_page .ttl_dark{
    color: #000;
}

.search_bar_home .m_fltr .dd .ddTitle {
	min-height: 35px;
}
.search_bar_home .m_fltr .form-group{
	margin-bottom: 10px;
    padding: 0 20px;
}
.search_bar_home .m_fltr .form-group input{
	border-radius: 0.25rem !important;
}

.search_bar_home img{
	max-width: 100%;
}
.hm_bnnr {
	position: relative;
}
.m_u_rvw {
	/*background: url('../img/polygon-bg1.png');*/
}
.m_asoct .m_as_itm > img {
	transition: ease-in-out .5s;
}
.m_asoct .m_as_itm > img:hover {
	transform: scale(1.1);
}
.m_hw{
	position: relative;
}
.m_hw .m_mn_ttl {
	color: var(--red);
	font-size: 1.5rem;
}
.m_hw .m_mn_ttl span{
	font-size: 2rem;
	color: var(--black);
}
.m_hw:before{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('../img/scoty.png') no-repeat right center;
	z-index: -1;
	top: 0;
	background-size: contain;
}

.m_hw.bg-none:before{
	background:none;
}

.ovr_lyr{
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: rgba(9, 71, 128, .6);
}
.ovr_lyr .m_ttl{
	color: var(--white);
}

.ttl_light{
	color: var(--white);
}
.m_hw .stp .st_cnt {
	color: var(--red);
	font-size: 2rem;
	font-weight: 700;
}
.m_hw .stp .m_icn {
	float: left;
	width: 90px;
	height: 90px;
	background: var(--blue);
	color: var(--white);
	margin-right: 10px;
	position: relative;
	font-size: 3rem;
	text-align: center;
	border-radius: 5px;
}
.m_hw .stp .m_icn i{
    margin-top: 20px;
}
.m_hw .stp .m_icn::after {
	content: '';
	display: block;
	height: 10px;
	width: 90%;
	margin: 0 auto;
	background: var(--red);
	border-radius: 5px;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	z-index: 1;
}
.m_hw .stp .ctt {
	width: calc(100% - 100px);
	float: left;
}
.m_brnd .item img {
	max-height: 120px;
	width: auto !important;
	margin: 0 auto;
}

/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 1rem 0;
}
/* The circle */
.sonar-emitter {
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 9999px;
  background-color: var(--blue);
}
/* the 'wave', same shape and size as its parent */
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: var(--blue);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.c_review{
	padding:70px 0;
	background: url('../img/testimonial-bg.jpg');
	background-size:cover;
}
.m_u_rvw .rvw .item {
	background: #fff;
	border: 1px solid #f7f7f7;
	border-bottom: solid 5px var(--red);
	border-radius: 5px;
}
.m_brnd .owl-nav button{
    color: #000 !important;
}
.owl-nav button:focus {
    outline: none;
}

.srvc_cntt {
	margin-top: 105px !important;
}

.door-step-service img {
    width: 170px;
}

/*================================
		0. footer css
==================================*/
#footer {
	background: #094780;
	color: #fff;
	position: sticky;
	padding: 2rem 0 0;
}
#footer ul li,
#footer p {
	font-size: 16px;
	margin: 0 0 5px;
}
.mn_ftrr h4{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.m_f_cnt ul li span,
.m_f_tmg ul li span {
	width: 50%;
	display: block;
	float: left;
	font-weight: 700;
}
.m_f_tmg ul li span.red {
	width: auto;
	color: var(--red);
}
.m_f_lnk ul {
	width: 100%;
	float: left;
}
.m_f_lnk ul li {
	width: 50%;
	float: left;
}
.m_f_lnk ul li a {
	color: var(--white);
}
.m_f_lnk ul li a:hover {
	color: var(--red);
}
.m_f_cnt ul li span i,
.m_f_lnk ul li a i{
		margin-right: .5rem;
}
.btm_ftr {
	background: var(--gray-dark);
}
.btm_ftr .social-icons li {
	display: inline;
}
.social-sidebar{
    position:fixed;
    right:0;
    top: 40%;
    z-index:999;
}
.social-sidebar .social-icons li a {
    width: 35px;
    height: 35px;
    border: 1px solid #1c568c;
    font-size: 20px;
}

.scroll-top{
    display:none;
}

.scroll-top a{
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 999;
    background: #d90a10;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
}
footer .social-icons li a{
	margin-right: 10px;
}
.social-icons li a {
	color: var(--white);
	float: left;
	text-align: center;
	background: #094780;
	margin-right: 0px;
	line-height: 35px;
	border-radius: 2px;
	font-size: 25px;
}



/*====== annual package css ======*/
.m_ann_pkg {
	position: relative;
}
.m_ann_pkg:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('../img/re.png') no-repeat left -80px center;
	z-index: -1;
	top: 0;
	background-size: contain;
}
/*.m_ann_pkg .m_a_pkg {
	overflow: hidden;
}*/

#send_otp.btn{
    padding: .375rem .5rem
}
.m_ann_pkg .m_a_pkg .ttl h2{
	font-size: 2.5rem;
}
.m_ann_pkg .m_a_pkg .ttl h2 span {
	display: block;
	color: var(--red);
}
.m_ann_pkg .m_a_pkg .m_pkg {
	color: var(--white);
	background-color: var(--blue);
	border-radius: .25rem;
	position: relative;
}
.m_ann_pkg .m_a_pkg .m_pkg > .btn {
	position: absolute;
	z-index: 9;
	bottom: -21px;
	left: 50%;
	display: inline-block;
	transform: translate(-50%);
	min-width: 242px;
	border-radius: 22px;
}
.m_ann_pkg .m_a_pkg .m_pkg ul li {
	padding-left: 20px;
	background: url("../img/tick_w.png") no-repeat left top 12px;
	background-size: 13px;
	margin: 5px 0;
}
.m_a_pkg .m_pkg .p_hd p{
	font-size: 1.5rem;
	font-weight: 700;
}
.m_a_pkg .m_pkg .p_hd span{
	font-size: 2rem;
	font-weight: 700;
}




/*======== FAQ section css ============*/
.faq_sec {
	background-attachment: fixed;
	color: var(--white);
}
.faq_sec .accordion_container {
	padding-left: 3rem;
}
.faq_sec .accordion_container .accordion_head span{
	font-size: 1rem;
	font-weight: 700;
}
.faq_sec .accordion_container .accordion_head .plusminus {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	color: var(--blue);
	text-align: center;
	font-size: 2rem !important;
	line-height: 30px;
	margin-right: 5px;
	opacity: .7;
	margin-bottom: 10px;
}
.faq_sec .accordion_container .accordion_head {
	/*margin-top: 10px;*/
	cursor: pointer;
}
.faq_sec .accordion_container .accordion_body{
	padding-left: 40px;
	margin-top: -7px;
}

.v_none{
	display:none;
}

.mt_2rem{
	margin-top: 2rem;
}

.bcm_prtnr {
    background: #fff;
    box-shadow: 0 0 14px 7px #e7e7e7;
    border-radius: 10px;
    border: 1px solid #d9dce0;
    padding: 30px;
}

.icon-style-1{
	background: #ebedee;
	padding: 25px;
	border-radius: 13px;
	max-width: 160px;
	margin-bottom: 30px;
	border: 1px solid #dcdee0;
}
.second-color {
    color: #d90a10;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
}

#opt_oil.modal{
    z-index:999999999999;
}

#chotp_response {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.cart-text{
    display:block;
}
.dealheader{
    background: #094780;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
}

.dealheader .mdeal{
    padding: 0 20px;
}

.dealheader #mdeals .owl-nav .owl-prev i,
.dealheader #mdeals .owl-nav .owl-next i{
    font-size: 14px;
}

.dealheader #mdeals.owl-carousel .owl-nav button {
    width: auto;
    height: auto;
    top:0;
}

.dealheader #mdeals .c_code{
    font-weight: 800;
    font-size: 15px;
    border-bottom: 1px dashed;
}
/***** Responsive CSS ****/

@media (max-width: 767px){
    
    body {
        font-size: 14px;
    }
    
    .px-3 {
        background: #f5f5f5;
        padding: 10px 10px;
        margin: 0 2px;
        box-shadow: 0px 0px 10px 0px #f6f6f65e;
    }
    .m_check{
        margin: 0 14px;
    }
    
    .dealheader {
        font-size: 12px;
    }
    
    .wizard-inner{
        display:none;
    }
    
    .search_bar_home {
        padding: 5.5rem 1.5rem 1.5rem;
        line-height: normal;
    }
    
    .srvc_cntt .nav-tabs .nav-link{
        opacity:0.3;
    }
    
    .srvc_cntt .nav-tabs .nav-link.active{
        opacity:1;
    }
    
    .srvc_cntt .nav-tabs{
        gap:3px;
    }
    
    .srvc_cntt .nav-tabs .nav-link > img{
        max-width:100%;
    }
    
    .srvc_cntt .nav-tabs .nav-link{
        font-size:11px;
    }
    
    .cart-text{
        display:none;
    }
    
    .navbar-toggler {
        padding: .25rem .5rem;
        font-size: 1rem;
        background-color: #094780;
    }
    .srvc_cntt {
        margin-top: 105px !important;
    }
	
	.position-fixed .container {
		width: 100%;
		padding-right: 15px;
	}
	
	.m_hw:before{
		background:none;
	}
	
	.why-us .stp{
		padding: 15px 0;
	}
	
	.m_brnd, .m_asoct, .m_wy_s{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	#navbarColor02{
		background: #f7f7f7;
		padding: 20px;
		border-radius: 3px;
		border: 1px solid #dfe2e7;
	}

	.navbar-dark .navbar-nav .nav-link {
		padding: 10px 0px;
		color: var(--black);
		border-bottom: 1px dashed #a3a8b2;
		margin-bottom: 0px;
		border-radius: 0;
	}
	
	.search_bar_home .m_fltr{
		margin-top: 85px;
	}
	.m_i_flt {
		background: #e1e1e1;
		top: 50px;
	}
	.faq_sec .accordion_container {
		padding-left: 0px;
	}
	.srvc_cntt .nav-tabs .nav-link {
		padding-top: 10px !important;
		font-size: 12px;
	}
	.srv_m_gg {
		margin-top: 250px;
	}
	.m_crt_cnt .m_crt_hd {
		float: right;
		line-height: 1.3;
		font-weight: 700;
		cursor: pointer;
		background: #fff;
		padding: 8px;
		border-radius: 5px;
		border: 1px solid #c9cbd6;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 400px){
    .srvc_cntt {
        margin-top: 125px !important;
    }
	.navbar {
		padding: .5rem 0;
	}
	.navbar-brand{
		margin-right:5px;
	}
	.navbar-brand img{
		max-width: 160px;
	}
	.navbar-toggler{
		padding: .25rem .5rem;
		font-size: 1rem;
		background-color: #094780;
	}
	.search_bar_home .m_fltr{
		margin-top: 0;
        margin-left: 0;
	}
	.m_crt_cnt .m_crt_itm{
		top: 106px;
	}
	.m_crt_cnt .m_crt_itm{
		min-width: 300px;
	}
	.srvc_cntt .m_ser_typ .m_p_det h3 {
		font-size: 1.3rem;
	}
	.m_p_det.mt-5{
		margin-top: 0rem !important;
	}
	.faq_sec .accordion_container .accordion_head span {
		font-size: 1rem;
		font-weight: 700;
	}
}