.search-btn{
   padding: 10px !important;
}

.search-btn img{
   width:20px;
   height:20px;
}

.video-icn{
   width: 20px;
   margin-top: -3px;
   margin-right: 5px;
}

.nav-icn{
   width:20px;
   height:20px;
}

.profile-menu .dropdown-menu{
   min-width: 220px;
}

.profile-top{
   padding:30px;
   border-radius: 17px;
   background-color: #1F1F1F;
   display: flex;
   gap: 20px;
}

.profile-top > div{
   flex: 1;
}

.pf-link-box{
   display: flex;
   align-items: center;
   justify-content: space-between;   
}

.pf-link-box > div{
   display: flex;
   gap: 15px;
}

.profile-pic{
   width: 200px;
   height: 200px;
   border-radius: 50%;
   object-fit: cover;
}

.pf-name{
   font-family: "Albert Sans", sans-serif;
   color:#FFF;
   font-size: 2.25rem;
   line-height: 40px;
   text-transform: uppercase;
   font-weight: 700;
}

.pf-cont{
   font-family: "Albert Sans", sans-serif;
   color: #8B8B8B;
   font-size: 1.5rem;
   line-height: 30px;
   font-weight: 400;   
   margin-bottom: 5px;
   word-wrap: break-word;
}


.ep-link,.ep-link:hover{
   background-color: #179EFB;
   border: 1px solid #179EFB;
   border-radius: 8px;
   font-family: "Albert Sans", sans-serif;
   font-size: 18px;
   line-height: 24px;
   color: #FFF;
   padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.da-link,.da-link:hover{
   background-color: #1F1F1F;
   border: 1px solid #1F1F1F;
   border-radius: 8px;
   font-family: "Albert Sans", sans-serif;
   font-size: 18px;
   line-height: 24px;
   color: #FF0000;
   padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
}

.sp-link,.sp-link:hover{
   background-color: #1F1F1F;
   border: 1px solid #FFF;
   border-radius: 8px;
   font-family: "Albert Sans", sans-serif;
   font-size: 18px;
   line-height: 24px;
   color: #FFF;
   padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;  
}

.profile-tab-title{
   display: flex;
   align-items: center;
   justify-content: space-between; 
   margin: 30px 0;    
}

.profile-tab-title h3{
   font-family: "Albert Sans", sans-serif;
   font-size: 30px;
   line-height: 26px;
   color: #FFF;   
   font-weight: 700;   
}

.profile-tab-title p{
   font-family: "Albert Sans", sans-serif;
   font-size: 16px;
   line-height: 20px;
   color: #8B8B8B;   
   font-weight: 400;   
   margin-bottom: 0px;
}

.ptt-link.active,.ptt-link.active:hover{
   background-color: #179EFB;
   border: 1px solid #179EFB;
   border-radius: 8px;
   font-family: "Albert Sans", sans-serif;
   font-size: 16px;
   color: #FFF;
   padding: 10px 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   font-weight: 600;
}

.ptt-link,.ptt-link:hover{
   background-color: #1F1F1F;
   border: 1px solid #FFF;
   border-radius: 8px;
   font-family: "Albert Sans", sans-serif;
   font-size: 16px;
   color: #FFF;
   padding: 10px 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px; 
}

.ptt-box{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 15px;
}


.my-sub-single{
   background-color: #2E2E2E;
   border: 1px solid #8B8B8B;
   border-radius: 16px;
   padding: 30px;
   height: 100%;
}

.my-sub-single.active{
   background-color: #202A37;   
   border: 1px solid #27A7FF;
   border-radius: 16px;
   padding: 30px;
   height: 100%;   
}

.ptt-border{
   height: 1px;
   background-color:#8B8B8B;
   margin: 20px 0;
}

.ptt-bottom{
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.ptt-bottom > div:last-child{
    text-align: right;
}

.ptt-top{
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
}

.ptt-bottom h3{
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 24px;
   line-height: 30px;
   color: #FFF;
   margin-bottom: 0px;
}

.ptt-bottom h5{
   font-family: "Albert Sans", sans-serif;
   font-weight: 600;
   font-size: 18px;
   line-height: 24px;
   color: #FFF;
   margin-bottom: 0px;
   text-transform: capitalize;
}

.ptt-bottom p{
   font-family: "Albert Sans", sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   color: #8B8B8B;
   margin-bottom: 5px;
}

.ptt-active{
   background-color: #27A7FF;
   border-radius: 4px;
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 14px;
   color: #FFF;  
   text-transform: uppercase; 
   width: fit-content;
   margin-bottom: 0px;
   padding: 4px 10px;   
}

.ptt-expired{
   background-color: #4A4A4A;
   border-radius: 4px;
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 14px;
   color: #FFF;  
   text-transform: uppercase; 
   width: fit-content;
   margin-bottom: 0px;
   padding: 4px 10px;      
}

.ptt-top > div{
   display: flex;
   flex-direction: column;
   gap: 5px;   
}

.ptt-top > div > div{
   display: flex;
   align-items: center;
   gap: 10px;
}

.ptt-label{
   font-family: "Albert Sans", sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #8B8B8B;
   margin-bottom: 0px;
}

.ptt-cont{
   font-family: "Albert Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   color: #FFF;   
   margin-bottom: 0px;
}

.ptt-cont-red{
   font-family: "Albert Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   color: #FF5555;   
   margin-bottom: 0px;
}

.br-single-rent{
   border-left: 5px solid #555558;
   border-right: 5px solid #18181C;
   background-color:#18181C;
   border-radius: 16px;
   padding: 15px;
   margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;   
}

.br-single-buy{
   border-left: 5px solid #179EFB;
   border-right: 5px solid #202A37;
   background-color:#202A37;
   border-radius: 16px;
   padding: 15px;
   margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;   
}

.br-single-rent img, .br-single-buy img{
   width: 80px;
   height: 110px;
   object-fit: cover;
   border-radius: 8px;   
}

.br-single-rent > div:first-child,.br-single-buy > div:first-child{
   display: flex;
   gap: 15px;
   justify-content: center;
   align-items: center;   
}

.br-single-rent > div:last-child,.br-single-buy > div:last-child{
   display: flex;
   gap: 10px;
   justify-content: center;
   align-items: end;   
}

.bsr-wn-link,.bsr-wn-link:hover{
   background-color:#242428;
   border-radius: 8px;
   padding: 8px 15px;
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 14px;
   color: #FFF;       
}

.bsb-wn-link,.bsb-wn-link:hover{
   background-color:#179EFB;
   border-radius: 8px;
   padding: 8px 15px;
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 14px;
   color: #000000;       
}

.bsr-title h3,.bsb-title h3{
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 18px;
   color: #FFF;    
   margin-bottom: 0px; 
}

.bsr-title span{
   background-color: #2C2C30;
   color: #8B8B90;
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 12px;   
    text-transform: uppercase;
    border-radius: 6px;
    padding: 2px 7px;   
}

.bsb-title span{
   background-color: #1f384f;
   color: #179EFB;
   font-family: "Albert Sans", sans-serif;
   font-weight: 700;
   font-size: 12px;   
   text-transform: uppercase;
   border-radius: 6px;
   padding: 2px 7px;   
}

.br-single-price{
   flex-direction: column;
}

.br-single-price h3{
   color: #FFFFFF;
   font-family: "Albert Sans", sans-serif;
   font-weight: 800;
   font-size: 22px;     
   margin-bottom: 0px; 
}

.br-single-price p{
   color: #8B8B90;   
   font-family: "Albert Sans", sans-serif;
   font-weight: 400;
   font-size: 14px; 
   margin-bottom: 0px;
}

.br-single-price > div > div > p:last-child{
   color: #FFFFFF;
}

.br-single-price > div{
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: end;   
}

.br-single-price > div > div{
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: end;   
}

.mysub-btn{
    background-color: transparent;
    border: 0px;
}

.mysub-btn img{
    width: 20px;
}

.mysub-search-form .input-group{
    border-radius: 8px;
    background-color: #18181C;
    border: 1px solid #00000080;
}

.mysub-search-form input,.mysub-search-form span{
    background-color: transparent;
    background: transparent;
    border: 0px;
}

.login-intptxt-cnt a img{
   width: 30px;
   height: 30px;
}

.home-link-box{
   padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;   
}

.btn-blue img{
   width: 30px;
   height: 30px;   
}


@media (max-width: 575.98px) {
    .profile-top,.pf-link-box,.pf-link-box > div{
        flex-direction: column;
        width: 100%;
    }
    .profile-pic{
        width:100px;
        height:100px;
    }
    .profile-tab-title{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;        
    }
    .ptt-top{
        flex-direction: column;
        gap: 10px;        
    }
    .ptt-top > div:first-child{
        order: 2;
    }
    .ptt-top > div:last-child{
        order: 1;
    }    
    .br-single-rent,.br-single-buy{
        flex-direction: column;
        gap: 10px;
    }
    .br-single-buy > div:last-child,.br-single-rent > div:last-child{
        flex-direction: row;
        width: 100%;
        justify-content: space-between;        
    }
    .br-single-price > div{
        align-items: flex-start;
        gap: 0px;
    }
    .br-single-buy > div:first-child,.br-single-rent > div:first-child{
        align-items: flex-start;
        width: 100%;
        justify-content: flex-start;        
    }
    .br-single-rent .ptt-label,.br-single-buy .ptt-label{
        font-size: 11px;
    }
    .br-single-rent .ptt-cont,.br-single-buy .ptt-cont,.br-single-rent .ptt-cont-red,.br-single-buy .ptt-cont-red{
      font-size: 11px;
    }    
    .my-sub-single .ptt-cont-red,.my-sub-single .ptt-cont{
      font-size: 14px; 
    }
    .my-sub-single .ptt-label{
      min-width:80px
    }
    .my-sub-single,.my-sub-single.active{
      padding: 15px;
    }    
    .ptt-top > div{
        gap:10px;
    }
    .pf-name{
      font-size: 30px;
      margin-bottom: 0px;
    }
    .pf-cont{
      font-size: 18px;
      line-height: 24px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .profile-top,.pf-link-box,.pf-link-box > div{
        flex-direction: column;
        width: 100%;
    }
    .profile-pic{
        width:100px;
        height:100px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .profile-top,.pf-link-box,.pf-link-box > div{
        flex-direction: column;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (orientation: landscape) and (max-width: 1000px) {
   /* 
   .profile-tab-title{
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;        
   }  
   .br-single-rent,.br-single-buy{
      flex-direction: column;
      gap: 10px;
   }      
   .br-single-buy > div:last-child,.br-single-rent > div:last-child{
      flex-direction: row;
      width: 100%;
      justify-content: space-between;        
   }
   .br-single-price > div{
      align-items: flex-start;
      gap: 0px;
   }
   .br-single-buy > div:first-child,.br-single-rent > div:first-child{
      align-items: flex-start;
      width: 100%;
      justify-content: flex-start;        
   }     */
   .container{
      max-width: unset;
   }
   .pf-name{
      font-size: 24px;
      margin-bottom: 0px;
   }
   .pf-cont{
      font-size: 18px;
      line-height: 24px;
   }   
   .profile-top, .pf-link-box, .pf-link-box > div {
      flex-direction: row;
      width: auto;
    }   
    .sp-link, .sp-link:hover,.ep-link, .ep-link:hover{
      font-size: 16px;
      padding: 7px 14px;
    }
    .da-link, .da-link:hover{
      font-size: 16px;
      padding: 7px 0px;
    }
    .profile-pic {
      width: 150px;
      height: 150px;
    }
    .profile-top{
      padding: 15px;
    }
    .my-sub-single,.my-sub-single.active{
      padding: 15px;
    }
}