@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); .p0 {
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, a, li, p, span, button {
    font-family: Poppins, sans-serif;
    margin: 0px;
}

body {
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    outline: none;
    text-decoration: none !important;
}

section {
    float: left;
    width: 100%;
}

.header-logo-img img {
    width: 180px;
}

.header-col-st {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: rgb(0, 0, 0);
}

.header-top {
    display: block;
    background: rgb(0, 39, 63);
    text-align: right;
}

.header-calling a {
    margin: 0px 10px;
    color: rgb(255, 255, 255);
}

.header-calling a i {
    color: rgb(244, 151, 11);
}

.header-calling a:hover {
    color: rgb(244, 151, 11);
}

a.tel-btn.get-started {
    display: none;
}

.header {
    background: rgb(27, 41, 74);
    padding: 10px 0;
}
.header .logo img{
    width: 180px;
    /* filter: invert(1) brightness(100); */
}

.header-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    list-style: none;
}

.header-list ul li {
    margin-left: 40px;
    color: rgb(255, 255, 255);
}

.header .row {
    align-items: center;
}

.header-list ul li:last-child a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
}

.header-list ul i {
    margin-right: 10px;
}

.hd-btn {
    background: rgb(255, 255, 255);
    border-radius: 583px;
    padding: 8px 15px;
}

.header-list ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
}

.main-banner {
    background: url("../images/banner-img.jpg") center center / cover no-repeat;
    padding: 140px 0px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.form-st {
    padding: 20px 20px 0px 0px;
    width: 50%;
    margin: 0px auto;
    z-index: 1;
    position: relative;
    top: 120px;
    left: -15px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-div input:focus, .form-div textarea:focus {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 35px 0px;
}

.form-div input, .form-div textarea {
    width: 100%;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin: 6px 0px;
    padding: 10px 20px;
}

.form-div-btn input {
    width: auto;
    padding: 10px 15px;
    border: 0px;
    margin-top: 18px;
    background: rgb(122, 177, 74);
    border-radius: 583px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: rgb(255, 255, 255);
}

.form-hd-txt h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    letter-spacing: -0.04em;
    color: rgb(255, 255, 255);
}

.form-hd-txt p {
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.04em;
    color: rgb(254, 139, 30);
}

.form-hd-txt {
    padding-bottom: 20px;
}

.bnr-txt h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: rgb(27, 41, 74);
}

.bnr-txt h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 85px;
    color: rgb(254, 139, 30);
    text-transform: uppercase;
}

.bnr-txt h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 80px;
    color: rgb(254, 139, 30);
}

.bnr-txt h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgb(10, 10, 26);
    padding: 3px 0px 10px;
    width: 80%;
}

.bnr-txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgb(102, 102, 102);
    padding-bottom: 20px;
    width: 80%;
}

.bnr-btn .get-btn {
    background: rgb(28, 74, 62);
    border-radius: 583px;
    padding: 10px 15px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-right: 15px;
}

.live-btn {
    padding: 10px 15px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: rgb(254, 139, 30);
    border-radius: 650px;
}

.bnr-form-main-col {
    position: relative;
    top: -70px;
}

.bnr-side-form {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.banner-sec {
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/banner-img.png") no-repeat center bottom / cover #ffffff78;
    background-blend-mode: overlay;
    height: 850px;
}

.form-st form {
    width: 100%;
}

.bnr-form-img-1-st {
    width: auto;
    position: absolute;
    z-index: 1;
    left: -50px;
    right: 0px;
    margin: auto;
    top: 18px;
}

.banner-sec .row {
}

.form-div textarea {
    height: 100px;
}

.bnr-logo-st img {
    transform: scale(0.8);
    width: auto;
}
.bnr-logo-st {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    position: relative;
    left: 0;
    gap: 0;
}

.bnr-logo-st img {
    width: 25%;
}

.bnr-btn a {
    display: inline-flex;
    align-items: center;
    transition: all .5s ease-in-out;
}

.bnr-btn a i {
    margin-left: 8px;
}

.services-sec .row {
    position: relative;
    gap: 20px 0px;
}

.serv-logo {
    width: auto;
    position: absolute;
    left: -240px;
    top: -200px;
}

.serv-shopify-logo {
    width: auto;
    position: absolute;
    right: -200px;
    top: -160px;
}

.hd-txt {
    text-align: center;
}

.hd-txt h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: rgb(27, 41, 74);
    padding-bottom: 4px;
}

.hd-txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgb(102, 102, 102);
    width: 50%;
    margin: 0px auto;
}

.services-sec {
    padding: 80px 0px;
    position: relative;
}

.serv-btn .bnr-btn {
    text-align: center;
    margin-top: 20px;
}

.services-sec::before {
    content: "";
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(244, 231, 255) -10.45%, rgb(255, 255, 255) 100%);
    transform: rotate(180deg);
    z-index: -1;
}

.serv-box {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.serv-box span {
    position: absolute;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.16);
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    text-align: center;
    top: -10px;
    right: 10px;
}

.serv-box h4 {
    padding: 15px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: rgb(28, 74, 62);
    text-transform: uppercase;
}
.bnr-txt ul {
    padding: 0 0 0 22px;
}
.serv-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgb(102, 102, 102);
    height: 150px;
}

.serv-box:hover {
    background: rgb(28, 74, 62);
}

.serv-box:hover h4 {
    color: rgb(255, 255, 255);
}

.serv-box:hover p {
    color: rgb(255, 255, 255);
}

.serv-box:hover img {
    filter: invert(1) brightness(100);
}

.serv-box:hover span {
    -webkit-text-fill-color: rgb(28, 74, 62);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
}

.cta-sec {
    padding: 20px 0px;
    background: url("../images/cta-bg.png") center center / cover no-repeat;
    margin-bottom: 20px;
}

.cta-sec .row {
    position: relative;
}

.cta-img-1 {
    position: absolute;
    width: auto;
    left: -160px;
    top: -60px;
}

.cta-img-2 {
    position: absolute;
    width: auto;
    right: -100px;
    bottom: -70px;
    top: auto;
    transform: rotate(-90deg);
    z-index: -1;
}

.cta-txt h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: rgb(254, 139, 30);
}

.cta-txt h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 231px;
    text-transform: uppercase;
}

.cta-sec .row {
    align-items: center;
}

.cta-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta-btn .get-btn {
    background: rgb(255, 255, 255);
    border-radius: 650px;
    padding: 16px 58px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin-bottom: 24px;
}

.tel-btn-st {
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: -0.04em;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.tel-btn-st i {
    margin-right: 15px;
}

.port-particle {
    position: absolute;
    width: auto;
    left: -200px;
}

.port-particle1 {
    position: absolute;
    width: auto;
    right: -200px;
    bottom: -300px;
    z-index: 2;
    mix-blend-mode: luminosity;
}   

.portfolio-sec .row {
    position: relative;
}

.port-box img {
    margin: auto;
    width: 100%;
}

.port-box {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 20px 0px;
    border-radius: 30px;
    z-index: 2;
}

.port-box .box-content {
    position: absolute;
    inset: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.39);
    border-radius: 28px;
    transform: scaleX(0);
    transition: all 0.5s ease-in-out 0s;
}

.port-box .box-content i {
    font-size: 45px;
    color: rgb(255, 255, 255);
}

.port-box:hover {
}

.port-box:hover .box-content {
    transform: scaleX(1);
}

.portfolio-sec {
    padding: 70px 0px;
    background: url("../images/port-bg.png") center center / cover no-repeat;
}

.portfolio-sec .hd-txt {
    padding-bottom: 50px;
}

.port-main-col {
    gap: 25px 0px;
}

.pricing-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 50px 8px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    margin: 0 10px;
}

.pricing-main-col {
    width: 80%;
    margin: 0 auto;
}

.pricing-box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
/* identical to box height, or 39px */
    text-align: center;
    color: #1B294A;
}

.pricing-box span {
    font-weight: 700;
    font-size: 60px;
    line-height: normal;
    text-align: center;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 8px 0;
}

.pricing-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
/* identical to box height, or 39px */
    text-align: center;
    color: #5D5D5D;
    position: relative;
}

.pricing-box h3:before {
    content: '';
    background: #FE8B1E;
    width: 123px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-7deg);
}

ul.pricing-list {
    margin: 0;
    list-style: none;
    padding: 20px 20px 20px 20px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.pricing-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
/* or 29px */
    letter-spacing: -0.02em;
    color: #282828;
}

ul.pricing-list li i {
    margin-right: 5px;
}

.pricing-btn .get-btn {
    background: #1C4A3E;
    border-radius: 650px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
/* identical to box height */
    letter-spacing: -0.04em;
    color: #FFFFFF;
    text-decoration: none;
}

.pricing-btn .live-chat {}

.pricing-btn .live-chat {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
/* identical to box height */
    letter-spacing: -0.04em;
    color: #000000;
    text-decoration: none;
    margin-left: 15px;
}

.pricing-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    translate: 0 12px;
}

.pricing-sec {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.pricing-sec .hd-txt {
    padding-bottom: 35px;
}

.recmnd-txt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    
/* identical to box height, or 26px */
    text-align: center;
    color: #FFFFFF;
    background: #FE8B1E;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 40px;
    z-index: -1;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-box:before {
    content: '';
    background: #1C4A3E;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -400px;
    right: auto;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}

.pricing-box:hover h2,.pricing-box:hover h3,.pricing-box:hover span,.pricing-box:hover li {
    color: #fff;
}

.pricing-box:hover::before {
    left: 0;
}

.pricing-box:hover .get-btn {
    background: #fe8b1e;
}

.pricing-box:after{
    content: '';
    background: url(../images/pricing-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: .4s ease-in-out;
    z-index: -1;
}
.pricing-box:hover .live-chat {
    color: #fff;
}
.pricing-box:hover::after {
    transform: scale(1);
}
.pricing-sec:before {
    content: '';
    background: linear-gradient(180deg, #F4E7FF -33.08%, #FFFFFF 100%);
    transform: rotate(180deg);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*cta-sec*/
.cta-sec-2 {
    padding: 40px 0;
    background: url(../images/cta-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    border-bottom: 7px solid #fe8b1e;
}


.cta-side-img img {
    width: 140%;
    margin-left: -150px;
}

.cta-side-img img.cta-particle {
    width: auto;
    position: absolute;
    right: 0;
    top: -85px;
    z-index: -1;
}

.cta-side-img {
    position: relative;
}

.cta-txt-new h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
/* identical to box height */
    color: #FE8B1E;
}

.cta-txt-new h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 110%;
/* or 53px */
    letter-spacing: -0.02em;
    color: #FFFFFF;
    width: 70%;
}

.cta-txt-new p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    width: 78%;
    padding: 15px 0;
}

.cta-sec-2 .row {
    align-items: center;
}
.cta-partice-2 {
    position: absolute;
    width: auto;
}

.cta-sec-2 .cta-partice-2 {
    left: 15px;
    z-index: -1;
    bottom: -60px;
    width: 10%;
}
/*cta-sec*/


/*testi*/
.testimonial-sec {
    padding: 120px 0 120px;
}



.testimonial-sec .row {
    position: relative;
}

.testi-slider:before {
    content: '';
    background: url(../images/testi-bf-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 450px;
    height: 470px;
}
.hd-txt.testi-txt {
    text-align: left;
}

.hd-txt.testi-txt h2 {
    text-align: left;
}

.hd-txt.testi-txt p {
    text-align: left;
    width: 100%;
    padding: 25px 0;
}

.testi-box {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.testi-box img {
    margin: 0 auto;
}

.testi-box h3 {
    padding: 10px 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
/* identical to box height, or 39px */
    text-align: center;
    color: #FFFFFF;
}

.testi-box p {
    width: 90%;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 10px 0;
}

.star i {
    color: #fe8b1e;
}

.testimonial-sec .row {
    align-items: center;
    position: relative;
}
.testimonial-sec .testi-bf-img-st-1 {
    position: absolute;
    width: auto;
    left: -230px;
    top: -60px;
}

.testimonial-sec .testi-bf-img-st-2 {
    position: absolute;
    top: 0;
    left: -150px;
    width: auto;
}

.testimonial-sec .slick-dots {
    position: absolute;
    bottom: -129px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testimonial-sec .slick-dots li.slick-active button {
    background-color: #fe8b1e;
}

.testimonial-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 60%;
    top: -3px;
    left: -9.3px;
    right: 0;
    margin: auto;
}

.testimonial-sec .slick-dots li button {
    background-color: #000000;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.slick-next {
    right: 38%;
    /* background: red; */
    top: auto;
    bottom: -45%;
    z-index: 1;
}

.slick-prev {
    /* background: red; */
    top: auto;
    bottom: -46%;
    z-index: 1;
    left: 37%;
}

.slick-prev:before {
    color: #fe8b1e;
    opacity: 1;
    content: '\f060';
    font:normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
}

.slick-next:before {
    color: #1c4a3e;
    opacity: 1;
    font-weight: bold;
    content: '\f061';
    font:normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
}
.ftr-policy {
    text-align: end;
}

.ftr-policy a {
    margin-right: 20px;
    color: #000;
    text-decoration: none;
}

/*testi*/

.footer-sec {
    padding: 15px 0px;
    text-align: center;
    background: #FE8B1E;
}

.footer-sec p {
    color: #000;
}



/*faq*/
.faq-sec {
    padding: 50px 0;
    background:url(../images/faq-bg.jpg);
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
}
.faq-sec .row {
    display: flex;
    align-items: center;
}
.faq-sec .hd-txt {
    text-align: center;
}

.faq-sec .hd-txt h2 {
    padding-bottom: 10px;
}
.faq-img img {
    width: 90%;
    margin: 0 auto;
    display: table;
}
.faq-sec .hd-txt p {
    color: #222;
}
.faq-sec .hd-txt {
    color: #fff;
}

.panel-heading {
  padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding: 20px;
    color: #262626;
    font-size: 18px;
    font-weight: 300;
    /* text-transform:uppercase; */
    /* letter-spacing: 0px; */
    /* word-spacing:3px; */
    text-decoration:none;
    /* background: #ffffff; */
}
.panel-heading  a:before {
   /* font-family: 'Glyphicons Halflings'; */
   font: normal normal normal 14px/1 FontAwesome;
   content: "\f107";
   /* content: "\e114"; */
   float: right;
   transition: all 0.5s;
   -webkit-transform: rotate(
180deg
);
   -moz-transform: rotate(180deg);
   transform: rotate(
1deg
);
   background: transparent;
   padding: 7px;
   font-size: 12px;
   margin-top: -7px;
   font-size: 25px;
   font-weight: bold;
   color: #195b97;
}
.panel-heading .collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    transform: rotate(271deg);
    font-size: 25px;
    font-weight: bold;
    color: #282828;
} 


.panel-title {border: 0;}

.panel.panel-default {
    background: transparent;
    border: 0 !important;
    padding-bottom: 10px;
    margin-top: 0 !important;
    box-shadow: none;
}

div#headingOne {
    background: white;
    border: 0 !important;
}

.panel-body {
    /* background: #ffffff; */
    padding: 5px 20px 30px;
    color: #000;
    border-bottom: 2px solid #e5e5e5;
    border-top: 0 !important;
    font-weight: 300;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #00000000;
    border-color: #ddd;
}
.faq-sec .hd-txt {
    color: #000;
    padding-bottom: 20px;
}
.accordion {
    padding-top: 30px;
}
a.collapsed {
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 18px;
}

.faq-sec .header-btn.bnr-btn {
    text-align: center;
    margin-top: 30px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background: #fff;
}

.accordion-button:focus {
    /* outline: 0; */
    box-shadow: none;
}

/*.accordion-button {
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}*/

.accordion-header {
    border: 1px solid #e3e3e3;
}

button.accordion-button.collapsed {
    border: 0 !important;!i;!;
}


.accordion-button:not(.collapsed)::after {
    filter: invert(53%) sepia(21%) saturate(1005%) hue-rotate(53deg) brightness(90%) contrast(91%);
}
/*faq*/





/* width */
ul.pricing-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
ul.pricing-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 8px;
}
 
/* Handle */
ul.pricing-list::-webkit-scrollbar-thumb {
  background: #fe8b1e; 
  border-radius: 8px;
}

/* Handle on hover */
ul.pricing-list::-webkit-scrollbar-thumb:hover {
  background: #fe8b1e; 
}




.pricing-sec {
    padding-top: 0;
}



.pricing-sec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pricing-sec .slick-dots li.slick-active button {
    background-color: #fe8b1e;
}

.pricing-se .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.pricing-sec .slick-dots li button {
    background-color: #000;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}


.live-btn:hover {
    background: #1c4a3e;
    color: #fff;
}

.get-btn:hover {
    color: #fff;
    background: #fe8b1e;
}