input::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select, .pxl-select-higthlight {

    position: relative;
    padding: 15px 30px;
    width: 100%;
    color: $secondary_color;
    font-size: 16px;
    border-radius: 6px;
    width: 100%;
    outline: none;
    line-height: 1.65;
    font-weight: 600;
    border: 2px solid rgba(#053485, 0.1);
    &:focus {
        border: 2px solid $primary_color !important;
        outline: 0;
        border-color: $primary_color;
    }
}
input[type="range"] {
    padding: 0;
    background-color: transparent;
    height: auto;
    border: none;
}
select {
    height: 50px;
}
textarea {
    padding-top: 18px;
    padding-bottom: 18px;
    height: 150px;
    margin: 0;
}
.comment-form-cookies-consent {
    display: none;
}
// comment form
//--------------------------------------------------
.comments-area {
    padding: 0 15px;
    input::-moz-placeholder, textarea::-moz-placeholder {
        color: $secondary_color;
        opacity: 1;
        text-overflow: ellipsis;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: $secondary_color;
        opacity: 1;
        text-overflow: ellipsis;
    }
    input::-o-placeholder, textarea::-o-placeholder {
        color: $secondary_color;
        opacity: 1;
        text-overflow: ellipsis;
    }
    input::-ms-placeholder, textarea::-ms-placeholder {
        color: $secondary_color;
        opacity: 1;
        text-overflow: ellipsis;
    }
    .avatar {
        margin-bottom: 10px;
    }
    .comment-list-wrap {
        padding: 0 15px;
        .comments-title {
            font-size: 27px;
            line-height: 1.65;
            text-transform: capitalize;
            font-weight: 700;
            margin-bottom: 30px;
            color: $secondary_color;
            &:before,
            &:after{
                display: none;
            }
            @media #{$max-xs} {
                margin-bottom: 0;
            }
        }
    }
    .comment-reply-title {
        font-size: 27px;
        line-height: 1.65;
        text-transform: capitalize;
        font-weight: 700;
        color: $secondary_color;
        &:before,
        &:after{
            display: none;
        }
    }
    .comment-respond {

        .logged-in-as {
            margin: 20px 0 0px;
            font-size: 14px;
            font-family: 'public sans';
            a {
                color: inherit;
                &:hover {
                    color: $primary_color;
                }
                &:nth-child(2) {
                    font-weight: 700;
                    text-decoration: underline;
                }
            }


        }

    }
    .no-comments {
        display: none;
    }

    .form-submit input{
        display: none !important;
    }
    .form-submit button{
        i{ font-size: 13px}
    }
}
.comment-person {
    display: block;
    color: $secondary_color;
    text-transform: capitalize;
    line-height: 1.65;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    a {
        color: inherit;
        &:hover {
            color: inherit;
        }
    }
}

.comment-list {
    padding: 0;
    list-style: none;
    max-width: 800px;
    margin-top: 0px;
    li {
        .children {
            padding-left: 50px;
            @media #{$max-sm} {
                padding-left: 78px;
            }
            @media #{$max-xs} {
                padding-left: 0;
            }
            li {
                list-style: none;
                padding-top: 35px;
                border-top: 1px solid rgba(#053485, 0.1);
                @media #{$max-xs} {
                    padding-top: 0 !important;
                }
            }
        }
        .comment-respond {
            margin-top: 30px;
            margin-bottom: 50px;
            @media #{$max-sm} {
                margin-left: 78px;
                margin-top: 0;
            }
            @media #{$max-xs} {
                margin-left: 0;
                margin-top: 20px;
            }
        }
    }
    > li {
        &:last-child {
            .comment-inner{
                border-bottom: none;
            }
            margin-bottom: 0;
            
        }
        > .children > li > .children > li > .children > li > .children {
            padding-left: 0;
            .children {
                padding-left: 0;
            }
        }
    }
    li + li{
        border-top: 1px solid rgba(#053485, 0.1);
        margin-top: 0 !important;
        padding-top: 35px;
        @media #{$max-xs} {
            padding-top: 0 !important;
        }
    }
}
.comment-content {
    padding-left: 115px !important;
    position: relative;
    flex-grow: 1;
    padding: 0px 22px 30px;
    @include transition(.3s cubic-bezier(.24,.74,.58,1));
    @media #{$max-sm} {
        padding-left: 90px !important;
        padding-right: 0;
    }
    @media #{$max-xs} {
        padding-top: 70px;
        padding-left: 0px !important;
    }
    a {
        word-wrap: break-word;
    }
    .comment-meta{
        margin-bottom: 10px;
    }
    .comment-text {
        color: $regular_color;
        font-size: 14px;
        font-weight: 400;
        @extend .ft-public-sans;
        line-height: 25px;
        margin-bottom: 15px;
        p{
            font-size: 14px;
        }
        p:last-child {
            margin-bottom: 0;
        }
        ol, ul {
            margin-bottom: 32px;
            ul, ol {
                margin-bottom: 0;
            }
        }
        ul li {
            list-style: outside;
        }
        img {
            margin: 6px 0;
        }
    }
}
.comment-reply {

    @media #{$max-xs} {
        position: static;
        margin-top: 22px;
    }
    a {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        @extend .ft-theme-default;
        color: $secondary_color;
        &:after{
            content: "\f101";
            font-family: flaticon_meddox2 !important;
            font-size: 14px;
            margin-left: 6px;
            position: relative;
            top: 3px;
            transition: all 0s ease;
        }
        &:hover{
            color: $primary_color;
        }
    }
}
.comment-reply-title small {
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
    margin-left: 10px;
    a {
        display: inline-block;
        padding: 10px;
        border: 1px solid #ddd;
        font-size: 13px;
        font-weight: 600;
        color: #a5a5a5;
        border-radius: 3px;
        cursor: pointer;
        @extend .ft-public-sans;
        &:hover {
          color: #fff;
          background-position: 100%;
          background-color: $secondary_color;
          border-color: $secondary_color;
      }
  }
}
.comment-meta {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 700;
    color: $primary_color;
    .comment-date {
        @extend .ft-public-sans;
        line-height: 1.45;
        margin-bottom: 5px;
        font-size: 16px;
        margin: 0 0 10px;
        font-weight: 400;
        text-transform: uppergallery;
        color: $regular_color;
    }
}
.comment-holder {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px;
    .comment-meta {
        line-height: 20px;
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 700;
        color: $primary_color;
        .comment-date {
            @extend .ft-public-sans;
            font-weight: 400;
            font-size: 15px;
            color: #696969;
            margin-bottom: 7px;
            line-height: normal;
            display: inline-block;
            @include transition(all 300ms linear 0ms);
        }
    }
    @media #{$max-xs} {
        display: block;
        margin-top: 0;
        margin-bottom: 14px;
        .comment-meta {
            margin-right: 0;
        }
    }
}
.comment-form {
    input, textarea{
        font-weight: 600;
        @extend .ft-theme-default;
        border: 1px solid rgba(#053485, 0.1) !important;
        &:focus{
            border: 1px solid $primary_color !important;

        }
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 16px;

    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 16px;
    }
    input::-o-placeholder, textarea::-o-placeholder {
        font-size: 16px;
        
    }
    input::-ms-placeholder, textarea::-ms-placeholder {
       font-size: 16px;
   }
   .row {
    > div {
        margin-top: 30px;
    }
}
.form-submit {
    margin-top: 30px;
}
.comment-form-comment {
    padding-top:30px;
    display: flex;
    flex-wrap: wrap;
}
}
.comment-inner {
    img.avatar {
        position: absolute;
        width: 85px;
        height: 85px;
        min-width: 85px;
        margin-right: 30px;
        float: left;
        @include border-radius(100px);
        @media #{$max-sm} {
            width: 60px;
            height: 60px;
            min-width: 60px;
            margin-right: 18px;
        }
        @media #{$max-xs} {
            float: none;
            margin: 0 auto 0 auto;
            width: 60px;
            height: 60px;
            min-width: 60px;
            margin-bottom: -80px;
            position: relative;
            z-index: 99;
            opacity: 1;
        }
    }

}
.comment-form-cookies-consent {
    font-size: 14px;
    line-height: 26px;
    padding-left: 24px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 28px;
    color: #1b1b1b;
    input, label:before, label:after {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        top: 6px;
        cursor: pointer;
    }
    label {
        cursor: pointer;
        &:before {
            content: '';
            z-index: 1;
            background-color: #e9e9e9;
        }
    }
    label:after {
        content: '\f10c';
        font-family: "caseicon";
        font-weight: 400;
        z-index: 2;
        font-size: 10px;
        color: #000;
        opacity: 0;
        line-height: 12px;
        text-align: center;
        top: 6px;
    }
    input {
        z-index: 99;
        opacity: 0;
        &:checked + label:after {
            opacity: 1;
        }
    }
}

#commentform {

}

/* select style */
.pxl-select {
    width: 100%;
    position: relative;
    .pxl-select-hidden {
        display: none;
    }
    .pxl-select-options {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        list-style: none;
        margin: 10px 0 0;
        padding: 12px 18px;
        background-color: #fff;
        z-index: 99;
        font-size: 14px;
        color: #696878;
        @extend .ft-public-sans;
        box-shadow: 0 3px 65px rgba(0,0,0,0.08);
        @include border-radius(0px);
        @include transition(all .25s cubic-bezier(.645,.045,.355,1));
        opacity: 0;
        margin-top: 30px;
        visibility: hidden;
        li {
            padding: 9px 8px;
            cursor: pointer;
            text-align: left;
            @extend .ft-theme-default;
            @include transition(all .25s cubic-bezier(.645,.045,.355,1));
            line-height: normal !important;
            &:hover {
                color: $primary_color;
            }
        }
    }
    .pxl-select-higthlight {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        &:before {
            content: "\f150";
            font-family: caseicon;
            width: 28px;
            height: 28px;
            border-radius: 28px;
            font-weight: 700;
            color: #737879;
            line-height: 28px;
            text-align: center;
            font-size: 10px;
            font-family: caseicon;
            position: absolute;
            top: 50%;
            right: 20px;
            @include transform(translate(0, -50%));
            @include transition(all .25s cubic-bezier(.645,.045,.355,1));
        }
        &.active {
            + .pxl-select-options {
                opacity: 1;
                margin-top: 10px;
                visibility: visible;
            }
            &:before {
                transform: translate(0, -50%) scaley(-1);
            }
        }
    }
}
//pxl ctf------------------------------------
//-------------------------------------------
.wrap-ctf1 {
    .wpcf7-not-valid-tip {
        top: 120% !important;
    }
    .wpcf7-form-control-wrap  {
        margin-bottom: 0 !important;
    }
    .input-filled{

        input {
            height: 75px !important;
            border-radius: 5px;
            font-size:20px !important;
        }
    }
    .wpcf7-submit {
        position:absolute;
        padding: 5px 32px !important;
        border-radius: 5px !important;
        right: 10px;
        top: 10px;
        background-color:$primary_color;
        @extend .ft-theme-default;
        font-size: 18px;
        font-weight:400;
        @include transition(300ms all linear 0ms);
        @media (max-width: 450px) {
            font-size: 14px; 
            padding: 5px 20px !important;
        }
        &:hover {
            background-color: $secondary_color;
        }
    }
}
.contact-form-team {
    text-align: center;
    .title-form {
        font-size:42px;
        font-weight: 400;
        color: $secondary_color;
        padding-bottom: 35px;
        @media (max-width: 991px) {
            font-size:35px;
            padding-bottom: 20px;
        }
        @media (max-width: 767px) {
            font-size:30px;
            padding-bottom: 20px;
        }
        @media (max-width: 575px) {
            font-size:27px;
            padding-bottom: 10px;
        }
    }
    .wpcf7-submit {
        background-color: #fab319;
        @include transition (300ms all linear 0ms);
        &:hover {
            background-color: $primary_color;
        }
    }
    .bt-submit {
        display: inline-block;
        position: relative;
        i {
            position: absolute;
            color: #fff;
            top: 53%;
            right:60px;
            font-size: 24px;
            transform: translatey(-50%);
            @media (max-width: 480px) {
                right:40px;
                top: 50%;
            }
        }
    }
}
.contact-form-h3 {
    text-align: center;
    .ip-space {
        padding: 0 10px !important;
    }
    .wpcf7-submit {
        background-color: #fab319;
        @include transition (300ms all linear 0ms);
        &:hover {
            background-color: $primary_color;
        }
    }
    .bt-submit {
        display: inline-block;
        position: relative;
        i {
            position: absolute;
            color: #fff;
            top: 53%;
            right:30px;
            font-size: 24px;
            transform: translatey(-50%);
            @include transition(300ms all linear 0ms);
            pointer-events: none;
            @media (max-width: 480px) {
                right:20px;
                top: 50%;
            }
        }
        &:hover {
            i {
                right:25px;
            }
        }
    }
}
.box-shadow1 {
    box-shadow: rgba(100, 100, 111, 0.1 ) 0px 7px 29px 0px;
}
.pxl-content-area {
    .searchform-wrap {
        position: relative;
        .search-submit {
            position: absolute;
            top: 0;
            right: 0;
            background-color: var(--secondary-color);
            border-radius: 5px !important;
            height: 100%;
            color: #fff;
            width: 60px;
            border: none;
            cursor: pointer;
            &:hover {
                background-color: $primary_color;
            }
        }
    }
    .page-header {
        .page-title {
            color: $secondary_color;
        }
    }   
}
.ovl-scroll {
    overflow-y:scroll; 
}
.pxl-item--post {
    &.type-product {
        .pxl-item--meta,.pxl-item--readmore  {
            display: none;
        }
    }
    .pxl-item--image + .pxl-item--holder {

    }
}


.pxl-contact-form{
    &.style1{
        .input-filled{

            input{
                &:-ms-input-placeholder{
                    color: #f1f1f1;
                }
            }
        }
    }
    .title-input{
        color: $secondary_color;
    }
    .select-doctor{

        .pxl-select-higthlight{
            &:before{
                content: "";
            }
        }
    }
}

.page{
    .comment-respond{
        padding: 0 !important;
        
    }
}