@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-ultralight-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-ultralight-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-thin-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-thin-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-thin-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-light-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-regular-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-medium-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-semibold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-semibold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-bold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-heavy-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-heavy-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-heavy-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-extrabold-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy/gilroy-black-webfont.woff') format('woff'),
         url('../fonts/gilroy/gilroy-black-webfont.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
}

html,body{
    width:100%;
    height:100%;
}
body{
    font-size:13px;
    font-family: 'gilroy';
    color:var(--text-color);
    background:#F4F4F4;
}
@media only screen and (min-width:1441px){
    body{
        font-size:16px;
    }
}
a{
    color:var(--text-color);
    text-decoration: none;
    transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
a:hover{
    color:var(--text-color-2);
}

p{margin-bottom:10px;}

.text-align{text-align:center;}

/*--- HEADER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
header{padding:20px 0 0 0;background:#fff;border-radius:0 0 22px 22px;position:relative;z-index:9;}
header .container{display:flex;flex-direction:row;justify-content:space-between;}
header .container .logo{max-width:307px;flex:0 0 307px;position:relative;}
header .container .logo img{background:#fff;padding:10px;border-radius:0 0 22px 22px;position:absolute;}
header .container .menu{}
header .container .menu .menu-bar{display:none;}
header .container .menu>ul{display:flex;flex-direction:row;gap:100px;list-style:none;margin:0;padding:0;}
header .container .menu>ul>li>a{font-weight:700;color:#102650;display:block;padding:20px 0;}
header .container .menu>ul>li>a:hover{color:#00a3ff;}
@media only screen and (max-width:991px){
    header{padding:0;}
    header .container .logo{flex:unset;max-width:unset;margin-bottom:20px;}
    header .container .logo img{position:relative;margin:0 auto;display:block;box-shadow: 0 0 10px #bababa;}
    header .container{flex-direction:column;justify-content:unset;}
    header .container .menu{position:relative;margin-bottom:20px;}
    header .container .menu .menu-bar{display:block;padding:15px;background:#0666F6;color:#fff;}
    header .container .menu>ul{flex-direction:unset;gap:unset;display:none;position:absolute;left:0;width:100%;background:rgba(0, 0, 0, .9);padding:5px;}
    header .container .menu>ul>li>a{padding:10px;color:#fff;border-bottom:1px dashed #aaa;}
    header .container .menu>ul>li:last-child>a{border:0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    header .container .menu>ul{gap:50px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
    header .container .menu{font-size:16px;}
    header .container .menu>ul{gap:90px;}
}
/*--- SLIDER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.slider{padding:0 20px;}
.slider .swiper-slide img{width:100%;height:87vh;object-fit:cover;border-radius:0 0 22px 22px;}
.slider .swiper-slide .container{position:absolute;top:0;left:0;right:0;margin:0 auto;height:100%;}
.slider .swiper-slide .text{position:absolute;left:0;top:0;height:100%;display:flex;flex-direction:column;gap:20px;justify-content:center;width:45%;}
.slider .swiper-slide .text h2{font-size:4.5em;color:#fff;font-weight:1000;}
.slider .swiper-slide .text p{font-size:1em;color:#fff;width:75%;}
.slider .swiper-slide .text .more{display:inline-block;background:#0666F6;color:#fff;width:155px;height:48px;line-height:48px;text-align:center;font-weight:700;border-radius:12px;text-transform:uppercase;color:#fff;text-transform:uppercase;}
@media only screen and (max-width:767px){
    .slider{padding:0;}
    .slider .swiper-slide img{border-radius:0;height:65vh;}
    .slider .swiper-slide .text{width:75%;padding:0 15px;}
    .slider .swiper-slide .text h2{font-size:2em;}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .slider{padding:0;}
}
@media only screen and (min-width:992px) and (max-width:1199px){
    .slider .swiper-slide .text{width:60%;padding:0 15px;}
    .slider .swiper-slide .text h2{font-size:3em;}
}
/*--- M1 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m1{padding:50px 0 0 0;overflow:hidden;}
.m1 .container{background:url('../images/m1-bg.png') no-repeat center center;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;}
.m1 .box{display:flex;flex-direction:column;gap:15px;margin-bottom:50px;height:calc(100% - 50px);justify-content:center;}
.m1 .box .t{display:block;width:fit-content;color:#0666F6;font-size:1.68em;text-transform:uppercase;font-weight:500;}
.m1 .box h2{font-size:5.12em;color:#000000;font-weight:700;}
.m1 .box .text:first-child p{font-size:1.25em;color:#000000;font-weight:500;}
.m1 .box .text p{color:#4D5163;font-size:1.12em;}
.m1 .box .text .more{display:block;width:fit-content;color:#0666F6;font-weight:700;}
.m1 .img{margin-bottom:50px;margin-bottom:50px;}
.m1 .img img{display:block;margin:0 auto;max-width:100%;height:auto;}
/*--- M2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m2{position:relative;z-index:9;overflow:hidden;}
.m2 .container{position:relative;padding:50px 15px;}
.m2 .container:before{content:'';width:calc(100% + 60px);height:100%;background:#25243A;border-radius:32px;position:absolute;left:-30px;top:0;}
.m2 .box{display:flex;flex-direction:column;justify-content:center;gap:20px;height:calc(100% - 50px);}
.m2 .box .t1{display:block;width:fit-content;color:#0666F6;font-size:2.06em;text-transform:uppercase;transform:translate(0,30px);opacity:0;visibility:hidden;ransition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .swiper-slide-active .box .t1{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.3s;}
.m2 .box span{display:block;font-size:1.25em;color:#fff;margin-bottom:40px;transform:translate(0,30px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .swiper-slide-active .box span{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.5s;}
.m2 .box h2{font-size:3.5em;font-weight:700;color:#fff;transform:translate(0,30px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .swiper-slide-active .box h2{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.7s;}
.m2 .box .text{font-size:1.25em;color:#FFFFFF;transform:translate(0,30px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .swiper-slide-active .box .text{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:.9s;}
.m2 .box .more{display:block;width:fit-content;color:#0666F6;font-size:0.87em;font-weight:700;transform:translate(0,30px);opacity:0;visibility:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .swiper-slide-active .box .more{transform:translate(0,0);opacity:1;visibility:visible;transition-delay:1.1s;}
.m2 .images{position:relative;padding:100px 25px;margin-bottom:50px;}
.m2 .swiper-slide .images .bg{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0;visibility:hidden;transform:scale(0);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .swiper-slide-active  .images .bg{transform: scale(1);opacity:1;visibility:visible;transition-delay:.3s;}
.m2 .swiper-slide .images .img{width:100%;height:auto;position:relative;z-index:9;border-radius:22px;opacity:0;visibility:hidden;transform:scale(0);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;}
.m2 .swiper-slide-active  .images .img{transform: scale(1);opacity:1;visibility:visible;transition-delay:.6s;}
.m2 .swiper-scrollbar{width:30%;margin:0 auto;opacity:1 !important;height:1px;left:0;right:0;}
.m2 .swiper-horizontal>.swiper-scrollbar, .m2 .swiper-scrollbar.swiper-scrollbar-horizontal{background:#fff;}
.m2 .swiper-scrollbar-drag{background:#fff;height:3px;top:-1px;}
.m2 .swiper-nav{display:flex;flex-direction:row;gap:5px;justify-content:center;margin-bottom:10px;}
.m2 .swiper-nav>div{width:30px;height:30px;line-height:30px;border-radius:50%;color:#fff;text-align:center;border:1px solid #fff;}
.m2 .swiper-nav>div:active{background:#fff;color:#25243A;}
.m2 .line{display:block;margin-bottom:100px;}
.m2 .box-2{position:relative;z-index:9;}
.m2 .box-2 img{width:84px;height:84px;border-radius:50%;background:#fff;margin-bottom:30px;}
.m2 .box-2 h3{font-size:1.5em;color:#fff;font-weight:1000;margin-bottom:25px;}
.m2 .box-2 p{font-size:1em;color:#FFFFFF;font-weight:300;}
@media only screen and (max-width:767px){
    .m2 .container:before{left:0;width:100%;}
    .m2 .box{height:100%;}
}
/*--- M3 ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.m3{padding:65px 0;margin-bottom:75px;position:relative;z-index:8;overflow:hidden;}
.m3 .container{position:relative;}
.m3 .container:before{content:'';width:calc(100% + 60px);left:-30px;height:150%;background:#fff;position:absolute;bottom:0;border-radius:32px;}
.m3 .title{margin-bottom:30px;position:relative;z-index:0;}
.m3 .title h2{font-size:2.06em;text-transform:uppercase;}
.m3 .title h2>a{color:#0666F6;}
.m3 .title p{font-size:1.25em;}
.m3 .box{margin-bottom:50px;}
.m3 .box .img{}
.m3 .box .img img{width:100%;height:197px;border-radius:20px;}
.m3 .box .content{padding:20px 0;}
.m3 .box .content h3{font-size:1.25em;font-weight:1000;line-height:1.2em;min-height:4.8em;}
.m3 .box .content h3>a{color:#102650;}
.m3 .box .content .text{min-height:250px;font-weight:300;}
.m3 .box .content .more{width:30px;height:30px;border:2px solid #0666F6;border-radius:5px;line-height:30px;text-align:center;display:block;color:#0666F6;}
.m3 .swiper-nav{display:flex;flex-direction:row;gap:5px;justify-content:center;margin-bottom:10px;}
.m3 .swiper-nav>div{width:30px;height:30px;line-height:30px;border-radius:50%;color:#fff;text-align:center;border:1px solid #fff;}
.m3 .swiper-nav>div:active{background:#fff;color:#25243A;}
.m3 .swiper-blog-scrollbar{width:30%;margin:0 auto;opacity:1 !important;height:1px;left:0;right:0;}
.m3 .swiper-horizontal>.swiper-blog-scrollbar, .m3 .swiper-blog-scrollbar.swiper-scrollbar-horizontal{background:#0666F6;}
.m3 .swiper-scrollbar-drag{background:#0666F6;height:3px;top:-1px;}


.service-box .box{display:flex;flex-direction:column;justify-content:center;gap:20px;height:calc(100% - 50px);margin-bottom:50px;}
.service-box .box .t1{display:block;width:fit-content;color:#0666F6;font-size:2.06em;text-transform:uppercase;}
.service-box .box span{display:block;font-size:1.25em;margin-bottom:40px;}
.service-box .box h2{font-size:3.5em;font-weight:700;}
.service-box .box .text{font-size:1.25em;}
.service-box .box .more{display:block;width:fit-content;color:#0666F6;font-size:0.87em;font-weight:700;}
.service-box .images{position:relative;padding:100px 25px;margin-bottom:50px;}
.service-box .images .bg{position:absolute;top:0;left:0;width:100%;height:auto;}
.service-box .images .img{width:100%;height:auto;position:relative;z-index:9;border-radius:22px;}


/*--- FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{padding:50px 0 0 0;color:#fff;background:url('../images/cover.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
footer a{color:#fff;}
footer h3{font-size:18px;font-weight:700;margin-bottom:20px;}
footer .logo{margin-bottom:50px;}
footer .logo img{max-width:100%;height:auto;}
footer .list{margin-bottom:50px;}
footer .list>ul{list-style:none;margin:0;padding:0;}
footer .list>ul>li{display:flex;align-items:center;}
footer .list>ul>li>i{margin-right:10px;}
footer .list>ul>li>span,footer .list>ul>li>a{display:inline-block;font-size:.9em;line-height:2em;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
footer .list>ul>li>span:hover,footer .list>ul>li>a:hover{padding-left:5px;}
footer .workhour{margin-bottom:50px;}
footer .map{margin-bottom:50px;}
footer .map>iframe{width:100%;height:250px;}
footer .copyright{margin-bottom:5px;font-size:11px;text-align:center;padding-top:25px;}
footer .swa{margin-bottom:50px;text-align:center;}
footer .swa>a>img{display:block;width:50px;height:50px;margin:0 auto;opacity:.95;filter:invert(100%);}
footer .contracts{margin-bottom:50px;display:flex;flex-wrap:wrap;justify-content:center;}
footer .contracts a{display:inline-block;padding:0 10px;font-size:.8em;margin:0 0 5px 0;}
@media only screen and (max-width: 767px){
    footer .logo img{display:block;margin:0 auto;}
}
/*--- PAGE ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page .page-head{padding:75px 0 35px 0;background:url('../images/cover.jpg') no-repeat center center;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;-moz-background-size:cover;}
.page .page-head h1{font-size:2.5em;font-weight:600;margin-bottom:25px;color:#fff;}
.page .page-head p{font-size:1.3em;font-weight:200;margin-bottom:25px;color:#fff;}

.page .page-head .title nav ol li{color:#fff;}
.page .page-head .title nav ol li a{color:#fff;}
.page .page-head .title .breadcrumb-item+.breadcrumb-item::before{color:#fff;}

.page .page-head .breadcrumb{font-size:.8em;}
.page .page-body{padding:50px 0 20px 0;}
.page .page-foot{padding:50px 0 20px 0;background:var(--bg-color);margin-bottom:50px;}
.page .page-form{margin-bottom:50px;}

/*--- COOKIE-POLICY -----------------------------------------------------------------------------------------------------------------------------------------------------*/
.cookie-accept {position:fixed;bottom:-100%;left:0;right:0;width:100%;z-index:99;border:1px solid #ddd;background:#fff;display:flex;justify-content:center;align-items:center;transition:bottom 1s ease-in-out;-webkit-transition:bottom 1s ease-in-out;-moz-transition:bottom 1s ease-in-out;-o-transition:bottom 1s ease-in-out;padding:20px;}
.cookie-accept.active {bottom:0;}
.cookie-accept .close {position:absolute;right:15px;top:-15px;width:30px;height:30px;border:1px solid #ddd;line-height:30px;text-align:center;font-size:1.5em;background:#fff;}
.cookie-accept .icon {text-align: center;}
.cookie-accept .icon i {font-size:4em;}
.cookie-accept .content {padding:1.5em;}
.cookie-accept .content strong {display:block;font-size:1.5em;line-height:1;margin-bottom:10px;}
.cookie-accept .content p {font-size:1.1em;font-weight:200;margin:0;}
.cookie-accept .buttons ul {list-style:none;margin:0;padding:0;display:flex;gap:10px;}
.cookie-accept .buttons ul > li {flex:1 1 auto;}
.cookie-accept .buttons ul > li > a{display:flex;padding:10px 20px;background:#aaa;color:#fff;text-align:center;text-decoration:none;align-items:center;height:100%;}
@media only screen and (max-width: 767px) {
    .cookie-accept {flex-direction: column;}
}
/*--- FORM --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:1em;font-weight:700;margin-bottom:5px;}
.form-group .form-control{min-height:45px;border:0;border:1px solid #eee;font-size:1em;}
.form-group .form-control::placeholder{font-size:1em;}
.form-group input[type="checkbox"]{width:25px;height:25px;}
.form-checkbox-group{display:flex;line-height: 25px;}
.form-checkbox-group>input{accent-color:var(--primary-color);}
.form-checkbox-group a{padding-left:15px;}
.form-group button{background-color:var(--primary-color);color:#fff;font-size:1em;}
.form-group button:hover{background-color:var(--secondary-color);color:#fff;}
/*rating*/
.stars {width:100%;text-align: center;border:1px solid #eee;border-radius:5px;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;margin-bottom:20px;}
.stars-focus{box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
input.star {display: none;}
label.star {margin:0;padding: 0 5px;font-size: 30px;color: #ddd;transition: all .2s;}
input.star:checked ~ label.star:before {content: '\f005';color: #FD4;transition: all .25s;font-weight: 900;}
input.star-5:checked ~ label.star:before {color: #FE7;}
input.star-1:checked ~ label.star:before {color: #F62;}
input.star-2:hover ~ label.star-1 {color: #F62;}
input.star-3:hover ~ label.star-1, input.star-3:hover ~ label.star-2 { color: #F62; }
input.star-4:hover ~ label.star-1, input.star-4:hover ~ label.star-2, input.star-4:hover ~ label.star-3 { color: #F62; }
input.star-5:hover ~ label.star-1, input.star-5:hover ~ label.star-2, input.star-5:hover ~ label.star-3, input.star-5:hover ~ label.star-4 {color: #F62;}
label.star:hover {color: #ffa300;}
label.star:before {content: '\f005';font-family: 'Font Awesome 5 Free';font-weight: 400;}
/*security-input*/
.security-group{margin-bottom:20px;position:relative;}
.security-group label{display: block;font-size:14px;font-weight:700;margin-bottom:5px;}
.security-group .img{position:absolute;bottom:0;left:0;}
.security-group .img img{min-height:45px;}
.security-group .img button{border:0;min-height:45px;min-width:45px;margin:0;background:transparent;}
.security-group input{text-indent:175px;min-height:45px;min-height:45px;border:1px solid #eee;font-size:1em;}
/*--- LOADING ---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loading{width:100%;height:100vh;position:fixed;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999;display:flex;flex-direction:column;justify-content:center;align-items:center;}
@keyframes spin{to{transform: rotate(360deg);}from{transform: rotate(0);}}
#loading:before{content:'\f110';color:#fff;font-family: 'Font Awesome 6 Free';font-weight:900;animation: spin infinite 1s linear;}
/*--- NO-CONTENT --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.no-content{padding:40px 20px;border:1px dashed #eee;border-radius:10px;text-align:center;margin-bottom:30px;}
.no-content>i{font-size:30px;margin-bottom:15px;color:#aaa;}
.no-content>p{font-size:18px;padding:0;margin:0;font-weight:200;}
/*--- HEMEN ARA - WHATSAPP --------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes ripple {0% {opacity: 1;-webkit-transform: scale(0);transform: scale(0);}100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}}

.fixed-button{position:fixed;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;z-index:999999;}
.fixed-button>a{height:40px;width:40px;text-align: center;border-radius:80px;z-index: 999;color: white;position:relative;}
.fixed-button>a>i{line-height:40px;font-size:25px;}
.fixed-button>a .ripple{position: absolute;width:120px;height:120px;z-index: -1;left: 50%;top: 50%;opacity: 0;margin: -60px 0 0 -60px;border-radius:80px;-webkit-animation: ripple 1.8s infinite;animation: ripple 1.8s infinite;}
.fixed-button>a .ripple:nth-child(2) {animation-delay: .3s;-webkit-animation-delay: .3s;}
.fixed-button>a .ripple:nth-child(3) {animation-delay: .6s;-webkit-animation-delay: .6s;}

.whatsAppBg{background-color: #068404 !important;background-image: linear-gradient(90deg, #068404, #0ba909);}
.hemenAraBg {background-color: #004080 !important;background-image: linear-gradient(90deg, #004080, #0073e6);}