.tab-sec .e-n-tab-icon{
    background-color: #F6F3FF;
    width: 51px;
    height: 51px;
    justify-content: center !important;
    border-radius: 100%;
}
.tab-sec .e-n-tab-title .e-n-tab-icon{
    transition: 0.3s;
}
.tab-sec .e-n-tab-title:hover .e-n-tab-icon{
    background-color: #dceef2;
    transition: 0.3s;
}
.tab-sec .e-n-tab-title .e-n-tab-icon svg path{
    transition: 0.3s;
}
.tab-sec .e-n-tab-title:hover .e-n-tab-icon svg path{
    /* filter: brightness(0) saturate(100%) invert(19%) sepia(99%) saturate(2597%) hue-rotate(172deg) brightness(98%) contrast(101%); */
    /* fill: #007584; */
    transition: 0.3s;
}
.tab-sec .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path{
    /* filter: brightness(0) saturate(100%) invert(19%) sepia(99%) saturate(2597%) hue-rotate(172deg) brightness(98%) contrast(101%); */
    /* fill: #007584; */
    transition: 0.3s;
}
.tab-sec .e-n-tab-title[aria-selected="true"] .e-n-tab-icon{
    background-color: #dceef2;
    transition: 0.3s;
}
.tab-sec .e-n-tab-title[aria-selected="true"]::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(images/Vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 15px;
}
.tab-sec .e-n-tab-title:hover::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(images/Vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 15px;
}
.tab-sec .e-n-tab-title{
    position: relative;
}
.tab-sec .e-n-tab-title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
    bottom: -25px;
    left: 0;
}
.tab-sec .e-n-tab-title[aria-selected="true"]::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0px !important;
    background-color: #E6E6E6;
    bottom: -25px;
    left: 0;
}
.tab-sec .e-n-tab-title:last-child::before{
    height: 0px;
}
.service-icon .elementor-widget-container{
    position: relative;
    background: #fff;
    border-radius: 100%;
    width: 64.8px;
    height: 64.8px !important;
}
.service-icon .elementor-widget-container::after{
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    bottom: 0;
    right: 0px;
    left: -12px;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='45' cy='45' r='45' fill='%232D166F' fill-opacity='0.03'/%3E%3Ccircle cx='45' cy='45' r='44.5' stroke='white' stroke-opacity='0.2'/%3E%3C/svg%3E%0A");
}
.loop-imag .elementor-widget-container a{
    display: block !important;
}
.readmore-btn .elementor-button-content-wrapper svg path{
    transition: all 0.3s;
}
.readmore-btn .elementor-button-content-wrapper:hover svg path{
    fill: #007584;
    transition: all 0.3s;
}
.articles-sec .elementor-pagination {
    display: flex;
    justify-content: center;
}
.articles-sec .page-numbers {
    width: 38px;
    height: 38px;
    border: 1px solid #E9E9E9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.articles-sec .page-numbers.prev{
    border: none;
}
.articles-sec .page-numbers.next{
    border: none;
}
.articles-sec .page-numbers.current{
    background: #2d166f;
    border: transparent;
}
.article-search .e-search-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(2px, -51%);
}  
.article-search .sf-input-select{
    border: none;
    border-bottom: 1px solid #2D166F;
    border-radius: 0;
    padding: 10px !important;
    outline: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    color: #474C56;
    min-width: 286px !important;
    /* min-width: 301px !important; */
    background: transparent !important;
}
.article-search ul{
    display: flex;
    padding: 0 !important;
}
.article-search .sf-input-text{
    width: 575px !important;
    height: 62px !important;
    border-radius: 90px;
    padding: 10px 164px 10px 62px;
    outline: none;
    background: url(images/search-art.svg);
    background-repeat: no-repeat;
    background-position: center left 25px;
    color: #474C56;
    border: 1px solid #242048 !important;
}
.article-search .sf-field-submit{
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(1%, -50%);
    padding: 0;
}
.article-search .sf-field-submit input[type="submit"]{
    padding: 0 !important;
    width: 151px !important;
    height: 50px !important;
    background: #007584;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
}
.article-search .sf-field-submit input[type="submit"]:hover{
    background: #fff;
    color: #007584;
    border: 1px solid #007584;
    box-shadow: 0px 0px 14px rgba(45, 22, 111, 0.15);
}
.article-search .sf-field-search{
    padding: 0;
}

.download .elementor-button-content-wrapper{
    transition: all 0.3s;
}
.download .elementor-button-content-wrapper:hover svg path{
    fill: #2D166F;
    transition: all 0.3s;
}

/* responsive */
@media screen and (max-width:1600px){
    .article-search .sf-input-text {
        width: 575px !important;
    }
    .article-search .sf-input-select {
        min-width: 286px !important;
    }
}
@media screen and (max-width:1024px){
    .tab-sec .e-n-tab-title::before {
        bottom: -16px;
    }
    .searchandfilter select.sf-input-select {
        min-width: 170px;
    }
    .article-search .sf-input-text {
        width: 405px !important;
    }
    .article-search .sf-input-select{
        min-width: 165px !important;
    }
}
@media screen and (max-width:767px){
    .tab-sec .e-n-tab-icon {
        width: 40px;
        height: 40px;
    }
    .article-search .sf-field-submit input[type="submit"] {
        width: 122px !important;
    }
    .article-search .sf-input-text {
        padding: 10px 134px 10px 62px;
        width: 100% !important;
    }
    .article-search .sf-input-select{
        min-width: 210px !important;
    }
}
