.move {
    position: relative;
    transition: transform 0.5s ease;
    animation: imgmove 8s ease-in-out infinite;
    transform-origin: bottom center;
}

@keyframes imgmove {
    0%,
    100% {
        transform: translateY(0) translateX(20);
    }
    50% {
        transform: translateY(-25px) translateX(0px);
    }
}

/** Service Detail **/

.service-sidebar .service__list {
    padding: 35px 30px;
    position: relative;
    padding: 35px 30px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: var(--bdr-radius);
}

.service-sidebar .widget {
    margin-bottom: 30px;
}

.service__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service__list li {
    border: none;
    padding: 0 !important;
    margin: 4px 0;
}

.service__list li a {
    background-color: #F2F5FA;
    display: block;
    position: relative;
    color: #222;
    font-size: 16px;
    padding: 18px 30px 18px 30px;
    display: block;
    position: relative;
    line-height: normal;
    border-radius: 5px;
}

.service__list li.active a,
.service__list li a:hover {
    color: #fff;
    background-color: var(--mainColor);
}

.service__list li a:after {
    content: "\ebe6";
    font-family: "boxicons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 37%;
    right: 20px;
}

.service-detail__contact {
    padding: 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    border-radius: var(--bdr-radius);
    background-color: rgba(8, 24, 57, 0.90);
}

.service-detail__contact .contact__icon {
    color: var(--pureWhite);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .service__list li a {
        padding: 15px 20px;
    }
}

@media (max-width: 360px) {
    .service-detail__contact .contact__icon,
    .hour_icon {
        flex-wrap: wrap;
    }
    .service-detail__contact {
        padding: 30px;
    }
    .service-detail__timing {
        padding: 30px !important;
    }
}

.service-detail__contact .contact__icon i {
    font-size: 50px;
    color: var(--mainColor);
}

.service-detail__contact .widget__title {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 26px;
    color: var(--pureWhite);
    margin-bottom: 0;
}

.service-detail__contact .widget__title .phn {
    font-size: 26px;
    line-height: 30px;
    color: var(--mainColor);
    margin-bottom: 0;
}

.service-detail__contact p {
    color: var(--pureWhite);
    font-size: 14px;
    line-height: 25px;
}

/* Timing */

.service-detail__timing {
    padding: 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    border-radius: var(--bdr-radius);
    background: #f6f6f6;
}

.hour_icon {
    font-size: 50px;
    color: #081839;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.service-detail__timing .widget__title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 26px;
    color: var(--secondaryColor);
    margin-bottom: 0;
}

ul.timing-list li {
    line-height: 35px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 13px;
}

ul.timing-list li:last-child {
    border-bottom: none;
}

ul.timing-list .timing__title {
    color: var(--blackish-color);
}

ul.timing-list .timing__value {
    color: var(--text-color);
}

/*=== Download  ===*/

.download .item-download a.buttn {
    font-family: 24px;
}

.download .item-download a.buttn i {
    font-family: 24px;
    margin-right: 5px;
}

.download .item-download {
    margin-bottom: 30px;
    position: relative;
}

.download .item-download a:hover {
    background: var(--mainColor);
}

.service-details {
    margin-top: 40px;
}

h2.title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.service__page-core__service {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
}

.core__service {
    display: flex;
    background-color: var(--pureWhite);
    border-radius: 10px;
    border: 2px solid #eee;
    padding: 30px;
    gap: 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.core__service:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
}

.core__service .core__icon {
    font-size: 50px;
    color: var(--mainColor);
    line-height: 1.3;
}

.core__service:hover .core__icon {
    color: var(--secondaryColor);
}

.core__service .inner__content h3 {
    font-size: 20px;
}

.core__service .inner__content p {
    font-size: 14px;
    margin-bottom: 0;
}

.core__service .inner__content h3,
.core__service .core__icon,
.core__service .inner__content p {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.service__page-core__service .core {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.service-page-team {
    margin-top: 40px;
    /* border-bottom: 1px solid #eee; */
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #eee;
    padding-bottom: 60px;
}

/** Blog Detail **/

.blog-right-col {
    flex: 0 0 66%;
    max-width: 66%;
}

.blog-left-col {
    flex: 0 0 34%;
    max-width: 34%;
}

/** Sidebar Right**/

.sidebar .widget {
    position: relative;
    padding: 35px 30px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: var(--bdr-radius);
    border-bottom: 3px solid var(--mainColor);
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget a,
.widget .post-date {
    font-family: var(--headingFont);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.5px;
    font-weight: 700;
}

.search-form input {
    height: 58px;
    line-height: 58px;
}

.widget.widget-search {
    border: 1px solid #eee;
}

.widget .search-form {
    position: relative;
}

.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding: 10px 20px;
    font-weight: 500;
    background: var(--pureWhite);
    border: 1px solid #eee;
    border-radius: 30px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: var(--headingFont);
}

.widget .search-form .search-field:focus {
    outline: none !important;
    border-color: var(--mainColor);
    box-shadow: none !important;
}

.widget .search-form a {
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 45%;
    height: 55px;
    line-height: 55px;
    margin-top: -25px;
    font-size: 16px;
    z-index: 1;
    width: 50px;
    text-align: center;
    color: var(--mainColor);
}

.widget .widget-title {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: var(--secondaryColor);
    margin-bottom: 20px;
}

.sidebar .widget-categories ul li {
    margin: 2px 0;
    padding: 0 !important;
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}

.sidebar .widget-categories ul li a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F2F5FA;
    padding: 9px 15px;
    border-radius: 5px;
}

.sidebar .widget-categories li a span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    display: block;
}

.sidebar .recent-post-list li {
    padding-bottom: 15px;
    display: flex !important;
    align-items: center;
    width: 100%;
}

.sidebar .recent-post-list li:last-child {
    padding-bottom: 0;
}

.sidebar .recent-post-list .media {
    display: flex;
}

.sidebar .recent-post-list .recent-post-thum {
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: var(--bdr-radius);
    overflow: hidden;
}

.sidebar .recent-post-list a {
    font-size: 15px;
}

.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--mainColor);
}

.sidebar .widget .taglist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    background: #f4f4f4;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 6px;
    text-align: center;
}

.taglist a {
    flex-grow: 1;
    max-width: 110px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    background: #f4f4f4;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 6px;
    text-align: center;
}

.sidebar .widget .taglist a:hover {
    color: #fff;
    background: var(--blackish-color);
}

.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}

.sidebar .widget.widget-flickr a {
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}

/** Blog Large **/

.post__card {
    border: 1px solid var(--bdr-color);
    border-radius: var(--bdr-radius);
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 30px;
}

.post__card:hover {
    -webkit-box-shadow: 0px 21px 15px rgb(190 195 204 / 13%);
    box-shadow: 0px 21px 15px rgb(190 195 204 / 13%);
}

.post__card .post__content .post-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
}

.post__card .post__description {
    margin-top: 10px;
}

.post__card .post__content {
    padding: 15px 40px 40px 40px;
}

.post__card .post__content .buttn__outlined {
    height: 48px;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
}

.post__card .post__content .buttn__outlined:hover {
    border-color: var(--mainColor);
    background-color: var(--mainColor);
    color: var(--pureWhite);
}

.post__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 0 0;
}

.post__author h5 {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.post__author span {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.post__author .thumbs {
    margin-bottom: 0;
}

.post__author img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    padding: 1px;
    margin-right: 15px;
}

.post__card .post__content .meta-container {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.post__card .meta-container .meta-line {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    color: #666;
}

.post__card .meta-container .meta-line a {
    color: #666;
}

.rtl .post__card .meta-container .meta-line:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
}

.post__card .meta-container .meta-line:last-child {
    margin-right: 0;
}

.post__card .meta-container .meta-line i {
    margin-right: 5px;
    font-size: 15px;
    color: var(--mainColor);
}

.post__card .featured-wrapper {
    overflow: hidden;
}

.post__card .featured-wrapper img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
}

.post__card:hover .featured-wrapper img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/** Blog Detail **/

/** Team Single **/

.doctor {
    background: #ffffff;
    border-radius: var(--bdr-radius);
    box-shadow: 0 20px 20px rgba(12, 3, 27, 0.1);
    position: relative;
    transition: all 700ms ease;
    padding: 10px;
    box-sizing: border-box;
}

.doctor .doctor-img {
    position: relative;
    border-radius: var(--bdr-radius);
    overflow: hidden;
}

.doctor .doctor-img img {
    display: block;
    width: 100%;
}

.doctor .doctor-details {
    margin: 15px 0;
    text-align: center;
}

.doctor .doctor-details h4 {
    font-size: 20px;
    line-height: 1.5;
}

.doctor .doctor-details small {
    font-size: 15px;
}

.doctor .doctor-details small {
    font-size: 15px;
}

.doctor .doctor-details p {
    font-size: 15px;
    margin-top: 15px;
}

.doctor .doctor-details .doctor-socials {
    display: flex;
    justify-content: center;
    gap: 10px;
    transition: all 1s 400ms ease;
}

.doctor .doctor-details .doctor-socials a {
    background: var(--secondaryColor);
    color: var(--pureWhite);
    padding: 10px;
    display: flex;
    font-size: 14px;
    border-radius: 50%;
    transition: all 400ms ease;
}

.doctor .doctor-details .doctor-socials a:hover {
    background: var(--mainColor);
    color: #ffffff;
}

.doctor-details-image img {
    border-radius: 10px;
    width: 100%
}

.doctor-details-content {
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
    padding: 20px;
    border-radius: var(--bdr-radius);
}

.doctor-details-content h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px
}

.doctor-details-content span {
    font-size: 16px;
    color: #6a6c72;
    font-weight: 400
}

.doctor-details-content .share-link {
    margin-top: 18px
}

.doctor-details-content .share-link a {
    margin: 0 2px;
    text-align: center
}

.doctor-details-content .share-link a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    background-color: var(--mainColor);
    color: var(--pureWhite);
    -webkit-transition: .6s;
    transition: .6s
}

.doctor-details-content .share-link a i:hover {
    background-color: var(--secondaryColor);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.doctor-details-content .content-overview {
    margin-top: 0px
}

.doctor-details-content .content-overview p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}

.p_color {
    color: var(--secondaryColor);
}

.doctor-details-content .content-overview p span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    color: var(--optionalColor)
}

.doctor-details-content .content-overview p:last-child {
    margin-bottom: 0
}

.doctor-details-overview-content {
    margin-top: 30px
}

.doctor-details-overview-content p {
    font-weight: 400;
    font-size: 15px;
}

.doctor-details-overview-content .details-overview-image {
    margin-top: 15px;
    margin-bottom: 25px
}

.doctor-details-overview-content .details-overview-image img {
    border-radius: 10px
}

.doctor-details-overview-content .overview-text p {
    margin-bottom: 10px;
    font-size: 15px
}

.doctor-details-overview-content .overview-text p span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    color: var(--optionalColor)
}

.doctor-details-overview-content .overview-text p:last-child {
    margin-bottom: 0
}

.doctor-details-content .content-overview .details-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 13px;
}

.doctor-details-content .content-overview .details-list>li:nth-of-type(odd) {
    background-color: #def5ee;
}

.doctor-details-content .content-overview .details-list>li .details__title {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
}

.doctor-details-content .content-overview .details-list>li .details__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.doctor-details-content .content-overview .details-list>li .details__content p {
    color: #848e9f;
    font-size: 14px;
}

.list__item li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.list__item li span {
    color: #848e9f;
    line-height: 1.3;
    font-size: 14px;
}

.list__item li i {
    background: var(--secondaryColor);
    border-radius: 30px;
    color: var(--pureWhite);
    padding: 2px;
}

.doctor-details-content .content-overview .borderd-box {
    padding: 27px;
    border-radius: 4px;
    border: 1px solid #e7ebef;
}

@media only screen and (max-width: 767px) {
    .doctor-details-content {
        margin-top: 30px
    }
    .doctor-details-content h3 {
        font-size: 25px
    }
}

@media (max-width: 992px) {
    .doctor-details-content .content-overview .list-horizontal {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .doctor-details-content .content-overview .list-horizontal li {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .doctor-details-content .content-overview .details-list>li {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .doctor-details-content .content-overview .details-list>li .details__title,
    .doctor-details-content .content-overview .details-list>li .details__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .doctor-details-content .content-overview .details-list>li .details__title {
        margin-bottom: 10px;
    }
    .doctor-details-content {
        margin-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .list__item li span {
        font-size: 14px;
    }
}

/** Contact us **/

.address__single {
    padding: 35px;
    position: relative;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 25px;
    background-color: var(--pureWhite);
    box-shadow: #959da533 0 8px 24px;
}

.address__single::before {
    left: 0;
    width: 0;
    bottom: 0;
    height: 5px;
    content: "";
    border-radius: 7px;
    position: absolute;
    transition: var(--transition);
    background-color: var(--mainColor);
}

.address__single::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    border-radius: 7px;
    position: absolute;
    background-color: #bbbbbe;
    transition: var(--transition);
}

.address__single .address__icon {
    z-index: 1;
    width: 80px;
    height: 80px;
    font-size: 42px;
    position: relative;
    border-radius: 50%;
    color: var(--mainColor);
    transition: var(--transition);
    margin-bottom: 22px;
    margin-inline: auto;
    text-align: center;
}

.address__single .address__icon::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: .07;
    border-radius: 50%;
    position: absolute;
    transition: var(--transition);
    background-color: var(--mainColor);
}

.address__single .address__icon::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    transition: var(--transition);
    background-color: var(--mainColor);
}

.address__single .address__icon i {
    color: var(--mainColor);
}

.address__single .address__content .address__title {
    font-size: 22px;
    margin-bottom: 12px;
}

.address__single .address__content .add__details p {
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
}

.address__single .address__content .add__details p:last-child {
    margin-bottom: 0;
}

.address__single:hover::before {
    width: 100%;
}

.address__single:hover::after {
    width: 0;
}

.address__single:hover .address__icon::after {
    transform: scale(1);
}

.address__single:hover .address__icon,
.address__single:hover .address__icon i {
    color: var(--pureWhite);
}

iframe {
    width: 100%;
    height: 550px;
}

.contact-bg:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

.map-box iframe {
    border: 0;
    width: 100%;
    height: 550px;
}

.contact-form form .form-group {
    margin-bottom: 25px;
}

.map-box {
    overflow: hidden;
}

/** Comment Form **/

.comment-form .comment-notes {
    margin-bottom: 25px;
}

.form-control {
    padding: 15px 15px;
    font-size: 15px;
    color: #848484;
    border: 1px solid #eeeeee;
    border-radius: 0;
    font-family: var(--headingFont);
    font-weight: 500;
}

input:focus,
.form-control:focus {
    outline: none !important;
    border-color: var(--mainColor);
    box-shadow: none !important;
}

/** Blog detail **/

.post-detail__thumb img {
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .post-detail__wrapper {
        padding-right: 0;
    }
}

.post-detail__content-area .meta-container {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.post-detail__content-area .meta-container .meta-line {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    color: #666;
}

.post-detail__content-area .meta-container .meta-line a {
    color: #666;
}

.post-detail__content-area .meta-container .meta-line:last-child {
    margin-right: 0;
}

.post-detail__content-area .meta-container .meta-line i {
    margin-right: 5px;
    font-size: 15px;
    color: var(--mainColor);
}

.post-detail__content .post-detail__content-area .post-detail__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
}

.post-detail__text p {
    font-size: 16px;
}

.post-detail__meta-img img {
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .post-detail__text p {
        font-size: 14px;
    }
}

.post__detail-actions {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 30px 0;
}

@media(max-width:575px) {
    .post__detail-actions {
        flex-direction: column;
        gap: 40px
    }
}

.post__detail-actions h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: var(--fw-bold);
}

.post__detail-actions>div:last-child {
    text-align: right
}

@media(max-width:575px) {
    .post__detail-actions>div:last-child {
        text-align: left
    }
}

.post__social-links ul {
    gap: 26px;
    display: flex;
}

.post__social-links ul li a {
    color: #b9b9b9
}

.post__social-links ul li a:hover {
    color: var(--mainColor)
}

.post__tag-list {
    display: flex;
    gap: 10px
}

.post__tag-list .tag {
    border: 2px solid #f4f4f4;
    background: 0 0;
    line-height: 26px;
}

.post__tag-list .tag:hover {
    color: var(--pureWhite);
    background: var(--blackish-color);
    border-color: var(--blackish-color)
}

.post-detail__writer {
    border: 1px solid #f3f3f3;
    padding: 30px;
    display: flex;
    gap: 35px;
    align-items: center;
    border-radius: 10px;
    border-bottom: 3px solid var(--mainColor);
    overflow: hidden;
}

.post-writer__img img {
    border-radius: 15px;
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .post-detail__writer {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 16px
    }
}

.post-writer__content span {
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
    display: block
}

.post-writer__content .writer-name {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .post-writer__content .writer-name {
        font-size: 34px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .post-writer__content .writer-name {
        font-size: 28px
    }
}

@media(max-width:450px) {
    .post-writer__content .writer-name {
        font-size: 22px
    }
}

.post-writer__content p {
    font-size: 14px;
    margin-bottom: 0
}

.post-detail__content-area p {
    font-size: 16px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-detail__content-area p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .post-detail__content-area p br {
        display: none;
    }
}

.post-detail__text-list ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.post-detail__text-list ul li:last-child {
    margin-bottom: 0;
}

.post-detail__text-list ul li i {
    margin-right: 20px;
    font-size: 18px;
    color: var(--mainColor);
}

.post-detail__comment {
    border-bottom: 1px solid var(--borderPrimary);
}

.post-detail__comment ul li {
    margin-bottom: 10px;
    list-style: none;
}

.post-detail__comment ul li.children {
    margin-left: 100px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .post-detail__comment ul li.children {
        margin-left: 0px;
    }
}

.post-detail__comment-form {
    margin-bottom: 20px;
}

.post-detail__comment-form-title {
    font-size: 26px;
    font-weight: 700;
}

.post-detail__comment-form p {
    color: var(--text-2);
    font-size: 16px;
    margin-bottom: 60px;
}

.post-comment__input {
    position: relative;
}

.post-comment__input::after {
    position: absolute;
    font-size: 18px;
    content: "";
    position: absolute;
    right: 18px;
    top: 13px;
    font-family: "boxicons";
    font-weight: 400;
}

.post-comment__input.name_field::after {
    content: "\ec63";
}

.post-comment__input.email_field::after {
    content: "\eac1";
}

.post-comment__input.url_field::after {
    content: "\eaf8";
}

.post-comment__input input {
    width: 100%;
    height: 55px;
    border: 1px solid #eeeeee;
    box-shadow: unset;
    line-height: 55px;
    border-radius: 5px;
    color: var(--darkBlack);
    background-color: var(--pureWhite);
    font-size: var(--fontSize);
    font-weight: 500;
    padding: 0 20px 2px;
}

.post-comment__input input::-webkit-input-placeholder {
    color: #1A3D7D;
}

.post-comment__input input::-moz-placeholder {
    color: #1A3D7D;
}

.post-comment__input input:-ms-input-placeholder {
    color: #1A3D7D;
}

.post-comment__input input::-ms-input-placeholder {
    color: #1A3D7D;
}

.post-comment__input input::placeholder {
    color: #1A3D7D;
}

.post-comment__input input:focus,
.post-comment__input .form-control:focus {
    outline: none !important;
    border-color: var(--mainColor);
    box-shadow: none !important;
}

.post-comment__input textarea {
    line-height: unset;
    width: 100%;
    border-radius: 5px;
    color: #212529;
}

@media screen and (max-width: 767px) {
    .post-detail__comment-form .post-comment__input input {
        height: 50px;
        font-size: 14px;
    }
    .nice-select {
        height: 50px;
        font-size: 14px;
    }
    .post-comment__input::after {
        font-size: 16px;
        top: 12px;
    }
}

.post-detail__comment-input textarea {
    height: 175px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-detail__comment-title {
    font-size: 26px;
    font-weight: var(--fw-bold);
    margin-bottom: 35px;
}

.post-detail__comment-box {
    margin-bottom: 70px;
    gap: 25px;
}

.post-detail__comment-avater img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.post-detail__comment-name {
    margin-bottom: 15px;
}

.post-detail__comment-name h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 700;
}

.post-detail__comment-name span {
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .post-detail__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.post-detail__comment-text p {
    font-size: 16px;
    color: var(--text-2);
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-detail__comment-text p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .post-detail__comment-text p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .post-detail__comment-text p br {
        display: none;
    }
}

.post-detail__comment-reply {
    margin-top: 10px;
}

.post-detail__comment-reply a {
    font-weight: 700;
    font-size: 14px;
    color: var(--mainColor);
    border: 2px solid #f3f3f3;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    border-radius: 10px;
    padding: 0 20px;
    text-transform: uppercase;
}

.post-detail__comment-reply a:hover {
    color: var(--pureWhite);
    background: var(--mainColor);
    border-color: var(--mainColor);
}

.post-detail__comment-agree {
    padding-left: 5px;
}

.post-detail__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--pureWhite);
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.post-detail__comment-agree input:checked {
    position: relative;
    background-color: var(--theme-1);
    border-color: transparent;
}

.post-detail__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--ff-fontawesome);
    font-size: 10px;
    color: var(--pureWhite);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-detail__comment-agree input:hover {
    cursor: pointer;
}

.post-detail__comment-agree label {
    padding-left: 8px;
    color: var(--text-1);
    line-height: 1;
}

.post-detail__comment-agree label a {
    color: var(--common-black);
    font-weight: 600;
    padding-left: 4px;
}

.post-detail__comment-agree label a:hover {
    color: var(--theme-1);
}

.post-detail__comment-agree label:hover {
    cursor: pointer;
}

/* Google Map */

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 400px;
}

.gmap_iframe {
    height: 400px !important;
}