
*{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  
   /* color: white; */
    
}
:root{
    --primary-color : #0b4ea2;
    --small-text : rgb(146, 146, 146);
    --secondary-color : #0b4ea2;
    --shado-color :rgb(226, 231, 255);
    --box-bg :#f8f9fa;
    --blue-accent : #0b4ea2;
    --header-bg : #0b4ea2;
    --text-primary : #333333;
    --text-secondary : #666666;
}
.show{
    display: block;
}
.WidgetBackground__Content-sc-1ho7q3r-2 a{
    color: #006B00;
}
.text_limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
 }
section{
    padding-left: 10rem;
    padding-right: 10rem;
}

.nav-bar{
    width: 100%;
    height: 5.5rem;
    display: flex;
    position: fixed;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--header-bg);
    box-shadow: 2px 2px 10px rgba(11, 78, 162, 0.2);
    padding-left: 10rem;
    padding-right: 5rem;

}
.mobile-siderbar{
    width: 15rem;
    height: 100%;
    top: 0;
    z-index: 100;
    padding: 1rem;
    overflow: hidden;
    background-color: black;
    position: absolute;
    display: none;
}
.mobile-siderbar i{
    float: right;
}
.mobile-siderbar li {
    position: absolute;
    color: rgb(255, 255, 255);
    list-style: none;
    padding: 10px;
    margin-bottom: 1rem;
    width: 100%;
    background-color: #322a3e;
    
}
.mobile-siderbar li:hover {
    background-color: var(--primary-color);
}
.mobile-siderbar li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-bottom: 1rem;
    
}
.logo{
    display: flex;
    align-items: center;
    width: auto;
}
.logo i{
    display: none;
}
.logo-img{
    height: 3.5rem; /* header logo height */
    width: auto;
    max-height: 3.5rem;
    object-fit: contain;
    display: block;
}

/* Footer logo override for a smaller, proportionate appearance */
.f-first-box .logo-img{
    width: 100px;
    height: auto;
    max-height: 3.5rem;
}
a{
    text-decoration: none;
    color: black;
}
.heder-text{
    /* width: 60%; */
    display: flex;
    position: relative;
    justify-content: space-evenly;
    /* align-items: center; */
}
.heder-text li{
    text-decoration: none;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    margin-right: 2.2rem;
    
}
.heder-text li a{
    text-decoration: none;
    color: white;
  
}
.heder-text li a:hover{
    
    color: #e3f2fd;
}
.iconsss{
    margin-left: 5px;
}
#megha{
    display: flex;
    align-items: center;
    text-align: center;
}
.heder-text #megha:hover .megha-grid{
    /* transition: all 0.9s; */
    top: 28px;
    opacity: 1;
    visibility: visible;
}
.heder-text #service:hover .service_page{
    /* transition: all 0.9s; */
    top: 28px;
    opacity: 1;
    visibility: visible;
}

.login-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.login-box span{
    margin-left: 5px;
    /* margin-top: -20px; */
}

.login-box:hover .login{
    top: 50px;
    opacity: 1;
    visibility: visible;
}
.megha-grid{
    position: absolute;
    height: auto;
    width: auto;
    left: 50;
    /* background-color: rgb(240, 240, 240); */
    background-color: white;
    top: 35px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;

}
.iconsss{

}
.megha-grid .content p a{color: white;}
.megha-grid .content p{
    
    background-color: var(--secondary-color);
    color: black;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
}
.megha-grid .content p:hover{
    background-color: var(--primary-color);
    color: white;

}




.hero-section{
    width: 100%;
    height: 40rem;
    /* background-color: aqua; */
    /* display: flex; */
    padding: 20px;
    /* padding-left: 5rem;
    padding-right: 5rem; */
    overflow: hidden;
    margin-bottom: 5rem;

}

.left-hero{
    width: 50%;
    margin-top: -35rem;
    margin-left: 5rem;
    padding-top: 5rem;
    align-items: center;
    color: white;
    /* z-index: 100; */
    position: absolute;

}
.left-hero .l-t-text{
    text-transform: uppercase;
    color: var(--primary-color);

}
.left-hero h1{
    font-size: 34px;
    width: 80%;
}
.left-hero .l-box{
    width: 70%;
    color: rgb(158, 158, 159);
    height: 5rem;
    margin-top: 10px;
}
.readmore{
    margin-top: 4rem;
    padding: 15px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.readmore:hover{
    transition: all 0.7s;
    background-color: var(--secondary-color);
}
.right-hero{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    /* background-color: rgb(165, 116, 116); */
}
.hero-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-section{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: var(--header-bg);
    padding: 1rem;
    padding-left: 10rem;
    padding-right: 10rem;
    color: white;

}
.search-section .secont-box{
    width: 25%;
}
.secont-box-1{
    width: 100%;
    margin-left: 5rem;
}
.fond-big-b{
    background-color: white;
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
   
}
.fond-big-b form{
    display: flex;
    width: 100%;
}
.fond-big-b input{
    width: 80%;
    padding: 10px;
    height: 3rem;
    margin-left: 10px;
    border: none;
    background-color: aliceblue;
    outline: none; 
}
.fond-big-b span{
    color: black;
    font-weight: 500;
}
.f-box-in{
    padding: 10px;
    height: 3rem;
    margin-left: 10px;
    border: none;
    background-color: var(--primary-color);
    outline: none;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
.fond-big-b select{
   
    padding: 10px;
    height: 3rem;
    margin-left: 10px;
    border: none;
    background-color: aliceblue;
    outline: none;
    border-radius: 5px;

}
.secont-box-1 .foun-com-box{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
   
}
.foun-com-box h1{
    font-size: 2rem;
}

/* section{
    padding-left: 10rem;
    padding-right: 10rem;
} */

.plan-section{
    align-items: center;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 8rem;
}
.plan-section h1{
    font-size: 1.5rem;
}
.plan-section span{
    font-weight: 300;
    color: var(--small-text);
}
.plan-tab-box{
    width: 100%;
    height: auto;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-tab-box .tab-text{
    width: auto;
    height: 6rem;
    background-color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 2px 2px  10px rgb(226, 231, 255);
    border-radius: 15px;
   
}
.tab-text .tab_item_bg{
    width: auto;
    background-color: rgb(232, 232, 232);
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: medium;
    font-weight: 300;
    cursor: pointer;


/* Privacy page styles */
.content{
    padding-top: 6rem; /* leave space for fixed header */
    padding-bottom: 4rem;
}
.policy{
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem 2.4rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.07);
    color: #222;
}
.policy h1{
    font-size: 28px;
    margin-bottom: 0.6rem;
    color: #111;
}
.policy h2{
    font-size: 18px;
    margin-top: 1.25rem;
    margin-bottom: 0.45rem;
    color: #222;
}
.policy p{
    line-height: 1.7;
    color: #333;
    margin-bottom: 0.8rem;
}
.policy a{
    color: var(--primary-color);
}
.policy .policy-last-update{
    margin-top: 1.25rem;
    font-size: 0.95rem;
    color: var(--small-text);
}

/* Improve overall page container spacing on small screens */
@media (max-width: 900px){
    section, .content{ padding-left: 1.5rem; padding-right: 1.5rem; }
    .nav-bar{ padding-left: 1.5rem; padding-right: 1.5rem; }
    .policy{ padding: 1.2rem; margin: 1rem auto; }
    .logo-img{ height: 3rem; }
}
}
.tab-text .tab_item_bg:hover{
    color: white;
    background-color: var(--primary-color);
}
.tab_item_bg.active{
    color: white;
    background-color: var(--primary-color);
}
.plan-tab-item-box{
   display: flex;
    margin-top: 3rem;
   justify-content: center;
  
}
.plan_item{
    width: 100%;
    /* min-width: 23rem; */
    height: auto;
    min-height: 42rem;
    padding-bottom: 10px;
    background-color: rgb(254, 254, 254);
    box-shadow: 2px 2px  10px rgb(226, 231, 255);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
    /* margin: 15px; */
    
}
.p_show{
    display: none;
}
.plan_item .plan_item_top{
    width: 100%;
    height: 13rem;
    background-color: var(--header-bg);
    padding-top: 1rem;
    border-bottom-right-radius: 4rem;
    
}
.plan_item .plan_item_top:hover{
    background-color: #0a3d7a;
    transition: all 0.9s;
}
.plan_item .plan_item_top h3{
    color: white;
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 500;
}

.plan_item .plan_item_pop_box{
    width: 90%;
    min-height: 6rem;
    height: auto;
    background-color: white;
    box-shadow: 2px 2px  10px rgb(226, 231, 255);
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -5rem;
    margin-left: 15px;
    border-radius: 10px;
}
.plan_item_pop_box .pop-sell{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5px;
}
.pop-sell-off{
    background-color: rgb(31, 10, 10);
    padding: 10px;
    border-radius: 20rem;
    color: rgb(255, 162, 0);
}
.plan_item_mid{
    text-align: left;
    margin-top: 2rem;
    padding-left: 15px;
}
.plan_item h2{
    font-size: large;
    font-weight: 400;
}
.plan_item h3{
    font-size: medium;
    font-weight: 400;
    color: var(--primary-color);
    cursor: pointer;
}
.plan_item span{
    font-weight: 400;
    font-size: small;
    cursor: pointer;
}
.p-f-btn{
   padding-left: 2rem;
   padding-right: 2rem;
   margin-top: 15px;
}
.plan_item_mid h3{
    font-weight: 300;
    margin-top: 10px;
    font-size: medium;
    color: rgb(146, 146, 146);
}
#show-feature{
    display: none;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }
.swiper-wrapper{
    display: block;
   
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  .best-service-box{
    display: grid;
    row-gap: 10px;
    column-gap: 10px;
    grid-template-columns: auto auto auto;
    margin-top: 3rem;
  }
  .b-s-item-box{
    width: auto;
    height: 24rem;
    background-color: white;
    box-shadow: 2px 2px  10px rgb(226, 231, 255);
    text-align: left;
    margin-top: 2rem;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .b-s-item-box:hover{
    transition: all 1s;
    color: white;
    background-color: var(--header-bg);
  }
  .b-s-item-box img{
    width: auto;
    height: 10rem;
    object-fit: cover;
  }
  .b-s-item-box span{
     font-weight: 500;
     color: rgb(0, 0, 0);
     line-height: 1.9;
  }
  .b-s-item-box h1{
    font-size: large;
    margin-top: 10px;
    margin-bottom: 15px;
  }
 
  .best-plan_ad{
    display: flex;
    height: auto;
    margin-bottom: 5rem;
   
  }
  .best-plan_ad .image_box{
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding: 10px;

  }
  .best-plan_ad .image_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;

  }
  .best-plan_ad .text_box{
    width: 100%;
    height: 100%;
    padding-left: 2rem;
  }
  .best-plan_ad .text_box span{
    color: #4a4a4a;
    font-weight: 300;
 
  }
  .best-plan_ad .text_box h1{
    font-size: 2rem;
  }
  .best-plan_ad .text_box h3{
    font-weight: 300;
  }
.div-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_about{
    justify-content: center;
    align-items: center;
    text-align: center;
}
  .server-adv-box{
    display: flex;
    margin-bottom: 15px;
  }
  .server-adv-box .img-side img{
    width: 5rem;
    height: 5rem;
  }
  .server-adv-box .text-side{
    margin-left: 15px;
  }
  .server-adv-box .text-side h2{
    font-weight: 400;
  }



footer{
    width: 100%;
    height: auto;
    background-color: var(--header-bg);
    padding-top: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 1rem;
  }
 footer .secont-box-1{
    margin-left: 0;
 }
 footer .secont-box-1 .fond-big-b{
    height: 7rem;
 }
 footer .secont-box-1 .fond-big-b .div{
   width: 60%;
 }
 footer .secont-box-1 .fond-big-b .div span{
    color: var(--small-text);
    font-weight: 300;
  }
 footer .secont-box-1 .f-box-in{
    width: 20%;
 }

 .f-show_box{
    display: flex;
    margin-top: 2rem;
 }
 .f-first-box{
    width: 28%;
    height: auto;
    background-color: white;
    margin-bottom: 2rem;
    border-radius: 10px;
    color: rgb(23, 23, 23);
    padding-left: 1rem;
    padding-top: 15px;
 }
 .sub-footer{
    width: 100%;
    /* background-color: #006B00; */
 }
 .f-first-box h2{
    font-weight: 300;
    font-size: small;
    margin-top: 1rem;
    margin-bottom: 1rem;

 }
 .footer_h{
    font-weight: 300;
    margin-top: 2rem;
    font-size: medium;
    color: #006B00;
    
 }
 .f-first-box h4{
    font-weight: 300;
    margin-top: 2rem;
    /* background-color: rgb(7, 7, 57);  */
    padding: 15px;
    margin-left: -1rem;
    
 }
.icon{
    display: block;
    /* margin-top: 1rem; */
    color: white;
 }
 .icon a{color: white;}
.f_icon{
    margin-right: 15px;
    margin: 10px;
 }
 .f-first-box .icon i{
    margin: 10px;
    font-size: 2rem;
    color: var(--primary-color);
 }
.f-next-box{
    display: flex;
    justify-content: left;
    width: 100%;
    margin-left: 4rem;
    color: white;
 }
 .f-next-box .f-item {
    width: 100%;
    overflow: hidden;
    }


.f-next-box .f-item h1{
    font-size: medium;
    margin-top: 1rem;
 }
.f-next-box .f-item a{
    margin-top: 0.8rem;
    font-weight: 500;
    font-size: large;
 }
 .accept_icon{
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
 }
 .accept_icon img{
     width: auto;
     height: 30px;
     object-fit: cover;
     margin: 10px;
 }
 .icon_f{
    background-color: #ffffff;
    padding: 5px;
    border-radius: 2px;
    color: var(--primary-color);
 }
 .icon_f:hover{
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
 }
 .f-show_box .f-next-box .f-item h3{
    margin-top: 0.8rem;
    font-weight: 500;
    font-size: large;
 }
 .f-show_box .f-next-box .f-item h3 a{
    margin-top: 0.8rem;
    font-weight: 500;
    font-size: large;
 }

 .blog-section{
    width: 100%;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 10rem;
    background-color: var(--box-bg);
    overflow: hidden;
    padding-bottom: 3rem;
    padding-top: 3rem;
 }
 .blog-section .best-plan_ad{
    justify-content: space-between;
    margin-bottom: 5rem;
 }

 .b_descr_limit{
    width: 1005;
    height: 2rem;
    margin: 10px;
    font-size: small;
    /* overflow: hidden; */
    margin-bottom: 1rem;
    text-align: left;

 }
 .b_descr_limit h1 {
    font-size: small;
 }

.client-box{
    margin-right: 1rem;
   
}
.blog-section .swiper-slide{
    /* width: 100%; */
    background: none;
}

 .client-box .client-story-item{
   
    height: auto;
    min-height: 15rem;
    background-color: rgb(255, 255, 255);
    color: black;
    border-radius: 20px;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    z-index: 5;
    position: relative;
    padding: 1rem;
    padding-top: 3rem;
    margin-right: 1rem;
 } 
 .client-box .client-story-item h3{
    font-weight: 400;
    font-size: medium;
    margin-top: 1rem;

  }
 .client-box .top-u-b{
    width: 50%;
    height: 5rem;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: rgb(228, 228, 228);
    color: black;
    z-index: 11;
    position: relative;
    margin-bottom: -3rem;
    margin-left: 2rem;
    border-radius: 20rem;
    overflow: hidden;
   
 }
 .top-u-b .client-img{
    width: 5rem;
    height: 5rem;
    border: var(--primary-color) 2px solid;
    background-color: white;
    border-radius: 50%;
    margin-right: 15px;
 }
 .button-box{
    width: 50%;
    height: 10rem;
    background-color: var(--header-bg);
    color: white;
    float: right;
    margin-top: -8rem;
    margin-right: -1rem;
    border-radius: 20px;
 }


.blog-item{
    width: 100%;
    height: auto;
    min-height: 25rem;
    background-color: white;
    box-shadow: 2px 2px 10px var(--shado-color);
    /* cursor: pointer; */
    padding: 5px;
    overflow: hidden;
    border-radius: 10px;
 }
 .blog-item img{
    width: 100%;
    height: 15rem;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
 }
 .blog-item h3{
    font-size: medium;
    margin: 1rem;
    font-weight: 400;
    color: rgb(75, 74, 74);
    text-align: left;
 }
 .blog-text{
    align-items: center;
    text-align: center;
    margin-bottom: 5rem;
      
 }

 /* Blogs Post  */

 .left_post{
    width: 60%;
    margin-left: 10rem;
 }

 .image_sec{
    width: 100%;
    height: 25rem;
    background-color: aliceblue;
    margin-top: 2rem;
    border-radius: 5px;
    overflow: hidden;
 }
 .image_sec img{
    width: 1005;
    height: 100%;
    text-align: center;
    object-fit: cover;
 }
 .content_sec{
    width: 100%;
    height: auto;
    padding: 25px;
    border-radius: 5px;
    background-color: #fbfbfb;
    color: #444444;
    margin-top: 1.5rem;
 }
 .content_sec p{
    text-align: left;
 }
 .right_post{
    width: 20%;
    height: 15rem;
    margin-top: 4rem;
    margin-left: 1rem;
    padding: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
 }

 .recent_post{
    display: flex;
    width: 100%;
    justify-content: left;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    background-color: #fcfcfc;
    margin-top: 10px;

 }
 .recent_post h2{
    font-weight: 400;
    font-size: medium;
 }

.img_recent{
    width: 3rem;
    height: 3rem;
    background-color: white;
    margin-right: 0.5rem;
 }
 .img_recent img{
    width: 100%;
    height: 100%;
 }
  @media screen and (max-width: 500px) {
    .nav-bar{
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
    }
   
   .logo-img{
        width: auto;
        height: 3rem;
    }
    .plan-tab-box .tab-text{
        width: 100%;
        height: auto;
        display: block;
    }
    .fond-big-b{
        display: block;
        height: auto;
        align-items: center;
        text-align: center;
    }
    .fond-big-b form{
        display: block;
    }
    .fond-big-b input{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .fond-big-b select{
        width: 100%;
        margin-left: 0;
    }
    .f-box-in{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .foun-com-box h1{
        font-size: medium;
    }
    .secont-box-1 .foun-com-box {
        justify-content: space-between;
    }
  
    .logo{
        width: 0%;
    }
   
    .best-plan_ad .text_box {
        padding-left: 0;
    }

    .server-adv-box{
        display: block;
    }
    .best-plan_ad .text_box span {
        overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    }

    .accept_icon img{
        height: 20px;
    }
    #show_hide{
        display: none;
    }
    .f-next-box{
        display: block;
    }
   
   
  }

  @media screen and (max-width: 700px) {
    .nav-bar{
        display: flex;
        justify-content: left;
        align-items: center; 
        padding-left: 5rem;
        padding-right: 3rem;
    }
    .logo{
        display: flex;
        width: 100%;
        align-items: center;
        margin-left: 2rem;
        justify-content: left;
    }
    .login-box{
        margin-right: 2rem;
    }
    .logo i{
        display: block;
        margin-right: 1rem;
    }
   
    .heder-text{
        display: none;
    }
     .b-s-item-box img{
        width: 5rem;
        height: 5rem;

    }
    .best-plan_ad{
        display: block;
      
    }
    .best-plan_ad .image_box{
        width: 100%;
    }
    footer{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .f-show_box .f-next-box{
        /* display: flex; */
        /* flex-wrap: wrap; */
        justify-content: left;
     }
    footer .secont-box-1 .fond-big-b{
        display: block;
        height: auto;
    }
    footer .secont-box-1 .fond-big-b form{
        display: block;
        /* height: auto; */
    }
    footer .secont-box-1 .fond-big-b .div{
        width: 100%;
    }
    footer .secont-box-1 .fond-big-b input{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    footer .secont-box-1 .fond-big-b .f-box-in{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
   


  }

  @media screen and (max-width: 1000px) {

    .nav-bar{
        justify-content: space-evenly;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .logo-img{
        width: auto;
        height: 3rem;
    }
    .hero-section{
        display: block;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    .left-hero{
        width: 100%;
        align-items: center;
        text-align: center;
        margin-left: 1rem;
        padding-top: 1rem;
    }
    .left-hero h1{
        width: 100%;
    }
    .left-hero .l-box{
        width: 100%;
    }
    .right-hero{
        display: none;
    }
   
    section{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .search-section{
        display: block;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .search-section .secont-box{
        width: 100%;
    }
    .search-section .secont-box h1{
        text-align: center;
        margin-bottom: 15px;
    }
    .secont-box-1{
        width: 100%;
        margin-left: 0rem;
    }

    .best-service-box{
        display: grid;
        row-gap: 10px;
        column-gap: 10px;
        grid-template-columns: auto;
        margin-top: 3rem;
    }
    .b-s-item-box{
        width: auto;
        min-height: 20rem;
        height: auto;
      
    }

    .f-show_box{
        display: block;
    }
    .f-first-box{
        width: 100%;
    }
    .f-show_box .f-next-box{
        margin-left: 0px;
        width: 100%;
    }

    .left_post{
        width: 100%;
        margin: 1rem;
     }
    .right_post{
        display: none;
    }
   
    
}

