#conversation{
    float: left;
    padding: 0px 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width:100%;
}
#conversation .girl{
    float:left;
    bottom:0;
    position: relative;
    padding-top:60px;
}
#conversation .character{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.visiblity{
    visibility: hidden;
}

#conversation .man{
    float:right;
    padding-bottom:30px;
}
.leftPart{
    width:60%;
    max-width:100%;
    height:582px;
    position: relative;
    display: inline-block;
    float: left;
}
a{
    text-decoration: none;
}
.containCharacter{
    width:100%;
    position: absolute;
    bottom: 0;
}
.text{
    margin: 0px 130px 0px 130px;
    display: grid;
    overflow: hidden;
}
.hide{
    display:none;
}
.show{
    position: relative;
}
.right{
    float:right;
    background-color: rgb(226, 233, 238);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: justify;
    margin:8px 0px;
}
.left{
    float:left;
    background-color: rgb(12, 70, 196);
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    text-align: justify;
    margin:8px 0px;
}
.leftSpace {
    padding-left:9%;
}
.rightSpace{
    padding-right:90px;
}
.secondPart{
    height:inherit;
    width:40%;
    max-width:100%;
    position: relative;
    bottom: 0; 
    float: left;
}
.title{
    padding-top: 28%;
}
.title span{
    font-size: 40px;
    color: #000000;
    text-align: justify;
}
.discription span{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.detail{
    display: inline-block;
    width:100%;
}
.email{
    width:100%;
}
.email input{
    background: #e0e0e0;
    border:none;
    height:62px;
    width:323px;
    border-radius: 10px;
    margin-top:10px;
    font-size: 20px;
    /* color: #777777; */
    padding-left:25px;
    outline: none;
}
.email input::placeholder{
    font-size: 20px;
    color: #777777;
}
.email input:focus {
    background: #FFFFFF;
    border: 2px solid #2069FF;
    height: 62px;
    width: 323px;
}

.email button{
    background: #27BE31;
    border: none;
    height:62px;
    width:166px;
    border-radius: 10px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center; 
    margin-left: 10px;
    margin-top:10px;
    outline: none;
}
.detail .email{
    float:left;
    padding-top: 10px;
    width:100%;
}
.err{
    display:block;
}
.showEmail{
    display: inline-block;
    vertical-align: top;
}
.login{
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.login a{
    font-size: 18px;
    color: rgb(7, 104, 231);
    line-height: 28px;
}
.charactersticTitle{
    font-size: 32px;
    color: #000000;
    text-align: center;
    float:left;
    width:100%;
}
.display{
    width:100%;
    float:left;
}
.productPreview img{
    width:100%;
}
.adjust{
    text-align: center;
    width: 1140px;
}
.center{
    display:inline-block;
    padding:0px 15px;
}
.imgContent{
    width:300px;
    text-align: center;
}
.imgs{
    height:200px;
}
.heading{
    font-size: 22px;
    color: #000000;
    padding-top:20px;
    margin:0px;
}
.discribe{
    font-size: 16px;
    color: #333333;
    margin: 4px 0px;
}
.features{
    text-align: center;
}
.features .image{
    display: inline-block;
    vertical-align: middle;
} 
.features img{
    max-width: 100%;
}
.features .content{
    width: 420px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.content h3{
    font-size: 28px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
.content p{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin: 2px 0 0;
}
.device{
    float:left;
    width:100%;
    padding-top:30px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000000;
}
.icon{
    padding-top:10px;
}
.communicationResources .charactersticTitle{
    padding-top:50px;
}
.characterstic{
    text-align: -webkit-center;
}
.freeOfCost{
    background: #ECECEC;
    padding:25px 0px;
    margin-top:50px;
}
.freeOfCost p{
    margin:0px;
    font-size: 46px;
    color: #000000;
    text-align: center;
}
.center input{
    outline: none;
    background: #FFFFFF;
}

@media screen and (max-width: 1260px) {
    #conversation .man{
        float:right;
    }
    .leftPart{
        width:96%;
        float:none;
    }
    .secondPart{
        width:96%;
        text-align: center;
        float: left;
    }
    .title{
        padding: 0%;
    }
    .detail .login{
        width:100%;
    }
    .imgContent{
        width: 100%;
    }
    .features .content{
        text-align: center;
        padding: 20px 0px;
    }
}
@media screen and (max-width: 1220px){
    #reverse{
        display:flex;
        flex-direction: column-reverse;
    }
    .features .content{
        width:100%;
    }
}
@media screen and (max-width: 1140px){
    .adjust{
        width:100%;
        max-width:100%;
    }
}
@media screen and (max-width: 450px) {
    #conversation .girl{
        padding-top:10px;
    }
    #conversation .man{
        padding-top:10px;
    }
}
@media screen and (max-width: 800px) {
    .leftPart{
        display:none;
    }
     .email input{
        width:170px;
    } 
    .email button{ 
        width:130px;
    }
}
@media screen and (max-width: 1465px){
    .features img {
        width: 800px;
    }
    
}
@media screen and (min-width: 1570px) {
    #conversation{
        padding:10px 150px;
    }
}
