*
.body{
    font-family:poppins;
    font-size:2.3rem;
    font-weight:400;
    font-family: Arial, sans-serif;
}

/*new*/
/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

/* Navbar Container */
nav {
    
    background-color: #333;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: sticky; /* Added: Makes navbar stick to top on scroll */
    top: 0; /* Added: Positions it at the top */
    z-index: 1000; /* Added: Ensures it stays above other content */
    width: 100%; /* Added: Ensures full width */
    
    
}

/* Logo/Image */
nav img {
    height: 40px; /* Adjust as needed */
    margin-right: 10px;
    width:40px;
    border-radius:100%;
    
        cursor:pointer;
}

/* Search Wrapper */
.wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.search-input {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-input .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.autocom-box {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    display: none; /* Hidden by default */
    z-index: 10;
    list-style: none;
}

.autocom-box li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.autocom-box li:hover {
    background-color: #f0f0f0;
}

.autocom-box li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.autocom-box li .snippet {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}

.autocom-box li .snippet mark {
    background-color: yellow;
    font-weight: bold;
}

.autocom-box .no-results {
    padding: 10px;
    color: #999;
    text-align: center;
}

/* Hamburger Icon */
.icon {
    display: none; /* Hidden on desktop */
    font-size: 24px;
    color: white;
    cursor: pointer;
    margin-left: 10px;
}

/* Navigation Menu */
.navigation {
    display: flex;
    align-items: center;
}

.navigation ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navigation ul li {
    position: relative;
}

.navigation ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.navigation ul li a:hover {
    background-color: #555;
}

/* Dropdown Menus */
.navigation ul ul {
    display: none;
    position: absolute;
    background-color: #444;
    min-width: 150px;
    z-index: 1;
}

.navigation ul li:hover > ul {
    display: block;
}

.navigation ul ul li {
    width: 100%;
}

/* Close Button (for mobile) */
.close {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 50px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    /* Show hamburger on mobile */
    .icon {
        display: block;
    }

    /* Hide menu by default on mobile */
    .navigation {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        padding-top: 60px;
        overflow-y: auto;
    }

    /* Show menu when active */
    .navigation.active {
        display: block;
    }

    /* Vertical menu on mobile */
    .navigation ul {
        flex-direction: column;
        align-items: center;
    }

    .navigation ul li {
        width: 100%;
        text-align: center;
    }

    /* Dropdowns on mobile (show on click or hover) */
    .navigation ul ul {
        position: static;
        display: none;
        background-color: #555;
    }

    .navigation ul li:hover > ul,
    .navigation ul li.active > ul {
        display: block;
    }

    /* Show close button on mobile */
    .close {
        display: block;
    }

    /* Adjust search on mobile */
    .wrapper {
        order: 3; /* Move search below on very small screens */
        width: 100%;
        margin-top: 10px;
    }

    nav {
        justify-content: space-between;
    }

    nav img {
        order: 1;
    }

    .icon {
        order: 2;
    }
}

/* Additional classes from your HTML (customize as needed) */
.active { /* Assuming this is for active links */
    font-weight: bold;
}

.red {
    color: red;
}

.bluee {
    color: blue;
}  
@media(max-width:475px){

.whatsapp{
  
  position:fixed;
  border-radius:100%;
  margin-right:100px;
  margin-left:5px;
  margin-bottom:100px;
  width: 5px;
  height: 5px;
  z-index: 999;
}
.imag img{
  border-radius: 100%;
  width: 50px;
height: 50px;
}}
/*nav{
    background-color: #333;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
position:fixed;
width:82%;
background-color:#28535f;
    display:flex;
    flex-direction:row;
    
    padding:1vw 8vw;
    align-items:center;
    box-shadow:2px 2px 10px rgba(0,0,0,0.10);
    z-index:999;
   
}
nav img{
    width:100px;
    border-radius:100%;
    margin-left: -100px;
        cursor:pointer;
}
@media(max-width:475px){

.whatsapp{
  
  position:fixed;
  border-radius:100%;
  margin-right:100px;
  margin-left:5px;
  margin-bottom:100px;
  width: 5px;
  height: 5px;
  z-index: 999;
}
.imag img{
  border-radius: 100%;
  width: 50px;
height: 50px;
}}
@media(max-width:769px){
 nav img{
    width:70px;
    border-radius:100%;
    margin-left: -210px;
        cursor:pointer;
} 
nav{
  padding: 35px 20px;
}
}
.navigation{
    display:flex;
    width:35%;
    height:10vh;
    left:-35%;
    
    }
 @media(max-width:769px){
   .navigation{
    display:flex;
    position: fixed;
    top: 0px;
    left: -150px;
    backdrop-filter: blur(4.5px);
    border: 1px solid rgb(255, 255, 255, 0.15);
    background: #28535f;
    transition: 0.8s;
    flex-direction:column;
    width:150px;
    height:100vh;
  
   
  }
   /* .navigation ul{
   display:block;
    flex-direction:column;
    justify-content:flex-end; 
    justify-content: space-between;
    align-items:center;
    font-size: 40px;
    margin-top: 40px;
    margin-left:-250px;
    margin-right: 50px;
    margin-bottom:30px;
  
    }
  nav ul li{
list-style:none;
justify-content: space-between;


}
nav ul li a{
    text-decoration:none;
    color:#fff;
    margin-left: 20px;
    font-size:0.9rem;
   
   

    }

nav ul li a:hover{
color:#fff;
transition:0.5s ease;
}

.icon{
    color:#fff;
    font-size:30px;
   margin-left:0;
   margin-right:230px;
    cursor:pointer;
    margin-bottom:30px;
   
}
.close{
    color:#fff;
    font-size:30px;
    font-weight: 50px;
    position:absolute;
   right:10px;
   top:10px;
    cursor:pointer;
}

.smenu{
    left:0;
  }
}
.navigation ul{
    display:flex;
    justify-content:flex-end; 
    justify-content: space-between;
    align-items:center;
    margin-left:5px;
    margin-bottom:30px;
}
nav ul li{
list-style:none;
justify-content: space-between;
}
nav ul li a{
    text-decoration:none;
    color:#fff;
    margin-left: 20px;
    font-size:0.9rem;

    }

nav ul li a:hover{
color:#fff;
transition:0.5s ease;

}*/



/* home */
#home{
    background-image:linear-gradient(rgb(0,0,0,0),rgb(0,0,0,0)),url("l.jpg");
    width:100%;
    height:100vh;
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:15px;
}
#home h1{
    color:yellow;
  margin-top:25px;
    font-size:2.5rem;
    letter-spacing:1px;
}
#home p{
   width:100%;
   margin-left: 30px;
    color:#fff;
    font-size:0.9rem;
   line-height:25px;
}
#home a{
    text-decoration:none;
    font-size:0.9rem;
    padding:13px 20px;
    background-color:#fff;
    text-weight:500;
    border-radius:5px;
}
#home.btn{
    margin-top:30px;
    margin-right: 50px;
    }
#home a.blue{
    color:#fff;
    background-color:rgb(21,21,100);
    transition:0.3s ease;
}
#home a.blue:hover{
    color:rgb(21,21,100);
    background:#fff;
}
#home a.green{
    color:#fff;
    background-color:#469f28;
    transition:0.3s ease;
}
#home a.green:hover{
    background:#fff;
    color:rgb(21,21,100);
}
@media(max-width:475px){
#home h1{
    color:yellow;
  margin-top:70px;
  margin-right: 20px;
    font-size:2.5rem;
    letter-spacing:1px;
}
#home p{
   width:100%;
   margin-right:70px;
   margin-left:50px;
    color:#fff;
    font-size:0.8rem;
   line-height:25px;
}
}
    
/* features */
#features{
    padding:8vw 4vw 0 4vw;
    text-align:center;}
.fea-base {
display:grid;     grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); 
grid-gap:1rem;
margin-top:50px;
width:20%;
    }
    @media(max-width:475px){
     .fea-box{
     width: 90%; 
    }
    }

.fea-box{
    background-color:#c5d7d7;
    text-align:start;
}
.fea-box i{
    font-size:2.3rem;
    color:rgb(44,44,80);
}
.fea-box h3{
    font-size:1.2rem;
    font-weight:600;
    color:rgb(46 46 59);
    padding:7px 0 3px 0;
}
.fea-box p{
    font-size:1rem;
    font-weight:400;
    color:#486ed7; 
}
/* Courses */
#courses{
    padding:8vw 4vw 4vw 4vw;
    text-align:center;
}
.course-box{
    display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); 
grid-gap:1rem;
margin-top:50px;
}
.courses{
  position: relative;
box-sizing: cover;
box-shadow:1px rgb(0, 0, 0, 1.0) ;
height: 60%;
width: 100%;
background-color:#fafaf1;
}
  

@media(max-width:475px){
.courses{
 width: 90%;
height: 90%;
margin-right: 10px;
}
}
.courses img{
    width:100%;
    height:60%;
    background-size:cover;
    background-position:center;
}
.detail{
    padding:10px 10px 0 10px;
    
}
.detail i{
    color:#fff12b;
    font-size:-9rem;
}
.cost{
    background-color:rgb(74 74 136);
    color:#fff;
    line-height:60px;
    width:60px;
    height:60px;
    text-align:center;
    border-radius:70%;
    position:absolute;

    right:5px;
 bottom:35%;
    
}
/* registration */
#registration{
    padding:6vw 4vw 6vw 4vw;
    background-image:linear-gradient(rgba(99, 122, 168, 0.5),rgba(81,91,233,0.5)),url("keyboard.jpg");
    width:92%;
    height:100%;
    background-size:cover;
    background-position:none;
    display:column;
    justifi-content:center;
    align-items:center;
 }
 @media(max-width:769px){
  #registration{
    padding:6vw 4vw 6vw 4vw;
    background-image:linear-gradient(rgba(99, 122, 168, 0.5),rgba(81,91,233,0.5)),url("keyboard (2).jpg");
    width:89%;
    height:100%;
    background-size:cover;
    background-position:none;
    display:column;
    justifi-content:center;
    align-items:center;
 }
 }

    .reminder{
        color:#fff;
      align-text:center;
       margin-left:50px;
    }
    .reminder h1{
        color:#fff;
       align-items:center;
       justifi-content:center;
       margin-left:40px;
        align-text:center;
    }
.time{
display:flex;
  flex-wrap:wrap;
  text-align:center;
margin-top:3px;
  margin-bottom:15px;
   justifi-content:center;
  margin-left:40px;
    
}
.date{
    text-align:center;
    padding:13px 5px;
    background:rgb(255,255,255,0.25);
    backdrop-filter:blur(4px);
    box-shadow:0 8px 32px 0;rgba(31,38,135,0.37);
    border-radius:5px;
    margin:0 5px 10px 5px;
    border:1px solid #ffaadf;
    font-size:0.9rem;
    font-weight:600;   
}
.form{
    background:#fff;
    border:8px;
    display:flex;
    flex-direction:column;
    padding:40px;
   box-shadow:0 8px 32px 0;rgba(31,38,135,0.37);
    
}
.form input{
    margin:15px 0;
    padding:15px 10px;
    border:1px rgb(#bfffff);
}
.form input{
    text-decoration:none;
    font-size:1.2rem;
    padding:10px 12px;
    background-color:#fff;
    text-weight:500;
    border-radius:5px; 
  
    text-align:center;
    }
    
.form input.green{
    color:#fff;
  border-radius:3px;
    background-color:#469f28;
    transition:0.3s ease;
}
 .form input.green:hover{
    background:#fff;
    color:rgb(21,21,100);
}
.form input placeholder{
    color:#1d1b1dc6;
    font-size:1.2rem;
    font-weight:600;
    
}
/* experts */
#experts{
    padding:8vw 4vw 8vw 4vw;
    text-align:center;
    
}
.experts.box{
    display:grid;
    absolute-template-columns:repeat(auto-fit,minmax(250px,1fr)); 
grid-gap:1rem;
margin-top:50px;
}
.profile{
    background:#fafaf1;
    padding:30px 10px;
}
.profile img{
    width:10%;
    height:100px;
    border-radius:50%;
}
@media(max-width:769px){
.profile img{
    width:40%;
    height:100px;
    border-radius:50%;
}

}
.pro-link{
    margin-top:10px;
}
.pro-link i{
    padding:10px 13px;
    border:1px rgb(21 21 100);
    cursor:pointer;
}
.pro-link i:hover{
  background:rgb(21 21 100);
  color:#fff;
    border:1px rgb(21 21 100);
    cursor:pointer;
}
footer{
    padding:8vw 4vw 8vw 4vw;
    margin-right: 10px;
    background-color:#221847;
    display:flex;
  flex-direction:row;
    justify-content:space-between;
    align-atom:flex-start;
    flex-wrap:wrap;
}
.footer-col{
    padding-bottom:40px;
  
}
 footer h3{
    color:rgb(241 242 245);
    weight:600;
    padding-bottom:20px;
}
footer li{
    list-style:none;
    color:#76838a;
    padding:10px 0;
    font-size:15px;
    cursor:pointer;
    transition:0.3s;
}
footer li:hover{
    color:#47ff40;
    
}
footer p{
    color:#76838a;
}
.Subscribe{
    margin-top:20px;
}
footer input{
    width:220px;
    padding:15px 10px;
    margin:15px 0;
    background:#d5ffbf;
    border:2px;
    outline:none;
    color:#fff;
}
.Subscribe a{
    text-decoration:none;
    font-size:1rem;
    padding:10px 15px;
    background-color:#fff;
    text-weight:600;
    text-align:center;
    border-radius:3px;
    }
.Subscribe a.yellow{
    color:#fff;
    background-color:#FDC938;
    transition:0.3s ease;
    margin-top:40px;
}
.Subscribe a.yellow:hover{
    color:rgb(21,21,100);
    background:#fff;
}
.copyright{
    margin-top:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    flex-wrap:wrap;
}
.copyright p{
    color:#fff;
}
.pro-links{
    margin-top:8px;
    margin-left:5px;
}
.pro-links i{
   background-color:#5f7185;
   color:white;
  margin-left:6px;
  display:column;
    cursor:pointer;
  margin:8px 5px;}
.pro-links i:hover{
  background-color:#FDC938;
  color:#2c2c2c;
  }
  #about-home{
    background-image:linear-gradient(rgb(9,5,54,0.3),rgb(5,4,46,0.7)),url("l.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
      display:flex;
      width:98%;
    height:90vh;
    background-size:cover;
      justify-content:space-between;
      justify-flex:flex-start;
      padding:20px;
      align-text:center;
  }
    #about-home h1{
      
        width:100%;
        font-size: 5rem;
        margin-top: 200px;
        color:#fff;
        text-align:center;
    }
  #about-container{
      display:flex;
      justify-content:space-between;
      justify-flex:center;
      padding:50px 10px 0 0px;
      flex-direction:column;
      align-text:center;
  }
  .about-img{
      width:100%;
  }
  .about-img img{
      width:100%;
     margin:20px 10px 3px 30px;
      
  }
  .about-text h2{
     font-size:0.9rem;
     
  }
   .about-text p{
       margin-bottom:30px;
       color:#a4a4a4;
   }
   .about-fee{
      display:flex;
       margin-bottom:30px;
   }
    .about-fee img{
        width:10%;
        height:10%;
        border-radius:30px;
    }
     .fe-text{
        width:100%;
        margin-left:5px;
        margin-bottom:0;
     }
  
/*search*/
/*.search{
  --padding:25px;
    display:flex;
    width:120px;
    border-radius:40px;
   --padding:sar(--padding);
  background:white;
    text-style:none;
    height:25px;
    align-items:center;
   margin-left:-200px;
    font-color:black;
}
.search-input{
  border:none;
  width:120px;
  align-text:center;
  font-weight:40px;
  border:none;
  outline:none;
  margin-left:sar(--padding);
  background:transparent;
}
.search-placeholder{
  border:5px;
  color:grey;
}

 .navigation ul{
    position:relative;
 }
   .navigation ul ul{
  position:absolute;
     padding: 0;
  top:6px;
  left:100px;
  display:none;
     height:100vh;
}
  
.navigation ul ul li{
  list_style:none;
  float:none;
  width:350%;
  height:9vh;
  padding-bottom:-500px;
  background:teal;
   
}
  .navigation ul ul a{
    color:#fff;
    text-align:center;
    font-weight: 30px;
    padding:0 7px;
    display:block;}
 ul li:hover ul{
  display:block;
 }
ul ul li:hover{
  background:indigo;}
  .navigation ul ul ul{
  position:absolute;
  top:0;
  left:0;
    width:100%;
  display:none;
}
  
 .navigation ul ul ul li{
  list_style:none;
   height:9vh;
  float: none;
  width:350%;
  background:teal;
}
  .navigation ul ul ul a{
    color:#fff;
    font-weight: 30px;
    display:block;}
 .navigation ul ul li:hover ul{
  display:block;
 }*/
 .whatsapp{
  
  position: fixed;
  border-radius: 100%;
  margin-right: 100px;
  margin-left: 5px;
  margin-top:300px;
  width: 5px;
  height: 5px;
  z-index: 999;
}
@media(max-width:475px){
  .whatsapp{
    margin-top: 100px;
}}
.imag img{
  border-radius: 100%;
  margin-top: 200px;
  width: 50px;
height: 50px;
}
 
 #blog-home{
    background-image:linear-gradient(rgb(9,5,54,0.3),rgb(5,4,46,0.7)),url("blog.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
      display:flex;
      width:98%;
    height:90vh;
    background-size:cover;
      justify-content:space-between;
      justify-flex:flex-start;
      padding:20px;
      align-text:center;
  }
    #blog-home h2{
      
        width:100%;
        
        color:#fff;
        align-text:center;
    }
  #blog-container{
      display:flex;
      justify-content:space-between;
      justify-flex:center;
      padding:50px 10px 0 0px;
      flex-direction:column;
      align-text:center;
  }
  .blog-img{
      width:40%;
  }
  .blog-img img{
      width:70%;
     margin:20px 10px 3px 30px;
      
  }
  .blog-text h2{
     font-size:0.9rem;
  }
   .blog-text p{
       margin-bottom:30px;
       margin-left: 15px;
       color:#a4a4a4;
   }
   .blog-fee{
      display:flex;
       margin-bottom:30px;
   }
    .blog-fee img{
        width:15%;
        height:15%;
        border-radius:20px;
        margin-left: 5px;
    }
     .fe-text{
        width:80%;
        margin-left:5px;
        margin-bottom:0;
     }
      /*contact page setting*/
    .cont{
      padding: 10px 20px 0px 20px;
      display:COLUMN;
      color: white;
      align-items: center;
      justify-content: center;
      justify-content: space-between;
    }
  .cont h1{
padding: 120px 0px 10px 0px;
font-size: 4rem;
color:green ;
text-align: center;
  }
  @media(max-width:475px){
   .cont h1{
    margin-top:30px ;
    text-align: center;
    color:green ;
}
.cont{
      padding: 10px 20px 0px 20px;
      display:COLUMN;
      color: white;
      align-items: center;
      justify-content: center;
      justify-content: space-between;
    }
 } 
 /*search pages*/
/*.wrapper{
  max-width: 450px;
margin-left: 50px auto;


}
.wrapper .search-input{
background: #fff;
width: 80%;
  border-radius: 5px;
box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);

}
.search-input input{
height: 20px;
width: 100%;
  border-radius: 5px;
outline: none;
  margin-left:
padding: 0 20px 0 20px;
font-size: 15px;
box-shadow: 0px 1px 5px rgba(0,0,0,0.1);

    
}
.search-input.active input{
border-radius: 5px 5px 0 0;
}

.autocom-box{

    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    display: none; 
    z-index: 10;
    list-style: none;
}
.search-input .autocom-box{
padding: 0;
opacity: 0;
pointer-events: none;
  
max-height: 280px;
overflow-y: auto;
}
.search-input.active .autocom-box{
padding: 10px 8px;
opacity: 1;
pointer-events: auto;
}
.autocom-box li{
list-style: none;
padding: 8px 12px;
display: none;
width: 100%;
cursor: default;
border-radius: 3px;

}

.search-input.active .autocom-box li{
display: block;
}
.autocom-box li:hover{
background: #efefef;

}
.search-input .icon{
position: absolute;
right: 0px;
margin-left: 100px;
top: 0px;
height: 55px;
width: 55px;
text-align: center;
line-height: 55px;
font-size: 20px;
color: #644bff;
cursor: pointer;

}*/


    

.reslide{
    height:600px;
    width:100%;
    margin-top:20px;
    box-sizing:border-box;
    background-image:url("saqib.jpg" );
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    animation-name:myani;
    animation-duration:30s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
  }
  @media(max-width:475px){
   .reslide{
    height:470px;} 
  }
  @keyframes myani{
    0%{background-image:url("asif.jpg");}
    20%{background-image:url("h3.jpg");}
    40%{background-image:url("h2.jpg");}
      60%{background-image:url("result..jpg");}
    80%{background-image:url("schoolfunction.jpg");}
    90%{background-image:url("h4.jpg");}
    100%{background-image:url("saqib.jpg");}

      #features{
    padding:8vw 4vw 0 4vw;}
 #registration{
    padding:50vw 4vw 6vw 4vw;}
    #courses{
    padding:8vw 4vw 0 4vw;
    text-align:center;}

    @media(max-width:475px){
      #registration{
    display:flex;
        flex-direction:column;
    justifi-content:center;
    align-items:center;
      }}
#blog-home{
    background-image:linear-gradient(rgb(9,5,54,0.3),rgb(5,4,46,0.7)),url("blog.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
      display:flex;
      width:71%;
    height:80vh;
    background-size:cover;
      justify-content:space-between;
      justify-flex:flex-start;
      padding:20px;
      align-text:center;
  }
    #blog-home h2{
      
        width:100%;
        
        color:#fff;
        align-text:center;
    }
  #blog-container{
      display:flex;
      justify-content:space-between;
      justify-flex:center;
      padding:50px 10px 0 0px;
      flex-direction:column;
      align-text:center;
  }
  .blog-img{
      width:40%;
  }
  .blog-img img{
      width:70%;
     margin:20px 10px 3px 30px;
      
  }
  .blog-text h2{
     font-size:0.9rem;
  }
   .blog-text p{
       margin-bottom:30px;
       color:#a4a4a4;
   }
   .blog-fee{
      display:flex;
       margin-bottom:30px;
   }
    .blog-fee img{
        width:20%;
        height:20%;
        border-radius:30px;
    }
     .fe-text{
        width:100%;
        margin-left:5px;
        margin-bottom:0;
     }
      
              