body {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body .wp-block-yoast-faq-block .schema-faq-section {
    border: 1px solid #c7c4c4;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

body .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 8px 15px 8px 6px;
    font-weight: bold;
    font-size: 12px;
}

body .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #335548;
    line-height: 1;
    border-radius: 50%;
    font-size: 15px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #335548;
}

label {
    margin-bottom: 1px!important;
    font-size: 13px;
}

body .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 18px;
    line-height: 8px;
}

body .schema-faq-question:hover {
    background: #eee;
    border-radius: 8px;
}

body .schema-faq-section.active .schema-faq-question {
    background: #eee;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

body .schema-faq-answer {
    display: none;
    margin: 5px 0 10px;
    padding: 0 20px;
}

#accordian {
    background: #004050;
    /*width: 250px;*/
    margin: 0px auto 0 auto;
    color: white;
    /*Some cool shadow and glow effect*/
    /*box-shadow: 
    0 5px 15px 1px rgba(0, 0, 0, 0.6), 
    0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}


/*heading styles*/

#accordian h3 {
    font-size: 12px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #003040;
    background: linear-gradient(#003040, #002535);
    border-bottom: 1px solid #525252;
}


/*heading hover effect*/

#accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}


/*iconfont styles*/

#accordian h3 span {
    font-size: 16px;
    margin-right: 10px;
}


/*list items*/

#accordian li {
    list-style-type: none;
}


/*links*/

#accordian ul ul li a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    /*transition for smooth hover animation*/
    transition: all 0.15s;
}


/*hover effect on links*/

#accordian ul ul li a:hover {
    background: #003545;
    border-left: 5px solid lightgreen;
}


/*Lets hide the non active LIs by default*/

#accordian ul ul {
    display: none;
    border: 1px solid #9f9c9c;
    padding-bottom: 8px;
}

#accordian li.active ul {
    display: block;
}


/* Button used to open the contact form - fixed at the bottom of the page */

.open-button {
    background-color: #340ac1;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 312px;
    width: 185px;
    z-index: 9;
    transform: rotate(-90deg);
    left: -3.4%;
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .open-button {
     left: -15.4%;
  }
}


/* The popup form - hidden by default */

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9;
    border-radius: 10px;
    box-shadow: 0 5px 15px 1px rgb(0 0 0 / 60%), 0 0 200px 1px rgb(255 255 255 / 50%);
}


/* Add styles to the form container */

.form-container {
    width: 500px;
    padding: 0px;
    background-color: white;
}


/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.modal-header {
    background: #6963ff;
}

.modal-footer {
    background: #6963ff;
    padding: 10px;
    color: #fff;
}

.btn-save {
    font-size: 15px;
    color: #4f49f5;
    cursor: pointer;
    border-radius: 50px;
    padding: 1px 33px;
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.btn-save:hover {
    background-color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #c3bcbc;
    border: 2px solid #c3bcbc;
}

.sp-replacer {
    display: block;
    width: 100%;
    padding: 0.29rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #605e7e;
    height: 32px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c3c4c9;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 5px;
}

.form-control2 {
    margin-bottom: 5px;
    height: 32px!important;
}

.card-custom-header2 {
    font-size: 15px;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.3rem;
}

.schema-faq-answer2 {
    padding: 0px 10px!important;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.schema-faq-answer2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.schema-faq-answer2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.schema-faq-answer2::-webkit-scrollbar-thumb {
    background-color: #c3bcbc;
}

.nav-header1 {
    background: #4f46e5!important;
    font-size: 13px;
}


/* .item>.card.mb-0,
#tab-12>.row>.col-lg-6>.card.overflow-hidden,
.col-xl-3.col-lg-4.col-md-12>.card {
    color: #4f46e5!important;
} */


/* .item>.card.mb-0>.card-header,
#tab-12>.row>.col-lg-6>.card-header,
.col-xl-3.col-lg-4.col-md-12>.card>form>.card-header {
    color: #4f46e5!important;
} */


/* .font-weight-semibold,
.item-card-text h4,
.abp_title,
.fs-20,
h3.mb-2 {
    font-family: 'Times New Roman';
} */


/* @media screen and (max-width: 800px) {
    .top-bar,
    .callusbtn {
        display: none !important;
    }
    .smllogo {
        display: none !important;
    }
} */


/* fixed menu to top css start */


/* .header-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
} */


/* fixed menu to top css end */


/* fixed menu to bottom css start */


/* .horizontal-main {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    bottom: 80px;
} */


/* fixed menu to bottom css end */


/* .horizontalMenu-list>li:hover>ul {
    position: fixed;
    bottom: 100%;
    width: 100%;
    z-index: 99;
} */


/* .menu-scroll-lock {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
} */


/* .card-body.h-100.photobg {
    background-color: rgb(31, 111, 181);
} */


/* .form-control {
    border-radius: 6px !important;
} */


/* .wideget-user-desc .wideget-user-img img {
    border-radius: 6px;
    margin-right: 2rem;
}

.brround {
    border-radius: 6px;
    border-radius: 50%;
} */


/* .wishlist.active {
    background: rgb(0, 188, 189);
}

.wishlist {
    background: rgb(21, 7, 224);
} */


/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky+.content {
    padding-top: 60px;
} */


/* #member_search_main>.card>.card-body */