body {
    font-family: 'Segoe UI';
}

.navbar-dark .navbar-nav .link_color {
    color: #808384 !important;
}

.breadcrumb {
    background-color: #E2EDFF;
    margin-top: 2px;
    color: #2E3764;
    padding: .75rem 0rem;
}

.breadcrumb-item a {
    color: #363F6A;
}

.joblisting_main {
       background-color: #E2EDFF;

}
.tech_category{
    list-style-type: none;
 margin-left: -54px;

}
.tech_category li{
    display: inline-block;
    padding: 10px 55px 0px 0px;
    font-size: 12px;
    color: #587494;

}

.freelancer_profile
{
	background-color: #E2EDFF;
}
.mb_15{
    margin-left: -35px;
}
.contact_us_heading{
    color: #1a1a1a;
    font-weight:bold;
    font-size:29px;
}
.contact_text{
    font-size:15px;
    color: #696969;
}
.freelancer_hire{
    background-color: #fff;
}
.book_freelancer{
    color:#1a1a1a;
    font-size:16px;
    font-weight: bold;
}
.form_label{
    font-size:20px;
    color:#222222;
    font-weight:600;
}
.btn-submit,.btn-submit:hover{
    color:#fff ;
    background-color:#1766B1;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    width: 100%;

}
.card{
 box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
}
input[type=text],input[type=number],input[type=email], #msg,#choose_option{
    background-color: #F2F2F4;
}
.mt-56{
    margin-top: -58px;
}
.pl-40{
    padding-left: 40px;
}
.pl-28{
    padding-left: 28px;
}
.pl-18{
    padding-left: 18px;
}
.form_title{
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
}
/* Media Query for mobile devices*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
.tech_category{
    overflow: auto;
    white-space: nowrap;
}

.tech_category li {
   padding: 10px 25px 0px 10px;
}

.joblisting_breadcrumb{
    margin-left: 0px;
}
.mb_15{
    margin-left: 0px;
}
.mt-56{
    margin-top: 0px;
}
.pl-40{
    padding-left: 20px;
}
.pl-28{
    padding-left: 10px;
}
.pl-18{
    padding-left: 10px;
}
}