@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.woff') format('woff');
       
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.container{
    margin: auto;
    max-width: 1280px;
}
.header1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hamburger{
    display: none;
}
.nav-links {
    display: flex;
    gap: 15px;
    padding: 0 30px;
    list-style: none;
    background: #EDF4F5;
 
    border-radius: 28px;
    /* width: 640px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
    margin-right: 25px;
}

.nav-links li a {
    text-decoration: none;
    color: #181C1C;
    font-size: 16px;
    font-family: 'Gilroy';
    padding: 12px 16px;
    font-weight: 400;
    /* padding: 8px 14px;
    border-radius: 20px; */
}

.nav-links li a:hover {
    background-color: #4C949D;
   
    border-radius: 100px;
    color: white;
}
.nav-links li a.active {
    background-color: #4C949D;
   
    border-radius: 100px;
    color: white;
}


/* Social Icons */
.social-icons {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #181C1C;
}
.social-icons3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 23px;
    color: #181C1C;
}
.social-icons1 {
    display: flex;
    gap: 30px;
    font-size: 18px;
    color: #181C1C;
}

.social-icons i {
    cursor: pointer;
    transition: color 0.3s ease;
}

.social-icons i:hover {
    color: #008CBA;
}
.sidebar {
    position: fixed;
    display: none;
    z-index: 99;
    top: 0;
    left: -100%;
    width: 310px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    transition: left 0.4s ease-in-out;
}

.sidebar ul {
    list-style: none;
    padding: 0 20px;
}

.sidebar ul li {
    margin: 15px 0;
}

.sidebar ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 400;
    color: #181C1C;
    display: block;
    padding: 10px;
    border-radius: 100px;
}

.sidebar ul li a.active {
    background: #008080;
    color: white;
}
.sidebar.show {
    left: 0;
}
.social-icons2 {
    position: absolute;
    /* bottom: 20px; */
    left: 33%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

.social-icons2 i {
    font-size: 20px;
    color: black;
    cursor: pointer;
}
.footer {
    background: url('assets/footer.png') no-repeat;
    /* height: 424px;
    max-width: 1280px; */
    background-size: contain;
    content: "";
 

  
    padding: 44px 40px 80px  40px;
    text-align: center;
    border-radius: 32px;
    margin-top: 120px;
    position: relative;
}
/* .footer-img{
    position: absolute;
  
   
    background: url('assets/footer.png') no-repeat center center;
    background-size: contain;
    content: "";
    z-index: 30;
} */


.footer-top {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;

    gap: 30px;
}

.logo {
    width: 50%;
  display: flex;
  justify-content: start;
  align-items: start;
}
nav{
    width: 50%;
}

nav ul {
    list-style: none;
    padding-left: 3px;
    display: flex;
    justify-content: end;
    gap: 30px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 16px;
    color: #181C1C;
    
 
}
nav ul li a:hover{
    color: #4C949D;
 }

.newsletter {
    margin: 20px 0;
    display: flex;
    text-align: center;
    gap: 30px;
}

.newsletter span {
text-align: start;
font-size: 20px;
font-family: 'Gilroy';
font-weight: 600;
    color: #181C1C;
    margin: 0;
    padding: 0;
}

.newsletter p {
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 0;
    text-align: start;
    margin-top: 7px;
    padding: 0;
}

.subscribe {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: relative;
}

.subscribe input {
    padding: 15px;
    width: 100%;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 16px;
    background-color: #F4F6F6;
    border: 1px solid #DFE6E7;
   
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;

    outline: none;
}
.subscribe input::placeholder{
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
}

.subscribe button {
    padding: 10px 15px;
   background: #4C949D;
    color: white;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 16px;
    width: 200px;
    gap: 5px;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 10px;
  
}
.newsletter-col1 {
    width: 50%;
}
.newsletter-col2 {
    width: 50%;
}
.footer-bottom p {
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
}
.footer-bottom-col1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.links li {
    display: inline;
}

.links li a {
    text-decoration: none;
    color: #181C1C;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 400;
}

.social-icons a {
    margin-left: 10px;
}

.social-icons img {
    width: 20px;
    height: 20px;
}

.newsletter-row1{
    display: flex;
     gap: 40px; 
     justify-content: space-between; 
     align-items: center;
}
.newsletter-row1 .newsletter-row2{
    width: 50%;
}

.contact-hero{
    position: relative;
} 
.contact-hero-section{
    position: relative;
    margin-top: 70px;
    /* height: 400px; */
   
}
.content{
    width: 78%;
    position: absolute;
    top: 17%;
    display: flex;
    justify-content: center;
}
.content .row{
    display: flex;
    gap: 50px;
    margin-top: 15px;
}
.contact-hero-section h1{
    font-size: 54px;
    font-weight: 500;
    font-family:'Gilroy' ;
    line-height:90px ;
    color: #181C1C; 
    margin: 0;
   
}
.contact-hero-section span {
    margin-left: 13%;
}
.contact-hero-section p{
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 20px 0 0 0;

  
}
.demobtn1{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 40px;
}


.demo-button {
    background-color: #4C949D;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    border: none;
    border-radius: 25px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
cursor: pointer;
    transition: all 0.3s ease;
    /* position: relative; */
    outline: none;
    z-index: 20;
    text-decoration: none;
}

.demo-button .arrow1 {
    background-color: white;
    color: #168b8f;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.demo-button:hover {
    background-color: #13767b;
}
.contact-information{
    margin-top: 100px;
    display: flex;
    background: url('assets/contact/container.png') no-repeat ;
    border-radius: 22px;
    background-size: cover;
    content: "";
    position: relative;

}
.contact-information .col1{
background-color: #EDF4F5;
    width: 40%;
    padding: 40px;
    border-radius: 22px;

}
.contact-information .col1 h2{
    text-align: start;
    font-size: 28px;
    font-family: 'Gilroy';
    font-weight: 600;
        color: #181C1C;
        margin: 0;
        padding: 0;
}
.contact-information .col2{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}

.box .box2{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.box .box2 h3{
    text-align: start;
font-size: 20px;
font-family: 'Gilroy';
font-weight: 600;
    color: #181C1C;
    margin: 0;
    padding: 0;
}
.box .box2 p{
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 0;
    padding: 0;
 
}
.box .box2 ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.box .box2 ul li{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
}
.box .box2 ul li a{
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.form-container {
 width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 30px;
}

.input-box {
    background: #F4F6F6;
    border-radius: 25px;
    box-shadow: 0px 0px 8px rgba(229, 233, 233, 0.6);
    padding: 15px 20px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 16px;
    border: solid 1px #F4F6F6;

    outline: none;
}
.input-box:focus{
    border: 1px solid #4C949D;
    box-shadow: 0px 0px 8px rgba(0, 188, 212, 0.6);
    transition: 0.3s ease-in-out;
}
.input-box1{
    background: transparent;
    border-radius: 25px;
    /* box-shadow: 0px 0px 8px rgba(229, 233, 233, 0.6); */
    padding: 15px 20px;
    font-size: 16px;
    border: solid 1px #F4F6F6;

    outline: none;
}
.custom-dropdown {
    display: flex;
    align-items: center;
    background: #F4F6F6;
    border-radius: 25px;
    box-shadow: 0px 0px 8px rgba(229, 233, 233, 0.6);
    padding: 12px 15px;
    gap: 8px;
    cursor: pointer;
    border: 1px solid #F4F6F6;
}

.flag-icon {
    width: 20px;
    height: 15px;
}

.hidden-select {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.phone-box {
    display: flex;
    align-items: center;
    width: 50%;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 16px;
    background: #F4F6F6;
    border-radius: 25px;
    box-shadow: 0px 0px 8px rgba(229, 233, 233, 0.6);
    padding: 0 0 0 15px;
}

.phone-box select {
    border: none;
    background: transparent;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.form-container .row{
    display: flex;
    
    gap: 10px;
    width: auto;
}

.half {
    width: 50%;
}

.contact-hero-img{
        width: 100%;
        margin-top: 110px;
    }

.message-box {
    border-radius: 37px;
    border: solid 1px #F4F6F6;
    height: 80px;
    font-size: 16px;
    resize: none;
}
.input-box::placeholder{
    color: rgb(80, 77, 77);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
}
.input-box1::placeholder{
    color: rgb(80, 77, 77);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
}
.message-box::placeholder{
    color: rgb(80, 77, 77);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
}
.map-container {
    margin-top: 50px;
    position: relative;
 width: 100%;
  border-radius: 20px;
 height: 794px;
    background: url('assets/contact/Map.png') no-repeat center;
    

}
.marker {
    position: absolute;
    display: flex;
    align-items: center;
    background: white;
    padding: 5px 10px;
    border-radius: 100px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    font-family: 'Gilroy';
    font-weight: 400;
    color: #475467;
    font-size: 16px;
}

.marker img {
    width: 40px;
 
    margin-right: 8px;
}
/* Country Positions */
.canada {
 
    top: 17%;
    left: 20%;
}
.canada::after{
    content: "";
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.lebanon {
  
    top: 39%;
    left: 51%;
}
.lebanon::after{
    content: "";
    position: absolute;
    bottom: -40%;
    left: 75%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.uae {
 
    top: 45%;
    left: 62%;
}
.uae::after{
    content: "";
    position: absolute;
    bottom: -40%;
    left: 15%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.contact-hero1{
    display: none;
}

.modal {
    display: none; 
    position: fixed;
     z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    
    justify-content: center;
    align-items: center;
}

/* Modal Box */
.modal-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Modal Content */
.modal-content {
    background: url('assets/contact/popup.png') no-repeat center;
    background-size: contain;
  width: 400px;
    height: 379px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

}

/* Modal Logo */
.modal-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

/* Modal Heading */
.modal-content h3 {
    font-size: 28px;
    font-family: 'Gilroy';
    font-weight: 600;
    color: #181C1C;
    margin-bottom: 20px;
}

/* Close Button */
.close {
    padding: 10px 70px;
    background: #f2f8f8;
      font-family: 'Gilroy';
      font-size: 16px;
    color: #008080;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.close1 {
    padding: 10px 70px;
    background: #f2f8f8;
      font-family: 'Gilroy';
      font-size: 16px;
    color: #008080;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-second5{
    position: absolute;
    top: 4.9%;
    left: 41.5%;
   
}
.arrow2{
    font-size: 14px;
    color: #008080;
    font-weight: bold;
    cursor: pointer;
    background: #EDF4F5;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow2 img{
    width: 40px;
}
.cookie-popup {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.cookie-popup button {
    margin: 5px;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
}

.cookie-popup button:first-child {
    background-color: green;
    color: white;
}

.cookie-popup button:last-child {
    background-color: red;
    color: white;
}
.Phone-error{
    color: red; font-family:Gilroy; font-size:12px; display:none; position:absolute; left:3.4%; bottom:-30%;
}
.Phone-email{
    color: red; font-family:Gilroy; font-size:12px; display:none; position:absolute; right:23%; bottom:-30%;
}


@media (max-width: 767px) {
    .Phone-error{
        bottom: 50px;
        left:6%;
    }
     .Phone-email{
        bottom: -15%;
        right: auto;
        left: 6%;
    }

    .sidebar{
        display: block;
    }
    .hamburger{
        display: flex;
        cursor: pointer;
    }
    .nav-links{
        display: none;
    }
    .social-icons3 {
 display: none;
}
    /* .social-icons{
        display: none;
    } */
   
    .contact-hero{
     display: none;
        /* height: 328px; */
    margin-left: 10px;
        background-size: contain;
        content: "";
        position: absolute;
     left: 0;
     top: 27%;
    }
    .contact-hero1{
display: flex;
           /* height: 328px; */
          padding: 0 10px;
           background-size: contain;
           content: "";
           position: absolute;
        right: 0;
        top: 0%;
       }
   
    .content .row{
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-top: 15px;
    }
     .content{
        width: 100%;
        z-index: 99;
    }
    .contact-hero-img{
        display: none;
    }
    .arrow-second{
        position: absolute;
        top: 0.5%;
        right: 25%;
        display: none;
    }
    .arrow1{
        font-size: 14px;
        color: #008080;
        font-weight: bold;
        cursor: pointer;
        background: #EDF4F5;
        border-radius: 100%;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .arrow1 img{
        width: 40px;
    }
    .contact-information{
        margin-top: 100px;
        display: flex;
        background: url('assets/contact/container.png') no-repeat center center ;
        border-radius: 22px;
        background-size: cover;
        background-attachment: fixed;
        content: "";
        flex-direction: column;
        position: relative;
    
    }
    .contact-information .col1{
    background-color: #EDF4F5;
        width: auto;
        padding: 20px;
       
        border-radius: 22px;
    
    }
    .contact-information .col2{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-information .col1 h2{
        text-align: start;
        font-size: 24px;
        font-family: 'Gilroy';
        font-weight: 600;
            color: #181C1C;
            margin: 0;
            padding: 0;
    }
    .form-container .row {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }
    
    .half {
        width: auto;
    }
    .form-container {
      
           margin: 0;
       }
       .map-container {
        margin: 50px auto 0 auto;
        position: relative;
     /* width: 390px; */
     height: 412px;
        background: url('assets/contact/Map1.png') no-repeat center ;
        background-size: contain;
    
    }
    .mapCon{
        background-color: #EDF4F5;
        border-radius: 20px;
    }
    .canada {
 
        top: 17%;
        left: 4%;
    }
    .uae {
 
        top: 58%;
        left: 34%;
    }
    .lebanon {
  
        top: 35%;
        left: 51%;
    }
    .lebanon::after{
        left: 52%;
    }
    .uae::after{
        content: "";
        position: absolute;
        bottom: 100%;
      
        left: 80%;
        transform: translateX(-50%);
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }
    .contact-hero-section{
       height: 50px;
        margin-top: 50px;
       
    }
       .footer-bottom {
        display: flex;
        flex-direction: column;
        
        align-items: start;
        padding: 20px;
        margin-top: 10px;
      
      
    }
    .footer-bottom-col1{
        display: flex;
        flex-direction: column;
       gap: 0;
        align-items: start;
     
    }
    .links {
        list-style: none;
        flex-direction: column;
        padding: 0;
        display: flex;
        gap: 15px;
    }
    .modal-content h3 {
                font-size: 22px;
               }
}

@media (max-width: 400px) {
    .arrow-second{
        position: absolute;
        top: 0.5%;
        right: 26%;
        display: none;
    }
    .content .row{
       
        margin-top: 0px;
    }
    .contact-hero-img1{
        height: 830px;
    }
    .content{
        width: 100%;
        z-index: 99;
    }
    .contact-hero-section h1{
        font-size: 24px;
        font-weight: 600;
        font-family:'Gilroy' ;
        line-height:34.8px ;
        color: #181C1C; 
        padding: 0;
        margin-right: 0;
       
    }
   

   
}
@media (max-width: 500px) {
    .modal-content {
      
      width: 280px;
      
    
    }
    .arrow-second5{
        position: absolute;
        top: 10%;
        left: auto;
    }
}
@media (max-width: 1100px) {
    /* .arrow-second {
    position: absolute;
    top: -4%;
    right: 3.5%;
} */
.content{
    top: 14%;
}

}
@media (max-width: 860px) {
    .contact-hero-section h1{
        font-size: 24px;
        font-weight: 600;
        font-family:'Gilroy' ;
        line-height:34.8px ;
        color: #181C1C; 
        padding: 0;
        margin-right: 0%;
       
    }
}

 @media(max-width: 900px) {

 .footer {
        background: url('assets/footer.png') no-repeat center center;
        /* height: 424px;
        max-width: 1280px; */
        background-size: cover;
        content: "";
     
    
      
        padding: 44px 40px 44px  40px;
        text-align: center;
  
        margin-top: 40px;
        position: relative;
    }
    .footer-top {
       
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: start;
    
    }
    .logo  {
        width: 100%;
     
    }
    nav{
        width: 100%;
    }
   
    nav ul {
        list-style: none;
        flex-direction: column;
        padding: 0;
        display: flex;
        align-items: start;
        text-align: start;
        gap: 30px;
    }
  
    .newsletter {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .newsletter-row1{
        display: flex;
        flex-direction: column;
         gap: 40px; 
         /* justify-content: center; 
         align-items: center; */
    }
    .newsletter-col1 {
        width: auto;
    }
    .newsletter-col2 {
        width: auto;
    }
    .newsletter-row1 .newsletter-row2{
        width: 100%;
    }
 
    .subscribe button {
     width: 250px;
    }
 }
 @media(min-width: 768px) and (max-width: 1050px){
.canada{
    left: 4%;
}
 }

@media(min-width: 768px) and (max-width: 900px){
 .arrow-second{
    position: absolute;
    top: 2%;
    right: 5.8%;
     
}

.arrow1{
    font-size: 14px;
    color: #008080;
    font-weight: bold;
  
    background: #EDF4F5;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media(min-width: 901px) and (max-width: 1099px){
    .arrow-second{
    position: absolute;
    top: -2%;
    right: 4.6%;
     
}
.arrow1{
    font-size: 14px;
    color: #008080;
    font-weight: bold;
  
    background: #EDF4F5;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media(min-width: 1100px){
  .arrow-second{
    position: absolute;
    top: -4%;
    right: 5.9%;
     
}
.arrow1{
    font-size: 14px;
    color: #008080;
    font-weight: bold;
  
    background: #EDF4F5;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}  
}