/*
*
*
* Call CSS
*/



.is-open-in{
bottom:67px;
}
.arash-container2{
position: fixed;
right: -20px;
right: auto;
bottom: -267px;
z-index: 1000;
pointer-events: none;
overflow: hidden;
padding: 30px 20px 20px 40px;
}
.arash-pop2{
position: relative;
}

.arash-circle2{
position: relative;
float: left;
/*left: -177px;*/
width: 60px;
height: 60px;
border-radius: 50%;

background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/call/call2.svg);
background-size: cover;
box-shadow: 2px 3px 9px rgba(0,0,0,0.4);
animation: ara-scale2 2s linear infinite;
pointer-events: all;
cursor: pointer;

}
@keyframes ara-scale2 {
0%{
transform: scale(1) rotate(0);
}
25%{
transform:scale(1.05) rotate(10deg);
}
50%{
transform: scale(1.1);
}
75%{
transform:scale(1.05) rotate(-10deg);
}
100%{
transform: scale(1) rotate(0);
}
}
/*
*
*
* Whatsapp CSS
*/


.pop-icon{
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-bottom: 10px;
    background-repeat:no-repeat;
    pointer-events: all;
}
.whatsapp-icon{
    background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/whatsapp/social/WhatsApp.svg);
}
.rubika-icon{
    background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/whatsapp/social/rubika.svg);
}
.bale-icon{
    background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/whatsapp/social/bale.svg);
}
.eita-icon{
    background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/whatsapp/social/eitaa.svg);
}
.iGap-icon{
    background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/whatsapp/social/iGap.svg);
}
.sorush-icon{
    background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/whatsapp/social/splus.svg);
}

.arash-container{
position: fixed;
right: -200px;
left: auto;
bottom: 142px;
z-index: 1000;
pointer-events: none;
overflow: hidden;
padding: 30px 20px 20px 40px;
}
.arash-pop{
position: relative;
}
.arash-jq.is-open-wa > .arash-text > .ara-close{
 opacity: 100%;
 transition: opacity 1s;
}
.ara-close {
    opacity: 0;
    transition: opacity 1s;
    color: red;
    font-size: 77px;
    bottom: -96px;
    right: -3px;
    position: absolute;
    z-index: 10001;
    border: 1px solid;
    /* padding: 5px 5px 0px 5px; */
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
    text-align: center;
    line-height: 77px;
    width: 65px;
    height: 65px;
    background-color: #fff;
}
.arash-text{
align-items: center;
position: relative;
bottom: 23px;
/*left: -45px;*/
z-index: 1000;
}

.arash-circle{
position: relative;
float: right;
/*left: -177px;*/
width: 60px;
height: 60px;
border-radius: 50%;
/* background-color: rgb(0,0,0); */
background-image: url( https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/whatsapp/social/social.svg);
background-size: cover;
box-shadow: 2px 3px 9px rgba(0,0,0,0.4);
animation: ara-scale 2s linear infinite;
pointer-events: all;
cursor: pointer;
/*-webkit-transform:scale(1) rotate(360deg);
-webkit-transition: 400ms ease-in-out;*/
}
@keyframes ara-scale {
0%{
transform: scale(1) rotate(0);
}
25%{
transform:scale(1.05) rotate(10deg);
}
50%{
transform: scale(1.1);
}
75%{
transform:scale(1.05) rotate(-10deg);
}
100%{
transform: scale(1) rotate(0);
}
}
/*.arash-circle:hover{
-webkit-transform: scale(2) rotate(0deg);
-webkit-transition: 400ms ease-in-out;
}*/

.arash-jq{display: none;padding-top: 30px;}
/*
*
* instagram CSS
*/

.arash-container1{
position: fixed;
right: 5px;
left: auto;
bottom: -267px;
z-index: 1000;
pointer-events: none;
overflow: hidden;
padding: 30px 20px 20px 20px;
}
.arash-pop1{
position: relative;
}
.ara-close1 {

color: red;
font-size: 20px;
left: 2%;
position: absolute;

z-index: 10001;
border: 1px solid;
/*padding: 5px 5px 0px 5px;*/
border-radius: 50%;
pointer-events: all;
cursor: pointer;
text-align: center;
line-height:20px;
width:20px;
height:20px;
}
.arash-text1{

width: 80%;
min-width: 270px;
align-items: center;
position: relative;
bottom: 23px;

background-color: #ffffff;
padding: 8px;
border-radius: 7px;
z-index: 1000;
pointer-events: none;
box-shadow: 1px 2px 12px rgba(0,0,0,0.7);
}
.arash-text1::before{
content: '  ';
width: 10px;
height: 10px;
background: #ffffff;
transform: rotate(45deg);
position: absolute;
right: 12px;
bottom: -5px;
z-index: 999;
}
.arash-circle1{
position: relative;
float: right;
/*right: -177px;*/
width: 60px;
height: 60px;
border-radius: 50%;
/* background-color: rgb(0,0,0); */
background-image: url(https://khaneyeamniat.com/wp-content/plugins/arash-welcome-pop/inc/instagram/Instagram.svg);
background-size: cover;
box-shadow: 2px 3px 9px rgba(0,0,0,0.4);
animation: ara-scale1 2s linear infinite;
pointer-events: all;
cursor: pointer;
/*-webkit-transform:scale(1) rotate(360deg);
-webkit-transition: 400ms ease-in-out;*/
}
@keyframes ara-scale1 {
0%{
transform: scale(1) rotate(0);
}
25%{
transform:scale(1.05) rotate(10deg);
}
50%{
transform: scale(1.1);
}
75%{
transform:scale(1.05) rotate(-10deg);
}
100%{
transform: scale(1) rotate(0);
}
}
/*.arash-circle:hover{
-webkit-transform: scale(1.2) rotate(0deg);
-webkit-transition: 400ms ease-in-out;
}*/
.a-text-h1{
font-size: 14px;
font-weight:bold;
color: #3b3b3b ;
display: flex;
/*align-items: center;*/
padding-left: 20px;
/*margin-bottom: 10px;*/
}
.a-text-h1::before{
content: '  ';
width: 28px;
height: 28px;
border-radius: 28px;
background-image:url(happy.svg);
background-size:25px 25px ;
background-repeat: no-repeat;
display: flex;
align-items: center;
position: relative;
margin-left: 10px;
margin-right: 3px;
}

.a-text-t1{
font-size: 14px;
font-weight:lighter;
color: #3B3B3B !important;
margin-bottom: 0;

}
.ara-button1{
color: white;
font-size:14px;
height: 36px;
width: 80%;
display: flex;
align-items: center;
justify-content: center;
right: auto;
left:auto;
background-color: #fbb034 ;
background-image: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d) ;
border: none;
border-radius: 7px ;
font-weight: 300;
transition-duration: 0.2s;
box-shadow: 0 7px 15px rgba(224, 70, 207, 0.6);
margin:10px auto;
pointer-events: all;
cursor: pointer;
}
.a-text-l1{
color: white;
}
.arash-jq1{display: none;padding-top: 30px;}