/* stylesheet for demo and examples */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-black.ttf');
    src: url('../fonts/poppins-black.eot');
    src: url('../fonts/poppins-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-black.woff2') format('woff2'),
         url('../fonts/poppins-black.woff') format('woff'),
         url('../fonts/poppins-black.svg#poppinsblack') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-bold.ttf');
    src: url('../fonts/poppins-bold.eot');
    src: url('../fonts/poppins-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-bold.woff2') format('woff2'),
         url('../fonts/poppins-bold.woff') format('woff'),
         url('../fonts/poppins-bold.svg#poppinsbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-extrabold.ttf');
    src: url('../fonts/poppins-extrabold.eot');
    src: url('../fonts/poppins-extrabold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-extrabold.woff2') format('woff2'),
         url('../fonts/poppins-extrabold.woff') format('woff'),
         url('../fonts/poppins-extrabold.svg#poppinsextrabold') format('svg');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-extralight.ttf');
    src: url('../fonts/poppins-extralight.eot');
    src: url('../fonts/poppins-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-extralight.woff2') format('woff2'),
         url('../fonts/poppins-extralight.woff') format('woff'),
         url('../fonts/poppins-extralight.svg#poppinsextralight') format('svg');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-light.ttf');
    src: url('../fonts/poppins-light.eot');
    src: url('../fonts/poppins-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-light.woff2') format('woff2'),
         url('../fonts/poppins-light.woff') format('woff'),
         url('../fonts/poppins-light.svg#poppinslight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-medium.ttf');
    src: url('../fonts/poppins-medium.eot');
    src: url('../fonts/poppins-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-medium.woff2') format('woff2'),
         url('../fonts/poppins-medium.woff') format('woff'),
         url('../fonts/poppins-medium.svg#poppinsmedium') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular.ttf');
    src: url('../fonts/poppins-regular.eot');
    src: url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff'),
         url('../fonts/poppins-regular.svg#poppinsregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-semibold.ttf');
    src: url('../fonts/poppins-semibold.eot');
    src: url('../fonts/poppins-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-semibold.woff2') format('woff2'),
         url('../fonts/poppins-semibold.woff') format('woff'),
         url('../fonts/poppins-semibold.svg#poppinssemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-thin.ttf');
    src: url('../fonts/poppins-thin.eot');
    src: url('../fonts/poppins-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-thin.woff2') format('woff2'),
         url('../fonts/poppins-thin.woff') format('woff'),
         url('../fonts/poppins-thin.svg#poppinsthin') format('svg');
    font-weight: 100;
    font-style: normal;

}

body {
    background: #fff;
}

.headBottom {
    position: relative;
    /* border-top: solid 2px transparent; */
    /* border-bottom: solid 2px transparent; */
    padding: 26px 0;
}
.headBottom:before {
    height: 2px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -23.51%, #111010 46.25%, rgba(188, 188, 188, 0.144444) 125.31%);
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}
.headBottom:after {
    height: 2px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) -23.51%, #111010 46.25%, rgba(188, 188, 188, 0.144444) 125.31%);
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
}
.headTop {
    padding: 34px 0;
}
button.topMenu:after {
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: 0 !important;
    margin-left: 11px !important;
}
.topMenu {
    background: transparent;
    border: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 0;
    text-decoration: none;
}
button.topMenu {
    margin: 30px 21px 0 0;
    display: flex;
    align-items: center;
}
ul.h-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
ul.h-menu a {
    display: flex;
    /* width: 273px; */
    width: auto;
    height: 55px;
    /* background: #000000; */
    background-color: transparent;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
/* identical to box height */
    /* color: #A4A4A4; */
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
@media screen and (min-width:1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1230px;
    }
} 
ul.h-menu a.active, ul.h-menu a:hover {
    /* background: #D6AD60;
    color: #FFFFFF; */
    color: #FFFFFF;
    background: rgb(214,173,96);
    background: radial-gradient(circle, rgba(214,173,96,1) 24%, rgba(255,255,255,1) 100%);
}
.menupad {
    padding: 31px 0;
}
.ownersOuter {
    max-width: 1036px;
    margin: 0 auto;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    gap: 21px;
}
.pageTitle {
    position: absolute;
    left: -9999px;
}
.owner {
    /* width: 302px; */
}
label.ownerImage {
    width: 302px;
    height: 405px;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.ownerName {
    position: absolute;
    width: 193px;
    height: 48px;
    left: 0;
    bottom: 28px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    right: 0;
    margin: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    text-align: center;
}
.rollName {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin-top: 41px;
}
section.section-about {
    background: #151515;
    padding: 52px 0;
    margin: 88px 0;
}
h2 {
    margin: 43px 0 13px;
}
.titleInner {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    color: #FFFFFF;
}
.about-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 24px;
}
footer.site-footer {
    background: #2E343D;
    padding-top: 47px;
}
.footerLogo {
    text-align: center;
}
section.section-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 43px;
    padding-bottom: 21px;
}
.section-footer ul.f-menus {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.section-footer ul.f-menus a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s;
}
section.section-team {
    margin-top: 73px;
}
.item {
    width: 1060px;
    height: 645px;
    object-fit: contain;
}
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button.owl-prev {
    position: absolute;
    left: -85px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    height: 50px;
}
button.owl-next {
    position: absolute;
    right: -85px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    height: 50px;
}
.owl-dots {
    position: absolute;
    bottom: 26px;
    width: 100%;
    left: 0;
}
.owl-theme .owl-dots button.owl-dot {
    width: 30px;
    height: 6px;
    background: #FFFFFF !important;
    opacity: 0.4;
    border-radius: 6px;
    margin: 0 7px;
    border: solid 1px #aaaaaa4d;
}
.owl-theme .owl-dots .owl-dot.active {
    width: 60px;
    height: 6px;
    left: 690px;
    top: 1914px;
    background: #FFFFFF;
    border-radius: 6px;
    opacity: 1;
}
.owl-theme .owl-dots button.owl-dot span {
    display: none;
}
div#office_images {
    margin-bottom: 93px;
}
.section-footer ul.f-menus a.active,.section-footer ul.f-menus a:hover {color: #D6AD60;}

.owner.active label.ownerImage {
    width: 400px;
    height: 511px;
    margin-top: -41px;
}
.owner.active label.ownerImage img {
    width: 100%;
    height: 100%;
}
.owner label.ownerImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.owner.high label.ownerImage {
    width: 290px;
    height: 388.91px;
    position: relative;
    transition: all 0.3s;
    background: #fff;
}
.owner input {
    position: absolute;
    opacity: 0;
}
.owner.high label.ownerImage:before {
    content: "";
    background: linear-gradient(180deg, rgba(214, 173, 96, 0) 36.56%, #D6AD60 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.descriptionText {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #A4A4A4;
}
.ownerDecription {
    background: #FFF8EA;
    padding: 40px;
    margin-top: 59px;
    margin-bottom: 30px;
}
.descriptionTitle {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    text-align: center;
    color: #000000;
    margin-bottom: 31px;
}
a.askToggl {
    position: fixed;
    right: 0;
    top: 49vh;
    background: #D6AD60;
    padding: 8px 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 999;
}
a.askToggl img {margin-right: 0;width: 80%;height: 80%;transition: all .3s;object-fit: contain;}
a.askToggl:hover {
    right: 0;
    color: #fff;
}
.modal-header.text-center {
    padding: 0;
    border: 0;
    margin-bottom: 17px; 
}
h4.modal-title, h4.modal-title p, h4.modal-title b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 35px;
    color: #D6AD60 !important;
}
.modal-content {
    padding: 18px 25px;
    border-radius: 15px !important;
    border: 0 !important;
}
.modal-body p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.modal-body {
    padding: 0;
}
a.modalLink:hover {
    color: #fff;
}
.customCheck label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000000;
}
.customCheck {
    position: relative;
    padding: 0 0 0 35px;
    margin-bottom: 7px;
    margin-top: 24px;
    display: inline-block;
}
.customCheck label:before {
    content: "";
    position: absolute;
    border: 1.5px solid #292D32;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    border-radius: 7px;
}
.customCheck input#is_anonymous {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.customCheck input:checked ~ label:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/check_icon.svg);
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
label.form-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin: 15px 0 9px;
}
span.input-group-text {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
}
.input-group {
    border: solid 1px #D4D6D8;
}
.input-group input {
    border: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
textarea.txt-msg {
    border: 1.5px solid #D4D6D8;
    width: 100%;
    height: 266px;
    padding: 24px;
}
.up-now {
    display: flex;
    margin-top: 29px;
}
button.close2 {
    background: #F8CECC;
    border: 1px solid #FF0000;
    border-radius: 15px;
    width: 260px;
    height: 46px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #FF0000;
    transition: all 0.3s;
}
input.up-btn {
    background: #D5E8D4;
    border: 1px solid #044B00;
    border-radius: 15px;
    width: 260px;
    height: 46px;
    line-height: 46px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #044B00;
    margin-left: auto;
    transition: all 0.3s;
    position: static !important;
}
button.close, button.btn-close {
    border: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0 !important;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/closeIcon.png);
    color: transparent;
    opacity: initial;
    margin: 0 !important;
}
.checkspa .modal-content {
    /* padding: 0; */
}

#subscribe-social input.up-btn {
    margin: auto;
}

.checkspa .modal-body {
    overflow-x: hidden;
}
img, video{
    max-width: 100%;
}
input.up-btn:hover {
    background: #044B00;
    color: #fff;
}
#subscribe-faq h4.modal-title{
    width: 100%;
}
#subscribe-faq  input.up-btn {
    MARGIN: AUTO;
}
button.close2:hover {
    background: #FF0000;
    color: #fff;
}
img.socialLinkj {
    width: 22px;
}
img.socialLinkjgit {
    width: 25px;
    margin-right: 10px;
}
.tagheight {
    height: 61px;
    border: 1px solid #044B00;
    display: flex;
    align-items: center;
    position: relative;
}
span.tagtext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #D6AD60;
    background: #000;
    padding: 11px 31px;
    display: inline-block;
    margin: 31px 7px 9px;
    top: 0;
    bottom: 0;
    height: 46px;
    left: 22px;
    white-space: nowrap;
    border-radius: 47px;
}
.outerDiv {
    display: flex;
    margin-top: 0;
    border: solid 3px #D6AD60;
    padding: 4px;
    border-radius: 75px;
}
.blockSection {
    background: #F8CECC;
    /* border: 1px solid #FF0000; */
    border-top-right-radius: 80px;
    border-radius: 80px;
    width: 100% !important;
    height: 61px;
}
.tagheight.greenbg {
    background: #D5E8D4;
    border-radius: 80px;
    border-bottom-left-radius: 80px;
    position: absolute;
    left: 5px;
    top: 4px;
}
.tagheight.complated {
    background: #D6AD60;
    border: 1px solid #D6AD60;
    border-radius: 90px;
}
.tag img {
    height: 49px;
    transition: all 0.3s;
}
.tag.complated {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag.incomplate img {
    height: 34px;
}
.tag.incomplate {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.productSert {
    margin: 28px 0 90px;
}
.complated img:hover {
    filter: brightness(0) invert(1);
}
.percentages {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin-left: auto;
    padding-right: 14px;
}
.lski img {width: 25px;margin-right: 4px;}
.lski {
    align-items: center;
    margin: 29px 0;
}
.lski a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
    padding: 0 4px;
}
.topMenu {
    margin: 29px 0;
}
.lski a.active {
    color: #D6AD60;
}
span.toggleImage {
display: flex;
align-items: center;
height: 60px;
width: 69px;
align-items: center;
justify-content: center;
margin: 0px 8px;
}
span.toggleText {
display: inline-block;
padding: 0 22px 0 6px;
white-space: nowrap;
display: none;
}
a.askToggl:hover span.toggleText {
display: block;
}
footer.site-footer img {
    width: 55px;
}
.section-footer ul.f-menus li {
    margin: 15px 20px;
}
.complated img {
    filter: brightness(0) invert(0);
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree {
    background: #D6AD60 !important;
    font-family: 'Poppins';
}
button.cc-nb-reject {
    background: #000 !important;
    font-family: 'Poppins';
}
p.cc-nb-title {
    font-family: 'Poppins';
}
p.cc-nb-text {
    font-family: 'Poppins';
}
button.cc-nb-changep {
    font-family: 'Poppins';
}
a#open_preferences_center {
    position: fixed;
    bottom: 12px;
    left: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s;
    background: #D6AD60;
    padding: 6px 13px;
}
section.section-team.asa {
    overflow: hidden;
}
ul.parsley-errors-list.filled {
    position: absolute;
    bottom: -24px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #ff0000;
}
.separate-blog {
    padding: 80px 0;
}

.separate-blog img {
    max-width: 100%;
}

.blog-image {
    padding-bottom: 41px;
}
.blog-image img {
    min-width: 100%;
}
.customCheck input#accept_policy {
    position: absolute;
    opacity: 0;
    width: 27px;
    height: 27px;
    left: 0;
    cursor: pointer;
    z-index: 1;
}
span#policycontainer ul.parsley-errors-list.filled {
    white-space: nowrap;
    bottom: auto;
    top: 0;
}

span#policycontainer {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: -48px 0 24px;
}
.customCheck label a {position: relative;z-index: 1;color: #D6AD60;}

.customCheck label a:hover {
    color: #bd9a59;
}
ul.socialLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.socialLinks li a {
    font-size: 26px;
    color:  #fff;
    margin: 21px 12px 0;
    display: inline-block;
    width: 37px;
    height: 37px;
    border: solid 2px #fff;
    border-radius: 5px;
    line-height: 40px;
    transition: all 0.3s;
}

.copyright {
    font-size: 19px;
    margin: 17px 0 0;
    color: #666666;
}
ul.socialLinks li a:hover {
    background: #fff;
    color: #2E343D;
}

.dropdown.bootstrap-select button.btn.dropdown-toggle {
    width: 100%;
    border: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 60px;
    border: solid 1px #D4D6D8;
    background: transparent;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

.form-control {
    width: 100%;
    border: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 50px;
    border: solid 1px #D4D6D8;
    background: transparent;
}
a.modalLink {
    margin-bottom: 22px;
    background: #D6AD60;
    border: 1px solid #B8831F;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 33px;
    width: 100%;
    justify-content: center;
}
a.modalLink img {
    width: auto;
    height: 24px;
    margin-left: 10px;
}
.customradio {
    position: relative;
    display: inline-block;
}

.customradio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.customradio label:before {
    content: "";
    position: absolute;
    border: 1.5px solid #292D32;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
}

.customradio label {
    padding: 3px 0 0 33px;
    margin: 0 21px 0 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.customradio input:checked ~ label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

table td, table th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000;
    padding: 16px 12px;
    vertical-align: middle;
}
table th{
    text-align: left;
}
.faq #filterType select.form-control {
    width: 128px;
    padding: 0 7px;
    margin: 0 auto;
}

#columnName input[type="text"] {
    padding: 0 7px;
}
#filterStatus select.form-control{
    padding: 0 7px;
}
#filterproduct select.form-control {
    width: 236px;
    padding: 0 7px;
    margin: 0 auto;
}

table#example1 {
    margin-top: 8px !important;
    border-spacing: 0 20px !important;
    border-collapse: separate !important;
}

.dataTables_wrapper input.form-control.form-control-sm {
    height: auto;
    line-height: 28px;
}

div#example1_wrapper {
    margin-top: 5px;
}
table a {
    color: #D6AD60;
}

.dataTables_paginate ul.pagination li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    padding: 6px 13px;
    min-width: 40px;
    min-height: 40px;
    padding: 9px 11px;
    text-align: center;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination {
    margin: 20px 0 24px !important;
}

.dataTables_paginate ul.pagination li.active a {
    background: #D6AD60;
    border-color: #D6AD60;
}

button[data-bs-target="#subscribe-faq"], button[data-bs-target="#subscribe-social"], .sssd, .switchButton {
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 999;
    width: auto;
    padding: 7px 14px;
    margin-bottom: 22px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
/* identical to box height, or 167% */
    text-align: center;
    color: #044B00;
    background: #D5E8D4;
    border: 1px solid #044B00;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
}
.switchButton{
    background: #F8CECC;
    border: 1px solid #FF0000;
    color: #FF0000;
}
.thumbimage img {
    width: 31px;
}
a.thumbimage {
    margin: 0 0 0 12px;
}

table#example1{
    border-spacing: 0 20px !important;
}

td.text-start.sorting_1 {
    width: 300px;
}
.nameMinWidt {
    width: 342px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    text-align: left !important;
}
a {
    text-decoration: none !important;
}
td.typetd {
    width: 156px;
}

td.typetd div {
    width: 156px;
    margin: 0 auto;
}
td.cmpnTd {
    width: 276px;
     margin: 0 auto;
}
.min-thumb {
    width: 136px;
}
.min-link {
    min-width: 95px;
}
.min-txt {
    width: 300px;
}

td.cmpnTd div {
    width: 276px;
}
table#example1 td {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #575757;
    background: #ffffff;
    background: transparent;
    /* color: #fff; */
    /* border: solid 3px #80808066; */
    border-left: 0;
    border-right: 0;
}
table#example1 .filters input[type="text"], .filters select.form-control {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #808080;
    height: 40px;
    padding: 0 15px;
    background: #F7F7F7;
    border: 1px solid #CACACA;
    border-radius: 8px;
    appearance: auto; 
}

span.sordtt {
    text-decoration: none;
    border: solid 1px gray;
    margin: 0;
    border-radius: 6px;
    color: black;
    width: 146px;
    height: 31px;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    border-radius: 8px;
}
span.sordtt.answered, span.implemented.sordtt, span.sordtt.commented {
    border-color: green;
    color: #3F803B;
    background: #E8F3E7;
    border: 1px solid #6AC066;
}

span.sordtt.pending, span.sordtt.backlog {
    background: #FFF3DA;
    border-color: #B8831F;
    color: #B8831F;
}
table#example1 th{
    border: 0;
}
span.sordtt.not_implemented {
    color: #F83D3D;
    background: #FFE3E1;
    border-color: #F83D3D;
}
.filters th.column-title.text-center.hiden {
    color: transparent;
}

a.modalLink img {
    width: auto;
    height: 24px;
    margin-left: 10px;
}

body {
    background: #FFFBF4;
}

tr.toptr th {
    background: #FFF3DA;
    border: 1px solid #D6AD60 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins';
    padding: 12px 27px;
}

tr.toptr th:first-child {
    border-left: 1px solid #D6AD60 !important;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;

}

tr.toptr th:last-child {
    border-right: 1px solid #D6AD60 !important;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

tr.toptr.filters th {
    background: transparent !important;
    border: 0 !important;
    padding: 4px 27px;
}
tr.toptr.filters th:first-child{
    padding-left: 0;
}
.nameMinWidt a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #98640199 !important;
}

span.socCount {
    font-size: 18px;
    display: inline-block;
    width: auto;
    text-align: right;
}

span.soclo.linkedin {
    display: inline-block;
    display: inline-flex;
    align-items: center;
}

span.soclo img {
    width: 40px;
    height: 40px;
    margin: 0;
    position: relative;
}
.d-flex span.soclo img{
    width: 24px;
    height: 24px;
}
span.soclo-text {
    background: rgba(24, 119, 242, 0.7);
    font-weight: 400;
    font-size: 11px;
    line-height: normal;
/* or 455% */
    text-align: center;
    color: #FFFFFF;
    width: 87px;
    display: inline-block;
    padding: 6px 4px;
    margin: 0 0 0 -12px;
    text-decoration: none;
    border-radius: 5px;

}
table#example1 a{
    text-decoration: none;
}
.linkedin span.soclo-text {
    background: rgb(0 126 187 / 60%);
}

span.soclo {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    justify-content: center;
}

span.soclo.instagram span.soclo-text {
    background: #fe3081c4;
    background: linear-gradient(180deg, rgba(255, 192, 0, 0.7) 0%, rgba(255, 192, 0, 0) 100%), rgba(254, 1, 119, 0.7);
    border-radius: 5px;
}

span.soclo.twitter span.soclo-text {
    background: rgba(0, 179, 255, 0.6);
}
table#example1 td:first-child {
    border-left: solid 1px #80808066;
}
table#example1 td:last-child {
    border-right: solid 1px #80808066;
}

.socialcheck img {
    width: 45px;
    margin-right: 7px;
}

.socialcheck {
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialcheck label {
    background: #242424;
    border: 1px solid #000000;
    border-radius: 8px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    color: #A4A4A4;
    font-family: 'Poppins';
    height: 100%;
    padding: 6px 7px;
    cursor: pointer;
    transition: all 0.3s;
}

.socialcheck input {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.socialcheck {
    position: relative;
    width: 16.66%;
    flex: 0 0 calc(16.66% - 4px);
}

.socialcheck:hover label, .socialcheck input:checked ~ label {
    background: #D6AD60;
    border-color: #D6AD60;
    color: #fff;
}

#filterType select.form-control {
    width: 101px;
    padding: 0 7px;
    margin: 0 auto;
}

#filterDatetime select.form-control {
    width: 153px;
    padding: 0 7px;
    margin: 0 auto;
}

#filterHashtag select.form-control {
    width: 139px;
    padding: 0 7px;
    margin: 0 auto;
}
button[data-bs-target="#answer-faq"], button[data-bs-target="#implement-faq"], button[data-bs-target="#comment-faq"] {
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 999;
    width: auto;
    padding:  5px 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #044B00;
    background: #D5E8D4;
    border: 1px solid #044B00;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
}

button[title="Approve FAQ"] {
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 999;
    width: auto;
    padding: 5px 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #B8831F;
    background: #FFF3DA;
    border: 1px solid #B8831F;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
}

button[data-bs-target="#reject-faq"], button[data-bs-target="#not_implement-faq"] {
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 999;
    width: auto;
    padding:  5px 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    margin: 0 4px;
    background: #F8CECC;
    border: 1px solid #FF0000;
    color: #FF0000;
}
.hideArrow:before, .hideArrow:after {
    display: none !important;
}

.hideArrow {
    pointer-events: none;
}
img.img-flag {
    width: 17px;
}

img.img-flag {
    width: 17px;
}
.dropdown-menu ul.dropdown-menu.inner {
    display: block;
}
span#select2-selectType-container {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: #808080;
    height: 40px;
    padding: 0 15px;
    background: #F7F7F7;
    border: 1px solid #CACACA;
    border-radius: 8px;
    appearance: auto;
    text-align: left;
}
.sameheight {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.select2-selection.select2-selection--single {
    height: 40px;
    border: 0;
}

#filterType span.select2 {
    width: 137px !important;
}


.select2-results li {
    padding: 3px  11px;
    display: flex;
    line-height: c;
}

.select2-results li span {
    display: flex;
    align-items: center;
}

.select2-results li span img {
    margin: 0 6px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    color: #808080;
    line-height: 37px;
}

span#select2-selectType-container span {
    display: flex;
    align-items: center;
}

span#select2-selectType-container span img {
    margin: 0 5px 0 0;
}

.minStat {
    width: 149px;
    margin: 0 auto;
}
.minvote {
    width: 152px;
    margin: 0 auto;
}

.unsubBoxHeader {
    border: 1px solid #D6AD60 !important;
    text-align: center;
    background: #FFF3DA;
    padding: 16px 0;
}

.unsubBoxHeader img {
    width: 113px;
}

.unsubBoxBody {
    border: solid 1px #80808066;
    padding: 29px;
}

.onet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #D6AD60;
}

.onet i {
    font-size: 61px;
    margin: 0 0 13px;
}

.onet span {
    display: inline-block;
    width: 134px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.onetse {
    text-align: center;
    font-size: 50px;
    color: #D6AD60;
    padding: 20px 7px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    line-height: 48px;
    font-weight: 600;
}

.onetsort {
    text-align: center;
    margin: 20px 0 0;
}
#answer-faq .customradio label {
    padding-top: 0;
    font-size: 16px;
    margin: 0 !important;
}

#answer-faq .modal-body {
    padding: 0;
}

#answer-faq input.up-btn {
    margin: 0;
}

#answer-faq .customradio input:checked ~ label:after {
    left: 4px;
}
.thumbImage{
    width: 70px;
    height: 70px;
}
.thumbImage img, .thumbImage frame{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#de_questionDescription, div#questionDescription {
    font-family: Poppins;
    font-size: 18px;
    line-height: 27px;
    color: rgb(0, 0, 0);
} 

.typetd:before {
    content: "";
    margin: -13px 7px 0 0;
    width: 23px;
    background-size: 100% !important;
    height: 23px !important;
    padding-top: 0;
    padding-left: 0;
    display: inline-flex;
    float: none;
    position: relative;
    top: 5px;
}
.typetd.Feedback:before {
    background: url(../images/feedback.png);
}
.typetd.Idea:before {
    background: url(../images/idea.png);
}
.typetd.Question:before {
    background: url(../images/question.png);
}
.typetd.Image:before {
    background: url(../images/image.png);
}
.typetd.Link:before {
    background: url(../images/link.png);
}
.typetd.Status:before {
    background: url(../images/status.png);
}
.typetd.Text:before {
    background: url(../images/text.png);
}
.typetd.Video:before {
    background: url(../images/video.png);
}

/* .twitter td {
    background: rgba(0, 179, 255, 0.3) !important;
}

.linkedin td {
    background: rgb(0 126 187 / 30%) !important;
}

.facebook td {
    background: rgb(24 119 242 / 30%) !important;
}

.instagram td {
    background: linear-gradient(180deg, rgba(255, 192, 0, 0.2) 0%, rgba(255, 192, 0, 0) 100%), rgba(254, 1, 119, 0.2) !important;
} */

table input.form-control {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: #808080;
    height: 40px;
    padding: 0 15px;
    background: #F7F7F7;
    border: 1px solid #CACACA;
    border-radius: 8px;
    appearance: auto;
    text-align: left;
}

.apprText {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #575757;
    background: #ffffff;
    /* color: #fff; */
    /* border: solid 1px #80808066; */
    border-left: 0;
    border-right: 0;
    margin-right: 10px;
}

span.Approved.apprText {
    color: #3F803B;
}

span.Rejected.apprText {
    color: #F83D3D;
}
span.Pending.apprText {
    color: #B8831F;
}
.tableLoaderouter{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 11111;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-family: sans-serif;
    text-align: center;
    line-height: 1;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(10px);
}
.table-responsive{
    position: relative;
}
#tableLoader {
    border: 11px solid #FFF3DA;
    border-radius: 50%;
    border-top: 11px solid #D6AD60;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 250px;
    margin-top: 250px;
    position: absolute;
    left: 0;
    top: 33px;
    /* bottom: 0; */
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 1111;
}   

div[aria-label="Insert Image"] input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 46px;
    line-height: 46px;
}

div[aria-label="Insert Image"] input[type = file] {
    padding: 4px;
    line-height: 31px;
}

div[aria-label="Insert Image"] label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin: 15px 0 3px;
}

div[aria-label="Insert Image"] .modal-footer {
    padding-top: 0;
    border: 0;
    padding: 27px 0 11px;
}

div[aria-label="Insert Image"] .modal-footer input[type="button"] {
    line-height: normal;
    background: #D6AD60;
    color: #FFFFFF;
    border-color: #D6AD60;
    margin: 0;
}

div[aria-label="Insert Image"] .modal-header {
    padding: 0;
    border: 0;
}

div[aria-label="Insert Image"] .modal-dialog {
    border-radius: 14px !important;
}

div[aria-label="Insert Image"] .modal-body {
    padding: 0;
}


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.product-detail-image .swiper-order {
    height: 100%;
}

.product-detail-image .swiper-order .swiper-wrapper {height: 100%;}

.product-detail-image .swiper-order .swiper-wrapper > div {
    height: 100%;
}

.product-detail-image .swiper-order .swiper-wrapper > div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

span.ssd {
    width: 24px;
    height: 24px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D6AD64 !important;
    border-radius: 100%;
    position: relative;
    border: solid 1px #D6AD60;
}

span.ssd img.socialLinkjgit {
    /* float: left; */
    width: auto;
    height: 85%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background: #fff; */
    filter: brightness(0) invert(1);
}

.innomanic span.soclo-text {
    background: #d6ad649e;
    color: #fff;
    padding: 6px 8px;
}
#show-comment h4.modal-title {
    font-size: 22px;
}
.thumbimage.disabled img {
    filter: brightness(0);
    opacity: 0.2;
}
.hide-desktop{
    display: none;
}
.hide-mobile{
    display: block;
}
ul.h-menu li {
    flex: 1;
}
.thumbImage iframe {
    width: 100%;
    height: 100%;
}
table#example1 .twitter td,
table#example1 .twitter td:first-child,
table#example1 .twitter td:last-child {
    
    border-color: rgba(0, 179, 255, 1);
}
table#example1 .instagram td,
table#example1 .instagram td:first-child,
table#example1 .instagram td:last-child {
    border-color: rgba(254, 1, 119, 1);
}
table#example1 .facebook td,
table#example1 .facebook td:first-child,
table#example1 .facebook td:last-child {
    border-color: rgb(24 119 242 / 1);
}
table#example1 .linkedin td,
table#example1 .linkedin td:first-child,
table#example1 .linkedin td:last-child  {
    border-color: rgb(0 126 187 / 1);
}
table#example1 td:first-child{
    border-left-width:3px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

table#example1 td:last-child {
    border-right-width:3px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
table#example1.faqtable td {
    border-width:1px
}