

.directories-header-container{
    background: rgba(8, 68, 130, 0.88);
    margin-top: 70px;
    width: 100%;
    height: 278px;
    padding-top: 76px;
}

.directories-header{
    width: 40%;
    height: 200;
    background-color: skyblu;
    margin: 0px auto;
    padding-left: 40px;   
}

.directories-header-col-2{
    padding-left: 30px;
}



.directories-body-container{
    margin-top: 60px;
}

.directories-body-col{
    height: 500px;
}




.filters{
    margin-right: 25px;
    background: white;
    padding: 0px;
    box-shadow: 2px 8px 20px rgba(181, 181, 181, 0.2);
    border-radius: 5px;
}

.filters h6{
    padding:15px;
    color: #084482;
}

.skills-header{
    position: relative;
    bottom: 8px;
    border-bottom:2px solid #B5B5B5 ;
    border-top:2px solid #B5B5B5 ;
    border-radius: 0px;
    padding: 15px;
    width: 100%;
    text-align: left;
}
.fa-chevron-down{
    float: right;
}

/* Styles for Filter "CheckBoxs" */

.checkbox{
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 18px;
    margin-top: 8px;
}

.checkbox-label{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 19px;
    margin-left: 16px;
    color: #495057;
    position: relative;
    bottom: 8px;
}






.filter-form{
    height: 280px;
    background: #FFFFFF;
    box-shadow: 2px 8px 20px rgba(181, 181, 181, 0.2);
}
.label{
    padding: 18px 15px;
    width: 100%;
}

.age-label{

    border-bottom:2px solid #B5B5B5 ;
    border-top:2px solid #B5B5B5 ;
}
.form-input{
    width: 18%;

    float: right;
    text-align: center;

}


.location{
    position: relative;
    bottom: 8px;
    border-bottom:2px solid #B5B5B5 ;
}

.select-container{
    padding: 5px 15px 23px 15px;
    margin-top: 0px;
    width: 100%;
}

.select-label{
    position: relative;
    top: 15px;
}
.select-options{
    padding: 0px 5px;
    height: 50px;
    width: 60%;
    float: right;
}

.available-select-options{
    border: 0px;
}



.scroll-through{
    margin-top: 10px;
    padding: 35px 35px;
}

.scroll-through p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4C5059;
}










.all{
    padding: 0px;
}
/* .search-container{
    border: 1px solid silver;
    background-color: white;
}
.search-btn{
    padding: 3px 25px;
    margin-top: 2px;
    border-right: 1px solid silver;
    border-radius: 0px;
}
.form-control{
    width: 100% !important;
    border: 0px;
    background-color: transparent;
} */

/* .search-bar-sub-container{
    width: 100%;
    background-color: blue;
       
} */

.form-control{
    background-color: transparent;
    border: 1px solid #B5B5B5 !important;
    width: 90% !important;
    border-left: 0px !important;
    border-radius: 0px 5px 5px 0px;
    
    border: 0px;
}

.btn{
    padding: 6px 20px;
    margin: 0px;
    border: 1px solid #B5B5B5;
    /* border-right:0px  ; */
    border-radius: 5px 0px 0px 5px;
    background-color: transparent;
}




.all-nav-item{
    position: relative;
    bottom: 7px;
    margin-right: 0px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.all-nav-link a{
    color:  #084482 !important;
}
.all-nav-link{
    border-bottom: 2px solid #084482;
}
.interns-text{
    padding: 2px;
    border-right: 1px solid #B2B2B2;
    margin-left: 46px !important;
    color: black !important;
    width: 100px !important;
}

.relevance-btn {
    border: 1px solid #ADADAD;
    box-sizing: border-box;
    border-radius: 5px;
    height: 34px;
    padding-top: 2px;
    margin-left: 15px !important;
}





.developers-profile{
    height: 120px;
    width: 100%;
    margin: 0px auto;
    margin-top: 25px;
    padding-top: 18px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 8px 20px rgba(181, 181, 181, 0.2);
}

.view-profile-container{
    text-align: right;
    padding-right: 0px;
    padding-top: 20px;
}

.profile-image-container h4{
    padding-top: 25px;
    line-height: 10px;
}

.developer{
    color: rgba(9, 98, 187, 0.88);
}

.designer{
    color: rgb(62, 192, 252);
}

.mobile{
    color: rgb(33, 166, 228);
}

.view-profile-1 a{
    padding-right: 20px;
    text-decoration: none;
    color: rgba(9, 98, 187, 0.88);  
}

.view-profile-2 a{
    padding-right: 20px;
    text-decoration: none;
    color:  rgb(62, 192, 252);  
}

.view-profile-3 a{
    padding-right: 20px;
    text-decoration: none;
    color:   rgb(33, 166, 228);  
}

.view-profile-1 a:hover{
    color: black;
}
.view-profile-2 a:hover{
    color: black;
}
.view-profile-3 a:hover{
    color: black;
}





footer{
    margin-top: 80px;
}







/* Small Pc */
@media (max-width:1024px){

    .directories-header{
        width: 60%;
        height: 200;
        background-color: skyblu;
        margin: 0px auto;
        padding-left: 40px;   
    }
    
    .directories-header-col-2{
        padding-left: 20px;
    }







    

    .scroll-through{
        margin-top: 10px;
        padding: 34px 25px;
    }





    .all-nav-item{
        position: relative;
        bottom: 7px;
        margin-right: 0px !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .all-nav-link{
        border-bottom: 2px solid #084482;
    }
    .interns-text{
        padding: 2px;
        border-right: 1px solid #B2B2B2;
        margin-left: 17px !important;
        color: black !important;
        width: 100px !important;
    }
    
    .relevance-btn {
        border: 1px solid #ADADAD;
        box-sizing: border-box;
        border-radius: 5px;
        height: 34px;
        padding-top: 2px;
        margin-left: 15px !important;
    }
}

















/* Tablet view  */
@media (max-width:1023px){
    .directories-header-container{
        background: rgba(8, 68, 130, 0.88);
        margin-top: 70px;
        width: 100%;
        height: 278px;
        padding-top: 76px;
    }
    
    .directories-header{
        width: 75%;
        padding-left: 40px;   
    }
    

    
    
    


    
    .filters{
        display: non;
    }
    
    .filters h6{
        padding:10px;
        color: #084482;
    }
    
    .skills-header{
        padding: 10px;
        width: 100%;
        text-align: left;
    }
    
    
    
    .filter-form{
        height: 280px;
        background: #FFFFFF;
        box-shadow: 2px 8px 20px rgba(181, 181, 181, 0.2);
    }
    .label{
        padding: 18px 10px;
        font-size: 11px;
    }

    
    .select-container{
        padding: 5px 10px 23px 10px;
        margin-top: 0px;
        width: 100%;
    }
    
    .select-label{
        position: relative;
        top: 15px;
        font-size: 11px;
    }
    .select-options{
        padding: 0px 5px;
        height: 50px;
        width: 60%;
        float: right;
    }
    
    .available-select-options{
        border: 0px;
        position: relative;
        bottom:0px;
    }
    
    
    
    .scroll-through{
        margin-top: 10px;
        padding: 25px 12px;
    }
    
    .scroll-through p{
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #4C5059;
    }
    
    
    
    
    
    
    
    
    
    
    .all{
        display: non;
        padding: 0px;
    }
    




    .form-control{
        background-color: transparent;
        border: 1px solid #B5B5B5 !important;
        
        width: 87% !important;
        border-left: 0px !important;
        border-radius: 0px 5px 5px 0px;
        
        border: 0px;
    }
    
    .btn{
        padding: 6px 20px;
        margin: 0px;
        border: 1px solid #B5B5B5;
        border-radius: 5px 0px 0px 5px;
        background-color: transparent;
    }
    
    
    .all-nav-bar{
        position: absolute;
        top:40px;
        background-color:white;
        z-index: 10;
        border-radius: 10px;
    }
    

    .all-nav-item{
        position: relative;
        bottom: 7px;
        margin-right: 0px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .all-nav-link{
        border-bottom: 2px solid #084482;
    }
    .interns-text{
        padding: 2px;
        border-right: 1px solid #B2B2B2;
        margin-left: 15px !important;
        color: black !important;
        width: 100px !important;
    }
    
    .relevance-btn {

        padding-top: 2px;
        margin-left: 5px !important;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    
    
    .developers-profile-container{
        margin-top: 70px;
    }
    
    .developers-profile{
        height: 120px;
        width: 100%;
        margin: 0px auto;
        margin-top: 25px;
        padding-top: 10px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 2px 8px 20px rgba(181, 181, 181, 0.2);
    }
    
    .view-profile-container{
        text-align: right;
        padding-right: 0px;
        padding-top: 20px;
    }
    
    .profile-name{
        padding-top: 25px;
        line-height: 10px;
        font-size: 20px; 
    }
    
    .developer{
        color: rgba(9, 98, 187, 0.88);
        font-size:14px;
    }
    
    .designer{
        color: rgb(62, 192, 252);
        font-size:14px;
    }
    
    .mobile{
        color: rgb(33, 166, 228);
        font-size:14px;
    }
    
    .view-profile-1 a{
        padding-right: 20px;
        text-decoration: none;
        color: rgba(9, 98, 187, 0.88);  
    }
    
    .view-profile-2 a{
        padding-right: 20px;
        text-decoration: none;
        color:  rgb(62, 192, 252);  
    }
    
    .view-profile-3 a{
        padding-right: 20px;
        text-decoration: none;
        color:   rgb(33, 166, 228);  
    }
    
    .view-profile-1 a:hover{
        color: black;
    }
    .view-profile-2 a:hover{
        color: black;
    }
    .view-profile-3 a:hover{
        color: black;
    }

    .view-profile-svg-1{
        width: 200px;
    }

    .view-profile-svg-2{
        width: 140px;
    }

    .view-profile-svg-3{
        width: 170px;
    }






    
}













/* Mobile view  */

@media (max-width:767px){

    .directories-body-container{
        
        margin-top: 60px;
    }

    .directories-header-container{
        background: rgba(8, 68, 130, 0.88);
        margin-top: 70px;
        width: 100%;
        height: 310px;
        padding-top: 76px;
    }
    
    .directories-header{
        width: 98%;
        height: 200;
        background-color: skyblu;
        margin: 0px auto;
        padding-left: 0px; 
        margin-top: 40px;  
    }

    .directories-header svg{
        width: 100%;
        height: ;
    }
    
    .directories-header-col-2{
        padding-left: 10px;
        position: relative;
        bottom: 325px;
        margin: 0px auto;
        text-align: center;
    }

    .directories-header-col-2 p{
        line-height: 20px;
    }
    
    
   

    
    
    
    .filters{
        display: none;
        margin-right: 25px;
        background: white;
        padding: 0px;
        box-shadow: 2px 8px 20px rgba(181, 181, 181, 0.2);
        border-radius: 5px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .all{
        display: non;
        padding: 0px;
    }
    




    .form-inline{
        justify-content: center;
    }


    .form-control{
        background-color: transparent;
        border: 1px solid #B5B5B5 !important;
        
        width: 80% !important;
        border-left: 0px !important;
        border-radius: 0px 5px 5px 0px;
        
        border: 0px;
    }
    
    .btn{
        padding: 6px 10px;
        margin: 0px;
        border: 1px solid #B5B5B5;
        border-radius: 5px 0px 0px 5px;
        background-color: transparent;
    }



    
    
    

    .all-nav-bar{
        position: absolute;
        top:40px;
        background-color:white;
        z-index: 10;
        border-radius: 10px;
    }
    
    
    .all-nav-item{
        position: relative;
        bottom: 0px;
        margin-right: 0px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .all-nav-link a{
        color:  #084482 !important;
    }
    .all-nav-link{
        border-bottom: 2px solid #084482;
    }
    .interns-text{
        padding: 2px;
        border-right: 1px solid #B2B2B2;
        margin-left: 13px !important;
        color: black !important;
        width: 100px !important;
    }
    
    .relevance-btn {
        border: 1px solid #ADADAD;
        box-sizing: border-box;
        border-radius: 5px;
        height: 34px;
        padding-top: 2px;
        margin-left: 5px !important;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    
    
    
    .developers-profile-container{
        margin-top: 70px;
    }
    
    .developers-profile{
        height: 140px;
        width: 100%;
        margin: 0px auto;
        margin-top: 25px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 2px 8px 20px rgba(181, 181, 181, 0.2);
    }
    
    .view-profile-container{
        text-align: right;
        padding-right: 0px;
        padding-top: 0px;
        position: relative;
        bottom: 20px;
    }
    
    .profile-image-container h4{
        padding-top: 25px;
        line-height: 10px;
    }
    .profile_image-col-2{
        margin-left: 10px;
    }
    
    .developer{
        color: rgba(9, 98, 187, 0.88);
    }
    
    .designer{
        color: rgb(62, 192, 252);
    }
    
    .mobile{
        color: rgb(33, 166, 228);
    }
    
    .view-profile-1 a{
        padding-right: 20px;
        text-decoration: none;
        color: rgba(9, 98, 187, 0.88);  
    }
    
    .view-profile-2 a{
        padding-right: 20px;
        text-decoration: none;
        color:  rgb(62, 192, 252);  
    }
    
    .view-profile-3 a{
        padding-right: 20px;
        text-decoration: none;
        color:   rgb(33, 166, 228);  
    }
    
    .view-profile-1 a:hover{
        color: black;
    }
    .view-profile-2 a:hover{
        color: black;
    }
    .view-profile-3 a:hover{
        color: black;
    }


    footer{
        
        margin-top: 700px;
    }
}








