@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');

html{
	scroll-behavior: smooth;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #746ed6;
    border-radius: 20px;
    background: #746ed6;
}


.contactnumber a {
	font-size: 26px;
	color: #fff !important;
}

.contactnumber{
	float: right; 	
	padding: 15px 0;
}


.savebtnfrgrtd{
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	color: #835ad0;
	font-weight: bold;
}
.subbtnhome{
	width: 198px;
    height: 57px;
    background-color: #000;
    border-radius: 13px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    font-size: 39px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 57px;
}
.sgnptdbtn{
	position: absolute;
    font-size: 12px;
    top: 0;
    line-height: 12px;
    left: 66px;
    top: 10px;
    font-weight: normal;
}
.sgnpfrtrlbtn{
	position: absolute;
    font-size: 20px;
    bottom: 16px;
    line-height: 12px;
    font-weight: normal;
    left: 65px;
}
.myprfli{
	width: 100%;
	height: auto;
}
.myprfli ul{
	margin: 0;
	padding: 0;
}
.myprfli ul li{
	list-style: none;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}
.myprfli ul li span{
	font-weight: normal;
	position: absolute;
	left: 200px;
}
.myprfli ul li span img{
	width: 30px;
	height: auto;
}
.editbtn{
	width: 100%;
	height: auto;
	margin: 40px auto;

}
.editproflfld{
	width: 100%;
	height: auto;
}
.editproflfld ul{
	margin: 0;
	padding: 0;
}
.editproflfld ul li{
	list-style: none;
	position: relative;
	font-size: 14px;
}
.editproflfld ul li input{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.26);
	padding: 7px 15px;
	margin-bottom: 5px;
	margin-top: 6px;
	background: transparent;
	outline: none;
	background: #fff;
}
.editproflfld ul li select{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.26);
	padding: 7px 15px;
	margin-bottom: 5px;
	margin-top: 6px;
	background: transparent;
	outline: none;
	background: #fff;
	height: 40px;
}
.editproflfld ul li label{
	width: 100%;
	margin: 0;
	padding: 0
}
.editproflfld ul li span{
	position: absolute;
    left: 7px;
    bottom: 10px;
    font-size: 20px;
}
.editbtn span{
	background: #2f2f2f;
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
}
.editproflfld input[type=submit], .submit-button{
  background: #2f2f2f;
    color: #fff;
    font-weight: 600;
    display: block;
    width: 40%;
    margin-bottom: 50px;
    border: none;
}
.myprofileimg{
	width: 100%;
	height: auto;
}
.myprofileimg img{
	width: 90%;
	border: solid 5px #f9f6f6;
	box-shadow: 0px 0px 4px 3px #ccc;
}
.enlargimggb{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: none;
	z-index: 9999999;
}
.enlargephotodiv{
	width: 700px;
	height: 500px;
	margin: 20px auto;
	overflow-y: scroll;
	text-align: center;
	border: solid 10px #FFF;
	background-color: #f9f6f6;
}
.enlargephotodiv img{
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.enlrgimgxlose{
	width: 700px;
	text-align: right;
	margin: 0 auto;
	margin-top: -10px;
}
.crsrpntr{
	cursor: pointer;
}
.enlrgimgxlose span{
	cursor: pointer;
}

.writepostdiv{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	display: none;
}

.wertbox{
	width: 500px;
	height: auto;
	margin: 5% auto;
}
.whtpsthead{
	width: 100%;
	height: auto;
	line-height: 40px;
	padding: 0 15px;
	background-color: #746ed6;
	color: #FFF;
}
.whtpsthead span{
	float: right;
	cursor: pointer;
}
.whtpsthead span i{
	margin-top: 12px;
	font-size: 18px;
}
.wipstbody{
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #FFF;
}
.wipstbody textarea{
	width: 100%;
	height: 200px;
	resize: none;
	outline: none;
	border: none;
}
.wipstbody label{
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}
.wipstbody input{
	width: 60%;
	height: 30px;
	margin-bottom: 30px;
	outline: none;
	padding: 0 10px;
}
.postsbtn{
	width: 100%;
	height: auto;
	margin: 30px 0 0;
}
.postsbtn span{
	background-color: #746ed6;
	padding: 10px 30px;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
}


.diarytabs{
	width: 100%;
	height: auto;
}
.diarytabs ul{
	margin: 0;
	padding: 0;
}
.diarytabs ul li{
	background-color: #835ad0;
	list-style: none;
	width: 150px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	font-size: 13px;
	border-radius: 15px;
	color: #FFF;
	cursor: pointer;
}
.drtbactivetb{
	position: relative;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.drtbactivetb::before{
	height: 20px;
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 999;
	background-color: #835ad0;
	width: 100%;
	content: ' '

}
.headfordairy{
	width: 100%;
	height: auto;
	margin: 8px auto;
	background-color: #835ad0;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
}
.headfordairy span{
	float: right;
	cursor: pointer;
}
.headfordairy span i{
	margin-top: 11px;
}

.mainnotebg{
	background: url(../images/notebookbgs.jpg) repeat-y;
	background-position-x: -36px;
	margin: 0 0 0 !important;
	min-height: 40vh !important;
}
.nocmnttxt{
	width: 100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	color: #CCC;
	padding: 45px 0;
	line-height: 40px;
}
.comentlist{
	width: 100%;
	height: auto;
}
.comentlist ul{
	margin: 0;
	padding: 0;
}
.comentlist ul li{
	list-style: none;
	position: relative;
	padding-left: 75px;
    line-height: 40px;
    margin: 2px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.leftdatecmnt{
	position: absolute;
    left: 0;
    top: 6px;
    width: 57px;
    height: auto;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}
.leftdatecmnt span{
	position: absolute;
    right: -10px;
    top: 6px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(270deg);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: #8559d0;
}
.leftdatecmnt b{
	font-size: 16px;
}
.displnonw{
	display: none;
}
.freeloadbg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	display: none;
}

.dronrfull{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	display: none;
}


.drntbody{
	width: 500px;
	height: auto;
	margin: 5% auto;
}
.drnthead{
	width: 100%;
	height: auto;
	line-height: 40px;
	padding: 0 15px;
	background-color: #746ed6;
	color: #FFF;
}
.drnthead span{
	float: right;
	cursor: pointer;
}
.drnthead span i{
	margin-top: 12px;
	font-size: 18px;
}
.disyntdesc{
	width: 100%;
	height: auto;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
	background-color: #FFF;
	min-height: 40vh !important;
}


.gratitudeslns{
	width: 100%;
	height: auto;
	
}
.gratitudeslns ul{
	margin: 0;
	padding: 0;
}
.gratitudeslns ul li{
	list-style: none;
	position: relative;
	padding-left: 60px;
	border-bottom: solid 1px #CCC;
}
.gratitudeslns ul li span{
	position: absolute;
    font-size: 18px;
    border-right: solid 1px #CCC;
    width: 55px;
    left: 0;
    text-align: center;
    top: 0;
    font-size: 30px;
    color: #6b6b6b;
    line-height: 58px;
}
.gratitudeslns ul li textarea{
	border: none;
	width: 100%;
	height: 60px;
	padding-top: 5px;
	resize: none;
	outline: none;
}

.subdiv{
	width: 400px;
	height: auto;
	background: rgba(174,43,197,1);
	background: -moz-linear-gradient(-45deg, rgba(174,43,197,1) 0%, rgba(83,150,222,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(174,43,197,1)), color-stop(100%, rgba(83,150,222,1)));
	background: -webkit-linear-gradient(-45deg, rgba(174,43,197,1) 0%, rgba(83,150,222,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(174,43,197,1) 0%, rgba(83,150,222,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(174,43,197,1) 0%, rgba(83,150,222,1) 100%);
	background: linear-gradient(135deg, rgba(174,43,197,1) 0%, rgba(83,150,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae2bc5', endColorstr='#5396de', GradientType=1 );
	color: #FFF;
	padding: 10px 10px;
	margin: 0 auto;
	position: relative;
}
.subdivgb{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.closbtn{
	position: absolute;
	width: 40px;
	font-size: 35px;
	text-align: center;
	top: 0;
	right: 0;
	cursor: pointer;
}

.subhead{
	width: 100%;
    padding: 10px 0 7px 0;
    font-size: 32px;
    border-bottom: solid 1px #FFF;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -1px;
    margin-top: 10px;
}
.subhead span{
	font-family: 'Dancing Script', cursive;
	font-size: 28px;
}
.subhead p{
	font-size: 13px;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
	letter-spacing: 0px;
}

.subsliststxt{
	width: 100%;
	height: auto;
	font-size: 14px;
	margin-top: 20px;
}
.subsliststxt ul{
	margin: 0;
	padding: 0;
}
.subsliststxt ul li{
	list-style: none;
	position: relative;
	padding: 4px 0 4px 47px;
	font-weight: normal;
	
}
.subsliststxt ul li i{
	position: absolute;
	left: 15px;
	top: 5px;
	color: #22ca38;
}

.subsbtn{
	text-align: center;
	width: 100%;
	margin: 30px 0 10px;
	
}
.subsbtn span{
	padding: 12px 35px;
	background-color: rgba(255,255,255,0.8);
	color: #000;
	font-size: 18px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.fretxtprx{
	margin: 20px 0;
	font-size: 16px;
	
}
.fretxtprx span{
	font-size: 20px;
	font-weight: bold;
}


.dyfrtxt{
	margin: 20px 0;
	font-size: 24px;
}
.dyfrtxt span{
	padding: 7px 12px;
	border-radius: 15px;
	background-color: rgba(0,0,0,0.6);

}
.dyfrtxt i{
	margin-right: 13px;
}
.replytxtsee{
	width: 30px;
    z-index: 9999;
    position: absolute;
    right: -23px;
    top: -3px;
    height: auto;
    font-size: 14px;
    color: #F00;
}
.replytxtsee i{
	cursor: pointer;
}

.replytxt{
	float: right;
	font-size: 12px;
	font-size: 11px;
	margin-bottom: 7px;
    margin-top: -6px;
	
}
.displnown{
	display: none;
}
.replytxt span{
	cursor: pointer;
}

.del{
	color: #F00;
	font-weight: bold;
	padding-left: 7px;
}
.hapsdpst{
	position: absolute;
	width: 90px;
	height: auto;
	left: 83%;
	top: 12px;
}
.hapsdpst img{
	width: 30px;
	height: auto;
	margin-right: 7px;
	filter: grayscale(100%);
	cursor: pointer;
}
.activemode{
	filter: grayscale(0%) !important;
}
.sendmypst{
	position: absolute;
    /* width: 20px; */
    height: auto;
    right: 11px;
    top: 15px;
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 3px 0px 0px #CCC;
    cursor: pointer;
}
.del{
	color: #F00;
	font-weight: bold;
}
.loader{
	width: 100%;
	height: auto;
	padding: 10% 0;
	text-align: center;
}
.loader img{
	width: 200px;
}
.tcnheading{
	font-size: 20px;
}
.tcndescription{
	font-size: 14px;
}
.dynul{
	width: 50%;
	height: auto;
}
.dynul ul{
	margin: 0;
	padding: 0;
}
.dynul ul li{
	list-style: none;
	position: relative;
    padding-left: 41px;
    line-height: 34px;
    border-bottom: solid 1px #CCC;
}
.dynul ul li img{
	width: 31px;
    position: absolute;
    left: 0;
    top: 12px;
}
.wlbnvideoimg{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}
.wlbnvideoimg img{
	width: 60%;
	height: auto;
}
.profile_logo_image img{
	min-height: 100%;
	cursor: pointer;
}
.listimg img{
	cursor: pointer;
}
.wlbnvideo{
	width: 30%;
	height: auto;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-right: 1%;
	float: left;
}
.wlbnvideo img{
	width: 100%;
	height: auto;
}
.plybtn{
	position: absolute;
	top: 40%;
	width: 100%;
}
.plybtn img{
	width: 70px;
}
.videofram{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 99999;
	text-align: center;
	display: none;
}
.videofram iframe{
	width: 60%;
	margin: 30px auto;
	border: none;
	min-height: 500px;
}
img{
	width: 100%;
}
body{
	font-family: 'Muli', sans-serif;
}
ul{
	padding: 0;
	margin: 0;
}
.banner_text_holder h4{
	font-size: 20px;
}
.container_caustom{
	width: 88%;
	margin:0 auto;
}
.container_caustom iframe{
	width: 650px;
	height: 400px;
}

/* ================== new ========================= */

.header{
	background: #c74e4e;
	width: 100%;
	height: 13vh;
	position: fixed;
	top: 0;
	z-index: 999;
}
.header_holder{
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.cleaners img{
	width: 60%;
}
.icoimg {
	width: 20%;
    margin-bottom: 10px;
}
/* .banner_mobile_holder img{
	width: 80%;
} */
.footer-logo{
	text-align: center;
}
.footer-logo img{
	width: 15%;
}

.toplogindtls{
	width: 500px;
	float: right;
	padding: 10px 0;
}
.toplogindtls ul{
	margin: 0;
	padding: 0;
}
.toplogindtls ul li{
	list-style: none;
	display: inline-block;
	width: 200px;
}
.toplogindtls ul li input{
	width: 100%;
    padding: 4px 10px;
    font-size: 12px;
    outline: none;
}
.toplogindtls ul li label{
	width: 100%;
	font-size: 11px;
	letter-spacing: 1;
	color: #FFF;
	margin: 0 0 5px 0;
}





.register_form{
	padding-left: 40px;
	padding-right: 10px;
}
.register_form ul{
	margin: 0;
	padding: 0;
}
.register_form ul li{
	list-style: none;
	position: relative;
}

.register_form ul li input{
	width: 100%;
    padding:10px;
    font-size: 12px;
    outline: none;
    margin-bottom: 20px;
    border: none;
}

.dipslanamespn input{
	padding-left: 23px !important;
}
.dipslanamespn span{
	position: absolute;
	left: 5px;
    top: 5px;
}

.lgbbtnli{
	width: 84px !important;
    background-color: #8121c5;
    line-height: 29px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    border: solid 1px #7410bb;
    cursor: pointer;
}
.logo{
	width: 180px;
	padding-top: 10px;
}
.banner{
	width: 100%;
	height: 87vh;
	/* background: #2f2f2f; */
	background-color: #c74e4e;
	position: relative;
}
.thim_color{
	color: #2f2f2f;
}
.banner_content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 88%;
	transform: translate(-50%,-50%);
	height: 52%;
}

.center-div{
	margin: 0 auto !important;
}
.password-holder{
	position: relative;
}
.password-holder span{
	position: absolute;
	bottom: -20px;
	right: 0;
}
.password-holder span a{
	color: #d2c1df;
	font-size: 12px;
	text-decoration: none;
}
.topprofiled ul{
	display: flex;
    justify-content: flex-end;
    height: 13vh;
    width: 100%;
    align-items: center;
}
.topprofiled ul li{
	list-style: none;
}
.topprofiled ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-right: 1px solid #9d9c9c;
	font-weight: 600;
	padding:0 11px;

}
.topprofiled ul li:last-child a{
	border-right: none;
}
.profile_logo span{
	font-size: 16px !important;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}
.section_height_full{
	min-height: 80vh;
	margin-top: 13vh;
}
.border-lefte{
	border-left: 1px solid #9d9c9c;
}
.profile_logo{
	margin-right: 15px;
}
.profile_logo img{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}
.left-menu ul li{
	list-style: none;
	position: relative;
}
.left-menu ul li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}
.left-menu ul li ul{
	margin: 0;
	padding-left: 20px;
	display: none;
}
.left-menu ul li ul li span{
	font-size: 11px !important;
}
.left-menu ul li ul li a img{
	height: 18px;
}
.noticount{
	position: absolute;
	left: 0;
	z-index: 99;
	text-align: center;
	font-size: 10px;
	display: none;
}
.noticount span{
	background-color: #F00;
    color: #FFF;
    padding: 3px 6px;
    border-radius: 100%;
}
.active-a{
	background: #ccc;
	border-radius: 5px;
}
.left-menu ul li a img{
	height: 20px;
	width: auto !important;
	display: inline-block;
	margin-right: 10px;
}
.left-menu .profile_logo{
	margin-bottom: 20px;
}
.left-menu .profile_logo span{
	color: #000;
}
.left-menu ul li a span{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	color: #1d2129;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px
}
.main_banner_download_holder{
	display: flex;
}
.main_banner_download_holder li{
	list-style: none;
	width: 200px;
	margin-top: 10px;
}
.under_banner{
	padding: 100px 0px 50px 0px;
}
.under_banner h2{
	color: #333333;
	font-weight: 500;
	margin-bottom: 50px;
	font-size: 24px;
}

.under_banner p{
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 16px;
}

.under_banner p span{
	font-size: 16px;
	font-weight: bold;
}

.myblcklistli{
	width: 100%;
	height: auto;
}
.myblcklistli ul{
	margin: 0;
	padding: 0;
}
.myblcklistli ul li{
	list-style: none;
	position: relative;
	padding: 14px 14px 14px 65px;
	box-shadow: 0px 0px 4px 3px #ccc;
	margin-bottom: 20px;
}
.myblcklistli ul span{
	font-size: 12px;
}
.myblcklistli ul li img{
	width: 40px;
	height: auto;
	position: absolute;
	left: 10px;
}
.myblcklistli ul li b{
	cursor: pointer;
}
.APP_FEATURES li{
	list-style: none;
	height: auto;
	margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-left: 50px;
    text-transform: capitalize;
}
.APP_FEATURES li:before {
    content: url(../images/arrow2.png);
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.svg_holder{
	/* margin-top: -50px; */
	padding: 0px;
}
.div_class_svg_content{
	background: #c74e4e;
	height: auto;
	/* margin-top: -2px;
    margin-bottom: -2px; */
}
.svg_mobile_img{
	margin-top: -55%;
}
.font_size_36{
	font-size: 36px;
	text-align: center;
}
.svg_mobile_text{
	/* height: 400px;
    margin-top: -107px;
	margin-left: 100px; */
	
	padding: 50px 0px;
}
.svg_mobile_text h2{
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-size: 24px;
}
.testimonials{text-align:center; padding:50px; margin-top:10px;}
.testimonials img{width:100px;height:100px; border:4px solid #0a0a0a;border-radius:50%;}
.testimonials p{color:#333; font-size:16px; line-height:24px; font-weight:300;font-family: 'Source Sans Pro', sans-serif !important;margin:10px 0;}
.testimonials h3{margin:0; font-size:18px; color:#333; font-weight:700;font-family: 'Montserrat', sans-serif !important; text-transform:uppercase;}

.copy_right_footer{
	color: #fff;
	font-size: 13px;
	margin-bottom: 0;
}
.copy_right_footer a{
	text-decoration: none;
	color: #fff;
}


.content{
	width: 100%;
	padding: 125px 0 50px 0px;
}



.footer{
	background: #c74e4e;
	height: 80px;
	display: flex;
	align-items: center;
	margin-top: 100px;
}
.svg_mobile_text_part_holder{
	margin-bottom: 5px;
}
.svg_mobile_text_part_holder_icon{
	width: 70px;
	height: 70px;
	font-size: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	/* background: #2f2f2f; */
	background-color: #c74e4e;
	border:2px solid #fff;
	transition: 0.4s;
	animation-name: rotate;
  	animation-duration: 2s;
  	animation-iteration-count: infinite;
  	animation-direction: initial;
	  animation-delay:0s;
	  margin: 9px 20px 20px 0px;
	  position: relative;
}


.dotted{
	width: 5px;
    height: 25px;
    border-left: dotted 2px #fff;
    position: absolute;
    left: 50%;
    bottom: -29px;
}
.svg_mobile_text_part_holder_text{
	width: 90%;
	color: #fff;
}
.svg_mobile_text_part_holder_text h3{
	font-size: 20px;
}
.svg_mobile_text_part_holder_text p{
	font-weight: 400;
}
.svg_mobile_text_part_holder{
	display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 85%;
    margin: 0 auto;
}

.footer_logo img{
	width: 100%;
}
.res-menu{
	display: none;
}
.desktop-d-n{
	display: none;
}

/*@keyframes rotate {
	0%{
		transform: rotate(0deg);
		background: #2f2f2f;
	}
	50%{
		transform: rotate(180deg);
		background: #2f2f2f;
		border-color: #2f2f2f;

	}
	100%{
		transform: rotate(360deg);

	}

}*/


.appfetures h2{
	font-size: 24px !important;
	font-weight: 500;
	margin-top: 40px;
}



.rating i{
	color:#ffc107 !important;
}

.sidenav{
	display: none;
}




.service{
	width: 100%;
	/* background: #2f2f2f; */
	padding: 40px 0px;
}

.service h1{
	text-align: center;
	color: #2f2f2f;
	font-size: 24px;
	font-weight: 500;
}




.service .nav{
	margin-top:30px;
	color:#fff;
	width: 60%;
	margin: 30px auto 0px auto;
}

.service .nav li{
	padding: 0;
	width: 20%;
}

.service .nav li a{
	color: #000;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 5px 0;
    margin: 0px 20px;
    border: solid 2px #c74e4e;
}

.service .nav li a:hover{
	color:#000;
}

.service-tag{
	width: 100%;
	margin: 0 auto;
}




.service .active{
	background: #c74e4e !important;
	color:#fff !important;
}

.servicetabcontent_main{
	background: #2f2f2f;
	margin-top: 40px;
}

.servicetab-content{
	padding: 20px;
}

.servicetab_content_img{
	width: 50%;
	float: left;
}

.servicetab_content_img img{
	width: 100%;
}

.servicetab_content_tag{
	width: 35%;
	float: left;
	padding: 50px 50px 0 80px;
	
}



/* .servicetab_content_tag li{
	margin-bottom: 13px;
} */



.servicetab_content_tag li{
	list-style: none;
	height: auto;
	margin-bottom: 13px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-left: 10px;
    /* text-transform: capitalize; */
}
.servicetab_content_tag li:before {
    content: url(../images/tick.png);
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}


.expriencehead{
	padding-left:9%; font-weight:bold;
}


.cleaners{
	width: 100%;
	padding: 50px 0px;
	background: #fff;
	text-align: center;
}

.cleaners h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 500;
}

.cleaners_content{
	border: solid 2px #c3c0c0;
	text-align: center;
	font-size: 16px;
	height: 210px;
}

.cleaners_content p{
	padding: 10px 10px 0px 10px;
	text-align: center;
	font-size: 16px;
	
}

.cleaners_content_head{
	background: #2f2f2f;
	height: 40px;
	text-align: center;
	padding: 5px 5px 5px 10px;
	color: #fff;
}


.cleaners_content_head i{
	margin-right: 5px;
}

.cleaners_content_head span{
	font-size: 15px;
	line-height: 30px;
	margin-right: 30px;
	font-weight: bold;
}





@media only screen and (max-width: 768px) {


/* -------------- Added 11th march 2021 ---------------------     */

.container_caustom iframe {
    width: 100%;
    height: auto;
}
.cleaners img {
	width: 100%;
}
.cleaners {
    padding: 20px 0px;
}
.main_banner_download_holder {
    display: block;
}
.banner_text_holder ul{
	margin-bottom: 0;
}
/* .container_caustom {
    width: 100%;
} */

/* ---------------- End of 11th march ------------- */
	.expriencehead{
		padding-left:15%;
	}

	.service-tag {
		width: 100%;
	}
	

	.servicetab-content img {
		width: 100%;
		margin-bottom: 20px;
	}

	.servicetab-content ul{
		padding-left: 5%;
	}


	.service .nav{
		margin-top:30px;
		color:#fff;
		width: 98%;
		margin: 30px auto 0px auto;
	}

	.service .nav li {
		width: 20%;
	}


	.service .nav li a{
		margin: 0px 5px 0px 0px;
		padding: 5px 0px;
		font-size: 14px;
	}


	.servicetab-content {
		padding: 10px;
	}

	.cleaners_content{
		height: auto;
		margin-bottom: 20px;
	}


	.servicetab_content_img{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	
	.servicetab_content_tag{
		width: 100%;
		float: none;
		padding: 10px;
	}


	.dotted {

		height: 60px;
		bottom:-60px;
	}



	.banner{
		height: auto !important;
	}
	.banner_content {
     position: unset; 
     width: 100%; 
     transform: none;
     height: auto;
     margin-top: 13vh;
}
.desktop-d-n{
	display: block;
}
.main_banner_download_holder li{
	margin:0 auto;
}
.svg_mobile_img{
	margin-top: 0;
}
.div_class_svg_content{
	height: auto;
}
.svg_mobile_text {
    height: auto;
     margin-top: 0; 
     margin-left: 0; 
}



.svg_mobile_text h2{
	font-size: 24px;
}

.svg_mobile_text_part_holder {
	align-items: flex-start;
	width: 100%;
}

.svg_mobile_text_hight{
	height: auto;
}

.svg_mobile_text_part_holder_icon{
	margin-right: 20px;
	width:70px;
	height: 70px;
}

.svg_mobile_text_part_holder_text{
	width: 63%;
}
.under_banner{
	padding-top: 30px;
}


.footer_logo{
	text-align: center;
}
.footer_logo img{
	width: 50%;
}
.font_size_36{
	font-size: 30px;
	margin-bottom: 28px;
}
.footer{
	height: auto;
	padding: 15px 0;
}
.footer-logo img {
    width: 50%;
}
.copy_right_footer{
	font-size: 12px;
}
.logo{
	margin: 0 auto;
	padding: 6px;
}
.banner_text_holder h1{
	display: none;
}
  .feeds_holder{
  	padding: 20px !important;
  }
  .profile-name-feed {
    min-width: 50% !important;
}
.replyesdiv{
	padding-left: 0 !important;
}
.cmnttxt textarea{
width: 60%;
}
.hapsdpst{
	left: 60%;
}
.hapsdpst img{
	margin-right: 0;
}
.diarytabs ul li {
    width: 49%;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 14px;
}
.drtbactivetb::before{
	display: none;
}
.drtbactivetb{
	background-color: #333 !important;
}
.videofram iframe {
    width: 90%;
    min-height: 400px;
}
.wlbnvideo{
	width: 49%;
}
.dynul{
	width: 100%;
}
.myprofileimg img{
	width: 100%;
	margin-bottom: 30px;
}
.myprfli ul li span{
	left: 140px;
}
.res-menu{
	display: block;
	font-size: 30px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 26px;
    color: #fff;
}

.banner_text_holder h4 {
    margin-top: 20px;
    text-align: center;
}
.toplogindtls{
	width: 85%;
	margin: 0 auto;
	float: none;
}
.lgbbtnli{
	margin:  20px auto 0;
}
.header{
	height: auto;
	position: unset;
}
.toplogindtls ul li{
	display: block;
	width: 100%;
}
.banner_content{
	margin-top: 0;
}
#register_form{
	padding: 20px 0;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #2f2f2f;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: block;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}
.topprofiled{
	display: none;
}
.header_holder{
	height: auto !important;
}
.left-menu.res-left-menu ul li a span{
	color: #fff !important;
}

.res-d-none{
	display: none;
}
.section_height_full{
	margin-top: 0;
}
.res-left-menu{
	width: 250px
}
.profile_logo {
    width: 250px;
    /* text-align: center; */
}
.profile_logo img {
    width: 50px;
    height: 50px;
    margin-left: 20px;
}
.wertbox, .drntbody{
    width: 95%;
}
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/* new footer icons */
.social-container{
	margin-right: 15px;
	margin-top: 18px;
}
.social-container ul li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.social-container ul li a {
	color: white !important;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
.social-container ul li{
	margin-right: 0px;
}
  .social-container ul li a {
		color: white !important;
		font-size: 12px;
	}

.contactnumber a {
	font-size: 20px;
	color: #fff !important;
}

.contactnumber{
	text-align: center;	
	float: inherit;
}

}

























