@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');

@import url("bootstrap.min.css");

body{
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
    padding: 0;
	font-weight: 400;
    line-height: 1.5;
    color: #555555;
	font-size: 14px;
	background-color: #eff6ff !important;
}
a, a:hover {
    text-decoration: none;
    background-color: transparent;
	text-decoration: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
.tr-job-posted.section-padding{
    padding-top: 40px;
}
.job-tab .nav-tabs {
    margin-bottom: 10px;
    border-bottom: 0;
}
.job-tab .nav-tabs>li {
	float: none;
	display: inline;
}
.job-tab .nav-tabs li {
	margin-right: 0px;
}

.job-tab .nav-tabs li:last-child {
	margin-right: 0;
}

.job-tab .nav-tabs {
	position: relative;
	z-index: 1;
	display: inline-block;
}

    .job-tab .nav-tabs:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #003876;
        z-index: -1;
    }



    .job-tab .nav-tabs > li a {
        display: inline-block;
        background-color: #009ddc;
        border: none;
        border-radius: 10px 30px 0px;
        font-size: 14px;
        color: #fff;
        padding: 7px 30px;
    }

        .job-tab .nav-tabs > li > a.active,
        .job-tab .nav-tabs > li a.active > :focus,
        .job-tab .nav-tabs > li > a.active:hover,
        .job-tab .nav-tabs > li > a:hover {
            border: none;
            background-color: #003876;
            color: #fff;
        }


@media (min-width: 1200px) {
	
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	
}
/* xs */
@media (max-width: 767px) {
	
}

/* XS Portrait */
@media (max-width: 479px) {
	
}

.tab-content{
	background:#fff;
	padding: 15px;
}
.pricing_design {
    position: relative;
}
    .pricing_design .single-pricing {
        background: #009ddc;
        padding: 20px 20px;
        border-radius: 30px;
        box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
        position: relative;
        z-index: 1;
    }

.pricing_design .single-pricing:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.single-pricing ul {
    list-style: none;
    margin-top: 1px;
    padding-left: 25px;
    display: grid;
    align-items: center;
}
    .single-pricing ul li {
        line-height: 35px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }





.slider-container {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    gap: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}
.InputBox {
    width: calc(100% - 330px);
}
.form-control {
    box-shadow:none;
    outline:none;
    height: 27px;
    font-size: 12px;
    border-radius: 0px;
}
.datepicker.form-control{
    max-width: 190px;
    width: 100%;
}
.InputBox p{
    font-size:12px;
    margin:0px;
}
.slider-wrapper {
    position: relative;
    width: 100%;
}
input[type="range"] {
    appearance: none;
    width: 100%;
    background: #009ddc;
    height: 8px;
    border-radius: 50px;
    outline:none;
    box-shadow:none;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #003876;
    cursor: pointer;
    border-radius: 50%;
}
.table td, .table th {
    padding: 0.3339rem .75rem;
    vertical-align: top;
    border-top: 1px solid #009ddc;
}
.table .thead-dark th {
    color: #fff;
    background-color: #003876;
    border-color: #009ddc;
}
.h3, h3 {
    font-size: 18px;
    color: #003876;
}
.h2, h2 {
    font-size: 26px;
    color: #003876;
}
    input[type="range"]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background-color: #003876;
        cursor: pointer;
        border-radius: 50%;
    }

.sliderTooltip {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    padding: 0px 10px;
    background-color: #003876;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    font-weight: 600;
}
.badge {
    color: #fff;
    background-color: #003876;
    padding: 7px 10px 4px;
    font-size: 12px;
    line-height: 13px;
    border-radius: 10px;
}
.btn-info{
    color: #fff;
    background-color: #003876;
    border-color: #003876;
    box-shadow:none;
    outline:none;
}
    .btn-info:hover, .btn-info:focus {
        color: #fff;
        background-color: #009ddc;
        border-color: #009ddc;
        box-shadow: none;
        outline: none;
    }