.csidts{padding-right:0;padding-left:0}.csidts,.csitt,.csidts-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.csidts{-zzee-preferred-size:0;flex-basis:0;-zzee-positive:1;flex-grow:1;max-width:100%}.csist-11{margin-left:91.666680%}@media (min-width:575px){.csidts-nnm{-zzee-preferred-size:0;flex-basis:0;-zzee-positive:1;flex-grow:1;max-width:100%}.csist-nnm-11{margin-left:91.666680%}}@media (min-width:768px){.csidts-md{-zzee-preferred-size:0;flex-basis:0;-zzee-positive:1;flex-grow:1;max-width:100%}.csitt{-zzee:0 0 33.3333332%;flex:0 0 33.333332%;max-width:33.333332%}
.csisk1{width:100%;background:lightgray;margin-top:0px;}
.csisk4{width:100%;background:silver;margin-top:0px;}
.csisk5{width:100%;background:white;margin-top:0px;}
.csisk2{width:100%;float:left;line-height:13px;}
.csisk3{padding-right:8px;}

/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.whatsapp-icon {
    margin-top: 16px;
}
/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
	}
}