
* {
	margin: 0;
	padding: 0;
}

@font-face {
	src: local('Helvetica Neue'), local('HelveticaNeue'), url(https://www.codehim.com/font.ttf) format('truetype');
}
.set{display: none;}
.ss-menu {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 300;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: fixed;
	z-index: 10;
	top: 45%;
	right: 40px;
	width: 40px;
	height: 200px;
	font-size: 0;
	}

.ss-menu.open {
	width: 290px;
}

.ss-menu.hide {
	left: -60px;
}

.ss-menu.show {
	left: 0;
}


.ss-menu ul{height: 40px;width: 100px;}

.ss-menu ul li {
	white-space: nowrap;
	overflow: hidden;
	height: 40px;
	width: 40px;
	background-color: white;box-shadow: 0px 1px 2px 3px rgba(0,0,0,0.05);
	border-radius: 5px;
}

.ss-menu ul li a {
	color: #ffffff;
	/* width: 100%;
	height: 100%; */
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	padding: 10px 10px;
	display: block;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.05);
	font-size: 14px;
	vertical-align: center;
}



.ss-menu ul li .fa {
	color: rgba(255, 255, 255, 0.70);
	font-size: 22px;
}


/* nav ul li:not(:nth-child(1)){margin-top:10px ;} */
nav ul div:not(:nth-child(1)){margin-top:10px ;}


.add1 .img2{display: none;}
.add1:hover .img1{display: none;}
.add1:hover .img2{display: block;}
.add1:hover{background: linear-gradient(to right,#00a0e9,#0c70e0);}
.add1 img{vertical-align: middle;width: auto;height: auto;}
.add1 a{display: flex !important;width: 100%;height: 100%;padding: 0 !important;align-items: center;justify-content: center;}

.one{position: relative;overflow: unset !important;}
.one:after{content:'';position:absolute;width: 20px;height: 195px;top:-60px;left:-20px;display: none;}
.one:hover .phone{display: block;/* z-index: 99; */}
.one:hover:after{display: block;}
.first{position: relative;overflow: unset !important;}
.first:after{content:'';position:absolute;width: 20px;height: 195px;top:-60px;left:-20px;display: none;}
.first:hover .phone{display: block;/* z-index: 99; */}
.first:hover:after{display: block;}
.phone{position: absolute;display: none;top: 45%;right: 100px;width: 400px;/* border: 1px solid; */flex-direction:column;height: 185px;box-shadow:1px 2px 3px 4px rgb(0 0 0 / 5%);background-color: white;border-radius: 10px;top:-60px;left:-420px;}
.phone input{outline: none;}
.phone input:-ms-input-placeholder {color: #C0C0C0;}
.z1{display: none;position: fixed;top: 46%;right: 100px;}
.z1 img{border-radius: 10px;border-radius: 10px;box-shadow: 1px 2px 3px 4px rgba(0,0,0,0.05);}

.two{position: relative;overflow: unset !important;}
.two:after{content:'';position:absolute;width: 20px;height: 195px;top:-60px;left:-20px;display: none;}

.two:hover:after{display: block;}
.two:hover .z1{display: block;/* z-index: 99; */}

.second{position: relative;overflow: unset !important;list-style-type:none;}
.second:after{content:'';position:absolute;width: 20px;height: 195px;top:-60px;left:-20px;display: none;}

.second:hover:after{display: block;}
.second:hover .z1{display: block;/* z-index: 99; */}
.phone1{display: none;}
@media screen and (max-width: 768px) {
	/*.ss-menu{z-index: 10;}*/
	/*.phone1{display: none;}*/
	/*.menu1.one:hover .phone1{display: block;}*/
	.phone{display: none !important;}
	
	.one:hover .phone1{display: block;}
	.first:hover .phone1{display: block;}
	.phone_content{/*margin:30px auto;*/display:flex;flex-direction:column;border-radius: 5px;overflow: hidden;height: 100%;}
	.phone1{position: absolute;display: none;top: 45%;right: 100px;width: 230px;flex-direction:column;height: 185px;box-shadow:1px 2px 3px 4px rgb(0 0 0 / 5%);background-color: white;border-radius: 5px;top:-60px;left:-250px;}
	.phone1 .phone_content input{outline: none;width: 210px;height: calc(185px / 3);font-size: 16px;border: 0;background: white;text-align: left;margin-left: 20px;color: #000000;}
	.phone1 .phone_content hr{width: 100% !important;}
	.two:hover .z1,.second:hover .z1{bottom: 16vh;right: 80px;top: unset;}
	.ss-menu{top:unset;right: 5%; bottom: 5vh;}
	
	
	
}