@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacemono/v13/i7dPIFZifjKcF5UAWdDRUEY.ttf) format('truetype');
}


.background {
    background: url('../themes/xwm-npifinderth/assets/images/home_bg.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 900px;
}

.container {
    position: relative;
}

.home-header {
    width: 100%;
    position: relative
}

/* * {
    border: 1px solid pink;
} */

.nav
{
    padding-top: 20px ;
    padding-bottom: 20px ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    text-align: right;
}
.menu-collapse 
{
    display: none;
}
@media only screen and (max-width: 800px) {
    .menu {
        display: none;
    }
    .menu-collapse {
        display: block;
        text-align: right;
        margin-right: 40px;
    }
}

.menu a {
    display: inline-block;
    padding: 0 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    font-style: normal; 
    /* identical to box height, or 150% */

    font-feature-settings: 'pnum' on, 'lnum' on;

    /* Neutral/0 */
    text-decoration: none;
    color: #000000;
}

.menu a:hover {
    text-decoration: underline #494CD4;
    text-decoration-thickness: 2px;
}

.brand img {
    vertical-align: middle;
    float: left;
    height: 72px;
}

.welcome {
    position: relative;
    max-width: 637px;
    margin: 0 auto;
    text-align: center;
    margin-top: 92px;
    margin-bottom: 80px;
}

.welcome {
    z-index: 999;
}

#steto {
    position: absolute;
    top: -10px;
    left: -15px;
    height: 140px;
}

@media only screen and (max-width: 1200px) {
    #steto {
        top: 20px;
        left: -70px;
    }
    #loc {
        top: 150px !important;
        left: -70px !important;
    }
    #heart {
        top: -50px !important;
        right: 50px !important; 
    }
    #cross {
        right: -25px !important;
    }
}

@media only screen and (max-width: 991px) {
    #steto {
        top: 20px;
        left: -100px;
    }
    #heart {
        top: -50px !important;
        right: 0px !important; 
    }
}

@media only screen and (max-width: 800px) {
    #steto {
        top: 40px;
        left: -50px;
    }
    #heart {
        top: 150px;
        right: 20px;
        height: 105px;
        width: 125px;
    }
    #loc {
        top: 150px !important;
        left: -50px !important;
    }
    #topcurl {
        left: 10px !important;
    }
    #dcurl {
        right: 25px !important;
    }
}

#topcurl {
    position: absolute;
    top: -45px;
    left: -30px;
    height: 90px;
}

#heart {
    position: absolute;
    top: -60px;
    right: 150px;
    height: 105px;
}

#dcurl {
    position: absolute;
    bottom: -45px;
    right: 0px;
    height: 75px;  
}

#loc {
    position: absolute;
    top: 170px;
    left: 0px;
    height: 110px; 
}

#cross {
    position: absolute;
    top: 120px;
    right: -20px;
    height: 150px;
    width: 125px; 
}

.jumbo {
    display: block;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    line-height: 62px;
}

@media only screen and (max-width: 800px) {
    .jumbo{
        font-size: 42px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 550px) {
    .jumbo{
        font-size: 28px;
    }
    #topcurl {
        height: 70px;
        top: -20px !important;
        left: -20px !important;
    }
    #dcurl {
        height: 40px !important;
        bottom: -20px !important;
    }
    #cross {
        height: 100px !important;
        right: 20px !important;
        top: 90px;
    }
}

.box {
    margin-bottom: 140px;
}

.search-box {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    box-sizing: border-box;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(4px);
    border: 4px solid #fff;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .search-box{
        background-color: rgba(255, 255, 255, 1);
    }
}

@media only screen and (max-width: 550px) {
    .search-box{
        flex-direction: column;
        padding-top: 15px;
    }
}

.location {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 10px;
    padding-right: 15px;
}

.location img {
height: 20px;

}

.location .border {
    border-right: 1px solid #D0D6DD;
    height: 50px; 
}

@media only screen and (max-width: 550px) {
    .location .border {
        display: none; 
    }
}

.location select {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;    
    color: #000000;
    width: 100%;
}

@media only screen and (max-width: 550px) {
    .location select {
        height: 80px;
    }

    .location .select2-container {
        width: 100% !important;
    }
}

.search {
    display: flex;
    justify-content: left;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    vertical-align: middle;
    flex: 1;
    padding-left: 10px;
    margin-top: 5px;
}

.search input {
    width: 100%;
    outline: 0;
    height: 50px;
    font-size: 15px;
    border: none;
    background-color: transparent;;
}

.button {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.button button{
    height: 60px;
    width: 130px;
    border-radius: 40px;
    background-color: #494CD4;
    border: none;
    font-family: 'Inter';
    font-size: 18px;
    color: white;
    cursor: pointer;   
}

@media only screen and (max-width: 550px) {
    .button button {
        width: 100%;
    }
}

.dd {
    max-width: 220px;
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 140px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}

.dd-rows-input {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 8px;
    border-bottom: 1px solid #F3F5F6;
}

.dd-rows-input input {
    background: #FFFFFF;
    border: 1px solid #D0D6DD;
    border-radius: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dd-rows-input input::placeholder {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #7A8D9F;
}

.dd-rows {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #F3F5F6;
}

.dd-rows span {
    padding: 6px 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
}

.section-title {
    /* Headline/Large/Desktop */
    font-family: 'Raleway';
    font-style: normal;
    font-size: 23px;
    line-height: 44px;
    /* identical to box height, or 122% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/70 */
    margin-bottom: 30px;
}

@media only screen and (max-width: 550px) {
    .section-title {
        font-size: 21px;
    }
}

.section-title .title {
    margin: 0;
    color: #B8C2CC;
    font-weight: 400;
    
}

.section-title .title-br {
    margin: 0;
    color: black;
    font-weight: 400;
}

.title-br {
    margin: 0;
    color: black;
    font-weight: 400;
    font-family: 'Raleway';
    font-style: normal;
    margin-bottom: 10px;
}

.directory-menu {
    margin-top: 15px;
   text-align: left;
   margin-bottom: 10px;
   
}

@media only screen and (max-width: 800px) {
    .directory-menu {
        overflow: auto;
        white-space: nowrap;
    }
}

.directory-menu button, .directory-menu a {
    display: inline-block;
    vertical-align: middle;
    background-color: #D0D6DD;
    border-radius: 40px;
    align-items: center;
    padding: 5px 16px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;  
    text-decoration: none;
    color: #000;
    margin-bottom: 20px; 
}

.directory-menu .active {
background-color: #494CD4;
color: #fff;
}

.directory-menu .more {
    color: #1B76FF;
    background-color: transparent;
    padding-left: 0;
}

.cards {
    padding-top: 10px;
}

@media only screen and (max-width: 991px) {
    .cards{
        overflow: scroll;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-cards-row {
        display: flex;
        gap: 10px;
    }

    .home-cards-row .col-lg-3, 
    .home-cards-row .col-xs-12, .home-cards-row .col-sm-4 .col-md-3 {
        width: auto;
    }
}

.row--sm {
    margin-right: 5px;
    margin-left: 5px;
  
  }
    .row--sm> [class^="col-"],
    .row--sm> [class*=" col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }

.card-color {
    text-decoration: none;
}

.card {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    height: 390px;  
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    align-items: center;
}

.card-header {
    text-align: center;
    width: 280px;
    border-bottom: 1px solid #F3F5F6 !important;
    background-color: #fff !important;

}

#person {
    margin-top: 26px;
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    vertical-align: middle;
}

#institution {
    margin-top: 26px;
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    vertical-align: middle;
}

.name {
    margin-top: 10px;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/0 */
    color: #000000;
}

.npi {
    margin-top: 4px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 25px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/30 */
    color: #4D5C6A;
}

.card-body {
    position: relative;
    width: 280px; 
}

.line {
    margin: 15px 25px;
    width: 230px;
    gap: 13px;
}

.line-before-icon::before {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 20px;

}

.typology::before {
    content: url('../themes/xwm-npifinderth/assets/images/doctor-logo.svg');
}

.typology {
    display: flex;
    vertical-align: middle;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
   line-height: 20px;
    /* or 143% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/30 */
    color: #4D5C6A;
}

.address::before {
    content: url('../themes/xwm-npifinderth/assets/images/location\ logo.svg');
}

.address {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
   line-height: 20px;
    /* or 143% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/30 */
    color: #4D5C6A;
    display: flex;
    overflow-wrap: normal;
}

.phone-nr::before {
    content: url('../themes/xwm-npifinderth/assets/images/phone\ logo.svg');
}

.phone-nr {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
   line-height: 20px;
    /* or 143% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/30 */
    color: #4D5C6A;
}

.card-footer {
    position: absolute;
    bottom: 10px;
    height: 48px;
    width: 280px;
    border-top: 1px solid #F3F5F6 !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-footer a {
    /* Label/Small/Desktop */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Primary/50 */
    color: #494CD4;
    text-decoration: none;
}

.adcard {
    height: 380px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    background: #F3F5F6;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

#adsquare {
    width: 90%;
}
                                            /* review of the code below needed */
.row-ad {
    background: #F3F5F6;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    display: flex !important ;
    justify-content: center;
}

#block-ad {
    width: 98%;
    margin: 10px 0;
}

@media only screen and (max-width: 991px) {
    #block-ad {
        height: 40px;
    }
}

.view-all {
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin: 20px auto 60px auto;
    border-radius: 40px;
    background-color: #494CD4;
    border: none;
    font-family: 'Inter';
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.view-all:hover {
    color: white;
}

.position img {
    margin-left: -140px;
    max-width: 800px;
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: inline-block;
    justify-content: left;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
    .position img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -170px;
        margin-top: -220px;
        align-self: center;
        object-fit: contain;
    }
}

.position {
    position: relative;
    height: 100%;
}

.npi-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 600px;
}

@media only screen and (max-width: 991px) {
    .npi-text {
        justify-content: flex-start;
        height: auto;
        margin-bottom: 50px;
    }
}

h3 {
    display: flex;
    align-items: start;
    /* Headline/Large/Desktop */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height, or 122% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/0 */ 
    color: #000000;
}

@media only screen and (max-width: 991px) {
    h3 {
        margin-bottom: 10px;
    }
}


p {
    text-align: left;
    width: 100%;
    margin: 0;
    /* Paragraph/Large/Desktop */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 156% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/30 */
    color: #4D5C6A;
}

@media only screen and (max-width: 991px) {
    p {
        max-width: 100%;
    }
}

.browse {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
    .browse {
        overflow: auto;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 800px) {
    .browse {
        overflow: auto;
        white-space: nowrap;
    }
}

.browse h5 {
    margin-right: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/50 */
    color: #7A8D9F;
    white-space: nowrap;
}

.browse button, .browse a {
    padding: 0px 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D0D6DD;
    border: 0;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/0 */ 
    color: #000000;
    text-decoration: none;
    scroll-behavior: smooth;
}

.directory-menu2 {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 15px;
}

.directory-menu2 a {
    display: inline-block;
    vertical-align: middle;
    background-color: #F3F5F6;
    border-radius: 40px;
    align-items: center;
    padding: 2px 16px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;  
    text-decoration: none;
    color: #000;
}

.directory-menu2 span {
    /* Paragraph/Medium/Desktop */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    font-feature-settings: 'pnum' on, 'lnum' on;
    /* Neutral/50 */
    color: #7A8D9F;
}

#ad-2 {
    width: 60%;
    margin: 10px 0;
}

.footer-1 {
    width: 100%;
    background: #F3F5F6;
    border-top: 1px solid #D0D6DD;
    border-bottom: 1px solid #D0D6DD;
}

.column a {
    margin: 6px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4D5C6A;
    text-decoration: none;
    display: block;
}

.specialities {
    padding: 30px 0;
}

.specialities a{
    margin-bottom: 10px;
}

.more-specialities a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #494CD4;
    text-decoration: none;
}

.view-all-specialities img {
    margin-top: 10px;
    display: block;
}

.footer-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    background: #F3F5F6;
}

.column-2 {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.column-2 a img {
    height: 50px;
}

@media only screen and (max-width: 800px) {
    .column-2 img {
        height: auto;
        width: 100%;
    }
}

.column-2 p {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.column-2 em {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.spread {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.spread a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    align-items: middle;
    margin-bottom: 16px;
}

.three {
    display: flex;
    flex-direction: column;
}

.three a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    align-items: middle;
    margin-bottom: 16px;
}

.footer-ad img {
    height: 210px;
}

@media only screen and (max-width: 900px) {
    .footer-ad img {
        height: auto;
        width: 100%;
        padding: 20px 20px 30px;
    }
}



/*
                                                         search-result css
*/



.background-2 {
    display: flex;
    background: url('../themes/xwm-npifinderth/assets/images/home_bg.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
}

.box-search {
    margin-top: 35px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 575px) {
    .search-box .location {
        width: 100%;
    }
}

#state-search {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;    
    color: #000000;
    max-width: 115px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 575px) {
    #state-search {
    max-width: none;
    width: 100% !important;
    }
}

#speciality {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.search-results {
    margin-bottom: 30px;
}

.left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    height: 100%;
    padding: 20px 0 20px 20px;
}

.divider {
    width: 1px;
    background-color: #F3F5F6;
    height: 100%;
}

.divider-parent {
    width: 1% !important;
}

@media only screen and (max-width: 575px) {
    .divider-parent {
      width: 100% !important;
      padding: 0 !important;
    }
    .divider {
        width: 100%;
        height: 1px !important;
    }
  }

#people {
    height: 20px;
    max-width: 18px;
    width: 100%;
}

.name-surname {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.state-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    color: #494CD4;
    text-decoration: none;
}

.npi-nr {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4D5C6A;
}

.middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 10px;
    padding: 20px 0;
}
@media only screen and (max-width: 575px) {
    .middle {
      padding: 20px 20px 10px;
    }
  }

.right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 10px 20px 0;
}

@media only screen and (max-width: 575px) {
    .right {
        justify-content: flex-start;
        padding: 20px 10px 20px 20px;
    }
  }

.right a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #494CD4;
    text-decoration: none;
}

.results {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    gap: 10px;
}

.pages .active {
    background-color: #494CD4;
    color: #fff;
}

.pages .white {
    background-color: #fff;
    padding: 0 4px;
}

.pages a {
    display: inline-block;
    vertical-align: middle;
    background-color: #D0D6DD;
    border-radius: 40px;
    align-items: center;
    padding: 4px 12px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #000;
}
.row-ad-3 {
    background: #F3F5F6;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

#ad-3 {
    width: 80%;
    margin: 10px 0;
}


                                                    /*States.css*/



.the-rest {
    display: flex;
    flex-direction: row;
    justify-content: start;
    height: 100%;
    gap: 10px;
    padding: 20px 0 0 0;
}

.see-more {
    text-decoration: none;
    padding-bottom: 20px;
    background: none;
    border: none;
}

.see-more img {
    margin-right: 5px;
}

.see-more span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #494CD4;
}

.info-row.row {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border: #000;
    min-height: 140px;
    margin-bottom: 16px;
    transition: background-color .1s ease-in-out;
}

.info-row .directory-menu2 {
    max-height: 120px;
    overflow: hidden;
    transition: max-height .1s ease-in-out;
}

.info-row .the-rest a {
    height: min-content;
}

.info-row.opened  {
    background-color: #D0D6DD;
}

.info-row.opened .directory-menu2 {
    max-height: fit-content !important;
}

.info-row.opened .see-more img {
    transform: rotate(180deg);
}



/*Taxonomies*/


.mini-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #f9f9f9;;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    align-items: flex-start;
    width: 100%;
    padding: 20px 10px;
    height: 100%;
    /* margin-left: 10px; */
}

.mini-cards a:hover .mini-card {
    background-color: #fff;
}

.mini-row-1 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.profile-table * {
    border: none !important;
}

.profile-table thead tr th {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #7A8D9F;
}

.profile-table tbody td {
    padding-bottom: 0;
    padding-top: 0;
}

.mini-row-1 .taxonomy {
    font-size: 18px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
}

.mini-row-1 .specialization {
    font-size: 15px;
    font-family: 'Raleway';
    font-weight: 600;
    color: #4a4bd4;
    line-height: 20px;
    margin-top: -6px;
}

.mini-card-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.mini-row-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mini-row-2 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4D5C6A;
}

@media only screen and (max-width: 1200px) {
    .mini-row-2 span{
        font-size: 13px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .mini-row-2 span{
        font-size: 13px;
        line-height: 16px;
    }
  }


                                            /*Profile Detail*/



.profile-row {
    padding-top: 60px;
}   

.profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.profile-header {
    display: flex;
    gap: 15px;
}

.profile-header .avatar {
    border-radius: 5px;
}

.profile-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-top: -10px;
}

.profile-title__name {
    vertical-align: middle;
}

.verified-icon {
    margin-left: -5px;
}

.profile-speciality {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

.profile-body {
    padding-top: 20px;
}

.profile-body p {
    font-family: 'Inter';
    font-style: normal; 
    font-weight: 50;
    color: #000000;
}

.profile-body p span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    color: #000000;
}

.ad-border {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 280px;
    height: 100%;
    width: 90%;
    background: #F3F5F6;
    border-radius: 16px;
}

.row-margin-bottom {
    margin-bottom: 16px;
}

.row-margin-bottom span {
    padding-left: 30px;
    display: inline-block;
}

.header {
    display: inline-flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.npi-nr-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #7A8D9F;
    padding-left: 30px;
}

.copy-underline {
    display: inline-flex;
    gap: 5px;
    text-decoration: underline;
}

.row-overflow {
    margin-bottom: 16px;
}

@media only screen and (max-width: 576px) {
    .row-overflow {
        overflow: auto;
        white-space: nowrap;
    }
}

.space {
    margin-bottom: 10px;
}

.cards2 {
margin-bottom: 100px;
}

.card2 {
    height: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    background: #f9f9f9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .card2 {
        box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);

    }
}

.card-color:hover .card2{
    background: #FFFFFF;
}

.results-card {
    background: #f9f9f9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
    .results-card {
        box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);

    }
}

.results-card:hover{
    background: #FFFFFF;
}


.card-header2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #F3F5F6;
    min-height: 120px;
}

.card-name {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}

.npi-number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    color: #4D5C6A;
    padding-bottom: 16px;
}

.card-body2 {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
}

.line2 {
    padding: 10px 20px 10px 20px;
}

.card-footer2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #F3F5F6;
    height: 40px;
    color: #494CD4;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.card-footer2 a {
    color: #494CD4;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    padding: 5px;
}

@media only screen and (max-width: 576px) {
    .home-cards-row2 {
        overflow: scroll !important;
        flex-wrap: initial !important;
    }
}

@media only screen and (max-width: 1200px) {
    .scroll {
        overflow: scroll !important;
        flex-wrap: initial !important;
    }
}


                                        /*Single page*/



.description {
    padding-top: 80px;
}   

.p-description p{
    margin-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

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

#top{
    padding-top: 14px;
}

.accordion-button::after {
    display: none; 
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 5px;
    margin-top: 5px;
    content: "";
    background-image: url('../themes/xwm-npifinderth/assets/images/accordion-closed.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
    margin-top: 17px;
    background-image: url('../themes/xwm-npifinderth/assets/images/accordion-open.svg');
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: "Inter" !important;
    font-size: 16px;
    line-height: 24px;
}

.accordion-body {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4D5C6A;
}

.accordion-item {
    background-color: #fff;
    border: none !important;
}

.accordion-body {
    padding: 0 1.25rem 1rem 1.25rem !important;
}



                                        /*Contact page*/




#fill {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.input-box {
    max-height: 500px;
    width: 100%;
    border: 1px solid #D0D6DD;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 5px;
}

.input-box-xl {
    max-height: 500px;
    width: 100%;
    min-height: 200px;
    border: 1px solid #D0D6DD;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    resize: none;
}

.captcha {
    margin-bottom: 10px;
}

.submit-button {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 40px;
}

.submit-button button{
    height: 60px;
    width: 130px;
    border-radius: 40px;
    background-color: #494CD4;
    border: none;
    font-family: 'Inter';
    font-size: 18px;
    color: white;
    cursor: pointer;   
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
    font-size: 13px;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 3px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    border: none;
    margin-right: 5px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #000;
    background-color: #eee;
  }

  .page-item .page-link {
    background-color: #D0D6DD;
    border-radius: 20px;
  }
  .page-item.active .page-link {
    background-color: #494CD4;
  }

  .page-item:last-of-type .page-link, .page-item:first-of-type .page-link {
    background-color: transparent;
    border-radius: 20px;
  }

  .page-link.disabled:hover{
    background-color: transparent;
    cursor:default;
  }

  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #eee;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }

  .card-name {
    font-family: 'Raleway';
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #494CD4;
    text-align: center;
    font-weight: bold;
}
.npi-number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #4D5C6A;
    padding-bottom: 16px;
}
.profile-speciality {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 16px;
}
.profile-speciality:last-of-type {
    color: #494CD4;
    font-size: 18px;
    
}
.browse button, .browse a {
    padding: 0px 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D0D6DD;
    border: 0;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
    text-decoration: none;
    scroll-behavior: smooth;
    text-transform: uppercase;
}
.section-title .title {
    margin: 0;
    color: #B8C2CC;
    font-size: 18px;
}

.directory-menu button, .directory-menu a {
    display: inline-block;
    vertical-align: middle;
    background-color: #494cd4;
    border-radius: 40px;
    align-items: center;
    padding: 5px 16px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
}

.name-surname {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #494cd4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-header__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar.scrolled {
  background-color: #fff !important;
  transition: background-color 100ms linear;
}
.navbar.scrolled .navbar-brand img {
  height: 50px;
  transition: height 100ms linear;
}
.navbar {
  transition: background-color 100ms linear;
}
.navbar .navbar-brand img {
  transition: height 100ms linear;
}
.select2-container {
  width: 200px !important;
  display: block;
}
.search-results-dropdown {
  width: 100%;
  position: absolute;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 0;
  margin-top: 50px;
  padding: 8px 0px;
  color: #000;
  z-index: 1000;
  box-shadow: 0px 4px 140px rgba(0, 0, 0, 0.16);
}
.search-results-dropdown ul {
  margin: 0;
  padding: 0;
}
.search-results-dropdown li {
  padding: 4px 15px;
  font-family: var(--sdt-content);
  cursor: pointer;
  border-bottom: 1px solid #F3F5F6;
}
.search-results-dropdown li:last-of-type {
  border-bottom: none;
}
.search-results-dropdown li.yes-result:hover {
  background-color: #F3F5F6;
}
.search-results-dropdown li.yes-result:hover a {
  color: #fff;
}
.search-results-dropdown a {
  margin: 0;
  display: block;
  color: #fff;
  text-decoration: none;
}
.select2-selection--single {
  border: none !important;
  background-color: transparent !important;
}
.select2-dropdown {
  box-shadow: 0px 4px 140px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 10px;
}
.select2-dropdown li {
  padding: 4px 15px;
  font-family: var(--sdt-content);
  cursor: pointer;
  border-bottom: 1px solid #F3F5F6;
}
.select2-dropdown li:last-of-type {
  border-bottom: none;
}
.select2-dropdown li.select2-results__option--highlighted {
  background-color: #F3F5F6 !important;
  color: #000 !important;
}
.states-page-city-select-container .select2-selection--single {
  border: 1px solid #c9c9c9 !important;
}
.select2-search__field {
  border-radius: 3px;
}
.select2-search__field:focus {
  outline: 0;
}
.select2-selection:focus {
  outline: 0;
}
