@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-boxc;
    box-sizing: border-box;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
a,
button,
input {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
select {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-header.fixed-header {
    padding: 10px 0;
    background: #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.-layout .header.fixed-header {
	background: #fff;
	z-index: 999999999;
}

.site-header.fixed-header .mainMenu li a {
    color: #1d1d1d;
}
.site-header {
    width: 100%;
    padding: 17px 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #c9c9c929;
    box-shadow: 0px 3px 6px #c9c9c929;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999999;
}
.site-header .logo {
    text-align: center;
    font-size: 14px;
    color: #1a86e0;
    font-family: "Noto Sans JP", sans-serif;
    border: 0;
    font-weight: 500;
    padding-top: 0;
}

.site-header .mainMenu {
    list-style: none;
    margin: 7px 0 0 0;
    padding: 0;
}
.site-header .mainMenu li {
    display: inline-block;
}
.site-header .mainMenu li a {
    font-size: 14px;
    color: #1d1d1d;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-right: 50px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    text-decoration: none;
}
.site-header .mainMenu li a:hover {
    color: #1b86e0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.site-header .mainMenu li button {
    padding: 0 22px;
    height: 44px;
    margin-right: 14px;
    text-align: center;
    border: 2px solid #1b86e0;
    border-radius: 4px;
    background: #1a86e0;
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
}
.site-header .mainMenu li button.wh {
    background: #fff;
    color: #1a86e0;
}

.site-header .mainMenu li:last-child button {
    margin-right: 0;
}

.site-content {
    margin-top: 89px;
}

/* .section-one-estimate {
    padding: 64px 0 110px 0;
    background: url("../images/note2.jpg"), linear-gradient(296deg, #1b1b1ba6 0%, #292d2f54 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
} */

.section-one-estimate {
	padding: 38px 0 33px 0;
	background: url("../images/webp/note2.webp"), linear-gradient(296deg, #1b1b1ba6 0%, #292d2f54 100%);
	background:url("../images/webp/note2.webp"),-webkit-linear-gradient(296deg, #1b1b1ba6 0%, #292d2f54 100%);
	background:url("../images/webp/note2.webp"),-moz-linear-gradient(296deg, #1b1b1ba6 0%, #292d2f54 100%);
	background:url("../images/webp/note2.webp"),-ms-linear-gradient(296deg, #1b1b1ba6 0%, #292d2f54 100%); 
	background:url("../images/webp/note2.webp"),-o-linear-gradient(296deg, #1b1b1ba6 0%, #292d2f54 100%);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: 100% 124%;
	background-position: top 99% center;
} 

.section-one-estimate.loginTrans.customerLd {
	padding: 38px 0 33px 0;
	 background-color: gray;
  background-image: none;
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: 100% 120%;
	background-position: top left 0;
}

.section-one-estimate.loginTrans.customerLd h3 {
	color: #fff;
	line-height: 38px;
	margin: 242px 0 26px 0;
	font-weight: 700;
	font-size: 32px;
}

.section-one-estimate.loginTrans.thevirone.writersLd {
  padding: 38px 0 33px 0;
  background-color: gray;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: 100% 124%;
  background-position: top 99% center;
  background-image: none;
}

/* .section-one-estimate.loginTrans{
    background: url("../images/note.png"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
} */

/* .section-one-estimate h1 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 105px;
} */

.section-one-estimate h1 {
	font-size: 48px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	line-height: 60px;
	margin-bottom: 20px;
	margin-top: 176px;
}

.section-one-estimate p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 50px 0;
}
.section-one-estimate button.hire {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border: 2px solid #1a86e0;
    border-radius: 4px;
    width: 155px;
    height: 46px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-one-estimate button.hire:hover {
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #1a86e0;
}
/* .section-one-estimate .estimateDiv {
    width: 400px;
    margin: 0 auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #c9c9c929;
    box-shadow: 0px 3px 6px #c9c9c929;
    border: 0.5px solid #acb5bb;
    border-radius: 6px;
} */

.section-one-estimate .estimateDiv {
	width: 400px;
	margin: 0 0 0 auto;
	background: #ffffff 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #c9c9c929;
	box-shadow: 0px 3px 6px #c9c9c929;
	border: 0.5px solid #acb5bb;
	border-radius: 6px;
	transform: scale(-0.8) rotate(180deg);
	transition: all .3s ease-in-out;
}

.section-one-estimate .estimateDiv.wow.fadeInRight{
    transform: scale(-0.9) rotate(180deg);
    transition: all .3s ease-in-out;
}

.spacing.levelOflabel {
    position: relative;
    top: -2px;
}
.section-one-estimate .estimateDiv .form-group {
    margin-bottom: 8px;
}
.section-one-estimate .estimateDiv .upperEst {
    padding: 23px 22px 0px 22px;
    border-bottom: 1px solid #eee;
}
.section-one-estimate .estimateDiv .upperEst h3 {
    font-weight: 900;
    text-align: center;
    color: #1d1d1d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    margin-bottom: 23px;
}
.section-one-estimate .estimateDiv .lowerEst {
    padding: 18px 22px 20px 22px;
}
.section-one-estimate .estimateDiv .nav.tabEstimate {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}
.section-one-estimate .estimateDiv .nav.tabEstimate li {
    width: 50%;
}
.section-one-estimate
    .estimateDiv
    .nav.tabEstimate
    li:last-child
    button.nav-link {
    float: right;
}
.section-one-estimate .estimateDiv .nav-pills.tabEstimate .nav-link {
    background: #fff;
    padding: 7px 16px 0px 16px;
    height: 40px;
    border: 1px solid #acb5bb;
    border-radius: 4px;
    margin-right: 14px;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 97%;
}
.section-one-estimate .estimateDiv .nav-pills.tabEstimate .nav-link.active {
    background: #77bbfd;
    color: #fff;
    border-color: #77bbfd;
}
.section-one-estimate .estimateDiv .nav-pills.tabEstimate .nav-link:hover {
    background: #77bbfd;
    color: #fff;
}
.section-one-estimate
    .estimateDiv
    .nav-pills.tabEstimate
    .nav-item:last-child
    .nav-link {
    margin-right: 0;
}
.section-one-estimate .estimateDiv select {
    width: 100%;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    height: 40px;
    color: #a8a8a8;
    background: url("../images/dw.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #a8a8a8;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.section-one-estimate .estimateDiv input {
    width: 100%;
    border: 1px solid #b3bec3;
    color: #2d2d2d;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 0px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.section-one-estimate .estimateDiv input::-webkit-input-placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-one-estimate .estimateDiv input:-ms-input-placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-one-estimate .estimateDiv input::-ms-input-placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-one-estimate .estimateDiv input::placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-one-estimate .estimateDiv input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 0;
}
.section-one-estimate .estimateDiv label {
    color: #2d3436;
    font-size: 14px;
    font-weight: 400;
}
.section-one-estimate .estimateDiv label.levelOflabel {
    position: relative;
    top: 10px;
}
.section-one-estimate .estimateDiv p.totalEst {
    color: #646e72;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.section-one-estimate .estimateDiv strong {
    font-weight: 900;
    color: #1d1d1d;
    font-size: 18px;
}
.section-one-estimate .estimateDiv button.hireSub {
    width: 100%;
    height: 44px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: inline-block;
    border: 0;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 900;
}
.section-one-estimate
    .estimateDiv
    .checkbox-custom[type="checkbox"]:checked::before {
    top: 15px;
}
.section-one-estimate .estimateDiv .checkbox-custom::after {
    top: 15px;
}
.col-sm-2.pRNull.sideSticky {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: -15px;
}
.inputStylus + .MultiFile-wrap ~ div label a {
    text-decoration: none !important;
}
.col-sm-2.pRNull.sideSticky.shrink {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 2;
    left: -245px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.col-sm-10.pLNull.sideContent.offset-2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.col-sm-10.pLNull.sideContent.offset-2.expanded {
    margin-left: 0 !important;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.col-sm-10.pLNull.sideContent.offset-2.expanded .formReq {
    width: 83%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.col-sm-10.pLNull.sideContent.offset-2.expanded .profile_creation {
    width: 83%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.col-sm-10.pLNull.sideContent.offset-2.expanded .activeButtons {
    width: 83%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
.checkbox-custom::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 1px solid #acb5bb;
    border-radius: 2px;
    left: 0;
}
.checkbox-custom[type="checkbox"]::before {
    background: #1a86e0 url("http://i.imgur.com/dR1TM0y.png");
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: 4px 6px;
    position: absolute;
    left: 2px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #f6ac4f;
}
.checkbox-custom[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 0px;
    opacity: 1;
    left: 0px;
    border: 1px solid #1a86e0;
    border-radius: 2px;
    height: 20px;
    width: 20px;
}
.section-our-proffesion {
    padding: 65px 0 70px 0;
}
.section-our-proffesion h1 {
    font-size: 30px;
    color: #1d1d1d;
    font-weight: 900;
}
.section-our-proffesion p {
    font-size: 16px;
    color: #646e72;
    font-weight: 400;
    width: 539px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.section-our-proffesion button.viewAll {
    width: 160px;
    height: 46px;
    display: inline-block;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin-top: 27px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border: 2px solid #1a86e0;
}
.section-our-proffesion button.viewAll:hover {
    background: #fff;
    color: #1a86e0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.section-our-proffesion .flexCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 20px auto;
    width: max-content;
}
.section-our-proffesion .flexCards .person_cards {
    width: 352px;
    padding: 24px 50px 23px 21px;
    background: #f8f8f8;
    -webkit-box-shadow: 0px 3px 6px #c9c9c929;
    box-shadow: 0px 3px 6px #c9c9c929;
    border: 0.5px solid #acb5bb;
    border-radius: 6px;
    margin-right: 16px;
}
.section-our-proffesion .flexCards .person_cards:last-child {
    margin-right: 0px;
}
.section-our-proffesion .flexCards .rowPerson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-our-proffesion .flexCards .rowPerson .personImg {
    height: 100px;
    width: 100px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.section-our-proffesion .flexCards .rowPerson .personImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-our-proffesion .flexCards .rowPerson .personText h3 {
    font-size: 18px;
    color: #2d3436;
    font-weight: 700;
}
.section-our-proffesion .flexCards .rowPerson .personText button.hireNw {
    width: 160px;
    height: 39px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    border: 0;
    display: inline-block;
    font-size: 14px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin-top: 5px;
    border: 1px solid #1a86e0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-our-proffesion .flexCards .rowPerson .personText button.hireNw:hover {
    background: #fff;
    color: #1a86e0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-our-proffesion .flexCards ul.rate {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-our-proffesion .flexCards ul.rate li {
    display: inline-block;
    color: #fcca75;
}
.section-our-proffesion .flexCards ul.rate li img {
    height: 14px;
}
.section-our-proffesion .flexCards ul.personSkills {
    list-style: none;
    margin: 31px 0 0 0;
    padding: 0;
}

.section-our-proffesion .flexCards ul.personSkills li {
	display: flex;
	margin-bottom: 2px;
}

.section-our-proffesion .flexCards ul.personSkills li img {
	margin-top: 5px;
}

.section-our-proffesion .flexCards ul.personSkills li img {
	height: 13px;
	width: 13px;
	margin-right: 8px;
}
.section-our-proffesion .flexCards ul.personSkills li span {
    font-size: 14px;
    color: #646e72;
    font-weight: 500;
}
.footer {
    background: #0c3d5c;
}
.footer .footerHead {
    padding: 27px 0;
    border-bottom: 1px solid #4f5765;
    margin-bottom: 28px;
}
.footer .logo.foot {
    width: 173px;
    height: 56px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #ffffff;
    font-weight: 500;
    padding-top: 16px;
    background: transparent;
}
.footer h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}
.footer .linksDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
}
.footer .linksDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 300px;
}
.footer .linksDiv ul li {
    display: block;
}
.footer .linksDiv ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}
.footer .newsLetter {
    position: relative;
    margin-bottom: 28px;
}
.footer .newsLetter .parsley-errors-list {
    color: tomato;
    font-weight: 700;
}
.footer .newsLetter input {
    width: 100%;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    color: #a8a8a8;
    padding: 0 92px 0 15px;
    background: transparent;
}
.footer .newsLetter input::-webkit-input-placeholder {
    opacity: 1;
}
.footer .newsLetter input:-ms-input-placeholder {
    opacity: 1;
}
.footer .newsLetter input::-ms-input-placeholder {
    opacity: 1;
}
.footer .newsLetter input::placeholder {
    opacity: 1;
}
.footer .newsLetter button {
    position: absolute;
    top: 0;
    right: 0;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 89px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: 0;
}
.footer .divLinksLower {
    padding: 35px 0;
    border-top: 1px solid #4f5765;
    border-bottom: 1px solid #4f5765;
}
.footer .divLinksLower ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .divLinksLower ul li {
    display: inline-block;
    width: 22.5%;
}
.footer .divLinksLower ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.footer .copyRight {
	padding: 0px 0 20px 0;
}

.footer .copyRight p.copy {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.footer .copyRight div.copy {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 5px;
}
.footer .lowerFooter {
    border-top: 1px solid #47505e;
}
.footer .copyRight ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .copyRight ul li {
    display: inline-block;
}
.footer .copyRight ul li a {
    color: #c2c2c2;
    margin-right: 6px;
    font-size: 14px;
}
.footer .copyRight ul li:last-child a {
    margin-right: 0;
}
.section-login {
    background: url(../images/note.png);
    height: 100vh;
    width: 100%;
    margin-top: -24px;
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-login.regi {
    margin-top: 0;
    height: auto;
}
.section-login.regi .containLogs {
    padding: 0 0 0 88px;
    height: unset;
}
.section-login .logo {
    width: 173px;
    height: 56px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid #fff;
    font-weight: 500;
    background: transparent;
    padding-top: 16px;
    margin-top: 17px;
}
.section-login .formLog {
    background: #fff;
    width: 100%;
}
.section-login .containLogs {
    padding: 0 0 0 88px;
    height: 100%;
}
.section-login h1 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 105px;
    width: 454px;
}
.section-login p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
    width: 539px;
    margin: 0 0 50px 0;
}
.section-login button.hire {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 155px;
    height: 46px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    border: 2px solid #1a86e0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section-login button.hire:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.section-login .formMatic {
    padding: 81px 70px 61px 70px;
    max-width: 644px;
    margin: 0 auto;
}
.section-login .formMatic.regiForm {
    padding: 32px 70px 61px 70px;
    max-width: 644px;
    margin: 0 auto;
}
.section-login .formMatic .FlexInnput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-login .formMatic .FlexInnput select {
    width: 70px;
    margin-right: 7px;
}
.section-login .formMatic input.countryCode {
    width: 54px;
    margin-right: 6px;
    padding: 10px;
}
.section-login .formMatic h4 {
    font-weight: 900;
    color: #1d1d1d;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.section-login .formMatic label {
    font-size: 14px;
    color: #2d3436;
    font-weight: 400;
    margin-bottom: 8px;
}
.section-login .formMatic label.term {
    color: #1a86e0;
}
.section-login .formMatic input {
    width: 100%;
    height: 40px;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    padding: 15px;
}
.section-login .formMatic input::-webkit-input-placeholder {
    color: #1a202c7a;
    opacity: 1;
}
.section-login .formMatic input:-ms-input-placeholder {
    color: #1a202c7a;
    opacity: 1;
}
.section-login .formMatic input::-ms-input-placeholder {
    color: #1a202c7a;
    opacity: 1;
}
.section-login .formMatic input::placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-login .formMatic a.forgotPass {
    color: #1a86e0;
    font-size: 14px;
    font-weight: 500;
}
.section-login .formMatic .btnSubMit {
    width: 100%;
    height: 44px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.section-login .formMatic .btnSubMit:hover {
    background: #1274c6 0% 0% no-repeat padding-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.section-login .formMatic .checkbox-custom[type="checkbox"]:checked::before {
    top: 15px;
}
.section-login .formMatic .checkbox-custom::after {
    top: 15px;
}
.section-login .formMatic input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 0;
}
.section-login .formMatic .chkDivUp {
    margin-top: -14px;
}
.section-login .formMatic .social-logs {
    text-align: center;
    margin-top: 30px;
}
.section-login .formMatic .social-logs a {
    position: relative;
    display: inline-block;
    background: #4469b0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 47.5%;
    margin: 0 10px 0 0;
    height: 44px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    padding: 11px 0 0 0;
}
.section-login .formMatic .social-logs a.gl {
    background: #ef453d;
}
.section-login .formMatic .social-logs a.lkd {
    background: #0077b7;
}
.section-login .formMatic .social-logs a img {
    position: absolute;
    left: 30px;
    top: 11px;
}
.section-login .formMatic .social-logs a:last-child {
    margin-bottom: 0px;
}
.section-login .formMatic .haveAccount {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    position: relative;
    top: 10px;
    text-align: center;
    margin-top: 11px;
}
.section-login .formMatic .haveAccount a {
    color: #1a86e0;
    margin-left: 15px;
}
.pNull {
    padding: 0 !important;
    margin: 0 !important;
}
.pRNull {
    padding-right: 0 !important;
    margin: 0 !important;
}
.pLNull {
    padding-left: 0 !important;
    margin: 0 !important;
}
.orDiv {
    width: 100%;
    border-bottom: 1px solid #b3bec3;
    text-align: center;
}
.orDiv span {
    color: #a8a8a8;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 11px;
    background: #fff;
}
.section-create-order {
    background: #fff;
    min-height: 100vh;
}
.section-create-order .tab-content {
    padding-bottom: 50px;
}
.section-create-order .row.sider {
    min-height: 100vh;
}
.section-create-order .row.sider .col-sm-2.pNull {
    min-height: 100%;
}
.section-create-order .commonSiderbar {
    background: #273142 0% 0% no-repeat padding-box;
    border-right: 1px solid #3f4858;
    height: 100%;
}
.section-create-order .commonSiderbar .logUserDiv {
    padding: 17px 21px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}
.section-create-order .commonSiderbar .logUserDiv .logo {
    width: 173px;
    height: 56px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    border: 0;
    font-weight: 500;
    padding-top: 0;
    background: transparent;
    margin: 0 auto;
    margin-bottom: 16px;
    position: relative;
    left: -7px;
    border-radius: 4px;
    overflow: hidden;
}
.section-create-order .commonSiderbar .logUserDiv .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(16%) sepia(125%) saturate(3242%) hue-rotate(189deg)
        brightness(112%) contrast(90%);
}
.section-create-order .commonSiderbar .logUserDiv .btn-prime {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 135px;
    height: 39px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #1a86e0;
    color: #ffffff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.section-create-order .commonSiderbar .logUserDiv .btn-prime img {
    position: relative;
    top: -2px;
}
.section-create-order .commonSiderbar .logUserDiv .btn-prime:hover {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid #1a86e0;
    background: #fff 0% 0% no-repeat padding-box;
    color: #1a86e0;
}
.section-create-order .commonSiderbar .logUserDiv .btn-prime:hover img {
    position: relative;
    top: -2px;
    filter: invert(42%) sepia(67%) saturate(4082%) hue-rotate(189deg)
        brightness(99%) contrast(80%);
}
.section-create-order .commonSiderbar .logUserDiv .profileCreationUser {
    width: 120px;
    height: 120px;
    padding: 21px 18px;
    margin: 0 auto;
    border: 1px solid #393e4d;
    border-radius: 4px;
    margin-bottom: 16px;
    position: relative;
}
.section-create-order .commonSiderbar .logUserDiv .profileCreationUser .imgDv {
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.section-create-order
    .commonSiderbar
    .logUserDiv
    .profileCreationUser
    .imgDv
    img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-create-order
    .commonSiderbar
    .logUserDiv
    .profileCreationUser
    .uploadImg {
    position: absolute;
    right: 22px;
    bottom: 20px;
    height: 20px;
    display: inline-block;
    background: #1a86e0;
    width: 20px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    padding: 1px 0 0 0;
}
.section-create-order
    .commonSiderbar
    .logUserDiv
    .profileCreationUser
    .uploadImg
    input {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.section-create-order .commonSiderbar .logUserDiv button.upload_img {
    border: 2px solid #1a86e0;
    border-radius: 4px;
    width: 89px;
    height: 40px;
    color: #1a86e0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}
.section-create-order .commonSiderbar .userOptions {
    width: 100%;
    padding: 16px 0px;
}
.section-create-order .commonSiderbar .userOptions.bottonPad {
    padding: 0;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropright
    .dropdown-toggle::after {
    display: none;
}
.section-create-order .commonSiderbar .userOptions .dropdown-menu {
    background: #fff;
    border: 0.5px solid #393e4d;
    border-radius: 2px;
    min-width: 121px;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown-menu
    .dropdown-item {
    padding: 10px 14px 0px 14px;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown-menu
    .dropdown-item:last-child {
    padding-bottom: 10px;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown-menu
    a.dropdown-item {
    color: #2d3436 !important;
    font-weight: 600;
    font-size: 14px;
    display: block;
}
.section-login .formMatic .FlexInnput input[name="phone_code"] {
    opacity: 0;
    position: absolute !important;
}
.section-login .formMatic .FlexInnput input[placeholder="1234567890"] {
    width: 63%;
    margin: 0 0 0 auto;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    height: 41px;
    position: relative;
    top: -1px;
    width: 82px;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown-menu
    .dropdown-item:focus,
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown-menu
    .dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
    color: #000;
}
.section-create-order .commonSiderbar .userOptions .dropdown-menu.show {
    left: auto !important;
    padding: 0;
    right: 17px;
    top: 44px !important;
}
.section-create-order .commonSiderbar .userOptions .dropdown_user {
    padding: 0 21px;
    position: relative;
}
.section-create-order .commonSiderbar .userOptions .dropdown_user .userName {
    position: relative;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userName
    span {
    font-size: 14px;
    color: #1a202c;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    width: 112px;
    display: inline-block;
    margin-top: 3px;
    top: 8px;
    text-overflow: ellipsis;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .linksSideBr
    li:hover
    .dropdown_user
    .userName
    span {
    color: #fff;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userName
    .usrImg {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userName
    .usrImg
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 50%;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userName
    img.chev {
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 1;
    filter: invert(7%) sepia(7%) saturate(4085%) hue-rotate(182deg)
        brightness(0%) contrast(88%);
}
.section-create-order
    .commonSiderbar
    .userOptions
    .linksSideBr
    li:hover
    .dropdown_user
    .userName
    img.chev {
    filter: invert(7%) sepia(7%) saturate(4085%) hue-rotate(182deg)
        brightness(220%) contrast(88%);
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user:hover
    .userDropdown {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userDropdown {
    position: absolute;
    top: 0;
    right: -45%;
    background: #fff;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userDropdown:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userDropdown
    ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr {
    list-style: none;
    margin: 10px 0 0 0;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li {
    margin: 0;
    padding: 0;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none !important;
    padding: 9px 21px;
    display: inline-block;
    width: max-content;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a.done {
    background: #1f2736;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a span {
    float: right;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .linksSideBr
    li
    a
    span.check {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-weight: 700;
    color: #1f2736;
    text-align: center;
    background: #1cb795;
    border-radius: 50%;
    font-size: 9px;
    line-height: 16px;
    position: relative;
    top: 2px;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a span.noti {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background: #fd7778;
    border-radius: 50%;
    font-size: 9px;
    line-height: 19px;
    position: absolute;
    top: 10px;
    right: -4px;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .linksSideBr
    li
    a.active
    span.noti {
    right: 3px;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a.active {
    background: #1a86e0;
    width: 100%;
    color: #fff;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a.active i {
    color: #fff;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a img {
    position: relative;
    top: -2px;
    margin-right: 8px;
    margin-left: 4px;
    width: 16px;
    height: auto;
}
.headOrder {
	background-color: #f8f8f8;
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
	padding-top: 30px;
	box-shadow: 0px 0px 5px #00000024;
	left: 0;
	padding-left: 306px;
}
.section-create-order .headerOrder {
    padding: 31px 115px 31px 36px;
}
.section-create-order .headerOrder .copyFl {
    margin-right: 0px;
}
.section-create-order .headerOrder a.logOut {
    width: 83px;
    height: 34px;
    background: #2d3436 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    padding: 8px 0 0 0;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-create-order .headerOrder a.logOut:hover {
    color: #1a86e0;
    background: #fff;
    transition: unset;
}
.section-create-order .headerOrder a.logOut::before {
    content: "";
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-create-order .headerOrder a.logOut:hover::before {
    border-top: 1px solid #1a86e0;
    border-left: 1px solid #1a86e0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-create-order .headerOrder a.logOut::after {
    content: "";
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-create-order .headerOrder a.logOut:hover::after {
    border-bottom: 1px solid #1a86e0;
    border-right: 1px solid #1a86e0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section-create-order .headerOrder .toogleShift {
    background: transparent;
    border: 0;
    color: #ffffff;
}
.section-create-order .headerOrder h4 {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    margin-left: 62px;
    letter-spacing: 0px;
    color: #1a202c;
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-bottom: 16px;
}
.section-create-order .headerOrder h4 img {
    height: 22px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.section-create-order .profile_creation {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 33px;
    background: #f8f8f8;
    border: 0.5px solid #e1e1e1;
    border-radius: 6px;
    margin: 0 auto;
    width: 904px;
    margin-bottom: 44px;
}
.section-create-order .profile_creation label.aks-file-upload-label {
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    color: #002c7b;
    padding: 0;
    width: 100%;
    border: 1px solid #393e4d;
    color: #a8a8a8;
    border-radius: 4px;
    height: 40px;
    padding: 9px 15px;
    font-weight: 400;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    position: relative;
}
.section-create-order .profile_creation label.aks-file-upload-label span {
    position: absolute;
    right: 0;
    height: 40px;
    width: 100px;
    font-size: 0;
    background: #3f4858 0% 0% no-repeat padding-box;
    border: 1px solid #393e4d;
    text-align: center;
    top: 0;
    border-radius: 3px;
}
.section-create-order
    .profile_creation
    label.aks-file-upload-label
    span::after {
    content: "Browse";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}
.section-create-order .profile_creation label {
    color: #1a202c;
    font-size: 14px;
    font-weight: 400;
}
.section-create-order .profile_creation input {
    width: 100%;
    border: 1px solid #e1e1e1;
    color: #1a202c;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 10px;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: white;
}
.section-create-order .profile_creation input::-webkit-input-placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-create-order .profile_creation input:-ms-input-placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-create-order .profile_creation input::-ms-input-placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-create-order .profile_creation input::placeholder {
    color: #1a202c7a ;
    opacity: 1;
}
.section-create-order .profile_creation select {
    border: 1px solid #393e4d;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #ffffffcc;
    background: transparent url("../images/dw2.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.section-create-order .profile_creation .addressFields input {
    margin-bottom: 15px;
}
.section-create-order .profile_creation .addressFields input.form-control.half {
    width: 50%;
}
.section-create-order .profile_creation button.next {
    display: inline-block;
    width: 85px;
    height: 48px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 20px;
}
.section-create-order .profile_creation button.next:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #1777c5 0% 0% no-repeat padding-box;
}
.section-create-order .profile_creation .grigPlus {
    text-align: center;
    padding: 42px 0;
}
.section-create-order .profile_creation .grigPlus .gridImg {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.section-create-order .profile_creation .grigPlus .gridImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-create-order .profile_creation .grigPlus h5 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin: 14px auto;
}
.section-create-order .profile_creation .grigPlus .btn-prime {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 135px;
    height: 39px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #1a86e0;
    color: #ffffff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.section-create-order .profile_creation button.prev {
    display: inline-block;
    width: 116px;
    height: 48px;
    background: #3f4858 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 20px;
}
.section-create-order .profile_creation button.prev:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #1777c5 0% 0% no-repeat padding-box;
}
.section-create-order .order_heder {
    background: #f8f8f8;
    border: 0.5px solid #393e4d17;
    border-radius: 0;
    padding: 24px 21px 20px 21px;
    width: 904px;
    margin: 0 auto;
}
.section-create-order .order_heder .profile_up {
    margin: 0;
    padding: 24px 0 30px 0;
}
.section-create-order .order_heder .profile_up .profileImg {
    width: 54px;
    height: 49px;
    margin: 0 auto;
    position: relative;
}
.section-create-order .order_heder .profile_up .profileImg input {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}
.section-create-order .order_heder .profile_up .profileImg span.plusImg {
    height: 20px;
    display: inline-block;
    position: absolute;
    background: #1a86e0;
    width: 20px;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    padding-top: 1px;
    right: 0;
}
.section-create-order .order_heder .profile_up .profileImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-create-order .order_heder .profile_up .inviteOtherDiv {
    text-align: center;
}
.section-create-order .order_heder .profile_up .inviteOtherDiv h5 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin: 14px auto;
}
.section-create-order .order_heder .profile_up .inviteOtherDiv .btn-prime {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 135px;
    height: 39px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #1a86e0;
    color: #ffffff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.section-create-order .order_heder .profile_up .inviteOtherDiv .btn-prime img {
    position: relative;
    top: -2px;
}
.section-create-order
    .order_heder
    .profile_up
    .inviteOtherDiv
    .btn-prime:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.section-create-order .order_heder:first-child {
    border-radius: 6px 6px 0 0;
}
.section-create-order .order_heder:last-child {
    border-radius: 0 0 6px 6px;
    margin-top: 20px;
}
.section-create-order .order_heder.topLine {
    margin-bottom: 11px;
    border-radius: 6px;
}
.section-create-order .order_heder.n-paddin {
    padding: 16px 21px;
}
.section-create-order .order_heder.n-paddin .flexCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-create-order .order_heder.n-paddin .flexCards .userImgDiv {
    width: 11%;
}
.section-create-order .order_heder.n-paddin .flexCards .infoOrder {
    border-right: 0.5px solid #393e4d;
    padding-right: 28px;
}
.section-create-order .order_heder.n-paddin .flexCards .orderimgCards {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border-radius: 50%;
}
.section-create-order .order_heder.n-paddin .flexCards .orderimgCards img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-create-order .order_heder.n-paddin .flexCards h5 {
    font-size: 14px;
    color: #1a202c;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 1px;
}
.section-create-order .order_heder.n-paddin .flexCards ul.rate {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.section-create-order .order_heder.n-paddin .flexCards ul.rate li {
    display: inline-block;
    color: #fcca75;
    margin: 0;
    width: 15px;
}
.section-create-order .order_heder.n-paddin .flexCards ul.rate li::after {
    display: none;
}
.section-create-order .order_heder.n-paddin .flexCards ul.rate li img {
    height: 14px;
}
.section-create-order .order_heder.n-paddin .flexCards ul.badgeLists {
    list-style: none;
    margin: 0 0 11px 0;
    padding: 0;
    position: relative;
    left: -8px;
}
.section-create-order .order_heder.n-paddin .flexCards ul.badgeLists li {
    font-size: 14px;
    color: #646e72;
    font-weight: 500;
    margin-right: 20px;
}
.section-create-order .order_heder.n-paddin .flexCards ul.badgeLists li img {
    height: 14px;
    width: auto;
    margin-right: 7px;
}
.section-create-order .order_heder.n-paddin .flexCards ul.badgeLists li::after {
    display: none;
}
.section-create-order .order_heder.n-paddin .flexCards span.outOff {
    margin-left: 10px;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
}
.section-create-order .order_heder.n-paddin .flexCards .blackOrder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 19px 15px;
    background: #1b1e26 0% 0% no-repeat padding-box;
    border: 0.5px solid #393e4d;
    border-radius: 6px;
}
.section-create-order .order_heder.n-paddin .flexCards .blackOrder img {
    width: 23px;
    height: 18px;
    margin-right: 14px;
    position: relative;
    top: -7px; 
}
.section-create-order .order_heder.n-paddin .flexCards .blackOrder .readText p {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}
.section-create-order .order_heder.n-paddin .flexCards .textProfesstional {
    text-align: center;
    padding: 0 0px 0 10px;
    width: 34%;
    margin: 0 0 0 auto;
    position: relative;
    top: -7px; 
}
.section-create-order .order_heder.n-paddin .flexCards .textProfesstional h5 {
    color: #646e72;
    font-size: 14px;
    font-weight: 700;
}
.section-create-order .order_heder.n-paddin .flexCards .textProfesstional h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}
.section-create-order
    .order_heder.n-paddin
    .flexCards
    .textProfesstional
    button.hireN {
    width: 121px;
    height: 40px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    border: 0;
}
.section-create-order
    .order_heder.n-paddin
    .flexCards
    .textProfesstional
    button.shotList {
    border: 0;
    padding: 0;
    color: #77bbfd;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    margin-top: 10px;
}
.section-create-order
    .order_heder.n-paddin
    .flexCards
    .textProfesstional
    button.shotList
    i {
    margin-right: 6px;
}
.section-create-order .order_heder h5 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0px;
    color: #1a202c;
    font-size: 16px;
    margin: 0 0 12px 0;
}
.notification-item p {
    color: #1a202c;
}
.section-create-order .order_heder ul {
    list-style: none;
    margin: 0 0 6px 0;
    padding: 0;
}
.section-create-order .order_heder ul li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #7b7777;
    font-weight: 500;
    margin-right: 26px;
}
.section-create-order .order_heder ul li.active {
    color: #77bbfd;
}
.section-create-order .order_heder ul li.green {
    color: #1cb795;
}
.section-create-order .order_heder ul li.red {
    color: #fd7778;
}
.section-create-order .order_heder ul li.yellow {
    color: #fdbb3b;
}
.section-create-order .order_heder ul li img {
    height: 16px;
    margin-left: 9px;
    position: relative;
    top: -2px;
}

.section-create-order .order_heder ul li i.fa.fa-star {
    color: #fcca75;
}

.section-create-order .order_heder ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -18px;
    display: inline-block;
    width: 4px;
    border-radius: 50%;
    height: 4px;
    background: #646e72 0% 0% no-repeat padding-box;
}
.section-create-order .order_heder ul li:last-child {
    margin-right: 0;
}
.section-create-order .order_heder ul li:last-child::after {
    display: none;
}
.section-create-order .formReq {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 0.5px solid #CFCFCF;
    width: 904px;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 80px;
}
.section-create-order .formReq.balanceTable table.balanceStatus th,
.section-create-order .formReq.balanceTable td {
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 500;
    padding: 18px 10px 23px 20px;
}
.section-create-order .formReq.balanceTable table.balanceStatus th span,
.section-create-order .formReq.balanceTable td span {
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 500;
}
.section-create-order .formReq.balanceTable table.balanceStatus th span.red,
.section-create-order .formReq.balanceTable td span.red {
    color: #fd7778;
}
.section-create-order .formReq.balanceTable table.balanceStatus th span.green,
.section-create-order .formReq.balanceTable td span.green {
    color: #1cb795;
}
.section-create-order
    .formReq.balanceTable
    table.balanceStatus
    th
    div.imgTright,
.section-create-order .formReq.balanceTable td div.imgTright {
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 500;
    position: relative;
}
.section-create-order
    .formReq.balanceTable
    table.balanceStatus
    th
    div.imgTright
    img,
.section-create-order .formReq.balanceTable td div.imgTright img {
    position: absolute;
    top: 0;
    right: 6px;
    height: 18px;
}
.section-create-order .formReq .row {
    min-height: auto;
}
.section-create-order .formReq .requireDivForm {
    padding: 24px;
    border-bottom: 1px solid #3f4858;
    text-align: center;
}
.section-create-order .formReq .requireDivForm h5 {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    color: #1a202c;
    font-size: 16px;
    margin: 16px 0 0 0;
}
.section-create-order .formReq .requireDivForm .ulSteps {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 0;
}
.section-create-order .formReq .requireDivForm .ulSteps::before {
    content: "";
    border-top: 1px dashed #393e4d;
    width: 100%;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: 0;
}
.section-create-order .formReq .requireDivForm .ulSteps li {
    display: inline-block;
}
.section-create-order
    .formReq
    .requireDivForm
    .ulSteps
    li:last-child
    .roundSteps {
    margin-right: 0;
}
.section-create-order .formReq .requireDivForm .ulSteps li .roundSteps {
    margin-right: 90px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #b3bec3;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0 0 0;
    position: relative;
    z-index: 1;
}
.section-create-order .formReq .requireDivForm .ulSteps li .roundSteps.active {
    color: #1a86e0;
    background: #77bbfd;
}
.section-create-order .formReq .formRequired {
    padding: 33px;
}
.section-create-order .formReq .formRequired label {
    color: #1a202c;
}
.section-create-order .formReq .formRequired select {
    border: 1px solid #393e4d;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #1a202c;
    background: transparent url("../images/arrow-down-s-line.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.section-create-order .formReq .formRequired input {
    border: 1px solid #393e4d;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    color: #1a202c;
    width: 100%;
    background: transparent;
}
.section-create-order .formReq .formRequired input::-webkit-input-placeholder {
    opacity: 1;
    color: #1a202c7a;
}
.section-create-order .formReq .formRequired input:-ms-input-placeholder {
    opacity: 1;
    color: #1a202c7a;
}
.section-create-order .formReq .formRequired input::-ms-input-placeholder {
    opacity: 1;
    color: #1a202c7a;
}
.section-create-order .formReq .formRequired input::placeholder {
    opacity: 1;
    color: #1a202c7a ;
}
.section-create-order .formReq .formRequired input.dtPicker {
    background: transparent url("../images/calendar-line.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 19px;
}
.section-create-order .formReq .formRequired textarea {
    width: 100%;
    height: 127px;
    border: 1px solid #393e4d;
    border-radius: 4px;
    font-size: 14px;
    color: #1a202c;
    padding: 10px 15px;
    background: transparent;
    resize: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.section-create-order
    .formReq
    .formRequired
    textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #1a202c7a;
}
.section-create-order .formReq .formRequired textarea:-ms-input-placeholder {
    opacity: 1;
    color: #1a202c7a;
}
.section-create-order .formReq .formRequired textarea::-ms-input-placeholder {
    opacity: 1;
    color: #1a202c7a;
}
.section-create-order .formReq .formRequired textarea::placeholder {
    opacity: 1;
    color: #1a202c7a;
}
.section-create-order .formReq .formRequired button.prev {
    width: 169px;
    height: 48px;
    background: #3f4858 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 20px;
}
.section-create-order .formReq .formRequired button.prev:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #1777c5 0% 0% no-repeat padding-box;
}
.section-create-order .formReq .formRequired .submit {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 136px;
    height: 48px;
    text-align: center;
    background: #1a86e0;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    border: 0;
    margin-top: 20px;
    color: #fff;
}
.section-create-order .activeButtons {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 904px;
    margin: 49px auto 0 auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #3f4858;
}
.section-create-order .activeButtons .nav-pills.commonAcButton .nav-link.active,
.section-create-order
    .activeButtons
    .nav-pills.commonAcButton
    .show
    > .nav-link {
    color: #1a202c;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 18px;
    border-bottom: 2px solid #1a86e0;
    border-radius: 0;
}
.section-create-order .activeButtons .nav-pills.commonAcButton .nav-link {
    display: block;
    padding: 0;
    font-size: 14px;
    color: #646e72;
    margin-right: 5px;
    font-weight: 700;
    padding: 13px 12px;
}
.section-create-order .activeButtons .btn-prime {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 135px;
    height: 39px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #1a86e0;
    color: #ffffff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.section-create-order .activeButtons .btn-prime img {
    position: relative;
    top: -2px;
}
.section-create-order .activeButtons .btn-prime:hover {
    color: #fff;
    background: #1566aa;
    border: 1px solid #1a86e0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.section-create-order .activeButtons select {
    width: 116px;
    height: 40px;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    color: #a8a8a8;
    background: #252a39 url("../images/dw3.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #a8a8a8;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.section-create-order .activeButtons .dropdown.sortDropdw .dropdown-menu.show {
    display: block;
    left: -43px !important;
}
.section-create-order .activeButtons .dropdown.sortDropdw .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}
.section-create-order
    .activeButtons
    .dropdown.sortDropdw
    .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    display: none;
}
.section-create-order .activeButtons .dropdown.sortDropdw .dropdown-menu {
    background: #3f4858 0% 0% no-repeat padding-box;
    border-radius: 2px !important;
    color: #fff;
}
.section-create-order .activeButtons .dropdown.sortDropdw .dropdown-toggle {
    white-space: nowrap;
    width: 116px;
    height: 40px;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    color: #a8a8a8;
    background: #252a39 url("../images/dw3.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #a8a8a8;
    padding: 0 28px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.section-create-order #example_length {
    display: none;
}
.section-create-order #example_wrapper {
    position: relative;
    top: -6px;
}
.section-create-order div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none;
    position: absolute;
    right: 21px;
    top: 13px;
    z-index: 2;
}
.section-create-order div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    width: 212px;
    height: 40px;
    border: 1px solid #393e4d;
    border-radius: 4px;
    background: #252a39 url("../images/filtSrc.png");
    padding: 10px 10px 10px 40px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center left 10px;
    font-size: 1rem;
}
.section-create-order #example_filter label {
    color: transparent;
    font-size: 0;
}
.section-create-order #example_paginate {
    text-align: left;
    padding-bottom: 20px;
    margin-top: 18px;
    padding-left: 20px;
}
.section-create-order #example_paginate span {
    margin-right: 20px;
}
.section-create-order #example_paginate a {
    color: #1a202c;
    margin-right: 20px;
}
.section-create-order #example_paginate a:last-child {
    margin-right: 0;
}
.section-create-order #example_info {
    color: #1a202c;
    text-align: right;
    display: block;
    float: right;
    margin: 0 22px 0 0;
}
.section-create-order table.tableActive {
    color: #1a202c;
}
.section-create-order table.tableActive thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #393e4d;
}
.section-create-order table.tableActive td {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #cfcfcf !important;
    border-top: 0 !important;
}
.section-create-order table.tableActive td p {
    font-size: 14px;
    color: #1a202c; 
    font-weight: 700;
    margin: 5px 0 12px 0;
    /* width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; */
}
.section-create-order table.tableActive td p.span {
    font-size: 12px;
    color: #6a6a6a;
    font-weight: 500;
}
.requestRevision.btn {
    margin-left: 11px;
}
.releaseFund.btn {
    margin-left: 11px;
}
.section-create-order table.tableActive td .rightToggler {
    position: relative;
}
.section-create-order table.tableActive td .rightToggler.bidsDiv {
    width: 218px;
    margin: 0 0 0 auto;
}
.section-create-order table.tableActive td .rightToggler img.ctoggle {
    position: absolute;
    top: -4px;
    right: 0;
    height: 29px;
}
.section-create-order table.tableActive td ul {
    list-style: none;
    margin: 0 0 6px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-create-order table.tableActive td ul li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 500;
    margin-right: 26px;
}
.section-create-order table.tableActive td ul li.nav-item::after {
    display: none;
    margin: 0;
}
.section-create-order table.tableActive td ul li.active {
    color: #77bbfd;
}
.section-create-order table.tableActive td ul li.green {
    color: #1cb795;
}
.section-create-order table.tableActive td ul li.red {
    color: #fd7778;
}
.section-create-order table.tableActive td ul li.yellow {
    color: #fdbb3b;
}
.section-create-order table.tableActive td ul li img {
    height: 16px;
    margin-left: 9px;
    position: relative;
    top: -2px;
}
.section-create-order table.tableActive td ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -18px;
    display: inline-block;
    width: 4px;
    border-radius: 50%;
    height: 4px;
    background: #646e7280 0% 0% no-repeat padding-box;
}
.section-create-order table.tableActive td ul li:last-child {
    margin-right: 0;
}
.section-create-order table.tableActive td ul li:last-child::after {
    display: none;
}
.section-create-order table.tableActive h5 {
    font-weight: 900;
    color: #1a202c;
    margin: 10px 0;
    font-size: 16px;
}
.formReq.mProfileTable table.tableActive thead h6 {
    color: #fff;
}
.section-create-order table.tableActive thead h5 {
    color: #fff;
}
.section-create-order table.tableActive label.swLabel {
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
    margin-right: 7px;
}
.section-create-order table.tableActive th {
    padding: 0.75rem;
    padding-right: 0.75rem;
    vertical-align: top;
    border-top: 0;
}
.formReq.navigateButtons {
    position: relative;
}
.formReq.navigateButtons .spacefrButtons {
    height: 50px;
}
.formReq.navigateButtons .nav.tabsforTables.nav-pills {
    position: absolute;
    width: 50%;
    top: 15px;
    z-index: 1;
}
.section-create-order .commonSiderbar .logUserDiv a {
    text-decoration: none;
}
.formReq.navigateButtons .spacefrButtons {
    height: 33px;
}
.formReq.navigateButtons .nav.tabsforTables.nav-pills .nav-item {
    width: 49.9%;
}
.formReq.navigateButtons .nav-pills.tabsforTables .nav-link.active,
.formReq.navigateButtons .nav-pills.tabsforTables .show > .nav-link {
    color: #fff;
    background-color: transparent;
    text-align: center;
}
.formReq.navigateButtons .nav-pills.tabsforTables .nav-link {
    display: block;
    padding: 8px 0 1px 0;
    text-align: center;
    color: #c1c1c1;
    font-weight: 700;
    font-size: 14px;
}
.formReq.navigateButtons .nav-pills.tabsforTables .nav-link.active {
    position: relative;
}
.formReq.navigateButtons .nav-pills.tabsforTables .nav-link.active::after {
    content: "";
    border-bottom: 1px solid #fff;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 1px;
    width: 100%;
}
.site-content.createLayOut {
    margin: 0;
} 
.col-sm-2.pRNull.sideSticky {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 99;
    width: 245px;
    max-width: 245px;
}
.col-sm-10.pLNull.sideContent.offset-2 {
    margin-left: 16.666667% !important;
}
table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_desc::before,
table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::before {
    right: 1em;
    content: "↑";
    display: none !important;
}
table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::after,
table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::after,
table.dataTable > thead .sorting_desc_disabled::after {
    right: 0.5em;
    content: "↓";
    display: none !important;
}
.nav.commonAcButton.nav-pills {
    position: relative;
    top: 1px;
}
.common-modal {
}
.common-modal .modal-header {
    border-bottom: 1px solid #3f4858;
    padding-left: 30px;
    padding-right: 27px;
}
.common-modal input.searchInvite {
    margin-left: 0;
    display: inline-block;
    width: auto;
    width: 212px;
    height: 40px;
    border: 1px solid #393e4d;
    border-radius: 4px;
    background: #252a39 url("../images/filtSrc.png");
    padding: 10px 10px 10px 40px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center left 10px;
    margin-right: -30px;
}
.common-modal .div.paddingUp {
    padding: 25px 0 0 0;
}
.common-modal select.sort {
    width: 116px;
    height: 40px;
    background: #252a39 0% 0% no-repeat padding-box;
    border: 1px solid #393e4d;
    border-radius: 4px;
    opacity: 1;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    color: #a8a8a8;
    background: #252a39 url("../images/dw3.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.common-modal .modal-header.expanding {
    padding-top: 27px;
}
.common-modal .modal-header.expanding .close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #4a5568;
    text-shadow: none !important;
    opacity: 1;
    position: absolute;
    top: 1px;
    right: -16px;
}
.common-modal .modal-header.expanding .row {
    width: 100%;
}
.common-modal .modal-body.modalBid {
    padding: 18px 29px 17px 30px;
}
.common-modal .modal-body.modalBid.refund label {
    color: #fff;
    font-size: 14px;
    color: #4a5568;
    font-weight: 700;
}
.common-modal .modal-body.modalBid.refund .col-md-12.text-center.buttonsZone {
    padding: 8px 0 10px 0;
}
.common-modal .modal-body.modalBid.refund textarea {
	border: 1px solid #393e4d !important;
	border-radius: 4px;
	height: 114px;
	width: 100%;
	background: transparent !important;
	color: #0d1015 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	resize: none;
	font-size: 14px;
}
.common-modal .modal-body.modalBid label {
    color: #fff;
    font-size: 14px;
    color: #0d1015;
    font-weight: 400;
}
.common-modal .modal-body.modalBid input {
    border: 1px solid #393e4d !important;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    background: transparent !important;
    color: #0d1015 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.common-modal .modal-body.modalBid textarea {
    border: 1px solid #393e4d !important;
    border-radius: 4px;
    height: 80px;
    width: 100%;
    background: transparent !important;
    color: #0d1015 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    resize: none;
}
.common-modal .modal-body.modalBid p {
    color: #0d1015;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
.common-modal .modal-body.modalBid p span {
    display: inline-block;
    width: 95px;
}
.common-modal .modal-body.modalBid button.cancel {
    width: 105px;
    height: 40px;
    background: #3f4858 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    border: 0;
}
.common-modal .modal-body.modalBid button.bid {
    width: 116px;
    height: 40px;
    background: #1a86e0;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    border: 0;
    text-align: center;
}
.common-modal .modal-body.modalBid button.bid.red {
    background: #fd7778;
    width: 146px;
}
.common-modal .modal-body.modalBid button.bid.hide {
    width: 91px;
    height: 40px;
    background: #273142 0% 0% no-repeat padding-box;
    border-radius: 4px;
}
.common-modal .modal-body.modalBid .col-md-12.text-center.buttonsZone {
    padding: 16px 0 11px 0;
}
.common-modal .modalHireIN {
    padding: 23px 46px;
}
.common-modal .modalHireIN .col-md-12.text-center.buttonsZone {
    padding: 16px 0 11px 0;
}
.common-modal .modalHireIN button.cancel {
    width: 105px;
    height: 40px;
    background: #3f4858 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    border: 0;
}
.common-modal .modalHireIN button.bid {
    width: 116px;
    height: 40px;
    background: #1a86e0;
    border-radius: 4px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    border: 0;
    text-align: center;
}
.common-modal .modalHireIN p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.common-modal .modalHireIN p.red {
    color: #fd7778;
}
.common-modal .modalHireIN h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.common-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    background: #f8f8f8;
    border: 0.5px solid #393e4d;
    border-radius: 6px;
}
.common-modal .modal-dialog.med {
    max-width: 536px;
    margin: 4.75rem auto;
}
.common-modal .modal-dialog.lg {
    max-width: 904px;
    margin: 4.75rem auto;
}
.common-modal .modal-title {
    color: #4a5568;
    font-size: 16px;
    font-weight: 700;
}
.common-modal .text-white {
    color: #4a5568 !important;
}
.common-modal .close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #4a5568;
    text-shadow: none !important;
    opacity: 1;
    position: relative;
    top: -3px;
}
.common-modal .close:hover {
    color: #f87475;
}
.common-modal .fileDownload {
    padding: 0 14px;
}
.common-modal .fileDownload .ratingPlace {
    position: relative;
    right: -13px;
    top: 11px;
}
.common-modal .fileDownload.m-padding {
    padding: 0 48px;
}
.common-modal .fileDownload h5 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 18px;
}
.addressiPh .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    height: 41px;
    position: relative;
    top: -1px;
    width: 119px;
}
.addressiPh .iti__flag-container + input#phone {
    opacity: 0;
    position: static;
}
.common-modal .fileDownload label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 18px;
}
.common-modal .fileDownload textarea.ratingComment {
    width: 100%;
    height: 75px;
    border: 1px solid #393e4d;
    border-radius: 4px;
    padding: 11px 15px;
    color: #0d1015 ;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    resize: none;
}
.common-modal .fileDownload .buttonsSpace {
    margin-top: 23px;
    margin-bottom: 10px;
}
.common-modal .fileDownload button.cancel {
    width: 105px;
    height: 40px;
    background: #3f4858 0% 0% no-repeat padding-box;
    border-radius: 4px;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 2px;
    border: 0;
}
.common-modal .fileDownload button.hire {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 121px;
    height: 40px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 2px solid #1a86e0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.common-modal .fileDownload button.hire.post {
    width: 89px;
    height: 40px;
}
.common-modal .fileDownload button.hire:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.common-modal .fileDownload button.downld {
    color: #77bbfd;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: 17px;
}
.common-modal .fileDownload button.downld img {
    height: 17px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}
.common-modal .fileDownload button.allDownload {
    width: 148px;
    height: 40px;
    display: inline-block;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    margin-top: 25px;
    margin-bottom: 8px;
}
.common-modal .modal-body.nullPad {
    padding: 0;
}
.common-modal .tagOnline {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 10px;
}
.common-modal .order_heder {
    background: #1e222f 0% 0% no-repeat padding-box;
    border-bottom: 0.5px solid #393e4d;
    border-radius: 0;
    padding: 24px 21px 20px 21px;
    width: 100%;
    margin: 0 auto;
}
.common-modal .order_heder .profile_up {
    margin: 0;
    padding: 24px 0 30px 0;
}
.common-modal .order_heder .profile_up .profileImg {
    width: 54px;
    height: 49px;
    margin: 0 auto;
    position: relative;
}
.common-modal .order_heder .profile_up .profileImg input {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
}
.common-modal .order_heder .profile_up .profileImg span.plusImg {
    height: 20px;
    display: inline-block;
    position: absolute;
    background: #1a86e0;
    width: 20px;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    padding-top: 1px;
    right: 0;
}
.common-modal .order_heder .profile_up .profileImg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.common-modal .order_heder .profile_up .inviteOtherDiv {
    text-align: center;
}
.common-modal .order_heder .profile_up .inviteOtherDiv h5 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin: 14px auto;
}
.common-modal .order_heder .profile_up .inviteOtherDiv .btn-prime {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 135px;
    height: 39px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #1a86e0;
    color: #ffffff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.common-modal .order_heder .profile_up .inviteOtherDiv .btn-prime img {
    position: relative;
    top: -2px;
}
.common-modal .order_heder .profile_up .inviteOtherDiv .btn-prime:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.common-modal .order_heder:first-child {
    border-radius: 6px 6px 0 0;
}
.common-modal .order_heder:last-child {
    border-radius: 0 0 6px 6px;
}
.common-modal .order_heder.topLine {
    margin-bottom: 11px;
    border-radius: 6px;
}
.common-modal .order_heder.n-paddin {
    padding: 16px 21px;
}
.common-modal .order_heder.n-paddin .flexCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.common-modal .order_heder.n-paddin .flexCards .userImgDiv {
    width: 11%;
}
.common-modal .order_heder.n-paddin .flexCards .infoOrder {
    border-right: 0;
    padding-right: 28px;
}
.common-modal .order_heder.n-paddin .flexCards .orderimgCards {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border-radius: 50%;
}
.common-modal .order_heder.n-paddin .flexCards .orderimgCards img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.common-modal .order_heder.n-paddin .flexCards h5 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 1px;
}
.common-modal .order_heder.n-paddin .flexCards ul.rate {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.common-modal .order_heder.n-paddin .flexCards ul.rate li {
    display: inline-block;
    color: #fcca75;
    margin: 0;
    width: 15px;
}
.common-modal .order_heder.n-paddin .flexCards ul.rate li::after {
    display: none;
}
.common-modal .order_heder.n-paddin .flexCards ul.rate li img {
    height: 14px;
}
.common-modal .order_heder.n-paddin .flexCards ul.badgeLists {
    list-style: none;
    margin: 0 0 11px 0;
    padding: 0;
    position: relative;
    left: -8px;
}
.common-modal .order_heder.n-paddin .flexCards ul.badgeLists li {
    font-size: 14px;
    color: #646e72;
    font-weight: 500;
    margin-right: 20px;
}
.common-modal .order_heder.n-paddin .flexCards ul.badgeLists li img {
    height: 14px;
    width: auto;
    margin-right: 7px;
}
.common-modal .order_heder.n-paddin .flexCards ul.badgeLists li::after {
    display: none;
}
.common-modal .order_heder.n-paddin .flexCards span.outOff {
    margin-left: 10px;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
}
.common-modal .order_heder.n-paddin .flexCards .blackOrder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 19px 15px;
    background: #1b1e26 0% 0% no-repeat padding-box;
    border: 0.5px solid #393e4d;
    border-radius: 6px;
}
.common-modal .order_heder.n-paddin .flexCards .blackOrder img {
    width: 23px;
    height: 18px;
    margin-right: 14px;
    position: relative;
    top: -7px;
}
.common-modal .order_heder.n-paddin .flexCards .blackOrder .readText p {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}
.common-modal .order_heder.n-paddin .flexCards .textProfesstional {
    text-align: center;
    padding: 22px 0px 0 10px;
    margin: 0 0 0 auto;
}
.common-modal .order_heder.n-paddin .flexCards .textProfesstional h5 {
    color: #646e72;
    font-size: 14px;
    font-weight: 700;
}
.common-modal .order_heder.n-paddin .flexCards .textProfesstional h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}
.common-modal .order_heder.n-paddin .flexCards .textProfesstional button.hireN {
    width: 131px;
    height: 40px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    border: 0;
}
.common-modal
    .order_heder.n-paddin
    .flexCards
    .textProfesstional
    button.shotList {
    border: 0;
    padding: 0;
    color: #77bbfd;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    margin-top: 10px;
}
.common-modal
    .order_heder.n-paddin
    .flexCards
    .textProfesstional
    button.shotList
    i {
    margin-right: 6px;
}
.common-modal .order_heder h5 {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 12px 0;
}
.common-modal .order_heder h6 {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 12px;
    margin: 0 0 6px 0;
}
.common-modal .order_heder ul {
    list-style: none;
    margin: 0 0 6px 0;
    padding: 0;
}
.common-modal .order_heder ul li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 500;
    margin-right: 26px;
}
.common-modal .order_heder ul li.active {
    color: #77bbfd;
}
.common-modal .order_heder ul li.green {
    color: #1cb795;
}
.common-modal .order_heder ul li.red {
    color: #fd7778;
}
.common-modal .order_heder ul li img {
    height: 16px;
    margin-left: 9px;
    position: relative;
    top: -2px;
}
.common-modal .order_heder ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -18px;
    display: inline-block;
    width: 4px;
    border-radius: 50%;
    height: 4px;
    background: #646e72 0% 0% no-repeat padding-box;
}
.common-modal .order_heder ul li:last-child {
    margin-right: 0;
}
.common-modal .order_heder ul li:last-child::after {
    display: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #595959 !important;
}
.modal-backdrop.show {
    opacity: 1 !important;
}
.toggleSwitch + span {
    background: #3db27f 0% 0% no-repeat padding-box;
    border: 1px solid #2a9a69;
    border-radius: 8px;
    display: inline-block;
    width: 30px;
    height: 16px;
    position: relative;
    top: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.toggleSwitch + span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
    border-radius: 8px;
    position: absolute;
    top: 1px;
    left: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.toggleSwitch:checked + span::after {
    left: 15px;
}
.d-inline.switcher {
    position: relative;
    top: 2px;
}
.d-inline.switcher input {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}
.toggleSwitch:checked + span::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    position: absolute;
    top: 1px;
    color: #fff;
    left: 4px;
}
.unstyled {
    text-decoration: none !important;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    background-color: transparent !important;
}
.parsley-errors-list {
    font-size: 13px !important;
    font-weight: 600;
}
.user-rating {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override;
    padding: 0;
    display: inline-block;
}
.user-rating input {
    opacity: 0;
    position: relative;
    left: -15px;
    z-index: 2;
    cursor: pointer;
}
.user-rating span.star:before {
    color: #4b5563;
    content: "ï€†";
}
.user-rating span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.user-rating span {
    margin-left: -15px;
}
.user-rating span.star:before {
    color: #777777;
    content: "\f006";
}
.user-rating input:hover + span.star:before,
.user-rating input:hover + span.star ~ span.star:before,
.user-rating input:checked + span.star:before,
.user-rating input:checked + span.star ~ span.star:before {
    color: #ffd100;
    content: "\f005";
}
.selected-rating {
    color: #ffd100;
    font-weight: bold;
    font-size: 3em;
}
.levelSwitch {
    position: relative;
    left: -109px;
    top: -1px;
}
.levelSwitch.new {
    position: relative;
    left: 53px;
    top: -1px;
}
.editProfilBtn {
	width: 142px;
	height: 40px;
	display: inline-block;
	background: #1a86e0 0% 0% no-repeat padding-box;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	padding: 7px 0 0px 0;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
	top: -5px;
	right: 23%;
}
.editProfilBtn:hover {
    color: #fff;
}
.editProfilBtn img {
    height: 20px;
    position: relative;
    top: -1px;
}
.mProfileTop {
    width: 904px;
    margin: 0 auto;
}
.order_heder.flexHalf {
    width: 50%;
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 0.5px solid #e7e7e9;
    border-radius: 6px !important;
    padding: 15px 20px 15px 20px;
    margin-right: 14px;
}
.order_heder.flexHalf:last-child {
    margin-right: 0;
}
.mUserFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mUserFlex .mUserimg {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.mUserFlex .mUserimg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mUserFlex .mUserText {
    padding: 0 0 0 15px;
}
.mUserFlex .mUserText h5 {
    color: #1a202c;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.mUserFlex .mUserText p {
    color: #646e72;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.flexOrderStatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flexOrderStatus h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.flexOrderStatus p {
    color: #646e72;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.flexOrderStatus .orderBoxes {
    text-align: center;
    border-right: 0.5px solid #393e4d;
    width: 33.33%;
    padding: 4px 0;
    margin-top: 4px;
}
.flexOrderStatus .orderBoxes:last-child {
    border-right: 0;
}
.profile_creation h5 {
    color: #1a202c;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 16px;
}
.profile_creation h5.topMore {
    margin-top: 60px;
}
.profile_creation.settings {
    position: relative;
}
.profile_creation.settings::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 106px;
    width: 100%;
    left: 0;
    right: 0;
    border: 1px solid #393e4d2e;
}
.profile_creation.settings h6 {
    font-size: 14px;
    color: #1a202c;
    font-weight: 700;
}
.profile_creation.settings h6.green {
    color: #1cb795;
}
.profile_creation.settings button.changeBt {
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
}
.profile_creation.settings .row.paddingSet {
    padding: 42px 0 0 0;
}
.profile_creation.settings button.next {
    display: inline-block;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 48px;
    width: 142px;
    height: 44px;
}
.profile_creation.settings button.adMore {
    display: inline-block;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 20px;
    width: 133px;
    height: 44px;
}
.profile_creation.settings button.adMore i {
    font-size: 14px;
}
.profile_creation.settings button.changeBt {
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    margin-top: 0;
    position: relative;
    top: -12px;
}
span.red {
    color: tomato;
}
.formReq.mProfileTable {
    margin-top: 10px;
    margin-bottom: 0;
}
.formReq.mProfileTable .blackDetailSect {
    background: #fff;
    padding: 19px 20px 12px 20px;
    border-radius: 0;
    display: none;
}
.formReq.mProfileTable .blackDetailSect button.postRw {
    display: inline-block;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 120px;
    height: 44px;
}
.formReq.mProfileTable .blackDetailSect label,
.formReq.mProfileTable .blackDetailSect span {
    font-size: 14px;
    color: #1a202c;
    font-weight: 400;
    margin: 0 0 13px 0;
}
.formReq.mProfileTable .blackDetailSect label.green,
.formReq.mProfileTable .blackDetailSect span.green {
    color: #1cb795;
}
.formReq.mProfileTable .blackDetailSect label.progressIn,
.formReq.mProfileTable .blackDetailSect span.progressIn {
    color: #fdbb3b;
}
.formReq.mProfileTable .blackDetailSect label.cancelled,
.formReq.mProfileTable .blackDetailSect span.cancelled {
    color: #fd7778;
}
.formReq.mProfileTable .blackDetailSect span {
    margin-left: 2px;
}
.formReq.mProfileTable .accordionTable {
    padding: 17px 20px 15px 19px;
    border-bottom: 0.5px solid #393e4d2e;
}
.formReq.mProfileTable .accordionTable.dataIn {
    padding-bottom: 10px;
}
.formReq.mProfileTable .accordionTable ul.tableListo {
    list-style: none;
}
.formReq.mProfileTable .accordionTable ul.tableListo li {
    display: inline-block;
    width: 19%;
    position: relative;
}
.formReq.mProfileTable .accordionTable ul.tableListo li h6 {
    font-size: 14px;
    color: #1a202c;
    font-weight: 400;
    margin: 0;
}
.formReq.mProfileTable .accordionTable ul.tableListo li h6.green {
    color: #1cb795;
}
.formReq.mProfileTable .accordionTable ul.tableListo li h6.progressIn {
    color: #fdbb3b;
}
.formReq.mProfileTable .accordionTable ul.tableListo li h6.cancelled {
    color: #fd7778;
}
.formReq.mProfileTable .accordionTable ul.tableListo li .upsideDown {
    position: absolute;
    top: 0;
    right: -14px;
    color: #1a86e0;
    background: transparent;
    border: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.formReq.mProfileTable
    .accordionTable
    ul.tableListo
    li
    .upsideDown.active
    .fa-chevron-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.formReq.mProfileTable .accordionTable ul.rate {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.formReq.mProfileTable .accordionTable ul.rate li {
    display: inline-block;
    margin: 0;
    width: 15px;
}
.formReq.mProfileTable .accordionTable ul.rate li span {
    color: #a8a8a8;
    font-size: 14px;
}
.formReq.mProfileTable .accordionTable ul.rate li span.active {
    color: #fcca75;
}
.formReq.mProfileTable .accordionTable:first-child {
    border-radius: 6px 6px 0 0;
}
.formReq.mProfileTable .accordionTable:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: 0;
}
.formReq.mProfileTable .accordionTable h5 {
    font-weight: 900;
    color: #1a202c;
    margin: 10px 0;
    font-size: 16px;
}
.formReq.mProfileTable .accordionTable input.tableSearchInp {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    width: 212px;
    height: 40px;
    border: 1px solid #393e4d;
    border-radius: 4px;
    background: #252a39 url("../images/filtSrc.png");
    padding: 10px 10px 10px 40px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center left 10px;
    font-size: 1rem;
}
.formReq.mProfileTable:last-child {
    margin-bottom: 80px;
}
.formReq.mProfileTable h6 {
    color: #1a202c;
    font-weight: 400;
    font-size: 14px;
    margin-top: 9px;
}
.formReq.mProfileTable h6.green {
    color: #1cb795;
}
.formReq.mProfileTable h6.progressIn {
    color: #fdbb3b;
}
.formReq.mProfileTable h6.cancelled {
    color: #fd7778;
}
.formReq.mProfileTable h6 span.mCount {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 9px;
    color: #fff;
    background: #646e72;
    border-radius: 50%;
    font-weight: 700;
    padding-top: 0px;
    line-height: 20px;
    margin-right: 5px;
}
.formReq.mProfileTable .ratingState {
    position: relative;
}
.formReq.mProfileTable .ratingState .buttonAccord {
    color: #5b6266;
    position: absolute;
    right: 24px;
}
.formReq.mProfileTable ul.rate {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.formReq.mProfileTable ul.rate li {
    display: inline-block;
    margin: 0;
    width: 15px;
}
.formReq.mProfileTable ul.rate li span {
    color: #a8a8a8;
    font-size: 14px;
}
.formReq.mProfileTable ul.rate li span.active {
    color: #fcca75;
}
.section-create-order .activeButtons.upZon {
    margin-top: -10px;
}
.section-login .formLog.forgotForm {
    background: #fff;
    width: 100%;
    height: 100vh;
}
.section-login .formMatic.forgot h4 {
    font-weight: 900;
    color: #1d1d1d;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 23%;
}
span.dashed {
    display: block;
    height: 1px;
    width: 23px;
    background: #b3bec3;
}
.formReq.mProfileTable .accordionTable ul.tableListo li .upsideDown.lavelUP {
    position: absolute;
    top: -13px;
    right: -14px;
    color: #5b6266;
    background: transparent;
    border: 0;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.dashed.laveld {
    position: relative;
    top: 14px;
}
span.dashed.red {
    display: block;
    height: 1px;
    width: 23px;
    margin: 6px 0 0 auto;
    background-color: tomato;
}
.acStatus {
    font-size: 14px;
    color: #1a202c;
    font-weight: 500;
    margin-top: 10px;
}
.greenAcStatus {
    border: 0;
    background: #1cb795 0% 0% no-repeat padding-box;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    width: 57px;
    height: 26px;
    font-weight: 700;
    display: inline-block;
    margin-left: 0;
    position: relative;
    right: -25px;
    margin-top: 8px;
}
.dividerUp::after {
    content: "";
    border-top: 1px solid #4646461a;
    display: inline-block;
    width: 90%;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.dividerUp {
    padding-top: 10px !important;
    position: relative;
}
.section-login.forgotSect {
    background: url(../images/note.png);
    height: 100vh;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.order_heder {
    background: #1e222f 0% 0% no-repeat padding-box;
    border: 0.5px solid #393e4d;
    border-radius: 0;
    padding: 24px 21px 20px 21px;
    width: 904px;
    margin: 0 auto;
}
.order_heder.n-paddin {
    padding: 16px 21px;
}
.order_heder.n-paddin .flexCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order_heder.n-paddin .flexCards .userImgDiv {
    width: 11%;
}
.order_heder.n-paddin .flexCards .infoOrder {
    border-right: 0.5px solid #393e4d;
    padding-right: 28px;
}
.order_heder.n-paddin .flexCards .orderimgCards {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border-radius: 50%;
}
.order_heder.n-paddin .flexCards .orderimgCards img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.order_heder.n-paddin .flexCards h5 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 1px;
}
.order_heder.n-paddin .flexCards ul.rate {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.order_heder.n-paddin .flexCards ul.rate li {
    display: inline-block;
    color: #fcca75;
    margin: 0;
    width: 15px;
}
.order_heder.n-paddin .flexCards ul.rate li::after {
    display: none;
}
.order_heder.n-paddin .flexCards ul.rate li img {
    height: 14px;
}
.order_heder.n-paddin .flexCards ul.badgeLists {
    list-style: none;
    margin: 0 0 11px 0;
    padding: 0;
    position: relative;
    left: -8px;
}
.order_heder.n-paddin .flexCards ul.badgeLists li {
    font-size: 14px;
    color: #646e72;
    font-weight: 500;
    margin-right: 20px;
}
.order_heder.n-paddin .flexCards ul.badgeLists li img {
    height: 14px;
    width: auto;
    margin-right: 7px;
}
.order_heder.n-paddin .flexCards ul.badgeLists li::after {
    display: none;
}
.order_heder.n-paddin .flexCards span.outOff {
    margin-left: 10px;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
}
.order_heder.n-paddin .flexCards .blackOrder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 19px 15px;
    background: #1b1e26 0% 0% no-repeat padding-box;
    border: 0.5px solid #393e4d;
    border-radius: 6px;
}
.order_heder.n-paddin .flexCards .blackOrder img {
    width: 23px;
    height: 18px;
    margin-right: 14px;
    position: relative;
    top: -7px;
}
.order_heder.n-paddin .flexCards .blackOrder .readText p {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}
.order_heder.n-paddin .flexCards .textProfesstional {
    text-align: center;
    padding: 0 0px 0 10px;
}
.order_heder.n-paddin .flexCards .textProfesstional h5 {
    color: #646e72;
    font-size: 14px;
    font-weight: 700;
}
.order_heder.n-paddin .flexCards .textProfesstional h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
}
.order_heder.n-paddin .flexCards .textProfesstional button.hireN {
    width: 121px;
    height: 40px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    border: 0;
}
.order_heder.n-paddin .flexCards .textProfesstional button.shotList {
    border: 0;
    padding: 0;
    color: #77bbfd;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    margin-top: 10px;
}
.order_heder.n-paddin .flexCards .textProfesstional button.shotList i {
    margin-right: 6px;
}
.all_professional h6 {
    color: #1a202c;
    font-size: 12px;
    font-weight: 500;
}
.all_professional ul.badgeLists {
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0;
    position: relative;
    left: -8px;
}
.userName.dropdown-toggle {
    position: relative;
}
.userName.dropdown-toggle.active::before {
    content: "";
    background: #3f4858;
    display: inline-block;
    width: 125%;
    position: absolute;
    top: -7px;
    left: -20px;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 145%;
}
.securitySectionDiv {
    width: 904px;
    margin: 0 auto;
}
.securitySectCard {
    padding: 23px;
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    width: 100%;
    min-height: 230px;
}
.securitySectionDiv img {
    width: 23px;
    margin-right: 7px;
}
.securitySectCard h4 {
    color: #1a202c;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 36px;
}
.securitySectCard label {
    color: #1a202c;
    font-size: 14px;
    font-weight: 500;
}
.securitySectCard span.ans {
    color: #7d7f80;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 21px;
}
.securitySectCard a {
    color: #1a86e0;
    font-size: 14px;
    font-weight: 400;
}
.section-create-order.edOrder {
    padding-top: 70px;
}
thead.px-2.headsec {
    background: #455f6e;
    color: #fff !important;
}
thead {
    background: #455f6e;
}
thead tr th {
    color: #fff !important;
}
.col-sm-12.stripeForm {
    padding: 0;
}
thead.px-2.headsec tr th {
    color: #fff !important;
}
thead.px-2.headsec tr th h6 {
    color: #fff !important;
}
.securitySectCard .bt-deactivate {
    background: #fd7778 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: inline-block;
    border: 0;
    width: 121px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}
.securitySectCard button.ch-pass {
    border: 0;
    background: #3e72d7 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: inline-block;
    width: 168px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.section-login .col-sm-6.pNull {
    position: relative;
    z-index: 1;
}
.section-login::after {
    background: #fff;
    content: "";
    width: 49.2%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 0;
}
.section-create-order .headerOrder {
    padding: 31px 0px 31px 0px;
    width: 904px;
    margin: 0 auto;
    position: relative;
}
.headOrder::before {
    content: "";
    height: 84px;
    width: 108px;
    background: #f8f8f8;
    display: block;
    position: absolute;
    left: -7.8%;
    top: 0;
    box-shadow: -4px 2px 4px #0000000f;
}
.ChatTimeStamp {
    position: absolute;
    right: 0;
    font-size: 9px;
    bottom: -13px;
    color: gray;
}
.section-create-order .expanded .headerOrder {
    padding: 31px 0px 31px 0px;
    width: 83%;
    margin: 0 auto;
    position: relative;
}
.expanded .securitySectionDiv {
    width: 83%;
    margin: 0 auto;
}
.toogleShift {
	position: absolute;
	right: -47px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: transparent;
	border: 0;
	color: #1a202c !important;
	top: 31px;
}
.tabCounts {
    position: relative;
    top: -3px;
}
.shrink .toogleShift {
	right: -41px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.col-sm-10.pLNull.sideContent.offset-2.expanded .headerOrder h4 {
	margin-left: 35px;
}

.aks-file-upload-label::after {
    position: absolute;
    content: "Choose a file";
}
.section-create-order .headerOrder h4 {
    margin-left: 0;
}
.section-create-order .commonSiderbar .userOptions .dropdown_user {
    padding: 0 0;
    position: relative;
}
.section-create-order .commonSiderbar .userOptions .dropdown_user .userName {
	position: relative;
	padding-left: 12px;
	cursor: pointer;
}
.section-create-order
    .commonSiderbar
    .userOptions
    .dropdown_user
    .userName
    img.chev {
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 1;
}
.userName.dropdown-toggle.active::before {
    content: "";
    background: #3f4858;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: -7px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 145%;
}
.d-flex.accountStatus {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
    left: -10px;
}
.order_heder.n-paddin.topicView label {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.order_heder.n-paddin.topicView .fileUploadText {
    padding: 0 0 0 16px;
}
.order_heder.n-paddin.topicView span {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 14px;
}
.order_heder.n-paddin.topicView p {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 14px;
}
.order_heder.n-paddin.topicView h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    margin: 0px 0 4px 0;
    position: relative;
    top: -3px;
}
.order_heder.n-paddin.topicView h6 {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.order_heder.n-paddin.topicView .img-flUplaod {
    background: #393e4d 0% 0% no-repeat padding-box;
    border: 1px solid #393e4d;
    border-radius: 2px;
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 7px;
}
.cmnDownload {
    padding: 0;
    font-size: 12px;
    color: #77bbfd;
    font-weight: 500;
    border: 0;
    background: transparent;
}
.cmnDownload img {
    height: 12px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}
.order_heder.n-paddin.topicView .cmnDownload {
    margin-top: 15px;
}
.section-create-order
    .activeButtons
    .dropdown.sortDropdw
    .dropdown-menu.professionDrp.show {
    background: #3f4858 0% 0% no-repeat padding-box;
    border-radius: 4px !important;
    color: #fff;
}
.dropdown-menu.professionDrp.show a {
    font-size: 14px !important;
}
.order_heder.n-paddin.topicView .img-flUplaod {
    background: #393e4d 0% 0% no-repeat padding-box;
    border: 1px solid #393e4d;
    border-radius: 2px;
    height: 45px;
    width: 45px;
    text-align: center;
    padding-top: 7px;
}
.section-create-order .all_professional .order_heder.n-paddin .flexCards .infoOrder {
	border-right: 0;
	padding-right: 28px;
	width: 67.5%;
	margin: 0 auto;
}
.section-create-order
    .all_professional
    .order_heder.n-paddin
    .flexCards
    .orderimgCards { 
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 4px;
}
.all_professional .order_heder.n-paddin select {
    width: 100%;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    height: 40px;
    width: 116px;
    height: 40px;
    color: #a8a8a8;
    background: #252a39 url("../images/dw4.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #a8a8a8;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #393e4d;
    border-radius: 4px;
}
.all_professional .order_heder.n-paddin .levelSwitch.new {
    position: relative;
    left: 0;
    top: 0;
    display: inline;
    margin-left: 9px;
}
.all_professional .order_heder.n-paddin input.searchRight {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    width: 212px;
    height: 40px;
    border: 1px solid #393e4d;
    border-radius: 4px;
    background: #252a39 url("../images/filtSrc.png");
    padding: 10px 10px 10px 46px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: center left 10px;
    font-size: 1rem;
    font-size: 14px;
}
.all_professional .order_heder.n-paddin label.swLabel {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    margin-right: 4px;
}
.all_professional .order_heder.n-paddin .flexCards .userImgDiv {
    width: 9.8%;
}
.all_professional .order_heder.n-paddin p.totalEntries {
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 500;
}
.order_heder.n-paddin.footerProf {
    padding: 22px 21px 6px 21px;
}
.order_heder.n-paddin.footerProf ul.paginateStatic {
    margin: -6px 0 6px 0;
}
.paginateStatic {
    list-style: none;
    margin: 0;
    padding: 0;
}
.paginateStatic li {
    margin-right: 12px !important;
    display: inline-block;
}
.paginateStatic li::after {
    display: none !important;
}
.paginateStatic li a {
    font-size: 12px;
    color: #b9b9b9;
    font-weight: 500;
}
.paginateStatic li a.active {
    color: #fff;
}
.section-create-order.mProgress table.tableActive td .rightToggler {
    position: relative;
    width: 130px;
}
.section-create-order .order_heder.balanceHead {
    padding: 10px 15px 10px 20px;
}
.section-create-order .order_heder.balanceHead h5 {
    margin-right: 60px;
    margin-top: 10px;
    margin-bottom: 0;
}
.section-create-order .order_heder.balanceHead h5:last-child {
    margin-right: 0;
}
.section-create-order .order_heder.balanceHead .deposit-btn {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #ffffff;
    width: 119px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.section-create-order .order_heder.balanceHead .deposit-btn i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.section-create-order
    .balanceTable
    div.dataTables_wrapper
    div.dataTables_filter {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 13px;
    z-index: 2;
    display: none;
}
.section-create-order .activeButtons.balanceMn {
    margin: 13px auto 0 auto;
    margin-bottom: 15px;
}
.section-create-order
    .activeButtons.balanceMn
    .dropdown.sortDropdw
    .dropdown-toggle {
    white-space: nowrap;
    width: 116px;
    height: 40px;
    border: 1px solid #b3bec3;
    border-radius: 4px;
    color: #a8a8a8;
    background: #252a39 url("../images/dw3.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #a8a8a8;
    padding: 0 28px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #393e4d;
    border-radius: 4px;
}
.section-create-order
    .formReq.balanceTable.expandedResult
    table.balanceStatus
    th:last-child,
.section-create-order .formReq.balanceTable.expandedResult td:last-child {
    width: 80%;
}
.section-create-order
    .formReq.balanceTable.expandedDate
    table.balanceStatus
    th:last-child,
.section-create-order .formReq.balanceTable.expandedDate td:last-child {
    width: 22%;
}
.div_refund .refund_btn {
    width: 98px;
    height: 40px;
    display: inline-block;
    letter-spacing: 0px;
    color: #1a86e0;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #1b86e0;
    border-radius: 4px;
    padding-top: 1px;
    background: transparent;
    display: none;
}
.div_refund.showBtn .dropdown.sortDropdw {
    display: none;
}
.div_refund.showBtn .refund_btn {
    display: inline-block;
}
.radio {
    position: relative;
    float: left;
    clear: left;
    display: block;
    padding-left: 33px;
    margin-bottom: 12px;
    line-height: 22px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.radio:before {
    background: transparent;
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #393e4d;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.radioLite input[type="radio"] {
    display: none;
}
.radioLite input[type="radio"]:checked + label::before {
    content: "\2022";
    text-align: center;
    line-height: 15px;
    font-family: Tahoma;
    font-size: 37px;
    color: #00a0db;
    top: 0px;
    left: 0px;
    border: 0;
}
.securitySectionDiv {
    width: 83%;
    margin: 0 auto;
}
.radioSect label {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-right: 20px;
}
.profile_creation.settings.setting2 h6.green {
    color: #1cb795;
}
.profile_creation.settings.setting2 h5.topMore {
    margin-top: 28px;
}
.radioSect.d-flex {
    padding-top: 4px;
}
.order_heder.topLine .viewBtn {
    color: #1a86e0;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    width: 120px;
    height: 40px;
    border: 2px solid #1a86e0;
    border-radius: 4px;
    display: inline-block;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
.order_heder.topLine .viewBtn:hover {
    color: #1a86e0;
    border-color: #1a86e0;
}
.order_heder.topLine .viewBtn::after {
    content: "";
    background: #fff;
    height: 100%;
    width: 25%;
    margin: 0;
    position: absolute;
    left: -47px;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
}
.order_heder.topLine .viewBtn:hover::after {
    content: "";
    background: #1a86e0;
    height: 100%;
    width: 25%;
    margin: 0;
    position: absolute;
    left: 132px;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
    z-index: 0;
}
.orderLayout {
    width: 83%;
    margin: 0 auto;
}
.priceLayout {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 0.5px solid #e5e5e5;
    border-radius: 6px;
    padding: 14px 14px 0px 23px;
}
.priceLayout .commonAct {
    width: 120px;
    height: 40px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    margin-bottom: 24px;
}
.priceLayout .commonAct.spamBtn {
    background: #fd7778;
}
.priceLayout .commonAct.bid {
    background: #1a86e0;
}
.priceLayout .commonAct.hide {
    background: #273142;
}
.priceLayout label {
    font-size: 16px;
    font-weight: 400;
    color: #1a202c;
    margin-top: 7px;
}
.priceLayout strong {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin-top: 7px;
    display: inline-block;
}
.progressLayout {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 0.5px solid #e5e5e5;
    border-radius: 6px;
}
.progressLayout .row.rowUperProg {
    padding: 14px 0 0 0;
}
.progressLayout .estimateTop {
    padding: 14px 19px 9px 19px;
    border-bottom: 1px solid #393e4d;
}
.progressLayout .estimateTop h5 {
    font-size: 14px;
    color: #1a202c;
    font-weight: 700;
}
.progressLayout .estimateTop h5.mid {
    font-weight: 500;
}
.progressLayout .estimateTop h5.mid img {
    height: 16px;
    position: relative;
    top: -3px;
}
.progressLayout .estimateTop h6 {
    color: #1a202c;
    font-size: 12px;
    font-weight: 500;
}
.progressLayout .estimateTop .btn-conversation {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.progressLayout .estimateTop .flexLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.progressLayout .estimateTop .flexLine .cirlcleStatus {
    width: 45px;
    height: 45px;
    border: 1px solid #393e4d;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding-top: 9px;
}
.progressLayout .estimateBottom {
    padding: 17px 19px 15px 19px;
}
.progressLayout .estimateBottom h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
}
.progressLayout .estimateBottom h6 {
    font-size: 12px;
    font-weight: 500;
    color: #646e72;
}
.progressLayout .estimateBottom .flexProgress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.progressLayout .estimateBottom .flexProgress .threeSect {
    border-right: 0.5px solid #393e4d;
    width: 33.33%;
    text-align: center;
}
.progressLayout .estimateBottom .flexProgress .threeSect:last-child {
    border-right: 0;
}
.assignLayout {
    background: #f8f8f8 0% 0% no-repeat padding-box;
    border: 0.5px solid #e5e5e5;
    border-radius: 6px;
    width: 83%;
    margin: 10px auto 37px auto;
}
.assignLayout .assignTop {
    padding: 18px 21px 11px 21px;
    border-bottom: 0.5px solid #e5e5e5;
}
.assignLayout .assignTop strong {
    color: #1a202c;
    font-size: 14px;
    font-weight: 500;
}
.assignLayout .assignTop span {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 11px;
}
.assignLayout .assignNavs {
    padding: 18px 21px 11px 21px;
    border-bottom: 0.5px solid #e5e5e5;
}
.assignLayout .assignNavs.b-bottomNone {
    border-bottom: 0;
    padding: 18px 21px 25px 21px;
}
.assignLayout .assignNavs.b-bottomNone span {
    margin-top: 17px;
}
.assignLayout .assignNavs strong {
    color: #1a202c;
    font-size: 14px;
    font-weight: 500;
}
.assignLayout .assignNavs span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 11px;
}
.assignLayout .assignNavs button.viewFile {
    font-size: 14px;
    color: #77bbfd;
    font-weight: 700;
    background: transparent;
    padding: 0;
    border: 0;
}
.assignLayout .assignNavs button.viewFile i {
    margin-left: 14px;
}
.professional-layout.modal-open .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #00000082 !important;
}
.formRequired.dividerBt {
    border-bottom: 0.5px solid #393e4d;
}
.col-sm-10.pLNull.sideContent.offset-2.tickySM4 .col-sm-4 {
    -ms-flex: 0 0 30.333%;
    -webkit-box-flex: 0;
    flex: 0 0 30.333%;
    max-width: 30.333%;
}
.formRequired .row.level3 strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.formRequired .row.level3 span {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 11px;
}
.formRequired .row.level3 h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.formRequired .buttonZone {
    padding-top: 15px;
}
.formRequired .buttonZone button.editDetail {
    width: 189px;
    height: 48px;
    background: #3f4858 0% 0% no-repeat padding-box;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    border: 0;
    font-weight: 700;
}
.formRequired .buttonZone button.confirm {
    width: 275px;
    height: 48px;
    border: 0;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
}
.common-modal .modal-body.modalBid .checkSpam input {
    border: 0 !important;
    display: inline-block !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    top: -14px;
}
.common-modal .modal-body.modalBid .checkSpam label {
    display: inline-block;
    margin-left: 33px;
}
.common-modal .modal-body.modalBid .checkSpam {
    margin-bottom: 5px;
}
.common-modal .modal-body.modalBid .checkSpam .checkbox-custom::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 1px solid #393e4d;
    border-radius: 2px;
    left: 0;
}
.common-modal
    .modal-body.modalBid
    .checkSpam
    .checkbox-custom[type="checkbox"]:checked::before {
    border-radius: 3px;
}
.modalBid label.whyLabel {
    margin-bottom: 22px;
    margin-top: 8px;
}
.section-create-order
    .order_heder.n-paddin.viewProve
    .flexCards
    .orderimgCards {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 6px;
}
.section-create-order .order_heder.n-paddin.viewProve {
    padding: 16px 21px 11px 21px;
}
.section-create-order .order_heder.n-paddin.viewProve .flexCards .infoOrder {
    border-right: 0;
    padding-right: 0;
}
.section-create-order .order_heder.n-paddin.viewProve .flexCards h6 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.formReqProffession {
    background: #1e222f 0% 0% no-repeat padding-box;
    border: 0.5px solid #393e4d;
    border-radius: 6px;
    width: 83%;
    margin: 0 auto;
    border-radius: 0;
    border-top: 0;
}
.formReqProffession.lastRad {
    border-radius: 0 0 6px 6px;
    margin-bottom: 58px;
}
.formReqProffession .boxInnerProffesion {
    padding: 20px;
}
.formReqProffession .boxInnerProffesion button.shMore {
    width: 116px;
    height: 40px;
    display: inline-block;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    color: #ffffff;
    text-align: center;
    margin: 12px 0 15px 0;
}
.formReqProffession .boxInnerProffesion label {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.formReqProffession .boxInnerProffesion p {
    display: block;
    color: #a8a8a8;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 23px;
}
.formReqProffession .boxInnerProffesion .about-progress {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    padding: 23px 0 0 15px;
}
.formReqProffession .boxInnerProffesion p.prog {
    display: block;
    color: #a8a8a8;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}
.bar {
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0;
    background: #273142 0% 0% no-repeat padding-box;
    border-radius: 999px;
}
.bar-inner {
    width: 0%;
    height: 100%;
    position: relative;
    background-color: #2ecc71;
    -webkit-transition: width 500ms linear;
    transition: width 500ms linear;
    text-align: center;
    border-radius: 999px;
}
.bar-inner.twnty {
    background-color: #77bbfd;
}
.bar-inner.forty {
    background-color: #f1bc71;
}
.bar-inner.eight {
    background-color: #fd7778;
}
.bar-inner::after {
    color: #fff;
    line-height: 30px;
    content: attr(data-percent);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -5px;
    font-size: 14px;
    font-weight: 500;
}
.d-flex.statREw ul.rate {
    display: inline-block;
    margin: -7px 8px 0 13px;
}
.d-flex.statREw span {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -1px;
}
.d-flex.statREw .rate li {
    display: inline-block;
    list-style: none;
}
.d-flex.statREw h5 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: inline;
}
.d-flex.statREw {
    padding-top: 12px;
}
.proofread {
    width: 100%;
    background: #1e222f 0% 0% no-repeat padding-box;
    border: 0.5px solid #393e4d;
    border-radius: 6px !important;
    padding: 15px 20px 15px 20px;
    color: #1a202c;
}
.reviewHeading {
    font-weight: bold;
}
.ordercount {
    width: 50px;
    height: 50px;
    border: 1px solid #1a86e0;
    border-radius: 50%;
    text-align: center;
}
.ordercnt {
    margin: 0 auto;
    padding: 12px;
}
.orderNumber {
    font-weight: bold;
    font-size: 14px;
}
.orderTime {
    font-size: 14px;
}
.customer {
    font-size: 12px;
    color: #a8a8a8;
}
.customer-massage {
    padding: 26px 20px;
}
.cust-massage {
    color: #b9b9b9;
    font-size: 12px;
}
.paidmoney {
    font-size: 14px;
}
.paidmoneypercent {
    color: #b9b9b9;
}
.uploaddata {
    font-size: 14px;
    color: #a8a8a8;
}
.file-upload-btn:hover {
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.image-upload-wrap {
    margin-top: 20px;
    border: 1px dashed #393e4d;
    position: relative;
    padding: 48px 0px 30px;
}
.image-dropping,
.image-upload-wrap:hover {
    border: 1px dashed #393e4d;
}
.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}
.drag-text {
    text-align: center;
}
.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}
.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.withdrawTable th {
    font-size: 14px;
    color: #a8a8a8;
    font-weight: lighter;
}
.withdrawTable td {
    font-size: 12px;
    color: #a8a8a8;
}
.chatBar {
    width: 320px;
    background: #fff 0% 0% no-repeat padding-box;
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 90vh;
    z-index: 999999;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    border: 1px solid #1a86e0;
}

.chatBar.SlideRight {
    right: -322px;
    transition: all 0.3s ease-in-out;
}
.chatHeader {
    padding: 12px 0 8px 10px;
    border-bottom: 1px solid #3c4759;
    background: #1a86e0;
}
.chatBar h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 8px 0;
}
.chatHeader span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.chatBar .closeChat {
    position: absolute;
    right: 8px;
    top: 15px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.senderDv {
    padding-right: 32px;
    margin-bottom: 28px;
    margin-top: 12px;
}
.recieverDv {
    padding-left: 32px;
    margin-bottom: 28px;
    margin-top: 12px;
}
.messagesDiv .sender {
    width: 175px;
    margin: 0 0 0 auto;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    background: #1a86e0 0% 0% no-repeat padding-box;
    padding: 8px;
    position: relative;
    border-radius: 3px;
    line-height: 14px;
}
.messagesDiv .sender .userMsgImg {
    position: absolute;
    right: -20px;
    bottom: 0;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    width: 15px;
}
.messagesDiv .reciever .userMsgImg {
    position: absolute;
    left: -20px;
    bottom: 0;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    width: 15px;
}
.messagesDiv .sender .userMsgImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.messagesDiv .reciever .userMsgImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.messagesDiv .reciever {
    width: 178px;
    color: #000;
    background: #80808045;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    position: relative;
    border-radius: 3px;
    padding: 8px;
    line-height: 14px;
}
.closeChat img {
    height: 17px;
}

.messagesDiv {
    height:calc(100vh - 256px);
    overflow-x: hidden;
    overflow-y: auto; 
    padding: 15px 0 4px 0;
}

.chat_footer {
    position: absolute;
    bottom: 0;
    width: 100%; 
}

.chat_footer textarea {
    color: #3c4759;
    background: #fff;
    border: 0;
    border-top: 1px solid #3c4759;
    width: 100%;
    height: 77px;
    resize: none;
    outline: none;
    box-shadow: none;
    line-height: 14px;
    font-size: 10px;
    font-weight: 400;
    padding: 8px 56px 8px 10px;
    font-family: "Noto Sans JP", sans-serif;
}
.chat_footer .sumbitMsg {
    position: absolute;
    top: 19px;
    right: 8.6px;
    width: 40px;
    height: 40px;
    font-size: 24px !important;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    color: #fff;
}
.ordersSelectDiv {
    height: calc(100vh - 127px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 12px 4px 12px;
    text-align: center;
}
.ordersUsersDv {
    height: calc(100vh - 164px);
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}
.ordersSelectDiv ul.orderUl {
    margin: 0;
    padding: 0;
    text-align: left;
}
.ordersSelectDiv ul.orderUl li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none !important;
    display: inline-block;
}
.ordersSelectDiv ul.orderUl li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 4px;
}
.ordersSelectDiv ul.orderUl li a .selOrder {
    display: inline-block;
    background: #1a86e0;
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-decoration: none !important;
    width: 50px;
    border-radius: 50%;
    padding: 16px 0 0 0;
    text-align: center;
}
.formBelow {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.order-selected-sector h5 a {
    color: #fff !important;
    margin-right: 5px;
}
.userOrderText .accessChat {
    position: absolute;
    right: 0;
    top: 38%;
    background: transparent;
    border: 0;
    color: #1d1d1d;
    z-index: 2;
}
.userOrderText .accessChat.userBtn1 {
    left: -43px;
    top: -13px;
    width: 320px;
    background: red;
    height: 75px;
    opacity: 0;
}
.userOrderText {
    text-align: left;
    padding: 0px 0 0 12px;
    color: #1d1d1d;
    font-size: 15px;
    position: relative;
}
.userOrderText::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 0;
    color: #000;
    display: block;
    position: absolute;
    top: 23px;
    right: 4px;
    font-weight: 900;
}
.ordersUsersDv.selean {
    padding: 0px 0px 4px 0px;
}
.userByOrder.d-flex {
    padding: 13px 11px 0px 11px;
    border-bottom: 1px solid gray;
}
.userOrdName {
    white-space: nowrap;
    width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.userOrderMsg {
    white-space: nowrap;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.userOrderText .time {
    font-size: 12px;
    color: gray;
    display: block;
    position: relative;
    top: 3px;
    left: -3px;
    width: 67px;
    margin: 0 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.userOrderImg {
    margin-top: 9px;
    position: relative;
}
.msgSector.chat-step3 h5 a {
    color: #fff !important;
    margin-right: 5px;
}
.levelSwitch {
    position: relative;
    left: -109px;
    top: -1px;
    display: none;
}
div#showUsers {
    display: flex;
}
.countstatus {
    display: inline-block;
    position: absolute;
    top: -11px;
    right: -7px;
    width: 24px;
    height: 24px;
    background: #ff0000;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a i {
    color: #1a202c;
    margin-right: 10px;
    margin-left: 4px;
    width: 14px;
    text-align: center;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li:hover a i {
    color: #fff;
}
.conatact_sect {
    background: url(../images/contact1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px 60px 0px;
}
.contact-form {
    background: #ffffff8a;
    padding: 40px 70px;
    backdrop-filter: blur(10px);
    max-width: 680px;
    margin: 0 auto;
}
.contactSubmit {
    padding: 0 40px;
    height: 50px;
    margin-right: 14px;
    text-align: center;
    border: 2px solid #1b86e0;
    border-radius: 4px;
    background: #1a86e0;
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 12px;
}
.contact-form textarea {
    resize: none;
}
.conatact_sect h1 {
    color: #000;
    font-size: 31px;
    margin-bottom: 12px;
}
.site-header .mainMenu li a.btn-primary.active {
    background: transparent;
    color: #005cbf;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
}
.bg_banner {
    padding: 120px 20px 120px 20px;
    background: url("../images/calc.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center top 76px;
    background-attachment: fixed;
}
.bg_banner.terms {
    padding: 120px 20px 120px 20px;
    background: url("../images/te.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center top 76px;
    background-attachment: fixed;
}
.bg_banner.privacy {
    padding: 120px 20px 120px 20px;
    background: url("../images/privacy.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center top 76px;
    background-attachment: fixed;
}
.bg_banner.aca {
    padding: 120px 20px 120px 20px;
    background: url("../images/aca.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center top 76px;
    background-attachment: fixed;
}
.bg_banner.cust {
    padding: 120px 20px 120px 20px;
    background: url("../images/cust.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center top 76px;
    background-attachment: fixed;
}
.bg_banner.services {
    padding: 120px 20px 120px 20px;
    background: url("../images/analyse.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    background-position: center;
    background-position: center top 76px;
    background-attachment: fixed;
}
.bg_banner.about {
    padding: 120px 20px 120px 20px;
    background: url("../images/native.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    background-position: center;
    background-position: center top 76px;
    background-attachment: fixed;
}
.bg_banner.blogs {
    padding: 100px 20px 100px 20px;
    background: url("../images/blogs.jpg"),
        linear-gradient(296deg, #1b1b1b80 0%, #292d2f33 100%);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    background-position: center;
    background-position: center top -22px;
    background-attachment: fixed;
}
.bg_banner h1 {
    font-size: 42px;
    color: #fff;
    user-select: none;
    font-weight: 600;
}
.featureDics {
    border: 1px solid #1c83d9;
    padding: 20px 60px;
    border-radius: 4px;
}
.featureDics.listovate ul li {
    list-style: none;
    width: 24.33%;
    display: inline-block;
}
.featureDics.listovate h6 {
    margin-bottom: 10px;
    margin-top: 14px;
    font-size: 18px;
}
.featureDics.listovate ul {
    margin: 0 0 30px 0;
    padding: 0;
}
.featureDics h6 {
    margin-bottom: 16px;
}
.featureDics ul {
    padding-left: 15px;
}
.featureDics ul li {
    font-size: 14px;
}
.featureDics strong {
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 0px;
}
.featureDics a {
    color: #005cbf !important;
    text-decoration: underline !important;
}
.featureDics p {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	background-color: transparent;
	padding: 10px;
	margin: 0 auto;
	width: max-content;
}
.grid-item {
    background-color: transparent;
    border: 0;
    padding: 20px;
    font-size: 30px;
    text-align: center;
}
.blogList h4 {
	color: #000000de;
	font-size: 20px;
	font-weight: 600;
	white-space: unset;
	width: 99%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 6px;
	margin-top: 20px;
	line-height: 1.4;
	-webkit-line-clamp: 2;  
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
} 
.float-right.backBtn {
    display: inline-block;
    color: #1d1d1d !important;
    margin: 15px 0 10px 0;
    text-decoration: none !important;
}
.blogList span {
    font-weight: 500;
    font-size: 12px;
    color: #20292f8a;
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: -16px;
}

.blogList h1 {
    font-size: 14px;
    font-weight: 400; 
    color: #20292f;
    overflow: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 90%; 
    margin-top: -8px;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 3px; 
}

.blogList h2 {
    font-size: 14px;
    font-weight: 400;
    color: #20292f;
    overflow: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 90%;
    margin-top: -8px;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 3px; 
}

.blogList h3 {
    font-size: 14px;
    font-weight: 400;
    color: #20292f;
    overflow: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 90%;
    margin-top: -8px; 
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 3px; 
}

.blogList h5 {
    font-size: 14px;
    font-weight: 400;
    color: #20292f;
    overflow: none; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 90%;
    margin-top: -8px;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 3px; 
}

.blogList h6 {
    font-size: 14px;
    font-weight: 400;
    color: #20292f;
    overflow: none;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    width: 90%;
    margin-top: -8px;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none;  
    margin-bottom: 3px; 
}

.blogList p {
    font-size: 14px;
    font-weight: 400;
    color: #20292f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 90%;
    margin-top: -8px;
    text-decoration: none !important;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 3px;
}
.blogList {
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: 0;
    min-height: 348px;
}

.grid-container.blogz .grid-item {
	background-color: transparent;
	border: 0;
	padding: 5px 8px;
	font-size: 30px;
	text-align: center;
	margin: 6px;
	width: 320px;
}

.blogList:hover {
    transition: all 0.2s ease-in-out;
    position: relative;
    top: -8px;
}
.content_commonPage .grid-item a {
    text-decoration: none !important;
}
.content_commonPage .grid-item a p {
    text-decoration: none !important;
}
.blogListImg {
    height: 160px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.blogIconStyle {
    font-size: 24px;
    background: #1a86e0;
    color: #fff;
    width: 48px;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 18px;
    bottom: -20px;
    height: 48px;
    transition: all 0.2s ease-in-out;
    transform: scale(0);
}
.blogList:hover .blogIconStyle {
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}
.blogListImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.blogMainImg {
    height: 474px;
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.blogMainImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;  
}
.blogMainText h2 {
    font-size: 32px;
    color: #1a86e0;
    font-weight: 600;
    margin-top: 28px;
}
.blog-time {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 17px; 
}
.blogMainText p {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
}
.blogMainText {
    padding-bottom: 40px;
}
.content_commonPage.individualBlog nav {
    margin-bottom: -6px;
}
.section-create-order .order_heder ul.chAdd li::after {
    display: none;
}
.nav-pills.chAdd .nav-link.active,
.nav-pills.chAdd .show > .nav-link {
    color: #fff;
    background-color: #273142;
}
.sideThreads {
    width: 280px;
    height: 457px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    margin-bottom: 0;
}
.textChUser h6 {
    margin-bottom: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.textChUser p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}
.userChImg {
    margin: 6px 8px 0 0;
}
.userChImg img {
    height: 30px !important;
    width: auto;
    object-fit: cover;
}
.section-create-order .order_heder ul.chAdd li {
    margin-right: 0;
    border: 1px solid #3f4858;
    border-radius: 3px;
    margin-bottom: 8px;
}
.userindChat.d-flex {
    position: relative;
}
span.chatTime {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    color: #fff !important;
}
.section-create-order .order_heder.chatOwn ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -18px;
    display: inline-block;
    width: 4px;
    border-radius: 50%;
    height: 4px;
    background: #646e72 0% 0% no-repeat padding-box;
    display: none;
}
.section-create-order .order_heder.chatOwn ul li .nav-link {
    display: block;
    padding: 8px 12px 2px 2px;
}
.section-create-order .order_heder.chatOwn {
    padding: 24px 21px 20px 21px;
    width: 65%;
    max-width: 770px;
}
.rightChatDiv {
    padding: 0;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.chat_headerCRR {
    color: #1a202c;
    padding: 11px 20px;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 600;
    font-size: 16px;
}
.section-create-order .order_heder.topLine.chatOwn {
    height: 501px;
}
.d-flex.recievedMsg img.userChv {
    height: 23px;
    width: 23px;
    margin-left: 8px;
    margin-top: 7px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.d-flex.recievedMsg span {
    position: absolute;
    right: auto;
    left: 0;
    bottom: -18px;
    font-size: 11px;
    color: #7f7b7b;
}
.d-flex.recievedMsg .msgRec {
    color: #000;
    margin-left: 7px;
    background: #e5e5e5;
    border-radius: 3px;
    padding: 8px;
    font-size: 14px;
    margin-left: 30px;
    position: relative;
    width: max-content;
    max-width: 90%;
    min-width: 21%;
}
.d-flex.recievedMsg {
    background: transparent;
    margin-top: 22px;
    width: 70%;
    padding: 6px 10px 10px 11px;
    margin: 22px auto 0 0;
    position: relative;
}
.d-flex.recievedMsg.sended .msgRec {
    margin-left: auto;
    margin-right: 30px;
    background: #1a86e0;
    color: #fff;
    width: max-content;
    max-width: 90%;
    min-width: 21%;
}
.d-flex.recievedMsg.sended img.userChv {
    left: auto;
    right: 7px;
    top: 0;
    border-radius: 50%;
}
.d-flex.recievedMsg.sended span {
    right: 0;
    left: auto;
}
.d-flex.recievedMsg.sended {
    background: transparent;
    padding: 6px 10px 10px 11px;
    margin: 22px 0 0 auto;
}
.chatDiv_user {
    height: 351px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 28px;
    margin-bottom: 59px;
}
.chatFooterDv textarea {
    width: 100%;
    height: 58px;
    resize: none;
    background: transparent;
    border: 0;
    color: #1a202c;
    border-top: 1px solid gray;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    padding: 6px 55px 6px 8px;
}
.chatFooterDv {
    position: absolute;
    width: 100%;
    bottom: 0px; 
}
.chatFooterDv .paperPlaneSBT {
    position: absolute;
    top: 11px;
    right: 8.6px;
    width: 40px;
    height: 40px;
    font-size: 24px !important;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 0;
    color: #fff;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}
.sendCh {
    margin-bottom: 8px;
}
.recievedCh {
    margin-bottom: 8px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 12px !important;
}
.ordersSelectDiv .order1Btn.ordersCls {
    background: #1a86e0;
    margin-bottom: 4px;
    padding: 11px 32px 11px 18px;
    height: unset;
    line-height: unset;
    position: relative;
    width: 97%;
    border-radius: 4px;
    left: -8px;
}
.order1Btn.ordersCls.ml-2 {
    background: #1a86e0;
    margin-bottom: 4px;
    padding: 11px 32px 11px 8px;
    height: unset;
    line-height: unset;
    position: relative;
    width: 97%;
    border-radius: 4px;
    left: -8px;
}
.counTer {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    left: auto !important;
    width: 24px;
    height: 24px;
    background: #ff0000;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
}
.section-create-order table.tableActive td p a {
    color: #1a86e0 !important;
    font-size: 16px;
}
.section-create-order table.tableActive td ul li span.pageItalic {
    font-weight: 700;
    color: #1a86e0;
    font-style: italic;
}
ul li span.pageItalic {
    font-weight: 700;
    color: #1a86e0;
    font-style: italic;
}
div#showUsers {
    display: block !important;
}
.order-sector.chat-step1 .ordersSelectDiv {
    height: calc(100vh - 65px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 12px 4px 12px;
    text-align: center;
}
.order-sector.chat-step1 ul.orderUl li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 4px;
    overflow: hidden;
    overflow-y: auto;
    height: 70.5vh;
}
.blueStack {
    font-weight: 700 !important;
    color: #1a86e0 !important;
    font-style: italic;
}
.section-create-order .commonSiderbar {
    background: #f8f8f8;
    border-right: 1px solid #e9e9e9;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 86px;
}
.col-sm-2.pRNull.sideSticky .mCSB_scrollTools {
    right: -4px;
}
.footer .copyRight ul.d-inline.socialLast {
    margin: 0 6px 0 6px;
}
.footer .copyRight ul.d-inline.payIcons {
    margin-left: 6px;
}
.d-inline.payIcons li a img {
    height: 20px;
}
.featureNv {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #1a86e0;
    border-radius: 8px;
    padding: 15px 28px;
    min-height: 205px;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 8px solid #1a86e0;
    transition: all 0.1s ease-in-out;
}
.featureNv:hover {
    transform: scale(1.04);
}
.essayFeatures {
    padding: 50px 0 30px 0;
    background: #1a86e014;
}
.essayFeatures h1 {
    font-size: 30px;
    color: #1d1d1d;
    font-weight: 900;
    margin-bottom: 45px;
}
.featureNv h5 {
    font-size: 18px;
    font-weight: 500;
    color: #1a86e0;
    margin-top: 10px;
}
.featureNv p {
    font-size: 13px;
    margin-top: 14px;
}
ul.smEddress {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
ul.smEddress li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
ul.smEddress li a {
    color: #fff !important;
    text-decoration: none;
    margin-left: 5px;
}
.ordersSelectDiv input.inpSearch {
    width: 93%;
    text-align: left;
    margin: 0;
    border-radius: 4px;
    border: 1px solid gray;
    margin-bottom: 11px;
    position: relative;
    left: -8px;
    padding: 4px 10px;
    font-size: 13px;
}
.section-create-order .order_heder.pt-5.flexHalf {
    width: 100%;
}
.sublist.mb-2 {
    margin: 0 !important;
    font-size: 14px;
    margin-top: 7px !important;
}
.form-group.radioOrderLight p {
    margin: 0;
}
.imginputStyle {
    height: 170px;
    width: 170px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
.imginputStyle img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.inputSelNoe {
    position: absolute;
    top: 170px;
    right: 0;
    font-size: 30px;
    height: 170px;
    width: 170px;
    color: #fff;
    background: rgb(0, 0, 0, 0.5);
    padding-top: 37%;
    transition: all 0.2s ease-in-out;
}
.imginputStyle:hover .inputSelNoe {
    top: 0px;
}
.inputSelNoe input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 170px !important;
    width: 170px !important;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
}
.col-md-10.m-auto.padNoneHere {
    padding: 0;
}
.modal-body.modalBid.refund .parsley-errors-list li {
    color: #b94a48 !important;
}
button.btn.endContract {
    position: relative;
    top: -9px;
}
#example .btn.ratingReview {
    padding-left: 22px;
}
.profile_creation.settings .row.paddingSet2 {
    padding: 27px 0 0 0;
}
.profile_creation.settings .row.paddingSet2:nth-child(3) {
    padding: 5px 0 0 0;
}
.profile_creation.settings .row.paddingSet2:nth-child(4) {
    padding: 10px 0 0 0;
}
button[name="deleteAnotherPhone"].btn {
    position: relative;
    top: -10px;
}
.addedInpSect {
    position: relative;
}
.addedInpSect a.remove_field {
    background: #1a86e0;
    color: #fff;
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    padding-top: 9px;
    font-size: 16px;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.all_professional .btn.btn-primary.customerChatInitiate {
    position: relative;
    top: -2px;
    height: 40px;
}
.MultiFile-remove {
    color: #fff !important;
    height: 30px;
    width: 30px;
    background: #1a86e0;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    text-decoration: none !important;
}
span.MultiFile-label {
    display: inline-block;
    width: 130px;
    height: 130px;
    position: relative;
}
.MultiFile-title {
    position: absolute;
    top: 0;
    left: -30px;
    width: 77%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    text-align: center;
    right: 0;
    background: #0000006b;
    color: #fff;
    padding: 38px 13px 5px 13px;
    height: 77%;
}
.MultiFile-label img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px solid;
}
div.MultiFile-label {
    position: relative;
}
div.MultiFile-label .MultiFile-remove {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.inputStylus {
    width: 100%;
    border: 0;
    display: inline-block;
    height: 40px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 9px;
}
.inputStylus input {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.inputStylus span.idLabel {
    width: 100%;
    height: 40px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    position: absolute;
    top: -22px;
    text-align: center;
}
.inputStylus + .MultiFile-wrap {
    margin-top: -55px;
    position: relative;
    top: 0;
}
.inputStylus + .MultiFile-wrap input.multi {
    opacity: 0;
}
.section-create-order .profile_creation .textareaz.form-control {
    width: 100%;
    border: 1px solid #e1e1e1;
    color: #1a202c;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 14px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: white;
    resize: none;
    height: 140px;
}
.tawk1 {
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 65px;
    width: 65px;
    background: #1a86e0;
    border-radius: 50%;
    z-index: 999;
    border-width: 3px;
}
.tawk1 .countedIc {
    position: absolute;
    top: -4px;
    right: -5px;
    background: red;
    padding: 1.5px 8px 2.5px 8px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    line-height: 18px;
}
.tawk2 .countedIc {
    position: absolute;
    top: -4px;
    right: -5px;
    background: red;
    padding: 1.5px 8px 2.5px 8px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    line-height: 18px;
}
.tawk1 img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(64deg)
        brightness(96%) contrast(105%);
}
.tawk2 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 65px;
    width: 65px;
    background: #1a86e0;
    border-radius: 50%;
    z-index: 1;
    border-width: 3px;
}
.tawk2 img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(64deg)
        brightness(96%) contrast(105%);
}
.btnPay_method.btn.btn-primary {
    float: right;
}
.quali_heading {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-left: 0;
    letter-spacing: 0px;
    color: #1a202c;
    font-size: 18px;
    position: relative;
    top: 1px;
    margin: 27px 0 20px 0;
}
.tab-pane.active {
    position: relative;
    z-index: 0;
}
.userOptions li:hover .dropdown_user.dropdown.dropright {
    position: relative;
    top: -8px;
    transition: all 0.3s ease-in-out;
}
.dropdown_user.dropdown.dropright {
    transition: all 0.3s ease-in-out;
}
.personText ul.rate {
    position: relative;
    top: -8px;
}
.table.table2.tableActive.dataTable.no-footer .btn .fa-star {
    position: relative;
    top: -3px;
}
.section-our-proffesion .flexCards ul.rate li img.halfHere {
    filter: invert(99%) sepia(92%) saturate(1478%) hue-rotate(309deg)
        brightness(103%) contrast(98%);
    height: 16px;
}
.dividerUp:hover::after {
    display: none;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li:hover a {
    color: #fff;
}
.userByOrder.d-flex {
    border-top: 1px solid transparent;
}
.userByOrder.d-flex:hover {
    background: #d7f1fc;
    border-bottom: 1px solid #1a86e0;
    border-top: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}
.buttonUPLite {
    position: relative;
    top: 5px;
    margin-right: 6px;
}
.buttonUPLite .counterAd {
    font-size: 10px;
    background: red;
    height: 20px;
    display: inline-block;
    padding: 3px 7px 0 7px;
    font-weight: 700;
    border-radius: 50%;
    border: 0;
    line-height: 12.6px;
    margin-left: 6px;
}
.buttonUPLite .btn.btn-primary.btn-sm {
    display: flex;
}
.d-flex.buttonLiteAll a {
    margin-right: 6px;
}
.d-flex.buttonLiteAll {
    flex-wrap: wrap;
    text-align: right;
    float: right;
    display: block !important;
    text-align: center;
    position: relative;
    top: -10px;
}
.content_commonPage {
    background: #f3f3f7;
}
.content_commonPage.individualBlog .breadcrumb {
    list-style: none;
    font-size: 13px;
}
span.badge-category {
    height: 24px;
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 4px;
    background-color: #1a86e0;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 4px;
    margin-top: 60px;
    margin-bottom: 16px;
}
.content_commonPage.individualBlog {
    padding-top: 60px;
}
.content_commonPage.individualBlog h2 {
    margin-bottom: 11px;
    font-size: 42px;
    line-height: 44px;
    text-align: left;
    text-transform: none;
    position: relative;
    left: -4px;
}
.content_commonPage.individualBlog .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
}
.content_commonPage.individualBlog .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.blogCardRightImg {
    height: 182px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blogCardRightImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    top: -1px;
}
.essrCard-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.essrCard-heading {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
    background-color: transparent;
    color: #656565;
    font-size: 22px;
    font-weight: 500;
}
.banner-type {
    color: #666;
    font-size: 16px;
}
.banner-price {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}
button.essrCard-btn.w-embed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 40px;
    border-radius: 34px;
    background-color: #ffa949;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    cursor: pointer;
    border: 0;
    margin-top: 24px;
    transition: all 0.2s ease-in-out;
}
button.essrCard-btn.w-embed:hover {
    background: #f59933;
    transition: all 0.2s ease-in-out;
}
.blogCardRight {
    background: #fff;
    border-radius: 20px;
    margin-top: 29px;
}
.textSectionRightCard {
    text-align: center;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.blogMainText blockquote {
    color: #666;
    font-size: 16px;
    line-height: 160%;
    font-style: italic;
    font-weight: 400;
}
.blogMainText blockquote {
    margin: 0 0 24px;
    padding: 16px 32px;
    border-left: 3px solid #367fd3;
    font-size: 20px;
    line-height: 28px;
}
.blogMainText h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blogMainText img {
    max-height: 300px;
    width: auto;
    display: block;
    border-radius: 20px;
}
.blogMainText ul {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #585a5b;
    line-height: 180%;
    margin-left: 15px;
    font-size: 13px;
}
.blogMainText strong {
    color: #727272;
}
.blogMainText ul li a {
    font-size: 13px;
    text-decoration: none !important;
}
.breadcrumb-item a {
    color: #1a86e0 !important;
    text-decoration: none !important;
}
.section-create-order .profile_creation label span.docName {
    width: 42%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 5px;
    word-break: break-all;
}
.section-create-order .profile_creation label .btn.deleteCertificate_name {
    position: relative;
    top: -3px;
}
.commonSiderbar.mCustomScrollbar._mCS_1 .mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
}
.commonSiderbar.mCustomScrollbar._mCS_1
    .mCS-dark-3.mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}
.commonSiderbar.mCustomScrollbar._mCS_1
    .mCS-dark-3.mCSB_scrollTools
    .mCSB_dragger:hover
    .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.26);
}
.commonSiderbar.mCustomScrollbar._mCS_1
    .mCS-dark-3.mCSB_scrollTools
    .mCSB_dragger.dragger_onDrag:active
    .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.26) !important;
}
.col-sm-10.pLNull.sideContent.offset-2 .text-white {
    color: #1a202c !important;
}
.col-sm-10.pLNull.sideContent.offset-2 .text-white {
    color: #1a202c !important;
}
.col-sm-10.pLNull.sideContent.offset-2 .card {
    width: 86%;
    margin: 0 auto;
    color: #1a202c;
    background: #f8f8f8 !important;
    border: 1px solid #cfcfcf !important;
    margin-bottom: 30px;
}
.col-sm-10.pLNull.sideContent.offset-2 .mProfileTop.mt-5.announce .card {
    width: 86%;
    margin: 0 auto;
    color: #1a202c;
    background: #f8f8f8 !important;
    border: 0px solid #cfcfcf !important;
    margin-bottom: 30px;
}
.table thead th,
.table td,
.table th {
    padding: 10px;
}
.col-sm-10.pLNull.sideContent.offset-2 .col-lg-3.col-md-6 .card {
    background: #d20163 !important;
}
.col-sm-10.pLNull.sideContent.offset-2 .col-lg-3.col-md-6 h6 {
    color: #fff !important;
}
.col-sm-10.pLNull.sideContent.offset-2 .col-lg-3.col-md-6 span {
    color: #fff !important;
}
.col-sm-10.pLNull.sideContent.offset-2 .col-lg-3.col-md-6 .card h2 {
    color: #fff !important;
}
.tabCounts {
    width: 24px;
    height: 24px;
    background-color: red;
    border-radius: 50%;
    padding: 4px 6px 7px 5px;
    font-size: 10px;
    color: #fff;
    opacity: 0.6;
}
.nav-link.active .tabCounts {
    opacity: 1;
}
.headersection.headsec.text-white.py-3.text-bold.px-4 h6 {
    color: #fff;
}
.headersection.headsec.text-white.py-3.text-bold.px-4 {
    background: #455f6e;
}
.card-header {
    background: #fff;
}
.col-sm-10.pLNull.sideContent.offset-2 .formReq .card {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #f8f8f8 !important;
    border: 0px solid #cfcfcf !important;
}
.col-sm-10.pLNull.sideContent.offset-2 a.card-link {
    color: #1a86e0 !important;
    font-size: 13px;
}
.linkNaughty {
    margin-bottom: 45px;
    padding-top: 20px;
}
.linkNaughty .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    width: 74%;
    text-align: right;
    display: block;
    position: relative;
    right: -6px;
}
.linkNaughty svg {
    height: 16px;
    position: relative;
    top: -2px;
}
span[aria-current="page"] span.relative {
    background: #1a86e0 !important;
    color: #fff !important;
}
.linkNaughty a {
    text-decoration: none !important;
}
.linkNaughty
    .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between
    p {
    font-size: 12px;
    position: relative;
    top: -17px !important;
}
.linkNaughty .flex.justify-between.flex-1.sm\:hidden {
    margin-top: 36px;
}
.linkNaughty .shadow-sm {
    box-shadow: none !important;
}
.linkNaughty .flex.items-center.justify-between {
    display: flex;
}
.mProfileTop.topSticker {
    width: 83%;
    margin: 48px auto 10px auto;
}
.linkNaughty.stylust {
    width: 83%;
    margin: -17px auto 45px auto;
}
.linkNaughty.stylust2 {
    width: 100%;
    margin: -24px auto 45px auto;
}
a.remAnchorMacho {
    margin-top: 21px;
    display: inline-block;
}
.section-create-order .tab-content.balaneBot {
    padding-bottom: 0px;
}
.section-create-order .activeButtons.buttonStop {
    margin: 20px auto 20px auto;
}
.section-create-order .order_heder.borderLEssWala {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 24px 21px 20px 21px;
    width: 904px;
    margin: 0 auto;
}
.profile_creation.settings.ludoBack {
    margin-top: 81px;
    margin-bottom: 30px;
}
.chatFlex.d-flex {
    border: 1px solid #e7e7e9;
}
.section-create-order .commonSiderbar .userOptions .linksSideBr li a .fas.fa-dollar-sign + span {
    margin-left: 46px;
    position: absolute;
    right: -81%;
    top:7px;
}
.headOrder.pb-3 .fas.fa-arrow-left {
    margin: 0 16px;
}

.ntViral {
    width: 83%;
    margin: -70px auto 0 auto;
}

button.btn.btn-conversation.nvChat {
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.alert.alert-danger.alertReal {
    position: relative;
    left: 72px;
    top: -6px;
    width: 89%;
}
.personText.btnGayab {
    padding: 28px 0 0 0;
}

/*newly login page state*/
.formMatic.loginStyle {
    width: 400px;
    margin: 0 auto;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #c9c9c929;
    box-shadow: 0px 3px 6px #c9c9c929;
    border: 0.5px solid #acb5bb;
    border-radius: 6px;
    padding: 20px;
}

.formMatic.loginStyle h4 {
	text-align: center;
	margin: 6px 0 10px 0;
	font-size: 20px;
	font-weight: 600;
}

.formMatic.loginStyle .social-logs a {
    position: relative;
    display: inline-block;
    background: #4469b0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 46.5%;
    margin: 0 auto;
    height: 37px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 9px 0 0 0;
}

.formMatic.loginStyle .social-logs a.gl {
    background: #ef453d;
}

.formMatic.loginStyle .social-logs {
    text-align: center;
}

.formMatic.loginStyle .social-logs a.lkd {
    background: #0077b7;
}

.formMatic.loginStyle .social-logs a img {
    height: 13px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.formMatic.loginStyle .haveAccount {
	font-size: 13px;
	text-align: center;
	margin-top: 9px;
}

.formMatic.loginStyle .btn.btnSubMit.btn-primary {
    width: 100%;
    height: 40px;
    background: #1a86e0 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.formMatic.loginStyle label {
	font-size: 13px;
	margin-bottom: 4px;
}

.formMatic.loginStyle .orDiv span {
    color: #a8a8a8;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: 11px;
    background: #fff;
}

.formMatic.loginStyle .parsley-errors-list {
	font-size: 11px !important;
	font-weight: 400;
	margin: 4px 0 0 0;
}

.formMatic.loginStyle .orDiv {
	width: 100%;
	border-bottom: 1px solid #b3bec3;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 20px;
}

.section-one-estimate.loginTrans {
    padding: 64px 0;
    min-height:100vh;
}

.section-one-estimate.loginTrans h1 {
	font-size: 48px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	line-height: 60px;
	margin-bottom: 20px;
	margin-top: 176px;
}

.formMatic.loginStyle input.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formMatic.loginStyle .social-logs {
	text-align: center;
}

.formMatic.loginStyle .form-group {
	margin-bottom: 0.5rem;
}


.formMatic.loginStyle .forgotPass {
	font-size: 13px;
	display: inline-block;
	margin-top: 3px;
}

.chkDivUp input {
    position: relative;
    top: 5px;
    margin-right: 4px;
}

.section-aboutEssayFessors h1 {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: 900;
	text-align: center;
	margin: 0 0 30px 0;
}

.section-aboutEssayFessors h2 {
	font-size: 28px;
	color: #1d1d1d;
	font-weight: 900;
	text-align: center;
	margin: 40px 0 26px 0;
}

.section-aboutEssayFessors ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-aboutEssayFessors {
	padding: 58px 0 38px 0;
	background: #0000ff1a;
}

.customatedList {
	padding: 1px 60px 30px 60px;
	background: #f8f8f8;
	border-radius: 8px;
}

.section-aboutEssayFessors ul li::before {
	content: "\25cF";
	color: #97d4ff;
	position: absolute;
	top: 0;
	left: 0;
}

.StepsLogUser {
	width: 100%;
	background: #f8f8f8;
	padding: 10px;
	border-radius: 8px;
	width: max-content;
	margin: 0 auto;
}

.StepsLogUser img {
	width: auto;
	height: auto;
}

.section_essayfessorsWorks h3 {
	font-size: 20px;
	color: #1d1d1d;
	margin-bottom: 12px;
	font-weight: 700;
}

.section_essayfessorsWorks h4.silentHeading {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 6px;
	margin-top: 6px;
	color: #1a86e0;
}

.section-aboutEssayFessors ul li {
	font-size: 15px;
	position: relative;
	padding: 0 24px;
	margin-bottom: 17px;
}

.section-aboutEssayFessors p {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 20px 0;
}

.section_essayfessorsWorks {
	padding: 60px 0;
}

.section_essayfessorsWorks h4 {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 6px;
	margin-top: 46px;
}

.section_essayfessorsWorks p {
	font-size: 14px;
	margin-top: 8px;
	text-align: left;
	line-height: 2;
	margin-bottom: 25px;
}

.section_essayfessorsWorks ul {
	margin: 0;
	padding: 0;
}

.section_essayfessorsWorks ul li {
	list-style: none;
	padding: 0 24px;
	position: relative;
	margin-bottom: 22px;
}

.section_essayfessorsWorks ul li::before {
	content: "\25cF";
	color: #97d4ff;
	position: absolute;
	top: -1px;
	left: 0;
}

.section_essayfessorsWorks h1 {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: 900;
	margin-bottom: 45px;
}

.giftoImg {
	width: 100%;
}

.bonus_services {
	padding: 60px 0;
	background: #0000ff1a;
}

.bonus_services ul li {
	width: 32.33%;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 15px;
	margin-top: 8px;
	text-align: left;
}

.bonus_services h1 {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: 900;
	margin-bottom: 35px;
}

.bonus_services ul {
	list-style: none;
	margin: 34px 0 0 30px;
}

.increaseBilly div {
	position: relative;
	width: 50px;
}

.bonus_services h5 {
	font-size: 20px;
	margin: 18px 0 26px 0;
	text-align: center;
	position: relative;
	left: -44px;
}

.bonus_services button.getHelp {
	padding: 0 22px;
	height: 44px;
	margin-right: 14px;
	text-align: center;
	border: 2px solid #1b86e0;
	border-radius: 4px;
	background: #1a86e0;
	color: #fff;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	display: block;
    margin: 22px auto 0 auto;
    transition:all .2s ease;
    position: relative;
	left: -45px;
}

.bonus_services button.getHelp:hover {
	transition: all .2s ease;
	background: transparent;
	border: 2px solid #1b86e0;
	color: #1b86e0;
}

.regiListFst {
	list-style: none;
	color: #fff;
	font-size: 14px;
}

.regiListFst li {
	display: inline-block;
	width: 100%;
	padding: 0 30px 0 28px;
	margin-bottom: 10px;
	position: relative;
	font-size: 20px;
}

.section-one-estimate.loginTrans h3 {
	color: #fff;
	line-height: 47px;
	margin: 192px 0 26px 0;
	font-weight: 700;
	font-size: 38px;
}

.regiListFst li::before {
	content: "\25cf";
	position: absolute;
	left: 0;
	top: 0px;
	color: #1a86e0c4;
	text-shadow: 1px 1px #fff;
}

.regiListFst.viron li::before {
	content: "\f00c";
	position: absolute;
	left: 2px;
	top: 1px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #1a86e0c4;
	text-shadow: 1px 1px #fff;
	font-size: 17px;
}

.FlexInnput.row input#phone {
	opacity: 0;
}

.FlexInnput.row .iti--separate-dial-code .iti__selected-flag {
	background-color: transparent;
	border: 1px solid #b3bec3;
	border-radius: 4px;
	height: 39px;
	position: relative;
	top: -1px;
	width: 102%;
}

.col-sm-8.leftoVit {
	padding-left: 0;
}

.col-sm-4.rightoVit {
	padding-right: 4px;
}

.col-sm-6.leftoVit {
	padding-left: 4px;
}

.col-sm-6.rightoVit {
	padding-right: 4px;
}

.section-one-estimate.loginTrans.thevirone h3 {
	color: #fff;
	line-height: 47px;
	margin: 79px 0 22px 0;
	font-weight: 700;
	font-size: 42px;
}

.section-one-estimate.loginTrans.thevirone h5 {
	margin: 0 0 24px 0;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
}

.formMatic.regiForm.loginStyle.proSign {
	width: 87%;
}

.col-sm-10.leftoVit {
	padding-left: 39px;
}

.simpleStepsEst {
	padding: 60px 0;
	background: #0000ff1a;
}

.simpleStepsEst h1{
    font-size: 30px;
    color: #1d1d1d;
    font-weight: 900;
    margin-bottom: 45px;
    text-align:center;
}

.stephenSome {
	list-style: none;
	position: relative;
	margin-top: 102px;
}

.stephenSome::before {
	display: block;
	content: "";
	border-top: 3px solid #1a86e0;
	width: 100%;
	position: absolute;
	width: 82%;
	top: -38px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.stephenSome li {
	display: inline-block;
	width: 16%;
	text-align: center;
	vertical-align: top;
}

.stephenSome li span {
	font-size: 13px;
	color: #1a86e0;
	position: relative;
	padding-top: 35px;
}

.stephenSome li span b {
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 400;
}

.stephenSome h1{
    font-size: 30px;
    color: #1d1d1d;
    font-weight: 900;
    margin-bottom: 45px;
    text-align:center;
}

.stephenSome li span::before {
	display: block !important;
	height: 42px;
	width: 42px;
	content: "";
	background: #fff;
	border-radius: 50%;
	border: 8px solid #1a86e0;
	position: absolute;
	top: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.academicWriterz {
	padding: 60px 0;
}

ul.academicLst {
	list-style: none;
	margin: 0 auto 0 10%;
}

ul.academicLst li {
	width: 24.2%;
	display: inline-block;
    text-align: left;
    font-size:15px;
}

.academicWriterz h1 {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: 900;
	margin-bottom: 45px;
	text-align: center;
}

.section_weValue {
	padding: 60px 0;
	background: #0000ff1a;
}

.section_weValue h1 {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: 900;
	margin-bottom: 45px;
	text-align: center;
}

.section_weValue ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section_weValue ul li {
	font-size: 15px;
	position: relative;
	padding: 0 24px;
	margin-bottom: 17px;
}

.section_weValue ul li::before {
	content: "\25cF";
	color: #97d4ff;
	position: absolute;
	top: 0;
	left: 0;
}

.section_withEssayfessorsDotCom {
	padding: 60px 0;
	background: #fff;
}

.section_withEssayfessorsDotCom ul {
	list-style: none;
	margin: 30px 0 0 0;
}

.imgDotCom i {
	font-size: 54px;
	width: 80px;
	color: #1a86e0;
}

.comTextIssue {
	font-size: 18px;
	padding-right: 30px;
	vertical-align: middle;
}

.d-flex.carDotcom {
	margin-bottom: 20px;
	width: 83%;
	margin: 0 auto 20px auto;
}

.section_withEssayfessorsDotCom ul li {
	display: block;
	margin: 0px 0 22px 0;
	position: relative;
	width: 83%;
	margin: 0 auto 10px auto;
	padding: 0 0 0 24px;
}

.section_withEssayfessorsDotCom ul li::before {
	content: "\25cF";
	color: #97d4ff;
	position: absolute;
	top: 0;
	left: 0;
}

.section_withEssayfessorsDotCom h1 {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: 900;
	margin-bottom: 45px;
	text-align: center;
}

.imgDotCom i {
	font-size: 53px;
	width: 64px;
	color: #1a86e0;
}

.imgDotCom i.fab.fa-telegram-plane {
	font-size: 53px;
}

.imgDotCom i.fas.fa-money-check-alt {
	font-size: 40px;
}

.imgDotCom i.fas.fa-baby-carriage {
	font-size: 41px;
}

.imgDotCom i.fas.fa-tags {
	font-size: 40px;
}

.imgDotCom i.far.fa-clock {
	font-size: 42px;
}

.imgDotCom i.far.fa-smile {
	font-size: 42px;
}

button.topSQScroll {
	padding: 0 22px;
	height: 44px;
	margin-right: 14px;
	text-align: center;
	border: 2px solid #1b86e0;
	border-radius: 4px;
	background: #1a86e0;
	color: #fff;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	display: block;
    margin: 22px auto 0 auto;
    transition:all .2s ease;
 
}

button.topSQScroll:hover {
	transition: all .2s ease;
	background: transparent;
	border: 2px solid #1b86e0;
	color: #1b86e0;
}


/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .stephenSome {
        list-style: none;
        position: relative;
        margin-top: 102px;
        width: 93%;
        margin: 102px auto 0 auto;
    }

    .stephenSome li:first-child span::before {
        left: 56px;
    }

    .stephenSome li:first-child span b {
        left: 64px;
        z-index: 2;
    }

    .stephenSome li:nth-child(3) span::before {
        left: 60px;
    }

    .stephenSome li:nth-child(3) span b {
        left: 58px;
    }

}/*-webkit-min-device-pixel-ratio*/



.stephenSome li:nth-child(4) span b {
    left: 28px;
}

.stephenSome li:nth-child(4) span::before {
    left: 29px;
}

@-moz-document url-prefix() { 
  .stephenSome {
        list-style: none;
        position: relative;
        margin-top: 102px;
        width: 100%;
        margin: 102px auto 0 auto;
    }

    .stephenSome li:first-child span::before {
        left: 0;
    }

    .stephenSome li:first-child span b {
        left: 0;
        z-index: 2;
    }

     .stephenSome li:nth-child(3) span::before {
        left: 0px;
    }

    .stephenSome li:nth-child(3) span b {
        left: 0px;
    }

    .stephenSome li:nth-child(4) span::before {
        display: block !important;
        height: 42px;
        width: 42px;
        content: "";
        background: #fff;
        border-radius: 50%;
        border: 8px solid #1a86e0;
        position: absolute;
        top: -24px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .stephenSome li:nth-child(4) span b {
        position: absolute;
        top: -13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 13px;
        font-weight: 400;
    }

}

.mt-5.vegda {
    width: 85%;
    margin: 0 auto;
}
.form-group.pablo #phone {
	opacity: 0;
}

.bonus_services h5 span {
	color: #1a86e0;
}

.bonus_services h5 del{
	color: red;
}

.bonus_services del{
    font-weight:600;
}

.headOrder {
    transition:all .3s ease;
}

.col-sm-10.pLNull.sideContent.offset-2.expanded .headOrder {
    transition:all .7s ease;
	padding-left: 100px;
}

form.formSearchRqMain {
	position: relative;
}

form.formSearchRqMain input.form-control {
	padding-right: 63px;
}

form.formSearchRqMain input.btn.btn-primary.btn-sm {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0 5px 5px 0;
}

.payCardTerm label {
	width: 84px;
}

.cardzImg {
	display: inline;
}

.cardzImg img {
	height: 25px;
	margin: 0 0 0 4px;
}

.form-row.row.whFeinted {
	width: 50%;
}

.form-group.whFeinted {
	width: 50%;
}

.cardzImg img.pyaPl {
	height: 25px;
}

.big-form-icon {
	position: absolute;
	left: 17px;
	top: 16px;
	font-size: 19px;
	color: #1a86e0;
	text-shadow: 1px 0px 1px #fff;
}

.form-big.blog-abr.w-form input#search {
	height: 60px;
	background: transparent;
	border: 0;
	/* backdrop-filter: blur(12px); */
	color: #000;
	padding: 0 80px 0 52px;
	width: 100%;
}

.form-big.blog-abr.w-form {
	border: 2px solid #1a86e0;
	width: 500px;
	margin: 50px auto 0 auto;
	background: #ffffff8c;
	backdrop-filter: blur(12px);
	border-radius: 5px;
}

.form-big.blog-abr.w-form input.big-form-button.w-button {
	text-align: center;
	background: transparent;
	padding: 0;
	border: 0;
	background: #1a86e0;
	height: 58px;
	display: inline-block;
	width: 73px;
	color: #ffff;
	position: absolute;
	right: 1px;
	top: 1px;
}

.errorBlock.containErrStack .parsley-errors-list {
	color: #fff;
	font-weight: 400;
	margin-top: 3px;
}

.btn.btn-primary.secRefundBtn {
	width: 137px;
	margin: 2px 0 0 0;
	float: right;
}

.aboutUsProOne {
	padding: 56px 0 50px 0;
}

.aboutUsProOne h1 {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: 900;
	margin-bottom: 38px;
	text-align: center;
}

.aboutUsProOne p {
	font-size: 15px;
	position: relative;
	padding: 0 24px;
	margin-bottom: 17px;
}

/*responsive*/
.respShow{
    display: none!important;
}

button.toggleMnuz {
	background: transparent;
	padding: 0;
	border: 0;
	color: #1a86e0;
	font-size: 21px;
	margin: 12px 0 0 0;
}

.d-inline.payIcons li a img.lstStripeImg {
	height: 20px;
	background: #fff;
	padding: 4px;
	border-radius: 3px;
}

.regiListFst.simul li {
	display: inline-block;
	width: 48%;
	padding: 0 30px 0 22px;
	margin-bottom: 10px;
	position: relative;
	font-size: 13px;
	vertical-align: top;
}

.regiListFst.simul li::before {
	content: "\25cf";
	position: absolute;
	left: 0;
	top: -1px;
	color: #1a86e0c4;
	text-shadow: 1px 1px #fff;
}

.estCoasted label {
	font-weight: 700; margin: 0;
}

.estCoasted2 label {
	font-weight: 700;
	margin: 0;
}

.respBlock {
	display: none!important;
}

.respBlock ul li button.wh.menuMNOne.dashM {
	border: 1px solid #1a86e0;
	color: #1a86e0;
}

.all_professional .alert.alert-danger.alert-dismissible {
    width: 83%;
    margin: 0 auto;
}
.section-create-order .commonSiderbar.lowerage .userOptions .linksSideBr li a i {
	color: #1a202c;
	margin-right: 10px;
	margin-left: 3px;
	width: 24px;
	text-align: center;
	font-size: 19px;
}


/*sidebar N changes*/

.col-sm-2.pRNull.sideSticky.shrink.inconic {
	position: fixed;
	top: 0;
	height: 100vh;
	z-index: 2;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60px;
}

.col-sm-2.pRNull.sideSticky.shrink.inconic .d-flex.accountStatus {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	position: relative;
	left: -10px;
	display: none !important;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .userOptions .linksSideBr li a i {
	color: #1a202c;
	margin-right: 10px;
	margin-left: 3px;
	width: 24px;
	text-align: center;
	font-size: 19px;
	margin-right: 14px;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .userOptions .dropdown_user .userName .usrImg {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-right: 14px;
	position: relative;
	left: 2px;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .userOptions .dropdown_user .userName img.chev {
	position: absolute;
	top: 19px;
	right: 15px;
	z-index: 1; 
	display: none;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .logUserDiv .logo {
	width: 173px;
	height: 56px;
	text-align: center;
	font-size: 14px; 
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	border: 0;
	font-weight: 500;
	padding-top: 0;
	background: transparent;
	margin: 0 auto;
	margin-bottom: 16px;
	position: relative;
	left: -19px;
	border-radius: 4px;
	overflow: hidden;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar {
	background: #f8f8f8;
	border-right: 1px solid #e9e9e9;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 86px;
	margin-left: -15px;
}

.hidedShortLogo{
    display:none; 
}

.col-sm-2.pRNull.sideSticky.shrink.inconic .hidedShortLogo {
	display: block;
	height: 33px;
	width: auto;
	filter: unset;
	margin-left: 11px;
	margin-top: 11px;  
}

.col-sm-2.pRNull.sideSticky.shrink.inconic .logo_new{display:none;}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .userOptions .linksSideBr li a {
	padding: 8px 21px 8px 14px;
	position: relative;
	color: #1a202c;
	font-size: 0;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .userOptions .linksSideBr li a i {
	color: #1a202c;
	margin-right: 10px;
	margin-left: 3px;
	width: 24px;
	text-align: center;
	font-size: 19px;
	margin-right: 14px;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .tabCounts {
	width: 24px;
	height: 24px;
	background-color: red;
	border-radius: 50%;
	padding: 4px 6px 7px 5px;
	font-size: 10px;
	position: absolute;
	top: -4px;
	left: 26px;
	right: auto;
	z-index: 2;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .userOptions .linksSideBr li a span.noti {
	width: 20px;
	height: 20px;
	display: inline-block;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	background: #fd7778;
	border-radius: 50%;
	font-size: 9px;
	line-height: 19px;
	position: absolute;
	top: 0; 
	left: 26px;
	right: auto; 
	z-index: 2;
}

.table-responsive {
	display: block; 
	width: 100%;
	overflow-x: unset!important;
	-webkit-overflow-scrolling: touch;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .userOptions .dropdown-menu.show {
	left: auto !important;
	padding: 0;
	right: 17px; 
    top: 44px !important;
    display:none;
}

.section-create-order .col-sm-2.pRNull.sideSticky.shrink.inconic .commonSiderbar .logUserDiv .btn-prime {
	background: #1a86e0 0% 0% no-repeat padding-box;
	border-radius: 4px;
	width: 135px;
	height: 39px;
	font-size: 14px;
	font-weight: 500; 
	text-align: center;
	border: 1px solid #1a86e0;
	color: #ffffff;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	position: relative;
	left: -30px;
	display: none;
}

.section-create-order .activeButtons.stableTop {
	margin: 0px auto 0 auto;
}

#dropdownMenuButton.actionsReal {
	width: 121px;
	height: 40px;
	background: #1a86e0 0% 0% no-repeat padding-box;
	border-radius: 4px;
	text-align: center;
	font-size: 14px !important;
	color: #ffffff;
	font-weight: 600;
	border: 0;
	margin: 16px 0 0 0;
	padding-top: 3px;
	left: -11px !important;
	position: relative;
} 

.tab-content.z_indexUpper {
	z-index: 99;
	position: relative;
} 

.dropdown.actionDropdown.action2Write button {
	display: block;
	padding: 0 10px 4px 10px;
	margin: 0;
	font-size: 14px;
}

.col-sm-10.pLNull.sideContent.offset-2.expanded #dropdownMenuButton.actionsReal {
	margin: 14px 0 0 27px;
}

.characterizer {
	display: flex;
}

.labonache {
	display: inline;
} 

.theFelzFelx {
	margin: 0 0 0 7px;
	position: relative;
	top: 0px;
}

.btn.btn-primary.chatToggle.userBtn1 {
	position: relative;
	top: -2px;
	height: 40px;
} 

.table.table2.tableActive.dataTable.no-footer .d-flex.linkoz .btn .fa-star {
	position: relative;
	top: -7px;
} 

.order_heder.n-paddin.dropIstatingZOn {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	width: 904px;
	margin: 0 auto; 
}

.order_heder.n-paddin.dropIstatingZOn .dropdown {
	left: 0 !important;
}

.common-modal .modal-body.modalBid.refund label {
    color: #fff;
    font-size: 14px;
    color: #4a5568;
    font-weight: 700;
    vertical-align: top;
}

.common-modal .modal-body.modalBid p span.balance {
    width: 100%;
    display:inline-block;
}

.common-modal .modal-body.modalBid p span.balance span.blk {
	position: relative;
	top: -21px;
	right: -138px;
}

.common-modal .modal-body.modalBid p span.brk { 
    display: block;
    width: 100%;
    vertical-align: top; 
    left: -75px; 
    position: relative;
    color: red;
    font-size: 12px; 
} 

.featureDics ul {
    padding-left: 15px;
    list-style: none;
    margin: 0;
    padding: 0; 
}

.form-big.blog-abr.w-form {
    border: 2px solid #1a86e0;
    width: 300px;
    margin: 50px auto 0 auto;
    background: #ffffff8c;
    backdrop-filter: blur(12px);
    border-radius: 5px;
    position: relative;
}

.form-big.blog-abr.w-form input.big-form-button.w-button {
    text-align: center;  
    background: transparent;
    padding: 0;
    border: 0; 
    background: #1a86e0;
    height: 58px; 
    display: inline-block;
    width: 73px; 
    color: #ffff;
    position: absolute; 
    right: 1px;
    top: 1px; 
    z-index: 99;
}
 
.order_heder.flexHalf.secondFlexo {
	margin-top: 0;
}  

.all_professional .alert.alert-success.alert-dismissible {
    width: 83.4%;
    margin: 0 auto;
}  

/*custom drag and drop file uploader css*/
.inputStackUp + ul#list {
        list-style: none;
    }

    .inputStackUp + ul#list li {
        margin-top: 10px;
        background: #000;
        color: #fff;
        padding: 10px 15px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        position:relative;
    }

    button.cross {
        height: 22px;
        width: 22px;
        font-size: 14px;
        padding: 0 0 0 1px;
        line-height: 20.8px;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 10px;
        text-align: center;
    }

    .inputStackUp + ul#list li button.upload {
        display: none;
    }

    .inputStackUp + ul#list li span {
        display: none;
    }

    .inputStackUp + ul#list li span.cross{
        display: block;
    }
    
    #fileInput {
        height: 180px;
        border: 2px dashed lightgray;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;opacity:0;
    }

    .inputStackUp {
        border: 2px dashed lightgray !important;
    }

    .inputStackUp {
        position: relative;
        height: 180px;
        text-align: center;
    }

    .inputStackUp::before {
        content: "";
        height: 25px;
        width: 45px;
        display: block !important;
        /*background: url('../images/dropZ.svg');*/
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .inputStackUp::after {
        content: "Click or drag and drop multiple files hear, File containing personel information or any other banned files are prohibited";
        font-size: 14px;
        color: #1a202c;
        position: absolute;
        top: 91px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: inline-block;
        width: 270px;
    }
/*custom drag and drop file uploader css ends*/
