body{
  margin: 0;
}
.doctor{
    padding: 0 !important;
}
#doctr-bnr {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#doctr-bnr .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
#doctr-bnr .bnr-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
#doctr-bnr .row,
#doctr-sec .row {
    padding: 0 10px;
}
#doctr-bnr .bnr-bg:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://testing.dwssol.com/ortho-practise/wp-content/uploads/2025/07/ban-img1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#doctr-bnr .bnr-bg:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 43, 69, 0.8);
    z-index: 3;
}
#doctr-bnr .doctr-inr {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    min-height: 460px;
    padding: 60px 0;
    align-items: center;
}
#doctr-bnr .span_12 {
    width: 100%;
}
#doctr-bnr .doctr-inr h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family:'DM Sans';
    margin: 0;
}
#doctr-bnr .doctr-inr p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'inter';
    color: #fff;
    text-align: center;
}
#doctr-sec img{
    width:100%
}
#doctr-sec .container {
    max-width: 1440px;
    margin: 0 auto;
}
#doctr-sec .doctr-list{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 20px;
}
#doctr-sec .doctr-list .span_3 {
    width: 24%;
}
#doctr-sec *{
    margin:0
}
#doctr-sec .doctr-list .doctr-box img{
    transition:all 0.3s ease-in-out;
}
#doctr-sec .doctr-list .doctr-box:hover img{
    transform:scale(1.05);
}
#doctr-sec .doctr-list .doctr-box .doctr-img{
    overflow:hidden;
}
section#doctr-sec .doctr-box{
    display:flex;
    gap:10px;
    flex-direction: column;
    width: 100%;
	border: 1px solid #002b45;
    padding: 10px;
    border-radius: 8px;
    min-height: 265px;
    transition: all 0.3s ease-in-out;
	box-shadow: 0 2px 20px -5px rgb(0 0 0 / 43%);
	background: #fff;
    overflow-wrap: anywhere;
    white-space: normal;
}
#doctr-sec .doctr-box:hover{
    border-color:#7ed6c4;
    transform:scale(1.01)
}
#doctr-sec .doctr-list .doctr-box:hover h3{
    color:#7ed6c4;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio{
    display:flex;
    flex-direction:column;
    gap:10px;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'inter';
	transition: all 0.3s ease-in-out;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio h4{
        font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'inter';
}
#doctr-sec .doctr-list .doctr-box .doctr-bio p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'inter';
    color: #000;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul{
    padding-left:0
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li{
    padding-left:20px;
    position:relative;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li:nth-child(1){
    padding-bottom:10px;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li,
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'inter';
    color: #000;
    list-style-type:none;
    text-decoration:none;
    width:fit-content;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li:before{
    content: '';
    background: url(https://testing.dwssol.com/ortho-practise/wp-content/uploads/2025/07/Mask-group-32.png);
    width: 14px;
    height: 16px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li:nth-child(2):before{
    content: '';
    background: url(https://testing.dwssol.com/ortho-practise/wp-content/uploads/2025/07/internet.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li:hover,
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li a:hover{
    color:#7ed6c4;
}
#doctr-sec .doctr-list .doctr-box .doctr-bio ul li:hover:before{
    transform:rotate(360deg);
}
#doctr-sec .select-row h2{
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'inter';
    color:rgb(0, 43, 69);
}
#doctr-sec .select-row p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'inter';
    color: #000;
}
#doctr-sec .select-row {
    display:flex;
    gap:20px;
    align-items: center;
    justify-content: end;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
}
#doctr-sec .select-row .span_5{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#doctr-sec .select-row .span_12 .filter-row{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
#doctr-sec .select-row .span_12 select{
    border-radius: 10px;
    width: 200px;
    height: 50px;
    font-family: 'inter';
    font-size: 15px;
    border:1px solid #7ed6c4;
    padding: 10px;
}
#doctr-sec .select-row .span_12 select:focus-visible{
    box-shadow: 0px 4px 50px 0px rgb(131 216 198 / 28%);
}
#doctr-sec .select-row .span_12  select {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  background-image: url('https://testing.dwssol.com/ortho-practise/wp-content/uploads/2025/07/down-arrow.png')!important; 
  background-repeat: no-repeat!important;
  background-position: right 15px center!important;
  background-size: 12px!important;
}
#doctr-sec .select-row .span_12 input{
    border-radius: 10px;
    width: 200px;
    font-family: 'inter';
    font-size: 15px;
    border: 1px solid #7ed6c4;
    padding: 10px;
}
p#no-results {
    color:red;
    font-size:26px;
    text-align:center;
    font-family:'DM sans';
    text-transform:capitalize;
    font-weight: 700;
}
#doctor-loading {
  display: none;
  /*position: relative;*/
  /*height: 250px;*/
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#doctr-sec{
  position:relative;
 }
#doctr-sec:after {
     content:'';
     background: url(https://testing.dwssol.com/ortho-practise/wp-content/uploads/2025/07/dotted-pattrn-img.png);
     position: absolute;
     top: 0;
     background-repeat: repeat;
     background-size: contain;
     z-index: -1;
     width: 100%;
 height:100%;
 right:70px;
}
.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #7ED6C4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
#dis-msg{
   margin: 0px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease both;
}
.load-more-wrap {
    padding-top: 20px;
    padding-bottom:20px;
}
.load-more-wrap #load-more-doctors{
    color: rgba(0, 43, 69, 1);
    font-weight: 700;
    border-radius: 7px !important;
    padding: 17px 45px!important;
    border: 2px solid rgba(126, 214, 196, 1);
    background:rgba(126, 214, 196, 1);
    cursor:pointer;
    transition:all 0.3s ease-in-out;
}
.load-more-wrap #load-more-doctors:hover {
    background: #002b45 !important;
    color: rgba(126, 214, 196, 1) !important;
    border-color: #002b45;
}
@media (max-width: 1150px){
    #doctr-sec .doctr-list{
        /*justify-content: center;*/
}
}
@media (min-width: 1025px) and (max-width: 1306px){
    #doctr-sec .doctr-list{
        gap:10px;
        row-gap: 30px;
    }
}
@media (max-width: 1024px){
    #doctr-sec .doctr-list .span_3 {
    width: 32%;
}
#doctr-sec .select-row .span_12 select,
#doctr-sec .select-row .span_12 input{
        width: 170px;
}
}
@media (max-width: 800px){
	section#doctr-sec .doctr-box{
		min-height:250px;
	}
    #doctor-loading{
     top: 90%!important;
}
  #doctr-bnr .doctr-inr{
    min-height: 300px;
}
    #doctr-sec .select-row .span_12 .filter-row{
        flex-direction: column;
    }
    #doctr-sec .select-row .span_12 select{
        width: 100%;
    }
    #doctr-sec .select-row .span_12 input{
        width: 100%;
    }
    #doctr-sec .doctr-list .span_3 {
    width: 45%;
}
#doctr-sec .doctr-list{
    justify-content: center;
}
#doctr-sec .select-row .span_12 {
    width: 95%;
    justify-content: center;
}
#doctr-sec .select-row {
    flex-direction: column;
}
#doctor-loading {
  top: 110%;
}
div#header-outer {
    padding:0!important;
}
}
@media (max-width: 480px) {
	    section#doctr-sec .doctr-box {
        min-height: auto;
    }
  #doctr-bnr .doctr-inr h1 {
    font-size: 35px;
    line-height: 30px;
}
#doctr-bnr .doctr-inr {
    min-height: 200px;
}
    #doctr-sec .doctr-list .span_3 {
        width: 85%;
    }
    #doctr-sec .doctr-list{
        row-gap: 20px;
    }
}
@media (max-width: 390px) {
  #doctr-bnr .doctr-inr h1 {
        font-size: 30px;
        line-height: 30px;
    }
}