@import "bootstrap.min.css";
@import "slick.css";
@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');
@media (min-width: 1200px) {
    .container {
        max-width: 1235px !important;
    }

}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1040px !important;
    }
}
body,
html {
    overflow-x: hidden;
    font-family: 'Poppins';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'poppins';
}
/*Header*/
.main-navbar {
    left: auto;
    top: 30px;
    bottom: auto;
    right: auto;
    z-index: 125;
}
.header-bg {
    background: linear-gradient(260.03deg, #501B96 36.17%, #501B96 36.18%, #C1622D 105.97%);
    background: -webkit-linear-gradient(260.03deg, #501B96 36.17%, #501B96 36.18%, #C1622D 105.97%);
}
@media (min-width: 992px) {
    .header-innerpage .page-title {
        padding: 14rem 0 10rem 0 !important;
    }
}
.img-cover {
    /*object-fit: cover;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.navbar-nav li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: var(--bs-white);
}
.btn-outline-white {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    max-width: 240px;
}
.btn_white {
    box-shadow: 0px 4px 30px rgba(38, 20, 56, 0.5);
    border-radius: 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    width: 204px;
    text-align: center;
    color: #434343;
}
.btn_white:hover {
    color: #434343;
    box-shadow: none;
}
.lead {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}
@media (min-width: 992px) {
    .pb-lg-9,
    .py-lg-9 {
        padding: 12rem 0 2rem 0 !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding: 12rem 0 2rem 0 !important;
    }
}
@media (min-width: 768px) {
    .pb-lg-9,
    .py-lg-9 {
        padding: 12rem 0 2rem 0 !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding: 12rem 0 2rem 0 !important;
    }
}
/* Title */
.title .title-sub,
.title .title-head {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.title .title-sub {
    font-size: 22px;
}
.title .title-head {
    font-size: 32px;

}
.headline {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #6d2dc1;
}
.heading-1 .title-head {
    font-family: Poppins;    
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
    color: #434343;

    /* font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 110px;
    color: #434343; */
}

.brand-heads {
    font-family: Poppins;
    font-weight: 300;
    font-size: 24px;
    color: #434343;
}

@media (max-width: 640px) {
    .heading-1 .title-head {
        line-height: 45px;
        font-size: 35px;
    }
}
.heading-1 .title-content {
    font-family: Poppins;
    /* font-weight: 500; */
    font-size: 16px; /* 24px; */
    line-height: 26px; /* 40px; */
}
/* .liststyle li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    color: #424242;
    border-bottom: 1px solid rgba(227, 227, 227, 0.7);
    padding-top: 20px;
    position: relative;
    padding-left: 30px;
} */
.liststyle li {
    font-family: Poppins;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #424242;
    border-bottom: 1px solid rgba(227, 227, 227, 0.7);
    padding-top: 10px;
    position: relative;
    padding-left: 30px;
}
.liststyle li:before {
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    top: 15px;
    background: #CFCFCF;
    content: '';
    border-radius: 50px;
}
/* End Title */
@media (min-width: 320px) and (max-width: 640px)
{
    .main-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .main-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width: 992px) {
    .main-content {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
.btn-gradient {
    height: 57px;
    color: #fff;
    background: -webkit-linear-gradient(bottom right, #4BB8E7 -13.69%, #6830C8 110.07%);
    background: linear-gradient(267.48deg, #4BB8E7 -13.69%, #6830C8 110.07%);
    box-shadow: 0px 4px 20px rgba(125, 125, 125, 0.5);
    border-radius: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 37px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.btn-gradient:hover {
    color: #fff;
    background: linear-gradient(267.48deg, #4BB8E7 -10%, #6830C8 100.07%);
}
/* Slider */
.carousel-item p,
.testimonial .slick-slide p {
    font-family: Poppins;
    font-size: 24px;
    line-height: 40px;
    color: #65666B;
    text-align: center;
}
@media (min-width: 992px) {

    .carousel-item p,
    .testimonial .slick-slide p {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}
.carousel-item span {
    font-weight: 600;
    font-size: 20px;
    color: #65666B;
}
.carousel-inner {
    padding: 0 2rem;
}
.carousel-inner:before,
.carousel-inner:after,
.slick-prev:before,
.slick-next:before,
.testimonial .slick-list:before,
.testimonial .slick-list:after {
    content: '';
    position: absolute;
    width: 67px;
    height: 58px;
    background-repeat: no-repeat;
}
.carousel-inner:before,
.testimonial .slick-list:before {
    background: url(../img/quote.svg);
    top: 0;
    left: 0;
    z-index: 133;
}
.carousel-inner:after,
.testimonial .slick-list:after {
    background: url(../img/quote.svg);
    bottom: 40px;
    right: 0%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    /* Safari & Chrome */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -ms-transform: rotate(180deg);
    /* Internet Explorer */
    -o-transform: rotate(180deg);
    z-index: 133;
}
#testimonial .slick-track {
    z-index: 135
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.testimonial .slick-list {
    position: relative;
    z-index: 150;
}
.carousel-control-prev {
    left: -5rem;
}
.carousel-control-next {
    right: -5rem;
}
.carousel-indicators {
    display: none;
}
.carousel-control-prev-icon,
.slick-prev:before {
    background: url(../img/arrow_left.svg);
    background-repeat: no-repeat;
}
.carousel-control-next-icon,
.slick-next:before {
    background: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
}
.carousel-indicators {
    bottom: -3rem;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
button:focus,
.slick-slide:focus {
    outline: none;
}
.client_slider .slick-track {
    display: flex;
    align-items: center;
}
.client_slider .slick-slide {
    position: relative;
}
.client_slider .slick-slide:before {
    content: '';
    position: absolute;
    border-right: 2px solid #B8B8B8;
    right: 22px;
    top: 20%;
    bottom: 0;
    height: 50px;
}
.client_slider .slick-slide:last-child::before {
    display: none;
}
.client_slider .slick-next,
.testimonial .slick-next {
    right: -25px;
}
.client_slider .slick-prev,
.testimonial .slick-prev {
    left: -25px;
}
/* Dots */
.main_slider .slick-slide span.h1 {
    font-family: poppins;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'Poppins';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: left;
    opacity: .25;
    background: #fff;
    border-radius: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background: #fff;
}
/* End Slider */
/* App */
.app p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #5B5B5B;
}
.app .title-head {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #5B5B5B;
}
/* End App */


/* new pricing cards starts */
table.newpricing tr:first-child td:last-child {
    display: block;
}
table.newpricing tr td {
    border-top: none !important;
    font-size: 15px !important;
}
table.newpricing tr td img {
    width: 20px;
    height: 20px;
}
.bg-leftcard {
    background: rgba(185, 47, 207, 0.1);
}
.bg-rightcard {
    background: rgba(110, 142, 254, 0.1);
}
.title-leftcard, .title-rightcard {
    font-weight: 500;
    font-size: 2.25rem;
}
.title-leftcard {
    color:#b92fcf;    
}
.title-rightcard {
    color:#4a72ff;
}
.bg-p1 {
    background-color:#b92fcf;
}
.bg-p2 {
    background-color:#4a72ff;
}
.bg-p1, .bg-p2 {
    font-size: 1rem;
    padding: 13px 10px;
}
.p1 {
    color: #b92fcf;
}
.newprice-card {
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(119, 112, 112, 0.1);    
}
.getstarted{
    margin-top: 142px;
}
.card-header {
    border-top-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
}
.tbody, td, tfoot, th, thead, tr {    
    border-style: none;   
}
.perhotel{
    font-size: 10px;
}
.rounded-pill{
  height: 33px;
}
/* new pricing cards ends */


/* Pricing */
#prices {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    font-family: Poppins;
    font-weight: normal;
}
.pricing-table {
    margin: auto auto 20px auto;
    position: relative;
    padding-bottom: 55px;
    text-align: center;
    min-height: 1040px;
}
.pricing-table td {
    width: 33.33%;
    vertical-align: top;
}
/*.pricing-table span,*/
.myPopover {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.pricing-table h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    color: #2EBF7A;
}
.pricing-table h4 {
    display: block;
    margin: 0;
    width: 100%;
    padding: 20px;
    font-size: 1.75em;
    box-sizing: border-box;
}
.pricing-table h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
/* Popular Table */
.popular .pricing-table {
    background: linear-gradient(170.83deg, #4AC7F0 -25.16%, #6830C9 99.45%);
    background: -webkit-linear-gradient(bottom right, #4AC7F0 -25.16%, #6830C9 99.45%);
    box-shadow: 10px 10px 30px rgba(176, 164, 255, 0.72);
    border-radius: 10px;
}
.popular .pricing-table {
    margin-top: -10px;
    min-height: 1144px;
    z-index: 123;
}
.pricing-table p,
.pricing-table p a {
    margin: 10px auto;
    padding: 5px 0 5px;
    width: 80%;
    font-weight: 300;
    font-family: Poppins;
}
.pricing-table a.btn-gradient,
.pricing-table a.btn_price {
    display: block;
    margin: auto;
    width: 45%;
    padding: 10px 0;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-decoration: none;
}
.pricing-table a.btn-gradient {
    bottom: 3%;
}
.pricing-table a.btn_price {
    bottom: 5%;
}
.pricing-table .badge_black {
    background: rgba(0, 0, 0, 0.5);
}
.badge {
    font-weight: 600 !important;
}
.pricing-table h2 span.plan-one,
.pricing-table h2 span.plan-second,
.pricing-table h2 span.plan-last
{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.05em;
}
.pricing-table h2 span.plan-one{
    color: #48A9FD;
}
.pricing-table h2 span.plan-second{
    color: #7af4fc;
}
.pricing-table h2 span.plan-last{
    color: #9341FF;
}
.pricing-table h1 span.p-month{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.bg-blue{
    background: #1B95FD;
}
.bg-lightpurple{
    background: #7af4fc;
    color: #624dd0!important;
}
.bg-purple{
    background: #9341FF;
}
.strike .bg-purple, .strike .bg-blue, .strike .bg-lightpurple{
    color: #fff;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
/* Feature, cam  */
.cam-title {
    font-weight: 600 !important;
    color: #5B5B5B;
    font-size: 22px;
}
.feature {
    font-family: Poppins;
    font-style: normal;
}
.feature .card .icon,
.secure .card .icon {
    width: 120px;
    height: 120px;
    box-shadow: 0px 4px 20px rgb(182 182 182 / 25%);
    background-color: #fff;
}
.feature .card .icon svg,
.secure .card .icon svg {
    margin: 0 auto;
}
.feature .card .card-body .card-title,
.secure .card .card-body .card-title {
    /* font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #5B5B5B;
    min-height: 100px; */
    font-weight: 600;
    font-size: 18px;
    color: #5B5B5B;
}
.feature .card .card-body .card-text,
.secure .card .card-body .card-text {
    font-size: 16px; /*18px;*/
    line-height: 22px; /*28px;*/
    color: #5B5B5B;
}
.feature .card .card-body a {
    /* font-weight: bold; */
    font-size: 16px; /*18px;*/
    /* line-height: 24px; */
    color: #585858;
}
.feature .card:hover {
    /* box-shadow: 0px 10px 40px rgba(190, 190, 190, 0.25); */
    z-index: 1040;
}
.feature .card:hover .icon svg path {
    fill: #4849AF;
}
.feature .card:hover .card-body a,
.feature .card:hover .card-body .card-title {
    color: #4849AF;
}
.feature .card:hover .icon img{
    /* filter: invert(30%) sepia(11%) saturate(7459%) hue-rotate(217deg) brightness(92%) contrast(89%); */
    color: #4849AF;
}
/* End Feature */   
/* integration */
.integration {
    font-family: Poppins;
    font-weight: bold;
    line-height: 40px;
}
.integration h3 {
    /* font-size: 22px;
    color: #5B5B5B; */
    font-size: 18px;
  color: #5B5B5B;
  font-weight: 600;
}
.integration p {
    font-size: 14px;
    color: #9E9E9E;
}
.integration .item-icon img {
    width: 70px;
    /* background: #e2e2e2; 
    border-radius: 20px;
    padding: 5px; 
    width:117px; */
}
/* End Integration */
/* Safe & Secure */
/*    {
    width: 120px;
    height: 120px;
    box-shadow: 0px 4px 20px rgb(182 182 182 / 25%);
}*/
/* End Safe & Secure */
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/
@media screen and (max-width: 700px) {
     /* #prices td {
         display: block !important;
        width: 100% !important;
    }  */
    .popular .pricing-table {
        margin-top: 0px;
    }
}
/* End Pricing */
/* Accountability Pack */
.bg-lightgray {
    background: #F8F9FE;
}
.account {
    display: flex;
    align-items: flex-start;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}
.account-body p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #212529;
}
/* End Accountability Pack */
/* Call to Action */
.cta {
    background: #8367DB;
}
.cta span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
/* End Call to Action*/
/* Newsletter */
.newsletter {
    background: url(../img/newsletter-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.newsletter .news-content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
}
.newsletter .form-control {
    border-radius: 100px;
    padding: 15.5px 30px;
}
.newsletter button {
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
    padding: 11px 30px;
}
/* End Newsletter */
/* Contact Page */
.contact {
    box-shadow: 0px 10px 40px rgba(60, 57, 57, 0.7);
    border-radius: 12px;
}
.contact_inner {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
}
.contact_inner h1 {

    font-size: 45px;
    line-height: 67px;
    color: #434343;
}
.contact_inner p {
    font-size: 18px;
    color: #5B5B5B;
}
.form-group {
    margin-bottom: 1.5rem
}
.form-control {
    background: #F6F6F6;
}
.widget a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: none;
}
a:hover,
button:hover,
.btn:hover {
    cursor: pointer;
}
/* End Contact Page */
/*Footer*/
.bg-darkblue {
    background: #091B27;
}
.footer .footer-nav li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    color: var(--bs-white);
}
/* .footer .footer-nav li.current_page_item a:active{
    color: blue;
} */
.footer .social-list li {
    background: linear-gradient(143.9deg, #6443CC -35.33%, #50A1E2 116.52%);
    width: 28px;
    height: 28px;
}
footer .container ul li a:hover{
    text-decoration: none
}
/* footer .container ul li a:active{
   color: blue;
} */
.copyright span {
    color: #AFB0B1;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
}
/*End Footer */
#accordion .active-acc,
#accordion .show {
    background: #FFFFFF;
    /*border: 1px solid #EBEDF3;*/
    box-shadow: 0px 10px 20px rgba(210, 210, 210, 0.25);
}
#accordion .card-header a {
    font-family: Poppins;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #5B5B5B;
}
#accordion .active-acc .icon-plus,
#accordion .icon-minus {
    display: none;
}
#accordion .active-acc .icon-minus {
    display: block;
}
#accordion .active-acc {
    background: #fff !important;
}
/* Comming Soon */
.comming_soon {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #5B5B5B;
}
.comming_soon .card .card-body{
    border: 2px dashed #dededd;
}
/* End Comming Soon*/
/* Modal */
.modal-body h1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    color: #434343;
}
.modal-body p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #212529;
}
.privacy-wrap p {
	    font-size: 16px;
    line-height: normal;
	color: #212529;
}
.concent p{    display: flex; grid-gap: 10px;}
.modal-body a {
    word-break: break-all;
}
/* End Modal */
/* Map */
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.filters {
    border-bottom: 1px solid #e5e5e5;
}
.filter-button {
    text-transform: capitalize;
    font-family: 'poppins';
    background: transparent;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 15px;
    color: #000;
    border: 0;
}
.filter-button:hover,
.filter-button:active,
.filter-button:focus,
.filter button.active {
    font-size: 15px;
    text-align: center;
    border-radius: 50px;
    outline: none;
    color: #000;
    font-weight: bold;
}
.filter-button.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-repeat: no-repeat;
    background: linear-gradient(to right, red, purple);
    left: 0;
    background-position: center;
}
.service_icon svg {
    width: 2rem;
    height: 2rem;
    text-align: center;
}
.service_icon .icon_first .item-icon:after,
.service_icon .icon_last .item-icon:before,
.service_icon .icon_second .item-icon:before,
.service_icon .icon_second .item-icon:after {
    position: absolute;
    content: '';
    z-index: 98
}
.service_icon .item-icon {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    z-index: 100;
}
.btn-outline-white:hover {
    color: #fff !important
}

.btn-outline-white {
    border-width: 3px;
}
.style-one .card-header a {
    font-family: Poppins;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 28px;
    color: #5B5B5B;
}
.style-one .card-body {
    font-weight: normal;
}
.service_icon .card {
    min-height: 450px;
    height: 100%;
}
small.term_con {
    color: #8e8e8e !important;
    font-weight: 500 !important
}
.list-style li {
    position: relative;
    list-style: none;
}
.list-style li:before {
    background: url(../img/right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -35px;
    content: '';
    top: 7px;
}
del {
    position: relative;
    z-index: 121;
    text-decoration: unset;
    font-family: Poppins!important;
    font-size: 24px!important;
    line-height: 24px!important;
    letter-spacing: -0.05em;
    color: #7F7699!important;
}
del:before {
    /*
    position: absolute;
    border-bottom: 7px solid #2700ff45;
    width: 160%;
    bottom: 40%;
    z-index: 121;
    left: -30%;*/
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    border-top: 1px solid #7F7699;
    width: 135%;
    height: 100%;
    transform: rotate(341deg);
}
del.light:before {
    border-top: 1px solid #ffffff;
}

@media (min-width: 320px) and (max-width: 640px)
{
    .display-4,
    .h1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .display-4,
    .h1 {
        font-size: 1.5rem;    
    }
    .client_slider .slick-slide:before
{
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px)
{
    .page-title1
    {
        padding-top: 8rem !important;
    }
}
@media (max-width: 767px) {
    .intro {
        padding-top: 10rem !important
    }
    .display-4,
    .h1 {
        font-size: 1.5rem;
    }
    .lead {
        font-size: 0.875rem;
    }
    .btn_white,
    .btn-outline-white {
        font-size: 14px;
        line-height: 25px;
        width: 150px;
    }
    .client_slider .slick-slide:before {
        display: none;
    }
    .slick-slide img {
        margin: 0 auto;
    }
    .heading-1 .title-content {
        font-size: 19px;
        padding: 10px;
    }
    footer .nav-link {
        padding: 0.5rem 0.5em;
    }
    .contact_inner h1 {
        font-size: 35px;
    }
    .page-title {
        padding-top: 10rem !important;
    }
    .page-title h1 {
        font-size: 2rem;
    }
    .filters {
        margin: 0 !important
    }
    .navbar-collapse {
        background: linear-gradient(170.83deg, #4AC7F0 -25.16%, #6830C9 99.45%);
        box-shadow: 10px 10px 30px rgb(176 164 255 / 72%);
        border-radius: 10px;
        padding: 2rem 1rem;
    }
}

@media (min-width: 320px) and (max-width: 640px){
    .pricing-table{
        min-height: 1141px;        
    }                                     
}

@media  (max-width: 768px) {
    .navbar-collapse {
        background: linear-gradient(170.83deg, #4AC7F0 -25.16%, #6830C9 99.45%);
        box-shadow: 10px 10px 30px rgb(176 164 255 / 72%);
        border-radius: 10px;
        padding: 2rem 1rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {    
    #prices td {
        width: 33.3%;
    }
    .pricing-table {
        min-height: 1164px;
    }
    .pricing-table a.btn-gradient,
    .pricing-table a.btn_price {
        width: 80%;
    }
    .popular .pricing-table {
        min-height: 1300px;
    }
}
@media (min-width: 1100px) {
    #prices td {
        width: 33.3%;
    }
    .pricing-table {
        min-height: 1150px;
    }
    .popular .pricing-table{
        min-height: 1200px;
    }
}
.font-lg{font-size: 17px;font-weight: bold!important;}
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
select.form-control,
select.form-control:not([size]):not([multiple]){
    height:auto!important;
}
.tab-color{
    background: linear-gradient(267.48deg, #4BB8E7 -13.69%, #6830C8 110.07%);
    border-radius: 150px;
    padding: 10px;
}


.accordion a[aria-expanded="false"]{
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 20px;
    outline: none;
    border: 0;
    background: transparent;
	color: #fff !important;
}
.accordion a[aria-expanded="true"]{
	background: #fff;
    color: #3320df !important;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 5px 20px;
    outline: none;
    border: 0;}

nav .container .collapse ul li a:hover{
    text-decoration: none;
}
#autoload .modal-bg{
    background:linear-gradient(179deg, #6c2f94 35.17%, #89407f 48.18%, #9c596a 92.97%);
}
#autoload .modal-lg, #autoload .modal-xl {
    max-width: 885px !important;
}
@media(min-767px){
#autoload .p-lg-5{
    padding: 5rem !important;
}
}
#autoload .heading-text{
    font-family: 'poppins';
}
#autoload .footer-text{
    font-family: 'poppins';
    font-weight: 200;  
}
#autoload .fs-3{
	font-size:1.7rem;
}
.trial-form p{margin-bottom:0;}
.trial-form .wpcf7-form-control-wrap{display:block}
.trial-form .wpcf7-spinner{display:none!important}
.bg-dark{
    background-color: #23272b;
}
#autoload .img-contain{
	overflow:hidden;
}
#autoload .img-contain{
    transform:translateX(-1.5rem);
}
.modal-body{
    overflow: hidden;
}tr:first-child td:last-child {
display: none;}
.form-inner{border-color: #733175!important;
    border-radius: 7px;}
	.form-section-left-border {
    border-left: 4px solid #3fb4b8;
    padding: 0px 7px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fw-500 {
    font-weight: 500;
}
.action-delete:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height:1px;
    background-image: linear-gradient(to right, #707070 50%, rgb(0 0 0 / 0%) 0%);
    background-position: bottom;
    background-size: 20px 2px;
    background-repeat: repeat-x;}
.deleterow{transform: translate(0 , -12px);color:#733175!important;}
.user-item[data-id="0"] a.deleterow, .manger-item[data-id="0"] a.deleterow{display: none;}

/* font size*/
.fs13 {
    font-size: 15px !important;
    line-height: 24px !important;
}
.fs18 {
    font-size: 1.125rem !important;
}
.fs20 {
    font-size: 1.25rem !important;
}
.fs22 {
    font-size: 1.375rem !important;
}
.fs24 {
    font-size: 1.5rem !important;
}

.wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2{padding: 0!important;}
h1.alignwide.wp-block-post-title {font-size: 25px;font-family: 'Poppins';font-weight: bold;}
@media(min-width:1024px){
body{
	--wp--style--global--wide-size:1235px!important;--wp--style--global--content-size:100%;
}
.wp-block-navigation ul li{padding:0 1.5rem!important}
.wp-block-navigation .wp-block-navigation-item__label {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2{padding:8px 0 45px !important;}
}

/* blog post */
.page-numbers {
    margin: 0 5px 0 5px !important;
}
.alignwide img {
    width: 100% !important;
    height: auto !important;
}
body.post-template-default main {
    margin-top: 103px !important;
    margin-bottom: 60px !important;
}
body.post-template-default main .wp-block-post-content {padding-bottom: 30px !important;}