@import "assets/section-css/reset.css";
@import "assets/section-css/header.css";
@import "assets/section-css/hero.css";
@import "assets/section-css/about.css";
@import "assets/section-css/category.css";
@import "assets/section-css/course.css";
@import "assets/section-css/brand.css";
@import "assets/section-css/team.css";
@import "assets/section-css/funfact.css";
@import "assets/section-css/faq.css";
@import "assets/section-css/testimonial.css";
@import "assets/section-css/video.css";
@import "assets/section-css/blog.css";
@import "assets/section-css/group-study.css";
@import "assets/section-css/service.css";
@import "assets/section-css/pricing.css";
@import "assets/section-css/event.css";
@import "assets/section-css/product.css";
@import "assets/section-css/breadcrumbs.css";
@import "assets/section-css/contact.css";
@import "assets/section-css/auth.css";
@import "assets/section-css/error.css";
@import "assets/section-css/mobile-menu.css";
@import "assets/section-css/footer.css";


.active_time{
  background-color: blue;
}

.BookFormBox .nice-select{
    width: 100%;
    margin-bottom: 15px;
}
.BookFormBox{
    padding: 32px;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0px 0.9px 3.2px rgba(0, 0, 0, 0.028), 0px 2.5px 8.8px rgba(0, 0, 0, 0.04), 0px 6px 21.1px rgba(0, 0, 0, 0.052), 0px 20px 70px rgba(0, 0, 0, 0.08);
    width: 80%;
    margin: auto;
}
.BookFormBox .MainTitle{
    margin-bottom: 20px;
}
.BookFormBox .MainTitle p{
    color: #000;
    font-weight: 300;
    text-align: center;
}
.BookFormBox .FormBook{

}
.BookFormBox .FormBook .form-group{
    margin-bottom: 15px;
}
.BookFormBox .FormBook .form-group label{
    font-weight: 500;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.BookFormBox .FormBook .form-group .form-control{
    
}
.BookFormBox .FormBook .form-group .ep-btn{
    border-radius: 0;
    display: block;
    width: 100%;
}
.BookFormBox .SecTitle{
display: flex;
align-items: center;
gap: 8px;
justify-content: center;
margin-bottom: 15px;
}
.BookFormBox .SecTitle p{
color: #000;
font-size: 15px;
font-weight: 300;
}
.BookFormBox .SecTitle svg{
    color: #ff5a43;
}
.BookFormBox .Description{

}
.BookFormBox .Description p{
    color: #666666;
    font-size: 14px;
    line-height: normal;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border-right: 1px solid #e7e7eb;
    color: #000;
}


.BookZoom{

}
.BookZoom .MainTitle{
    
}
.BookZoom .MainTitle h2{
    font-size: 1.875rem;
    font-weight: 500;

}
.BookZoom .ZoomNots{
    margin-bottom: 15px;
}
.BookZoom .ZoomNots p{
    background: #cceafe;
    border-left: 4px solid #1f95f2;
    padding: 3px 10px;
    font-size: 14px;
    color: #000;
}
.BookZoom .ZoomNots p a{
    text-decoration: underline;
}
.BookZoom .TimeTappps{
    padding-top: 20px;

}
.TimeTappps .DatTimeBox{
    display: flex;
    gap: 15px;
}
.BookZoom .TimeTappps .SubTitle{
margin-bottom: 10px;
}
.BookZoom .TimeTappps .SubTitle h2{
color: #333;
font-size: 18px;
font-weight:300;
margin: 0;
}
.BookZoom .TimeTappps .nav{
    margin-bottom: 15px;
    gap: 8px;
}
.BookZoom .TimeTappps .nav .nav-item{
    width: auto;
    flex-grow: unset;
    flex-basis: auto;
}
.BookZoom .TimeTappps .nav .nav-item .nav-link{
    border: 1px solid #d8dde6;
    color: #000;
    height: 45px;
    padding: 0 55px;
    line-height: 45px;
}
.BookZoom .TimeTappps .nav .nav-item .nav-link.active{
    background: #1f95f2;
    border: 1px solid #1f95f2;
    color: #fff;
}
.BookZoom .TimeTappps .tab-content{
    
}
.BookZoom .TimeTappps .tab-content .tab-pane{
    
}
.GroupTimes .TimeItemss{
    display: inline-block;
 margin: 5px 5px;
}
.GroupTimes .TimeItemss label{
    position: relative;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0 30px;
    color: #333;
    transition: all .2s ease-in-out;
}
.GroupTimes .TimeItemss label span{
     display: block;
 width: 100%;
 height: 100%;
 background: #f00;
 border-radius: 50%;
}
.GroupTimes .TimeItemss label img{
     position: absolute;
 width: 25px;
 display: none;
}
.GroupTimes .TimeItemss input{
 display: none;
}
.GroupTimes .TimeItemss:hover label{
    border: 1px solid #f1f1f1;
color: #333;
background: #f1f1f1;
}
.GroupTimes .TimeItemss.active label{
    border: 1px solid #1f95f2;
    color: #fff;
    background: #1f95f2;
}
.GroupTimes .TimeItemss.active label img{
 display: block;
}

.BookZoom .BooKBtn{
margin-top: 20px;
}

.BookZoom .BooKBtn .ep-btn{
    border-radius: 5px;
    display: block;
    width: auto;
    padding: 14px 55px;
    font-size: 17px;
}


/* Datepicker */
.datepicker-dropdown {
    border-radius: 0;
    padding: 15px;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th {
    padding: 5px 10px;
    background: #fff0;
}
.datepicker .table-condensed > tbody > tr > td.disabled{
    background: #f000;;
}
.datepicker thead tr:last-child {
    background-color: #f2f2f2;
}
.datepicker thead tr:last-child th {
    border-right: 1px solid #fff;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #aaa;
    opacity: 1;
        pointer-events: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active[disabled] {
    background: #24ade3;
}


.ClaenderBox {
    display: block;
    width: max-content;
    background: #fff;
    padding: 0px 0;
    border: 1px solid #eee;
    margin-bottom: 16px;
    border-radius: 16px;
}
.datepicker-inline {
    width: 100%;
}
.datepicker .datepicker-switch {
      pointer-events: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.ClaenderBox .datepicker thead tr:last-child {
    background-color: #fff0;
}
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.datepicker table {
    width: max-content;
    margin: auto;
}
.datepicker thead tr:last-child th {
    border-right: 0;
}
.datepicker thead tr:last-child th:last-child {
    border-right: 0;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
    height: 40px;
    width: 40px;
    padding: 0;
    font-weight: 500;
        color: #000;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active[disabled] {
    background: #24ade3;
    color: #fff;
}


.datepicker table tr td.today{
    border: 2px solid #24ade3;
    color: #24ade3 !important;
    border-radius: 50%;
    background: #24ade3;
    background-color: #fff !important;
    display: inline-block;
    line-height: 38px;
    padding: 0;
    background-image: none;
}






.latestBlog{

}
.latestBlog .Blogitm{
 display: flex;
 gap: 16px;
 align-items: flex-start;   
 margin-bottom: 10px;
}
.latestBlog .Blogitm .BlogImage{
    display: block;
    width: 95px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
}
.latestBlog .Blogitm .BlogImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.latestBlog .Blogitm .BlogData{
    
}
.latestBlog .Blogitm .BlogData p{
    font-size: 13px;
    color: #ccc;
}

.latestBlog .Blogitm .BlogData h2{
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}


.BoxxServices{
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    border-radius: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin-top: -44px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px 20px;
    display: flex
;
    box-shadow: 0 18px 40px #cae2f066;
}
.Serviceitemsss{
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex
;
}
.Serviceitemsss .ItemServ{
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 128px;
    display: flex
;
}
.Serviceitemsss .ItemServ img{
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 8px;
    display: flex
;
}
.Serviceitemsss .ItemServ p{
    opacity: .7;
    color: #1f2a55;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 4.44px;
    padding-right: 5.56px;
}

.hidden_xs{
    display: inline-block;
    width: 100%;
}
.visible_xs{
    display: none;
    width: 100%;
}

/******************/
.SliderWHyUs{

}
.SliderWHyUs .SliderItem{
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}
.SliderWHyUs .SliderItem h5{
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    color: #24ade3;
    margin-bottom: 5px;
}
.SliderWHyUs .SliderItem p {
    font-size: 15px;
    line-height: 1.5; /* ØªÙ‚Ø¯Ø± ØªØ¹Ø¯Ù„Ù‡ Ø­Ø³Ø¨ Ø§Ù„ØªØµÙ…ÙŠÙ… */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ø¹Ø¯Ø¯ Ø§Ù„Ø³Ø·ÙˆØ± */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
}
.SliderWHyUs .SliderItem img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
    margin-top: 15px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: inline-flex
;
    height: 40px;
    width: 40px;
    background: #24ade3;
    color: #fff;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    margin: 15px 2px;
}
.ep-pricing__features{
    min-height: 335px;
}
.ep-pricing__title {
    margin-bottom: 0;
    width: 65%;
    height: 45px;
}


.NewsSectionCOntactUs{
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.NewsSectionCOntactUs::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(2, 0, 36, 1) 0%, rgba(6, 160, 191, 0.75) 100%);
}
.SctionContent{
    z-index: 9;
    position: relative;
}

.NewsSectionCOntactUs .ep-contact__form{
padding: 24px;
margin: 0;
border-radius: 5px;
background: transparent;
}
.NewsSectionCOntactUs .ep-contact__form form .form-group input, .ep-contact__form form .form-group textarea{
    height: 50px;
    border-radius: 2px;
    border: 0;
    padding: 0 15px;
}
.NewsSectionCOntactUs .ep-contact__form form .form-group{
    margin-bottom: 15px;
}
.NewsSectionCOntactUs .ep-contact__form form .form-group label {
    display: none;
    margin-bottom: 5px;
    font-size: 16px;
}

.NewsSectionCOntactUs .ep-contact__form .ep-btn{
    margin-top: 0;
    height: 50px;
    margin: auto;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
}

.NewsSectionCOntactUs .ep-hero__content .ep-hero__title{
    color: #fff;
}
.NewsSectionCOntactUs .ep-hero__content p{
    color: #fff;
}

.NewsSectionCOntactUs .ep-section-head__big-title{
    color: #fff;
}


/* =================================================== */
    /* educate pricing Area css style-inner */
/* =================================================== */
.pricing-area.style-inner {
    padding: 100px 0 100px;
}

.pricing-area.style-inner .section-title-space {
    margin-bottom: 40px;
}

.pricing-area.style-inner  .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.pricing-area.style-inner  .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.pricing-area.style-inner .section-sub-title.three h6 img {
    margin-right: 12px;
}

.style-inner .pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 242px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(240,251,248,0);
    border: 1px solid rgba(30,30,30,0.1);
    margin: 0 auto 40px;
}

.style-inner .pricing-toggle span {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
}

.style-inner .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    margin: 0;
}

.style-inner .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.style-inner .slider {
    position: absolute;
    cursor: pointer;
    top: -3px;
    left: -7px;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    width: 58px;
    height: 28px;
    border-radius: 14px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.3);
}

.style-inner .slider:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    transition: 0.4s;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #1ec28e;
}

.style-inner input:checked + .slider {
    background-color: #fdf7f3;
}

.style-inner input:checked + .slider:before {
    transform: translateX(26px);
}
.style-inner h2.price-yearly {
    display: none;
}

/* pricing box */

.style-inner .single-pricing-box {
    border-radius: 10px;
    background-color: #fdf7f3;
    padding: 50px 40px 50px;
    transition: 0.5s;
    margin-bottom: 20px;
}

.style-inner .single-pricing-box.box-2{
    background-color: #f0fbf8;
}

.style-inner .single-pricing-box.box-3{
    background-color: #f1f9fc;
}

.style-inner .pricing-icon {
    width: 76px;
    height: 76px;
    line-height: 76px;
    border-radius: 38px;
    background-color: rgba(255,133,63,0.10196078431372549);
    border: 1px solid rgba(255,133,63,0.3);
    text-align: center;
    display: inline-block;
    transition: 0.5s;
}

.style-inner .single-pricing-box:hover .pricing-icon{
 background-color: #ff853f;
}

.style-inner .single-pricing-box:hover .pricing-icon img {
    filter: brightness(0)invert(1);
}

.style-inner .single-pricing-box.box-2 .pricing-icon{
    background-color:rgb(30, 194, 142,0.10);
    border: 1px solid rgb(30, 194, 142,0.3);
}

.style-inner .single-pricing-box.box-2:hover .pricing-icon{
    background-color: #1ec28e;
}

.style-inner .single-pricing-box.box-3:hover .pricing-icon img {
    filter: brightness(0)invert(1);
}

.style-inner .single-pricing-box.box-3 .pricing-icon{
    background-color: rgba(21,193,250,0.2);
    border: 1px solid rgba(21,193,250,0.3);
}

.style-inner .single-pricing-box.box-3:hover .pricing-icon{
    background-color: #15c1fa;
}

.style-inner .single-pricing-box.box-3:hover .pricing-icon img {
    filter: brightness(0)invert(1);
}

.style-inner .pricing-head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.style-inner .pricing-head-content h1 {
    font-size: 24px;
    line-height: 35px;
    color: #1e1e1e;
    font-weight: 500;
}

.style-inner .pricing-head-content p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    
}

.style-inner .pricing-list {
    padding-top: 34px;
}

.style-inner .pricing-list ul li {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    
    margin-bottom: 12px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.style-inner .pricing-list ul li:last-child{
    border:none;
}

.style-inner .pricing-list ul li img {
    margin-right: 10px;
}

.style-inner .pricing-rate h2 .dollar {
    font-size: 22px;
    line-height: 26px;
    color: #ff853f;
    font-weight: 600;
    font-family: "Outfit";
    position: relative;
    top: -14px;
}

.style-inner .single-pricing-box.box-2 .pricing-rate h2 .dollar{
    color:#1ec28e
}

.style-inner .single-pricing-box.box-3 .pricing-rate h2 .dollar{
    color:#15c1fa
}

.style-inner .pricing-rate {
    padding: 16px 0 35px;
}

.style-inner .pricing-rate h2 {
    font-size: 46px;
    line-height: 26px;
    color: #ff853f;
    font-weight: 600;
    font-family: "Outfit";
}

.style-inner .single-pricing-box.box-2 .pricing-rate h2{
    color:#1ec28e
}

.style-inner .single-pricing-box.box-3 .pricing-rate h2{
    color:#15c1fa
}

.style-inner .pricing-rate h2 .month {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Outfit";
}

.style-inner .pricing-button a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff853f;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 35px;
    background-color: rgba(255,133,63,0.10196078431372549);
    border: 1px solid rgba(255,133,63,0.2);
    padding: 15px 33px;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.style-inner .pricing-button a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#ff853f;
    z-index: -1;
    border-radius: 35px;
    transition: 0.5s;
}

.style-inner .single-pricing-box.box-2 .pricing-button a::before{
    background:#1ec28e;
}

.style-inner .single-pricing-box.box-3 .pricing-button a::before{
    background:#15c1fa;
}

.style-inner .single-pricing-box:hover .pricing-button a::before{
    width: 100%;
    left: 0;
}

.style-inner .single-pricing-box:hover .pricing-button a{
    color:#fff;
}

.style-inner .single-pricing-box.box-2:hover .pricing-button a::before{
    width: 100%;
    left: 0;
}

.style-inner .single-pricing-box.box-2:hover .pricing-button a{
    color:#fff;
}

.style-inner .single-pricing-box.box-3:hover .pricing-button a::before{
    width: 100%;
    left: 0;
}

.style-inner .single-pricing-box.box-3:hover .pricing-button a{
    color:#fff;
}
.style-inner .single-pricing-box.box-2 .pricing-button a{
    background-color: rgb(30, 194, 142,0.10);
    border: 1px solid rgb(30, 194, 142,0.2);
    color: #1ec28e;
    width: 100%;
}
.style-inner .single-pricing-box.box-3 .pricing-button a{
    background-color: rgba(21,193,250,0.2);
    border: 1px solid rgba(21,193,250,0.2);
    color:#15c1fa;
    width: 100%;
}
.style-inner .pricing-button a i{
    margin-left: 10px;
}

/* =================================================== */
    /* educate pricing Area css style-one */
/* =================================================== */
.pricing-area.style-one {
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}
.pricing-area.style-one .section-title-space {
    margin-bottom: 30px;
}
.pricing-area.style-one .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
.style-one .pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 56px;
}
.style-one .pricing-toggle span {
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
}
.style-one .switch {
    position: relative;
    display: inline-block;
    width: 105px;
    height: 40px;
    margin: 0;
}
.style-one .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.style-one .slider {
    position: absolute;
    cursor: pointer;
    top: -3px;
    left: 8px;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    width: 90px;
    height: 46px;
    border-radius: 23px;
    background-color: #ddf1ec;
}
.style-one .slider:before {
    position: absolute;
    content: "";
    left: 4px;
    bottom: 4px;
    transition: 0.4s;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #1fc28e;
}
.style-one input:checked + .slider {
    background-color: #fdf7f3;
}
.style-one input:checked + .slider:before {
    transform: translateX(42px);
}
.style-one h2.price-yearly {
    display: none;
}

/* pricing box */
.style-one .single-pricing-box {
    padding: 30px 30px 40px;
    transition: 0.5s;
    margin-bottom: 20px;
    border-radius: 20px;
    filter: drop-shadow(0 0 35px rgba(212,216,215,0.5));
    background-color: rgba(255,255,255,0.8);
}
.style-one .pricing-head-title h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4px;
}
.style-one .pricing-head {
    text-align: center;
    border-radius: 20px;
    background-color: #f2efe6;
    padding: 40px 0 46px;
}
.style-one .single-pricing-box.box-2 .pricing-head {
    background-color: #e7f5f1;
}
.style-one .single-pricing-box.box-3 .pricing-head {
    background-color: #e8f5e8;
}
.style-one .pricing-rate h2 {
    font-size: 45px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Outfit";
}
.style-one h2.price.price-yearly {
 color:#1ec28e;
}
.style-one .pricing-rate h2 .month {
    font-size: 17px;
    line-height: 31px;
    color: #041424;
    font-weight: 400;
    
}
.style-one .pricing-list {
    padding: 50px 0 43px 28px;
}
.style-one .pricing-list ul li i {
    display: inline-block;
    margin-right: 10px;
    color: #1fc28e;
}
.style-one .pricing-list ul li {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 600;
    
}
.style-one .pricing-button a {
    display: inline-block;
    border-radius: 30px;
    padding: 14px 40px;
    position: relative;
    z-index: 1;
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    width: 100%;
    background-color: #f1eee4;
}
.style-one .single-pricing-box.box-2 .pricing-button a{
    background-color: #e7f5f1;
}
.style-one .single-pricing-box.box-3 .pricing-button a{
    background-color: #e8f5e8;
}
.style-one .pricing-button a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#1ec28e;
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}
.style-one .single-pricing-box:hover .pricing-button a::before{
    width: 100%;
    left: 0;
}
.style-one .single-pricing-box:hover .pricing-button a{
   color:#fff;
}
.style-one .pricing-shape11 {
    position: absolute;
    top: -75px;
    right: 0;
}
.style-one .pricing-shape12 {
    position: absolute;
    left: 90px;
    top: 140px;
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/* =================================================== */
    /* educate pricing Area css style-two */
/* =================================================== */
.pricing-area.style-two {
    padding: 100px 0 100px;
    position: relative;
}
.pricing-area.style-two .section-title-space {
    margin-bottom: 60px;
}
.pricing-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}
.style-two .single-pricing-box {
    border-radius: 16px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgb(120 189 160 / 20%);
}
.style-two .pricing-box-inner {
    border-radius: 14px;
    background-color: #f0fbf8;
    margin: 25px 25px 25px 25px;
    padding: 40px 28px 45px 40px;
}
.style-two .pricing-box-inner.style-2 {
    background-color: #fdf7f3;
}
.style-two .pricing-box-inner.style-3 {
    background-color: #f1f9fc;
}
.style-two .pricing-head {
    position: relative;
}
.style-two .pricing-circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 5px;
    right: 10px;
}
.style-two .pricing-head-title h1 {
    font-size: 17px;
    text-transform: uppercase;
    color: #1ec28e;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.style-two .pricing-head-title h1::before {
    position: absolute;
    content: '';
    width: 189px;
    height: 44px;
    background-color: #ffffff;
    z-index: -1;
    left: -40px;
    top: 3px;
    border-radius: 0px 30px 30px 0px;
}
.style-two .pricing-rate {
    padding: 25px 0 10px;
}
.style-two .pricing-rate h2 {
    font-size: 50px;
    line-height: 56px;
    color: #1e1e1e;
    font-weight: 600;
}
.style-two .pricing-rate h2 span.month {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 400;
}
.style-two .pricing-rate-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
}
.style-two .pricing-list {
    padding: 32px 0 15px 25px;
}
.style-two .pricing-list ul li {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    
    margin-bottom: 18px;
    position: relative;
}
.style-two .pricing-list ul li::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #ff853f;
    left: -25px;
    top: 9px;
}
.style-two .pricing-button a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color: #1ec28e;
    padding: 10px 33px;
    position: relative;
    z-index: 1;
}
.style-two .pricing-button a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#1e1e1e;
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}
.style-two .pricing-button a i {
    margin-left: 10px;
}
.style-two .single-pricing-box:hover .pricing-button a{
    color:#fff;
}
.style-two .single-pricing-box:hover .pricing-button a::before{
    width: 100%;
    left: 0;
}
.pricing-hand-shape {
    position: absolute;
    top: 115px;
    left: 120px;
    animation: flexAnimation 1.5s infinite ease-in-out;
}
.style-two .pricing-star-shape {
    position: absolute;
    top: 105px;
    right: 100px;
    animation: rotateme 8s linear infinite;
}


.style-inner .pricing-head-content{
    width: calc(100% - 96px);
}



.MobPriceAccid{

}

.MobPriceAccid .price-monthly{
margin-top: 30px;
}

.MobPriceAccid .price-monthly .priceIngo{
        font-size: 46px;
    line-height: 26px;
    color: #ff853f;
    font-weight: 600;
    font-family: "Outfit";
    display: flex;
}
.box-2 .MobPriceAccid .price-monthly .priceIngo{
       color: #1ec28e;
}
.box-3 .MobPriceAccid .price-monthly .priceIngo{
       color: #15c1fa;
}
.MobPriceAccid .price-monthly .priceIngo .dollar {
    font-size: 22px;
    line-height: 26px;
    color: #ff853f;
    font-weight: 600;
    font-family: "Outfit";
    position: relative;
    top: -14px;
}
.box-2 .MobPriceAccid .price-monthly .priceIngo .dollar {
           color: #1ec28e;
}
.box-3 .MobPriceAccid .price-monthly .priceIngo .dollar {
           color: #15c1fa;
}
.MobPriceAccid .price-monthly .priceIngo .month {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Outfit";
}
.MobPriceAccid .accordion-header .accordion-button{
    background: #ff853f !important;
}
.box-2 .MobPriceAccid .accordion-header .accordion-button{
    background: #1ec28e !important;
}
.box-3 .MobPriceAccid .accordion-header .accordion-button{
    background: #15c1fa !important;
}
    .MobPriceAccid .accordion-header .accordion-button:not(.collapsed)::after {
        background: #ff853f !important;
        border-radius: 50%;
    }
    .box-2 .MobPriceAccid .accordion-header .accordion-button:not(.collapsed)::after {
        background: #1ec28e !important;
    }
    .box-3 .MobPriceAccid .accordion-header .accordion-button:not(.collapsed)::after {
        background: #15c1fa !important;
    }

@media(max-width:768px){
    .hidden_xs{
        display: none;
    }
    .visible_xs{
        display: inline-block;
    }
    .ep-hero__content--style2 .ep-hero__title {
        font-size: 26px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        display: inline-flex;
        height: 40px;
        width: 40px;
        background: #24ade3;
        color: #fff;
        font-size: 25px;
        align-items: center;
        justify-content: center;
        margin: 15px 2px;
    }
    .section-gap{
        margin-top: 30px;
    }
    .ep-logo img {
        max-width: 135px;
        height: 50px;
    }
    .ep-hero {
        padding: 110px 0px 80px;
    }
    .BookFormBox {
        padding: 20px;
        width: 100%;
        margin: 30px auto;
        margin-bottom: 0;
    }
    .TimeTappps .DatTimeBox{
        flex-direction: column;
    }
    .Serviceitemsss {
        flex-wrap: wrap;
        gap: 15px;
        width: 86%;
    }

    .MobPriceAccid{

    }
    .MobPriceAccid .accordion-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .MobPriceAccid .accordion-header span{
        display: block;
        width: calc(100% - 30px);
    }
    .MobPriceAccid .accordion-header .accordion-button{
        border: 0 !important;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        background: #24ade3;
        text-align: center;
        border-radius: 50%;
        padding: 0;
        color: #fff;
    }
    .MobPriceAccid .accordion-header .accordion-button::after{
        margin: 0;
        color: #fff;
        font-size: 24px;
    }
    .MobPriceAccid .accordion-header .accordion-button:not(.collapsed)::after{
        background: #24ade3;
        border-radius: 50%;
    }
    .MobPriceAccid .accordion-header .accordion-collapse{
        
    }
    .MobPriceAccid .ep-faq__accordion-body{
        border: 0 !important;
    }

    /******************/

    .stststicItems .ep-funfact__card {
        margin-top: 15px;
        min-height: auto;
    }
    .stststicItems .ep-funfact__card--style2 {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
    }
    .stststicItems .ep-funfact__card--style2 .ep-funfact__info {
        text-align: center;
    }
    .ep-team__card{
        padding: 8px;
    }
    .ep-team__img img {
        height: 125px;
    }
    .ep-team__img .ep-video__btn {
        width: 50px;
        height: 50px;
        line-height: 55px;
        padding: 0;
        font-size: 20px;
        left: calc(50% - 25px);
        top: calc(50% - 40px);
        margin-left: 0;
        margin-top: 0;
        font-size: 22px;
    }
    .ep-team__card--style2 .ep-team__img img {
        height: 200px;
    }
    .ep-team__card--style2 {
        height: 200px;
    }
    .ep-team__card--style2 .ep-team__content {
        width: 95%;
        bottom: 10px;
        padding: 5px 0;
        font-size: 15px;
    }
    /**************/
    .ep-hero__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .ep-hero__btn {
        margin-top: 15px;
    }
    .BookFormBox{
        margin-top: 0px;
    }
    .ep-hero {
        padding: 110px 0px 40px;
    }
    .ep-about.ep-about--style2 {
        padding-bottom: 30px;
        margin-top: 0;
        padding-top: 30px;
    }
    .ep-section__content {
        margin-top: 0px;
    }
    .ep-section-head__text {
        margin: 0;
        margin-top: 0;
        line-height: inherit;
    }
    .ep-section-head__sm-title {
        line-height: inherit;
        margin-bottom: 0;
    }
    .ep-section-head__big-title {
        font-size: 22px;
    }
    .ep-section-head {
        margin-bottom: 10px;
    }
    .ep-feature-list {
        gap: 10px;
        margin-bottom: 5px;
    }
    .ep-feature-list__icon i {
        top: 5px;
    }
    .ep-section__btn {
        margin-top: 15px;
    }
    .section-gap{
        margin-top: 0;
        padding: 30px 0px;
    }
    .ep-section-head__big-title {
        font-size: 20px;
    }
    p {
        font-size: 15px !important;
        line-height: inherit;
    }
    .ep-funfact.section-gap {
        padding: 30px 0px 30px;
    }
    .stststicItems .ep-funfact__card {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .stststicItems .ep-funfact__card--style2{
        padding: 10px;
    }
    .ep-funfact__info h4 {
        font-size: 25px;
    }
    .BoxxServices {
        padding: 30px 10px;
        grid-column-gap: 10px;
    grid-row-gap: 15px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        margin-bottom: 0;
    }
    .ep-team__content {
        margin-top: 10px;
    }
    .ep-team__author h5 {
        font-size: 16px;
        margin-bottom: 0;
        line-height: normal;
    }
    .ep-team__card{
        margin-top: 0;
    }
    .ep-pricing__card {
        padding: 15px;
        margin-top: 15px;
    }
    .ep-pricing__title{
        margin-bottom: 0;
    }
    .ep-pricing__icon {
        margin-bottom: 10px;
    }
    .ep-pricing__amount {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
    }
    .ep-pricing__features {
        margin-top: 10px;
    }
    .ep-pricing__features li {
        margin-bottom: 5px;
    }
    .ep-pricing__btn {
        margin-top: 10px;
    }
    .ep-hero.ep-hero--style2 {
        padding-top: 30px;
    }
    .ep-hero__widget {
        display: block;
    }
    .ep-hero__content--style2 .ep-hero__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .ep-hero__widget-style2 .ep-hero__img img {
        width: 100%;
        height: auto;
    }
    .ep-section-head__big-title.fs-28 {
        font-size: 20px;
    }
    .ep-faq__accordion-body{
        padding-top: 0;
    }
    .ep-faq__accordion-item .accordion-button:not(.collapsed) {
        padding-bottom: 10px;
    }
    .ep-footer__top {
        padding: 0 0px 10px;
    }
    .ep-footer__text {
        margin-top: 10px;
    }
    .ep-footer__contact {
        margin-top: 10px;
    }
    .ep-footer__widget {
        margin-top: 15px;
    }
    .ep-footer__links-list li {
        margin-bottom: 5px;
    }
    /***********/
    .ep-funfact__card--style2 .ep-funfact__info {
        text-align: center;
    }

    .ep-pricing__head{
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .Serviceitemsss .ItemServ img{
        width: 35px;
        height: 35px;
    }
    .ep-funfact__icon{
        width: 50px;
        min-width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .ep-funfact__card--style2 .ep-funfact__icon img {
        width: 24px;
        height: 24px;
    }
    .ep-pricing__icon {
        position: initial;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .ep-pricing__icon img {
        width: 35px;
        height: 35px;
    }
    .mobile-menu-offcanvas-toggler {
        position: relative;
        right: 45px;
    }

    .NewsSectionCOntactUs .ep-contact__form{
        padding: 20px 0;
    }
    .NewsSectionCOntactUs .ep-contact__form .ep-btn {
    padding: 0 !important;
}
.style-inner .pricing-list ul{
    min-height: auto;
}
.pricing-area.style-inner {
    padding: 50px 0 50px;
}
.style-inner .single-pricing-box {
    padding: 30px 20px 30px;
}

.ep-team__card--style2 .ep-team__author h5{
    margin-bottom: 0;
}
    .ep-team__card--style2 .ep-team__content {
        width: max-content;
        bottom: 10px;
        padding: 3px 15px;
        font-size: 10px;
    }
    .Serviceitemsss{
        justify-content: center;
    }

}




