.nav-logo{
    width:200px;
}
.top-nav p{
    color:#fff;
}
.hero h1 span {
    font-size: 45px;
    color: #fd6e08;
}
.hero h1 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px;
}
.hero{
    padding-top: 220px;
    padding-bottom: 140px;
}
.top-header{
    width: 100%;
    background-color: transparent;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000000000;
    top: 60px;
    left: 0px;
    position: fixed;
}
.home-page-feature-block{
    padding-top: 150px;
    position: relative;
}
.feature-bg-image{
    position: absolute;
    left: 0px;
    right: 0px;
    top:150px;
    opacity: 0.7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 600px 1800px;
    width: 100%;
    height: 100%;
}
.home-page-title{
    text-align: center;
    max-width: 575px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.single-feature-block{
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}
.single-feature-block h3{
    margin-bottom: 0.625rem;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
.feature-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    position: relative;
}
.single-feature-block img {
    display: inline-block;
    margin-bottom: 1.5rem;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    width: 12%;
}
.single-feature-block::after{
    content: url(../images/coreborder-right.svg);
    width: 1px;
    top: 50%;
    right: 0;
    overflow: hidden;
    position: absolute;
    transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.feature-grid .first-child.single-feature-block::before{
    content: url(../images/coreborder-right.svg);
    width: 1px;
    height: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.aspect-video img{
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
}
.aspect-video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 7.7%;
    bottom: -12.375rem;
    position: absolute;
    transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
.home-why-choose-us{
    padding-top: 100px;
    overflow-x: hidden;
    position: relative;
}
.why-choose-us-grid{
    padding-bottom: 125px;
    column-gap: 6rem;
    gap: 100px;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    position: relative;
}
.why-choose-us-left{
    opacity: 1;
    transform: translateZ(0);
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-property: opacity, transform;
    position: relative;
}
.why-choose-us-right-side{
    position: relative;
}
.why-choose-us-right-side h2{
    margin-bottom: 2rem;
}
.why-choose-us-right-side p {
    margin-bottom: 0.75rem;
}
.why-choose-us-right-side ul li {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-bottom: 15px;
    border: 1px dashed rgb(220 224 211);
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.icon-span{
    background-color: rgba(253, 110, 8, .1);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    display: inline-block;
}
.icon-span i {
    color: #fd6e08;
    text-align: center;
    display: block;
    line-height: 40px;
}
.why-choose-us-right-side .section-tagline{
    margin-bottom: 15px;
}
.home-page-security-and-complaince{
    position: relative;
    padding-bottom: 100px;
}
.home-page-security-and-complaince .security-block-bg-image{
    background-repeat: no-repeat;
    opacity: 0.7;
    background-position: center;
    background-size: 600px 1000px;
    width: 100%;
    height: 100%;
    top: 100px;
    right: 0px;
    left: 0px;
    position: absolute;
}
.title-block{
    text-align: center;
    max-width: 575px;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.home-page-security-block{
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
}
.single-card{
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 0.625rem;
    background-color:#fff;
    border-radius: 20px;
}
.security-single-block{
    text-align: center;
    padding: 2.5rem;
    border-color: rgb(220 224 211);
    border-style: dashed;
    border-width: 1px;
    border-radius: 12px;
    height: 100%;
}
.security-single-block img{
    display: inline-block;
    margin-bottom: 1.5rem;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    opacity: 0.9;
}
.security-single-block h3{
    margin-bottom: 0.625rem;
    font-size: 22px;
    font-weight: 600;
}
#counter_trusted .leading-8 span{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.home-page-pricing-sec{
    padding-top: 110px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.offer-span {
    color: #fff !important;
    background: #fd6e08 !important;
    position: absolute;
    top: 30px;
    right: 45px;
}
.home-page-pricing-sec p{
    margin-bottom: 5px !important;
    margin-top: 10px;
}
.price-month{
    margin-bottom: 2rem;
}
.home-page-pricing-sec ul::after {
    top: -1.5rem;
}
.home-page-pricing-sec ul li {
    margin-bottom: 1.2rem !important;
}

.pricing-middle-block {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.footer{
    padding-top: 3rem;
    background-color:#2b5685;
    position: relative;
}
.footer-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    display: flex;
    margin-bottom: 1.5rem;
    padding-top: 40px;
}
.footer-top-grid {
    display: flex;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.5rem;
    padding-top: 0px;
    gap: 1rem;
}
.footer-top-grid .col-md-3 {
    grid-column: span 1;
    display:flex;
    width: 50%;
}
.footer-grid .col-md-3 {
    grid-column: span 3 / span 3;
    
}
.footer-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-bottom-grid{
    align-items: center;
    display: flex;
}
.footer-bottom-grid ul{
    margin-left: auto;
    gap: 60px;
    align-items: center;
    display: flex;
}
.footer-bottom-grid ul li a{
    color: #fffcfc;
}
.footer-bottom-grid p, .footer-bottom-grid span{
    color: #fffcfc;
}
.footer h3 {
    font-size: 20px;
    color: #fffcfc;
    margin-bottom: 15px;
}
.footer p{
    color: #ededed;
}
.footer ul li a{
    color: #ededed;
}
.footer-list{
    line-height: 35px;
}
.footer ul li a::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #ededed;
    font-size: 12px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer p a{
    color: #ededed;
}
.footer .support-list p i {
    position: relative;
    color: #ededed;
    font-size: 10px;
    right: 5%;
    top: 6px;
}
.footer .support-list p {
    margin-left: 15px;
    display: flex;
    line-height: 24px;
    margin-bottom: 10px;
}
.footer .about-content{
    padding-right: 25px;
    line-height: 24px;
}
.social-icon-link{
    display: flex;
}
.social-icon-link li a::before{
    display: none;
}
.social-icon-link li a i {
    color: #ededed;
    font-size: 29px;
}
.social-icon-link li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 7px;
}
.social-icon-link{
    margin-top: 15px;
}
.explore-block{
    padding-left: 0px;
}
.home-page-faq-sec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
    background: url('../images/background-image-of-concrete.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.home-page-faq-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: 2;
}
.home-page-faq-sec > * {
    position: relative;
    z-index: 3;
}
.faq-grid{
    column-gap: 6rem;
    gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}
.faq-grid h2 {
    margin-bottom: 2rem;
    color: #fff;
}
.faq-grid .section-tagline, .faq-grid p{
    color:#fff;
}
.faq-grid ul li p{
    color: rgb(24 24 27 / var(--tw-text-opacity));
}
.faq-item{
    margin-bottom: 1.25rem;
    padding: 0.625rem;
    background-color: #fff;
    border-radius: 10px;
}
.faq-header{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #fff;
    border-color: rgb(220 224 211);
    border-style: dashed;
    border-width: 1px;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    display: flex;
}
.faq-header h3{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75rem;
}
.faq-header span{
    flex-shrink: 0;
    margin-left: auto;
    display: inline-block;
}
.faq-body div{
    color: rgb(93 97 103);
    padding-top: 1.5rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#counter_trusted h3{
    font-size: 21px;
}
#counter_trusted .text-primary {
    color: #2b5685 !important;
    font-weight: 800;
}
.iso-logos{
    justify-content: end;
}
.iso-logos img {
    width: 100px;
    background: #fff;
    border-radius: 50%;
    margin-left: 8px;
}
.d-block{
    display:block !important;
}
.footer-top-grid h4{
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 25px;
}

.home-page-contact-form{
    margin-bottom:110px;
    position:relative;
    padding-top: 50px;
}

.home-page-contact-grid{
    align-items: center;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    display: grid;
}
.home-page-contact-grid .grid-left-side{
    grid-column: span 6 / span 6;
}
.home-page-contact-grid .grid-left-side h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 2rem;
}
.home-page-contact-grid .grid-left-side .section-tagline{
    font-size: 1rem;
}
.home-page-contact-grid .grid-right-side{
    grid-column: span 6 / span 6;
}
.home-page-contact-grid ul {
    align-items: center;
    display: block;
    margin-top: 1.5rem;
    margin-right: 40px;
}
.home-page-contact-grid ul li{
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}
.features-provided{
    display:flex;
}
.grid-right-side{
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 0.625rem;
    background-color: rgb(255 255 255);
    border-radius: 20px;
}
.grid-right-side form{
    padding-bottom: 40px;
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-color: rgb(220 224 211);
    border-style: dashed;
    border-width: 1px;
    border-radius: 12px;
}
.grid-right-side h5 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
}
.grid-right-side form input{
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: rgb(93 97 103);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: rgb(255 255 255);
    border-color: rgb(234, 234, 234);
    border-width: 1px;
    border-radius: 20px;
    width: 100%;
    display: block;
}
.grid-right-side form textarea{
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: rgb(93 97 103);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: rgb(255 255 255);
    border-color: rgb(234, 234, 234);
    border-width: 1px;
    border-radius: 20px;
    width: 100%;
    display: block;
}
.grid-right-side form .grid{
        column-gap: 1rem;
        gap: 1.5rem;
}
.form-process-step ul {
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
}
.form-process-step ul li{
    margin-right: 15px;
}
.form-process-step ul li .form-step-count {
    background: rgba(253, 110, 8, .1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    margin-right: 8px;
    font-weight: 600;
}
.form-process-step ul li span{
    font-size: 13px;
}
.grid-right-side form button{
    width: 100%;
}
.home-review-count h3 {
    margin-bottom: 10px !important;
    font-weight: 700;
}
.home-review-count h4 {
    margin-bottom: 10px !important;
}
.home-review-count .px-7 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.home-review-count .py-12 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
header .nav-list a{
    transition-duration: 500ms;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: rgb(24 24 27);
    line-height: 2rem;
    font-weight: 500;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: 1px solid transparent;
}
header .nav-list a:hover, header .nav-list a.active{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
}
.text-orange{
    color:#2b5685;
}
.home-page-contact-form form a{
    width: 100%;
}
#modalSchedule .modal-dialog {
    margin-top: 100px !important;
    width: 1000px;
    max-width: 730px;
}

header{
    z-index: 999 !important;
}
#modalSchedule h4{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#2b5685;
}
#modalSchedule .time-slot .single-time-slot-block{
    width: 150px;
    border: 1px solid #2b5685;
    text-align: center;
    font-size: 14px;
    padding: 6px 0px;
    border-radius: 4px;
    cursor: pointer;
}
#modalSchedule .time-slot {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 10px; 
  margin-top: 10px;
  margin-bottom: 20px;
}
#modalSchedule .time-slot .single-time-slot-block:hover{
    background: #2b5685;
    color: #fff;
}
#modalSchedule p{
    font-size: 13px;
}
#modalSchedule button, #modalSchedule a{
    border-color: #2b5685 !important;
}
#modalSchedule input{
    font-size: 13px !important;
    border-color: #2b5685;
    padding: 8px 15px;
    border-radius: 4px;
}



#modalSubmitForm .modal-body {
      display: flex;
      border-radius: 12px;
      overflow: hidden;
      align-items: center;
    }
    #modalSubmitForm .left, .right {
      flex: 1;
      padding: 20px;
    }
    #modalSubmitForm .left {
      text-align: center;
    }
    #modalSubmitForm .left .avatar {
      background: #2b5685;
      color: white;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
      font-weight: bold;
      font-size: 20px;
    }
    #modalSubmitForm .right {
      background-color: #fff;
      border-left: 1px dashed #ccc;
    }
    #modalSubmitForm .right .date,
    #modalSubmitForm .right .time {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      font-size: 14px;
    }
    #modalSubmitForm .right .date i,
    #modalSubmitForm .right .time i {
      margin-right: 8px;
    }
    #modalSubmitForm .reschedule-btn {
        margin-top: 10px;
        background: #fff;
        color: #2b5685;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        cursor: pointer;
        border: 1px solid #2b5685;
    }
    #modalSubmitForm .footer-message {
        background-color: rgba(3, 160, 227, .1);
        padding: 12px;
        border-radius: 0px;
        text-align: center;
        font-size: 14px;
        color: #444;
        line-height: 20px;
        display: flex;
        justify-content: center;
    }
    #modalSubmitForm .footer-message img{
        margin-right: 5px;
    }
    #modalSubmitForm .footer-message img {
        height: 16px;
        vertical-align: middle;
        margin-right: 10px;
        align-items: center;
        margin-top: 3px;
    }
    #modalSubmitForm .participants {
        margin-top: 20px;
        font-size: 14px;
        padding: 0px 20px;
        margin-bottom: 20px;
    }
    #modalSubmitForm .participant {
        display: inline-flex;
        align-items: center;
        background: #fff;
        border-radius: 999px;
        padding: 5px 12px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #2b5685;
        margin-bottom: 0px;
        font-size: 12px;
    }
    #modalSubmitForm .participant .initial {
      background: #2b5685;
      color: white;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      margin-right: 8px;
      font-size: 12px;
      font-weight: bold;
    }
    #modalSubmitForm .invite {
      background: rgba(253, 109, 7, .1);
      color: #2b5685;
      margin-left: 6px;
      padding: 4px 8px;
      border-radius: 8px;
      font-size: 12px;
      cursor: pointer;
    }
    .bottom-msg {
        font-size: 13px;
        margin-top: 10px;
        text-align: center;
        background: rgba(3, 160, 227, .1);
        padding: 10px 0px;
    }
    .btn-close::after {
        content: '\f057';
        font-family: "Font Awesome 6 Free";
        color: #000;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 23px;
    }
    #modalSubmitForm .modal-header{
        border-bottom: none;
    }
    .banner-action-button{
        gap: 5px !important;
    }
    .hero .grid.grid-cols-12{
        align-items: center !important;
    }
    .about-us-page-content .grid.grid-cols-12{
        align-items: center;
    }
    .scroll-top-btn{
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        z-index: 1000000000;
        border-color: #fd6e08;
    }
    #whatsappBtn {
    position: fixed;
    bottom: 140px;
    right: 25px;
    z-index: 1000;
    background-color: #25D366;
    border: none;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#whatsappBtn i::before{
    color:#fff;
    font-size: 35px;
}
.sign-up-page .company-logo{
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    margin-bottom: 15px;
}
.sign-up-page h2{
    font-size: 25px;
}

.pb-80{
    padding-bottom: 80px !important;
}
.pt-80{
    padding-top: 80px !important;
}
.pb-130{
    padding-bottom: 130px !important;
}

.top-nav a{
    color:#fff;
    opacity:1;
}
.top-nav a span{
    color:#fff;
    opacity:1;
}
.top-nav p b{
    color:#fff;
}
.home-page-how-it-work{
    padding-top: 100px;
    padding-bottom: 60px;
}
.step-count-span{
    color:#fff !important;
    font-size: 25px;
}
.how-it-work-grid{
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    margin-top:70px;
}
.how-it-work-grid h3{
    font-size: 20px;
    font-weight: 600;
}
.single-step-box{
    width: 4rem;
    height: 4rem;
} 
.single-step-box .border-dashed{
    width: 50px;
    height: 50px;
}
.how-it-work-grid .step-box{
    padding: 1.5rem;
}
header .nav-list{
    margin-left:auto !important;
}
.hero .uppercase{
    margin-bottom: 0px !important;
    font-style: italic;
    text-transform:capitalize !important;
}
.about-us-our-values img{
    width: 20%;
}
.home-page-pricing-sec .gap-8{
    gap: 1rem;
}
.home-page-pricing-sec .price-single-block{
    width: 50% !important;
}
.w-200px{
    width: 200px;
}
.faq-page {
    background: none;
    margin-top: 0px;
    padding-top: 0px;
}
.faq-page::before{
    background: none;
}
.page-faq-hero h1{
    margin-bottom: 15px;
}
#counter_trusted h3 {
    font-size: 21px;
}
.single-page-list ul li {
    margin-bottom: 10px !important;
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    background: transparent;
}
.single-page-list ul li i{
    color: #fd6e08 !important;
}
.signle-industrial-product a.text-orange{
    color: #fd6e08 !important;
}
.signle-industrial-product .why-choose-us-right-side{
    margin-top: 35px;
}
.seller-home-page-contact-form .grid-left-side{
    padding-right: 50px;
}
.privacy-policy-page ul li{
    margin-bottom: 1rem !important;
}
.home-page-hero{
    padding-top:130px
}
.seller-banner-image img{
    width: 90%;
    float: right;
}
.icon-price{
    background: rgba(253, 110, 8, .1);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #fd6e08;
}
.seller-price-single-block{
    width: 33%;
}
.pb-80px{
    padding-bottom: 80px !important;
}
.registration-form-view{
    width: 80%;
}
.registration-form-view .p-12 {
    padding: 2rem;
}
.registration-form-view label{
    font-weight: 600;
}
.registration-form-view .form-check-label{
    font-size: 14px;
}
.registration-form-view .dashed-hr{
    border: 1px dashed #ccc;
    width: 100%;
}
.registration-form-view .gap-y-6 {
    row-gap: 1rem;
}
.registration-form-view h3{
    font-size: 16px;
    margin-bottom: 25px;
    color:#fd6e08;
}
.registration-form-view .form-select{
    border-radius: 48px;
    height: 42px;
    border-color:#dee2e6;
    margin-bottom: 15px;
}
.registration-form-view .btn.sign-up-btn{
    width: 300px;
    margin-top: 20px;
}
.about-us-team-section .grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-us-team-section .single-team-block .text-sm{
    margin-bottom: 10px !important;
}

.blog-page-listing-hero.hero {
    padding-top: 180px !important;
    padding-bottom: 30px !important;
}
.blog-listing-page{
    padding-bottom: 50px;
}
.is-invalid{
    border: 1px solid #dc3545 !important;
}
.notifyjs-bootstrap-error{
    font-size: 12px;
}
.notifyjs-bootstrap-success{
    font-size: 12px;
}
.loginFormInputGroupText{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}
.field_icon{
    font-size: 16px;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
}
.notifyjs-bootstrap-base.notifyjs-bootstrap-error span{
    position: relative;
    color: #B94A48;
}
.modal-top-custom {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px; /* Distance from top */
}
.thank-you-modal-content {
  border: 1px solid #b2e2b3;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.thank-you-modal-content .modal-title {
  font-weight: bold;
  color: #256029;
}
.thank-you-modal-content .modal-body p {
  font-size: 1rem;
  color: #2e5931;
}