    .CV_grid{
        display: flex;
        flex-wrap: wrap;
    }
    
    .CV_grid_left{
        flex: 25%;
    }
    
    .CV_grid_right{
        flex: 25%;
    }
    
        .CV_item__icon img{
            width: 150px;
            height: 200px;
            min-width: 150px;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            /*background-color: rgba(73, 162, 168, 0.349);*/
            border-radius: 5%;
            transition: all .3s ease-in;
            margin-right: 25px;
            padding: 0 !important;
        }
    
        .CVtop_item__body{
            padding-right: 50px ;
            padding-top: 20px;
        }
    
        .CV_item__body{
            padding: 20px;
        }
    
        .CVtop_item__info{
            padding-right: 10px;
            padding-top: 50px;
        }
    
        .CV_item__title {
           /* color: #007398 !important; */
            color : #ffffff !important;
            text-decoration: none;
            cursor:auto;
            font-size: 1.3rem;
        
        }
        
        .CV_item__desc{
            font-size: 1rem !important;
            /*color: #008ba6 !important;*/
            color : #ffffff !important;
            text-decoration: none;
        }
    
        .CVtop_item__email a{
            padding-top: 25px;
            font-size: 1rem !important;
            /*color: #008ba6 !important;*/
            color : #ffffff !important;
        }
    
        .CV_item__email a{
            position: relative;
            display: block;
            color: #707070;
            max-width:100%;
            padding: 0.75rem 1rem;
            text-align: center;
            margin: 0.5rem auto 0;
            font-size: 0.85rem !important;
        }
        
        
        .CV_list__view__lg .CV_list__view__item {
            background: linear-gradient(to left bottom,var(--primary_color),#3e888d,#448e95,#00a3b0,var(--secondary_color)) !important;
            padding: 0rem !important; 
        }
        
        
         .CV_category__list__item__icon img {
            height: 200px;
            width: 170px;
            margin: 0 auto 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5%;
            transition: all .3s ease-in;
            box-shadow: 0 3px 20px rgb(0 0 0 / 9%);
        }
        
        .CV_list__view__lg .CV_list__view__item:hover {
    
            box-shadow: none;
            border: none;
            }
    
    
            .CV_item__footer{
                background-color: rgba(255, 255, 255, 0.27);
                padding: 0rem !important;
               
            }
            .CV_store__links{
                margin-left: auto;
                margin-right: auto;
            }
        
           .CV_store__links__list {
                padding-right: 20px;
                padding-left: 20px;
            }
        .CV_custom_summary{
           
            list-style-type: none !important;
           
        }
        .CV2_custom_summary{
           font-family: "Cairo-Regular";
        }
        
        .CV_font__bold{
           font-family: "Cairo-Bold";
           color : #ffffff;
        }
    
        .CV_color{
       color : white ; 
    }
    
   .CV_color p {
        color : #ffffff !important;
        font-size: 17px !important;
        margin-bottom: 0.5rem !important;
    }
    .item__footer {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 0 0;}
    
    .CV_item__footer__container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 1rem;
        background-color: #3FBFBB;
        border-bottom-right-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem;
        padding: 0rem !important;
    }
    
   .CV_category__list__item{
        padding: 0 !important;
    }
 
 
      /* add by kholoud for 3th CV */
    .CV3_category__list__item{
         padding: 0 !important;
         max-width: 49%;
    }
 
    .CV_sub__title{
        max-width: 100% !important;
    }
    
    @media (max-width: 1000px) {
      .CV_grid_left, .CV_grid_right {
         flex: 100%;
      }
    
      .CVtop_item__body{
         padding:5px !important;
      }
    
      .CVtop_item__info{
          padding:5px !important;
      }
 
        /* add by kholoud for 3th CV */
      .CV3_category__list__item{
            max-width: 100%;
      }
    }
    
    details {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    details[open] {
        border: 1px solid var(--darkblack);
        height: 100%;
    }

    .button, .button:link, .button:visited, .button:active {
        border-radius: 10px;
        border: none;
        border: 2px solid #3FBFBB;
        background-color: #3FBFBB;
        min-width: 180px;
        display: inline-block;
        text-decoration: none !important;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        color: #ffffff !important;
        font-size: 16px;
        margin: 8px 8px;
        transition-duration: 0.6s;
        cursor: pointer;
    }
    
      
         .button:hover {
            background-color: #ffffff;
            text-decoration: none;
            color: #3FBFBB !important;
         }