.margin-bottom {
    margin-bottom: 20px;
}

.provider-services {
    width: 100%;
    padding: 80px;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    /*background: url("../images/white-background.webp");*/
}

.provider-services .see-all-services {
    font-size: 20px;
    color: #384bff;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: -25px;
    text-transform: uppercase;
}

.provider-services .see-all-services i {
    left: 5px;
    position: relative;
    display: inline-block;
    transition: all ease 0.5s;
}

.provider-services .see-all-services:hover {
    color: #ae27cc;
}

.provider-services > .subtitle {
    color: var(--h2-color);
    font-size: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.provider-services > .title {
    color: #000;
    font-size: 50px;
    font-weight: bold;
}

.provider-services .container-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    max-width: 1200px;
    flex-direction: row;
    justify-content: space-between;
}

.provider-services .container-items .item {
    width: 270px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.provider-services .container-items .item .container-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.provider-services .container-items .item .image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: all ease 1s;
}

.provider-services .container-items .item:hover .image {
    transform: scale(1.2);
}

.provider-services .container-items .item .container-icon {
    left: 40px;
    width: 70px;
    height: 70px;
    bottom: -35px;
    display: flex;
    position: absolute;
    border-radius: 7px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all ease 0.7s;
    background: var(--main-bg-gradient);
}

.provider-services .container-items .item:hover .container-icon {
    transform: rotate(360deg);
}

.provider-services .container-items .item .container-icon .icon {
    color: white;
    font-size: 30px;
}

.provider-services .container-items .item .title {
    display: block;
    font-size: 22px;
    margin-top: 45px;
    color: #341192;
    font-weight: bold;
    transition: all ease 0.7s;
}

.provider-services .container-items .item .title:hover {
    color: #7b52ea;
}

.provider-services .container-items .item .content {
    width: 100%;
    padding: 0 20px;
}

.provider-services .container-items .item .content p {
    margin: 10px 0;
    font-size: 16px;
    color: #363637;
}

.provider-services .container-items .item .content .read-more {
    color: #384bff;
    font-size: 17px;
    font-weight: bold;
    transition: all ease 0.5s;
}

.provider-services .container-items .item .content .read-more:hover {
    color: var(--h2-color);
}

.provider-services .container-items .item .content .read-more i {
    top: 2px;
    left: 4px;
    position: relative;
}

.container-service {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    max-width: 1200px;
    flex-direction: row;
    padding-bottom: 300px;
    justify-content: space-between;
}

.container-service b, .container-service strong {
    color: #000;
}

.container-service ul {
    margin: 20px 0;
    color: #373535;
    line-height: 25px;
    list-style: inside;
}

.container-service ul.sublist {
    padding-left: 50px;
}

.container-service ul .hx {
    display: inline;
    font-size: unset;
    color: #000 !important;
}

.container-service .content {
    width: 70%;
    padding-left: 30px;
}

.container-service .content .cover {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 550px;
    border-radius: 20px;
}

.container-service .content .container-info {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.container-service .content .container-info a {
    color: gray;
    font-size: 16px;
    margin-right: 20px;
}

.container-service .content .container-info a i {
    color: #384bff;
}

.container-service .content .content-text .title {
    margin: 20px 0;
    color: var(--article-resalt-color);
    font-size: 35px;
}

.container-service .content .content-text .hx {
    margin: 20px 0;
    color: var(--article-resalt-color);
}

.container-service .content .content-text p {
    font-size: 17px;
    color: #373535;
    line-height: 27px;
}

.container-service .content .content-text .note {
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
}

.container-service .content .content-text .note p {
    padding: 40px;
    font-size: 18px;
    color: var(--article-resalt-color);
    font-style: italic;
    background-color: #f3f3f3;
}

.container-service .content .content-text .bar {
    width: 7px;
    height: auto;
    background: var(--article-resalt-color);
}

.container-service .content .content-text .container-images {
    display: flex;
    margin-top: 30px;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 30px;
    justify-content: space-between;
}

.container-service .content .content-text .container-images img {
    width: 50%;
    height: 300px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 20px;
}

.container-service .content .content-text .container-media {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: space-between;
}

.container-service .content .content-text .container-media .image {
    height: 250px;
    display: flex;
    margin-right: 20px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

.container-service .content .content-text .container-media .image i {
    color: white;
    font-size: 60px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #616a89;
    transition: all ease 0.5s;
}

.container-service .content .content-text .container-media .image i:hover {
    background-color: #ae27cc;
}

.container-service .content .content-text .container-media .description .title {
    margin-top: 0;
    font-size: 25px;
    color: var(--article-resalt-color);
    font-weight: bold;
    margin-bottom: 7px;
}

.container-service .content .content-text .container-media .description ul {
    margin-top: 20px;
}

.container-service .content .content-text .container-media .description ul li {
    font-size: 17px;
    color: var(--article-resalt-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.container-service .content .content-text .container-media .description ul li {
    font-size: 17px;
    color: var(--article-resalt-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.container-service .content .content-text .container-media .description ul li i {
    font-size: 17px;
    margin-right: 5px;
    font-weight: bold;
    color: var(--article-resalt-color);
}

.container-service .content .content-text .service-faq .item {
    cursor: pointer;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
    background-color: white;
    transition: all ease 0.5s;
    border: 1px solid lightgray;
    box-shadow: 5px 5px 5px #aaaaaa;
}

.container-service .content .content-text .service-faq .item .header {
    display: flex;
    padding: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
}

.container-service .content .content-text .service-faq .item .body {
    padding: 20px;
}

.container-service aside {
    width: 30%;
}

.container-service aside .container {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #f3f3f3;
}

.container-service aside .main-title {
    color: black;
    font-size: 30px;
    font-weight: bold;
}

.container-service aside .devider {
    width: 40%;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: var(--article-resalt-color);
}

.container-service aside .search-container input[type=text] {
    width: 100%;
}

.container-service aside .search-container i {
    bottom: 1px;
    left: 243px;
    color: white;
    cursor: pointer;
    padding: 19px 30px;
    position: absolute;
    transition: all ease 0.5s;
    background-color: #5a73e6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.container-service aside .search-container i:hover {
    background-color: var(--article-hover-color);
}

.container-service aside .categories-container .item {
    display: flex;
    padding: 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 10px;
    flex-direction: row;
    transition: all ease 0.5s;
    background-color: white;
    justify-content: space-between;
    color: var(--article-resalt-color);
}

.container-service aside .categories-container .item:hover {
    color: white;
    background-color: var(--article-hover-color);
}

.container-service aside .categories-container .item:hover a {
    color: white;
}


.container-service aside .categories-container .item a {
    color: black;
}

.container-service aside .hours-container .item {
    display: flex;
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 10px;
    flex-direction: row;
    align-items: center;
    transition: all ease 0.5s;
    background-color: white;
    justify-content: flex-start;
}

.container-service aside .hours-container .item i {
    color: var(--article-resalt-color);
    font-size: 17px;
    margin-right: 10px;
}

.container-service aside .contact-background {
    width: 100%;
    height: 350px;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.container-service aside .contact-background i {
    padding: 15px;
    color: #384bff;
    font-size: 25px;
    border-radius: 100%;
    margin-bottom: 20px;
    background-color: white;
}

.container-service aside .contact-background a {
    display: block;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.video-modal {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    position: fixed;
    visibility: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    background-color: rgba(0,0,0,0.8);
}

.video-modal .video {
    width: 70%;
    height: 70%;
}

.video-modal.active {
    visibility: visible;
    opacity: 1;
}

.video-modal .close {
    top: 25px;
    right: 35px;
    z-index: 300;
    padding: 10px;
    color: white;
    cursor: pointer;
    font-size: 40px;
    position: fixed;
    border-radius: 100%;
    transition: all ease 0.5s;
    background-color: #161616;
}

.video-modal .close:hover {
    background-color: black;
}