:root {
    --blue-color: #393d72;
    --pink-color: #ff4880;
    --orange-color: #ffae00;
    --para-color: #858687;
    --bg-gray: #fbf9fb;
    --section-bg: #f5f5f5;
}




/*-------------------------------------*/

.banner_slder ul.slick-dots {
    display: flex;
    gap: 10px;
    list-style-type: none;
    justify-content: center;
    padding: 0px;
}

.banner_slder .slick-dots li button {
    background: #0d6efd;
    color: #0d6efd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.banner_slder .slick-dots li.slick-active button {
    background: #3fb83c;
    color: #3fb83c;
}


.banner_slder ul.slick-dots button {
    border: none;
    color: transparent;
}

.d_padding {
    padding-left: calc(((100vw - (100vw - 100%)) - 1200px) / 2);
}


/*3_section*/

.section-padding {
    padding: 100px 0px;
}
 .features-block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
 .features-block.theme-one .inner-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 400ms ease-in-out;
    padding: 22px 22px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}  
 .features-block.theme-one .inner-box:before {
    background: #4688eb;
    background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
}
 .features-block.theme-one .inner-box:hover:before {
    transform: translateY(0);
}

 .features-block.theme-one .inner-box:before {
    transform: translateY(102%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    transition: all 500ms ease-in-out;
}
 .features-block.theme-one .icon {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
}
 .features-block.theme-one .inner-box > * {
    position: relative;
}
 .features-block.theme-one .icon img {
    max-width: 90px;
    transition: all 400ms ease-in-out;
}
 .features-block.theme-one .icon img.hover {
    display: none;
}

 .features-block.theme-one .icon img {
    max-width: 90px;
    transition: all 400ms ease-in-out;
}
 .features-block.theme-one .icon img.hover {
    display: none;
}

 .features-block.theme-one .icon img {
    max-width: 90px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
 .features-block.theme-one h4 {
    font-size: 24px;
    transition: all 400ms ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #111111;
    letter-spacing: -0.4px;
    margin-bottom: 18px;
}
 .features-section .inner-row .col-lg-6:nth-child(2) {
    margin-top: 80px;
}
 .features-section .inner-row .col-lg-6:nth-child(3) {
    margin-top: -80px;
}
 .heading-wrapper {
    margin-bottom: 30px;
}
 .heading-wrapper h1{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -1px;
    margin-bottom: 18px;
}
 .features-block.theme-one .inner-box:hover {
    color: #fff;
}
 .features-block.theme-one .inner-box:hover h4 {
    color: #fff;
}
 .features-block.theme-one .inner-box:hover img.normal {
    display: none;
}
 .features-block.theme-one .inner-box:hover img.hover {
    display: block;
}


.a_section {
    background-image: url(../images/BG-Hero.png);
    background-attachment: fixed;
}

.heading-wrapper.with-separator h2 {
    font-size: 36px;
    margin: 16px 0 30px;
    color: #00000;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.heading-wrapper.with-separator h2 span {
    color: #3fb83c;
}

.heading-wrapper.with-separator h2:after {
    position: absolute;
    content: "";
    background: #1d5ac0;
    left: 0;
    height: 3px;
    width: 70px;
    bottom: 0;
}

.view-more-btns {
    padding: 14px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #3fb83c;
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    border: 4px solid #1d5ac0;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
}
.view-more-btns:hover {
    border-left-width: 0;
    /* background: #3456ab; */
    border-radius: 30px 0px 30px 0px;
     color: #fff; 
    border-right-width: 4px;
}

/*-----------end*/
ul.update_list {
    list-style-type: none;
}
ul.update_list li {
    display: flex;
    gap: 10px;
    padding: 20px 0px;
}
ul.update_list li i.fa.fa-check {
    color: #3fb83c;
    font-size: 14px;
    border: 2px solid;
    height: fit-content;
    padding: 5px;
    border-radius: 50%;
    margin-top: 3px;
}
ul.update_list {
    list-style-type: none;
    padding: 0px;
}

.mobile_view_left ul {
    padding: 0px;
    list-style-type: none;
}

.mobile_view_left ul li {
    text-align: justify;
    margin-bottom: 40px;
}
.mobile_view_left ul li h2 {
    color: #000000;
    font-size: 28px;
/*    font-weight: bold;*/
    line-height: 1.2em;
    letter-spacing: 0.5px;
}
.inner-box p {
    color: #787878;
}
.features-section p {
    color: #787878;
}

ul.update_list li p {
    
    color: #787878;
}


.text-right-ul ul li {
    text-align: end;
}



.gallery-section:before {
    background: url(../images/half-circle-bg.png) no-repeat scroll bottom center;
    background-size: cover;
}

.gallery-section:before {
    content: "";
    height: 425px;
    width: 100%;
    position: absolute;
    top: 0;
}
.gallery-section{
    position: relative;
    padding-bottom: 0px;
}



.ss-wrapper {
    max-width: 1170px;
    position: relative;
    margin: 0px auto 0px;
}
.ss-wrapper .laptop-img-bg {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} 
.ss-wrapper .screenshot-slider {
    position: relative;
    padding: 5.15% 17.5% 7% 17.7%;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: block;
}

.slick-slider {
    direction: ltr !important;
}
.screenshot-slider .slick-prev {
    left: 60px;
}

.screenshot-slider .slick-arrow {
    background: var(--heading-text-color);
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--white-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.screenshot-slider .slick-arrow {
    background: -webkit-linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
    background: -moz-linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
    background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(42, 31, 188, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(42, 31, 188, 0.4);
}
.screenshot-slider .slick-next {
    right: 60px;
}


.screenshot-slider .slick-next::before {
    content: "\f054";
    margin-left: 5px;
}

.screenshot-slider .slick-prev::before, .screenshot-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 24px;
    line-height: 50px;
    opacity: 1;
}
.screenshot-slider .slick-prev::before {
    content: "\f053";
    margin-right: 5px;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.align-items-center {
    align-items: center!important;
    z-index: 9;
    position: relative;
}

.features-section:hover .features-img img {
    transform: rotate(-4deg);
}



.features-block.theme-one .inner-box:hover p{
    color: white;
}


.pricing-plans-one .price-card .card-header {
    background: transparent;
    padding: 50px 30px 30px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.pricing-plans-one .card-body {
    padding: 0px 30px 50px;
}
.pricing-plans-one .card-title {
    color: #291fbc;
}
.pricing-plans-one .plan-cost {
    font-size: 60px;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: -1px;
    color: black;
    line-height: 0.8;
    margin-bottom: 5px;
}

.pricing-plans-one .plan-cost .plan-cost-prefix {
    display: inline;
    font-size: 36px;
    line-height: inherit;
    vertical-align: super;
    font-weight: 900;
}
.pricing-plans-one .plan-validity {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
}
.pricing-plans-one .pricing-feature-list li {
    margin: 15px auto;
    padding: 0px 0px 0px 20px;
    position: relative;
    display: table;
}


.pricing-plans-one .pricing-feature-list li:before {
    content: "\f00c";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    color: #291fbc;
}

.btn-secondary {
    background-color: #485974;
    border-color: #485974;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

.pricing-plans-one .card-body .btn {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 30px;
    line-height: 48px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: 0;
}
.pricing-plans-one .price-card {
    background: white;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.pricing-plans-one .pricing-feature-list {
    margin: 45px 0px;
    padding-left: 0px;
}
.pricing-plans-one .price-card.popular .card-title, .pricing-plans-one .price-card.popular .plan-cost, .pricing-plans-one .price-card.popular .plan-validity {
    color: #ffffff;
}
.pricing-plans-one .price-card.popular .card-header {
    background: url(../images/plan-card-header-bg.png) no-repeat scroll center bottom;
    background-size: cover;
    padding: 50px 30px 50px;
    margin-bottom: 30px;
}

.pricing-plans-one  .btn-primary {
    background-image: -moz-linear-gradient(top, #488fed 0%, #2a1fbc 100%);
    background-image: -webkit-linear-gradient(top, #488fed 0%, #2a1fbc 100%);
    background-image: linear-gradient(to bottom, #488fed 0%, #2a1fbc 100%);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
    background-size: auto 140%;
    border: 0px;
}

.pricing-plans-one .price-card.popular {
    position: relative;
    top: -25px;
}

.pricing-plans-one .pricing-feature-list li.disable:before {
    content: "\f00d";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    color: red;
}

section{
    overflow: hidden;
}

.client-testimonial.theme-one {
    max-width: 800px;
    padding: 0px 30px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}

.client-testimonial.theme-one  .slick-list.draggable {
    overflow: unset;
}


.client-testimonial.theme-one .testimonial-text {
    background: #ffffff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px;
    position: relative;
}
.client-testimonial.theme-one .slick-slide {
    padding: 0px 80px;
}

.client-testimonial.theme-one .testimonial-text::before {
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    transform: rotate(90deg) skew(52deg);
    z-index: -1;
    margin-top: -50px;
    left: 50px;
}
.client-testimonial.theme-one blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
    clear: both;
}
.client-testimonial.theme-one .testimonial-text:after {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
}
.client-testimonial.theme-one .client-info-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    align-items: center;
    margin-top: 60px;
}
.client-testimonial.theme-one .client-img {
    background: #ffffff;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 6px;
    margin-right: 20px;
}
.client-testimonial.theme-one .client-img img {
    -webkit-border-radius: 80px;
    border-radius: 80px;
    max-width: 80px;
}
.client-testimonial.theme-one .client-info h5, .client-testimonial.theme-two .client-info h5, .client-testimonial.theme-three .client-info h5, .client-testimonial.theme-four .client-info h5 {
    font-weight: 700;
    font-size: 20px;
}
.client-testimonial.theme-one .client-info p, .client-testimonial.theme-two .client-info p, .client-testimonial.theme-three .client-info p, .client-testimonial.theme-four .client-info p {
    margin: 0;
}
.client-testimonial.theme-one blockquote:before {
    background: #000000;
    border-radius: 60px;
    padding: 5px;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 38px;
    left: -25px;
    font-size: 24px;
}
.client-testimonial.theme-one .slick-dots li button {
    background: #0d6efd;
    color: #0d6efd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.client-testimonial.theme-one ul.slick-dots button {
    border: none;
    color: transparent;
}
.client-testimonial.theme-one .slick-dots li.slick-active button {
    background: #3fb83c;
    color: #3fb83c;
}
.client-testimonial.theme-one ul.slick-dots {
    display: flex;
    gap: 10px;
    list-style-type: none;
    justify-content: center;
    padding: 0px;
    margin-top: 30px;
}

footer {
    background-image: url(../images/footer-bg-1.png) !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}































@media (max-width:1201px){
    .d_padding {
    padding-left: 15px;
}
}

@media(max-width:768px){
    .banner-sec {
    padding-bottom: 50px;
    background-image: url(../images/bg-2.jpg) !important ;
}
.pricing-plans-one .price-card.popular {
    position: relative;
    top: 0;
}
.client-testimonial.theme-one .slick-slide {
    padding: 5px 25px;
}
.client-testimonial.theme-one .slick-list.draggable {
    overflow: hidden;
}
.client-testimonial.theme-one {
    max-width: 100%;
    padding: 0px 0px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
.heading-wrapper.with-separator h2 {
    font-size: 24px;
    line-height: 30px;
}
.about-us-sec .right-about h2 {
    font-size: 24px;
}
.mobile_view_left ul li h2 {
    font-size: 23px;
}
}

/*--------------------------------------*/



.line-clamp-1,
.lc-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2,
.lc-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3,
.lc-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4,
.lc-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rounded-4 {
    border-radius: 0.5rem !important;
}

.rounded-5 {
    border-radius: 0.75rem !important;
}

.rounded-6 {
    border-radius: 1rem !important;
}

.rounded-7 {
    border-radius: 1.25rem !important;
}

.rounded-8 {
    border-radius: 1.5rem !important;
}

.rounded-9 {
    border-radius: 1.75rem !important;
}

.rounded-10 {
    border-radius: 2rem !important;
}

.py-6,
.pt-6 {
    padding-top: 4rem !important;
}

.py-6,
.pb-6 {
    padding-bottom: 4rem !important;
}

.py-7,
.pt-7 {
    padding-top: 5rem !important;
}

.py-7,
.pb-7 {
    padding-bottom: 5rem !important;
}

.my-6,
.mt-6 {
    margin-top: 4rem !important;
}

.my-6,
.mb-6 {
    margin-bottom: 4rem !important;
}

.my-7,
.mt-7 {
    margin-top: 5rem !important;
}

.my-7,
.mb-7 {
    margin-bottom: 5rem !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-8 {
    font-size: 0.6rem !important;
}

.hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease-in-out;
}

.bg-light-grey {
    background-color: #eef0f3 !important;
}

.post-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 0px solid transparent;
    transition: all 0.2s ease-in-out;
}

.collection-card .icon {
    max-width: 80px;
}

.first-sec {
    margin-top: 60px;
    margin-bottom: 50px;
}

.first-sec h5 {
    color: #1d5ac0;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 500;
}

.first-sec h2 {
    font-size: 46px;
    color: #0a2a43;
    margin-bottom: 30px;
    font-weight: 700;
}

.first-sec .btnn {
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    background: #3fb83c;
    color: #fff;
}

.first-sec button {
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    background: #3fb83c;
    color: #fff;
}

.first-sec button:hover {
    color: #fff;
}

.first-sec p {
    color: #696687;
    margin-bottom: 30px;
    font-size: 18px;
}

.second-sec {
    margin-top: 80px;
}


/***** sheduler page *****/

.sheduler-layout p {
    color: #696687;
    margin-bottom: 30px;
    font-size: 18px;
}

.sheduler-layout h5 {
    color: #1d5ac0;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 500;
}

.sheduler-layout h2 {
    font-size: 46px;
    color: #0a2a43;
    margin-bottom: 30px;
    font-weight: 700;
}

.sheduler-first-sec {
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: linear-gradient(360deg, #e8f7e9, #f1f6f9);
}

.sheduler-second-sec {
    padding: 80px 0;
}

.sheduler-forth-sec {
    padding-top: 80px;
}

.schedular-f .features_box {
    padding: 80px 15px 50px;
}

.manage-shifts h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 34px;
    /* margin: 16px 0; */
    color: #0a2a43;
    font-weight: 700;
}

.manage-shifts p {
    font-size: 18px;
    color: #696687;
    text-align: center;
    max-width: 900px;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.manage-shifts a {
    padding: 12px 30px;
    border-radius: 30px;
    /* margin-top: 20px; */
    background: #040442;
    color: #fff;
    text-align: center;
    font-size: 16px;
    /* margin-bottom: 34px; */
    font-weight: 600;
    /* justify-content: center; */
    margin: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.manage-shifts img {
    margin-top: 60px;
}

.flex-custom {
    /* display: flex; */
    /* padding: 10px 0px 13px 0px; */
}

.dropdown-menu.flex-custom.show {
    padding: 0px;
}

.rit-sec {
    background: #f1f1f1;
    padding: 6px 0px 13px 0px;
}

ul.left-sec-li {
    padding-top: 4px;
}

.flex-custom.dropdown-menu.show {
    display: flex;
}

.flex-custom ul {
    padding-left: 0px;
    min-width: 290px;
}

.flex-custom ul li {
    list-style-type: none;
}


/***** End sheduler page *****/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

p {
    font-family: "Rubik", sans-serif;
}

img {
    max-width: 100%;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}


@media (min-width:768px){
    

    .step1{
            padding-left: 30px;
    }

    .step2{
            padding-left: 35px;
    }

    .step3{
            padding-left: 40px;
    }

}


@media (min-width:991px){
    

    .step1{
        padding-left: 80px;
    }

    .step2{
            padding-left: 90px;
    }

    .step3{
            padding-left: 100px;
    }

}


@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }


    .step1{
        padding-left: 100px;
    }

    .step2{
            padding-left: 130px;
    }

    .step3{
            padding-left: 120px;
    }
}






header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

header .navbar-brand img {
    max-width: 250px;
}

header .navbar-nav {
    margin-left: auto;
    margin-right: 20px;
}

header .right-header {
    display: flex;
    align-items: center;
}


.navbar {
    background: #141e43;
    border-radius: 16px;
    transition: 600ms;
    margin: 10px;
}

.sticky_nav {
    border-radius: 0px;
    transition: all 0.5s;
    margin: 0px;
    width: 100%;
}

header .container-fluid {
    padding: 0 20px 0 20px;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 16px;
}

header .navbar-dark .navbar-nav .nav-link:focus,
header .navbar-dark .navbar-nav .nav-link:hover {
    color: #cdcdcd;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #ffffff;
    background-color: #1d5ac0;
}

header .right-header .try-btn a {
    background: #fff;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px 30px 0px 30px;
    border: 4px solid #3fb83c;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
}

header .right-header .searc-icon {
    padding-left: 20px;
    position: relative;
}

header .right-header i {
    color: #fff;
}

header .right-header.new .searc-icon {
    display: none;
}

.search-box {
    visibility: hidden;
    position: absolute;
    width: 220px;
    left: -200px;
    bottom: -70px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    opacity: 0;
    transition: all 0.3s;
}

.ml-auto {
    margin-left: auto;
}

.search-box.show {
    opacity: 1;
    visibility: visible;
}

.search-box .search-btn {
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    height: 40px;
    background: no-repeat;
    /* color: #000; */
}

.search-box .form-control {
    border: 0;
    height: 40px;
}

.search-box .search-btn i {
    color: #878e95;
}

.banner-sec {
    padding-bottom: 50px;
    background-image: url(../images/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 130px;
        min-height: 100vh;

}

.appointment-sec.reverse-column {
    margin-top: 70px;
    padding: 180px 0;
    background-image: linear-gradient(360deg, #3fb83c4a, #073c67);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 90%);
}

.banner-sec img {
    padding-top: 30px;
}

.banner-sec .left-content {
    padding: 100px 0;
}

.banner-sec .left-content h1 span {
    font-weight: 800;
}

.banner-sec .left-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 20px;
    color: #141e43;
}

.banner-sec .left-content h1 span {
    color: #0d6efd;
    /* text-shadow: 2px 2px #0a2a43; */
}

.banner-sec .left-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #787878;
}



.banner-sec .left-content .newsletter input {
    border-radius: 35px;
    height: 52px;
    background: #ffffff;
    padding-left: 30px;
}

.banner-sec .left-content .newsletter .submit-btn {
    position: absolute;
    background: #3fb83c;
    color: #fff;
    height: 52px;
    border-radius: 35px;
    top: 0;
    right: 0;
    font-weight: 600;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.banner-sec .left-content .newsletter .submit-btn:hover {
    background: #1d5ac0;
}

.banner-sec .left-content .newsletter {
    position: relative;
    margin-bottom: 20px;
}

.banner-sec .left-content .subsciption p {
    margin-bottom: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}

.logo-sec {
    padding: 80px 0 20px;
    display: none;
}

.logo-sec .logo-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-sec h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.logo-sec .logo-list .logo:hover {
    background: #fff;
    box-shadow: 0px 6px 15px rgb(63 184 60 / 20%);
    transform: translateY(-5px);
    border-color: #fff;
}

.logo-sec .logo-list .logo {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 116px;
    width: calc(20%);
    margin: auto;
    border: 1px solid rgb(0 0 0 / 5%);
    /* border-bottom: 1px solid rgb(0 0 0 / 5%);
    border-left: 1px solid rgb(0 0 0 / 5%); */
    transition: ease 0.4s all;
}

.about-us-sec {
    padding: 60px 0 70px;
    text-align: center;
}

.about-us-sec .count {
    padding: 55px 30px 60px 40px;
    box-shadow: 30px 30px 66px 0px rgb(5 53 85 / 12%);
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px 50px;
    transform: skewY(0deg);
    text-align: center;
    transition: all 0.5s;
}

.about-us-sec .count.active,
.about-us-sec .count:hover {
    background: #1d5ac0;
    color: #fff;
}

.about-us-sec .count h2 span {
    color: #89fed1;
}

.about-us-sec .right-about {
    /*padding-left: 40px;
    padding-bottom: 40px;*/
}

.about-us-sec .right-about h3 {
    color: #1d5ac0;
    font-size: 16px;
    text-transform: uppercase;
}

.about-us-sec .right-about h2 {
    font-size: 36px;
    margin: 16px 0 30px;
    color: #3fb83c;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.about-us-sec .right-about h2:after,
.appointment-sec .left-about h2::after {
    position: absolute;
    content: "";
    background: #1d5ac0;
    left: 0;
    height: 3px;
    width: 70px;
    bottom: 0;
   
}

.about-us-sec .right-about h2:after{
    margin: 0 auto;
    left: 0;
    right: 0;

}

.about-us-sec .right-about p {
    color: #696687;
    font-size: 18px;
}

.about-us-sec .right-about .about-us-btn {
    border-radius: 30px;
    padding: 14px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #3fb83c;
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    border: 4px solid #1d5ac0;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
}

.about-us-sec .right-about .about-us-btn:hover,
.discover-sec .discover-card:hover .view-more-btn,
.appointment-sec .left-about .view-more-btn:hover,
.free-trial .free-bg a:hover,
.free-trial .free-bg a.compare-btn:hover,
header .right-header .try-btn a:hover {
    border-left-width: 0;
    /* background: #3456ab; */
    border-radius: 30px 0px 30px 0px;
    /* color: #fff; */
    border-right-width: 4px;
}

.discover-sec {
    background-image: linear-gradient(360deg, #0a2a43, #073c67);
    padding: 150px 0;
    clip-path: polygon(0 7%, 100% 0, 100% 90%, 0% 100%);
}

.discover-sec h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
    padding-bottom: 27px;
    color: #fff;
}

.discover-sec h2:after {
    position: absolute;
    content: "";
    background: #3fb83c;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 70px;
    bottom: 0;
    margin: 0 auto;
    
}

.discover-sec h2 span {
    color: #3fb83c;
}

.discover-sec .discover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
}

.discover-sec .discover-card {
    margin: 20px;
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    transition: ease 0.4s all;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
}

.discover-sec .discover-card img {
    max-width: 120px;
    clip-path: polygon(0 30%, 49% 0, 100% 30%, 100% 70%, 50% 100%, 0 70%);
    height: 140px;
    object-fit: cover;
    box-shadow: 0px 10px 10px rhba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    transition: ease 0.7s all;
}

.discover-card:hover img {
    transform: scaleX(-1);
}

.discover-sec .discover-card h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.discover-sec .discover-card p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.discover-sec .discover-card .view-more-btn {
    border: 2px solid rgba(98, 84, 231, 0.1);
    border-radius: 30px;
    padding: 10px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #3fb83c;
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    border: 4px solid #1d5ac0;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
}

.appointment-sec {
    padding: 75px 0 80px;
    /* background-image: url(../images/phone_slider_bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e2e1e14d;
}

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

.appointment-sec .left-about h3 {
    color: #1d5ac0;
    font-size: 16px;
    text-transform: uppercase;
}



.appointment-sec .left-about h2 {
    font-size: 36px;
    margin: 16px 0 25px;
    color: #3fb83c;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}

.appointment-sec .left-about p {
    /* font-size: 18px; */
    color: #787878;
}

p.ch_color {
    color: #fff !important;
}

.appointment-sec .left-about .view-more-btn {
    padding: 14px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #3fb83c;
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    border: 4px solid #1d5ac0;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
}

.testimonial-sec {
    padding: 160px 0;
    background: #1d5ac0;
    clip-path: polygon(0 7%, 100% 0, 100% 90%, 0% 100%);
}
.testimonial-sec .row {
    align-items: center;
}

.testimonial-sec .testi-bg {
    background: #1d5ac0;
    color: #fff;
    position: relative;
}

.testimonial-sec .testi-bg:before {
    content: "";
    background-image: url("../images/home13_testimonials-bg.png");
    position: absolute;
    height: 530px;
    width: 710px;
    top: -32px;
    z-index: 0;
    overflow: hidden;
    left: 70px;
}

.testimonial-sec h3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.testimonial-sec h2 {
    font-size: 36px;
    margin: 16px 0;
    color: #3fb83c;
    text-shadow: 2px 2px #3c4750;
}

.testimonial-sec .testi-slider p {
    font-size: 20px;
    font-family: "Rubik";
    font-style: italic;
}

.testimonial-sec .testimonials_title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 2px;
}

.testimonial-sec .testimonials-sub_name {
    color: #ffffff;
}

.testimonial-sec .testi-slider {
    padding-bottom: 50px;
}

.testimonial-sec .test-wrap {
    padding: 80px 0;
}

.testimonial-sec .testi-bg img {
    position: absolute;
    width: 100%;
    max-width: 540px;
    top: -30px;
    transform: skew(9deg, 347deg);
    left: -10px;
}

.modify-dots .slick-arrow {
    display: none !important;
}

.modify-dots .slick-dots button {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    background: #d5d5d5;
    border: none;
    border-radius: 5px;
    transition: all 0.5s;
}

.modify-dots .slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: unset;
    margin: 0 5px;
    opacity: 0.5;
}

.modify-dots .slick-dots button:hover,
.modify-dots .slick-dots li.slick-active button {
    width: 35px;
}

.modify-dots .slick-dots li.slick-active {
    opacity: 1;
}

.modify-dots .slick-dots {
    position: absolute;
    left: 0;
    padding: 0;
    bottom: 0;
}

.free-trial {
    padding: 80px 0;
}

.free-trial .free-bg {
    background: #0a2a43;
    color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
}

.free-trial .btn-wrap {
    text-align: center;
}

.free-trial .free-bg p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.free-trial .free-bg a {
    background: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-right: 20px;
}

.free-trial .free-bg a.compare-btn {
    background: #89fcd1;
}

.free-trial .free-bg .row {
    align-items: center;
}

footer {
    width: 100%;
    float: left;
    background: #0a2a43;
    color: #fff;
    padding: 270px 0 10px;
}

.footer-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-sec .footer-logo img {
    max-width: 170px;
    margin: auto;
    display: block;
}

.footer-sec ul.social {
    margin-top: 20px;
    text-align: center;
}

.footer-sec ul.social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-sec ul.social li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: rgb(255 255 255 / 70%);
    transition: ease 0.4s all;
}

.footer-sec ul.social li a:hover {
    background: #ffffff;
    color: #0a2a43;
}

.footer-sec ul.links li {
    margin-bottom: 10px;
}

.footer-sec ul.links li a {
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.5s;
}

.footer-sec ul.links li a:hover {
    color: #35a13b;
}

.footer-sec h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-bottom {
    border-top: 2px solid rgb(255 255 255 / 20%);
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
}


/***** about-css *****/

.page-bg {
    background: url(../images/page-bg.jpg) center center fixed no-repeat;
    padding-top: 26vh;
    padding-bottom: 20vh;
    background-size: cover;
}

.page-bg h2:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 70px;
    left: 50%;
    bottom: 0;
    height: 2px;
    transform: translateX(-50%);
}

.page-bg h2 {
    font-size: 36px;
    color: white;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.service-section {
    padding-top: 100px;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-box {
    padding: 0px 30px 45px 30px;
    background-color: #141e43;
    margin: 0 10px 0 10px;
    padding-top: 15px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: rgb(50 50 93 / 10%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
    transition: ease 0.4s all;
    height: calc(100% - 30px);
}

.service-box figure {
    margin: auto;
    max-width: 140px;
    width: 140px;
}

.service-box img {
    margin-bottom: 25px;
    height: 140px;
    object-fit: contain;
}

.service-box h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}

.service-box p {
    color: #fff;
    font-size: 16px;
}

.about-us-sec-1 {
    padding-right: 25px;
}

.about-us-sec-1 h5 {
    color: #1d5ac0;
    font-size: 16px;
    margin-bottom: 20px;
}

.about-us-sec-1 h3 {
    font-size: 30px;
    font-weight: 600;
    color: #3fb83c;
}

.about-us-sec-1 p {
    color: #696687;
    font-size: 18px;
    margin-top: 20px;
}

.progress-sec h3 {
    font-size: 30px;
    font-weight: 700;
    color: #3fb83c;
    text-shadow: 2px 2px #0a2a43;
}

.progress-sec p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.servi-head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #3fb83c;
}

.servi-head p {
    color: #696687;
    font-size: 18px;
    margin-top: 20px;
}

.servi-head h5 {
    color: #3b3663;
    font-weight: 600;
    font-size: 14px;
}

.servi-head {
    margin-bottom: 25px;
}

.team-box {
    position: relative;
}

.team-box img {
    border-radius: 10px;
}

.team-icon {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transition: all 0.5s;
    opacity: 0;
    transform: translateX(-50%);
}

.team-box:hover .team-icon {
    opacity: 1;
    transition: all 0.5s;
}

.team-box p {
    color: #3b3663;
    font-size: 14px;
    font-weight: 300;
}

.team-box a {
    color: #3b3663;
    font-size: 18px;
    font-weight: 700;
}

.team-box .team-icon a {
    background: #1d5ac0;
    color: white;
    border-radius: 2px;
    padding: 7px;
}

.team-icon i {
    width: 25px;
}

.team-head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #3fb83c;
}

.team-head p {
    color: #696687;
    font-size: 16px;
    margin-top: 20px;
}

.team-head h5 {
    color: #1d5ac0;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.team-head button {
    float: right;
    margin-left: auto;
    display: block;
    padding: 12px 30px;
    margin-top: 20px;
    background: #3fb83c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px 30px 0px 30px;
    border: 4px solid #1d5ac0;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
}

.team-head button:hover {
    border-left-width: 0;
    border-radius: 30px 0px 30px 0px;
    border-right-width: 4px;
    background: #3fb83c;
}

.progress {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress-sec h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
    color: #3b3663;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #95a5a5;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #333;
    text-align: center;
    position: absolute;
}

.progress.blue .progress-bar {
    border-color: #1d5ac0;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}


/***** PRICING PAGE *****/

.pricingTable {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 100px 0 80px 0;
    margin: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricingTable .pricingTable-header {
    background: #3fb83c;
    padding: 30px 0 33px;
    margin: 0 0 70px;
    border-radius: 100px 0;
    position: relative;
}

.pricingTable .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .price-value {
    color: #1d5ac0;
    background: #fff;
    width: 85px;
    height: 85px;
    padding: 21px 0;
    border: 5px solid #3fb83c;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 15px;
}

.service-section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pricingTable .price-value .amount {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    line-height: 21px;
    margin-bottom: 3px;
    display: block;
}

.pricingTable .price-value .duration {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    text-align: center;
    display: block;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    list-style: none;
    display: inline-block;
    flex-grow: 1;
}

.pricingTable .pricing-content li {
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 15px 45px;
    margin: 0 0 14px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.pricingTable .pricing-content li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    color: #009432;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 15px;
}

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
    color: #ea2027;
}

.pricingTable .pricingTable-signup {
    background: #3fb83c;
    padding: 25px 0;
    border-radius: 100px 0;
    text-align: center;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    letter-spacing: 2px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.6);
}

.pricingTable.blue .pricingTable-header,
.pricingTable.blue .pricingTable-signup {
    background: #1d5ac0;
}

.pricingTable.blue .price-value {
    color: #1d5ac0;
    border-color: #1d5ac0;
}

.pricingTable.green .pricingTable-header,
.pricingTable.green .pricingTable-signup {
    background: #0a2a43;
}

.pricingTable.green .price-value {
    color: #0a2a43;
    border-color: #0a2a43;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}


/***** End PRICING PAGE *****/


/***** SERVICE-PAGE *****/

.service-page h3 {
    font-size: 30px;
    font-weight: 700;
    color: #3b3663;
}

.service-page p {
    color: #696687;
    font-size: 18px;
    margin-top: 20px;
}

.service-page h5 {
    color: #3b3663;
    font-weight: 600;
    font-size: 14px;
}

.img-box-titile img {
    max-width: 85px;
    width: 85px;
    height: 79px;
    object-fit: contain;
}

.img-box-titile-1 h5 {
    font-size: 20px;
}

.img-box-titile-1 p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.service-page button {
    float: left;
    margin-left: auto;
    display: block;
    padding: 12px 30px;
    margin-top: 20px;
    background: #040442;
    color: #fff;
    border: #040442;
    font-size: 16px;
    font-weight: 600;
}

.service-page button:hover {
    background-color: #3456ab;
    border: #3456ab;
}

.service-listing {
    background: #f2f6f7;
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-listing h2 {
    font-size: 40px;
    font-weight: 700;
    color: black;
}

.service-boxx {
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding: 40px 30px 35px;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.service-boxx:hover {
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}

.service-boxx.active::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.service-boxx:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.service-boxx::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 6px;
    background-color: #1d5ac0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.service-boxx .servi-icon img {
    margin-bottom: 20px;
    max-width: 60px;
    height: 60px;
}

.service-boxx .servi-info h3 a {
    color: #040442;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
}

.service-boxx .servi-info p {
    font-size: 14px;
    color: #696687;
}

.news-box {
    margin-bottom: 50px;
}

.news-box .news-img img {
    overflow: hidden;
    position: relative;
}

.news-info {
    width: calc(100%);
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    padding: 30px 30px 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    position: relative;
}

.news-info .news-meta {
    margin-bottom: 15px;
}

.news-info .news-meta ul {
    padding: 0;
    margin: 0;
}

.news-info .news-meta ul li {
    font-weight: 400;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font-size: 14px;
    margin-top: 0;
}

.news-info .news-meta ul li a {
    margin-right: 10px;
    position: relative;
    display: inline-block;
}

.news-info .news-meta ul li a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.news-tittle h3 a {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: black;
}

.news-tittle {
    border-color: #e5eaee;
    padding-top: 20px;
}

.news-cont .news-btn {
    font-size: 14px;
    font-weight: 600;
    color: red;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.news-cont {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
    border-color: #e5eaee;
    padding-top: 20px;
}

.news-info .news-meta ul li i {
    color: #1d5ac0;
}

.news-date ul li {
    list-style-type: none;
    font-size: 14px;
}

.news-date ul {
    padding-left: 0px;
}

.news-date ul li i {
    color: #1d5ac0;
}

.news-meta ul {
    display: flex;
    justify-content: space-between;
}

.news-meta ul li {
    margin-right: 0px !important;
}

.news-cont .news-btn a {
    color: #1d5ac0;
}

.test-wrap-1 h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: black;
}

.test-wrap-1 .modify-dots .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    bottom: 0;
}

.test-wrap-1 .modify-dots .slick-dots button {
    color: #040442;
    background: #040442;
}

.news-slider .item {
    padding: 15px;
}


/***** End SERVICE-PAGE *****/


/***** CONTACT US *****/

.cont-boxes .cont-info {
    padding: 50px 35px 35px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.cont-info img {
    margin-bottom: 35px;
}

.cont-info .brief h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.cont-info .detailed {
    margin-bottom: 15px;
}

.cont-info {
    margin-bottom: 20px;
}

.cont-info .detailed a {
    color: #5c727d;
    text-decoration: none;
}

.cont-form-1 {
    padding: 45px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cont-form-1 h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 3px solid;
    border-color: #3fb83c;
    padding-left: 10px;
}

.cont-form-1 input {
    background-color: white;
    border: 2px solid;
    border-color: #e4ecf2;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: #5c727d;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
}

.cont-form-1 textarea {
    background-color: white;
    border: 2px solid;
    border-color: #e4ecf2;
    /* height: 65px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: #5c727d;
    width: 100%;
    /* margin-bottom: 30px; */
    border-radius: 0;
}

.cont-form-1 button {
    display: block;
    padding: 12px 30px;
    margin-top: 20px;
    background: #3fb83c;
    color: #fff;
    border: #3fb83c;
    font-size: 16px;
    font-weight: 600;
}

.cont-form-1 button:hover {
    background: #040442;
    color: white;
    border: #040442;
}


/***** End CONTACT US *****/

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}


/* new css 3nov */

section.for-shape.abt-prog {
    background-image: linear-gradient(360deg, #0a2a43, #073c67);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.feature-layout h2 {
    color: #3fb83c !important;
}

.post-card a {
    color: #3fb83c;
}

.text-md-start a , li.breadcrumb-item a, .fw-bold a{
    color: #3fb83c;
}

.demo_booking_new_class .btn-danger {
    background: #3fb83c;
    border-color: #3fb83c;
}
.demo_booking_new_class a {
    color: #3fb83c;
}

.features_head h2, .first-sec h2, .common-layout-1 h2, .question h2, .section_cont h2, .content h2, .sheduler-layout h2, .manage-shifts h2 {
    color: #3fb83c !important;
}




@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}


/***** End about-css *****/

@media (max-width: 1199px) {
    .banner-sec .left-content {
        padding: 50px 0;
    }

    .banner-sec .left-content h1 {
        font-size: 38px;
        line-height: 44px;
    }

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

    .discover-sec .discover-card {
        margin: 0;
    }

    .testimonial-sec .testi-bg {
        padding: 0 30px;
    }

    .testimonial-sec .testi-bg img {
        position: static;
        max-width: 100%;
        transform: inherit;
    }

    .testimonial-sec .testi-slider p {
        font-size: 20px;
    }

    .free-trial {
        padding-top: 0;
    }

    header .container-fluid {
        padding: 0 10px 0 20px;
    }

    .testimonial-sec .testi-bg:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .banner-sec .left-content h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .banner-sec .left-content p {
        font-size: 16px;
    }

    .logo-sec {
        padding: 60px 0 0px;
    }

    .logo-sec .logo-list {
        flex-wrap: wrap;
    }

    .logo-sec .logo-list .logo {
        padding: 10px;
        height: 100px;
    }

    .about-us-sec {
        padding: 60px 0;
    }

    .about-us-sec .count {
        padding: 35px 20px 40px 20px;
    }

    .about-us-sec .count h2 {
        font-size: 26px;
    }

    .about-us-sec .count h5 {
        font-size: 16px;
    }

    .about-us-sec .right-about h2 {
        font-size: 26px;
    }

    .about-us-sec .right-about p {
        font-size: 16px;
    }

    .discover-sec {
        padding: 60px 0;
    }

    .discover-sec h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .discover-sec .discover-card {
        padding: 10px;
    }

    .discover-sec .discover-card p {
        font-size: 15px;
    }

    .discover-sec .discover-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
        min-height: 48px;
    }

    .appointment-sec {
        padding-top: 60px;
    }

    .appointment-sec .left-about h2 {
        font-size: 26px;
        margin: 10px 0;
    }

    .testimonial-sec {
        padding: 60px 0;
    }

    .testimonial-sec .test-wrap {
        padding: 40px 0;
    }

    .testimonial-sec h2 {
        font-size: 26px;
        margin: 10px 0;
    }

    .testimonial-sec .testi-slider p {
        font-size: 16px;
    }

    .free-trial .free-bg a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .free-trial .free-bg a.compare-btn {
        margin-right: 0;
    }

    .footer-sec ul.social li {
        margin-right: 4px;
    }

    .footer-sec ul.social li a {
        width: 40px;
        height: 40px;
    }

    .footer-sec .footer-logo img {
        max-width: 150px;
    }
    section.for-shape.abt-prog {
        clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
    }
}

@media (max-width: 767px) {
    .flex-custom.dropdown-menu.show {
        display: block;
    }

    .team-head button {
        float: left;
    }

    header .navbar-brand img {
        max-width: 200px;
    }

    .banner-sec {
        height: auto;
    }

    .banner-sec img {
        margin-bottom: 30px;
    }

    .logo-sec h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .logo-sec .logo-list .logo {
        width: calc(50% - 20px);
        border: 1px solid rgb(0 0 0 / 5%) !important;
        margin-bottom: 20px;
    }

    .about-us-sec .count {
        transform: inherit;
    }

    .about-us-sec .right-about {
        padding-left: 0;
        padding-top: 20px;
    }

    .discover-sec h2 {
        font-size: 20px;
    }

    .discover-sec .discover-card {
        padding: 20px;
        margin-bottom: 30px;
    }

    .appointment-sec .left-about {
        margin-bottom: 30px;
    }

    .reverse-column .row {
        flex-direction: column-reverse;
    }

    .testimonial-sec .testi-bg img {
        padding-top: 20px;
    }

    .free-trial .free-bg {
        text-align: center;
    }

    .free-trial .free-bg p {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .free-trial .free-bg a {
        margin-right: 10px;
    }

    footer {
        padding: 60px 0;
    }

    .footer-sec ul.social {
        margin-bottom: 40px;
    }

    .footer-sec .col-md-3:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 370px) {
    .banner-sec .left-content .newsletter .submit-btn {
        position: static;
        margin-top: 10px;
    }

    .banner-sec .left-content h1 {
        font-size: 24px;
        line-height: 30px;
    }

    header .right-header .searc-icon {
        padding-left: 10px;
    }

    header .navbar-brand img {
        max-width: 180px;
    }

    .free-trial .free-bg a {
        margin-bottom: 10px;
    }
}


/* rostering */

.ab_section {
    position: relative;
    padding: 6% 0;
}

.ab_section .img-sec {
    position: relative;
}

.ab_section .img-sec img {
    position: relative;
    z-index: 2;
}

.ab_section .img-sec .br-bg:before {
    content: "";
    position: absolute;
    width: 88%;
    border: 2px solid #3fb83c;
    top: 10%;
    left: calc(18% - 25px);
    border-radius: 20px;
    right: 0;
    bottom: -30px;
    z-index: 1;
}

.content {
    margin-left: 0;
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    position: absolute;
    width: 50%;
    padding: 3%;
    right: 8%;
    top: 20%;
    z-index: 2;
}

.content span {
    font-size: 18px;
    font-weight: 500;
    color: #1d5ac0;
    text-transform: uppercase;
}

.content h2 {
    font-size: 36px;
    margin: 15px 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.content p {
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
    margin-bottom: 30px;
}

.content a {
    font-size: 16px;
    background-color: #3fb83c;
    text-decoration: none;
    border: 1px solid #0a2a43;
    padding: 14px 20px;
    color: #ffffff;
    border-radius: 1px 13px 1px 11px;
    border-radius: 0px 20px 0px 20px;
    border: 4px solid  #1d5ac0;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
    display: inline-block;
}

.content a:hover {
    border-left-width: 0;
    border-radius: 30px 0px 30px 0px;
    border-right-width: 4px;
}

.section_block {
    padding: 4% 0;
}

.section-bg {
    background-color: #f0fbf0;
}

.section_cont {
    margin-top: 12%;
}

.section_cont span {
    font-size: 16px;
    font-weight: 500;
    color: #1d5ac0;
    text-transform: uppercase;
}

.section_cont h2 {
    font-size: 36px;
    color: #0a2a43;
    margin: 15px 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.section_cont p {
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
}

.fle_cen {
    margin-left: 10px;
}

.row.regroma {
    margin-top: 30px;
}

.regroma .box {
    display: inline-flex;
    width: 100%;
    padding: 19px 21px;
    background-color: #1d5ac0;
    color: #fff;
    border-radius: 5px 5px;
    height: 100%;
}

.regroma h3 {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
}

.regroma p {
    font-size: 14px;
}

.feedback {
    border: 1px solid #e9e8e9;
    display: inline-flex;
    border-radius: 10px;
    background-color: #f0fbf0;
    padding: 4%;
    margin-bottom: 20px;
    transition: ease 0.4s all;
}

.section-bg .feedback {
    background: #fff;
}

.feedback:hover {
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}

.feedback span {
    font-size: 64px;
    margin-top: -16px;
    font-family: fantasy;
}

.user {
    margin-left: 12px;
}

.feedback p {
    margin: 0;
    line-height: 1.8;
    font-size: 18px;
}

.user h4 {
    font-size: 12px;
    font-weight: 600;
    margin: 13px 0 0;
    color: #404040;
}

.team {
    font-size: 12px;
    color: #2c1486;
}

.section_block img {
    width: 100%;
    margin: auto;
    display: block;
}

.question {
    padding: 80px 0;
}

.question.bg-gray {
    background: #f0fbf0;
    margin-top: 60px;
}

.question h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0 40px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.question .accordion-body {
    margin: 0;
    line-height: 1.8;
    font-size: 18px;
}

.question .accordion-header {
    margin: 0px;
}

.question .accordion-button {
    background-color: #fff;
    font-size: 16px;
}

img.img-fluid.questions {
    border-radius: 10px;
}


.features {
    width: 100%;
    float: none;
    padding: 4% 0 2%;
    text-align: center;
    clear: both;
}

.features_head span {
    font-size: 16px;
    font-weight: 500;
    color: #1d5ac0;
    text-transform: uppercase;
}

.features_head h2 {
    font-size: 36px;
    margin: 15px 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.features_box {
    background-color: #0a2a43;
    position: relative;
    border-radius: 20px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    padding: 75px 30px 60px;
}

.features_box img {
    background-color: #fff;
    border: 1px solid #2c1486;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100px;
    padding: 15px;
}

.schedular-f .features_box img {
    top: -45px;
}

.features_box h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.features_box p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 35px;
    flex-grow: 1;
}

.features_box a {
    background-color: #fff;
    padding: 12px 18px;
    color: #2c1486;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    transition: ease 0.4s all;
    border-radius: 10px;
}

.features_box a:hover {
    background-color: transparent;
    color: #fff;
}

.free-trial {
    padding: 2% 0;
    width: 100%;
    float: left;
    /* background-image: linear-gradient(285deg, #3fb83c4a, #073c67); */
}

.free-trial .free-bg {
    background: transparent;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}



.free-trial .free-bg p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    color: #3fb83c;
}

.free-trial .btn-wrap {
    text-align: center;
}

.free-trial .free-bg a {
    background: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 700;
    margin-right: 20px;
    border-radius: 0px 30px 0px 30px;
    border: 4px solid #235d8b;
    border-bottom-width: 0;
    border-right-width: 0;
    transition: ease 0.4s all;
}

a.btn.try-btn {
    background: #3b3663 !important;
    color: #fff;
    border: 4px solid #3fb83c !important;
    border-bottom-width: 0 !important;
    border-right-width: 0 !important;
}

.free-trial .free-bg a.compare-btn {
    background: #3fb83c;
    color: #fff;
}

.in_section {
    padding: 2% 0 6%;
    background-color: #f0fbf0;
}

.in_section .content {
    background-color: transparent;
    box-shadow: rgb(100 100 111 / 0%) 0px 7px 29px 0px;
    position: unset;
    width: 100%;
    margin-top: 20%;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .content {
        top: 15%;
    }

    .regroma .box {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
    .regroma .box {
        height: auto;
        width: 100%;
    }

    .content {
        position: static;
        width: 100%;
        margin-top: 20%;
        padding: 7% 4%;
    }

    img.img-fluid.questions {
        border-radius: 0px 0px 30px 30px;
    }

    .features_box img {
        left: calc(50% - 100px);
        top: -33%;
    }


}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .content {
        position: static;
        width: 100%;
        margin-top: 20%;
        padding: 14% 4%;
    }

    .section_block img {
        margin: 6% 0;
    }

    .regroma .box {
        width: 100%;
        height: auto;
    }

    img.img-fluid.questions {
        border-radius: 0px 0px 30px 30px;
    }

    .feedback {
        padding: 10%;
    }

    .free-trial .free-bg a {
        margin: 2px 0;
    }
}


/* 16june */

.common-layout-1 .sub-heading {
    font-size: 16px;
    font-weight: 500;
    color: #1d5ac0;
    text-transform: uppercase;
}

.common-layout-1 .main-heading {
    font-size: 36px;
    color: #0a2a43;
    margin: 15px 0;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.common-layout-1 .description {
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a;
}

.common-layout-1 .singleItem {
    display: flex;
}

.common-layout-1 .singleItem .iconImg {
    margin-right: 20px;
}

.common-layout-1 .singleItem .listContent h3 {
    font-size: 18px;
    color: #261127;
}

.common-layout-1 .singleItem .listContent p {
    color: #604b63;
}

.bottomQuote {
    background: #ffffff;
    padding: 24px 24px 24px 16px;
    margin-top: 40px;
    border-radius: 10px;
}

.bottomQuote blockquote {
    position: relative;
    padding-left: 24px;
}

.bottomQuote blockquote i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fa7e82;
}

.bottomQuote blockquote .content-testi .text-base {
    font-size: 16px;
    color: #604b63;
}

.bottomQuote blockquote .personName {
    color: #4e3751;
    font-weight: 600;
}

.bottomQuote blockquote .designation {
    color: #4151a5;
}

.sectionLink a {
    color: #5175d1;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
}

.third-sec.common-layout-1,
.forth-sec.common-layout-1 {
    padding-top: 80px;
}

.faq-sec {
    padding: 80px 0;
    margin-top: 80px;
    background-color: #fbf9fb;
}

.faq-sec .accordion-item {
    margin-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.faq-sec .faq-hading {
    text-align: center;
    margin-bottom: 40px;
}

.feature-sec {
    padding: 80px 0;
}

.feature-sec .heading-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.feature-sec .heading-wrap h6.subheading {
    color: #7f6b80;
    margin-bottom: 30px;
}

.feature-sec .heading-wrap h2 {
    font-size: 30px;
    padding-bottom: 30px;
}

.feature-sec .feature-box {
    text-align: center;
}

.feature-sec .feature-box .img-box {
    display: inline-flex;
    background: #3456ab;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.feature-sec .feature-box .img-box svg {
    fill: #fff;
}

.feature-sec .feature-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.feature-sec .feature-box p {
    color: #604b63;
}

.care-page .third-sec {
    padding-bottom: 80px;
}

.care-page .second-sec,
.care-page .forth-sec {
    background: #f0fbf0;
    padding: 80px 0;
}

.care-page .question {
    background-color: #f0fbf0;
}

.sheduler-third-sec {
    background: #f0fbf0;
    padding: 80px 0;
}


/* feature pages */

.feature-layout .first-sec {
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: linear-gradient(360deg, #e8f7e9, #f1f6f9);
    margin-top: 0;
    margin-bottom: 0;
}

.feature-layout .first-sec .manage-shifts h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 34px;
    color: #0a2a43;
    font-weight: 700;
}

.feature-layout .first-sec .manage-shifts p {
    font-size: 18px;
    color: #696687;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.feature-layout .first-sec .manage-shifts a {
    padding: 12px 20px;
    border-radius: 30px;
    background: #3fb83c;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.feature-layout .first-sec .newsletter h6 {
    font-size: 18px;
    color: #341f37;
}

.feature-layout .first-sec .newsletter .form-group {
    position: relative;
    max-width: 500px;
    margin: 20px auto 10px;
}

.feature-layout .first-sec .newsletter .form-group input {
    padding: 16px;
    border-radius: 30px;
}

.feature-layout .first-sec .newsletter .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 16px 30px;
}

.feature-layout .first-sec .manage-shifts img {
    margin-top: 60px;
}

.feature-layout .second-sec {
    padding: 80px 0;
    margin-top: 0;
}

.feature-layout .font-layout h5 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.feature-layout .font-layout h2 {
    font-size: 46px;
    color: #0a2a43;
    margin-bottom: 30px;
    font-weight: 700;
}

.feature-layout .font-layout p {
    color: #696687;
    margin-bottom: 30px;
    font-size: 18px;
}

.feature-layout .fifth-sec p, .feature-layout .third-sec p, .feature-layout .seventh-sec p, .question.bg-gray p
 {
    color: #fff !important;
 }

 .question .accordion-body p{
    color: #000 !important; 
 }

.feature-layout .third-sec {
    background: #f0fbf0;
    padding: 80px 0;
}

.feature-layout .forth-sec {
    padding: 80px 0 60px;
}

/* ---------------------------------------------------------- */


.feature-layout .fifth-sec, .feature-layout .third-sec, .features.schedular-f.for-shape, .common-layout-1.for-shape, section.question.for-shape, .section-bg.for-shape, .sheduler-layout.for-shape, .feature-layout .seventh-sec, .question.bg-gray
 {
    background-image: linear-gradient(360deg, #3fb83c4a, #073c67) !important;
    padding: 80px 0;
}
.section-bg.for-shape .section_cont p, .common-layout-1.for-shape p.description, .section-bg.for-shape .section_cont span, .common-layout-1.for-shape, .sheduler-layout.for-shape h5, .sheduler-layout.for-shape p, sheduler-layout.for-shape .sheduler-layout p .description, .common-layout-1.for-shape .sub-heading, .features_head span, .section_cont a {
color: white;
}
.second-sec.font-layout .row.align-items-center h5, .forth-sec.font-layout .row.align-items-center h5 {
    color: #1d5ac0;
}
.section-bg.for-shape .section_cont .feedback p {
    color: rgb(0, 0, 0);
    }


    /* ---------------------------------------------------------- */
/* .accounting-integration-page .features {
    background-color: #f5f5f5;
    padding: 80px 0;
} */

.progress-note-page .question.bg-gray {
    margin-top: 0;
}

.feature-layout .sixth-sec,
.feature-layout .eighth-sec {
    padding: 80px 0;
}

.feature-layout .seventh-sec {
    background: #f0fbf0;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .first-sec h2 {
        font-size: 24px;
    }

    .first-sec img {
        margin-top: 30px;
    }

    .care-page .second-sec,
    .care-page .forth-sec {
        padding: 40px 0;
    }

    .second-sec img {
        margin-top: 30px;
    }

    .second-sec .row,
    .forth-sec .row {
        flex-direction: column-reverse;
    }

    .features_head h2 {
        font-size: 24px;
    }

    .common-layout-1 .main-heading {
        font-size: 24px;
    }

    .third-sec.common-layout-1,
    .forth-sec.common-layout-1 {
        padding: 40px 0;
    }

    .care-page .third-sec img {
        margin-top: 30px;
    }

    .feature-layout .font-layout h2 {
        font-size: 24px;
    }

    .free-trial .free-bg a {
        padding: 10px 20px;
    }

    .page-bg h2 {
        display: block;
    }

    .feature-layout .second-sec,
    .feature-layout .third-sec,
    .feature-layout .seventh-sec,
    .feature-layout .sixth-sec,
    .feature-layout .eighth-sec,
    .feature-layout .fifth-sec,
    .feature-layout .forth-sec,
    .question {
        padding: 40px 0;
        /* background-image: linear-gradient(360deg, #3fb83c4a, #073c67) !important; */
    }

    .question h2 {
        font-size: 24px;
    }

    .feature-layout .third-sec .row,
    .feature-layout .fifth-sec .row,
    .feature-layout .seventh-sec .row {
        flex-direction: column-reverse;
    }
}


/* New css 29-may-23 */


.divider-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    z-index: 1;
    display: none;
}

.banner-sec .container {
    position: relative;
    z-index: 2;
}

.care-page .third-sec .bottomQuote {
    background: #f0fbf0;
}

.features_head {
    padding-bottom: 75px;
}

/* .accounting-integration-page .features.schedular-f {
    padding-bottom: 60px;
} */

.banner-sec {
    position: relative;
}

/*.banner-sec:after {
    background-image: linear-gradient(-135deg, rgba(2, 143, 255, 0.8) 25%, rgba(159, 85, 255, 0.8) 100%);
}*/

/*.banner-sec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(39, 51, 62, 0.6);
    opacity: 1;
    z-index: 0;
}*/

.divider-shape svg path {
    fill: #fff;
}

.divider-shape svg {
    overflow: hidden;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(165% + 1.3px);
    height: 148px;
}

.logo-sec .logo-list .logo:first-child {
    border-left: 0;
}

section.brd-crmb {
    position: relative;
}

section.brd-crmb .divider-shape svg {
    height: 60px;
}

.for-shape {
    padding: 170px 0 !important;
    position: relative;
}

.for-shape:after {
    position: absolute;
    height: 100px;
    background: #ffffff;
    content: "";
    bottom: -2px;
    left: 0%;
    width: 100%;
    clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%);
}

 .for-shape:before {
    position: absolute;
    height: 100px;
    background: #ffffff;
    content: "";
    top: -2px;
    left: 0%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 100%);
}

.for-white {
    background-color: #fff !important;
}

.sheduler-page .divider-shape svg path,
.progress-page .divider-shape svg path,
.document-manage-page .divider-shape svg path,
.payment-rqst-pg .divider-shape svg path,
.for-shape-color .divider-shape svg path {
    fill: #f0f6f7;
}

.single-shape .container {
    position: relative;
    z-index: 1;
}

.single-shape:after {
    position: absolute;
    height: 320px;
    background: #ffffff;
    content: "";
    bottom: 0px;
    left: 0%;
    width: 100%;
    clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%);
}

.single-shape {
    position: relative;
}

.bg-sec {
    background: #f0f6f7;
    margin: 70px 0;
}

.service-section.ser-3 {
    padding-top: 0;
}

section.abt-top {
    margin-top: 0;
}

section.abt-top:before {
    display: none;
}

section.abt-top {
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 175px !important;
    margin-bottom: 0;
}

section.abt-prog {
    margin: 0 !important;
}


.prgrs-bar {
    background: #fff;
    padding: 25px 0;
    margin-top: 25px;
    border-radius: 10px;
}

.team-sec {
    padding-top: 60px;
    padding-bottom: 40px;
}

.team-box figure {
    overflow: hidden;
    border-radius: 10px;
}

.team-box img {
    transition: ease 1s all;
}

.team-box:hover img {
    transform: scale(1.1);
}

.top-shape-none:before {
    display: none;
}

.top-shape-none {
    padding-top: 80px !important;
}

.search-sec {
    padding-top: 30px;
}

.btn-dark {
    background-color: #3fb83c;
    border-color: #1d5ac0;
}

.article-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.date-tab>div {
    width: 100%;
}

.upcmn {
    font-size: 12px;
}

.upcmn {
    font-size: 12px;
}

.webinar {
    background: #fff;
    padding: 20px 20px 50px;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 15px;
    height: calc(100% - 25px);
}


.article-cont h5,
section.webinar-sec .card-body h5 {
    min-height: 60px;
    margin-top: 10px !important;
}

.article-cont h5 a,
section.webinar-sec .card-body h5 a {
    font-size: 20px;
    color: #0a2a43;
    font-weight: 700;
    line-height: 1.4;
}

.main-para {
    border-top: 1px solid rgb(0 0 0 / 5%);
    padding-top: 20px;
    margin-top: 20px;
}

.article-btn a {
    background: #3fb83c;
    color: #fff;
    border-color: #3fb83c;
}

.categories a,
section.webinar-sec .card-body .lc-1 a,
.ctrg a {
    color: #3fb83c;
}

section.webinar-sec {
    background: #f0fbf0;
}

.recent-webinars h2 {
    font-weight: 700;
    color: #0a2a43;
}

img.article-main-img {
    width: 100%;
    border-radius: 10px;
    margin-top: -115px;
    position: relative;
    z-index: 2;
}

.single-post section.brd-crmb .page-bg {
    padding-bottom: 30vh;
}

.inner-cont-head {
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 3;
    max-width: 86%;
    margin: -60px auto 80px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.inner-cont-head h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0a2a43;
    margin-top: 15px;
}

.inner-cont-head p.text-secondary {
    font-size: 17px !important;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    padding-bottom: 25px;
    margin-bottom: 25px !important;
}

.card-body-social a.btn:hover {
    background: #0a2a43;
    color: #fff;
}

.card-body-social a.btn {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    line-height: 35px;
    background: transparent;
    color: #0a2a43;
    border-color: #0a2a43;
    font-size: 14px;
    transition: ease 0.4s all;
}

.card-body-social span {
    font-size: 15px;
    font-weight: 600;
}

.artcl-cont .nav-link {
    color: #0a2a43;
    border: 1px solid rgb(0 0 0 / 5%);
}

.artcl-cont .nav-link.active,
.artcl-cont .nav-link:hover {
    border-color: #0a2a43;
    background: #0a2a43;
    color: #fff;
}

.artcl-cont .tab-content {
    border: 1px solid rgb(0 0 0 / 5%) !important;
}

.artcl-cont .tab-content .card-body {
    font-size: 15px !important;
}

section.single-page-content {
    padding-bottom: 80px;
}

.btm-article {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 50px;
    align-items: center;
}

.author img.rounded-circle {
    width: 50px;
}

.author h5 {
    font-size: 18px;
}

.author p {
    font-size: 14px;
}

.author .card-body {
    padding: 10px 10px;
}

a.attnd-btn {
    background: #1d5ac0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
}

@media(max-width:1199px) {
    .discover-sec {
        padding: 140px 0;
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    }

    .flex-custom.dropdown-menu.show {
        display: flex;
        flex-direction: column;
    }

    .flex-custom ul {
        min-width: auto;
    }

    header .right-header .try-btn {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
    }

    header .navbar-nav li.nav-item {
        border-bottom: 1px solid rgb(255 255 255 / 10%);
    }

    header .navbar-nav li.nav-item>a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header .right-header .try-btn a {
        border-radius: 30px;
        border: 0;
        display: block;
    }

    header .right-header .try-btn a:hover {
        border: 0;
        border-radius: 10px;
    }

    .dropdown-menu.show {
        margin-bottom: 20px;
    }

    .navbar {
        max-height: 100vh;
        overflow-y: auto;
    }

    .pricingTable .title {
        font-size: 25px;
    }

    .pricingTable .price-value .duration {
        font-size: 10px;
        line-height: 11px;
    }

    .pricingTable .price-value .amount {
        font-size: 16px;
        line-height: 18px;
    }

    .pricingTable .price-value {
        width: 65px;
        height: 66px;
        padding: 14px 0;
        border: 3px solid #1d5ac0;
        bottom: -28px;
        right: 15px;
    }


    .pricingTable .pricingTable-header {
        margin: 0 0 45px;
    }


}

@media(max-width:991px) {
    .banner-sec {
        padding-bottom: 30px;
    }

    .footer-sec ul.links li a {
        font-size: 14px;
    }

    .footer-sec h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    footer {
    padding: 210px 0 10px;
}
    .footer-bottom {
        margin-top: 40px;
        padding-top: 20px;
    }

    .footer-bottom p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .free-trial .free-bg a {
        padding: 10px 20px;
        margin-right: 5px;
    }

    .banner-sec {
        padding-bottom: 30px;
        padding-top: 80px;
    }

    .features_box img {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        transform: translateX(-0%);
        width: 100%;
        max-width: 100px;
        padding: 15px;
        margin: 0 auto 30px;
    }

    .features_box,
    .schedular-f .features_box {
        padding: 25px 30px 60px;
    }

    .features_head {
        padding-bottom: 30px;
    }

    .regroma .box {
        height: auto;
        margin-top: 20px;
    }

    .section_cont {
        margin-top: 20px;
    }

    .feature-layout .sixth-sec,
    .feature-layout .eighth-sec,
    .feature-layout .second-sec,
    .feature-layout .forth-sec {
        padding: 50px 0;
    }

}


@media(max-width:767px) {
    .appointment-sec.reverse-column {
        padding-top: 80px;
        margin-top: 80px;
        padding-bottom: 50px;
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
    }

    .banner-sec .left-content {
        padding: 40px 0 0;
    }

    .divider-shape svg {
        height: 75px;
    }

    .about-us-sec {
        padding: 40px 0;
    }

    .discover-sec {
        padding: 80px 0;
        clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
    }

    .testimonial-sec {
        padding: 60px 0 30px;
    }

    .free-trial .free-bg {
        padding: 15px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .free-trial .free-bg p {
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 700;
    }

    section.brd-crmb .divider-shape svg {
        height: 50px;
    }

    .for-shape {
        padding: 110px 0 !important;
        position: relative;
    }

    .for-shape:before,
    .for-shape:after {
        height: 65px;
    }

    .second-sec {
        margin-top: 46px;
    }

    .row.regroma {
        margin-top: 0;
    }

    .footer-sec {
        text-align: center;
    }

    .in_section .content {
        margin-top: 0;
        padding: 40px 0 10px 0;
    }

    .content h2,
    .section_cont h2,
    .sheduler-layout h2,
    .manage-shifts h2,
    .feature-layout .first-sec .manage-shifts h2,
    .manage-shifts h2,
    .feature-layout .font-layout h2 {
        font-size: 30px;
    }

    .sheduler-first-sec {
        padding-top: 50px;
    }

    .single-shape:after {
        height: 150px;
    }

    .sheduler-second-sec {
        padding: 40px 0;
    }

    .sheduler-third-sec img {
        margin-bottom: 45px;
    }

    .sheduler-forth-sec {
        padding-top: 45px;
    }

    .second-sec .row h5,
    .forth-sec .row h5 {
        margin-top: 40px;
    }

    .question.bg-gray {
        margin-top: 0;
    }

    .feature-layout .first-sec {
        padding-top: 50px;
    }

    section.abt-top {
        padding-bottom: 90px !important;
    }

    section.abt-top .service-section {
        padding-top: 55px;
    }

    .service-section {
        padding-top: 55px;
    }

    .team-sec {
        padding-bottom: 0;
    }

    .pricingTable {
        height: auto;
    }

    .service-section-1 {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .feature-layout .sixth-sec,
    .feature-layout .eighth-sec,
    .feature-layout .second-sec,
    .feature-layout .forth-sec {
        padding: 30px 0 20px;
    }

    .feature-layout .first-sec .newsletter .form-group button {
        padding: 10px 18px;
        font-size: 14px;
    }

    .feature-layout .first-sec .newsletter .form-group input {
        padding: 10px 18px;
        font-size: 14px;
    }

    .top-shape-none {
        padding-top: 60px !important;
    }

    section.article-listing-sec .container.py-7 {
        padding-bottom: 40px !important;
    }

    section.webinar-sec .container.py-7 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .inner-cont-head {
        padding: 25px;
        margin: -35px auto 55px;
    }

}

@media(max-width:420px) {
    .logo-sec .logo-list .logo {
        height: 70px;
    }

    .free-trial .free-bg a {
    display: block;
    margin: 12px 0;
    width: 70%;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.screenshot-slider .slick-prev {
    left: 30px;
}
.screenshot-slider .slick-next {
    right: 30px;
}
.client-testimonial.theme-one .client-img img {
    -webkit-border-radius: 80px;
    border-radius: 80px;
    max-width: 63px;
}
.client-testimonial.theme-one .client-info-wrapper {
    margin-top: 45px;
}

.section-padding {
    padding: 50px 0px;
}

    .upcmn {
        font-size: 12px;
    }

    .date-tab span {
        font-size: 12px;
    }

    .date-tab {
        width: 90px;
    }

    .article-btn {
        flex-direction: column;
    }

    .article-btn a {
        margin: 4px 0;
    }

    .webinar {
        padding: 15px 15px 40px;
        height: calc(100% - 25px);
    }

    .btm-article {
        margin-top: 30px;
        flex-direction: column-reverse;
        gap: 20px;
    }

    section.single-page-content {
        padding-bottom: 50px;
    }

    .inner-cont-head h2 {
        font-size: 25px;
    }

}

@media (min-width:768px){
    .banner-sec .left-content .newsletter .submit-btn {
    right: 60px;
}

.banner-sec .left-content .newsletter input {

    width: 74%;
}
}