@media (max-width: 1399px){
.hero-s1 {
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}
}

.hero-s1 {
    background: linear-gradient(128.5deg,#5e2ad0 0%,#851c91 34.94%,#c21575 76.73%,#da126a 96.65%);
    position: relative;
    z-index: 9;
}
.s-padding {
    padding-top: 100px;
    padding-bottom: 100px;
	margin-top: -53px;
}

.h-s1-inner {
    text-align: center;
}

.h-s1-inner .h-title {
    font-size: 58px;
    line-height: 78px;
    color: #fff;
    margin-bottom: 24px;
}

.h-s1-inner .h-desc {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    width: 58%;
    margin: auto;
}

.h-s1-inner .s-bar-s1 {
    margin-top: 50px;
}

.s-bar-s1 .s-bar-inner {
    width: 618px;
    height: 68px;
    margin: auto;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.s-bar-s1 .s-bar-inner .p-left {
    flex: 1 1 0;
    display: flex;
    gap: 20px;
	    margin-top: 10px;
}

.s-bar-s1 .nice-select {
    float: none;
    width: 146px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #162b49;
    border: none;
    border-radius: 5px 0 0 5px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.s-bar-s1 input[type=text] {
    border: none;
    outline: none;
    background: 0 0;
}

.s-bar-s1 .s-bar-inner .p-right {
    flex: 0;
}
.s-bar-s1 .btn-frm, .s-bar-s1 .btn-frm-s2 {
    margin-top: 5px;
    margin-right: 5px;
}

.btn-frm, .btn-frm-s2 {
    background: linear-gradient(102.93deg,#4d22aa 0%,#da126a 95.54%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    width: 141px;
    height: 58px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: .25s ease;
}

.h-s1-inner .counter-sm {
    padding-bottom: 0;
}
.counter-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.counter-sm .s-counter:first-child {
    padding-left: 0;
}
.counter-sm .s-counter {
    display: flex;
    gap: 5px;
    padding: 0 32px;
    border-right: 1px solid rgba(255,255,255,.5019607843);
}

.counter-sm .s-counter p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.counter-sm .s-counter p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}


@media (max-width: 767px){
.s-padding {
   padding-top: 80px;
    padding-bottom: 80px;
   
}}

@media (max-width: 575px){
.h-s1-inner .h-title {
    font-size: 32px;
    line-height: 46px;
}}
@media (max-width: 991px){
.h-s1-inner .h-title {
    font-size: 42px;
    line-height: 56px;
}}

@media (max-width: 575px){
.h-s1-inner .h-desc {
    width: 100%;
}}
@media (max-width: 991px){
.h-s1-inner .h-desc {
    font-size: 17px;
    line-height: 28px;
    width: 80%;
}}

@media (max-width: 767px){
.s-bar-s1 .s-bar-inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    background: 0 0;
}}
@media (max-width: 991px){
.s-bar-s1 .s-bar-inner {
    width: 100%;
}}


@media (max-width: 767px){
.s-bar-s1 .s-bar-inner .p-left {
    background: #fff;
    border-radius: 5px;
}}

@media (max-width: 767px){
.s-bar-s1 .s-bar-inner .nice-select {
    height: 60px;
}}

@media (max-width: 767px){
.s-bar-s1 .s-bar-inner .btn-frm, .s-bar-s1 .s-bar-inner .btn-frm-s2 {
    width: 100%;
    margin-top: 15px;
    background: #162b49;
    color: #fff;
}}

@media (max-width: 767px){
.counter-sm .s-counter {
    padding: 0 12px;
}}

@media (max-width: 767px){
.counter-sm .s-counter p {
    font-size: 15px;
}}
@media (max-width: 767px){
.counter-sm .s-counter p {
    font-size: 15px;
}}







.s-padding:has(.container>.s-title-wrap) {
    padding-top: 90px;
}
.catagories-sec-s1 {
    background: #f8f8f8;
}

.s-title-wrap {
    margin-bottom: 45px;
    text-align: center;
}

.s-sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #da126a;
    margin-bottom: 3px;
}

.-title {
    font-size: 42px;
    line-height: 57px;
    color: #162b49;
}

.catagories-sec-s1 .catagories-sec-inner {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 35px;
}

.i-box-s1, .i-box-s2 {
    background: #fff;
    padding: 25px 0;
    text-align: center;
    box-shadow: 0 4px 84px rgb(0 0 0 / 6%);
    border-radius: 8px;
    transition: .25s ease-in-out;
}

.i-box-s1 .thumb, .i-box-s2 .thumb {
    margin-bottom: 22px;
}

.i-box-s1 h3, .i-box-s2 h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.i-box-s1 .f-btn, .i-box-s2 .f-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}

@media (max-width: 767px){
.cta-s1 {
    padding: 50px 0;
}}

@media (max-width: 767px){
.cta-s1 .cta-content {
    margin: 0;
}}
@media (max-width: 1199px){
.cta-s1 .cta-content {
    padding-left: 0;
}
}
@media (max-width: 575px){
.s-title {
    font-size: 28px;
    line-height: 36px;
}}

@media (max-width: 991px){
.s-title {
    font-size: 34px;
    line-height: 46px;
}
}



.section-space-default {
    padding: 112px 0 95px;
}

.title-default {
    font-size: 36px;
    color: #263238;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
}

.pricing-plan-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.pricing-plan-wrapper .pricing-plan-box {
    margin: 0 15px 30px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: #f4f6f5;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pricing-plan-wrapper .pricing-plan-box:nth-child(1n) .pricing {
    background: #8bc34a;
}
.pricing-plan-wrapper .pricing-plan-box .pricing {
    padding: 25px 5px 5px;
}

.pricing-plan-wrapper .pricing-plan-box .pricing h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.pricing-plan-wrapper .pricing-plan-box .pricing-info {
    padding: 45px 15px 55px;
}

.pricing-plan-wrapper ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pricing-plan-wrapper .pricing-plan-box .pricing-info li {
    margin-bottom: 25px;
    color: #60697d;
}

.pricing-plan-wrapper .pricing-plan-box:nth-child(1n) .pricing-btn {
    background: #8bc34a;
    border: 2px solid #8bc34a;
    color: #ffffff;
}
.pricing-plan-wrapper .pricing-plan-box .pricing-btn {
    text-align: center;
    padding: 14px 90px;
    background: red;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pricing-plan-wrapper .pricing-plan-box:nth-child(2n) .pricing {
    background: #8560a8;
}

.pricing-plan-wrapper .pricing-plan-box:nth-child(2n) .pricing-btn {
    background: #8560a8;
    border: 2px solid #8560a8;
    color: #ffffff;
}

.pricing-plan-wrapper .pricing-plan-box:nth-child(3n) .pricing {
    background: #f4511e;
}

.pricing-plan-wrapper .pricing-plan-box:nth-child(3n) .pricing-btn {
    background: #f4511e;
    border: 2px solid #f4511e;
    color: #ffffff;
}

a {
    text-decoration: none;
}
.pricing-plan-wrapper .pricing-plan-box .pricing p {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}


@media (min-width: 321px) and (max-width: 479px){
.section-space-default {
    padding: 72px 0 55px;
}}

@media (min-width: 321px) and (max-width: 479px){
.title-default {
    font-size: 28px;
}
}
@media only screen and (max-width: 767px){
.pricing-plan-wrapper {
    display: inherit;
}}




@media (min-width: 321px) and (max-width: 479px){
.title-textPrimary {
    font-size: 28px;
}
}




