/* .tab {
    display: block !important;
} */

:root {
    --primary: #135585;
    --black: #000000;
    --white: #ffffff;
    --dark-grey: #424242;
    --bright-blue: #72E5FE;
  }
  

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p{
    font-size: 18px;
    line-height: 24px;
}

.bold{
    font-weight: bolder;
}

@media only screen and (max-width: 491px) {
    p{
        font-size: 16px;
        /* max-width: 280px; */
    }
}

input{
    font-family: inherit;
}

.section-header{
    font-size: 48px;
    line-height: 64px;
    color: #135585;
    font-weight: 400;
}

.container {
    /* border: 1px solid #e9e9e9; */
    padding: 50px;
    width: 70%;
    margin: auto;
}

.footer .container{
  padding: 0;
  width: 100%;
}

.hide-desktop{
  display: none;
}

@media only screen and (max-width: 491px) {
    .container{
        padding: 24px;
    }
}

.cursor-pointer {
    cursor: pointer;
}
.text-bold {
    font-weight: bold;
}

.text-800{
    font-weight: 800;
}

.text-black {
    color: #222222;
}
.text-blue {
    color: #135585;
}
.text-gray {
    color: #737B8F;
}

.text-left{
    text-align: left;
}

/* .font-small {
    font-size: 12px;
} */


.theme-border-rounded {
    border-radius: 0 40px 40px 40px;
}

/* Header Styling */



.learn-about-section {
    background-color: #F2FBFF; /* Replace $off-white with its actual value */
    position: relative;
    overflow: hidden;
    height: 334px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.learn-about-section h1 {
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.learn-about-section h1,
.learn-about-section h2 {
    color: var(--primary); /* Replace $primary with its actual value */
}

.learn-about-section h2{
    font-size: 48px;
    font-weight: 400;
}

.learn-about-section .para-heading{
  line-height: 64px;
}

.learn-about-section-bg img {
    position: absolute;
    right: 0;
    top: 50%;
    height: 214px;
    transform: translateY(-50%);
}

.form-check-input{
  margin-left: 0;
}

/* Responsive Styles for laptops */
@media (max-width: 1024px) { /* Adjust the value as per your responsive mixin's breakpoint */
    .learn-about-section-bg img {
        top: -10px;
    transform: translateY(0);
    }

    .learn-about-section h2{
        font-size: 32px;
    }
}

@media (max-width: 768px) { /* Adjust the value as per your responsive mixin's breakpoint */

    .learn-about-section{
        height: 238px;
    }

    .learn-about-section-bg img {
        width: 122px;
        height: 151px;
    }

    .learn-about-section h2{
        font-size: 32px;
    }

    .learn-about-section .para-heading{
      line-height: 38px;
    }

    .form-check-input{
      margin-left: 0;
    }
}

@media only screen and (max-width: 1023.5px){
  .learn-about-section {
    padding: 0;
}
.learn-about-section .para-heading{
  line-height: 38px;
}

.learn-about-section-bg img{
  display: inline-block;
}

}


.breadcrumb-item+.breadcrumb-item::before {
    content: '\003E';
}
.breadcrumb-item:first-child a{
    text-decoration: underline;
}

.breadcrumb-container .breadcrumb-item:not(:first-child) a, 
.breadcrumb-container .breadcrumb-item.active {
    color: #202020;
    text-decoration: underline;
}


.breadcrumb-container .breadcrumb-item a:first-child{
    color: #202020;
}

.breadcrumb-container .breadcrumb-item.active {
    /* font-weight: bold; */
    color: #202020;
    text-decoration: none;
    
}

.breadcrumb-container .breadcrumb-item+.breadcrumb-item::before {
    color: #222;
}


#identity-tab .input-group label{
    font-size: 18px;
    margin-left: 8px;
    line-height: 24px;
}

#identity-tab #home-next-btn{
    margin-top: 72px;
    display: flex;
    align-items: center;
}

.sign-up-terms-list a{
    text-decoration: underline;
}

.row ul.sign-up-terms-list, .row ul.agree-terms-list{
    padding-left:30px;
}

#search-npi-btn{
  margin-top: 72px;
}

@media only screen and (max-width: 491px) {
    #identity-tab .input-group label{
        margin-left: 2px;
        line-height: 24px;
        font-size: 16px;
    }
    
    #identity-tab #home-next-btn{
        margin: auto;
        margin-top: 56px;
    } 

    #search-npi-btn{
        display: flex;
        align-items: center;
        margin: auto;
        padding: 8px 20px;
    }
}

#identity-tab #home-next-btn svg{
    margin-left: 12px;
}

#record-details-modal #use-info-btn img{
  /* display: none; */
}

@media only screen and (min-width: 992px) {
  #record-details-modal .modal-content{
    padding: 32px;
  }
}



#identity-tab .foot-note,
#search-tab .foot-note,
#record-details-modal .foot-note
{
    margin-top: 96px;
}

#record-details-modal .foot-note{
    margin-top: 48px;
}

#identity-tab .foot-note p,
#search-tab .foot-note p,
#record-details-modal .foot-note p{
    font-size: 10px;
}

#npi-record-found-heading{
    font-size: 48px;
    line-height: 64px;
}

.npi-details-container{
    font-size: 18px;
}

.hcp-selection-input .input-group{
  flex-wrap: nowrap !important;
}

.checkbox-card input[type="checkbox"]{
    margin-top: 6px;
    margin-right: 24px;
}

.modal-body{
    max-height: 90vh;
    overflow-y: auto;
    text-align: left;
}

.no-records-heading{
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 64px;
}

#record-details-modal #search-another-npi-btn{
    display: flex;
    align-items: center;
}

#record-details-modal #search-another-npi-btn svg{
    margin-right: 12px;
}

#record-details-modal #use-info-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}


#record-details-modal #use-info-btn svg{
    margin-left: 12px;
}

#record-details-modal .btn-set{
    display: flex;
}

.thankyou-btn-set{
    display: flex;
    gap: 16px;
    align-items: center;
}

.modal-body .btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

#page-change-modal .modal-body .btn-set{
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width:491px) {
    #record-details-modal .btn-set{
        flex-direction: column;
    } 
}

@media only screen and (max-width:768px) {
  .thankyou-btn-set{
    flex-direction:column;
}

.back-to-top-container{
  margin-top: 24px;
}

}


/* buttons */
.btn {
    font-size: 16px;
    font-weight: bold;
    color: #135585;
    padding: 12px 20px;
    border-radius: 10px;
    transition: all .4s ease;
    font-family: Arial;
    text-transform: uppercase;
}
.btn-blue {
    background-color: #72e5fe !important;
}
.btn-blue:hover {
    background: #fff;
    border-color: #72e5fe;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    color: #135585;
}
.btn-blue-border {
    border: 1px solid #135585 !important;
}

/* .form-header {
    width: 80%;
} */
/* .form-heading-text {
    border-bottom: 1px solid #cdcdcd;
} */
.form-group {
    margin-bottom: 48px;
}
.input-group {
    /* align-items: center; */
}
/* .input-group label {
    line-height: 1;
} */
input[type="checkbox"], input[type="radio"] {
    padding: 0;
    margin-right: 10px;
    line-height: 1;
}
.form-check-input.permission-checkbox.error::before{
  outline: 3px solid red;
}

label.error {
    color: #DB1F2A;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

label.error::before{
  display: block;
  left: 20px;
  top: 23px;
  content: "!";
  border-radius: 50%;
  border: 1px solid red;
  width: 16px;
  height: 16px;
  min-width: 16px;
  line-height: 16px;
  text-align: center;
  color: red;
  font-weight: normal;
  font-size: 14px;
}

.form-check-input{
  position: relative;
}

.form-control:focus {
    border-color: #135585;
    box-shadow: none;
}
.form-control.error,
.form-select.error {
    outline: 1px solid #ff0000;
}


#search-another-npi-btn {
    margin-right: 15px;
}

#search-another-npi-btn .mobile-arrow{
    display: none;
}


.npi-details {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}

.list{
  margin-left: 0;
}


#practice-details-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 35px 0;
}

#npi_number_form{
    font-size: 24px;
    line-height: 36px;
    color: #262626;
}

@media only screen and (max-width: 992px) {

  #page-change-modal .modal-dialog,
  #no-record-modal .modal-dialog{
    max-width: 90%;
    margin: 0 auto;
  }

  #page-change-modal .modal-content,
  #no-record-modal .modal-content{
    max-width: 100%;
  }

    #practice-details-container {
        grid-template-columns: 1fr;
    } 

    #search-another-npi-btn{
        /* margin-bottom: 10px; */
        margin-right: 0;
    }

    #record-details-modal #use-info-btn img{
      display: inline-block;
    }

    #record-details-modal #search-another-npi-btn{
      justify-content: center;
    width: 100%;
    }
    #record-details-modal #use-info-btn{
      width: 100%;
    }
    
}

#practice-details-container .checkbox-card {
    display: flex;
    align-items: start;
    padding: 20px 35px;
    border-radius: 30px;
    background: rgba(215, 230, 241, .25);
    position: relative;
    height: 100%;
    border: 1px solid #72e5fe;
}

@media only screen and (max-width:491px) {
 #practice-details-container .checkbox-card {
    padding: 20px 25px;
 }
}


/* .additional-practice-detail {
    background-color: #ececec;
    padding: 25px;
} */
.additional-practice-component .remove-additional-practice-btn, .add-additional-practice-btn {
    border: none;
    background-color: transparent;
    /* text-decoration: underline; */
    display: flex;
    align-items: center;
}



.thankyou-message{
    margin: 88px 0;
    margin-bottom: 96px;
}

#success-tab .foot-note{
    margin-top: 104px;
}

#success-tab .foot-note p{
    font-size: 10px;
}

.additional-practice-component {
    border-bottom: 2px solid #737B8F;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.additional-practice-detail {
    border-top: 2px solid #737B8F;
    padding-top: 24px;
    margin-top: 36px;
}

.form-header {
    margin-bottom: 36px;
}

.form-control, .form-select {
    border-radius: 10px;
    border-color: #BEBCBC;
    padding: 9px 8px;
    line-height: 16px;
    width: 440px;
}

#professional_designation, #primary_practice_state, .state-field .form-control {
    width: 180px;
}

#primary_practice_zip, .zip-field .form-control {
    width: 200px;
}

#primary_practice_phone, .phone-field .form-control {
    width: 360px;
}

/* .practice-details-form-header {
    margin-top: 100px;
} */

.authorization-header, .final-submit-btn-div {
    margin-top: 148px;
}

.form-header h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
}

.form-hint {
    color: #727272;
}

.final-submit-btn-div #submit-btn {
    margin-left: 16px;
}

#page-change-modal .foot-note,
#no-record-modal .foot-note{
  margin-top: 60px;
}

#page-change-modal .modal-content,
#no-record-modal .modal-content{
  padding: 48px 24px 60px 40px;
}

#page-change-modal .btn-close,
#no-record-modal .btn-close{
  top: -2px;
  right: 10px;
}



.foot-note {
    margin-top: 100px;
}

.foot-note p{
    font-size: 10px;
    line-height: 14px;
}

.btn-close {
    opacity: 1;
    background-size: 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 15px;
    right: 10px;
}
#search-another-npi-btn span {
    margin-left: 8px;
}
#use-info-btn span {
    margin-right: 8px;
}

button.add-additional-practice-btn img, button.remove-additional-practice-btn img {
    width: 40px;
}

.modal .modal-heading {
    margin-bottom: 64px;
}

.telehealth-checkbox input[type="checkbox"]::before {
    width: 24px;
    height: 24px;
    border: 1.5px solid #262626;
}

.telehealth-checkbox label {
    font-size: 20px;
    line-height: 30px;
}

.telehealth-checkbox input {
    width: 24px;
    height: 24px;
    margin-top: 0;
}

.telehealth-checkbox {
    align-items: center;
}

.add-additional-practice-btn span, 
.remove-additional-practice-btn span {
    color: #135585;
    font-size: 18px;
    line-height: 24px;
    margin-left: 12px;
}

ul.list li, 
ul.list li a {
    color: #737B8F;
    font-size: 18px;
}

ul.list {
    padding-left: 20px;
}

ol.breadcrumb li a {
    line-height: 22px;
}

.checkbox-details {
    line-height: 24px;
}

.checkbox-details span {
    margin-bottom: 8px;
    display: inline-block;
}
.npi-label {
    font-size: 16px;
}

.npi-info {
    font-weight: 600;
    color: #262626;
    display: flex;
    align-items: center;
    gap: 5px;
}

.npi-info-content::before{
    display: block;
    left: 20px;
     top: 23px;
     content: "!";
     border-radius: 50%;
     border: 1px solid black;
     width: 16px;
     height: 16px;
     min-width: 16px;
     line-height: 16px;
     text-align: center;
     color: black;
     font-weight: normal;
     font-size: 14px;
}

.npi-info-content{
  display: flex;
  align-items: center;
   gap: 5px;
}

.auth-checkbox label {
    font-size: 18px;
}

.final-submit-btn-div .btn {
    display: inline-flex;
    align-items: center;
    line-height: 24px;
}

.final-submit-btn-div span {
    line-height: 24px;
}

.final-submit-btn-div #back-button span {
    margin-left: 8px;
}

.final-submit-btn-div #submit-btn span {
    margin-right: 8px;
}

#cancel-btn {
    margin-right: 16px;
}

#loader-container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(114, 229, 254,0.3);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

#loader-container.show{
    display: flex;
}

/* HTML: <div class="loader"></div> */
.loader {
    height: 15px;
    aspect-ratio: 5;
    display: grid;
    animation: l36-0 2s infinite linear; 
  }
  .loader:before,
  .loader:after {
    content: "";
    grid-area: 1/1;
    height: inherit;
    --_g: no-repeat radial-gradient(farthest-side,rgb(114, 229, 254) 94%,rgb(114, 229, 254));
    background:
      var(--_g) left,
      var(--_g) right;
    background-size: 15px 100%;
    background-repeat: no-repeat;
    animation: l36-1 1s infinite linear; 
  }
  .loader:after {
    margin-left: auto;
    --s:-1;
  }
  @keyframes l36-0 {
    0%,49.99% {transform: scaleY( 1)}
    50%,100%  {transform: scaleY(-1)}
  }
  @keyframes l36-1 {
    0%   {transform:translate(0,calc(var(--s,1)*0px));aspect-ratio: 2.3}
    33%  {transform:translate(0,calc(var(--s,1)*8px));aspect-ratio: 2.3}
    66%  {transform:translate(calc(var(--s,1)*19px),calc(var(--s,1)*8px));aspect-ratio: 3.7}
    100% {transform:translate(calc(var(--s,1)*19px),calc(var(--s,1)*0px));aspect-ratio: 3.7}
  }


  #isiTray .container{
    width: 90%;
    padding: 0;
    margin-top: 0;
}

#indication-section p,
#indication-section ul li,
#isiTray p,
#isiTray ul li{
    font-size: 16px;
}

#isiTray{
  max-height: 180px;
}

#isiTray a[href^="tel:"],
#indication-section a[href^="tel:"]{
    font-size: 16px;
}


.isi-fda-link{
    color: #202020;
    text-decoration: underline;
    font-weight: bold;
    transition: all 0.3s;
}

.isi-fda-link:hpver{
    color: #0a58ca;
}

.prescribing-information-link{
    color: var(--primary);
    font-weight: bold;
    text-decoration: underline;
}

.prescribing-information-link:hover{
    color: inherit;
}

#indication-section{
    font-size: 16px;
    color: #424242;
}

#isiTray ul li, 
#indication-section ul li{
    color: #424242;
    list-style-type: disc;
}

.isi-phone-link{
    color: #202020 !important;
}



  .references {
    font-weight: 700;
  }
  
  .color-blue {
    color: var(--primary);
  }
  
  .isi-head {
    font-weight: 800;
  }

  .isi{
    color: #202020;
  }
  
  .isi-para {
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--primary);
  }
  
  .isi-list > li {
    /* margin-bottom: 16px; */
  }
  
  .isi-tray {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    color: var(--black);
    padding: 20px 0 10px 0;
    box-shadow: 2px 0px 10px rgba(0,0,0, 0.1);
    max-height: 177px;
    transition: height 0.8s ease;
  }
  
  .isi-tray > .container {
    position: relative;
  }
  
  .isi-tray.active {
    max-height: 540px;
  }
  
  .isi-tray.active .isitray-content {
    height: calc(540px - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  .isi-tray.active .isi-extra {
    display: block;
  }
  
  .isi hr {
    display: none;
  }
  
  .isi-tray-content {
    display: flex;
    flex-direction: row-reverse;
  }
  
  .isi-container {
    max-width: calc(1220px + 40px);
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
  }
  
  .isi-tray-content > .container {
    position: relative;
    z-index: 2;
  }
  
  .isi-extra {
    display: none;
  }
  
  .isi-expand-icon {
    padding-right: 20px;
  }
  
  .isi-tray-content::-webkit-scrollbar {
    width: 0.6em;
  }
  
  .isi-tray-content::-webkit-scrollbar-track {
    background-color: gray;
  }
  
  .isi-tray-content::-webkit-scrollbar-thumb {
    background-color: #d8dae1f0;
  }
  
  .isi .icon-circle-arrow-up,
  .isi .icon-circle-arrow-up {
    border: 1px solid #72E5FE;
    border-radius: 50%;
    /* font-size: 14px;
    padding: 5px; */
    color: #000;
  }
  
  .isi.active #isi-btn > i {
    transform: rotate(180deg);
    display: block;
  }
  
  .isi-title {
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 18px;
    color: var(--primary);
  }
  
  #indication-section,
  .isi {
    color: #424242;
    background: var(--white);
  }
  
  #indication-section h3,
  .isi h3 {
    color: var(--primary);
    margin-bottom: 16px;
    font-weight: 800;
  }
  
  #indication-section .underline:hover,
  .isi .underline:hover {
    color: var(--primary);
    text-decoration: underline;
  }
  
  .show-indication-sm {
    display: none;
  }
  
  .show-indication-lg {
    display: block;
  }

  .footer {
    /* background: linear-gradient(180deg, #191348 0%, #135585 100%);
     */
     background-color: #333;
    padding: 60px 0;
  }
  
  .footer-logo {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .footer-logo img {
    max-width: 154.08px;
  }
  
  .footer-head {
    font-weight: 800;
    color: #BDC2CE;
    margin-bottom: 10px;
  }
  
  .footer-tp {
    border-bottom: 1px solid #fff; /* Replace $white with actual value */
    font-size: 18px;
  }
  
  .footer-tp .row > div:not(:last-child) {
    padding-right: 33px;
  }
  
  .footer-tp .row > div {
    padding-bottom: 40px;
  }
  
  .footer-tp .footer-menu > li:not(:last-child), .footer-tp p:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .footer-bt {
    text-align: center;
  }
  
  .footer-bt a {
    font-size: 14px;
  }
  
  .footer-bt .row > div, .footer-bt p {
    font-size: 14px;
  }
  
  .footer-bt p {
    padding-bottom: 32px;
  }
  
  .footer-bt-logo {
    width: 194px;
    max-width: 194px;
    margin-top: 67px;
    margin-bottom: 32px;
  }
  
  
  .footer-bt-link a{
    color: #ffffff; /* Replace $white with actual value */
  }
  
  .footer-bt-line {
    color: #fff;
    margin: 0 10px;
  }
  
  .footer .social-icons {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  
  .footer .social-icons > li:not(:last-child) {
    margin-right: 33px;
  }
  
  .footer .social-icons > li > a {
    display: block;
  }
  
  .footer .social-icons > li > a > img {
    display: block;
  }
  
  .footer p {
    color: #ffffff; /* Replace $white with actual value */
  }

  footer ul{
    padding: 0;
  }
  
  .footer ul > li {
    list-style: none;
    transition: all 0.2s;
    text-decoration-color: var(--white);
  }

  .footer ul > li a{
    color: var(--white);
  }
  
  .footer ul > li:hover {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--white);
  }
  
  .footer ul > li, .footer p {
    font-weight: 300;
  }
  
  /* Responsive styles for handhelds */
  @media (max-width: 767px) {
    .footer {
      margin: 0;
      padding: 40px 0;
      background: linear-gradient(180deg, #191348 0%, #135585 100%);
    }
  
    .footer-logo {
      margin-bottom: 40px;
      padding: 0;
    }
  
    .footer-logo img {
      max-width: 98px;
    }
  
    .footer-tp .row {
      font-size: 16px;
    }
  
    .footer-tp .col-md-3:last-child {
      margin-top: unset;
    }
  
    .footer-tp .row > div:not(:last-child) {
      padding-right: 28px;
      padding-left: 28px;
      padding-bottom: 24px;
    }
  
    .footer-tp .row > div {
      padding: 0 28px 24px 28px;
    }
  
    .footer-bt-logo {
      width: 194px;
      max-width: 194px;
      margin-top: 40px;
      margin-bottom: 24px;
    }
  
    .footer-bt .row > div, .footer-bt p {
      font-size: 14px;
      line-height: 20px;
    }
  
    .footer-content {
      margin-bottom: 32px;
    }
  
    .footer .social-icons {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
    }
  
    .footer .social-icons > li:not(:last-child) {
      margin-right: 33px;
    }
  
    .footer .social-icons > li > a > img {
      display: block;
    }
  }
  
  .learn-about-section .para-heading .first-br{
    display: none;
  }

  /* Responsive styles for small screens */
  @media (max-width: 575px) {

    #no-record-modal .no-records-text{
      padding: 0 10px;
    }

    .learn-about-section .para-heading .first-br{
      display: block;
    }

    .footer {
      margin: 0;
      background: #333;
    }
  
    .footer-logo {
      display: block;
    }
  
    .footer-logo img {
      max-width: 98px;
    }
  
    .footer-head-follow {
      margin-bottom: 20px;
    }
  
    .footer-tp .row {
      font-size: 16px;
    }
  
    .footer-tp .col-md-3:last-child {
      margin-top: unset;
    }
  
    .footer-tp .row > div:not(:last-child) {
      padding-right: 28px;
      padding-left: 28px;
      padding-bottom: 24px;
    }
  
    .footer-tp .row > div {
      padding: 0 28px 24px 28px;
    }
  
    .footer .social-icons {
      display: flex;
      align-items: baseline;
    }
  
    .footer .social-icons > li:not(:last-child) {
      margin-right: 33px;
    }
  
    .footer-bt-para {
      /* width: 305px; */
      margin: 0 auto;
    }
  
    .footer-bt-logo {
      width: 194px;
      max-width: 194px;
      margin-top: 40px;
      margin-bottom: 24px;
    }
  
    .footer .col-md-3:not(:last-child) {
      padding-bottom: 0;
    }
  
    .footer .row > div, .footer p {
      font-size: 14px;
    }
  
    .footer-head {
      margin-bottom: 16px;
    }
  
    .footer ul > li:not(:last-child), .footer p:not(:last-child) {
      margin-bottom: 8px;
    }
  }
  
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .references {
      margin-top: 30px;
    }
  
    .isi-title {
      margin-bottom: 16px;
      font-weight: 800;
      font-size: 18px;
      color: var(--primary);
    }

    #isiTray{
      /* overflow-y: scroll; */
        /* max-height: 280px; */
        /* overflow-y: scroll; */
    }
  
    .isi-tray {
      padding: 0;
      max-height: 180px;
      z-index: 10;
    }
  
    .isi-tray > .container {
      position: unset;
    }
  
    .isi-tray.active-xs .isitray-content-xs-content {
      display: block;
      padding-top: 8px;
    }
  
    .isi-tray.active-xs #isi-btn-xs > i {
      display: inline-block;
      transform: rotate(180deg);
    }
  
    .isitray-content-xs-content {
      display: none;
    }
  
    .isitray-content-xs {
      padding: 8px 0;
    }
  
    .isitray-content > .container {
      padding-right: 25px;
    }
  
    .isi-expand-icon {
        padding-right: 20px;
      top: -20px;
      font-size: 16px;
      display: inline-block;
    }
  
    .icon-circle-arrow-up {
      font-size: 20px;
    }
  
    .isi hr {
        background-color: #424242;
      display: block;
      margin: 0;
    }
  
    .isitray-content {
      padding: 15px 0;
    }
  
    #isi-btn-xs {
      position: absolute;
      right: 0;
      top: 10px;
    }
  
    .isi-tray.active .isitray-content {
      height: 460px;
      margin: 20px 0;
      padding: 0;
    }
  
    .isi-tray.active.active-xs .isitray-content {
      height: 300px;
    }
  
    .show-indication-sm {
      display: block;
    }
  
    .show-indication-sm .row {
      padding-right: 30px;
    }
  
    .show-indication-lg {
      display: none;
    }
  }

  @media only screen and (max-width: 992px) {
    .modal-body .btn-set .btn:last-child {
      margin-top: 16px;
  }

  .npi-record-found-modal {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .npi-record-found-modal .modal-body{
    padding: 0;
  }

  .npi-record-found-modal .btn-set{
    flex-direction: column;
  }

  }
  

  #no-record-modal .mobile-br{
    display: none;
  }

@media only screen and (max-width: 768px) {
    .container{
        width: 100%;
    }

    .form-control, .form-select, #primary_practice_phone, .phone-field .form-control {
        width: 280px;
    }
    
    button.add-additional-practice-btn, button.remove-additional-practice-btn {
        width: 100%;
    }
    
    button.add-additional-practice-btn img, button.remove-additional-practice-btn img {
        width: 30px;
    }

    .authorization-header, .final-submit-btn-div, #thirdPerson-form-container {
        margin-top: 48px;
    }
    
    .final-submit-btn-div {
        text-align: center;
    }
    
    .final-submit-btn-div #submit-btn {
        margin-top: 16px;
        margin-left: 0;
    }
    
    .practice-details-form-header {
        margin-top: 0;
    }

    .input-group {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    
    .input-group input {
        margin-top: 0.25rem;
    }

    #no-record-modal .mobile-br{
      display: block;
    }

    .btn-close {
        background-size: 18px;
        width: 18px;
        height: 18px;
        top: 0;
        right: 15px;
    }

    #no-record-modal .btn-close {
      top: 5px;
      right: 10px;
     }

     .no-records-heading{
      margin-bottom: 24px;
     }

    .modal-body h2 {
        font-size: 32px !important;
        line-height: 38px !important;
        font-weight: 800;
    }
    
    #record-details-modal .foot-note {
        margin-top: 24px;
    }

    #record-details-modal .modal-content{
      padding: 0;
    }

    #page-change-modal .modal-content,
    #no-record-modal .modal-content{
      padding: 24px 20px 16px 20px;
    }

    .no-record-btn-container{
      display: flex;
      justify-content: center;
    }
    
    .modal .modal-content {
        padding: 0;
    }

    .npi-details-container {
        margin-bottom: 0px !important;
    }
    
    #record-details-modal .foot-note p {
        margin-bottom: 0;
    }

    .modal .modal-heading {
        margin-bottom: 24px;
    }

    .foot-note {
        margin-top: 64px;
    }

    .telehealth-checkbox label {
        font-size: 16px;
        line-height: 24px;
    }

    .remove-additional-practice-btn, .add-additional-practice-btn {
        justify-content: center;
    }

    .final-submit-btn-div {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .section-header {
        font-size: 32px;
        line-height: 38px;
    }
    
    .section-header br {
        display: none;
    }
    
    /* .section-header span {
        font-weight: 700;
    } */

    .text-800 {
        font-weight: 700;
    }

    .reqd-text, .npi-info {
        font-size: 18px;
    }

    .form-header h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .additional-practice-detail {
        border-top: 4px solid #727272;
    }
    
    .additional-practice-component {
        border-bottom: 4px solid #727272;
    }

    .add-additional-practice-btn span, .remove-additional-practice-btn span {
        font-size: 16px;
    }

    ul.list li {
        font-size: 16px !important;
    }    

    .auth-checkbox label {
        font-size: 16px;
    }

    /* #page-change-modal .modal-body, #no-record-modal .modal-body{
      padding: 24px;
    } */

    #page-change-modal .modal-body .btn-set{
      align-items: center;
      display: flex;
    }
    
    .modal-body .btn-close{
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat !important;
    }

    .modal-body .btn-set {
        text-align: center;
    }
    
    .modal-body .btn-set .btn:last-child {
        margin-top: 16px;
    }
    
    #cancel-btn {
        margin-right: 0;
    }

    .hide-desktop{
      display: block;
    }

    .confirmation-text {
        margin-bottom: 48px;
        padding: 0 25px;
    }
    
    .confirmation-modal .foot-note {
        margin-top: 40px;
    }

    #search-another-npi-btn .mobile-arrow{
      display: inline-block;
  }

  #search-another-npi-btn .desktop-arrow{
    display: none;
  }

}
@media only screen and (max-width: 410px) {
    .telehealth-checkbox input {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 375px) {
  .npi-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header .container{
  width: 100%;
  padding: 0 10px;
}

.header .btn-inner{
  color: #1d2312;
}

.header ul,
.sidebar .navigation-list{
  padding-left: 0;
}

#form-tab .reqd-text{
  margin-bottom: 24px;
}

.back-to-top-container{
  display: flex;
  justify-content: flex-end;
  margin-top: 88px;
}

.back-to-top-btn{
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.up-arrow-icon{
  border: 1.5px solid #72E5FE;
  border-radius: 50%;
  margin-bottom: 4px;
}