body{font-family:Poppins,sans-serif}
h1{
    font-size: 54px !important;
    line-height: 62px !important;
}
h2{
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2 !important;
}
p{
    line-height: 1.5 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.text-primary{
    color: #e65100 !important;
}
.bg-light{
    background-color: #f4f4f4 !important;
}
section.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.btn{
    height: 50px;
    width: 200px;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px !important;
}
.btn-block{
    width: 100%;
}
.btn-primary{
    background-color: #e65100;
    border: 1px solid #e65100;
    color: #fff;
}
.btn-primary:hover{
    background-color: #bd4301;
    border: 1px solid #bd4301;
    color: #fff;
}
.btn-outline-grey{
    background-color: transparent;
    border: 1px solid #15161B;
    color: #15161B;
}
.btn-outline-grey:hover{
    background-color: #15161B;
    border: 1px solid #15161B;
    color: #fff;
}
.btn-outline-primary{
    background-color: transparent;
    border: 1px solid #e65100;
    color: #e65100;
}
.btn-outline-primary:hover{
    background-color: #e65100;
    border: 1px solid #e65100;
    color: #fff;
}
.feature-set-line.in-grid{
    display: grid;
    grid-template: "a a a a a";
}
.feature-set-line.set-3{
    grid-template: "a a a";
}
.feature-set-line.in-grid .feature-set{
    margin: 10px 5px;
    color: #02638e !important;
    height: auto;
}
.feature-set-line.in-grid .feature-set p{
    color: #02638e !important;
}
.feature-set-line .feature-set{
    border: 1px solid #dedede;
    background-color: #fff;
    /* margin: 10px 10px; */
    border-radius: 10px;
    padding: 15px 8px;
    transition: transform 0.5s;
    box-shadow: none;
    height: 100%;
}
.feature-set-line .feature-set:hover{
    transform: scale(1.1);
}
.feature-set-line .feature-set p{
    font-size: 14px;
    margin-bottom: 0;
}
.feature-set-line .feature-set.bg-light-pink{
    /* background-color: #FBDECE; */
    background-color: #fff;
}
.pricing-plan .card.bg-grey{
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}
.pricing-plan .card.bg-pink{
    background-color: #FBDECE;
    border: 1px solid #FBDECE;
}
.pricing-plan .card .card-body{
    padding: 28px 20px;
}
.pricing-plan .card .card-body h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.pricing-plan .card.enterprise .card-body h4{
    margin-bottom: 0;
}
.pricing-plan .card .card-body small.sub-heading{
    font-size: 16px;
    color: #e65100;
}
.pricing-plan .card .card-body p.pricing{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 34px;
    line-height: 0.7;
    height: 34px;
    margin-top: 32px;
}
.pricing-plan .card.enterprise .card-body p.pricing{
    margin-top: 32px;
}
.pricing-plan .card .card-body p.pricing small.per-month{
    font-size: 0.775rem;
    color: #212529;
}
.pricing-plan .card .card-body p.limited-offer small{
    font-size: 1rem;
    font-weight: 400;
    color: #02638e;
}
.pricing-plan .card .card-body ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 80px;
}
.pricing-plan .card .card-body ul li{
    color: #404548;
    padding-bottom: 15px;
}
.pricing-plan .card .card-body .btn{
    margin-top: 30px;
}
.user-limit {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #ccc;
}
.user-limit strong {
    color: #333;
    font-size: 1.1rem;
}

.upgrade-interne{
    background-image: url("../interne/assets/images/background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-section .accordion-button:not(.collapsed),
.faq-section .accordion-button{
    background-color: #F1F1F1;
    border: 1px solid #E7E7E7;
    
}
.faq-section .accordion-button:not(.collapsed){
    border-bottom: 0;
    color: #212529;
}
.faq-section .accordion-button{
    font-weight: 600;
    border-radius: 0.375rem;
}
.faq-section .accordion-button::after,
.faq-section .accordion-button:not(.collapsed)::after{
    display: none;
}
.faq-section .accordion-body{
    border: 1px solid #E7E7E7;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.faq-section .accordion-collapse,
.faq-section .accordion-item:first-of-type{
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border: 0;
}
.faq-section .accordion-item{
    border: 0;
}
.faq-section .accordion-button:has(.collapsed){
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}
.faq-section .accordion-button:not(.collapsed){
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faq-section .accordion-button:focus{
    box-shadow: none;
}
.mobile-app-advantage-section h4{
    font-size: 18px;
}
.mobile-app-advantage-section p.detail{
    font-size: 14px;
}
.modal label{
    font-size: 14px;
    color: #6d6d6d;
}
.modal ::placeholder{
    color: #ccc;
    font-size: 12px;
}
.modal .btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    border-radius: 30px;
    line-height: 1;
}
.flat-date-time-picker{
    position: relative;
}
.ti-calendar-clock{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #4e4e4e;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
#testimonials-section {
	padding: 80px 0;
    background: linear-gradient( rgb(0, 0, 0), rgba(0, 22, 37, 0.85) ), url(https://meral.ar-lab.ga/img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #a1aaad;
}
#testimonial {
	padding: 30px 0;
  text-align: center;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
hr {
    height: 3px;
    width: 60px;
    position: relative;
    background: #a5a5a5;
    border: 0;
    margin-bottom: 30px;
}
#testimonial .item p.para{
    color: #e65100;
    position: relative;
    font-size: 20px;
}
#testimonial .item p.name{
    font-size: 14px;
}
#testimonial .item p.para:before {
    content:" ";
    font-size:80px ;
    position: absolute;  
    display:block;
    background-image: url("../interne/assets/images/quotes-before.png");
    /* top:0px; */
    left: 2px;
    line-height:1;
    width: 50px;
    background-repeat: no-repeat;
    height: 40px;
  }
  #testimonial .item p.para:after {
    content:" ";
    font-size:80px ;
    position: absolute;  
    display:block;
    background-image: url("../interne/assets/images/quotes-after.png");
    top:0px;
    right: 2px;
    line-height:0;
    width: 50px;
    background-repeat: no-repeat;
    height: 40px;
  }
  #footer {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: .9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}
#footer a:not(.btn):not(.no-footer-css), #footer span, #footer li {
    color: #bcb8b8;
}
#footer a{
    text-decoration: none;
}
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}
.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}
.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
    background: #fff;
}
.social-icons li a {
    transition: all .2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: .8rem;
}
.custom-social-icons-style-1 li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
#footer hr {
    background: rgb(255 255 255 / 20%);
    border: 0;
    height: 1px;
    margin: 22px 0;
    opacity: 1;
    color: #777;
    width: 100%;
}
.opacity-5 {
    opacity: .5 !important;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #e65100;
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #e65100;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.discount-badge {
    background: #02638e;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    width: max-content;
    height: fit-content;
    justify-self: anchor-center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
/* .pricing-plan .enterprise::before {
    content: "Most Popular";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #02638e;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
} */
.pricing-plan .enterprise::before {
    content: "Most Popular";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #02638e;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
}
.pricing-plan .card .card-body{
    position: relative;
}
.pricing-plan .card .card-body button.btn{
    position: absolute;
    bottom: 26px;
    width: 90%;
    right: 20px;
}


/* workeazy page */
.border-card-list{
        border: 1px solid #f3c8b0;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.border-card-list ul li,
.border-card-list p{
    color: #606060;
}
.btn-width .btn{
    width: 300px;
}
.list-style-none{
    list-style: none !important;
}
.fa-whatsapp{
    color: #075E54;
     font-size: 3.5rem!important;
}
.fa-file-excel{
    color: #107c11;
    font-size: 3.2rem!important;
}
.feature-set-line.in-grid.list-3{
    grid-template: "a a a";
}

.custom-decoration-1 {
    background: url(https://minditworks.s3.ap-south-1.amazonaws.com/img/home/demos/marketing-1/svg/generic-1.svg) no-repeat 100% 0%;
    padding-right: 4%;
    background-size: 12%;
}
.images-3{
    width: 55%;
    float: right;
}
.banner1-image{
    width: 65%;
}
.daily-work-img{
        border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 15px;
}
.bg-gradient {
    background-color: #02638e !important;
    background-image: linear-gradient(to right, #02638e 0%, #078cc5 100%) !important;
}
.custom-font-2 {
    font-size: clamp(28px, 14.6666666667px + 0.0277777778 * 100vw, 48px);
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
}
.p-relative{
    position: relative;
}
.custom-word-highlight-1 img {
    width: auto;
    max-width: 100%;
    position: absolute;
    left: 10%;
    margin-top: 20%;
}
.custom-bg-color-1 {
    background: #f7f7FF !important;
}
.custom-el-2 {
    /* background: url(../../img/demos/marketing-1/svg/generic-6.svg); */
    background: url(https://d2yy18g2t0pghc.cloudfront.net/img/home/map.webp);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 15% 40%;
}

.made-simple-section .custom-hero-font-1 {
    font-size: calc(7px + 50 * ((100vw - 300px) / (1200 - 300)));
    line-height: calc(7px + 50 * ((100vw - 300px) / (1200 - 300)));
    font-weight: 600;
}
.ui-ux-main-section .custom-stroke-text-effect-1, .made-simple-section .custom-stroke-text-effect-1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--light);
    white-space: nowrap;
}
.made-simple-section .custom-hero-text-1 {
    padding: 0 0 0 15px;
    display: block;
    max-width: 230px;
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin: 0;
}
    .made-simple-section .custom-border-bottom-1 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    }

    .owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
    border-radius: 50%;
}
.tabs.tabs-simple .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 10px;
}
.tabs-center .nav-tabs {
    margin: 0 auto;
    text-align: center;
}
.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:hover, .tabs.tabs-simple .nav-tabs>li .nav-link:focus {
    padding: 15px 30px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    color: #777;
    font-size: 18px;
    font-weight: 500;
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: .5rem;
    content: "\f053";
    position: relative;
    left: -1px;
    top: -1px;
}
.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: .5rem;
    content: "\f054";
    position: relative;
    left: 1px;
    top: -1px;
}
.review-card p {
    font-size: 18px;
}

.made-simple-section{
overflow: hidden;
}

.bold-text,
.outline-text{
display: inline-block;
will-change: transform;
}

.owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-prev, .owl-carousel.nav-lg.rounded-nav .owl-nav button.owl-next {
    width: 30px !important;
    height: 30px !important;
}
.custom-tabs-style-2 .tabs.tabs-simple .nav-tabs>li a img{
    width: 50px !important;
}
#formdetail{
    border-top: 0 !important;
}

  /* Media Query */
  @media (max-width: 500px){
    .btn{
        width: 160px;
    }
    .btn.btn-block{
        width: 100%;
    }
    .logo-img{
        width: 120px;
    }
    .feature-set-line{
        display: grid;
        grid-template: "a";
    }
    .hr-image{
        width: 300px;
    }
    .mobile-app{
        height: 350px;
        display: flex;
        justify-content: center;
    }
    #testimonial .item p.para:after{
        width: 20px;
        background-repeat: no-repeat;
        height: 32px;
        background-size: contain;
    }
    #testimonial .item p.para:before{
        width: 20px;
        background-repeat: no-repeat;
        height: 32px;
        background-size: contain;
    }
    #testimonial .item p.para{
        font-size: 18px;
    }
    .pricing-plan .card{
        margin-bottom: 20px;
        height: auto !important;
    }
    .faq-section .dots-bg{
        width: 40px;
    }
    .about-us .dots{
        width: 50px;
    }
    .discount-badge{
        margin-top: 10px;
    }
    .feature-set-line.in-grid{
        grid-template: "a";
    }
    .feature-set-line.in-grid.list-3{
        grid-template: "a";
    }
    h2 {
    font-size: 1.7rem;
    }
    .fa-whatsapp {
    font-size: 2.5rem !important;
    }
    .fa-file-excel {
        font-size: 2.2rem !important;
    }
  }