/*--- Reset Css ---*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    color: #adadad;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h3,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.archive .page-title.header,
.archive.search .page-title.header,
.error404 .page-title.header {
    display: none;
}

a:hover,
a:active {
    outline: 0;
}

a:active,
a:hover,
.post-navigation a:hover .fa {
    color: #2884CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    font-weight: 500;
    line-height: normal;
    font-family: 'Mulish', sans-serif;
}

address {
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: bold;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    text-decoration: none;
    background: none;
}

p {
    margin-bottom: 24px;
}

.entry-content p {
    margin-bottom: 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

pre {
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    quotes: none;
    clear: both;
    line-height: 24px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

ul,
ol {
    margin: 0 0;
}

ul {
    clear: both;
    list-style: none;
}

ol {
    list-style: decimal;
}

.list>li {
    margin: 0 0 5px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled],
.button.disabled,
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
    cursor: not-allowed !important;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    height: auto;
    vertical-align: baseline;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

hr {
    background-color: #f5f5f5;
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

a:hover,
a:focus {
    color: #2884CC;
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/*===== Common CSS =====*/

.over-tab tr th:last-child {
    text-align: right;
}

.over-tab tr td:last-child {
    text-align: right;
}

.share .btn.btn-blue {
    width: auto;
}

table.table.total {
    margin-top: 40px;
}

.hetus-form .btn-group .btn.btn-danger {
    height: 48px !important;
}

.btn-white {
    margin-top: 5px;
    background: #fff;
    color: #000;
  width: 85.3333px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: 600;
}

.btn-blue {
    background: #286cac;
    color: #fff;
    height: 39px ;
    text-align: center;
    border: 1px solid #2884CC;
    border-radius: 10px;
    margin-top: 5px;
}

.btn-white:hover,
.btn-white:focus,
.btn-blue:hover,
.btn-blue:focus {
    background: transparent;
    color: #286cac;
    border-color: #286cac;
}

.title {
    color: #434343;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    font-size: 53px;
    margin-bottom: 38px;
}

.small-title {
    color: #323232;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    line-height: 32.5px;
}


/*===== Get Stated Page =====*/

.dis-box-info h5 i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 22px;
}

.gstart-sec {
    overflow: hidden;
    background: #f1f3f6;
    position: relative;
    height: 900px;
}

.gstart-sec .logo-image {
    position: absolute;
    left: 20px;
    top: 10px;
}

.gstart-sec .logo-image img {
    width: 140px;
}

.gstart-info-main {
    position: relative;
    height: 900px;
}

.gstart-info {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
}

.radio-button {
    padding-top: 75px;
    margin-bottom: 45px;
}

.radio-button .form-check {
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    padding-left: 40px;
    margin-bottom: 25px;
    width: 70%;
}

.radio-button .form-check label {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #2D3748;
}

.footer-line span {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #2D3748;
}

.button-start {
    margin-bottom: 54px;
}

.footer-line span a {
    color: #2884cc;
    font-weight: 700;
}

.footer-line span a:hover,
.footer-line span a:focus {
    color: #ff661e;
}


/*===== Login Page =====*/

.login-info {
    padding-top: 70px;
    /*padding-left: 20px;*/
}

.login-info h1 {
    font-size: 44px;
    margin-bottom: 30px;
}

.btn.btn-google img {
    margin-right: 10px;
}

.btn.btn-google {
    text-align: center;
   /* width: 280px;*/
    margin-right: 10px;
    background: #fff;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px 15px;
    height: 47px;
}

.btn.btn-facebook img {
    margin-right: 10px;
}

.btn.btn-facebook {
    text-align: center;
    width: 280px;
    margin-right: 10px;
    color: #fff;
    background: #1877F2;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px 10px;
    height: 47px;
}

form#frmtras .btn-group select#clientnm {
    height: 48px;
}

form#jobpost .col-md-12.label-post .select2-container--default .select2-selection--multiple {
    border-radius: 30px !important;
    padding-left: 10px;
    line-height: 20px;
}

.button-google {
    padding: 30px 0 60px;
}

.btn.btn-google:hover,
.btn.btn-google:focus {
    border: 1px solid #2884cc;
}

.btn.btn-facebook:hover,
.btn.btn-facebook:focus {
    border: 1px solid #fff;
}

.login-form {
    margin-bottom: 20px;
    width: 80%;
}

.login-form input {
    height: 40px;
    border: 1px solid #E2E8F0;
    border-radius: 0;
    background: #fff;
    font-size: 14px !important;
}

.login-form label {
    color: #2D3748;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.login-form .form-group {
    margin-bottom: 25px;
}

.login-form .forgot {
    text-align: right;
}

.login-form .forgot a {
    color: #2884CC;
    font-weight: 600;
}

.login-form .forgot a:hover,
.login-form .forgot a:focus {
    color: #ff661e;
}


/*===== Creat new Account Page =====*/

.side-step {
    background-color: #1068AD;
    width: 444px;
    height: 100vh;
    position: fixed;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
}

.stepwizard-row {
    display: block;
    text-align: left;
}

.stepwizard {
    display: block;
    width: 100%;
    position: absolute;
    text-align: left;
    transform: translateY(-50%);
    top: 50%;
    left: 90px;
}

.stepwizard-step button[disabled] {}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 0.7 !important;
    color: #ccc;
}

.stepwizard-step {
    display: block;
    text-align: left;
    position: relative;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
    line-height: 23px;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: transparent;
    position: relative;
}

.btn-circle.stcom {
    border-color: #ccc;
    color: #ccc;
    opacity: 0.7;
}

.btn-circle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    text-align: center;
    margin: auto;
    height: 18px;
    width: 1px;
    background-color: #fff;
}

.my-billings-add-a-card .modal-body {
    padding: 40px !important;
    float: left;
}

.my-billings-add-a-card .add-a-card-img {
    width: 100%;
    height: 259px !important;
    object-fit: cover !important;
    margin: 0px 0;
}

p.full_width.add-a-card-heading {
    width: 100% !important;
    background: #eee !important;
    color: #000 !important;
    margin-top: 0px !important;
}

.btn.btn-circle.btn-default.btn-success:after {
    content: "1";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 20px;
}

.btn.btn-two.btn-default.btn-circle:after {
    content: "2";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 20px;
}

.btn.btn-three.btn-default.btn-circle:after {
    content: "3";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 20px;
}

.btn.btn-circle.btn-default:after {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #fff;
    opacity: 0.7
}

.btn.btn-default.btn-circle.stcom:after {
    content: "\f00c";
    font-family: 'fontawesome';
    color: #fff;
    opacity: 0.7
}

.btn-circle:hover,
.btn-circle:focus {
    background-color: transparent;
    border-color: #fff;
}

.stepwizard-row.setup-panel h2 {
    font-size: 39px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}

.stepwizard-step:last-child a:before {
    display: none;
}

.or-email {
    margin-bottom: 40px;
}

.or-email span {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    color: #7E8082;
}

.step .form-group label {
    color: #2D3748;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    line-height: normal;
}

.step .form-group input,
.step .form-group select {
    height: 40px;
    border: 1px solid #E2E8F0;
    border-radius: 0;
    background: #fff;
    width: 100%;
    padding-left: 10px;
    font-size: 14px !important;
}

.form-check label {
    font-size: 14px !important;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #718096;
}

.form-check label a {
    color: #2884CC;
    font-weight: 700;
}

.form-check label a:hover,
.form-check label a:focus {
    color: #ff661e;
}

.step .form-check-input {
    margin-top: 6px;
    border-radius: 0;
}

button.btn.btn-blue.nextBtn {
    width: 190px;
    margin-top: 30px;
}

.gstart-info-main.signup-main {
    height: auto;
    padding-bottom: 60px;
}

.gstart-sec.signup-sec {
    height: auto;
}


/*== step Two css ==*/

#step-2 {
    height: 100vh;
    position: relative;
}

.panel-body.step-two-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.step-two-info img {
    margin-bottom: 55px;
}

.step-two-info h2 {
    font-size: 44px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 35px;
}

.step-two-info p {
    color: #2D3748;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 60px;
}


/*== step Three css ==*/

.step-3 {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.step-3 fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left;
    position: relative;
}

.step-3 fieldset:not(:first-of-type) {
    display: none
}

.step-3 input,
.step-3 textarea {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.step-3 textarea {
    height: 100px;
}

.step-3 select {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.step-3 input:focus,
.step-3 textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

.banner-right img {
    position: relative;
    right: 0px;
    z-index: 11;
}

.step-3 .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

.step-3 .action-button:hover,
.step-3 .action-button:focus {
    background-color: #311B92
}

.step-3 .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.step-3 .action-button-previous:hover,
.step-3 .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.fs-title {
    font-size: 28px;
    color: #434343;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #2D3748;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 10px;
    margin-bottom: 45px;
}

.progress-bar {
    background-color: #4299E1;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.card h2#title {
    font-size: 44px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #434343;
}

.card p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #2D3748;
}

.form-card span.step-count {
    position: absolute;
    top: -80px;
    display: block;
    color: #7E8082;
}

.form-card span.fild-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #718096;
    display: block;
}

.btn-grays {
    background-color: #E2E8F0;
    border: 1px solid #E2E8F0;
    color: #2D3748;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    margin-bottom: 100px;
}

.btn-grays i {
    margin-left: 7px;
}

.btn-grays:hover,
.btn-grays:focus {
    border-color: #4299E1;
}

.form-card .het {
    margin-bottom: 60px;
}

.form-card .het .form-check-input {
    margin-top: 6px;
    border-radius: 0;
    text-align: left;
    width: auto;
    margin-left: -20px;
}

.modal-exp label {
    color: #2D3748;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.modal-exp input,
.modal-exp select {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.modal-exp .het {
    margin-bottom: 20px;
}

.modal-exp .het .form-check-input {
    margin-top: 6px;
    border-radius: 0;
    text-align: left;
    width: auto;
    margin-left: -20px;
}

.modal-exp .het label {
    font-weight: 500;
    color: #718096;
    font-size: 14px;
}

.profile-choose {
    margin-bottom: 30px;
}

.form-card.last-card input {
    margin-bottom: 0px;
}

.profile-choose input#imgInp {
    width: 80%;
    background: transparent;
    border: 0;
}

.profile-choose img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 10px;
}


/*===== Home Page =====*/

.top-header {
    padding: 10px 35px;
}

.logo {
    display: inline-block;
}

.top-header ul {
    display: inline-block;
    margin-left: 30px;
}

.top-header ul li {
    display: inline-block;
    margin-right: 35px;
}

.top-header button#dropdownMenuButton {
    background: transparent;
    border: 0;
    color: #4A5568;
    font-size: 16px;
    font-weight: 600;
}

.top-header ul li a {
    color: #4A5568;
    font-size: 16px;
    font-weight: 600;
}

header {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 20px;
}

header nav.navbar {
    padding: 0;
    text-align: center;
}

header nav.navbar ul {
    text-align: center;
    margin: auto;
}

header nav.navbar li a {
    font-size: 13px;
    font-weight: 400;
    color: #727272;
}

header nav.navbar li a:hover,
header nav.navbar li a:focus {
    color: #4299E1;
}

.banner {
    padding: 10px 35px 70px;
    overflow: hidden;
}

.banner p {
    color: #2B6CB0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner h1 {
    color: #2B6CB0;
    font-family: Inter;
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -1.5px;
    text-align: left;
    height: 210px;
    width: 610px;
}

.banner h5 {
    color: #4A5568;
       font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    height: 60px;
    width: 542px;
    margin-bottom: 60px;
}

.btn-group button.btn.btn-blue {
    margin-right: 15px;
}

.btn-group button.btn.btn-white {
     border: 1px solid #6c757d63;
    box-shadow: 1px 1px 12px -10px rgb(0 0 0 / 50%);
    color: #000;
    font-weight: 600;
}

.btn-group ul {
    display: flex;
}

div#exampleModal .services-tag ul#skilltag li {
    padding: 0 !important;
}

.btn-group ul li {
    margin-right: 10px;
}

.btn-group ul li a {
    font-size: 12px !important;
}

.banner-info {
    padding-top: 60px;
    /*padding-bottom: 100px;*/
        padding-left: 32px;

}

.banner-right img {
    position: absolute;
    right: -70px;
}

.banner-right {
    position: relative;
}

section.top-header button.btn.btn-white {
    margin-right: 15px;
    box-shadow: none;
}

.hiring {
    background-color: #EEF3FB;
}

.title-three {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2B6CB0;
    margin-bottom: 20px;
}

.hiring h3 {
    color: #1A202C;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 70px;
}

.img-ico {
    background-color: #3182CE;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    position: relative;
}

.img-ico img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.img-ico-text h3,
.img-ico-text h2,
.img-ico-text h1,
.img-ico-text h5,
.img-ico-text h4 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #1A202C;
    margin-bottom: 8px;
}

.img-ico-text p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4A5568;
    margin-bottom: 40px;
}

.hiring-right {
    margin-top: 150px;
}

.client-btn {
    margin-top: 40px;
    padding-bottom: 70px;
}

.freelancer {
    padding: 60px 0;
}

.free-right h3 {
    color: #1A202C;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 24px;
}

.free-right p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4A5568;
    margin-bottom: 30px;
}

.global ul {
    padding: 80px 0;
    border-top: 1px solid #eee;
    text-align: center;
}

.global ul li {
    width: 294px;
    display: inline-block;
    text-align: left;
    margin-right: 30px;
}

.title-four {
    color: #3182CE;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 8px;
}

.global ul li img {
    margin-bottom: 26px;
    width: 50px;
    height: 50px;
}

.global ul li p {
    color: #1A202C;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.global ul li:last-child {
    margin-right: 0;
}

.ready-start h3 {
    color: #1A202C;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 25px;
    font-family: Inter, sans-serif;
}

.ready-start {
    padding-bottom: 75px;
    background-color: #f9fbff;
    text-align: center;
    margin-bottom: 150px;
}

.ready-start p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4A5568;
    padding-right: 46px;
    margin-bottom: 30px;
    padding-left: 253px;
    width: 80%;
}

.speker-box {
    background-color: #f8fafc;
    padding: 80px;
}

.speker-box h3 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    color: #000;
    margin-bottom: 15px;
}

.speker-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #4A5568;
    margin-bottom: 24px;
}

.s-box-two img {
    margin-right: 15px;
}

.s-box-two h6 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
    color: #3182CE;
}

.s-box-two p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #1A202C;
    margin-bottom: 0;
}

.speker {
    margin-bottom: 200px;
    display: none;
}

footer {
    /*padding: 42px 0 20px;*/
    background-color: #E9F1FF;
    position: relative;
}

.footer-link h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    color: #434343;
    margin-bottom: 15px;
}

.footer-link li {
    margin-bottom: 12px;
}

.footer-link li a {
    color: #434343;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.footer-link li:hover a,
.footer-link li:focus a {
    color: #3182CE;
}

ul.social li {
    display: inline-block;
    margin-right: 13px;
}

ul.social li a i {
    font-size: 24px;
}

.footer-link p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #718096;
}

.footer-link .input-news {
    position: relative;
}

.footer-link .input-news .btn {
       position: absolute;
    top: 0px;
    right: 0px;
    background-color: #A6B7F4;
    color: #000;
    font-size: 12px;
    height: 34px;
    border-radius: 0 4px 4px 0px;
}

.bootbox.modal.fade.bootbox-confirm.show .modal-dialog {
    max-width: 40%;
}

.bootbox.modal.fade.bootbox-confirm.show .modal-dialog button.bootbox-close-button.close {
    background-color: #1068AD;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: -16px;
    top: -5px;
}

.bootbox.modal.fade.bootbox-confirm.show .modal-dialog .bootbox-body {
    color: #000;
    font-weight: 600;
    letter-spacing: normal;
}

.footer-link .input-news .btn:hover,
.footer-link .input-news .btn:focus {
    background-color: #3182CE;
}

.row.border-class {
    padding-bottom: 42px;
    border-bottom: 1px solid #A6B7F4;
}

.pa-40 {
    padding-top: 20px;
}

.br-01 {
    border-right: 1px solid #A6B7F4;
}

.footer-text p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    color: #434343;
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}

.copy-right {
    text-align: right;
}

.copy-right ul {
    margin-bottom: 8px;
}

.copy-right ul li {
    margin-left: 15px;
    display: inline-block;
}

.copy-right ul li a {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #434343;
}

.copy-right ul li a:hover,
.copy-right ul li a:focus {
    color: #3182CE;
}

.copy-right span {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #434343;
}


/*===== About Page =====*/

.header-two {
    background: #1068AD;
    padding: 12px 40px;
}

.header-link-one {
    margin-top: 10px;
}

.header-link-one li {
    display: inline-block;
    margin-right: 30px;
}

.header-link-one li a {
    color: #fff;
    font-weight: 600;
}

.header-two .logo img {
    height: 55px;
    width: 105px;
}

.blog_head{
    font-size: 27px !important;
    font-weight: bolder;
    color: white;
    padding-left: 11px;
    vertical-align: middle;
}

.header-two-right {
    text-align: right;
}

.header-two-right ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    line-height: 45px;
}

.header-two-right ul li form.form-inline i {
    position: absolute;
    left: 10px;
    color: #eee;
}

.header-two-right ul li form.form-inline input {
    padding-left: 15px;
}

.header-two-right ul li form.form-inline input {
    padding-left: 31px;
    border-radius: 30px;
    background-color: #2884CC;
}

.header-two-right ul li a {
    color: #fff;
}

.header-two-right ul li a img {
    width: 42px;
    height: 42px
}

.banner-about {
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    padding-top: 195px;
}

section.banner-about.bannertop {
    padding-top: 200px;
    padding-bottom: 75px;
}

.banner-about h1 {
    margin-bottom: 25px;
    color: #434343;
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
}

.banner-about h2 {
    color: #323232;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 32px;
}

.about-sec {
    padding: 80px 0 110px;
}

.about-sec-left {
    margin-top: 80px;
}

.about-sec p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.over-vision {
    padding: 150px 0;
    background-color: rgba(233, 241, 255, 0.4);
}

.vision-left h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    margin-bottom: 30px;
    color: #434343;
}

.vision-left p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #4C4C4D;
}

.mission-left h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    margin-bottom: 30px;
    color: #434343;
}

.mission-left p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #4C4C4D;
}

.busi-sec {
    padding: 90px 0;
}

.busi-sec h3 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    color: #434343;
    margin-bottom: 60px;
}

.busi-sec-box {
    padding: 40px 35px;
    background-color: rgba(233, 241, 255, 0.45);
    margin-bottom: 30px;
}

.busi-sec-box img {
    margin-bottom: 40px;
}

.busi-sec-box h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    color: #434343;
    margin-bottom: 8px;
}

.busi-sec-box p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #7E8082;
    margin-bottom: 0;
}

.team h4 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    color: #434343;
    margin-bottom: 60px;
}

.team {
    padding: 90px 0;
    background-color: rgba(233, 241, 255, 0.4);
}

.team-box {
    text-align: center;
}

.team-box img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.team-box h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 8px;
    color: #434343;
}

.team-box span {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: #7E8082;
}


/*===== FAQ Page =====*/

.banner-about form.form-inline {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.banner-about form.form-inline input {
    width: 80%;
    border-radius: 30px;
    border: 1px solid #A6B7F4;
}

.faq-tab {
    padding: 80px 0;
}

.faq-tab ul#myTab {
    border: 0;
    text-align: center;
    margin: auto;
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
}

.faq-tab ul#myTab li {
    display: inline-block;
    margin-right: 20px;
}

.faq-tab .nav-tabs .nav-link {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.faq-tab .nav-tabs .nav-link:hover,
.faq-tab .nav-tabs .nav-link:focus,
.faq-tab .nav-tabs .nav-item.show .nav-link,
.faq-tab .nav-tabs .nav-link.active {
    border: 0;
    background: #E9F1FF;
    color: #3C64B1;
    border-radius: 30px;
    font-weight: 600;
}

.client-faq {
    width: 70%;
    text-align: center;
    margin: auto;
}

.client-faq .card .card-header {
    background: rgba(233, 241, 255, 0.4);
    border: 0;
    margin-bottom: 30px;
}

.client-faq .card .card-header i {
    text-align: right;
    float: right;
    position: absolute;
    right: 10px;
    top: 15px;
}

.client-faq .card .card-header .btn.btn-link {
    width: 100%;
    border: 0;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 39px;
    color: #4C4C4D;
    text-align: left;
    padding-right: 80px;
    position: relative;
    white-space: inherit;
}

.client-faq .card-body {
    margin-bottom: 30px;
}

.inquery {
    padding: 0px 0 100px;
    text-align: center;
}

.inquery h3 {
    margin-bottom: 10px;
}

.inquery p {
    margin-bottom: 50px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #323232;
}

.inquery .btn.btn-blue {
    width: 240px;
}


/*===== Submit Request Page =====*/

.banner-about h2 span {
    font-weight: 800;
}

.request-form {
    padding: 80px 0;
}

.request-form-width {
    width: 70%;
    text-align: left;
    margin: auto;
}

.request-form-width input,
.request-form-width textarea {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.request-form-width textarea {
    height: 100px;
}

.request-form-width select {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.request-form-width label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #2D3748;
}

.request-form-width small {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
    margin-bottom: 30px;
}

.request-form-width .btn {
    margin-top: 40px;
}

.second-form-foot {
    margin-top: 100px;
    padding-top: 26px;
    border-top: 1px solid #A6B7F4;
}

.second-form-foot p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    padding-left: 30px;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #323232;
}

.second-form-foot p:before {
    content: "\f041";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'fontawesome';
    font-size: 27px;
    color: #000;
}

.second-form-foot a {
    font-family: Mulish, sans-serif;
    font-style: normal;
    padding-left: 30px;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #323232;
}

.second-form-foot a:before {
    content: "\f095";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'fontawesome';
    font-size: 27px;
    color: #000;
}


/*===== Help Page =====*/

.help-box {
    background: #E9F1FF66;
    border-radius: 30px;
    text-align: center;
    padding: 43px;
}

.help-box img {
    margin-bottom: 60px;
}

.help-box h4 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    color: #434343;
    margin-bottom: 60px;
}

.help-box p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    color: #7E8082;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 60px;
}

.btn.btn-opacity {
    background-color: #E9F1FF;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #434343;
}

.btn.btn-opacity:hover,
.btn.btn-opacity:focus {
    background-color: #1068AD;
    color: #fff;
}

.hep-second {
    padding-bottom: 60px;
}

.hep-second .second-form-foot {
    width: 60%;
    margin: auto;
    margin-top: 100px;
}

.hep-second h3 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 32px;
    color: #323232;
}

.hep-second h3 span {
    font-weight: 800;
}

.privacy {
    padding: 100px 0;
}

.privacy ul li {
    display: block;
    margin-bottom: 15px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}

h4.small-text {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
    color: #000;
}

.privacy-info {
    margin-bottom: 50px;
}

.privacy-info ul li {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
    color: #000;
}

.header-two-right ul li a {
    position: relative;
}

.sub-menus {
    position: absolute;
    width: 230px;
    background-color: #fff;
    opacity: 0;
    top: 40px;
    right: 0;
    transition: 0.6s;
    z-index: 11;
    display: none;
    overflow: hidden;
    visibility: hidden;
}

.sub-menus ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    display: block;
    line-height: normal;
}

.sub-menus ul li a {
    color: #000;
    font-size: 14px;
    line-height: normal;
}

.sub-menus ul li a i {
    margin-right: 10px;
}

.header-two-right ul li:hover .sub-menus,
.header-two-right ul li:focus .sub-menus {
    display: block;
    opacity: 1;
    transition: 0.6s;
    visibility: visible;
    overflow: visible;
}

.header-two-right ul li .sub-menus li:hover a,
.header-two-right ul li .sub-menus li:focus a {
    color: #1068AD;
}


/***********************  TOP Bar ********************/

.sidebar {
    width: 300px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 1px 44px -24px rgb(0 0 0 / 50%);
}

.bg-defoult {
    background: #fff;
}

.sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar li a,
.sidebar li a.collapsed.active {
    display: block;
    padding: 15px;
    color: #000;
    text-decoration: none
}

.sidebar li a.active {
    background: rgba(233, 241, 255, 0.5);
    transition: all 0.5s ease-in-out
}

.sidebar li a:hover {}

.sub-menu.collapse.show {
    background: rgba(233, 241, 255, 1);
}

.sidebar li a i {
    padding-right: 5px;
}

.sidebar ul li .sub-menu li a {
    position: relative
}

.sidebar ul li .sub-menu li a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 0px;
    padding-right: 10px;
    vertical-align: middle;
}

.sidebar ul li .sub-menu li a:hover:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%;
}

.sidebar ul li .sub-menu li a:hover {
    padding-left: 20px;
    transition: all 0.5s ease-in-out;
    color: #1068ad;
}

.sidebar li a .nav-label,
.sidebar li a .nav-label+span {
    transition: all 0.5s ease-in-out
}

.sidebar.fliph li a .nav-label,
.sidebar.fliph li a .nav-label+span {
    display: none;
    transition: all 0.5s ease-in-out
}

.sidebar.fliph {
    width: 42px;
    transition: all 0.5s ease-in-out;
}

.sidebar.fliph li {
    position: relative
}

.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #222;
    width: 150px;
    z-index: 100;
}

.user-panel {
    clear: left;
    display: block;
    float: left;
}

.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel>.info,
.user-panel>.info>a {
    color: #000;
}

.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 9px;
}

.user-panel {
    clear: left;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
}

.user-panel>.info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 70px;
}

.fliph .user-panel {
    display: none;
}

.main {
    padding: 0 20px;
}


/*==== main-contant-dashboard====*/

.content-dash {
    padding: 40px;
    padding-right: 70px;
}

.has-search {
    margin-bottom: 17px;
}

.has-search .form-control {
    padding-left: 15px;
    height: 48px;
    border: 1px solid #A6B7F4;
    border-radius: 20px
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 48px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.jobs-drop h4 {
    margin-top: 0px;
    margin-bottom: 0;
    float: left;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #434343;
}

.mil-box .btn-group button.btn.btn-white:hover,
.mil-box .btn-group button.btn.btn-white:focus {
    border-color: #3C64B1;
    color: #3C64B1;
}

li.nodata-found {
    width: 100% !important;
    color: #000;
    display: block !important;
    margin-left: 16px;
}

.jobs-drop h4 span {
    font-weight: bold;
}

.jobs-drop {
    margin-bottom: 17px;
    float: left;
    width: 100%;
}

.jobs-drop #dropdownMenuButton {
    background-color: transparent;
    float: right;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2D3748;
    border: 1px solid #E2E8F0;
}

.content-dash .btn-group .btn.btn-danger {
    position: relative;
    width: 180px !important;
    height: 40px;
    background-color: transparent;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px;
    color: #2D3748;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    margin-right: 18px;
    box-shadow: none !important;
}

.dropdown-toggle::after {
    display: none;
}

.content-dash .btn-group .btn.btn-danger:after {
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 15px;
    color: #2D3748;
    font-family: 'FontAwesome';
    display: block;
    border-top: 0;
}

.tag-list ul li {
    display: inline-block;
    padding: 10px 8px;
    background: #E9F1FF;
    border: 1px solid #E2E8F0;
    color: #2D3748;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
    margin-right: 8px;
    text-transform: capitalize;
}

.invitaion-book .page-item:hover .page-link,
.invitaion-book .page-item.active .page-link {
    background-color: #1068ad;
    border-color: #1068ad;
    color: #fff;
}

.invitaion-book ul.pagination {
    justify-content: end;
}

.btn-invite {
    color: #1068ad;
}

span#inv_lbl {
    color: green;
}

input#files {
    padding: 8px;
}

a#outside {
    margin-top: 0 !important;
}

input#efiles {
    padding: 8px;
}

.tag-list ul li:last-child {
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    font-family: inter, sans-serif;
}

li#clear {
    cursor: pointer;
}

.tag-list {
    margin-bottom: 30px;
}

.job-search-box {
    border: 1px solid #A6B7F4;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 30px;
}

.job-search-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
    color: #000;
}

.job-search-box i {
    text-align: right;
    float: right;
    cursor: pointer;
}

.job-search-box .price ul li {
    display: inline-block;
    margin-right: 14px;
    color: #434343;
    margin-bottom: 10px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.job-search-box p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #434343;
    margin-bottom: 12px;
}

.services-tag ul li {
    display: inline-block;
    background: #E9F1FF;
    border-radius: 9px;
    padding: 8px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #434343;
}

.services-tag {
    margin-bottom: 18px;
}

.revie-location ul li {
    display: inline-block;
    margin-right: 24px;
}

.revie-location ul li img {
    float: left;
    margin-right: 15px;
}

.revie-location ul li i {
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #000;
}

.revie-location ul li span {
    font-family: Mulish, sans-serif;
    color: #434343;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.revie-location ul li:first-child {
    margin-top: 5px;
}

.button-apply {
    float: right;
    margin-top: -50px;
    color: #2884cc;
}


/*==== Job detail page====*/

.job-detail-page div#home .job-detail-box .share button#dropdownMenuButton {
    height: 40px;
    line-height: 18px;
}

.bgimagei {
    width: 18px;
    height: 22px;
    background-repeat: no-repeat;
}

.job-detail-page h2 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 18px;
    color: #000;
    text-transform: capitalize;
}

.job-detail-box {
    border: 1px solid #A6B7F4;
    border-radius: 14px;
    padding: 24px;
}

.back-btn .btn {
    padding: 0;
    background-color: transparent;
}

.back-btn .btn img {
    margin-right: 10px;
}

.back-btn {
    display: inline-block;
    margin-bottom: 30px;
}

.share {
    float: right;
}

.share ul li {
    display: inline-block;
    margin-right: 20px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #434343;
}

.share ul li:last-child {
    margin-right: 0;
}

.job-detail-box h3 {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    color: #000;
    text-transform: capitalize;
}

.att-btn-class li {
    list-style: none;
    display: inline-block;
}

.job-detail-box h3 a {
    float: right;
    margin-top: -5px;
}

li#clear:hover {
    /* text-decoration: underline; */
    color: #2884cc;
}

.listin-des ul li {
    display: inline-block;
    width: 24%;
    margin-bottom: 20px;
}

.listin-des ul li h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #434343;
    margin-bottom: 8px;
}

.listin-des ul li span {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #434343;
}

.listin-des ul li .services-tag li {
    width: auto;
}

.listin-des ul li.width-li {
    width: 30%;
}

.listin-des ul li.width-li.wi {
    width: 45%;
}

.listin-des ul li.width-li.wi .services-tag {
    margin-bottom: 0;
}

.listin-des ul li.width-li.wi .services-tag ul {
    border-bottom: 0
}

.listin-des ul {
    border-bottom: 1px solid #A6B7F4;
}

.second-job-info {
    padding-top: 40px;
}

.second-job-info p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 35px;
    color: #434343;
}

.second-job-info ul li {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
    color: #434343;
    padding-left: 20px;
    position: relative;
}

.second-job-info ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
    top: 6px;
    border-radius: 10px
}

.second-job-info ul h6 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
    color: #434343;
}

.second-job-info ul {
    margin-bottom: 15px;
}

.second-job-info .btn {
    margin-right: 15px;
}

.apply-bty {
    margin-top: 40px;
}

.btn.white-border {
    background: #FFFFFF;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 0px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #2D3748;
}

.btn.white-border img {
    margin-right: 5px;
}

.rev-box {
    padding: 18px;
    border: 1px solid #A6B7F4;
    border-radius: 20px;
}

.job-detail-box .rev-box h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.rev-box ul.first {
    padding-bottom: 12px;
}

.att-btn-class h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.rev-box ul li {
    list-style: none;
    padding-left: 0;
}

.rev-box ul li:last-child {
    margin-bottom: 0;
}

.rev-box ul li img {
    margin-right: 10px;
}

.rev-box ul li dd {
    margin-left: 35px;
}

.rev-box ul li:before {
    display: none
}

ul.first {
    padding-bottom: 20px;
    border-bottom: 1px solid #A6B7F4;
    margin-bottom: 0;
}

ul.second {
    padding-top: 20px;
}

ul.second li {
    margin-bottom: 15px;
    color: #7E8082;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

ul.second li span {
    display: block;
    margin-top: 8px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #2D3748;
}


/*==== Apply job page====*/

.modal-apply h5 {
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
}

.modal-job-box {
    margin-bottom: 28px;
    padding: 30px 20px;
    background: rgba(233, 241, 255, 0.89);
    border-radius: 27px;
}

.modal-apply .modal-dialog {
    max-width: 700px;
}

.modal-job-box h3 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}

.modal-job-box h3 img {
    float: right;
}

.modal-job-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    color: #000;
    margin-bottom: 10px;
}

.modal-job-box p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
    color: #434343;
}

.modal-job-box .price ul li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    font-family: 'Mulish', sans-serif;
}

.payment-terms {
    margin-bottom: 15px;
}

.form-modal-job h3 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 13px;
    color: #000;
}

.form-modal-job label,
.form-modal-job h5 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #2D3748;
}

.form-control.error {
    margin-bottom: 0 !important;
}

a.backbtn {
    color: #000 !important;
    font-weight: 500;
}

a.backbtn:hover,
a.backbtn:focus {
    color: #0076cb !important;
}

.btn-invite.btn-group button#btnmodal {
    margin-left: 10px;
    border-radius: 10px !important;
}

.form-modal-job label.custom-control-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 20px;
    color: #718096;
}

.form-modal-job text-area {
    border: 1px solid #E2E8F0;
    height: 100px;
}

.form-modal-job input {
    border: 1px solid #E2E8F0;
    height: 40px;
}

.form-table-box {
    margin-top: 20px;
    background-color: #f7f7f7;
    border-radius: 16px;
    padding: 15px;
}

.form-table-box h3 {
    margin-bottom: 10px;
    color: #2D3748;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.form-table-box ul li {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
    margin-bottom: 8px;
}

.form-table-box ul li span {
    float: right;
}


/*==== Job Profile page====*/

.profile-p-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pro-p-title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    color: #000;
    margin-bottom: 8px;
}

.pro-p-title p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    color: #7E8082;
}

.pro-p-title ul li {
    display: inline-block;
    color: #434343;
    margin-right: 10px;
}

.pro-p-title ul li img {
    margin-right: 10px;
}

.pro-p-title ul li i {
    margin-right: 2px;
}

.pro-p-title ul li span {
    background-color: #E9F1FF;
    padding: 5px;
    border-radius: 6px;
}

.pro-provide .share ul {
    margin-bottom: 20px;
}

.pro-provide {
    margin-bottom: 35px;
}

.listin-des ul li {
    position: relative;
}

.listin-des ul li dd {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 10px;
    color: #000;
}

.listin-des ul li .progress {
    margin-bottom: 0;
}

.pro-p-peregraph {
    padding: 24px 0;
    border-bottom: 1px solid #A6B7F4;
}

.pro-p-peregraph p {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #434343;
    margin-bottom: 0;
}

.praiki-j-hist .nav-tabs {
    border-bottom: 0;
}

.praiki-j-hist .nav-tabs .nav-item.show .nav-link,
.praiki-j-hist .nav-tabs .nav-link.active {
    border: 0;
}

.praiki-j-hist {
    padding-top: 20px;
}

.praiki-j-hist h3 {
    margin-bottom: 15px;
}

.praiki-j-hist .nav-tabs .nav-link:hover,
.praiki-j-hist .nav-tabs .nav-link:focus,
.praiki-j-hist .nav-tabs .nav-link.active {
    background: #E9F1FF;
    border-radius: 30px;
    padding: 8px 15px;
    color: #3C64B1;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.praiki-j-hist .nav-tabs .nav-link {
    margin-right: 15px;
    color: #000;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.praiki-j-hist .box-hist {
    width: 75%;
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #A6B7F4;
}

.praiki-j-hist .box-hist p {
    margin-bottom: 0;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #434343
}

input#document_file {
    padding: 8px !important;
}

input#document_file:before {
    line-height: 33px !important;
}

.box-hist ul li {
    display: inline-block;
    margin-right: 15px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #434343;
}

.box-hist h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}

.box-hist ul {
    margin-bottom: 15px;
}

.p-education {
    border-top: 1px solid #a6b7f4;
    margin-top: -1px;
    padding: 20px 0;
}

.p-education h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.p-education a.text-primary {
    margin-top: 20px;
    display: block;
}

.p-education h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.p-education span,
.p-education p {
    color: #434343;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}


/*==== Bookmark page====*/

.job-detail-page .nav-tabs {
    border-bottom: 0;
}

.job-detail-page .nav-tabs .nav-item.show .nav-link,
.job-detail-page .nav-tabs .nav-link.active {
    border: 0;
}

.job-detail-page {
    padding-top: 20px;
}

.job-detail-page .nav-tabs {
    margin-bottom: 34px;
}

.job-detail-page .nav-tabs .nav-link:hover,
.job-detail-page .nav-tabs .nav-link:focus,
.job-detail-page .nav-tabs .nav-link.active {
    background: #E9F1FF;
    border-radius: 30px;
    /* padding: 8px 15px; */
    color: #3C64B1;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.job-detail-page .nav-tabs .nav-link {
    margin-right: 5px;
    color: #000;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.invitaion-book .jobs-drop #dropdownMenuButton {
    width: 100%;
    height: 48px;
    margin-bottom: 30px;
    text-align: left;
}

h3.mediam-fonts {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.person-datail {
    margin-bottom: 30px;
}

.person-datail h4 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 18px;
    color: #000;
}

.person-datail ul li {
    display: block;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #718096;
}

.person-datail ul li span {
    display: block;
    color: #2D3748;
    font-weight: 600;
}

.person-datail .btn-group {
    margin-top: 20px;
}

.person-datail .btn-group .btn.btn-opacity {
    margin-right: 15px;
}

.p-education .btn.btn-opacity {
    margin-top: 20px;
}

.blue-box {
    background: rgba(233, 241, 255, 0.89);
    border-radius: 27px;
    padding: 20px;
}

.blue-box h4 {
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

.blue-box h4 img {
    float: right;
}

.blue-box .price ul li {
    display: inline-block;
    margin-right: 14px;
    color: #434343;
    margin-bottom: 10px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.blue-box h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}

.blue-box p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0;
    color: #434343;
}

.job-detail-box.contract-milston-box {
    margin-bottom: 40px;
}

.mil-box ul li {
    display: inline-block;
    margin-right: 15px;
    padding: 15px;
    border: 1px solid #E2E8F0;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #2D3748;
}

.mil-box ul li span {
    margin-top: 5px;
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.mil-box ul {
    margin-bottom: 10px;
}

.mail-box-tab {
    padding: 20px 0;
}

.mail-box-tab h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
    color: #000;
}

.mail-box-tab ul li {
    padding: 0;
    border: 0;
    color: #434343;
    font-weight: 400;
}

.mail-box-tab ul li strong {
    font-weight: bold;
}

.bo-bottom {
    border-bottom: 1px solid #A6B7F4;
}

.mail-box-tab ul {
    margin-bottom: 0;
}

.mil-box .btn {
    margin-right: 20px;
}

.mil-box .btn-group button.btn.btn-white {
    box-shadow: none;
    color: #000;
    border: 1px solid #eee;
}

.file-box ul {
    display: flex;
    vertical-align: middle;
}

.file-box ul li .file-image {
    background: rgba(67, 67, 67, 0.19);
    border-radius: 4px;
    width: 100%;
    height: 48px;
    position: relative;
}

.file-box ul li .file-image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.file-image-info h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #434343;
    margin-top: 5px;
}

.file-image-info p {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 9px;
    color: #434343;
}

.file-box ul li {
    margin-bottom: 20px;
}

.feed-back-left h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

.feed-back-left p {
    font-family: Mulish, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
    margin-bottom: 0;
}

.feed-back-left ul li {
    display: inline-block;
    margin-right: 15px;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #434343;
}

.feed-back-left ul li span {
    background: #E9F1FF;
    border-radius: 6px;
    padding: 5px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    color: #434343;
}

.feed-back-left ul {
    margin-bottom: 15px;
}

.feed-back-right h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 11px;
}

.feed-back-right h5 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2D3748;
}

.feed-back-right textarea {
    height: 120px;
    margin-bottom: 15px;
}

.feed-back-right ul {
    margin-bottom: 15px;
}

.feed-back-right ul li {
    color: #000;
}

.job-detail-box.ver-page h5 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 26px;
    color: #2D3748;
}

.job-detail-box.ver-page h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 24px;
    color: #000;
}

.job-detail-box.ver-page .verify h4 {
    font-family: Inter, sans-serif;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2D3748;
}

.verify p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    color: #718096;
}

.verify {
    margin-bottom: 40px
}

.ver-page input {
    height: 40px;
    border: 1px solid #E2E8F0;
    border-radius: 0;
    background: #fff;
    padding: 10px;
}

.ver-page label {
    color: #2D3748;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.ver-page select {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    height: 40px !important;
    border-color: #eee;
    padding: 10px;
}

.col-md-12.check_pro span {
    font-size: 14px !important;
    line-height: normal !important;
    display: block;
    color: #6c757d;
}

form#edit_profile_form span#reqerror {
    margin-bottom: 30px;
    display: block;
}

.tab-over {
    margin-top: 30px;
}

.over-tab tr th {
    vertical-align: middle;
    border-top: 0;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #4A5568;
    font-size: 12px;
    line-height: 16px;
}

.over-tab tr td {
    vertical-align: middle;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2D3748;
}

.tabl-btn {
    text-align: right;
}

.t-pp table tr td {
    border-top: 0;
    border-bottom: 1px solid #eee;
}

.t-pp .btn {
    margin-top: 20px;
}


/*==== Chat page====*/

.chet-box {
    background: rgba(233, 241, 255, 0.89);
    border-radius: 14px;
    padding: 15px;
    height: 858px;
}

.chet-box .form-inline input {
    width: 100%;
    border: 1px solid #E2E8F0;
    margin-bottom: 15px;
}

.text-chet h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    color: #7E8082;
    margin-bottom: 5px;
}

.text-chet p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    color: #7E8082;
    margin-bottom: 0;
    width: 80%;
}

.chet-box ul#myTab {
    width: 100%;
    display: block;
    border-bottom: 0;
}

.text-chet h3 span {
    text-align: right;
    float: right;
}

.chet-box ul#myTab li {
    margin-bottom: 15px
}

.chet-box .nav-tabs .nav-item .nav-link:hover,
.chet-box .nav-tabs .nav-item .nav-link:focus,
.chet-box .nav-tabs .nav-item.show .nav-link,
.chet-box .nav-tabs .nav-link.active {
    border: 0;
    background: rgba(60, 100, 177, 0.13);
    border-radius: 8px;
}

.chet-box .col-md-9 {
    padding-left: 0 !important;
}


.mb-3 img{
    border: 1px solid rgb(116 116 116 / 26%);
    border-radius: 20px;
    height: auto;
    width: 550px;
}

.container{
    padding-top: 70px;
}

.col-sm .col-sm{
    padding-left: 0px;
    /* max-height: 20px; */
}

.zoom {
    transition: transform .5s;
}

.zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
}


.top_blog_image{
    padding-top:20px;
    width: 88%;
    margin: auto;
    min-width: 800px;
    transition: 500ms;
}

.blog-collection{
    margin: 95px 238px;
}

.content-blog{
    margin: 1px auto;
}

.pager{
    width: 100%;
    padding: 0 100px 63px 100px;
}

.blog-title{
    font-weight: 800;
    color: #000;
}

.blog-date{
    color: #0076cb;
    font-weight: 600;
    padding: 0px 0;
}

.author{
    padding: 15px 0;
    color:#000;
    font-weight: 600;
}

.blog-image{
    transition: 500ms;
    border-radius: 20px;
    height: auto;
    width: 100%;
    max-width: 544px;
}


.blog-disc{
    padding: 21px 0;
    color: gray;
}

.blog_page{
    transition: 500ms;
    text-align: center;
    margin: 86px;
    padding: 43px 115px;
    border: 1px solid black;
    border-radius: 15px;

}

.blog-full-disc{
    transition: 500ms;
    color: #000;
    text-align: left;
    padding: 90px 0 0 0;
}

.full-blog-title{
    font-weight: 800;
    color: #0076cb;
    padding: 0 0 57px;

}

.col-md-8{
    /*margin: 20px auto;*/
}


@media (max-width: 1101px) {
    .blog-collection {
        margin: 95px 96px;
    }

    .row{
        padding-right: 0px !important;
    }


}

@media (max-width: 767px) {

    .banner-blue{
        width: 140px;
    }

    .blog-collection{
        margin : 50px 10px;
        transition: 500ms;
    }

    .blog-title{
        font-size:  20px;
    }

    .pager{
        width: 100%;
        padding: 0 25px 63px 25px;
    }

    .top_blog_image{
        min-width: 0px;
    }

    .blog_page{
        margin: 0px;
        border: 0px;
        padding: 28px 15px;
    }

    .blog-full-disc{
        padding: 0;
    }

    .blog-image{
        border-radius: 10px;
    }
}





.chet-text-hed h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    color: #000;
    margin-bottom: 8px;
}

.chet-text-hed p {
    font-family: Mulish, sans-serif;
    color: #434343;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.text-chet {
    margin-top: 7px;
}

.chet-text-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.profile-chat img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.tab.chet-ul ul {
    border-bottom: 1px solid #A6B7F4;
    padding-bottom: 20px
}

.tab.chet-ul .nav-tabs .nav-link.active,
.tab.chet-ul .nav-tabs .nav-item .nav-link:hover,
.tab.chet-ul .nav-tabs .nav-item .nav-link:focus {
    background: #E9F1FF;
    border-radius: 30px;
}

.tab.chet-ul .nav-tabs .nav-item.show .nav-link {
    background: #E9F1FF;
    border-radius: 30px;
    padding: 8px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: 0;
}

.tab.chet-ul ul li a {
    margin-right: 0 !important;
}

.tab.chet-ul ul li {
    margin-right: 15px
}

.tab.chet-ul .nav-tabs .nav-item .nav-link {
    color: #434343;
    font-weight: 600;
}

.chet-user {
    padding: 17px;
    width: 55%;
    float: left;
    background: #E5E5E5;
    border-radius: 15px 15px 15px 0px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #434343;
    margin-bottom: 40px;
}

.chet-provider {
    padding: 17px;
    width: 55%;
    float: right;
    background: #E9F1FF;
    border-radius: 15px 15px 0px 15px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #434343;
    margin-bottom: 40px;
}

.c-box-text {
    width: 100%;
    padding: 30px 20px;
}

.c-input {
    float: left;
    width: 100%;
    display: inline-block;
}

.c-input input {
    width: 100%;
    display: inline-block;
    height: 48px;
}

.c-input-btn {
    display: inline-block;
}


/*==== Application page====*/

.tab.chet-ul .file-box ul {
    column-count: 2;
    border-bottom: 0;
}

.tab.chet-ul .file-box {
    padding: 20px;
}

.job-detail-box.app-form .btn {
    width: auto;
}

.job-detail-box .form-table-box {
    margin-bottom: 50px;
}

.modal-footer.footer-app .btn {
    width: auto;
    text-align: left;
}

.modal-footer.footer-app {
    justify-content: start;
}

.modal-title.app-ti {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    color: #000;
}


/*==== Application modal ====*/

.modal-body.app-modal-info input {
    height: 40px;
    border: 1px solid #E2E8F0;
    border-radius: 0;
    background: #fff;
    padding: 10px;
}

.modal-body.app-modal-info label {
    color: #2D3748;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
}

.modal-body.app-modal-info select {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    height: 40px;
    border-color: #eee;
    padding: 5px;
}

.modal-body.app-modal-info span {
    display: block;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
}

.modal-body.app-modal-info label.form-check-label {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
}

.modal-body.app-modal-info .form-check {
    margin-top: 40px;
}

.modal-body.app-modal-info .form-check input {
    height: auto;
}


/*==== Client Job page====*/

.client-tab-box {
    padding: 24px;
    border: 1px solid #A6B7F4;
    border-radius: 14px;
    margin-bottom: 20px;
}

.client-tab-box ul.in-bujet {
    display: inline-block;
    margin-bottom: 20px
}

.client-tab-box ul.in-bujet li {
    display: inline-block;
    margin-right: 15px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #434343;
}

.share .dropdown-menu {
    left: auto !important;
    right: 0;
}

.client-tab-box ul.hired-client li {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #2D3748;
    margin-right: 25px;
    font-size: 14px;
    line-height: 20px;
}

.client-tab-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    color: #000;
    margin-bottom: 10px;
}

.client-tab-box ul.hired-client li span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-top: 8px;
}

.get-started-page h6 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2D3748;
}

.get-started-page .label-post input {
    height: 40px;
    border: 1px solid #E2E8F0;
    border-radius: 0;
    background: #fff;
    padding: 10px;
    font-size: 14px;
}

.form-control,
select,
textarea,
input {
    font-size: 14px !important;
}

label.label-trans {
    position: absolute;
    background: #fff;
    top: -12px;
    left: 9px;
    color: #000;
    font-size: 14px;
}

label {
    font-size: 16px ;
}

.get-started-page .label-post label {
    color: #2D3748;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}

.get-started-page select {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0px;
    height: 40px;
    border-color: #eee;
    padding: 5px;
    color: rgb(73, 80, 87);
    font-weight: 400;
}

.get-started-page .label-post small {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
    margin-bottom: 20px;
}

input.btn.btn-white {
    color: #000;
}

input.btn.btn-white:hover {
    color: #1068AD;
}

.get-started-page .btn {
    width: auto;
    margin-right: 15px;
}


/*==== Client Job Detail page====*/

.job-d-profi img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.job-d-text h5 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 8px;
}

.share ul li {
    position: relative;
}

.share ul li:hover .social-btn-sp,
.share ul li:focus .social-btn-sp {
    display: block;
}

.social-btn-sp {
    background: #fff;
    box-shadow: 1px 1px 11px -6px rgb(0 0 0 / 50%);
    position: absolute;
    left: 0;
    right: 0;
    display: none;
}

div#social-links li {
    display: block;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

div#social-links li:last-child {
    border-bottom: 0;
}

.job-d-text h5 span {
    float: right;
}

.job-d-text h4 {
    font-style: normal;
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 24px;
    color: #323232;
}

ul.loc-job li {
    display: inline-block;
    margin-right: 10px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #7E8082;
}

ul.loc-job li span {
    margin-right: 10px;
    background-color: #E9F1FF;
    padding: 5px;
    border-radius: 8px
}

ul.loc-job li img {
    margin-right: 6px;
}

ul.loc-job li i {
    margin: 0px;
}

ul.loc-job {
    margin-bottom: 10px;
}

ul.listing-price li {
    margin-right: 20px;
    display: inline-block;
    font-family: Mulish, sans-serif;
    color: #434343;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
}

ul.listing-price .progress {
    height: 10px;
    margin-bottom: 35px;
}

.btn-invite {
    float: right;
    margin-top: -50px;
}

.job-d-text.Review-d-text p {
    width: 56%;
    margin-bottom: 0;
}

.job-d-text.Review-d-text .btn-invite {
    margin-top: -60px;
}

.job-d-text h4.con-title {
    font-style: normal;
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
}

.view-contra {
    float: right;
    margin-top: -60px;
}

.job-d-text {
    position: relative;
}

.job-d-text p {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.job-d-text .ended {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #718096;
    border-radius: 2px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 5px;
}

.job-d-text.het-c-detail ul.listing-price li {
    font-size: 14px;
}

img.bor-red {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.discover-box {
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid #A6B7F4;
    box-sizing: border-box;
    border-radius: 14px;
}

.dis-box-info h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-bottom: 5px;
}

.dis-box-info p {
    margin-bottom: 8px;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #323232;
}

.dis-box-info ul li {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #7E8082;
}

.dis-box-info ul li img {
    margin-right: 5px;
}

.service-list {
    margin-top: 13px;
}

.service-list ul li {
    display: inline-block;
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    width: 49%;
    margin-bottom: 11px;
    color: #434343;
}

.tag-list ul li i {
    margin-left: 10px;
}

.service-list ul li .progress {
    margin-bottom: 0;
}

.card-box {
    width: auto;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #A6B7F4;
    box-sizing: border-box;
    border-radius: 27px;
    margin-bottom: 30px;
}

.card-box h4 {
    font-family: Mulish, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.w-auto {
    width: auto !important;
}

.validationerror {
    color: red !important;
    font-size: 13px !important;
}

label.validationerror {
    margin-top: 0 !important;
    display: block;
}

.error {
    color: red !important;
    font-size: 15px !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
}

.modal-apply button.close {
    border-radius: 10px;
    background: #eee;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin-top: 0px !important;
    margin-right: 6px !important;
}

p.error {
    margin-bottom: 0 !important;
    margin: 0 !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 100%;
}

#sticky-sidebar-demo {
    float: left;
    width: 320px;
    color: #ffbdbd;
    will-change: min-height;
}

ul.pagination {
    justify-content: end;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2884cc;
    border-color: #2884cc;
}

.modal-dialog {
    max-width: 800px;
}

.dis {
    display: block;
}

.hid {
    display: none;
}

.banner-right button.owl-dot.active {
    background: #2B6CB0;
    color: #2B6CB0;
    border: 1px solid #2B6CB0;
    width: 15px;
    height: 15px;
    border-radius: 20px;
}

.banner-right button.owl-dot {
    color: #2B6CB0;
    border: 1px solid #2B6CB0 !important;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    margin: 0 5px;
}

.banner-right .owl-dots {
    text-align: center;
    margin-top: -40px;
    position: relative;
}

/*.banner-right img {*/
/*   height: 550px;*/
/*width: 1000px !important;*/

/*}*/

.banner-right img {
    position: relative;
    right: 0px;
    z-index: 11;
}

.banner-right img {
    border-radius: 25px;
}
.btn-group{
    height: 56px;
width: 194px;
left: 0px;
top: 0px;
border-radius: 6px;

}
.banner-white{
    background: #F7FAFC;
}

.banner-right {
    position: relative;
        margin-top: 15px;
    margin-bottom: 15px;
}
.banner-blue{
height: 56px !important;
width: 150px;
font-family: Inter;
font-size: 18px;
font-weight: 600;
line-height: 29px;
letter-spacing: 0px;
text-align: center;
}

/*.item{*/
/*    height: 510px;*/
/*    width: 1000px;*/
/*}*/

.gstart-sec .alert.alert-success {
    width: 95%;
    position: relative;
}

.gstart-sec .alert.alert-danger {
    margin-top: 50px;
    width: 95%;
}

.content-dash .alert.alert-success {
    width: 100%;
    position: relative;
}

.user-panel img {
    width: 45px;
    height: 45px !important;
    border-radius: 50%;
}

.free-left img {
    border-radius: 20px;
}

.img-ico-text li {
    position: relative;
    padding-left: 60px;
}

.img-ico-text li:before {
    content: "\f15b";
    font-family: 'Fontawesome';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3182CE;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    border-radius: 8px;
}

.about-sec-left img {
    border-radius: 20px;
}

input#btnsearch1,
input#btnsearch2,
input#btnsearch {
    position: absolute;
    top: 0;
    right: 16px;
    height: 48px;
    border-radius: 0 20px 20px;
    width: 110px;
    background: #2884cc;
    border: 0;
    color: #fff;
    font-size: 16px;
}

#sticky-sidebar-demo .sidebar__inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    box-shadow: 1px 1px 31px -20px rgb(0 0 0 / 50%);
    height: 100vh;
}

.job-detail-page.mil-tab input.btn.btn-opacity {
    height: auto;
}

.files,
input#file {
    position: relative;
}

.files:before,
input#file:before {
    content: "\f093";
    font-family: 'Fontawesome';
    position: absolute;
    right: 0;
    background: #e9ecef;
    width: 38px;
    color: #1f7af5;
    height: 38px;
    top: 0;
    border: 1px solid transparent;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
}

.main .alert.alert-success {
    position: relative;
}

ul.list-sidebar li a.active.show span.fa-chevron-left {
    transform: rotate(-90deg);
    transition: 0.5s;
}

ul.list-sidebar li a.active.show.collapsed span.fa-chevron-left {
    transform: rotate(0deg);
    transition: 0.5s;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 11111;
    right: -40px;
}

li.dropdown1:last-child .dropdown-content {
    min-width: 160px;
}

.dropdown-content {
    color: black;
    padding: 0;
    text-decoration: none;
    text-align: left;
}

.dropdown-content li:hover {
    background-color: #ddd;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown-content ul li a {
    color: #000;
    font-size: 14px;
}

.dropdown-content ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 10px;
    line-height: normal;
}

.dropdown-content ul li i {
    margin-right: 5px;
}

.chet-box select {
    width: 85% !important;
    margin-bottom: 10px;
}

.btn.btn-search {
    background: #2884cc;
    color: #fff;
    margin-left: 7px;
    margin-bottom: 10px;
    float: right;
    width: 37px;
    text-align: center;
    padding: 0;
    height: 38px;
    line-height: 35px;
}

input#todate {
    margin-bottom: 20px;
    height: 48px;
}

input#fromdate {
    height: 48px;
}

.custom-file-input {
    opacity: 1;
    position: absolute !important;
    width: 47px !important;
    right: 3px;
    height: 40px !important;
    top: 5px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: '\f0ee';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #2884cc;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 19pt;
    font-family: 'Fontawesome';
    color: #000;
    opacity: 1;
    color: #2884cc;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.input-choose {
    display: initial;
    position: relative;
    height: 48px;
    width: 72%;
    float: left;
    margin-right: 10px;
}

.file-image i {
    color: #2884cc;
    font-size: 24px;
    text-align: center;
    margin: AUTO;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
}

.file-box ul li {
    width: calc(33.33% - 20px);
    display: inline-block;
    /* min-width: 100%; */
}

.tab.chet-ul .file-box ul {
    column-count: auto;
}

.message-baki {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    font-size: 10px;
    right: 0px;
}

.text-chet {
    position: relative;
}

.c-box-text {
    width: 100%;
    padding: 30px 20px;
    float: left;
    height: 500px;
    overflow-y: scroll;
}

.chet-box {
    background: rgba(233, 241, 255, 0.89);
    border-radius: 14px;
    padding: 15px;
    height: 745px;
    overflow-y: scroll;
}

.c-input {
    padding: 10px;
    border: 1px solid #eee;
}

.banner-right video {
    height: 550px
}

button#btnaddmil {
    margin-bottom: 10px;
    font-size: 14px;
}

input#sub {
    height: 48px;
    border-radius: 10px;
}

div#moreadd {
    padding: 0 16px;
}

button.btn.btn-blue.send_message_button {
    width: 120px;
}

span#p_fee {
    float: none;
}

div#moreadd {
    padding: 0 15px;
}

.btn.btn-danger.het-dan {
    display: inline-block;
    height: 42px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.btn.btn-opacity.mtask {
    font-size: 16px;
}

li.dropdown1 span {
    position: absolute;
    background: red;
    width: 16px;
    display: block;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    top: -5px;
    right: -7px;
}

.hetus-form select {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 0px;
}

.hetus-form input#btnsub {
    margin-top: 0px;
    margin-left: 20px;
}

.form-group.mt-4.het-round img {
    border-radius: 50%;
    height: 45px;
}

form#frmtras input#btnsub {
    margin-left: 30px;
}

span#emsg {
    margin-bottom: 20px !important;
    display: block;
    margin-left: 18px;
}

div#msgerr,
div.emsgc {
    color: red !important;
}

.full_width.weight-info-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.respo-hidden.edit-icon-text.text-white {
    background: #fff;
    border-radius: 30px;
    color: #000 !important;
    font-size: 14px;
    letter-spacing: normal;
    padding: 5px 10px;
}

span.respo-hidden.edit-icon-text.text-white:hover,
span.respo-hidden.edit-icon-text.text-white:focus {
    background-color: #ff661e;
    color: #fff !important
}

.praiki-j-hist ul#myTab {
    margin-bottom: 15px;
}

.pro-provide .share {
    text-align: right;
}

label.radio-btn-name,
.full_width.input-box label {
    color: #000 !important;
    margin-bottom: 7px;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

.banner-right video {
    height: 510px;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}

input#tbudget {
    display: inline-block;
    width: 94%;
    margin-left: -6px;
}

input.form-control.curr {
    width: 5%;
    display: inline-block;
}

.form-control.amt.joincurr {
    width: 74%;
    display: inline-block;
    margin-left: -6px;
}

input.form-control.curr1 {
    width: 22%;
    display: inline-block;
}

form#jobapply label {
    width: 100%;
}

.starleft i {
    float: none;
}

.forgotlogin {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 80%;
}

.forgot i {
    margin-right: 10px;
}

.gstart-info-main .forgot {
    padding-left: 20px
}


/* label.label-title {
	color: #0076cb;
	font-size: 18px;
	margin-bottom: 20px;
} */

input#portfolio_image\[\] {
    line-height: 14px;
}

.view-contra .btn {
    width: auto;
}

strong#chg_st {
    font-weight: 800;
    color: #2884cc;
    margin-left: 5px;
}

ul.change-status .btn {
    font-size: 13px;
    padding: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 5px;
    border-color: transparent;
    line-height: normal;
    margin-right: 6px;
    font-weight: 400;
}

ul.change-status h6 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    margin-left: 15px;
}

.staus-change-text {
    display: inline-block;
}

.chabge-status-button {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
}

ul.change-status .btn.btn-pending {
    background: #e3c145;
    color: #fff;
}

ul.change-status .btn.btn-assign {
    padding-left: 9px;
    margin-right: 10px;
    color: #000 !important;
    border-radius: 15px;
        border-radius: 50px !important;
}

ul.change-status .btn.btn-approve {
    background: #E9F1FF;
    color: #000 !important;
    border-radius: 15px;
    
    
    
}

ul.change-status .btn.btn-reject {
   background: #E9F1FF;
    color: #000 !important;
    border-radius: 15px;
}

ul.change-status .btn:hover,
ul.change-status .btn:focus {
    opacity: 0.8;
}

input#tbudget1,
#tbudget2 {
    display: inline-block;
    width: 92%;
    margin-left: -6px;
}

input.form-control.curr11 {
    width: 8%;
    display: inline-block;
}

.modal-body.app-modal-info.payment-modal .form-group {
    background: rgba(233, 241, 255, 0.89);
    padding: 25px 15px;
}

.disabled {
    opacity: 0.3 !important;
    color: #000 !important;
}

.modal-body.app-modal-info.payment-modal .form-group span {
    display: block;
    line-height: normal;
    margin-top: -36px;
    margin-left: 40px;
    color: #2884cc;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
}

.modal-body.app-modal-info.payment-modal .form-group input {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 0px !important;
    margin-bottom: 10px;
}

li.private_job {
    position: absolute;
    top: 27px;
    right: 0;
    color: green !important;
}

.client-tab-box {
    position: relative;
}


/* ======== Last edited code ==============*/

.alert.alert-success.het-alert-het {
    position: relative;
    margin-bottom: 40px;
}

.request-form-width .select2-container--default .select2-selection--single {
    height: 48px;
    border-radius: 0;
}

.request-form-width .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px
}


/* ======== Last edited code ==============*/

.sidebar ul li a span.fa {
    transform: rotate(-90deg);
}

.sidebar ul li a.collapsed span.fa {
    transform: rotate(0deg);
}

.header-two {
    background: #1068AD;
    padding: 12px 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}

.main {
    padding-top: 70px;
}

section.banner {
    padding-top: 130px;
}

section.top-header {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 111;
    border-bottom: 1px solid #f7f7f7;
}

body.modal-open {
    overflow-y: scroll;
}

.sidebar li a.active,
.sidebar ul li .sub-menu li a.active {
    color: #1068ad;
    font-weight: bold;
}

.sub-menu {
    display: none;
}

#image_check {
    color: #777777;
    font-size: 10px;
}

form#search_form .select2-container .select2-selection--single {
    height: 38px;
    margin-bottom: 10px;
}

form#search_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

form#search_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px
}

.row.het-row label {
    font-size: 14px !important;
}

.select2-results__option {
    font-size: 14px;
    color: #000;
}

.c-input #image_check {
    display: block;
}

a.btn.btn-linked {
    text-align: center;
    /*width: 240px;*/
    color: #fff;
    background: #0274b3;
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 8px 5px;
    height: 47px;
    border: 1px solid #0274b3;
}

.fa.fa-star {
    color: #000;
}

section.gstart-sec .alert.alert-warning.alert-block {
    top: 60px;
}

section.gstart-sec.signup-sec .alert-success {
    top: 50px;
}

input#profile_img {
    padding: 8px 10px;
}

a.btn.btn-linked:hover,
a.btn.btn-linked:focus {
    border-color: #fff;
}

.btn.btn-google {
   /* width: 235px;*/
}

.btn.btn-facebook {
    width: 245px;
}

a.btn.btn-linked img {
    width: 29px;
    margin-right: 10px;
}

.label-post textarea {
    background-color: #fff;
}

.content-dash .btn-group .btn.btn-danger {
    width: 100%;
}

.mobile-menu {
    display: none;
}

.login-linkedin {
    padding: 50px;
}

.login-linkedin h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
    margin-top: 0;
    color: #337ab7;
}

.linked-in-box {
    width: 50%;
    margin: auto;
    border: 1px solid #337ab730;
    border-radius: 10px;
    padding: 50px;
}

.linked-in-box label {
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group.text-right .btn.btn-link {
    padding-right: 0;
    font-weight: 600;
    padding-top: 0;
    margin-bottom: 8px;
}

.linked-in-box a.btn.btn-primary {
    width: 50%;
    height: 50px;
    line-height: 35px;
}

.linked-in-box button.btn.btn-success {
    width: 48%;
    height: 50px;
}

#image_check {
    color: #777777;
    font-size: 10px;
}

ul.list-sidebar.menu_act {
    pointer-events: none;
}

/*ul.head_drop.drop_act {*/
/*    pointer-events: none;*/
/*}*/

ul.head_drop>li:last {
    pointer-events: visible;
}

.list-sidebar.bg-defoult.menu_act {
    opacity: 0.3;
}

.bi-di {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.backbtn img {
    margin-right: 10px;
}

.dishead {
    color: black;
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}

.form-group.exp-level label {
    width: 100%;
}

.exp-lavel-input {
    width: 18%;
    display: inline-flex;
    align-items: center;
}

.exp-lavel-input input {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.mile-stone-table table {
    width: 100%;
    margin-bottom: 20px;
}

.mile-stone-table table th {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
}

.mile-stone-table table td {
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    color: #7E8082;
}

.job-detail-box.app-form p {
    color: #718096;
    text-transform: capitalize;
}

.btn-group .btn {
    border-radius: 5px !important;
}

.job-detail-box .app-info h4,
.job-detail-box.app-form h5 {
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: Inter, sans-serif;
}

.dis-box-info {
    position: relative;
}

.dis-box-info i {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 20px;
    color: #000;
}

.form-card span.select2.select2-container {
    width: 100% !important;
}

.form-card .select2-container .select2-selection--single {
    height: 40px;
}

.form-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.form-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.modal-open .modal {
    z-index: 11111;
}

#promsg {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #eee !important
}

.panel-body .form-group {
    margin-bottom: 20px;
}

.panel-body .form-check {
    margin-bottom: 10px;
}

.login-info button#btn_step1 {
    margin-top: 40px;
}

.invitaion-book a:hover .job-search-box h3 {
    color: #2884cc;
}


/* .job-detail-box.app-form .modal-job-box .services-tag li {
	padding: 0 8px;
} */

h3.new-praiki-class {
    font-size: 25px;
    margin-bottom: 24px;
}

.modal-apply .modal-footer {
    justify-content: start;
}

.modal-apply .modal-footer .btn-white {
    font-weight: 600;
}


/*==== Responsive Design CSS ====*/

@media (max-width:1199px) {
    .banner h1 {
    color: #2B6CB0;
    font-family: Inter;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.5px;
    text-align: left;
    height: 190px;
    width: 400px;
}
.banner h5 {
    color: rgb(74, 85, 104);
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    height: 60px;
    width: 380px;
    margin-bottom: 60px;
}
    .content-dash {
        padding-right: 20px;
    }
    .banner h1 {
        /*font-size: 35px;*/
    }
    .hiring h3 {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .free-right h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .sidebar {
        width: 250px;
    }
}

/*@media (min-width:992px) and (max-width:1269px) {*/
/*    .btn.btn-facebook {*/
/*   width: 80%;*/
/*    font-size: 16px;*/
/*    margin-top: 15px;*/
/*}*/

/*a.btn.btn-linked {*/
/*   width: 80%;*/
/*    font-size: 16px;*/
/*    margin-top: 15px;*/
/*}*/

/*.btn.btn-google{*/
/*    width: 80%;*/
/*    font-size: 16px;*/
/*    margin-top: 15px;*/
/*}*/
    
/*}*/

@media (min-width:992px) and (max-width:1199.99px) {
    #sticky-sidebar-demo .sidebar__inner {
        overflow: hidden;
        overflow-y: scroll;
    }
    .alert-success {
        width: 90%;
        margin: auto;
        margin-bottom: 15px;
    }
    .content-dash .btn-group .btn.btn-danger {
        width: 170px !important
    }
    .btn-blue {
        /*width: 105px;*/
    }
    a.btn.btn-linked {
      /*  margin-top: 15px;*/
    }
    .sidebar {
        width: 250px !important;
    }
    .banner-info {
        padding-bottom: 0;
    }
    .gstart-sec,
    .image-getstart img {
        height: 760px;
    }
    .btn.btn-google,
    .btn.btn-facebook {
        /*width: 260px;*/
    }
    .gstart-sec .logo-image,
    .stepwizard {
        left: 70px;
    }
    .side-step {
        width: 335px;
    }
    .login-form {
        width: 100%;
    }
}

@media (min-width:991px) and (max-width:1237px) {
    .button-google{
        display:inline-flex;
    }
    .btn.btn-google, .btn.btn-facebook, .btn.btn-linked{
        display:block;
        width: 40%;
        font-size: 11px;
        padding: 11px 10px;
    }

    
}
@media (min-width:768px) and (max-width:991px) {
    #sticky-sidebar-demo {
        width: 210px !important;
    }
    #sticky-sidebar-demo .sidebar__inner {
        overflow: hidden;
        overflow-y: scroll;
        width: 220px !important;
    }
}

@media (max-width: 991px) {
    
    /*new css start*/
    .logo{
            padding-top: 11px;
    }
    .rap{
    width: 1245px !important;
    }
    .height{
            margin-left: 10px !important;
    }
    .header-none{
        display: none;
    }
    .ready-start p{
    width: 100%;
    padding: 0px;   
    font-size: 21px;
    }
    .title-new {
    margin-bottom: 30px !important;
    height: auto !important;
    width: 480px  !important;
    font-family: Inter  !important;
    font-size: 35px  !important;
    font-weight: 800  !important;
    line-height: 45px  !important;
    letter-spacing: -0.2px  !important;
    text-align: left  !important;
    color: #1A202C  !important;
    }
    
    
    #sticky-sidebar-demo .sidebar__inner {
        z-index: 11;
    }
    .rev-box {
        margin-top: 40px;
    }
    .listin-des ul li {
        width: 32.33%;
    }
    .gstart-sec .logo-image {
        position: absolute;
        left: 50px;
        top: 30px;
    }
    .gstart-sec .logo-image img {
        width: 140px;
    }
    a.btn.btn-linked,
    .btn.btn-google,
    .btn.btn-facebook {
        width: 80%;
        font-size: 16px;
        margin-top: 15px;
    }
    .login-info h1 {
        margin-bottom: 15px;
    }
    .button-google {
        padding: 40px 0 40px;
    }
    .login-info {
        padding-top: 20px;
    }
    .image-getstart img,
    .gstart-sec {
        height: 550px;
    }
    .side-step {
        width: 270px;
    }
    .stepwizard {
        left: 50px;
    }
    .login-info h1 {
        font-size: 34px;
    }
    .profile-choose input#imgInp {
        width: 70%;
    }
    .profile-choose img {
        width: 80px;
        height: 80px;
    }
    .top-header {
        padding: 10px 15px 10px 20px;
    }
    header button.navbar-toggler {
        padding: 15px;
        color: #fff;
        background: #2884cc;
        text-align: center;
    }
    header nav.navbar {
        justify-content: center;
    }
    #navbarNav {
        background: #eef3fb;
        margin-top: 20px;
    }
    #navbarNav ul li {
        border-bottom: 1px solid #eee
    }
    .banner-info {
        padding-top: 0px;
        padding-left: 0px;

    }
    .banner p {
        font-size: 17px;
        margin-bottom: 10px;
    }
   /*change live*/
.banner h1 {
    font-family: Inter !important;
    font-size: 42px  !important;
    font-weight: 800  !important;
    line-height: 45px  !important;
    letter-spacing: -1.5px  !important;
    text-align: left  !important;
    height: 130px  !important;
    width: 350px  !important;
    }
    .banner h5 {
           height: 60.534821px;
    width: 300.050812px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    color: #4A5568;
    text-align: left;
    }
    .banner-info {
        padding-bottom: 20px;
    }
    .banner-right img {
        right: 0px;
        height: 350px;

    }
    .title-three {
        margin-bottom: 10px;
    }
    .hiring h3 {
    font-size: 25px;
    margin-bottom: 14px;
    }
    .img-ico-text p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .free-right h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .free-right p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }
    .ready-start h3 {
        font-size: 60px;
    }
    .ready-start {
        margin-bottom: 50px;
    }
    .footer-link li a {
        font-size: 14px;
    }
    .footer-link h5 {
        font-size: 17px;
    }
    ul.social li a i {
        font-size: 21px;
    }
    .copy-right ul li a {
        font-size: 12px;
    }
    .header-two-right ul li {
        margin: 0 6px;
    }
    .banner-about h2 br,
    .banner-about h1 br {
        display: none;
    }
    .banner-about h1 {
        font-size: 40px;
    }
    .banner-about h2 {
        font-size: 22px;
    }
    .about-sec {
        padding: 80px 0 60px;
    }
    .over-vision {
        padding: 80px 0;
    }
    .mission-left p,
    .vision-left p {
        font-size: 16px;
        line-height: 21px;
    }
    .mission-left h3,
    .vision-left h3 {
        font-size: 40px;
        margin-bottom: 20px
    }
    .busi-sec h3 {
        font-size: 38px;
    }
    .busi-sec-box h4 {
        font-size: 24px;
    }
    .busi-sec-box p {
        font-size: 16px;
        line-height: 18px
    }
    .team,
    .busi-sec {
        padding: 60px 0;
    }
    .team-box h3 {
        font-size: 20px;
    }
    .help-box h4 {
        font-size: 21px;
        margin-bottom: 30px;
        height: 41px;
    }
    .help-box {
        padding: 30px 20px;
        margin-bottom: 30px
    }
    .sidebar {
        width: 200px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gstart-sec {
        overflow-x: hidden;
        overflow-y: overlay;
    }
}

@media (max-width: 767px) {
    .job-detail-box a#btnmodal {
        float: right;
        margin-top: 0;
    }
    section.about-sec .container {
    padding: 0px 20px;
}
section.banner-about {
    padding-top: 180px !important;
    padding-bottom: 50px !important;
}
    .gstart-sec {
        height: auto;
    }
    .image-getstart img {
        height: 300px;
        width: 100%;
    }
    .gstart-info-main {
        height: auto;
    }
    .login-form {
        margin-bottom: 20px;
        width: 100%;
    }
    .side-step {
        width: 100%;
        position: relative;
        height: 400px;
    }
    .stepwizard {
        position: relative;
        text-align: left;
        transform: translateY(0%);
        top: 120px;
    }
    .login-info {
        padding: 20px;
    }
    .gstart-info-main.signup-main {
        text-align: center;
    }
    .form-check,
    .form-group {
        text-align: left;
    }
    .step-two-info {
        padding-top: 0px;
    }
    .card {
        padding: 0 20px;
    }
    .top-header button#dropdownMenuButton,
    .top-header ul li a {
        font-size: 14px
    }
    .top-header ul li {
        margin-right: 10px;
        width: 100%;
    }
    .top-header .btn-white,
    .top-header .btn-blue {
        width: auto;
    }
    .top-header {
        padding: 10px 15px 10px 20px;
    }
    .top-header ul {
        margin-left: 5px;
    }
    .banner-right img {
    display: none;
    right: 0;
    position: relative;
    height: 240px;
    width: 310px !important;
    border-radius: 25px;
    }
    .item{
            padding-bottom: 30px;
    }
    .banner {
        padding: 10px 35px 10px;
    }
    .banner-right .owl-dots{
        display: none;
    }
    .global{
        display: none;
    }
    .hiring-right {
        margin-top: 60px;
    }
    .pr-0,
    .px-0 {
        padding-right: 15px !important;
    }
    .free-left {
        margin-top: 40px;
    }
    .freelancer {
    padding: 0 0 50px 0;
    }
    .free-right {
        text-align: center;
    }
    .global ul li {
        background-color: #f4f4f4;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
        margin-right: 0;
        padding: 20px;
    }
    .ready-start {
        /*padding: 50px 0;*/
    }
    .ready-start p {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.015em;
    text-align: center;
    padding: 0px;
    width: 100%;
    }
    .footer-link {
        width: 80%;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-text p {
        text-align: center;
    }
    .inquery p br,
    .help-box h4 br,
    .footer-text p br {
        display: none;
    }
    .copy-right {
        padding-bottom: 50px;
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .logo {
        display: block;
        text-align: center;
        margin-bottom: 0px;
    }
    .header-two-right {
        text-align: center;
    }
    /*.banner-about {*/
    /*    padding: 70px 0;*/
    /*}*/
    .banner-about h1 {
        font-size: 30px;
    }
    .about-sec {
        padding: 0px 0 60px;
    }
    .about-sec-left {
        margin-bottom: 20px;
    }
    .mission-left p,
    .vision-left p {
        margin-bottom: 30px;
    }
    .busi-sec-box {
        text-align: center;
    }
    .help-box img,
    .team-box {
        margin-bottom: 30px;
    }
    .help-box h4 {
        height: auto;
    }
    .help-box p {
        margin-bottom: 30px;
    }
    .hep-second .second-form-foot {
        width: 100%;
    }
    .hep-second .second-form-foot .text-right {
        text-align: left !important;
    }
    .banner-about form.form-inline input {
        width: 100%;
    }
    .client-faq {
        width: 100%;
    }
    .client-faq .card .card-header .btn.btn-link {
        font-size: 20px;
        line-height: normal;
    }
    .title {
        font-size: 30px
    }
    .inquery p {
        font-size: 16px;
        line-height: normal;
    }
    .request-form,
    .faq-tab {
        padding: 50px 0;
    }
    .request-form-width {
        width: 100%;
    }
    .second-form-foot .text-right {
        text-align: left !important;
    }
    .sidebar {
        width: 100%;
        margin: 20px 0;
    }
    .content-dash {
        padding: 20px 0;
        padding-right: 0;
    }
    .content-dash .btn-group .btn.btn-danger,
    .content-dash .btn-group {
        width: 100%;
    }
    .file-box ul {
        column-count: 2;
    }
    .mil-box ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-tabs .nav-item a {
        text-align: center;
        border: 1px solid #eee;
        margin-right: 0;
        border-radius: 30px
    }
    .privacy {
        padding: 50px 0;
    }
    .content-dash .btn-group,
    .job-detail-box .btn-group {
        display: flow-root;
    }
    .content-dash .btn-group .btn-blue,
    .content-dash .btn-group .btn-white,
    .job-detail-box .btn-group .btn-blue,
    .job-detail-box .btn-group .btn-white,
    button.btn.white-border {
        width: 100% !important;
        display: flex;
        margin: 0;
        margin-bottom: 10px;
    }
    .form-table-box ul li {
        font-size: 12px;
    }
    .modal-job-box h4 {
        font-size: 16px;
    }
    .modal-job-box .price ul li {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .app-info h4 {
        color: #000;
        margin-bottom: 15px;
    }
    .app-info p {
        font-size: 14px;
        line-height: normal;
        color: #434343;
    }
    .person-datail .btn-group .btn.btn-opacity {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .p-education h3 {
        font-size: 23px;
    }
    .job-detail-page h2 {
        font-size: 23px
    }
    .job-detail-box.ver-page h4 {
        font-size: 18px;
    }
    .btn-white {
        width: 100%;
        border: 1px solid #eee;
    }
    .button-apply .btn-white {
        margin-bottom: 10px;
    }
    .chet-box {
        height: auto;
        margin-bottom: 30px
    }
    .chet-text-header {
        text-align: center;
    }
    .chet-provider,
    .chet-user {
        width: 100%;
    }
    .text-chet p,
    .text-chet h3 {
        text-align: left;
    }
    .file-image-info p {
        line-height: 15px
    }
    .pro-p-title h4,
    .blue-box h4 {
        font-size: 20px;
    }
    .pro-p-title p,
    .blue-box h3 {
        font-size: 16px;
    }
    .pro-provide {
        text-align: center;
    }
    .pro-p-title ul {
        margin-bottom: 20px;
    }
    .pro-p-title ul li {
        display: inline-block;
        color: #434343;
        margin-right: 4px;
    }
    .share {
        float: none;
    }
    .listin-des ul li {
        width: 100%;
    }
    .listin-des ul li.width-li.wi {
        width: 100%;
    }
    .job-detail-box h3 {
        font-size: 24px;
    }
    .praiki-j-hist .box-hist {
        width: 100%;
    }
    .p-education img {
        margin-bottom: 30px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .job-detail-box h3 a {
        float: none;
        margin-top: 20px;
        font-size: 14px;
    }
    .job-detail-box h3 {
        font-size: 16px;
        margin-top: 10px
    }
    .back-btn {
        margin-bottom: 10px;
    }
    .job-detail-box .share {
        float: right;
        margin-top: 5px;
    }
    .share ul li {
        margin-right: 10px;
    }
    .second-job-info .apply-bty {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .view-contra {
        float: none;
        margin-top: 20px;
    }
    .job-d-text h5,
    .job-d-text h4,
    .job-d-text p,
    .job-d-profi {
        text-align: center;
    }
    ul.listing-price li {
        display: block;
        text-align: center;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .job-d-text .ended {
        top: -140px;
        right: -10px;
    }
    .footer-line {
        margin-bottom: 15px;
    }
    ul.loc-job li i {
        margin: 5px 0;
    }
    ul.listing-price .progress {
        height: 10px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .job-d-text h4 {
        font-size: 20px;
    }
    .blue-box p {
        margin-bottom: 10px;
    }
    .blue-box {
        padding: 15px;
        margin-top: 20px;
    }
    .blue-box .job-d-profi {
        margin-bottom: 15px;
    }
    img.bor-red {
        margin-bottom: 15px;
    }
    .apply-bty .btn.btn-opacity {
        margin-bottom: 10px;
    }
    .client-tab-box ul.hired-client li {
        margin-bottom: 15px;
    }
    button.btn.btn-blue.w-auto {
        width: 100% !important;
    }
    .alert-success {
        top: 20px;
        width: 85%;
        margin: auto;
    }
    .step-two-info p br {
        display: none;
    }
    /*.mobile-menu {*/
    /*    display: block;*/
    /*    float: left;*/
    /*    margin-top: 90px;*/
    /*    background: #1068ad;*/
    /*    color: #fff;*/
    /*    width: 100%;*/
    /*    padding: 10px;*/
    /*    text-align: right;*/
    /*    font-size: 25px;*/
    /*}*/
    .sidebar {
        display: none;
    }
    #sticky-sidebar-demo {
        float: none;
        width: 100%;
    }
    #sticky-sidebar-demo .sidebar__inner {
        position: fixed !important;
        transform: translate(0, 0) !important;
        transform: translate3d(0) !important;
        will-change: unset;
        box-shadow: 1px 1px 31px -20px rgb(0 0 0 / 50%);
        width: 300px !important;
        float: left;
        left: 0 !important;
        top: 0 !important;
        overflow: hidden;
        overflow-y: scroll;
        height: 100vh !important;
        z-index: 111111;
        background-color: #fff;
    }
    .linked-in-box {
        width: 100%;
        padding: 40px;
    }
    .linked-in-box a.btn.btn-primary {
        width: 100%;
        margin-bottom: 15px;
    }
    .linked-in-box button.btn.btn-success {
        width: 100%;
    }
    .content-dash .btn-group .btn.btn-danger {
        width: 100% !important;
    }
    ul.pagination {
        justify-content: center;
    }
    .button-apply {
        float: none;
        margin-top: 14px;
        color: #2884cc;
    }
}


@media (max-width: 1101px) {
    .blog-collection {
        margin: 95px 96px;
    }

    .row{
        padding-right: 0px !important;
        height: auto !important;
    width: auto !important;
    }


}


@media (max-width: 767px) {



    .blog-collection{
        margin : 50px 10px;
        transition: 500ms;
    }

    .blog-title{
        font-size:  20px;
    }

    .pager{
        width: 100%;
        padding: 0 25px 63px 25px;
    }

    .top_blog_image{
        min-width: 0px;
    }

    .blog_page{
        margin: 0px;
        border: 0px;
        padding: 28px 15px;
    }

    .blog-full-disc{
        padding: 0;
    }

    .blog-image{
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    
    /*New css start*/
    
    .footer-padding{
            padding-top: 10px;
            padding-left: 8px;
    }
    .rap{
        flex-wrap: nowrap;
        padding-top: 25px;
    }
    .none{
        display: none;
    }
    .sidebar2 {
    margin: 9px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 180px;
    font-size: 30px;
    color: #2884CC;
    }
    .up-padding{
            font-size: 14px;
    }
    .dropdown2 {
    position: absolute;
    top: 100%;
    width: 380px !important;
    padding: 25px;
    text-align: left;
    background-color: white;
    list-style: none;
    right: 0px;
    font-size: 20px;
}
 .header.col-md-6{
    padding: 0px;
}

  /*new ccs end*/
  
    .btn {
        justify-content: center;
    }
    #sticky-sidebar-demo .sidebar__inner {
        width: 273px !important;
    }
    button.btn.white-border {
        word-break: break-all;
        white-space: break-spaces;
    }
    .login-info {
        padding: 20px;
        text-align: center;
    }
    .login-info h1 {
        font-size: 30px;
    }
    .footer-line span {
        font-size: 15px
    }
    .button-google {
        padding: 20px 0;
    }
    .btn.btn-google,
    .btn.btn-facebook {
        margin-bottom: 17px;
        width: 100%;
        font-size: 15px;
        text-align: center;
    }
    .login-form .forgot {
        text-align: center;
    }
    .login-form .form-group {
        margin-bottom: 15px;
    }
    .btn-blue {
        width: 100%;
    }
    .login-info h1 {
        font-size: 25px;
    }
    button.btn.btn-blue.nextBtn {
        width: 100%;
    }
    .step-two-info p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .step-two-info h2 {
        font-size: 29px;
        margin-bottom: 25px;
    }
    .card h2#title {
        font-size: 29px;
        margin-bottom: 20px
    }
    .card p {
        font-size: 15px
    }
    .fs-title {
        font-size: 23px;
    }
    .profile-choose {
        text-align: center;
        margin-bottom: 0;
    }
    .profile-choose img {
        margin-right: 0;
        margin-bottom: 10px;
    }
   .logo {
    padding-top: 2px;
    width: 107px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    }
    .top-header ul {
        margin-left: 0px;
        /*text-align: center;*/
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .text-right {
        text-align: center !important;
    }
    .banner {
        padding: 10px;
        text-align: center;
    }
    .btn-group a {
        margin-right: 10px;
    }
    .hiring {
        padding: 40px 10px;
        text-align: center;
    }
    .img-ico {
        text-align: center;
        margin: auto;
        margin-bottom: 11px;
    }
    .hiring h3 {
        font-size: 24px;
    }
    .pl-0,
    .px-0 {
        padding-left: 15px !important;
    }
    .global ul li {
        text-align: center;
    }
    .ready-start h3 {
        font-size: 26px
    }
    .global ul {
        padding: 30px 0;
    }
    .header-two-right ul li form.form-inline input {
        margin-bottom: 15px;
    }
    .header-two-right ul li form.form-inline i {
        top: 11px;
    }
    .banner-about h1 {
        font-size: 23px
    }
    .about-sec p {
        text-align: center;
    }
    .over-vision {
        padding: 30px 0;
        text-align: center;
    }
    .busi-sec h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .team h4 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .hep-second h3 {
        font-size: 16px
    }
    .faq-tab ul#myTab {
        margin-bottom: 20px;
    }
    .client-faq .card .card-header .btn.btn-link {
        font-size: 17px;
        line-height: normal;
        padding: 20px;
    }
    .client-faq .card .card-header {
        padding: 0;
    }
    .client-faq .card .card-header i {
        top: 25px;
    }
    .tag-list ul li {
        margin-bottom: 10px;
    }
    .job-search-box h3 {
        font-size: 15px;
    }
    .services-tag ul li {
        margin-bottom: 6px;
    }
    .button-apply {
        float: none;
        margin-top: 20px;
    }
    .btn.btn-opacity {
        width: 100%;
    }
    .tabl-btn {
        margin-top: 20px;
    }
    .content-dash .btn-group,
    .job-detail-box .btn-group {
        display: flow-root;
    }
    .content-dash .btn-group .btn-blue,
    .content-dash .btn-group .btn-white,
    .job-detail-box .btn-group .btn-blue,
    .job-detail-box .btn-group .btn-white,
    button.btn.white-border {
        width: 100% !important;
        display: flex;
        margin: 0;
        margin-bottom: 10px;
    }
    .form-table-box ul li {
        font-size: 12px;
    }
    .modal-job-box h4 {
        font-size: 16px;
    }
    .modal-job-box .price ul li {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .app-info h4 {
        color: #000;
        margin-bottom: 15px;
    }
    .app-info p {
        font-size: 14px;
        line-height: normal;
        color: #434343;
    }
    .person-datail .btn-group .btn.btn-opacity {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .p-education h3 {
        font-size: 23px;
    }
    .job-detail-page h2 {
        font-size: 23px
    }
    .job-detail-box.ver-page h4 {
        font-size: 18px;
    }
    .btn-white {
        width: 100%;
        border: 1px solid #eee;
    }
    .button-apply .btn-white {
        margin-bottom: 10px;
    }
    .chet-box {
        height: auto;
        margin-bottom: 30px
    }
    .chet-text-header {
        text-align: center;
    }
    .chet-provider,
    .chet-user {
        width: 100%;
    }
    .text-chet p,
    .text-chet h3 {
        text-align: left;
    }
    .file-image-info p {
        line-height: 15px
    }
    .pro-p-title h4,
    .blue-box h4 {
        font-size: 20px;
    }
    .pro-p-title p,
    .blue-box h3 {
        font-size: 16px;
    }
    .pro-provide {
        text-align: center;
    }
    .pro-p-title ul {
        margin-bottom: 20px;
    }
    .pro-p-title ul li {
        display: inline-block;
        color: #434343;
        margin-right: 4px;
    }
    .share {
        float: none;
    }
    .listin-des ul li {
        width: 100%;
    }
    .listin-des ul li.width-li.wi {
        width: 100%;
    }
    .job-detail-box h3 {
        font-size: 24px;
    }
    .praiki-j-hist .box-hist {
        width: 100%;
    }
    .p-education img {
        margin-bottom: 30px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .job-detail-box h3 a {
        float: none;
        margin-top: 20px;
        font-size: 14px;
    }
    .job-detail-box h3 {
        font-size: 16px;
        margin-top: 10px
    }
    .back-btn {
        margin-bottom: 10px;
    }
    .job-detail-box .share {
        float: right;
        margin-top: 5px;
    }
    .share ul li {
        margin-right: 10px;
    }
    .second-job-info .apply-bty {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .view-contra {
        float: none;
        margin-top: 20px;
    }
    .job-d-text h5,
    .job-d-text h4,
    .job-d-text p,
    .job-d-profi {
        text-align: center;
    }
    ul.listing-price li {
        display: block;
        text-align: center;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .job-d-text .ended {
        top: -140px;
        right: -10px;
    }
    .footer-line {
        margin-bottom: 15px;
    }
    ul.loc-job li i {
        margin: 5px 0;
    }
    ul.listing-price .progress {
        height: 10px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .job-d-text h4 {
        font-size: 20px;
    }
    .blue-box p {
        margin-bottom: 10px;
    }
    .blue-box {
        padding: 15px;
        margin-top: 20px;
    }
    .blue-box .job-d-profi {
        margin-bottom: 15px;
    }
    img.bor-red {
        margin-bottom: 15px;
    }
    .apply-bty .btn.btn-opacity {
        margin-bottom: 10px;
    }
    a.btn.btn-blue.pull-right {
        float: none;
        margin-top: 15px;
    }
    .client-tab-box ul.hired-client li {
        margin-bottom: 15px;
    }
    button.btn.btn-blue.w-auto {
        width: 100% !important;
    }
    .header-two-right ul li:first-child {
        width: 100%;
    }
    ul.loc-job {
        text-align: center;
    }
    .gstart-info {
        position: relative;
        transform: translateY(0%);
        top: 0;
        left: 0;
        padding: 20px;
        text-align: center;
    }
    .radio-button .form-check {
        width: 100%;
    }
    .radio-button .form-check label {
        font-size: 16px;
    }
    .radio-button {
        padding-top: 25px;
    }
    .alert-success {
        top: 20px;
        width: 85%;
        margin: auto;
        position: relative;
        margin-bottom: 20px;
    }
    .image-getstart img {
        height: 470px;
    }
    .step-two-info p br {
        display: none;
    }
    .login-linkedin {
        padding: 40px 0;
    }
    .linked-in-box {
        padding: 20px;
    }
    /*.mobile-menu {*/
    /*    margin-top: 150px;*/
    /*}*/
}

a.btn.btn-blue.pull-right.text-class {
    text-transform: none;
}

h2.text-normal-class {
    text-transform: none !important;
}

.form-group.hey-bi-form {
    display: inline-block;
}

.form-group.hey-bi-form.nano {
    width: 42%;
    float: left;
    margin-right: 5px;
}

.form-group.hey-bi-form {
    display: inline-block;
    width: 54%;
}

.form-group.hey-bi-form select {
    color: rgb(73, 80, 87) !important;
    font-weight: normal !important;
}

input#imgInp {
    padding: 6px;
}

p#company_city_error,
p#company_country_error,
p#company_state_error {
    margin-bottom: 0 !important;
}

select#company_country {
    margin-bottom: 0 !important;
}

form#experience_form .form-group {
    margin-bottom: 24px;
}

.modal-content {
    border-radius: 20px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.modal-header h5.modal-title {
    font-weight: 800;
    color: #000;
    font-size: 26px;
}

.notes {
    padding: 0;
    line-height: normal;
    display: block;
    margin-top: 10px;
}
.title-new{
    height: auto;
    width: 588px;
    font-family: Inter;
    font-size: 48px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #1A202C;
}
@media (max-width: 575px) {
    .title-none{
        display: none;
    }
    .hiring-title {
    width: fit-content;
   }
   .services-main:nth-child(1) {
    display: grid;
    justify-content: right;
  }
  .services-image img.height2.even {
    float: left !important;
    margin-right: 50px;
   }
    .services-image img.height2.odd {
    float: right;
    }
    .hiring-left2 h3 {
    font-family: Inter !important;
    font-size: 35px !important;
    font-weight: 800 !important;
    line-height: 40px !important;
    letter-spacing: -1.2000000476837158px !important;
    text-align: left !important;
    width: auto !important;
    }
    .services-main {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px !important;
    }
    .hiring-title {
    margin-left: 0px !important;
    margin-top: 0px !important;
    }
    .height {
    margin-right: 0px;
    margin-left: 0px !important;
    display: grid;
    grid-template-columns: auto auto;
    }
    
    .title-new {
            height: 110px !important;
            width: 345px !important;
            left: 25px !important;
            font-family: Inter !important;
            font-size: 30px !important;
            font-weight: 800 !important;
            line-height: 39px !important;
            letter-spacing: -0.5px !important;
            text-align: left !important;
        }
    section.banner{
            padding-top: 130px;   
       }
    .hiring-right{
           display: none;
       }
    .ready-start h3 {
          font-size: 30px ;
    }
    .ready{
            font-weight: 600;
            line-height: 29px;
            letter-spacing: 0px;
            width: 160px !important;
    }
    .row.border-class {
            flex-direction: column;
    }
    .box {
            padding: 5px 5px 0px 7px;
            padding-top: 15px;
            display: -webkit-box;
            width: 190px;
            border: 1px solid transparent;
            transition: border-color 0.3s ease;
    }
    .arrow {
            border-radius: 0px;
            border: solid #2D3748;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 4px;
            transform: rotate(45deg);
            margin-left: 50px;
            margin-bottom: 5px;
    }
    .width-footer{
            width: 110px;
    }
    .image-width{
                height: 55px;
    width: 136px;
    }
    .footer-text p {
            text-align: center;
            height: 22px;
            width: 322px;
            font-family: Mulish;
            font-size: 13px;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: 0em;
            }
    .free-flex {
            flex-direction: column-reverse;
            justify-content: space-between;
            padding-left: 5px;
              }
    .free-right h3 {
            padding-top: 20px;
            margin-bottom: 20px;
        }
    .free-right h3 {
            font-size: 39px;
            line-height: 28px;
            font-family: Inter;
            font-size: 39px;
            font-weight: 800;
            line-height: 40px;
            letter-spacing: 0px;
            text-align: left;
     }
     .free-right p {
            padding-top: 5px;
            font-family: Inter;
            font-size: 18px;
            font-weight: 400;
            line-height: 25px;
            letter-spacing: -0.015em;
            text-align: left;
            margin-bottom: 20px;
    }
    .start {
            padding-top: 5px;
            width: 131.227921px;
            border-radius: 6px !important;
        }
    .hiring h3{
            height: 30px;
            width: 207px;
            font-family: Inter;
            font-size: 20px;
            font-weight: 800;
            line-height: 30px;
            letter-spacing: 0px;
            text-align: left;
            margin: 0px;
        }
    .img-ico-text p {
            width: 280px;
            font-family: Inter;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0em;
            text-align: left;
            color: #4A5568;
            margin-bottom: 20px;
        }
    .title-three {
            font-family: Inter;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0em;
            text-align: left;
            margin-bottom: 10px;
        }    
    .btn-blue {
            width: auto;
        }    
    .banner-info {
            padding-left: 10px;
        }    
    .btn-group{
        width: auto;
    }  
    .br-01{
        border: none;
    }
    .padding{
       padding-top: 0px;
    }
    .box:hover {
    border-color: grey;
    border-radius: 6px;
    }
    .box:active {
        border-color: blue;
    }
}
.submenu{
    margin-left: 0px !important;
    margin-top: 5px !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 30px;
    color: #727272 !important;
    width: 100%;
    text-align: center !important;
}
.menu {
    margin-right: 0px !important;
    padding: 5px;
    font-size: 15px;
}
.menu:hover {
 background-color: #EEF3FB;
    border-radius: 6px;
    cursor: pointer;
}
.hiring-left2 h3 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A202C;
    width: 600px;
    margin-bottom: 80px;
}
.height {
    height: 600px;
    width: 1050px;
    margin-left: 70px;
}
.services-main {
    display: flex;
    align-items: baseline;
}
.hiring-title {
    background-color: #E9F1FF;
    color: black;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    border-radius: 9px;
    padding: 4px 9px;
}
.hiring6{
        margin-bottom: 50px;
}
.freelancer{
    border-top: 1px solid #A6B7F4;
}
.client2{
    height: 56px !important;
    width: 150px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    padding: 13px;
}
@media (max-width: 769px) {

    .banner-blue{
        width: 150px;
    }
    .title-new {
    height: 110px !important;
    width: 345px !important;
    left: 25px !important;
    font-family: Inter !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 39px !important;
    letter-spacing: -0.5px !important;
    text-align: left !important;
    }
    .hiring h3{
            text-align: left !important;
    }
    .p-padding{
                padding-left: 15px;
    }
    .title-three{
        text-align: left !important;
    }
    .img-ico-text p{
        text-align: left !important;
            padding-top: 10px;
    }
}



@media only screen and (max-width: 1365px) and (min-width: 1280px){
.menu{font-size: 11px !important;}
    
}

@media only screen and (max-width: 1279px) and (min-width: 1024px){
.banner-right img {height: auto;}
.banner-info {padding-top: 0px;padding-left: 0px;}
}

@media only screen and (max-width: 1023px) and (min-width: 768px){ 
.banner h1 {font-size: 35px !important;line-height: 45px !important;}
.banner-right img {height: auto;}
}

@media only screen and (max-width: 359px){ 
    .title-new {
    /* height: 110px !important; */
    /* width: 345px !important; */
    left: 25px !important;
    font-family: Inter !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 39px !important;
    letter-spacing: -0.5px !important;
    text-align: left !important;}
    .img-ico-text p {
    width: 240px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #4A5568;
    margin-bottom: 20px;
}
.banner-blue { width: 113px;}
.footer-text p{width: auto;}
body{ min-width: 360px;}
}
@media only screen and (max-width: 1279px) and (min-width: 800px){
    .menu{font-size: 9px;}
    .height{margin-left: 80px;}
    
}



@media (max-width: 980px){
    .row2{
        display: none;
    }
}
@media (max-width: 767px){
.banner-right img {
    height: auto;
    width: auto !important;
}
.banner h1 {
    height:175px !important;
    font-size: 44px !important;
    line-height: 52px !important;
    text-align: left !important;
    width: auto !important;
}
.banner h5{
        width: auto !important;
}
.hiring-left2 h3 {
    width: auto;
}
.btn-group {
    width: 360px;
}
.item{
    padding: 20px;
}
/*.sidebar2 {*/
/*    width: -webkit-fill-available;*/
/*}*/
.free-right h3{
    text-align: left;
}
.free-right p{
    text-align: left;
}
.start{
        text-align: left;
}
}
@media only screen and (max-width: 896px) and (min-width: 414px){ .banner-blue {width: 170px;}
    .btn-group {
    width: 385px;
}}
@media only screen and (max-width: 915px) and (min-width: 412px){.btn-group {width: 380px;}
    .dropdown2{
    width: 403px !important;
    }
}
@media only screen and (max-width: 1105px) and (min-width: 834px){.rap{
    width: 990px !important;
}
.height {
    margin-left: 0px !important;
    margin-right: 10px;
}
}
@media only screen and (max-width: 790px) and (min-width: 360px){.dropdown2{
    width: 360px !important;
}}
@media only screen and (max-width: 390px){
    .dropdown2 {
    width: 380px !important;
}
}
@media only screen and (max-width: 428px){
    .dropdown2 {
    width: 415px !important;
}
}
@media only screen and (max-width: 375px){
    .dropdown2 {
    width: 365px !important;
}
}
@media only screen and (max-width: 1510px) and (min-width: 1365px){
    .menu {
    font-size: 13px;
}
}