/* ========= new big label on new design css starts here ============ */
.section-label-top{
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0 24px 0;
    text-align: left;
    color: #043357;
    padding: 0 12px;
}
.request-btn, .request-btn:hover{
    background-color: transparent;
    border: 0;
    color: rgb(68, 144, 223);
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid #707070;
    border-radius: 0;
    margin-left: 8px;
}
.contact-us-form-sec .btn, .contact-us-form-sec .btn:hover, .contact-us-form-sec .btn:active, .contact-us-form-sec .btn:focus, .contact-us-form-sec .btn:first-child:active {
    background-color: rgb(3, 70, 121);
    font-size: 18px;
    font-weight: 400;
    min-width: 180px;
    box-shadow: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 12px;
    padding: 8px 20px;
    outline: none;
    transition: 0.3s ease-in-out;
}
/* ========= new big label on new design css ends here ============ */
/* ============ contact us form section section css starts here =================== */

.contact-us-form-sec {
    margin: 0 auto;
    border-bottom: 0;
    padding: 0 24px 40px;
}
.contact-us-form-sec .form-wrapper .form-group{
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0 0 16px 0;
}
.contact-us-form-sec .form-wrapper .form-group .form-control, .contact-us-form-sec .form-wrapper .form-group .form-select,
.contact-us-form-sec .form-wrapper .msg-box-tara .form-control{
    padding: 12px 8px;
    min-height: 50px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}
.contact-us-form-sec .form-wrapper .form-group .form-control:focus, .contact-us-form-sec .form-wrapper .form-group .form-select:focus,
.contact-us-form-sec .form-wrapper .msg-box-tara .form-control:focus {
    border-color: #043357;
    outline: 0;
    box-shadow: 0 0 0 .25rem #04335708;
}
.contact-us-form-sec .form-wrapper .form-group .form-label, .contact-us-form-sec .form-wrapper .msg-box-tara .form-label{
    margin: 0;
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: -12px;
    left: 12px;
    font-size: 16px;
    font-weight: 600;
}
.contact-us-form-sec .form-wrapper .services-box h4{
    font-size: 20px;
}
.contact-us-form-sec .form-wrapper .form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid #043357;
}
.contact-us-form-sec .form-wrapper .form-check-label {
    font-size: 16px;
    font-weight: 500;
}
.contact-us-form-sec .form-wrapper .msg-box-tara {
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0 0 16px 0;
}
.contact-us-form-sec .form-wrapper .btn-primary[type="submit"] {
    font-size: 22px;
    min-width: 240px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.mdl-para {
    font-size: 24px;
}
/* Custom Checkbox Styling */
.contact-us-form-sec .form-wrapper .form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #034679;
    background-color: white;
    appearance: none; /* Remove default styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background-image: none;
  }
  
  /* Checked state */
  .contact-us-form-sec .form-wrapper .form-check-input:checked {
    background-color: #034679;
    border-color: #034679;
  }
  
  /* Checkbox tick */
  .contact-us-form-sec .form-wrapper .form-check-input:checked::after {
    content: 'âœ”';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
  }
  
  /* Focus state */
  .contact-us-form-sec .form-wrapper .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(3, 70, 121, 0.6);
  }
  
/* ============ contact us form section section css ends here =================== */

/* ============ thankyou card popup section section css starts here =================== */

.thankyou-modal .modal-dialog {
    max-width: 800px;
    padding: 0 20px;
}
.thankyou-modal .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}
.thankyou-modal .modal-dialog .modal-header {
    background-color: #034679;
    background: #034679;
}
.thankyou-modal .modal-dialog .modal-body h2 {
    text-align: center;
    font-size: 44px;
    margin: 20px 0 40px 0;
    color: rgb(4, 51, 87) !important;
}
.thankyou-modal .modal-dialog .modal-body p {
    text-align: center;
    font-size: 16px;
    color: rgb(4, 51, 87) !important;
}
.thankyou-modal .modal-dialog .modal-footer {
    border: 0;
    text-align: center;
    justify-content: center;
    padding-bottom: 30px;
}
.thankyou-modal .modal-dialog .modal-footer .btn, .thankyou-modal .modal-dialog .modal-footer .btn:hover, 
.thankyou-modal .modal-dialog .modal-footer .btn:active, .thankyou-modal .modal-dialog .modal-footer .btn:focus, 
.thankyou-modal .modal-dialog .modal-footer .btn:first-child:active {
    background-color: rgb(3, 70, 121);
    font-size: 18px;
    font-weight: 400;
    min-width: 180px;
    box-shadow: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 12px;
    padding: 8px 20px;
    outline: none;
    transition: 0.3s ease-in-out;
}

/* ============ thankyou card popup section section css ends here =================== */
.newbb .offcanvas.offcanvas-end {
    transform: translateX(0%) !important;
    z-index: 10;
    position: fixed;
}
.newbb .offcanvas {
    visibility: visible;
}
.newbb #cont-frm-modal {
    z-index: 9999;
}
.toggleComponentBtn-dsgn {
    background-color: transparent;
    color: #fff;
    border: 0;
}
.request-btn, .request-btn:hover, :not(.btn-check)+.request-btn.btn:active, .request-btn.btn:focus {
    background-color: transparent;
    border: 0;
    color: rgb(68, 144, 223);
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid #707070;
    border-radius: 0;
    margin-left: 8px;
    padding: 8px 16px;
}
button.toggleComponentBtn.btn {
    background-color: transparent;
    border: 0;
    color: rgb(68, 144, 223);
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid #707070;
    border-radius: 0;
    margin-left: 8px;
    padding: 8px 16px;
}
button.toggleComponentBtn {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.get-in button, .get-in .toggleComponentBtn {
    background: #fff;
    color: #222;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    border-radius: 6px;
}
.toggleComponentBtn.border-0.bg-transparent {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.fg-bn-heading .toggleComponentBtn {
    color: #fff;
    border: 0;
    background-color: #4690dc;
    padding: 6px 12px;
    border-radius: 6px;
    scale: 1;
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 0;
}
.technologies .toggleComponentBtn {
    color: #fff;
    background-color: #4690dc;
    padding: 6px 12px;
    border: 0;
    border-radius: 4px;
}
.api-banner .toggleComponentBtn {
    color: #000 !important;
    background-color: #fff !important;
    padding: 6px 12px !important;
    border: 0 !important;
    border-radius: 4px !important;
}
.request-btn.banner-re-btn, .request-btn.banner-re-btn:hover {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0 0;
    background: #4490DF;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
}
@media (max-width: 991.98px) {
    .section-label-top {
        font-size: 32px;
    }
    .request-btn, .request-btn:hover {
        border-left: 0;
        border-radius: 0;
        margin-left: 0;
        max-width: 220px;
        padding-left: 0;
        text-align: left;
    }
    .request-btn img {
        max-height: 16px;
    }
    #offcanvasRight {
        width: 100% !important;
        max-width: 95%;
    }
}
@media (max-width: 575.98px) {
    .section-label-top {
        font-size: 24px;
    }
}